@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap");
.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: flex;
  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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-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%;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, .appointment-page-link, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, .appointment-page-link, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .appointment-page-link, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75;
}

/* -------------------------------------------------------------------------- */
/* COLOR THEME */
/* -------------------------------------------------------------------------- */
.color-main {
  color: #3478b6;
}

.color-light {
  color: #4C99E0;
}

.color-light-accent {
  color: #4C99E0;
}

.color-dark {
  color: #292929;
}

.color-dark-accent {
  color: #000;
}

.color-copy {
  color: #474E52;
}

.color-accent {
  color: #FCE6E8;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

/* ************************************************************************** */
/* Media Queries ************************************************************ */
/* ************************************************************************** */
/* Med Breakpoint */
/* Med Breakpoint */
/* Large Breakpoint */
/* X-Large Breakpoint */
/* Retina Breakpoint 5 */
/* Giant (iMac Status) Breakpoint */
/* ************************************************************************** */
/* Section Layout *********************************************************** */
/* ************************************************************************** */
/* ************************************************************************** */
/* Animation **************************************************************** */
/* ************************************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, .appointment-page-link, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  height: 100vh;
}

.containerish {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 1366px;
}

.containerish-fluid {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1300px;
}

.yellow-divider {
  display: block;
  width: 106px;
  height: 7px;
  background-color: #FCE6E8;
}

.white-divider {
  display: block;
  width: 106px;
  height: 7px;
  background-color: #ffffff;
}

hr {
  border-color: #E1E0DF !important;
  opacity: 0.2;
  margin: 0;
}

/* ************************************************************************** */
/* Typography *************************************************************** */
/* ************************************************************************** */
body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  font-family: "Quicksand", sans-serif;
}

h1,
h2,
h3,
h4,
h5 h6,
.appointment-page-link h6 {
  margin: 0 0 1rem;
}

/* Primary Header */
h1 {
  font-family: "Playfair Display", serif;
  font-size: 4.375rem;
  line-height: 4.375rem;
  font-weight: 400;
}

.home h2 {
  font-size: 3.125rem;
  line-height: 3.125rem;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 3.125rem;
  line-height: 3.125rem;
  font-weight: 400;
  font-size: 2.525rem;
  line-height: 2.925rem;
}
h2.is-light {
  font-weight: 300 !important;
}
h2.is-italic {
  font-style: italic;
}

h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 400;
}

h5, .appointment-page-link,
h6 {
  font-family: "Playfair Display", serif;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 40px;
}

.body-copy, .footer-link, .sec-link-dark, .gen-page-link {
  font-size: 1.125rem;
  line-height: calc(1.125rem * 2);
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}
.body-copy.is-light, .is-light.footer-link, .is-light.sec-link-dark, .is-light.gen-page-link {
  font-weight: 300;
}
.body-copy.is-italic, .is-italic.footer-link, .is-italic.sec-link-dark, .is-italic.gen-page-link {
  font-style: italic;
}
.body-copy.is-bold, .is-bold.footer-link, .is-bold.sec-link-dark, .is-bold.gen-page-link {
  font-weight: 700;
}

/* Lead Text (hero) */
.lead-copy {
  font-size: 1.125rem;
  line-height: calc(1.125rem * 1.5);
  font-family: "Quicksand", sans-serif;
}
.lead-copy.is-bold {
  font-weight: 700;
}

.footer-copy {
  font-size: 1rem;
  line-height: 24px;
  font-family: "Quicksand", sans-serif;
}
.footer-copy.is-bold {
  font-weight: 700;
}

/* Footer2 Text */
.small-copy, .small-footer-link {
  font-size: 15px;
  line-height: calc(12px * 1.5);
  font-family: "Quicksand", sans-serif;
}

.fine-print {
  font-size: 12px;
  line-height: 18px;
  font-family: "Quicksand", sans-serif;
  font-style: italic;
}

/* Text Modifiers */
.wrap-75 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

input {
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
  }
}
p {
  margin: 0 0 1rem;
}

a {
  color: #23517B;
}

em {
  font-style: italic;
}

small.focussmall {
  font-size: 70%;
  line-height: 1.1;
  display: none;
}

a:focus small.focussmall {
  display: block;
}

/* ************************************************************************** */
/* Animation **************************************************************** */
/* ************************************************************************** */
/* ANIMATION STYLES */
.fade-nun {
  opacity: 0;
  visibility: hidden;
}

.fade-nun.animate {
  animation: fade-nun 1.2s cubic-bezier(0.08, 0.75, 0.59, 0.99) forwards;
}

@keyframes fade-nun {
  from {
    opacity: 0;
    transform: scale(0.86);
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
@keyframes fade-up-stop {}
.fade-left-stop {
  opacity: 0;
}

.fade-left-stop.animate {
  animation: fade-left-stop 2s cubic-bezier(0, 1.1, 0.65, 0.91) forwards;
}

@keyframes fade-left-stop {
  from {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 40, 0);
  }
  to {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.fade-right-stop {
  opacity: 0;
}

.fade-right-stop.animate {
  animation: fade-right-stop 2s cubic-bezier(0, 1.1, 0.65, 0.91) forwards;
}

@keyframes fade-right-stop {
  from {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, -40, 0);
  }
  to {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
/* ************************************************************************** */
/* Links ******************************************************************** */
/* ************************************************************************** */
/* Topbar ******************************************************************* */
.topbar-link {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1rem;
  color: #5091CD;
  transition: all 0.3s ease-in-out;
}
.topbar-link:hover {
  color: #292929;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

/* header links ************************************************************* */
.header-link {
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
}
.header-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.header-link:active {
  color: #ffffff;
}
.header-link:visited {
  color: #ffffff;
}

/* General Page Links ******************************************************* */
.gen-page-link {
  color: #4C99E0;
}
.gen-page-link:hover {
  color: #ffffff;
}

.sec-link-white {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.sec-link-white:hover {
  color: #FCE6E8;
}

.sec-link-dark {
  font-weight: 700;
  color: #474E52;
  text-decoration: none;
}
.sec-link-dark:hover {
  color: #FCE6E8;
}

.appointment-page-link {
  color: #4C99E0;
}
.appointment-page-link:hover {
  text-decoration: none;
  color: #292929;
}

/* Footer Links ************************************************************* */
.footer-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-nav li {
  margin-bottom: 1rem;
}

.footer-nav-link {
  font-size: 15px;
  line-height: calc(15px * 1.5);
  font-family: "Quicksand", sans-serif;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer-nav-link:hover {
  color: #FCE6E8;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-link {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer-link:hover {
  color: #4C99E0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.small-footer-link {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.small-footer-link:hover {
  color: #5091CD;
  transition: all 0.3s ease-in-out;
}

.top-notice {
  background: #b30000;
  padding: 10px 0;
  font-weight: 500;
  font-size: 1.1rem;
  color: #ffffff;
}
.top-notice a {
  font-weight: 500;
  font-size: 1.1rem;
  color: #ffffff;
}

body {
  position: relative;
}

body:after {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 170px;
  background: #000;
  z-index: -1;
}

.home header#header-container section.top-bar .containerish-fluid .topbar-link {
  background: #2d282461;
}

.home header#header-container {
  background-color: transparent;
}

header#header-container {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  font-family: "Playfair Display", serif;
  z-index: 124;
  margin-bottom: -100px;
  background: #1572b5;
}
header#header-container div#closebtn,
header#header-container button.navbar-toggle {
  display: none;
}
header#header-container nav.tb-links {
  padding: 0 15px;
}
header#header-container section.top-bar {
  display: none;
  position: relative;
  z-index: 123;
}
@media screen and (min-width: 1200px) {
  header#header-container section.top-bar {
    display: block;
    display: flex;
    justify-content: flex-end;
  }
}
header#header-container section.top-bar .containerish-fluid {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 30px;
  position: absolute;
  top: 0;
  width: auto;
}
header#header-container section.top-bar .containerish-fluid .topbar-link {
  color: #ffffff;
  text-decoration: none;
  margin-left: 0.5rem;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.04rem;
  font-family: "Quicksand", sans-serif;
  background: #1572b5;
  padding: 5px;
}
header#header-container section.top-bar .containerish-fluid .topbar-link:hover {
  color: #FCE6E8;
}
header#header-container section.top-bar .containerish-fluid a.social-link svg {
  height: 20px;
  color: #ffffff;
  transition: all 0.3s ease;
  margin-left: 1rem;
}
header#header-container section.top-bar .containerish-fluid a.social-link svg:hover {
  color: #FCE6E8;
  transition: all 0.3s ease;
}
header#header-container section.nav-container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 20px 0 20px 20px;
  background: #5091CD;
  position: relative;
}
@media screen and (min-width: 992px) {
  header#header-container section.nav-container {
    padding: 20px 0 20px 30px;
  }
}
@media screen and (min-width: 1200px) {
  header#header-container section.nav-container {
    background: transparent;
    padding: 30px 15px 0 30px;
  }
}
header#header-container section.nav-container .logonav {
  max-width: 150px;
}
@media screen and (min-width: 992px) {
  header#header-container section.nav-container .logonav {
    max-width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  header#header-container section.nav-container .logonav {
    max-width: 256.34px;
  }
}
header#header-container section.nav-container a.nav-logo {
  display: block;
}

.navbaritems {
  margin: 30px 0 0;
}
.navbaritems .two-col .dropmenuitems {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .navbaritems .two-col .dropmenuitems {
    grid-template-columns: 1fr 1fr;
  }
}

.navbaritems.activemenu {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #5091CD;
  background: #43698d;
  background: #3e3a37;
  margin: 0;
  padding: 30px;
}

.bars span.bar {
  transition: all 0.3s;
}

.nav-divider {
  display: none;
}
@media screen and (min-width: 1200px) {
  .nav-divider {
    display: block;
    margin-top: -3px;
  }
}

.home nav.navdiv ul.items li.menu-item .menulink, nav.navdiv ul.items li.menu-item a.menu-link {
  background: #2d282461;
  background: #43698d;
  background: #3e3a37;
}

nav.navdiv {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.navdiv .closebutton {
  display: none;
}
nav.navdiv ul.items {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
nav.navdiv ul.items li.menu-item {
  position: relative;
  margin: 0 0 10px;
}
@media screen and (min-width: 1200px) {
  nav.navdiv ul.items li.menu-item {
    margin-bottom: 0;
  }
}
nav.navdiv ul.items li.menu-item.active a.menu-link {
  color: #5091CD;
}
nav.navdiv ul.items li.menu-item.menu-item:last-child {
  margin-right: 0;
}
nav.navdiv ul.items li.menu-item .menulink,
nav.navdiv ul.items li.menu-item a.menu-link {
  display: block;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 0 20px;
  padding: 5px;
}
@media screen and (min-width: 1200px) {
  nav.navdiv ul.items li.menu-item .menulink,
nav.navdiv ul.items li.menu-item a.menu-link {
    padding: 0 10px;
  }
}
nav.navdiv ul.items li.menu-item .menulink span.menutext,
nav.navdiv ul.items li.menu-item a.menu-link span.menutext {
  color: #ffffff;
}
nav.navdiv ul.items li.menu-item .menulink:hover,
nav.navdiv ul.items li.menu-item a.menu-link:hover {
  color: #FCE6E8;
}
nav.navdiv ul.items li.menu-item .menulink:hover span.menutext,
nav.navdiv ul.items li.menu-item a.menu-link:hover span.menutext {
  text-decoration: underline;
}
nav.navdiv ul.items li.menu-item.hasdropdown .dropmenu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  width: -webkit-max-content;
  width: max-content;
  min-width: 200px;
  background: #5091CD;
  background: #43698d;
  background: #3e3a37;
  left: auto;
  top: 110%;
  transform: translateY(20px);
  right: 0;
}
nav.navdiv ul.items li.menu-item.hasdropdown .dropmenu ul.dropmenuitems {
  padding: 15px;
  margin: 0;
}
nav.navdiv ul.items li.menu-item.hasdropdown .dropmenu .menu-item:nth-last-child(1) {
  border: none;
}
nav.navdiv ul.items li.menu-item.hasdropdown .dropmenu a.menulink {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  display: block;
  padding: 5px 5px;
  transition: all 0.3s;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
}
nav.navdiv ul.items li.menu-item.hasdropdown .dropmenu a.menulink:hover {
  background: #ffffff;
}
nav.navdiv ul.items li.menu-item.hasdropdown .dropmenu a.menulink:hover span.menutext {
  color: #5091CD;
}
nav.navdiv ul.items li.menu-item.hasdropdown .dropmenu .dropmenu {
  left: 100%;
}
@media screen and (min-width: 992px) {
  nav.navdiv ul.items li.menu-item.hasdropdown .dropmenu .dropmenu {
    left: auto;
    right: 100%;
  }
}
nav.navdiv ul.items li.menu-item:hover.hasdropdown .dropmenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
nav.navdiv ul.items li.menu-item:hover.hasdropdown .dropmenu .dropmenu {
  display: none;
  left: 100%;
  opacity: 0;
  transform: translateY(0);
  top: 0;
}
@media screen and (min-width: 1200px) {
  nav.navdiv ul.items li.menu-item:hover.hasdropdown .dropmenu .dropmenu {
    display: block;
  }
}
nav.navdiv ul.items li.menu-item:hover.hasdropdown .dropmenu a.menu-link {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  display: block;
  padding: 10px;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
}
nav.navdiv ul.items li.menu-item:hover.hasdropdown .dropmenu .hasdropdown:hover .dropmenu {
  top: 0;
  opacity: 1;
}
nav.navdiv ul.items li.menu-item:hover.hasdropdown .dropmenu .hasdropdown:hover .dropmenu .dropmenu {
  opacity: 1;
}
nav.navdiv ul.items li.menu-item.animamenu > .dropmenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width: 1198px) {
  nav.navdiv .closebutton {
    display: block;
  }

  .bars.activeitem {
    width: 30px;
    position: relative;
    height: 30px;
    top: 5px;
  }

  .bars.activeitem span.bar:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
  }

  .bars.activeitem span.bar:nth-child(2) {
    transform: rotate(-45deg);
  }

  .bars.activeitem span.bar {
    position: absolute;
    top: 0;
    left: 0;
  }

  .bars.activeitem span.bar:nth-child(3) {
    display: none;
  }

  span.bar {
    display: block;
    width: 30px;
    height: 2px;
    margin: 8px 0;
    background: #ffffff;
  }

  nav.navdiv ul.items {
    flex-direction: column;
  }

  nav.navdiv .closebutton {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 9123;
    display: block;
  }

  nav.navdiv ul.items li.menu-item:hover.hasdropdown .dropmenu {
    position: relative;
  }

  .navbaritems {
    display: none;
  }
}
/* ************************************************************************** */
/* Buttons ****************************************************************** */
/* ************************************************************************** */
/* General Button Style */
/* Main Button Color ******************************************************** */
.btn-container {
  margin: 20px 0 0;
}

.ui-btn.submit-formbtns {
  min-width: 190px;
  color: #23517B;
}
.ui-btn.submit-formbtns:before {
  background: white;
}
.ui-btn.submit-formbtns:hover {
  color: #ffffff;
}
.ui-btn.submit-formbtns:hover:before {
  background: #295e8e;
}
.ui-btn.submit-formbtns:hover:after {
  left: 140%;
  width: 80px;
}

.mrb {
  margin-left: 20px;
}

.ui-btn {
  display: inline-flex;
  font-weight: 300;
  line-height: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  color: #23517B;
  align-items: center;
  justify-content: center;
  margin: 0 0 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 10px 15px;
  border: none;
}
.ui-btn span.ui-arrow {
  margin-left: 10px;
  display: none;
}
.ui-btn span.ar {
  margin-left: 20px;
}
.ui-btn:hover {
  color: #cccccc;
  background: transparent;
}
.ui-btn:hover:after {
  left: 140%;
  width: 80px;
}

.ui-btn-small-white {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #ffffff;
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  display: inline-flex;
}
.ui-btn-small-white::after {
  content: url("../../images/small-white-chevron.svg");
  position: absolute;
  right: -70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  height: 50px;
  width: 50px;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.ui-btn-small-white:hover {
  color: #FCE6E8;
}
.ui-btn-small-white:hover::after {
  background-color: #295e8e;
}

.ui-btn-big-white {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #ffffff;
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  display: inline-flex;
}
.ui-btn-big-white::after {
  content: url("../../images/large-white-chevron.svg");
  position: absolute;
  right: -130px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  height: 102px;
  width: 102px;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.ui-btn-big-white:hover {
  color: #78aad8;
}
.ui-btn-big-white:hover::after {
  background-color: #295e8e;
}

.ui-btn-small-main {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  color: #23517B;
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  display: inline-flex;
}
@media screen and (min-width: 500px) {
  .ui-btn-small-main {
    font-size: 18px;
  }
}
.ui-btn-small-main::after {
  content: url("../../images/small-blue-chevron.svg");
  position: absolute;
  right: -70px;
  top: -10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5091CD;
  height: 50px;
  width: 50px;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.ui-btn-small-main:hover {
  color: #78aad8;
}
.ui-btn-small-main:hover::after {
  background-color: #295e8e;
  content: url("../../images/small-white-chevron.svg");
}

.ui-btn-big-main {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 28px;
  color: #23517B;
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  display: inline-flex;
}
.ui-btn-big-main::after {
  content: url("../../images/large-blue-chevron.svg");
  position: absolute;
  right: -130px;
  top: -30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5091CD;
  height: 102px;
  width: 102px;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.ui-btn-big-main:hover {
  color: #78aad8;
}
.ui-btn-big-main:hover::after {
  background-color: #295e8e;
  content: url("../../images/large-white-chevron.svg");
}

/* ************************************************************************** */
/* Images ******************************************************************* */
/* ************************************************************************** */
img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.img-shadow {
  box-shadow: 0 3px 50px rgba(41, 41, 41, 0.2);
}

/* ************************************************************************** */
/* Main Page Sections ******************************************************* */
/* ************************************************************************** */
.hero {
  background: url("../../images/hero-bg@2x.jpg") top center/cover;
  position: relative;
  padding-top: 3rem;
  background-color: #444;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-top: 0;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(41, 41, 41, 0.7);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .hero::before {
    opacity: 0;
  }
}
.hero .containerish {
  min-height: 100vh;
  padding: 40px 40px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero .containerish {
    padding: 40px 40px 20px;
    min-height: 50vh;
  }
}
@media screen and (min-width: 992px) {
  .hero .containerish {
    padding: 50px 40px;
    min-height: 100vh;
  }
}
.hero .containerish .section-info p {
  max-width: 610px;
  text-align: left;
}

.bio .containerish {
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 992px) {
  .bio .containerish {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .bio .containerish {
    align-items: center;
    padding-bottom: 3rem;
  }
}
.bio .containerish .col-left {
  position: relative;
  height: 450px;
}
@media screen and (min-width: 768px) {
  .bio .containerish .col-left {
    height: 500px;
  }
}
@media screen and (min-width: 992px) {
  .bio .containerish .col-left {
    height: 700px;
  }
}
.bio .containerish .col-left img:nth-child(1) {
  position: absolute;
  left: 50%;
  top: -25px;
}
@media screen and (min-width: 1200px) {
  .bio .containerish .col-left img:nth-child(1) {
    left: 60%;
  }
}
.bio .containerish .col-left img:nth-child(2) {
  position: absolute;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  max-width: 85%;
}
@media screen and (min-width: 768px) {
  .bio .containerish .col-left img:nth-child(2) {
    width: auto;
    max-height: 500px;
  }
}
@media screen and (min-width: 992px) {
  .bio .containerish .col-left img:nth-child(2) {
    top: 0;
    width: 606px;
    max-height: 733px;
  }
}
.bio .containerish .col-right {
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .bio .containerish .col-right {
    padding: 40px;
  }
}
.bio .containerish .col-right .sec-info {
  position: relative;
}
.bio .containerish .col-right .sec-info .social-links {
  margin-top: 1rem;
}
.bio .containerish .col-right .sec-info .social-links a.social-link {
  display: inline-block;
  position: relative;
  width: 30px !important;
  height: 30px;
  border: 1px solid #5091CD;
  border-radius: 50px;
}
.bio .containerish .col-right .sec-info .social-links a.social-link svg {
  max-height: 20px;
  color: #5091CD;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bio .containerish .col-right .sec-info .btn-wrapper {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .bio .containerish .col-right .sec-info .btn-wrapper {
    flex-direction: row;
    width: 80%;
    justify-content: flex-start;
    align-items: center;
  }
  .bio .containerish .col-right .sec-info .btn-wrapper a {
    margin-right: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .bio .containerish .col-right .sec-info .btn-wrapper {
    flex-direction: row;
    width: 80%;
    justify-content: space-between;
    align-items: center;
  }
  .bio .containerish .col-right .sec-info .btn-wrapper a {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .bio .containerish .col-right .sec-info .btn-wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .bio .containerish .col-right .sec-info .btn-wrapper {
    width: 60%;
    max-width: calc(198px * 2);
  }
}
.bio .containerish .col-right .sec-info .btn-wrapper a {
  margin-bottom: 2rem;
}

.acne {
  position: relative;
  overflow: hidden;
}
.acne .sec-flower {
  height: 500px;
  width: 300px;
  position: absolute;
  right: -8rem;
  top: -4rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .acne .sec-flower {
    height: 700px;
    width: 400px;
    right: -5rem;
  }
}
@media screen and (min-width: 992px) {
  .acne .sec-flower {
    height: 700px;
    width: 400px;
    top: -12rem;
    right: -12rem;
  }
}
@media screen and (min-width: 1400px) {
  .acne .sec-flower {
    top: -8rem;
    right: -20rem;
    height: 900px;
    width: 600px;
  }
}
.acne .containerish {
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 992px) {
  .acne .containerish {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .acne .containerish {
    margin-top: 3rem;
    align-items: center;
  }
}
.acne .containerish .col-left {
  padding: 85px 40px 80px 40px;
  grid-row: 2;
}
@media screen and (min-width: 768px) {
  .acne .containerish .col-left {
    padding: 40px 40px 80px 40px;
  }
}
@media screen and (min-width: 992px) {
  .acne .containerish .col-left {
    grid-row: 1;
  }
}
@media screen and (min-width: 1400px) {
  .acne .containerish .col-left {
    padding-left: 8rem;
  }
}
.acne .containerish .col-left .sec-info a {
  margin-top: 3rem;
}
.acne .containerish .col-right {
  position: relative;
  height: 500px;
  overflow: visible;
}
@media screen and (min-width: 992px) {
  .acne .containerish .col-right {
    height: 700px;
  }
}
.acne .containerish .col-right img:nth-child(1) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  max-width: 85%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .acne .containerish .col-right img:nth-child(1) {
    width: auto;
    max-height: 500px;
  }
}
@media screen and (min-width: 992px) {
  .acne .containerish .col-right img:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-height: 635px;
  }
}

.skincancer {
  background: rgba(80, 145, 205, 0.19);
}
@media screen and (min-width: 992px) {
  .skincancer {
    margin-top: 2rem;
  }
}
.skincancer .containerish {
  padding: 40px 40px 80px 40px;
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .skincancer .containerish {
    padding: 80px 40px 80px 40px;
  }
}
@media screen and (min-width: 992px) {
  .skincancer .containerish {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .skincancer .containerish {
    padding-left: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .skincancer .containerish .sec-img {
    max-width: 400px;
    justify-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .skincancer .containerish .sec-img {
    justify-self: flex-start;
  }
}
.skincancer .containerish .sec-info p {
  max-width: 500px;
}
@media screen and (min-width: 1400px) {
  .skincancer .containerish .sec-info {
    padding-left: 4rem;
  }
}
.skincancer .containerish .sec-info a {
  margin-top: 4rem;
}

@media screen and (min-width: 992px) {
  .cosmetics {
    margin-top: 2rem;
  }
}
.cosmetics .containerish {
  padding: 40px 40px 80px 40px;
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .cosmetics .containerish {
    padding: 80px 40px 80px 40px;
  }
}
@media screen and (min-width: 992px) {
  .cosmetics .containerish {
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .cosmetics .containerish {
    padding-left: 8rem;
  }
}
.cosmetics .containerish .sec-img {
  grid-row: 1;
}
@media screen and (min-width: 768px) {
  .cosmetics .containerish .sec-img {
    max-width: 400px;
    justify-self: center;
  }
}
@media screen and (min-width: 992px) {
  .cosmetics .containerish .sec-img {
    grid-column: 2;
  }
}
@media screen and (min-width: 1200px) {
  .cosmetics .containerish .sec-img {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .cosmetics .containerish .sec-img {
    margin-right: 4rem;
  }
}
.cosmetics .containerish .sec-info p {
  max-width: 500px;
}
@media screen and (min-width: 1400px) {
  .cosmetics .containerish .sec-info {
    padding-left: 4rem;
  }
}
.cosmetics .containerish .sec-info a {
  margin-top: 4rem;
}

.laurad {
  background: url("../../images/laurad-bg@2x.jpg") center center/cover;
  background-color: #444;
}
@media screen and (min-width: 1200px) {
  .laurad {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .laurad {
    margin-top: 7rem;
  }
}
.laurad .containerish {
  padding: 40px;
  display: grid;
  grid-gap: 2rem;
  overflow: visible;
}
.laurad .containerish .sec-info p {
  max-width: 493px;
}
.laurad .containerish .sec-info .btn-wrapper {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .laurad .containerish .sec-info .btn-wrapper {
    flex-direction: row;
    width: 80%;
    justify-content: flex-start;
    align-items: center;
  }
  .laurad .containerish .sec-info .btn-wrapper a {
    margin-right: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .laurad .containerish .sec-info .btn-wrapper {
    flex-direction: row;
    width: 70%;
    justify-content: space-between;
    align-items: center;
  }
  .laurad .containerish .sec-info .btn-wrapper a {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .laurad .containerish .sec-info .btn-wrapper {
    width: 65%;
  }
}
@media screen and (min-width: 1400px) {
  .laurad .containerish .sec-info .btn-wrapper {
    width: 60%;
    max-width: calc(198px * 2);
  }
}
.laurad .containerish .sec-info .btn-wrapper a {
  margin-bottom: 2rem;
}
.laurad .containerish .col-right {
  display: flex;
  justify-content: center;
  grid-row: 1;
}
@media screen and (min-width: 992px) {
  .laurad .containerish .col-right {
    grid-column: 2;
  }
}
.laurad .containerish .col-right .sec-img {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .laurad .containerish .col-right .sec-img {
    width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .laurad .containerish .col-right .sec-img {
    max-width: initial;
  }
}
@media screen and (min-width: 1200px) {
  .laurad .containerish .col-right .sec-img {
    width: 506px;
    position: relative;
    top: -80px;
  }
}
@media screen and (min-width: 1400px) {
  .laurad .containerish .col-right .sec-img {
    width: 606px;
    position: relative;
    top: -100px;
  }
}

.coolsculpting {
  position: relative;
  overflow: hidden;
}
.coolsculpting .sec-flower {
  position: absolute;
  bottom: -100px;
  right: -100px;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .coolsculpting .sec-flower {
    height: 300px;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .coolsculpting .sec-flower {
    height: 400px;
    width: auto;
    bottom: -200px;
    right: -80px;
  }
}
@media screen and (min-width: 1400px) {
  .coolsculpting .sec-flower {
    height: 500px;
    width: auto;
    bottom: -250px;
    right: -100px;
  }
}
.coolsculpting .containerish {
  padding: 40px;
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 992px) {
  .coolsculpting .containerish {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .coolsculpting .containerish {
    grid-template-columns: 1fr 1fr;
    padding: 80px 40px;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .coolsculpting .containerish .sec-info {
    padding-left: 3rem;
  }
}
.coolsculpting .containerish .sec-info .coolsculpting-info h2 {
  position: relative;
}
.coolsculpting .containerish .sec-info .coolsculpting-info a {
  margin-top: 2rem;
}
.coolsculpting .containerish .sec-info .cooltone-info {
  margin-top: 5rem;
}
.coolsculpting .containerish .sec-info .cooltone-info h2 {
  position: relative;
}
.coolsculpting .containerish .sec-info .cooltone-info a {
  margin-top: 2rem;
}

.mindbeauty {
  background: url("../../images/mindbeauty-bg@2x.jpg") center center/cover;
  background-color: #444;
}
.mindbeauty .containerish {
  padding: 40px 40px 80px 40px;
  display: grid;
  grid-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .mindbeauty .containerish {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .mindbeauty .containerish {
    grid-gap: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .mindbeauty .containerish {
    padding: 80px 40px 80px 40px;
    max-width: 1000px;
    grid-gap: 4rem;
  }
}
.mindbeauty .containerish .col-left .quote-copy {
  font-size: 24px;
  line-height: 32px;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  font-style: italic;
  position: relative;
}
.mindbeauty .containerish .col-left .quote-copy span {
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  position: absolute;
  right: 0;
}
.mindbeauty .containerish .col-right .book {
  max-height: 357px;
  width: auto;
}
.mindbeauty .containerish .col-right .sec-info a {
  margin-top: 2rem;
}

@media screen and (min-width: 1200px) {
  .press {
    padding: 30px 40px 0 40px;
  }
}
.press .containerish {
  background-color: rgba(252, 230, 232, 0.39);
  padding: 40px 40px 80px 40px;
  position: relative;
}
.press .containerish .sec-info {
  margin-top: 2rem;
  display: grid;
  grid-gap: 3rem;
}
.press .containerish .sec-info .col-left,
.press .containerish .sec-info .col-mid,
.press .containerish .sec-info .col-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.press .containerish .sec-info .col-left h4,
.press .containerish .sec-info .col-mid h4,
.press .containerish .sec-info .col-right h4 {
  max-width: 250px;
}
.press .containerish .sec-info img {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .press .containerish .sec-info img {
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .press .containerish .sec-info {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .press .containerish .sec-info {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.press .containerish h2,
.press .containerish h4 {
  text-align: center;
}
.press .containerish a:not(.ui-btn-big-main):hover {
  text-decoration: none;
  opacity: 0.7;
}
.press .containerish .ui-btn-big-main {
  margin-top: 4rem;
  margin-left: 10%;
}
@media screen and (min-width: 768px) {
  .press .containerish .ui-btn-big-main {
    margin-left: 0;
    position: relative;
    left: 50%;
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 1200px) {
  .logos {
    padding: 0 40px 40px 40px;
  }
}
.logos .containerish {
  background-color: rgba(252, 230, 232, 0.2);
  padding: 80px 40px 80px 40px;
  position: relative;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .logos .containerish {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .logos .containerish {
    grid-template-columns: repeat(6, 1fr);
  }
}
.logos .containerish img {
  width: 100%;
  align-self: center;
}
@media screen and (min-width: 992px) {
  .logos .containerish img:nth-child(11) {
    grid-column: 5/-1;
    justify-self: center;
  }
}

label {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.appointment .containerish {
  padding: 40px;
  display: flex;
  grid-gap: 4rem;
}
@media screen and (min-width: 992px) {
  .appointment .containerish {
    grid-template-columns: 1fr 1.5fr;
    padding: 40px 0 40px 40px;
  }
}
@media screen and (min-width: 1400px) {
  .appointment .containerish {
    grid-template-columns: 1fr 1.3fr;
    padding: 40px 0 40px 40px;
  }
}
.appointment .containerish .sec-info {
  width: 43%;
  padding-right: 60px;
}
.appointment .containerish .sec-slider {
  width: 54%;
}
.appointment .containerish .sec-info #schedule {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1400px) {
  .appointment .containerish .sec-info #schedule {
    height: 550px;
  }
}
.appointment .containerish .sec-info #schedule input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #717171;
  font-size: 12px;
  padding: 25px 0;
  display: block;
}
.appointment .containerish .sec-info #schedule input.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #717171;
  font-size: 12px;
  padding: 25px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #212529;
  font-size: 12px;
  display: block;
}
.appointment .containerish .sec-info #schedule input.form-control::placeholder {
  font-size: 14px !important;
  line-height: 14px;
  color: #212529;
  font-weight: 300;
  text-transform: capitalize;
}
.appointment .containerish .sec-info #schedule input.form-control:hover {
  box-shadow: 0 3px 11px 7px rgba(0, 0, 0, 0.1);
}
.appointment .containerish .sec-info #schedule select.form-control {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #717171;
  font-size: 12px;
  padding: 25px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #212529;
  font-size: 12px;
  display: block;
}
.appointment .containerish .sec-info #schedule select.form-control::placeholder {
  font-size: 14px !important;
  line-height: 14px;
  color: #212529;
  font-weight: 300;
  text-transform: capitalize;
}
.appointment .containerish .sec-info #schedule select.form-control:hover {
  box-shadow: 0 3px 11px 7px rgba(0, 0, 0, 0.1);
}
.appointment .containerish .sec-info #schedule textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #717171;
  font-size: 12px;
  padding: 25px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #212529;
  font-size: 12px;
  display: block;
}
.appointment .containerish .sec-info #schedule textarea::placeholder {
  font-size: 14px !important;
  line-height: 14px;
  color: #212529;
  font-weight: 300;
  text-transform: capitalize;
}
.appointment .containerish .sec-info #schedule textarea:hover {
  box-shadow: 0 3px 11px 7px rgba(0, 0, 0, 0.1);
}
.appointment .containerish .sec-info #schedule .ui-btn-big-main {
  align-self: flex-end;
  margin-right: 8rem;
  padding-top: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .appointment .containerish .sec-info #schedule .ui-btn-big-main {
    margin-right: 8rem;
  }
}
@media screen and (min-width: 1400px) {
  .appointment .containerish .sec-info #schedule .ui-btn-big-main {
    margin-right: 8rem;
    padding-top: 2rem;
  }
}
.appointment .containerish .sec-info #schedule .ui-btn-big-main::after {
  top: 0;
}
.appointment .containerish .f-submit {
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .appointment .containerish .f-submit {
    justify-content: flex-end;
  }
}
.appointment .containerish .sec-slider {
  position: relative;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  top: -100px;
  /* Styled to match the default WordPress screen reader text */
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  transition: top 0.75s ease-out;
}

.skip-link:focus {
  color: #21759b;
  top: 7px;
  transition: top 0s;
}

.sec-dotscontainer ul.slick-dots {
  bottom: 90px;
  transform: none;
  margin: 0;
  left: 0;
  right: 0;
}

.slick-dots li button {
  height: 10px;
  width: 10px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50px;
  margin: 0 1rem;
  position: relative;
}

.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5rem;
  border: 1px solid #ffffff;
  border-radius: 50px;
}

.slick-dots li.slick-active button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px;
  background: #fff;
  border-radius: 50px;
  width: 7px;
  height: 7px;
}

ul.slick-dots {
  position: relative;
  margin: 30px 0 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 40px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

/* BLOG SECTION */
.bg-main {
  background: #626f6f;
  color: #ffffff;
  padding: 3rem;
}
@media screen and (max-width: 576px) {
  .bg-main {
    padding: 1.5rem;
  }
}
.bg-main h2 {
  color: #ffffff;
}

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

.pagedata {
  display: flex;
  max-width: 750px;
  margin: 0 auto;
}

#rsvp-page-form .form-group {
  margin: 15px 0;
  border: 3px solid #fff;
  padding: 15px;
}
#rsvp-page-form .form-group label {
  margin-right: 30px;
  width: 40%;
}
#rsvp-page-form legend {
  text-align: center;
  margin: 30px 0 0;
}
#rsvp-page-form .rsvp_new_patient {
  text-align: center;
  margin: 30px 0 0;
}
#rsvp-page-form input.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  text-align: left;
  padding: 20px 5px;
  color: #666666;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
}
#rsvp-page-form input.form-control::placeholder {
  font-size: 16px !important;
  line-height: 14px;
  color: #666666;
  font-weight: 300;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}
#rsvp-page-form input.form-control:hover {
  box-shadow: 0 3px 11px 7px rgba(0, 0, 0, 0.2);
}
#rsvp-page-form select.form-control {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  text-align: left;
  padding: 20px 5px;
  color: #666666;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
}
#rsvp-page-form select.form-control::placeholder {
  font-size: 16px !important;
  line-height: 14px;
  color: #666666;
  font-weight: 300;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}
#rsvp-page-form select.form-control:hover {
  box-shadow: 0 3px 11px 7px rgba(0, 0, 0, 0.2);
}
#rsvp-page-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  text-align: left;
  padding: 20px 5px;
  color: #666666;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  background: #533762;
}
#rsvp-page-form textarea::placeholder {
  font-size: 16px !important;
  line-height: 14px;
  color: #666666;
  font-weight: 300;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}
#rsvp-page-form textarea:hover {
  box-shadow: 0 3px 11px 7px rgba(0, 0, 0, 0.2);
}

div#treated-by ul.related-treatments li {
  position: relative;
  display: flex;
  color: #5091CD;
}
div#treated-by ul.related-treatments li a {
  border: 1px solid #5091CD;
  margin: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 500px) {
  div#treated-by ul.related-treatments li a {
    margin: 0 20px 0 0;
  }
}
div#treated-by ul.related-treatments li a:hover {
  background: #5091CD;
  color: #ffffff;
  text-decoration: none;
}

div#treated-by ul.related-treatments li:nth-last-child(1):after {
  opacity: 0;
}

section.entry-content {
  padding: 0 20px;
}

div#treated-by {
  padding: 40px 30px 30px;
  margin: 30px 30px 90px;
  position: relative;
  background: #fff;
}
div#treated-by:after {
  content: close-quote;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid #fff;
  z-index: -1;
}
div#treated-by h2.sec-title {
  text-align: center;
  color: #5091CD;
  font-size: 48px;
  line-height: 55px;
  margin: 0 0;
  font-weight: 100;
  text-transform: uppercase;
}
div#treated-by ul.related-treatments {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 !important;
  flex-wrap: wrap;
}
div#treated-by .ui-btn {
  color: #3870a5;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  white-space: initial;
  text-align: center;
}
@media screen and (min-width: 500px) {
  div#treated-by .ui-btn {
    font-size: 16px;
  }
}

.relatedarticles {
  margin: 60px 0 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (min-width: 500px) {
  .relatedarticles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .relatedarticles {
    grid-template-columns: repeat(3, 1fr);
  }
}
.relatedarticles .imageblock {
  max-height: 200px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .relatedarticles .imageblock {
    max-height: 169px;
  }
}
@media screen and (min-width: 1200px) {
  .relatedarticles .imageblock {
    max-height: 255px;
  }
}

.rel-article {
  background-color: #ffffff;
}

.articlestitle h2.sec-title {
  text-align: center;
  color: #5091CD;
  font-size: 48px;
  line-height: 55px;
  margin: 0 0;
  font-weight: 100;
  text-transform: uppercase;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rel-article h2.sec-title {
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #333333;
  margin: 0 0 20px;
}

.rel-article .btn-container {
  text-align: center;
}

.rel-article .cnt {
  display: block;
  padding: 40px;
  background: #fff;
}

.rel-article {
  box-shadow: 0 0 60px #f1f0ed;
}

.rel-article .cnt .ui-btn:after {
  content: close-quote;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 1px;
  background: #5091CD;
  width: 120px;
  transform: none;
  opacity: 1;
  margin: 0 auto;
}

.rel-article .cnt .ui-btn {
  overflow: visible;
  justify-content: center;
  align-items: center;
  display: block;
  margin: 30px auto 0;
  text-transform: uppercase;
  font-weight: 600;
}

p.shareme {
  text-align: center;
  margin: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.rel-article img.pic {
  display: block;
  width: 100%;
}

.disclaimer {
  text-align: center;
  color: #5091CD;
  font-size: 12px;
  margin: 60px 0 0;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.gallery-block {
  position: relative;
  padding: 100px 0;
  background-color: #ffffff;
  margin: 60px 0 60px;
}

.gallery-archive {
  margin: 0 0 30px;
}

.gallery-archive .slider-gallery .gallery-title {
  font-family: "EB Garamond", sans-serif;
  font-weight: 300;
  text-align: center;
}

.gallery-block .imageblock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.gallery-block .imageblock img.pic {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50%;
}

.gallery-block .content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.gallery-block .content h2.sec-title {
  margin: 0;
  line-height: 55px;
  color: #5091CD;
  font-size: 48px;
  text-transform: uppercase;
}

.gallery-block .content .btn-container {
  margin: 0;
}
.gallery-block .content .btn-container .ui-btn {
  color: #666666;
  font-family: "EB Garamond", sans-serif;
  text-transform: capitalize;
  font-weight: 300;
  white-space: initial;
  margin: 0 20px;
}

section.quoteblock {
  background-image: url(../../img/BackgroundTexture.jpg);
  background-size: cover;
  background-position: 50%;
}

section.quoteblock {
  padding: 60px 20px;
  margin: 0 0 -30px;
}
section.quoteblock .quotes {
  width: 100%;
  margin: 0;
  margin-bottom: -23px;
}

section.quoteblock .content {
  background: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.quotes {
  position: relative;
  z-index: 2;
}

section.quoteblock .content {
  font-size: 24px;
  color: #666666;
  font-style: italic;
  line-height: 35px;
  padding: 60px 100px 30px;
  font-weight: 100;
  position: relative;
  flex-direction: column;
}
section.quoteblock .content p {
  margin: 0 0 0px;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #666666;
  font-size: 24px;
  line-height: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
section.quoteblock .content .btn-container {
  margin: 0 0 20px;
}
section.quoteblock .content .btn-container a.ui-btn {
  font-style: normal;
}

slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.quoteblock .content span.who {
  font-size: 14px;
  color: #5091CD;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}

section.quoteblock .content:after {
  content: close-quote;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #fff;
}

video {
  height: auto;
}

.spacingblock {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

.crumbscontainer {
  color: #5091CD;
  font-size: 16px;
  font-weight: 600;
}

.pagedata span.section {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

span.title {
  display: block;
  color: #707070;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

span.value {
  color: #5091CD;
  font-family: "EB Garamond", sans-serif;
  font-size: 25px;
  display: block;
  margin: 5px 0 0;
}

.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dd,
.accordion__panel {
  font-size: 1em;
  line-height: 1.5em;
}

.accordion {
  position: relative;
  max-width: 900px;
  margin: 30px auto 90px;
  border-top: 1px solid #5091CD;
}

span.item {
  display: block;
  margin: 30px 0;
  border: 1px solid #5091CD;
  padding: 15px 100px;
  position: relative;
}

.accordionTitle,
.accordion__Heading {
  display: block;
  text-decoration: none;
  color: #5091CD;
  transition: background-color 0.5s ease-in-out;
  padding: 0;
  font-family: "EB Garamond", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  left: 50px;
  top: 20px;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
span.breadcrumb_last {
  margin-left: 10px;
}

.subpage .breadcrumbs a {
  margin: 0 10px;
  text-decoration: none;
}

hr {
  color: #fff;
  background: #fff;
  border: none;
  border-top: 0px solid #e8e8e8;
}

/* SECTION STYLES */
.containerish {
  max-width: 1366px;
  margin: 0 auto;
}

.txtcn {
  text-align: center;
}

figure.wp-block-video video {
  max-width: 100%;
}

.card.align-items-center.mb-4 {
  position: relative;
  display: -webkit-box;
  display: inline-block;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  margin: 30px 0;
  border-radius: 0.25rem;
}

.p-3.text-center {
  text-align: center;
  margin: 30px 0 0;
}

.p-3.text-center span.mb-3 svg {
  min-width: 40px;
  color: #5091CD;
}

.card-columns {
  column-count: 3;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}

.has-text-align-center {
  text-align: center;
}

.pagesection .img-fluid {
  width: 100%;
  height: auto;
  border: 10px solid #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
}
.fullwidthimagesplit {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 -20px;
}

.fullwidthimagesplit .imageblock {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 1;
  width: 50%;
  height: 100%;
}

.fullwidthimagesplit:after {
  content: close-quote;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20%;
  background: #000;
  z-index: 1;
  background: linear-gradient(-90deg, white 0%, white 70%, rgba(255, 255, 255, 0) 100%);
}

.subpage .fullwidthimagesplit .container {
  z-index: 2;
}

.fullwidthimagesplit .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 60px 0;
}

.fullwidthimagesplit .imageblock img.pic {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: right;
  width: 100%;
}

.fullwidthimagesplit .container .content {
  width: 50%;
  max-width: 440px;
  margin-right: 16%;
}

.containerish {
  position: relative;
  z-index: 2;
}

.row-r {
  position: relative;
  z-index: 2;
}

section.foldimage {
  position: relative;
  min-height: 0;
  padding: 20px 0 0;
}
section.foldimage video#homevideo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 23;
}

section.foldimage:after {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 59%;
  background: #1572b5;
  z-index: 0;
}

section.interior-fold.fold-landing {
  position: relative;
  z-index: 1;
}

section.foldimage .breadcrumbs {
  position: relative;
  background-color: transparent;
  z-index: 2;
  background: transparent;
  font-family: "Raleway", sans-serif;
}

section.foldimage section.main-title {
  position: relative;
  z-index: 2;
}

section.foldimage .pagedata {
  position: relative;
  z-index: 2;
}

section.interior-fold.fold-landing .banner-bg {
  position: relative;
  padding: 0;
}
section.interior-fold.fold-landing .banner-bg img.bannerim {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  min-height: 100%;
  z-index: 2;
  display: block;
  max-height: 100vh;
  object-fit: cover;
  object-position: top;
}

.pagesection {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #ffffff 0%, rgba(21, 114, 181, 0.12) 100%);
  padding-bottom: 30px;
}
.pagesection .wp-block-columns {
  margin: 0 auto;
}
.pagesection .container {
  position: relative;
  z-index: 1;
}
.pagesection:after {
  content: close-quote;
}
.pagesection button.ui-btn.ui-btn-main {
  white-space: initial;
}
.pagesection .modal .video-container iframe {
  height: 325px;
}
@media screen and (min-width: 500px) {
  .pagesection .modal .video-container iframe {
    height: 557px;
  }
}
.pagesection .prev-years {
  margin: 2rem auto 2rem;
  padding: 0.5rem 1rem;
  border-top: solid 1px #5091CD;
  text-transform: uppercase;
  list-style: none;
}
.pagesection .prev-years li {
  margin: 0 0.5rem;
  display: inline-block;
  font-weight: 600;
}
@media screen and (min-width: 500px) {
  .pagesection .prev-years li {
    margin: 0 1rem;
  }
}
.pagesection .prev-years li a {
  font-weight: 600 !important;
}

.subpage .breadcrumbs {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding: 0;
  text-align: center;
}
.subpage .container {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
.subpage .container .row {
  margin: 0 auto;
}

.crumbs a:hover {
  color: #ffffff;
}

.interior-bg.pagesection .container-request {
  padding: 0 0;
}

.shareme {
  margin: 0;
}
.shareme a {
  color: #5091CD;
  font-size: 0px;
  margin-right: 10px;
}

.interiorrequestform section.request-consultation .container-request .request-appointment-form-block {
  margin: 0 auto;
  padding: 0 50px 30px;
}

.interiorrequestform section.request-consultation .container-request .request-appointment-form-block .form-block-content {
  margin: 0 0 30px;
}

.alert-info {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  margin: 30px auto;
}

p#contact-success {
  margin: 30px auto;
}

p.alert.alert-danger {
  margin: 30px auto;
}

.spinner-border {
  height: 100px;
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
  margin: 30px auto;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
input#s {
  padding: 36px;
  display: block;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
  word-wrap: break-word;
  outline: none;
  display: flex;
  display: block;
  flex: 0 0 0;
  width: 90%;
  padding: 10px 20px;
}

.input-group {
  width: 584px;
  background: #fff;
  display: flex;
  border-radius: 8px;
  border: 1px solid #dfe1e5;
  box-shadow: none;
  border-radius: 24px;
  z-index: 3;
  height: 44px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

div#search-overlay {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  padding: 0;
}

h2.text-center.white {
  font-size: 55px;
  color: #2d97a8;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 30px;
}

button#searchsubmit {
  background: transparent;
  border: none;
}

div#search-overlay .container-fluid {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

form#searchform {
  width: 100%;
  margin: 0 auto;
}

#search-overlay em {
  color: #444;
}

#search-overlay a {
  color: #444;
}

#search-overlay a.searchcall {
  font-size: 30px;
  color: #2d97a8;
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px 0 30px;
  font-family: Lato, serif;
  display: inline-block;
}
#search-overlay a.searchcall:hover {
  color: #fff;
}

video.videotag-image {
  width: 100%;
  height: 49.66vh;
}

.galler-tmb {
  margin-right: 0;
}

ul.related-treatments {
  overflow: auto;
}

.related-treatments li {
  margin: 0 20px 10px 0 !important;
  display: inline-block;
}

.related-treatments li a.btn-gallerylink {
  border: none;
  display: block;
  position: relative;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
  min-height: 200px;
  display: flex;
  align-items: unset;
  justify-content: center;
}

.related-treatments li a.btn-gallerylink:hover:after {
  transform: translateY(0);
}

.related-treatments li a.btn-gallerylink:after {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2d97a8;
  z-index: 0;
  transform: translateY(100%);
  transition: all 0.7s;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

span.linktitle {
  padding: 20px 20px 20px;
  font-family: Lato, sans-serif;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  width: 260px;
  border: none;
  line-height: 25px;
  position: relative;
  -webkit-appearance: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.34);
}

h3.widget-title {
  margin: 30px 0 20px;
  font-weight: 300;
  text-transform: uppercase;
}

figure.wp-block-embed iframe {
  width: 100%;
  height: 38.7vh;
  max-height: 38.5vw;
}

.interior-ba {
  position: relative;
}
.interior-ba .gallery-item {
  align-items: center;
  display: flex;
}
.interior-ba .gallery-item a {
  position: relative;
  display: block;
  margin-bottom: 15px;
  height: auto;
  overflow: hidden;
  line-height: 2rem;
  display: flex;
  align-items: center;
  min-height: 300px;
}
.interior-ba .gallery-item a:hover {
  background: transparent;
}

.input-group {
  max-width: 100%;
}

div#searchrel {
  width: 100%;
  max-width: 640px;
  padding: 0 0;
}

.card-columns .card {
  box-shadow: 0 0 0px 0px #000;
  border: none;
  display: inline-block;
}

button.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 91239;
  font-family: Roboto, sans-serif;
  font-style: normal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  color: #fff;
  font-size: 0;
  padding: 0;
  border: none;
  font-weight: 100;
  line-height: 25px;
  -webkit-appearance: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid #66a3c5;
  background: transparent;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 32px;
  display: flex;
  align-items: center;
  background-color: #f8f7f7;
  justify-content: center;
}
button.slick-next.slick-arrow svg {
  width: 19px;
  fill: #66a3c5;
}
button.slick-next.slick-arrow:before {
  display: none;
}

.blogcats {
  margin: 30px 0;
  text-align: center;
  padding: 0 60px;
}
.blogcats ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blogcats ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.blogcats ul a {
  padding: 10px;
  text-decoration: none;
}

a#scroll {
  position: fixed;
  right: 20px;
  bottom: 80px;
  cursor: pointer;
  display: none;
  z-index: 99999999999;
  background: #5091CD;
  border-radius: 0px;
  padding: 10px;
  line-height: 0;
  box-shadow: 0 0 0 2px #5091CD, 0 0 0 2px #ffffff inset;
  border-radius: 0;
}
a#scroll:hover {
  opacity: 0.6;
}
a#scroll svg {
  width: 25px;
  fill: #fff;
  border-radius: 50%;
  height: 25px;
}

button.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 91239;
  font-family: Roboto, sans-serif;
  font-style: normal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  color: #fff;
  font-size: 0;
  padding: 0;
  border: none;
  font-weight: 100;
  line-height: 25px;
  -webkit-appearance: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid #66a3c5;
  background: transparent;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 32px;
  display: flex;
  align-items: center;
  background-color: #f8f7f7;
  justify-content: center;
  left: 30px;
}
button.slick-prev.slick-arrow svg {
  width: 19px;
  fill: #66a3c5;
}
button.slick-prev.slick-arrow:before {
  display: none;
}

.cta-sec {
  width: 100%;
  margin: 60px auto;
  padding: 60px;
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  background: #fbfbfb;
  background-size: cover;
  background-position: 50%;
}
.cta-sec img {
  margin: 0 0 30px;
}
.cta-sec h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5rem;
  letter-spacing: 0.5rem;
  padding-bottom: 1rem;
  color: #090909;
  margin: 0 0;
}

h2.gallerytitle {
  padding-bottom: 1rem;
  margin: 60px 0 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #0a0a0a;
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: #0a0a0a;
  line-height: 2.5rem;
}

#gallery-single {
  max-width: 85%;
  margin: 0 auto;
}

iframe {
  max-width: 100%;
}

form#paymentform input {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  color: #444;
  font-size: 14px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 0;
  font-weight: 300;
  background-color: transparent;
  border-bottom: 1px solid rgba(112, 112, 112, 0.28);
  margin-bottom: 20px;
  background: rgba(93, 124, 122, 0.15);
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

form#paymentform input[name=submit] {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  display: inline-flex;
  max-width: 100%;
  color: #088d9d;
  border: none;
  font-weight: 300;
  line-height: 16px;
  position: relative;
  -webkit-appearance: none;
  font-weight: 300;
  z-index: 1;
  min-width: 0px;
  overflow: hidden;
  cursor: pointer;
  background: #a7d787;
  color: #088d9d;
  text-decoration: none;
  border-radius: 50px;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px 40px;
  white-space: nowrap;
  line-height: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  color: #fff;
  box-shadow: 0 0 0px #a7d787;
  text-align: center;
  justify-content: center;
  min-width: 190px;
}

form#paymentform {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto 30px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 10px;
}

form#paymentform br {
  display: none;
}

form#paymentform label {
  display: block;
  margin: 0 0 10px;
  text-align: center;
  font-weight: 500;
  color: #0a0a0a;
}

span.mytouchid {
  padding: 20px 60px 0;
}

span.mytouchid a.touchid {
  display: block;
}

span.mytouchid a.touchid img.pic {
  height: 30px;
  width: 170px;
}

sup {
  font-size: 1.1rem;
  top: 0 !important;
}

.catbars {
  padding: 0;
  text-align: center;
  width: 100%;
}
.catbars h2 {
  margin: 60px 0 20px;
  font-size: 32px;
}
.catbars .catl {
  display: block;
  flex-wrap: initial;
}
@media screen and (min-width: 500px) {
  .catbars .catl {
    display: flex;
    flex-wrap: wrap;
  }
}
.catbars .catl p {
  width: 100%;
  margin: 5px 0;
}
@media screen and (min-width: 500px) {
  .catbars .catl p {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .catbars .catl p {
    width: 33%;
  }
}
.catbars .catl p a {
  text-decoration: none;
}

#kenect-prompt-message-vwnuDq7SlTOdi3d3B00q {
  display: none !important;
}

.editlink {
  text-align: center;
  margin: 0 0 30px;
}

.btncontainercenter {
  text-align: center;
}

.formtitle {
  text-align: center;
}

.post-type-archive-providers .card img.card-img-top {
  display: block;
  max-height: 300px;
  object-position: 0 20%;
  object-fit: cover;
}

.appointment-wrapper {
  padding: 30px;
  width: 100%;
  background: #ffffff;
}
.appointment-wrapper input.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  text-align: left;
  padding: 20px 5px;
  color: #666666;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 0;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 1px solid #5091cd;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
}
.appointment-wrapper input.form-control::placeholder {
  font-size: 14px !important;
  line-height: 14px;
  color: #666666;
  font-weight: 300;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}
.appointment-wrapper textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  text-align: left;
  padding: 20px 5px;
  color: #666666;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 0;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 1px solid #5091cd;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
}
.appointment-wrapper textarea::placeholder {
  font-size: 14px !important;
  line-height: 14px;
  color: #666666;
  font-weight: 300;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}

.book-bg {
  background-color: #6d7780;
  padding: 2rem;
  color: #ffffff;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .book-bg {
    grid-template-columns: 40% 1fr;
    column-gap: 3rem;
    padding: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .book-bg {
    grid-template-columns: 22% 1fr;
    column-gap: 3rem;
    padding: 4rem;
  }
}
.book-bg .img-block {
  text-align: center;
}
.book-bg .img-block img {
  width: 100%;
  max-width: 320px;
}
.book-bg a:not(.ui-btn) {
  color: #ffffff !important;
  text-decoration: underline;
}
.book-bg a:not(.ui-btn):hover {
  text-decoration: none !important;
}
.book-bg h2 {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 600;
}
@media screen and (min-width: 500px) {
  .book-bg h2 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}
.book-bg .quote {
  display: block;
  padding: 1em 3em 1em 3.5em;
  margin: 0.5em 0 20px;
  position: relative;
  font-weight: 100;
}
.book-bg .quote p {
  font-size: 1.1rem;
  margin: 0.5em 0;
  line-height: 1.4em;
}
.book-bg .quote em {
  font-style: italic;
}
.book-bg .quote:before {
  content: "“";
  left: 0px;
  top: 5px;
  font-size: 7em;
  color: #aeb3b8;
  line-height: 1em;
  position: absolute;
}
.book-bg .quote:after {
  content: "”";
  right: 0;
  bottom: 0;
  font-size: 7em;
  color: #aeb3b8;
  line-height: 0;
  position: absolute;
}
.book-bg .wp-block-column, .book-bg figure {
  margin: 0;
}

.quote-box {
  padding: 3rem 5rem;
  position: relative;
  font-weight: 100;
  display: grid;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 3rem;
}
.quote-box p {
  font-size: 1rem;
  margin: 0.5em 0;
  line-height: 1.8rem;
  font-weight: 400;
}
.quote-box em {
  font-style: italic;
  font-size: 1rem;
  margin: 0.5em 0;
  line-height: 1.8rem;
  font-weight: 400;
}
.quote-box:before {
  content: "“";
  left: 2rem;
  top: 1rem;
  font-size: 7em;
  color: #1572B5;
  line-height: 1em;
  position: absolute;
}
.quote-box:after {
  content: "”";
  right: 2rem;
  bottom: 1rem;
  font-size: 7em;
  color: #1572B5;
  line-height: 0;
  position: absolute;
}

.page-form #schedule {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.page-form #schedule input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #717171;
  font-size: 12px;
  padding: 25px;
  display: block;
  background: transparent;
}
.page-form #schedule input.form-control {
  padding: 25px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #717171;
  font-size: 12px;
  padding: 25px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #212529;
  font-size: 12px;
  display: block;
}
.page-form #schedule input.form-control::placeholder {
  font-size: 14px !important;
  line-height: 14px;
  color: #212529;
  font-weight: 300;
  text-transform: capitalize;
}
.page-form #schedule input.form-control:hover {
  box-shadow: 0 3px 11px 7px rgba(0, 0, 0, 0.1);
}
.page-form #schedule select.form-control {
  padding: 25px !important;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #717171;
  font-size: 12px;
  padding: 25px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #212529;
  font-size: 12px;
  display: block;
}
.page-form #schedule select.form-control::placeholder {
  font-size: 14px !important;
  line-height: 14px;
  color: #212529;
  font-weight: 300;
  text-transform: capitalize;
}
.page-form #schedule select.form-control:hover {
  box-shadow: 0 3px 11px 7px rgba(0, 0, 0, 0.1);
}
.page-form #schedule textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #717171;
  font-size: 12px;
  padding: 25px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #212529;
  font-size: 12px;
  display: block;
}
.page-form #schedule textarea::placeholder {
  font-size: 14px !important;
  line-height: 14px;
  color: #212529;
  font-weight: 300;
  text-transform: capitalize;
}
.page-form #schedule textarea:hover {
  box-shadow: 0 3px 11px 7px rgba(0, 0, 0, 0.1);
}
.page-form #schedule .f-submit {
  padding: 3rem 0 4rem;
  display: block;
}
.page-form #schedule .ui-btn-big-main {
  align-self: flex-end;
  margin-right: 8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .page-form #schedule .ui-btn-big-main {
    margin-right: 8rem;
  }
}
@media screen and (min-width: 1400px) {
  .page-form #schedule .ui-btn-big-main {
    margin-right: 8rem;
  }
}

/* Typography */
/* ************************************************************************** */
/* FOOTER Sections ********************************************************** */
/* ************************************************************************** */
/* footer 1 ***************************************************************** */
.footer-1 {
  background: #1572B5;
  position: relative;
  overflow: hidden;
}
.footer-1 .footer-flower {
  position: absolute;
  bottom: 0;
  right: -50%;
  height: 300px;
  width: auto;
}
@media screen and (min-width: 992px) {
  .footer-1 .footer-flower {
    bottom: -30%;
    right: -20%;
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-1 .footer-flower {
    bottom: -20%;
    right: -20%;
    height: 300px;
  }
}
.footer-1 h2 {
  font-size: 2rem;
}
.footer-1 .sec-link-dark {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}
.footer-1 .containerish-fluid {
  padding: 40px;
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .footer-1 .containerish-fluid {
    grid-template-columns: -webkit-max-content repeat(3, 1fr);
    grid-template-columns: max-content repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .footer-1 .containerish-fluid {
    grid-template-columns: repeat(4, 1fr);
    padding: 40px 40px;
  }
}
.footer-1 .containerish-fluid .menu-quick-links-container {
  position: relative;
  z-index: 212;
}
.footer-1 .containerish-fluid .menu-quick-links-container a {
  color: #fff;
}
.footer-1 .containerish-fluid ul#menu-quick-links {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .footer-1 .containerish-fluid .col-two, .footer-1 .containerish-fluid .col-three, .footer-1 .containerish-fluid .col-four {
    padding-top: 2rem;
  }
}
.footer-1 .containerish-fluid .col-one {
  display: flex;
  justify-content: flex-start;
}
.footer-1 .containerish-fluid .col-one .footer-logo {
  align-self: center;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .footer-1 .containerish-fluid .col-one .footer-logo {
    width: calc(330px / 2);
    height: calc(69px / 2);
  }
}
@media screen and (min-width: 992px) {
  .footer-1 .containerish-fluid .col-one .footer-logo {
    width: 210px;
    height: 216px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-1 .containerish-fluid .col-one .footer-logo {
    width: 330px;
    height: 69px;
  }
}
.footer-1 .containerish-fluid .col-two p {
  line-height: calc(15px * 1.5);
}
.footer-1 .containerish-fluid .col-three .social-links {
  margin-top: 1rem;
}
.footer-1 .containerish-fluid .col-three .social-links a.social-link {
  display: inline-block;
  position: relative;
  width: 30px !important;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
.footer-1 .containerish-fluid .col-three .social-links a.social-link svg {
  max-height: 20px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-2 {
  background: #1572B5;
  padding: 5px 0;
}
.footer-2 p {
  margin: 0;
  font-size: 1rem;
}
.footer-2 a {
  color: #ffffff;
}
.footer-2 a:hover {
  color: #a3cbef;
  text-decoration: none;
}
.footer-2 .containerish .sec-info {
  text-align: center;
}
.footer-2 .containerish .sec-info a {
  text-decoration: none;
}

/* BLOG SECTION */
.bg-main {
  background: #4c99e0;
  color: #ffffff;
  padding: 3rem;
}
@media screen and (max-width: 576px) {
  .bg-main {
    padding: 1.5rem;
  }
}
.bg-main h2 {
  color: #ffffff;
}

/* SECTION STYLES */
.txtcn {
  text-align: center;
}

figure.wp-block-video video {
  max-width: 100%;
}

section.interior-fold.fold-landing {
  padding: 8rem 0 1rem;
}

section.main-title {
  text-align: center;
  position: relative;
}
section.main-title .containerish {
  position: relative;
  z-index: 2;
}
section.main-title .col-md-12r {
  padding: 30px;
  margin: 0px auto;
  max-width: 1125px;
  border-radius: 5px;
}
section.main-title .col-md-12r h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}

.subpage .container {
  padding: 0;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
.subpage .container .row {
  margin: 0 auto;
}

.crumbs a:hover {
  color: #ffffff;
}

.interior-bg.pagesection .container-request {
  padding: 0 0;
}

.interiorrequestform section.request-consultation .container-request .request-appointment-form-block {
  margin: 0 auto;
  padding: 0 50px 30px;
}

.interiorrequestform section.request-consultation .container-request .request-appointment-form-block .form-block-content {
  margin: 0 0 30px;
}

.subpage .consuletationform {
  margin-top: 80px;
}

.pagesection .container,
.pagesection .containerish {
  max-width: 1286px;
}
.pagesection a:not(.ui-btn) {
  color: #5091CD;
}
.pagesection a:not(.ui-btn):hover {
  text-decoration: underline;
  color: #292929;
}
.pagesection .card-columns {
  width: 100%;
}

p#contact-success {
  margin: 30px auto;
}

p.alert.alert-danger {
  margin: 30px auto;
}

.spinner-border {
  height: 100px;
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
  margin: 30px auto;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
video.videotag-image {
  width: 100%;
  height: 49.66vh;
}

.galler-tmb {
  margin-right: 0;
}

ul.related-treatments {
  overflow: auto;
}

.related-treatments li {
  margin: 0 20px 0 0 !important;
  display: inline-block;
}

.related-treatments li a.btn-gallerylink {
  border: none;
  display: block;
  position: relative;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
  min-height: 200px;
  display: flex;
  align-items: unset;
  justify-content: center;
}

.related-treatments li a.btn-gallerylink:hover:after {
  transform: translateY(0);
}

.related-treatments li a.btn-gallerylink:after {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2d97a8;
  z-index: 0;
  transform: translateY(100%);
  transition: all 0.7s;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

span.linktitle {
  padding: 20px 20px 20px;
  font-family: Lato, sans-serif;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  width: 260px;
  border: none;
  line-height: 25px;
  position: relative;
  -webkit-appearance: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.34);
}

.fold-landing {
  min-height: 0;
  max-width: 1366px;
}
@media screen and (min-width: 1200px) {
  .fold-landing {
    margin: 0 auto;
  }
}
.fold-landing .fold-content-main .banner-bg {
  padding: 0;
  width: 100%;
  position: relative;
  max-height: 45vh;
  overflow: visible;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fold-landing .fold-content-main .banner-bg {
    max-height: 50vh;
    min-height: 600px;
    height: 600px;
  }
}
.fold-landing .fold-content-main .banner-bg img.bannerim {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  max-height: 45vh;
  min-height: 100%;
  z-index: 2;
}

section.interior-fold.fold-landing {
  min-height: 0;
}

h3.widget-title {
  margin: 30px 0 20px;
  font-weight: 300;
  text-transform: uppercase;
}

figure.wp-block-embed iframe {
  width: 100%;
  height: 38.7vh;
  max-height: 38.5vw;
}

.input-group {
  max-width: 100%;
}

div#searchrel {
  width: 100%;
  max-width: 640px;
  padding: 0 0;
}

.card {
  box-shadow: 0 0 0px 0px #000;
  border: none;
  margin-bottom: 3rem;
}
.card .card-body {
  background-color: #fff;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
}

a#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  display: none;
  z-index: 99999999999;
  background: #4C99E0;
  padding: 15px;
  line-height: 0;
}
a#scroll:hover {
  opacity: 0.6;
}
a#scroll svg {
  width: 30px;
  fill: #fff;
  border-radius: 50%;
  height: 15px;
}

span.slick-arrow {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  z-index: 91239;
  font-style: normal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  color: #fff;
  font-size: 0;
  padding: 0;
  border: none;
  font-weight: 100;
  line-height: 25px;
  -webkit-appearance: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 32px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  justify-content: center;
  cursor: pointer;
}
span.slick-arrow svg {
  width: 20px;
  fill: #4C99E0;
}
span.slick-arrow:before {
  display: none;
}

span.prev.slick-arrow {
  right: calc(100% + 20px);
  left: auto;
}

.appointment .containerish #request {
  display: grid;
  grid-gap: 1rem;
}
@media screen and (min-width: 992px) {
  .appointment .containerish #request {
    max-width: 750px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .appointment .containerish #request {
    margin-top: 2rem !important;
  }
}
.appointment .containerish #request input,
.appointment .containerish #request select {
  height: 53px;
  padding: 1rem;
  border: none;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #474E52;
}
.appointment .containerish #request select {
  border-radius: 0 !important;
  -webkit-appearance: none;
}
@media screen and (min-width: 992px) {
  .appointment .containerish #request button {
    grid-column: 1/-1;
    justify-self: center;
  }
}

.page-form #request {
  display: grid;
  grid-gap: 1rem;
}
@media screen and (min-width: 992px) {
  .page-form #request {
    max-width: 750px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .page-form #request {
    margin-top: 2rem !important;
  }
}
.page-form #request input,
.page-form #request select {
  height: 53px;
  padding: 1rem;
  border: none;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #474E52;
}
.page-form #request select {
  border-radius: 0 !important;
  -webkit-appearance: none;
}
.page-form #request button {
  background-image: linear-gradient(160deg, #25aae1, #25d3e1);
  border: none;
}
@media screen and (min-width: 992px) {
  .page-form #request button {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.page-form #request button:hover {
  background-image: linear-gradient(-160deg, #52bbe7, #52dce7);
  text-decoration: none;
  color: #ffffff;
}

.single-treatments .page-title {
  width: 100%;
}
.single-treatments .page-title .contain {
  padding: 0 1rem;
}
.single-treatments .page-title .contain h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 300;
  color: #292929;
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 500px) {
  .single-treatments .page-title .contain h1 {
    font-size: 3.7rem;
    line-height: 5rem;
  }
}
.single-treatments .block-main-brown {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-brown {
    grid-template-columns: repeat(2, 50%);
  }
}
.single-treatments .block-main-brown .wp-block-column {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-brown .wp-block-column {
    min-height: 80vh;
  }
}
.single-treatments .block-main-brown .wp-block-column:nth-child(1) {
  background-image: url(../../img/bg-brown@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  order: 2;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-brown .wp-block-column:nth-child(1) {
    order: 1;
  }
}
.single-treatments .block-main-brown .wp-block-column:nth-child(1) .wp-block-group {
  color: #ffffff;
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-brown .wp-block-column:nth-child(1) .wp-block-group {
    padding: 6rem 0;
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .single-treatments .block-main-brown .wp-block-column:nth-child(1) .wp-block-group {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.single-treatments .block-main-brown .wp-block-column:nth-child(1) .wp-block-group p {
  line-height: 1.8rem;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  font-weight: 200;
}
.single-treatments .block-main-brown .wp-block-column:nth-child(1) .wp-block-group p a {
  color: #292929;
  font-weight: 500;
}
.single-treatments .block-main-brown .wp-block-column:nth-child(1) .wp-block-group p a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.single-treatments .block-main-brown .wp-block-column:nth-child(1) .wp-block-group p strong {
  color: #ffffff;
}
.single-treatments .block-main-brown .wp-block-column:nth-child(2) {
  order: 1;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-brown .wp-block-column:nth-child(2) {
    order: 2;
  }
}
.single-treatments .block-main-brown .wp-block-column:nth-child(2) .wp-block-image {
  padding: 0;
  width: 100%;
  position: relative;
  margin: 0;
  overflow: visible;
}
.single-treatments .block-main-brown .wp-block-column:nth-child(2) .wp-block-image img {
  width: 100%;
  object-fit: cover;
  position: relative;
  height: 40vh;
  min-height: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .single-treatments .block-main-brown .wp-block-column:nth-child(2) .wp-block-image img {
    height: 60vh;
  }
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-brown .wp-block-column:nth-child(2) .wp-block-image img {
    height: 82vh;
  }
}
.single-treatments .block-main-light-blue {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-light-blue {
    grid-template-columns: repeat(2, 50%);
  }
}
.single-treatments .block-main-light-blue .wp-block-column {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-light-blue .wp-block-column {
    min-height: 80vh;
  }
}
.single-treatments .block-main-light-blue .wp-block-column:nth-child(1) {
  background-image: url(../../img/bg-light-blue@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  order: 2;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-light-blue .wp-block-column:nth-child(1) {
    order: 1;
  }
}
.single-treatments .block-main-light-blue .wp-block-column:nth-child(1) .wp-block-group {
  color: #ffffff;
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-light-blue .wp-block-column:nth-child(1) .wp-block-group {
    padding: 6rem 0;
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .single-treatments .block-main-light-blue .wp-block-column:nth-child(1) .wp-block-group {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.single-treatments .block-main-light-blue .wp-block-column:nth-child(1) .wp-block-group p {
  line-height: 1.8rem;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  font-weight: 200;
}
.single-treatments .block-main-light-blue .wp-block-column:nth-child(1) .wp-block-group p a {
  color: #292929;
  font-weight: 500;
}
.single-treatments .block-main-light-blue .wp-block-column:nth-child(1) .wp-block-group p a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.single-treatments .block-main-light-blue .wp-block-column:nth-child(1) .wp-block-group p strong {
  color: #ffffff;
}
.single-treatments .block-main-light-blue .wp-block-column:nth-child(2) {
  order: 1;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-light-blue .wp-block-column:nth-child(2) {
    order: 2;
  }
}
.single-treatments .block-main-light-blue .wp-block-column:nth-child(2) .wp-block-image {
  padding: 0;
  width: 100%;
  position: relative;
  margin: 0;
  overflow: visible;
}
.single-treatments .block-main-light-blue .wp-block-column:nth-child(2) .wp-block-image img {
  width: 100%;
  object-fit: cover;
  position: relative;
  height: 40vh;
  min-height: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .single-treatments .block-main-light-blue .wp-block-column:nth-child(2) .wp-block-image img {
    height: 60vh;
  }
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-light-blue .wp-block-column:nth-child(2) .wp-block-image img {
    height: 82vh;
  }
}
.single-treatments .block-main-blue {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-blue {
    grid-template-columns: repeat(2, 50%);
  }
}
.single-treatments .block-main-blue .wp-block-column {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-blue .wp-block-column {
    min-height: 80vh;
  }
}
.single-treatments .block-main-blue .wp-block-column:nth-child(1) {
  background-image: url(../../img/bg-blue@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  order: 2;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-blue .wp-block-column:nth-child(1) {
    order: 1;
  }
}
.single-treatments .block-main-blue .wp-block-column:nth-child(1) .wp-block-group {
  color: #ffffff;
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-blue .wp-block-column:nth-child(1) .wp-block-group {
    padding: 6rem 0;
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .single-treatments .block-main-blue .wp-block-column:nth-child(1) .wp-block-group {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.single-treatments .block-main-blue .wp-block-column:nth-child(1) .wp-block-group p {
  line-height: 1.8rem;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  font-weight: 200;
}
.single-treatments .block-main-blue .wp-block-column:nth-child(1) .wp-block-group p strong {
  color: #ffffff;
}
.single-treatments .block-main-blue .wp-block-column:nth-child(2) {
  order: 1;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-blue .wp-block-column:nth-child(2) {
    order: 2;
  }
}
.single-treatments .block-main-blue .wp-block-column:nth-child(2) .wp-block-image {
  padding: 0;
  width: 100%;
  position: relative;
  margin: 0;
  overflow: visible;
}
.single-treatments .block-main-blue .wp-block-column:nth-child(2) .wp-block-image img {
  width: 100%;
  object-fit: cover;
  position: relative;
  height: 40vh;
  min-height: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .single-treatments .block-main-blue .wp-block-column:nth-child(2) .wp-block-image img {
    height: 60vh;
  }
}
@media screen and (min-width: 992px) {
  .single-treatments .block-main-blue .wp-block-column:nth-child(2) .wp-block-image img {
    height: 82vh;
  }
}
.single-treatments .block-two {
  background: #f6fbfd;
  padding: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-two {
    padding: 5rem 0;
  }
}
.single-treatments .block-two .wp-block-group__inner-container {
  max-width: 1200px;
  margin: 0 auto;
}
.single-treatments .block-two .wp-block-group__inner-container h2 {
  color: #4C99E0;
  max-width: 950px;
  margin: 0 auto !important;
  padding: 0 0 1.5rem;
}
.single-treatments .block-two .wp-block-group__inner-container p {
  max-width: 950px;
  margin: 0 auto 1.5rem;
  font-size: 14px;
  line-height: 1.8rem;
}
.single-treatments .block-two .wp-block-group__inner-container p a {
  color: #4C99E0;
}
.single-treatments .block-two .wp-block-group__inner-container p a:hover {
  color: #292929;
  text-decoration: underline;
}
.single-treatments .block-two .wp-block-group__inner-container .wp-block-image {
  max-width: 100%;
}
.single-treatments .block-dark-blue-box {
  background: #292929;
  color: #ffffff;
}
.single-treatments .block-dark-blue-box .wp-block-group__inner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .single-treatments .block-dark-blue-box .wp-block-group__inner-container {
    padding: 5rem 1rem;
  }
}
.single-treatments .block-dark-blue-box .wp-block-group__inner-container .wp-block-column {
  margin-bottom: 0;
}
.single-treatments .block-dark-blue-box .wp-block-group__inner-container .wp-block-column h2 {
  color: #4C99E0;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem !important;
}
.single-treatments .block-dark-blue-box .wp-block-group__inner-container .wp-block-column p {
  line-height: 1.8rem;
  font-size: 14px;
}
.single-treatments .block-dark-blue-box .wp-block-group__inner-container .wp-block-column strong,
.single-treatments .block-dark-blue-box .wp-block-group__inner-container .wp-block-column a {
  color: #4C99E0;
}
.single-treatments .block-testimonials {
  background-image: url(../../img/block-testimonials-bg@2x.jpg);
  padding: 4rem 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-treatments .block-testimonials {
    padding: 5rem 1rem;
  }
}
.single-treatments .block-testimonials .wp-block-group__inner-container .testimonials {
  max-width: 1200px;
  margin: 0 auto;
}
.single-treatments .block-testimonials .wp-block-group__inner-container .testimonials .quote-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.single-treatments .block-testimonials .wp-block-group__inner-container .testimonials .quote-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 32%;
  background-color: #4C99E0;
}
@media screen and (min-width: 768px) {
  .single-treatments .block-testimonials .wp-block-group__inner-container .testimonials .quote-wrapper::before {
    width: 42%;
  }
}
@media screen and (min-width: 1200px) {
  .single-treatments .block-testimonials .wp-block-group__inner-container .testimonials .quote-wrapper::before {
    width: 44%;
  }
}
.single-treatments .block-testimonials .wp-block-group__inner-container .testimonials .quote-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  width: 32%;
  background-color: #4C99E0;
}
@media screen and (min-width: 768px) {
  .single-treatments .block-testimonials .wp-block-group__inner-container .testimonials .quote-wrapper::after {
    width: 42%;
  }
}
@media screen and (min-width: 1200px) {
  .single-treatments .block-testimonials .wp-block-group__inner-container .testimonials .quote-wrapper::after {
    width: 44%;
  }
}
.single-treatments .block-testimonials .wp-block-group__inner-container .testimonials .quote-wrapper .quote-icon {
  width: 87px !important;
  height: 71px !important;
}
.single-treatments .block-testimonials .wp-block-group__inner-container .testimonials .testimonial-wrapper {
  padding: 3rem 0;
}
.single-treatments .block-testimonials .wp-block-group__inner-container .testimonials .testimonial-wrapper .testimonial-copy {
  color: #4C99E0;
  font-weight: 200;
  line-height: 3rem;
}
.single-treatments .block-testimonials .wp-block-group__inner-container .testimonials .testimonial-wrapper .testimonial-name {
  font-family: "Playfair Display", serif;
}
.single-treatments .block-testimonials .wp-block-group__inner-container .testimonials hr {
  margin-top: 0rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #4C99E0;
}
.single-treatments .block-full-image figure {
  margin: 0;
}
.single-treatments .block-gallery {
  background: #ffffff;
  padding: 3rem 0;
}
.single-treatments .block-gallery .wp-block-group__inner-container {
  max-width: 1100px;
  margin: 0 auto;
}
.single-treatments .block-gallery .wp-block-group__inner-container h2 {
  color: #4C99E0;
  margin-bottom: 1rem !important;
}
.single-treatments .block-gallery .wp-block-group__inner-container .interior-ba {
  background: #ffffff;
}
.single-treatments .block-gallery .wp-block-group__inner-container .interior-ba .gallery-item {
  align-items: center;
  display: flex;
}
.single-treatments .block-gallery .wp-block-group__inner-container .interior-ba .gallery-item a {
  position: relative;
  display: block;
  margin-bottom: 15px;
  height: auto;
  overflow: hidden;
  line-height: 2rem;
  display: flex;
  align-items: center;
  min-height: 300px;
}
.single-treatments .block-gallery .wp-block-group__inner-container .interior-ba .gallery-item a:hover {
  background: transparent;
}
.single-treatments .block-cta {
  background: #f6fbfd;
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .single-treatments .block-cta {
    padding: 5rem 1rem;
  }
}
.single-treatments .block-cta .wp-block-group__inner-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.single-treatments .block-cta .wp-block-group__inner-container h2 {
  color: #4C99E0;
  margin-bottom: 1rem !important;
}
.single-treatments .block-cta .wp-block-group__inner-container p {
  max-width: 950px;
  margin: 0 auto 1.5rem;
  font-size: 14px;
  line-height: 1.8rem;
  color: #4C99E0;
}
.single-treatments .block-cta .wp-block-group__inner-container p a:not(.ui-btn) {
  color: #4C99E0;
}
.single-treatments .block-cta .wp-block-group__inner-container p a:not(.ui-btn):hover {
  text-decoration: underline;
}
.single-treatments .block-cta .wp-block-group__inner-container hr {
  margin: 4rem auto;
  border: 0;
  border-top: 1px solid #4C99E0;
  width: 100%;
  max-width: 300px;
}
.single-treatments .block-cta .wp-block-group__inner-container .ui-btn {
  max-width: 320px;
}
.single-treatments .block-relation {
  background: #f6fbfd;
  padding: 0 0 2rem;
}

/* -------------------------------------------------------------------------- */
/* WORDPRESS STYLES */
/* -------------------------------------------------------------------------- */
.sr-only {
  display: none;
}

.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}

.block-editor-block-list__layout .reusable-block-edit-panel {
  align-items: center;
  background: #f8f9f9;
  color: #555d66;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  top: -14px;
  margin: 0 -14px;
  padding: 8px 14px;
  position: relative;
  border: 1px dashed rgba(145, 151, 162, 0.25);
  border-bottom: none;
}

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
  margin: 0 -14px;
  padding: 8px 14px;
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
  margin: 0 5px;
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
  margin-right: auto;
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
  margin-right: 8px;
  white-space: nowrap;
  font-weight: 600;
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
  flex: 1 1 100%;
  font-size: 14px;
  height: 30px;
  margin: 4px 0 8px;
}

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
  flex-shrink: 0;
}

@media (min-width: 960px) {
  .block-editor-block-list__layout .reusable-block-edit-panel {
    flex-wrap: nowrap;
  }

  .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    margin: 0;
  }

  .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    margin: 0 0 0 5px;
  }
}
.editor-block-list__layout .is-selected .reusable-block-edit-panel {
  border-color: rgba(66, 88, 99, 0.4) rgba(66, 88, 99, 0.4) rgba(66, 88, 99, 0.4) transparent;
}

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
  border-color: rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.45) transparent;
}

.block-editor-block-list__layout .reusable-block-indicator {
  background: #fff;
  border: 1px dashed #e2e4e7;
  color: #555d66;
  top: -14px;
  height: 30px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  width: 30px;
  right: -14px;
}

.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-button.alignright {
  text-align: right;
}

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: inherit;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.is-style-outline {
  color: #32373c;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid;
}

.wp-block-calendar {
  text-align: center;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 4px;
  border: 1px solid #e2e4e7;
}

.wp-block-calendar tfoot td {
  border: none;
}

.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.wp-block-calendar table th {
  font-weight: 440;
  background: #edeff0;
}

.wp-block-calendar a {
  text-decoration: underline;
}

.wp-block-calendar tfoot a {
  color: #00739c;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d;
}

.wp-block-categories.alignleft {
  margin-right: 2em;
}

.wp-block-categories.alignright {
  margin-left: 2em;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-column {
  flex-grow: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px);
    flex-grow: 0;
  }

  .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
  justify-content: flex-start;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
  margin-left: 0;
  text-align: left;
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
  justify-content: flex-end;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
  margin-right: 0;
  text-align: right;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover {
  color: #fff;
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
  opacity: 0.1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
  opacity: 0.2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
  opacity: 0.3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
  opacity: 0.4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
  opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
  opacity: 0.6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
  opacity: 0.7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
  opacity: 0.8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
  opacity: 0.9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
  opacity: 1;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 305px;
  width: 100%;
}

.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}

@supports (position: sticky) {
  .wp-block-cover-image:after,
.wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9;
}

.wp-block-cover-image .wp-block-subhead,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image .appointment-page-link,
.wp-block-cover-image h6,
.wp-block-cover-image p,
.wp-block-cover .wp-block-subhead,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover .appointment-page-link,
.wp-block-cover h6,
.wp-block-cover p {
  color: inherit;
}

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed {
  margin-bottom: 1em;
}

.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
  padding-top: 66.66%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}

.wp-block-file {
  margin-bottom: 1.5em;
}

.wp-block-file.aligncenter {
  text-align: center;
}

.wp-block-file.alignright {
  text-align: right;
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}

.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}

@supports (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@supports (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    flex: 1;
    object-fit: cover;
  }
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
      width: calc((100% - 32px) / 3 - 1px);
    }
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc((100% - 48px) / 4 - 1px);
    }
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px) / 5);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
      width: calc((100% - 64px) / 5 - 1px);
    }
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px) / 6);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
      width: calc((100% - 80px) / 6 - 1px);
    }
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px) / 7);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
      width: calc((100% - 96px) / 7 - 1px);
    }
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px) / 8);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
      width: calc((100% - 112px) / 8 - 1px);
    }
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex;
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image img {
  max-width: 100%;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  caption-side: bottom;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 1em;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 52px;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}

.wp-block-latest-posts.alignright {
  margin-left: 2em;
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 16px);
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 16px);
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 16px);
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 16px);
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 16px);
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}

.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: media-text-media;
  margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8%;
}

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content";
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content" "media-text-media";
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right > .wp-block-media-text__media {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right > .wp-block-media-text__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.is-small-text {
  font-size: 14px;
}

.is-regular-text {
  font-size: 16px;
}

.is-large-text {
  font-size: 36px;
}

.is-larger-text {
  font-size: 48px;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

.has-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}

p.has-background {
  padding: 20px 30px;
}

p.has-text-color a {
  color: inherit;
}

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 305px;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px;
}

.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}

.wp-block-pullquote .has-text-color a {
  color: inherit;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote.is-style-solid-color {
  border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}

.wp-block-pullquote cite {
  color: inherit;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right;
}

.wp-block-rss.alignleft {
  margin-right: 2em;
}

.wp-block-rss.alignright {
  margin-left: 2em;
}

.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 16px);
  }

  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 16px);
  }

  .wp-block-rss.columns-4 li {
    width: calc(25% - 16px);
  }

  .wp-block-rss.columns-5 li {
    width: calc(20% - 16px);
  }

  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 16px);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  color: #6c7781;
  font-size: 13px;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-search .wp-block-search__label {
  width: 100%;
}

.wp-block-search .wp-block-search__input {
  flex-grow: 1;
}

.wp-block-search .wp-block-search__button {
  margin-left: 10px;
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}

.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}

.wp-block-separator.is-style-dots:before {
  content: "···";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}

.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}

.wp-block-table.has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}

.wp-block-table.has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}

.wp-block-table.has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}

.wp-block-table.has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
  background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
  background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
  background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td {
  border-color: transparent;
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}

.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}

pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-video video {
  max-width: 100%;
}

@supports (position: sticky) {
  .wp-block-video [poster] {
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}

.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.has-pale-pink-background-color.has-pale-pink-background-color {
  background-color: #f78da7;
}

.has-vivid-red-background-color.has-vivid-red-background-color {
  background-color: #cf2e2e;
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #313131;
}

.has-pale-pink-color.has-pale-pink-color {
  color: #f78da7;
}

.has-vivid-red-color.has-vivid-red-color {
  color: #cf2e2e;
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
  color: #ff6900;
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
  color: #fcb900;
}

.has-light-green-cyan-color.has-light-green-cyan-color {
  color: #7bdcb5;
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
  color: #00d084;
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
  color: #8ed1fc;
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
  color: #0693e3;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #eee;
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.has-very-dark-gray-color.has-very-dark-gray-color {
  color: #313131;
}

.has-small-font-size {
  font-size: 13px;
}

.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px;
}

.has-medium-font-size {
  font-size: 20px;
}

.has-large-font-size {
  font-size: 36px;
}

.has-huge-font-size,
.has-larger-font-size {
  font-size: 42px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

hr {
  clear: both;
}

#wpadminbar {
  z-index: 999999999999999;
}

.subpage .header {
  background: #292929;
  position: relative !important;
  padding: 10px 20px 0;
}
.subpage .header .col-mid .nav-logo {
  width: 200px;
}
.subpage .appointment-form {
  margin-top: 0 !important;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  display: none;
  z-index: 99999999999;
}

/* -------------------------------------------------------------------------- */
/* WORDPRESS STYLES */
/* -------------------------------------------------------------------------- */
.breadcrumbs {
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  color: #212529;
  margin: 0;
  text-align: center;
  width: 100%;
}
.breadcrumbs .crumbscontainer {
  margin: 0 auto;
  padding: 1rem 1rem;
  color: #212529;
}
.breadcrumbs .crumbscontainer a {
  color: #212529;
  text-decoration: none;
}
.breadcrumbs .crumbscontainer a:hover {
  color: black;
  text-decoration: none;
}
.breadcrumbs .crumbscontainer .current {
  color: #212529;
}
.breadcrumbs .crumbscontainer .divider {
  margin: 0 1rem;
}

.shareme {
  font-family: "Quicksand", sans-serif;
}
.shareme .svg {
  width: 20px;
  height: 20px;
}
.shareme .share-cta {
  margin-left: 0.5rem;
}
.shareme a {
  color: #4C99E0;
  text-decoration: none !important;
}
.shareme a:hover {
  color: #292929;
}

/* -------------------------------------------------------------------------- */
/* BANNER STYLES */
/* -------------------------------------------------------------------------- */
.banner-bg {
  padding: 0;
  width: 100%;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}
.banner-bg img.bannerim {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .banner-bg {
    background-size: cover !important;
  }
}

.archive-title {
  font-variant-caps: initial;
}

/* -------------------------------------------------------------------------- */
/* Archive */
/* -------------------------------------------------------------------------- */
.card img {
  width: 100%;
  height: auto;
}
.card .card-body {
  height: 100%;
  text-align: center;
}
.card .card-body .card-title {
  font-size: 1.5rem;
  line-height: 2.1rem;
}
.card .card-body .card-text {
  margin: 0 0 1.5rem;
  text-align: left;
  min-height: 170px;
}
@media screen and (min-width: 576px) {
  .card .card-body .card-text {
    min-height: 170px;
  }
}
.card .body-text {
  font-size: 1rem;
  line-height: 1.6rem;
}

.form-bg {
  background: #ffffff;
  padding: 3rem;
  box-sizing: border-box;
  box-shadow: 0 1px 30px rgba(41, 41, 41, 0.1);
}

/* -------------------------------------------------------------------------- */
/* FAQ Page */
/* -------------------------------------------------------------------------- */
#accordion1 .card,
#accordion2 .card,
#accordion3 .card {
  border: 0;
  border-radius: 0;
  margin: 0 0 0 0;
}
#accordion1 .card .card-header,
#accordion2 .card .card-header,
#accordion3 .card .card-header {
  padding: 0;
  margin: 0;
  background-color: transparent !important;
  border: 0;
}
#accordion1 .card .card-header span,
#accordion2 .card .card-header span,
#accordion3 .card .card-header span {
  width: 100%;
  height: 100%;
  padding: 1rem;
  color: #292929;
  background: #ffffff;
  font-size: 1.5rem;
  text-align: left;
  border-bottom: 1px solid rgba(76, 153, 224, 0.5);
  cursor: pointer;
  outline: none;
  display: inline-block;
}
#accordion1 .card .card-body,
#accordion2 .card .card-body,
#accordion3 .card .card-body {
  border-bottom: 1px solid #4c99e0;
}

/* -------------------------------------------------------------------------- */
/* SECTION ASSOCIATION */
/* -------------------------------------------------------------------------- */
.related-treatments {
  padding: 0 !important;
  margin: 2rem 0 !important;
}
.related-treatments li {
  display: inline-block;
  padding: 0 !important;
  margin: 1rem 0 !important;
  position: relative !important;
  overflow: hidden !important;
}
/* -------------------------------------------------------------------------- */
/* SECTION IMAGE STYLES */
/* -------------------------------------------------------------------------- */
img {
  height: auto;
  max-width: 100%;
}

/* -------------------------------------------------------------------------- */
/* Sidebar*/
/* -------------------------------------------------------------------------- */
.sidebar p {
  font-size: 1rem;
  font-style: italic;
  line-height: 26px;
  color: #292929;
}
.sidebar hr {
  width: 100%;
  border-top: 6px solid #4C99E0;
}
.sidebar h6 {
  font-size: 18px;
  line-height: 26px;
  color: #292929;
}
.sidebar #subscribe .form-control {
  padding: 1.3rem 0.75rem;
  border-radius: 0rem;
}

.sidebar-schedule img {
  border: 5px solid #4C99E0;
}

/* -------------------------------------------------------------------------- */
/* Search Page*/
/* -------------------------------------------------------------------------- */
#close-search {
  font-size: 2rem;
  cursor: pointer;
}

#search-overlay {
  display: none;
  background-color: rgba(41, 41, 41, 0.85);
  color: #4C99E0;
  height: 100vh;
  width: 100%;
  z-index: 99999999999;
  padding: 170px 60px 0;
  position: fixed;
  top: 0;
}
#search-overlay .svg {
  width: 25px;
  height: 25px;
}
#search-overlay em {
  display: block;
  text-align: center;
  font-size: 120%;
  margin-top: 30px;
  color: #4C99E0;
}
#search-overlay a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
#search-overlay .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
#search-overlay .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#search-overlay .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#search-overlay .form-control:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.search-results em {
  display: block;
  text-align: center;
  font-size: 120%;
  margin-bottom: 60px;
}

.icon-close {
  fill: #ffffff;
}

input#s {
  padding: 36px;
  /* display: block; */
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
  word-wrap: break-word;
  outline: none;
  /* display: -webkit-box; */
  /* display: flex; */
  /* display: block; */
  flex: 0 0 0;
  width: 90%;
  padding: 20px 20px;
}

.input-group {
  width: 100%;
  max-width: 584px;
  background: #fff;
  /* display: -webkit-box; */
  /* display: flex; */
  /* border-radius: 8px; */
  /* border: 1px solid #dfe1e5; */
  /* box-shadow: none; */
  border-radius: 24px;
  z-index: 3;
  margin: 0 auto;
  /* display: flex; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-box-direction: normal; */
  /* flex-direction: column;*/
}

div#search-overlay {
  background: rgba(76, 153, 224, 0.9);
  bottom: 0;
  padding: 0;
}
div#search-overlay .close-sec {
  position: absolute;
  top: 20%;
  right: 20%;
}
div#search-overlay .close-sec #close-search svg {
  width: 25px;
  height: auto;
}

h2.text-center.white {
  font-size: 55px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 30px;
  text-align: center;
}

button#searchsubmit {
  background: transparent;
  border: none;
  padding: 1rem;
}
button#searchsubmit svg {
  width: 20px;
  height: auto;
}

div#search-overlay .container-fluid {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

form#searchform {
  width: 100%;
  margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/* Pagination */
/* -------------------------------------------------------------------------- */
.pagination {
  display: table !important;
  color: #4C99E0;
  margin: 1rem auto 2rem;
}
.pagination a {
  margin-right: 2rem;
  color: #4C99E0;
}
.pagination a:hover {
  color: #ffffff;
}
.pagination a:hover {
  color: rgba(76, 153, 224, 0.6);
}
.pagination .current {
  margin-right: 2rem;
  color: #4C99E0;
  font-weight: 800;
}
.pagination .dots {
  flex: inherit;
  margin-right: 2rem;
}

/* -------------------------------------------------------------------------- */
/* Form Error Box */
/* -------------------------------------------------------------------------- */
.alert-info {
  max-width: 320px;
  padding: 1rem;
  margin: 1rem auto 0;
  color: #ffffff;
  background-color: #ff0000;
  z-index: 99999999;
}
.alert-info ul {
  padding: 0;
  margin: 0 !important;
}
.alert-info ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* -------------------------------------------------------------------------- */
/* Gallery */
/* -------------------------------------------------------------------------- */
.single-gallery #gallery-single {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
@media screen and (min-width: 500px) {
  .single-gallery #gallery-single {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .single-gallery #gallery-single {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.single-gallery #gallery-single .carousel-item {
  display: block !important;
}

.lg-backdrop {
  z-index: 999999 !important;
}

.lg-outer {
  z-index: 999999 !important;
}

/* Archive */
.gallery-archive {
  height: auto;
}
.gallery-archive .ui-gallery {
  margin-top: 2rem;
}
.gallery-archive h2 {
  color: #4C99E0;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2rem;
  /* 50px */
  line-height: 3rem;
}
.gallery-archive h2 a {
  color: #4C99E0;
}
.gallery-archive .card {
  border: 0;
}
.gallery-archive .slider-gallery {
  height: 300px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.gallery-archive .slider-gallery::before {
  content: "";
  background: #4C99E0;
  position: absolute;
  /* z-index: 9999999; */
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.gallery-archive .slider-gallery .gallery-title {
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  line-height: initial;
  color: #ffffff;
}
.gallery-archive .slider-gallery a {
  color: #4C99E0;
  position: absolute;
  font-weight: 300;
  width: 100%;
  height: 100%;
  line-height: 2rem;
}
.gallery-archive .slider-gallery a:hover {
  color: #292929;
}

/* Page */
.gallery-item img {
  max-width: 100%;
  margin-bottom: 0;
  max-width: 100%;
  height: auto;
}
.gallery-item a {
  position: relative;
  display: block;
  margin-bottom: 0 !important;
  height: auto;
  overflow: hidden;
  line-height: 2rem;
}
.gallery-item a::before {
  content: "";
  position: absolute;
  /* z-index: 9999999; */
  width: 100%;
  height: 100%;
}
.gallery-item h3 {
  color: white !important;
  width: 100%;
  text-align: center;
  transition: opacity 0.5s ease;
  font-weight: 300;
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  line-height: initial;
}
.gallery-item h3:hover {
  opacity: 0;
}
.gallery-item .disclaimer {
  font-size: 0.68rem;
}

/* -------------------------------------------------------------------------- */
/* Inner pages align images */
/* -------------------------------------------------------------------------- */
.pagesection .provider-social-links .social-links {
  margin-top: 1rem;
}
.pagesection .provider-social-links .social-links a.social-link {
  display: inline-block;
  position: relative;
  width: 30px !important;
  height: 30px;
  border: 1px solid #5091CD;
  border-radius: 50px;
}
.pagesection .provider-social-links .social-links a.social-link svg {
  max-height: 20px;
  color: #5091CD;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagesection .text-center {
  text-align: center;
}
.pagesection .ui-btn-small-main {
  margin: 1rem 0;
}
.pagesection strong {
  font-weight: 600;
}
.pagesection a:not(.ui-btn) {
  font-weight: 500;
}
.pagesection h2 {
  font-size: 1.8rem !important;
  line-height: 2.5rem !important;
  margin-bottom: 0.5rem !important;
}
.pagesection img {
  max-width: 100%;
  height: auto;
}
.pagesection .img-fluid {
  width: 100%;
  height: auto;
}
.pagesection .alignright,
.pagesection .alignleft,
.pagesection .aligncenter {
  margin: 2rem auto;
  display: block;
}
.pagesection .alignnone {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
}
.pagesection figure img {
  width: 100% !important;
  max-width: 100%;
  height: auto;
}
.pagesection figure.alignright img, .pagesection figure.alignleft img, .pagesection figure.aligncenter img {
  margin: 2rem auto;
  display: block;
}
.pagesection figure.alignnone img {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
}
.pagesection ul {
  list-style: disc;
}
.pagesection ol {
  list-style-type: decimal;
  margin: 0 0 0.5rem 1.5rem;
}
.pagesection ol li {
  margin-bottom: 0.5rem;
}
.pagesection .card {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.pagesection .card .card-img-top {
  padding: 1rem 3rem;
}

@media screen and (min-width: 576px) {
  .pagesection figure img {
    height: auto;
  }
  .pagesection img {
    height: auto;
  }
  .pagesection .img-fluid {
    width: auto;
    height: auto;
  }
  .pagesection .alignright {
    float: right;
    margin: 0 0 2rem 2rem;
  }
  .pagesection .alignleft {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .pagesection .aligncenter {
    margin: 2rem auto;
    display: block;
  }
  .pagesection .alignnone {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
  }
}
/* -------------------------------------------------------------------------- */
/* Forms Style */
/* -------------------------------------------------------------------------- */
.wpforms-form {
  flex: 1;
  padding: 1.5rem;
  margin: 0;
  width: 100%;
}
.wpforms-form .form-copy {
  text-align: center;
}
.wpforms-form .form-control {
  border-radius: 0;
  height: 45px;
}
.wpforms-form input:not(:last-child) {
  margin-bottom: 0.5rem;
  font-family: "Quicksand", sans-serif !important;
}
.wpforms-form ::placeholder {
  font-size: 16px !important;
  font-family: "Playfair Display", serif !important;
}
.wpforms-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px !important;
  font-family: "Playfair Display", serif !important;
}
.wpforms-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px !important;
  font-family: "Playfair Display", serif !important;
}
.wpforms-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px !important;
  font-family: "Playfair Display", serif !important;
}
.wpforms-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px !important;
  font-family: "Playfair Display", serif !important;
}
.wpforms-form select {
  font-family: "Playfair Display", serif !important;
  font-weight: 400;
  color: #474E52 !important;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0.375rem 0.75rem;
  padding-right: 4em;
}

#request .disabled .selected {
  color: red;
}

/* -------------------------------------------------------------------------- */
/* Testimonials */
/* -------------------------------------------------------------------------- */
.testimonials-archive .row {
  margin: 0.5rem;
}
.testimonials-archive .card-columns {
  width: 100%;
  column-gap: 1rem;
}
@media screen and (min-width: 575px) and (max-width: 1304px) {
  .testimonials-archive .card-columns {
    column-count: 2;
  }
}

@media screen and (max-width: 992px) {
  .appointment .containerish {
    flex-direction: column-reverse;
    align-items: center;
  }

  .appointment .containerish .sec-info #schedule {
    height: auto;
  }

  .appointment .containerish .sec-info {
    width: 100%;
    padding: 0;
  }

  .appointment .containerish .sec-slider {
    width: 100%;
  }
}