body {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

.breadcrumb-list-item {
  color: #8e8e8e;
  padding-right: 10px;
}

.breadcrumb-list-item a {
  color: #FFFFFF;
}

.g-recaptcha .invalid-feedback {
  display: none !important;
}

.styled-dots .slick-list {
  margin: 0 -20px;
}

.styled-dots .slick-list .slick-slide {
  margin: 0 20px;
}

.styled-dots .slick-dots {
  bottom: -35px;
  text-align: left;
}

.styled-dots .slick-dots li {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 16px;
  width: 10px;
  height: 4px;
}

.styled-dots .slick-dots li button {
  background: #000000;
  opacity: 0.5;
  width: 14px;
  height: 1px;
  padding: 1px;
  border-radius: 5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.styled-dots .slick-dots li button:before {
  display: none;
}

.styled-dots .slick-dots li.slick-active {
  width: 18px;
}

.styled-dots .slick-dots li.slick-active button {
  opacity: 1;
  width: 22px;
}

.contact-thanks-div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  padding-bottom: 100px;
}

.contact-thanks-text {
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  width: 75%;
  color: #505050;
}

@media (min-width: 576px) {
  .contact-thanks-text {
    font-size: calc(1.50462963vw + 11.33333333px);
  }
}

@media (min-width: 1440px) {
  .contact-thanks-text {
    font-size: 33px;
  }
}

@media (min-width: 576px) {
  .contact-thanks-text {
    line-height: calc(0.5787037vw + 34.66666667px);
  }
}

@media (min-width: 1440px) {
  .contact-thanks-text {
    line-height: 43px;
  }
}

.banner-title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .banner-title {
    font-size: calc(1.15740741vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .banner-title {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .banner-title {
    line-height: calc(1.73611111vw + 30px);
  }
}

@media (min-width: 1440px) {
  .banner-title {
    line-height: 55px;
  }
}

.copy-text {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #787878;
}

@media (min-width: 576px) {
  .copy-text {
    font-size: calc(0.23148148vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .copy-text {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .copy-text {
    line-height: calc(0.5787037vw + 24.66666667px);
  }
}

@media (min-width: 1440px) {
  .copy-text {
    line-height: 33px;
  }
}

.html-render {
  overflow: hidden;
}

.html-render p,
.html-render div,
.html-render span,
.html-render h1,
.html-render h2,
.html-render h3,
.html-render h4,
.html-render h5,
.html-render h6,
.html-render small,
.html-render strong,
.html-render b,
.html-render i,
.html-render em,
.html-render sub,
.html-render sup,
.html-render article,
.html-render a,
.html-render iframe,
.html-render ul,
.html-render li,
.html-render ol,
.html-render table,
.html-render td,
.html-render tr,
.html-render th,
.html-render font {
  font-family: "Gilroy", sans-serif !important;
  max-width: 100% !important;
  word-wrap: break-word;
}

.html-render table {
  overflow: hidden;
  max-width: 100% !important;
  width: 100% !important;
}

.html-render img {
  max-width: 100% !important;
}

.html-render table {
  overflow: hidden;
}

.html-render h1 span {
  font-size: 2.5rem !important;
}

.html-render h2 span {
  font-size: 2rem !important;
}

.html-render h3 span {
  font-size: 1.75rem !important;
}

.html-render h4 span {
  font-size: 1.5rem !important;
}

.html-render h5 span {
  font-size: 1.25rem !important;
}

.html-render h6 span {
  font-size: 1rem !important;
}

.html-render a {
  color: #5382DD;
}

.html-render a:hover {
  color: #5382DD;
}

.html-render img {
  max-width: 100%;
}

@-webkit-keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}

@keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}

.skeleton-bg {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0))), lightgray;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), lightgray;
  background-size: 50px 200px;
  background-repeat: repeat-y;
  background-position: 0 0;
  -webkit-animation: shine 1s infinite linear;
          animation: shine 1s infinite linear;
  border-radius: 5px;
}

.white-color {
  color: #FFFFFF;
}

.page-top-padding {
  padding-top: 90px;
}

.black-bg {
  background-color: #000000;
}

.white-bg {
  background-color: #FFFFFF;
}

.darkish-grey {
  color: #505050;
}

.lighten-gray {
  color: #828282;
}

.daken-red {
  color: #FF0000;
}

.blue-text {
  color: #5382DD;
}

.invalid-feedback {
  color: #F31524;
}

/*Common css start here*/
/*Common CSS end here*/
.common-card img {
  width: 100%;
}

.common-card__content-wrapper {
  padding: 30px 0;
}

.common-card__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #505050;
  letter-spacing: 0.01em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 576px) {
  .common-card__title {
    font-size: calc(0.46296296vw + 19.33333333px);
  }
}

@media (min-width: 1440px) {
  .common-card__title {
    font-size: 26px;
  }
}

@media (min-width: 576px) {
  .common-card__title {
    line-height: calc(1.62037037vw + 10.66666667px);
  }
}

@media (min-width: 1440px) {
  .common-card__title {
    line-height: 34px;
  }
}

.common-card__category {
  color: #001A3B;
  font-size: 14px;
  line-height: 20px;
  font-family: "Gilroy", sans-serif;
}

.common-card__description {
  font-size: 16px;
  line-height: 26px;
  color: #001A3B;
  letter-spacing: 0.02em;
  font-family: "Gilroy", sans-serif;
}

.common-card:hover .common-card__title {
  color: #5382DD;
}

@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
  .html-render table {
    display: block;
    overflow-x: auto !important;
    white-space: nowrap;
    border-block: none;
  }
}

@media (min-width: 400px) and (max-width: 1200px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1176px !important;
  }
  .common-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media (min-width: 1650px) {
  .container {
    max-width: 1440px !important;
  }
}

.display-anchor-class-block {
  display: inline;
}

.button-blue-animation {
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  border: 0.5px solid #2E54B2;
  transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
}

.button-blue-animation:hover,
.button-blue-animation:focus {
  color: #2E54B2;
  border: 0.5px solid #2E54B2;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.59);
}

.button-blue-animation span {
  position: absolute;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: white;
  -webkit-transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  z-index: -1;
}

.button-blue-animation:hover span,
.button-blue-animation:focus span {
  width: 400%;
  height: 400%;
}

.button-back-blue-animation {
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
}

.button-back-blue-animation:hover,
.button-back-blue-animation:focus {
  color: #fff;
  border: 0.5px solid #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.59);
}

.button-back-blue-animation span {
  position: absolute;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: #091B34;
  -webkit-transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  z-index: -1;
}

.button-back-blue-animation:hover span,
.button-back-blue-animation:focus span {
  width: 400%;
  height: 400%;
}

.button-transparent-animation {
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 0.5px solid #fff;
  transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
}

.button-transparent-animation:hover,
.button-transparent-animation:focus {
  color: #000;
  border: 0.5px solid #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.59);
}

.button-transparent-animation span {
  position: absolute;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: white;
  -webkit-transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  z-index: -1;
}

.button-transparent-animation:hover span,
.button-transparent-animation:focus span {
  width: 400%;
  height: 400%;
}

.button-accordion-animation {
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
}

.button-accordion-animation:hover,
.button-accordion-animation:focus {
  color: #000;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.59);
}

.button-accordion-animation span {
  position: absolute;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  z-index: -1;
}

.button-accordion-animation:hover span,
.button-accordion-animation:focus span {
  width: 400%;
  height: 400%;
}

.button-product-animation {
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
}

.button-product-animation:hover,
.button-product-animation:focus {
  color: #fff;
  border: 0.5px solid #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.59);
}

.button-product-animation span {
  position: absolute;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: #383838;
  -webkit-transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  z-index: -1;
}

.button-product-animation:hover span,
.button-product-animation:focus span {
  width: 400%;
  height: 400%;
}

.button-transparent-border-animation {
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
}

.button-transparent-border-animation:hover,
.button-transparent-animation:focus {
  color: #000 !important;
  border: 0.5px solid #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.59);
}

.button-transparent-border-animation span {
  position: absolute;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: white;
  -webkit-transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  z-index: -1;
}

.button-transparent-border-animation:hover span,
.button-transparent-border-animation:focus span {
  width: 400%;
  height: 400%;
}

.button-darkblue-animation {
  color: #fff;
  border: 0.5px solid #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: all 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9);
}

.button-darkblue-animation:hover,
.button-darkblue-animation:focus {
  color: #091B34;
  border: 0.5px solid #091B34;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.59);
}

.button-darkblue-animation span {
  position: absolute;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: white;
  -webkit-transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  transition: width 0.1s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -webkit-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -moz-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -ms-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  -o-transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
  z-index: -1;
}

.button-darkblue-animation:hover span,
.button-darkblue-animation:focus span {
  width: 400%;
  height: 400%;
}

.btn-check:focus + .btn, .btn:focus, button:active, button:focus-visible, button:focus, button:visited {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.default-btn {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  padding: 13px 30px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}

.default-btn:hover {
  color: #FFFFFF;
}

.blue {
  background-color: #0F243F;
}

.rounded-btn {
  border-radius: 30px;
}

.square-arrow-btn {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  width: 35px;
}

.square-arrow-btn.left {
  background-color: #74DEF6;
}

.square-arrow-btn.right {
  background-color: #2EB4FF;
}

@media (min-width: 1024px) {
  .default-btn {
    font-size: 20px;
    line-height: 24px;
  }
}

.new-btn {
  padding: 8px 15px;
  font-weight: 500;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 576px) {
  .new-btn {
    font-size: calc(0.11574074vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .new-btn {
    font-size: 15px;
  }
}

@media (min-width: 576px) {
  .new-btn {
    line-height: calc(0.23148148vw + 22.66666667px);
  }
}

@media (min-width: 1440px) {
  .new-btn {
    line-height: 26px;
  }
}

.new-btn.with-icon {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-btn .text-span {
  padding: 0 15px;
}

.new-btn .icon {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #001A3B;
  border: 1px solid #001A3B;
}

@media (min-width: 1024px) {
  .new-btn .text-span {
    padding: 0 16px;
  }
}

.logo-text {
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.logo-text .nav-logo-dimensions {
  width: 40px;
  height: 38px;
  margin-right: 4px;
}

.header-navigation-accordion .accordion-button {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 700;
  background-color: transparent;
}

.header-navigation-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-navigation-accordion .accordion-button::after {
  background-image: none !important;
  content: "";
  border-top: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-top-left-radius: 4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.header-navigation-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-navigation-accordion .accordion-button:not(.collapsed) {
  color: #FFFFFF;
}

.header-navigation-accordion .accordion-button:not(.collapsed) span:after {
  width: 100%;
}

.header-navigation-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

@media (min-width: 992px) {
  .header-navigation-accordion .accordion-button span {
    display: inline-block;
    height: 100%;
  }
  .header-navigation-accordion .accordion-button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 3px solid #78B260;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-navigation-accordion .accordion-button:not(.collapsed)::before {
    width: 100%;
  }
  .header-navigation-accordion .accordion-button.my-active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    border-bottom: 3px solid #78B260;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.header-navigation-accordion .accordion-item {
  background-color: transparent;
}

.header-search-wrapper {
  border-bottom: 0.5px solid #ffffff8a;
  margin-bottom: 24px;
}

.header-search-wrapper .search-icon {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.brochure-btn {
  border-radius: 0 !important;
  color: #fff;
  border: 0.5px solid #fff;
  padding: 12px 24px !important;
}

.brochure-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.brochure-form .brochure-form-h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #505050;
}

@media (min-width: 576px) {
  .brochure-form .brochure-form-h2 {
    font-size: calc(1.15740741vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .brochure-form .brochure-form-h2 {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .brochure-form .brochure-form-h2 {
    line-height: calc(1.15740741vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .brochure-form .brochure-form-h2 {
    line-height: 40px;
  }
}

.brochure-form .support-form-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #383838;
  margin-top: 3rem;
  font-size: 16px;
  line-height: 19.2px;
  height: 30px;
}

.brochure-form .support-form-input::-webkit-input-placeholder {
  color: #50505066;
}

.brochure-form .support-form-input:focus {
  outline: none;
}

.brochure-form .support-form-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #383838;
  margin-top: 3rem;
  font-size: 16px;
  line-height: 19.2px;
  height: 30px;
  font-family: "Gilroy", sans-serif;
}

.brochure-form .support-form-textarea::-webkit-input-placeholder {
  color: #50505066;
}

.brochure-form .support-form-textarea:focus {
  outline: none;
}

.brochure-form .form-submit-button {
  margin-top: 2rem;
  background-color: #0F243F;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 24.2px;
}

.support-form-captcha {
  margin-top: 3rem;
  width: 100%;
  height: 80px;
}

.search-bar-style,
.close-btn {
  background-color: transparent;
  border: none;
  color: white;
  padding-top: 4px;
  padding-bottom: 3px;
}

.search-bar-style:focus,
.close-btn:focus {
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.overlay {
  position: relative;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  pointer-events: none;
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  .brochure-form .supportform-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .brochure-form .support-form-input {
    width: 96%;
  }
  .brochure-form .support-form-textarea {
    margin-top: 6rem;
    width: 96%;
  }
  .brochure-form .support-form-captcha {
    width: 96%;
  }
}

.closebtn-position {
  position: absolute;
  top: 20px;
  right: 20px;
}

.position-re {
  position: relative !important;
}

.collapse-before-design .footer-link span::after {
  width: 100%;
}

.collapse-before-design span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  border-bottom: 2px solid #FFCF25;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-sublink {
  color: #fff !important;
}

.navbar {
  position: fixed;
  width: 100%;
  background: #FFFFFF;
  z-index: 1000;
  border-bottom: 0.5px solid #E1E1E1;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.contact-us-position {
  display: none;
}

.navigation-link {
  font-size: 16px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  color: #151515;
  position: relative;
}

.navigation-link:hover {
  color: #FFCF25 !important;
}

.navigation-link:hover path {
  fill: #FFCF25 !important;
}

.navigation-sublink {
  font-size: 16px;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #FFF !important;
  display: block;
  padding: 10px 0;
  letter-spacing: 0.01em;
}

.investor-sublink {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #fff;
  display: block;
  padding: 5px 0;
  letter-spacing: 0.01em;
}

@media (min-width: 576px) {
  .investor-sublink {
    font-size: calc(-0.23148148vw + 17.33333333px);
  }
}

@media (min-width: 1440px) {
  .investor-sublink {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .investor-sublink {
    line-height: calc(0.23148148vw + 22.66666667px);
  }
}

@media (min-width: 1440px) {
  .investor-sublink {
    line-height: 26px;
  }
}

.contact-us-style {
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  color: #151515;
  padding: 5px 0;
  letter-spacing: 0.01em;
}

@media (min-width: 576px) {
  .contact-us-style {
    font-size: calc(-0.69444444vw + 24px);
  }
}

@media (min-width: 1440px) {
  .contact-us-style {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .contact-us-style {
    line-height: calc(-0.92592593vw + 34.33333333px);
  }
}

@media (min-width: 1440px) {
  .contact-us-style {
    line-height: 21px;
  }
}

.contact-us-style:hover {
  text-decoration: none;
  color: #151515;
}

.navbar-light .navbar-toggler {
  color: #091B34 !important;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hide-nav {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.navbar-brand path {
  fill: #001A3B;
}

.active-search {
  background-color: #091B34 !important;
}

.active-search .navbar-brand path {
  fill: #fff !important;
}

.contact-us-desktop-hide {
  margin-top: 40px;
}

.contact-us-mobile-hide {
  display: none;
}

.navbar .navbar-wrapper {
  width: 100%;
}

@media (min-width: 991px) {
  .navbar-wrapper {
    width: 100%;
    border-bottom: 0.3px solid #dfdfdf75;
  }
  .navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: none;
  }
  .navbar .navigation-link {
    color: #001A3B !important;
  }
  .navbar .navigation-link path {
    fill: #001A3B !important;
  }
  .navbar .navigation-link .arrow path {
    fill: #fff !important;
  }
  .navbar .navbar-brand path {
    fill: #001A3B;
  }
  .navbar.show-bg-color {
    height: 70vh;
    background-color: #001A3B;
  }
  .navbar.show-bg-color .contact-us-position {
    display: block;
  }
  .navbar.show-bg-color .navigation-link {
    color: #fff !important;
  }
  .navbar.show-bg-color .navigation-link path {
    fill: #fff !important;
  }
  .navbar.show-bg-color .navbar-brand path {
    fill: #fff !important;
  }
  .navbar.show-bg-color .navbar-brand rect {
    fill: #fff;
  }
  .navbar.show-bg-color .contact-us-style {
    color: #fff;
  }
  .navbar .navbar-collapse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .back-nav-color {
    background: #fff;
  }
  .footer-redirection-container {
    padding-bottom: 100px;
  }
  .help-div {
    padding-left: 30px;
  }
  .redirection-div {
    padding-left: 32px;
  }
  .arc-reactor {
    margin-bottom: 0;
  }
  .footer-bold-link::after {
    content: none;
  }
  .social-icon-wrapper {
    width: 30px;
    height: 30px;
    margin-right: 22px;
  }
  footer {
    padding-bottom: 40px;
  }
  footer .footer-up-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-left-part {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-right-part {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
  }
  .footer-bottom-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .address-div {
    padding-bottom: 4rem !important;
  }
  .header-navigation-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 82%;
    gap: 29px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-navigation-accordion .collapse:not(.show) {
    display: none;
  }
  .header-navigation-accordion .accordion-body_item {
    padding: 9px 0;
  }
  .header-navigation-accordion .accordion-button {
    padding: 0;
  }
  .header-navigation-accordion .accordion-button::after {
    display: none;
  }
  .header-navigation-accordion .accordion-button {
    padding-bottom: 29px;
    padding-top: 29px;
    position: relative;
  }
  .header-navigation-accordion .search-form-div {
    padding-bottom: 25px;
    padding-top: 30px;
  }
  .left-link {
    padding: 10px 0;
  }
  .footer-social-media-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 30px;
  }
  .dropdown-position {
    position: absolute;
    top: 100px;
  }
  .investor-sublink-position {
    position: absolute;
    top: 0%;
    left: 150%;
    width: 100%;
  }
  .contact-us-desktop-hide {
    display: none !important;
  }
  .contact-us-mobile-hide {
    display: block;
  }
  .contact-us-position {
    position: absolute;
    top: 150px;
    left: 31px;
    font-size: 18px !important;
    line-height: 22px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: #FFFFFF;
  }
  .contact-us-position:hover {
    color: #FFFFFF;
  }
  .scrolled {
    background: #fff;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
  .my-style-navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 11px !important;
  }
}

.active-my {
  color: #FFCF25;
}

@media (max-width: 1024px) {
  .contact-us-hide-mobile {
    display: none;
  }
  .nav-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .opened-nav.navbar {
    background-color: #001A3B;
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 20px;
  }
  .opened-nav.navbar .navigation-link {
    color: #fff !important;
  }
  .opened-nav.navbar .navigation-link path {
    fill: #fff !important;
  }
  .opened-nav.navbar .navbar-brand path {
    fill: #fff !important;
  }
  .opened-nav.navbar .navbar-brand rect {
    fill: #fff;
  }
  .opened-nav.navbar .contact-us-style {
    color: #fff !important;
  }
}

/* Icon 1 */
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon3.open {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.animated-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon3 span {
  background: #001A3B;
}

.animated-icon3.open span {
  background: #14134F;
  width: 20px;
  height: 1.5px;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3*/
.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
  left: 13px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 12px;
}

@media (max-width: 990px) {
  .add-padding-nav-link {
    padding-top: 3rem;
  }
}

svg.nav-logo-dimensions {
  width: 53px;
  height: 50px;
}

.is-now-text {
  font-style: italic;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.grey-text {
  color: #A5A5A5;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.06em;
  text-shadow: 0.854099px 1.7082px 1.7082px rgba(0, 0, 0, 0.25);
}

.styled-text {
  color: #0283C3;
  font-weight: 700;
  font-size: 12.8115px;
  letter-spacing: 0.06em;
  line-height: 16px;
  text-shadow: 0.854099px 1.7082px 1.7082px rgba(0, 0, 0, 0.25);
  padding-bottom: 16px;
}

.train-1 {
  position: absolute;
  bottom: -2px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.train-2 {
  position: absolute;
  bottom: 0;
  left: 56%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.compass {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer-bold-link {
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.footer-bold-link::after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  width: 0%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .footer-bold-link:hover {
    color: #FFFFFF;
  }
  .footer-bold-link:hover::after {
    width: 100%;
  }
}

.left-link {
  padding: 25px 0;
}

footer {
  background: #001A3B;
  background-image: url(../images/footer/mobile-patten.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-nav-color {
  color: #FFFFFF;
}

.footer-link {
  font-size: 14px;
  line-height: 19px;
  display: block;
  padding: 10px 0;
  letter-spacing: 0.02em;
  color: #FFFFFFAD;
}

.footer-link:hover {
  color: #FFFFFF;
}

.footer-navigation-accordion .accordion-button {
  padding: 25px 0;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
  font-weight: 400;
  background-color: transparent;
}

.footer-navigation-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-navigation-accordion .accordion-button::after {
  background-image: none;
  content: "";
  border-top: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-top-left-radius: 4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.footer-navigation-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-navigation-accordion .accordion-button:not(.collapsed) {
  color: #FFFFFF;
}

.footer-navigation-accordion .accordion-button:not(.collapsed) span:after {
  width: 100%;
}

.footer-navigation-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.footer-navigation-accordion .accordion-button span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-navigation-accordion .accordion-item {
  background-color: transparent;
}

.footer-social-media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 50px;
}

.social-icon-wrapper {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.social-icon-wrapper:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.footer-term-policy-link {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}

.footer-term-policy-link:hover {
  color: #FFFFFF;
}

.copyright-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.backlink-12grids {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.backlink-12grids a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 900;
}

.backlink-12grids a:hover {
  color: #FFFFFF;
}

.backlink-12grids a svg {
  margin-bottom: 5.75px;
}

.accordion-body_item {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
}

.accordion-body_item a {
  padding: 6px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion-body_item a:hover {
  color: #000000;
}

.footer-bottom-links-container {
  border-top: 0.5px solid #7E7E7E;
  padding: 30px 0;
}

.footer-address-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

.footer-address {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #FFFFFF;
}

.footer-up-part {
  padding-bottom: 25px;
}

.help-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.01em;
}

@media (min-width: 576px) {
  .help-title {
    font-size: calc(1.27314815vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .help-title {
    font-size: 35px;
  }
}

@media (min-width: 576px) {
  .help-title {
    line-height: calc(2.66203704vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .help-title {
    line-height: 55px;
  }
}

.help-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.01em;
}

@media (min-width: 576px) {
  .help-subtitle {
    font-size: calc(0.23148148vw + 14.66666667px);
  }
}

@media (min-width: 1440px) {
  .help-subtitle {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .help-subtitle {
    line-height: calc(0.69444444vw + 20px);
  }
}

@media (min-width: 1440px) {
  .help-subtitle {
    line-height: 30px;
  }
}

.help-div {
  position: relative;
  padding-left: 20px;
}

.help-div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  background-color: #2EB4FF;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.redirection-link {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #2EB4FF;
  border: 1px solid #2EB4FF;
  border-radius: 50px;
  padding: 10px 30px;
  display: block;
  margin-bottom: 25px;
  margin-right: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.redirection-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}

.footer-redirection-container {
  padding-bottom: 80px;
}

.arc-reactor {
  margin-bottom: 30px;
}

.arc-reactor-container {
  max-width: 100%;
}

@media (min-width: 992px) {
  .footer-bottom-links-container {
    padding: 30px 0 0;
  }
}

@media (min-width: 1024px) {
  svg.nav-logo-dimensions {
    width: 75px;
    height: 68px;
  }
  .iron-man {
    position: relative;
    height: 450px;
  }
  .iron-man .arc-reactor-container {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .footer-redirection-container {
    padding-bottom: 100px;
  }
  .help-div {
    padding-left: 30px;
  }
  .redirection-div {
    padding-left: 32px;
  }
  .arc-reactor {
    margin-bottom: 0;
  }
  .social-icon-wrapper {
    width: 30px;
    height: 30px;
    margin-right: 22px;
  }
  footer {
    padding-bottom: 40px;
    padding-top: 25px;
  }
  footer .footer-up-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-left-part {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-right-part {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
  }
  .footer-bottom-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .address-div {
    padding-bottom: 4rem !important;
  }
  .footer-navigation-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-navigation-accordion .collapse:not(.show) {
    display: block;
  }
  .footer-navigation-accordion .accordion-body_item {
    padding: 9px 0;
  }
  .footer-navigation-accordion .accordion-button {
    padding: 9px 0;
  }
  .footer-navigation-accordion .accordion-button::after {
    display: none;
  }
  .footer-navigation-accordion .accordion-header {
    pointer-events: none;
    padding-bottom: 6px;
  }
  .left-link {
    padding: 10px 0;
  }
  .footer-social-media-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 30px;
  }
}

.footer-container-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.nav-logo-img {
  width: 70px;
  height: auto;
}

.subscribe-section {
  margin-bottom: -5px;
  margin-top: -5px;
}

.subscribe-section .subscribe-container {
  background-color: #17BEFF;
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subscribe-section .subscribe-container .subs-heading {
  font-size: 22px;
  line-height: 40px;
  color: white;
  text-align: center;
  font-weight: 400;
}

.subscribe-section .subscribe-container .subs-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.subscribe-section .subscribe-container .subs-input-container .subs-input {
  width: 100%;
  padding: 1rem 2rem;
  height: 3.5rem;
  border: none;
}

.subscribe-section .subscribe-container .subs-input-container .subs-input:focus {
  outline: none;
}

.subscribe-section .subscribe-container .subs-input-container .subs-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 3.5rem;
  width: 5rem;
  background-color: #1A194C;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe-section .subscribe-container .subs-input-container .subs-button:hover {
  background-color: #040342;
}

.subs-button-lg {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 3.5rem;
  width: 30% !important;
  background-color: #1A194C;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subs-button-lg:hover {
  background-color: #040342;
}

.loader {
  display: none;
  height: 22px;
  width: 22px;
  margin: 0 50px;
  border: 2px solid currentColor;
  border-right-color: transparent;
}

.subscribe-response-div {
  font-size: 25px;
  line-height: 22px;
  font-weight: 700;
  color: #FFFFFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  text-align: center;
}

@media (min-width: 576px) {
  .subscribe-response-div {
    font-size: calc(0.5787037vw + 21.66666667px);
  }
}

@media (min-width: 1440px) {
  .subscribe-response-div {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .subscribe-response-div {
    line-height: calc(2.08333333vw + 10px);
  }
}

@media (min-width: 1440px) {
  .subscribe-response-div {
    line-height: 40px;
  }
}

.my-desktop-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .my-desktop-container {
    padding-right: 36px;
    padding-left: 36px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .my-desktop-container {
    max-width: 1176px !important;
  }
}

@media (min-width: 1400px) {
  .my-desktop-container {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    max-width: 1320px;
  }
}

@media (min-width: 1650px) {
  .my-desktop-container {
    max-width: 1440px !important;
  }
}

@media screen and (min-width: 768px) {
  footer {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='574' viewBox='0 0 1440 574' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1576.31 0.18457L1504.48 69.8647H1566.05L1483.03 148.478L1545.61 151.667L1465.75 233.521H1520.1L1449.14 314.312H1514.12L1435.99 396.83H1514.12L1426.55 491.042H1498.18L1435.99 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M1489.54 0.18457L1417.71 69.8647H1479.28L1396.26 148.478L1458.84 151.667L1378.98 233.521H1433.33L1362.37 314.312H1427.35L1349.22 396.83H1427.35L1339.78 491.042H1411.41L1349.22 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M1402.77 0.18457L1330.94 69.8647H1392.51L1309.49 148.478L1372.07 151.667L1292.21 233.521H1346.56L1275.6 314.312H1340.58L1262.45 396.83H1340.58L1253.01 491.042H1324.63L1262.45 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M1316 0.18457L1244.17 69.8647H1305.74L1222.72 148.478L1285.3 151.667L1205.44 233.521H1259.79L1188.83 314.312H1253.81L1175.68 396.83H1253.81L1166.24 491.042H1237.86L1175.68 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M1229.23 0.18457L1157.4 69.8647H1218.97L1135.95 148.478L1198.53 151.667L1118.67 233.521H1173.02L1102.06 314.312H1167.04L1088.91 396.83H1167.04L1079.47 491.042H1151.09L1088.91 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M1142.46 0.18457L1070.63 69.8647H1132.2L1049.18 148.478L1111.76 151.667L1031.9 233.521H1086.25L1015.29 314.312H1080.27L1002.14 396.83H1080.27L992.702 491.042H1064.32L1002.14 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M1055.69 0.18457L983.86 69.8647H1045.43L962.405 148.478L1024.99 151.667L945.131 233.521H999.478L928.521 314.312H993.499L915.366 396.83H993.499L905.931 491.042H977.553L915.366 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M968.917 0.18457L897.09 69.8647H958.656L875.635 148.478L938.221 151.667L858.361 233.521H912.708L841.751 314.312H906.729L828.596 396.83H906.729L819.161 491.042H890.783L828.596 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M882.146 0.18457L810.319 69.8647H871.885L788.864 148.478L851.451 151.667L771.59 233.521H825.938L754.98 314.312H819.958L741.825 396.83H819.958L732.391 491.042H804.013L741.825 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M795.375 0.18457L723.549 69.8647H785.115L702.094 148.478L764.68 151.667L684.82 233.521H739.167L668.21 314.312H733.188L655.055 396.83H733.188L645.62 491.042H717.242L655.055 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M708.605 0.18457L636.778 69.8647H698.344L615.323 148.478L677.91 151.667L598.049 233.521H652.397L581.439 314.312H646.417L568.284 396.83H646.417L558.85 491.042H630.472L568.284 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M621.835 0.18457L550.008 69.8647H611.574L528.553 148.478L591.14 151.667L511.279 233.521H565.627L494.669 314.312H559.647L481.514 396.83H559.647L472.08 491.042H543.702L481.514 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M535.064 0.18457L463.238 69.8647H524.803L441.783 148.478L504.369 151.667L424.509 233.521H478.856L407.899 314.312H472.877L394.744 396.83H472.877L385.309 491.042H456.931L394.744 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M448.294 0.18457L376.467 69.8647H438.033L355.012 148.478L417.599 151.667L337.738 233.521H392.086L321.128 314.312H386.106L307.973 396.83H386.106L298.539 491.042H370.161L307.973 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M361.523 0.18457L289.697 69.8647H351.262L268.242 148.478L330.828 151.667L250.968 233.521H305.315L234.358 314.312H299.336L221.203 396.83H299.336L211.768 491.042H283.39L221.203 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M274.753 0.18457L202.926 69.8647H264.492L181.471 148.478L244.058 151.667L164.197 233.521H218.545L147.587 314.312H212.565L134.432 396.83H212.565L124.998 491.042H196.62L134.432 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M187.983 0.18457L116.156 69.8647H177.722L94.7014 148.478L157.288 151.667L77.4271 233.521H131.775L60.8171 314.312H125.795L47.662 396.83H125.795L38.2276 491.042H109.85L47.662 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M101.212 0.18457L29.3857 69.8647H90.9514L7.9309 148.478L70.5172 151.667L-9.34345 233.521H45.0043L-25.9534 314.312H39.0247L-39.1085 396.83H39.0247L-48.5429 491.042H23.0792L-39.1085 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3Cpath d='M14.4419 0.18457L-57.3849 69.8647H4.18093L-78.8396 148.478L-16.2533 151.667L-96.114 233.521H-41.7662L-112.724 314.312H-47.7458L-125.879 396.83H-47.7458L-135.313 491.042H-63.6913L-125.879 573.427' stroke='%23E1E1E1' stroke-opacity='0.3' stroke-width='0.265759'/%3E%3C/svg%3E");
  }
  .nav-logo-img {
    width: 40px;
  }
  .footer-container-padding {
    padding-bottom: 0;
    padding-top: 100px;
  }
  .subscribe-section {
    margin-top: 60px;
  }
  .subscribe-section .subscribe-container {
    padding: 40px 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .subscribe-section .subscribe-container .subs-heading {
    font-size: 23px;
    width: 40%;
    margin: 0;
    text-align: start;
  }
  .subscribe-section .subscribe-container .subs-input-container {
    margin: 0;
    width: 50%;
  }
}

.product-catalogue-button {
  all: unset;
  cursor: pointer;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid white;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px;
  gap: 10px;
  font-weight: 500;
  margin: 10px 0;
  -webkit-transition: color 1s ease, background-color 0.3s ease;
  transition: color 1s ease, background-color 0.3s ease;
}

.product-catalogue-button:hover {
  background-color: white;
  color: #1A194C;
}

.cta-button, a.cta-button {
  --cta-width: auto;
  --cta-height: auto;
  --arrow-hover-bg: #111;
  --arrow-bg: #78B260;
  --text-color: #151515;
  --button-bg:#fff;
  --font-size: 14px;
  --font-weight: 500;
  --font-family: "Gilroy", sans-serif;
  --gap: 0;
  --padding-x: 15px;
  --padding-y: 8px;
  --border-color: #A8A8A8;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: var(--cta-width);
  height: var(--cta-height);
  border: none;
  text-decoration: none;
  background-color: var(--button-bg);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  font-family: var(--font-family);
  cursor: pointer;
  gap: var(--gap);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cta-button:disabled, .cta-button.disabled, a.cta-button:disabled, a.cta-button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.cta-button .cta-text, a.cta-button .cta-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid var(--border-color);
  border-right: none;
  padding: var(--padding-y) var(--padding-x);
  color: var(--text-color);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: 1.5;
  white-space: nowrap;
}

.cta-button .cta-arrow, a.cta-button .cta-arrow {
  background-color: var(--arrow-bg);
  padding: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-button .cta-arrow .arrow-wrap, a.cta-button .cta-arrow .arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.cta-button .cta-arrow .arrow, a.cta-button .cta-arrow .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: none;
  transition: none;
  width: 13px;
  height: 12px;
  display: block;
}

.cta-button .cta-arrow .arrow.first, a.cta-button .cta-arrow .arrow.first {
  left: 50%;
}

.cta-button .cta-arrow .arrow.second, a.cta-button .cta-arrow .arrow.second {
  left: -50%;
}

.cta-button svg, a.cta-button svg {
  display: block;
  width: 12px;
  height: 11px;
}

.cta-button:hover:not(:disabled), a.cta-button:hover:not(:disabled) {
  text-decoration: none;
}

.cta-button:hover:not(:disabled) .arrow.first, a.cta-button:hover:not(:disabled) .arrow.first {
  -webkit-animation: arrow-out 0.4s ease forwards;
          animation: arrow-out 0.4s ease forwards;
}

.cta-button:hover:not(:disabled) .arrow.second, a.cta-button:hover:not(:disabled) .arrow.second {
  -webkit-animation: arrow-in 0.4s ease forwards;
          animation: arrow-in 0.4s ease forwards;
}

@-webkit-keyframes arrow-out {
  from {
    left: 50%;
  }
  to {
    left: 150%;
  }
}

@keyframes arrow-out {
  from {
    left: 50%;
  }
  to {
    left: 150%;
  }
}

@-webkit-keyframes arrow-in {
  from {
    left: -50%;
  }
  to {
    left: 50%;
  }
}

@keyframes arrow-in {
  from {
    left: -50%;
  }
  to {
    left: 50%;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
