@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/creepsville");
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;
}
@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;
}
.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 {
  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;
}
@media (min-width: 1199px) {
  .sticky a {
    padding: 6px 8px;
  }
}
.sticky a:hover {
  background: transparent;
  border-color: #1c4456;
  -webkit-animation-duration: 0s;
  color: #1c4456 !important;
}
.sticky a .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;
}

@media (min-width: 1200px) and (max-width: 1700px) {
  .banner {
    padding-top: 180px !important;
  }
}

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

.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: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%;
  padding: 2rem 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100%;
  transition: all 0.4s ease-in-out 0s;
  transform: translateY(20px);
}

.headernav-dropdown--link {
  margin-bottom: 3rem;
}

.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: 1.2rem;
  color: #464646;
  font-weight: 300;
  display: inline-block;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .headernav-dropdown__links a:not(.link-arrow) {
    display: block;
  }
}

.hidden-overflow {
  /*transition:.10s ease-in-out all;*/
}

.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 {
    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;
    padding: 0;
  }
  .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;
}

@-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;
}
.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 0;
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  color: #fff;
}

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

.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;
  position: relative;
}
@media (max-width: 767px) {
  .underline {
    margin-bottom: 1.125rem;
  }
}
.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;
}

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

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

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

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

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

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

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

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

.sticky {
  display: none;
}

h1 {
  margin-bottom: 0px;
}
@media (min-width: 1280px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-top: 15px;
  }
}

@media (max-height: 699px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
h5 strong {
  font-weight: 500;
}
h5 strong span {
  font-size: 11px;
  color: #858585;
}

.section {
  padding: 4.25rem 0;
}

[title~=chat] {
  -webkit-clip-path: circle(0);
  clip-path: circle(0);
}

.seprater {
  margin-bottom: 40px;
  margin-top: 20px;
  background-color: #dee2e6;
  height: 1px;
}

.text--link {
  color: #2cbed2;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1em;
}

.header-navigation,
a.header-btn,
.upper-footer,
.navs-toggle,
#cookie-disclaimer {
  display: none;
}

.section--contact {
  position: relative;
  background-position: right;
  background-size: cover;
  min-height: 380px;
  padding: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .section--contact {
    background-position: 75%;
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .section--contact {
    background: none !important;
    min-height: auto;
    padding-top: 20px;
  }
}
.section--contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .section--contact::before {
    opacity: 0;
  }
}
.section--contact h1,
.section--contact p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section--contact h1,
  .section--contact p {
    color: #000;
  }
}
.section--contact .contactus-sub-heading {
  max-width: 650px;
}
.section--contact .contact-form-header {
  max-width: 800px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .section--contact .contact-form-header {
    padding-top: 40px;
  }
}
.section--contact .contact-form-header .contactus-heading {
  margin-bottom: 1rem;
  font-size: calc(112.5% + 2vw);
}
@media (min-width: 1200px) {
  .section--contact .contact-form-header .contactus-heading {
    font-size: 38px;
  }
}

.services-listing li label.checkbox {
  font-size: 1rem !important;
  font-weight: 300 !important;
  padding-left: 28px;
  margin-bottom: 20px;
}

.form .text--link {
  color: #2cbed2;
}
.form .text--link:hover {
  color: #2cbed2;
}
.form label {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.form label::first-letter {
  text-transform: uppercase;
}
.form label.error {
  font-size: 13px;
  color: red;
  font-weight: 400;
}
.form label sup {
  vertical-align: bottom;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
}

.caption-wraper label {
  font-size: 1.1rem;
  color: #1b1b1b;
}
@media (min-width: 1199px) {
  .caption-wraper label {
    font-size: 16px;
  }
}
.caption-wraper label span {
  font-size: 11px;
  color: #858585;
  margin-left: 3px;
  margin-top: 2px;
}

.acceptance .checkbox,
.acceptance .radio {
  padding: 0 0 0 24px;
}

.radio,
.checkbox {
  position: relative;
}
.radio input,
.checkbox input {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.radio .input-helper::before, .radio .input-helper::after,
.checkbox .input-helper::before,
.checkbox .input-helper::after {
  content: "";
  transition: all;
  transition-duration: 250ms;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
}

.radio {
  padding: 0 0 0 25px;
}
.radio input {
  top: 2px;
}
.radio input:checked + .input-helper:before {
  border-color: #2fc4ce;
  transform: scale(1);
}
.radio input:checked + .input-helper:after {
  transform: scale(1);
}
.radio .input-helper::before {
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #464646;
}
.radio .input-helper::after {
  width: 8px;
  height: 8px;
  background: #2fc4ce;
  border-radius: 50%;
  top: 6px;
  left: 4px;
  transform: scale(0);
}

.checkbox {
  line-height: 15px;
}
.checkbox .input-helper {
  color: #fff;
}
.checkbox .input-helper:before {
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #464646;
}
.checkbox .input-helper::after {
  top: 4px;
  left: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0) rotate(80deg);
  width: 8px;
  height: 4px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  border-bottom-left-radius: 1px;
}
.checkbox input:checked + .input-helper:after {
  transform: scale(1) rotate(-50deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox input:checked + .input-helper::before {
  border-color: #2fc4ce;
  background-color: #2fc4ce;
}

input::placeholder,
textarea::placeholder {
  opacity: 0.3;
}

.budget-listing li {
  padding: 15px 0px 0px 0;
  min-width: 160px;
}
.budget-listing li label.radio {
  font-size: 14px !important;
  font-weight: 300 !important;
}
.budget-listing li #fixed-elements {
  display: none;
}

input[type=text],
input[type=email],
input[type=phone],
input[type=search],
input[type=password],
input[type=date],
input[type=url],
input[type=tel],
textarea,
select,
input[type=number],
input[type=file] {
  border: none;
  border-bottom: 1px solid #1b1b1b;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  padding: 0 5px;
  height: 40px;
  width: 100%;
  font-family: inherit;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=phone]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus,
input[type=number]:focus,
input[type=file]:focus {
  border-color: #23c1cb;
  outline: 0;
  outline: none;
}

.form textarea {
  height: 110px;
  resize: none;
  padding-top: 8px;
}
.form .field-set {
  margin-bottom: 30px;
}
.form input.valid:focus {
  border-color: #2cbed2;
}
.form input[type=submit].form-button {
  box-shadow: none;
  font-weight: 600;
  font-size: 18px;
  background-color: #23c1cb;
  color: #ffffff;
  border: 1px solid #23c1cb;
  min-width: 230px;
  padding: 1rem 2rem;
  border-radius: 0px;
  font-family: inherit;
  cursor: pointer;
}
.form input[type=submit].form-button:disabled {
  background-color: #707070;
  color: #ffffff;
  border-color: #707070;
  cursor: not-allowed;
}

input[type=password],
input[type=text],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  background-image: url(../../media/select-down-arrow.jpg);
  background-size: 9px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% - 11px) center;
}
select.quantity {
  margin-bottom: 1.5rem;
}

.files-wrapper {
  margin-top: 20px;
}

.file-dropbox {
  min-height: 70px;
  border: 1px dashed #1b1b1b;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-dropbox input[type=file] {
  height: 100%;
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  width: auto;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}
.file-dropbox p {
  color: #464646;
  font-size: 1rem;
  text-align: center;
}
.file-dropbox p span {
  display: inline-block;
  margin: 0px 10px;
}
.file-dropbox p a {
  color: #464646;
  text-decoration: underline;
  font-weight: 600;
  text-underline-offset: 1px;
}

.files-listing {
  margin-bottom: 15px;
}
.files-listing ul li {
  background-color: #f0f0f0;
  position: relative;
  padding: 4px 5px;
  margin-bottom: 5px;
  font-size: 12px;
  border: 1px solid #cfdbde;
  display: flex;
  justify-content: space-between;
}
.files-listing ul li span {
  padding: 0 10px;
}
.files-listing ul li span.close--file {
  cursor: pointer;
  width: 30px;
}
.files-listing ul li span.close--file:hover {
  color: rgb(213, 2, 65);
}

.grecaptcha-badge {
  bottom: 108px !important;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 2rem;
  }
  .form .submit_btn {
    margin-bottom: 1rem;
  }
}
.form .field-set .field_cover input {
  padding-right: 30px;
}
.form .field-set .field_cover::before {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  right: 15px;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  top: calc(50% - 16.1px);
  transform: translateY(-50%);
}
.form .field-set.error .field_cover::before {
  content: "!";
  background-color: #de1515;
  top: calc(50% - 25px);
}
.form .field-set.valid .field_cover::before {
  background: #0cb000;
}
.form .field-set.valid .field_cover:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  right: 22px;
  top: calc(50% - 18px);
  transform: translateY(-50%) rotate(-45deg);
}
.form .field-set .g-recaptcha > div {
  width: 100% !important;
  height: 100% !important;
}

.field-set.error input[type=text],
.field-set.error input[type=email],
.field-set.error input[type=phone],
.field-set.error input[type=search],
.field-set.error input[type=password],
.field-set.error input[type=date],
.field-set.error input[type=url],
.field-set.error input[type=tel],
.field-set.error textarea,
.field-set.error select,
.field-set.error input[type=number],
.field-set.error input[type=file] {
  border-color: #f00;
}

select#parttwoqty {
  margin-top: -10px;
}

@media only screen and (min-width: 1400px) {
  span.acceptance-txt {
    font-size: 11px;
    font-weight: 400;
  }
}
.footer {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1380px) {
  .footer .container {
    max-width: 1800px;
  }
}
.footer-upper, .footer::before {
  display: none;
}
.footer-bottom {
  border-top: solid 1px #f3f3f3;
}

@media screen and (max-width: 992px) {
  .form-request h5 {
    font-size: calc(112.5% + 1vw);
  }
}

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