.vbox-overlay {
  --vbox-tools-color:#fff;
  --vbox-title-background:#101010;
  --vbox-title-width:"auto";
  --vbox-title-radius:0;
  --vbox-share-background:#101010;
  --vbox-share-width:"auto";
  --vbox-share-radius:0;
  --vbox-padding:0;
  --vbox-max-width:100%;
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  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;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0;
}

.vbox-content {
  opacity: 0;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 4%;
  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;
  min-height: 100%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-child {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: var(--vbox-max-width);
  text-align: left;
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  display: block;
}

.vbox-fit .vbox-child img, .vbox-fit .vbox-child.venoratio {
  max-height: calc(100vh - 60px);
}

.vbox-inline, .venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio:100%;
  max-width: min(var(--vbox-max-width), 100vh - 60px);
}

.venoratio-4x3.vbox-child.venoratio {
  --vb-aspect-ratio:calc(3 / 4 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 4 / 3);
}

.venoratio-16x9.vbox-child.venoratio {
  --vb-aspect-ratio:calc(9 / 16 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 16 / 9);
}

.venoratio-21x9.vbox-child.venoratio {
  --vb-aspect-ratio:calc(9 / 21 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 21 / 9);
}

.venoratio-full {
  --vb-aspect-ratio:calc(100vh - 60px);
}

.vbox-grab .vbox-child img {
  cursor: -webkit-grab;
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-preloader {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(-1px);
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  -webkit-animation: sk-plane 1.2s infinite ease-in-out;
          animation: sk-plane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-plane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
            transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-plane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
            transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  -webkit-animation: sk-chase 2.5s infinite linear both;
          animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
          animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
          animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot {
  100%, 80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%, 80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  45%, 55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  45%, 55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  -webkit-animation: sk-wave 1.2s infinite ease-in-out;
          animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes sk-wave {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes sk-wave {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@-webkit-keyframes sk-pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  -webkit-animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
          animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes sk-flow {
  0%, 100%, 80% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-flow {
  0%, 100%, 80% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  -webkit-animation: sk-swing 1.8s infinite linear;
          animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-swing-dot 2s infinite ease-in-out;
          animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-swing {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-swing {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-swing-dot {
  0%, 100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-circle 1.2s infinite ease-in-out both;
          animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circle {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-circle-fade 1.2s infinite ease-in-out both;
          animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  -webkit-animation: sk-grid 1.3s infinite ease-in-out;
          animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes sk-grid {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-grid {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  -webkit-animation: sk-fold 2.4s infinite linear both;
          animation: sk-fold 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  -webkit-transform: scale(1.1) rotateZ(90deg);
      -ms-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  -webkit-transform: scale(1.1) rotateZ(180deg);
      -ms-transform: scale(1.1) rotate(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  -webkit-transform: scale(1.1) rotateZ(270deg);
      -ms-transform: scale(1.1) rotate(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-fold {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
            transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-fold {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
            transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  -webkit-animation: sk-wander 2s ease-in-out -2s infinite both;
          animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-wander {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
            transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
            transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
            transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
            transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes sk-wander {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
            transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
            transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
            transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
            transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* RESET STYLES START  */
ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:focus,
input:focus {
  outline: none;
}

button {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

input,
textarea {
  outline: none;
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

a,
input,
button,
select,
textarea {
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 0;
}

svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

[hidden] {
  display: none !important;
}

/* RESET STYLES END  */
:root {
  /* Color */
  --primary-main: #2081E9;
  --primary-hover: #0055B1;
  --secondary-main: #FC7200;
  --secondary-hover: #FF881C;
  --text-primary: #011D32;
  --text-secondary: rgba(64,62,62,0.50196);
  --text-white: #FFFFFF;
  --bg-primary: #1D2A3D;
  --bg-secondary: #8E959E;
  --bg-white: #FFFFFF;
  --bg-light: #EFF0F1;
  --bg-color: #EFF3EE;
  --bg-dark: #0A0D14;
  --ff-primary: "Montserrat", sans-serif;
  --ff-secondary: "Montserrat Ace", sans-serif;
  --danger-default: #F22A2A;
  /*****/
  --window: 1920;
  --padding: 200px;
  /*****/
}
@media (max-width: 1920px) {
  :root {
    --padding: calc((100vw - (1920px - (200px * 2))) / 2);
  }
}
@media (max-width: 1630px) {
  :root {
    --padding: 40px;
  }
}
@media (max-width: 1360px) {
  :root {
    --padding: 24px;
  }
}
@media (max-width: 1024px) {
  :root {
    --padding: 16px;
    --window: 1024;
  }
}
@media (max-width: 600px) {
  :root {
    --window: 700;
  }
}

/* montserrat_ace */
@font-face {
  font-family: "Montserrat Ace";
  src: url("../fonts/montserrat_ace/Montserrat-Ace-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Ace";
  src: url("../fonts/montserrat_ace/Montserrat-Ace-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Ace";
  src: url("../fonts/montserrat_ace/Montserrat-Ace-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Ace";
  src: url("../fonts/montserrat_ace/Montserrat-Ace-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Ace";
  src: url("../fonts/montserrat_ace/Montserrat-Ace-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* montserrat */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1024px) {
  .el-anim-left {
    opacity: 0;
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
    -webkit-transition-duration: transform 0.5s;
            transition-duration: transform 0.5s;
  }
  .el-anim-right {
    opacity: 0;
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
    -webkit-transition-duration: transform 0.5s;
            transition-duration: transform 0.5s;
  }
  .el-anim-left.el-show,
  .el-anim-right.el-show {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .el-anim {
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 2s;
    transition: opacity 1s, -webkit-transform 2s;
    transition: transform 2s, opacity 1s;
    transition: transform 2s, opacity 1s, -webkit-transform 2s;
  }
  .el-anim.el-show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .el-anim-opacity {
    opacity: 0;
    -webkit-transition: all 2s;
    transition: all 2s;
  }
  .el-anim-opacity.el-show {
    opacity: 1;
    -webkit-transition: all 2s;
    transition: all 2s;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse-shadow {
  0% {
    -webkit-box-shadow: 0 0 11px 6px rgba(0, 136, 220, 0.7058823529);
            box-shadow: 0 0 11px 6px rgba(0, 136, 220, 0.7058823529);
  }
  50% {
    -webkit-box-shadow: 0 0 12px 3px rgba(0, 136, 220, 0.7058823529);
            box-shadow: 0 0 12px 3px rgba(0, 136, 220, 0.7058823529);
  }
  100% {
    -webkit-box-shadow: 0 0 11px 6px rgba(0, 136, 220, 0.7058823529);
            box-shadow: 0 0 11px 6px rgba(0, 136, 220, 0.7058823529);
  }
}
@keyframes pulse-shadow {
  0% {
    -webkit-box-shadow: 0 0 11px 6px rgba(0, 136, 220, 0.7058823529);
            box-shadow: 0 0 11px 6px rgba(0, 136, 220, 0.7058823529);
  }
  50% {
    -webkit-box-shadow: 0 0 12px 3px rgba(0, 136, 220, 0.7058823529);
            box-shadow: 0 0 12px 3px rgba(0, 136, 220, 0.7058823529);
  }
  100% {
    -webkit-box-shadow: 0 0 11px 6px rgba(0, 136, 220, 0.7058823529);
            box-shadow: 0 0 11px 6px rgba(0, 136, 220, 0.7058823529);
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-family: var(--ff-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #011D32;
  color: var(--text-primary);
  margin: 0 auto;
}
.scroll-lock,
.scroll-lock body {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

main {
  min-height: 80vh;
}
button,
label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 24px;
  stroke: inherit;
  max-width: 100%;
  max-height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 200px;
  padding-left: var(--padding);
  padding-right: 200px;
  padding-right: var(--padding);
}

.lazy:not(.loaded) {
  -webkit-filter: blur(0.4rem);
          filter: blur(0.4rem);
}

.page {
  min-height: 50vh;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  height: auto;
}

h1,
.h1 {
  font-weight: 500;
  font-size: 100px;
  line-height: 1;
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}

h2,
.h2 {
  font-family: "Montserrat Ace", sans-serif;
  font-family: var(--ff-secondary);
  font-weight: 600;
  font-size: 60px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 21px;
  }
}

h4,
.h4 {
  font-family: "Montserrat Ace", sans-serif;
  font-family: var(--ff-secondary);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.25;
}
@media (max-width: 1360px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-family: "Montserrat", sans-serif;
  font-family: var(--ff-primary);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .mb-150 {
    margin-bottom: 60px;
  }
}
.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}
.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
.mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}
.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}

.mt-220 {
  margin-top: 220px;
}
@media (max-width: 1024px) {
  .mt-220 {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .mt-220 {
    margin-top: 60px;
  }
}

.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .fs-18 {
    font-weight: 400;
    font-size: 16px;
  }
}

.text {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .text {
    font-size: 14px;
  }
}

.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

/* accordion start */
[data-acc-panel] {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

/* accordion end */
.button,
.button-default,
.button-secondary,
.button-primary,
.button-dark,
.button-red,
.button-opacity,
.button-primary-dark,
.button-secondary-light {
  padding: 11px 24px;
  border-radius: 50px;
  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;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Montserrat Ace", sans-serif;
  font-family: var(--ff-secondary);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.button-default {
  color: #2081E9;
  color: var(--primary-main);
  background-color: #fff;
}
@media (min-width: 1024px) {
  .button-default:hover {
    color: #0055B1;
    color: var(--primary-hover);
  }
}

.button-primary {
  color: #fff;
  background-color: #2081E9;
  background-color: var(--primary-main);
}
@media (min-width: 1024px) {
  .button-primary:hover {
    background-color: #0055B1;
    background-color: var(--primary-hover);
  }
}

.button-secondary {
  color: #FC7200;
  color: var(--secondary-main);
  background-color: #fff;
}
@media (min-width: 1024px) {
  .button-secondary:hover {
    color: #FF881C;
    color: var(--secondary-hover);
  }
}

.button-opacity {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1490196078);
}
@media (min-width: 1024px) {
  .button-opacity:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
}

.button-sm {
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .button,
  .button-default,
  .button-secondary,
  .button-primary,
  .button-dark,
  .button-red,
  .button-opacity,
  .button-primary-dark,
  .button-secondary-light {
    font-size: 16px;
    padding: 9px 20px;
  }
  .button-sm {
    font-size: 14px;
  }
}
/* custom select start */
.custom-select {
  width: 100%;
  max-width: 280px;
  min-width: 120px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
}
.custom-select input {
  display: none;
}

.custom-select__value {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.6;
}

.custom-select__btn {
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 50px;
  padding: 13px 20px;
  cursor: pointer;
  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;
  gap: 10px;
  width: 100%;
  opacity: 0.5;
}

.custom-select__btn._selected {
  opacity: 1;
}

.custom-select__btn .custom-select__arrow {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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.2s;
  transition: all 0.2s;
}
.custom-select__btn .custom-select__arrow svg {
  width: 100%;
  height: 100%;
}

.custom-select._show .custom-select__btn .custom-select__arrow {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.custom-select__options {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1019607843), 0px 9px 28px 8px rgba(0, 0, 0, 0.0509803922), 0px 6px 16px 0px rgba(0, 0, 0, 0.0784313725), 0px 3px 6px -4px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1019607843), 0px 9px 28px 8px rgba(0, 0, 0, 0.0509803922), 0px 6px 16px 0px rgba(0, 0, 0, 0.0784313725), 0px 3px 6px -4px rgba(0, 0, 0, 0.1215686275);
  padding: 24px 16px;
  margin-top: 10px;
  border-radius: 12px;
}

.custom-select__options-wrap {
  max-height: 300px;
  min-height: 100px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.custom-select__options-wrap::-webkit-scrollbar {
  width: 4px;
}
.custom-select__options-wrap::-webkit-scrollbar-thumb {
  background-color: #FC7200;
  background-color: var(--secondary-main);
  width: 4px;
  height: 4px;
  border-radius: 10px;
}

.custom-select._show .custom-select__options {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-select__option {
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
}

.custom-select__option input:checked ~ span,
.custom-select__option input:checked ~ a {
  color: #2081E9;
  color: var(--primary-main);
}

.custom-select__option.hidden {
  display: none;
}

.custom-select__option.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .custom-select {
    max-width: 100%;
  }
  .custom-select__options {
    right: auto;
    width: 100%;
  }
  .custom-select__value {
    font-size: 14px;
    font-weight: 600;
  }
  .custom-select__option {
    font-size: 14px;
  }
  .custom-select__btn {
    padding: 8px 16px;
    gap: 8px;
  }
  .custom-select__btn .custom-select__arrow {
    width: 12px;
    height: 12px;
  }
}
/* custom select end */
/* HEADER START */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 18px 0;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__logo {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1490196078);
  border-radius: 50px;
  padding: 6px 8px;
}
.header__nav ul li a {
  border-radius: 50px;
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__nav ul li a._active {
  background-color: #fff;
  color: #2081E9;
  color: var(--primary-main);
}
.header__nav ul li a:not(._active):hover {
  color: #011D32;
  color: var(--text-primary);
}

.burger-menu {
  display: none;
}

@media (max-width: 1360px) {
  .header__logo {
    height: 32px;
  }
  .header__logo img {
    height: 100%;
  }
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .header__logo {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1220px) {
  .header__nav ul li a {
    font-size: 16px;
    padding: 8px 12px;
  }
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
  .burger-menu {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .burger-menu._active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .burger-menu._active span:nth-child(2) {
    opacity: 0;
  }
  .burger-menu._active span:nth-child(3) {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
        -ms-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  .burger-menu span {
    position: absolute;
    left: 5px;
    right: 5px;
    height: 2px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .burger-menu span:nth-child(1) {
    top: 8px;
  }
  .burger-menu span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .burger-menu span:nth-child(3) {
    bottom: 8px;
  }
}
/* HEADER END */
/* MENU START */
.menu-wrap {
  display: none;
}

@media (max-width: 1024px) {
  .menu-wrap {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: 0.3s 0s;
    transition: 0.3s 0s;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .menu-wrap._active {
    grid-template-rows: 1fr;
  }
  .menu-hide {
    min-height: 0;
  }
  .menu-inner {
    background-color: #fff;
    padding: 16px 16px 24px;
    border-radius: 0 0 24px 24px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .menu-top {
    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;
  }
  .menu-close {
    width: 32px;
    height: 32px;
    color: #2081E9;
    color: var(--primary-main);
    stroke-width: 2px;
    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;
  }
  .menu-close svg {
    width: 100%;
    height: 100%;
  }
  .menu-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 32px;
  }
  .menu-nav-btn {
    width: 100%;
    font-family: "Montserrat Ace", sans-serif;
    font-family: var(--ff-secondary);
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #2081E9;
    color: var(--primary-main);
    text-align: center;
  }
}
/* MENU END */
/* FOOTER START */
.footer {
  position: relative;
  z-index: 1;
  color: #fff;
}
.footer__polite {
  max-width: 660px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.footer__pay-cards {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.footer__pay-card {
  height: 20px;
}

.footer-top {
  margin-bottom: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-left,
.footer-right {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-left__wrap,
.footer-right__wrap {
  background-color: #2081E9;
  background-color: var(--primary-main);
}
.footer-left__decor,
.footer-right__decor {
  height: auto;
  width: 148px;
  fill: #2081E9;
  fill: var(--primary-main);
}

.footer-left__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 50px 50px 0 200px;
  padding: 50px 50px 0 var(--padding);
}
.footer-left__decor {
  -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
          transform: translateX(-2px);
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-info__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 28px;
  color: #fff;
}
.footer-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer-info__icon {
  width: 20px;
  height: 20px;
}
.footer-info__phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}

.footer-time {
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.footer-right__wrap {
  padding: 50px 200px 0 50px;
  padding: 50px var(--padding) 0 50px;
}
.footer-right__decor {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}

.footer-social p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.footer-social__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.footer-social__icon {
  width: 44px;
  height: 44px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1490196078);
  border-radius: 50%;
}
.footer-social__icon:hover {
  background-color: rgba(255, 255, 255, 0.2666666667);
}

.footer-bottom {
  background-color: #2081E9;
  background-color: var(--primary-main);
  padding-top: 60px;
  padding-bottom: 28px;
}
.footer-bottom__container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
}
.footer-bottom a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.footer-bottom a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer-pay {
  background-color: #2081E9;
  background-color: var(--primary-main);
  padding-bottom: 38px;
}
.footer-pay .footer-bottom__container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer-link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-develop {
  margin-left: auto;
}

.footer-decors {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 46.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-decors__el {
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  position: relative;
}
.footer-decors__el._present-1 {
  top: -1.0416666667vw;
  left: -1.0416666667vw;
}
.footer-decors__el._present-2 {
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
  top: 20px;
}
.footer-decors__el._present-3 {
  top: 0.5208333333vw;
  right: 0.5208333333vw;
}

.footer-brows {
  display: none;
}

@media (max-width: 1360px) {
  .footer-left__wrap {
    padding: 20px 20px 0 200px;
    padding: 20px 20px 0 var(--padding);
  }
  .footer-right__wrap {
    padding: 20px 200px 0 20px;
    padding: 20px var(--padding) 0 20px;
  }
  .footer-left__decor,
  .footer-right__decor {
    width: 130px;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 15.625vw;
  }
  .footer-brows {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 20.5078125vw;
    z-index: 0;
    fill: #2081E9;
    fill: var(--primary-main);
  }
  .footer-top {
    background-color: #2081E9;
    background-color: var(--primary-main);
    border-radius: 0;
    padding: 32px;
  }
  .footer-left__wrap,
  .footer-right__wrap {
    padding: 0;
  }
  .footer-left__decor,
  .footer-right__decor {
    display: none;
  }
  .footer-pay .footer-bottom__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    padding: 32px 0 0;
  }
  .footer-left__wrap {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-left {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 200px;
    padding: 0 var(--padding);
  }
  .footer-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer-info__text {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .footer-time p {
    text-align: center;
    font-weight: 400;
  }
  .footer-social p {
    font-size: 18px;
    text-align: center;
  }
  .footer-bottom {
    padding-top: 32px;
  }
  .footer-bottom__container,
  .footer-link-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-link-group, .footer-develop {
    margin: 0;
    text-align: center;
  }
  .footer-develop {
    margin-top: 30px;
  }
  .footer-social__icon {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 460px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-top {
    padding-bottom: 20px;
  }
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-pay {
    padding-top: 20px;
  }
  .footer-decors__el {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    -webkit-transform: scale(1.9);
        -ms-transform: scale(1.9);
            transform: scale(1.9);
    position: relative;
  }
  .footer-decors__el._present-1 {
    top: 20px;
    left: 0;
  }
  .footer-decors__el._present-2 {
    -webkit-transform: scale(2.1);
        -ms-transform: scale(2.1);
            transform: scale(2.1);
    top: 30px;
  }
  .footer-decors__el._present-3 {
    top: 20px;
    right: 10px;
  }
  .footer-top p {
    text-align: left;
    font-weight: 300;
  }
  .footer-info__wrap {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-right__wrap {
    width: 100%;
    padding: 0 200px;
    padding: 0 var(--padding);
  }
  .footer-social p {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
  }
  .footer-social__wrap {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* FOOTER END */
.swiper-button-lock {
  display: none !important;
}

@media (min-width: 1024px) {
  .parallax {
    background-attachment: fixed;
  }
}

.icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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;
}

/* DROPDOWN START */
[data-dropdown] {
  position: relative;
}

[data-dropdown]._open [data-dropdown-content] {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  z-index: 4;
}

[data-dropdown-trigger] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

[data-dropdown-content] {
  position: absolute;
  top: 100%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(10px) scale(0.5);
      -ms-transform: translateY(10px) scale(0.5);
          transform: translateY(10px) scale(0.5);
}

.dropdown-close {
  display: none;
}

@media (max-width: 768px) {
  .dropdown-close {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 1;
  }
  .dropdown-close svg {
    width: 100%;
    height: 100%;
  }
}
/* DROPDOWN END */
/* TABS START */
[data-tab-content]:not(._active) {
  display: none;
}

[data-tab-content]._active {
  -webkit-animation: slideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: slideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* TABS END */
/*  CUSTOM CHECKBOX START  */
.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.custom-checkbox._disabled {
  opacity: 0.4;
  pointer-events: none;
}
input:checked ~ .custom-checkbox__box {
  background-color: #2081E9;
  background-color: var(--primary-main);
  border-color: #2081E9;
  border-color: var(--primary-main);
}
input:checked ~ .custom-checkbox__box:hover {
  border-color: #0055B1;
  border-color: var(--primary-hover);
  background-color: #0055B1;
  background-color: var(--primary-hover);
}
input:checked ~ .custom-checkbox__box svg {
  opacity: 1;
}
input._error:not(:checked) ~ .custom-checkbox__box {
  border-color: #F22A2A;
  border-color: var(--danger-default);
}
input:disabled ~ .custom-checkbox__box {
  opacity: 0.4;
  pointer-events: none;
}
.custom-checkbox__box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #A3A3A3;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
}
.custom-checkbox__box:hover {
  border-color: #0055B1;
  border-color: var(--primary-hover);
}
.custom-checkbox__box svg {
  color: #fff;
  width: 16px;
  height: 16px;
  opacity: 0;
  stroke-width: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-checkbox__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}
.custom-checkbox__text a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.custom-checkbox__text a:hover {
  color: #0055B1;
  color: var(--primary-hover);
}

/*  CUSTOM CHECKBOX END  */
/* COOKIES START */
.cookie {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  width: 328px;
}
.cookie__inner {
  background-color: #F5F5F7;
  border-radius: 24px;
  padding: 16px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cookie__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #4E6170;
}
.cookie__text a {
  color: #2081E9;
  color: var(--primary-main);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.cookie__options {
  margin-top: 20px;
  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;
  gap: 16px;
}
@media (max-width: 460px) {
  .cookie {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

/* COOKIES END */
/***** TEXT START ******/
.bx-text {
  font-size: 16px;
  color: #011D32;
  color: var(--text-primary);
}
.bx-text h1,
.bx-text h2,
.bx-text h3,
.bx-text h4,
.bx-text h5,
.bx-text h6 {
  margin-bottom: 8px;
}
.bx-text p,
.bx-text div {
  font-size: 16px;
  line-height: 1.4;
}
.bx-text p a,
.bx-text div a {
  font-weight: inherit;
}
@media (max-width: 768px) {
  .bx-text p,
  .bx-text div {
    font-size: 14px;
  }
}
.bx-text a {
  color: #2081E9;
  color: var(--primary-main);
  font-weight: 400;
  line-height: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: inherit;
}
.bx-text a:hover {
  color: #0055B1;
  color: var(--primary-hover);
}
.bx-text i,
.bx-text em {
  font-weight: 400;
  font-style: italic;
  font-weight: 400;
}
.bx-text u {
  font-weight: 400;
  text-underline-offset: 4px;
}
.bx-text del {
  font-weight: 400;
}
.bx-text strong,
.bx-text b {
  font-size: inherit;
  font-weight: 600;
}
.bx-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  font-size: 16px;
}
.bx-text ul li {
  padding-left: 32px;
  position: relative;
}
.bx-text ul li::before {
  background-color: #011D32;
  background-color: var(--text-primary);
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50%;
  left: 6px;
  position: absolute;
  top: 8px;
}
.bx-text ol {
  counter-reset: my-numbers;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  gap: 18px;
  list-style-type: none;
}
.bx-text ol li {
  padding-left: 20px;
  position: relative;
}
.bx-text ol li::before {
  font-weight: 300;
  color: var(--text-tertiary);
  content: counter(my-numbers) ". ";
  counter-increment: my-numbers;
  left: 0;
  position: absolute;
  top: 0;
}
.bx-text img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bx-text > img {
  margin: 16px 0;
}
.bx-text iframe {
  height: 600px !important;
  width: 100% !important;
  border: none !important;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

.bx-table-wrap {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.bx-table-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.bx-table-wrap::-webkit-scrollbar-thumb {
  background-color: #2081E9;
  background-color: var(--primary-main);
  width: 6px;
  height: 6px;
  border-radius: 10px;
}

table.bx-table {
  width: 100%;
  background-color: #fff;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.bx-table tr:first-child td {
  font-weight: 500;
  line-height: 1.5;
  padding: 16px;
  text-align: left;
}
table.bx-table tr:first-child td p:not([class]) {
  font-weight: 600;
  line-height: 1.6;
  font-size: 18px;
  display: inline;
}
table.bx-table tr:first-child {
  background: rgba(129, 184, 59, 0.5019607843);
  border-top: none;
}
table.bx-table tr:nth-child(2) {
  border-top: none;
}
table.bx-table tr {
  border-top: 1px solid rgba(129, 184, 59, 0.5019607843);
}
table.bx-table td {
  padding: 16px;
  font-weight: 400;
}
table.bx-table td p:not([class]) {
  font-weight: 400;
  font-size: 16px;
  display: inline;
}

@media (max-width: 600px) {
  .bx-text {
    font-size: 16px;
  }
  .bx-text iframe {
    height: 300px !important;
  }
}
/***** TEXT END ******/
/* MODAL START */
.vbox-overlay {
  z-index: 100;
}

.vbox-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vbox-inline {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: contents;
}

.vbox-close {
  display: none;
}

.v-modal {
  width: 100%;
  max-width: 630px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 87px 40px 40px;
  position: relative;
}
.v-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.v-modal__close:hover svg {
  color: var(--stroke-primary);
}
.v-modal__close svg {
  width: 100%;
  height: 100%;
  color: #8E959E;
  stroke-width: 1px;
}
.v-modal__title {
  margin-bottom: 32px;
  padding-right: 40px;
}
.v-modal__content {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .v-modal {
    padding: 24px 16px;
  }
  .v-modal__close {
    right: 16px;
    top: 16px;
  }
  .v-modal-response {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 80px;
  }
  .v-modal__content {
    max-width: 100%;
  }
}
/*  MODAL END */

/*# sourceMappingURL=global.css.map */