@import '../fonts/RedHatDisplay/stylesheet.css';

._bg--white {
  background-color: #ffffff !important;
}

._bg--black {
  background-color: #000 !important;
}

._bg--blue {
  background-color: #04225b !important;
}

._bg--light-blue {
  background-color: #f3faff !important;
}

._bg--light-black {
  background-color: #222222 !important;
}

:root {
  --text--fs-10: 10px;
  --text--fs-12: 12px;
  --text--fs-14: 14px;
  --text--fs-15: 15px;
  --text--fs-16: 16px;
  --text--fs-18: 18px;
  --text--fs-20: 20px;
  --text--fs-22: 22px;
  --text--fs-24: 24px;
  --text--fs-30: 30px;
  --text--fs-40: 40px;
  --text--fs-50: 50px;
  --text--fs-80: 80px;
}

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pv-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.pt-125 {
  padding-top: 125px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pv-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pv-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.pt-175 {
  padding-top: 175px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pv-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pv-225 {
  padding-top: 225px;
  padding-bottom: 225px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pv-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.pt-250 {
  padding-top: 250px;
}

.pb-250 {
  padding-bottom: 250px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px !important;
}

:root {
  --container: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-family: "Red Hat Display";
  font-weight: 400;
  color: #000;
  background-color: #ffffff;
  font-size: var(--text--fs-18);
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body._js-overflow-hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

img,
svg {
  width: 100%;
  height: auto;
}

.headline-box .tabbed-nav {
  position: relative;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  overflow: auto;
  margin-bottom: 0;
}

.headline-box .tabbed-nav .tab {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: var(--text--fs-18);
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.headline-box .tab-content {
  display: none;
}

.headline-box .tab-content-container {
  padding-top: 40px;
}

.headline-box .tab-content-container .inner__text p {
  font-size: var(--text--fs-18);
}

.headline-box .tab-content-container .tab-content.current {
  display: inherit;
}

.headline-box .tab-toggle {
  display: none;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  position: relative;
  cursor: pointer;
  font-size: var(--text--fs-18);
  font-weight: 600;
  padding: 10px 0;
}

.headline-box .tab-toggle._js-open:after {
  background-image: url("../img/arrow-up.svg");
}

.headline-box .tab-toggle:focus {
  background-color: transparent;
  border-color: inherit;
}

.headline-box .tab-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  margin-right: 1rem;
  width: 24px;
  height: 14px;
  background-size: 38px;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion .accordion-item {
  background-color: #222222;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 30px 30px 0 30px;
}

.accordion .accordion-item .accordion-header {
  cursor: pointer;
  padding-bottom: 30px;
  padding-right: 40px;
  position: relative;
}

.accordion .accordion-item .accordion-header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion .accordion-item .accordion-header__heading img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion .accordion-item .accordion-header__heading h3 {
  font-size: var(--text--fs-22);
  margin-bottom: 0;
  margin-right: 1rem;
}

.accordion .accordion-item .accordion-header::after {
  content: "";
  position: absolute;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  padding: 12px;
  background-color: #3d3737;
  background-position: center;
  border-radius: 5px;
}

.accordion .accordion-item .accordion-header.active::after {
  background-image: url(../img/minus.svg);
}

.accordion .accordion-item .accordion-content {
  display: none;
  padding-bottom: 30px;
  padding-right: 40px;
}

.accordion .accordion-item .accordion-content p {
  font-size: var(--text--fs-18);
}

._standard--text h1 {
  font-size: var(--text--fs-80);
  color: #04225b;
  font-weight: 800;
  margin-bottom: 20px;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

._standard--text h2 {
  font-size: var(--text--fs-50);
  color: #04225b;
  font-weight: 800;
  margin-bottom: 20px;
}

._standard--text h2 span {
  color: #ff5e57;
}

._standard--text h3 {
  font-size: var(--text--fs-40);
  color: #04225b;
  font-weight: 600;
  margin-bottom: 20px;
}

._standard--text h4 {
  font-size: var(--text--fs-30);
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 10px;
  color: #ff5e57;
}

._standard--text h5 {
  font-size: var(--text--fs-24);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #04225b;
}

._standard--text h6 {
  font-size: var(--text--fs-22);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #04225b;
}

._standard--text p {
  font-size: var(--text--fs-18);
  color: #74767f;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

._standard--text p a {
  text-decoration: underline;
}

._standard--text p strong {
  font-weight: 800;
}

._standard--text *:last-child {
  margin-bottom: 0;
}

.gap-20 {
  row-gap: 20px;
}

.gap-40 {
  row-gap: 40px;
}

.gap-60 {
  row-gap: 60px;
}

._text--light h1,
._text--light h2,
._text--light h3,
._text--light h5,
._text--light h6 {
  color: #ffffff;
}

._text--light a {
  color: #ffffff;
}

._text--light p {
  color: #babbc6;
}

.pt-header {
  padding-top: 180px;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 30px;
}

.btn {
  display: inline-block;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 1.75px;
  color: #04225b;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: var(--text--fs-18);
  border-radius: 0;
  position: relative;
  padding: 12px 32px;
}

.btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.btn:hover {
  color: #ffffff;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

._btn-orange {
  color: #ffffff;
  background-color: #ff5e57;
}

._btn-orange::before {
  background: #04225b;
  border: 1px solid transparent;
}

._btn-orange:hover {
  border: 1px solid #ff5e57;
}

._btn-border-white {
  color: #ffffff;
  border: 1px solid #ffffff;
}

._btn-border-white::before {
  background: #ffffff;
  border: 1px solid transparent;
}

._btn-border-white:hover {
  color: #000;
}

._btn-border-black {
  color: #000;
  border: 1px solid #000;
}

._btn-border-black::before {
  background: #000;
  border: 1px solid transparent;
}

.header {
  position: fixed;
  padding: 16px 0;
  width: 100%;
  z-index: 99;
  top: 0;
}

.header.js-sticky {
  background-color: #ffffff;
}

.header.js-sticky .header__logo .dark {
  display: block;
}

.header.js-sticky .header__logo .light {
  display: none;
}

.header.js-sticky .navbar .menu li {
  color: #04225b;
}

.header__logo .dark {
  display: none;
}

.header__logo .light {
  display: block;
}

.header__logo img {
  width: 200px;
}

.header .navbar {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
}

.header .navbar._js-open {
  right: 0;
}

.header .navbar .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --bold: 800;
}

.header .navbar .menu li {
  font-size: var(--text--fs-18);
  font-weight: 500;
  color: #ffffff;
  position: relative;
  -webkit-transition: text-shadow 0.2s ease;
  transition: text-shadow 0.2s ease;
}

.header .navbar .menu li a {
  display: block;
  text-align: center;
}

.header .navbar .menu li:hover {
  font-weight: var(--bold);
}

.header .navbar .menu li.active {
  font-weight: var(--bold);
}

.header .navbar .menu li::after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: var(--bold);
  display: inherit;
}

.header .menu-trigger {
  position: relative;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 40;
  margin-left: 30px;
  display: none;
}

.header .menu-trigger._js-active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
      -ms-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.header .menu-trigger._js-active span:nth-of-type(2) {
  opacity: 0;
}

.header .menu-trigger._js-active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
      -ms-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}

.header .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.header .menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.footer__logo img {
  width: 280px;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer__social a {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__links {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.footer__links .icons {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  background-color: #ffffff;
}

.footer__links .icons__text a {
  display: block;
  margin-bottom: 10px;
}

.footer__bottom {
  border-top: 1px solid #74767f;
}

.footer__bottom__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer__bottom__links p {
  color: #74767f;
}

.footer__bottom__links a {
  color: #74767f;
}

.box-repeater .item {
  position: relative;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: -5px -3px #ff5e57;
          box-shadow: -5px -3px #ff5e57;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.box-repeater .item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.box-repeater .item:last-child {
  margin-bottom: 0;
}

.box-repeater .item__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.box-repeater .item__number span {
  width: 20px;
  height: 20px;
  background-color: #ff5e57;
  color: #ffffff;
  border-radius: 50%;
  padding: 20px;
  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;
  font-size: var(--text--fs-20);
  font-weight: 800;
}

.box-repeater__sticky__text span {
  color: #74767f;
}

.testimonial__iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.testimonial__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.testimonial__content {
  padding: 20px;
  background-color: #282323;
  border-radius: 4px;
  height: 100%;
}

.testimonial__content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.testimonial__content .item__img img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonial__content .item__text span {
  font-size: var(--text--fs-18);
  font-weight: 600;
  color: #ffffff;
}

.testimonial__content .item__text p {
  font-size: var(--text--fs-14);
  font-weight: 600;
  margin-bottom: 40px;
}

.testimonial__content__text p {
  font-size: var(--text--fs-18);
  font-weight: 500;
  margin-bottom: 40px;
}

.testimonial .btn-wrapper {
  margin-top: 100px;
}

.headline-box__content {
  padding: 30px;
  background-color: #282323;
  border-radius: 4px;
}

.headline-box__content .tabbed-nav .tab {
  width: 32%;
  border-radius: 4px;
  padding: 16px;
  text-align: left;
}

.headline-box__content .tabbed-nav .tab__img {
  text-align: center;
}

.headline-box__content .tabbed-nav .tab__img img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 10px auto;
}

.headline-box__content .tabbed-nav .tab__img .active-img {
  display: none;
}

.headline-box__content .tabbed-nav .tab__img p {
  font-size: var(--text--fs-18);
  font-weight: 600;
}

.headline-box__content .tabbed-nav .tab.active {
  background-color: #302B2B;
}

.headline-box__content .tabbed-nav .tab.active .active-img {
  display: block;
}

.headline-box__content .tabbed-nav .tab.active .base-img {
  display: none;
}

.headline-box__content .tabbed-nav .tab.active p {
  color: #ff5e57;
}

.text-box-repeater .item__content {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 40px;
}

.text-box-repeater .item__content__img {
  margin-bottom: 30px;
}

.text-box-repeater .item__content__text h6 {
  color: #000;
}

.text-img-repeater__text h5 {
  color: #ff5e57;
}

.img-text__img {
  position: relative;
  margin: auto;
  z-index: 2;
}

.img-text__img img {
  position: relative;
  z-index: 2;
}

.img-text__img .deco-1 {
  position: absolute;
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  -webkit-animation: deco-1-left 1s infinite alternate;
          animation: deco-1-left 1s infinite alternate;
}

.img-text__img .deco-2 {
  position: absolute;
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: deco-1-right 1s infinite alternate;
          animation: deco-1-right 1s infinite alternate;
}

.img-text .right__deco__img .deco-1 {
  right: 0;
  -webkit-animation: deco-2-right 1s infinite alternate;
          animation: deco-2-right 1s infinite alternate;
  left: auto;
}

.img-text .right__deco__img .deco-2 {
  left: 0;
  z-index: 1;
  -webkit-animation: deco-2-left 1s infinite alternate;
          animation: deco-2-left 1s infinite alternate;
}

.img-text__text {
  margin-left: calc((var(--container)) / 12);
}

.img-text .flex-row-reverse .img-text__text {
  margin-left: 0;
  margin-right: calc((var(--container)) / 12);
}

@-webkit-keyframes deco-1-left {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  100% {
    -webkit-transform: translate(-50%, -16px);
            transform: translate(-50%, -16px);
  }
}

@keyframes deco-1-left {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  100% {
    -webkit-transform: translate(-50%, -16px);
            transform: translate(-50%, -16px);
  }
}

@-webkit-keyframes deco-1-right {
  0% {
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0);
  }

  100% {
    -webkit-transform: translate(20%, 20%);
            transform: translate(20%, 20%);
  }
}

@keyframes deco-1-right {
  0% {
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0);
  }

  100% {
    -webkit-transform: translate(20%, 20%);
            transform: translate(20%, 20%);
  }
}

@-webkit-keyframes deco-2-left {
  0% {
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }

  100% {
    -webkit-transform: translate(-20%, 20%);
            transform: translate(-20%, 20%);
  }
}

@keyframes deco-2-left {
  0% {
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }

  100% {
    -webkit-transform: translate(-20%, 20%);
            transform: translate(-20%, 20%);
  }
}

@-webkit-keyframes deco-2-right {
  0% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }

  100% {
    -webkit-transform: translate(50%, -16px);
            transform: translate(50%, -16px);
  }
}

@keyframes deco-2-right {
  0% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }

  100% {
    -webkit-transform: translate(50%, -16px);
            transform: translate(50%, -16px);
  }
}

.hero {
  background-size: cover;
  background-image: var(--hero-bg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 100vh;
  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;
  background-blend-mode: multiply;
}

.hero__text {
  position: relative;
  margin-bottom: 60px !important;
}

.hero__text h3 span {
  color: #ffffff;
  background-color: #ff5e57;
  padding: 0 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0 auto;
  min-height: 48px;
}

.hero__text__deco-img .left-deco {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 125px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: hero-left-deco 1s infinite alternate;
          animation: hero-left-deco 1s infinite alternate;
}

.hero__text__deco-img .right-deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: hero-right-deco 1s infinite alternate;
          animation: hero-right-deco 1s infinite alternate;
}

.hero__content {
  position: relative;
}

.hero__content__mail-deco {
  position: absolute;
  left: 0;
  width: calc(var(--container) / 12 * 3 - 24px);
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  bottom: 4%;
  z-index: 2;
}

.hero__content__lead-deco {
  position: absolute;
  top: 30%;
  right: 0;
  width: calc(var(--container) / 12 * 3 - 24px);
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

.hero__content__img {
  position: relative;
  text-align: center;
  z-index: 1;
}

.hero__content__img::before {
  content: "";
  position: absolute;
  background-color: #485f8c;
  width: 100%;
  z-index: -1;
  height: 80%;
  bottom: 0;
  left: 0;
}

.hero__content__img img {
  width: calc(var(--container) / 12 * 5 - 24px);
}

.type-text {
  position: relative;
}

.type-text::after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #ff014f;
  -webkit-animation: type 0.5s infinite;
          animation: type 0.5s infinite;
}

@-webkit-keyframes type {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes type {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes hero-left-deco {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
}

@keyframes hero-left-deco {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
}

@-webkit-keyframes hero-right-deco {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

@keyframes hero-right-deco {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

/* horizontal scroll */

#horizontal-scroll {
  overflow: hidden;
}

.horizontal-scroll-wrapper {
  overflow: hidden;
}

.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.horizontal .item__content {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 40px;
  width: 33vw;
  margin: 0 1rem;
  height: 100%;
}

.horizontal .item__content__img {
  margin-bottom: 30px;
}

.horizontal .item__content__text h6 {
  color: #000;
}

.horizontal .item__content.horizontal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 45vw;
}

.horizontal .item__content.horizontal-item .item__content__img {
  width: 40%;
  margin-bottom: 0;
}

.horizontal .item__content.horizontal-item .item__content__text {
  width: 60%;
}

.horizontal > .row {
  display: contents;
}

.contact__links {
  margin-top: 40px;
}

.contact__links .icons {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.contact__links a {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  :root {
    --container: 520px;
  }
}

@media (min-width: 768px) {
  :root {
    --container: 720px;
  }
}

@media (min-width: 992px) {
  :root {
    --container: 960px;
  }

  .row {
    --bs-gutter-x: 3rem;
    margin-right: calc(var(--bs-gutter-x) * -1);
    margin-left: calc(var(--bs-gutter-x) * -1);
  }

  .row .row {
    --bs-gutter-x: 1.5rem;
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }

  .btn {
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateX(0);
            transform: perspective(1px) translateX(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }

  .testimonial__content {
    margin-left: 50px;
  }
}

@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }

  .header .navbar .btn-wrapper {
    margin-top: 0;
    margin-left: 24px;
  }

  .box-repeater .item {
    padding: 60px 60px 60px 40px;
  }
}

@media (min-width: 1400px) {
  :root {
    --container: 1320px;
  }
}

@media (min-width: 1680px) {
  :root {
    --container: 1540px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container);
  }
}

@media (max-width: 1679.98px) {
  :root {
    --text--fs-10: 10px;
  }

  :root {
    --text--fs-12: 12px;
  }

  :root {
    --text--fs-14: 14px;
  }

  :root {
    --text--fs-15: 15px;
  }

  :root {
    --text--fs-16: 16px;
  }

  :root {
    --text--fs-18: 18px;
  }

  :root {
    --text--fs-20: 20px;
  }

  :root {
    --text--fs-22: 22px;
  }

  :root {
    --text--fs-24: 24px;
  }

  :root {
    --text--fs-30: 30px;
  }

  :root {
    --text--fs-40: 40px;
  }

  :root {
    --text--fs-50: 50px;
  }

  :root {
    --text--fs-80: 80px;
  }
}

@media (max-width: 1399.98px) {
  :root {
    --text--fs-10: 10px;
  }

  :root {
    --text--fs-12: 12px;
  }

  :root {
    --text--fs-14: 14px;
  }

  :root {
    --text--fs-15: 15px;
  }

  :root {
    --text--fs-16: 16px;
  }

  :root {
    --text--fs-18: 18px;
  }

  :root {
    --text--fs-20: 20px;
  }

  :root {
    --text--fs-22: 22px;
  }

  :root {
    --text--fs-24: 24px;
  }

  :root {
    --text--fs-30: 30px;
  }

  :root {
    --text--fs-40: 40px;
  }

  :root {
    --text--fs-50: 50px;
  }

  :root {
    --text--fs-80: 80px;
  }

  .pv-75 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-75 {
    padding-top: 50px;
  }

  .pb-75 {
    padding-bottom: 50px;
  }

  .pv-125 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .pt-125 {
    padding-top: 75px;
  }

  .pb-125 {
    padding-bottom: 75px;
  }

  .pv-100 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .pt-100 {
    padding-top: 75px;
  }

  .pb-100 {
    padding-bottom: 75px;
  }

  .pv-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-150 {
    padding-top: 100px;
  }

  .pb-150 {
    padding-bottom: 100px;
  }

  .pv-175 {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .pt-175 {
    padding-top: 125px;
  }

  .pb-175 {
    padding-bottom: 125px;
  }

  .pv-200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .pt-200 {
    padding-top: 150px;
  }

  .pb-200 {
    padding-bottom: 150px;
  }

  .pv-225 {
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .pt-225 {
    padding-top: 175px;
  }

  .pb-225 {
    padding-bottom: 175px;
  }

  .mt-25 {
    margin-top: 25px;
  }

  .mb-25 {
    margin-bottom: 25px !important;
  }

  .mt-50 {
    margin-top: 40px;
  }

  .mb-50 {
    margin-bottom: 40px !important;
  }

  .mt-75 {
    margin-top: 50px;
  }

  .mb-75 {
    margin-bottom: 50px !important;
  }

  .mt-100 {
    margin-top: 80px;
  }

  .mb-100 {
    margin-bottom: 80px !important;
  }

  .mt-150 {
    margin-top: 100px;
  }

  .mb-150 {
    margin-bottom: 100px !important;
  }

  .mt-200 {
    margin-top: 150px;
  }

  .mb-200 {
    margin-bottom: 150px !important;
  }
}

@media (max-width: 1199.98px) {
  :root {
    --text--fs-10: 10px;
  }

  :root {
    --text--fs-12: 12px;
  }

  :root {
    --text--fs-14: 14px;
  }

  :root {
    --text--fs-15: 15px;
  }

  :root {
    --text--fs-16: 16px;
  }

  :root {
    --text--fs-18: 18px;
  }

  :root {
    --text--fs-20: 20px;
  }

  :root {
    --text--fs-22: 22px;
  }

  :root {
    --text--fs-24: 24px;
  }

  :root {
    --text--fs-30: 30px;
  }

  :root {
    --text--fs-40: 40px;
  }

  :root {
    --text--fs-50: 50px;
  }

  :root {
    --text--fs-80: 70px;
  }

  .mt-25 {
    margin-top: 25px;
  }

  .mb-25 {
    margin-bottom: 25px !important;
  }

  .mt-50 {
    margin-top: 40px;
  }

  .mb-50 {
    margin-bottom: 40px !important;
  }

  .mt-75 {
    margin-top: 50px;
  }

  .mb-75 {
    margin-bottom: 50px !important;
  }

  .mt-100 {
    margin-top: 80px;
  }

  .mb-100 {
    margin-bottom: 80px !important;
  }

  .mt-150 {
    margin-top: 100px;
  }

  .mb-150 {
    margin-bottom: 100px !important;
  }

  .mt-200 {
    margin-top: 150px;
  }

  .mb-200 {
    margin-bottom: 150px !important;
  }

  .pt-header {
    padding-top: 115px;
  }

  .header .navbar {
    position: fixed;
    right: -100%;
    top: 65px;
    width: 100%;
    height: 100vh;
    z-index: 20;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0;
    background-color: #04225b;
  }

  .header .navbar .menu {
    padding: 16px 0;
    max-width: var(--container);
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .header .navbar .menu {
    margin: 0 15px;
  }

  .header .navbar .menu li {
    border-bottom: 1px solid #ffffff;
    padding: 10px 15px;
    width: 100%;
    color: #ffffff;
  }

  .header .navbar .menu li a {
    text-align: left;
  }

  .header .menu-trigger {
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--fs-10: 10px;
  }

  :root {
    --text--fs-12: 12px;
  }

  :root {
    --text--fs-14: 14px;
  }

  :root {
    --text--fs-15: 15px;
  }

  :root {
    --text--fs-16: 16px;
  }

  :root {
    --text--fs-18: 18px;
  }

  :root {
    --text--fs-20: 20px;
  }

  :root {
    --text--fs-22: 22px;
  }

  :root {
    --text--fs-24: 24px;
  }

  :root {
    --text--fs-30: 25px;
  }

  :root {
    --text--fs-40: 35px;
  }

  :root {
    --text--fs-50: 45px;
  }

  :root {
    --text--fs-80: 60px;
  }

  .pv-75 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt-75 {
    padding-top: 40px;
  }

  .pb-75 {
    padding-bottom: 40px;
  }

  .pv-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pv-125 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-125 {
    padding-top: 70px;
  }

  .pb-125 {
    padding-bottom: 70px;
  }

  .pv-150 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pt-150 {
    padding-top: 80px;
  }

  .pb-150 {
    padding-bottom: 80px;
  }

  .pv-175 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-175 {
    padding-top: 100px;
  }

  .pb-175 {
    padding-bottom: 100px;
  }

  .pv-200 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .pt-200 {
    padding-top: 75px;
  }

  .pb-200 {
    padding-bottom: 75px;
  }

  .pv-225 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pt-225 {
    padding-top: 120px;
  }

  .pb-225 {
    padding-bottom: 120px;
  }

  .mt-25 {
    margin-top: 25px;
  }

  .mb-25 {
    margin-bottom: 25px !important;
  }

  .mt-50 {
    margin-top: 35px;
  }

  .mb-50 {
    margin-bottom: 35px !important;
  }

  .mt-75 {
    margin-top: 40px;
  }

  .mb-75 {
    margin-bottom: 40px !important;
  }

  .mt-100 {
    margin-top: 60px;
  }

  .mb-100 {
    margin-bottom: 60px !important;
  }

  .mt-150 {
    margin-top: 80px;
  }

  .mb-150 {
    margin-bottom: 80px !important;
  }

  .mt-200 {
    margin-top: 120px;
  }

  .mb-200 {
    margin-bottom: 120px !important;
  }

  .headline-box .tab-content-container {
    padding-top: 0;
  }

  .headline-box .tabbed-nav {
    display: none;
  }

  .headline-box .tab-content-container .inner {
    display: none;
    margin-bottom: 2rem;
    padding-top: 2rem;
  }

  .headline-box .tab-content-container .inner__img {
    display: block;
  }

  .headline-box .tab-content {
    display: block;
  }

  .headline-box .tab-toggle {
    display: block;
  }

  .headline-box .tab-toggle img {
    display: none;
  }

  .accordion .accordion-item {
    padding: 30px 16px 0 16px;
  }

  .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }

  .btn::before {
    content: unset;
  }

  ._btn-orange::before {
    content: unset;
  }

  ._btn-border-white::before {
    content: unset;
  }

  ._btn-border-black::before {
    content: unset;
  }

  .footer__bottom__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    gap: 0;
  }

  .headline-box__content {
    padding: 30px 16px;
  }

  .img-text__img .deco-1 {
    display: none;
  }

  .img-text__img .deco-2 {
    -webkit-animation: none;
            animation: none;
  }

  .img-text .right__deco__img .deco-1 {
    -webkit-animation: none;
            animation: none;
  }

  .img-text .right__deco__img .deco-2 {
    -webkit-animation: none;
            animation: none;
  }

  .img-text__text {
    margin-left: 0;
  }

  .img-text .flex-row-reverse .img-text__text {
    margin-right: 0;
  }

  .hero__text__deco-img .left-deco {
    display: none;
  }

  .hero__text__deco-img .left-deco {
    width: 90px;
  }

  .hero__text__deco-img .right-deco {
    display: none;
  }

  .hero__text__deco-img .right-deco {
    width: 90px;
  }

  .horizontal .item__content {
    width: 50vw;
  }

  .horizontal .item__content.horizontal-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50vw;
  }

  .horizontal .item__content.horizontal-item .item__content__img {
    width: 100%;
  }

  .horizontal .item__content.horizontal-item .item__content__text {
    width: 100%;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .headline-box .tab-toggle img {
    display: inline-block;
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 10px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--fs-10: 10px;
  }

  :root {
    --text--fs-12: 12px;
  }

  :root {
    --text--fs-14: 14px;
  }

  :root {
    --text--fs-15: 15px;
  }

  :root {
    --text--fs-16: 16px;
  }

  :root {
    --text--fs-18: 18px;
  }

  :root {
    --text--fs-20: 20px;
  }

  :root {
    --text--fs-22: 22px;
  }

  :root {
    --text--fs-24: 24px;
  }

  :root {
    --text--fs-30: 25px;
  }

  :root {
    --text--fs-40: 28px;
  }

  :root {
    --text--fs-50: 30px;
  }

  :root {
    --text--fs-80: 50px;
  }

  .mt-25 {
    margin-top: 25px;
  }

  .mb-25 {
    margin-bottom: 25px !important;
  }

  .mt-50 {
    margin-top: 35px;
  }

  .mb-50 {
    margin-bottom: 35px !important;
  }

  .mt-75 {
    margin-top: 40px;
  }

  .mb-75 {
    margin-bottom: 40px !important;
  }

  .mt-100 {
    margin-top: 60px;
  }

  .mb-100 {
    margin-bottom: 60px !important;
  }

  .mt-150 {
    margin-top: 80px;
  }

  .mb-150 {
    margin-bottom: 80px !important;
  }

  .mt-200 {
    margin-top: 120px;
  }

  .mb-200 {
    margin-bottom: 120px !important;
  }

  .hero__text h3 span {
    min-height: 36px;
  }

  .logo-repeater__img {
    text-align: center;
  }

  .logo-repeater__img img {
    width: 100px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --text--fs-10: 10px;
  }

  :root {
    --text--fs-12: 12px;
  }

  :root {
    --text--fs-14: 14px;
  }

  :root {
    --text--fs-15: 15px;
  }

  :root {
    --text--fs-16: 16px;
  }

  :root {
    --text--fs-18: 16px;
  }

  :root {
    --text--fs-20: 16px;
  }

  :root {
    --text--fs-22: 18px;
  }

  :root {
    --text--fs-24: 20px;
  }

  :root {
    --text--fs-30: 24px;
  }

  :root {
    --text--fs-40: 28px;
  }

  :root {
    --text--fs-50: 30px;
  }

  :root {
    --text--fs-80: 40px;
  }

  .headline-box .tab-toggle:after {
    margin-right: 0;
  }

  .gap-40 {
    row-gap: 20px;
  }

  .btn {
    width: 100%;
  }

  .header .menu-trigger {
    margin-left: 16px;
  }

  .footer__logo img {
    width: 200px;
  }

  .testimonial .btn-wrapper {
    margin-top: 50px;
  }

  .text-box-repeater .item__content {
    padding: 20px;
    margin-bottom: 20px;
  }

  .hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .hero__text__deco-img .left-deco {
    width: 60px;
  }

  .hero__text__deco-img .right-deco {
    width: 60px;
  }

  .hero__content__mail-deco {
    width: calc(var(--container) / 12 * 4 - 24px);
  }

  .hero__content__lead-deco {
    top: 10%;
    width: calc(var(--container) / 12 * 5 - 24px);
  }

  .hero__content__img::before {
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .hero__content__img img {
    width: calc(var(--container) / 12 * 8 - 24px);
  }

  .horizontal .item__content {
    padding: 20px;
    margin-bottom: 0;
    width: 80vw;
  }

  .horizontal .item__content.horizontal-item {
    width: 80vw;
  }
}

@media (max-width: 475.98px) {
  .hero__text__deco-img .left-deco {
    width: 40px;
  }

  .hero__text__deco-img .right-deco {
    width: 40px;
  }
}

@media (max-width: 375.98px) {
  .pv-75 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .pt-75 {
    padding-top: 32px;
  }

  .pb-75 {
    padding-bottom: 32px;
  }

  .pv-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt-100 {
    padding-top: 40px;
  }

  .pb-100 {
    padding-bottom: 40px;
  }

  .pv-125 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-125 {
    padding-top: 50px;
  }

  .pb-125 {
    padding-bottom: 50px;
  }

  .pv-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-150 {
    padding-top: 60px;
  }

  .pb-150 {
    padding-bottom: 60px;
  }

  .pv-175 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-175 {
    padding-top: 70px;
  }

  .pb-175 {
    padding-bottom: 70px;
  }

  .pv-200 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-200 {
    padding-top: 50px;
  }

  .pb-200 {
    padding-bottom: 50px;
  }

  .pv-225 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pt-225 {
    padding-top: 90px;
  }

  .pb-225 {
    padding-bottom: 90px;
  }

  .mt-25 {
    margin-top: 25px;
  }

  .mb-25 {
    margin-bottom: 25px !important;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .mb-50 {
    margin-bottom: 30px !important;
  }

  .mt-75 {
    margin-top: 35px;
  }

  .mb-75 {
    margin-bottom: 35px !important;
  }

  .mt-100 {
    margin-top: 45px;
  }

  .mb-100 {
    margin-bottom: 45px !important;
  }

  .mt-150 {
    margin-top: 60px;
  }

  .mb-150 {
    margin-bottom: 60px !important;
  }

  .mt-200 {
    margin-top: 100px;
  }

  .mb-200 {
    margin-bottom: 100px !important;
  }
}