@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,700&display=swap);

/* @font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3SZ2oysoEQEeKwjgmXLRnTc.ttf) format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzJS3E-kSBmtLoNJPDtbj2Pk.ttf) format("truetype")
} */
@font-face {
  font-family: "Gilroy ExtraBold";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/FontsFree-Net-Gilroy-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy Light";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/FontsFree-Net-Gilroy-Light.ttf") format("truetype");
}

html {
  width: 100%;
  height: 100%;
  font-family: "Gilroy Light", Sans-serif;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Gilroy Light", Sans-serif;
  font-size: 1.6rem;
  line-height: 1.9em;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

body.pushed {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy Light", sans-serif;
  font-weight: 700;
  line-height: 1.45em;
  color: #4a4a4a;
}

h1,
h2,
h3 {
  margin: 1em 0 1em 0;
}

h4,
h5,
h6 {
  margin: 1em 0 0.5em 0;
}

h1 {
  font-size: 2.8rem;
  font-family: "Gilroy ExtraBold", sans-serif;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.6rem;
}

p {
  margin: 0 0 1.5em 0;
}

dl,
ol,
ul {
  margin: 0 0 0.5em 0;
}

/* a:hover {
  color: #349ef3;
  text-decoration: underline;
} */

table {
  width: 100%;
  table-layout: fixed; 
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 30px;
}

table th,
table td {
  padding: 5px 10px;
  white-space: normal;         
  word-break: break-word;     
  border-bottom: 1px solid #ddd;
  vertical-align: top;        
}

table th:nth-child(1),
table td:nth-child(1) {
  width: 25%;
}

table th:nth-child(2),
table td:nth-child(2) {
  width: 25%;
}

table th:nth-child(3),
table td:nth-child(3),
table th:nth-child(4),
table td:nth-child(4),
table th:nth-child(5),
table td:nth-child(5) {
  width: 20%;
}

table tr:nth-child(even) {
  background: #f7f8f8;
}



hr {
  margin: 1.5em 0 0;
  outline: 0;
  border: none;
  border-top: 1px solid #eef2f8;
}

dl dt {
  font-weight: 700;
}

dl dd {
  margin-left: 0;
}

pre > code {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  font-family: Menlo, Consolas, monospace;
  border: none;
  margin: 0;
  cursor: text;
  overflow-x: auto;
  line-height: 2.7rem;
  font-size: 1.4rem;
}

code {
  font-size: 1.5rem;
  display: inline-block;
  font-family: Menlo, Consolas, monospace;
  font-weight: 400;
  background-color: #f7f8f8;
  padding: 0 10px;
}

blockquote {
  border-left: 3px solid #5d686f;
  padding: 0 15px;
  font-style: italic;
  margin: 1.5em 0 0;
}

blockquote cite:before {
  content: " — ";
  padding: 0 0.3em;
}

blockquote > p:first-child {
  margin: 0;
}

@media (max-width: 767px) {
  code {
    font-size: 1.4rem;
  }

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.85rem;
  }

  h4 {
    font-size: 1.65rem;
  }

  h5 {
    font-size: 1.55rem;
  }

  h6 {
    font-size: 1.45rem;
  }
}

.task-list {
  list-style-type: none;
}

.task-list .task-list-item {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}

pre.code-highlight > code {
  padding: 0;
  margin: 0;
  line-height: inherit;
}

#about {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 26, 35, 0);
  text-align: center;
  line-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
  z-index: 30;
}

#about #about-card {
  position: relative;
  top: -1000px;
  display: block;
  background: #fff;
  max-width: 400px;
  margin: 15px auto;
  border-radius: 3px;
  padding: 30px 0;
  cursor: initial;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#about #about-card #about-btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #9eabb3;
  cursor: pointer;
}

#about #about-card #about-btn-close:hover {
  color: #738691;
}

#about #about-card #about-card-picture {
  margin-bottom: 15px;
}

#about #about-card #about-card-name {
  margin-top: 0;
  margin-bottom: 20px;
}

#about #about-card #about-card-bio {
  padding: 0 30px;
  margin: 0 0 30px 0;
}

#about #about-card #about-card-job,
#about #about-card #about-card-location {
  display: inline-block;
  vertical-align: top;
}

#about #about-card #about-card-bio,
#about #about-card #about-card-job,
#about #about-card #about-card-location {
  font-size: 1.6rem;
  line-height: 1.9em;
  font-weight: 400;
  color: #5d686f;
}

@media (max-width: 767px) {
  #about #about-card {
    width: 90%;
  }

  #about #about-card #about-card-job,
  #about #about-card #about-card-location {
    display: block;
    width: calc(100% - 60px);
    padding: 0 30px;
  }

  #about #about-card #about-card-picture {
    width: 90px;
    height: 90px;
    border-radius: 45px;
  }

  #about #about-card #about-card-job {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  #about #about-card {
    width: 80%;
  }

  #about #about-card #about-card-picture {
    width: 110px;
    height: 110px;
    border-radius: 55px;
  }

  #about #about-card #about-card-job,
  #about #about-card #about-card-location {
    display: inline-block;
    width: calc((100% / 2) - 48px);
  }

  #about #about-card #about-card-job {
    padding: 0 15px 0 30px;
  }

  #about #about-card #about-card-location {
    padding: 0 30px 0 15px;
  }
}

#blog {
  width: 100%;
  height: 100%;
}

#bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  height: 60px;
  background: #fff;
  margin: 0;
  border-top: 1px solid #eef2f8;
  padding: 0 15px;
  z-index: 40;
  transition: transform 0.25s ease-in-out, width 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out,
    width 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  width: calc(100% - 15px * 2);
}

@media (max-width: 767px) {
  #bottom-bar {
    left: 0;
  }

  #bottom-bar[data-behavior="1"].pushed,
  #bottom-bar[data-behavior="2"].pushed,
  #bottom-bar[data-behavior="4"].pushed,
  #bottom-bar[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    width: calc(100% - 250px - 15px * 2);
  }

  #bottom-bar[data-behavior="1"].pushed .post-actions-wrap ul.post-action-nav,
  #bottom-bar[data-behavior="2"].pushed .post-actions-wrap ul.post-action-nav,
  #bottom-bar[data-behavior="4"].pushed .post-actions-wrap ul.post-action-nav,
  #bottom-bar[data-behavior="5"].pushed .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  #bottom-bar[data-behavior="1"].pushed .post-actions-wrap ul.post-action-share,
  #bottom-bar[data-behavior="2"].pushed .post-actions-wrap ul.post-action-share,
  #bottom-bar[data-behavior="4"].pushed .post-actions-wrap ul.post-action-share,
  #bottom-bar[data-behavior="5"].pushed
    .post-actions-wrap
    ul.post-action-share {
    width: 65%;
  }

  #bottom-bar[data-behavior="3"].pushed,
  #bottom-bar[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
    width: calc(100% - 75px - 15px * 2);
  }

  #bottom-bar[data-behavior="3"].pushed .post-actions-wrap ul.post-action-nav,
  #bottom-bar[data-behavior="6"].pushed .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  #bottom-bar[data-behavior="3"].pushed .post-actions-wrap ul.post-action-share,
  #bottom-bar[data-behavior="6"].pushed
    .post-actions-wrap
    ul.post-action-share {
    width: 65%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #bottom-bar[data-behavior="1"],
  #bottom-bar[data-behavior="2"],
  #bottom-bar[data-behavior="3"] {
    width: calc(100% - 75px - 15px * 2);
    left: 75px;
  }

  #bottom-bar[data-behavior="1"].pushed,
  #bottom-bar[data-behavior="2"].pushed,
  #bottom-bar[data-behavior="3"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
    width: calc(100% - 75px - 15px * 2);
  }

  #bottom-bar[data-behavior="1"].pushed .post-actions-wrap ul.post-action-nav,
  #bottom-bar[data-behavior="2"].pushed .post-actions-wrap ul.post-action-nav,
  #bottom-bar[data-behavior="3"].pushed .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  #bottom-bar[data-behavior="1"].pushed .post-actions-wrap ul.post-action-share,
  #bottom-bar[data-behavior="2"].pushed .post-actions-wrap ul.post-action-share,
  #bottom-bar[data-behavior="3"].pushed
    .post-actions-wrap
    ul.post-action-share {
    width: 65%;
  }

  #bottom-bar[data-behavior="4"],
  #bottom-bar[data-behavior="5"] {
    width: calc(100% - 15px * 2);
    left: 0;
  }

  #bottom-bar[data-behavior="4"].pushed,
  #bottom-bar[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    width: calc(100% - 250px - 15px * 2);
  }

  #bottom-bar[data-behavior="4"].pushed .post-actions-wrap ul.post-action-nav,
  #bottom-bar[data-behavior="5"].pushed .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  #bottom-bar[data-behavior="4"].pushed .post-actions-wrap ul.post-action-share,
  #bottom-bar[data-behavior="5"].pushed
    .post-actions-wrap
    ul.post-action-share {
    width: 65%;
  }

  #bottom-bar[data-behavior="6"] {
    width: calc(100% - 15px * 2);
    left: 0;
  }

  #bottom-bar[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
    width: calc(100% - 75px - 15px * 2);
  }

  #bottom-bar[data-behavior="6"].pushed .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  #bottom-bar[data-behavior="6"].pushed
    .post-actions-wrap
    ul.post-action-share {
    width: 65%;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  #bottom-bar[data-behavior="1"],
  #bottom-bar[data-behavior="2"] {
    width: calc(100% - 250px - 15px * 2);
    left: 250px;
  }

  #bottom-bar[data-behavior="1"].pushed,
  #bottom-bar[data-behavior="2"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    width: calc(100% - 250px - 15px * 2);
  }

  #bottom-bar[data-behavior="1"].pushed .post-actions-wrap ul.post-action-nav,
  #bottom-bar[data-behavior="2"].pushed .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  #bottom-bar[data-behavior="1"].pushed .post-actions-wrap ul.post-action-share,
  #bottom-bar[data-behavior="2"].pushed
    .post-actions-wrap
    ul.post-action-share {
    width: 65%;
  }

  #bottom-bar[data-behavior="3"] {
    width: calc(100% - 75px - 15px * 2);
    left: 75px;
  }

  #bottom-bar[data-behavior="3"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
    width: calc(100% - 75px - 15px * 2);
  }

  #bottom-bar[data-behavior="3"].pushed .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  #bottom-bar[data-behavior="3"].pushed
    .post-actions-wrap
    ul.post-action-share {
    width: 65%;
  }

  #bottom-bar[data-behavior="4"],
  #bottom-bar[data-behavior="5"] {
    width: calc(100% - 15px * 2);
    left: 0;
  }

  #bottom-bar[data-behavior="4"].pushed,
  #bottom-bar[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    width: calc(100% - 250px - 15px * 2);
  }

  #bottom-bar[data-behavior="4"].pushed .post-actions-wrap ul.post-action-nav,
  #bottom-bar[data-behavior="5"].pushed .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  #bottom-bar[data-behavior="4"].pushed .post-actions-wrap ul.post-action-share,
  #bottom-bar[data-behavior="5"].pushed
    .post-actions-wrap
    ul.post-action-share {
    width: 65%;
  }

  #bottom-bar[data-behavior="6"] {
    width: calc(100% - 15px * 2);
    left: 0;
  }

  #bottom-bar[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
    width: calc(100% - 75px - 15px * 2);
  }

  #bottom-bar[data-behavior="6"].pushed .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  #bottom-bar[data-behavior="6"].pushed
    .post-actions-wrap
    ul.post-action-share {
    width: 65%;
  }
}

@media (min-width: 1280px) {
  #bottom-bar[data-behavior="1"] {
    width: calc(100% - 500px - 15px * 2);
    left: 500px;
  }

  #bottom-bar[data-behavior="1"].pushed {
    -webkit-transform: translate3d(500px, 0, 0);
    -moz-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
    width: calc(100% - 500px - 15px * 2);
  }

  #bottom-bar[data-behavior="2"] {
    width: calc(100% - 250px - 15px * 2);
    left: 250px;
  }

  #bottom-bar[data-behavior="2"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    width: calc(100% - 250px - 15px * 2);
  }

  #bottom-bar[data-behavior="2"].pushed .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  #bottom-bar[data-behavior="2"].pushed
    .post-actions-wrap
    ul.post-action-share {
    width: 65%;
  }

  #bottom-bar[data-behavior="3"] {
    width: calc(100% - 75px - 15px * 2);
    left: 75px;
  }

  #bottom-bar[data-behavior="3"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
    width: calc(100% - 75px - 15px * 2);
  }

  #bottom-bar[data-behavior="3"].pushed .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  #bottom-bar[data-behavior="3"].pushed
    .post-actions-wrap
    ul.post-action-share {
    width: 65%;
  }

  #bottom-bar[data-behavior="4"] {
    width: calc(100% - 15px * 2);
    left: 0;
  }

  #bottom-bar[data-behavior="4"].pushed {
    -webkit-transform: translate3d(500px, 0, 0);
    -moz-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
    width: calc(100% - 500px - 15px * 2);
  }

  #bottom-bar[data-behavior="5"] {
    width: calc(100% - 15px * 2);
    left: 0;
  }

  #bottom-bar[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    width: calc(100% - 250px - 15px * 2);
  }

  #bottom-bar[data-behavior="5"].pushed .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  #bottom-bar[data-behavior="5"].pushed
    .post-actions-wrap
    ul.post-action-share {
    width: 65%;
  }

  #bottom-bar[data-behavior="6"] {
    width: calc(100% - 15px * 2);
    left: 0;
  }

  #bottom-bar[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
    width: calc(100% - 75px - 15px * 2);
  }

  #bottom-bar[data-behavior="6"].pushed .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  #bottom-bar[data-behavior="6"].pushed
    .post-actions-wrap
    ul.post-action-share {
    width: 65%;
  }
}

#cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

#footer {
  color: #9eabb3;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 70px;
  height: auto;
  padding: 20px 20px;
}

#main {
  display: block;
  min-height: 100%;
  background: #fff;
  transition: transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
}

#main.hasCover.hasCoverCaption,
#main.hasCover.hasCoverMetaOut {
  padding-top: 50px !important;
}

#main.hasCover.hasCoverMetaIn,
#main.hasCover.hasCoverMetaOut.hasCoverCaption {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  #main {
    padding-top: 70px;
    display: block;
    width: 100%;
  }

  #main[data-behavior="1"].pushed,
  #main[data-behavior="2"].pushed,
  #main[data-behavior="4"].pushed,
  #main[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  #main[data-behavior="3"].pushed,
  #main[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #main[data-behavior="1"],
  #main[data-behavior="2"],
  #main[data-behavior="3"] {
    padding-top: 15px;
    float: right;
    width: calc(100% - 75px);
  }

  #main[data-behavior="4"],
  #main[data-behavior="5"] {
    padding-top: 70px;
    display: block;
    width: 100%;
  }

  #main[data-behavior="4"].pushed,
  #main[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  #main[data-behavior="6"] {
    padding-top: 70px;
    display: block;
    width: 100%;
  }

  #main[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  #main[data-behavior="1"],
  #main[data-behavior="2"] {
    padding-top: 15px;
    float: right;
    width: calc(100% - 250px);
  }

  #main[data-behavior="3"] {
    padding-top: 15px;
    float: right;
    width: calc(100% - 75px);
  }

  #main[data-behavior="4"],
  #main[data-behavior="5"] {
    padding-top: 70px;
    display: block;
    width: 100%;
  }

  #main[data-behavior="4"].pushed,
  #main[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  #main[data-behavior="6"] {
    padding-top: 70px;
    display: block;
    width: 100%;
  }

  #main[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }
}

@media (min-width: 1280px) {
  #main[data-behavior="1"] {
    padding-top: 15px;
    float: right;
    width: calc(100% - 500px);
  }

  #main[data-behavior="2"] {
    padding-top: 15px;
    float: right;
    width: calc(100% - 250px);
  }

  #main[data-behavior="3"] {
    padding-top: 15px;
    float: right;
    width: calc(100% - 75px);
  }

  #main[data-behavior="4"] {
    padding-top: 70px;
    display: block;
    width: 100%;
  }

  #main[data-behavior="4"].pushed {
    -webkit-transform: translate3d(500px, 0, 0);
    -moz-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }

  #main[data-behavior="5"] {
    padding-top: 70px;
    display: block;
    width: 100%;
  }

  #main[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  #main[data-behavior="6"] {
    padding-top: 70px;
    display: block;
    width: 100%;
  }

  #main[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }
}

#sidebar {
  font-family: "Gilroy Light", sans-serif;
  height: 100%;
  position: fixed;
  top: 0;
  background: #18182f;
  overflow: auto;
  z-index: 20;
  transition: transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

#sidebar .sidebar-container {
  overflow: auto;
}

#sidebar .sidebar-profile {
  color: #ebebeb;
  text-align: center;
  padding-top: 18px;
  margin-bottom: 15px;
}

#sidebar .sidebar-profile .sidebar-profile-picture {
  display: block;
  margin: 0 auto;
}

#sidebar .sidebar-profile .sidebar-profile-name {
  font-size: 1.1em;
  color: #ebebeb;
}

#sidebar ul.sidebar-buttons {
  padding: 0;
  margin: 0 0 20px 0;
}

#sidebar ul.sidebar-buttons li.sidebar-button {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
}

#sidebar ul.sidebar-buttons li.sidebar-button .sidebar-button-link {
  color: #ebebeb;
  display: block;
  height: 100%;
}

#sidebar ul.sidebar-buttons li.sidebar-button .sidebar-button-link:active,
#sidebar ul.sidebar-buttons li.sidebar-button .sidebar-button-link:hover {
  text-decoration: none;
  color: #2ce1d2;
}

#sidebar ul.sidebar-buttons:first-child {
  margin-top: 5px;
}

@media (max-width: 767px) {
  #sidebar[data-behavior="1"],
  #sidebar[data-behavior="2"],
  #sidebar[data-behavior="4"],
  #sidebar[data-behavior="5"] {
    left: -250px;
    width: 250px;
  }

  #sidebar[data-behavior="1"] .sidebar-profile,
  #sidebar[data-behavior="2"] .sidebar-profile,
  #sidebar[data-behavior="4"] .sidebar-profile,
  #sidebar[data-behavior="5"] .sidebar-profile {
    height: 130px;
    padding-top: 40px;
    padding-bottom: 7.5px;
  }

  #sidebar[data-behavior="1"] .sidebar-profile .sidebar-profile-picture,
  #sidebar[data-behavior="2"] .sidebar-profile .sidebar-profile-picture,
  #sidebar[data-behavior="4"] .sidebar-profile .sidebar-profile-picture,
  #sidebar[data-behavior="5"] .sidebar-profile .sidebar-profile-picture {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
  }

  #sidebar[data-behavior="1"] .sidebar-profile .sidebar-profile-name,
  #sidebar[data-behavior="2"] .sidebar-profile .sidebar-profile-name,
  #sidebar[data-behavior="4"] .sidebar-profile .sidebar-profile-name,
  #sidebar[data-behavior="5"] .sidebar-profile .sidebar-profile-name {
    font-size: 1.6rem;
  }

  #sidebar[data-behavior="1"] ul.sidebar-buttons li.sidebar-button,
  #sidebar[data-behavior="2"] ul.sidebar-buttons li.sidebar-button,
  #sidebar[data-behavior="4"] ul.sidebar-buttons li.sidebar-button,
  #sidebar[data-behavior="5"] ul.sidebar-buttons li.sidebar-button {
    text-align: left;
  }

  #sidebar[data-behavior="1"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link,
  #sidebar[data-behavior="2"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link,
  #sidebar[data-behavior="4"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link,
  #sidebar[data-behavior="5"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: left;
    width: auto;
    padding-left: 23px;
    padding-top: 0;
  }

  #sidebar[data-behavior="1"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon,
  #sidebar[data-behavior="2"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon,
  #sidebar[data-behavior="4"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon,
  #sidebar[data-behavior="5"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    vertical-align: middle;
    margin-right: 15px;
  }

  #sidebar[data-behavior="1"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc,
  #sidebar[data-behavior="2"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc,
  #sidebar[data-behavior="4"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc,
  #sidebar[data-behavior="5"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    vertical-align: middle;
  }

  #sidebar[data-behavior="1"].pushed,
  #sidebar[data-behavior="2"].pushed,
  #sidebar[data-behavior="4"].pushed,
  #sidebar[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  #sidebar[data-behavior="3"],
  #sidebar[data-behavior="6"] {
    left: -75px;
    width: 75px;
  }

  #sidebar[data-behavior="3"] .sidebar-profile .sidebar-profile-picture,
  #sidebar[data-behavior="6"] .sidebar-profile .sidebar-profile-picture {
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 30px;
  }

  #sidebar[data-behavior="3"] .sidebar-profile .sidebar-profile-name,
  #sidebar[data-behavior="6"] .sidebar-profile .sidebar-profile-name {
    display: none;
  }

  #sidebar[data-behavior="3"] ul.sidebar-buttons li.sidebar-button,
  #sidebar[data-behavior="6"] ul.sidebar-buttons li.sidebar-button {
    text-align: center;
  }

  #sidebar[data-behavior="3"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link,
  #sidebar[data-behavior="6"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: center;
    width: 100%;
  }

  #sidebar[data-behavior="3"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon,
  #sidebar[data-behavior="6"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    vertical-align: middle;
  }

  #sidebar[data-behavior="3"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc,
  #sidebar[data-behavior="6"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: none;
  }

  #sidebar[data-behavior="3"].pushed,
  #sidebar[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #sidebar[data-behavior="1"],
  #sidebar[data-behavior="2"],
  #sidebar[data-behavior="3"] {
    width: 75px;
  }

  #sidebar[data-behavior="1"] .sidebar-profile .sidebar-profile-picture,
  #sidebar[data-behavior="2"] .sidebar-profile .sidebar-profile-picture,
  #sidebar[data-behavior="3"] .sidebar-profile .sidebar-profile-picture {
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 30px;
  }

  #sidebar[data-behavior="1"] .sidebar-profile .sidebar-profile-name,
  #sidebar[data-behavior="2"] .sidebar-profile .sidebar-profile-name,
  #sidebar[data-behavior="3"] .sidebar-profile .sidebar-profile-name {
    display: none;
  }

  #sidebar[data-behavior="1"] ul.sidebar-buttons li.sidebar-button,
  #sidebar[data-behavior="2"] ul.sidebar-buttons li.sidebar-button,
  #sidebar[data-behavior="3"] ul.sidebar-buttons li.sidebar-button {
    text-align: center;
  }

  #sidebar[data-behavior="1"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link,
  #sidebar[data-behavior="2"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link,
  #sidebar[data-behavior="3"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: center;
    width: 100%;
  }

  #sidebar[data-behavior="1"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon,
  #sidebar[data-behavior="2"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon,
  #sidebar[data-behavior="3"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    vertical-align: middle;
  }

  #sidebar[data-behavior="1"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc,
  #sidebar[data-behavior="2"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc,
  #sidebar[data-behavior="3"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: none;
  }

  #sidebar[data-behavior="1"].pushed,
  #sidebar[data-behavior="2"].pushed,
  #sidebar[data-behavior="3"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }

  #sidebar[data-behavior="4"],
  #sidebar[data-behavior="5"] {
    left: -250px;
    width: 250px;
  }

  #sidebar[data-behavior="4"] .sidebar-profile,
  #sidebar[data-behavior="5"] .sidebar-profile {
    height: 130px;
    padding-top: 40px;
    padding-bottom: 7.5px;
  }

  #sidebar[data-behavior="4"] .sidebar-profile .sidebar-profile-picture,
  #sidebar[data-behavior="5"] .sidebar-profile .sidebar-profile-picture {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
  }

  #sidebar[data-behavior="4"] .sidebar-profile .sidebar-profile-name,
  #sidebar[data-behavior="5"] .sidebar-profile .sidebar-profile-name {
    font-size: 1.6rem;
  }

  #sidebar[data-behavior="4"] ul.sidebar-buttons li.sidebar-button,
  #sidebar[data-behavior="5"] ul.sidebar-buttons li.sidebar-button {
    text-align: left;
  }

  #sidebar[data-behavior="4"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link,
  #sidebar[data-behavior="5"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: left;
    width: auto;
    padding-left: 23px;
    padding-top: 0;
  }

  #sidebar[data-behavior="4"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon,
  #sidebar[data-behavior="5"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    vertical-align: middle;
    margin-right: 15px;
  }

  #sidebar[data-behavior="4"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc,
  #sidebar[data-behavior="5"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    vertical-align: middle;
  }

  #sidebar[data-behavior="4"].pushed,
  #sidebar[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  #sidebar[data-behavior="6"] {
    left: -75px;
    width: 75px;
  }

  #sidebar[data-behavior="6"] .sidebar-profile .sidebar-profile-picture {
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 30px;
  }

  #sidebar[data-behavior="6"] .sidebar-profile .sidebar-profile-name {
    display: none;
  }

  #sidebar[data-behavior="6"] ul.sidebar-buttons li.sidebar-button {
    text-align: center;
  }

  #sidebar[data-behavior="6"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: center;
    width: 100%;
  }

  #sidebar[data-behavior="6"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    vertical-align: middle;
  }

  #sidebar[data-behavior="6"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: none;
  }

  #sidebar[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  #sidebar[data-behavior="1"],
  #sidebar[data-behavior="2"] {
    width: 250px;
  }

  #sidebar[data-behavior="1"] .sidebar-profile,
  #sidebar[data-behavior="2"] .sidebar-profile {
    height: 130px;
    padding-top: 40px;
    padding-bottom: 7.5px;
  }

  #sidebar[data-behavior="1"] .sidebar-profile .sidebar-profile-picture,
  #sidebar[data-behavior="2"] .sidebar-profile .sidebar-profile-picture {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
  }

  #sidebar[data-behavior="1"] .sidebar-profile .sidebar-profile-name,
  #sidebar[data-behavior="2"] .sidebar-profile .sidebar-profile-name {
    font-size: 1.6rem;
  }

  #sidebar[data-behavior="1"] ul.sidebar-buttons li.sidebar-button,
  #sidebar[data-behavior="2"] ul.sidebar-buttons li.sidebar-button {
    text-align: left;
  }

  #sidebar[data-behavior="1"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link,
  #sidebar[data-behavior="2"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: left;
    width: auto;
    padding-left: 23px;
    padding-top: 0;
  }

  #sidebar[data-behavior="1"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon,
  #sidebar[data-behavior="2"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    vertical-align: middle;
    margin-right: 15px;
  }

  #sidebar[data-behavior="1"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc,
  #sidebar[data-behavior="2"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    vertical-align: middle;
  }

  #sidebar[data-behavior="1"].pushed,
  #sidebar[data-behavior="2"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  #sidebar[data-behavior="3"] {
    width: 75px;
  }

  #sidebar[data-behavior="3"] .sidebar-profile .sidebar-profile-picture {
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 30px;
  }

  #sidebar[data-behavior="3"] .sidebar-profile .sidebar-profile-name {
    display: none;
  }

  #sidebar[data-behavior="3"] ul.sidebar-buttons li.sidebar-button {
    text-align: center;
  }

  #sidebar[data-behavior="3"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: center;
    width: 100%;
  }

  #sidebar[data-behavior="3"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    vertical-align: middle;
  }

  #sidebar[data-behavior="3"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: none;
  }

  #sidebar[data-behavior="3"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }

  #sidebar[data-behavior="4"],
  #sidebar[data-behavior="5"] {
    left: -250px;
    width: 250px;
  }

  #sidebar[data-behavior="4"] .sidebar-profile,
  #sidebar[data-behavior="5"] .sidebar-profile {
    height: 130px;
    padding-top: 40px;
    padding-bottom: 7.5px;
  }

  #sidebar[data-behavior="4"] .sidebar-profile .sidebar-profile-picture,
  #sidebar[data-behavior="5"] .sidebar-profile .sidebar-profile-picture {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
  }

  #sidebar[data-behavior="4"] .sidebar-profile .sidebar-profile-name,
  #sidebar[data-behavior="5"] .sidebar-profile .sidebar-profile-name {
    font-size: 1.6rem;
  }

  #sidebar[data-behavior="4"] ul.sidebar-buttons li.sidebar-button,
  #sidebar[data-behavior="5"] ul.sidebar-buttons li.sidebar-button {
    text-align: left;
  }

  #sidebar[data-behavior="4"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link,
  #sidebar[data-behavior="5"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: left;
    width: auto;
    padding-left: 23px;
    padding-top: 0;
  }

  #sidebar[data-behavior="4"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon,
  #sidebar[data-behavior="5"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    vertical-align: middle;
    margin-right: 15px;
  }

  #sidebar[data-behavior="4"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc,
  #sidebar[data-behavior="5"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    vertical-align: middle;
  }

  #sidebar[data-behavior="4"].pushed,
  #sidebar[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  #sidebar[data-behavior="6"] {
    left: -75px;
    width: 75px;
  }

  #sidebar[data-behavior="6"] .sidebar-profile .sidebar-profile-picture {
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 30px;
  }

  #sidebar[data-behavior="6"] .sidebar-profile .sidebar-profile-name {
    display: none;
  }

  #sidebar[data-behavior="6"] ul.sidebar-buttons li.sidebar-button {
    text-align: center;
  }

  #sidebar[data-behavior="6"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: center;
    width: 100%;
  }

  #sidebar[data-behavior="6"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    vertical-align: middle;
  }

  #sidebar[data-behavior="6"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: none;
  }

  #sidebar[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }
}

@media (min-width: 1280px) {
  #sidebar[data-behavior="1"] {
    width: 500px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #sidebar[data-behavior="1"] .sidebar-container {
    position: relative;
    padding: 0 80px;
  }

  #sidebar[data-behavior="1"] .sidebar-profile {
    padding-top: 0;
    padding-bottom: 7.5px;
  }

  #sidebar[data-behavior="1"] .sidebar-profile .sidebar-profile-picture {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
  }

  #sidebar[data-behavior="1"] .sidebar-profile .sidebar-profile-bio,
  #sidebar[data-behavior="1"] .sidebar-profile .sidebar-profile-job,
  #sidebar[data-behavior="1"] .sidebar-profile .sidebar-profile-location {
    font-weight: 400;
    font-size: 1.6rem;
    color: #ebebeb;
  }

  #sidebar[data-behavior="1"] .sidebar-profile .sidebar-profile-job,
  #sidebar[data-behavior="1"] .sidebar-profile .sidebar-profile-location {
    margin-top: 0;
    width: 49%;
    display: inline-block;
  }

  #sidebar[data-behavior="1"] ul.sidebar-buttons {
    width: 49%;
    vertical-align: top;
    display: inline-block;
  }

  #sidebar[data-behavior="1"] ul.sidebar-buttons li.sidebar-button {
    text-align: left;
    box-sizing: border-box;
  }

  #sidebar[data-behavior="1"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: left;
    width: auto;
    padding-top: 0;
    white-space: nowrap;
  }

  #sidebar[data-behavior="1"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    float: left;
    text-align: center;
    width: 30px;
    height: 35px;
    line-height: 35px;
    padding-top: 0;
    vertical-align: middle;
    margin-right: 15px;
  }

  #sidebar[data-behavior="1"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: block;
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #sidebar[data-behavior="1"]
    ul.sidebar-buttons
    li.sidebar-button:nth-child(odd) {
    padding-right: 20px;
  }

  #sidebar[data-behavior="1"].pushed {
    -webkit-transform: translate3d(500px, 0, 0);
    -moz-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }

  #sidebar[data-behavior="2"] {
    width: 250px;
  }

  #sidebar[data-behavior="2"] .sidebar-profile {
    height: 130px;
    padding-top: 40px;
    padding-bottom: 7.5px;
  }

  #sidebar[data-behavior="2"] .sidebar-profile .sidebar-profile-picture {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
  }

  #sidebar[data-behavior="2"] .sidebar-profile .sidebar-profile-name {
    font-size: 1.6rem;
  }

  #sidebar[data-behavior="2"] ul.sidebar-buttons li.sidebar-button {
    text-align: left;
  }

  #sidebar[data-behavior="2"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: left;
    width: auto;
    padding-left: 23px;
    padding-top: 0;
  }

  #sidebar[data-behavior="2"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    vertical-align: middle;
    margin-right: 15px;
  }

  #sidebar[data-behavior="2"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    vertical-align: middle;
  }

  #sidebar[data-behavior="2"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  #sidebar[data-behavior="3"] {
    width: 75px;
  }

  #sidebar[data-behavior="3"] .sidebar-profile .sidebar-profile-picture {
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 30px;
  }

  #sidebar[data-behavior="3"] .sidebar-profile .sidebar-profile-name {
    display: none;
  }

  #sidebar[data-behavior="3"] ul.sidebar-buttons li.sidebar-button {
    text-align: center;
  }

  #sidebar[data-behavior="3"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: center;
    width: 100%;
  }

  #sidebar[data-behavior="3"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    vertical-align: middle;
  }

  #sidebar[data-behavior="3"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: none;
  }

  #sidebar[data-behavior="3"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }

  #sidebar[data-behavior="4"] {
    left: -500px;
    width: 500px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #sidebar[data-behavior="4"] .sidebar-container {
    position: relative;
    padding: 0 80px;
  }

  #sidebar[data-behavior="4"] .sidebar-profile {
    padding-top: 0;
    padding-bottom: 7.5px;
  }

  #sidebar[data-behavior="4"] .sidebar-profile .sidebar-profile-picture {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
  }

  #sidebar[data-behavior="4"] .sidebar-profile .sidebar-profile-bio,
  #sidebar[data-behavior="4"] .sidebar-profile .sidebar-profile-job,
  #sidebar[data-behavior="4"] .sidebar-profile .sidebar-profile-location {
    font-weight: 400;
    font-size: 1.6rem;
    color: #ebebeb;
  }

  #sidebar[data-behavior="4"] .sidebar-profile .sidebar-profile-job,
  #sidebar[data-behavior="4"] .sidebar-profile .sidebar-profile-location {
    margin-top: 0;
    width: 49%;
    display: inline-block;
  }

  #sidebar[data-behavior="4"] ul.sidebar-buttons {
    width: 49%;
    vertical-align: top;
    display: inline-block;
  }

  #sidebar[data-behavior="4"] ul.sidebar-buttons li.sidebar-button {
    text-align: left;
    box-sizing: border-box;
  }

  #sidebar[data-behavior="4"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: left;
    width: auto;
    padding-top: 0;
    white-space: nowrap;
  }

  #sidebar[data-behavior="4"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    float: left;
    text-align: center;
    width: 30px;
    height: 35px;
    line-height: 35px;
    padding-top: 0;
    vertical-align: middle;
    margin-right: 15px;
  }

  #sidebar[data-behavior="4"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: block;
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #sidebar[data-behavior="4"]
    ul.sidebar-buttons
    li.sidebar-button:nth-child(odd) {
    padding-right: 20px;
  }

  #sidebar[data-behavior="4"].pushed {
    -webkit-transform: translate3d(500px, 0, 0);
    -moz-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }

  #sidebar[data-behavior="5"] {
    left: -250px;
    width: 250px;
  }

  #sidebar[data-behavior="5"] .sidebar-profile {
    height: 130px;
    padding-top: 40px;
    padding-bottom: 7.5px;
  }

  #sidebar[data-behavior="5"] .sidebar-profile .sidebar-profile-picture {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
  }

  #sidebar[data-behavior="5"] .sidebar-profile .sidebar-profile-name {
    font-size: 1.6rem;
  }

  #sidebar[data-behavior="5"] ul.sidebar-buttons li.sidebar-button {
    text-align: left;
  }

  #sidebar[data-behavior="5"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: left;
    width: auto;
    padding-left: 23px;
    padding-top: 0;
  }

  #sidebar[data-behavior="5"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    vertical-align: middle;
    margin-right: 15px;
  }

  #sidebar[data-behavior="5"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    vertical-align: middle;
  }

  #sidebar[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  #sidebar[data-behavior="6"] {
    left: -75px;
    width: 75px;
  }

  #sidebar[data-behavior="6"] .sidebar-profile .sidebar-profile-picture {
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 30px;
  }

  #sidebar[data-behavior="6"] .sidebar-profile .sidebar-profile-name {
    display: none;
  }

  #sidebar[data-behavior="6"] ul.sidebar-buttons li.sidebar-button {
    text-align: center;
  }

  #sidebar[data-behavior="6"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link {
    text-align: center;
    width: 100%;
  }

  #sidebar[data-behavior="6"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-icon {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    vertical-align: middle;
  }

  #sidebar[data-behavior="6"]
    ul.sidebar-buttons
    li.sidebar-button
    .sidebar-button-link
    .sidebar-button-desc {
    display: none;
  }

  #sidebar[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }

  #sidebar[data-behavior="2"] .sidebar-profile-bio,
  #sidebar[data-behavior="3"] .sidebar-profile-bio,
  #sidebar[data-behavior="5"] .sidebar-profile-bio,
  #sidebar[data-behavior="6"] .sidebar-profile-bio {
    display: none;
  }
}

@media (max-width: 1279px) {
  #sidebar .sidebar-profile-bio {
    display: none;
  }
}

@media print {
  #sidebar {
    display: none;
  }
}

.alert {
  position: relative;
  text-align: left;
  padding: 10px 15px;
  min-height: 30px;
  margin: 1em 0 0;
  border: none;
  border-left: 3px solid;
  word-break: break-word;
}

.alert p {
  margin: 1.5em 0 0;
}

.alert p:first-child {
  margin: 0;
}

.alert:not(.no-icon) {
  padding-left: 55px;
}

.alert:not(.no-icon):before {
  position: absolute;
  top: 10px;
  left: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 2rem;
}

.alert.info {
  border-color: #349ef3;
  background-color: #e6f3fe;
}

.alert.info:not(.no-icon):before {
  content: "";
  color: #349ef3;
}

.alert.success {
  border-color: #4dc657;
  background-color: #effaf0;
  content: "";
}

.alert.success:not(.no-icon):before {
  content: "";
  color: #4dc657;
}

.alert.warning {
  border-color: #f5aa0a;
  background-color: #fdf1d8;
}

.alert.warning:not(.no-icon):before {
  content: "";
  color: #f5aa0a;
}

.alert.danger {
  border-color: #f5311d;
  background-color: #feecea;
}

.alert.danger:not(.no-icon):before {
  content: "";
  color: #f5311d;
}

.archive-result {
  display: none;
}

.archive .archive-title {
  color: #5d686f;
}

.archive .archive-title:hover {
  text-decoration: underline;
}

.archive .archive-posts {
  list-style: none;
}

.archive .archive-posts .archive-post .archive-post-title {
  margin-left: 10px;
  color: #5d686f;
}

.archive .archive-posts .archive-post .archive-post-title:hover {
  text-decoration: underline;
}

.archive .archive-posts .archive-post .archive-post-date {
  color: #9eabb3;
}

.archive .archive-posts .archive-post::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  font-size: 1.3rem;
}

.boxes {
  margin-top: 20px;
}

.boxes .box:nth-child(n + 2) {
  margin-top: 20px;
}

.box {
  border-bottom: 1px solid #eef2f8;
}

.btn {
  width: auto;
  height: auto;
  background: #fff;
  border-radius: 3px;
  padding: 8px 15px;
  margin: 0;
  letter-spacing: 0.01em;
  font-size: 1.6rem;
  cursor: pointer;
}

.btn:active,
.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn--disabled,
.btn--disabled:hover {
  color: #bbc4c9 !important;
  border: 1px solid #bbc4c9;
  cursor: not-allowed;
  text-decoration: none;
}

.btn--default {
  color: #9eabb3 !important;
  border: 1px solid #9eabb3;
}

.btn--default:hover {
  color: #738691 !important;
  border: 1px solid #738691;
}

.btn--success {
  color: #4dc657 !important;
  border: 1px solid #4dc657;
}

.btn--success:hover {
  color: #309639 !important;
  border: 1px solid #309639;
}

.btn--primary {
  color: #349ef3 !important;
  border: 1px solid #349ef3;
}

.btn--primary:hover {
  color: #0c78ce !important;
  border: 1px solid #0c78ce;
}

.btn--danger {
  color: #f5311d !important;
  border: 1px solid #f5311d;
}

.btn--danger:hover {
  color: #bd1908 !important;
  border: 1px solid #bd1908;
}

.btn--medium {
  font-size: 1.5rem;
  padding: 8px 15px;
}

.btn--small {
  font-size: 1.3rem;
  padding: 8px 15px;
}

.caption {
  display: block;
  font-family: "Gilroy Light", sans-serif;
  font-size: 1.3rem;
  color: #81929d;
  text-align: center;
  font-style: italic;
  padding-right: 10px;
  padding-left: 10px;
}

.codeblock,
figure.highlight {
  margin: 10px 0;
  line-height: 2.3rem;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.codeblock table,
figure.highlight table {
  display: block;
  width: 100%;
}

.codeblock .code,
.codeblock .gutter,
.codeblock .tag,
.codeblock pre,
figure.highlight .code,
figure.highlight .gutter,
figure.highlight .tag,
figure.highlight pre {
  background-color: inherit;
  font-family: Menlo, Consolas, monospace;
  border: none;
  padding: 0;
  margin: 0;
  cursor: text;
}

.codeblock .code,
.codeblock .gutter,
figure.highlight .code,
figure.highlight .gutter {
  vertical-align: top;
}

.codeblock.plain .gutter,
figure.highlight.plain .gutter {
  display: none;
}

.codeblock figcaption,
figure.highlight figcaption {
  font-size: 1.3rem;
  padding: 0 15px 20px;
  margin: 0;
}

.codeblock figcaption a,
figure.highlight figcaption a {
  float: right;
}

.codeblock .gutter,
figure.highlight .gutter {
  border-right: 1px solid;
  padding: 0.3rem 15px;
  line-height: 2.3rem;
  font-size: 1.4rem;
}

.codeblock .gutter pre,
figure.highlight .gutter pre {
  color: #aaa;
}

.codeblock .code,
figure.highlight .code {
  padding: 0.3rem 15px 0.3rem 1em;
  width: 100%;
}

.codeblock .code pre,
figure.highlight .code pre {
  line-height: 2.3rem;
  font-size: 1.4rem;
  max-width: calc(750px - 50px);
  overflow-x: auto;
  overflow-y: hidden;
}

.codeblock .line,
figure.highlight .line {
  height: 2.3rem;
  font-size: 1.4rem;
}

.codeblock--tabbed figure.highlight,
.codeblock--tabbed pre > code {
  margin-bottom: 0;
  padding-bottom: 0;
}

.codeblock--tabbed figcaption a,
.codeblock--tabbed figcaption span {
  float: left !important;
}

.codeblock--tabbed figcaption .tabs {
  float: right;
}

.codeblock--tabbed figcaption .tabs .tab {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 0 7px;
}

.codeblock--tabbed figcaption .tabs .tab:last-child {
  margin-right: 0;
}

.gist .line,
.gist .line-number {
  font-family: Menlo, Consolas, monospace;
  font-size: 1em;
  margin: 0 0 5px 0;
}

.fancybox-caption-wrap {
  padding: 0;
  background: 0 0;
}

.fancybox-caption-wrap .fancybox-caption {
  text-align: center;
  border: none;
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  opacity: 1;
  background: 0 0;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.figure.clear {
  clear: both;
}

.figure.center {
  width: calc(100% - 4px);
  margin: 2px auto;
}

.figure.center .fig-img {
  margin: 2px auto;
}

.figure.fig-20,
.figure.fig-25,
.figure.fig-33,
.figure.fig-50,
.figure.fig-75,
.figure.left {
  float: left;
  margin: 2px;
}

.figure.right {
  float: right;
  margin: 2px;
}

.figure .fig-video {
  width: 100%;
  height: auto;
}

.figure.fig-20 {
  width: calc(20% - 4px);
}

.figure.fig-25 {
  width: calc(25% - 4px);
}

.figure.fig-33 {
  width: calc(33.3% - 4px);
}

.figure.fig-50 {
  width: calc(50% - 4px);
}

.figure.fig-75 {
  width: calc(75% - 4px);
}

.figure.fig-100 {
  width: calc(100% - 4px);
  margin: 2px;
}

.figure.figure--fullWidth {
  width: 100%;
}

.figure.figure--fullWidth .figure-img {
  width: 100%;
  margin: 0 auto;
  transition: width 0.25s ease-in-out;
  -webkit-transition: width 0.25s ease-in-out;
}

@media (max-width: 767px) {
  .fig-20 .caption,
  .fig-25 .caption,
  .fig-33 .caption {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  #main[data-behavior="1"] .pushed .figure.figure--fullWidth img.figure-img,
  #main[data-behavior="2"] .pushed .figure.figure--fullWidth img.figure-img {
    width: calc(100% - 250px);
  }

  #main[data-behavior="3"] .pushed .figure.figure--fullWidth img.figure-img {
    width: calc(100% - 75px + 1px);
  }

  #main[data-behavior="4"] .pushed .figure.figure--fullWidth img.figure-img,
  #main[data-behavior="5"] .pushed .figure.figure--fullWidth img.figure-img {
    width: calc(100% - 250px);
  }

  #main[data-behavior="6"] .pushed .figure.figure--fullWidth img.figure-img {
    width: calc(100% - 75px + 1px);
  }
}

@media (min-width: 1280px) {
  #main[data-behavior="1"] .pushed .figure.figure--fullWidth img.figure-img {
    width: calc(100% - 500px);
  }

  #main[data-behavior="2"] .pushed .figure.figure--fullWidth img.figure-img {
    width: calc(100% - 250px);
  }

  #main[data-behavior="3"] .pushed .figure.figure--fullWidth img.figure-img {
    width: calc(100% - 75px + 1px);
  }

  #main[data-behavior="4"] .pushed .figure.figure--fullWidth img.figure-img {
    width: calc(100% - 500px);
  }

  #main[data-behavior="5"] .pushed .figure.figure--fullWidth img.figure-img {
    width: calc(100% - 250px);
  }

  #main[data-behavior="6"] .pushed .figure.figure--fullWidth img.figure-img {
    width: calc(100% - 75px + 1px);
  }
}

.form-control {
  background: 0 0;
  width: 100%;
  border: none;
  outline: 0;
  color: #5d686f;
  font-weight: 300;
}

.form-control:focus,
.form-control:hover {
  outline: 0;
}

.input--large {
  height: auto;
  padding: 10px 0;
  font-size: 18px;
  line-height: 21px;
}

.input--xlarge {
  height: auto;
  padding: 10px 0;
  font-size: 25px;
  line-height: 30px;
  border-bottom: 1px solid rgb(167 165 165);
}

.hide {
  display: none;
}

@media (max-width: 479px) {
  .hide-xs {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .hide-sm {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hide-md {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hide-lg {
    display: none;
  }
}

.highlight-text {
  display: inline;
  padding: 3px;
}

.highlight-text.red {
  background-color: #ffe6e6;
}

.highlight-text.green {
  background-color: #cdffcd;
}

.highlight-text.blue {
  background-color: #e6e6ff;
}

.highlight-text.purple {
  background-color: #ffe6ff;
}

.highlight-text.orange {
  background-color: #ffedcc;
}

.highlight-text.yellow {
  background-color: #ffc;
}

.highlight-text.cyan {
  background-color: #cff;
}

.highlight-text.primary {
  background-color: #ddeffd;
}

.highlight-text.success {
  background-color: #d4f1d7;
}

.highlight-text.warning {
  background-color: #fdeece;
}

.highlight-text.danger {
  background-color: #fee3e0;
}

.icon-mt {
  margin-top: 10px;
}

.icon-mr {
  margin-right: 10px;
}

.icon-mb {
  margin-bottom: 10px;
}

.icon-ml {
  margin-left: 10px;
}

.image-gallery {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.image-gallery .image-gallery-metabar {
  position: absolute;
  bottom: 0;
  width: calc(100% - (1.5em) * 2);
  font-family: "Open Sans";
  font-style: italic;
  background: rgba(0, 0, 0, 0.75);
  font-size: 1.3rem;
  color: #fff;
  padding: 0.5em 1.5em;
  z-index: 1;
}

.image-gallery .image-gallery-photos .photo-box {
  float: left;
  position: relative;
  overflow: hidden;
  display: none;
}

.image-gallery .image-gallery-photos .photo-box:first-child {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.image-gallery .image-gallery-photos .photo-box .photo-box-inner {
  position: absolute;
  overflow: hidden;
}

.image-gallery .image-gallery-photos .photo-box .photo-box-inner .photo {
  width: 100%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.image-gallery .image-gallery-photos--thumbnail .photo-box {
  display: block;
  width: 50%;
  padding-bottom: 30%;
}

.image-gallery .image-gallery-photos--thumbnail .photo-box:first-child {
  width: 100%;
  padding-bottom: 40%;
  margin-bottom: 2px;
}

.image-gallery .image-gallery-photos--thumbnail .photo-box:nth-child(2) {
  margin-right: 2px;
  width: calc(50% - 2px);
}

.image-gallery .image-gallery-photos--thumbnail .photo-box:nth-child(n + 4) {
  display: none;
}

a.link-unstyled,
a.link-unstyled:active,
a.link-unstyled:hover {
  cursor: pointer !important;
  color: inherit !important;
  text-decoration: none !important;
}

a.link-unstyled a.link,
a.link-unstyled a.link:active,
a.link-unstyled a.link:hover {
  text-decoration: underline !important;
}

a.fancybox {
  cursor: zoom-in !important;
}

.main-content-wrap {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 1024px) {
  .markdown h1 {
    font-size: 3rem;
  }

  .markdown h2 {
    font-size: 2.7rem;
  }

  .markdown h3 {
    font-size: 2.4rem;
  }

  .markdown h4 {
    font-size: 2.1rem;
  }

  .markdown h5 {
    font-size: 1.9rem;
  }

  .markdown h6 {
    font-size: 1.7rem;
  }
}

@media (max-width: 767px) {
  .markdown h1 {
    font-size: 2.65rem;
  }

  .markdown h2 {
    font-size: 2.35rem;
  }

  .markdown h3 {
    font-size: 2.05rem;
  }

  .markdown h4 {
    font-size: 1.75rem;
  }

  .markdown h5 {
    font-size: 1.55rem;
  }

  .markdown h6 {
    font-size: 1.35rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .markdown h1 {
    font-size: 2.8rem;
  }

  .markdown h2 {
    font-size: 2.5rem;
  }

  .markdown h3 {
    font-size: 2.2rem;
  }

  .markdown h4 {
    font-size: 1.9rem;
  }

  .markdown h5 {
    font-size: 1.7rem;
  }

  .markdown h6 {
    font-size: 1.5rem;
  }
}

.media-body,
.media-left {
  display: table-cell;
  vertical-align: top;
}

.media-left {
  float: left;
  padding-right: 15px;
}

.media-body {
  width: 100%;
}

.media-heading {
  margin: 0 0 -5px;
}

.media-meta {
  color: #9eabb3;
}

.media-content {
  color: #5d686f;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 1010;
}

.modal {
  width: 100%;
  height: 100%;
  max-width: 750px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.modal-body {
  position: relative;
  padding: 0 15px;
  overflow-y: auto;
  background: #fff;
}

.modal-footer {
  height: 50px;
  padding: 0 15px;
  background: #fff;
  border-top: 1px solid #eef2f8;
}

.modal .close-button {
  position: absolute;
  top: 9px;
  right: 15px;
  color: #5d686f;
  cursor: pointer;
}

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
  overflow: hidden;
}

@media (min-width: 768px) {
  .modal-container {
    padding: 50px 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .modal {
    border-radius: 5px;
  }
}

.pagination-bar {
  height: auto;
  width: 100%;
  height: 60px;
}

.pagination-bar .pagination {
  position: relative;
  height: 60px;
  line-height: 60px;
  display: block;
  list-style: none;
  padding: 0 10px;
  width: auto;
}

.pagination-bar .pagination .pagination-next,
.pagination-bar .pagination .pagination-prev {
  float: left;
  margin-right: 10px;
}

.pagination-bar .pagination .pagination-number {
  float: right;
  font-size: 1.3rem;
  color: #9eabb3;
}

.post {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
}

.post .post-header .post-title {
  margin: 0;
  word-break: initial;
  overflow: hidden;
}

.post .post-header .post-title:hover {
  text-decoration: none;
}

.post .post-meta {
  line-height: 1.5em;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #9eabb3;
}

.post .post-meta a {
  color: #9eabb3;
}

.post .post-content {
  text-rendering: optimizelegibility;
  letter-spacing: -0.3px;
  font-family: "Gilroy Light", sans-serif;
  color: #5d686f;
  margin-top: 20px;
  font-weight: 400;
  overflow: hidden;
  -webkit-hypens: auto;
  -moz-hypens: auto;
  hypens: auto;
}

.post .post-content img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.post .post-content :not(blockquote):not(li):not(.alert) > p {
  margin: 1.5em 0 22px 0;
}

.post .post-content li p {
  margin: 0;
}

.post .post-footer {
  margin-top: 20px;
}

.post .post-footer-tags {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eef2f8;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .post .post-header .post-title {
    font-size: 3.3rem;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  #main[data-behavior="1"] .post.pushed,
  #main[data-behavior="2"] .post.pushed {
    -webkit-transform: translate3d(-125px, 0, 0);
    -moz-transform: translate3d(-125px, 0, 0);
    transform: translate3d(-125px, 0, 0);
  }

  #main[data-behavior="3"] .post.pushed {
    -webkit-transform: translate3d(-37.5px, 0, 0);
    -moz-transform: translate3d(-37.5px, 0, 0);
    transform: translate3d(-37.5px, 0, 0);
  }

  #main[data-behavior="4"] .post.pushed,
  #main[data-behavior="5"] .post.pushed {
    -webkit-transform: translate3d(-125px, 0, 0);
    -moz-transform: translate3d(-125px, 0, 0);
    transform: translate3d(-125px, 0, 0);
  }

  #main[data-behavior="6"] .post.pushed {
    -webkit-transform: translate3d(-37.5px, 0, 0);
    -moz-transform: translate3d(-37.5px, 0, 0);
    transform: translate3d(-37.5px, 0, 0);
  }
}

@media (min-width: 1280px) {
  #main[data-behavior="1"] .post.pushed {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }

  #main[data-behavior="2"] .post.pushed {
    -webkit-transform: translate3d(-125px, 0, 0);
    -moz-transform: translate3d(-125px, 0, 0);
    transform: translate3d(-125px, 0, 0);
  }

  #main[data-behavior="3"] .post.pushed {
    -webkit-transform: translate3d(-37.5px, 0, 0);
    -moz-transform: translate3d(-37.5px, 0, 0);
    transform: translate3d(-37.5px, 0, 0);
  }

  #main[data-behavior="4"] .post.pushed {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }

  #main[data-behavior="5"] .post.pushed {
    -webkit-transform: translate3d(-125px, 0, 0);
    -moz-transform: translate3d(-125px, 0, 0);
    transform: translate3d(-125px, 0, 0);
  }

  #main[data-behavior="6"] .post.pushed {
    -webkit-transform: translate3d(-37.5px, 0, 0);
    -moz-transform: translate3d(-37.5px, 0, 0);
    transform: translate3d(-37.5px, 0, 0);
  }
}

@media (min-width: 1024px) {
  .post .post-header .post-title {
    font-size: 3.7rem;
  }
}

@media (min-width: 768px) {
  .post-content {
    font-size: 1.7rem;
  }
}

.post-actions-wrap {
  height: 60px;
  padding: 0;
  line-height: 60px;
  clear: both;
}

.post-actions-wrap ul.post-actions {
  float: left;
  padding-left: 0;
  margin-top: 0;
  list-style: none;
}

.post-actions-wrap ul.post-actions li.post-action {
  width: auto;
  text-align: center;
}

.post-actions-wrap ul.post-action-nav {
  width: 35%;
  z-index: 42;
}

.post-actions-wrap ul.post-action-nav li.post-action {
  float: left;
  min-width: 45px;
}

.post-actions-wrap
  ul.post-action-nav
  li.post-action:last-child
  .post-action-btn {
  margin-left: 15px;
}

.post-actions-wrap ul.post-action-share {
  width: 65%;
  z-index: 41;
  transition: transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.post-actions-wrap ul.post-action-share li.post-action {
  float: right;
}

.post-actions-wrap
  ul.post-action-share
  li.post-action:nth-child(n + 3)
  .post-action-btn {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .post-actions-wrap ul.post-action-nav {
    width: 25%;
  }

  .post-actions-wrap ul.post-action-share {
    width: 75%;
  }
}

@media (max-width: 479px) {
  .post-actions-wrap ul.post-action-nav {
    width: 35%;
  }

  .post-actions-wrap ul.post-action-share {
    width: 65%;
  }
}

@media print {
  .post-actions-wrap {
    display: none;
  }
}

.pullquote {
  text-align: left;
  font-style: italic;
  margin: 1.5em 0 0;
}

.pullquote.figure.fig-20,
.pullquote.figure.fig-25,
.pullquote.figure.fig-33,
.pullquote.figure.fig-50,
.pullquote.figure.fig-75,
.pullquote.left {
  width: 45%;
  float: left;
  margin: 1.5em 35px 1.5em 0;
}

.pullquote.right {
  width: 45%;
  float: right;
  margin: 1.5em 0 1.5em 35px;
}

.pullquote.blur {
  background-color: #eef0f1;
}

.post-header .post-title {
  margin: 0;
  word-break: initial;
  overflow: hidden;
}

.post-header .post-title:hover {
  text-decoration: none;
}

.post-header-cover {
  display: table;
  position: relative;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: calc(55px + 30px) 0 30px 0;
  height: 100%;
  z-index: 15;
  transition: transform 0.25s ease-in-out, width 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out,
    width 0.25s ease-in-out;
}

.post-header-cover .post-header {
  display: table-cell;
  vertical-align: middle;
}

.post-header-cover .post-header .post-title {
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.9);
  margin-bottom: 20px;
}

.post-header-cover .post-header .post-title:hover {
  text-decoration: none;
}

.post-header-cover .post-header .post-meta {
  max-width: 750px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #fff !important;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
  margin: 0 auto;
}

.post-header-cover .post-header .post-meta a {
  color: #fff;
}

.post-header-cover.post-header-cover--partial {
  height: 60%;
}

.post-header-cover-caption {
  margin: 5px 0 50px 0;
}

@media (max-width: 479px) {
  .post-header-cover .post-header .post-title {
    font-size: 2.8rem;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .post-header-cover .post-header .post-title {
    font-size: 3.3rem;
  }
}

@media (max-width: 767px) {
  .post-header-cover {
    width: 100%;
    left: 0;
  }

  .post-header-cover[data-behavior="1"].pushed,
  .post-header-cover[data-behavior="2"].pushed,
  .post-header-cover[data-behavior="4"].pushed,
  .post-header-cover[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  .post-header-cover[data-behavior="3"].pushed,
  .post-header-cover[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .post-header-cover .post-header .post-title {
    font-size: 5.8rem;
    line-height: 1.3em;
  }

  .post-header-cover[data-behavior="1"],
  .post-header-cover[data-behavior="2"],
  .post-header-cover[data-behavior="3"] {
    width: calc(100% - 75px);
    left: 75px;
  }

  .post-header-cover[data-behavior="4"],
  .post-header-cover[data-behavior="5"] {
    width: 100%;
    left: 0;
  }

  .post-header-cover[data-behavior="4"].pushed,
  .post-header-cover[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  .post-header-cover[data-behavior="6"] {
    width: 100%;
    left: 0;
  }

  .post-header-cover[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .post-header-cover .post-header .post-title {
    font-size: 6.5rem;
    line-height: 1.3em;
  }

  .post-header-cover[data-behavior="1"],
  .post-header-cover[data-behavior="2"] {
    width: calc(100% - 250px);
    left: 250px;
  }

  .post-header-cover[data-behavior="3"] {
    width: calc(100% - 75px);
    left: 75px;
  }

  .post-header-cover[data-behavior="4"],
  .post-header-cover[data-behavior="5"] {
    width: 100%;
    left: 0;
  }

  .post-header-cover[data-behavior="4"].pushed,
  .post-header-cover[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  .post-header-cover[data-behavior="6"] {
    width: 100%;
    left: 0;
  }

  .post-header-cover[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }
}

@media (min-width: 1280px) {
  .post-header-cover .post-header .post-title {
    font-size: 6.5rem;
    line-height: 1.3em;
  }

  .post-header-cover[data-behavior="1"] {
    width: calc(100% - 500px);
    left: 500px;
  }

  .post-header-cover[data-behavior="2"] {
    width: calc(100% - 250px);
    left: 250px;
  }

  .post-header-cover[data-behavior="3"] {
    width: calc(100% - 75px);
    left: 75px;
  }

  .post-header-cover[data-behavior="4"] {
    width: 100%;
    left: 0;
  }

  .post-header-cover[data-behavior="4"].pushed {
    -webkit-transform: translate3d(500px, 0, 0);
    -moz-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }

  .post-header-cover[data-behavior="5"] {
    width: 100%;
    left: 0;
  }

  .post-header-cover[data-behavior="5"].pushed {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  .post-header-cover[data-behavior="6"] {
    width: 100%;
    left: 0;
  }

  .post-header-cover[data-behavior="6"].pushed {
    -webkit-transform: translate3d(75px, 0, 0);
    -moz-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }
}

.postShorten-group .postShorten {
  margin-top: 15px;
  border-bottom: 1px solid #eef2f8;
}

.postShorten {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.postShorten .postShorten-thumbnailimg {
  overflow: hidden;
}

.postShorten .postShorten-header .postShorten-title {
  font-family: "Gilroy ExtraBold", Sans-serif !important;
  margin: 0;
  word-break: initial;
  overflow: hidden;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}



.postShorten .postShorten-header .postShorten-title:hover {
  text-decoration: none;
}

.postShorten .postShorten-meta {
  line-height: 1.5em;
}

.postShorten .postShorten-meta a {
  color: #9eabb3;
}

.postShorten .postShorten-meta,
.postShorten .postShorten-readingtime {
  color: #9eabb3;
}

.postShorten .postShorten-excerpt_link {
  margin-top: -15px;
}

.postShorten .postShorten-excerpt_link,
.postShorten .postShorten-meta,
.postShorten .postShorten-readingtime {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.postShorten .postShorten-content,
.postShorten .postShorten-excerpt {
  text-rendering: optimizelegibility;
  letter-spacing: -0.3px;
  font-family: "Gilroy Light", sans-serif;
  color: #5d686f;
  font-weight: 400;
  overflow: hidden;
  -webkit-hypens: auto;
  -moz-hypens: auto;
  hypens: auto;
}

.postShorten .postShorten-content img,
.postShorten .postShorten-excerpt img {
  display: block;
  width: auto;
  max-width: 100%;
}

.postShorten .postShorten-excerpt {
  margin-top: 15px;
}

.postShorten .postShorten-excerpt p:nth-child(1) {
  margin: 0;
}

.postShorten .postShorten-content {
  margin-top: 25px;
}

@media (max-width: 479px) {
  .postShorten .postShorten-thumbnailimg {
    display: none;
  }

  .postShorten .postShorten-thumbnailimg img {
    display: none;
  }
}

@media (min-width: 480px) {
  .postShorten.postShorten--thumbnailimg-right .postShorten-thumbnailimg {
    float: right;
    margin: 5px 0 30px 15px;
  }

  .postShorten.postShorten--thumbnailimg-right .postShorten-thumbnailimg img {
    display: block;
    width: 140px;
    height: 140px;
    object-fit: cover;
    overflow: hidden;
  }

  .postShorten.postShorten--thumbnailimg-right .postShorten-wrap {
    float: left;
    width: calc(100% - 140px - 20px);
  }

  .postShorten.postShorten--thumbnailimg-left .postShorten-thumbnailimg {
    float: left;
    margin: 5px 15px 30px 0;
  }

  .postShorten.postShorten--thumbnailimg-left .postShorten-thumbnailimg img {
    display: block;
    width: 140px;
    height: 140px;
    object-fit: cover;
    overflow: hidden;
  }

  .postShorten.postShorten--thumbnailimg-left .postShorten-wrap {
    float: right;
    width: calc(100% - 140px - 20px);
  }

  .postShorten.postShorten--thumbnailimg-top .postShorten-thumbnailimg {
    margin-top: 5px;
  }

  .postShorten.postShorten--thumbnailimg-bottom .postShorten-wrap {
    display: block;
    width: 100%;
  }

  .postShorten.postShorten--thumbnailimg-bottom .postShorten-excerpt > p {
    margin-bottom: 0;
  }

  .postShorten.postShorten--thumbnailimg-bottom .postShorten-thumbnailimg {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 15px 0 15px 0;
  }

  .postShorten.postShorten--thumbnailimg-bottom .postShorten-thumbnailimg img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
  }
}

.share-options-bar {
  position: fixed;
  bottom: -100%;
  background: #fff;
  height: 100%;
  width: 100%;
  clear: both;
  box-sizing: border-box;
  border-top: 1px solid #eef2f8;
  transition: transform 0.25s ease-in-out;
  z-index: 50;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.share-options-bar.opened {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.share-options-bar .share-options {
  padding: 0;
  margin: 0;
  list-style: none;
}

.share-options-bar .share-options .share-option:first-child .share-option-btn {
  padding: 20px 0 10px 0;
}

.share-options-bar .share-options .share-option:last-child .share-option-btn {
  padding: 10px 0 20px 0;
}

.share-options-bar .share-options .share-option .share-option-btn {
  color: #6e7681;
  display: block;
  width: 100%;
  padding: 10px 0 10px 0;
}

.share-options-bar .share-options .share-option .share-option-btn .fa,
.share-options-bar .share-options .share-option .share-option-btn .fab {
  margin-right: 15px;
}

#btn-close-shareoptions {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: #5d686f;
  cursor: pointer;
}

@media (max-width: 767px) {
  .share-options-bar {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .share-options-bar[data-behavior="1"],
  .share-options-bar[data-behavior="2"],
  .share-options-bar[data-behavior="3"] {
    width: calc(100% - 75px);
    left: 75px;
  }

  .share-options-bar[data-behavior="4"],
  .share-options-bar[data-behavior="5"],
  .share-options-bar[data-behavior="6"] {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .share-options-bar[data-behavior="1"],
  .share-options-bar[data-behavior="2"] {
    width: calc(100% - 250px);
    left: 250px;
  }

  .share-options-bar[data-behavior="3"] {
    width: calc(100% - 75px);
    left: 75px;
  }

  .share-options-bar[data-behavior="4"],
  .share-options-bar[data-behavior="5"],
  .share-options-bar[data-behavior="6"] {
    width: 100%;
  }
}

@media print {
  .share-options-bar {
    display: none;
  }
}

.tag,
a.tag {
  display: inline-block;
  background: #fff;
  width: auto;
  height: auto;
  border-radius: 3px;
  letter-spacing: 0.01em;
  cursor: pointer;
  margin: 0;
  margin-right: 4px;
  margin-bottom: 7px;
}

.tag--default,
a.tag--default {
  color: #9eabb3 !important;
  border: 1px solid #9eabb3;
}

.tag--default:hover,
a.tag--default:hover {
  color: #738691 !important;
  border: 1px solid #738691;
  text-decoration: none;
}

.tag--success,
a.tag--success {
  color: #4dc657 !important;
  border: 1px solid #4dc657;
}

.tag--success:hover,
a.tag--success:hover {
  color: #309639 !important;
  border: 1px solid #309639;
  text-decoration: none;
}

.tag--primary,
a.tag--primary {
  color: #349ef3 !important;
  border: 1px solid #349ef3;
}

.tag--primary:hover,
a.tag--primary:hover {
  color: #0c78ce !important;
  border: 1px solid #0c78ce;
  text-decoration: none;
}

.tag--danger,
a.tag--danger {
  color: #f5311d !important;
  border: 1px solid #f5311d;
}

.tag--danger:hover,
a.tag--danger:hover {
  color: #bd1908 !important;
  border: 1px solid #bd1908;
  text-decoration: none;
}

.tag--default,
a.tag--default {
  font-size: 1.3rem;
  padding: 4.5px 15px;
}

.tag--small,
a.tag--small {
  font-size: 1.3rem;
  padding: 2px 10px;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-xsmall {
  font-size: 1rem !important;
}

.text-small {
  font-size: 1.3rem !important;
}

.text-medium {
  font-size: 1.5rem !important;
}

.text-base {
  font-size: 1.6rem !important;
}

.text-large {
  font-size: 1.7rem !important;
}

.text-xlarge {
  font-size: 1.8rem !important;
}

.text-strong {
  font-weight: 700 !important;
}

.text-regular {
  font-weight: 400 !important;
}

.text-light {
  font-weight: 300 !important;
}

.text-italic {
  font-style: italic !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-underline-hover:hover {
  text-decoration: underline !important;
}

.text-color-base {
  color: #5d686f !important;
}

.text-color-light {
  color: #9eabb3 !important;
}

.text-color-link {
  color: #349ef3 !important;
}

.font-merryweather {
  font-family: "Gilroy Light", sans-serif;
}

.tooltip,
[data-tooltip] {
  position: relative;
  cursor: pointer;
}

.tooltip:before,
[data-tooltip]:before {
  z-index: 1000;
  border: 6px solid transparent;
  background: 0 0;
  content: "";
}

.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  min-width: 180px;
  background-color: rgba(0, 0, 20, 0.93);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 0.93em;
  line-height: 1.9em;
  border-radius: 5px;
}

.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
}

.tooltip--top:before,
.tooltip:before,
[data-tooltip]:before {
  margin-bottom: -12px;
  border-top-color: rgba(0, 0, 20, 0.93);
}

.tooltip--top:after,
.tooltip:after,
[data-tooltip]:after {
  margin-left: -91px;
}

.tooltip--top:after,
.tooltip--top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
  bottom: 100%;
  left: calc(50% - (-50px / 2));
}

.tooltip--top:focus:after,
.tooltip--top:focus:before,
.tooltip--top:hover:after,
.tooltip--top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
}

.tooltip--left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: rgba(0, 0, 20, 0.93);
}

.tooltip--left:after {
  margin-left: 0;
  margin-bottom: -15px;
}

.tooltip--left:after,
.tooltip--left:before {
  right: 100%;
  bottom: calc(50% - (15px / 2));
  left: auto;
}

.tooltip--left:focus:after,
.tooltip--left:focus:before,
.tooltip--left:hover:after,
.tooltip--left:hover:before {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  -o-transform: translateX(-12px);
  transform: translateX(-12px);
}

.tooltip--bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 20, 0.93);
}

.tooltip--bottom:after,
.tooltip--bottom:before {
  top: 100%;
  bottom: auto;
  left: calc(50% - (-50px / 2));
}

.tooltip--bottom:focus:after,
.tooltip--bottom:focus:before,
.tooltip--bottom:hover:after,
.tooltip--bottom:hover:before {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  -o-transform: translateY(12px);
  transform: translateY(12px);
}

.tooltip--right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: rgba(0, 0, 20, 0.93);
}

.tooltip--right:after {
  margin-left: 0;
  margin-bottom: -15px;
}

.tooltip--right:after,
.tooltip--right:before {
  bottom: calc(50% - (15px / 2));
  left: 100%;
  right: auto;
}

.tooltip--right:focus:after,
.tooltip--right:focus:before,
.tooltip--right:hover:after,
.tooltip--right:hover:before {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  -ms-transform: translateX(12px);
  -o-transform: translateX(12px);
  transform: translateX(12px);
}

.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin: 0 0 1.75em 0;
}

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

#algolia-search-modal {
  display: none;
}

#algolia-search-modal .search-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #5d686f;
}

#algolia-search-modal .media-content {
  font-size: 0.95em;
}

#algolia-search-modal .search-input {
  box-sizing: border-box;
  padding: 0 130px 0 25px;
  margin: 0;
}

#algolia-search-modal .modal-header {
  padding-bottom: 8px;
}

#algolia-search-modal .modal-body {
  padding-top: 15px;
  height: calc(100% - 100px - 15px);
}

#algolia-search-modal .media:nth-child(n + 2) {
  padding-top: 15px;
}

#algolia-search-modal hr {
  margin-top: 0;
}

#algolia-search-modal .results-count {
  line-height: 50px;
  color: #5d686f;
}

#algolia-search-modal .searchby-algolia {
  position: absolute;
  top: 15px;
  right: 45px;
}

#algolia-search-modal .searchby-algolia-text {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  height: 20px;
}

#algolia-search-modal .searchby-algolia-logo {
  display: inline-block;
  vertical-align: top;
  height: 20px;
}

#algolia-search-modal .no-result {
  display: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

pre > code {
  background: #f7f8f8;
  color: #333;
}

pre > code.codeblock {
  overflow-x: auto;
}

code {
  background-color: #f7f8f8;
}

.codeblock--tabbed figcaption .tab.active {
  background: #349ef3;
  color: #fff;
}

.codeblock,
figure.highlight {
  background: #f7f8f8;
  color: #333;
}

.codeblock figcaption,
figure.highlight figcaption {
  background: #f7f8f8;
  color: #999;
}

.codeblock .gutter,
figure.highlight .gutter {
  background: #f7f8f8;
  border-right-color: #e6e6e6;
}

.codeblock .gutter .line,
figure.highlight .gutter .line {
  color: #aaa;
}

.codeblock .comment,
figure.highlight .comment {
  color: #969896;
}

.codeblock .string,
figure.highlight .string {
  color: #183691;
}

.codeblock .keyword,
figure.highlight .keyword {
  color: #a71d5d;
}

.codeblock.apacheconf .code .attribute,
.codeblock.apacheconf .code .cbracket,
.codeblock.apacheconf .code .common,
.codeblock.apacheconf .code .keyword,
.codeblock.apacheconf .code .nomarkup,
.codeblock.apacheconf .code .variable,
figure.highlight.apacheconf .code .attribute,
figure.highlight.apacheconf .code .cbracket,
figure.highlight.apacheconf .code .common,
figure.highlight.apacheconf .code .keyword,
figure.highlight.apacheconf .code .nomarkup,
figure.highlight.apacheconf .code .variable {
  color: #0086b3;
}

.codeblock.apacheconf .code .sqbracket,
figure.highlight.apacheconf .code .sqbracket {
  color: #df5000;
}

.codeblock.apacheconf .code .section,
.codeblock.apacheconf .code .tag,
figure.highlight.apacheconf .code .section,
figure.highlight.apacheconf .code .tag {
  color: #63a35c;
}

.codeblock.bash .code .shebang,
figure.highlight.bash .code .shebang {
  color: #969896;
}

.codeblock.bash .code .built_in,
.codeblock.bash .code .literal,
figure.highlight.bash .code .built_in,
figure.highlight.bash .code .literal {
  color: #0086b3;
}

.codeblock.bash .code .variable,
figure.highlight.bash .code .variable {
  color: #333;
}

.codeblock.bash .code .title,
figure.highlight.bash .code .title {
  color: #795da3;
}

.codeblock.coffeescript .code .title,
figure.highlight.coffeescript .code .title {
  color: #795da3;
}

.codeblock.coffeescript .code .built_in,
.codeblock.coffeescript .code .literal,
.codeblock.coffeescript .code .number,
figure.highlight.coffeescript .code .built_in,
figure.highlight.coffeescript .code .literal,
figure.highlight.coffeescript .code .number {
  color: #0086b3;
}

.codeblock.coffeescript .code .attribute,
.codeblock.coffeescript .code .reserved,
figure.highlight.coffeescript .code .attribute,
figure.highlight.coffeescript .code .reserved {
  color: #1d3e81;
}

.codeblock.coffeescript .code .attribute,
.codeblock.coffeescript .code .regexp,
.codeblock.coffeescript .code .subst,
figure.highlight.coffeescript .code .attribute,
figure.highlight.coffeescript .code .regexp,
figure.highlight.coffeescript .code .subst {
  color: #df5000;
}

.codeblock.c .code .preprocessor,
.codeblock.cpp .code .preprocessor,
figure.highlight.c .code .preprocessor,
figure.highlight.cpp .code .preprocessor {
  color: #df5000;
}

.codeblock.c .code .meta-keyword,
.codeblock.cpp .code .meta-keyword,
figure.highlight.c .code .meta-keyword,
figure.highlight.cpp .code .meta-keyword {
  color: #a71d5d;
}

.codeblock.c .code .title,
.codeblock.cpp .code .title,
figure.highlight.c .code .title,
figure.highlight.cpp .code .title {
  color: #795da3;
}

.codeblock.c .code .built_in,
.codeblock.c .code .number,
.codeblock.cpp .code .built_in,
.codeblock.cpp .code .number,
figure.highlight.c .code .built_in,
figure.highlight.c .code .number,
figure.highlight.cpp .code .built_in,
figure.highlight.cpp .code .number {
  color: #0086b3;
}

.codeblock.clj .code .builtin-name,
figure.highlight.clj .code .builtin-name {
  color: #df5000;
}

.codeblock.clj .code .name,
figure.highlight.clj .code .name {
  color: #795da3;
}

.codeblock.clj .code .number,
figure.highlight.clj .code .number {
  color: #0086b3;
}

.codeblock.cs .code .preprocessor,
.codeblock.cs .code .preprocessor .keyword,
figure.highlight.cs .code .preprocessor,
figure.highlight.cs .code .preprocessor .keyword {
  color: #333;
}

.codeblock.cs .code .title,
figure.highlight.cs .code .title {
  color: #795da3;
}

.codeblock.cs .code .built_in,
.codeblock.cs .code .number,
figure.highlight.cs .code .built_in,
figure.highlight.cs .code .number {
  color: #0086b3;
}

.codeblock.cs .code .doctag,
.codeblock.cs .code .xmlDocTag,
figure.highlight.cs .code .doctag,
figure.highlight.cs .code .xmlDocTag {
  color: #63a35c;
}

.codeblock.css .code .at_rule,
.codeblock.css .code .important,
.codeblock.css .code .meta,
figure.highlight.css .code .at_rule,
figure.highlight.css .code .important,
figure.highlight.css .code .meta {
  color: #a71d5d;
}

.codeblock.css .code .attribute,
.codeblock.css .code .function,
.codeblock.css .code .hexcolor,
.codeblock.css .code .number,
figure.highlight.css .code .attribute,
figure.highlight.css .code .function,
figure.highlight.css .code .hexcolor,
figure.highlight.css .code .number {
  color: #0086b3;
}

.codeblock.css .code .attr_selector,
.codeblock.css .code .value,
figure.highlight.css .code .attr_selector,
figure.highlight.css .code .value {
  color: #333;
}

.codeblock.css .code .class,
.codeblock.css .code .id,
.codeblock.css .code .pseudo,
.codeblock.css .code .selector-pseudo,
figure.highlight.css .code .class,
figure.highlight.css .code .id,
figure.highlight.css .code .pseudo,
figure.highlight.css .code .selector-pseudo {
  color: #795da3;
}

.codeblock.css .code .selector-tag,
.codeblock.css .code .tag,
figure.highlight.css .code .selector-tag,
figure.highlight.css .code .tag {
  color: #63a35c;
}

.codeblock.diff .code .chunk,
.codeblock.diff .code .meta,
figure.highlight.diff .code .chunk,
figure.highlight.diff .code .meta {
  color: #795da3;
  font-weight: 700;
}

.codeblock.diff .code .addition,
figure.highlight.diff .code .addition {
  color: #55a532;
  background-color: #eaffea;
}

.codeblock.diff .code .deletion,
figure.highlight.diff .code .deletion {
  color: #bd2c00;
  background-color: #ffecec;
}

.codeblock.http .code .attr,
.codeblock.http .code .attribute,
figure.highlight.http .code .attr,
figure.highlight.http .code .attribute {
  color: #183691;
}

.codeblock.http .code .literal,
figure.highlight.http .code .literal {
  color: #0086b3;
}

.codeblock.http .code .request,
figure.highlight.http .code .request {
  color: #a71d5d;
}

.codeblock.ini .code .section,
.codeblock.ini .code .title,
figure.highlight.ini .code .section,
figure.highlight.ini .code .title {
  color: #795da3;
}

.codeblock.ini .code .attr,
.codeblock.ini .code .setting,
figure.highlight.ini .code .attr,
figure.highlight.ini .code .setting {
  color: #a71d5d;
}

.codeblock.ini .code .keyword,
.codeblock.ini .code .value,
figure.highlight.ini .code .keyword,
figure.highlight.ini .code .value {
  color: #333;
}

.codeblock.java .code .title,
figure.highlight.java .code .title {
  color: #795da3;
}

.codeblock.java .code .javadoc,
figure.highlight.java .code .javadoc {
  color: #969896;
}

.codeblock.java .code .annotation,
.codeblock.java .code .javadoctag,
.codeblock.java .code .meta,
figure.highlight.java .code .annotation,
figure.highlight.java .code .javadoctag,
figure.highlight.java .code .meta {
  color: #a71d5d;
}

.codeblock.java .code .number,
figure.highlight.java .code .number {
  color: #0086b3;
}

.codeblock.java .code .params,
figure.highlight.java .code .params {
  color: #1d3e81;
}

.codeblock.js .code .built_in,
.codeblock.js .code .title,
figure.highlight.js .code .built_in,
figure.highlight.js .code .title {
  color: #795da3;
}

.codeblock.js .code .javadoc,
figure.highlight.js .code .javadoc {
  color: #969896;
}

.codeblock.js .code .javadoctag,
.codeblock.js .code .tag,
figure.highlight.js .code .javadoctag,
figure.highlight.js .code .tag {
  color: #a71d5d;
}

.codeblock.js .code .tag .title,
figure.highlight.js .code .tag .title {
  color: #333;
}

.codeblock.js .code .regexp,
figure.highlight.js .code .regexp {
  color: #df5000;
}

.codeblock.js .code .literal,
.codeblock.js .code .number,
figure.highlight.js .code .literal,
figure.highlight.js .code .number {
  color: #0086b3;
}

.codeblock.json .code .attribute,
figure.highlight.json .code .attribute {
  color: #183691;
}

.codeblock.json .code .literal,
.codeblock.json .code .number,
figure.highlight.json .code .literal,
figure.highlight.json .code .number {
  color: #0086b3;
}

.codeblock.mak .code .constant,
figure.highlight.mak .code .constant {
  color: #333;
}

.codeblock.mak .code .title,
figure.highlight.mak .code .title {
  color: #795da3;
}

.codeblock.mak .code .keyword,
.codeblock.mak .code .meta-keyword,
figure.highlight.mak .code .keyword,
figure.highlight.mak .code .meta-keyword {
  color: #0086b3;
}

.codeblock.md .code .blockquote,
.codeblock.md .code .emphasis,
.codeblock.md .code .link_label,
.codeblock.md .code .quote,
.codeblock.md .code .section,
.codeblock.md .code .strong,
.codeblock.md .code .value,
figure.highlight.md .code .blockquote,
figure.highlight.md .code .emphasis,
figure.highlight.md .code .link_label,
figure.highlight.md .code .quote,
figure.highlight.md .code .section,
figure.highlight.md .code .strong,
figure.highlight.md .code .value {
  color: #183691;
}

.codeblock.md .code .code,
.codeblock.md .code .link_reference,
.codeblock.md .code .symbol,
figure.highlight.md .code .code,
figure.highlight.md .code .link_reference,
figure.highlight.md .code .symbol {
  color: #0086b3;
}

.codeblock.md .code .link,
.codeblock.md .code .link_url,
figure.highlight.md .code .link,
figure.highlight.md .code .link_url {
  text-decoration: underline;
}

.codeblock.nginx .code .attribute,
.codeblock.nginx .code .title,
figure.highlight.nginx .code .attribute,
figure.highlight.nginx .code .title {
  color: #a71d5d;
}

.codeblock.nginx .code .built_in,
.codeblock.nginx .code .literal,
figure.highlight.nginx .code .built_in,
figure.highlight.nginx .code .literal {
  color: #0086b3;
}

.codeblock.nginx .code .regexp,
figure.highlight.nginx .code .regexp {
  color: #183691;
}

.codeblock.nginx .code .variable,
figure.highlight.nginx .code .variable {
  color: #333;
}

.codeblock.objectivec .code .meta,
.codeblock.objectivec .code .preprocessor,
figure.highlight.objectivec .code .meta,
figure.highlight.objectivec .code .preprocessor {
  color: #a71d5d;
}

.codeblock.objectivec .code .meta .title,
.codeblock.objectivec .code .preprocessor .title,
figure.highlight.objectivec .code .meta .title,
figure.highlight.objectivec .code .preprocessor .title {
  color: #df5000;
}

.codeblock.objectivec .code .meta-string,
figure.highlight.objectivec .code .meta-string {
  color: #183691;
}

.codeblock.objectivec .code .title,
figure.highlight.objectivec .code .title {
  color: #795da3;
}

.codeblock.objectivec .code .built_in,
.codeblock.objectivec .code .literal,
.codeblock.objectivec .code .number,
figure.highlight.objectivec .code .built_in,
figure.highlight.objectivec .code .literal,
figure.highlight.objectivec .code .number {
  color: #0086b3;
}

.codeblock.perl .code .sub,
figure.highlight.perl .code .sub {
  color: #795da3;
}

.codeblock.perl .code .title,
figure.highlight.perl .code .title {
  color: #795da3;
}

.codeblock.perl .code .regexp,
figure.highlight.perl .code .regexp {
  color: #df5000;
}

.codeblock.php .code .doctag,
.codeblock.php .code .phpdoc,
figure.highlight.php .code .doctag,
figure.highlight.php .code .phpdoc {
  color: #a71d5d;
}

.codeblock.php .code .regexp,
figure.highlight.php .code .regexp {
  color: #df5000;
}

.codeblock.php .code .literal,
.codeblock.php .code .number,
figure.highlight.php .code .literal,
figure.highlight.php .code .number {
  color: #0086b3;
}

.codeblock.php .code .title,
figure.highlight.php .code .title {
  color: #795da3;
}

.codeblock.python .code .decorator,
.codeblock.python .code .meta,
.codeblock.python .code .title,
figure.highlight.python .code .decorator,
figure.highlight.python .code .meta,
figure.highlight.python .code .title {
  color: #795da3;
}

.codeblock.python .code .number,
figure.highlight.python .code .number {
  color: #0086b3;
}

.codeblock.ruby .code .parent,
.codeblock.ruby .code .title,
figure.highlight.ruby .code .parent,
figure.highlight.ruby .code .title {
  color: #795da3;
}

.codeblock.ruby .code .constant,
.codeblock.ruby .code .number,
.codeblock.ruby .code .prompt,
.codeblock.ruby .code .subst .keyword,
.codeblock.ruby .code .symbol,
figure.highlight.ruby .code .constant,
figure.highlight.ruby .code .number,
figure.highlight.ruby .code .prompt,
figure.highlight.ruby .code .subst .keyword,
figure.highlight.ruby .code .symbol {
  color: #0086b3;
}

.codeblock.sql .built_in,
figure.highlight.sql .built_in {
  color: #a71d5d;
}

.codeblock.sql .number,
figure.highlight.sql .number {
  color: #0086b3;
}

.codeblock.html .tag,
.codeblock.xml .tag,
figure.highlight.html .tag,
figure.highlight.xml .tag {
  color: #333;
}

.codeblock.html .value,
.codeblock.xml .value,
figure.highlight.html .value,
figure.highlight.xml .value {
  color: #183691;
}

.codeblock.html .attr,
.codeblock.html .attribute,
.codeblock.xml .attr,
.codeblock.xml .attribute,
figure.highlight.html .attr,
figure.highlight.html .attribute,
figure.highlight.xml .attr,
figure.highlight.xml .attribute {
  color: #795da3;
}

.codeblock.html .name,
.codeblock.html .title,
.codeblock.xml .name,
.codeblock.xml .title,
figure.highlight.html .name,
figure.highlight.html .title,
figure.highlight.xml .name,
figure.highlight.xml .title {
  color: #63a35c;
}

.codeblock.puppet .title,
figure.highlight.puppet .title {
  color: #795da3;
}

.codeblock.puppet .function,
figure.highlight.puppet .function {
  color: #0086b3;
}

.codeblock.puppet .name,
figure.highlight.puppet .name {
  color: #a71d5d;
}

.codeblock.puppet .attr,
figure.highlight.puppet .attr {
  color: #0086b3;
}

.codeblock.less .at_rule,
.codeblock.less .tag,
figure.highlight.less .at_rule,
figure.highlight.less .tag {
  color: #a71d5d;
}

.codeblock.less .attribute,
.codeblock.less .function,
.codeblock.less .hexcolor,
.codeblock.less .number,
figure.highlight.less .attribute,
figure.highlight.less .function,
figure.highlight.less .hexcolor,
figure.highlight.less .number {
  color: #0086b3;
}

.codeblock.less .built_in,
figure.highlight.less .built_in {
  color: #df5000;
}

.codeblock.less .class,
.codeblock.less .id,
.codeblock.less .pseudo,
.codeblock.less .selector-class,
.codeblock.less .selector-id,
.codeblock.less .selector-tag,
figure.highlight.less .class,
figure.highlight.less .id,
figure.highlight.less .pseudo,
figure.highlight.less .selector-class,
figure.highlight.less .selector-id,
figure.highlight.less .selector-tag {
  color: #795da3;
}

.codeblock.lisp .code .name,
figure.highlight.lisp .code .name {
  color: #df5000;
}

.codeblock.lisp .code .number,
figure.highlight.lisp .code .number {
  color: #0086b3;
}

.codeblock.scss .at_rule,
.codeblock.scss .important,
.codeblock.scss .tag,
figure.highlight.scss .at_rule,
figure.highlight.scss .important,
figure.highlight.scss .tag {
  color: #a71d5d;
}

.codeblock.scss .attribute,
.codeblock.scss .function,
.codeblock.scss .hexcolor,
.codeblock.scss .number,
figure.highlight.scss .attribute,
figure.highlight.scss .function,
figure.highlight.scss .hexcolor,
figure.highlight.scss .number {
  color: #0086b3;
}

.codeblock.scss .variable,
figure.highlight.scss .variable {
  color: #333;
}

.codeblock.scss .built_in,
figure.highlight.scss .built_in {
  color: #df5000;
}

.codeblock.scss .class,
.codeblock.scss .id,
.codeblock.scss .preprocessor,
.codeblock.scss .pseudo,
.codeblock.scss .selector-class,
.codeblock.scss .selector-id,
figure.highlight.scss .class,
figure.highlight.scss .id,
figure.highlight.scss .preprocessor,
figure.highlight.scss .pseudo,
figure.highlight.scss .selector-class,
figure.highlight.scss .selector-id {
  color: #795da3;
}

.codeblock.scss .selector-tag,
.codeblock.scss .tag,
figure.highlight.scss .selector-tag,
figure.highlight.scss .tag {
  color: #63a35c;
}

.codeblock.stylus .at_rule,
figure.highlight.stylus .at_rule {
  color: #a71d5d;
}

.codeblock.stylus .selector-tag,
.codeblock.stylus .tag,
figure.highlight.stylus .selector-tag,
figure.highlight.stylus .tag {
  color: #63a35c;
}

.codeblock.stylus .attribute,
.codeblock.stylus .hexcolor,
.codeblock.stylus .number,
.codeblock.stylus .params,
figure.highlight.stylus .attribute,
figure.highlight.stylus .hexcolor,
figure.highlight.stylus .number,
figure.highlight.stylus .params {
  color: #0086b3;
}

.codeblock.stylus .class,
.codeblock.stylus .id,
.codeblock.stylus .pseudo,
.codeblock.stylus .selector-class,
.codeblock.stylus .selector-id,
.codeblock.stylus .selector-pseudo,
.codeblock.stylus .title,
figure.highlight.stylus .class,
figure.highlight.stylus .id,
figure.highlight.stylus .pseudo,
figure.highlight.stylus .selector-class,
figure.highlight.stylus .selector-id,
figure.highlight.stylus .selector-pseudo,
figure.highlight.stylus .title {
  color: #795da3;
}

.codeblock.go .typename,
figure.highlight.go .typename {
  color: #a71d5d;
}

.codeblock.go .built_in,
.codeblock.go .constant,
figure.highlight.go .built_in,
figure.highlight.go .constant {
  color: #0086b3;
}

.codeblock.swift .preprocessor,
figure.highlight.swift .preprocessor {
  color: #a71d5d;
}

.codeblock.swift .title,
figure.highlight.swift .title {
  color: #795da3;
}

.codeblock.swift .built_in,
.codeblock.swift .number,
.codeblock.swift .type,
figure.highlight.swift .built_in,
figure.highlight.swift .number,
figure.highlight.swift .type {
  color: #0086b3;
}

.codeblock.yml .line .attr,
figure.highlight.yml .line .attr {
  color: #63a35c;
}

.codeblock.yml .line,
.codeblock.yml .literal,
.codeblock.yml .meta,
.codeblock.yml .string,
.codeblock.yml .type,
figure.highlight.yml .line,
figure.highlight.yml .literal,
figure.highlight.yml .meta,
figure.highlight.yml .string,
figure.highlight.yml .type {
  color: #183691;
}

.codeblock.yml .number,
figure.highlight.yml .number {
  color: #0086b3;
}

/* HEADER */

.active a span {
  color: #2ce1d2;
}

a {
  color: #e86c36;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: underline;
}

body {
  margin: 0;
  font-family: "Gilroy ExtraBold", Sans-serif;
  color: #070922;
  -webkit-font-smoothing: antialiased;
}

strong {
  font-family: "Gilroy ExtraBold", Sans-serif;
  -webkit-font-smoothing: antialiased;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

img,
svg {
  vertical-align: middle;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.show-case-link {
  color: black;
  font-family: "Gilroy Light", Sans-serif;
  font-size: 11px;
  font-weight: 300;
  text-decoration: underline !important;
  font-style: italic;
  text-transform: uppercase;
}

.show-case-link:hover {
  color: #2ce1d2;
  cursor: pointer;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #e0eceb;
  --bs-table-striped-bg: #d5e0df;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cad4d4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cfdad9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cad4d4;
}

.table-secondary {
  --bs-table-bg: #e3e0ec;
  --bs-table-striped-bg: #d8d5e0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cccad4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d2cfda;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cccad4;
}

.table-success {
  --bs-table-bg: #e1f3eb;
  --bs-table-striped-bg: #d6e7df;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbdbd4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d0e1d9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbdbd4;
}

.table-info {
  --bs-table-bg: #d2eef3;
  --bs-table-striped-bg: #c8e2e7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bdd6db;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c2dce1;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bdd6db;
}

.table-warning {
  --bs-table-bg: #faf4e0;
  --bs-table-striped-bg: #eee8d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1dcca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7e2cf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e1dcca;
}

.table-danger {
  --bs-table-bg: #ece0e1;
  --bs-table-striped-bg: #e0d5d6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d4cacb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #dacfd0;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d4cacb;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #67c29c;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(103, 194, 156, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #a16468;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(161, 100, 104, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #18182f;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: -9px;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #2ce1d2;
  background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2ce1d2;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #2ce1d2;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #2ce1d2;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: #50817e;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  font-family: "Gilroy ExtraBold", Sans-serif;
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  -webkit-font-smoothing: antialiased;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #2ce1d2;
  background-color: transparent !important;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-height: 400px) {
  .navbar-height {
    height: 190px;
    overflow: scroll;
  }
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  justify-content: center;
}

.navbar-nav {
  font-family: "Gilroy Light", Sans-serif;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
  width: 100%;
}

.navbar-toggler i {
  margin-left: 85%;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
  cursor: pointer;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #2ce1d2;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #2ce1d2;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #5a918d;
  background-color: #f0f6f5;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235a918d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #b2d0ce;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(100, 161, 157, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/")
    /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #2ce1d2;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: #50817e;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #50817e;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(100, 161, 157, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2ce1d2;
  border-color: #2ce1d2;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-primary {
  color: #3c615e;
  background-color: #e0eceb;
  border-color: #d1e3e2;
}

.alert-primary .alert-link {
  color: #304e4b;
}

.alert-secondary {
  color: #463c61;
  background-color: #e3e0ec;
  border-color: #d5d1e3;
}

.alert-secondary .alert-link {
  color: #38304e;
}

.alert-success {
  color: #3e745e;
  background-color: #e1f3eb;
  border-color: #d1ede1;
}

.alert-success .alert-link {
  color: #325d4b;
}

.alert-info {
  color: #116776;
  background-color: #d2eef3;
  border-color: #bbe6ed;
}

.alert-info .alert-link {
  color: #0e525e;
}

.alert-warning {
  color: #89773b;
  background-color: #faf4e0;
  border-color: #f7eed0;
}

.alert-warning .alert-link {
  color: #6e5f2f;
}

.alert-danger {
  color: #613c3e;
  background-color: #ece0e1;
  border-color: #e3d1d2;
}

.alert-danger .alert-link {
  color: #4e3032;
}

.alert-light {
  color: #959596;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #777778;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b3b3b3;
}

.alert-black .alert-link {
  color: black;
}

.alert-white {
  color: #999999;
  background-color: white;
  border-color: white;
}

.alert-white .alert-link {
  color: #7a7a7a;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2ce1d2;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2ce1d2;
  border-color: #2ce1d2;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #3c615e;
  background-color: #e0eceb;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #3c615e;
  background-color: #cad4d4;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #3c615e;
  border-color: #3c615e;
}

.list-group-item-secondary {
  color: #463c61;
  background-color: #e3e0ec;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #463c61;
  background-color: #cccad4;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #463c61;
  border-color: #463c61;
}

.list-group-item-success {
  color: #3e745e;
  background-color: #e1f3eb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #3e745e;
  background-color: #cbdbd4;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #3e745e;
  border-color: #3e745e;
}

.list-group-item-info {
  color: #116776;
  background-color: #d2eef3;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #116776;
  background-color: #bdd6db;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #116776;
  border-color: #116776;
}

.list-group-item-warning {
  color: #89773b;
  background-color: #faf4e0;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #89773b;
  background-color: #e1dcca;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #89773b;
  border-color: #89773b;
}

.list-group-item-danger {
  color: #613c3e;
  background-color: #ece0e1;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #613c3e;
  background-color: #d4cacb;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #613c3e;
  border-color: #613c3e;
}

.list-group-item-light {
  color: #959596;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #959596;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #959596;
  border-color: #959596;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.list-group-item-black {
  color: black;
  background-color: #cccccc;
}

.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}

.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-white {
  color: #999999;
  background-color: white;
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #999999;
  background-color: #e6e6e6;
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #2ce1d2;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 1.25rem;
  left: 15%;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  -webkit-mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #2ce1d2;
}

.link-primary:hover,
.link-primary:focus {
  color: #50817e;
}

.link-secondary {
  color: #7464a1;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #5d5081;
}

.link-success {
  color: #67c29c;
}

.link-success:hover,
.link-success:focus {
  color: #85ceb0;
}

.link-info {
  color: #1cabc4;
}

.link-info:hover,
.link-info:focus {
  color: #16899d;
}

.link-warning {
  color: #e4c662;
}

.link-warning:hover,
.link-warning:focus {
  color: #e9d181;
}

.link-danger {
  color: #a16468;
}

.link-danger:hover,
.link-danger:focus {
  color: #815053;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover,
.link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover,
.link-dark:focus {
  color: #1a1e21;
}

.link-black {
  color: #000;
}

.link-black:hover,
.link-black:focus {
  color: black;
}

.link-white {
  color: #fff;
}

.link-white:hover,
.link-white:focus {
  color: white;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.border {
  border-style: solid;
  border-color: white;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.title-page {
  font-family: "Gilroy ExtraBold", Sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

html {
  scroll-padding-top: calc(4.5rem - 1px);
  scroll-behavior: smooth;
}

@media (max-width: 992px) {
  html {
    scroll-behavior: auto;
  }
}

body {
  letter-spacing: 0.0625em;
}

.margin-0 {
  margin-left: 0px !important;
}

#mainNav {
  min-height: 3.5rem;
  background-color: #13162f;
  border-bottom: 1px solid white;
  padding-inline: 20px;
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  color: white;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #000;
  font-weight: 700;
  padding: 0.9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(#fff, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #18182f;
    transition: background-color 0.3s ease-in-out;
  }

  #mainNav .navbar-brand {
    padding: 0.5rem 0;
  }

  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
  }

  #mainNav .nav-link:hover {
    color: #2ce1d2;
  }

  #mainNav .nav-link:active {
    color: #2ce1d2;
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #000;
  }

  #mainNav.navbar-shrink .nav-link {
    color: #fff;
    padding: 1.5rem 0.8rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }

  #mainNav.navbar-shrink .nav-link:hover {
    color: #2ce1d2;
  }

  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }

  #mainNav.navbar-shrink .nav-link.active {
    color: #2ce1d2;
    outline: none;
  }
}

.page a {
  text-decoration: none;
}

@media (max-height: 768px) and (max-width: 1368px) {
  .break {
    height: 1rem;
    background-color: #1c1e35;
  }
}

.scroll-down-icon {
  width: 7px;
  height: 40px;
  background: #2ce1d2;
  margin-left: -3px;
  border-radius: 2px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  position: absolute;
  bottom: 30px;
  left: 50%;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}

.wrapper {
  margin-bottom: -16px;
}

#reopen-cookie-btn{
position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #18182f;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.title-line {
  content: "";
  position: relative;
  top: 34px;
  left: -37px;
  width: 68px;
  height: 13px;
  background: #2ce1d2;
  transform: translateX(-50%);
  z-index: 5;
}

.about-us-title-line {
  content: "";
  position: relative;
  top: 60px;
  left: -48px;
  width: 68px;
  height: 13px;
  background: #2ce1d2;
  transform: translateX(-50%);
  z-index: 5;
}

@media screen and (max-width: 1090px) {
  .about-us-title-mobile {
    margin-left: 15px !important;
  }

  .about-us-title-line {
    left: -23px;
    width: 40px;
    height: 8px;
    top: 55px;
  }

  .title-page {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1090px) {
  .title-mobile {
    margin-left: 15px !important;
  }

  .title-line {
    left: -10px;
    width: 40px;
    height: 8px;
  }

  .title-page {
    margin-left: 15px;
  }
}

/* graysx css */

.about-btn {
  position: unset;
  color: #fff;
  background-color: #2ce1d2;
  padding: 10px 17px 10px 17px;
  font-size: 17px;
  font-weight: 400;
  font-family: "Gilroy ExtraBold";
  border-radius: 40px;
  cursor: pointer;
  width: 60%;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 375px) {
  .about-btn {
    font-size: 17px;
  }
}

.about-btn:hover {
  background-color: #2ce1d2 !important;
  box-shadow: 0 10px 30px rgba(44, 225, 210, 0.3);
  color: white;
}

.submit-btn {
  position: unset;
  color: #fff;
  background-color: #2ce1d2;
  padding: 10px 13px 10px 13px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Gilroy ExtraBold";
  border-radius: 40px;
  border: none;
  cursor: pointer;
  width: 25%;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 991px) {
  .submit-btn {
    font-size: 17px;
    width: 45%;
  }
}

.submit-btn:hover {
  background-color: #2ce1d2 !important;
  box-shadow: 0 10px 30px rgba(44, 225, 210, 0.3);
  color: white;
}

.hidden {
  display: none;
}

.sticky-button {
  padding: 15px 27px 15px 27px;
  font-family: "Gilroy ExtraBold";
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background-color: #2ce1d2;
  font-size: 25px;
  font-weight: 600;
  border-radius: 40px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1543px) {
  .sticky-button {
    padding: 7px 13px 7px 13px;
    font-size: 18px;
    right: 20px;
  }
}

.sticky-button:hover {
  box-shadow: 0 2px 30px rgba(44, 225, 210, 0.3);
  color: white;
}
.sticky-button-back-on-blog {
  padding: 15px 27px 15px 27px;
  font-family: "Gilroy ExtraBold";
  text-decoration: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background-color: #2ce1d2;
  font-size: 25px;
  font-weight: 600;
  border-radius: 40px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1543px) {
  .sticky-button-back-on-blog {
    padding: 7px 13px 7px 13px;
    font-size: 18px;
    right: 20px;
  }
}

.sticky-button-back-on-blog:hover {
  box-shadow: 0 2px 30px rgba(44, 225, 210, 0.3);
  color: white;
}

.testimonial {
  margin-top: 2rem;
  text-align: center;
  font-family: "Gilroy Light", Sans-serif;
  font-style: italic;
}

@media (max-width: 992px) {
  .testimonial {
    margin-top: 0;
  }
}

.button-free-trial {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .grid-container {
    grid-template-columns: none;
  }
}

.grid-item {
  border: 1px solid rgba(0, 0, 0, 0.8);
  font-size: 30px;
  text-align: center;
  height: 484px;
  width: 434px;
  margin: 2px 2px 2px 2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .grid-item {
    width: 634px;
  }
}

@media screen and (max-width: 727px) {
  .grid-item {
    width: 564px;
  }
}

@media screen and (max-width: 662px) {
  .grid-item {
    width: 480px;
  }
}

@media screen and (max-width: 576px) {
  .grid-item {
    width: 436px;
  }
}

@media screen and (max-width: 530px) {
  .grid-item {
    width: 410px;
  }
}

@media screen and (max-width: 508px) {
  .grid-item {
    width: 382px;
  }
}

@media screen and (max-width: 467px) {
  .grid-item {
    width: 343px;
  }
}

@media screen and (max-width: 428px) {
  .grid-item {
    width: 305px;
  }
}

@media screen and (max-width: 395px) {
  .grid-item {
    width: 269px;
  }
}

@media screen and (max-width: 280px) {
  .grid-item {
    width: 200px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.text-up {
  padding: 150px 30px 150px 30px;
}

.text-up-heading {
  position: relative;
  top: 0;
  transition: top 1s ease 0s;
}

.text-up a {
  box-shadow: none;
  text-decoration: none;
}

@font-face {
  font-family: "Gilroy ExtraBold";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/FontsFree-Net-Gilroy-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy Light";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/FontsFree-Net-Gilroy-Light.ttf") format("truetype");
}

.navbar button {
  width: 10px;
  margin-right: 25px;
}

img {
  max-width: 100%;
}

footer {
  margin-top: 100px;
  color: #555;
  background: #fff;
  padding: 25px;
  font-weight: 300;
}

.footer p {
  margin-bottom: 0;
}

footer p a {
  color: #555;
  font-weight: 400;
}

footer p a:hover {
  color: #9f26aa;
  text-decoration: none;
}

.dark-color {
  color: #070922;
}

.background-light-image {
  background-image: url(../images/e7e7e7.png);
}

.background-dark-image {
  background-image: url(../images/18182f.png);
}

.slider-our-stack {
  margin-left: 10px;
}

.lb-data .lb-close {
  display: none !important;
}

.quote-left {
  text-align: left;
}

.quote-right {
  text-align: end;
}

svg {
  width: 40px;
  height: 40px;
}

.black-text {
  color: #252525 !important;
}

.margin-top-size {
  margin-top: 80px !important;
}

@media (max-width: 991px) {
  .margin-top-size {
    margin-top: 50px !important;
  }
}

.margin-bottom-size {
  margin-top: 100px !important;
}

@media (max-width: 991px) {
  .margin-bottom-size {
    margin-top: 50px !important;
  }
}

.light-theme {
  background-color: #f6f6f6;
  color: #404040;
}

.dark-theme {
  background-color: #222242;
  color: white;
}

.padding-top {
  padding-top: 100px !important;
}

.padding-bottom-section {
  padding-bottom: 130px;
}

@media (max-width: 992px) {
  .padding-bottom-section {
    padding-bottom: 80px;
  }
}

.nav-link.show {
  color: #2ce1d2 !important;
}

.masthead {
  background: url("../images/first-section-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
  height: 100vh;
}

.masthead-container {
  padding-inline: 120px;
}

@media (max-width: 992px) {
  .masthead-container {
    padding-inline: 20px;
  }
}

.tt-large-title {
  color: #fff;
  font-family: gilroy extrabold, Sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
}

.title-weight {
  margin: 60px 0px 0px 0px;
  padding: 0px 0px 30px 30px;
}

.tt-home-main-title {
  color: white;
  font-family: "Gilroy ExtraBold", Sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
}

.tt-home-description {
  color: white;
  font-family: "Gilroy ExtraBold", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
}

.tt-home-description-paragraph {
  color: white;
  font-family: "Gilroy ExtraBold", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  padding: 10px 0 10px 0;
}

.tt-book-consultation {
  padding: 0px 0px 30px 30px;
}

.tt-padding-top-10 {
  padding-top: 10px !important;
}

.tt-padding-top-20 {
  padding-top: 20px !important;
}

.tt-padding-top-30 {
  padding-top: 30px !important;
}

.tt-padding-top-40 {
  padding-top: 40px !important;
}

.tt-padding-top-50 {
  padding-top: 50px !important;
}

.tt-padding-top-60 {
  padding-top: 60px !important;
}

.tt-padding-top-80 {
  padding-top: 80px !important;
}

.tt-padding-bottom-20 {
  padding-bottom: 20px !important;
}

.title-description {
  display: flex;
  align-items: center;
}

.title-description-image-wight {
  width: 150px;
}

.title-description-image-wight-small {
  width: 50px;
}

.title-description-position {
  text-align: center;
}

.tt-position-description-image-home {
  text-align: center;
}

.tt-position-description-home {
  text-align: center;
}

.border-title {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 87px;
}

.tt-home-page-book-consultation-btn {
  position: unset;
  color: #fff;
  background-color: #e86c36;
  padding: 15px 17px 15px 17px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Gilroy ExtraBold";
  border-radius: 40px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.tt-home-page-book-consultation-btn-green {
  position: unset;
  color: #fff;
  background-color: #2ce1d2;
  padding: 15px 17px 15px 17px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Gilroy ExtraBold";
  border-radius: 40px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.tt-home-page-book-consultation-btn:hover {
  background-color: #e86c36 !important;
  box-shadow: 0 10px 30px #e86c36 -shadow;
  color: white;
}

.tt-home-page-book-consultation-btn-green:hover {
  background-color: #2ce1d2 !important;
  box-shadow: 0 10px 30px rgba(44, 225, 210, 0.3);
  color: white;
}

.tt-count-background {
  background-image: url(../images/contact-bg.png);
  color: #ffffff;
  padding-inline: 23px;
  padding-top: 20px;
}

.tt-text-size {
  font-family: "Gilroy Light", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 1px;
}

.tt-count-number-size {
  display: block;
  font-size: 60px;
  line-height: 18px;
  color: #2ce1d2;
  font-family: "Gilroy ExtraBold", Sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}

.tt-count-desc-size {
  color: white;
  font-family: "Gilroy Light", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
}

.tt-col-padding {
  padding: 30px 0 20px 0;
}

.tt-logo-text {
  color: white;
  font-size: 30px;
}



.tt-why-qa-section {
  background-image: url(../images/contact-bg.png);
  color: white;
  padding-block: 20px;
  padding-inline: 23px;
}

.tt-what-we-offer {
  background-image: url(../images/fifth-section-bg.png);
  color: #070922;
  padding-block: 20px;
  padding-inline: 23px;
}

.tt-why-qa-bold-text {
  color: #e86c36;
  font-weight: 700;
  font-size: 22px;
}

.justify-content-center {
  justify-content: center;
}

.tt-collaboration-section {
  padding-bottom: 5rem;
  background-image: url(../images/contact-bg.png);
  color: white;
  padding-block: 20px;
  padding-inline: 23px;
}

.tt-footer {
  color: white;
  background: #18182f;
  padding: 20px;
  font-weight: 300;
  border-top: 1px solid white;
  font-family: "Gilroy Light", Sans-serif;
}

.tt-footer-container {
  padding-inline: 40px;
}

.tt-footer-text {
  text-decoration: underline !important;
  text-decoration-color: #6c757d !important;
}

.tt-footer-text:hover {
  color: #2ce1d2;
}

.tt-text-home-section {
  background-image: url(../images/fifth-section-bg.png);
  color: #070922;
  padding-top: 20px;
  padding-bottom: 1rem;
  padding-inline: 23px;
}

.tt-text-width {
  padding-inline: 120px;
  justify-self: center;
}

.tt-case-study-home-section {
  background-image: url(../images/fifth-section-bg.png);
  color: #070922;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline: 23px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Gilroy Light", Sans-serif;
  font-size: 20px;
}

.tt-case-study-card-block {
  background: #222242;
  padding: 65px;
}

.tt-our-experts-section {
  background-image: url(../images/contact-bg.png);
  color: white;
  padding-block: 20px;
  padding-inline: 23px;
}

.tt-our-experts-link {
  color: white;
  text-decoration: underline !important;
}

.tt-our-experts-link:hover {
  color: #2ce1d2;
  text-decoration: underline !important;
}

.tt-client-feedback-section {
  background-image: url(../images/fifth-section-bg.png);
  color: #070922;
  padding-block: 20px;
  padding-inline: 23px;
}

.padding-client-feedback {
  padding-top: 20px;
}

.tt-our-experts-row {
  padding: 20px;
}

.phone-img {
  width: 300px;
  height: 500px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  border-radius: 5%;
}

.about-img {
  width: 400px;
  height: 550px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  border-radius: 2%;
}

.bubble {
  position: relative;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 24px;
  width: 300px;
  background: #fff;
  border-radius: 40px;
  padding: 24px;
  text-align: center;
  color: #000;
}

.talk-bubble {
  margin: 40px;
  display: inline-block;
  position: absolute;
  width: 200px;
  height: auto;
  background-color: white;
  left: -74px;
  top: 188px;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}

.tri-right.right-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: white transparent transparent white;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}

.tri-right.left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: white white transparent transparent;
}

.right-bubble {
  left: 245px !important;
}

.round {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.talktext {
  padding: 14px;
  text-align: left;
  line-height: 1.5em;
  color: black;
  font-size: 14px;
  font-weight: 700;
}

.talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-inline-100 {
  padding-inline: 100px;
}

.orange-color {
  color: #e86c36;
}

.linkedin-color {
  color: #0077b5;
}

.justify-items-center {
  justify-items: center !important;
}

@media (min-width: 992px) {
  .font-size-70 {
    font-size: 70px;
  }

  .font-size-25 {
    font-size: 25px;
  }
}

@media (min-width: 1285px) {
  .border-title {
    margin-top: 120px;
  }
}

@media (max-width: 1200px) {
  .tt-home-page-book-consultation-btn {
    font-size: 12px;
  }

  .tt-home-page-book-consultation-btn-green {
    font-size: 12px;
  }
}

@media (max-width: 1700px) {
  .masthead {
    height: auto;
  }
}

@media (max-width: 1000px) {
  .tt-centar-text {
    text-align: center;
  }
}

.show-mobile {
  display: none;
}

.center-on-mobile {
  justify-items: left;
}

@media (max-width: 992px) {
  .tt-book-consultation {
    padding: 0;
    justify-self: center;
  }

  .title-weight {
    width: 90%;
    padding-bottom: 0px;
  }

  .tt-footer-email {
    justify-items: center;
  }

  .tt-home-description {
    font-size: 35px;
  }

  .tt-home-main-title {
    font-size: 45px;
  }

  .tt-home-description-paragraph {
    font-size: 15px;
  }

  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .position-right-on-mobile {
    position: absolute;
    right: 0;
  }

  .flex-on-mobile {
    display: flex;
  }

  .tt-text-width {
    width: auto;
    justify-self: auto;
  }

  .tt-text-size {
    font-size: 15px;
  }

  .title-page {
    font-size: 40px;
  }

  .tt-text-width {
    padding-inline: 25px;
    justify-self: center;
  }
}

@media (max-width: 770px) {
  .tt-position-description-image-home {
    text-align: center;
  }

  .tt-mobile-block {
    display: block;
  }

  .padding-inline-100 {
    padding-inline: 10px;
  }
}

@media (max-height: 515px) {
  .padding-description-text {
    margin: 16px 0px 0px 0px;
    padding: 0px 0px 30px 50px;
  }
}

@media (max-width: 450px) {
  .position-right-on-mobile {
    position: relative;
    left: 0;
  }

  .flex-on-mobile {
    display: block;
  }
}

.tt-bottom-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
}

.testimonial-card {
  background-color: #18182f;
  border-radius: 1%;
  font-size: 14px;
}

.ratings {
  color: #e86c36;
  font-size: 20px;
}

@media (max-width: 400px) {
  .ratings {
    font-size: 13px;
  }
}

.tt-testimonial-override {
  height: auto !important;
  min-height: 350px !important;
  max-height: fit-content !important;
}

.tt-hr-drowpdown {
  margin: 1px 5px;
  border-bottom: 1px solid #ffffff54;
}

.main-timeline5 {
  overflow: hidden;
  position: relative;
}

.main-timeline5 .timeline {
  position: relative;
  margin-top: -79px;
}

.main-timeline5 .timeline:first-child {
  margin-top: 0;
}

.main-timeline5 .timeline-icon,
.main-timeline5 .year {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main-timeline5 .timeline:after,
.main-timeline5 .timeline:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline5 .timeline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.main-timeline5 .timeline-icon {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 25px solid transparent;
  border-top-color: #e86c36;
  border-right-color: #e86c36;
  z-index: 1;
  transform: rotate(45deg);
}

.main-timeline5 .year {
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  font-size: 30px;
  font-weight: 700;
  color: #e86c36;
  text-align: center;
  transform: rotate(-45deg);
}

.main-timeline5 .timeline-content {
  width: 35%;
  min-height: 230px;
  border-radius: 15px;
  float: right;
  background: #e86c36;
  padding: 30px 20px;
  margin: 50px 0;
  z-index: 1;
  position: relative;
}

.main-timeline5 .timeline-content:before {
  content: "";
  width: 20%;
  height: 15px;
  background: #e86c36;
  position: absolute;
  top: 50%;
  left: -20%;
  z-index: -1;
  transform: translateY(-50%);
}

.main-timeline5 .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}

.main-timeline5 .description {
  font-size: 15px;
  color: #fff;
  line-height: 1.5em;
  margin: 0;
  font-weight: 700;
}

.main-timeline5 .timeline:nth-child(2n) .timeline-icon {
  transform: rotate(-135deg);
  border-top-color: #32324f;
  border-right-color: #32324f;
}

.main-timeline5 .timeline:nth-child(2n) .year {
  transform: rotate(135deg);
  color: #32324f;
}

.main-timeline5 .timeline:nth-child(2n) .timeline-content {
  float: left;
}

.main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
  left: auto;
  right: -20%;
}

.main-timeline5 .timeline:nth-child(2n) .timeline-content,
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
  background: #32324f;
}

.main-timeline5 .timeline:nth-child(3n) .timeline-icon {
  border-top-color: #e86c36;
  border-right-color: #e86c36;
}

.main-timeline5 .timeline:nth-child(3n) .year {
  color: #e86c36;
}

.main-timeline5 .timeline:nth-child(3n) .timeline-content,
.main-timeline5 .timeline:nth-child(3n) .timeline-content:before {
  background: #e86c36;
}

.main-timeline5 .timeline:nth-child(4n) .timeline-icon {
  border-top-color: #32324f;
  border-right-color: #32324f;
}

.main-timeline5 .timeline:nth-child(4n) .year {
  color: #32324f;
}

.main-timeline5 .timeline:nth-child(4n) .timeline-content,
.main-timeline5 .timeline:nth-child(4n) .timeline-content:before {
  background: #32324f;
}

@media only screen and (max-width: 1199px) {
  .main-timeline5 .timeline {
    margin-top: -103px;
  }

  .main-timeline5 .timeline-content:before {
    left: -18%;
  }

  .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    right: -18%;
  }
}

@media only screen and (max-width: 990px) {
  .main-timeline5 .timeline {
    margin-top: -127px;
  }

  .main-timeline5 .timeline-content:before {
    left: -2%;
  }

  .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    right: -2%;
  }
}

@media only screen and (max-width: 767px) {
  .main-timeline5 .timeline {
    margin-top: 0;
    overflow: hidden;
  }

  .main-timeline5 .timeline:before,
  .main-timeline5 .timeline:nth-child(2n):before {
    box-shadow: none;
  }

  .main-timeline5 .timeline-icon,
  .main-timeline5 .timeline:nth-child(2n) .timeline-icon {
    margin-top: -30px;
    margin-bottom: 20px;
    position: relative;
    transform: rotate(135deg);
  }

  .main-timeline5 .timeline:nth-child(2n) .year,
  .main-timeline5 .year {
    transform: rotate(-135deg);
  }

  .main-timeline5 .timeline-content,
  .main-timeline5 .timeline:nth-child(2n) .timeline-content {
    width: 100%;
    float: none;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 25px 20px;
    margin: 0 auto;
  }

  .main-timeline5 .timeline-content:before,
  .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    width: 15px;
    height: 25px;
    position: absolute;
    top: -22px;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
  }
}

.tt-social-icons-about-us a {
  color: black;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  align-content: center;
}

.tt-social-icons-about-us a:hover {
  color: #e86c36;
}

.tt-social-icons-about-us a:hover .linkedin-color {
  color: #e86c36;
}

/* HEADER */
.logo {
  display: none;
}

@media (min-width: 992px) {
  /* lg breakpoint */
  .logo {
    display: block;
    width: 120px;
  }
}

.logo img {
  width: 50%;
  height: auto;
}

.logo a {
  display: flex;
  width: 100%;
  height: 100%;
}

.logo a h1 {
  margin-left: 10%;
  margin-top: 1%;
}

.logo-mobile {
  display: block;
  width: 25px;
}

@media (min-width: 992px) {
  /* lg breakpoint u Bootstrapu */
  .logo-mobile {
    display: none;
  }
}

.logo-mobile img {
  width: 100%;
  height: auto;
}

.logo-mobile a {
  display: block;
  width: 100%;
  height: 100%;
}

.tt-logo-text {
  color: white;
  font-size: 30px;
}

.fade {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; /* Zameni sa vrednošću promenljive $transition-fade */
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out; /* Zameni sa vrednošću promenljive $transition-collapse */
}

.main-menu {
  display: none;
}

@media (min-width: 768px) {
  .main-menu {
    display: block;
  }
}

.main-menu > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main-menu > ul > li {
  list-style: none;
  font-size: 0.9rem;
}

.main-menu > ul > li > a {
  display: inline-block;
  text-decoration: none;
  font-family: "Gilroy Light", Sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 1.5rem 1.5rem 1.25rem;
  border-bottom: 0.25rem solid transparent;
}

.main-menu > ul > li > a:hover {
  color: #00b140; /* $main-green */
  text-decoration: none;
}

.main-menu > ul > li.active > a {
  color: #00b140; /* $main-green */
  text-decoration: none;
}
