<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.overflow-hidden {
  overflow: hidden;
}

html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) *::-webkit-scrollbar-track {
  background: #E7F2FE;
}

html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) *::-webkit-scrollbar-thumb {
  background: #213555;
}

*::-moz-selection {
  background: #213555;
  color: #fff;
}

*::selection {
  background: #213555;
  color: #fff;
}

h1, .h1 {
  font-size: clamp(38px, 3vw, 64px);
  line-height: 1.45;
  margin: 0;
  font-weight: 800;
}
h1 span, .h1 span {
  color: #D8C4B6;
}

h2, .h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

h3, .h3 {
  font-size: clamp(20px, 3.9vw, 32px);
  line-height: 1.45;
  margin: 0;
}

h4, .h4 {
  font-size: clamp(18px, 3.9vw, 24px);
  line-height: 1.2;
  margin: 0;
}

h5, .h5 {
  font-size: clamp(18px, 3.9vw, 20px);
  line-height: 1.2;
  margin: 0;
}

h6, .h6 {
  font-size: clamp(20px, 3.9vw, 32px);
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 700;
}

.text {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400;
  line-height: 1.45;
}

.text-2 {
  font-size: clamp(16px, 3.9vw, 24px);
  font-weight: 400;
}

.text-upper {
  text-transform: uppercase;
}

.w-100 {
  width: 100%;
}

.btn {
  position: relative;
  min-width: 270px;
  padding: 13px 24px;
  color: #000;
  border-radius: 40px;
  background: #D8C4B6;
  font-size: 26px;
  font-family: "Poppins";
  font-weight: 700;
  text-transform: uppercase;
  max-height: 60px;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  align-items: center;
}

.btn:hover {
  background-color: #3E5879;
  color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.btn-2 {
  background: rgba(255, 255, 255, 0.1);
  color: #213555;
  border: 2px solid #213555;
  box-shadow: none;
}

.btn-2:hover {
  color: #fff;
  background-color: #213555;
}

.btn-2:hover svg path{
  fill: #fff;
}

.btn-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 0;
  margin-left: auto;
}
.btn-arrow:before {
  position: absolute;
  content: "";
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, #00DBDE 0%, #FC00FF 100%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn-arrow svg stop {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn-arrow:hover svg stop:first-child {
  stop-color: #00DBDE;
}
.btn-arrow:hover svg stop:last-child {
  stop-color: #FC00FF;
}
.btn-arrow:hover:before {
  opacity: 1;
}

.btn-2:active {
  background: #15212A;
}
.btn-2:active::before {
  content: none;
}

.swiper-navigation {
  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;
}

.btn-arrow i {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 40px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.btn-arrow i:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border-right: 4px solid #3E5879;
  border-top: 4px solid #3E5879;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  border-radius: 2px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.6 !important;
}

.swiper-navigation .swiper-button-next {
  margin-left: 0;
}

.btn-arrow.left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn-arrow.left i:before {
  top: 21px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: none !important;
}

@media screen and (min-width: 991px) {
  .btn {
    -webkit-transition: 0.3s linear !important;
    transition: 0.3s linear !important;
  }
  .btn:hover {
    -webkit-transition: 0.3s linear !important;
    transition: 0.3s linear !important;
  }
  .btn2:hover i {
    -webkit-box-shadow: 0px 8px 25px rgba(4, 36, 103, 0.5);
            box-shadow: 0px 8px 25px rgba(4, 36, 103, 0.5);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .btn-arrow:hover i:before {
    -webkit-box-shadow: 0px 8px 25px #FFFFFF;
            box-shadow: 0px 8px 25px #FFFFFF;
  }
  .btn-arrow:hover i:after {
    -webkit-box-shadow: 0px 8px 25px #FFFFFF;
            box-shadow: 0px 8px 25px #FFFFFF;
  }
  .btn-arrow.left:hover i:before {
    -webkit-box-shadow: -2px -8px 25px #fff;
            box-shadow: -2px -8px 25px #fff;
  }
  .btn-arrow.left:hover i:after {
    -webkit-box-shadow: -2px -8px 25px #fff;
            box-shadow: -2px -8px 25px #fff;
  }
}
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #213555;
  overflow-x: hidden;
  position: relative;
  z-index: 5;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  outline: none;
  color: inherit;
  cursor: pointer;
}

section, header {
  position: relative;
}

a:link, a:visited, a:active, a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

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

img {
  max-width: 100%;
  max-height: 100%;
}

header .layer-close {
  right: -50%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

header.active-layer-close .layer-close {
  position: fixed;
  display: block;
  z-index: -1;
  left: 0;
  height: calc(100vh - 62px);
  top: 62px;
  right: 0;
  bottom: 0;
  background: #3E5879;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.header-menu.open {
  right: 0;
  top: 75px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

#countdown {
  margin: 0;
  text-align: center;
  font-weight: 600;
}

.btn svg {
  margin-left: 8px;
}

.header {
  position: fixed;
  z-index: 20;
  width: 100%;
  padding: 12px 0;
  background-color: rgba(34, 49, 118, 0.1);
  -webkit-transition: 0.2s linear;
  transition: 0.2slinear;
  border-bottom: 1px solid #213555;
  border-radius: 0;
}
.header-inner {
  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;
}
.header-inner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-inner .logo .logo-img {
  width: 46px;
  height: 46px;
}
.header-inner .logo .logo-img svg {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 2px;
  overflow: visible;
}
.header-inner .logo .logo-img svg path:first-child {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
}
.header-inner .logo .logo-img svg path:nth-child(2), .header-inner .logo .logo-img svg path:nth-child(3), .header-inner .logo .logo-img svg path:nth-child(4) {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transform-box: fill-box;
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
}
.header-inner .logo-text {
  font-size: clamp(18px, 3.9vw, 24px);
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #D8C4B6;
  padding: 8px 15px;
  border-radius: 40px;
  border: 1px solid #D8C4B6;
  line-height: 1;
}
.header-inner .header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
.header-inner .header-btns .btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  /* color: #121721; */
  /* background-color: #92FFFF; */
  padding: 10px 20px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-size: 20px;
}
.header-inner .header-btns .btn:hover {
  color: #fff;
  /* background-color: #213555; */
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header-inner .header-btns .item {
  position: relative;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
  margin-right: 20px;
}
.header-inner .header-btns .item:hover {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #213555;


}
.header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-menu a {
  font-size: clamp(14px, 3.9vw, 16px);
  font-weight: 600;
}
.header .header-menu .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-menu .navigation .header-btn {
  margin-left: 40px;
}
.header .header-menu .navigation .header-btn .btn {
  max-width: 180px;
  min-width: 180px;
}
.header .header-menu .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-menu .header-nav li {
  margin-right: 20px;
}
.header .header-menu .header-nav li:last-child {
  margin-right: 0;
}
.header .header-menu .header-nav li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}
.header .header-menu .header-nav li a:hover {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #D8C4B6;
}

.wrapper-menu {
  display: none;
}

.line-menu {
  background-color: #D8C4B6;
  border-radius: 5px;
  width: 100%;
  height: 2px;
}

.line-menu.half {
  width: 100%;
}

.line-menu.start {
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
}

.active .line-menu.start {
  -webkit-transform: rotate(-90deg) translateX(0) translateY(-15px);
  -ms-transform: rotate(-90deg) translateX(0) translateY(-15px);
  transform: rotate(-90deg) translateX(0) translateY(-15px);
  width: 100%;
}

.line-menu.end {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  opacity: 1;
}

.active .line-menu.end {
  -webkit-transform: rotate(-90deg) translateX(-8px);
    -ms-transform: rotate(-90deg) translateX(-8px);
    transform: rotate(-90deg) translateX(-8px);
    opacity: 0;
}

.bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg.rellax {
  height: 102%;
}

.opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(242, 97, 63, 0.97)), to(rgb(155, 57, 34)));
  /* background: linear-gradient(90deg, rgba(65, 26, 17, 0.97) 0%, rgb(155, 57, 34) 100%); */
  background: linear-gradient(90deg, rgba(62, 88, 121, 0.97) 0%, rgb(33, 53, 85) 100%);

  opacity: 0.8;
}

@-webkit-keyframes slidein {
  from {
    background-position: top;
    background-size: 2500px;
  }
  to {
    background-position: -100px 0px;
    background-size: 1920px;
  }
}

@keyframes slidein {
  from {
    background-position: top;
    background-size: 2500px;
  }
  to {
    background-position: -100px 0px;
    background-size: 1920px;
  }
}
.bg.rellax {
  height: 102%;
}

.banner {
  color: #fff;
  overflow: hidden;
  padding-top: 70px;
}

@media(max-width: 580px){
  .banner {
    padding-top: 61px;
  }
}
.banner-waves {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}
.banner .banner-form {
  padding: 40px 50px;
  border-radius: 50px;
  /* background: rgba(8, 57, 136, 0.7); */
  background: rgba(43, 43, 59, 0.9);
  border: 2px solid #213555;
}
.banner .banner-form .text {
  margin: 10px 0;
  font-size: clamp(14px, 3vw, 16px);
}
.banner .banner-form .form-title {
  margin-bottom: 0;
}
.banner .banner-form input {
  background: #fff;
  color: #000;
}
.banner .banner-form input::-webkit-input-placeholder {
  color: #000;
}
.banner .banner-form input::-moz-placeholder {
  color: #000;
}
.banner .banner-form input:-ms-input-placeholder {
  color: #000;
}
.banner .banner-form input::-ms-input-placeholder {
  color: #000;
}
.banner .banner-form input::placeholder {
  color: #000;
}
.banner .banner-form .form-desc .text {
  text-align: center;
  font-size: 12px;
  margin: 0;
}
.banner .banner-form .form-desc {
  margin: 0 -50px;
  padding-top: 20px;
  border-top: 2px solid #213555;
}
.banner .banner-form .form-desc a {
  text-decoration: underline;
}
.banner .banner-form .form-desc a:hover {
  color: #6FB1E2;
}
.banner-align {
  position: relative;
  z-index: 10;
  vertical-align: middle;
  height: calc(100vh - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 70px);
}
.banner-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner-wrapp &gt; * {
  margin-bottom: 40px;
}
.banner-wrapp &gt; *:last-child {
  margin-bottom: 0;
}
.banner-wrapp .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.banner-wrapp .btns .btn-2 {
  max-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-wrapp .btns .btn-2 .icon {
  font-size: 0;
}
.banner-wrapp .btns .btn-2 svg {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.banner-wrapp .btns .btn-2:hover svg {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}
.banner .row-button {
  position: relative;
  z-index: 1;
}
.banner .row-phone {
  position: relative;
  z-index: 10;
}
.banner-icon {
  -webkit-animation: transY 10s linear infinite;
          animation: transY 10s linear infinite;
}
.banner .container {
  position: relative;
}

.row-title {
  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;
  margin-bottom: 90px;
  padding: 6px;
  padding-left: 0;
}

.section {
  padding: 70px 0;
  overflow: hidden;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}
.section-title .h2 {
  text-transform: uppercase;
}

.container {
  max-width: 1180px;
}

.heights .row {
  position: relative;
}
.heights .container {
  position: relative;
  z-index: 6;
}

/* .heights {
  background: #E7F2FE;
} */
.heights .h2 {
  color: #fff;
  text-transform: none;
}

.height-item {
  border: 2px solid #213555;
  border-radius: 20px;
  padding: 30px;
  background: rgba(216, 196, 182, 0.1);
  padding: 30px;
  color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.height-item .height-title {
  font-weight: 700;
}
.height-item &gt; * {
  margin-bottom: 20px;
}
.height-item &gt; *:last-child {
  margin-bottom: 0;
}

.height-desc {
  min-height: 320px !important;
}


.height-icon{
  text-align: center;
}

.height-icon img{
  filter: brightness(0) saturate(100%) invert(49%) sepia(19%) saturate(6173%) hue-rotate(336deg) brightness(105%) contrast(102%);
  width: 70px;
  height: 70px;
  object-fit: contain;
}


.row-decor {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: -20px;
  padding-right: 150px;
}

.decor-bottom {
  font-size: 0;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

.decor-bottom-2 {
  right: 46px;
}

.decor-bottom-3 {
  right: -35%;
  bottom: -60px;
}

.decor-bottom-4 {
  right: 0;
}

.decor-bottom-5 {
  right: auto;
  left: -15%;
  bottom: -10px;
}

.decor-bottom-6 {
  left: 16%;
  right: auto;
}

.decor-bottom-7 {
  right: -35%;
  bottom: -10px;
}

.decor-bottom-8 {
  left: 0;
  right: auto;
}

.decor-bottom-9 {
  right: 0;
}

.row-last {
  margin-top: 20px;
}

.btn-row {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.decor-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  font-size: 0;
}

.decor-bg-2 {
  top: 0;
  bottom: -100px;
}
.decor-bg-2 svg {
  height: 100%;
}
.decor-bg-2 svg path {
  height: 100%;
}

.decor-bg-3 {
  left: auto;
  right: 0;
}

.text-b {
  font-weight: 700;
}

.subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #D8C4B6;
  font-weight: 600;
}

.support-desc .h2 {
  margin-bottom: 40px;
}
.support-desc .text-b {
  margin-bottom: 20px;
}

.support .image-wrapp {
  width: 100%;
  position: relative;
  height: 100%;
}
.support .image-wrapp:before {
  border-radius: 30px;
  /* background: linear-gradient(128deg, #16FFB9 0%, #213555 100%); */
  /* background: linear-gradient(128deg, rgba(33, 53, 85, 0.502) 0%, rgb(62, 88, 121) 100%); */
  /* background: linear-gradient(128deg, rgba(33, 53, 85, 0.502) 0%, rgb(62, 88, 121) 100%); */
  background: linear-gradient(128deg, rgba(33, 53, 85, 0.502) 0%, rgb(62, 88, 121) 100%);



  position: absolute;
  content: "";
  top: 50px;
  width: 100%;
  height: calc(100% - 50px);
  left: 0;
}
.support .image-wrapp .image-desc {
  position: absolute;
  font-size: 0;
  bottom: 0;
  text-align: center;
}
.support .image-wrapp .image-desc img {
  width: 100%;
  margin: 0 auto;
}
.support .image-mobile {
  display: none;
}

.start-item {
  text-align: center;
  border: 2px solid #213555;
  border-radius: 20px;
  padding: 30px;
  background: rgba(216, 196, 182, 0.1);
  color: #fff;
  height: 100%;
}

.start-number {
  width: 70px;
  height: 70px;
  background: #3E5879;
  color: #213555;
  font-weight: bold;
  border-radius: 10px;
  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;
  text-align: center;
  font-size: clamp(32px, 3vw, 40px);
  margin: 0 auto 20px;
}

.start-title {
  margin-bottom: 10px;
}

.start .section-title {
  text-align: left;
}
.start .section-title .h2 {
  text-transform: none;
}

.row-priority {
  margin-top: 40px;
}

.number-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.number-wrapp .number-item {
  text-align: center;
}
.number-wrapp .number-item-top {
  background: linear-gradient(88deg, rgba(2, 129, 252, 0.97) 0.68%, #0AC990 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 10px;
  font-weight: 600;
}
.number-wrapp .number-item-top span {
  margin-right: 1px;
}

.cust-about-wrapp {
  color: #fff;
}

.cust-about .h2 {
  text-transform: none;
}

picture {
  font-size: 0;
}

.input-item label {
  margin-bottom: 10px;
  font-size: clamp(14px, 3vw, 20px);
  display: block;
}
.input-item input, .input-item textarea {
  width: 100%;
  padding: 13px 15px;
  border-radius: 8px;
  border: 1px solid #fff;
  font-weight: bold;
  outline: none;
  background: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.input-item input::-webkit-input-placeholder, .input-item textarea::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}
.input-item input::-moz-placeholder, .input-item textarea::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}
.input-item input:-ms-input-placeholder, .input-item textarea:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}
.input-item input::-ms-input-placeholder, .input-item textarea::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}
.input-item input::placeholder, .input-item textarea::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}

main {
  position: relative;
  overflow: clip;
  background: #213555;
}

.footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #fff; */
  z-index: -1;
}
.footer .footer-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-logo a .logo-text {
  font-size: clamp(18px, 3.9vw, 24px);
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #D8C4B6;
  padding: 8px 15px;
  border-radius: 40px;
  border: 1px solid #D8C4B6;
  line-height: 1;
}
.footer .footer-logo a .logo-img svg {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 2px;
  overflow: visible;
}
.footer .footer-logo a .logo-img svg path {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
}
.footer .footer-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.footer .footer-links ul li {
  margin-bottom: 10px;
}
.footer .footer-links ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-links ul li a {
  font-size: 14px;
}
.footer .footer-links ul li a:hover {
  color: #D8C4B6;
}
.footer .text {
  font-size: 14px;
}
.footer .container {
  margin-top: 200px;
  position: relative;
  z-index: 10;
}

.form-wrapp .row {
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-wrapp .row .btn {
  width: 100%;
  font-family: "Poppins", sans-serif;
  outline: none;
  border: none;
}

.disclaimer {
  margin: 30px 0 !important;
}

.disclaimer.row &gt; * {
  padding: 0;
}

.disclaimer .text {
  font-size: 12px;
  font-weight: 600;
}
.disclaimer .text p {
  margin-bottom: 10px;
}
.disclaimer .text p:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  padding: 40px 0;
  background-color: #171D2B;
  margin-bottom: -60px;
  margin-top: 60px;
}
.footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.footer-bottom ul li {
  padding-right: 5px;
  border-right: 1px solid #fff;
  margin-right: 5px;
}
.footer-bottom ul li:last-child {
  border: none;
  margin: 0;
  right: 0;
}
.footer-bottom ul li a {
  font-size: clamp(16px, 3vw, 20px);
  color: #fff;
  font-weight: 400;
}
.footer-bottom ul li a:hover {
  color: #213555;
}

.footer-copy {
  text-align: center;
}
.footer-copy span {
  margin-right: 5px;
}

.swiper-pagination {
  position: static !important;
  margin-top: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-pagination-bullet {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 32px !important;
  height: 32px !important;
  padding: 5px 4px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: 0 4px !important;
  border-radius: 4px !important;
  border: 1px solid #D8C4B6 !important;
  background: #3E5879 !important;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.swiper-pagination-bullet-active {
  color: #213555 !important;
}

.text p {
  margin: 0;
  margin-bottom: 20px;
}
.text p:last-child {
  margin-bottom: 0;
}

.popup {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  letter-spacing: 0;
}

.popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.popup.active .popup-overlay {
  opacity: 0.7;
}

.popup.active .popup-content {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out, left 0s 0s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, left 0s 0s, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s, -webkit-transform 0.3s ease-out;
  position: relative;
}

.popup-overlay {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: #213555;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
}

.popup-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out, left 0s 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, left 0s 0.3s, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s, -webkit-transform 0.3s ease-out;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  left: -10000px;
  padding: 15px;
  background: rgba(16, 16, 16, 0.5);
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.popup-container {
  display: none;
}

.popup-container.active {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100vw;
  max-height: 98vh;
  text-align: left;
  margin-right: 0;
  margin: 0 auto;
}

.popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}

.w-100 {
  width: 100%;
}

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

.popup-align {
  overflow: hidden;
  position: relative;
  max-height: 100vh;
  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: #213555;
  border-radius: 30px;
  padding: 40px 80px;
  color: #fff;
}

.popup-form {
  color: #fff;
}
.popup-form input {
  background: #fff;
  color: #000;
}
.popup-form input::-webkit-input-placeholder {
  color: #333;
}
.popup-form input::-moz-placeholder {
  color: #333;
}
.popup-form input:-ms-input-placeholder {
  color: #333;
}
.popup-form input::-ms-input-placeholder {
  color: #333;
}
.popup-form input::placeholder {
  color: #333;
}

.popup-wrapper {
  text-align: center;
}
.popup-wrapper .text-2 {
  font-weight: 700;
  margin-bottom: 15px;
}
.popup-wrapper .img {
  margin-bottom: 40px;
}
.popup-wrapper .img img {
  width: 100px;
  height: 100px;
}
.popup-wrapper .btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

video {
  width: 100%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.3%;
  min-width: 1000px;
}

html {
  overflow-x: hidden;
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-close span {
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.btn-close span:before, .btn-close span:after {
  content: "";
  height: 2px;
  width: 25px;
  display: block;
  position: absolute;
  top: 14px;
  left: -6px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  background: #fff;
}

.btn-close span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.btn-close:hover {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.video-popup-align {
  overflow: visible;
  max-height: 100vh;
  padding: 0;
}

.video-popup-align .btn-close {
  top: -100px;
  right: -100px;
}

@media screen and (max-width: 1500px) {
  .popup-container {
    max-width: 820px;
  }
}
@media screen and (max-width: 580px) {
  .popup-content {
    padding: 0;
  }
  .popup-container {
    max-height: 100vh;
  }
  .popup-align {
    min-height: 100vh;
    padding: 44px 20px;
    width: 100%;
  }
  .popup-send .popup-align {
    min-height: 100px;
    padding: 40px 20px;
  }
  .popup-send .popup-align .btn {
    width: 100%;
  }
  .popup-container.active {
    max-height: 100vh;
  }
  .popup-form {
    text-align: left;
  }
}
html.lock {
  overflow: hidden;
}

.iti--separate-dial-code .iti__selected-flag {
  padding: 12px;
  background-color: #E7F2FE;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.iti__selected-dial-code {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.iti__country-list {
  border-radius: 12px;
  z-index: 5;
  max-width: 300px;
  overflow-x: hidden;
}

.iti__country {
  padding: 10px;
}

.iti__flag-box {
  margin-right: 10px;
}

.iti {
  width: 100%;
}

.row-submit {
  position: relative;
  z-index: 1 !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.iti__country-name {
  font-size: 14px;
  color: #333333 !important;
}

.iti__dial-code {
  font-size: 14px;
  color: #999 !important;
}

.makes {
  background: #171D2B;
}
.makes .h2 {
  margin-bottom: 40px;
}
.makes .makes-wrapp {
  margin-top: 40px;
  margin-bottom: -40px;
}
.makes .makes-item {
  margin-bottom: 40px;
}
.makes .makes-item .makes-img {
  margin-bottom: 30px;
}
.makes .makes-item .makes-img img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.makes .makes-item .makes-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.customers .h2 {
  text-align: left;
}
.customers .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cust-about-row-mobile {
  display: none;
}

.cust-about-item {
  padding: 20px;
  border-radius: 20px;
  /* background: linear-gradient(128deg, rgba(33, 53, 85, 0.502) 0%, rgb(62, 88, 121) 100%); */
  background: linear-gradient(128deg, rgba(33, 53, 85, 0.502) 0%, rgb(62, 88, 121) 100%);
}

.cust-about-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.cust-about-name {
  margin-left: 15px;
  font-weight: 600;
}

.cust-about-icon img {
  min-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  /* height: 24px;
  width: 24px; */
  aspect-ratio: 1/1;
}

.cust-about-icon{
  padding: 4px;
  background-color: #213555;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cust-about-wrapp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(270px, 1fr));
  grid-auto-rows: 380px;
  grid-auto-flow: row dense;
  grid-gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cust-about-item:nth-child(1) {
  grid-column: span 1;
  grid-row: span 1;
}

.cust-about-item:nth-child(2) {
  grid-column: span 2;
  grid-row: span 1;
}

.cust-about-item:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1;
}

.cust-about-item:nth-child(4) {
  grid-column: span 1;
  grid-row: span 1;
}

.cust-about-item:nth-child(5) {
  grid-column: span 1;
  grid-row: span 1;
}

.cust-about-item:nth-child(6) {
  grid-column: span 1;
  grid-row: span 1;
}

.cust-about-item:nth-child(7) {
  grid-column: span 1;
  grid-row: span 1;
}

.customers-svg {
  -webkit-animation: transY 10s linear infinite;
          animation: transY 10s linear infinite;
}

.faq .h2 {
  margin-bottom: 40px;
}

.faq-wrapp {
  margin-bottom: -30px;
}

.faq-item {
  margin-bottom: 30px;
}

.faq-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.promo-wrapp {
  border-radius: 30px;
  background: linear-gradient(128deg, rgba(33, 53, 85, 0.502) 0%, rgb(62, 88, 121) 100%);
  padding: 40px;
  text-align: center;
  color: #fff;
}
.promo-wrapp .h3, .promo-wrapp .text {
  margin-bottom: 30px;
}
.promo-wrapp .btn {
  margin: 0 auto;
}

.html.lock{
  overflow: hidden;
}

.footer-2 .section-title .text {
  margin: 40px 0;
}

.container-overview {
  border: 1px solid #213555;
  border-radius: 20px;
  background: rgba(239, 83, 83, 0.1);
  padding: 40px 54px;
  position: relative;
}
.container-overview .row-decor, .container-overview .row-decor-2 {
  bottom: 0;
  left: 0;
}
.container-overview .row-decor-3 {
  left: auto;
  right: 0;
}
.container-overview .row-decor-2 {
  left: 0 !important;
  right: auto !important;
}

/* .overview {
  background: #DAEAFB;
} */
.overview .h2 {
  text-transform: none;
  margin-bottom: 30px;
}
.overview .row-decor {
  left: 0;
  bottom: 0;
}
.overview .row-decor-2, .overview .row-decor-3 {
  left: auto;
  right: 0;
  padding-right: 0;
}

.overview-wrapp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #213555;
  color: #fff;
  position: relative;
  z-index: 6;
}
.overview-wrapp:last-child {
  border: none;
  padding-bottom: 0;
}
.overview-wrapp:first-child {
  padding-top: 0;
}

.overview-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overview-icon {
  margin-right: 25px;
}
.overview-icon img {
  min-width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);

}

.overview-title {
  font-weight: 700;
}

.banner3 .banner-align, .banner3 .banner-inner {
  height: auto;
}
.banner3 .banner-align {
  padding: 100px 0;
}

.about-desc .h2 {
  text-align: left;
  text-transform: none;
}
.about-desc .about-desc-image {
  border-radius: 30px;
  overflow: hidden;
}
.about-desc .about-desc-image img {
  max-height: 620px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.want .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.want .section-title {
  text-align: left;
}
.want .section-title .h2 {
  margin-bottom: 40px;
}
.want-svg {
  -webkit-animation: transY 10s linear infinite;
          animation: transY 10s linear infinite;
}

.promo-2 {
  padding-bottom: 0;
}

.footer-not .footer-bottom {
  margin-top: 0;
}

.purpose-wrapp ul li {
  position: relative;
}
.purpose-wrapp ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  top: 11px;
  left: 5px;
}
.purpose-wrapp ul li span {
  padding-left: 20px;
  font-weight: 700;
  font-size: clamp(16px, 3.9vw, 24px);
  margin-bottom: 15px;
  display: block;
}

.purpose-desc .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.purpose-svg {
  -webkit-animation: transY 10s linear infinite;
          animation: transY 10s linear infinite;
}

.team-img {
  border-radius: 20px;
  background: #171D2B;
  font-size: 0;
}
.team-img img {
  max-height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-name {
  margin-top: 20px;
  font-weight: 700;
}

.team-prof {
  margin-top: 10px;
  margin-bottom: 25px;
}

.team-item {
  margin-bottom: 30px;
}

.contact-us .banner-form {
  padding: 50px 100px;
  border-radius: 50px;
  background: linear-gradient(128deg, rgba(33, 53, 85, 0.502) 0%, rgb(62, 88, 121) 100%);
  color: #fff;
}
.contact-us .row {
  margin-bottom: 20px;
}
.contact-us .row:last-child {
  margin-bottom: 0;
}
.contact-us .row textarea {
  resize: none;
}
.contact-us .row input, .contact-us .row textarea {
  background: #fff;
  color: #000 !important;
}
.contact-us .row input::-webkit-input-placeholder, .contact-us .row textarea::-webkit-input-placeholder {
  color: #333;
}
.contact-us .row input::-moz-placeholder, .contact-us .row textarea::-moz-placeholder {
  color: #333;
}
.contact-us .row input:-ms-input-placeholder, .contact-us .row textarea:-ms-input-placeholder {
  color: #333;
}
.contact-us .row input::-ms-input-placeholder, .contact-us .row textarea::-ms-input-placeholder {
  color: #333;
}
.contact-us .row input::placeholder, .contact-us .row textarea::placeholder {
  color: #333;
}
.contact-us .btn {
  outline: none;
  border: none;
  width: 100%;
  font-family: "Poppins", sans-serif;
}

.simple-page ul li {
  position: relative;
  padding-left: 20px;
}
.simple-page ul li:last-child {
  margin-bottom: 20px;
}
.simple-page ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  top: 9px;
  left: 5px;
}

.simple-page table{
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
  border: 1px solid #fff;
  border-collapse: collapse;
}

.simple-page table td{
  padding: 10px;
}

.simple-page table th{
  padding: 10px;

}

.simple-page h2{
  margin-bottom: 10px;
}
.simple-page h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.simple-page p b {
  margin-top: 40px;
  display: block;
}
.simple-page a {
  text-decoration: underline;
}
.simple-page a:hover {
  color: #D8C4B6;
}

.privacy-detail .h2 {
  text-align: left;
  text-transform: none;
}

.terms-menu-wrapp {
  padding: 40px 50px;
  border-radius: 30px;
  background: linear-gradient(128deg, rgba(33, 53, 85, 0.502) 0%, rgb(62, 88, 121) 100%);
  /* background: linear-gradient(128deg, rgba(168, 58, 58, 0.5) 0%, rgb(58, 3, 3) 100%); */
  color: #fff;
}
.terms-menu-wrapp ol {
  counter-reset: my-awesome-counter;
}
.terms-menu-wrapp ol li {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  counter-increment: my-awesome-counter;
}
.terms-menu-wrapp ol li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  content: counter(my-awesome-counter) ". ";
  font-size: clamp(14px, 3vw, 24px);
}
.terms-menu-wrapp ol li:last-child {
  margin-bottom: 0;
}
.terms-menu-wrapp ol li a {
  font-size: clamp(14px, 3vw, 24px);
}
.terms-menu-wrapp ol li a:hover {
  color: #213555;
}

@-webkit-keyframes transY {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes transY {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dashItem {
  from {
    stroke-dashoffset: 250;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dashItem {
  from {
    stroke-dashoffset: 250;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.testimonail-title-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 20px;
}
.testimonail-author{
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
}

.testimonail-price{
  font-size: 14px;
  font-weight: 400;
}

.testimonail-price span{
  margin-left: 20px;
  font-size: clamp(18px, 3vw, 20px);
}

.testimonail-video{
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.testimonail-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonail-video .video-wrapper, .testimonail-video .video-wrapper img, .testimonails .testimonail-video {
  border-radius: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  
}

.testimonails .swiper-entry{
  z-index: 7;
}

.testimonail-video .video-wrapper img{
  width: 100%;
}

.testimonail-video .video-wrapper:before{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}


.testimonail-desc{
  background: #213555;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}


.testimonail-video .video-btn svg{
  width: 80px;
  height: 80px;
}
.testimonail-video .video-wrapper .btn-wrapp{
  padding: 10px;
}

.testimonail-video .video-wrapper, .testimonail-video .video-wrapper img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.testimonail-video, .testimonail-video .video-wrapper, .testimonail-video .video-wrapper img{
  height: 260px;
}

.testimonail-saldo{
  font-size: clamp(14px, 3vw, 16px);
}
.testimonail-saldo span{
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  margin-left: 5px;
}
.testimonail-author{
  font-weight: 500;
  font-size: clamp(16px, 3vw, 20px);
}
.saldo-price{
  font-weight: 600;
  font-size: clamp(24px, 3vw, 32px);
}</pre></body></html>