@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;
}

:root {
  --header-height: 180px;
}

.banner {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  color: #fff;
  position: relative;
}
@media (min-width: 767px) {
  .banner.banner--bg-white {
    color: #000;
  }
}
@media (min-width: 1199px) {
  .banner {
    min-height: 100vh;
    padding-top: calc(var(--header-height) + 50px);
  }
}
@media (max-width: 1199px) {
  .banner .container {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .banner {
    background-image: none !important;
    background-color: #fff !important;
    color: #000;
  }
}
.banner__img {
  max-width: 50%;
  padding-left: 4rem;
}
.banner__content {
  max-width: 650px;
}
@media (max-width: 1199px) {
  .banner__content {
    margin: 0 auto;
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  .banner__content {
    flex: 0 0 100%;
  }
}
.banner__content .list {
  margin: 1rem 0 2rem 0;
}
.banner__content h3 {
  display: flex;
  align-items: center;
}
.banner__heading {
  font-size: calc(105.5% + 2vw);
  line-height: 1.3;
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .banner__heading {
    font-weight: 600;
    font-size: 2.25rem;
  }
}
.banner__heading:after {
  content: "■";
  display: inline;
  font-size: 0.455em;
  position: relative;
  left: 0.25em;
  color: #23c1cb;
  background-color: transparent !important;
}
.banner__subheading {
  color: inherit;
  font-weight: 400;
  line-height: 1.59;
  margin: 0;
}
@media (min-width: 1199px) {
  .banner__subheading {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .banner__subheading {
    font-size: 1.25rem;
  }
}
.banner__subheading + a,
.banner .btn {
  margin-top: 1.5rem;
}
.banner .offer-tag {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  height: 27px;
}
.banner .offer-tag span {
  position: relative;
  font-size: 15px;
  background-color: #ee3e5a;
  color: #fff;
  text-align: center;
  padding: 5px 0 5px 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
.banner .offer-tag:after {
  content: "";
  border: 14px solid #ee3e5a;
  border-right-color: transparent;
  border-bottom-color: #ee3e5a;
  height: 100%;
  display: inline-block;
}

.featured-bar {
  width: 100%;
}
@media (min-width: 1199px) {
  .featured-bar {
    border-bottom: solid 1px #dee2e6;
  }
}
.featured-bar .featured-in {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-self: flex-end;
  max-width: 1800px;
  margin: 0 auto;
  padding: 2.25rem 2rem;
}
@media (max-width: 1199px) {
  .featured-bar .featured-in {
    display: block;
    text-align: center;
    background-color: #f2f2f2;
  }
}
@media (max-width: 767px) {
  .featured-bar .featured-in {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .featured-bar .featured-in:has(.rating-websites) {
    text-align: center;
  }
  .featured-bar .featured-in:has(.rating-websites) h6.underline:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.featured-bar .featured-in h5,
.featured-bar .featured-in .h5,
.featured-bar .featured-in h6,
.featured-bar .featured-in .h6 {
  font-size: calc(112.5% + 0.29vw);
  line-height: 1.5;
  font-weight: 300;
}
@media (min-width: 1199px) {
  .featured-bar .featured-in h5,
  .featured-bar .featured-in .h5,
  .featured-bar .featured-in h6,
  .featured-bar .featured-in .h6 {
    margin: 0 !important;
  }
}
@media (max-width: 1199px) {
  .featured-bar .featured-in h5.underline:before,
  .featured-bar .featured-in .h5.underline:before,
  .featured-bar .featured-in h6.underline:before,
  .featured-bar .featured-in .h6.underline:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .featured-bar .featured-in h5 strong,
  .featured-bar .featured-in .h5 strong,
  .featured-bar .featured-in h6 strong,
  .featured-bar .featured-in .h6 strong {
    font-weight: 500;
  }
}
.featured-bar .featured-in h6,
.featured-bar .featured-in .h6 {
  font-size: calc(112.5% + 0.04vw);
}
@media (min-width: 1199px) {
  .featured-bar .featured-in {
    padding: 2.25rem 6rem;
    flex-direction: row;
    align-items: center;
  }
}
.featured-bar .featured-media ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .featured-bar .featured-media ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .featured-bar .featured-media ul {
    justify-content: flex-start;
    max-width: 520px;
  }
}
.featured-bar .featured-media ul li {
  margin: 0 1rem;
  padding: 0.5rem 0;
}
@media (max-width: 1299px) {
  .featured-bar .featured-media ul li {
    margin: 0 0.625rem;
  }
}
@media (max-width: 1199px) {
  .featured-bar .featured-media ul li {
    margin: 0 0.875rem;
  }
}
@media (max-width: 767px) {
  .featured-bar .featured-media ul li {
    margin: 0;
    padding: 1rem 2rem 1rem 0;
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .featured-bar .featured-media ul li img {
    margin: 0;
  }
}
.featured-bar .rating-websites {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .featured-bar .rating-websites {
    max-width: 50%;
    flex: 0 0 50%;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .featured-bar .rating-websites {
    flex-wrap: wrap;
    gap: 2rem 0;
  }
}
.featured-bar .rating__col {
  text-align: center;
}
@media (max-width: 576px) {
  .featured-bar .rating__col {
    flex: 0 0 50%;
  }
}
.featured-bar .rating__provider {
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .featured-bar .rating__provider {
    font-size: 1rem;
  }
}
.featured-bar .rating__count {
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 767px) {
  .featured-bar .rating__count {
    font-size: 14px;
  }
}
.featured-bar .rating__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.featured-bar .rating__star {
  display: inline-block;
}
.featured-bar .rating__star img {
  max-width: 24px;
  width: 100%;
}

.banner-badge {
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
  display: inline-flex;
  background-color: #1c4456;
  padding: 6px clamp(1rem, 1.5vw, 1.5rem);
  height: 50px;
  position: relative;
  margin-left: 2rem;
  align-items: center;
}
@media (max-width: 1380px) {
  .banner-badge {
    height: 42px;
  }
}
.banner-badge::before, .banner-badge::after {
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0;
  border-width: 25px 0 25px 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1380px) {
  .banner-badge::before, .banner-badge::after {
    border-width: 20px 0 22px 20px;
  }
}
.banner-badge:before {
  left: -25px;
  border-color: #1c4456 transparent;
}
@media (max-width: 1380px) {
  .banner-badge:before {
    left: -20px;
  }
}
.banner-badge:after {
  right: -25px;
  border-color: transparent #1c4456;
}
@media (max-width: 1380px) {
  .banner-badge:after {
    right: -20px;
  }
}

.container {
  max-width: 94.6%;
  margin: 0 auto;
  padding: 0 15px;
}

@media only screen and (max-width: 1200px) {
  .banner {
    padding-bottom: 0;
  }
}

.bg__black {
  background-color: #000;
}

.card-wrap {
  display: flex;
  align-items: center;
  padding-bottom: calc(1rem + 9.47vw);
}
@media only screen and (max-width: 1200px) {
  .card-wrap {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 992px) {
  .card-wrap {
    display: block;
    padding: calc(1rem + 6.47vw) 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .card-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.card-wrap:not(:first-child) {
  padding-top: 0;
}
.card-wrap:nth-child(even) .cardImg img {
  display: inline-block;
}
.card-wrap:nth-child(even) .cardImg-title {
  right: unset;
  left: 0%;
}
.card-wrap:nth-child(even) .cardInfo {
  padding-left: calc(0.4rem + 5.5vw);
}
.card-wrap:nth-child(odd) .cardInfo {
  padding-left: calc(0.4rem + 5.5vw);
}

.portfolios-list > .container:first-child .card-wrap:first-child {
  padding-top: 0px !important;
}

.cardImg {
  flex: 0 0 calc(16rem + 20.52vw);
  max-width: calc(16rem + 20.52vw);
  position: relative;
}
@media only screen and (max-width: 992px) {
  .cardImg {
    max-width: 720px;
  }
}
.cardImg img {
  margin: 0;
}
.cardImg picture {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  display: block;
  font-size: 0;
  background-position: top center;
  transition: background-position 10s ease-in-out;
}
.cardImg picture::after {
  padding-bottom: 66.51%;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  right: 0;
  background-color: #768690;
  background-image: url(../../media/retina/loader.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1440px) {
  .cardImg picture::after {
    padding-bottom: 87.51%;
  }
}
@media only screen and (max-width: 1440px) {
  .cardImg picture::after {
    padding-bottom: 66.51%;
  }
}
.cardImg picture img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
}

.cardInfo {
  flex: 1;
}
@media only screen and (max-width: 992px) {
  .cardInfo {
    max-width: 720px;
    margin-top: 30px;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .cardInfo {
    margin-top: 20px;
  }
}
.cardInfo p {
  padding-bottom: 0.5rem;
}
.cardInfo h6 {
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .cardInfo-links {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cardInfo-links {
    padding-bottom: 0;
  }
}

.cardImg-title {
  position: absolute;
  top: -74px;
  background: #fff;
  padding: 2px 12px;
  z-index: 9;
}
@media only screen and (max-width: 1200px) {
  .cardImg-title {
    position: unset;
    margin-bottom: 15px;
    padding: 0;
  }
}
.cardImg-title h2 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: calc(112.5% + 1vw);
}
@media only screen and (max-width: 1200px) {
  .cardImg-title h2 {
    font-size: calc(112.5% + 1vw);
  }
}
@media only screen and (max-width: 767px) {
  .cardImg-title h2 {
    text-align: left;
  }
}

.list {
  margin: 0 0 1rem 0;
}
.list li {
  font-size: 16px;
  margin: 0.6rem 0 0 0;
  padding-left: 15px;
}
.list li::before {
  width: 8px;
  height: 1px;
}
@media only screen and (max-width: 1600px) {
  .list li {
    font-size: 14px;
    margin: 0.4rem 0 0 0;
  }
}

.listing-double {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .listing-double {
    display: block;
  }
}
.listing-double li {
  flex: 0 0 48%;
  max-width: 48%;
}
@media only screen and (max-width: 1200px) {
  .listing-double li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.cardInfo-top {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .cardInfo-top {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 992px) {
  .cardInfo-top {
    padding-right: 0px;
    padding-top: 0;
    display: block;
  }
}

.left-panel {
  flex: 0 0 45%;
  max-width: 45%;
}
@media only screen and (max-width: 992px) {
  .left-panel {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.right-panel {
  flex: 0 0 45%;
  max-width: 45%;
}
@media only screen and (max-width: 992px) {
  .right-panel {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.highlited {
  color: #000;
  font-weight: 500;
  margin-left: auto;
}

.cardInfo-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: calc(1rem + 1.5vw) !important;
  align-items: center;
}
@media only screen and (max-width: 1700px) {
  .cardInfo-bottom {
    margin-top: 24px !important;
  }
}
@media only screen and (max-width: 992px) {
  .cardInfo-bottom {
    margin-top: 16px !important;
  }
}

.text_link {
  color: #000;
  position: relative;
  font-weight: 500;
}
.text_link::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  bottom: -4px;
}
.text_link:hover {
  color: #23c1cb;
}
.text_link:hover::after {
  background-color: #23c1cb;
}

.portfolio-links {
  display: flex;
  margin-top: calc(1rem + 2.8vw);
  margin-bottom: calc(1rem + 2.8vw);
  border-bottom: 1px solid #e3e4e5;
}
@media only screen and (min-width: 768px) {
  .portfolio-links {
    margin-top: calc(1rem + 2.8vw - 10px);
  }
}
.portfolio-links li a {
  font-size: calc(112.5% + 0.14vw);
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  position: relative;
  padding: 20px 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 992px) {
  .portfolio-links li a {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-links li a {
    font-size: 14px;
  }
}
.portfolio-links li a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background: #23c1cb;
  left: 0;
  bottom: 0;
  transition: all 0.4s cubic-bezier(0.59, 0.01, 0.28, 1);
}
.portfolio-links li:first-child {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .portfolio-links li:last-child {
    padding-right: 28px;
  }
}
.portfolio-links li.is--active a {
  color: #23c1cb;
}
.portfolio-links li.is--active a:after {
  width: 100%;
}

.link--expand {
  position: relative;
  color: #000;
  text-decoration: none;
}
.link--expand:hover {
  color: #23c1cb;
}
@media only screen and (min-width: 768px) {
  .link--expand:hover::before {
    top: -20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .link--expand:hover::before {
    bottom: -15px !important;
  }
}
.link--expand::before {
  display: inline-block;
  order: 10;
  margin-left: -6px;
  margin-right: 1rem;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(46deg);
  transition: all ease 0.3s;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transition: 0.3s;
}

.expand-portfolios .link--expand::before {
  bottom: unset;
  top: -10px;
  transform: rotate(225deg);
}

.btt::before {
  bottom: unset;
  top: -10px;
  transform: rotate(225deg);
}

.cta-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-wrap .br {
  display: block;
}
@media only screen and (max-width: 767px) {
  .cta-wrap .br {
    display: inline;
  }
}

.arrow-btn {
  height: 65px;
  width: 65px;
  display: inline-block;
  border: solid #fff 3px;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1440px) {
  .arrow-btn {
    height: 55px;
    width: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .arrow-btn {
    border-width: 2px;
    height: 40px;
    width: 40px;
  }
}
.arrow-btn::after {
  content: "";
  position: absolute;
  border: solid #fff 3px;
  height: 21px;
  width: 21px;
  border-top: none;
  border-right: none;
  transform: translate(-50%, -50%) rotate(225deg);
  left: 24px;
  top: 30px;
  transform-origin: revert;
}
@media only screen and (max-width: 1440px) {
  .arrow-btn::after {
    left: 21px;
    top: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .arrow-btn::after {
    left: 15px;
    top: 18px;
    border-width: 2px;
    height: 14px;
    width: 14px;
  }
}
.arrow-btn:hover {
  border-color: #63daff;
}
.arrow-btn:hover::after {
  border-color: #63daff;
}

.cta-action {
  padding-left: calc(1rem + 5.8vw);
}

.cta-content h3 {
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.cta-section {
  padding: 2.5rem 0;
  margin-bottom: calc(1rem + 9.47vw);
}

.cta-portfolio {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .cta-portfolio__img {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .cta-portfolio__img {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cta-portfolio {
    text-align: center;
  }
}

/** Portfolio Filter Css **/
.dropdown-filter {
  border: 1px solid #767676;
  border-radius: 3px;
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 380px;
  height: 330px;
  margin-top: 0.5rem;
  overflow-y: scroll;
}

.dropdown-filter-trigger {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 3px;
  border: 1px solid #767676;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.dropdown-filter-trigger .filter-icon {
  margin-right: 10px;
}
.dropdown-filter-trigger.is-opened:after {
  transform: rotate(226deg);
  top: 1.5rem;
}
.dropdown-filter-trigger:after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  background: transparent;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

#checkBoxes input[type=checkbox] {
  accent-color: #2cbed2;
  border: 1px solid #1f8593;
  background: rgba(40, 40, 40, 0.7);
}

#checkBoxes:checked {
  background: rgba(40, 40, 40, 0.7);
}

#checkBoxes label {
  display: block;
  display: flex;
  align-items: center;
  line-height: 31px;
}

#checkBoxes label span {
  font-weight: 500;
}

#checkBoxes h6 {
  font-weight: 600;
  margin: 10px 0px;
}

#checkBoxes label span:hover {
  cursor: pointer;
}

.product_filter-clear {
  float: right;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  justify-content: right;
  padding: 10px;
  padding-bottom: 0px;
}

.clear-filter a {
  font-weight: 600;
}
.clear-filter a:hover {
  color: currentColor;
}

.product-filter-enable {
  color: #f70d1a;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.portfolio-filter {
  position: sticky;
  top: 0px;
  /* background-color: #fff; */
  display: flex;
  background: #fff;
  padding: 10px;
  justify-content: right;
}

.product_filter-primarylist {
  padding: 10px 18px;
}

.product_filter-secondrylist {
  padding: 10px 18px;
}

@media (max-width: 767px) {
  #checkBoxes {
    width: calc(100% - 49px);
  }
  #checkBoxes h6 {
    font-size: 14px;
  }
  #checkBoxes input {
    height: 16px;
    width: 16px;
  }
}
#checkBoxes label span {
  font-size: 11px;
}

/** Filter Scroll Bar**/
#checkBoxes::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  border-radius: 10px;
}

#checkBoxes::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #c1c1c1;
  border: 2px solid #c1c1c1;
}

#checkBoxes::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  width: 5px;
}

.first-category {
  position: absolute;
  top: 0;
}

/** End **/
@media (min-width: 768px) {
  #checkBoxes label span {
    font-weight: 500;
    font-size: 14px;
  }
  #checkBoxes input {
    height: 16px;
    width: 16px;
    margin-right: 8px;
  }
  .protfolio_inner-filter {
    display: flex;
    justify-content: space-between;
    margin-right: 40px;
  }
  .multipleSelection {
    width: 380px;
    background-color: #fff;
  }
  #checkBoxes h6 {
    font-size: calc(99.5% + 0.04vw);
  }
  .filter_card-wrap {
    padding-top: 5rem;
  }
}
.portfolio_case-study--filter {
  text-align: right;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .portfolio_case-study--filter {
    margin-right: 40px;
  }
}
.portfolio_case-study--filter .case-study--filter {
  display: inline-block;
}
.portfolio_case-study--filter .case-study--filter label {
  display: flex;
  align-items: center;
}
.portfolio_case-study--filter .case-study--filter input[type=checkbox] {
  accent-color: #2cbed2;
  border: 1px solid #1f8593;
  background: rgba(40, 40, 40, 0.7);
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
.portfolio_case-study--filter .case-study--filter span {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}

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