@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Days+One&display=swap");
@layer base {
  .box-row,
  .box-col,
  a.orangeButton,
  a.whiteButton,
  .top-section__video-btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-row,
  a.orangeButton,
  a.whiteButton,
  .top-section__video-btn-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .box-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .layout-header__content {
    padding-top: 34px;
  }
  @media screen and (max-width: 1388px) {
    .layout-header__content {
      padding-top: 14px;
    }
  }
  @media screen and (max-width: 767px) {
    .layout-header__content {
      padding-top: 21px;
    }
  }

  .space-center,
  .layout-header__actions a,
  .modal-nav__order {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .space-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .space-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-center,
  a.orangeButton,
  a.whiteButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .self-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-middle,
  .top-section__video-btn-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .flex-full {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .relative {
    position: relative;
  }
  .full-height {
    height: 100%;
  }
  .full-width {
    width: 100%;
  }
  .wrapper-absolute,
  .about-section__item:after,
  .for-industries__item:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .text-center {
    text-align: center;
  }
  .layout-body:not(.order) section {
    opacity: 0;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
  }
  .layout-body:not(.order) section.animated {
    opacity: 1;
    -webkit-animation: verticalAnimation 1s;
    animation: verticalAnimation 1s;
  }
  .orangeButton {
    background-color: #ee814e;
    height: 60px;
    border-radius: 5px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 16px;
    padding: 0 20px;
    border: none;
    cursor: pointer;
  }
  body:not(.isTouch) .orangeButton:hover {
    background-color: #eeae4e;
  }
  @media screen and (max-width: 1388px) {
    .orangeButton {
      height: 30px;
      font-size: 10px;
      padding: 0 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .orangeButton {
      height: 60px;
      font-size: 16px;
      padding: 0 20px;
    }
  }
  a.orangeButton:hover {
    text-decoration: none;
  }
  .whiteButton {
    background-color: #fff;
    height: 60px;
    border-radius: 5px;
    color: #ee814e;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 16px;
    padding: 0 20px;
    border: 1px solid #ee814e;
    cursor: pointer;
  }
  body:not(.isTouch) .whiteButton:hover {
    background-color: #ee814e;
    color: #fff;
  }
  @media screen and (max-width: 1388px) {
    .whiteButton {
      height: 30px;
      font-size: 10px;
      padding: 0 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .whiteButton {
      height: 60px;
      font-size: 16px;
      padding: 0 20px;
    }
  }
  a.whiteButton:hover {
    text-decoration: none;
  }
  .sectionLabel {
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 0.1em;
    color: #a9bac8;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  section.animated .sectionLabel {
    -webkit-animation: horizontalAnimation 1s;
    animation: horizontalAnimation 1s;
    opacity: 1;
  }
  @media screen and (max-width: 1388px) {
    .sectionLabel {
      font-size: 12px;
      line-height: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .sectionLabel {
      font-size: 20px;
      line-height: 20px;
    }
  }
  .sectionTitle {
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 50px;
    line-height: 70px;
  }
  .layout-body:not(.order) .sectionTitle {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .layout-body:not(.order) section.animated .sectionTitle {
    -webkit-animation: verticalAnimation 1s;
    animation: verticalAnimation 1s;
    opacity: 1;
  }
  @media screen and (max-width: 1388px) {
    .sectionTitle {
      font-size: 24px;
      line-height: 29px;
    }
  }
  @media screen and (max-width: 767px) {
    .sectionTitle {
      font-size: 30px;
      line-height: 40px;
    }
  }
  .inputText {
    width: 100%;
    height: 50px;
    background: rgba(249, 250, 255, 0.8);
    border: 1px solid #f8f3f3;
    border-radius: 5px;
    padding: 0 15px;
    font-weight: 300;
  }
  .inputText.error {
    border-color: #ff7575;
    background-color: #ffdfe0;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .inputText {
      height: 30px;
      padding: 0 10px;
      border-radius: 2px;
      font-size: 12px;
    }
  }
  .inputText::-webkit-input-placeholder {
    color: #838383;
    opacity: 1;
  }
  .inputText:-moz-placeholder {
    color: #838383;
    opacity: 1;
  }
  .inputText::-moz-placeholder {
    color: #838383;
    opacity: 1;
  }
  .inputText:-ms-input-placeholder {
    color: #838383;
    opacity: 1;
  }
  .inputText:focus::-webkit-input-placeholder {
    opacity: 0;
  }
  .inputText:focus:-moz-placeholder {
    opacity: 0;
  }
  .inputText:focus::-moz-placeholder {
    opacity: 0;
  }
  .inputText:focus:-ms-input-placeholder {
    opacity: 0;
  }
  .inputTextarea {
    width: 100%;
    height: 100px;
    background: rgba(249, 250, 255, 0.8);
    border: 1px solid #f8f3f3;
    border-radius: 5px;
    padding: 12px 15px;
    font-weight: 300;
    resize: none;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .inputTextarea {
      height: 48px;
      border-radius: 2px;
      font-size: 12px;
      padding: 7px 10px;
    }
  }
  .inputTextarea::-webkit-input-placeholder {
    color: #838383;
    opacity: 1;
  }
  .inputTextarea:-moz-placeholder {
    color: #838383;
    opacity: 1;
  }
  .inputTextarea::-moz-placeholder {
    color: #838383;
    opacity: 1;
  }
  .inputTextarea:-ms-input-placeholder {
    color: #838383;
    opacity: 1;
  }
  .inputTextarea:focus::-webkit-input-placeholder {
    opacity: 0;
  }
  .inputTextarea:focus:-moz-placeholder {
    opacity: 0;
  }
  .inputTextarea:focus::-moz-placeholder {
    opacity: 0;
  }
  .inputTextarea:focus:-ms-input-placeholder {
    opacity: 0;
  }
  @-webkit-keyframes widthBorder {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes widthBorder {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @-webkit-keyframes circleBorderProgress {
    0% {
      stroke-dashoffset: 220;
    }
    1% {
      stroke-dashoffset: 217.8;
    }
    2% {
      stroke-dashoffset: 215.6;
    }
    3% {
      stroke-dashoffset: 213.4;
    }
    4% {
      stroke-dashoffset: 211.2;
    }
    5% {
      stroke-dashoffset: 209;
    }
    6% {
      stroke-dashoffset: 206.8;
    }
    7% {
      stroke-dashoffset: 204.6;
    }
    8% {
      stroke-dashoffset: 202.4;
    }
    9% {
      stroke-dashoffset: 200.2;
    }
    10% {
      stroke-dashoffset: 198;
    }
    11% {
      stroke-dashoffset: 195.8;
    }
    12% {
      stroke-dashoffset: 193.6;
    }
    13% {
      stroke-dashoffset: 191.4;
    }
    14% {
      stroke-dashoffset: 189.2;
    }
    15% {
      stroke-dashoffset: 187;
    }
    16% {
      stroke-dashoffset: 184.8;
    }
    17% {
      stroke-dashoffset: 182.6;
    }
    18% {
      stroke-dashoffset: 180.4;
    }
    19% {
      stroke-dashoffset: 178.2;
    }
    20% {
      stroke-dashoffset: 176;
    }
    21% {
      stroke-dashoffset: 173.8;
    }
    22% {
      stroke-dashoffset: 171.6;
    }
    23% {
      stroke-dashoffset: 169.4;
    }
    24% {
      stroke-dashoffset: 167.2;
    }
    25% {
      stroke-dashoffset: 165;
    }
    26% {
      stroke-dashoffset: 162.8;
    }
    27% {
      stroke-dashoffset: 160.6;
    }
    28% {
      stroke-dashoffset: 158.4;
    }
    29% {
      stroke-dashoffset: 156.2;
    }
    30% {
      stroke-dashoffset: 154;
    }
    31% {
      stroke-dashoffset: 151.8;
    }
    32% {
      stroke-dashoffset: 149.6;
    }
    33% {
      stroke-dashoffset: 147.4;
    }
    34% {
      stroke-dashoffset: 145.2;
    }
    35% {
      stroke-dashoffset: 143;
    }
    36% {
      stroke-dashoffset: 140.8;
    }
    37% {
      stroke-dashoffset: 138.6;
    }
    38% {
      stroke-dashoffset: 136.4;
    }
    39% {
      stroke-dashoffset: 134.2;
    }
    40% {
      stroke-dashoffset: 132;
    }
    41% {
      stroke-dashoffset: 129.8;
    }
    42% {
      stroke-dashoffset: 127.6;
    }
    43% {
      stroke-dashoffset: 125.4;
    }
    44% {
      stroke-dashoffset: 123.2;
    }
    45% {
      stroke-dashoffset: 121;
    }
    46% {
      stroke-dashoffset: 118.8;
    }
    47% {
      stroke-dashoffset: 116.6;
    }
    48% {
      stroke-dashoffset: 114.4;
    }
    49% {
      stroke-dashoffset: 112.2;
    }
    50% {
      stroke-dashoffset: 110;
    }
    51% {
      stroke-dashoffset: 107.8;
    }
    52% {
      stroke-dashoffset: 105.6;
    }
    53% {
      stroke-dashoffset: 103.4;
    }
    54% {
      stroke-dashoffset: 101.2;
    }
    55% {
      stroke-dashoffset: 99;
    }
    56% {
      stroke-dashoffset: 96.8;
    }
    57% {
      stroke-dashoffset: 94.6;
    }
    58% {
      stroke-dashoffset: 92.4;
    }
    59% {
      stroke-dashoffset: 90.19999999999999;
    }
    60% {
      stroke-dashoffset: 88;
    }
    61% {
      stroke-dashoffset: 85.80000000000001;
    }
    62% {
      stroke-dashoffset: 83.6;
    }
    63% {
      stroke-dashoffset: 81.4;
    }
    64% {
      stroke-dashoffset: 79.19999999999999;
    }
    65% {
      stroke-dashoffset: 77;
    }
    66% {
      stroke-dashoffset: 74.80000000000001;
    }
    67% {
      stroke-dashoffset: 72.6;
    }
    68% {
      stroke-dashoffset: 70.4;
    }
    69% {
      stroke-dashoffset: 68.19999999999999;
    }
    70% {
      stroke-dashoffset: 66;
    }
    71% {
      stroke-dashoffset: 63.80000000000001;
    }
    72% {
      stroke-dashoffset: 61.599999999999994;
    }
    73% {
      stroke-dashoffset: 59.400000000000006;
    }
    74% {
      stroke-dashoffset: 57.19999999999999;
    }
    75% {
      stroke-dashoffset: 55;
    }
    76% {
      stroke-dashoffset: 52.80000000000001;
    }
    77% {
      stroke-dashoffset: 50.599999999999994;
    }
    78% {
      stroke-dashoffset: 48.400000000000006;
    }
    79% {
      stroke-dashoffset: 46.19999999999999;
    }
    80% {
      stroke-dashoffset: 44;
    }
    81% {
      stroke-dashoffset: 41.80000000000001;
    }
    82% {
      stroke-dashoffset: 39.599999999999994;
    }
    83% {
      stroke-dashoffset: 37.400000000000006;
    }
    84% {
      stroke-dashoffset: 35.19999999999999;
    }
    85% {
      stroke-dashoffset: 33;
    }
    86% {
      stroke-dashoffset: 30.80000000000001;
    }
    87% {
      stroke-dashoffset: 28.599999999999994;
    }
    88% {
      stroke-dashoffset: 26.400000000000006;
    }
    89% {
      stroke-dashoffset: 24.19999999999999;
    }
    90% {
      stroke-dashoffset: 22;
    }
    91% {
      stroke-dashoffset: 19.80000000000001;
    }
    92% {
      stroke-dashoffset: 17.599999999999994;
    }
    93% {
      stroke-dashoffset: 15.400000000000006;
    }
    94% {
      stroke-dashoffset: 13.199999999999989;
    }
    95% {
      stroke-dashoffset: 11;
    }
    96% {
      stroke-dashoffset: 8.800000000000011;
    }
    97% {
      stroke-dashoffset: 6.599999999999994;
    }
    98% {
      stroke-dashoffset: 4.400000000000006;
    }
    99% {
      stroke-dashoffset: 2.199999999999989;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes circleBorderProgress {
    0% {
      stroke-dashoffset: 220;
    }
    1% {
      stroke-dashoffset: 217.8;
    }
    2% {
      stroke-dashoffset: 215.6;
    }
    3% {
      stroke-dashoffset: 213.4;
    }
    4% {
      stroke-dashoffset: 211.2;
    }
    5% {
      stroke-dashoffset: 209;
    }
    6% {
      stroke-dashoffset: 206.8;
    }
    7% {
      stroke-dashoffset: 204.6;
    }
    8% {
      stroke-dashoffset: 202.4;
    }
    9% {
      stroke-dashoffset: 200.2;
    }
    10% {
      stroke-dashoffset: 198;
    }
    11% {
      stroke-dashoffset: 195.8;
    }
    12% {
      stroke-dashoffset: 193.6;
    }
    13% {
      stroke-dashoffset: 191.4;
    }
    14% {
      stroke-dashoffset: 189.2;
    }
    15% {
      stroke-dashoffset: 187;
    }
    16% {
      stroke-dashoffset: 184.8;
    }
    17% {
      stroke-dashoffset: 182.6;
    }
    18% {
      stroke-dashoffset: 180.4;
    }
    19% {
      stroke-dashoffset: 178.2;
    }
    20% {
      stroke-dashoffset: 176;
    }
    21% {
      stroke-dashoffset: 173.8;
    }
    22% {
      stroke-dashoffset: 171.6;
    }
    23% {
      stroke-dashoffset: 169.4;
    }
    24% {
      stroke-dashoffset: 167.2;
    }
    25% {
      stroke-dashoffset: 165;
    }
    26% {
      stroke-dashoffset: 162.8;
    }
    27% {
      stroke-dashoffset: 160.6;
    }
    28% {
      stroke-dashoffset: 158.4;
    }
    29% {
      stroke-dashoffset: 156.2;
    }
    30% {
      stroke-dashoffset: 154;
    }
    31% {
      stroke-dashoffset: 151.8;
    }
    32% {
      stroke-dashoffset: 149.6;
    }
    33% {
      stroke-dashoffset: 147.4;
    }
    34% {
      stroke-dashoffset: 145.2;
    }
    35% {
      stroke-dashoffset: 143;
    }
    36% {
      stroke-dashoffset: 140.8;
    }
    37% {
      stroke-dashoffset: 138.6;
    }
    38% {
      stroke-dashoffset: 136.4;
    }
    39% {
      stroke-dashoffset: 134.2;
    }
    40% {
      stroke-dashoffset: 132;
    }
    41% {
      stroke-dashoffset: 129.8;
    }
    42% {
      stroke-dashoffset: 127.6;
    }
    43% {
      stroke-dashoffset: 125.4;
    }
    44% {
      stroke-dashoffset: 123.2;
    }
    45% {
      stroke-dashoffset: 121;
    }
    46% {
      stroke-dashoffset: 118.8;
    }
    47% {
      stroke-dashoffset: 116.6;
    }
    48% {
      stroke-dashoffset: 114.4;
    }
    49% {
      stroke-dashoffset: 112.2;
    }
    50% {
      stroke-dashoffset: 110;
    }
    51% {
      stroke-dashoffset: 107.8;
    }
    52% {
      stroke-dashoffset: 105.6;
    }
    53% {
      stroke-dashoffset: 103.4;
    }
    54% {
      stroke-dashoffset: 101.2;
    }
    55% {
      stroke-dashoffset: 99;
    }
    56% {
      stroke-dashoffset: 96.8;
    }
    57% {
      stroke-dashoffset: 94.6;
    }
    58% {
      stroke-dashoffset: 92.4;
    }
    59% {
      stroke-dashoffset: 90.19999999999999;
    }
    60% {
      stroke-dashoffset: 88;
    }
    61% {
      stroke-dashoffset: 85.80000000000001;
    }
    62% {
      stroke-dashoffset: 83.6;
    }
    63% {
      stroke-dashoffset: 81.4;
    }
    64% {
      stroke-dashoffset: 79.19999999999999;
    }
    65% {
      stroke-dashoffset: 77;
    }
    66% {
      stroke-dashoffset: 74.80000000000001;
    }
    67% {
      stroke-dashoffset: 72.6;
    }
    68% {
      stroke-dashoffset: 70.4;
    }
    69% {
      stroke-dashoffset: 68.19999999999999;
    }
    70% {
      stroke-dashoffset: 66;
    }
    71% {
      stroke-dashoffset: 63.80000000000001;
    }
    72% {
      stroke-dashoffset: 61.599999999999994;
    }
    73% {
      stroke-dashoffset: 59.400000000000006;
    }
    74% {
      stroke-dashoffset: 57.19999999999999;
    }
    75% {
      stroke-dashoffset: 55;
    }
    76% {
      stroke-dashoffset: 52.80000000000001;
    }
    77% {
      stroke-dashoffset: 50.599999999999994;
    }
    78% {
      stroke-dashoffset: 48.400000000000006;
    }
    79% {
      stroke-dashoffset: 46.19999999999999;
    }
    80% {
      stroke-dashoffset: 44;
    }
    81% {
      stroke-dashoffset: 41.80000000000001;
    }
    82% {
      stroke-dashoffset: 39.599999999999994;
    }
    83% {
      stroke-dashoffset: 37.400000000000006;
    }
    84% {
      stroke-dashoffset: 35.19999999999999;
    }
    85% {
      stroke-dashoffset: 33;
    }
    86% {
      stroke-dashoffset: 30.80000000000001;
    }
    87% {
      stroke-dashoffset: 28.599999999999994;
    }
    88% {
      stroke-dashoffset: 26.400000000000006;
    }
    89% {
      stroke-dashoffset: 24.19999999999999;
    }
    90% {
      stroke-dashoffset: 22;
    }
    91% {
      stroke-dashoffset: 19.80000000000001;
    }
    92% {
      stroke-dashoffset: 17.599999999999994;
    }
    93% {
      stroke-dashoffset: 15.400000000000006;
    }
    94% {
      stroke-dashoffset: 13.199999999999989;
    }
    95% {
      stroke-dashoffset: 11;
    }
    96% {
      stroke-dashoffset: 8.800000000000011;
    }
    97% {
      stroke-dashoffset: 6.599999999999994;
    }
    98% {
      stroke-dashoffset: 4.400000000000006;
    }
    99% {
      stroke-dashoffset: 2.199999999999989;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes verticalAnimation {
    0% {
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
    }
    100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  @keyframes verticalAnimation {
    0% {
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
    }
    100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes horizontalAnimation {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
    }
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @keyframes horizontalAnimation {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
    }
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }

  :root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
  }
  .animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat);
  }
  .animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2);
  }
  .animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3);
  }
  .animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
  }
  .animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2);
  }
  .animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3);
  }
  .animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4);
  }
  .animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5);
  }
  .animate__animated.animate__faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2);
  }
  .animate__animated.animate__fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
    animation-duration: calc(var(--animate-duration) * 0.8);
  }
  .animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
  }
  .animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3);
  }
  @media (prefers-reduced-motion: reduce), print {
    .animate__animated {
      -webkit-animation-duration: 1ms !important;
      animation-duration: 1ms !important;
      -webkit-transition-duration: 1ms !important;
      -o-transition-duration: 1ms !important;
      transition-duration: 1ms !important;
      -webkit-animation-iteration-count: 1 !important;
      animation-iteration-count: 1 !important;
    }
    .animate__animated[class*="Out"] {
      opacity: 0;
    }
  }
  @-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    40%,
    43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
      transform: translate3d(0, -30px, 0) scaleY(1.1);
    }
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
      transform: translate3d(0, -15px, 0) scaleY(1.05);
    }
    80% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateZ(0) scaleY(0.95);
      transform: translateZ(0) scaleY(0.95);
    }
    90% {
      -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
      transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
  }
  @keyframes bounce {
    0%,
    20%,
    53%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    40%,
    43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
      transform: translate3d(0, -30px, 0) scaleY(1.1);
    }
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
      transform: translate3d(0, -15px, 0) scaleY(1.05);
    }
    80% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateZ(0) scaleY(0.95);
      transform: translateZ(0) scaleY(0.95);
    }
    90% {
      -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
      transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
  }
  .animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  @-webkit-keyframes flash {
    0%,
    50%,
    to {
      opacity: 1;
    }
    25%,
    75% {
      opacity: 0;
    }
  }
  @keyframes flash {
    0%,
    50%,
    to {
      opacity: 1;
    }
    25%,
    75% {
      opacity: 0;
    }
  }
  .animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes pulse {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  .animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  @-webkit-keyframes rubberBand {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes rubberBand {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  .animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
  }
  @-webkit-keyframes shakeX {
    0%,
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  }
  @keyframes shakeX {
    0%,
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  }
  .animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX;
  }
  @-webkit-keyframes shakeY {
    0%,
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
  }
  @keyframes shakeY {
    0%,
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
  }
  .animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
  }
  @-webkit-keyframes headShake {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg);
    }
    50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes headShake {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg);
    }
    50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
  }
  @-webkit-keyframes swing {
    20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @keyframes swing {
    20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  .animate__swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
  }
  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    10%,
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes tada {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    10%,
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  .animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada;
  }
  @-webkit-keyframes wobble {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
      transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
      transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
      transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
      transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
      transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes wobble {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
      transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
      transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
      transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
      transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
      transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
  }
  @-webkit-keyframes jello {
    0%,
    11.1%,
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
  }
  @keyframes jello {
    0%,
    11.1%,
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
  }
  .animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  @-webkit-keyframes heartBeat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
    28% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes heartBeat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
    28% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  @-webkit-keyframes backInDown {
    0% {
      -webkit-transform: translateY(-1200px) scale(0.7);
      transform: translateY(-1200px) scale(0.7);
      opacity: 0.7;
    }
    80% {
      -webkit-transform: translateY(0) scale(0.7);
      transform: translateY(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes backInDown {
    0% {
      -webkit-transform: translateY(-1200px) scale(0.7);
      transform: translateY(-1200px) scale(0.7);
      opacity: 0.7;
    }
    80% {
      -webkit-transform: translateY(0) scale(0.7);
      transform: translateY(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  .animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
  }
  @-webkit-keyframes backInLeft {
    0% {
      -webkit-transform: translateX(-2000px) scale(0.7);
      transform: translateX(-2000px) scale(0.7);
      opacity: 0.7;
    }
    80% {
      -webkit-transform: translateX(0) scale(0.7);
      transform: translateX(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes backInLeft {
    0% {
      -webkit-transform: translateX(-2000px) scale(0.7);
      transform: translateX(-2000px) scale(0.7);
      opacity: 0.7;
    }
    80% {
      -webkit-transform: translateX(0) scale(0.7);
      transform: translateX(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  .animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft;
  }
  @-webkit-keyframes backInRight {
    0% {
      -webkit-transform: translateX(2000px) scale(0.7);
      transform: translateX(2000px) scale(0.7);
      opacity: 0.7;
    }
    80% {
      -webkit-transform: translateX(0) scale(0.7);
      transform: translateX(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes backInRight {
    0% {
      -webkit-transform: translateX(2000px) scale(0.7);
      transform: translateX(2000px) scale(0.7);
      opacity: 0.7;
    }
    80% {
      -webkit-transform: translateX(0) scale(0.7);
      transform: translateX(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  .animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
  }
  @-webkit-keyframes backInUp {
    0% {
      -webkit-transform: translateY(1200px) scale(0.7);
      transform: translateY(1200px) scale(0.7);
      opacity: 0.7;
    }
    80% {
      -webkit-transform: translateY(0) scale(0.7);
      transform: translateY(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes backInUp {
    0% {
      -webkit-transform: translateY(1200px) scale(0.7);
      transform: translateY(1200px) scale(0.7);
      opacity: 0.7;
    }
    80% {
      -webkit-transform: translateY(0) scale(0.7);
      transform: translateY(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  .animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
  }
  @-webkit-keyframes backOutDown {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    20% {
      -webkit-transform: translateY(0) scale(0.7);
      transform: translateY(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: translateY(700px) scale(0.7);
      transform: translateY(700px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutDown {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    20% {
      -webkit-transform: translateY(0) scale(0.7);
      transform: translateY(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: translateY(700px) scale(0.7);
      transform: translateY(700px) scale(0.7);
      opacity: 0.7;
    }
  }
  .animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown;
  }
  @-webkit-keyframes backOutLeft {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    20% {
      -webkit-transform: translateX(0) scale(0.7);
      transform: translateX(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: translateX(-2000px) scale(0.7);
      transform: translateX(-2000px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutLeft {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    20% {
      -webkit-transform: translateX(0) scale(0.7);
      transform: translateX(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: translateX(-2000px) scale(0.7);
      transform: translateX(-2000px) scale(0.7);
      opacity: 0.7;
    }
  }
  .animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft;
  }
  @-webkit-keyframes backOutRight {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    20% {
      -webkit-transform: translateX(0) scale(0.7);
      transform: translateX(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: translateX(2000px) scale(0.7);
      transform: translateX(2000px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutRight {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    20% {
      -webkit-transform: translateX(0) scale(0.7);
      transform: translateX(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: translateX(2000px) scale(0.7);
      transform: translateX(2000px) scale(0.7);
      opacity: 0.7;
    }
  }
  .animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight;
  }
  @-webkit-keyframes backOutUp {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    20% {
      -webkit-transform: translateY(0) scale(0.7);
      transform: translateY(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: translateY(-700px) scale(0.7);
      transform: translateY(-700px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutUp {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    20% {
      -webkit-transform: translateY(0) scale(0.7);
      transform: translateY(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: translateY(-700px) scale(0.7);
      transform: translateY(-700px) scale(0.7);
      opacity: 0.7;
    }
  }
  .animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp;
  }
  @-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
      opacity: 1;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
      opacity: 1;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  .animate__bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  @-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
      transform: translate3d(0, -3000px, 0) scaleY(3);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
      transform: translate3d(0, 25px, 0) scaleY(0.9);
    }
    75% {
      -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
      transform: translate3d(0, -10px, 0) scaleY(0.95);
    }
    90% {
      -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
      transform: translate3d(0, 5px, 0) scaleY(0.985);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
      transform: translate3d(0, -3000px, 0) scaleY(3);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
      transform: translate3d(0, 25px, 0) scaleY(0.9);
    }
    75% {
      -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
      transform: translate3d(0, -10px, 0) scaleY(0.95);
    }
    90% {
      -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
      transform: translate3d(0, 5px, 0) scaleY(0.985);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
  @-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
      transform: translate3d(-3000px, 0, 0) scaleX(3);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
      transform: translate3d(25px, 0, 0) scaleX(1);
    }
    75% {
      -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
      transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }
    90% {
      -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
      transform: translate3d(5px, 0, 0) scaleX(0.995);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
      transform: translate3d(-3000px, 0, 0) scaleX(3);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
      transform: translate3d(25px, 0, 0) scaleX(1);
    }
    75% {
      -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
      transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }
    90% {
      -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
      transform: translate3d(5px, 0, 0) scaleX(0.995);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }
  @-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
      transform: translate3d(3000px, 0, 0) scaleX(3);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
      transform: translate3d(-25px, 0, 0) scaleX(1);
    }
    75% {
      -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
      transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
    90% {
      -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
      transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
      transform: translate3d(3000px, 0, 0) scaleX(3);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
      transform: translate3d(-25px, 0, 0) scaleX(1);
    }
    75% {
      -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
      transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
    90% {
      -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
      transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
  @-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
      transform: translate3d(0, 3000px, 0) scaleY(5);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
      transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
      -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
      transform: translate3d(0, 10px, 0) scaleY(0.95);
    }
    90% {
      -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
      transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
      transform: translate3d(0, 3000px, 0) scaleY(5);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
      transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
      -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
      transform: translate3d(0, 10px, 0) scaleY(0.95);
    }
    90% {
      -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
      transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
  }
  @-webkit-keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  @keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  .animate__bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
  }
  @-webkit-keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
      transform: translate3d(0, 10px, 0) scaleY(0.985);
    }
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
      transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
      transform: translate3d(0, 2000px, 0) scaleY(3);
    }
  }
  @keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
      transform: translate3d(0, 10px, 0) scaleY(0.985);
    }
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
      transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
      transform: translate3d(0, 2000px, 0) scaleY(3);
    }
  }
  .animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
  }
  @-webkit-keyframes bounceOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
      transform: translate3d(20px, 0, 0) scaleX(0.9);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
      transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
  }
  @keyframes bounceOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
      transform: translate3d(20px, 0, 0) scaleX(0.9);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
      transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
  }
  .animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
  }
  @-webkit-keyframes bounceOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
      transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
      transform: translate3d(2000px, 0, 0) scaleX(2);
    }
  }
  @keyframes bounceOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
      transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
      transform: translate3d(2000px, 0, 0) scaleX(2);
    }
  }
  .animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
  }
  @-webkit-keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
      transform: translate3d(0, -10px, 0) scaleY(0.985);
    }
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
      transform: translate3d(0, 20px, 0) scaleY(0.9);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
      transform: translate3d(0, -2000px, 0) scaleY(3);
    }
  }
  @keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
      transform: translate3d(0, -10px, 0) scaleY(0.985);
    }
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
      transform: translate3d(0, 20px, 0) scaleY(0.9);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
      transform: translate3d(0, -2000px, 0) scaleY(3);
    }
  }
  .animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @-webkit-keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }
  @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  @-webkit-keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  @-webkit-keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  @-webkit-keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }
  @-webkit-keyframes fadeInTopLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, -100%, 0);
      transform: translate3d(-100%, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeInTopLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, -100%, 0);
      transform: translate3d(-100%, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft;
  }
  @-webkit-keyframes fadeInTopRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, -100%, 0);
      transform: translate3d(100%, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeInTopRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, -100%, 0);
      transform: translate3d(100%, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight;
  }
  @-webkit-keyframes fadeInBottomLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 100%, 0);
      transform: translate3d(-100%, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeInBottomLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 100%, 0);
      transform: translate3d(-100%, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft;
  }
  @-webkit-keyframes fadeInBottomRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 100%, 0);
      transform: translate3d(100%, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeInBottomRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 100%, 0);
      transform: translate3d(100%, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight;
  }
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  @-webkit-keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  .animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }
  @-webkit-keyframes fadeOutDownBig {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  @keyframes fadeOutDownBig {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  .animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
  }
  @-webkit-keyframes fadeOutLeft {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  .animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }
  @-webkit-keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  @keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  .animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
  }
  @-webkit-keyframes fadeOutRight {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  @keyframes fadeOutRight {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  .animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }
  @-webkit-keyframes fadeOutRightBig {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  @keyframes fadeOutRightBig {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  .animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
  }
  @-webkit-keyframes fadeOutUp {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  @keyframes fadeOutUp {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  .animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }
  @-webkit-keyframes fadeOutUpBig {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  @keyframes fadeOutUpBig {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  .animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
  }
  @-webkit-keyframes fadeOutTopLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, -100%, 0);
      transform: translate3d(-100%, -100%, 0);
    }
  }
  @keyframes fadeOutTopLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, -100%, 0);
      transform: translate3d(-100%, -100%, 0);
    }
  }
  .animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft;
  }
  @-webkit-keyframes fadeOutTopRight {
    0% {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, -100%, 0);
      transform: translate3d(100%, -100%, 0);
    }
  }
  @keyframes fadeOutTopRight {
    0% {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, -100%, 0);
      transform: translate3d(100%, -100%, 0);
    }
  }
  .animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight;
  }
  @-webkit-keyframes fadeOutBottomRight {
    0% {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 100%, 0);
      transform: translate3d(100%, 100%, 0);
    }
  }
  @keyframes fadeOutBottomRight {
    0% {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 100%, 0);
      transform: translate3d(100%, 100%, 0);
    }
  }
  .animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight;
  }
  @-webkit-keyframes fadeOutBottomLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 100%, 0);
      transform: translate3d(-100%, 100%, 0);
    }
  }
  @keyframes fadeOutBottomLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 100%, 0);
      transform: translate3d(-100%, 100%, 0);
    }
  }
  .animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft;
  }
  @-webkit-keyframes flip {
    0% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
        rotateY(-1turn);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    40% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
        rotateY(-190deg);
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    50% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
        rotateY(-170deg);
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    80% {
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
        translateZ(0) rotateY(0deg);
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
        rotateY(0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    to {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
        rotateY(0deg);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  }
  @keyframes flip {
    0% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
        rotateY(-1turn);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    40% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
        rotateY(-190deg);
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    50% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
        rotateY(-170deg);
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    80% {
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
        translateZ(0) rotateY(0deg);
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
        rotateY(0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    to {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
        rotateY(0deg);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  }
  .animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
  }
  @-webkit-keyframes flipInX {
    0% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      transform: perspective(400px) rotateX(-20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotateX(10deg);
      transform: perspective(400px) rotateX(10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotateX(-5deg);
      transform: perspective(400px) rotateX(-5deg);
    }
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  @keyframes flipInX {
    0% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      transform: perspective(400px) rotateX(-20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotateX(10deg);
      transform: perspective(400px) rotateX(10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotateX(-5deg);
      transform: perspective(400px) rotateX(-5deg);
    }
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  .animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
  }
  @-webkit-keyframes flipInY {
    0% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotateY(-20deg);
      transform: perspective(400px) rotateY(-20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotateY(10deg);
      transform: perspective(400px) rotateY(10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotateY(-5deg);
      transform: perspective(400px) rotateY(-5deg);
    }
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  @keyframes flipInY {
    0% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotateY(-20deg);
      transform: perspective(400px) rotateY(-20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotateY(10deg);
      transform: perspective(400px) rotateY(10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotateY(-5deg);
      transform: perspective(400px) rotateY(-5deg);
    }
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  .animate__flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
  }
  @-webkit-keyframes flipOutX {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      transform: perspective(400px) rotateX(-20deg);
      opacity: 1;
    }
    to {
      -webkit-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      opacity: 0;
    }
  }
  @keyframes flipOutX {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      transform: perspective(400px) rotateX(-20deg);
      opacity: 1;
    }
    to {
      -webkit-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      opacity: 0;
    }
  }
  .animate__flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  @-webkit-keyframes flipOutY {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotateY(-15deg);
      transform: perspective(400px) rotateY(-15deg);
      opacity: 1;
    }
    to {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      opacity: 0;
    }
  }
  @keyframes flipOutY {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotateY(-15deg);
      transform: perspective(400px) rotateY(-15deg);
      opacity: 1;
    }
    to {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      opacity: 0;
    }
  }
  .animate__flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
  }
  @-webkit-keyframes lightSpeedInRight {
    0% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
    }
    60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes lightSpeedInRight {
    0% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
    }
    60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  @-webkit-keyframes lightSpeedInLeft {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
      transform: translate3d(-100%, 0, 0) skewX(30deg);
      opacity: 0;
    }
    60% {
      -webkit-transform: skewX(-20deg);
      transform: skewX(-20deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: skewX(5deg);
      transform: skewX(5deg);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes lightSpeedInLeft {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
      transform: translate3d(-100%, 0, 0) skewX(30deg);
      opacity: 0;
    }
    60% {
      -webkit-transform: skewX(-20deg);
      transform: skewX(-20deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: skewX(5deg);
      transform: skewX(5deg);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  @-webkit-keyframes lightSpeedOutRight {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
    }
  }
  @keyframes lightSpeedOutRight {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
    }
  }
  .animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  @-webkit-keyframes lightSpeedOutLeft {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
      transform: translate3d(-100%, 0, 0) skewX(-30deg);
      opacity: 0;
    }
  }
  @keyframes lightSpeedOutLeft {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
      transform: translate3d(-100%, 0, 0) skewX(-30deg);
      opacity: 0;
    }
  }
  .animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  @-webkit-keyframes rotateIn {
    0% {
      -webkit-transform: rotate(-200deg);
      transform: rotate(-200deg);
      opacity: 0;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes rotateIn {
    0% {
      -webkit-transform: rotate(-200deg);
      transform: rotate(-200deg);
      opacity: 0;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  .animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  @-webkit-keyframes rotateInDownLeft {
    0% {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 0;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes rotateInDownLeft {
    0% {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 0;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  .animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  @-webkit-keyframes rotateInDownRight {
    0% {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes rotateInDownRight {
    0% {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  .animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  @-webkit-keyframes rotateInUpLeft {
    0% {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes rotateInUpLeft {
    0% {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  .animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  @-webkit-keyframes rotateInUpRight {
    0% {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes rotateInUpRight {
    0% {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  .animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  @-webkit-keyframes rotateOut {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: rotate(200deg);
      transform: rotate(200deg);
      opacity: 0;
    }
  }
  @keyframes rotateOut {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: rotate(200deg);
      transform: rotate(200deg);
      opacity: 0;
    }
  }
  .animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  @-webkit-keyframes rotateOutDownLeft {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutDownLeft {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
    }
  }
  .animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  @-webkit-keyframes rotateOutDownRight {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutDownRight {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 0;
    }
  }
  .animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  @-webkit-keyframes rotateOutUpLeft {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutUpLeft {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 0;
    }
  }
  .animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  @-webkit-keyframes rotateOutUpRight {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutUpRight {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0;
    }
  }
  .animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  @-webkit-keyframes hinge {
    0% {
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    }
    20%,
    60% {
      -webkit-transform: rotate(80deg);
      transform: rotate(80deg);
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    }
    40%,
    80% {
      -webkit-transform: rotate(60deg);
      transform: rotate(60deg);
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0;
    }
  }
  @keyframes hinge {
    0% {
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    }
    20%,
    60% {
      -webkit-transform: rotate(80deg);
      transform: rotate(80deg);
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    }
    40%,
    80% {
      -webkit-transform: rotate(60deg);
      transform: rotate(60deg);
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0;
    }
  }
  .animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  @-webkit-keyframes jackInTheBox {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.1) rotate(30deg);
      transform: scale(0.1) rotate(30deg);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
    }
    50% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    70% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
    }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes jackInTheBox {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.1) rotate(30deg);
      transform: scale(0.1) rotate(30deg);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
    }
    50% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    70% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
    }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
  }
  @-webkit-keyframes rollIn {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
      transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes rollIn {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
      transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
  }
  @-webkit-keyframes rollOut {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
      transform: translate3d(100%, 0, 0) rotate(120deg);
    }
  }
  @keyframes rollOut {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
      transform: translate3d(100%, 0, 0) rotate(120deg);
    }
  }
  .animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
  }
  @-webkit-keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 1;
    }
  }
  @keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 1;
    }
  }
  .animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
  }
  @-webkit-keyframes zoomInDown {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomInDown {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
  }
  @-webkit-keyframes zoomInLeft {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomInLeft {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
  }
  @-webkit-keyframes zoomInRight {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomInRight {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
  }
  @-webkit-keyframes zoomInUp {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomInUp {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
  }
  @-webkit-keyframes zoomOut {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 0;
    }
  }
  @keyframes zoomOut {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 0;
    }
  }
  .animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
  }
  @-webkit-keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  @-webkit-keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
  }
  @keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
  }
  .animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  @-webkit-keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
    }
  }
  @keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
    }
  }
  .animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
  @-webkit-keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  @-webkit-keyframes slideInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes slideInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  @-webkit-keyframes slideInLeft {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes slideInLeft {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }
  @-webkit-keyframes slideInRight {
    0% {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes slideInRight {
    0% {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }
  @-webkit-keyframes slideInUp {
    0% {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes slideInUp {
    0% {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
  }
  @-webkit-keyframes slideOutDown {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  @keyframes slideOutDown {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  .animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
  }
  @-webkit-keyframes slideOutLeft {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes slideOutLeft {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  .animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
  }
  @-webkit-keyframes slideOutRight {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  @keyframes slideOutRight {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  .animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
  }
  @-webkit-keyframes slideOutUp {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  @keyframes slideOutUp {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  .animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
  }
  /**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

  @font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
  }
  :root {
    --swiper-theme-color: #007aff;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .swiper-android .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
  .swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-3d,
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  .swiper-3d .swiper-cube-shadow,
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -o-linear-gradient(
      right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -o-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -o-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }
  .swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
  }
  .swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
  }
  .swiper-centered.swiper-horizontal
    > .swiper-wrapper
    > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
  }
  .swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }
  .swiper-centered.swiper-vertical
    > .swiper-wrapper
    > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
  }
  .swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
  }
  .swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
  }
  .swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
  .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
  :root {
    --swiper-navigation-size: 44px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-next.swiper-button-hidden,
  .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled .swiper-button-next,
  .swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "prev";
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "next";
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > .swiper-pagination,
  .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px)
    );
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet:only-child {
    display: none !important;
  }
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
  }
  .swiper-pagination-vertical.swiper-pagination-bullets
    .swiper-pagination-bullet,
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
  .swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s transform, 0.2s top;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  .swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s transform, 0.2s left;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
  }
  .swiper-horizontal.swiper-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s transform, 0.2s right;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
  }
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .swiper-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-lock {
    display: none;
  }
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-scrollbar-disabled > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-scrollbar.swiper-scrollbar-vertical,
  .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
  }
  .swiper-zoom-container > canvas,
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
  .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @-webkit-keyframes swiper-preloader-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes swiper-preloader-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-fade .swiper-slide-active,
  .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-cube {
    overflow: visible;
  }
  .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-next,
  .swiper-cube .swiper-slide-next + .swiper-slide,
  .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube .swiper-slide-shadow-bottom,
  .swiper-cube .swiper-slide-shadow-left,
  .swiper-cube .swiper-slide-shadow-right,
  .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }
  .swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }
  .swiper-flip {
    overflow: visible;
  }
  .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-flip .swiper-slide-active,
  .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-flip .swiper-slide-shadow-bottom,
  .swiper-flip .swiper-slide-shadow-left,
  .swiper-flip .swiper-slide-shadow-right,
  .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
  }
  .swiper-cards {
    overflow: visible;
  }
  .swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
  * {
    margin: 0;
    padding: 0;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
    display: block;
  }
  body {
    font: 20px "Inter", Tahoma, sans-serif;
    height: 100%;
    color: #3e4258;
    line-height: 1;
    min-height: 100vh;
    overflow-x: hidden;
  }
  body.noScroll {
    overflow: hidden;
  }
  body.noScroll:not(.isTouch) {
    padding-right: 17px;
  }
  @media screen and (max-width: 1388px) {
    body {
      font-size: 14px;
    }
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
  }
  a {
    color: #3e4258;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  ul,
  li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  p {
    margin: 0;
  }
  img {
    border: none;
    max-width: 100%;
    height: auto;
  }
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  input,
  textarea,
  select,
  button {
    outline: none;
    vertical-align: middle;
    font-family: "Inter";
    font-size: 16px;
    color: #3e4258;
  }
  .layout-body {
    height: 100vh;
    min-height: 100vh;
  }
  .layout-body.order {
    background-color: #f6f6f7;
  }
  .content-wrapper {
    min-width: 375px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .layout-body:not(.order) .content-wrapper {
    overflow: hidden;
  }
  .content-center {
    max-width: 1548px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  @media screen and (max-width: 1388px) {
    .content-center {
      padding: 0 50px;
    }
  }
  @media screen and (max-width: 767px) {
    .content-center {
      padding: 0 10px;
    }
  }
  .layout-footer {
    min-width: 375px;
    overflow: hidden;
    background-color: #ffa880;
    color: #3d4856;
    font-size: 14px;
    line-height: 21px;
    padding: 27px 0 25px;
    font-family: "Montserrat";
    flex: 1 0 auto;
  }
  @media screen and (max-width: 1388px) {
    .layout-footer {
      padding: 8px 0;
    }
  }
  .layout-footer__year {
    font-size: 0;
    line-height: 1;
    display: inline-block;
  }
  .layout-footer__year span {
    font-size: 14px;
  }
  .layout-footer .layout-footer__tel {
    text-decoration: none;
    display: block;
  }
  .layout-footer__text {
    max-width: 460px;
  }
  .layout-footer__text b {
    font-weight: normal;
    white-space: nowrap;
  }
  .layout-footer__text a {
    text-decoration: underline;
    color: #3d4856;
    white-space: nowrap;
  }
  .layout-footer__text a:hover {
    text-decoration: none;
  }
  .layout-header {
    height: 120px;
    -webkit-transition: height 200ms;
    -o-transition: height 200ms;
    transition: height 200ms;
  }
  .layout-header.sticky {
    height: 80px;
  }
  @media screen and (max-width: 1388px) {
    .layout-header.sticky {
      height: 60px;
    }
  }
  @media screen and (max-width: 767px) {
    .layout-header.sticky {
      height: 80px;
    }
  }
  .layout-body:not(.order) .layout-header {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 10;
  }
  body.noScroll:not(.isTouch) .layout-header {
    padding-right: 17px;
  }
  @media screen and (max-width: 1388px) {
    .layout-header {
      height: 60px;
    }
  }
  @media screen and (max-width: 767px) {
    .layout-header {
      height: 80px;
    }
  }
  .layout-header__logo {
    margin-right: 130px;
  }
  @media screen and (max-width: 1470px) {
    .layout-header__logo {
      margin-right: 25px;
    }
  }
  @media screen and (max-width: 1388px) {
    .layout-header__logo {
      width: 104px;
    }
  }
  @media screen and (max-width: 767px) {
    .layout-header__logo {
      width: 205px;
      margin: 0;
    }
  }
  .layout-header__actions {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  @media screen and (max-width: 767px) {
    .layout-header__actions {
      display: none;
    }
  }
  .layout-header__actions a {
    width: 220px;
  }
  @media screen and (max-width: 1388px) {
    .layout-header__actions a {
      width: 120px;
    }
  }
  .layout-header__burger-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 20px;
  }
  @media screen and (min-width: 1389px) {
    .layout-header__burger-btn {
      display: none;
    }
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .layout-header__burger-btn {
      display: none;
    }
  }
  .layout-header__nav {
    font-family: "Montserrat";
    margin-right: 60px;
  }
  @media screen and (max-width: 1388px) {
    .layout-header__nav {
      padding-top: 3px;
    }
  }
  @media screen and (max-width: 767px) {
    .layout-header__nav {
      display: none;
    }
  }
  .layout-header__nav-link {
    line-height: 20px;
    font-weight: 600;
    color: #464646;
    white-space: nowrap;
  }
  .layout-header__nav-link:not(:last-child) {
    margin-right: 60px;
  }
  @media screen and (max-width: 1388px) {
    .layout-header__nav-link:not(:last-child) {
      margin-right: 22px;
    }
  }
  .layout-header__nav-link:hover {
    text-decoration: none;
    color: #ff5f15;
  }
  @media screen and (max-width: 1388px) {
    .layout-header__nav-link {
      line-height: 7px;
      font-size: 10px;
    }
  }
  @media screen and (max-width: 1388px) {
    .layout-header__order {
      padding: 0 26px;
    }
  }
  @media screen and (max-width: 767px) {
    .layout-header .layout-header__order {
      display: none;
    }
  }
  .modal-demo {
    position: fixed;
    z-index: 100;
    background: rgba(48, 48, 48, 0.8);
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .modal-demo__block {
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    max-width: 580px;
    padding: 40px 40px 50px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    row-gap: 30px;
  }
  .modal-demo__title {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    font-family: "Montserrat";
  }
  .modal-demo__links {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .modal-demo__closed {
    cursor: pointer;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .modal-demo .pic-1 {
    position: absolute;
    left: 38px;
    bottom: 32px;
  }
  .modal-demo .pic-2 {
    position: absolute;
    right: 32px;
    bottom: 24px;
  }
  .modal-form {
    position: fixed;
    z-index: 100;
    background: rgba(48, 48, 48, 0.8);
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .modal-form__block {
    width: 1150px;
    padding: 50px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    min-height: 564px;
  }
  .modal-form__block:before,
  .modal-form__block:after {
    content: "";
    position: absolute;
    width: 184px;
    height: 184px;
    border-radius: 50%;
    background-color: #ffa880;
    -webkit-filter: blur(150px);
    filter: blur(150px);
    z-index: -1;
  }
  .modal-form__block:before {
    bottom: -185px;
    left: 42px;
  }
  .modal-form__block:after {
    top: 223px;
    right: 136px;
  }
  .modal-form__title {
    opacity: 1;
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 54px;
  }
  .modal-form__data-fields {
    margin-bottom: 12px;
  }
  .modal-form__data-fields .modal-form__field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
  }
  .modal-form__field {
    row-gap: 4px;
  }
  .modal-form__field-label {
    font-size: 16px;
    line-height: 20px;
    color: #000;
  }
  .modal-form__field-text,
  .modal-form__field-textarea {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #c8c8c8;
  }
  .modal-form__submit-btn {
    margin-top: 33px;
    min-width: 270px;
    font-size: 20px;
  }
  .modal-form__submit-btn[disabled] {
    pointer-events: none;
    opacity: 0.6;
  }
  .modal-form__closed {
    cursor: pointer;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .modal-form__form:not(.active) {
    display: none;
  }
  .modal-form__success {
    font-size: 18px;
    line-height: 25px;
    row-gap: 49px;
  }
  .modal-form__success-text {
    row-gap: 10px;
  }
  .modal-form__success-text b {
    font-size: 24px;
    line-height: 30px;
    color: #303030;
    font-family: "Montserrat";
  }
  .modal-form__success-text span {
    opacity: 0.8;
  }
  .modal-form__success-link {
    width: 270px;
    font-size: 20px;
  }
  @media screen and (max-width: 1388px) {
    .modal-form__success {
      font-size: 14px;
      line-height: 20px;
    }
  }
  .modal-form__success:not(.active) {
    display: none;
  }
  .modal-form .icon-1 {
    position: absolute;
    left: 186px;
    bottom: 18px;
  }
  .modal-form .icon-2 {
    position: absolute;
    right: 102px;
    top: 147px;
  }
  .modal-form .icon-3 {
    position: absolute;
    bottom: 17px;
    right: 287px;
    z-index: -1;
  }
  .modal-form .order-section__order-agree {
    margin-top: 24px;
  }
  .modal-form .order-section__order-agree-policy {
    font-size: 14px;
  }
  .modal-industries {
    position: fixed;
    z-index: 100;
    background: rgba(48, 48, 48, 0.8);
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .modal-industries__block {
    max-width: 1150px;
    height: 564px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    padding: 0 65px 0 50px;
  }
  @media screen and (max-width: 1150px) {
    .modal-industries__block {
      max-width: 642px;
      height: 315px;
      padding: 0 56px 0 27px;
    }
  }
  @media screen and (max-width: 767px) {
    .modal-industries__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      overflow: hidden;
      height: 564px;
      width: calc(100% - 30px);
      padding: 30px 30px 0;
    }
  }
  .modal-industries__info {
    margin-right: 20px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .modal-industries__info {
      padding: 0;
      margin: 0 0 10px;
    }
  }
  @media screen and (max-width: 1150px) and (min-width: 768px) {
    .modal-4 .modal-industries__info,
    .modal-7 .modal-industries__info,
    .modal-8 .modal-industries__info,
    .modal-16 .modal-industries__info {
      padding-bottom: 20px;
    }
  }
  .modal-industries__label {
    font-family: "Montserrat";
    font-size: 30px;
    line-height: 36px;
    color: #ee814e;
  }
  @media screen and (min-width: 768px) {
    .modal-industries__label {
      position: absolute;
      left: 0;
      top: 50px;
    }
  }
  @media screen and (max-width: 1150px) {
    .modal-industries__label {
      font-size: 20px;
      line-height: 20px;
      top: 27px;
    }
  }
  @media screen and (max-width: 767px) {
    .modal-industries__label {
      font-size: 18px;
      line-height: 16px;
      margin-bottom: 10px;
      padding-right: 30px;
    }
  }
  .modal-industries__title {
    font-family: "Montserrat";
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 1150px) {
    .modal-industries__title {
      font-size: 20px;
      line-height: 19px;
      margin-bottom: 12px;
    }
  }
  @media screen and (max-width: 767px) {
    .modal-industries__title {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 10px;
    }
  }
  .modal-industries__desc {
    font-size: 18px;
    line-height: 26px;
    color: #303030;
  }
  @media screen and (max-width: 1150px) {
    .modal-industries__desc {
      font-size: 12px;
      line-height: 18px;
    }
  }
  @media screen and (max-width: 1150px) {
    .modal-industries__pic {
      width: 184px;
    }
  }
  @media screen and (max-width: 767px) {
    .modal-industries__pic {
      -ms-flex-item-align: start;
      align-self: flex-start;
      width: 240px;
    }
  }
  .modal-industries__go-bot {
    position: absolute;
    left: 50px;
    bottom: 50px;
    height: 46px;
    font-size: 14px;
    font-weight: 600;
  }
  @media screen and (max-width: 1150px) {
    .modal-industries__go-bot {
      left: 27px;
      bottom: 20px;
      font-size: 12px;
      padding: 0 15px;
    }
  }
  @media screen and (max-width: 767px) {
    .modal-industries__go-bot {
      left: auto;
      bottom: 10px;
      right: 10px;
      height: 38px;
    }
  }
  .modal-industries__closed {
    cursor: pointer;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
  }
  @media screen and (max-width: 1150px) {
    .modal-industries__closed {
      width: 40px;
      height: 40px;
    }
  }
  @media screen and (max-width: 767px) {
    .modal-industries__closed {
      width: 65px;
      height: 65px;
    }
  }
  .modal-video {
    position: fixed;
    z-index: 100;
    background: rgba(48, 48, 48, 0.8);
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .modal-video__block {
    width: 1284px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #000;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-box-shadow: 10px 34px 44px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 34px 44px rgba(0, 0, 0, 0.15);
    margin: 0 50px 20px;
  }
  @media screen and (max-width: 1388px) {
    .modal-video__block {
      border-radius: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .modal-video__block {
      margin: 0 10px 20px;
    }
  }
  .modal-video .media-youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0 !important;
    overflow: hidden;
  }
  .modal-video .media-youtube-video iframe {
    margin: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modal-video__closed {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 62px;
    color: #fff;
    padding: 0 25px;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
  }
  @media screen and (max-width: 1388px) {
    .modal-video__closed {
      font-size: 0;
      height: 45px;
      padding: 0 15px;
    }
  }
  .modal-video__closed svg {
    margin-left: 10px;
  }
  @media screen and (max-width: 1388px) {
    .modal-video__closed svg {
      margin: 0;
    }
  }
  .modal-nav {
    position: fixed;
    z-index: 100;
    background: rgba(48, 48, 48, 0.8);
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .modal-nav__panel {
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    padding: 30px 20px 45px 40px;
    width: 300px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: auto;
    height: 100dvh;
  }
  .modal-nav__top {
    margin-bottom: 100px;
  }
  .modal-nav__title {
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 24px;
    color: #000;
  }
  .modal-nav__back {
    height: 24px;
  }
  .modal-nav__main {
    margin-bottom: 50px;
  }
  .modal-nav__menu {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    gap: 50px;
  }
  .modal-nav__menu .layout-header__nav-link {
    line-height: 16px;
    font-size: 18px;
    margin: 0;
    color: #555;
  }
  .modal-nav__actions {
    row-gap: 16px;
  }
  .modal-nav__order {
    padding: 0 50px;
  }
  .modal-nav__bottom {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    font-family: "Montserrat";
    margin-top: 12px;
  }
  .modal-nav__bottom b {
    font-size: 18px;
    line-height: 22px;
    display: block;
  }
  .about-section {
    padding: 110px 0 60px;
  }
  @media screen and (max-width: 1388px) {
    .about-section {
      padding: 60px 0 40px;
    }
  }
  @media screen and (max-width: 767px) {
    .about-section {
      padding: 75px 0 25px;
    }
  }
  .about-section__pic-1 {
    position: absolute;
    left: -250px;
    bottom: -52px;
    z-index: -1;
  }
  @media screen and (max-width: 1388px) {
    .about-section__pic-1 {
      display: none;
    }
  }
  .about-section__pic-2 {
    position: absolute;
    right: -70px;
    bottom: -38px;
    width: 172px;
    z-index: -1;
  }
  @media screen and (max-width: 1388px) {
    .about-section__pic-2 {
      display: none;
    }
  }
  .about-section__title {
    line-height: 61px;
    margin-bottom: 55px;
  }
  @media screen and (max-width: 1388px) {
    .about-section__title {
      line-height: 24px;
      display: block;
      margin-bottom: 30px;
    }
  }
  .about-section__title span {
    color: #ee814e;
  }
  @media screen and (max-width: 767px) {
    .about-section__title {
      text-align: center;
      line-height: 40px;
    }
  }
  .about-section__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
  }
  @media screen and (max-width: 767px) {
    .about-section__list {
      display: block;
    }
  }
  .about-section__item {
    padding: 12px 20px 48px;
  }
  @media screen and (max-width: 1388px) {
    .about-section__item {
      padding: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .about-section__item {
      padding: 12px 20px 20px;
    }
    .about-section__item:not(:last-child) {
      margin-bottom: 20px;
    }
  }
  .about-section__item:before {
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#fff),
      to(#cdd8f4)
    );
    background: -o-linear-gradient(left, #fff 0%, #cdd8f4 100%);
    background: linear-gradient(90deg, #fff 0%, #cdd8f4 100%);
    border-radius: 10px;
    z-index: -2;
  }
  @media screen and (max-width: 1388px) {
    .about-section__item:before {
      border-radius: 4px;
    }
  }
  .about-section__item:after {
    content: "";
    background-color: #fafafc;
    border-radius: 10px;
    z-index: -1;
  }
  @media screen and (max-width: 1388px) {
    .about-section__item:after {
      border-radius: 4px;
    }
  }
  .about-section__item-top {
    margin-bottom: 10px;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .about-section__item-top {
      margin-bottom: 6px;
    }
  }
  .about-section__item-icon {
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .about-section__item-icon {
      height: 25px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
      flex: 0 0 24px;
    }
    .about-section__item-icon svg {
      max-width: 100%;
      max-height: 100%;
    }
  }
  .about-section__item-title {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
    color: #303030;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .about-section__item-title {
      font-size: 10px;
      line-height: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .about-section__item-title {
      font-size: 14px;
    }
  }
  .about-section__item-desc {
    font-size: 16px;
    line-height: 24px;
    color: #303030;
  }
  @media screen and (max-width: 1388px) {
    .about-section__item-desc {
      font-size: 12px;
      line-height: 16px;
    }
  }
  @media screen and (max-width: 767px) {
    .about-section__item-desc {
      font-size: 14px;
      line-height: 20px;
    }
  }
  .cases-section {
    padding: 50px 0 35px;
  }
  @media screen and (max-width: 1388px) {
    .cases-section {
      padding: 40px 0;
    }
  }
  .cases-section__title {
    line-height: 61px;
    margin-bottom: 15px;
  }
  @media screen and (max-width: 1388px) {
    .cases-section__title {
      line-height: 29px;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .cases-section__title {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 20px;
    }
  }
  .cases-section__subtitle {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #303030;
  }
  @media screen and (max-width: 1388px) {
    .cases-section__subtitle {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .cases-section__subtitle {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 30px;
    }
  }
  .cases-section__slider-content {
    height: 450px;
    border-radius: 30px;
    background-color: #f6f6f7;
    padding: 60px 50px 0 90px;
    overflow: hidden;
  }
  @media screen and (max-width: 1388px) {
    .cases-section__slider-content {
      height: auto;
      padding: 40px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media screen and (max-width: 767px) {
    .cases-section__slider-content {
      padding: 20px;
      border-radius: 10px;
    }
  }
  .cases-section__slider-content:before {
    content: "";
    border-radius: 50%;
    width: 206px;
    height: 206px;
    background-color: #f09e78;
    position: absolute;
    bottom: -5px;
    right: 284px;
    -webkit-filter: blur(160px);
    filter: blur(160px);
  }
  @media screen and (max-width: 1388px) {
    .cases-section__slider-content:before {
      width: 80px;
      height: 80px;
      bottom: 0;
      right: 150px;
      -webkit-filter: blur(70px);
      filter: blur(70px);
    }
  }
  @media screen and (max-width: 767px) {
    .cases-section__slider-content:before {
      width: 49px;
      height: 49px;
      left: -4px;
      bottom: 100px;
      -webkit-filter: blur(40px);
      filter: blur(40px);
    }
  }
  .cases-section__slider-info {
    padding: 0 68px 0 0;
  }
  @media screen and (max-width: 1388px) {
    .cases-section__slider-info {
      padding: 0;
      margin-bottom: 35px;
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .cases-section__slider-info {
      margin-bottom: 20px;
    }
  }
  .cases-section__slider-text {
    padding: 30px 0 0;
  }
  @media screen and (max-width: 1388px) {
    .cases-section__slider-text {
      padding: 0;
    }
  }
  .cases-section__slider-num {
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 18px;
    color: #ee814e;
  }
  @media screen and (max-width: 1388px) {
    .cases-section__slider-num {
      line-height: 29px;
      margin-bottom: 19px;
    }
  }
  @media screen and (max-width: 767px) {
    .cases-section__slider-num {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 20px;
    }
  }
  .cases-section__slider-title {
    font-family: "Montserrat";
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 1388px) {
    .cases-section__slider-title {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .cases-section__slider-title {
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 10px;
    }
  }
  .cases-section__slider-desc {
    line-height: 30px;
    color: #303030;
  }
  @media screen and (max-width: 1388px) {
    .cases-section__slider-desc {
      line-height: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .cases-section__slider-desc {
      font-size: 14px;
      line-height: 20px;
    }
  }
  .cases-section__slider-pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    height: 320px;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
  }
  @media screen and (max-width: 1388px) {
    .cases-section__slider-pic {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
      flex: 0 0 220px;
      height: 220px;
      width: 220px;
      border-radius: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .cases-section__slider-pic {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
      flex: 0 0 160px;
      height: 160px;
      width: 160px;
    }
  }
  .cases-section__slider-pic img {
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cases-section__slider-code {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 148px;
    flex: 0 0 148px;
    margin-left: 22px;
    row-gap: 12px;
  }
  @media screen and (max-width: 1388px) {
    .cases-section__slider-code {
      margin-left: 15px;
      -ms-flex-item-align: center;
      align-self: center;
    }
  }
  @media screen and (max-width: 767px) {
    .cases-section__slider-code {
      margin-left: 30px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
      flex: 0 0 120px;
    }
  }
  .cases-section__slider-code-link {
    font-size: 16px;
    font-family: "Montserrat";
    text-decoration: underline;
    font-weight: 500;
    line-height: 16px;
    color: #1980df;
  }
  @media screen and (min-width: 1389px) {
    .cases-section__slider-code-link:hover {
      text-decoration: none;
    }
  }
  .cases-section__slider-nav {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border: none;
    background-color: #ee814e;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
  }
  body:not(.isTouch) .cases-section__slider-nav:hover {
    background-color: #eeae4e;
  }
  @media screen and (max-width: 1388px) {
    .cases-section__slider-nav {
      margin-top: -60px;
    }
  }
  @media screen and (max-width: 767px) {
    .cases-section__slider-nav {
      display: none;
    }
  }
  .cases-section__slider-nav.prev {
    left: -30px;
  }
  .cases-section__slider-nav.next {
    right: -30px;
  }
  .cases-section__slider-pager {
    margin-top: 20px;
  }
  @media screen and (max-width: 1388px) {
    .cases-section__slider-pager {
      margin-top: 40px;
    }
  }
  @media screen and (max-width: 767px) {
    .cases-section__slider-pager {
      display: none;
    }
  }
  .cases-section__slider-pager .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    margin: 0 5px !important;
    background: #d9d9d9;
    opacity: 1;
  }
  .cases-section__slider-pager .swiper-pagination-bullet-active {
    background: #ee814e;
  }
  .client-section {
    padding: 70px 0 35px;
  }
  @media screen and (max-width: 1388px) {
    .client-section {
      padding: 40px 0 0;
    }
  }
  @media screen and (max-width: 1388px) {
    .client-section__title {
      line-height: 24px;
    }
  }
  @media screen and (max-width: 767px) {
    .client-section__title {
      line-height: 40px;
    }
  }
  .client-section__list {
    margin-top: 75px;
    gap: 60px;
  }
  @media screen and (max-width: 1388px) {
    .client-section__list {
      -webkit-column-gap: 40px;
      -moz-column-gap: 40px;
      column-gap: 40px;
      row-gap: 10px;
      margin-top: 20px;
    }
    .client-section__list img {
      max-width: 60px;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      opacity: 0.9;
    }
  }
  @media screen and (max-width: 767px) {
    .client-section__list {
      margin-top: 30px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .client-section__list img {
      max-width: 70px;
    }
  }
  @media screen and (min-width: 1389px) {
    .client-section__list img:not(:hover) {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      opacity: 0.8;
    }
  }
  .faq-section {
    padding: 85px 0 60px;
  }
  @media screen and (max-width: 1388px) {
    .faq-section {
      padding: 40px 0 80px;
    }
  }
  @media screen and (max-width: 767px) {
    .faq-section {
      padding: 30px 0;
    }
  }
  .faq-section__title {
    line-height: 61px;
    margin-bottom: 14px;
  }
  @media screen and (max-width: 1388px) {
    .faq-section__title {
      line-height: 24px;
      line-height: 29px;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .faq-section__title {
      line-height: 36px;
      margin-bottom: 20px;
      text-align: center;
    }
  }
  .faq-section__desc {
    font-size: 24px;
    line-height: 30px;
    color: #303030;
    margin-bottom: 37px;
  }
  @media screen and (max-width: 1388px) {
    .faq-section__desc {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .faq-section__desc {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 20px;
      text-align: center;
    }
  }
  .faq-section__tabs {
    margin-bottom: 30px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  @media screen and (max-width: 1388px) {
    .faq-section__tabs {
      margin-bottom: 20px;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .faq-section__tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 16px;
    }
  }
  .faq-section__tabs-button {
    cursor: pointer;
    height: 42px;
    padding: 0 24px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #000;
    color: #303030;
    font-weight: 600;
  }
  @media screen and (max-width: 1388px) {
    .faq-section__tabs-button {
      font-size: 14px;
    }
  }
  .faq-section__tabs-button.current {
    color: #fff;
    background-color: #ee814e;
    border-color: #ee814e;
  }
  .faq-section__content {
    max-width: 1280px;
    min-height: 300px;
  }
  .faq-section__list {
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
  }
  .faq-section__list:not(.active) {
    display: none;
  }
  .faq-section__list-pic {
    position: absolute;
    right: 61px;
    top: -204px;
  }
  @media screen and (max-width: 1388px) {
    .faq-section__list-pic {
      width: 167px;
      right: 52px;
      top: -97px;
    }
  }
  @media screen and (max-width: 767px) {
    .faq-section__list-pic {
      display: none;
    }
  }
  .faq-section__list-design {
    position: absolute;
    right: -440px;
    top: 120px;
  }
  @media screen and (max-width: 1388px) {
    .faq-section__list-design {
      display: none;
    }
  }
  .faq-section__item {
    border-radius: 8px;
    -webkit-box-shadow: 2px 22px 40px rgba(22, 47, 69, 0.03);
    box-shadow: 2px 22px 40px rgba(22, 47, 69, 0.03);
    border: 1px solid rgba(208, 215, 234, 0.8);
    -webkit-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
    max-height: 100px;
    overflow: hidden;
  }
  @media screen and (max-width: 767px) {
    .faq-section__item {
      border-radius: 8px;
    }
  }
  .faq-section__item[open] {
    max-height: 1000px;
  }
  .faq-section__item:not(:last-child) {
    margin-bottom: 10px;
  }
  @media screen and (max-width: 767px) {
    .faq-section__item:not(:last-child) {
      margin-bottom: 16px;
    }
  }
  .faq-section__item-content {
    padding: 30px 70px 30px 30px;
    cursor: pointer;
  }
  @media screen and (max-width: 1388px) {
    .faq-section__item-content {
      padding: 20px 50px 20px 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .faq-section__item-content {
      padding: 19px 16px 16px 16px;
    }
  }
  .faq-section__item-question {
    font-size: 18px;
    line-height: 18px;
    color: #303030;
    font-family: "Montserrat";
  }
  @media screen and (max-width: 1388px) {
    .faq-section__item-question {
      font-size: 16px;
      line-height: 22px;
    }
  }
  @media screen and (max-width: 767px) {
    .faq-section__item-question {
      line-height: 19px;
      padding-right: 40px;
    }
  }
  .faq-section__item-answer {
    font-size: 18px;
    line-height: 23px;
    color: #303030;
    margin-top: 10px;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    display: none;
  }
  @media screen and (max-width: 1388px) {
    .faq-section__item-answer {
      font-size: 14px;
      line-height: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .faq-section__item-answer {
      margin-top: 8px;
    }
  }
  details[open] .faq-section__item-answer {
    display: block;
  }
  .faq-section__item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    padding-top: 33px;
  }
  @media screen and (max-width: 1388px) {
    .faq-section__item-arrow {
      padding-top: 25px;
    }
  }
  @media screen and (max-width: 767px) {
    .faq-section__item-arrow {
      padding-top: 20px;
    }
  }
  .faq-section__item-arrow svg {
    fill: #a2a2a2;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  details[open] .faq-section__item-arrow svg {
    fill: #ee814e;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .for-industries {
    padding: 60px 0 50px;
  }
  @media screen and (max-width: 1388px) {
    .for-industries {
      padding: 60px 0 40px;
    }
  }
  @media screen and (max-width: 767px) {
    .for-industries {
      padding: 75px 0 25px;
    }
  }
  .for-industries__title {
    line-height: 61px;
    margin-bottom: 60px;
  }
  @media screen and (max-width: 1388px) {
    .for-industries__title {
      line-height: 24px;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .for-industries__title {
      line-height: 40px;
      margin-bottom: 30px;
    }
  }
  .for-industries__list {
    gap: 23px;
  }
  @media screen and (max-width: 767px) {
    .for-industries__list {
      display: block;
      overflow: hidden;
      max-height: 830px;
      -webkit-transition: max-height 1s;
      -o-transition: max-height 1s;
      transition: max-height 1s;
    }
    .for-industries__list.open {
      max-height: 10000px;
    }
  }
  .for-industries__item {
    width: 290px;
    height: 290px;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    cursor: pointer;
    font-size: 18px;
    line-height: 20px;
    border: 1px solid #cdd8f4;
  }
  @media screen and (max-width: 1388px) {
    .for-industries__item {
      width: 200px;
      height: 200px;
      line-height: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .for-industries__item {
      width: auto;
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 24px;
      padding: 20px;
      height: 150px;
    }
  }
  .for-industries__item:before {
    content: "";
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.2)),
        to(rgba(0, 0, 0, 0.2))
      ),
      -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2)
      ),
      -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }
  body:not(.isTouch) .for-industries__item:hover picture {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .for-industries__item-pic {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
  }
  @media screen and (max-width: 767px) {
    .for-industries__item-pic img {
      width: 100%;
    }
  }
  .for-industries__view-all {
    font-size: 16px;
    color: #ee814e;
    line-height: 20px;
    margin-top: 30px;
    display: none;
  }
  @media screen and (max-width: 767px) {
    .for-industries__view-all {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .open + .for-industries__view-all {
    display: none;
  }
  .for-industries__view-all b {
    border-bottom: 1px solid #ee814e;
  }
  .integration-section {
    padding: 40px 0 60px;
  }
  @media screen and (max-width: 767px) {
    .integration-section {
      padding: 20px 0 0;
    }
    .integration-section .content-center {
      padding: 0;
    }
  }
  @media screen and (max-width: 1388px) {
    .integration-section__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      row-gap: 24px;
    }
  }
  @media screen and (max-width: 767px) {
    .integration-section__content {
      row-gap: 16px;
    }
  }
  @media screen and (min-width: 1389px) {
    .integration-section__info {
      max-width: 630px;
    }
  }
  @media screen and (max-width: 767px) {
    .integration-section__info {
      padding: 0 10px;
      text-align: center;
    }
  }
  .integration-section__title {
    margin-bottom: 20px;
    line-height: 61px;
  }
  @media screen and (max-width: 1388px) {
    .integration-section__title {
      line-height: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .integration-section__title {
      margin-bottom: 10px;
      line-height: 40px;
    }
  }
  .integration-section__desc {
    line-height: 30px;
    margin-bottom: 40px;
  }
  @media screen and (max-width: 1388px) {
    .integration-section__desc {
      line-height: 20px;
      margin-bottom: 28px;
    }
  }
  @media screen and (max-width: 767px) {
    .integration-section__desc {
      margin-bottom: 16px;
    }
  }
  @media screen and (max-width: 1388px) {
    .integration-section__logo {
      width: 169px;
    }
  }
  @media screen and (max-width: 767px) {
    .integration-section__logo {
      -ms-flex-item-align: center;
      align-self: center;
    }
  }
  @media screen and (max-width: 1388px) {
    .integration-section__pic {
      -ms-flex-item-align: center;
      align-self: center;
    }
  }
  @media screen and (max-width: 767px) {
    .integration-section__pic {
      min-width: 421px;
    }
  }
  .manage-section {
    padding: 80px 0;
  }
  @media screen and (max-width: 1388px) {
    .manage-section {
      padding: 40px 0;
    }
  }
  .manage-section__title {
    line-height: 61px;
    margin-bottom: 32px;
  }
  @media screen and (max-width: 1388px) {
    .manage-section__title {
      line-height: 24px;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .manage-section__title {
      line-height: 40px;
      text-align: center;
    }
  }
  .manage-section__desc {
    line-height: 30px;
    margin-bottom: 60px;
    max-width: 730px;
  }
  @media screen and (max-width: 1388px) {
    .manage-section__desc {
      line-height: 16px;
      margin-bottom: 30px;
      max-width: 510px;
    }
  }
  @media screen and (max-width: 767px) {
    .manage-section__desc {
      line-height: 20px;
      max-width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .manage-section__list {
      display: block;
    }
  }
  .manage-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
  @media screen and (max-width: 1388px) {
    .manage-section__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px;
    }
  }
  @media screen and (max-width: 767px) {
    .manage-section__item:not(:last-child) {
      margin-bottom: 30px;
    }
  }
  .manage-section__item.item-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
  }
  @media screen and (max-width: 1388px) {
    .manage-section__item.item-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px;
    }
  }
  .manage-section__item.item-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
  @media screen and (max-width: 1388px) {
    .manage-section__item.item-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
      flex: 0 0 190px;
    }
  }
  .manage-section__item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .manage-section__item-icon {
      margin-bottom: 8px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
      flex: 0 0 55px;
    }
    .manage-section__item-icon svg {
      max-height: 55px;
    }
  }
  @media screen and (max-width: 767px) {
    .manage-section__item-icon {
      margin: 0;
    }
  }
  .manage-section__item-title {
    color: #303030;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 30px;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .manage-section__item-title {
      font-size: 12px;
      line-height: 16px;
    }
  }
  @media screen and (max-width: 767px) {
    .manage-section__item-title {
      max-width: 200px;
    }
    .item-2 .manage-section__item-title {
      max-width: 160px;
    }
    .item-4 .manage-section__item-title {
      max-width: 300px;
    }
  }
  .order-section {
    background-color: #f6f6f7;
  }
  .layout-body:not(.order) .order-section {
    overflow: hidden;
  }
  .order-section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 163px;
    width: 338px;
    height: 338px;
    border-radius: 50%;
    background-color: #ffa880;
    -webkit-filter: blur(260px);
    filter: blur(260px);
  }
  @media screen and (max-width: 1388px) {
    .order-section:before {
      width: 130px;
      height: 130px;
      bottom: 64px;
      -webkit-filter: blur(110px);
      filter: blur(110px);
    }
  }
  @media screen and (max-width: 767px) {
    .order-section:before {
      width: 196px;
      height: 196px;
      bottom: auto;
      top: 30px;
      left: -66px;
      -webkit-filter: blur(200px);
      filter: blur(200px);
    }
  }
  .order-section:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 179px;
    width: 356px;
    height: 356px;
    border-radius: 50%;
    background-color: #ffa880;
    -webkit-filter: blur(260px);
    filter: blur(260px);
  }
  @media screen and (max-width: 1388px) {
    .order-section:after {
      width: 137px;
      height: 137px;
      bottom: 70px;
      -webkit-filter: blur(110px);
      filter: blur(110px);
    }
  }
  @media screen and (max-width: 767px) {
    .order-section:after {
      display: none;
    }
  }
  .order-section__content-actions {
    padding: 120px 0;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  @media screen and (max-width: 1388px) {
    .order-section__content-actions {
      padding: 50px 0;
      -webkit-column-gap: 17px;
      -moz-column-gap: 17px;
      column-gap: 17px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__content-actions {
      -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;
      row-gap: 24px;
      padding: 78px 0;
    }
  }
  .order-section__content-actions-link {
    width: 270px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .order-section__content-actions-link {
      height: 40px;
      width: 207px;
      font-size: 12px;
    }
  }
  .order-section__content-actions svg {
    position: absolute;
  }
  .order-section__content-actions svg.icon-1 {
    top: 38px;
    left: -100px;
  }
  @media screen and (max-width: 1388px) {
    .order-section__content-actions svg.icon-1 {
      max-width: 32px;
      left: -20px;
      top: 15px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__content-actions svg.icon-1 {
      left: 0;
      top: 0;
      max-width: 59px;
    }
  }
  .order-section__content-actions svg.icon-2 {
    top: 25px;
    right: 100px;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .order-section__content-actions svg.icon-2 {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__content-actions svg.icon-2 {
      right: 0;
      bottom: 0;
      top: auto;
    }
  }
  .order-section__content-actions svg.icon-3 {
    top: 167px;
    right: 0;
  }
  @media screen and (max-width: 1388px) {
    .order-section__content-actions svg.icon-3 {
      max-width: 30px;
      right: 20px;
      top: 65px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__content-actions svg.icon-3 {
      right: -45px;
      top: 5px;
      max-width: 80px;
    }
  }
  .order-section__content-actions svg.icon-4 {
    bottom: 46px;
    left: 200px;
  }
  @media screen and (max-width: 1388px) {
    .order-section__content-actions svg.icon-4 {
      display: none;
    }
  }
  .order-section__content {
    padding: 97px 205px 97px 0;
    z-index: 2;
  }
  .layout-body.order .order-section__content {
    padding-top: 186px;
  }
  @media screen and (max-width: 767px) {
    .layout-body.order .order-section__content {
      padding-top: 30px;
    }
  }
  @media screen and (max-width: 1388px) {
    .order-section__content {
      padding: 12px 40px 12px 0;
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__content {
      display: block;
      padding: 30px 0 230px;
    }
  }
  .order-section__content .icon-1 {
    position: absolute;
    top: 38px;
    left: -100px;
  }
  @media screen and (max-width: 1388px) {
    .order-section__content .icon-1 {
      max-width: 32px;
      left: -20px;
      top: 15px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__content .icon-1 {
      display: none;
    }
  }
  .order-section__content .icon-2 {
    position: absolute;
    bottom: 130px;
    left: 45%;
  }
  @media screen and (max-width: 1388px) {
    .order-section__content .icon-2 {
      max-width: 32px;
      bottom: 50px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__content .icon-2 {
      display: none;
    }
  }
  .order-section__content .icon-3 {
    position: absolute;
    top: 167px;
    right: 0;
  }
  @media screen and (max-width: 1388px) {
    .order-section__content .icon-3 {
      max-width: 30px;
      right: 20px;
      top: 65px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__content .icon-3 {
      display: none;
    }
  }
  .order-section__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
  }
  .layout-body.order .order-section__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 770px;
    flex: 0 0 770px;
  }
  @media screen and (max-width: 1388px) {
    .layout-body.order .order-section__main {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
    }
  }
  @media screen and (max-width: 767px) {
    .layout-body.order .order-section__main {
      margin-bottom: 140px;
    }
  }
  @media screen and (max-width: 1388px) {
    .order-section__main {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
      flex: 0 0 240px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__main {
      margin-bottom: 20px;
    }
    .order-section__main img {
      display: none;
    }
  }
  .order-section__title {
    line-height: 60px;
    margin-bottom: 20px;
  }
  @media screen and (min-width: 1389px) {
    .layout-body.order .order-section__title {
      font-size: 70px;
      line-height: 90px;
      margin-bottom: 32px;
    }
  }
  @media screen and (max-width: 1388px) {
    .order-section__title {
      line-height: 24px;
      margin-bottom: 6px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__title {
      line-height: 36px;
      margin-bottom: 20px;
      text-align: center;
    }
  }
  .order-section__desc {
    font-size: 24px;
    line-height: 30px;
    color: #303030;
    margin-bottom: 44px;
  }
  .layout-body.order .order-section__desc {
    color: rgba(48, 48, 48, 0.8);
  }
  @media screen and (min-width: 1389px) {
    .layout-body.order .order-section__desc {
      font-size: 30px;
      line-height: 38px;
    }
  }
  @media screen and (max-width: 1388px) {
    .order-section__desc {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__desc {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0;
      text-align: center;
    }
  }
  .order-section__order {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 2px 27px 44px rgba(22, 47, 69, 0.06);
    box-shadow: 2px 27px 44px rgba(22, 47, 69, 0.06);
    padding: 40px 30px 26px;
    min-height: 526px;
  }
  .layout-body.order .order-section__order {
    background-color: #3c4856;
    color: #fff;
    padding-top: 113px;
  }
  @media screen and (max-width: 1388px) {
    .layout-body.order .order-section__order {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      padding-top: 75px;
    }
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .order-section__order {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px;
      min-height: 254px;
      border-radius: 4px;
      padding: 12px 14px 6px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__order {
      padding: 30px 20px;
      min-height: 510px;
    }
  }
  .layout-body.order .order-section__order-pic {
    position: absolute;
    left: 37px;
    top: -193px;
  }
  @media screen and (max-width: 1388px) {
    .layout-body.order .order-section__order-pic {
      width: 265px;
      left: 50%;
      top: -147px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }
  .order-section__order-form:not(.active) {
    display: none;
  }
  .order-section__order-title {
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 18px;
    color: #303030;
    margin-bottom: 40px;
  }
  .layout-body.order .order-section__order-title {
    color: #fff;
    margin-bottom: 29px;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .order-section__order-title {
      font-size: 12px;
      line-height: 10px;
      margin-bottom: 14px;
    }
  }
  .layout-body.order .order-section__order-desc {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 48px;
    color: rgba(255, 255, 255, 0.8);
  }
  @media screen and (max-width: 1388px) {
    .layout-body.order .order-section__order-desc {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 20px;
    }
  }
  .order-section__order-item {
    margin-bottom: 20px;
    position: relative;
  }
  .order-section__order-item.comment {
    margin-bottom: 10px;
  }
  .order-section__order-label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
    color: #838383;
  }
  .layout-body.order .order-section__order-label {
    color: #fff;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .order-section__order-label {
      font-size: 12px;
      line-height: 6px;
    }
  }
  .order-section__order-agree {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }
  .order-section__order-agree-label {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
  }
  .order-section__order-agree-label input {
    opacity: 0;
    position: absolute;
    z-index: -1000;
  }
  .order-section__order-agree-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #ee804e;
  }
  input:not(:checked) + .order-section__order-agree-checkbox {
    background-color: #8f8f8f;
  }
  input:not(:checked) + .order-section__order-agree-checkbox svg {
    opacity: 0;
  }
  .order-section__order-agree-policy {
    font-size: 12px;
    line-height: 16px;
    color: #838383;
  }
  .order .order-section__order-agree-policy {
    color: #fff;
  }
  .order-section__order-error {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #ff7575;
    position: absolute;
    left: 0;
    bottom: -21px;
  }
  .order-section__order-field:not(.error) + .order-section__order-error {
    display: none;
  }
  .order-section__order-submit {
    margin-top: 23px;
    font-size: 20px;
    width: 270px;
  }
  .order-section__order-submit[disabled] {
    pointer-events: none;
    opacity: 0.6;
  }
  .layout-body.order .order-section__order-submit {
    margin-top: 42px;
  }
  @media screen and (max-width: 1388px) {
    .layout-body.order .order-section__order-submit {
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 1388px) {
    .order-section__order-submit {
      margin: 10px 0 0;
      width: 100%;
      font-size: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__order-submit {
      font-size: 16px;
    }
  }
  .order-section__order-success {
    font-size: 18px;
    line-height: 25px;
    row-gap: 49px;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .order-section__order-success {
      row-gap: 0;
      font-size: 10px;
      line-height: 14px;
    }
    .order-section__order-success img {
      width: 90px;
      margin: 20px 0 12px;
    }
  }
  .order-section__order-success-text {
    row-gap: 10px;
  }
  .order-section__order-success-text b {
    font-size: 24px;
    line-height: 30px;
    color: #303030;
    font-family: "Montserrat";
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .order-section__order-success-text b {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .order-section__order-success-text span {
    opacity: 0.8;
  }
  .order-section__order-success-link {
    width: 270px;
    font-size: 20px;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .order-section__order-success-link {
      width: 156px;
      font-size: 9px;
    }
  }
  .layout-body.order .order-section__order-success {
    color: #fff;
  }
  .order-section__order-success:not(.active) {
    display: none;
  }
  .order-section__qr-box {
    position: absolute;
    top: 325px;
    left: 465px;
    row-gap: 12px;
  }
  @media screen and (max-width: 1388px) {
    .order-section__qr-box {
      top: 145px;
      left: 50%;
      row-gap: 8px;
      margin-left: -60px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__qr-box {
      top: auto;
      bottom: 20px;
      margin-left: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      row-gap: 12px;
    }
  }
  @media screen and (max-width: 1388px) {
    .order-section__qr-box-pic {
      width: 60px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__qr-box-pic {
      width: 160px;
    }
  }
  .order-section__qr-box-link {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-family: "Montserrat";
  }
  @media screen and (max-width: 1388px) {
    .order-section__qr-box-link {
      font-size: 10px;
      line-height: 12px;
    }
  }
  @media screen and (max-width: 767px) {
    .order-section__qr-box-link {
      font-size: 14px;
      line-height: 18px;
    }
  }
  .priceInfo-section__content {
    padding: 50px 0;
    -webkit-column-gap: 95px;
    -moz-column-gap: 95px;
    column-gap: 95px;
  }
  @media screen and (max-width: 1388px) {
    .priceInfo-section__content {
      padding: 80px 0 0;
      -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;
    }
  }
  @media screen and (max-width: 767px) {
    .priceInfo-section__content {
      padding: 60px 0 0;
    }
  }
  @media screen and (min-width: 1389px) {
    .priceInfo-section__info {
      max-width: 825px;
    }
  }
  .priceInfo-section__title {
    line-height: 61px;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 1388px) {
    .priceInfo-section__title {
      line-height: 29px;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .priceInfo-section__title {
      line-height: 36px;
    }
  }
  .priceInfo-section__text {
    line-height: 30px;
  }
  @media screen and (min-width: 1389px) {
    .priceInfo-section__text {
      max-width: 730px;
    }
  }
  @media screen and (max-width: 1388px) {
    .priceInfo-section__text {
      line-height: 20px;
    }
  }
  .priceInfo-section__text p:not(:last-child) {
    margin-bottom: 25px;
  }
  .priceInfo-section__table {
    border: 1px solid #9a9a9a;
    border-radius: 16px;
  }
  @media screen and (max-width: 767px) {
    .priceInfo-section__table {
      display: none;
    }
  }
  .priceInfo-section__table-head-title {
    padding: 14px 0 11px;
  }
  @media screen and (max-width: 1388px) {
    .priceInfo-section__table-head-title {
      padding: 11px 0 8px;
    }
  }
  .priceInfo-section__table-head-title span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
  @media screen and (max-width: 1388px) {
    .priceInfo-section__table-head-title span {
      font-size: 12px;
      line-height: 14px;
    }
  }
  .priceInfo-section__table-head-title b {
    font-weight: 600;
    line-height: 19px;
  }
  @media screen and (max-width: 1388px) {
    .priceInfo-section__table-head-title b {
      line-height: 16px;
    }
  }
  .priceInfo-section__table table {
    border-collapse: collapse;
  }
  .priceInfo-section__table th,
  .priceInfo-section__table td {
    border: 1px solid #9a9a9a;
  }
  .priceInfo-section__table th {
    border-top: none;
    text-align: left;
    padding-left: 24px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #1b1b1b;
  }
  @media screen and (max-width: 1388px) {
    .priceInfo-section__table th {
      font-size: 14px;
      line-height: 20px;
      padding-left: 20px;
    }
  }
  .priceInfo-section__table th:first-child {
    border-left: none;
    width: 360px;
  }
  .priceInfo-section__table th:last-child {
    border-right: none;
  }
  .priceInfo-section__table tr:last-child td {
    border-bottom: none;
  }
  .priceInfo-section__table td {
    font-size: 16px;
    line-height: 22px;
    padding: 17px 24px;
  }
  @media screen and (max-width: 1388px) {
    .priceInfo-section__table td {
      font-size: 14px;
      line-height: 20px;
      padding: 14px 20px;
    }
  }
  .priceInfo-section__table td:first-child {
    border-left: none;
    font-weight: 600;
    color: #1b1b1b;
  }
  .priceInfo-section__table td:last-child {
    border-right: none;
  }
  .priceInfo-section__list {
    margin-bottom: 22px;
    row-gap: 24px;
  }
  @media screen and (min-width: 768px) {
    .priceInfo-section__list {
      display: none;
    }
  }
  .priceInfo-section__list-box {
    row-gap: 8px;
  }
  .priceInfo-section__list-box-title {
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(27, 27, 27, 0.6);
  }
  .priceInfo-section__list-box-label {
    font-weight: 600;
    color: #1b1b1b;
  }
  .priceInfo-section__pics {
    padding-top: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  @media screen and (max-width: 1388px) {
    .priceInfo-section__pics {
      padding: 32px 0 0 39px;
      margin-left: 59px;
    }
  }
  @media screen and (max-width: 767px) {
    .priceInfo-section__pics {
      padding: 12px 0 0 0;
      margin: 0 -10px;
    }
  }
  .priceInfo-section__pic-2 {
    position: absolute;
    left: -78px;
    top: 225px;
  }
  @media screen and (max-width: 1388px) {
    .priceInfo-section__pic-2 {
      width: 162px;
      top: 150px;
      left: -45px;
    }
  }
  @media screen and (max-width: 767px) {
    .priceInfo-section__pic-2 {
      width: 119px;
      top: 102px;
      left: 60px;
    }
  }
  .reviews-section {
    padding: 45px 0 85px;
  }
  @media screen and (max-width: 1388px) {
    .reviews-section {
      padding: 40px 0;
    }
  }
  @media screen and (max-width: 767px) {
    .reviews-section {
      padding: 30px 0;
    }
  }
  .reviews-section__title {
    line-height: 61px;
    margin-bottom: 11px;
  }
  @media screen and (max-width: 1388px) {
    .reviews-section__title {
      line-height: 24px;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .reviews-section__title {
      line-height: 36px;
      margin-bottom: 20px;
      text-align: center;
    }
  }
  .reviews-section__desc {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 44px;
  }
  @media screen and (max-width: 1388px) {
    .reviews-section__desc {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .reviews-section__desc {
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      margin-bottom: 20px;
    }
  }
  .reviews-section__desc b {
    color: #ee814e;
    font-weight: 800;
  }
  @media screen and (max-width: 1388px) {
    .reviews-section__list {
      margin: 0 -50px;
    }
  }
  .reviews-section__list-pic {
    width: 318px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 318px;
    flex: 0 0 318px;
    min-height: 448px;
    max-height: 448px;
    margin: 0 20px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-repeat: no-repeat;
    background-image: -o-repeating-linear-gradient(
        bottom,
        #ffa87f,
        #ffa87f 180px,
        transparent 180px,
        transparent 192px
      ),
      -o-repeating-linear-gradient(left, #ffa87f, #ffa87f 130px, transparent
            130px, transparent 142px),
      -o-repeating-linear-gradient(top, #ffa87f, #ffa87f 180px, transparent
            180px, transparent 192px),
      -o-repeating-linear-gradient(right, #ffa87f, #ffa87f 130px, transparent
            130px, transparent 142px);
    background-image: repeating-linear-gradient(
        0deg,
        #ffa87f,
        #ffa87f 180px,
        transparent 180px,
        transparent 192px
      ),
      repeating-linear-gradient(
        90deg,
        #ffa87f,
        #ffa87f 130px,
        transparent 130px,
        transparent 142px
      ),
      repeating-linear-gradient(
        180deg,
        #ffa87f,
        #ffa87f 180px,
        transparent 180px,
        transparent 192px
      ),
      repeating-linear-gradient(
        270deg,
        #ffa87f,
        #ffa87f 130px,
        transparent 130px,
        transparent 142px
      );
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .reviews-section__list-pic {
      width: 226px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 226px;
      flex: 0 0 226px;
      min-height: 320px;
      max-height: 320px;
      background-image: -o-repeating-linear-gradient(
          bottom,
          #ffa87f,
          #ffa87f 50px,
          transparent 50px,
          transparent 56px
        ),
        -o-repeating-linear-gradient(left, #ffa87f, #ffa87f 30px, transparent
              30px, transparent 36px),
        -o-repeating-linear-gradient(top, #ffa87f, #ffa87f 50px, transparent
              50px, transparent 56px),
        -o-repeating-linear-gradient(right, #ffa87f, #ffa87f 30px, transparent
              30px, transparent 36px);
      background-image: repeating-linear-gradient(
          0deg,
          #ffa87f,
          #ffa87f 50px,
          transparent 50px,
          transparent 56px
        ),
        repeating-linear-gradient(
          90deg,
          #ffa87f,
          #ffa87f 30px,
          transparent 30px,
          transparent 36px
        ),
        repeating-linear-gradient(
          180deg,
          #ffa87f,
          #ffa87f 50px,
          transparent 50px,
          transparent 56px
        ),
        repeating-linear-gradient(
          270deg,
          #ffa87f,
          #ffa87f 30px,
          transparent 30px,
          transparent 36px
        );
      margin: 0 8px;
    }
  }
  @media screen and (max-width: 979px) {
    .reviews-section__list-pic {
      margin: 0;
    }
  }
  .reviews-section__list-pic img {
    width: 290px;
    height: 420px;
    border-radius: 4px;
  }
  @media screen and (max-width: 1388px) and (min-width: 768px) {
    .reviews-section__list-pic img {
      max-width: 207px;
      max-height: 301px;
    }
  }
  .top-section {
    padding-top: 120px;
  }
  @media screen and (max-width: 1388px) {
    .top-section {
      padding-top: 60px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section {
      padding-top: 80px;
    }
  }
  .top-section__content {
    min-height: 816px;
  }
  @media screen and (max-width: 1388px) {
    .top-section__content {
      min-height: 320px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__content {
      min-height: auto;
      display: block;
      position: relative;
    }
  }
  .top-section__content:before {
    content: "";
    position: absolute;
    right: -75px;
    bottom: 250px;
    width: 281px;
    height: 281px;
    background-color: #f09e78;
    border-radius: 50%;
    -webkit-filter: blur(160px);
    filter: blur(160px);
  }
  @media screen and (max-width: 1388px) {
    .top-section__content:before {
      width: 108px;
      height: 108px;
      right: -25px;
      bottom: 95px;
      -webkit-filter: blur(70px);
      filter: blur(70px);
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__content:before {
      display: none;
    }
  }
  .top-section__main {
    padding-top: 140px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 590px;
    flex: 0 0 590px;
  }
  @media screen and (max-width: 1388px) {
    .top-section__main {
      padding-top: 27px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 268px;
      flex: 0 0 268px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__main {
      padding-top: 30px;
    }
  }
  @media screen and (max-width: 1388px) {
    .top-section__label {
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 1388px) {
    .top-section__title {
      font-size: 24px;
      line-height: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__title {
      font-size: 30px;
      line-height: 40px;
    }
  }
  .top-section__title-border {
    overflow: hidden;
    position: absolute;
    left: 307px;
    top: 62px;
    -webkit-animation: widthBorder ease-in-out 4s;
    animation: widthBorder ease-in-out 4s;
  }
  @media screen and (max-width: 1388px) {
    .top-section__title-border {
      top: 25px;
      left: 157px;
    }
    .top-section__title-border svg {
      width: 101px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__title-border {
      top: 35px;
      left: 189px;
    }
    .top-section__title-border svg {
      width: 137px;
    }
  }
  .top-section__desc {
    font-size: 24px;
    line-height: 31px;
    font-family: "Montserrat";
    margin-top: 15px;
  }
  @media screen and (max-width: 1388px) {
    .top-section__desc {
      margin-top: 22px;
      font-size: 14px;
      line-height: 18px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__desc {
      margin-top: 15px;
    }
  }
  .top-section__actions {
    margin-top: 40px;
    row-gap: 40px;
  }
  @media screen and (max-width: 1388px) {
    .top-section__actions {
      margin-top: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      row-gap: 14px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__actions {
      margin-top: 38px;
    }
  }
  .top-section__actions-buttons {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  @media screen and (max-width: 1400px) {
    .top-section__actions-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 12px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__actions-buttons {
      row-gap: 14px;
      width: 100%;
    }

    .top-section__actions-buttons a {
      width: 100%;
    }
  }
  .top-section__registration,
  .top-section__demo {
    width: 270px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media screen and (max-width: 1388px) {
    .top-section__registration,
    .top-section__demo {
      width: 207px;
      height: 40px;
      font-size: 12px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__registration,
    .top-section__demo {
      height: 60px;
      width: 340px;
      font-size: 16px;
    }
  }
  .top-section__enter {
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
  }
  @media screen and (max-width: 767px) {
    .top-section__enter {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .top-section__enter svg {
    margin-left: 20px;
  }
  @media screen and (max-width: 1388px) {
    .top-section__enter svg {
      margin-left: 4px;
      width: 16px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__enter svg {
      width: 35px;
      margin-left: 20px;
    }
  }
  .top-section__video-btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 20px;
    color: #6e7c87;
    width: 220px;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
  }
  body:not(.isTouch) .top-section__video-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  @media screen and (max-width: 1388px) {
    .top-section__video-btn {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__video-btn {
      font-size: 16px;
      line-height: 20px;
    }
  }
  .top-section__video-btn-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #3e4258;
    margin-right: 13px;
    padding-left: 4px;
  }
  @media screen and (max-width: 767px) {
    .top-section__video-btn-icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
      flex: 0 0 36px;
      height: 36px;
      margin-right: 13px;
    }
  }
  .top-section__video-btn-icon:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #3e4258;
  }
  @media screen and (max-width: 767px) {
    .top-section__video-btn-icon:after {
      border-width: 4px 0 4px 8px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__pics {
      position: absolute;
      width: 100%;
      right: -40px;
      top: 160px;
      height: 389px;
    }
  }
  .top-section__pics:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -50px;
    width: 649px;
    height: 677px;
    background: url("../img/general/top-bg.png");
  }
  @media screen and (max-width: 1388px) {
    .top-section__pics:before {
      width: 253px;
      height: 263px;
      background-size: 253px 263px;
      right: 0;
      bottom: -20px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__pics:before {
      width: 290px;
      height: 303px;
      right: -10px;
      background-size: 290px 303px;
      bottom: 40px;
    }
  }
  .top-section__pic {
    position: absolute;
  }
  .top-section__pic:not(.active) {
    display: none;
  }
  .top-section__pic.pic-1 {
    top: 66px;
    right: 420px;
  }
  @media screen and (max-width: 1388px) {
    .top-section__pic.pic-1 {
      width: 210px;
      top: 20px;
      right: 190px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__pic.pic-1 {
      top: 10px;
    }
  }
  .top-section__pic.pic-2 {
    top: 155px;
    right: 200px;
  }
  @media screen and (max-width: 1388px) {
    .top-section__pic.pic-2 {
      width: 176px;
      top: 55px;
      right: 110px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__pic.pic-2 {
      top: 45px;
    }
  }
  .top-section__pic.pic-3 {
    top: 235px;
    right: 420px;
  }
  @media screen and (max-width: 1388px) {
    .top-section__pic.pic-3 {
      width: 180px;
      top: 90px;
      right: 190px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__pic.pic-3 {
      top: 80px;
    }
  }
  .top-section__pic.pic-4 {
    top: 338px;
    right: 432px;
  }
  @media screen and (max-width: 1388px) {
    .top-section__pic.pic-4 {
      width: 170px;
      top: 135px;
      right: 194px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__pic.pic-4 {
      top: 125px;
    }
  }
  .top-section__pic.pic-5 {
    top: 540px;
    right: 300px;
  }
  @media screen and (max-width: 1388px) {
    .top-section__pic.pic-5 {
      width: 176px;
      top: 225px;
      right: 140px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-section__pic.pic-5 {
      top: 215px;
    }
  }
  @media screen and (max-width: 1388px) {
    .top-services {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      padding-top: 50px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-services {
      display: block;
    }
  }
  .top-services__content {
    padding: 140px 0 90px;
  }
  @media screen and (max-width: 1587px) {
    .top-services__content {
      padding: 70px 0 90px;
    }
  }
  @media screen and (max-width: 1388px) {
    .top-services__content {
      padding: 45px 0 80px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-services__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 30px;
      padding: 45px 0 60px;
    }
  }
  .top-services__content:before {
    content: "АВТОМАТИЗИРУЙТЕ";
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 138px;
    line-height: 193px;
    font-style: italic;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ee814e),
      color-stop(52%, rgba(238, 129, 78, 0.78)),
      color-stop(77%, rgba(238, 129, 78, 0))
    );
    background: -o-linear-gradient(
      top,
      #ee814e 0%,
      rgba(238, 129, 78, 0.78) 52%,
      rgba(238, 129, 78, 0) 77%
    );
    background: linear-gradient(
      180deg,
      #ee814e 0%,
      rgba(238, 129, 78, 0.78) 52%,
      rgba(238, 129, 78, 0) 77%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media screen and (max-width: 1587px) {
    .top-services__content:before {
      font-size: clamp(30px, 9cqi, 138px);
      line-height: clamp(30px, 9cqi, 193px);
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }
  @media screen and (max-width: 1388px) {
    .top-services__content:before {
      font-size: clamp(30px, 7.5cqi, 138px);
      line-height: clamp(30px, 7.5cqi, 193px);
    }
  }
  @media screen and (max-width: 767px) {
    .top-services__content:before {
      opacity: 0.5;
      background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ee814e),
        color-stop(52%, rgba(238, 129, 78, 0.78)),
        color-stop(97.5%, rgba(238, 129, 78, 0))
      );
      background: -o-linear-gradient(
        top,
        #ee814e 0%,
        rgba(238, 129, 78, 0.78) 52%,
        rgba(238, 129, 78, 0) 97.5%
      );
      background: linear-gradient(
        180deg,
        #ee814e 0%,
        rgba(238, 129, 78, 0.78) 52%,
        rgba(238, 129, 78, 0) 97.5%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }
  .top-services__item {
    line-height: 28px;
  }
  .top-services__item:not(.animate__fadeInRight) {
    opacity: 0;
  }
  @media screen and (max-width: 1388px) {
    .top-services__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-column-gap: 6px;
      -moz-column-gap: 6px;
      column-gap: 6px;
      height: 42px;
      font-size: 10px;
      line-height: 12px;
    }
    .top-services__item:not(.item-4) {
      border-right: 2px solid rgba(60, 72, 86, 0.3);
      padding-right: 10px;
    }
    .top-services__item:not(.item-1) {
      padding-left: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .top-services__item {
      font-size: 14px;
      line-height: 20px;
      height: auto;
      width: 240px;
      -webkit-column-gap: 12px;
      -moz-column-gap: 12px;
      column-gap: 12px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
    }
    .top-services__item:not(.item-4) {
      border-right: none;
      padding: 0;
    }
    .top-services__item:not(.item-1) {
      padding: 0;
    }
  }
  .top-services__item.item-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
  }
  @media screen and (max-width: 1388px) {
    .top-services__item.item-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
    }
  }
  @media screen and (max-width: 767px) {
    .top-services__item.item-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
  }
  .top-services__item.item-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
  }
  @media screen and (max-width: 1388px) {
    .top-services__item.item-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
    }
  }
  @media screen and (max-width: 767px) {
    .top-services__item.item-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
  }
  .top-services__item.item-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  @media screen and (max-width: 1388px) {
    .top-services__item.item-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
      flex: 0 0 27%;
    }
  }
  @media screen and (max-width: 767px) {
    .top-services__item.item-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
  }
  .top-services__item.item-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
  }
  @media screen and (max-width: 1388px) {
    .top-services__item.item-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
      flex: 0 0 23%;
    }
  }
  @media screen and (max-width: 767px) {
    .top-services__item.item-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
  }
  .top-services__item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 32px;
    margin: 3px 14px 0 0;
  }
  @media screen and (max-width: 1388px) {
    .top-services__item-icon {
      width: 24px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
      flex: 0 0 24px;
      height: 24px;
      margin: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .top-services__item-icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
      flex: 0 0 36px;
      height: 36px;
    }
  }
  .top-services__item-sep {
    margin: 0 2%;
    -ms-flex-item-align: end;
    align-self: end;
    padding-right: 20px;
    opacity: 0.3;
  }
  .top-services__item-sep svg {
    width: 53px;
  }
  @media screen and (max-width: 1388px) {
    .top-services__item-sep {
      display: none;
    }
  }
  .use-section__content {
    padding: 65px 0 48px;
  }
  @media screen and (max-width: 1388px) {
    .use-section__content {
      padding: 25px 0 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .use-section__content {
      padding: 30px 0;
    }
  }
  @media screen and (max-width: 1388px) {
    .use-section__label {
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .use-section__label {
      text-align: center;
    }
  }
  .use-section__title {
    margin-bottom: 54px;
    max-width: 1030px;
  }
  @media screen and (max-width: 1388px) {
    .use-section__title {
      max-width: 360px;
      margin-bottom: 26px;
    }
  }
  @media screen and (max-width: 767px) {
    .use-section__title {
      margin-bottom: 20px;
      max-width: 100%;
      text-align: center;
    }
  }
  .use-section__list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  @media screen and (max-width: 767px) {
    .use-section__list-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0;
    }
  }
  .use-section__list-pager {
    margin-top: 20px;
    display: none;
  }
  @media screen and (max-width: 767px) {
    .use-section__list-pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .use-section__list-pager .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #d9d9d9;
    opacity: 1;
  }
  .use-section__list-pager .swiper-pagination-bullet-active {
    background: #ee814e;
  }
  .use-section__item {
    margin: 0;
  }
  @media screen and (max-width: 1388px) {
    .use-section__item svg {
      width: 38px;
      height: 38px;
    }
  }
  @media screen and (max-width: 767px) {
    .use-section__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      border-radius: 8px;
      -webkit-box-shadow: 2px 22px 40px rgba(22, 47, 69, 0.03);
      box-shadow: 2px 22px 40px rgba(22, 47, 69, 0.03);
      padding: 13px 26px 20px;
      border: 1px solid #d9d9d9;
    }
    .use-section__item svg {
      width: 48px;
      height: 48px;
    }
  }
  .use-section__item-title {
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 20px;
    margin: 20px 0 24px;
  }
  @media screen and (max-width: 1388px) {
    .use-section__item-title {
      font-size: 12px;
      line-height: 12px;
      margin: 5px 0 6px;
    }
  }
  @media screen and (max-width: 767px) {
    .use-section__item-title {
      font-size: 16px;
      line-height: 20px;
      margin: 10px 0;
    }
  }
  .use-section__item-desc {
    line-height: 28px;
  }
  @media screen and (max-width: 1388px) {
    .use-section__item-desc {
      line-height: 16px;
      font-size: 12px;
    }
  }
  @media screen and (max-width: 767px) {
    .use-section__item-desc {
      line-height: 20px;
    }
  }
  .what-do-bots {
    margin: 120px 0;
    background-color: #f6f6f7;
    padding: 60px 0;
  }
  @media screen and (max-width: 1388px) {
    .what-do-bots {
      margin: 80px 0 50px;
      padding: 20px 0 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .what-do-bots {
      padding: 75px 0 30px;
    }
  }
  .what-do-bots .wave-top {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-99%);
    -ms-transform: translateY(-99%);
    transform: translateY(-99%);
  }
  .what-do-bots .wave-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(99%) rotate(-180deg);
    -ms-transform: translateY(99%) rotate(-180deg);
    transform: translateY(99%) rotate(-180deg);
  }
  .what-do-bots__title {
    margin-bottom: 40px;
  }
  @media screen and (max-width: 1388px) {
    .what-do-bots__title {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .what-do-bots__title {
      margin: 0 0 30px 10px;
    }
  }
  @media screen and (min-width: 768px) {
    .what-do-bots__slider-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 29px 20px;
      max-width: 1100px;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 1388px) {
    .what-do-bots__slider-list {
      gap: 14px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
    }
  }
  @media screen and (max-width: 767px) {
    .what-do-bots__slider-list {
      gap: 0;
    }
  }
  .what-do-bots__slider-slide {
    width: 246px;
  }
  @media screen and (max-width: 1388px) {
    .what-do-bots__slider-slide {
      width: 192px;
    }
  }
  @media screen and (max-width: 767px) {
    .what-do-bots__slider-slide {
      width: 246px;
    }
  }
  .what-do-bots__slider-content {
    height: 380px;
    border-radius: 10px;
    background-color: #fff;
    padding: 21px 24px;
    overflow: hidden;
    color: #303030;
  }
  @media screen and (max-width: 1388px) {
    .what-do-bots__slider-content {
      height: 274px;
      padding: 25px 18px;
    }
  }
  @media screen and (max-width: 767px) {
    .what-do-bots__slider-content {
      height: 352px;
      padding: 21px 24px;
    }
  }
  .what-do-bots__slider-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
  @media screen and (max-width: 1388px) {
    .what-do-bots__slider-icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 127px;
      flex: 0 0 127px;
    }
    .what-do-bots__slider-icon svg {
      -webkit-transform: scale(80%);
      -ms-transform: scale(80%);
      transform: scale(80%);
    }
  }
  @media screen and (max-width: 767px) {
    .what-do-bots__slider-icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px;
    }
    .what-do-bots__slider-icon svg {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }
  .what-do-bots__slider-title {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 1388px) {
    .what-do-bots__slider-title {
      font-size: 12px;
      line-height: 12px;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .what-do-bots__slider-title {
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 20px;
    }
  }
  .what-do-bots__slider-desc {
    font-size: 16px;
    line-height: 18px;
  }
  @media screen and (max-width: 1388px) {
    .what-do-bots__slider-desc {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 767px) {
    .what-do-bots__slider-desc {
      font-size: 13px;
      line-height: 18px;
    }
  }
  .what-section__content {
    padding: 0 0 30px;
    -webkit-column-gap: 85px;
    -moz-column-gap: 85px;
    column-gap: 85px;
  }
  @media screen and (max-width: 1388px) {
    .what-section__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .what-section__content {
      row-gap: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .what-section__title {
      text-align: center;
      line-height: 36px;
      width: 250px;
      margin: 0 auto;
    }
  }
  .what-section__text {
    margin-top: 20px;
    line-height: 28px;
  }
  @media screen and (max-width: 1388px) {
    .what-section__text {
      line-height: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .what-section__text {
      line-height: 18px;
    }
  }
  .what-section__text p:not(:first-child):not(:last-child),
  .what-section__text ul {
    margin-bottom: 25px;
  }
  @media screen and (max-width: 1388px) {
    .what-section__text p:not(:first-child):not(:last-child),
    .what-section__text ul {
      margin-bottom: 20px;
    }
  }
  .what-section__text ul {
    padding-left: 15px;
  }
  .what-section__text ul,
  .what-section__text li {
    list-style-type: inherit;
    list-style-position: inside;
  }
  .work-section__content {
    padding: 45px 0 68px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__content {
      padding: 30px 0 0;
    }
  }
  @media screen and (max-width: 1388px) {
    .work-section__label {
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__label {
      text-align: center;
    }
  }
  .work-section__title {
    margin-bottom: 50px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__title {
      margin-bottom: 23px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__title {
      margin-bottom: 20px;
      text-align: center;
    }
  }
  @media screen and (max-width: 1587px) {
    .work-section__steps {
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__steps {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      row-gap: 50px;
    }
  }
  .work-section__steps-test {
    height: 200px;
  }
  @media screen and (min-width: 768px) {
    .work-section__steps-wrapper {
      padding-bottom: 100px;
      -webkit-transition: opacity 1s, height 1s, padding 3s;
      -o-transition: opacity 1s, height 1s, padding 3s;
      transition: opacity 1s, height 1s, padding 3s;
    }
    .work-section__steps-wrapper.hidden {
      opacity: 0;
      height: 0;
      padding: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__steps-wrapper {
      margin-bottom: 20px;
    }
  }
  .work-section__steps-item {
    row-gap: 30px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__steps-item {
      row-gap: 20px;
    }
  }
  .work-section__steps-item svg {
    position: absolute;
    top: 19px;
    right: 0;
  }
  @media screen and (max-width: 1388px) {
    .work-section__steps-item svg {
      width: 10px;
      top: 13px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__steps-item svg {
      top: auto;
      right: auto;
      bottom: -20px;
      left: 50%;
      width: 40px;
      -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg);
    }
  }
  .work-section__steps-item.item-2 svg,
  .work-section__steps-item.item-4 svg {
    right: -10px;
  }
  @media screen and (max-width: 767px) {
    .work-section__steps-item.item-2 svg,
    .work-section__steps-item.item-4 svg {
      right: auto;
    }
  }
  .work-section__steps-item.item-3 svg {
    right: -60px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__steps-item.item-3 svg {
      right: -25px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__steps-item.item-3 svg {
      right: auto;
      bottom: -30px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__steps-item.item-4 svg {
      bottom: -30px;
    }
  }
  .work-section__steps-item.item-5 svg {
    right: -35px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__steps-item.item-5 svg {
      right: -15px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__steps-item.item-5 svg {
      right: auto;
      bottom: -30px;
    }
  }
  .work-section__steps-title {
    text-align: center;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 22px;
    color: #303030;
    height: 44px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__steps-title {
      font-size: 10px;
      line-height: 12px;
      height: 36px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__steps-title {
      height: auto;
      font-size: 18px;
      line-height: 22px;
    }
  }
  .work-section__slider {
    row-gap: 40px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider {
      row-gap: 20px;
    }
  }
  @media screen and (min-width: 768px) {
    .work-section__slider {
      -webkit-transition: opacity 3s, height 3s;
      -o-transition: opacity 3s, height 3s;
      transition: opacity 3s, height 3s;
    }
    .work-section__slider.hidden {
      opacity: 0;
      height: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-nav {
      margin: 0 -50px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-nav {
      display: none;
    }
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-nav-item {
      width: 160px;
    }
  }
  .work-section__slider-nav-item > svg {
    position: absolute;
    right: -29px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-nav-item > svg {
      width: 14px;
      right: -20px;
    }
  }
  .work-section__slider-nav-item-content {
    height: 114px;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-nav-item-content {
      height: 80px;
      border-radius: 14px;
    }
  }
  .swiper-slide-thumb-active .work-section__slider-nav-item-content {
    border-color: #ee814e;
    -webkit-box-shadow: 0px 18px 20px -17px rgba(120, 106, 158, 0.25);
    box-shadow: 0px 18px 20px -17px rgba(120, 106, 158, 0.25);
    outline: 3px solid #ee814e;
  }
  @media screen and (max-width: 1388px) {
    .swiper-slide-thumb-active .work-section__slider-nav-item-content {
      outline-width: 1px;
    }
  }
  .nav-1 .work-section__slider-nav-item-content {
    padding-left: 66px;
  }
  @media screen and (max-width: 1388px) {
    .nav-1 .work-section__slider-nav-item-content {
      padding-left: 46px;
    }
  }
  .nav-2 .work-section__slider-nav-item-content {
    padding-left: 84px;
  }
  @media screen and (max-width: 1388px) {
    .nav-2 .work-section__slider-nav-item-content {
      padding-left: 59px;
    }
  }
  .nav-3 .work-section__slider-nav-item-content {
    padding-left: 37px;
  }
  @media screen and (max-width: 1388px) {
    .nav-3 .work-section__slider-nav-item-content {
      padding-left: 26px;
    }
  }
  .nav-4 .work-section__slider-nav-item-content {
    padding-left: 74px;
  }
  @media screen and (max-width: 1388px) {
    .nav-4 .work-section__slider-nav-item-content {
      padding-left: 52px;
    }
  }
  .nav-5 .work-section__slider-nav-item-content {
    padding-left: 31px;
  }
  .nav-6 .work-section__slider-nav-item-content {
    padding-left: 24px;
  }
  @media screen and (max-width: 1388px) {
    .nav-6 .work-section__slider-nav-item-content {
      padding-left: 15px;
    }
  }
  .work-section__slider-nav-title {
    line-height: 22px;
    font-size: 18px;
    font-family: "Montserrat";
    color: #303030;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-nav-title {
      font-size: 12px;
      line-height: 14px;
    }
  }
  .work-section__slider-nav-pic {
    position: absolute;
    left: 0;
    top: 0;
  }
  .nav-1 .work-section__slider-nav-pic {
    top: auto;
    bottom: 0;
  }
  @media screen and (max-width: 1388px) {
    .nav-1 .work-section__slider-nav-pic {
      width: 65px;
    }
  }
  @media screen and (max-width: 1388px) {
    .nav-2 .work-section__slider-nav-pic {
      width: 76px;
    }
  }
  @media screen and (max-width: 1388px) {
    .nav-4 .work-section__slider-nav-pic {
      width: 47px;
    }
  }
  .nav-6 .work-section__slider-nav-pic {
    left: auto;
    right: 10px;
  }
  @media screen and (max-width: 1388px) {
    .nav-6 .work-section__slider-nav-pic {
      width: 50px;
    }
  }
  .work-section__slider-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-list {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
  }
  .work-section__slider-slide {
    border-radius: 30px;
    overflow: hidden;
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-slide {
      border-radius: 8px;
    }
  }
  .work-section__slider-item {
    background-color: #f6f6f7;
    padding: 60px 90px;
    height: 450px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-item {
      height: 240px;
      padding: 24px 37px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-item {
      height: 273px;
      padding: 20px 10px;
    }
  }
  .work-section__slider-item:before {
    content: "";
    width: 206px;
    height: 206px;
    position: absolute;
    left: -13px;
    bottom: -5px;
    border-radius: 50%;
    background-color: #ffa880;
    -webkit-filter: blur(160px);
    filter: blur(160px);
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-item:before {
      width: 80px;
      height: 80px;
      bottom: 0;
      left: -5px;
      -webkit-filter: blur(60px);
      filter: blur(60px);
    }
  }
  .work-section__slider-item > svg {
    position: absolute;
    left: 41px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-item > svg {
      left: 40px;
      height: 185px;
      width: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-item > svg {
      display: none;
    }
  }
  .work-section__slider-pic {
    position: absolute;
  }
  .work-section__slider-pic.pic-1 {
    bottom: 0;
    right: 680px;
  }
  @media screen and (max-width: 1587px) {
    .work-section__slider-pic.pic-1 {
      right: 480px;
    }
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-pic.pic-1 {
      right: 250px;
      width: 186px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-pic.pic-1 {
      width: auto;
      bottom: auto;
      top: 10px;
      right: 10px;
    }
  }
  .work-section__slider-pic.pic-2 {
    bottom: 0;
    right: 111px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-pic.pic-2 {
      right: 18px;
      width: 328px;
      bottom: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-pic.pic-2 {
      right: 0;
      width: auto;
    }
  }
  .work-section__slider-pic.pic-5 {
    bottom: 0;
    right: 40px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-pic.pic-5 {
      width: 404px;
      bottom: auto;
      top: 0;
      right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-pic.pic-5 {
      width: auto;
      bottom: 0;
      top: auto;
      right: 0;
    }
  }
  .work-section__slider-pic.pic-3 {
    top: 70px;
    right: 150px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-pic.pic-3 {
      right: 0;
      width: 388px;
      top: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-pic.pic-3 {
      top: auto;
      bottom: 0;
      right: auto;
      left: 0;
      width: auto;
    }
  }
  .work-section__slider-pic.pic-4 {
    top: 0;
    right: 70px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-pic.pic-4 {
      right: 0;
      width: 387px;
      top: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-pic.pic-4 {
      top: auto;
      bottom: 0;
      right: auto;
      left: 0;
      width: auto;
    }
  }
  .work-section__slider-pic.pic-6 {
    top: 0;
    right: 70px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-pic.pic-6 {
      width: 336px;
      top: 20px;
      right: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-pic.pic-6 {
      top: auto;
      bottom: 0;
      right: 0;
      width: auto;
    }
  }
  .work-section__slider-step {
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 18px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-step {
      font-size: 12px;
      line-height: 14px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-step {
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 20px;
    }
    .item-1 .work-section__slider-step {
      margin-bottom: 10px;
    }
    .item-5 .work-section__slider-step {
      margin-bottom: 47px;
    }
    .item-6 .work-section__slider-step {
      margin-bottom: 17px;
    }
  }
  .work-section__slider-title {
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 31px;
    margin: 98px 0 7px;
    color: #303030;
  }
  .work-section__slider-title-link {
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
    color: #303030;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-title-link {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-title-link {
      margin-bottom: 0;
      font-size: 16px;
      line-height: 19px;
      width: 132px;
    }
  }
  .item-1 .work-section__slider-title {
    margin-top: 58px;
  }
  @media screen and (max-width: 1388px) {
    .item-1 .work-section__slider-title {
      margin-top: 18px;
    }
  }
  @media screen and (max-width: 767px) {
    .item-1 .work-section__slider-title {
      margin: 0 0 4px;
      width: 160px;
    }
  }
  @media screen and (max-width: 1388px) {
    .item-2 .work-section__slider-title {
      margin-top: 49px;
    }
  }
  @media screen and (max-width: 767px) {
    .item-2 .work-section__slider-title {
      margin: 0 0 5px;
    }
  }
  @media screen and (max-width: 1388px) {
    .item-3 .work-section__slider-title,
    .item-4 .work-section__slider-title,
    .item-5 .work-section__slider-title {
      margin-top: 56px;
    }
  }
  .item-6 .work-section__slider-title {
    margin-top: 75px;
    width: 380px;
  }
  @media screen and (max-width: 1388px) {
    .item-6 .work-section__slider-title {
      margin-top: 32px;
      width: 187px;
    }
  }
  @media screen and (max-width: 767px) {
    .item-6 .work-section__slider-title {
      margin: 0 0 12px;
      width: auto;
    }
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-title {
      font-size: 12px;
      line-height: 16px;
      margin: 18px 0 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-title {
      font-size: 16px;
      line-height: 19px;
      margin: 0 0 15px;
    }
    .item-5 .work-section__slider-title {
      margin: 0 0 12px;
      padding-right: 180px;
    }
    .item-3 .work-section__slider-title,
    .item-4 .work-section__slider-title {
      margin: 0 0 10px;
    }
  }
  .work-section__slider-desc {
    font-size: 18px;
    line-height: 22px;
    color: #303030;
    max-width: 400px;
  }
  .item-1 .work-section__slider-desc {
    max-width: 365px;
  }
  @media screen and (max-width: 1388px) {
    .item-1 .work-section__slider-desc {
      max-width: 200px;
    }
  }
  .item-6 .work-section__slider-desc {
    max-width: 560px;
  }
  @media screen and (max-width: 1388px) {
    .item-6 .work-section__slider-desc {
      max-width: 260px;
    }
  }
  @media screen and (max-width: 767px) {
    .item-6 .work-section__slider-desc {
      max-width: 100%;
      padding-right: 105px;
    }
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-desc {
      font-size: 12px;
      line-height: 14px;
      max-width: 260px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-desc {
      font-size: 14px;
      line-height: 20px;
      max-width: 100%;
    }
    .item-1 .work-section__slider-desc {
      line-height: 17px;
      max-width: inherit;
    }
    .item-2 .work-section__slider-desc {
      line-height: 17px;
      max-width: inherit;
      padding-right: 130px;
    }
    .item-5 .work-section__slider-desc {
      padding-right: 160px;
    }
  }
  .work-section__slider-link {
    color: #2697ff;
  }
  .work-section__slider-logo-link {
    margin-top: 26px;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-logo-link {
      margin-top: 16px;
    }
    .work-section__slider-logo-link svg {
      width: 152px;
      height: 34px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-logo-link {
      margin-top: 14px;
    }
    .work-section__slider-logo-link svg {
      width: 126px;
      height: 28px;
    }
  }
  .work-section__slider-messengers {
    position: absolute;
  }
  .item-2 .work-section__slider-messengers-link svg {
    width: 57px;
    height: 57px;
  }
  @media screen and (max-width: 1388px) {
    .item-2 .work-section__slider-messengers-link svg {
      width: 26px;
      height: 26px;
    }
  }
  @media screen and (max-width: 767px) {
    .item-2 .work-section__slider-messengers-link svg {
      width: 45px;
      height: 45px;
    }
  }
  @media screen and (max-width: 1388px) {
    .item-3 .work-section__slider-messengers-link svg {
      width: 36px;
      height: 36px;
    }
  }
  @media screen and (max-width: 767px) {
    .item-3 .work-section__slider-messengers-link svg {
      width: 45px;
      height: 45px;
    }
  }
  .item-2 .work-section__slider-messengers {
    right: 570px;
    bottom: 118px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  @media screen and (max-width: 1388px) {
    .item-2 .work-section__slider-messengers {
      -webkit-column-gap: 9px;
      -moz-column-gap: 9px;
      column-gap: 9px;
      bottom: 65px;
      right: 224px;
    }
  }
  @media screen and (max-width: 767px) {
    .item-2 .work-section__slider-messengers {
      left: 10px;
      right: auto;
      bottom: 45px;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
    }
  }
  .item-3 .work-section__slider-messengers {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: -30px 0 0;
    right: 275px;
    top: 50%;
  }
  @media screen and (max-width: 1388px) {
    .item-3 .work-section__slider-messengers {
      -webkit-column-gap: 12px;
      -moz-column-gap: 12px;
      column-gap: 12px;
      right: 85px;
      margin: -18px 0 0;
    }
  }
  @media screen and (max-width: 767px) {
    .item-3 .work-section__slider-messengers {
      right: auto;
      left: 137px;
      top: auto;
      bottom: 32px;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
    }
  }
  .work-section__slider-box-link {
    position: absolute;
    top: 136px;
    right: 259px;
  }
  @media screen and (max-width: 1587px) {
    .work-section__slider-box-link {
      right: 100px;
    }
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-box-link {
      right: 40px;
      top: 56px;
    }
  }
  @media screen and (max-width: 767px) {
    .work-section__slider-box-link {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      right: auto;
      top: auto;
      left: 10px;
      bottom: 11px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-column-gap: 13px;
      -moz-column-gap: 13px;
      column-gap: 13px;
    }
  }
  .work-section__slider-box-link-text {
    padding: 10px 12px 36px;
    font-size: 17px;
    line-height: 20px;
    width: 283px;
    border-radius: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0px 50px 40px -30px rgba(18, 17, 69, 0.11);
    box-shadow: 0px 50px 40px -30px rgba(18, 17, 69, 0.11);
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-box-link-text {
      font-size: 11px;
      line-height: 13px;
      width: 185px;
      padding: 6px 17px 17px 8px;
    }
  }
  .work-section__slider-box-link-text:after {
    content: "9:46";
    position: absolute;
    right: 7px;
    bottom: 7px;
    font-size: 12px;
    line-height: 12px;
    color: #9a9a9a;
  }
  @media screen and (max-width: 1388px) {
    .work-section__slider-box-link-text:after {
      font-size: 8px;
      line-height: 14px;
      right: 4px;
      bottom: 4px;
    }
  }
  .smarty-chat-widget-modal {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
  }
}
