@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

:root {
  --first-color: #2cbed2;
  --second-color: #ee3e5a;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
@keyframes placeholderShimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 10;
  transition: all 100ms ease-out;
}
.header .offer-tag {
  position: relative;
  font-size: 0.85rem;
  background-color: #2cbed2;
  color: #fff;
  text-align: center;
  padding: 6px 5px 6px 12px;
}
.header .offer-tag strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header .offer-tag {
    text-align: left;
  }
}
.header .offer-tag::after {
  content: "";
  position: absolute;
  border: 16px solid #2cbed2;
  border-bottom-color: #2cbed2;
  top: 0;
  border-width: 14px;
  bottom: 0;
  border-right-color: transparent;
}
@media (max-width: 1199px) {
  .header {
    position: sticky;
  }
}
.header:not(.js--scrolled) {
  color: #fff;
}
.header .brand svg {
  fill: #ffffff;
}
.header.js--scrolled {
  background-color: #fff;
  color: #000;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.header.js--scrolled .brand svg .cls-3 {
  fill: #000;
}
.header.js--scrolled .brand svg .cls-6 {
  fill: #2cbed2;
}
.header-inner {
  padding: 1.25rem 2.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-inner {
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    padding: 0.75rem 2rem;
  }
}
.header-end {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header .brand svg {
    max-width: 100px;
  }
  .header .brand svg .cls-3 {
    fill: #000;
  }
  .header .brand svg .cls-6 {
    fill: #2cbed2;
  }
}
.header-topbar {
  background-repeat: no-repeat;
  background-color: #0d7d8b !important;
  padding: 8px 10px;
  color: #fff;
  font-size: 1rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .header-topbar {
    background-size: 450%;
    background-repeat: no-repeat;
    background-position: -1% 100%;
  }
}
@media (max-width: 1600px) {
  .header-topbar {
    font-size: 14px;
  }
}
.header-topbar strong {
  font-weight: 700;
}
.header-topbar-link {
  text-decoration: underline;
  padding-left: 0.3rem;
  color: #fff;
  text-underline-offset: 3px;
}
.header-topbar-link:hover {
  color: #fff;
}
.header-topbar-close {
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.header-topbar-close::after, .header-topbar-close::before {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  left: 10px;
  top: 50%;
  width: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
.header-topbar-close::before {
  transform: translateY(-50%) rotate(45deg);
}

.footer {
  padding: calc(1rem + 4vw) 0;
  padding-bottom: 0;
}
.footer .container {
  max-width: 1800px;
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .footer .container {
    padding: 0 15px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .footer .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .footer .container {
    padding: 0 2rem;
  }
}
.footer-bottom {
  padding: calc(1rem + 2vw) 0;
}
.footer-bottom-inner {
  font-size: 0.85rem;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1199px) {
  .footer-bottom-inner {
    flex-direction: column-reverse;
  }
}
.footer-bottom .footer-nav {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer-bottom .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
}
.footer-bottom .footer-nav a {
  display: block;
  position: relative;
  padding-bottom: 0.35rem;
  margin-left: 1.5rem;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  color: inherit;
}
@media (max-width: 991px) {
  .footer-bottom .footer-nav a {
    padding: 0.5rem;
    margin: 5px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .footer-bottom .footer-nav a {
    padding: 0.35rem 0.45rem;
    margin: 0.25rem;
    font-size: 13px;
  }
}
.footer-bottom .footer-nav a:last-child {
  margin-right: 0;
}
.footer-bottom .footer-nav a:hover {
  color: #2cbed2;
  text-decoration: none;
  background-size: 100% 2px;
}
@media (max-width: 1199px) {
  .footer .copyright {
    text-align: center;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) {
  .footer .copyright {
    max-width: 340px;
  }
}
@media (min-width: 991px) {
  .footer .js-acc-triger::before {
    display: none;
  }
  .footer .js-acc-triger::after {
    display: none;
  }
}

.footer-block {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr 1fr 0.8fr;
}
@media (min-width: 1200px) {
  .footer-block {
    grid-gap: 2rem;
  }
}
@media (min-width: 992px) {
  .footer-block .mobile-accordian-product {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-block .Desktop-accordian-product {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-block {
    grid-gap: 1rem;
  }
}
.footer-block-cta {
  display: flex;
  flex-direction: column;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .footer-block-cta {
    display: block;
    padding: 0 0 2rem 0;
  }
}
.footer-block-cta .btn {
  margin-bottom: 1.5rem !important;
  display: block;
  max-width: 250px;
}
@media (max-width: 991px) {
  .footer-block-cta .btn {
    margin: auto;
  }
}
.footer-block-txt {
  flex: 1;
}
@media (max-width: 991px) {
  .footer-block-txt {
    text-align: center;
  }
}
.footer-block-head {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
.footer-block-data {
  font-size: 14px;
}
@media (max-width: 991px) {
  .footer-block-data {
    display: none;
    margin-bottom: 1.125rem;
  }
}
.footer-block-data strong {
  font-weight: 600;
  display: block;
  margin-bottom: 0.3rem;
}
.footer-block address {
  font-style: normal;
  font-size: 14px;
  font-weight: 300px;
  line-height: 1.6;
}
.footer-block address strong {
  font-weight: 600;
}
.footer-block address + address {
  padding-top: 1rem;
}

.fatbit-social {
  display: flex;
  flex-direction: row;
  max-width: 250px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .fatbit-social {
    margin: 0 auto;
    padding-top: 1.5rem;
  }
}
.fatbit-social a {
  color: #2cbed2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}
.fatbit-social a:hover {
  fill: currentColor;
}

.footer-list {
  display: flex;
  flex-direction: column;
}
.footer-list li {
  font-size: 14px;
  margin-bottom: 1.1rem;
}
.footer-list li a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.3s;
  padding-bottom: 0.35rem;
  color: inherit;
}
.footer-list li a:hover {
  color: #2cbed2;
  text-decoration: none;
  background-size: 100% 2px;
}
.footer-list.footer-list--modify li {
  margin-bottom: 0.75rem;
}

.partner {
  display: inline-flex;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9;
}
.partner a {
  background-color: #f95a21;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 4px;
  display: block;
  padding: 0.4rem 0.8rem;
}
.partner a:hover {
  background-color: #2cbed2;
  color: white;
}

.partner,
.fixed-btn {
  opacity: 0;
  visibility: hidden;
}

.open-popups .fixed-btn {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1199px) {
  .open-popups .partner {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .footer .acc-triger {
    position: relative;
    text-transform: capitalize;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    padding-right: 30px;
    margin-bottom: 1rem;
  }
  .footer .acc-triger:before {
    background: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 800;
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
    width: 16px;
  }
  .footer .acc-triger:after {
    font-weight: 800;
    background: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
  }
  .footer .acc-triger.active:before {
    transform: rotate(0deg);
    content: " ";
  }
  .footer .acc-triger.active:after {
    content: normal;
  }
}
@media (max-width: 1199px) {
  .have-fixed-btn .footer {
    padding-bottom: 4rem;
  }
}

.products .footer-list li a {
  padding-bottom: 2px;
}

.main-title {
  animation-name: blink;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.sticky_btn {
  background: #fff;
  color: #0d7d8b;
  padding: 3px 9px;
  font-weight: 600;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  margin-left: clamp(5px, 1vw, 10px);
  white-space: nowrap;
}

@media (max-width: 992px) {
  .tab-resulation {
    display: block;
    margin-top: 3px;
  }
  .notification-bar-close {
    top: 32%;
    right: 4px;
  }
}
.header.js--scrolled .logo svg .st10 {
  fill: #2cbed2;
}
.header.js--scrolled .logo svg .st1,
.header.js--scrolled .logo svg .st11,
.header.js--scrolled .logo svg .st3 {
  fill: #1f1a17;
}
.header.js--scrolled .logo-with-cap #fur_ball_9_ {
  fill: #ed3131 !important;
}

.logo-with-cap {
  position: relative;
}
.logo-with-cap #CAP {
  position: absolute;
  top: -12px;
  left: -20px;
  width: auto;
}
@media (max-width: 1199px) {
  .logo-with-cap #CAP {
    top: -10px;
    left: -15px;
  }
}

.main-navigation .logo-with-cap {
  position: relative;
  padding-left: 20px;
  padding-top: 12px;
  display: block;
}
.main-navigation .logo-with-cap #CAP {
  position: absolute;
  top: 0px;
  left: 0px;
  fill: #fff !important;
}
.main-navigation .logo-with-cap #CAP path {
  fill: #fff !important;
}
.main-navigation .logo-with-cap #CAP .st4 {
  fill: #ed3131 !important;
}

.sticky-content {
  padding: 6px 0px;
}

svg {
  width: 100%;
}

.contact-nmbr {
  padding-top: 1rem;
  display: block;
}
.contact-nmbr ul li:not(:last-child) {
  margin-bottom: 0.2rem;
}

.cms-number h6 {
  font-size: calc(95.5% + 0.04vw);
}

.header-topbar {
  background-color: #f96300 !important;
}

.sticky {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 12px 1rem;
  background-color: #c4e6f2;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .sticky {
    background-position: center bottom;
    background-size: 100%;
  }
}
@media (min-width: 1500px) {
  .sticky {
    padding: 16px 1rem;
  }
}
@media (max-width: 767px) {
  .sticky {
    background-position: left bottom;
  }
}
.sticky * {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1500px) {
  .sticky * {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .sticky * {
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .sticky * {
    text-align: center;
    font-size: 13px;
  }
}
.sticky .sticky__content {
  z-index: 1;
}
.sticky .sticky__content strong {
  text-wrap: nowrap;
  font-weight: 700;
}
.sticky .sticky__content .svg {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 8px;
}
.sticky a,
.sticky .sticky-btn {
  font-weight: 600;
  margin-left: clamp(5px, 1vw, 10px);
  text-wrap: nowrap;
  color: #fff;
  padding: 4px 8px;
  background-color: #1c4456;
  border: 1px solid #1c4456;
  border-radius: 3px;
  overflow: hidden;
  font-size: 13px;
  cursor: pointer;
}
@media (min-width: 1199px) {
  .sticky a,
  .sticky .sticky-btn {
    padding: 6px 8px;
  }
}
.sticky a:hover,
.sticky .sticky-btn:hover {
  background: #fff;
  border-color: #1c4456;
  -webkit-animation-duration: 0s;
  color: #1c4456 !important;
}
.sticky a .blink,
.sticky .sticky-btn .blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.vertical-line {
  position: relative;
  margin: 0.5rem;
}
.vertical-line::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 2px;
  background-color: #000;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sticky strong {
  font-weight: 700;
}

.membership-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 3.5rem 0 2.5rem;
  max-width: 165px;
}
@media (max-width: 767px) {
  .membership-link {
    margin: 3rem auto;
  }
}
.membership-link:hover {
  color: #000;
}
.membership-link img {
  max-width: 165px;
}
.membership-link span {
  font-weight: 700;
  font-size: 14px;
  line-height: 10px;
}

.sticky {
  padding: 15px 1rem;
  background-repeat: no-repeat;
  color: #000;
  position: relative;
  background-position: center 8%;
  overflow: hidden;
  background-color: #bae1f2;
}
@media (min-width: 768px) {
  .sticky a {
    padding: 0.5rem 1.5rem;
    margin-left: 0.8rem;
  }
}
.sticky__content {
  letter-spacing: normal;
}
@media (max-width: 991px) {
  .sticky__content {
    position: relative;
    z-index: 1;
  }
}
.sticky__content strong {
  color: #1c4456;
}

.sticky--christmas {
  background: radial-gradient(circle, #172226, #080c10 100%);
  position: relative;
  overflow: hidden;
  color: #f9c87f;
}
.sticky--christmas a {
  background-color: #fff !important;
  color: #000;
}
.sticky--christmas a:hover {
  background-color: #23c1cb !important;
  color: #fff !important;
}
.sticky--christmas strong {
  color: #f9c87f !important;
}
.sticky--christmas .vertical-line::after {
  background-color: #fff;
}
.sticky--christmas::after {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../media/christmas/christmas-bg.png");
}
.sticky--christmas .item-sticky {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .sticky--christmas .item-sticky {
    display: none;
  }
}
.sticky--christmas .item-sticky-1 {
  left: 0;
}
.sticky--christmas .item-sticky-2 {
  left: 8%;
  top: 0.5rem;
}
.sticky--christmas .item-sticky-3 {
  left: 15%;
}
@media (max-width: 1500px) {
  .sticky--christmas .item-sticky-3 {
    display: none;
  }
}
.sticky--christmas .item-sticky-4 {
  left: 23%;
  top: -10px;
}
@media (max-width: 1460px) {
  .sticky--christmas .item-sticky-4 {
    display: none;
  }
}
.sticky--christmas .item-sticky-5 {
  right: 22%;
  top: -10px;
}
@media (max-width: 1500px) {
  .sticky--christmas .item-sticky-5 {
    display: none;
  }
}
.sticky--christmas .item-sticky-6 {
  right: 14%;
  top: 0;
}
@media (max-width: 1500px) {
  .sticky--christmas .item-sticky-6 {
    display: none;
  }
}
.sticky--christmas .item-sticky-7 {
  right: 7%;
  top: 10px;
}
.sticky--christmas .item-sticky-8 {
  right: -8px;
  top: 8px;
}
.sticky--christmas .item-sticky-9 {
  top: 8px;
  left: 0;
  transform: scaleX(-1);
}
.sticky--christmas .item-sticky-10 {
  top: 8px;
  right: 0;
}
.sticky--christmas .sticky__content {
  position: relative;
  z-index: 1;
}

.snowflake {
  position: fixed;
  top: -10px;
  z-index: 9999;
  user-select: none;
  pointer-events: none;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: 14px;
  background: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  box-shadow: 1px 1px 1px #555;
}

@keyframes fall {
  to {
    transform: translateY(100vh);
  }
}
.header-navigation {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-navigation {
    display: none;
  }
}
.header-navigation > ul {
  display: flex;
  align-items: center;
}
.header-navigation > ul > li {
  list-style: none;
  padding: 0 1.2rem;
}
.header-navigation > ul > li > a:not(.header-btn) {
  color: currentColor;
  display: block;
  padding: 8px 0px;
  margin: 0 0;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
.header-navigation > ul > li > a:not(.header-btn):hover {
  color: #2cbed2;
  text-decoration: none;
  background-size: 100% 2px;
}

a.header-btn {
  background-color: #23c1cb;
  color: #fff !important;
  padding: 12px 30px;
  border: 1px solid #23c1cb;
  display: inline-block;
  border-radius: 3px;
  margin-left: 1rem;
}
@media (min-width: 1199px) {
  a.header-btn:hover {
    background-color: transparent;
    border-color: currentColor;
  }
}
@media (max-width: 1199px) {
  a.header-btn {
    padding: 10px;
  }
}

.demo-cta {
  color: #23c1cb !important;
  padding: 12px 20px;
  border: 2px solid #23c1cb;
  display: inline-block;
  border-radius: 3px;
  margin-left: 1rem;
}
@media (min-width: 1199px) {
  .demo-cta:hover {
    background-color: #23c1cb;
    border-color: #23c1cb;
    color: #fff !important;
  }
}
@media (max-width: 1199px) {
  .demo-cta {
    padding: 8px 24px;
  }
}

@media (min-width: 1200px) {
  .js--scrolled .header-btn:hover {
    background-color: transparent;
    color: #000 !important;
    border-color: #000;
  }
}

.navs-toggle {
  cursor: pointer;
  display: none;
  vertical-align: middle;
  margin-left: 25px;
  height: 22px;
  line-height: 1;
  width: 30px;
  z-index: 1;
}
.navs-toggle span {
  background: #fff;
  border-radius: 3px;
  display: block;
  margin-bottom: 5px;
  transition: 0.3s all ease;
  height: 3px;
  width: 30px;
}
@media (max-width: 1199px) {
  .navs-toggle span {
    background-color: #000;
  }
}

.navs-toggle span:nth-child(1) {
  width: 25px;
}

.navs-toggle span:nth-child(2) {
  width: 20px;
}

.navs-toggle:hover span:nth-child(3) {
  width: 25px;
}

.navs-toggle:hover span:nth-child(2) {
  width: 30px;
}

.navs-toggle:hover span:nth-child(1) {
  width: 20px;
}

.header.js--scrolled .navs-toggle span,
.header.js--scrolled .navs-toggle span::after,
.header.js--scrolled .navs-toggle span::before {
  background: #000;
}

.navs-toggle::before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  content: "";
  transition: opacity 0.2s ease;
}

.navs-toggle.open::before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.is-scroll-remove {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.is-scroll-remove .header.js--scrolled {
  background: transparent;
}

.navigation-wrap .logo svg path {
  fill: #000;
}

.close--header {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.close--header:hover,
.header--search:hover svg {
  fill: #23c1cb;
}

.header--search:hover .search-txt {
  color: #23c1cb;
}

.header--search:hover {
  border-bottom: solid #23c1cb 1px;
}

.header--search {
  border-bottom: solid #000 1px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  margin-right: 44px;
  transition: 0;
}

.search-txt {
  color: #000;
  margin-right: 3px;
  font-size: 14px;
}

.header--search svg {
  max-width: 12px;
  max-height: 12px;
}

.navigation-wrap-inner {
  overflow: hidden;
  padding-right: 2rem;
  position: relative;
  height: 100%;
}

.main-navigation {
  width: calc(100% + 20px);
  padding-right: 20px;
  overflow: hidden;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.navigation-wrap--head {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .navigation-wrap--head {
    display: none !important;
  }
}

.navigation-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: #fff;
  padding: 1.5rem 2.5rem;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  z-index: 11;
  overflow: hidden;
  overflow-y: auto;
}

.navigation-wrap.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.headernav-dropdown {
  max-width: 1800px;
  margin: 0 auto;
  padding: 3rem 6rem;
}

.headernav-vertical {
  width: 33.33%;
  position: relative;
}

.headernav-dropdown > ul > li > a {
  display: block;
  padding: 10px 0;
  font-size: clamp(1.375rem, 1.593vw + 1.056rem, 2.25rem);
  font-weight: 700;
  color: #d5d2d2;
  position: relative;
}

.headernav-dropdown > ul > li > a .menu-bit {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-right: 5px solid currentColor;
  margin-left: -0.5em;
  position: relative;
  vertical-align: middle;
  transform: rotate(45deg);
  opacity: 1;
  border-top: 5px solid currentColor;
  top: -1px;
}
@media (max-width: 1024px) {
  .headernav-dropdown > ul > li > a .menu-bit {
    border-right-width: 4px;
    border-top-width: 4px;
  }
}
@media (max-width: 767px) {
  .headernav-dropdown > ul > li > a .menu-bit {
    border-right-width: 3px;
    border-top-width: 3px;
  }
}

.headernav-dropdown > ul > li.is-active > a .menu-bit {
  opacity: 1;
}

.headernav-dropdown > ul > li > a:hover {
  color: #1b1b1b;
}

.headernav-dropdown__links {
  position: absolute;
  left: 100%;
  top: 0;
  width: 200%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100%;
  transition: all 0.4s ease-in-out 0s;
  transform: translateY(20px);
}
@media (max-width: 1199px) {
  .headernav-dropdown__links {
    padding-block: 1rem;
  }
}

@media (min-width: 1200px) {
  .headernav-dropdown--link {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .headernav-dropdown--link {
    margin-bottom: 1.5rem;
  }
}

.two-cols__links {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.two-cols__links li {
  flex: 0 0 50%;
  max-width: 50%;
}

.headernav-dropdown__links > .row {
  flex: 0 0 100%;
}

.has-dropdown__links.is-active .headernav-dropdown__links {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0.4s;
}

.has-dropdown__links.is-active a:not(.link-arrow) {
  color: #1b1b1b;
}

.has-dropdown__links.is-active a:not(.link-arrow):hover {
  color: #23c1cb !important;
}

.has-dropdown__links.is-active > a.has-dropmenu:not(.link-arrow):hover {
  color: #1b1b1b !important;
}

.headernav-dropdown__links a:not(.link-arrow) {
  font-size: clamp(0.938rem, 0.6vw + 0.65rem, 1.25rem);
  color: #464646;
  font-weight: 300;
  display: inline-block;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .headernav-dropdown__links a:not(.link-arrow) {
    display: block;
  }
}

.headernav-dropdown__links ul li a:hover {
  color: #23c1cb;
}

.headernav-dropdown__links ul li {
  padding-bottom: 1rem;
}

.headernav-dropdown__links h5 {
  font-weight: 500;
  position: relative;
  padding-bottom: 0.6rem;
  margin-bottom: 1.2rem;
  color: #000;
  font-size: calc(112.5% + 0.29vw);
}

.headernav-dropdown__links h5:after {
  content: "";
  width: 1.75rem;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 1px;
  background: #23c1cb;
}

.headernav-dropdown .fatbit-social {
  width: 33.33%;
}

.headernav-dropdown .fatbit-social ul li img {
  width: 20px;
}

.headernav-dropdown .fatbit-social ul {
  margin: 0;
  display: flex;
}

.headernav-dropdown .fatbit-social ul li {
  margin-right: 5px;
}

.headernav-dropdown .fatbit-social ul li a {
  width: 36px;
  height: 36px;
}

.highlitext-product {
  font-size: 15px;
  display: inline-block;
  border: solid rgb(213, 2, 65) 1px;
  padding: 1px 12px;
  border-radius: 12px;
  color: rgb(213, 2, 65);
  margin-bottom: 5px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .highlitext-product {
    display: none;
  }
}

.highlitext-product.secondary {
  border-color: #23c1cb;
  color: #23c1cb;
}

.con-us {
  font-size: 1.2rem;
  margin-top: 5rem;
}

.con-us a {
  font-size: calc(112.5% + 1.7vw);
  font-weight: 700;
  color: #000;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}

.con-us a:hover {
  color: #23c1cb;
}

.con-us a::after {
  content: "";
  height: 4px;
  position: absolute;
  bottom: 3px;
  left: 1px;
  right: 1px;
  background: #23c1cb;
}

.page-progress-container {
  width: 100%;
  height: 5px;
  background: transparent;
  position: fixed;
  top: auto;
  z-index: 99;
  visibility: hidden;
}
@media only screen and (max-width: 1200px) {
  .page-progress-container {
    display: none;
  }
}
.js--scrolled .page-progress-container {
  visibility: visible;
}

.hidden-overflow .page-progress-container {
  visibility: hidden;
  height: 0;
}

.page-progress-bar {
  height: 5px;
  background: #23c1cb;
  width: 0%;
}

@media (min-width: 1200px) {
  .highlitext-product.secondary {
    position: absolute;
    top: -16px;
  }
  .headernav-dropdown__links a {
    position: relative;
  }
}
@media (max-height: 699px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1380px) {
  .headernav-dropdown {
    padding: 4rem 1rem;
  }
  .headernav-dropdown__links h5 {
    font-size: calc(100% + 0.18vw);
  }
  .close--header svg {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 1280px) {
  .headernav-dropdown > ul > li > a {
    padding: 7px 0;
  }
  .headernav-dropdown {
    padding-top: 1.5rem;
  }
  .main-navigation {
    overflow-y: hidden;
  }
}
@media (min-width: 1199px) {
  .headernav-dropdown > ul > li.is-active > a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 1200px) {
  .main-navigation {
    overflow-y: auto;
  }
  .headernav-dropdown {
    padding: 0;
  }
  .close--header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
  }
  .close--header svg {
    width: 20px;
    height: 20px;
  }
  .header-btn {
    text-decoration: none;
    padding: 6px 20px;
  }
  .navs-toggle {
    display: inline-block;
  }
  .navigation-wrap {
    right: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  /* html{overflow: hidden;} */
  .tablet.toggle__target {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    max-width: 25rem;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .tablet.toggle__target.left {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .tablet.toggle__target.visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .headernav-vertical,
  .headernav-dropdown .fatbit-social {
    width: 100%;
  }
  .headernav-dropdown__links {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: none;
  }
  .headernav-dropdown > ul > li > a {
    padding: 5px 0;
  }
  .headernav-dropdown__links h5 {
    margin-bottom: 0.65rem;
    padding-bottom: 0;
  }
  .headernav-dropdown__links a span br {
    display: none;
  }
  .headernav-dropdown__links h5::after {
    height: 2px;
  }
  .two-cols__links {
    display: block;
  }
  .two-cols__links li {
    max-width: 100%;
  }
  .has-dropdown__links.is-active .headernav-dropdown__links {
    display: block;
  }
  .headernav-dropdown > ul > li.is-active > a:after {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: -0.75rem;
    left: 1rem;
  }
  .header-navigation > ul {
    display: block;
    color: #000;
  }
  .header-navigation > ul > li {
    padding: 1.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .tablet.toggle__target {
    max-width: 20rem;
  }
  .header-btn {
    padding: 6px 16px;
  }
  .navigations .tabs li a {
    padding: 0.5rem 0.8rem !important;
  }
  .mini-links .icn svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .navs-toggle {
    margin-left: 20px;
  }
}
.header-text-link {
  margin-right: 22px;
  font-size: calc(100% + 0.24vw);
  font-weight: 700;
}

strike {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
strike:before {
  content: "";
  height: 1.5px;
  width: 99%;
  background: currentColor;
  position: absolute;
  top: calc(50% - 1px);
  transform: rotate(-23deg);
}

@media (max-width: 992px) {
  .logo-for-christmas {
    position: relative;
    padding-left: 10px;
  }
}
.logo-for-christmas svg.cap {
  position: absolute;
  top: -5px;
  left: -2px;
}
@media (max-width: 992px) {
  .logo-for-christmas svg.cap {
    width: auto;
    top: -2px;
    left: -7px;
  }
}

/******** Header Navigation  UI changes 27062022 ********/
.header-navigation > ul > li {
  position: relative;
}
.header-navigation > ul > li > a {
  position: relative;
}
.header-navigation > ul > li > a.has-dropmenu::after {
  border-top: 2px solid currentColor;
  content: "";
  border-right: 2px solid currentColor;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  display: inline-block;
  margin-top: -4px;
  margin-left: 6px;
  vertical-align: middle;
  transition: 0.2s all ease;
  opacity: 0;
  visibility: hidden;
}
.header-navigation > ul > li > a.has-dropmenu:hover::after {
  visibility: visible;
  opacity: 1;
}
.header-navigation > ul > li > a .nav-badge {
  left: 50%;
  transform: translateX(-50%);
  background-color: #2cbed2;
  color: #fff;
  padding: 5px 8px 3px 8px;
  line-height: 10px;
  font-size: 10px;
  border-radius: 6px;
  font-weight: 600;
  top: -18px;
  text-transform: uppercase;
  position: absolute;
}
.header-navigation > ul > li > a .nav-badge:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border: 5px solid transparent;
  border-top-color: #2cbed2;
}

@media (min-width: 1200px) {
  .services-flex {
    display: flex;
    gap: clamp(3.75rem, 20vw - 11.25rem, 10rem);
  }
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.btn {
  text-align: center;
  padding: 0.8rem 2rem;
  height: auto;
  font-size: calc(100.5% + 0.24vw);
  border-width: 2px;
  border-radius: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  min-width: 230px;
  font-weight: 500;
  border: 2px solid;
  line-height: normal;
  cursor: pointer;
}
.btn:focus {
  outline: none !important;
}
.btn:hover {
  outline: none !important;
}
.btn.btn--primary {
  background-color: #2cbed2;
  color: #fff;
  border-color: #2cbed2;
}
.btn.btn--primary:hover {
  background-color: #fff;
  color: #2cbed2;
}
.btn.btn--brand {
  background-color: var(--first-color);
  border-color: var(--first-color);
  color: #fff;
}
.btn.btn--brand:hover {
  background-color: #fff;
  color: var(--first-color);
}
.btn.btn--secondary {
  background-color: #ee3e5a;
  color: #fff;
  border-color: #ee3e5a;
}
.btn.btn--secondary:hover {
  background-color: transparent;
  color: #ee3e5a;
  border-color: currentColor;
}
.btn.btn-brand {
  background-color: #2cbed2;
  color: white;
}
.btn.btn-outline-brand {
  background: none;
  border-color: #2cbed2;
  color: #2cbed2;
}
.btn.btn-outline-brand:hover {
  background-color: #2cbed2;
  color: #fff;
}
.btn.btn-outline-primary {
  background: #fff;
  border-color: #2cbed2;
  color: #2cbed2;
}
.btn.btn-outline-primary:hover {
  background-color: #2cbed2;
  color: #fff;
}
.btn.btn-outline-secondary {
  background: none;
  border-color: #ee3e5a;
  color: #ee3e5a;
}
.btn.btn-outline-secondary:hover {
  background-color: #ee3e5a;
  color: #fff;
}
.btn.btn-outline-black {
  background: none;
  border-color: #000;
  color: #000;
}
.btn.btn-outline-black:hover {
  background-color: #000;
  color: #fff;
}
.btn.btn--light {
  background: #f3f4f5;
  border-color: #f3f4f5;
}
.btn.btn--light.loading:before {
  border-color: rgba(0, 0, 0, 0.87) !important;
}
.btn.btn--white {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.btn.btn--black {
  background: #000;
  color: #fff;
  border-color: #000;
}
.btn.btn--black:hover {
  background: transparent;
  color: #000;
  border-color: currentColor;
}
.btn-outline-white {
  background: none;
  border-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.btn-gray {
  background: #f3f4f5;
  border-color: #dee2e6;
  color: rgba(0, 0, 0, 0.87);
}
.btn-outline-gray {
  background: none;
  border-color: #dee2e6;
  color: rgba(0, 0, 0, 0.87);
}
.btn-block {
  display: block !important;
  width: 100% !important;
}
.btn-wide {
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn-arrow .svg {
  width: 12px;
  height: 12px;
  margin-top: -4px;
  margin-right: 5px;
}
.btn-icon-start {
  margin-right: 6px;
}
.btn-icon-end {
  margin-left: 6px;
}
.btn--sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  min-width: inherit;
}
.btn--md {
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  min-width: inherit;
}
.btn-link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  line-height: 2;
  font-weight: 600;
}
.btn-link .arrow {
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.btn-link .arrow .svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.btn-link:hover .arrow {
  transform: translateX(0.25rem);
}
.btn .icn .svg {
  width: 16px;
  height: 16px;
}
.btn.loading {
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.loading:before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  content: "";
  background: 0 0;
  border: 2px solid #fff;
  clip-path: inset(0 0 50% 0);
  transform: rotate(0);
  animation: spin 0.6s linear infinite;
}
.btn.loading:hover {
  color: transparent !important;
}
.btn-add {
  display: flex;
  align-items: center;
}
.btn-add .icn {
  margin-right: 8px;
}
.btn-add .icn .svg {
  width: 12px;
  height: 12px;
}
.btn-input {
  background-color: #f3f4f5;
}

a.link {
  color: #2cbed2;
  position: relative;
  font-size: 0.875rem;
  padding-bottom: 4px;
  white-space: nowrap;
  text-rendering: optimizeLegibility;
  transition: color 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
a.link:hover {
  text-decoration: none;
  background-size: 100% 2px;
}
a.link::after, a.link::before {
  display: none;
}
a.link-icn img {
  margin-right: 0.5rem;
}

.fixed-btn {
  padding: 0;
  position: fixed;
  right: 15px;
  height: 50px;
  top: 45%;
  z-index: 5;
  transform: rotate(-90deg) translateX(50%);
  transition: 0.2s ease-in-out;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-weight: 600;
  transform-origin: right;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  min-width: 185px;
  text-align: center;
  overflow: hidden;
}
.fixed-btn .btn-label {
  background-color: #2cd29b;
  color: #fff;
  padding: 11px 20px;
  flex: 1;
}
@media (max-width: 1199px) {
  .fixed-btn {
    top: auto;
    bottom: 0;
    transform: none;
    left: 0;
    right: 0;
    height: auto;
  }
}
.fixed-btn .demo-sticky-btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  color: #fff;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  width: 100%;
}

.link-arrow,
.link-arrow:visited {
  display: inline-flex;
  align-items: center;
  font-size: 1.286rem;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  line-height: 1;
  color: #2cbed2;
}
.link-arrow.secondary,
.link-arrow:visited.secondary {
  color: #ee3e5a;
}
@media (max-width: 576px) {
  .link-arrow,
  .link-arrow:visited {
    font-size: 1rem;
  }
}
.link-arrow:after,
.link-arrow:visited:after {
  display: inline-block;
  content: "";
  width: 1rem;
  margin-left: 0.5rem;
  height: 2px;
  background-color: currentColor;
  transition: width ease 0.3s, margin ease 0.3s;
}
.link-arrow:before,
.link-arrow:visited:before {
  display: inline-block;
  order: 10;
  margin-left: -6px;
  margin-right: 1rem;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: width ease 0.3s, margin ease 0.3s;
}
.link-arrow:hover,
.link-arrow:visited:hover {
  padding-right: 0;
}
.link-arrow:hover:after,
.link-arrow:visited:hover:after {
  width: 2rem;
}
.link-arrow:hover:before,
.link-arrow:visited:hover:before {
  margin-right: 0;
}

.link-underline {
  color: rgba(0, 0, 0, 0.87);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.link-underline:hover {
  color: #2cbed2;
  text-decoration: none;
  background-size: 100% 1px;
}

.link-text {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  color: #2cbed2 !important;
  font-weight: 600;
}
.link-text .icn {
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 8px;
}
.link-text .icn .svg {
  width: 100%;
  height: 100%;
  display: flex;
}

.icon__cta {
  display: flex;
  justify-content: center;
}
@media (max-width: 486px) {
  .icon__cta {
    margin-top: 2rem;
  }
}
.icon__cta .btn--icon {
  display: flex;
  align-items: center;
}
.icon__cta .btn--icon img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.icon__cta .btn--icon span {
  position: relative;
  color: var(--first-color);
}
.icon__cta .btn--icon span:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: -5px;
  height: 1px;
  background: var(--first-color);
  position: absolute;
}
.icon__cta .btn--icon span:hover:after {
  background: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.section {
  padding: calc(1rem + 4vw) 0;
}
.section__header {
  padding-bottom: 3rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section__header {
    padding-bottom: 2rem;
  }
}
.section__header.left {
  margin: 0;
}
.section__header--md {
  max-width: 800px;
}
.section__header--lg {
  max-width: 900px;
}
.section__header--xl {
  max-width: 1000px;
}
.section__header--xxl {
  max-width: 1200px;
}
.section__header .cms h2 {
  margin-bottom: 0;
}
.section__header p {
  margin-top: 1rem;
}

.cms-space {
  margin-bottom: 3.5rem;
}
.cms-center {
  text-align: center;
}
.cms h2 {
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}
.cms h2:after {
  content: "■";
  display: inline;
  position: absolute;
  line-height: 2.6em;
  margin-left: 0.295em;
  font-size: 0.65em;
  color: #23c1cb !important;
  background-color: transparent !important;
}
.cms p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 1.125em;
}

.p-large {
  font-size: calc(112.5% + 0.24vw) !important;
}

.link-align-right {
  display: block;
  text-align: right;
}

.underline {
  margin-bottom: 2rem !important;
  position: relative;
}
@media (max-width: 767px) {
  .underline {
    margin-bottom: 1.125rem !important;
  }
}
.underline:before {
  content: "";
  width: 1.75rem;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 1px;
  background-color: var(--first-color);
}
@media (max-width: 767px) {
  .underline:before {
    height: 2px;
    bottom: -4px;
  }
}

.cms-block {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cms-block {
    display: block;
  }
}
.cms-block-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cms-block-reverse {
    flex-direction: column;
  }
}
.cms-block-reverse .cms-block-content {
  padding-right: calc(0.8rem + 3vw);
  padding-left: 0;
}
@media (min-width: 767px) {
  .cms-block-img {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 1199px) {
  .cms-block-img img {
    width: 100%;
    height: auto;
  }
}
.cms-block-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(0.8rem + 3vw);
}
@media (max-width: 767px) {
  .cms-block-content {
    padding: 1rem 0 0 0;
  }
}
.cms-block-list li {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 1rem 0;
  position: relative;
  padding-left: 25px;
  text-align: left;
}
.cms-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: currentColor;
  width: 13px;
  height: 2px;
  transform: scale(0.9);
}
.cms-block-action {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .cms-block-action {
    padding-top: 1rem;
  }
}

.bit {
  position: relative;
}
.bit:after {
  content: "■";
  display: inline;
  position: absolute;
  line-height: 2.6em;
  margin-left: 0.295em;
  font-size: 0.65em;
  color: #23c1cb !important;
  background-color: transparent !important;
}

.section__cta {
  padding-top: calc(1rem + 1vw);
}
.section__cta h5 {
  font-weight: 500;
}
.section__cta h5 + a {
  margin-top: 10px;
}

.cookie-bar {
  position: fixed;
  right: 0;
  left: 0;
  bottom: -100%;
  background-color: #f3f4f5;
  color: rgba(0, 0, 0, 0.87);
  padding: 15px;
  z-index: 9;
  transition: 0.4s ease-in-out all;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 1199px) {
  .cookie-bar .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cookie-bar {
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  }
}
.cookie-bar-text {
  display: flex;
  align-items: center;
  max-width: fit-content;
  margin: 0 auto;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .cookie-bar-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }
}
.cookie-bar-text p {
  font-weight: 600;
  font-size: 12px;
}
@media (max-width: 767px) {
  .cookie-bar-text p {
    font-size: 10px;
  }
}
.cookie-bar-text p a {
  color: #ee3e5a;
  text-decoration: underline;
}
.cookie-bar .cookie-btn {
  border: solid #28abbd 2px;
  border-radius: 0;
  padding: 0 14px;
  height: 36px;
  color: #28abbd;
  transition: 0.2s ease-in-out all;
  font-weight: 500;
  position: relative;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  min-width: inherit;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cookie-bar .cookie-btn {
    height: 32px;
    font-size: 12px;
  }
}
.cookie-bar.opencookie {
  bottom: 0%;
}

body.opencookie .footer {
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  body.opencookie .footer {
    padding-bottom: 110px;
  }
}

html {
  font-size: 16px;
  overflow-x: hidden;
  height: 100%;
}
@media only screen and (max-width: 1380px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    height: auto;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  height: inherit;
  line-height: 1.42857;
  font-display: swap;
}

body,
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  display: block;
}

h1,
.h1 {
  font-size: calc(112.5% + 3vw);
  font-weight: 500;
  line-height: 1.42;
}

h2,
.h2 {
  font-size: calc(112.5% + 1.15vw);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}

h3,
.h3 {
  font-size: calc(112.5% + 0.75vw);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}

h4,
.h4 {
  font-size: calc(112.5% + 0.44vw);
  line-height: 1.5;
}
h4 strong,
.h4 strong {
  font-weight: 500;
}

h5,
.h5 {
  font-size: calc(112.5% + 0.29vw);
  line-height: 1.59;
  font-weight: 300;
}
h5 strong,
.h5 strong {
  font-weight: 500;
}

h6,
.h6 {
  font-size: calc(112.5% + 0.04vw);
  line-height: 1.5;
  font-weight: 300;
}

p {
  font-weight: 300;
  margin: 0;
  line-height: 1.59;
  font-size: 1.125em;
}

b,
strong {
  font-weight: 500;
}

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

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
  display: block;
}

a {
  color: inherit;
  line-height: normal;
  text-decoration: none;
  outline: 0px;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #2cbed2;
  text-decoration: none;
}

.bg-gray {
  background: #f3f4f5;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #000;
  color: #fff;
}

.border {
  border: 1px solid #dee2e6;
}

.box-shadow {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.container {
  padding: 0 2rem;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (min-width: 767px) {
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 991px) {
  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 991px) {
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 991px) {
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1199px) {
  .text-xl-center {
    text-align: center;
  }
}
@media (min-width: 1199px) {
  .text-xl-right {
    text-align: right;
  }
}
@media (min-width: 1199px) {
  .text-xl-left {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
    padding: 0 100px;
  }
}
.flex-column {
  flex-direction: column !important;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid;
}

.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: end !important;
}

.justify-content-center {
  justify-content: center !important;
}
@media (min-width: 767px) {
  .justify-content-md-center {
    justify-content: center !important;
  }
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

@media (min-width: 1199px) {
  .d-xl-block {
    display: block !important;
  }
}
@media (min-width: 991px) {
  .d-lg-block {
    display: block !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 767px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
}
.br {
  display: block;
}

@media (max-width: 991px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 991px) {
  .hide-desktop {
    display: none;
  }
}

@media (min-width: 1380px) {
  .container {
    max-width: 1800px;
  }
}
.h-100 {
  height: 100%;
}

.list {
  margin: 1rem 0 2rem 0;
}
.list li {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 1rem 0;
  position: relative;
  padding-left: 25px;
  text-align: left;
}
.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: currentColor;
  width: 13px;
  height: 2px;
  transform: scale(0.9);
}
.list--type-2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-color: var(--first-color);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../media/retina/checked-symbol.svg");
  background-size: 10px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.list--tick li:before {
  position: absolute;
  content: "";
  height: 7px;
  width: 12px;
  border-bottom: 1px solid #000;
  border-inline-start: 1px solid #000;
  transform: rotate(-45deg);
  top: 6px;
  background-color: inherit;
}

.list-double,
.list-triple,
.list-quad {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-double li {
  flex: 0 0 48%;
  max-width: 48%;
}

.list-triple li {
  flex: 0 0 31%;
  max-width: 31%;
}

.list-quad li {
  max-width: 24%;
  flex: 0 0 24%;
}

.list-decimal {
  padding: 0.5rem 0;
}

.list-decimal li {
  margin: 1rem 0;
  list-style-type: decimal;
  font-weight: 300;
  padding-left: 0;
}

.list-decimal li:before {
  content: normal;
}

.list-decimal li:last-child {
  margin-bottom: 0;
}

/*expand/collapse/accordion*/
.accordion > ul > li {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #d0dbdf;
}

.accordion.theme-white > ul > li {
  border-bottom-color: #2b424c;
}

.accordion > ul > li:last-child {
  border-bottom: none;
}

.count {
  display: inline-block;
  margin-right: 1rem;
}

.accordion-2 > ul > li {
  border-bottom: none;
  margin-bottom: 0.5rem;
  padding: 1rem;
}
.accordion-2 .acc-triger h5 {
  padding: 0;
  margin: 0;
}

.accordion-2.faq_accordian > ul > li {
  padding: 1.5rem;
}
.accordion-2.faq_accordian h5 {
  font-size: 1.125em;
  font-weight: 600;
}
.accordion-2.faq_accordian h5 strong {
  font-weight: 600;
}
.accordion-2.faq_accordian .acc-triger h5 {
  font-size: inherit;
}
.accordion-2.faq_accordian p {
  font-size: 1rem;
}
.accordion-2.faq_accordian ul.list li {
  font-size: 1rem;
}
.accordion-2.faq_accordian .acc-triger.active h5 {
  display: block;
  width: 100%;
}
.accordion-2.faq_accordian .acc-triger.active:after {
  content: "";
}
.accordion-2.faq_accordian .collateral-content {
  align-items: center;
}

.rounded {
  border-radius: 0.25rem !important;
}

.small,
small {
  font-size: 80%;
}

.accordion-2.faq_accordian2 .acc-triger.active h5 {
  display: block;
  width: 100%;
}
.accordion-2.faq_accordian2 .acc-triger.active:after {
  content: "";
}
.accordion-2.faq_accordian2 .collateral-content {
  align-items: center;
}

.slick-arrow {
  text-indent: -9999px;
}
.slick-arrow:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #000;
  border-width: 2px 2px 0 0;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slick-arrow:after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #000;
  position: absolute;
  transform-origin: 50% 50%;
}
.slick-arrow.slick-prev {
  background: none;
}
.slick-arrow.slick-prev:before {
  transform: rotate(-135deg);
  margin: -8px 0 0 -13px;
}
.slick-arrow.slick-prev:after {
  width: 32px;
  height: 0;
  border-width: 2px 0 0 0;
  transform: translate(-15px, -1px);
}
.slick-arrow.slick-next {
  background: none;
}
.slick-arrow.slick-next:before {
  transform: rotate(45deg);
  margin: -8px 0 0 -4px;
}
.slick-arrow.slick-next:after {
  width: 32px;
  height: 0;
  border-width: 2px 0 0 0;
  transform: translate(-18px, -1px);
}
.slick-arrow:hover {
  opacity: 0.68;
}

.cta .image img {
  width: 100%;
}

.align-items-start {
  align-items: flex-start !important;
}

.header-topbar {
  background: #0d7d8b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 10px 40px 10px 15px;
  position: relative;
  text-align: center;
}
.header-topbar .higlighted {
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .header-topbar {
    flex-wrap: wrap;
    font-size: 14px;
    padding: 10px;
  }
}
.header-topbar .strike {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}
.header-topbar .tool-tip {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 17px;
  width: 17px;
  line-height: 17px;
  position: relative;
  text-align: center;
  margin-left: 10px;
}
.header-topbar .tool-tip:hover .bubble {
  opacity: 1;
  visibility: visible;
  display: block;
}
.header-topbar .tool-tip .bubble {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  bottom: auto !important;
  width: 245px;
  z-index: 9;
  text-align: left;
  background: #000;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 15px;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.2s;
  z-index: 101;
}
.header-topbar .tool-tip .bubble ul {
  text-align: left;
  padding: 4px 0 0 10px;
}
.header-topbar .tool-tip .bubble ul li {
  list-style: disc;
  margin: 5px 0;
  padding: 0;
  border: 0 none;
}
.header-topbar .top-bar-link {
  text-decoration: underline;
  padding-left: 10px;
  color: #fff;
}
.header-topbar .top-bar-link:hover {
  text-decoration: none;
}
.header-topbar .notification-bar-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .header-topbar .notification-bar-close {
    display: none;
  }
}
.header-topbar .notification-bar-close::before, .header-topbar .notification-bar-close:after {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  left: 10px;
  top: 18px;
  width: 20px;
  transform: rotate(-45deg);
}
.header-topbar .notification-bar-close::before {
  transform: rotate(45deg);
}

.grecaptcha-badge {
  display: none !important;
}

.show-demo-form .grecaptcha-badge {
  display: block !important;
}

@media only screen and (min-width: 1500px) {
  .xdsoft_datetimepicker .xdsoft_datepicker,
  .xdsoft_datetimepicker .xdsoft_timepicker,
  .optgroup {
    width: 300px !important;
  }
  .xdsoft_datetimepicker .xdsoft_month {
    width: 120px;
  }
  .xdsoft_datetimepicker .xdsoft_year {
    width: 60px;
  }
}
.icn-calendar {
  background-position: 99% center;
  background-repeat: no-repeat;
}

.icn-calendar {
  background-image: url(../../media/retina/calendar.svg);
  background-size: 20px;
}

.icn-time {
  background-position: 99% center;
  background-repeat: no-repeat;
}

.icn-time {
  background-image: url(../../media/retina/alarm-clock.svg);
  background-size: 20px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  margin-left: auto !important;
  margin-right: auto !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover,
.xdsoft_date.xdsoft_current.xdsoft_today.true {
  background-color: #23c1cb !important;
  box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  background: #23c1cb;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current,
.xdsoft_date.xdsoft_current.true {
  background: #23c1cb;
  box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_calendar th:hover {
  background-color: #f1f1f1 !important;
}

.request-demo-form {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  left: auto;
  background: #fff;
  z-index: 12;
  color: #000;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(100%);
  transition: 0.5s;
  height: 100vh;
  align-self: center;
  /* Firefox */
}
.request-demo-form input::placeholder,
.request-demo-form select::placeholder {
  opacity: 0.25;
}
.request-demo-form .popup_form_outer {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.request-demo-form .popup_form_outer::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
.request-demo-form .pop-up-form-inner {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.request-demo-form .pop-up-form-inner::-webkit-scrollbar {
  display: none;
}
.request-demo-form input::-webkit-outer-spin-button,
.request-demo-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.request-demo-form input[type=number] {
  -moz-appearance: textfield;
}
.request-demo-form label {
  color: inherit;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.request-demo-form label span {
  font-size: 11px;
  color: #858585;
}
.request-demo-form .form .field-set {
  margin-bottom: 2rem;
}
.request-demo-form .field-wraper .error-txt {
  display: none;
  color: #dcdcdc;
  font-size: 12px;
  padding-top: 3px;
}
.request-demo-form .field-wraper.valid .icn-calendar,
.request-demo-form .field-wraper.valid .icn-time, .request-demo-form .field-wraper.invalid .icn-calendar,
.request-demo-form .field-wraper.invalid .icn-time {
  background-image: none;
}
.request-demo-form .field-wraper.valid input, .request-demo-form .field-wraper.invalid input {
  padding-right: 40px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
}
.request-demo-form .field-wraper label.error {
  font-size: 14px;
  padding-top: 4px;
  color: red;
}
.request-demo-form .field-wraper.invalid .error-txt {
  display: block;
}
.request-demo-form .field-wraper.invalid .field_cover {
  position: relative;
}
.request-demo-form .field-wraper.invalid .field_cover::before {
  content: "!";
  position: absolute;
  height: 20px;
  width: 20px;
  right: 4px;
  color: #fff;
  background-color: red;
  font-size: 13px;
  top: 50%;
  transform: translateY(-100%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.request-demo-form .field-wraper.invalid input.error {
  border-color: red !important;
}
.request-demo-form .field-wraper.valid .field_cover {
  position: relative;
}
.request-demo-form .field-wraper.valid .field_cover::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  right: 4px;
  color: #fff;
  background-color: #0cb000;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.request-demo-form .field-wraper.valid .field_cover::after {
  position: absolute;
  content: "";
  top: 10px;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  right: 9px;
  top: 50%;
  margin-top: -1px;
  transform: translateY(-50%) rotate(-45deg);
}
.request-demo-form .pop-head {
  margin-bottom: 10px;
}
.request-demo-form .pop-head h2 {
  font-size: clamp(22px, 2vw, 26px);
  color: inherit;
  font-weight: 600;
}
.request-demo-form .pop-head p {
  color: inherit;
}
.request-demo-form input[type=text],
.request-demo-form input[type=email],
.request-demo-form input[type=phone],
.request-demo-form input[type=search],
.request-demo-form input[type=password],
.request-demo-form input[type=date],
.request-demo-form input[type=url],
.request-demo-form input[type=tel],
.request-demo-form textarea,
.request-demo-form select,
.request-demo-form input[type=number],
.request-demo-form input[type=file] {
  height: 45px;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-size: 14px;
  padding: 0;
  width: 100%;
  font-family: inherit;
  outline: none;
}
.request-demo-form input[type=text]:focus,
.request-demo-form input[type=email]:focus,
.request-demo-form input[type=phone]:focus,
.request-demo-form input[type=search]:focus,
.request-demo-form input[type=password]:focus,
.request-demo-form input[type=date]:focus,
.request-demo-form input[type=url]:focus,
.request-demo-form input[type=tel]:focus,
.request-demo-form textarea:focus,
.request-demo-form select:focus,
.request-demo-form input[type=number]:focus,
.request-demo-form input[type=file]:focus {
  border-color: #000;
}
@media only screen and (max-width: 1600px) {
  .request-demo-form input[type=text],
  .request-demo-form input[type=email],
  .request-demo-form input[type=phone],
  .request-demo-form input[type=search],
  .request-demo-form input[type=password],
  .request-demo-form input[type=date],
  .request-demo-form input[type=url],
  .request-demo-form input[type=tel],
  .request-demo-form textarea,
  .request-demo-form select,
  .request-demo-form input[type=number],
  .request-demo-form input[type=file] {
    height: 38px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .request-demo-form input[type=text],
  .request-demo-form input[type=email],
  .request-demo-form input[type=phone],
  .request-demo-form input[type=search],
  .request-demo-form input[type=password],
  .request-demo-form input[type=date],
  .request-demo-form input[type=url],
  .request-demo-form input[type=tel],
  .request-demo-form textarea,
  .request-demo-form select,
  .request-demo-form input[type=number],
  .request-demo-form input[type=file] {
    height: 35px !important;
  }
}
.request-demo-form input.error,
.request-demo-form select.error {
  border-color: red;
}
.request-demo-form textarea {
  height: 70px !important;
}
.request-demo-form .btn.btn--primary {
  border-radius: 0px !important;
  margin-top: 0px;
  padding: 1rem 2rem;
  font-size: 16px;
  border-radius: 0px !important;
  color: #ffffff;
  border-color: #2cd29b;
  background-color: #2cd29b;
  opacity: 1;
}
.request-demo-form .btn.btn--primary:disabled {
  background-color: #707070;
  color: #ffffff;
  border: 0;
}
.request-demo-form .popup-btn {
  position: absolute;
  left: -65px;
  top: 0;
  height: 45px;
  width: 65px;
  background: #35838c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.request-demo-form .popup-btn img {
  max-width: 30px;
}
@media only screen and (max-width: 1366px) {
  .request-demo-form .popup-btn {
    left: -58px;
    width: 58px;
  }
}
.request-demo-form .field_cover.selectField__wrap {
  position: relative;
}
.request-demo-form .field_cover.selectField__wrap select {
  background-image: none !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  appearance: none;
  padding-right: 30px;
}
.request-demo-form .field_cover.selectField__wrap::after {
  content: " ";
  height: 10px;
  width: 10px;
  border-left: solid #000 2px;
  border-top: solid #000 2px;
  position: absolute;
  right: 8px;
  top: 52%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.request-demo-form .acceptance-txt {
  font-size: 16px;
  color: #000;
}
.request-demo-form .acceptance-txt .text--link {
  font-weight: 400;
}
.request-demo-form .text--link {
  color: #2cbed2;
}
.request-demo-form .checkbox {
  position: relative;
}
.request-demo-form .checkbox input {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.request-demo-form .checkbox .input-helper::before, .request-demo-form .checkbox .input-helper::after {
  content: "";
  transition: all;
  transition-duration: 250ms;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
}
.request-demo-form .checkbox {
  line-height: 15px;
}
.request-demo-form .checkbox .input-helper {
  color: #fff;
}
.request-demo-form .checkbox .input-helper:before {
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #464646;
}
.request-demo-form .checkbox .input-helper::after {
  top: 6px;
  left: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0) rotate(80deg);
  width: 8px;
  height: 4px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  border-bottom-left-radius: 1px;
}
.request-demo-form .checkbox input:checked + .input-helper:after {
  transform: scale(1) rotate(-50deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
.request-demo-form .checkbox input:checked + .input-helper::before {
  border-color: #2fc4ce;
  background-color: #2fc4ce;
}
.request-demo-form .field-set--last {
  margin-bottom: 0 !important;
}
.show-demo-form .request-demo-form {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.show-demo-form .request-demo-form .popup-btn {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
.show-demo-form .request-demo-form .popup-btn::after {
  display: inline-block;
  content: "";
  width: 1.8rem;
  margin-left: 1rem;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: width ease 0.3s, margin ease 0.3s;
  transition: width ease 0.3s, margin ease 0.3s;
}
.show-demo-form .request-demo-form .popup-btn::before {
  display: inline-block;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  margin-left: -12px;
  margin-right: 1rem;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: width ease 0.3s, margin ease 0.3s;
  transition: width ease 0.3s, margin ease 0.3s;
}
.request-demo-form select {
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
}

html.show-demo-form {
  overflow: hidden !important;
}
html.show-demo-form .checkbox .input-helper {
  display: block !important;
}

.loader.demoform-btn-loader {
  position: absolute;
  left: 45%;
  top: 6px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  padding: 4px;
}

.is-loading {
  position: relative;
}
.is-loading:after {
  position: absolute;
  width: auto;
  background: #ee3e5a;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  animation: loading 4s linear infinite;
  z-index: -1;
  animation-delay: 2s;
  border-radius: 2px 0 0 2px;
}

@keyframes loading {
  0% {
    right: 170px;
  }
  5% {
    right: 140px;
  }
  15% {
    right: 140px;
  }
  20% {
    right: 110px;
  }
  30% {
    right: 110px;
  }
  35% {
    right: 80px;
  }
  45% {
    right: 80px;
  }
  50% {
    right: 50px;
  }
  60% {
    right: 50px;
  }
  65% {
    right: 0px;
    border-radius: 2px 0 0 2px;
  }
  75% {
    right: 0px;
    opacity: 1;
    border-radius: 2px;
  }
  85% {
    right: 0px;
    opacity: 0;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
.show-demo-form .popup_overlay:after {
  position: fixed;
  content: "";
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 11;
}

@media screen and (max-width: 1600px) {
  .request-demo-form .form .field-set {
    margin-bottom: 1.3rem;
  }
}
@media screen and (max-width: 992px) {
  .request-demo-form {
    transform: none;
    height: 97%;
    width: 95%;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    padding: 0;
    opacity: 0;
    transition: transform 0.4s linear, opacity 0.3s linear;
  }
  .request-demo-form .pop-up-form-inner {
    overflow: hidden;
  }
  .request-demo-form .popup_form_outer {
    overflow-y: auto;
    padding: 0;
    height: 100%;
  }
  .request-demo-form .popup-btn {
    width: 42px;
    height: 30px;
    transform: rotate(180deg);
    transition: none;
    position: relative;
    left: auto;
    right: 3px;
    top: 3px;
    bottom: auto;
    margin-left: auto;
  }
  .request-demo-form .form .field-set {
    margin-bottom: 0rem !important;
  }
  .request-demo-form .field-wraper {
    margin-bottom: 25px;
  }
  .request-demo-form .field-wraper label.error {
    font-size: 12px;
    padding-top: 3px;
  }
  .request-demo-form .pop-head h2 {
    text-align: center;
  }
  .request-demo-form .btn.btn--primary {
    width: 100%;
  }
  .show-demo-form .request-demo-form {
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    padding: 0;
  }
  .show-demo-form .request-demo-form .pop-up-form-inner {
    padding: 20px 25px;
  }
  .show-demo-form .request-demo-form .popup-btn::before {
    position: absolute;
    height: 2px;
    width: 20px;
    margin: 0;
    left: 48%;
    top: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
  }
  .show-demo-form .request-demo-form .popup-btn::after {
    width: 1rem;
    position: absolute;
    border: none;
    transform: translate(-50%, 0) rotate(45deg);
    left: 48%;
    top: 50%;
    width: 20px;
    display: block;
    margin: 0;
  }
}
.ui-timepicker-standard {
  z-index: 9999999999 !important;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 320px;
  padding: 10px 8px;
}
@media only screen and (max-width: 767px) {
  .ui-timepicker-standard {
    max-width: 245px;
  }
}
.ui-timepicker-standard li a {
  padding: 5px 15px;
  border: none !important;
  background: #f5f5f5 !important;
  border-top: 1px solid #ddd !important;
  color: #666 !important;
  line-height: 25px;
  font-size: 14px;
}

.checkbox {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 0 0 20px;
  min-height: 20px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 15px;
  margin: 0;
  text-transform: none;
}

.checkbox input:checked + .input-helper:before {
  border-color: #2cbed2;
}
.checkbox input:checked + .input-helper:after {
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  .checkbox .input-helper::before {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .checkbox .input-helper::after {
    width: 12px;
    height: 6px;
    left: 3px;
    top: 9px !important;
  }
}

/**** 20220331  ****/
.new-form .tool_tip {
  margin: 0;
  line-height: 18px;
  background-color: #475658;
  width: 18px;
  height: 18px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  font-weight: 500;
  top: 3px;
}
.new-form .tool_tip .bubble {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 280px;
  z-index: 9;
  text-align: left;
  background: #000;
  color: #fff !important;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 400;
  padding: 10px 15px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
}
@media (max-width: 991px) {
  .new-form .tool_tip .bubble {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
.new-form .tool_tip:hover .bubble {
  visibility: visible;
  opacity: 1;
  bottom: 25px;
}
.new-form .schedule-red {
  color: red;
}
.new-form .field-set label {
  width: 100%;
  transform: rotate(0);
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 280px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 15px -7px rgba(0, 0, 0, 0.5);
}

@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
  padding: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.picker-switch.accordion-toggle::before {
  display: none;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0rem;
  padding: 0.45em 0.25em;
  font-size: 14px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
  font-weight: 600;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f8f9fa;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 15px;
  line-height: 15px;
  color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 15px;
  line-height: 15px;
  width: 15px;
  font-size: 14px;
  font-weight: 600;
}

.bootstrap-datetimepicker-widget table td.day:first-child {
  width: 15px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f8f9fa;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #dee2e6;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td i {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover {
  background: #f8f9fa;
}

.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old,
.bootstrap-datetimepicker-widget table td i.old {
  color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td i.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover,
.bootstrap-datetimepicker-widget table td i.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-group.date .input-group-text {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.select2-container--default .select2-selection--single {
  height: 45px !important;
  color: #000;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  font-size: 14px;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000 !important;
  line-height: 45px !important;
  padding: 0 !important;
  padding-right: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 10px !important;
  width: 10px !important;
  border: none !important;
  border-left: solid #000 2px !important;
  border-top: solid #000 2px !important;
  transform-origin: left center;
  transform: translateY(-50%) rotate(-135deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 0 10px;
}

.caption-wraper.bottom-space {
  margin-bottom: 1rem;
}

.sticky-btn-arrow {
  position: relative;
  background-color: #fff;
  color: #000;
  border-radius: 0px 5px 0 0;
  width: 32px;
  height: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media (max-width: 767px) {
  .sticky-btn-arrow {
    display: none;
  }
}
.sticky-btn-arrow .arrow-anim {
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 10px solid transparent;
  transform: translateY(-50%) rotate(225deg);
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 7px;
}
.sticky-btn-arrow .arrow-anim:after, .sticky-btn-arrow .arrow-anim::before {
  content: "";
  display: block;
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.sticky-btn-arrow .arrow-anim::before {
  animation: top-arrow 1.65s infinite;
}
.sticky-btn-arrow .arrow-anim:after {
  opacity: 1;
  animation: bottom-arrow 1.65s infinite;
}

@-webkit-keyframes top-arrow {
  0% {
    transform: translate(-6px, -6px);
  }
  35% {
    transform: translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes top-arrow {
  0% {
    transform: translate(-6px, -6px);
  }
  35% {
    transform: translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes bottom-arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  45% {
    opacity: 0;
    transform: translate(12px, 12px);
  }
  46% {
    opacity: 0;
    transform: translate(-16px, -16px);
  }
  90% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
  100% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
}
@keyframes bottom-arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  45% {
    opacity: 0;
    transform: translate(12px, 12px);
  }
  46% {
    opacity: 0;
    transform: translate(-16px, -16px);
  }
  90% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
  100% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
}
.open-popups .partner,
.open-popups .fixed-btn {
  visibility: hidden;
}

.header .brand svg {
  fill: #000 !important;
}
.header .brand svg .st5 {
  fill: #fff;
}
.header .brand svg #fur_ball_9_ {
  fill: #ed3131 !important;
}
.header .brand svg #fur_9_ {
  fill: #fff !important;
}

.header:not(.js--scrolled) .brand svg .cls-6 {
  fill: #2cbed2;
}

.header:not(.js--scrolled) .header-navigation > ul > li > a:not(.header-btn) {
  color: #000;
}

@media screen and (min-width: 1200px) {
  .header:not(.js--scrolled) a.header-btn:hover {
    background-color: #0d7d8b;
    color: #fff;
    border-color: #0d7d8b;
  }
}

.hero__banner {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}
@media (max-width: 1200px) {
  .hero__banner {
    height: auto;
    padding: 100px 0;
    margin-top: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hero__banner {
    display: grid;
  }
}
.hero__bannerGraphic {
  flex: 0 0 32.5vw;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .hero__bannerGraphic {
    flex: 0 0 50%;
    padding-right: 30px;
    order: 2;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .hero__bannerGraphic {
    order: 2;
  }
}
.hero__bannerTxt {
  flex: 0 0 50%;
}
@media (max-width: 1600px) {
  .hero__bannerTxt {
    flex: 0 0 60%;
  }
}
@media (max-width: 1200px) {
  .hero__bannerTxt {
    flex: 0 0 65%;
  }
}
@media (max-width: 991px) {
  .hero__bannerTxt {
    flex: 0 0 50%;
  }
}
.hero__bannerTxt p {
  font-weight: 400;
}
.hero__banner h1 {
  line-height: 1.32;
  margin-bottom: 1.5rem;
}
@media (max-width: 1600px) {
  .hero__banner h1 {
    font-size: calc(112.5% + 2vw);
  }
}

.content__wrapper {
  display: grid;
}
@media (min-width: 992px) {
  .content__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: clamp(3rem, 7vw, 7rem);
  }
}
@media (max-width: 991px) {
  .content__wrapper .content_wrap:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

.full-width-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 56.25%;
}

@media screen and (min-width: 992px) {
  .full-width-image {
    padding-top: 37.25%;
    background-attachment: fixed;
  }
}
.bg-image {
  padding-top: clamp(2rem, 5.5vw, 6rem);
}

.features-section .content .icn-box {
  margin-bottom: 3rem;
}

.videos-section iframe {
  width: 100%;
  height: calc(11rem + 12vw);
}

.marketing-wrapper {
  display: grid;
}
@media (min-width: 992px) {
  .marketing-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem 8rem;
  }
}
.marketing-wrapper__content .cta {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .marketing-wrapper__row {
    display: grid;
    padding-bottom: 2rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .marketing-wrapper__row {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 3rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .marketing-wrapper__row {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
  }
}
.marketing-wrapper__col:last-child {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .marketing-wrapper__col {
    min-width: 320px;
  }
}
@media (min-width: 992px) {
  .marketing-wrapper__col {
    margin-bottom: 3rem;
    display: flex;
  }
  .marketing-wrapper__col .box-wrapper__icon {
    padding-right: 1.5rem;
  }
}
.marketing-wrapper__col .box-wrapper__icon svg {
  height: 60px;
  width: 60px;
}
@media (max-width: 991px) {
  .marketing-wrapper__col .box-wrapper__icon {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
  }
}
.marketing-wrapper__col .icn-title h6 {
  font-weight: 600;
  text-transform: uppercase;
}

.sticky-section {
  position: sticky;
  top: 100px;
}

.section__head .column-count-2 .offset-xl-1 {
  padding-top: clamp(1rem, 2vw, 1.5rem);
}

@media (min-width: 992px) {
  .column-count-2 {
    column-count: 2;
  }
}
.list-wrap {
  display: grid;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.list li {
  margin: 0.5rem 0;
}

.grid-layout {
  display: grid;
  justify-content: space-between;
  gap: clamp(0.5rem, 3vw, 3rem);
}
@media (min-width: 992px) {
  .grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-layout:not(:last-child) {
  margin-bottom: clamp(1.8rem, 5vw, 5rem);
}
@media (max-width: 991.98px) {
  .grid-layout:not(:last-child) {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 1.8rem;
  }
}
@media (min-width: 992px) {
  .grid-layout__image {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
.grid-layout__content h4 {
  font-size: calc(112.5% + 0.24vw);
  font-weight: 600;
}
@media (min-width: 992px) {
  .grid-layout__content {
    width: 75%;
  }
}
.grid-layout__content .cta {
  margin-top: clamp(1.8rem, 3vw, 3rem);
}
.grid-layout .content-wrap {
  margin-bottom: clamp(1rem, 2vw, 3rem);
}
@media (min-width: 992px) {
  .grid-layout.grid-layout--reverse .grid-layout__image {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
@media (min-width: 992px) {
  .grid-layout.grid-layout--reverse .grid-layout__heading,
  .grid-layout.grid-layout--reverse .grid-layout__content {
    width: 85%;
    margin-left: auto;
  }
}

.section--quickbg {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: 4% 18% !important;
  background-position-x: center !important;
}

.section--cta {
  padding: calc(2rem + 1.5vw) 20px;
}
.section--cta .cta h5 {
  max-width: 870px;
  margin: 0 auto;
  margin-bottom: 1.875rem;
}

.cta h5 {
  font-size: calc(112.5% + 0.1vw);
  font-weight: 500;
  margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.theme-white {
  color: #fff;
  padding: clamp(0.1rem, 3.5vw, 3.5rem) 0;
}

@media (max-width: 992px) {
  .section--quickbg {
    background-image: none !important;
    background-color: #000;
  }
}

.client_words {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}
.client_words::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAA7CAYAAADYW8woAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc4MERERjk4NEU0QzExRUJCNDAyRUM5RUVFNEE3RDg0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc4MERERjk5NEU0QzExRUJCNDAyRUM5RUVFNEE3RDg0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzgwRERGOTY0RTRDMTFFQkI0MDJFQzlFRUU0QTdEODQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzgwRERGOTc0RTRDMTFFQkI0MDJFQzlFRUU0QTdEODQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7VTJqoAAADiklEQVR42uycb2iNURzHn122yZ/cjZnRjEIkf0KzZLxYWuGFuEpW/qeQZN4gGybeeDOWP20p95X8SZuylJiyYhIvSPmT7h0TSvOvZMN8f5yn1m3uPef89pznPnV+9ant9px7fvs85znn/M7tLiMeizmMyAAnwTewD/x00jeywHnQCmpBD704rqgoaaOBzE6Pg63i52KwGrxLQzkDwAWwHKwA88FG8DVVwxCj00NgR6/fF4FHoDTN5NAoPyvkuBEBD8A0rwRtBtV9vD4atIDdIrF0iMNgXR+vTwb32+PxiqR2NeagctAsIfcK2AC++CiHbmSDxHWnwC7MR11cQX+tg+GS178AK8FjH+QsALdApuT19HetgqR23UdsGGhUkEMxCdwDaw3LGQsuK8hxF5mHeOTKdQWdAVM1kh0MouA0yDa0YtFynq/RdgRNH5B0AIRUBNFcsoaZ+CYw24CgauZKSk4qwXhZQXRhXT8kvgXc9VjOPLCf+R602Y1gLnolI4iW6nowhNnpUXDOYznZYr8TYr7PNsi5ITsH0f5hMbPDq/1wV2Vir8zGL0XUQU6D7DJPq9VzMIrRIQ3TuaDTYzkTwFMwiPEebWBh4l4o2QiqYsr5Ibb0nQZGzzGmnI9iD9QlW2rQPmI7M+k9ojbzOuaIzShrxw05r1VqsSrmHbktKn0TcYTZPgo5jSrFar7Y9+gGnQ2td89bPI5ZojbUjTdgp2o1T49WFqPTGhA3NHoque0xej6rVPNUu3SAPM0On4HpoNuAnDyRa6Zmeypky1KdKCaOoKUMOe4d7TY0eioYcnpSPVr/E8SZe2gf0WywYufkehE8URU0lDnhHTQoZyKYwRg9NSqVqxvLGMcRdDeuGxQUYbS9JnbdyoKWMDqtd8yGsVx7CypjlBRRg3LoZKFEs22HGEHKgqaAMZqd3nTMHsyXMlavJvBbR1AJI+Emw4+X0VxdQcWMTlsMC9LN9Re4oytopman9Gi9NCxIN1daub6rNnJLjU+O2sc5brx15D6YS4xa0adqhB398yUSdElHEB2KvTc8CugEMKb5eLWZTDQkkg1KGM+VBBUGSFChH4IKAiSowA9BuQESlOuHoHCABIX9EJQTIEE5fgiyYQVZQVaQFWQFWUFWkBVkwwqygqwgK8gKsoKsICvIhhVkBVlBVlAaBP1jgRPOv++imowPmu3oa1UjTSb6R4ABAHi/pfstiOJiAAAAAElFTkSuQmCC");
  width: 72px;
  height: 50px;
  top: -30px;
  left: -80px;
  position: absolute;
  content: "";
  z-index: -1;
}
@media (max-width: 1024px) {
  .client_words::before {
    background-repeat: no-repeat;
    background-size: contain;
    left: -40px;
    width: 28px;
    height: 36px;
    top: -10px;
  }
}
@media (max-width: 991px) {
  .client_words::before {
    left: -17px;
  }
}

.review-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .review-wrapper {
    text-align: center;
    flex-direction: column;
  }
}
.review-title h3 {
  font-size: calc(112.5% + 0.42vw);
}
@media (min-width: 992px) {
  .review-title {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 991px) {
  .review-title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .review-content {
    max-width: 66%;
    flex: 0 0 66%;
  }
}

.br {
  display: inline-block;
}

.featuredin {
  padding: 0 calc(5.4rem + 5.4vw);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .featuredin {
    padding: 0 calc(2rem + 2vw);
  }
}
@media (max-width: 767px) {
  .featuredin {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .featuredin-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.featuredin-wrapper:not(:last-child) {
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
@media (max-width: 991px) {
  .featuredin-wrapper .wrapper-image {
    max-width: 50%;
    margin: 0 auto;
    padding-bottom: 1.5rem;
  }
}
.featuredin-wrapper .wrapper-image .image {
  width: calc(12rem + 12.5vw);
  background-color: #fff;
  display: grid;
  place-items: center;
  height: calc(6.5rem + 6.5vw);
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .featuredin-wrapper .wrapper-image .image {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .featuredin-wrapper .wrapper-image .image img {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .featuredin-wrapper .wrapper-content {
    max-width: 45%;
    flex: 0 0 45%;
  }
}

@media (min-width: 992px) {
  .featuredin-wrapper--reverse .wrapper-image {
    order: 2;
  }
}

/*# sourceMappingURL=online-language-learning-platform-weyakyak.css.map */
