/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* Import Vendors.
*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/**
* Import Helpers.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _variables - Small.
*/
/**
* _variables - Medium.
*/
/**
* _variables - Large.
*/
/**
* _variables - XL.
*/
/**
* _variables - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _colours - Small.
*/
/**
* _colours - Medium.
*/
/**
* _colours - Large.
*/
/**
* _colours - XL.
*/
/**
* _colours - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _fonts - Small.
*/
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: Gotham-Light;
  src: url("../fonts/Gotham-Light.otf") format("opentype");
}
@font-face {
  font-family: Gotham-Black;
  src: url("../fonts/Gotham-Black.otf") format("opentype");
}
@font-face {
  font-family: Gotham-Medium;
  src: url("../fonts/GothamMedium_1.ttf") format("truetype");
}
@font-face {
  font-family: Gotham-Bold;
  src: url("../fonts/GothamBold.ttf") format("opentype");
}
h1 {
  font-family: "Gotham-Black";
  font-size: 30px;
  font-style: normal;
  line-height: 40px;
  margin: 0 0 0.5rem 0;
}

h2 {
  font-family: "Gotham-Black";
  font-size: 30px;
  font-style: normal;
  line-height: 40px;
  color: #1D1D1D;
  margin: 0 0 0.5rem 0;
}

h3 {
  margin: 0;
  font-family: "Gotham-Black";
  font-size: 26px;
  font-style: normal;
  line-height: 45px;
  color: #1D1D1D;
  margin: 0 0 0.5rem 0;
}

h4 {
  font-family: "Gotham-Black";
  font-size: 26px;
  font-style: normal;
  line-height: 40px;
  color: #1D1D1D;
  margin: 0 0 0.5rem 0;
}

h5 {
  font-family: "Gotham-Black";
  font-size: 22px;
  font-style: normal;
  line-height: 40px;
  color: #1D1D1D;
  margin: 0 0 0.5rem 0;
}

h6 {
  font-family: "Gotham-Black";
  font-size: 20px;
  font-style: normal;
  line-height: 40px;
  color: #1D1D1D;
  margin: 0 0 0.5rem 0;
}

p, address {
  font-family: "Gotham-Book";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}

label {
  margin: 0;
}

/**
* _fonts - Medium.
*/
@media screen and (min-width: 640px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  h3 {
    font-size: 34px;
    line-height: 35px;
  }
  h4 {
    font-size: 32px;
    line-height: 45px;
  }
  h5 {
    font-size: 30px;
    line-height: 45px;
  }
  h6 {
    font-size: 28px;
    line-height: 45px;
  }
}
/**
* _fonts - Large.
*/
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 35px;
  }
}
/**
* _fonts - XL.
*/
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 39px;
  }
  h2 {
    font-size: 39px;
  }
}
/**
* _fonts - XXL.
*/
@media screen and (max-width: 470px) {
  .home #banner-slider h2, .home #banner-slider p {
    font-size: 22px !important;
    line-height: 35px;
  }
  h2 {
    font-size: 22px;
    line-height: 35px;
  }
  .page-template-page-eyecare .sub-pages h2, .single .sub-pages h2 {
    font-size: 22px;
    line-height: 35px;
  }
  .page-template-page-eyecare .content-block h2, .single .content-block h2 {
    font-size: 22px !important;
    line-height: 35px;
  }
  .internal-banner h1, .internal-banner h2 {
    font-size: 22px;
    line-height: 35px;
  }
}
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _cookie-policy - Small.
*/
.cookie-policy {
  width: calc(100% - 1.25rem);
  max-width: 480px;
  padding: 0.625rem;
  left: 0.625rem;
  bottom: 0.625rem;
  position: fixed;
  background-color: #FEFEFE;
  box-shadow: 3px 3px 12px rgba(29, 29, 29, 0.5);
  z-index: 9;
}
.cookie-policy img {
  width: 100%;
  height: auto;
  display: block;
}
.cookie-policy p {
  color: #1D1D1D;
}
.cookie-policy p a {
  display: inline-block;
  color: #002453;
}
.cookie-policy p a:before {
  background-color: #002453;
}
.cookie-policy p a:after {
  background-color: #002453;
}
.cookie-policy p:last-of-type {
  margin: 0;
}
.cookie-policy .cookie-policy-close {
  padding: 5px 0px 2px 0px;
  margin: 1.5rem 0rem 0rem 0rem;
  display: inline-block;
  border-bottom: 1px dashed #002453;
  color: #002453;
  font-family: "Gotham-Bold";
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  cursor: pointer;
}

/**
* _cookie-policy - Medium.
*/
@media screen and (min-width: 640px) {
  .cookie-policy {
    width: calc(100% - 1.875rem);
    padding: 0.9375rem;
    left: 0.9375rem;
    bottom: 0.9375rem;
  }
}
/**
* _cookie-policy - Large.
*/
/**
* _cookie-policy - XL.
*/
/**
* _cookie-policy - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _accessibility - Small.
*/
#accessibility .a11y-toolbar {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
#accessibility .a11y-toolbar .a11y-toolbar-list {
  border-radius: 0;
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button {
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button .offscreen {
  display: none;
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button .aticon.aticon-adjust, #accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button .aticon.aticon-font {
  width: 50px;
  height: 50px;
  display: block;
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button .aticon.aticon-adjust {
  background-image: url("../images/accessibility/aticon-adjust.svg");
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button .aticon.aticon-font {
  background-image: url("../images/accessibility/aticon-font.svg");
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button .aticon:before {
  display: none;
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button.a11y-toggle-contrast {
  background-color: #e6e6e6;
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button.a11y-toggle-fontsize {
  background-color: #f2f2f2;
}

/**
* _accessibility - Medium.
*/
/**
* _accessibility - Large.
*/
/**
* _accessibility - XL.
*/
/**
* _accessibility - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _mixins - Small.
*/
/* Clearfix. */
/* Pseudo (when using :before and :after you'll always need these three, so we're saving two lines of code every time you use this). */
/*.example {
	&:before {
		@include pseudo;
	}
}*/
/* Truncate. */
/* Responsive Ratio. */
/* Give Placeholder Text a Custom Colour. */
/* Hardware Acceleration. */
/**
* _mixins - Medium.
*/
/**
* _mixins - Large.
*/
/**
* _mixins - XL.
*/
/**
* _mixins - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _classes - Small.
*/
/* General Classes. */
#skip-navigation-link a {
  width: 1px;
  height: 1px;
  top: auto;
  left: -10000px;
  position: absolute;
  overflow: hidden;
}
#skip-navigation-link a:focus {
  width: auto;
  height: auto;
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

/* Padding Classes. */
.padding-top {
  padding-top: 60px;
}

.padding-top_small {
  padding-top: 60px;
}

.padding-bottom {
  padding-bottom: 60px;
}

.padding-bottom_small {
  padding-bottom: 60px;
}

/* Margin Classes. */
.margin-top {
  margin-top: 60px;
}

.margin-top_small {
  margin-top: 60px;
}

.margin-bottom {
  margin-bottom: 60px;
}

.margin-bottom_small {
  margin-bottom: 60px;
}

/* Element Alignment Classes. */
.hybrid-flex-sm {
  display: flex;
  flex-direction: row;
}

.hybrid-flex-hs-sm {
  justify-content: flex-start;
}

.hybrid-flex-hc-sm {
  justify-content: center;
}

.hybrid-flex-he-sm {
  justify-content: flex-end;
}

.hybrid-flex-vt-sm {
  align-items: flex-start;
}

.hybrid-flex-vc-sm {
  align-items: center;
}

.hybrid-flex-vb-sm {
  align-items: flex-end;
}

.hybrid-flex-alt-sm {
  display: flex;
  flex-direction: column;
}

.hybrid-flex-alt-hs-sm {
  align-items: flex-start;
}

.hybrid-flex-alt-hc-sm {
  align-items: center;
}

.hybrid-flex-alt-he-sm {
  align-items: flex-end;
}

.hybrid-flex-alt-vt-sm {
  justify-content: flex-start;
}

.hybrid-flex-alt-vc-sm {
  justify-content: center;
}

.hybrid-flex-alt-vb-sm {
  justify-content: flex-end;
}

/* Text Alignment Classes. */
.text-left-sm {
  text-align: left;
}

.text-center-sm {
  text-align: center;
}

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

/* Hide/Show Classes. */
.hide-for-xl {
  display: inline-block;
}

.hide-for-xxl {
  display: inline-block;
}

.show-for-xl {
  display: none;
}

.show-for-xxl {
  display: none;
}

/* Background Classes. */
.background-color_palePurple {
  background: #F7EEF3;
}

.background-color_purple {
  background-color: #880E52 !important;
}

.background-color_lightPurple {
  background: #A20D60;
}

.background-color_navy {
  background: #002453;
}

.background-color_lightNavy {
  background: #173c6d;
}

.background-color_blue {
  background: #005D81;
}

.background-color_lightBlue {
  background: #004EC3;
}

.background-color_paleBlue {
  background: #F2F6FC;
}

.background-color_white {
  background: #FEFEFE;
}

.background-color_greenBlue {
  background: #2F99A8;
}

.background-color_paleGreenBlue {
  background: #F3F9FB;
}

.mac .btn {
  height: 25px;
}

.win .home .testimonials .content .person {
  display: flex;
  align-items: center;
}
.win .internal-banner strong {
  padding-bottom: 22px;
}

/* Button Classes. */
.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family: "Gotham-Medium";
  font-style: normal;
  background: none;
  font-size: 16px;
  height: 0;
  padding: 0 0 0 40px;
  margin: 2rem 0 0 0;
  transition: all 0.25s ease-in-out;
}
.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 2px;
  background: #FEFEFE;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
}
.btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: -8px;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid #FEFEFE;
  transition: all 0.25s ease-in-out;
}
.btn:hover, .btn:focus {
  -webkit-text-stroke: 0.5px #FEFEFE;
  background: none;
}
.btn:hover:after, .btn:focus:after {
  transform: translate(-5px, -50%);
}
.btn:hover:before, .btn:focus:before {
  transform: translate(20px, -50%);
}
.btn--blue {
  color: #00A5B5 !important;
}
.btn--blue:after {
  background: #00A5B5;
}
.btn--blue:before {
  border-color: #00A5B5;
}
.btn--blue:hover, .btn--blue:focus {
  color: #00A5B5;
  -webkit-text-stroke: 0.5px #00A5B5;
}
.btn--purple {
  color: #002453 !important;
}
.btn--purple:after {
  background: #002453;
}
.btn--purple:before {
  border-color: #002453;
}
.btn--purple:hover, .btn--purple:focus {
  color: #002453;
  -webkit-text-stroke: 0.5px #002453;
}

/* Circles */
.circle {
  width: 635px;
  height: 635px;
  border-radius: 100%;
  z-index: -1;
}
.circle.blue {
  background: rgba(206, 226, 237, 0.25);
}
.circle.dark-blue {
  background: #2483A8;
}
.circle.pale-blue {
  background: #F3F9FB;
}
.circle.purple {
  background: rgba(136, 14, 82, 0.04);
}
.circle.light-green-blue {
  background: #3CA3B2;
}

/**
* _classes - Medium.
*/
@media screen and (min-width: 640px) {
  /* Padding Classes. */
  .padding-top {
    padding-top: 90px;
  }
  .padding-bottom {
    padding-bottom: 90px;
  }
  /* Margin Classes. */
  .margin-top {
    margin-top: 90px;
  }
  .margin-bottom {
    margin-bottom: 90px;
  }
  /* Element Alignment Classes. */
  .hybrid-flex-md {
    display: flex;
    flex-direction: row;
  }
  .hybrid-flex-hs-md {
    justify-content: flex-start;
  }
  .hybrid-flex-hc-md {
    justify-content: center;
  }
  .hybrid-flex-he-md {
    justify-content: flex-end;
  }
  .hybrid-flex-vt-md {
    align-items: flex-start;
  }
  .hybrid-flex-vc-md {
    align-items: center;
  }
  .hybrid-flex-vb-md {
    align-items: flex-end;
  }
  .hybrid-flex-alt-md {
    display: flex;
    flex-direction: column;
  }
  .hybrid-flex-alt-hs-md {
    align-items: flex-start;
  }
  .hybrid-flex-alt-hc-md {
    align-items: center;
  }
  .hybrid-flex-alt-he-md {
    align-items: flex-end;
  }
  .hybrid-flex-alt-vt-md {
    justify-content: flex-start;
  }
  .hybrid-flex-alt-vc-md {
    justify-content: center;
  }
  .hybrid-flex-alt-vb-md {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  /* Hide/Show Classes. */
}
/**
* _classes - Large.
*/
@media screen and (min-width: 1024px) {
  /* Padding Classes. */
  .padding-top {
    padding-top: 120px;
  }
  .padding-bottom {
    padding-bottom: 120px;
  }
  /* Margin Classes. */
  .margin-top {
    margin-top: 120px;
  }
  .margin-bottom {
    margin-bottom: 120px;
  }
  /* Element Alignment Classes. */
  .hybrid-flex-lg {
    display: flex;
    flex-direction: row;
  }
  .hybrid-flex-hs-lg {
    justify-content: flex-start;
  }
  .hybrid-flex-hc-lg {
    justify-content: center;
  }
  .hybrid-flex-he-lg {
    justify-content: flex-end;
  }
  .hybrid-flex-vt-lg {
    align-items: flex-start;
  }
  .hybrid-flex-vc-lg {
    align-items: center;
  }
  .hybrid-flex-vb-lg {
    align-items: flex-end;
  }
  .hybrid-flex-alt-lg {
    display: flex;
    flex-direction: column;
  }
  .hybrid-flex-alt-hs-lg {
    align-items: flex-start;
  }
  .hybrid-flex-alt-hc-lg {
    align-items: center;
  }
  .hybrid-flex-alt-he-lg {
    align-items: flex-end;
  }
  .hybrid-flex-alt-vt-lg {
    justify-content: flex-start;
  }
  .hybrid-flex-alt-vc-lg {
    justify-content: center;
  }
  .hybrid-flex-alt-vb-lg {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  /* Hide/Show Classes. */
}
/**
* _classes - XL.
*/
@media screen and (min-width: 1200px) {
  /* Element Alignment Classes. */
  .hybrid-flex-xl {
    display: flex;
    flex-direction: row;
  }
  .hybrid-flex-hs-xl {
    justify-content: flex-start;
  }
  .hybrid-flex-hc-xl {
    justify-content: center;
  }
  .hybrid-flex-he-xl {
    justify-content: flex-end;
  }
  .hybrid-flex-vt-xl {
    align-items: flex-start;
  }
  .hybrid-flex-vc-xl {
    align-items: center;
  }
  .hybrid-flex-vb-xl {
    align-items: flex-end;
  }
  .hybrid-flex-alt-xl {
    display: flex;
    flex-direction: column;
  }
  .hybrid-flex-alt-hs-xl {
    align-items: flex-start;
  }
  .hybrid-flex-alt-hc-xl {
    align-items: center;
  }
  .hybrid-flex-alt-he-xl {
    align-items: flex-end;
  }
  .hybrid-flex-alt-vt-xl {
    justify-content: flex-start;
  }
  .hybrid-flex-alt-vc-xl {
    justify-content: center;
  }
  .hybrid-flex-alt-vb-xl {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-xl {
    text-align: left;
  }
  .text-center-xl {
    text-align: center;
  }
  .text-right-xl {
    text-align: right;
  }
  /* Hide/Show Classes. */
  .hide-for-xl {
    display: none;
  }
  .show-for-xl {
    display: inline-block;
  }
}
/**
* _classes - XXL.
*/
@media screen and (min-width: 1440px) {
  /* Element Alignment Classes. */
  .hybrid-flex-xxl {
    display: flex;
    flex-direction: row;
  }
  .hybrid-flex-hs-xxl {
    justify-content: flex-start;
  }
  .hybrid-flex-hc-xxl {
    justify-content: center;
  }
  .hybrid-flex-he-xxl {
    justify-content: flex-end;
  }
  .hybrid-flex-vt-xxl {
    align-items: flex-start;
  }
  .hybrid-flex-vc-xxl {
    align-items: center;
  }
  .hybrid-flex-vb-xxl {
    align-items: flex-end;
  }
  .hybrid-flex-alt-xxl {
    display: flex;
    flex-direction: column;
  }
  .hybrid-flex-alt-hs-xxl {
    align-items: flex-start;
  }
  .hybrid-flex-alt-hc-xxl {
    align-items: center;
  }
  .hybrid-flex-alt-he-xxl {
    align-items: flex-end;
  }
  .hybrid-flex-alt-vt-xxl {
    justify-content: flex-start;
  }
  .hybrid-flex-alt-vc-xxl {
    justify-content: center;
  }
  .hybrid-flex-alt-vb-xxl {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-xxl {
    text-align: left;
  }
  .text-center-xxl {
    text-align: center;
  }
  .text-right-xxl {
    text-align: right;
  }
  /* Hide/Show Classes. */
  .hide-for-xxl {
    display: none;
  }
  .show-for-xxl {
    display: inline-block;
  }
}
@media screen and (max-width: 470px) {
  .btn {
    height: 10px;
  }
  .btn:before, .btn:after {
    top: 0;
  }
}
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _effects - Small.
*/
/* Links. */
.text-link {
  padding: 3px 0px 3px 0px;
  position: relative;
  display: inline-block;
  color: #005bd3;
  font-family: "Gotham-Book";
}
.text-link:before, .text-link:after {
  width: 0;
  height: 2px;
  top: calc(100% - 8px);
  right: 0;
  position: absolute;
  content: "";
}
.text-link:before {
  background-color: #002453;
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.text-link:after {
  background-color: #002453;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.text-link:hover {
  color: #002453;
}

/* Buttons. */
.materialize-button {
  height: 60px;
  padding: 0rem 2rem 0rem 2rem;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.materialize-button span.ripple {
  transform: scale(0.25);
  position: absolute;
  background-color: rgba(10, 10, 10, 0.25);
  border-radius: 100%;
  opacity: 0;
  pointer-events: none;
  animation: ripple 0.8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.materialize-button.ghost {
  background-color: transparent;
}
@keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
/* Wow. */
.wow {
  visibility: hidden;
}

.fadeIn {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.flipInX {
  animation-name: flipInX;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.flipInY {
  animation-name: flipInY;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.zoomOut {
  animation-name: zoomOut;
  animation-iteration-count: 1;
  animation-duration: 1.2s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

/* Block Reveal. */
/* .block-reveal-element {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    // background-color: $;
    opacity: 0;
    pointer-events: none;
} */
/**
* _effects - Medium.
*/
/**
* _effects - Large.
*/
@media screen and (min-width: 1024px) {
  /* Links. */
  .text-link:hover:before, .text-link:hover:after {
    width: 100%;
    left: 0;
  }
  /* Buttons. */
}
/**
* _effects - XL.
*/
/**
* _effects - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*
* Example Checkbox Text: By selecting this box you agree for us to contact you using the information provided above and to everything outlined in our Privacy Policy.
*
*/
/**
* _forms - Small.
*/
#frm_form_2_container .btn {
  font-family: "Gotham-Book" !important;
  padding-bottom: 42px !important;
  font-weight: 900;
  letter-spacing: 0px;
}

.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label .hybrid-checkbox {
  width: 100%;
  height: 50px;
  margin: 0;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  mix-blend-mode: multiply;
  background-color: #F7F7F7;
  border: none;
  border-radius: 5px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  display: inline-flex;
}

.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: var(--bg-color);
  flex: none;
  display: inline-block !important;
  margin: 0 5px 0 0;
  color: var(--border-color);
  width: 18px;
  min-width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-color: var(--border-color);
  vertical-align: middle;
  position: initial;
  padding: 0;
}

.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label input[type=checkbox] {
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
  width: auto;
  height: 50px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  position: relative;
  color: #29293D;
  font-family: "Gotham-Book";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 50px;
  text-indent: 0;
  cursor: pointer;
  display: inline-flex;
}

.with_frm_style .vertical_radio .frm_checkbox, .with_frm_style .vertical_radio .frm_radio, .vertical_radio .frm_catlevel_1 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label input[type=checkbox]:checked ~ .hybrid-checkbox {
  background-color: #00A5B5;
}

.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label input[type=checkbox]:checked, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label input[type=checkbox]:checked ~ label {
  color: #FEFEFE;
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
  font-family: "Gotham-Medium";
}

form input, form textarea {
  border: 2px solid #E6E6E6 !important;
}
form label {
  font-family: "Gotham-Bold";
}
form .frm_submit button {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #002453 !important;
  box-shadow: none;
  position: relative;
  font-family: "Gotham-Medium";
  font-style: normal;
  background: none;
  font-size: 16px;
  padding: 10px 0px 10px 40px !important;
  margin: 50px 0 0 0 !important;
  transition: all 0.25s ease-in-out;
  line-height: 1;
  display: inline-block !important;
}
form .frm_submit button:hover, form .frm_submit button:focus {
  font-weight: 900;
  background: none;
  color: #002453;
}
form .frm_submit button:hover:after, form .frm_submit button:focus:after {
  transform: translate(-5px, -50%);
}
form .frm_submit button:hover:before, form .frm_submit button:focus:before {
  transform: translate(20px, -50%);
}

.frm_forms form .vertical_radio {
  margin: 1rem 0rem 1rem 0rem !important;
}
.frm_forms form .frm_form_fields fieldset {
  padding: 0 !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  margin: 0rem 0rem 0.625rem 0rem;
  /*.frm_checkbox {
  	cursor: pointer;

  	label {
  		&[for=] {
  			width: 100% !important;
  			padding: 0px 0px 0px calc(15px + .625rem) !important;
  			margin: 0 !important;
  			position: relative;
  			// line-height: ;
  			text-indent: 0;

  			input[type=checkbox] {
  				width: 0;
  				height: 0;
  				top: 2.5px;
  				left: 0;
  				position: absolute;
  				opacity: 0;
  				cursor: pointer;

  				&:checked {
  					& ~ {
  						.hybrid-checkbox {
  							// background-color: $;
  						}
  					}
  				}
  			}

  			.hybrid-checkbox {
  				width: 15px;
  				height: 15px;
  				margin: 0rem .625rem 0rem 0rem;
  				top: 2.5px;
  				left: 0;
  				position: absolute;
  				display: block;
  				background-color: $white;
  				border: 1px solid $mediumGrey;
  				transition: .5s cubic-bezier(0.51, 0.18, 0, 0.88);
  			}
  		}
  	}
  }*/
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field label {
  font-family: "Gotham-Medium";
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]), .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  width: 100%;
  height: 45px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  background-color: #FEFEFE;
  border: 2px solid #E6E6E6;
  border-radius: 5px;
  color: #1D1D1D;
  font-family: "Gotham-Book";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]):focus, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select:focus, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea:focus {
  background-color: #F7EEF3;
  border: none;
  box-shadow: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
  padding: 0rem 1.875rem 0rem 0.625rem;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  height: 140px;
  padding: 0.625rem;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone {
  min-height: auto;
  margin: 0;
  border: none;
  border-radius: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-message {
  padding: 0.625rem;
  margin: 0;
  border: none;
  border-radius: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-message .frm_icon_font {
  padding: 0rem 0rem 1rem 0rem;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-message .frm_small_text {
  text-transform: capitalize;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview {
  padding: 0.625rem;
  display: flex;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-image {
  width: 25%;
  height: auto;
  margin: 0;
  float: left;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-image img {
  width: 100%;
  height: auto;
  max-height: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-column {
  width: 75%;
  height: auto;
  padding: 0rem 0rem 0rem calc(1rem - 5px);
  margin: 0;
  left: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: right;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details {
  margin: 0;
  display: flex;
  align-items: center;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details .dz-filename {
  width: calc(100% - 20px);
  max-width: none;
  padding: 0;
  text-overflow: ellipsis;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details .dz-size {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details .dz-remove {
  font-size: 20px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-progress {
  margin: 1rem 0rem 0rem 0rem;
  border-radius: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  margin: 5px 0px 0px 0px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  /* .materialize-button code should be placed here. */
}
.frm_forms form .frm_error_style {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.frm_forms .frm_message {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
#frm_form_3_container {
  width: 100%;
}
#frm_form_3_container label, #frm_form_3_container .frm_primary_label {
  font-family: "Gotham-Bold";
  margin-bottom: -5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
#frm_form_3_container input {
  background: #FEFEFE;
  border-radius: 5px !important;
  margin-top: 5px;
  margin-bottom: 0 !important;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  border: none !important;
  height: 45px !important;
  color: #1D1D1D !important;
  float: left;
}
#frm_form_3_container button {
  color: #fff !important;
  font-family: "Gotham-Book" !important;
  padding-bottom: 42px !important;
  font-weight: 900;
  letter-spacing: 0px;
  margin-top: 25px !important;
}

/**
* _forms - Medium.
*/
@media screen and (min-width: 640px) {
  .frm_forms form .vertical_radio {
    margin: 4rem 0rem 4rem 0rem !important;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
    margin: 0rem 0rem 0.9375rem 0rem;
    /*.frm_checkbox {
    	label {
    		&[for=] {
    			padding: 0px 0px 0px calc(15px + .9375rem) !important;

    			.hybrid-checkbox {
    				padding: 0rem .9375rem 0rem 0rem;
    			}
    		}
    	}
    }*/
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]) {
    padding: 0rem 0.9375rem 0rem 0.9375rem;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
    padding: 0rem 1.875rem 0rem 0.9375rem;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
    padding: 0.9375rem;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-message,
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview {
    padding: 0.9375rem;
  }
}
/**
* _forms - Large.
*/
@media screen and (min-width: 1024px) {
  /*.frm_forms {
  	form {
  		.frm_form_fields {
  			fieldset {
  				.frm_fields_container {
  					.frm_form_field {
  						.frm_checkbox {
  							&:hover {
  								label {
  									&[for=] {
  										.hybrid-checkbox {
  											// background-color: rgba($, .25);
  										}
  									}
  								}
  							}
  						}
  					}
  				}
  			}
  		}
  	}
  }*/
}
/**
* _forms - XL.
*/
/**
* _forms - XXL.
*/
@media screen and (max-width: 470px) {
  form .frm_submit button:before {
    top: unset !important;
    transform: none !important;
  }
  form .frm_submit button:after {
    top: 18px !important;
  }
  form .frm_submit button:hover:before, form .frm_submit button:focus:before {
    transform: translate(20px, 0) !important;
  }
}
/**
* Import Partials.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _front-page - Small.
*/
.home #banner-slider, .page-template-page-home-copy #banner-slider, .page-template-page-copy-of-home #banner-slider {
  height: 650px;
  background: #FEFEFE;
  z-index: 2;
}
.home #banner-slider .grid-container, .page-template-page-home-copy #banner-slider .grid-container, .page-template-page-copy-of-home #banner-slider .grid-container {
  height: 100%;
}
.home #banner-slider .grid-container .grid-x, .page-template-page-home-copy #banner-slider .grid-container .grid-x, .page-template-page-copy-of-home #banner-slider .grid-container .grid-x {
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.home #banner-slider *, .page-template-page-home-copy #banner-slider *, .page-template-page-copy-of-home #banner-slider * {
  color: #1D1D1D;
}
.home #banner-slider h1.banner-title1, .page-template-page-home-copy #banner-slider h1.banner-title1, .page-template-page-copy-of-home #banner-slider h1.banner-title1 {
  font-family: "Gotham-Light";
  font-style: normal;
  line-height: 15px;
  font-size: 16px;
}
.home #banner-slider h2, .home #banner-slider p, .page-template-page-home-copy #banner-slider h2, .page-template-page-home-copy #banner-slider p, .page-template-page-copy-of-home #banner-slider h2, .page-template-page-copy-of-home #banner-slider p {
  font-family: "Gotham-Black";
  font-style: normal;
  line-height: 40px;
  font-size: 28px;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.home #banner-slider h2:after, .home #banner-slider p:after, .page-template-page-home-copy #banner-slider h2:after, .page-template-page-home-copy #banner-slider p:after, .page-template-page-copy-of-home #banner-slider h2:after, .page-template-page-copy-of-home #banner-slider p:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 105%;
  height: 60%;
  background: #00A5B5;
  opacity: 0.3;
  z-index: -1;
  transform: translateX(-50%);
}
.home #banner-slider .btn, .page-template-page-home-copy #banner-slider .btn, .page-template-page-copy-of-home #banner-slider .btn {
  margin: 2.2rem 0 0 0;
}
.home #banner-slider .banner-content, .page-template-page-home-copy #banner-slider .banner-content, .page-template-page-copy-of-home #banner-slider .banner-content {
  z-index: 3;
  padding: 80px 10px 0 10px;
}
.home #banner-slider .banner-content .banner-title2, .page-template-page-home-copy #banner-slider .banner-content .banner-title2, .page-template-page-copy-of-home #banner-slider .banner-content .banner-title2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home #banner-slider .banner-content .slick-list, .page-template-page-home-copy #banner-slider .banner-content .slick-list, .page-template-page-copy-of-home #banner-slider .banner-content .slick-list {
  margin-top: 16rem;
}
.home #banner-slider .banner-content .slick-slide, .page-template-page-home-copy #banner-slider .banner-content .slick-slide, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide {
  padding: 0px 10px;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(1) h2:after, .home #banner-slider .banner-content .slick-slide:nth-of-type(1) p:after, .home #banner-slider .banner-content .slick-slide:nth-of-type(4n) h2:after, .home #banner-slider .banner-content .slick-slide:nth-of-type(4n) p:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(1) h2:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(1) p:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(4n) h2:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(4n) p:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(1) h2:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(1) p:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(4n) h2:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(4n) p:after {
  background: #fc6f13;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn, .home #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn {
  color: #fc6f13;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn:before, .home #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn:before, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn:before, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn:before, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn:before, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn:before {
  border-color: #fc6f13;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn:after, .home #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn:after {
  background: #fc6f13;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn:focus, .home #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn:hover, .home #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn:focus, .home #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn:hover, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn:focus, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn:hover, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn:focus, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn:hover, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn:focus, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(1) .btn:hover, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn:focus, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(4n) .btn:hover {
  -webkit-text-stroke: 0.5px #fc6f13;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(2) h2:after, .home #banner-slider .banner-content .slick-slide:nth-of-type(2) p:after, .home #banner-slider .banner-content .slick-slide:nth-of-type(5n) h2:after, .home #banner-slider .banner-content .slick-slide:nth-of-type(5n) p:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(2) h2:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(2) p:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(5n) h2:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(5n) p:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(2) h2:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(2) p:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(5n) h2:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(5n) p:after {
  background: #00A5B5;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn, .home #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn {
  color: #00A5B5;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn:before, .home #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn:before, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn:before, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn:before, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn:before, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn:before {
  border-color: #00A5B5;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn:after, .home #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn:after {
  background: #00A5B5;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn:focus, .home #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn:hover, .home #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn:focus, .home #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn:hover, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn:focus, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn:hover, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn:focus, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn:hover, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn:focus, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(2) .btn:hover, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn:focus, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(5n) .btn:hover {
  -webkit-text-stroke: 0.5px #00A5B5;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(3) h2:after, .home #banner-slider .banner-content .slick-slide:nth-of-type(3) p:after, .home #banner-slider .banner-content .slick-slide:nth-of-type(6n) h2:after, .home #banner-slider .banner-content .slick-slide:nth-of-type(6n) p:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(3) h2:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(3) p:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(6n) h2:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(6n) p:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(3) h2:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(3) p:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(6n) h2:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(6n) p:after {
  background: #002453;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn, .home #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn {
  color: #002453;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:before, .home #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:after, .home #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:before, .home #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:before, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:before, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:before, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:before, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:after {
  border-color: #002453;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:after, .home #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:after, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:after, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:after {
  background: #002453;
}
.home #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:focus, .home #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:hover, .home #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:focus, .home #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:hover, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:focus, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:hover, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:focus, .page-template-page-home-copy #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:hover, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:focus, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(3) .btn:hover, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:focus, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide:nth-of-type(6n) .btn:hover {
  -webkit-text-stroke: 0.5px #002453;
}
.home #banner-slider .absolute, .page-template-page-home-copy #banner-slider .absolute, .page-template-page-copy-of-home #banner-slider .absolute {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home #banner-slider .absolute:before, .page-template-page-home-copy #banner-slider .absolute:before, .page-template-page-copy-of-home #banner-slider .absolute:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(180deg);
  z-index: 2;
}
.home #banner-slider .absolute .banner-backgrounds, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.home #banner-slider .absolute .banner-backgrounds div, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds div, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds div {
  padding: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.home #banner-slider .absolute .banner-backgrounds img, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds img, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds img {
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #banner-slider .absolute .banner-backgrounds .boundary, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .boundary, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .boundary {
  width: 450px;
  height: 450px;
  position: absolute;
  top: auto;
  bottom: -50px;
  right: -50px;
  border-radius: 100%;
  z-index: 9;
}
.home #banner-slider .absolute .banner-backgrounds .boundary #bubble, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .boundary #bubble, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .boundary #bubble {
  position: relative;
  animation: movebubble_aroundincircle 30s linear infinite;
}
.home #banner-slider .absolute .banner-backgrounds .boundary #bubble:after, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .boundary #bubble:after, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .boundary #bubble:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  mask: radial-gradient(farthest-side, transparent calc(100% - 30px), #fff 0);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 30px), #fff 0);
  animation: rotation_aroundincircle 30s linear infinite;
}
.home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(1) .boundary #bubble:after, .home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(4n) .boundary #bubble:after, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(1) .boundary #bubble:after, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(4n) .boundary #bubble:after, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(1) .boundary #bubble:after, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(4n) .boundary #bubble:after {
  background: linear-gradient(0deg, #005D81 55%, rgba(255, 255, 255, 0) 100%);
}
.home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(2) .boundary #bubble:after, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(2) .boundary #bubble:after, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(2) .boundary #bubble:after {
  background: linear-gradient(0deg, #B5B34B 55%, rgba(255, 255, 255, 0) 100%);
}
.home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(3) .boundary #bubble:after, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(3) .boundary #bubble:after, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(3) .boundary #bubble:after {
  background: linear-gradient(180deg, #7D1F52 55%, rgba(255, 255, 255, 0) 100%);
}
.home #banner-slider .slick-list, .page-template-page-home-copy #banner-slider .slick-list, .page-template-page-copy-of-home #banner-slider .slick-list {
  padding: 0;
}
@keyframes movebubble_aroundincircle {
  0% {
    transform: rotate(0deg) translate(-200px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-200px) rotate(-360deg);
  }
}
@keyframes rotation_aroundincircle {
  0% {
    transform: rotate(0deg) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) rotate(-360deg);
  }
}
@keyframes movebubble_sideways {
  0% {
    right: 0;
  }
  50% {
    right: 50px;
  }
  100% {
    right: 0;
  }
}
.home #banner-slider .banner-backgrounds .slick-slide .slide-0 #bubble1 .img, .page-template-page-home-copy #banner-slider .banner-backgrounds .slick-slide .slide-0 #bubble1 .img, .page-template-page-copy-of-home #banner-slider .banner-backgrounds .slick-slide .slide-0 #bubble1 .img {
  top: 40%;
  right: -70px;
  width: 320px;
  height: 320px;
  transform: translateY(-50%);
}
.home #banner-slider .banner-backgrounds .slick-slide .slide-0 #bubble2 .img, .page-template-page-home-copy #banner-slider .banner-backgrounds .slick-slide .slide-0 #bubble2 .img, .page-template-page-copy-of-home #banner-slider .banner-backgrounds .slick-slide .slide-0 #bubble2 .img {
  width: 550px !important;
  height: 400px !important;
  bottom: -220px;
  left: 70px;
}
.home #banner-slider .banner-backgrounds .slick-slide .slide-1 .boundary_1 #bubble1, .page-template-page-home-copy #banner-slider .banner-backgrounds .slick-slide .slide-1 .boundary_1 #bubble1, .page-template-page-copy-of-home #banner-slider .banner-backgrounds .slick-slide .slide-1 .boundary_1 #bubble1 {
  position: relative;
  animation: movebubble_aroundincircle 30s linear infinite;
}
.home #banner-slider .banner-backgrounds .slick-slide .slide-1 #bubble1 .img, .page-template-page-home-copy #banner-slider .banner-backgrounds .slick-slide .slide-1 #bubble1 .img, .page-template-page-copy-of-home #banner-slider .banner-backgrounds .slick-slide .slide-1 #bubble1 .img {
  top: 40%;
  right: auto;
  left: -70px;
  transform: translateY(-50%);
  width: 320px;
  height: 320px;
}
.home #banner-slider .banner-backgrounds .slick-slide .slide-1 .boundary_2, .page-template-page-home-copy #banner-slider .banner-backgrounds .slick-slide .slide-1 .boundary_2, .page-template-page-copy-of-home #banner-slider .banner-backgrounds .slick-slide .slide-1 .boundary_2 {
  width: 600px;
  height: 600px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.home #banner-slider .banner-backgrounds .slick-slide .slide-1 .boundary_2 #bubble2, .page-template-page-home-copy #banner-slider .banner-backgrounds .slick-slide .slide-1 .boundary_2 #bubble2, .page-template-page-copy-of-home #banner-slider .banner-backgrounds .slick-slide .slide-1 .boundary_2 #bubble2 {
  position: relative;
}
.home #banner-slider .banner-backgrounds .slick-slide .slide-1 .boundary_2 #bubble2 .img, .page-template-page-home-copy #banner-slider .banner-backgrounds .slick-slide .slide-1 .boundary_2 #bubble2 .img, .page-template-page-copy-of-home #banner-slider .banner-backgrounds .slick-slide .slide-1 .boundary_2 #bubble2 .img {
  bottom: -280px;
  right: 0;
  width: 750px;
  height: 750px;
}
.home #banner-slider .banner-backgrounds .slick-slide .slide-2 #bubble1 .img, .page-template-page-home-copy #banner-slider .banner-backgrounds .slick-slide .slide-2 #bubble1 .img, .page-template-page-copy-of-home #banner-slider .banner-backgrounds .slick-slide .slide-2 #bubble1 .img {
  top: 40%;
  right: auto;
  right: -70px;
  transform: translateY(-50%);
  width: 320px;
  height: 320px;
}
.home #banner-slider .banner-backgrounds .slick-slide .slide-2 #bubble2 .img, .page-template-page-home-copy #banner-slider .banner-backgrounds .slick-slide .slide-2 #bubble2 .img, .page-template-page-copy-of-home #banner-slider .banner-backgrounds .slick-slide .slide-2 #bubble2 .img {
  top: 0;
  left: 0;
  right: auto;
  width: 600px !important;
}
.home #banner-slider .slick-dots, .page-template-page-home-copy #banner-slider .slick-dots, .page-template-page-copy-of-home #banner-slider .slick-dots {
  position: relative;
  bottom: 100px;
  display: flex;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home #banner-slider .slick-dots li, .page-template-page-home-copy #banner-slider .slick-dots li, .page-template-page-copy-of-home #banner-slider .slick-dots li {
  padding: 0 12px;
  list-style: none;
}
.home #banner-slider .slick-dots li:first-of-type, .page-template-page-home-copy #banner-slider .slick-dots li:first-of-type, .page-template-page-copy-of-home #banner-slider .slick-dots li:first-of-type {
  padding: 0 12px 0 0;
}
.home #banner-slider .slick-dots li .dot, .page-template-page-home-copy #banner-slider .slick-dots li .dot, .page-template-page-copy-of-home #banner-slider .slick-dots li .dot {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
  border: 1px solid #1D1D1D;
}
.home #banner-slider .slick-dots li.slick-active .dot, .page-template-page-home-copy #banner-slider .slick-dots li.slick-active .dot, .page-template-page-copy-of-home #banner-slider .slick-dots li.slick-active .dot {
  background: #1D1D1D;
}
.home .book, .page-template-page-home-copy .book, .page-template-page-copy-of-home .book {
  position: relative;
}
.home .book .cell, .page-template-page-home-copy .book .cell, .page-template-page-copy-of-home .book .cell {
  position: relative;
  z-index: 2;
}
.home .book .cell:first-of-type, .page-template-page-home-copy .book .cell:first-of-type, .page-template-page-copy-of-home .book .cell:first-of-type {
  order: 2;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.home .book:before, .page-template-page-home-copy .book:before, .page-template-page-copy-of-home .book:before {
  content: "";
  position: absolute;
  width: 675px;
  height: 675px;
  background: #002453;
  z-index: 1;
  opacity: 0.05;
  left: -165px;
  top: -345px;
  border-radius: 100%;
  display: none;
}
.home .book .circle, .page-template-page-home-copy .book .circle, .page-template-page-copy-of-home .book .circle {
  width: 400px;
  height: 400px;
  z-index: -1;
}
.home .book .image, .page-template-page-home-copy .book .image, .page-template-page-copy-of-home .book .image {
  position: relative;
  width: 100%;
  height: 350px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  display: block;
  overflow: hidden;
}
.home .book .image img, .page-template-page-home-copy .book .image img, .page-template-page-copy-of-home .book .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .book .image:after, .page-template-page-home-copy .book .image:after, .page-template-page-copy-of-home .book .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.home .book .image .content, .page-template-page-home-copy .book .image .content, .page-template-page-copy-of-home .book .image .content {
  width: 100%;
  bottom: 30px;
  z-index: 2;
  justify-content: center;
}
.home .book .image .content *, .page-template-page-home-copy .book .image .content *, .page-template-page-copy-of-home .book .image .content * {
  color: #FEFEFE;
}
.home .book .image .content .btn, .page-template-page-home-copy .book .image .content .btn, .page-template-page-copy-of-home .book .image .content .btn {
  margin: 0 0 0 50px;
}
.home .book .image .content .title, .page-template-page-home-copy .book .image .content .title, .page-template-page-copy-of-home .book .image .content .title {
  font-family: "Gotham-Bold";
  font-size: 20px;
}
.home .book .content-right, .page-template-page-home-copy .book .content-right, .page-template-page-copy-of-home .book .content-right {
  padding: 0 25px;
}
.home .book .content-right .btn, .page-template-page-home-copy .book .content-right .btn, .page-template-page-copy-of-home .book .content-right .btn {
  margin-left: 0;
}
.home .book h2, .page-template-page-home-copy .book h2, .page-template-page-copy-of-home .book h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.home .book h2:after, .page-template-page-home-copy .book h2:after, .page-template-page-copy-of-home .book h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 105%;
  height: 60%;
  background: #00A5B5;
  opacity: 0.25;
  z-index: -1;
  transform: translateX(-50%);
}
.home .book p, .page-template-page-home-copy .book p, .page-template-page-copy-of-home .book p {
  margin: 40px 0 0 0;
  max-width: 545px;
}
.home .book .circle, .page-template-page-home-copy .book .circle, .page-template-page-copy-of-home .book .circle {
  right: -245px;
  bottom: -320px;
}
.home .ctas, .page-template-page-home-copy .ctas, .page-template-page-copy-of-home .ctas {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}
.home .ctas a, .page-template-page-home-copy .ctas a, .page-template-page-copy-of-home .ctas a {
  cursor: pointer;
  display: block;
  position: relative;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  float: left;
  display: inline-block;
}
.home .ctas a img, .page-template-page-home-copy .ctas a img, .page-template-page-copy-of-home .ctas a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .ctas a .content, .page-template-page-home-copy .ctas a .content, .page-template-page-copy-of-home .ctas a .content {
  width: 100%;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FEFEFE;
  z-index: 2;
}
.home .ctas a .content .title, .page-template-page-home-copy .ctas a .content .title, .page-template-page-copy-of-home .ctas a .content .title {
  font-family: "Gotham-Bold";
  font-size: 15px;
}
.home .ctas a .content .btn, .page-template-page-home-copy .ctas a .content .btn, .page-template-page-copy-of-home .ctas a .content .btn {
  font-family: "Gotham-Medium";
  margin: 10px 0 0 0;
}
.home .ctas a:after, .page-template-page-home-copy .ctas a:after, .page-template-page-copy-of-home .ctas a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.home .ctas a:before, .page-template-page-home-copy .ctas a:before, .page-template-page-copy-of-home .ctas a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -130px;
  width: 100%;
  height: 130px;
  z-index: 2;
  background: #00A5B5;
  transition: all 0.25s ease-in-out;
}
.home .ctas a:hover:before, .page-template-page-home-copy .ctas a:hover:before, .page-template-page-copy-of-home .ctas a:hover:before {
  bottom: 0 !important;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
}
.home .ctas a:hover .content .btn, .page-template-page-home-copy .ctas a:hover .content .btn, .page-template-page-copy-of-home .ctas a:hover .content .btn {
  -webkit-text-stroke: 0.5px #FEFEFE;
}
.home .ctas a:hover .content .btn:before, .page-template-page-home-copy .ctas a:hover .content .btn:before, .page-template-page-copy-of-home .ctas a:hover .content .btn:before {
  transform: translate(20px, -50%);
  transition-delay: 0.2s;
}
.home .ctas a:hover .content .btn:after, .page-template-page-home-copy .ctas a:hover .content .btn:after, .page-template-page-copy-of-home .ctas a:hover .content .btn:after {
  transform: translate(-5px, -50%);
  transition-delay: 0.2s;
}
.home .ctas a:not(:last-of-type), .page-template-page-home-copy .ctas a:not(:last-of-type), .page-template-page-copy-of-home .ctas a:not(:last-of-type) {
  margin-bottom: 40px;
}
.home .ctas a:first-of-type, .home .ctas a:nth-of-type(5n+5), .page-template-page-home-copy .ctas a:first-of-type, .page-template-page-home-copy .ctas a:nth-of-type(5n+5), .page-template-page-copy-of-home .ctas a:first-of-type, .page-template-page-copy-of-home .ctas a:nth-of-type(5n+5) {
  height: 315px;
  width: 100%;
}
.home .ctas a:first-of-type:before, .home .ctas a:nth-of-type(5n+5):before, .page-template-page-home-copy .ctas a:first-of-type:before, .page-template-page-home-copy .ctas a:nth-of-type(5n+5):before, .page-template-page-copy-of-home .ctas a:first-of-type:before, .page-template-page-copy-of-home .ctas a:nth-of-type(5n+5):before {
  bottom: -105px;
  height: 105px;
}
.home .ctas a:first-of-type .content, .home .ctas a:nth-of-type(5n+5) .content, .page-template-page-home-copy .ctas a:first-of-type .content, .page-template-page-home-copy .ctas a:nth-of-type(5n+5) .content, .page-template-page-copy-of-home .ctas a:first-of-type .content, .page-template-page-copy-of-home .ctas a:nth-of-type(5n+5) .content {
  display: flex;
  flex-direction: column !important;
}
.home .ctas a:nth-of-type(5n+5), .page-template-page-home-copy .ctas a:nth-of-type(5n+5), .page-template-page-copy-of-home .ctas a:nth-of-type(5n+5) {
  margin-top: 10px;
}
.home .ctas a:nth-of-type(2), .home .ctas a:nth-of-type(3), .home .ctas a:nth-of-type(6n+6), .home .ctas a:nth-of-type(7n+7), .page-template-page-home-copy .ctas a:nth-of-type(2), .page-template-page-home-copy .ctas a:nth-of-type(3), .page-template-page-home-copy .ctas a:nth-of-type(6n+6), .page-template-page-home-copy .ctas a:nth-of-type(7n+7), .page-template-page-copy-of-home .ctas a:nth-of-type(2), .page-template-page-copy-of-home .ctas a:nth-of-type(3), .page-template-page-copy-of-home .ctas a:nth-of-type(6n+6), .page-template-page-copy-of-home .ctas a:nth-of-type(7n+7) {
  width: 100%;
}
.home .ctas a:nth-of-type(2):before, .home .ctas a:nth-of-type(3):before, .home .ctas a:nth-of-type(6n+6):before, .home .ctas a:nth-of-type(7n+7):before, .page-template-page-home-copy .ctas a:nth-of-type(2):before, .page-template-page-home-copy .ctas a:nth-of-type(3):before, .page-template-page-home-copy .ctas a:nth-of-type(6n+6):before, .page-template-page-home-copy .ctas a:nth-of-type(7n+7):before, .page-template-page-copy-of-home .ctas a:nth-of-type(2):before, .page-template-page-copy-of-home .ctas a:nth-of-type(3):before, .page-template-page-copy-of-home .ctas a:nth-of-type(6n+6):before, .page-template-page-copy-of-home .ctas a:nth-of-type(7n+7):before {
  bottom: -105px;
  height: 105px;
}
.home .ctas a:nth-of-type(2), .page-template-page-home-copy .ctas a:nth-of-type(2), .page-template-page-copy-of-home .ctas a:nth-of-type(2) {
  height: 315px;
  margin-left: 0;
}
.home .ctas a:nth-of-type(2) .content, .page-template-page-home-copy .ctas a:nth-of-type(2) .content, .page-template-page-copy-of-home .ctas a:nth-of-type(2) .content {
  display: flex;
  flex-direction: column;
}
.home .ctas a:nth-of-type(2) .content .btn, .page-template-page-home-copy .ctas a:nth-of-type(2) .content .btn, .page-template-page-copy-of-home .ctas a:nth-of-type(2) .content .btn {
  margin: 10px 0 0 0;
}
.home .ctas a:nth-of-type(2):before, .page-template-page-home-copy .ctas a:nth-of-type(2):before, .page-template-page-copy-of-home .ctas a:nth-of-type(2):before {
  bottom: -105px;
  height: 105px;
}
.home .ctas a:nth-of-type(3), .page-template-page-home-copy .ctas a:nth-of-type(3), .page-template-page-copy-of-home .ctas a:nth-of-type(3) {
  height: 315px;
  margin-left: 0;
}
.home .ctas a:nth-of-type(3) .content, .page-template-page-home-copy .ctas a:nth-of-type(3) .content, .page-template-page-copy-of-home .ctas a:nth-of-type(3) .content {
  display: flex;
  flex-direction: column;
}
.home .ctas a:nth-of-type(3) .content .btn, .page-template-page-home-copy .ctas a:nth-of-type(3) .content .btn, .page-template-page-copy-of-home .ctas a:nth-of-type(3) .content .btn {
  margin: 10px 0 0 0;
}
.home .ctas a:nth-of-type(3):before, .page-template-page-home-copy .ctas a:nth-of-type(3):before, .page-template-page-copy-of-home .ctas a:nth-of-type(3):before {
  bottom: -105px;
  height: 105px;
}
.home .ctas a:nth-of-type(4), .page-template-page-home-copy .ctas a:nth-of-type(4), .page-template-page-copy-of-home .ctas a:nth-of-type(4) {
  height: 315px;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}
.home .ctas a:nth-of-type(4) .content, .page-template-page-home-copy .ctas a:nth-of-type(4) .content, .page-template-page-copy-of-home .ctas a:nth-of-type(4) .content {
  display: flex;
  flex-direction: column;
}
.home .ctas a:nth-of-type(4):before, .page-template-page-home-copy .ctas a:nth-of-type(4):before, .page-template-page-copy-of-home .ctas a:nth-of-type(4):before {
  bottom: -105px;
  height: 105px;
}
.home .about .circle, .page-template-page-home-copy .about .circle, .page-template-page-copy-of-home .about .circle {
  width: 440px;
  height: 440px;
}
.home .about .circle.purple, .page-template-page-home-copy .about .circle.purple, .page-template-page-copy-of-home .about .circle.purple {
  right: -245px;
  top: -320px;
}
.home .about .circle.blue, .page-template-page-home-copy .about .circle.blue, .page-template-page-copy-of-home .about .circle.blue {
  left: -245px;
  bottom: 0;
}
.home .about .cell:nth-of-type(2) img, .page-template-page-home-copy .about .cell:nth-of-type(2) img, .page-template-page-copy-of-home .about .cell:nth-of-type(2) img {
  position: relative;
  left: 50%;
  top: 90px;
  transform: scale(1.7) translateX(-7px);
}
.home .about h2:nth-of-type(1), .home .about h2:nth-of-type(2), .home .about h2:nth-of-type(3), .home .about h2:nth-of-type(4), .page-template-page-home-copy .about h2:nth-of-type(1), .page-template-page-home-copy .about h2:nth-of-type(2), .page-template-page-home-copy .about h2:nth-of-type(3), .page-template-page-home-copy .about h2:nth-of-type(4), .page-template-page-copy-of-home .about h2:nth-of-type(1), .page-template-page-copy-of-home .about h2:nth-of-type(2), .page-template-page-copy-of-home .about h2:nth-of-type(3), .page-template-page-copy-of-home .about h2:nth-of-type(4) {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.home .about h2:nth-of-type(1):after, .home .about h2:nth-of-type(2):after, .home .about h2:nth-of-type(3):after, .home .about h2:nth-of-type(4):after, .page-template-page-home-copy .about h2:nth-of-type(1):after, .page-template-page-home-copy .about h2:nth-of-type(2):after, .page-template-page-home-copy .about h2:nth-of-type(3):after, .page-template-page-home-copy .about h2:nth-of-type(4):after, .page-template-page-copy-of-home .about h2:nth-of-type(1):after, .page-template-page-copy-of-home .about h2:nth-of-type(2):after, .page-template-page-copy-of-home .about h2:nth-of-type(3):after, .page-template-page-copy-of-home .about h2:nth-of-type(4):after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 105%;
  height: 60%;
  background: #004EC3;
  opacity: 0.25;
  z-index: -1;
  transform: translateX(-50%);
}
.home .about .title, .page-template-page-home-copy .about .title, .page-template-page-copy-of-home .about .title {
  padding-left: 25px;
  padding-right: 25px;
}
.home .about img, .page-template-page-home-copy .about img, .page-template-page-copy-of-home .about img {
  right: -650px;
  top: 130px;
}
.home .about .background-color_paleBlue, .page-template-page-home-copy .about .background-color_paleBlue, .page-template-page-copy-of-home .about .background-color_paleBlue {
  min-height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  left: 0;
}
.home .about.content, .page-template-page-home-copy .about.content, .page-template-page-copy-of-home .about.content {
  padding-top: 115px;
  padding-left: 20px;
  padding-right: 20px;
}
.home .image-banner, .page-template-page-home-copy .image-banner, .page-template-page-copy-of-home .image-banner {
  height: 350px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.home .image-banner img, .page-template-page-home-copy .image-banner img, .page-template-page-copy-of-home .image-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .image-banner.mobile .grid-container, .page-template-page-home-copy .image-banner.mobile .grid-container, .page-template-page-copy-of-home .image-banner.mobile .grid-container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.home .image-banner.mobile .grid-container .grid-x, .page-template-page-home-copy .image-banner.mobile .grid-container .grid-x, .page-template-page-copy-of-home .image-banner.mobile .grid-container .grid-x {
  height: 100%;
}
.home .image-banner.mobile .grid-container .grid-x .slick-list, .page-template-page-home-copy .image-banner.mobile .grid-container .grid-x .slick-list, .page-template-page-copy-of-home .image-banner.mobile .grid-container .grid-x .slick-list {
  height: 100%;
}
.home .image-banner.mobile .grid-container .grid-x .slick-list .slick-track, .page-template-page-home-copy .image-banner.mobile .grid-container .grid-x .slick-list .slick-track, .page-template-page-copy-of-home .image-banner.mobile .grid-container .grid-x .slick-list .slick-track {
  height: 100%;
}
.home .image-banner.mobile .grid-container .grid-x .slick-list .slick-track div, .page-template-page-home-copy .image-banner.mobile .grid-container .grid-x .slick-list .slick-track div, .page-template-page-copy-of-home .image-banner.mobile .grid-container .grid-x .slick-list .slick-track div {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .image-banner.mobile:after, .page-template-page-home-copy .image-banner.mobile:after, .page-template-page-copy-of-home .image-banner.mobile:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.27;
}
.home .image-banner.mobile h2, .home .image-banner.mobile p, .page-template-page-home-copy .image-banner.mobile h2, .page-template-page-home-copy .image-banner.mobile p, .page-template-page-copy-of-home .image-banner.mobile h2, .page-template-page-copy-of-home .image-banner.mobile p {
  color: #FEFEFE;
}
.home .image-banner.mobile h2, .page-template-page-home-copy .image-banner.mobile h2, .page-template-page-copy-of-home .image-banner.mobile h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
}
.home .image-banner.mobile h2:after, .page-template-page-home-copy .image-banner.mobile h2:after, .page-template-page-copy-of-home .image-banner.mobile h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 140%;
  height: 60%;
  background: #002453;
  opacity: 0.2;
  z-index: -1;
  transform: translateX(-50%);
}
.home .image-banner.mobile p, .page-template-page-home-copy .image-banner.mobile p, .page-template-page-copy-of-home .image-banner.mobile p {
  font-family: "Gotham-Book";
  margin: 25px 0 0 0;
  font-size: 30px;
}
.home .image-banner.mobile p span, .page-template-page-home-copy .image-banner.mobile p span, .page-template-page-copy-of-home .image-banner.mobile p span {
  font-family: "Gotham-Medium";
  display: block;
  color: #C9C9C9;
  margin: 10px 0 0 0;
}
.home .contact *, .page-template-page-home-copy .contact *, .page-template-page-copy-of-home .contact * {
  color: #FEFEFE;
  font-family: "Gotham-Medium";
}
.home .contact .cell, .page-template-page-home-copy .contact .cell, .page-template-page-copy-of-home .contact .cell {
  justify-content: space-between;
}
.home .contact p, .page-template-page-home-copy .contact p, .page-template-page-copy-of-home .contact p {
  margin-bottom: 0;
}
.home .contact img, .page-template-page-home-copy .contact img, .page-template-page-copy-of-home .contact img {
  margin: 10px 10px 10px 0;
  width: 16px;
}
.home .contact span, .page-template-page-home-copy .contact span, .page-template-page-copy-of-home .contact span {
  font-size: 20px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.home .contact a, .page-template-page-home-copy .contact a, .page-template-page-copy-of-home .contact a {
  position: relative;
  display: inline-block;
  line-height: 20px;
  transition: 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.home .contact a:before, .home .contact a:after, .page-template-page-home-copy .contact a:before, .page-template-page-home-copy .contact a:after, .page-template-page-copy-of-home .contact a:before, .page-template-page-copy-of-home .contact a:after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
.home .contact a:before, .page-template-page-home-copy .contact a:before, .page-template-page-copy-of-home .contact a:before {
  background-color: rgba(254, 254, 254, 0.4);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.home .contact a:after, .page-template-page-home-copy .contact a:after, .page-template-page-copy-of-home .contact a:after {
  background-color: #fefefe;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.home .contact a:hover:before, .home .contact a:hover:after, .page-template-page-home-copy .contact a:hover:before, .page-template-page-home-copy .contact a:hover:after, .page-template-page-copy-of-home .contact a:hover:before, .page-template-page-copy-of-home .contact a:hover:after {
  width: 100%;
  left: 0;
}
.home .stats h2, .page-template-page-home-copy .stats h2, .page-template-page-copy-of-home .stats h2 {
  width: -moz-fit-content;
  width: fit-content;
}
.home .stats h2:after, .page-template-page-home-copy .stats h2:after, .page-template-page-copy-of-home .stats h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 140%;
  height: 60%;
  background: #004EC3;
  opacity: 0.2;
  z-index: -1;
  transform: translateX(-50%);
}
.home .stats p, .page-template-page-home-copy .stats p, .page-template-page-copy-of-home .stats p {
  font-family: "Gotham-Book";
  margin: 25px 0 0 0;
  font-size: 20px;
}
.home .stats p span, .page-template-page-home-copy .stats p span, .page-template-page-copy-of-home .stats p span {
  font-family: "Gotham-Medium";
  display: block;
  color: #002453;
  margin: 5px 0 0 0;
}
.home .stats .circle, .page-template-page-home-copy .stats .circle, .page-template-page-copy-of-home .stats .circle {
  top: -400px;
  left: -70px;
  width: 865px;
  height: 865px;
}
.home .stats .stats-slider h2, .page-template-page-home-copy .stats .stats-slider h2, .page-template-page-copy-of-home .stats .stats-slider h2 {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  font-size: 40px;
}
.home .stats .stats-slider p, .page-template-page-home-copy .stats .stats-slider p, .page-template-page-copy-of-home .stats .stats-slider p {
  margin: 40px 0 0 0;
  font-size: 30px;
}
.home .stats .stats-slider p span, .page-template-page-home-copy .stats .stats-slider p span, .page-template-page-copy-of-home .stats .stats-slider p span {
  margin: 24px 0 0 0;
}
.home .stats .slick-dots, .page-template-page-home-copy .stats .slick-dots, .page-template-page-copy-of-home .stats .slick-dots {
  position: relative;
  bottom: 0px;
  display: flex;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  margin: 2rem 0 0 0;
}
.home .stats .slick-dots li, .page-template-page-home-copy .stats .slick-dots li, .page-template-page-copy-of-home .stats .slick-dots li {
  padding: 0 12px;
  list-style: none;
}
.home .stats .slick-dots li:first-of-type, .page-template-page-home-copy .stats .slick-dots li:first-of-type, .page-template-page-copy-of-home .stats .slick-dots li:first-of-type {
  padding: 0 12px 0 0;
}
.home .stats .slick-dots li .dot, .page-template-page-home-copy .stats .slick-dots li .dot, .page-template-page-copy-of-home .stats .slick-dots li .dot {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
  border: 1px solid #1D1D1D;
}
.home .stats .slick-dots li.slick-active .dot, .page-template-page-home-copy .stats .slick-dots li.slick-active .dot, .page-template-page-copy-of-home .stats .slick-dots li.slick-active .dot {
  background: #1D1D1D;
}
.home .brands .grid-container, .page-template-page-home-copy .brands .grid-container, .page-template-page-copy-of-home .brands .grid-container {
  padding-left: 0;
  padding-right: 0;
}
.home .brands .image, .page-template-page-home-copy .brands .image, .page-template-page-copy-of-home .brands .image {
  width: 100%;
  height: 275px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.home .brands .image img, .page-template-page-home-copy .brands .image img, .page-template-page-copy-of-home .brands .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .brands .image:after, .page-template-page-home-copy .brands .image:after, .page-template-page-copy-of-home .brands .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.45;
  top: 0;
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.home .brands .image .logo, .page-template-page-home-copy .brands .image .logo, .page-template-page-copy-of-home .brands .image .logo {
  width: 150px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.home .brands .brand-backgrounds, .page-template-page-home-copy .brands .brand-backgrounds, .page-template-page-copy-of-home .brands .brand-backgrounds {
  order: 2;
  padding: 0;
}
.home .brands .brand-backgrounds .mobile-background, .page-template-page-home-copy .brands .brand-backgrounds .mobile-background, .page-template-page-copy-of-home .brands .brand-backgrounds .mobile-background {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.home .brands .brand-backgrounds .mobile-background img, .page-template-page-home-copy .brands .brand-backgrounds .mobile-background img, .page-template-page-copy-of-home .brands .brand-backgrounds .mobile-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .brands .brand-backgrounds .slick-next, .home .brands .brand-backgrounds .slick-prev, .page-template-page-home-copy .brands .brand-backgrounds .slick-next, .page-template-page-home-copy .brands .brand-backgrounds .slick-prev, .page-template-page-copy-of-home .brands .brand-backgrounds .slick-next, .page-template-page-copy-of-home .brands .brand-backgrounds .slick-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 1;
}
.home .brands .brand-backgrounds .slick-next:before, .home .brands .brand-backgrounds .slick-prev:before, .page-template-page-home-copy .brands .brand-backgrounds .slick-next:before, .page-template-page-home-copy .brands .brand-backgrounds .slick-prev:before, .page-template-page-copy-of-home .brands .brand-backgrounds .slick-next:before, .page-template-page-copy-of-home .brands .brand-backgrounds .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #FEFEFE;
}
.home .brands .brand-backgrounds .slick-next:after, .home .brands .brand-backgrounds .slick-prev:after, .page-template-page-home-copy .brands .brand-backgrounds .slick-next:after, .page-template-page-home-copy .brands .brand-backgrounds .slick-prev:after, .page-template-page-copy-of-home .brands .brand-backgrounds .slick-next:after, .page-template-page-copy-of-home .brands .brand-backgrounds .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  background: #FEFEFE;
  opacity: 0.1;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .brands .brand-backgrounds .slick-next, .page-template-page-home-copy .brands .brand-backgrounds .slick-next, .page-template-page-copy-of-home .brands .brand-backgrounds .slick-next {
  right: 35px;
}
.home .brands .brand-backgrounds .slick-next:before, .page-template-page-home-copy .brands .brand-backgrounds .slick-next:before, .page-template-page-copy-of-home .brands .brand-backgrounds .slick-next:before {
  content: "\f061";
}
.home .brands .brand-backgrounds .slick-prev, .page-template-page-home-copy .brands .brand-backgrounds .slick-prev, .page-template-page-copy-of-home .brands .brand-backgrounds .slick-prev {
  left: 35px;
}
.home .brands .brand-backgrounds .slick-prev:before, .page-template-page-home-copy .brands .brand-backgrounds .slick-prev:before, .page-template-page-copy-of-home .brands .brand-backgrounds .slick-prev:before {
  content: "\f060";
}
.home .brands .background-color_paleBlue, .page-template-page-home-copy .brands .background-color_paleBlue, .page-template-page-copy-of-home .brands .background-color_paleBlue {
  order: 1;
  height: 580px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.home .brands .content, .page-template-page-home-copy .brands .content, .page-template-page-copy-of-home .brands .content {
  height: auto;
  position: relative;
  padding: 0 25px;
}
.home .brands .content h2, .page-template-page-home-copy .brands .content h2, .page-template-page-copy-of-home .brands .content h2 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 2rem;
}
.home .brands .content h2:after, .page-template-page-home-copy .brands .content h2:after, .page-template-page-copy-of-home .brands .content h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 105%;
  height: 60%;
  background: #004EC3;
  opacity: 0.2;
  z-index: -1;
  transform: translateX(-50%);
}
.home .brands .content p, .page-template-page-home-copy .brands .content p, .page-template-page-copy-of-home .brands .content p {
  text-align: left;
}
.home .logos, .page-template-page-home-copy .logos, .page-template-page-copy-of-home .logos {
  margin-top: -330px;
  padding-top: 400px;
}
.home .logos .slick-slider, .page-template-page-home-copy .logos .slick-slider, .page-template-page-copy-of-home .logos .slick-slider {
  max-width: 75rem;
  left: 50%;
  transform: translateX(-50%);
}
.home .logos .slick-slider .slick-list, .page-template-page-home-copy .logos .slick-slider .slick-list, .page-template-page-copy-of-home .logos .slick-slider .slick-list {
  padding: 0 70px;
}
.home .logos .slick-slider .slick-slide, .page-template-page-home-copy .logos .slick-slider .slick-slide, .page-template-page-copy-of-home .logos .slick-slider .slick-slide {
  height: 200px !important;
  cursor: pointer;
}
.home .logos .slick-slider .slick-slide div, .page-template-page-home-copy .logos .slick-slider .slick-slide div, .page-template-page-copy-of-home .logos .slick-slider .slick-slide div {
  height: 100%;
  display: flex !important;
}
.home .logos .slick-slider .slick-slide img, .page-template-page-home-copy .logos .slick-slider .slick-slide img, .page-template-page-copy-of-home .logos .slick-slider .slick-slide img {
  width: 45%;
  height: auto;
  margin: auto;
  opacity: 0.5;
}
.home .logos .slick-slider .slick-slide.slick-current img, .page-template-page-home-copy .logos .slick-slider .slick-slide.slick-current img, .page-template-page-copy-of-home .logos .slick-slider .slick-slide.slick-current img {
  opacity: 1;
}
.home .logos .slick-next, .home .logos .slick-prev, .page-template-page-home-copy .logos .slick-next, .page-template-page-home-copy .logos .slick-prev, .page-template-page-copy-of-home .logos .slick-next, .page-template-page-copy-of-home .logos .slick-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 1;
}
.home .logos .slick-next:before, .home .logos .slick-prev:before, .page-template-page-home-copy .logos .slick-next:before, .page-template-page-home-copy .logos .slick-prev:before, .page-template-page-copy-of-home .logos .slick-next:before, .page-template-page-copy-of-home .logos .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #FEFEFE;
}
.home .logos .slick-next:after, .home .logos .slick-prev:after, .page-template-page-home-copy .logos .slick-next:after, .page-template-page-home-copy .logos .slick-prev:after, .page-template-page-copy-of-home .logos .slick-next:after, .page-template-page-copy-of-home .logos .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  background: #FEFEFE;
  opacity: 0.1;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .logos .slick-prev, .page-template-page-home-copy .logos .slick-prev, .page-template-page-copy-of-home .logos .slick-prev {
  left: 0;
}
.home .logos .slick-prev:before, .page-template-page-home-copy .logos .slick-prev:before, .page-template-page-copy-of-home .logos .slick-prev:before {
  content: "\f060";
}
.home .logos .slick-next, .page-template-page-home-copy .logos .slick-next, .page-template-page-copy-of-home .logos .slick-next {
  right: 0;
}
.home .logos .slick-next:before, .page-template-page-home-copy .logos .slick-next:before, .page-template-page-copy-of-home .logos .slick-next:before {
  content: "\f061";
}
.home .testimonials .circle, .page-template-page-home-copy .testimonials .circle, .page-template-page-copy-of-home .testimonials .circle {
  top: -420px;
  right: -290px;
}
.home .testimonials h2, .page-template-page-home-copy .testimonials h2, .page-template-page-copy-of-home .testimonials h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home .testimonials h2:after, .page-template-page-home-copy .testimonials h2:after, .page-template-page-copy-of-home .testimonials h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 105%;
  height: 60%;
  background: #2B91B9;
  opacity: 0.25;
  z-index: -1;
  transform: translateX(-50%);
}
.home .testimonials .image, .home .testimonials .content, .home .testimonials .video, .page-template-page-home-copy .testimonials .image, .page-template-page-home-copy .testimonials .content, .page-template-page-home-copy .testimonials .video, .page-template-page-copy-of-home .testimonials .image, .page-template-page-copy-of-home .testimonials .content, .page-template-page-copy-of-home .testimonials .video {
  width: 600px;
  height: 500px;
  float: left;
}
.home .testimonials .image, .page-template-page-home-copy .testimonials .image, .page-template-page-copy-of-home .testimonials .image {
  position: relative;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.home .testimonials .image img, .page-template-page-home-copy .testimonials .image img, .page-template-page-copy-of-home .testimonials .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .testimonials .video video, .page-template-page-home-copy .testimonials .video video, .page-template-page-copy-of-home .testimonials .video video {
  height: 100%;
  width: auto;
}
.home .testimonials .content, .page-template-page-home-copy .testimonials .content, .page-template-page-copy-of-home .testimonials .content {
  padding: 0 50px;
}
.home .testimonials .content .person, .page-template-page-home-copy .testimonials .content .person, .page-template-page-copy-of-home .testimonials .content .person {
  font-family: "Gotham-Medium";
}
.home .testimonials .content .person div, .page-template-page-home-copy .testimonials .content .person div, .page-template-page-copy-of-home .testimonials .content .person div {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
}
.home .testimonials .slick-slide, .page-template-page-home-copy .testimonials .slick-slide, .page-template-page-copy-of-home .testimonials .slick-slide {
  padding: 0 20px;
}
.home .testimonials .slick-track, .page-template-page-home-copy .testimonials .slick-track, .page-template-page-copy-of-home .testimonials .slick-track {
  margin-right: 2000px;
}
.home .testimonials .slick-next, .home .testimonials .slick-prev, .page-template-page-home-copy .testimonials .slick-next, .page-template-page-home-copy .testimonials .slick-prev, .page-template-page-copy-of-home .testimonials .slick-next, .page-template-page-copy-of-home .testimonials .slick-prev {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  top: auto;
  transform: none;
  width: 40px;
  height: 40px;
  z-index: 1;
  margin-left: 100px;
}
.home .testimonials .slick-next:before, .home .testimonials .slick-prev:before, .page-template-page-home-copy .testimonials .slick-next:before, .page-template-page-home-copy .testimonials .slick-prev:before, .page-template-page-copy-of-home .testimonials .slick-next:before, .page-template-page-copy-of-home .testimonials .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #00A5B5;
}
.home .testimonials .slick-next:after, .home .testimonials .slick-prev:after, .page-template-page-home-copy .testimonials .slick-next:after, .page-template-page-home-copy .testimonials .slick-prev:after, .page-template-page-copy-of-home .testimonials .slick-next:after, .page-template-page-copy-of-home .testimonials .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  background: #00A5B5;
  opacity: 0.1;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .testimonials .slick-prev, .page-template-page-home-copy .testimonials .slick-prev, .page-template-page-copy-of-home .testimonials .slick-prev {
  left: 0px;
}
.home .testimonials .slick-prev:before, .page-template-page-home-copy .testimonials .slick-prev:before, .page-template-page-copy-of-home .testimonials .slick-prev:before {
  content: "\f060";
}
.home .testimonials .slick-next, .page-template-page-home-copy .testimonials .slick-next, .page-template-page-copy-of-home .testimonials .slick-next {
  left: 50px;
}
.home .testimonials .slick-next:before, .page-template-page-home-copy .testimonials .slick-next:before, .page-template-page-copy-of-home .testimonials .slick-next:before {
  content: "\f061";
}
.home .testimonials .slick-dots, .page-template-page-home-copy .testimonials .slick-dots, .page-template-page-copy-of-home .testimonials .slick-dots {
  bottom: -50px;
  display: flex !important;
  padding-left: 10px;
  margin-left: 225px;
}
.home .testimonials .slick-dots li, .page-template-page-home-copy .testimonials .slick-dots li, .page-template-page-copy-of-home .testimonials .slick-dots li {
  display: block;
  width: 95px;
  margin: 0 -7px;
}
.home .testimonials .slick-dots li .dot, .page-template-page-home-copy .testimonials .slick-dots li .dot, .page-template-page-copy-of-home .testimonials .slick-dots li .dot {
  position: relative;
}
.home .testimonials .slick-dots li .dot:before, .page-template-page-home-copy .testimonials .slick-dots li .dot:before, .page-template-page-copy-of-home .testimonials .slick-dots li .dot:before {
  width: 100%;
  font-size: 65px;
  content: "\f86c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  color: #D3E6EE;
  transition: all 0.25s ease-in-out;
}
.home .testimonials .slick-dots li.slick-active .dot:before, .page-template-page-home-copy .testimonials .slick-dots li.slick-active .dot:before, .page-template-page-copy-of-home .testimonials .slick-dots li.slick-active .dot:before {
  color: #2483A8;
}
.home .testimonials-mobile:after, .page-template-page-home-copy .testimonials-mobile:after, .page-template-page-copy-of-home .testimonials-mobile:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F3F9FB;
  z-index: -1;
}
.home .testimonials-mobile .grid-x .grid-padding-x, .page-template-page-home-copy .testimonials-mobile .grid-x .grid-padding-x, .page-template-page-copy-of-home .testimonials-mobile .grid-x .grid-padding-x {
  width: 100%;
}
.home .testimonials-mobile .mobile-testimonial-slider-content, .page-template-page-home-copy .testimonials-mobile .mobile-testimonial-slider-content, .page-template-page-copy-of-home .testimonials-mobile .mobile-testimonial-slider-content {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.home .testimonials-mobile h2, .page-template-page-home-copy .testimonials-mobile h2, .page-template-page-copy-of-home .testimonials-mobile h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home .testimonials-mobile h2:after, .page-template-page-home-copy .testimonials-mobile h2:after, .page-template-page-copy-of-home .testimonials-mobile h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 105%;
  height: 60%;
  background: #2B91B9;
  opacity: 0.25;
  z-index: 1;
  transform: translateX(-50%);
}
.home .testimonials-mobile .image, .page-template-page-home-copy .testimonials-mobile .image, .page-template-page-copy-of-home .testimonials-mobile .image {
  margin-top: 95px;
  height: 300px;
  position: relative;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.home .testimonials-mobile .video, .page-template-page-home-copy .testimonials-mobile .video, .page-template-page-copy-of-home .testimonials-mobile .video {
  margin-top: 95px;
  height: 300px;
}
.home .testimonials-mobile .video video, .page-template-page-home-copy .testimonials-mobile .video video, .page-template-page-copy-of-home .testimonials-mobile .video video {
  height: 100%;
  width: auto;
}
.home .testimonials-mobile .content, .page-template-page-home-copy .testimonials-mobile .content, .page-template-page-copy-of-home .testimonials-mobile .content {
  padding: 35px 25px 65px 50px;
}
.home .testimonials-mobile .content .person, .page-template-page-home-copy .testimonials-mobile .content .person, .page-template-page-copy-of-home .testimonials-mobile .content .person {
  font-family: "Gotham-Medium";
}
.home .testimonials-mobile .content .person div, .page-template-page-home-copy .testimonials-mobile .content .person div, .page-template-page-copy-of-home .testimonials-mobile .content .person div {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
}
.home .testimonials-mobile .slick-slide, .page-template-page-home-copy .testimonials-mobile .slick-slide, .page-template-page-copy-of-home .testimonials-mobile .slick-slide {
  padding: 0;
  width: 102vw !important;
}
.home .testimonials-mobile .slick-next, .home .testimonials-mobile .slick-prev, .page-template-page-home-copy .testimonials-mobile .slick-next, .page-template-page-home-copy .testimonials-mobile .slick-prev, .page-template-page-copy-of-home .testimonials-mobile .slick-next, .page-template-page-copy-of-home .testimonials-mobile .slick-prev {
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  top: auto;
  transform: none;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.home .testimonials-mobile .slick-next:before, .home .testimonials-mobile .slick-prev:before, .page-template-page-home-copy .testimonials-mobile .slick-next:before, .page-template-page-home-copy .testimonials-mobile .slick-prev:before, .page-template-page-copy-of-home .testimonials-mobile .slick-next:before, .page-template-page-copy-of-home .testimonials-mobile .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #00A5B5;
}
.home .testimonials-mobile .slick-next:after, .home .testimonials-mobile .slick-prev:after, .page-template-page-home-copy .testimonials-mobile .slick-next:after, .page-template-page-home-copy .testimonials-mobile .slick-prev:after, .page-template-page-copy-of-home .testimonials-mobile .slick-next:after, .page-template-page-copy-of-home .testimonials-mobile .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  background: #00A5B5;
  opacity: 0.1;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .testimonials-mobile .slick-prev, .page-template-page-home-copy .testimonials-mobile .slick-prev, .page-template-page-copy-of-home .testimonials-mobile .slick-prev {
  left: 43%;
  transform: translateX(-43%);
}
.home .testimonials-mobile .slick-prev:before, .page-template-page-home-copy .testimonials-mobile .slick-prev:before, .page-template-page-copy-of-home .testimonials-mobile .slick-prev:before {
  content: "\f060";
}
.home .testimonials-mobile .slick-next, .page-template-page-home-copy .testimonials-mobile .slick-next, .page-template-page-copy-of-home .testimonials-mobile .slick-next {
  left: 57%;
  transform: translateX(-57%);
}
.home .testimonials-mobile .slick-next:before, .page-template-page-home-copy .testimonials-mobile .slick-next:before, .page-template-page-copy-of-home .testimonials-mobile .slick-next:before {
  content: "\f061";
}

@media screen and (max-width: 640px) {
  .home .testimonials .slick-slide, .page-template-page-home-copy .testimonials .slick-slide, .page-template-page-copy-of-home .testimonials .slick-slide {
    padding: 0 20px;
    width: 100%;
  }
  .home .testimonials .slick-slide .cell .image, .page-template-page-home-copy .testimonials .slick-slide .cell .image, .page-template-page-copy-of-home .testimonials .slick-slide .cell .image {
    order: 2;
  }
  .home .testimonials .slick-slide .cell .content, .page-template-page-home-copy .testimonials .slick-slide .cell .content, .page-template-page-copy-of-home .testimonials .slick-slide .cell .content {
    order: 1;
  }
}
@media screen and (min-width: 470px) {
  .home #banner-slider, .page-template-page-home-copy #banner-slider, .page-template-page-copy-of-home #banner-slider {
    line-height: 50px;
    font-size: 32px;
  }
}
@media screen and (max-height: 750px) {
  .home #banner-slider .slick-dots, .page-template-page-home-copy #banner-slider .slick-dots, .page-template-page-copy-of-home #banner-slider .slick-dots {
    bottom: 30px !important;
  }
}
/**
* _front-page - Medium.
*/
@media screen and (min-width: 640px) {
  .home #banner-slider, .page-template-page-home-copy #banner-slider, .page-template-page-copy-of-home #banner-slider {
    height: calc(100vh - 140px);
  }
  .home #banner-slider .slick-dots, .page-template-page-home-copy #banner-slider .slick-dots, .page-template-page-copy-of-home #banner-slider .slick-dots {
    bottom: 100px;
  }
  .home #banner-slider .banner-content .banner-title2, .page-template-page-home-copy #banner-slider .banner-content .banner-title2, .page-template-page-copy-of-home #banner-slider .banner-content .banner-title2 {
    display: block;
  }
  .home #banner-slider .banner-content .slick-list, .page-template-page-home-copy #banner-slider .banner-content .slick-list, .page-template-page-copy-of-home #banner-slider .banner-content .slick-list {
    margin-top: 0;
  }
  .home #banner-slider .banner-content .slick-slide, .page-template-page-home-copy #banner-slider .banner-content .slick-slide, .page-template-page-copy-of-home #banner-slider .banner-content .slick-slide {
    padding: 0px 0px 0px 30px;
  }
  .home #banner-slider h1.banner-title1, .page-template-page-home-copy #banner-slider h1.banner-title1, .page-template-page-copy-of-home #banner-slider h1.banner-title1 {
    font-size: 28px;
    line-height: 60px;
  }
  .home #banner-slider h2, .home #banner-slider p, .page-template-page-home-copy #banner-slider h2, .page-template-page-home-copy #banner-slider p, .page-template-page-copy-of-home #banner-slider h2, .page-template-page-copy-of-home #banner-slider p {
    font-size: 40px;
    line-height: 50px;
  }
  .home #banner-slider .btn, .page-template-page-home-copy #banner-slider .btn, .page-template-page-copy-of-home #banner-slider .btn {
    margin: 3rem 0 0 0;
  }
  .home #banner-slider .slick-dots, .page-template-page-home-copy #banner-slider .slick-dots, .page-template-page-copy-of-home #banner-slider .slick-dots {
    position: absolute;
    bottom: 120px;
    margin-left: 1.25rem;
    left: auto;
    transform: none;
    padding: 0px 0px 0px 5px;
  }
  .home #banner-slider .absolute:before, .page-template-page-home-copy #banner-slider .absolute:before, .page-template-page-copy-of-home #banner-slider .absolute:before {
    top: 0;
    bottom: auto;
    width: 65%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
    transform: none;
  }
  .home #banner-slider .absolute .banner-backgrounds .boundary, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .boundary, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .boundary {
    width: 600px;
    height: 600px;
    top: auto;
    bottom: 0;
    right: 0;
  }
  .home #banner-slider .absolute .banner-backgrounds .boundary #bubble:after, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .boundary #bubble:after, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .boundary #bubble:after {
    border-radius: 50%;
    mask: radial-gradient(farthest-side, transparent calc(100% - 30px), #fff 0);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 30px), #fff 0);
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 85px;
    right: 0;
    border-radius: 100%;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1 #bubble1, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1 #bubble1, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1 #bubble1 {
    position: relative;
    animation: movebubble_aroundincircle 30s linear infinite;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1 #bubble1 .img, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1 #bubble1 .img, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1 #bubble1 .img {
    top: 80px;
    right: -120px;
    width: 600px;
    height: 600px;
    transform: none;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 #bubble2, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 #bubble2, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 #bubble2 {
    position: relative;
    animation: movebubble_sideways 30s linear infinite;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 #bubble2 .img, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 #bubble2 .img, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 #bubble2 .img {
    left: -180px !important;
    width: 650px !important;
    bottom: -357px !important;
    height: 650px !important;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 .boundary_1, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 .boundary_1, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 .boundary_1 {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 .boundary_1 #bubble1 .img, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 .boundary_1 #bubble1 .img, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 .boundary_1 #bubble1 .img {
    top: 60px;
    left: 150px;
    width: 560px;
    height: 115px;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 .boundary_2, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 .boundary_2, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 .boundary_2 {
    left: auto;
    transform: none;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 .boundary_2 #bubble2, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 .boundary_2 #bubble2, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 .boundary_2 #bubble2 {
    position: relative;
    animation: movebubble_sideways 30s linear infinite;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 .boundary_1, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 .boundary_1, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 .boundary_1 {
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100%;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 .boundary_1 #bubble1, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 .boundary_1 #bubble1, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 .boundary_1 #bubble1 {
    position: relative;
    animation: movebubble_aroundincircle 30s linear infinite;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 .boundary_1 #bubble1 .img, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 .boundary_1 #bubble1 .img, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 .boundary_1 #bubble1 .img {
    bottom: -20px;
    right: -60px;
    width: 680px !important;
    height: 680px;
    top: auto;
    transform: none;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 #bubble2, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 #bubble2, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 #bubble2 {
    position: relative;
    animation: movebubble_sideways 30s linear infinite;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 #bubble2 .img, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 #bubble2 .img, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 #bubble2 .img {
    top: 0;
    left: 0;
    right: auto;
    width: 600px !important;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(1):before, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(1):before, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(1):before {
    top: -60px;
    right: 70px;
    width: 550px;
    height: 550px;
    transform: none;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(1):after, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(1):after, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(1):after {
    width: 675px;
    height: 675px;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(2):before, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(2):before, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(2):before {
    background: url("../images/gradient-circle-border-part.svg");
    top: 0;
    left: 400px;
    width: 560px;
    height: 115px;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(2):after, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(2):after, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-of-type(2):after {
    bottom: -250px;
    right: -30px;
    width: 650px;
    height: 650px;
    left: auto;
    transform: none;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-child(3):before, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide:nth-child(3):before, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-child(3):before {
    bottom: -20px;
    right: -60px;
    width: 680px;
    height: 680px;
    top: auto;
    transform: none;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-child(3):after, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide:nth-child(3):after, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide:nth-child(3):after {
    top: -350px;
    left: -180px;
    bottom: auto;
    width: 550px;
    height: 550px;
  }
  .home .book .content-right .btn, .page-template-page-home-copy .book .content-right .btn, .page-template-page-copy-of-home .book .content-right .btn {
    margin-left: 10px;
  }
  .home .book h2, .page-template-page-home-copy .book h2, .page-template-page-copy-of-home .book h2 {
    left: auto;
    transform: none;
  }
  .home .book .image, .page-template-page-home-copy .book .image, .page-template-page-copy-of-home .book .image {
    height: 530px;
  }
  .home .book .circle, .page-template-page-home-copy .book .circle, .page-template-page-copy-of-home .book .circle {
    width: 635px;
    height: 635px;
  }
  .home .book:before, .page-template-page-home-copy .book:before, .page-template-page-copy-of-home .book:before {
    display: block;
  }
  .home .about .cell:nth-of-type(2), .page-template-page-home-copy .about .cell:nth-of-type(2), .page-template-page-copy-of-home .about .cell:nth-of-type(2) {
    height: auto;
  }
  .home .about .cell:nth-of-type(2) img, .page-template-page-home-copy .about .cell:nth-of-type(2) img, .page-template-page-copy-of-home .about .cell:nth-of-type(2) img {
    position: absolute;
    right: -55%;
    top: 130px;
    transform: scale(1);
    left: auto;
    transform: none;
  }
  .home .about .title, .page-template-page-home-copy .about .title, .page-template-page-copy-of-home .about .title {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .home .about h2:nth-of-type(3):after, .home .about h2:nth-of-type(4):after, .page-template-page-home-copy .about h2:nth-of-type(3):after, .page-template-page-home-copy .about h2:nth-of-type(4):after, .page-template-page-copy-of-home .about h2:nth-of-type(3):after, .page-template-page-copy-of-home .about h2:nth-of-type(4):after {
    display: none;
  }
  .home .about .btn, .page-template-page-home-copy .about .btn, .page-template-page-copy-of-home .about .btn {
    margin-left: 10px;
  }
  .home .about.content, .page-template-page-home-copy .about.content, .page-template-page-copy-of-home .about.content {
    padding-left: 0;
    padding-right: 0;
  }
  .home .ctas, .page-template-page-home-copy .ctas, .page-template-page-copy-of-home .ctas {
    padding-left: 0;
    padding-right: 0;
  }
  .home .ctas a, .page-template-page-home-copy .ctas a, .page-template-page-copy-of-home .ctas a {
    margin-bottom: 0;
  }
  .home .ctas a:before, .page-template-page-home-copy .ctas a:before, .page-template-page-copy-of-home .ctas a:before {
    bottom: -95px;
    height: 95px;
  }
  .home .ctas a:not(:last-of-type), .page-template-page-home-copy .ctas a:not(:last-of-type), .page-template-page-copy-of-home .ctas a:not(:last-of-type) {
    margin-bottom: 0;
  }
  .home .ctas a:first-of-type, .home .ctas a:nth-of-type(5n+5), .page-template-page-home-copy .ctas a:first-of-type, .page-template-page-home-copy .ctas a:nth-of-type(5n+5), .page-template-page-copy-of-home .ctas a:first-of-type, .page-template-page-copy-of-home .ctas a:nth-of-type(5n+5) {
    height: 490px;
    display: inline-block;
  }
  .home .ctas a:nth-of-type(2), .page-template-page-home-copy .ctas a:nth-of-type(2), .page-template-page-copy-of-home .ctas a:nth-of-type(2) {
    margin-left: 10px;
  }
  .home .ctas a:nth-of-type(3), .page-template-page-home-copy .ctas a:nth-of-type(3), .page-template-page-copy-of-home .ctas a:nth-of-type(3) {
    margin-left: 10px;
  }
  .home .ctas a:nth-of-type(2), .home .ctas a:nth-of-type(3), .page-template-page-home-copy .ctas a:nth-of-type(2), .page-template-page-home-copy .ctas a:nth-of-type(3), .page-template-page-copy-of-home .ctas a:nth-of-type(2), .page-template-page-copy-of-home .ctas a:nth-of-type(3) {
    height: 240px;
  }
  .home .ctas a:nth-of-type(4), .page-template-page-home-copy .ctas a:nth-of-type(4), .page-template-page-copy-of-home .ctas a:nth-of-type(4) {
    height: 240px;
    width: calc(50% - 1px);
    margin-left: 10px;
    margin-top: 10px;
  }
  .home .ctas a:first-of-type, .home .ctas a:nth-of-type(5n+5), .page-template-page-home-copy .ctas a:first-of-type, .page-template-page-home-copy .ctas a:nth-of-type(5n+5), .page-template-page-copy-of-home .ctas a:first-of-type, .page-template-page-copy-of-home .ctas a:nth-of-type(5n+5) {
    width: calc(50% - 10px);
  }
  .home .ctas a:nth-of-type(2), .home .ctas a:nth-of-type(3), .home .ctas a:nth-of-type(6n+6), .home .ctas a:nth-of-type(7n+7), .page-template-page-home-copy .ctas a:nth-of-type(2), .page-template-page-home-copy .ctas a:nth-of-type(3), .page-template-page-home-copy .ctas a:nth-of-type(6n+6), .page-template-page-home-copy .ctas a:nth-of-type(7n+7), .page-template-page-copy-of-home .ctas a:nth-of-type(2), .page-template-page-copy-of-home .ctas a:nth-of-type(3), .page-template-page-copy-of-home .ctas a:nth-of-type(6n+6), .page-template-page-copy-of-home .ctas a:nth-of-type(7n+7) {
    width: calc(25% - 6px);
  }
  .home .ctas a .content .btn, .page-template-page-home-copy .ctas a .content .btn, .page-template-page-copy-of-home .ctas a .content .btn {
    margin: 10px 0 0 0;
  }
  .home .image-banner, .page-template-page-home-copy .image-banner, .page-template-page-copy-of-home .image-banner {
    height: 400px;
  }
  .home .brands .image, .page-template-page-home-copy .brands .image, .page-template-page-copy-of-home .brands .image {
    height: 580px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .home .brands .image .logo, .page-template-page-home-copy .brands .image .logo, .page-template-page-copy-of-home .brands .image .logo {
    width: 220px;
  }
  .home .brands .image:after, .page-template-page-home-copy .brands .image:after, .page-template-page-copy-of-home .brands .image:after {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .home .brands .grid-container, .page-template-page-home-copy .brands .grid-container, .page-template-page-copy-of-home .brands .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .home .brands .brand-backgrounds, .page-template-page-home-copy .brands .brand-backgrounds, .page-template-page-copy-of-home .brands .brand-backgrounds {
    order: 1;
    padding: 0;
  }
  .home .brands .brand-backgrounds .mobile-background, .page-template-page-home-copy .brands .brand-backgrounds .mobile-background, .page-template-page-copy-of-home .brands .brand-backgrounds .mobile-background {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .home .brands .background-color_palePurple, .page-template-page-home-copy .brands .background-color_palePurple, .page-template-page-copy-of-home .brands .background-color_palePurple {
    order: 2;
    height: 580px;
  }
  .home .brands .content, .page-template-page-home-copy .brands .content, .page-template-page-copy-of-home .brands .content {
    padding: 0 25px;
  }
  .home .brands .content h2, .page-template-page-home-copy .brands .content h2, .page-template-page-copy-of-home .brands .content h2 {
    margin-bottom: 4rem;
  }
  .home .brands .content p, .page-template-page-home-copy .brands .content p, .page-template-page-copy-of-home .brands .content p {
    text-align: center;
  }
  .home .testimonials h2, .page-template-page-home-copy .testimonials h2, .page-template-page-copy-of-home .testimonials h2 {
    left: auto;
    transform: none;
  }
}
@media screen and (min-width: 850px) {
  .home .ctas a:first-of-type, .home .ctas a:nth-of-type(5n+5), .page-template-page-home-copy .ctas a:first-of-type, .page-template-page-home-copy .ctas a:nth-of-type(5n+5), .page-template-page-copy-of-home .ctas a:first-of-type, .page-template-page-copy-of-home .ctas a:nth-of-type(5n+5) {
    height: 495px;
  }
  .home .ctas a:nth-of-type(2), .home .ctas a:nth-of-type(3), .page-template-page-home-copy .ctas a:nth-of-type(2), .page-template-page-home-copy .ctas a:nth-of-type(3), .page-template-page-copy-of-home .ctas a:nth-of-type(2), .page-template-page-copy-of-home .ctas a:nth-of-type(3) {
    height: 242px;
  }
  .home .ctas a:nth-of-type(2) .content .title, .home .ctas a:nth-of-type(3) .content .title, .page-template-page-home-copy .ctas a:nth-of-type(2) .content .title, .page-template-page-home-copy .ctas a:nth-of-type(3) .content .title, .page-template-page-copy-of-home .ctas a:nth-of-type(2) .content .title, .page-template-page-copy-of-home .ctas a:nth-of-type(3) .content .title {
    margin-bottom: 0.2rem;
  }
  .home .ctas a:nth-of-type(4), .page-template-page-home-copy .ctas a:nth-of-type(4), .page-template-page-copy-of-home .ctas a:nth-of-type(4) {
    height: 242px;
  }
}
/**
* _front-page - Large.
*/
@media screen and (min-width: 1024px) {
  .blog-posts-slider .slick-list {
    overflow: visible;
  }
  .home #banner-slider .grid-container .grid-x, .page-template-page-home-copy #banner-slider .grid-container .grid-x, .page-template-page-copy-of-home #banner-slider .grid-container .grid-x {
    display: flex;
    align-items: center;
  }
  .home #banner-slider h1.banner-title1, .page-template-page-home-copy #banner-slider h1.banner-title1, .page-template-page-copy-of-home #banner-slider h1.banner-title1 {
    font-size: 28px;
    line-height: 60px;
  }
  .home #banner-slider h2, .home #banner-slider p, .page-template-page-home-copy #banner-slider h2, .page-template-page-home-copy #banner-slider p, .page-template-page-copy-of-home #banner-slider h2, .page-template-page-copy-of-home #banner-slider p {
    font-size: 50px;
  }
  .home #banner-slider .banner-content, .page-template-page-home-copy #banner-slider .banner-content, .page-template-page-copy-of-home #banner-slider .banner-content {
    margin-top: 0;
    padding: 0;
  }
  .home #banner-slider .slick-dots, .page-template-page-home-copy #banner-slider .slick-dots, .page-template-page-copy-of-home #banner-slider .slick-dots {
    bottom: 70px;
  }
  .home #banner-slider .absolute .banner-backgrounds .boundary, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .boundary, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .boundary {
    width: 700px;
    height: 700px;
    top: 0;
    bottom: auto;
  }
  .home #banner-slider .absolute .banner-backgrounds .boundary #bubble:after, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .boundary #bubble:after, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .boundary #bubble:after {
    border-radius: 50%;
    mask: radial-gradient(farthest-side, transparent calc(100% - 40px), #fff 0);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 40px), #fff 0);
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1 {
    width: 600px;
    height: 600px;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1 #bubble1 .img, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1 #bubble1 .img, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-0 .boundary_1 #bubble1 .img {
    top: -60px;
    right: 70px;
    width: 750px;
    height: 750px;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 #bubble2 .img, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 #bubble2 .img, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-1 #bubble2 .img {
    bottom: -170px;
    right: 150px;
    width: 750px;
    height: 750px;
  }
  .home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 .boundary_1, .page-template-page-home-copy #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 .boundary_1, .page-template-page-copy-of-home #banner-slider .absolute .banner-backgrounds .slick-slide .slide-2 .boundary_1 {
    width: 600px;
    height: 600px;
  }
  .home .book .cell:first-of-type, .page-template-page-home-copy .book .cell:first-of-type, .page-template-page-copy-of-home .book .cell:first-of-type {
    order: unset;
    padding: 0;
  }
  .home .ctas a:first-of-type, .home .ctas a:nth-of-type(5n+5), .page-template-page-home-copy .ctas a:first-of-type, .page-template-page-home-copy .ctas a:nth-of-type(5n+5), .page-template-page-copy-of-home .ctas a:first-of-type, .page-template-page-copy-of-home .ctas a:nth-of-type(5n+5) {
    height: 598px;
  }
  .home .ctas a:first-of-type:before, .home .ctas a:nth-of-type(5n+5):before, .page-template-page-home-copy .ctas a:first-of-type:before, .page-template-page-home-copy .ctas a:nth-of-type(5n+5):before, .page-template-page-copy-of-home .ctas a:first-of-type:before, .page-template-page-copy-of-home .ctas a:nth-of-type(5n+5):before {
    bottom: -95px;
    height: 95px;
  }
  .home .ctas a:first-of-type .content, .home .ctas a:nth-of-type(5n+5) .content, .page-template-page-home-copy .ctas a:first-of-type .content, .page-template-page-home-copy .ctas a:nth-of-type(5n+5) .content, .page-template-page-copy-of-home .ctas a:first-of-type .content, .page-template-page-copy-of-home .ctas a:nth-of-type(5n+5) .content {
    flex-direction: row !important;
  }
  .home .ctas a:nth-of-type(2), .home .ctas a:nth-of-type(3), .page-template-page-home-copy .ctas a:nth-of-type(2), .page-template-page-home-copy .ctas a:nth-of-type(3), .page-template-page-copy-of-home .ctas a:nth-of-type(2), .page-template-page-copy-of-home .ctas a:nth-of-type(3) {
    height: 303px;
  }
  .home .ctas a:nth-of-type(2):before, .home .ctas a:nth-of-type(3):before, .page-template-page-home-copy .ctas a:nth-of-type(2):before, .page-template-page-home-copy .ctas a:nth-of-type(3):before, .page-template-page-copy-of-home .ctas a:nth-of-type(2):before, .page-template-page-copy-of-home .ctas a:nth-of-type(3):before {
    bottom: -130px;
    height: 130px;
  }
  .home .ctas a:nth-of-type(4), .page-template-page-home-copy .ctas a:nth-of-type(4), .page-template-page-copy-of-home .ctas a:nth-of-type(4) {
    height: 285px;
  }
  .home .ctas a:nth-of-type(4):before, .page-template-page-home-copy .ctas a:nth-of-type(4):before, .page-template-page-copy-of-home .ctas a:nth-of-type(4):before {
    bottom: -95px;
    height: 95px;
  }
  .home .ctas a:nth-of-type(4) .content, .page-template-page-home-copy .ctas a:nth-of-type(4) .content, .page-template-page-copy-of-home .ctas a:nth-of-type(4) .content {
    flex-direction: row !important;
  }
  .home .ctas a .content, .page-template-page-home-copy .ctas a .content, .page-template-page-copy-of-home .ctas a .content {
    bottom: 30px;
  }
  .home .ctas a .content .title, .page-template-page-home-copy .ctas a .content .title, .page-template-page-copy-of-home .ctas a .content .title {
    font-size: 20px;
  }
  .home .ctas a .content .btn, .page-template-page-home-copy .ctas a .content .btn, .page-template-page-copy-of-home .ctas a .content .btn {
    margin: 0 0 0 50px;
  }
  .home .about .cell:nth-of-type(2) img, .page-template-page-home-copy .about .cell:nth-of-type(2) img, .page-template-page-copy-of-home .about .cell:nth-of-type(2) img {
    right: -50%;
  }
  .home .image-banner, .page-template-page-home-copy .image-banner, .page-template-page-copy-of-home .image-banner {
    height: 550px;
  }
  .home .brands .content, .page-template-page-home-copy .brands .content, .page-template-page-copy-of-home .brands .content {
    padding: 0 60px;
  }
}
/**
* _front-page - XL.
*/
@media screen and (min-width: 1200px) {
  .home .ctas a:first-of-type, .home .ctas a:nth-of-type(5n+5), .page-template-page-home-copy .ctas a:first-of-type, .page-template-page-home-copy .ctas a:nth-of-type(5n+5), .page-template-page-copy-of-home .ctas a:first-of-type, .page-template-page-copy-of-home .ctas a:nth-of-type(5n+5) {
    height: 598px;
  }
  .home .ctas a:nth-of-type(2), .home .ctas a:nth-of-type(3), .page-template-page-home-copy .ctas a:nth-of-type(2), .page-template-page-home-copy .ctas a:nth-of-type(3), .page-template-page-copy-of-home .ctas a:nth-of-type(2), .page-template-page-copy-of-home .ctas a:nth-of-type(3) {
    height: 303px;
  }
  .home .ctas a:nth-of-type(4), .page-template-page-home-copy .ctas a:nth-of-type(4), .page-template-page-copy-of-home .ctas a:nth-of-type(4) {
    height: 285px;
  }
  .home .about .cell:nth-of-type(2) img, .page-template-page-home-copy .about .cell:nth-of-type(2) img, .page-template-page-copy-of-home .about .cell:nth-of-type(2) img {
    right: -750px;
  }
}
/**
* _front-page - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _contact-page - Small.
*/
.page-template-page-contact .form .circle {
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
}
.page-template-page-contact .form form {
  margin-top: 60px;
}

/**
* _contact-page - Medium.
*/
/**
* _contact-page - Large.
*/
/**
* _contact-page - XL.
*/
/**
* _contact-page - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _eyewear-brands-page - Small.
*/
.page-template-page-eyewear-brands .listing .brand {
  overflow: hidden;
  position: relative;
  display: inline-block;
  height: 565px;
  width: 50%;
  float: left;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
}
.page-template-page-eyewear-brands .listing .brand .image {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  transition: all 0.25s ease-in-out;
}
.page-template-page-eyewear-brands .listing .brand:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.45;
  top: 0;
  left: 0;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
}
.page-template-page-eyewear-brands .listing .brand:hover {
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
}
.page-template-page-eyewear-brands .listing .brand:hover .image {
  transform: scale(1.1);
  transition: all 0.25s ease-in-out;
}
.page-template-page-eyewear-brands .listing .brand:hover:after {
  opacity: 0.2;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
}
.page-template-page-eyewear-brands .listing .brand .logo {
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 210px;
}
.page-template-page-eyewear-brands .listing .brand:first-of-type, .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+1) {
  height: 565px;
  width: calc(50% - 10px);
  margin: 0 10px 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(2), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+2) {
  width: calc(25% - 5px);
  height: 300px;
  margin: 0 10px 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(3), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+3) {
  width: calc(25% - 5px);
  height: 300px;
  margin: 0 0 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(4), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+4) {
  clear: both;
  width: calc(50% - 10px);
  height: 300px;
  margin: 0 10px 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(5), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+5) {
  float: unset;
  margin: 0 0 5px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(6), .page-template-page-eyewear-brands .listing .brand:nth-of-type(7), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+6), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+7) {
  width: calc(25% - 10px);
  height: 300px;
  margin: 0 10px 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(8), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+8) {
  width: 50%;
  height: 300px;
  margin: 0 0 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(25), .page-template-page-eyewear-brands .listing .brand:nth-of-type(25n+25) {
  width: calc(50% - 10px);
  height: 277px;
  margin: 0 10px 0px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(26), .page-template-page-eyewear-brands .listing .brand:nth-of-type(26n+26) {
  height: 565px;
  width: 50%;
  margin: 0 0 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(27), .page-template-page-eyewear-brands .listing .brand:nth-of-type(27n+27) {
  width: calc(50% - 10px);
  height: 277px;
  margin: -287px 10px 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(28), .page-template-page-eyewear-brands .listing .brand:nth-of-type(28n+28) {
  width: calc(25% - 10px);
  height: 300px;
  margin: 0 10px 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(29), .page-template-page-eyewear-brands .listing .brand:nth-of-type(29n+29) {
  width: 50%;
  height: 300px;
  margin: 0 0 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(31), .page-template-page-eyewear-brands .listing .brand:nth-of-type(31n+31) {
  height: 565px;
  width: calc(50% - 10px);
  margin: -6px 10px 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(32), .page-template-page-eyewear-brands .listing .brand:nth-of-type(32n+32) {
  width: calc(25% - 5px);
  height: 300px;
  margin: -5px 10px 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(33), .page-template-page-eyewear-brands .listing .brand:nth-of-type(33n+33) {
  width: calc(25% - 5px);
  height: 300px;
  margin: -5px 0 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(34), .page-template-page-eyewear-brands .listing .brand:nth-of-type(34n+34) {
  height: 565px;
  width: 50%;
  margin: 0 0 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(35), .page-template-page-eyewear-brands .listing .brand:nth-of-type(35n+35) {
  width: calc(50% - 10px);
  height: 300px;
  margin: -310px 10px 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(36), .page-template-page-eyewear-brands .listing .brand:nth-of-type(36n+36) {
  width: calc(25% - 5px);
  height: 300px;
  margin: 0 10px 10px 0;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(37), .page-template-page-eyewear-brands .listing .brand:nth-of-type(37n+37) {
  width: calc(25% - 15px);
  height: 300px;
  margin: 0 10px 10px 0;
  float: left;
}
.page-template-page-eyewear-brands .listing .brand:nth-of-type(38), .page-template-page-eyewear-brands .listing .brand:nth-of-type(38n+38) {
  width: 50%;
  height: 300px;
  margin: 0 0 10px 0;
}

/**
* _eyewear-brands-page - Medium.
*/
/**
* _eyewear-brands-page - Large.
*/
/**
* _eyewear-brands-page - XL.
*/
/**
* _eyewear-brands-page - XXL.
*/
@media screen and (max-width: 1024px) {
  .page-template-page-eyewear-brands .listing .brand:first-of-type, .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+1) {
    height: 515px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(2), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+2) {
    height: 250px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(3), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+3) {
    height: 250px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(4), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+4) {
    height: 250px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(5), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+5) {
    height: 515px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(6), .page-template-page-eyewear-brands .listing .brand:nth-of-type(7), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+6), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+7) {
    height: 250px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(8), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+8) {
    height: 250px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(25), .page-template-page-eyewear-brands .listing .brand:nth-of-type(25n+25) {
    height: 250px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(26), .page-template-page-eyewear-brands .listing .brand:nth-of-type(26n+26) {
    height: 515px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(27), .page-template-page-eyewear-brands .listing .brand:nth-of-type(27n+27) {
    height: 255px;
    margin: -265px 10px 10px 0;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(28), .page-template-page-eyewear-brands .listing .brand:nth-of-type(28n+28) {
    width: calc(25% - 10px);
    height: 250px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(29), .page-template-page-eyewear-brands .listing .brand:nth-of-type(29n+29) {
    height: 250px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(31), .page-template-page-eyewear-brands .listing .brand:nth-of-type(31n+31) {
    height: 515px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(32), .page-template-page-eyewear-brands .listing .brand:nth-of-type(32n+32) {
    height: 250px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(33), .page-template-page-eyewear-brands .listing .brand:nth-of-type(33n+33) {
    height: 250px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(34), .page-template-page-eyewear-brands .listing .brand:nth-of-type(34n+34) {
    height: 515px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(35), .page-template-page-eyewear-brands .listing .brand:nth-of-type(35n+35) {
    height: 250px !important;
    margin: -260px 10px 10px 0;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(36), .page-template-page-eyewear-brands .listing .brand:nth-of-type(36n+36) {
    height: 250px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(37), .page-template-page-eyewear-brands .listing .brand:nth-of-type(37n+37) {
    height: 250px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(38), .page-template-page-eyewear-brands .listing .brand:nth-of-type(38n+38) {
    height: 250px;
  }
}
@media screen and (max-width: 850px) {
  .page-template-page-eyewear-brands .listing .brand:first-of-type, .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+1) {
    height: 450px;
  }
  .page-template-page-eyewear-brands .listing .brand:first-of-type .logo, .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+1) .logo {
    width: 200px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(2), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+2) {
    height: 185px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(2) .logo, .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+2) .logo {
    width: 100px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(3), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+3) {
    height: 185px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(3) .logo, .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+3) .logo {
    width: 100px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(4), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+4) {
    height: 185px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(4) .logo, .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+4) .logo {
    width: 150px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(5), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+5) {
    height: 450px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(5) .logo, .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+5) .logo {
    width: 200px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(6), .page-template-page-eyewear-brands .listing .brand:nth-of-type(7), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+6), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+7) {
    height: 185px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(6) .logo, .page-template-page-eyewear-brands .listing .brand:nth-of-type(7) .logo, .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+6) .logo, .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+7) .logo {
    width: 100px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(8), .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+8) {
    height: 185px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(8) .logo, .page-template-page-eyewear-brands .listing .brand:nth-of-type(8n+8) .logo {
    width: 150px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(25), .page-template-page-eyewear-brands .listing .brand:nth-of-type(25n+25) {
    height: 220px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(26), .page-template-page-eyewear-brands .listing .brand:nth-of-type(26n+26) {
    height: 450px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(27), .page-template-page-eyewear-brands .listing .brand:nth-of-type(27n+27) {
    height: 220px;
    margin: -230px 10px 10px 0;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(29), .page-template-page-eyewear-brands .listing .brand:nth-of-type(29n+29) {
    height: 185px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(31), .page-template-page-eyewear-brands .listing .brand:nth-of-type(31n+31) {
    height: 450px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(33), .page-template-page-eyewear-brands .listing .brand:nth-of-type(33n+33) {
    height: 185px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(34), .page-template-page-eyewear-brands .listing .brand:nth-of-type(34n+34) {
    height: 450px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(34) .logo, .page-template-page-eyewear-brands .listing .brand:nth-of-type(34n+34) .logo {
    width: 200px;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(35), .page-template-page-eyewear-brands .listing .brand:nth-of-type(35n+35) {
    height: 187px !important;
    margin: -197px 10px 10px 0;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(37), .page-template-page-eyewear-brands .listing .brand:nth-of-type(37n+37) {
    height: 185px !important;
  }
  .page-template-page-eyewear-brands .listing .brand:nth-of-type(37) .logo, .page-template-page-eyewear-brands .listing .brand:nth-of-type(37n+37) .logo {
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .page-template-page-eyewear-brands .listing .brand {
    width: 100% !important;
  }
}
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _eyewear-brands-2-page - Small.
*/
.page-template-page-eyewear-brands-2 .listing {
  /**
  * Container/Target Styles
  */
  /**
  * Fail message styles
  */
}
.page-template-page-eyewear-brands-2 .listing .container {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.page-template-page-eyewear-brands-2 .listing .container .mix, .page-template-page-eyewear-brands-2 .listing .container .gap {
  display: inline-block;
  float: left;
  height: 375px;
  width: calc(33% - 10px);
  margin: 0 10px 10px 0;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.page-template-page-eyewear-brands-2 .listing .container .mix .image, .page-template-page-eyewear-brands-2 .listing .container .gap .image {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  transition: all 0.25s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-eyewear-brands-2 .listing .container .mix:after, .page-template-page-eyewear-brands-2 .listing .container .gap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.15;
  top: 0;
  left: 0;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
}
.page-template-page-eyewear-brands-2 .listing .container .mix:hover, .page-template-page-eyewear-brands-2 .listing .container .gap:hover {
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
}
.page-template-page-eyewear-brands-2 .listing .container .mix:hover .image, .page-template-page-eyewear-brands-2 .listing .container .gap:hover .image {
  transform: scale(1.1);
  transition: all 0.25s ease-in-out;
}
.page-template-page-eyewear-brands-2 .listing .container .mix:hover:after, .page-template-page-eyewear-brands-2 .listing .container .gap:hover:after {
  opacity: 0.2;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
}
.page-template-page-eyewear-brands-2 .listing .container .mix .logo, .page-template-page-eyewear-brands-2 .listing .container .gap .logo {
  height: auto;
  bottom: 35px;
  left: 35px;
  z-index: 2;
  max-width: 115px;
}
.page-template-page-eyewear-brands-2 .listing .container .mix:nth-of-type(4n+1), .page-template-page-eyewear-brands-2 .listing .container .gap:nth-of-type(4n+1) {
  height: 610px;
  width: calc(50% - 15px);
  margin: 5px;
}
.page-template-page-eyewear-brands-2 .listing .container .mix:nth-of-type(4n+2), .page-template-page-eyewear-brands-2 .listing .container .gap:nth-of-type(4n+2) {
  width: calc(25% - 10px);
  height: 300px;
  margin: 5px;
}
.page-template-page-eyewear-brands-2 .listing .container .mix:nth-of-type(4n+3), .page-template-page-eyewear-brands-2 .listing .container .gap:nth-of-type(4n+3) {
  width: calc(25% - 10px);
  height: 300px;
  margin: 5px;
}
.page-template-page-eyewear-brands-2 .listing .container .mix:nth-of-type(4n+4), .page-template-page-eyewear-brands-2 .listing .container .gap:nth-of-type(4n+4) {
  width: calc(50% - 10px);
  height: 300px;
  margin: 5px;
}
.page-template-page-eyewear-brands-2 .listing .container .mix {
  display: none;
}
.page-template-page-eyewear-brands-2 .listing .container .fail-message {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 150ms;
}
.page-template-page-eyewear-brands-2 .listing .container .fail-message:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.page-template-page-eyewear-brands-2 .listing .container .fail-message span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
}
.page-template-page-eyewear-brands-2 .listing .container.fail .fail-message {
  opacity: 1;
  pointer-events: auto;
}
.page-template-page-eyewear-brands-2 .listing .controls {
  position: relative;
  z-index: 9;
}
.page-template-page-eyewear-brands-2 .listing .controls .filter-label {
  display: inline-block;
}
.page-template-page-eyewear-brands-2 .listing .controls .filter-label p {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-family: "Gotham-Black";
  color: #002453;
  min-width: 230px;
  text-align: left;
  margin-bottom: 0rem;
}
.page-template-page-eyewear-brands-2 .listing .controls .filter-label p:after {
  content: "";
  position: absolute;
  display: block;
  background: #F3F9FB;
  min-height: 50px;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  margin: 0 0 0 -10px;
  transform: translate(0%, -50%);
  border-radius: 1px;
}
.page-template-page-eyewear-brands-2 .listing .controls .dropdown {
  display: inline-block;
}
.page-template-page-eyewear-brands-2 .listing .controls .dropdown p {
  font-family: "Gotham-Black";
  color: #1D1D1D;
  font-size: 16px;
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}
.page-template-page-eyewear-brands-2 .listing .controls .accordion {
  list-style: none;
  min-width: 250px;
  width: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  display: inline-block;
}
.page-template-page-eyewear-brands-2 .listing .controls .accordion .accordion-item.is-active .accordion-title {
  background: none;
  border-color: #002453;
}
.page-template-page-eyewear-brands-2 .listing .controls .accordion .accordion-item.is-active .accordion-title:before {
  color: #002453;
  opacity: 0.5;
}
.page-template-page-eyewear-brands-2 .listing .controls .accordion .accordion-title {
  font-family: "Gotham-Book";
  color: #1D1D1D;
  font-size: 16px;
  border: 2px solid #E6E6E6;
  border-radius: 5px;
  padding: 1rem;
  transition: all 0.25s ease-in-out;
}
.page-template-page-eyewear-brands-2 .listing .controls .accordion .accordion-title:before {
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #E6E6E6;
  font-size: 25px;
  margin-top: -10px;
  transition: all 0.25s ease-in-out;
}
.page-template-page-eyewear-brands-2 .listing .controls .accordion .accordion-title:hover {
  background: none;
  border-color: #002453;
}
.page-template-page-eyewear-brands-2 .listing .controls .accordion .accordion-title:hover:before {
  color: #002453;
  opacity: 0.5;
}
.page-template-page-eyewear-brands-2 .listing .controls .accordion .accordion-title:focus {
  background: none;
}
.page-template-page-eyewear-brands-2 .listing .controls .accordion .accordion-content {
  position: absolute;
  width: 100%;
  border: 2px solid #E6E6E6;
  border-radius: 5px;
  margin-top: 5px;
  padding-bottom: 35px;
}
.page-template-page-eyewear-brands-2 .listing .controls label {
  font-weight: 300;
}
.page-template-page-eyewear-brands-2 .listing .controls fieldset {
  display: inline-block;
  vertical-align: top;
  background: none;
  border-radius: 3px;
}
.page-template-page-eyewear-brands-2 .listing .controls .checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}
.page-template-page-eyewear-brands-2 .listing .controls .checkbox input[type=checkbox] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 1;
}
.page-template-page-eyewear-brands-2 .listing .controls .checkbox label {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 1.5em;
  font-family: "Gotham-Book";
}
.page-template-page-eyewear-brands-2 .listing .controls .checkbox label:before, .page-template-page-eyewear-brands-2 .listing .controls .checkbox label:after {
  content: "";
  display: block;
  position: absolute;
}
.page-template-page-eyewear-brands-2 .listing .controls .checkbox label:before {
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 1px solid #002453;
  border-radius: 2px;
}
.page-template-page-eyewear-brands-2 .listing .controls .checkbox label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #002453;
  opacity: 0;
  pointer-events: none;
}
.page-template-page-eyewear-brands-2 .listing .controls .checkbox input:checked ~ label:after {
  opacity: 1;
}

/**
* _eyewear-brands-2-page - Medium.
*/
/**
* _eyewear-brands-2-page - Large.
*/
/**
* _eyewear-brands-2-page - XL.
*/
/**
* _eyewear-brands-2-page - XXL.
*/
@media screen and (max-width: 1024px) {
  .page-template-page-eyewear-brands-2 .listing {
    /**
    * Container/Target Styles
    */
  }
  .page-template-page-eyewear-brands-2 .listing .controls .filter-label {
    display: block;
  }
  .page-template-page-eyewear-brands-2 .listing .controls .dropdown {
    margin-top: 25px;
  }
  .page-template-page-eyewear-brands-2 .listing .controls .dropdown p, .page-template-page-eyewear-brands-2 .listing .controls .dropdown .accordion {
    margin-left: 0;
  }
  .page-template-page-eyewear-brands-2 .listing .container .mix:nth-of-type(4n+1), .page-template-page-eyewear-brands-2 .listing .container .gap:nth-of-type(4n+1) {
    height: 520px;
  }
  .page-template-page-eyewear-brands-2 .listing .container .mix:nth-of-type(4n+2), .page-template-page-eyewear-brands-2 .listing .container .gap:nth-of-type(4n+2) {
    height: 255px;
  }
  .page-template-page-eyewear-brands-2 .listing .container .mix:nth-of-type(4n+3), .page-template-page-eyewear-brands-2 .listing .container .gap:nth-of-type(4n+3) {
    height: 255px;
  }
  .page-template-page-eyewear-brands-2 .listing .container .mix:nth-of-type(4n+4), .page-template-page-eyewear-brands-2 .listing .container .gap:nth-of-type(4n+4) {
    height: 255px;
  }
}
@media screen and (max-width: 640px) {
  .page-template-page-eyewear-brands-2 .listing .controls {
    flex-direction: column;
    display: inline-flex;
  }
  .page-template-page-eyewear-brands-2 .listing .controls .accordion {
    margin-left: 0;
  }
  .page-template-page-eyewear-brands-2 .listing .controls .accordion#GenderDropdown {
    position: relative;
    z-index: 2;
  }
  .page-template-page-eyewear-brands-2 .listing .brand {
    width: 100% !important;
  }
}
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _about-page - Small.
*/
.page-template-page-about .about h2:nth-of-type(1), .page-template-page-about .about h2:nth-of-type(2) {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.page-template-page-about .about h2:nth-of-type(1):after, .page-template-page-about .about h2:nth-of-type(2):after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 105%;
  height: 60%;
  background: #004EC3;
  opacity: 0.25;
  z-index: -1;
  transform: translateX(-50%);
}
.page-template-page-about .about .eye-image {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  border: 10px solid #002453;
  border-radius: 100%;
  bottom: -500px;
  right: -35px;
  z-index: 2;
  transform: translateX(-50%);
  left: 50%;
}
.page-template-page-about .about .circle {
  width: 600px;
  height: 600px;
  right: -60px;
  top: -70px;
  background: #002453;
  left: 50% !important;
  transform: translateX(-50%);
  top: 20px;
}
.page-template-page-about .about img {
  right: -650px;
  top: 130px;
}
.page-template-page-about .about .members p {
  font-family: "Gotham-Bold";
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.page-template-page-about .about .members ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  max-width: 270px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: space-evenly;
}
.page-template-page-about .about .members ul li {
  list-style: none;
}
.page-template-page-about .about .members ul li img {
  top: auto;
  right: auto;
  width: auto;
  height: 75px;
}
.page-template-page-about .about .background-color_palePurple,
.page-template-page-about .about .background-color_paleBlue {
  min-height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  left: 0;
}
.page-template-page-about .about:nth-of-type(2) {
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.page-template-page-about .about:nth-of-type(3) {
  padding-top: 320px;
}
.page-template-page-about .image-banner {
  height: 350px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.page-template-page-about .contact * {
  color: #FEFEFE;
  font-family: "Gotham-Medium";
}
.page-template-page-about .contact .cell {
  justify-content: space-between;
}
.page-template-page-about .contact p {
  margin-bottom: 0 !important;
  text-align: center;
}
.page-template-page-about .contact img {
  margin: 10px 10px 10px 0;
  width: 16px;
}
.page-template-page-about .contact span {
  font-size: 20px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.page-template-page-about .contact a {
  position: relative;
  display: inline-block;
  line-height: 20px;
  transition: 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.page-template-page-about .contact a:before, .page-template-page-about .contact a:after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
.page-template-page-about .contact a:before {
  background-color: rgba(254, 254, 254, 0.4);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.page-template-page-about .contact a:after {
  background-color: #fefefe;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.page-template-page-about .contact a:hover:before, .page-template-page-about .contact a:hover:after {
  width: 100%;
  left: 0;
}
.page-template-page-about .team {
  padding-bottom: 150px;
}
.page-template-page-about .team .circle {
  top: -350px;
  right: -200px;
}
.page-template-page-about .team h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-page-about .team h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 105%;
  height: 60%;
  background: #00A5B5;
  opacity: 0.25;
  z-index: -1;
  transform: translateX(-50%);
}
.page-template-page-about .team .image, .page-template-page-about .team .content {
  width: 100%;
  height: 500px;
  float: left;
}
.page-template-page-about .team .image {
  position: relative;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.page-template-page-about .team .content {
  margin: 20px 0px 0px 0px;
  height: auto;
}
.page-template-page-about .team .content p {
  margin-bottom: 0;
}
.page-template-page-about .team .content .name {
  font-family: "Gotham-Bold";
}
.page-template-page-about .team .content .bio {
  font-family: "Gotham-Book";
  color: #002453;
}
.page-template-page-about .team .team-slider {
  width: 100%;
}
.page-template-page-about .team .slick-list {
  overflow: visible;
}
.page-template-page-about .team .slick-slide {
  padding: 0 20px;
  width: 350px;
}
.page-template-page-about .team .slick-track {
  margin-left: 10px;
}
.page-template-page-about .team .slick-next, .page-template-page-about .team .slick-prev {
  cursor: pointer;
  position: absolute;
  bottom: -70px;
  top: auto;
  transform: none;
  width: 40px;
  height: 40px;
  z-index: 1;
  margin-left: 40px;
}
.page-template-page-about .team .slick-next:before, .page-template-page-about .team .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #002453;
}
.page-template-page-about .team .slick-next:after, .page-template-page-about .team .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  background: #002453;
  opacity: 0.1;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-page-about .team .slick-prev {
  left: 0px;
}
.page-template-page-about .team .slick-prev:before {
  content: "\f060";
}
.page-template-page-about .team .slick-next {
  left: 50px;
}
.page-template-page-about .team .slick-next:before {
  content: "\f061";
}
.page-template-page-about .team .slick-dots {
  bottom: -50px;
  display: flex !important;
  padding-left: 10px;
  margin-left: 225px;
}
.page-template-page-about .team .slick-dots li {
  display: block;
  width: 95px;
  margin: 0 -7px;
}
.page-template-page-about .team .slick-dots li .dot {
  position: relative;
}
.page-template-page-about .team .slick-dots li .dot:before {
  width: 100%;
  font-size: 65px;
  content: "\f86c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  color: #F3F9FB;
  transition: all 0.25s ease-in-out;
}
.page-template-page-about .team .slick-dots li.slick-active .dot:before {
  color: #002453;
}
.page-template-page-about .about-2 {
  padding-left: 25px;
  padding-right: 25px;
}
.page-template-page-about .about-2 h2:after {
  background: #00A5B5 !important;
}
.page-template-page-about .about-2 img {
  position: relative;
  top: auto;
  right: auto;
}
.page-template-page-about .about-2 img.aligncenter {
  left: 50%;
  transform: translateX(-50%);
}
.page-template-page-about .about-2 .cell:first-of-type {
  margin-bottom: 20px;
}
.page-template-page-about .about-2 .btn {
  margin-left: 10px;
}
.page-template-page-about .mission {
  height: 450px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.page-template-page-about .mission .grid-container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.page-template-page-about .mission .grid-container .grid-x {
  height: 100%;
}
.page-template-page-about .mission .grid-container .grid-x * {
  color: #FEFEFE;
}
.page-template-page-about .mission .overlay {
  background: #1D1D1D;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-template-page-about .about-3 {
  height: 650px;
  margin-bottom: 600px;
}
.page-template-page-about .about-3 .heading * {
  color: #FEFEFE;
}
.page-template-page-about .about-3 .heading h2:after {
  background: #FEFEFE;
}
.page-template-page-about .about-3 .content {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
}
.page-template-page-about .about-3 .content * {
  color: #1D1D1D;
}
.page-template-page-about .about-3 .image img {
  width: 500px;
  position: relative;
  right: -25px;
  bottom: -20px;
  top: auto;
  transform: none;
}

@media screen and (max-width: 850px) {
  .page-template-page-about .about .eye-image {
    width: 350px !important;
    height: 350px !important;
    bottom: -450px !important;
    right: -50px !important;
  }
  .page-template-page-about .about .circle {
    width: 380px !important;
    height: 380px !important;
    right: -65px !important;
  }
}
@media screen and (max-width: 640px) {
  .page-template-page-about .about .eye-image {
    bottom: -385px !important;
  }
}
/**
* _about-page - Medium.
*/
@media screen and (min-width: 640px) {
  .page-template-page-about .about .eye-image {
    width: 400px;
    height: 400px;
    bottom: -500px;
    right: -35px;
  }
  .page-template-page-about .about .circle {
    width: 415px;
    height: 415px;
    right: -45px;
    top: 80px;
  }
  .page-template-page-about .about:nth-of-type(2) {
    margin-bottom: 0;
  }
  .page-template-page-about .about:nth-of-type(3) {
    padding-top: 60px;
  }
  .page-template-page-about .about .members p {
    margin-bottom: 0;
    width: 250px;
    text-align: left;
  }
  .page-template-page-about .image-banner {
    height: 400px;
  }
  .page-template-page-about .team {
    padding-bottom: 90px;
  }
  .page-template-page-about .team .slick-next, .page-template-page-about .team .slick-prev {
    margin-left: 100px;
    bottom: 35px;
  }
  .page-template-page-about .team .slick-track {
    margin-left: 75px;
  }
  .page-template-page-about .mission {
    height: 450px;
  }
  .page-template-page-about .about-3 {
    height: 750px;
    margin-bottom: 380px;
  }
  .page-template-page-about .about-3 .content {
    padding-left: 65px;
    padding-right: 0;
  }
  .page-template-page-about .about-3 .image img {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
/**
* _about-page - Large.
*/
@media screen and (min-width: 1024px) {
  .page-template-page-about .about .eye-image {
    width: 550px;
    height: 550px;
    bottom: -500px;
    right: -35px;
  }
  .page-template-page-about .about .circle {
    width: 600px;
    height: 600px;
    right: -60px;
    top: -70px;
  }
  .page-template-page-about .about:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-about .image-banner {
    height: 550px;
  }
  .page-template-page-about .team {
    padding-bottom: 120px;
  }
  .page-template-page-about .mission {
    height: 550px;
  }
  .page-template-page-about .about-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-about .about-2 .cell:first-of-type {
    margin-bottom: 0;
  }
  .page-template-page-about .about-3 .image img {
    right: 0;
  }
}
/**
* _about-page - XL.
*/
@media screen and (min-width: 1200px) {
  .page-template-page-about .about .eye-image {
    width: 550px;
    height: 550px;
  }
}
/**
* _about-page - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _eyecare-page - Small.
*/
.page-template-page-eyecare .section-anchors, .page-template-page-eyecare .sub-pages, .page-template-page-default .section-anchors, .page-template-page-default .sub-pages {
  position: relative;
  top: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 50px;
}
.page-template-page-eyecare .section-anchors.mobile-dropdown, .page-template-page-eyecare .sub-pages.mobile-dropdown, .page-template-page-default .section-anchors.mobile-dropdown, .page-template-page-default .sub-pages.mobile-dropdown {
  border: none;
  list-style: none;
  margin: 0 0 20px 0;
}
.page-template-page-eyecare .section-anchors.mobile-dropdown .title-bar, .page-template-page-eyecare .sub-pages.mobile-dropdown .title-bar, .page-template-page-default .section-anchors.mobile-dropdown .title-bar, .page-template-page-default .sub-pages.mobile-dropdown .title-bar {
  margin-bottom: 20px;
  background: #002453;
}
.page-template-page-eyecare .section-anchors.mobile-dropdown .title-bar .title-bar-title, .page-template-page-eyecare .sub-pages.mobile-dropdown .title-bar .title-bar-title, .page-template-page-default .section-anchors.mobile-dropdown .title-bar .title-bar-title, .page-template-page-default .sub-pages.mobile-dropdown .title-bar .title-bar-title {
  color: #f7eef3;
  font-size: 16px;
  font-family: "Gotham-Book";
}
.page-template-page-eyecare .section-anchors.mobile-dropdown .title-bar .menu-icon, .page-template-page-eyecare .sub-pages.mobile-dropdown .title-bar .menu-icon, .page-template-page-default .section-anchors.mobile-dropdown .title-bar .menu-icon, .page-template-page-default .sub-pages.mobile-dropdown .title-bar .menu-icon {
  width: 25px;
  height: 18px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #f7eef3;
}
.page-template-page-eyecare .section-anchors.mobile-dropdown .title-bar .menu-icon:after, .page-template-page-eyecare .sub-pages.mobile-dropdown .title-bar .menu-icon:after, .page-template-page-default .section-anchors.mobile-dropdown .title-bar .menu-icon:after, .page-template-page-default .sub-pages.mobile-dropdown .title-bar .menu-icon:after {
  color: #f7eef3;
}
.page-template-page-eyecare .section-anchors.mobile-dropdown .title-bar .menu-icon:hover, .page-template-page-eyecare .section-anchors.mobile-dropdown .title-bar .menu-icon:focus, .page-template-page-eyecare .sub-pages.mobile-dropdown .title-bar .menu-icon:hover, .page-template-page-eyecare .sub-pages.mobile-dropdown .title-bar .menu-icon:focus, .page-template-page-default .section-anchors.mobile-dropdown .title-bar .menu-icon:hover, .page-template-page-default .section-anchors.mobile-dropdown .title-bar .menu-icon:focus, .page-template-page-default .sub-pages.mobile-dropdown .title-bar .menu-icon:hover, .page-template-page-default .sub-pages.mobile-dropdown .title-bar .menu-icon:focus {
  transition: all 0.25s ease-in-out;
}
.page-template-page-eyecare .section-anchors.mobile-dropdown .title-bar .menu-icon:hover:after, .page-template-page-eyecare .section-anchors.mobile-dropdown .title-bar .menu-icon:focus:after, .page-template-page-eyecare .sub-pages.mobile-dropdown .title-bar .menu-icon:hover:after, .page-template-page-eyecare .sub-pages.mobile-dropdown .title-bar .menu-icon:focus:after, .page-template-page-default .section-anchors.mobile-dropdown .title-bar .menu-icon:hover:after, .page-template-page-default .section-anchors.mobile-dropdown .title-bar .menu-icon:focus:after, .page-template-page-default .sub-pages.mobile-dropdown .title-bar .menu-icon:hover:after, .page-template-page-default .sub-pages.mobile-dropdown .title-bar .menu-icon:focus:after {
  transition: all 0.25s ease-in-out;
}
.page-template-page-eyecare .section-anchors.mobile-dropdown p:first-child, .page-template-page-eyecare .sub-pages.mobile-dropdown p:first-child, .page-template-page-default .section-anchors.mobile-dropdown p:first-child, .page-template-page-default .sub-pages.mobile-dropdown p:first-child {
  margin: 0 0 1rem 0 !important;
}
.page-template-page-eyecare .section-anchors.mobile-dropdown p:not(:first-of-type), .page-template-page-eyecare .sub-pages.mobile-dropdown p:not(:first-of-type), .page-template-page-default .section-anchors.mobile-dropdown p:not(:first-of-type), .page-template-page-default .sub-pages.mobile-dropdown p:not(:first-of-type) {
  margin: 1rem 0;
}
.page-template-page-eyecare .section-anchors.mobile-dropdown a, .page-template-page-eyecare .sub-pages.mobile-dropdown a, .page-template-page-default .section-anchors.mobile-dropdown a, .page-template-page-default .sub-pages.mobile-dropdown a {
  padding: 0 15px;
}
.page-template-page-eyecare .section-anchors.mobile-dropdown a.active, .page-template-page-eyecare .sub-pages.mobile-dropdown a.active, .page-template-page-default .section-anchors.mobile-dropdown a.active, .page-template-page-default .sub-pages.mobile-dropdown a.active {
  margin: 2rem 0;
}
.page-template-page-eyecare .section-anchors.mobile-dropdown a.active:after, .page-template-page-eyecare .sub-pages.mobile-dropdown a.active:after, .page-template-page-default .section-anchors.mobile-dropdown a.active:after, .page-template-page-default .sub-pages.mobile-dropdown a.active:after {
  left: 0;
  margin: 0px;
  transform: translate(0, -50%);
}
.page-template-page-eyecare .section-anchors h2, .page-template-page-eyecare .sub-pages h2, .page-template-page-default .section-anchors h2, .page-template-page-default .sub-pages h2 {
  color: #002453;
  margin-bottom: 2rem;
  font-size: 25px;
}
.page-template-page-eyecare .section-anchors p, .page-template-page-eyecare .sub-pages p, .page-template-page-default .section-anchors p, .page-template-page-default .sub-pages p {
  position: relative;
  z-index: 2;
}
.page-template-page-eyecare .section-anchors a, .page-template-page-eyecare .sub-pages a, .page-template-page-default .section-anchors a, .page-template-page-default .sub-pages a {
  color: #002453;
  font-family: "Gotham-Book";
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  z-index: 1;
}
.page-template-page-eyecare .section-anchors a.active, .page-template-page-eyecare .sub-pages a.active, .page-template-page-default .section-anchors a.active, .page-template-page-default .sub-pages a.active {
  font-family: "Gotham-Black";
  line-height: 0;
  margin: 20px 0;
}
.page-template-page-eyecare .section-anchors a.active:after, .page-template-page-eyecare .sub-pages a.active:after, .page-template-page-default .section-anchors a.active:after, .page-template-page-default .sub-pages a.active:after {
  content: "";
  position: absolute;
  display: block;
  background: #F3F9FB;
  min-height: 50px;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 40%;
  top: 30%;
  margin: 0 0 0 -25px;
  transform: translate(-50%, -50%);
  border-radius: 1px;
}
.page-template-page-eyecare .section-anchors a:not(:last-of-type), .page-template-page-eyecare .sub-pages a:not(:last-of-type), .page-template-page-default .section-anchors a:not(:last-of-type), .page-template-page-default .sub-pages a:not(:last-of-type) {
  margin-bottom: 30px;
}
.page-template-page-eyecare .content-block h1, .page-template-page-eyecare .content-block h2, .page-template-page-eyecare .content-block h3, .page-template-page-eyecare .content-block h4, .page-template-page-eyecare .content-block h5, .page-template-page-eyecare .content-block h6, .page-template-page-default .content-block h1, .page-template-page-default .content-block h2, .page-template-page-default .content-block h3, .page-template-page-default .content-block h4, .page-template-page-default .content-block h5, .page-template-page-default .content-block h6 {
  margin-bottom: 2rem;
}
.page-template-page-eyecare .content-block h2, .page-template-page-default .content-block h2 {
  font-size: 25px;
}
.page-template-page-eyecare .content-block .overlay, .page-template-page-default .content-block .overlay {
  width: 125%;
  height: 100%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.page-template-page-eyecare .content-block .image, .page-template-page-default .content-block .image {
  height: 300px;
  width: 125%;
  position: relative;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.page-template-page-eyecare .booking-form, .page-template-page-default .booking-form {
  margin-top: 0;
  margin-bottom: 150px;
}
.page-template-page-eyecare .booking-form .content, .page-template-page-default .booking-form .content {
  padding: 100px 0;
}
.page-template-page-eyecare .booking-form .overlay, .page-template-page-default .booking-form .overlay {
  height: 100%;
}
.page-template-page-eyecare .blog-posts-slider .image, .page-template-page-default .blog-posts-slider .image {
  width: 100%;
  height: 265px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  margin-bottom: 3rem;
  overflow: hidden;
}
.page-template-page-eyecare .blog-posts-slider .image img, .page-template-page-default .blog-posts-slider .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.page-template-page-eyecare .blog-posts-slider h4, .page-template-page-default .blog-posts-slider h4 {
  font-family: "Gotham-Bold";
  color: #1D1D1D;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0.5rem !important;
}
.page-template-page-eyecare .blog-posts-slider .date, .page-template-page-default .blog-posts-slider .date {
  font-family: "Gotham-Book";
  color: #1D1D1D;
}
.page-template-page-eyecare .blog-posts-slider .btn, .page-template-page-default .blog-posts-slider .btn {
  margin-top: 0;
}
.page-template-page-eyecare .blog-posts-slider .post:hover .image img, .page-template-page-default .blog-posts-slider .post:hover .image img {
  transform: scale(1.1);
}
.page-template-page-eyecare .blog-posts-slider .post:hover .btn, .page-template-page-default .blog-posts-slider .post:hover .btn {
  -webkit-text-stroke: 0.5px #002453;
  background: none;
}
.page-template-page-eyecare .blog-posts-slider .post:hover .btn:after, .page-template-page-default .blog-posts-slider .post:hover .btn:after {
  transform: translate(-5px, -50%);
}
.page-template-page-eyecare .blog-posts-slider .post:hover .btn:before, .page-template-page-default .blog-posts-slider .post:hover .btn:before {
  transform: translate(20px, -50%);
}
.page-template-page-eyecare .blog-posts-slider .slick-list, .page-template-page-default .blog-posts-slider .slick-list {
  overflow: hidden;
}
.page-template-page-eyecare .blog-posts-slider .slick-slide, .page-template-page-default .blog-posts-slider .slick-slide {
  padding: 0 20px;
  width: 350px;
}
.page-template-page-eyecare .blog-posts-slider .slick-track, .page-template-page-default .blog-posts-slider .slick-track {
  margin-left: 0;
}
.page-template-page-eyecare .blog-posts-slider .slick-next, .page-template-page-eyecare .blog-posts-slider .slick-prev, .page-template-page-default .blog-posts-slider .slick-next, .page-template-page-default .blog-posts-slider .slick-prev {
  cursor: pointer;
  position: absolute;
  bottom: -55px;
  top: auto;
  transform: none;
  width: 40px;
  height: 40px;
  z-index: 1;
  margin-left: -80px;
}
.page-template-page-eyecare .blog-posts-slider .slick-next:before, .page-template-page-eyecare .blog-posts-slider .slick-prev:before, .page-template-page-default .blog-posts-slider .slick-next:before, .page-template-page-default .blog-posts-slider .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #002453;
}
.page-template-page-eyecare .blog-posts-slider .slick-next:after, .page-template-page-eyecare .blog-posts-slider .slick-prev:after, .page-template-page-default .blog-posts-slider .slick-next:after, .page-template-page-default .blog-posts-slider .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  background: #002453;
  opacity: 0.1;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-page-eyecare .blog-posts-slider .slick-prev, .page-template-page-default .blog-posts-slider .slick-prev {
  left: 100px;
}
.page-template-page-eyecare .blog-posts-slider .slick-prev:before, .page-template-page-default .blog-posts-slider .slick-prev:before {
  content: "\f060";
}
.page-template-page-eyecare .blog-posts-slider .slick-next, .page-template-page-default .blog-posts-slider .slick-next {
  left: 150px;
}
.page-template-page-eyecare .blog-posts-slider .slick-next:before, .page-template-page-default .blog-posts-slider .slick-next:before {
  content: "\f061";
}
.page-template-page-eyecare .blog-posts-slider .slick-dots, .page-template-page-default .blog-posts-slider .slick-dots {
  bottom: -50px;
  display: flex !important;
  padding-left: 10px;
  margin-left: 45px;
}
.page-template-page-eyecare .blog-posts-slider .slick-dots li, .page-template-page-default .blog-posts-slider .slick-dots li {
  display: block;
  width: 95px;
  margin: 0 -7px;
}
.page-template-page-eyecare .blog-posts-slider .slick-dots li .dot, .page-template-page-default .blog-posts-slider .slick-dots li .dot {
  position: relative;
}
.page-template-page-eyecare .blog-posts-slider .slick-dots li .dot:before, .page-template-page-default .blog-posts-slider .slick-dots li .dot:before {
  width: 100%;
  font-size: 65px;
  content: "\f86c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  color: #F3F9FB;
  transition: all 0.25s ease-in-out;
}
.page-template-page-eyecare .blog-posts-slider .slick-dots li.slick-active .dot:before, .page-template-page-default .blog-posts-slider .slick-dots li.slick-active .dot:before {
  color: #002453;
}

/**
* _eyecare-brands-page - Medium.
*/
@media screen and (min-width: 640px) {
  .page-template-page-eyecare .section-anchors, .page-template-page-eyecare .sub-pages, .page-template-page-default .section-anchors, .page-template-page-default .sub-pages {
    position: sticky;
    top: 25px;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0;
    margin-bottom: 0;
    background: #FEFEFE;
    z-index: 9999;
  }
  .page-template-page-eyecare .section-anchors:before, .page-template-page-eyecare .sub-pages:before, .page-template-page-default .section-anchors:before, .page-template-page-default .sub-pages:before {
    content: "";
    position: absolute;
    left: -1000px;
    top: 0;
    width: 1000px;
    height: 100%;
    background: #FEFEFE;
  }
  .page-template-page-eyecare .blog-posts-slider .slick-track, .page-template-page-default .blog-posts-slider .slick-track {
    margin-left: -100px;
  }
  .page-template-page-eyecare .blog-posts-slider .slick-next, .page-template-page-eyecare .blog-posts-slider .slick-prev, .page-template-page-default .blog-posts-slider .slick-next, .page-template-page-default .blog-posts-slider .slick-prev {
    bottom: 50px;
  }
  .page-template-page-eyecare .blog-posts-slider .slick-prev, .page-template-page-default .blog-posts-slider .slick-prev {
    left: 0;
  }
  .page-template-page-eyecare .blog-posts-slider .slick-next, .page-template-page-default .blog-posts-slider .slick-next {
    left: 50px;
  }
  .page-template-page-eyecare .content-block .image, .page-template-page-default .content-block .image {
    height: 440px;
  }
}
/**
* _eyecare-brands-page - Large.
*/
@media screen and (min-width: 1024px) {
  .page-template-page-eyecare .blog-posts-slider, .page-template-page-default .blog-posts-slider {
    margin-left: 0;
  }
  .page-template-page-eyecare .blog-posts-slider .slick-list, .page-template-page-default .blog-posts-slider .slick-list {
    overflow: visible;
  }
  .page-template-page-eyecare .blog-posts-heading, .page-template-page-default .blog-posts-heading {
    position: relative;
    left: -95px;
  }
}
/**
* _eyecare-brands-page - XL.
*/
/**
* _eyecare-page - XXL.
*/
@media screen and (max-width: 640px) {
  .page-template-page-eyecare#wrapper-inner, .page-template-page-default#wrapper-inner {
    overflow-x: hidden;
  }
  .page-template-page-eyecare .blog-posts-slider, .page-template-page-default .blog-posts-slider {
    margin-bottom: 60px;
  }
  .page-template-page-eyecare .blog-posts-slider .slick-slide, .page-template-page-default .blog-posts-slider .slick-slide {
    padding: 0 10px;
  }
  .page-template-page-eyecare .blog-posts-slider .slick-prev, .page-template-page-default .blog-posts-slider .slick-prev {
    left: 90px;
  }
  body.sticky-anchors {
    overflow: hidden;
  }
}
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _blog-page - Small.
*/
.blog .circle {
  top: 50%;
  transform: translateY(-50%);
  left: -300px;
}
.blog .post .image {
  width: 100%;
  height: 320px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.blog .post .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.blog .post h4 {
  font-family: "Gotham-Bold";
  color: #1D1D1D;
  font-size: 20px;
  margin-bottom: 0.5rem !important;
  line-height: 25px;
}
.blog .post .date {
  font-family: "Gotham-Book";
  color: #1D1D1D;
}
.blog .post .btn {
  margin-top: 0;
  margin-left: 8px;
}
.blog .post:nth-of-type(n+2) {
  margin-top: 45px;
}
.blog .post:nth-of-type(n+4) {
  margin-top: 45px !important;
}
.blog .post:hover .image img, .blog .post:focus .image img {
  transform: scale(1.1);
}
.blog .post:hover .btn, .blog .post:focus .btn {
  -webkit-text-stroke: 0.5px #002453;
  background: none;
}
.blog .post:hover .btn:after, .blog .post:focus .btn:after {
  transform: translate(-5px, -50%);
}
.blog .post:hover .btn:before, .blog .post:focus .btn:before {
  transform: translate(20px, -50%);
}
.blog .auto a {
  background: #002453;
  border-radius: 5px;
  color: #FEFEFE;
  border: 1px solid #002453;
  font-family: "Gotham-Medium";
  line-height: 42px;
  height: 40px;
  width: 85px;
  position: relative;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.blog .auto.next a:after {
  content: ">";
  right: 15px;
  display: block;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  font-family: "Gotham-Bold";
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.blog .auto.next a:hover {
  font-family: "Gotham-Bold";
}
.blog .auto.next a:hover:after {
  transform: translate(5px, -50%);
}
.blog .auto.prev a {
  padding: 0 0 0 35px;
  width: 120px;
  line-height: 45px;
}
.blog .auto.prev a:after {
  content: "<";
  left: 15px;
  display: block;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  font-family: "Gotham-Bold";
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.blog .auto.prev a:hover {
  font-family: "Gotham-Bold";
}
.blog .auto.prev a:hover:after {
  transform: translate(-5px, -50%);
}

.single .content-block.content-block_with_background a:not(.btn) {
  color: #002453 !important;
  font-family: "Gotham-Bold";
  line-height: 15px;
}
.single .content-block.content-block_with_background a:not(.btn):before {
  background-color: rgba(125, 32, 82, 0.4) !important;
}
.single .content-block.content-block_with_background a:not(.btn):after {
  background-color: #002453 !important;
}
.single .content-block h1, .single .content-block h2, .single .content-block h3, .single .content-block h4, .single .content-block h5, .single .content-block h6 {
  margin-bottom: 2rem;
}
.single .content-block h2 {
  font-size: 25px;
}
.single .content-block .image {
  top: -30px;
}
.single .booking-form {
  margin-top: 250px;
  margin-bottom: 150px;
}
.single .booking-form .overlay {
  height: 130%;
}
.single .blog-posts-slider {
  margin-bottom: 80px;
}
.single .blog-posts-slider .image {
  width: 100%;
  height: 270px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.single .blog-posts-slider .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.single .blog-posts-slider .post:hover .image img {
  transform: scale(1.1);
}
.single .blog-posts-slider .post:hover .btn {
  -webkit-text-stroke: 0.5px #002453;
  background: none;
}
.single .blog-posts-slider .post:hover .btn:after {
  transform: translate(-5px, -50%);
}
.single .blog-posts-slider .post:hover .btn:before {
  transform: translate(20px, -50%);
}
.single .blog-posts-slider h4 {
  font-family: "Gotham-Bold";
  color: #1D1D1D;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0.5rem !important;
}
.single .blog-posts-slider .btn {
  margin-top: 0;
}
.single .blog-posts-slider .date {
  font-family: "Gotham-Book";
  color: #1D1D1D;
}
.single .blog-posts-slider .slick-list {
  overflow: visible;
}
.single .blog-posts-slider .slick-slide {
  padding: 0 20px;
  width: 350px;
}
.single .blog-posts-slider .slick-track {
  margin-left: 0px;
}
.single .blog-posts-slider .slick-next, .single .blog-posts-slider .slick-prev {
  cursor: pointer;
  position: absolute;
  bottom: -55px;
  top: auto;
  transform: none;
  width: 40px;
  height: 40px;
  z-index: 1;
  margin-left: -80px;
}
.single .blog-posts-slider .slick-next:before, .single .blog-posts-slider .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #002453;
}
.single .blog-posts-slider .slick-next:after, .single .blog-posts-slider .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  background: #002453;
  opacity: 0.1;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single .blog-posts-slider .slick-prev {
  left: 100px;
}
.single .blog-posts-slider .slick-prev:before {
  content: "\f060";
}
.single .blog-posts-slider .slick-next {
  left: 150px;
}
.single .blog-posts-slider .slick-next:before {
  content: "\f061";
}
.single .blog-posts-slider .slick-dots {
  bottom: -50px;
  display: flex !important;
  padding-left: 10px;
  margin-left: 45px;
}
.single .blog-posts-slider .slick-dots li {
  display: block;
  width: 95px;
  margin: 0 -7px;
}
.single .blog-posts-slider .slick-dots li .dot {
  position: relative;
}
.single .blog-posts-slider .slick-dots li .dot:before {
  width: 100%;
  font-size: 65px;
  content: "\f86c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  color: #F3F9FB;
  transition: all 0.25s ease-in-out;
}
.single .blog-posts-slider .slick-dots li.slick-active .dot:before {
  color: #002453;
}

/**
* _blog-page - Medium.
*/
@media screen and (min-width: 640px) {
  .blog .circle {
    top: 50%;
    transform: translateY(-50%);
    left: -300px;
  }
  .blog .post .image {
    height: 240px;
  }
  .blog .post:nth-of-type(n+2) {
    margin-top: 0.9375rem;
  }
  .single .blog-posts-slider {
    margin-bottom: 0;
  }
  .single .blog-posts-slider .slick-track {
    margin-left: -65px;
  }
  .single .blog-posts-slider .slick-next, .single .blog-posts-slider .slick-prev {
    bottom: 50px;
  }
  .single .blog-posts-slider .slick-prev {
    left: 35px;
  }
  .single .blog-posts-slider .slick-next {
    left: 85px;
  }
  .single .blog-posts-slider .slick-dots {
    margin-left: 75px;
  }
  .single .blog-posts-slider .image {
    height: 425px;
  }
}
/**
* _blog-page - Large.
*/
@media screen and (min-width: 1024px) {
  .blog .post .image {
    height: 320px;
  }
  .single .blog-posts-slider .slick-track {
    margin-left: -100px;
  }
  .single .blog-posts-slider .slick-prev {
    left: 0;
  }
  .single .blog-posts-slider .slick-next {
    left: 50px;
  }
  .single .blog-posts-slider .slick-dots {
    margin-left: 45px;
  }
  .single .blog-posts-slider .image {
    height: 270px;
  }
}
/**
* _blog-page - XL.
*/
/**
* _blog-page - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _offers-page - Small.
*/
.page-template-page-offers .no-results p {
  font-size: 18px;
}
.page-template-page-offers .no-results .whatsapp {
  font-size: 18px;
}
.page-template-page-offers .internal-banner .text-link {
  transition: all 0.25s ease-in-out;
}
.page-template-page-offers .internal-banner .text-link:after, .page-template-page-offers .internal-banner .text-link:before {
  width: 100%;
  background: #FEFEFE;
  transition: all 0.25s ease-in-out;
}
.page-template-page-offers .internal-banner .text-link:hover:after, .page-template-page-offers .internal-banner .text-link:hover:before {
  background: #880E52;
}
.page-template-page-offers .offers-listing h5 {
  line-height: 40px;
}
.page-template-page-offers .offers-listing .post:nth-of-type(n+3) {
  margin-top: 45px !important;
}
.page-template-page-offers .offers-listing .post .image {
  width: 100%;
  height: 320px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.page-template-page-offers .offers-listing .post .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.page-template-page-offers .offers-listing .post h4 {
  font-family: Gotham-Bold;
  color: #1d1d1d;
  font-size: 20px;
  margin-bottom: 0.5rem !important;
  line-height: 25px;
}
.page-template-page-offers .offers-listing .post .btn {
  margin-top: 0;
  margin-left: 8px;
  color: #fc6f13 !important;
}
.page-template-page-offers .offers-listing .post .btn:before {
  border-color: #fc6f13;
}
.page-template-page-offers .offers-listing .post .btn:after {
  background: #fc6f13;
}
.page-template-page-offers .offers-listing .post:focus .image img, .page-template-page-offers .offers-listing .post:hover .image img {
  transform: scale(1.1);
}
.page-template-page-offers .offers-listing .post:focus .btn, .page-template-page-offers .offers-listing .post:hover .btn {
  -webkit-text-stroke: 0.5px #fc6f13;
  background: 0 0;
}
.page-template-page-offers .offers-listing .post:focus .btn:before, .page-template-page-offers .offers-listing .post:hover .btn:before {
  transform: translate(20px, -50%);
}
.page-template-page-offers .offers-listing .post:focus .btn:after, .page-template-page-offers .offers-listing .post:hover .btn:after {
  transform: translate(-5px, -50%);
}
.page-template-page-offers .circle {
  top: 50%;
  transform: translateY(-50%);
  right: -300px;
}
.page-template-page-offers .whatsapp {
  font-family: "Gotham-Black";
  color: #0A0A0A;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
}
.page-template-page-offers .whatsapp svg, .page-template-page-offers .whatsapp img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.page-template-page-offers .whatsapp:before, .page-template-page-offers .whatsapp:after {
  width: 0;
  height: 2px;
  top: calc(100% + 8px);
  right: 0;
  position: absolute;
  content: "";
}
.page-template-page-offers .whatsapp:before {
  background-color: #0A0A0A;
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.page-template-page-offers .whatsapp:after {
  background-color: #0A0A0A;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.page-template-page-offers .whatsapp:hover:before, .page-template-page-offers .whatsapp:hover:after {
  width: 100%;
  left: 0;
}

@media screen and (max-width: 640px) {
  .page-template-page-offers .offers-listing .post:nth-of-type(n+1) {
    margin-top: 45px !important;
  }
}
/**
* _offers-page - Medium.
*/
@media screen and (min-width: 640px) {
  .page-template-page-offers .offers-listing .post .image {
    height: 240px;
  }
  .page-template-page-offers .whatsapp img, .page-template-page-offers .whatsapp svg {
    width: 30px;
    height: 30px;
  }
}
/**
* _offers-page - Large.
*/
@media screen and (min-width: 1024px) {
  .page-template-page-offers .offers-listing .post .image {
    height: 320px;
  }
  .page-template-page-offers .offers-listing .post h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
/**
* _offers-page - XL.
*/
/**
* _offers-page - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _woocommerce-shop-page - Small.
*/
.shop .fancybox-image {
  max-width: 1000px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.shop .popup-holder img {
  max-width: 750px !important;
  width: 100%;
  margin-bottom: 1rem;
}
.shop .popup-holder h6 {
  color: #002453;
}
.shop .popup-holder .description p:last-of-type {
  margin-bottom: 0;
}

.woocommerce-shop .filter-label {
  display: inline-block;
  float: left;
}
.woocommerce-shop .filter-label p {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-family: "Gotham-Black";
  color: #002453;
  min-width: 230px;
  text-align: left;
  margin-bottom: 0rem;
}
.woocommerce-shop .filter-label p:after {
  content: "";
  position: absolute;
  display: block;
  background: #F3F9FB;
  min-height: 44px;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  margin: 0 0 0 -10px;
  transform: translate(0%, -50%);
  border-radius: 5px;
}
.woocommerce-shop .widget-woof {
  display: inline-block;
  width: calc(100% - 230px);
  margin-top: -50px;
}
.woocommerce-shop .widget-woof .woof_container {
  width: 260px;
  display: inline-block;
}
.woocommerce-shop .widget-woof .woof_container_gender {
  margin-left: 4rem;
}
.woocommerce-shop .widget-woof .woof_container_brands {
  margin-left: 1rem;
}
.woocommerce-shop .widget-woof .woof_container .woof_container_inner h4 {
  font-size: 16px;
  line-height: 35px;
}
.woocommerce-shop .widget-woof .woof_container .woof_container_inner .chosen-single {
  width: 100%;
  height: 44px !important;
  border: 2px solid #E6E6E6;
  box-shadow: none;
  background-image: url("../images/brands-page-dropdown-arrow.svg");
  background-size: 40px 10px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
.woocommerce-shop .widget-woof .woof_container .woof_container_inner .chosen-single span {
  font-size: 16px;
  padding: 6px 0;
  color: #1d1d1d;
  font-family: "Gotham-Book";
}
.woocommerce-shop .widget-woof .woof_container .woof_container_inner .chosen-single div {
  display: none !important;
}
.woocommerce-shop .widget-woof .woof_container .woof_container_inner .chosen-single:focus, .woocommerce-shop .widget-woof .woof_container .woof_container_inner .chosen-single:hover {
  box-shadow: none;
  border-color: #002453;
  background-image: url("../images/brands-page-dropdown-arrow-active.svg");
  transition: all 0.25s ease-in-out;
}
.woocommerce-shop .widget-woof .woof_submit_search_form_container {
  display: inline-flex;
  margin-left: 2rem;
}
.woocommerce-shop .widget-woof .woof_submit_search_form_container .button {
  display: inline-block;
  background-color: #002453;
  border-radius: 5px;
  font-family: "Gotham-Book";
  transition: all 0.25s ease-in-out;
}
.woocommerce-shop .widget-woof .woof_submit_search_form_container .button:hover, .woocommerce-shop .widget-woof .woof_submit_search_form_container .button:focus {
  background-color: #F3F9FB;
  color: #002453;
}
.woocommerce-shop .listing {
  /**
  * Container/Target Styles
  */
}
.woocommerce-shop .listing .products {
  margin-left: 0;
}
.woocommerce-shop .listing .brand, .woocommerce-shop .listing .product {
  display: inline-block;
  float: left;
  height: 375px;
  width: calc(33% - 10px);
  margin: 0 10px 10px 0;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.woocommerce-shop .listing .brand .image, .woocommerce-shop .listing .brand img, .woocommerce-shop .listing .product .image, .woocommerce-shop .listing .product img {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  transition: all 0.25s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce-shop .listing .brand .product-image:after, .woocommerce-shop .listing .product .product-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.15;
  top: 0;
  left: 0;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
}
.woocommerce-shop .listing .brand .button, .woocommerce-shop .listing .brand .woocommerce-loop-product__title, .woocommerce-shop .listing .product .button, .woocommerce-shop .listing .product .woocommerce-loop-product__title {
  display: none !important;
}
.woocommerce-shop .listing .brand:hover, .woocommerce-shop .listing .product:hover {
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
}
.woocommerce-shop .listing .brand:hover .image, .woocommerce-shop .listing .brand:hover img, .woocommerce-shop .listing .product:hover .image, .woocommerce-shop .listing .product:hover img {
  transform: scale(1.1);
  transition: all 0.25s ease-in-out;
}
.woocommerce-shop .listing .brand:hover .product-image:after, .woocommerce-shop .listing .product:hover .product-image:after {
  opacity: 0.2;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
}
.woocommerce-shop .listing .brand .logo, .woocommerce-shop .listing .product .logo {
  position: absolute !important;
  height: auto;
  bottom: 35px;
  left: 35px;
  z-index: 2;
  max-width: 115px;
}

/**
* _woocommerce-shop-page - Medium.
*/
/**
* _woocommerce-shop-page - Large.
*/
/**
* _woocommerce-shop-page - XL.
*/
/**
* _woocommerce-shop-page - XXL.
*/
@media screen and (max-width: 880px) {
  .woocommerce-shop .filter-label {
    display: block;
  }
  .woocommerce-shop .widget-woof {
    margin-top: 65px;
    display: block;
    width: 100%;
  }
  .woocommerce-shop .widget-woof .woof_submit_search_form_container {
    display: block;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .woocommerce-shop .intro h1, .woocommerce-shop .intro h2, .woocommerce-shop .intro h3, .woocommerce-shop .intro h4, .woocommerce-shop .intro h5, .woocommerce-shop .intro h6, .woocommerce-shop .intro p, .woocommerce-shop .intro ul li, .woocommerce-shop .intro ol li, .woocommerce-shop .intro a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .woocommerce-shop .listing .products {
    padding-left: 25px;
    padding-right: 25px;
  }
  .woocommerce-shop .listing .brand, .woocommerce-shop .listing .product {
    width: 100% !important;
    height: 325px;
  }
  .woocommerce-shop .widget-woof {
    padding-left: 25px;
    padding-right: 25px;
  }
  .woocommerce-shop .widget-woof .woof_container {
    display: block;
    width: 100%;
    margin-left: 0 !important;
  }
  .woocommerce-shop .widget-woof .woof_submit_search_form_container {
    margin-left: 0;
  }
}
/**
* Import Layouts.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _footer - Small.
*/
footer h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
footer h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 105%;
  height: 60%;
  background: #00A5B5;
  opacity: 0.25;
  z-index: -1;
  transform: translateX(-50%);
}
footer .address {
  margin-top: 70px;
}
footer .contact {
  margin-top: 30px;
}
footer .contact p {
  text-align: left !important;
}
footer .contact-details {
  margin: 0 0 15px 0px;
}
footer .contact-details a {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  color: #1D1D1D;
  position: relative;
  display: inline-block;
  line-height: 30px;
  transition: 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
footer .contact-details a:before, footer .contact-details a:after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
footer .contact-details a:before {
  background-color: rgba(29, 29, 29, 0.4);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
footer .contact-details a:after {
  background-color: #1d1d1d;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
footer .contact-details a:hover:before, footer .contact-details a:hover:after {
  width: 100%;
  left: 0;
}
footer .contact-details a.whatsapp span {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 25px;
  margin-left: 10px;
}
footer .social a {
  color: #00A5B5;
  transition: all 0.25s ease-in-out;
}
footer .social a span {
  font-size: 22px;
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #00A5B5;
  transition: all 0.25s ease-in-out;
}
footer .social a:not(:last-of-type) {
  margin-right: 20px;
}
footer .social a:hover {
  color: #002453;
}
footer .social a:hover span {
  color: #002453;
}
footer .map {
  height: 425px !important;
  position: relative;
  top: 0;
  width: 102% !important;
  left: -15px;
}
footer .background-color_purple, footer .background-color_blue,
footer .background-color_navy {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
footer .background-color_purple *, footer .background-color_blue *,
footer .background-color_navy * {
  color: #FEFEFE;
  font-family: "Gotham-Medium";
}
footer .background-color_purple .cell, footer .background-color_blue .cell,
footer .background-color_navy .cell {
  justify-content: space-between;
}
footer .background-color_purple p, footer .background-color_blue p,
footer .background-color_navy p {
  margin-bottom: 0;
}
footer .background-color_purple .company-logo, footer .background-color_blue .company-logo,
footer .background-color_navy .company-logo {
  width: 200px;
}
footer .background-color_purple .contact img, footer .background-color_blue .contact img,
footer .background-color_navy .contact img {
  margin: 10px 10px 10px 0;
  width: 16px;
}
footer .background-color_purple .contact span, footer .background-color_blue .contact span,
footer .background-color_navy .contact span {
  font-size: 20px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
footer .background-color_purple a, footer .background-color_blue a,
footer .background-color_navy a {
  position: relative;
  display: inline-block;
  line-height: 15px;
  transition: 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
footer .background-color_purple a:before, footer .background-color_purple a:after, footer .background-color_blue a:before, footer .background-color_blue a:after,
footer .background-color_navy a:before,
footer .background-color_navy a:after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
footer .background-color_purple a:before, footer .background-color_blue a:before,
footer .background-color_navy a:before {
  background-color: rgba(254, 254, 254, 0.4);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
footer .background-color_purple a:after, footer .background-color_blue a:after,
footer .background-color_navy a:after {
  background-color: #fefefe;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
footer .background-color_purple a:hover:before, footer .background-color_purple a:hover:after, footer .background-color_blue a:hover:before, footer .background-color_blue a:hover:after,
footer .background-color_navy a:hover:before,
footer .background-color_navy a:hover:after {
  width: 100%;
  left: 0;
}
footer .legal {
  padding: 30px 0;
}
footer .legal * {
  color: #FEFEFE;
  font-family: "Gotham-Book";
  font-size: 12px;
}
footer .legal a {
  margin-left: 20px;
  position: relative;
  display: inline-flex;
  line-height: 30px;
  transition: 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
footer .legal a:first-of-type {
  margin-left: 0;
}
footer .legal a:before, footer .legal a:after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
footer .legal a:before {
  background-color: rgba(254, 254, 254, 0.4);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
footer .legal a:after {
  background-color: #fefefe;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
footer .legal a:hover:before, footer .legal a:hover:after {
  width: 100%;
  left: 0;
}
footer .legal svg path {
  fill: #FEFEFE;
}
footer .legal .dhd-author {
  display: flex;
  align-items: center;
}
footer .legal .dhd-author svg {
  margin: 0 0 0 5px;
  width: 22px;
  height: 22px;
}
footer .legal .cell:nth-of-type(3) {
  margin-top: 8px;
}

/**
* _footer - Medium.
*/
@media screen and (min-width: 640px) {
  footer {
    position: relative;
  }
  footer .contact {
    margin-top: 0;
  }
  footer .background-color_purple, footer .background-color_blue {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/**
* _footer - Large.
*/
@media screen and (min-width: 1024px) {
  footer .map {
    position: absolute;
    width: 45% !important;
    height: 90% !important;
    right: -15px;
    top: 0;
    left: auto;
  }
  footer .legal a {
    line-height: 20px;
  }
  footer .legal a:first-of-type {
    margin-left: 20px;
  }
  footer .legal .cell:nth-of-type(3) {
    margin-top: 0;
  }
}
/**
* _footer - XL.
*/
/**
* _footer - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _header - Small.
*/
.navigation {
  position: relative;
  z-index: 99999;
  padding: 20px 0;
  background: #FEFEFE;
}
.navigation .company-logo {
  position: relative;
  left: 40%;
  transform: translateX(-50%);
  width: 195px;
}
.navigation .grid-container.full {
  height: 100%;
}
.navigation .grid-container.full .grid-container {
  height: 100%;
}
.navigation .grid-container.full .grid-container .grid-x {
  height: 100%;
}
.navigation .grid-container.full .grid-container .grid-x .cell {
  height: 100%;
}
.navigation .grid-container.full .grid-container .grid-x .cell:first-of-type {
  order: 2;
}
.navigation .hamburger {
  padding: 0;
  position: relative;
  display: flex;
  outline: 0;
  z-index: 2;
  margin-left: 20px;
}
.navigation .hamburger .hamburger-box {
  width: 25px;
  height: 18px;
}
.navigation .hamburger .hamburger-box .hamburger-inner {
  width: 25px;
  height: 2px;
  background-color: #002453;
  border-radius: 0;
}
.navigation .hamburger .hamburger-box .hamburger-inner:before, .navigation .hamburger .hamburger-box .hamburger-inner:after {
  height: 2px;
  background-color: #002453;
  border-radius: 0;
}
.navigation .hamburger .hamburger-box .hamburger-inner:before {
  width: 25px;
  top: 8px;
}
.navigation .hamburger .hamburger-box .hamburger-inner:after {
  width: 25px;
  top: 16px;
}
.navigation .hamburger:hover {
  opacity: 1 !important;
}
.navigation .hamburger.is-active .hamburger-box .hamburger-inner:after {
  width: 25px;
  transform: translate3d(0px, -16px, 0px) rotate(-90deg);
}
.navigation .hamburger.is-active:hover {
  opacity: 1 !important;
}

.navigation-overlay {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  position: fixed;
  background-color: #002453;
  box-shadow: 3px 0px 30px transparent;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.navigation-overlay:before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  right: -120px;
  top: 0;
  background: url(../images/gradient-circle-border-2.svg);
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.navigation-overlay.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.navigation-overlay nav {
  padding: 10rem 0.625rem 2.5rem 0.625rem;
  z-index: 1;
  position: relative;
  overflow-y: scroll;
  height: 100vh;
}
.navigation-overlay nav ul {
  margin: 0;
  list-style: none;
  padding-bottom: 4rem;
}
.navigation-overlay nav ul li {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin-bottom: 0.8rem;
}
.navigation-overlay nav ul li.page-item-2 {
  display: none;
}
.navigation-overlay nav ul li a {
  cursor: pointer;
  color: #FEFEFE;
  font-family: "Gotham-Book";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 12px;
  padding: 6px 0;
  height: 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.navigation-overlay nav ul li a:hover {
  color: #FEFEFE !important;
  text-stroke: 1px #FEFEFE;
  -webkit-text-stroke: 1px #FEFEFE;
  transition: all 0.25s ease-in-out;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navigation-overlay nav ul li a:hover:hover {
    text-shadow: 0 0 1px #FEFEFE;
  }
}
.navigation-overlay nav ul li ul {
  padding: 0rem 0rem 0rem 1.25rem;
  margin: 0.625rem 0rem 0.625rem 0rem;
}
/**
* _header - Medium.
*/
@media screen and (min-width: 640px) {
  .navigation-overlay .company-profile {
    padding: 1.875rem 0.9375rem 1.875rem 0.9375rem;
    margin: 0rem 0rem 3.75rem 0rem;
  }
  .navigation-overlay nav {
    padding: 10rem 0.9375rem 3.75rem 0.9375rem;
  }
  .navigation-overlay nav ul li a {
    font-size: 18px;
  }
  .navigation-overlay nav ul li ul {
    padding: 0rem 0rem 0rem 1.875rem;
    margin: 0.9375rem 0rem 0.9375rem 0rem;
  }
  .navigation .company-logo {
    left: auto;
    transform: none;
  }
  .navigation .grid-container.full .grid-container .grid-x .cell:first-of-type {
    order: unset;
  }
  .navigation nav ul li .mega-menu {
    width: 100%;
    height: auto;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  }
  .navigation nav ul li .mega-menu .sub-menu-container {
    height: auto;
  }
  .navigation nav ul li .mega-menu .sub-menu-container .sub-menu {
    height: auto;
    align-items: normal;
  }
  .navigation nav ul li .mega-menu .sub-menu-container .sub-menu li {
    height: auto;
    display: block;
    opacity: 0;
  }
  .navigation nav ul li .mega-menu .sub-menu-container .sub-menu li a {
    display: inline-block;
  }
  .navigation nav ul li .mega-menu .sub-menu-container .sub-menu li .sub-menu {
    display: block;
  }
  .navigation nav ul li .mega-menu .sub-menu-container .sub-menu li .sub-menu li {
    display: block;
    opacity: 1;
  }
  .navigation nav ul li .mega-menu .sub-menu-container .sub-menu li:nth-of-type(1), .navigation nav ul li .mega-menu .sub-menu-container .sub-menu li:nth-of-type(3), .navigation nav ul li .mega-menu .sub-menu-container .sub-menu li:nth-of-type(5) {
    padding-left: 0;
  }
  .navigation nav ul li.menu-item-has-children:hover .mega-menu {
    opacity: 1;
    visibility: visible;
  }
  .navigation nav ul li.menu-item-has-children:hover .mega-menu .sub-menu-container .sub-menu li .sub-menu li {
    animation: none;
  }
  .navigation nav ul li.menu-item-has-children:hover .mega-menu .sub-menu-container .sub-menu li:nth-child(1) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover .mega-menu .sub-menu-container .sub-menu li .sub-menu li {
    animation: none;
  }
  .navigation nav ul li.menu-item-has-children:hover .mega-menu .sub-menu-container .sub-menu li:nth-child(2) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.2s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover .mega-menu .sub-menu-container .sub-menu li .sub-menu li {
    animation: none;
  }
  .navigation nav ul li.menu-item-has-children:hover .mega-menu .sub-menu-container .sub-menu li:nth-child(3) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.3s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover .mega-menu .sub-menu-container .sub-menu li .sub-menu li {
    animation: none;
  }
  .navigation nav ul li.menu-item-has-children:hover .mega-menu .sub-menu-container .sub-menu li:nth-child(4) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.4s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover .mega-menu .sub-menu-container .sub-menu li .sub-menu li {
    animation: none;
  }
  .navigation nav ul li.menu-item-has-children:hover .mega-menu .sub-menu-container .sub-menu li:nth-child(5) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.5s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover .mega-menu .sub-menu-container .sub-menu li .sub-menu li {
    animation: none;
  }
  .navigation nav ul li.menu-item-has-children:hover .mega-menu .sub-menu-container .sub-menu li:nth-child(6) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.6s forwards;
  }
}
/**
* _header - Large.
*/
@media screen and (min-width: 1024px) {
  .menu-item-78.is-active a {
    font-family: "Gotham-Bold";
  }
  .mega-menu {
    width: 100%;
    top: 95px;
    left: 0;
    pointer-events: none;
    z-index: 999;
  }
  .mega-menu .grid-x {
    position: relative;
    z-index: 1;
  }
  .mega-menu .company-logo-coloured {
    top: -140px;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    left: 0;
  }
  .mega-menu .image-links a {
    overflow: hidden;
    height: 255px;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
  }
  .mega-menu .image-links a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mega-menu .image-links a .content {
    width: 100%;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .mega-menu .image-links a .content .btn {
    color: #FEFEFE !important;
  }
  .mega-menu .image-links a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .mega-menu .image-links a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -95px;
    top: auto;
    width: 100%;
    height: 95px;
    z-index: 2;
    background: #00A5B5;
    transition: all 0.25s ease-in-out;
  }
  .mega-menu .image-links a:hover:before {
    bottom: 0 !important;
    transition: all 0.25s ease-in-out;
    transition-delay: 0.2s;
  }
  .mega-menu .image-links a:hover .content .btn {
    -webkit-text-stroke: 0.5px #FEFEFE;
  }
  .mega-menu .image-links a:hover .content .btn:before {
    transform: translate(20px, -50%);
    transition-delay: 0.2s;
  }
  .mega-menu .image-links a:hover .content .btn:after {
    transform: translate(-5px, -50%);
    transition-delay: 0.2s;
  }
  .mega-menu .image-links a:last-of-type {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .mega-menu * {
    color: #002453;
  }
  .mega-menu a {
    margin: 0px 0px 8px 0px;
    position: relative;
    display: inline-block;
    color: #1D1D1D !important;
    font-family: "Gotham-Book";
    font-size: 16px;
    line-height: 20px;
    transition: 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  }
  .mega-menu a:before, .mega-menu a:after {
    width: 0;
    height: 1px;
    bottom: -3px;
    right: 0;
    position: absolute;
    content: "";
  }
  .mega-menu a:before {
    background-color: rgba(254, 254, 254, 0.4);
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  }
  .mega-menu a:after {
    background-color: #002453;
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  }
  .mega-menu a:hover {
    color: #002453 !important;
  }
  .mega-menu a:hover:before, .mega-menu a:hover:after {
    width: 100%;
    left: 0;
  }
  .mega-menu a:last-of-type {
    margin: 0;
  }
  .mega-menu:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    position: absolute;
    background-color: #FEFEFE;
    z-index: 2;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
    content: "";
  }
  .mega-menu .grid-container {
    padding-top: 65px;
    padding-bottom: 60px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 3;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  }
  .mega-menu.is-active {
    pointer-events: all;
  }
  .mega-menu.is-active:before {
    transform: translateY(0);
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  }
  .mega-menu.is-active:after {
    transform: translateY(0);
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  }
  .mega-menu.is-active .grid-container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.2s;
  }
  .mega-menu_open .navigation nav ul li a {
    color: #002453 !important;
  }
  .navigation .company-logo {
    width: 250px;
  }
  .navigation nav ul {
    margin: 0;
    list-style: none;
  }
  .navigation nav ul li {
    position: relative;
    display: inline-block;
    padding: 0px 14px 0px 14px;
  }
  .navigation nav ul li:nth-child(1) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s forwards;
  }
  .navigation nav ul li:nth-child(2) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.2s forwards;
  }
  .navigation nav ul li:nth-child(3) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.3s forwards;
  }
  .navigation nav ul li:nth-child(4) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.4s forwards;
  }
  .navigation nav ul li:nth-child(5) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.5s forwards;
  }
  .navigation nav ul li:nth-child(6) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.6s forwards;
  }
  .navigation nav ul li:nth-child(7) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.7s forwards;
  }
  .navigation nav ul li:nth-child(8) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.8s forwards;
  }
  .navigation nav ul li:nth-child(9) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.9s forwards;
  }
  .navigation nav ul li:nth-child(10) {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1s forwards;
  }
  .navigation nav ul li a {
    padding: 8px 0;
    display: block;
    color: #002453;
    font-family: "Gotham-Book";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    height: 20px;
    line-height: 12px;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
    transition: all 0.25s ease-in-out;
  }
  .navigation nav ul li ul {
    min-width: 240px;
    top: 180px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  }
  .navigation nav ul li ul li {
    position: relative;
    display: block;
    background-color: transparent;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  }
  .navigation nav ul li ul li a {
    padding: 0px 14px !important;
    color: #002453 !important;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.25s ease-in-out;
  }
  .navigation nav ul li:first-of-type {
    padding: 0px 14px 0px 0px;
  }
  .navigation nav ul li:last-of-type {
    padding: 0px 0px 0px 14px;
  }
  .navigation nav ul li:hover a, .navigation nav ul li.current-menu-item a, .navigation nav ul li.current-menu-parent a {
    text-stroke: 1px #002453;
    -webkit-text-stroke: 1px #002453;
    transition: all 0.25s ease-in-out;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: none), screen and (min-width: 1024px) and (-ms-high-contrast: active) {
  .navigation nav ul li:hover a:hover, .navigation nav ul li.current-menu-item a:hover, .navigation nav ul li.current-menu-parent a:hover {
    text-shadow: 0 0 1px #002453;
  }
}
@media screen and (min-width: 1024px) {
  .navigation nav ul li.menu-item-has-children:hover ul {
    top: 120px;
    opacity: 1;
    visibility: visible;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(1) a {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(2) a {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.2s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(3) a {
    animation: fadeInLeft 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.3s forwards;
  }
  .navigation nav ul li .mega-menu .sub-menu-container .sub-menu li:nth-of-type(1), .navigation nav ul li .mega-menu .sub-menu-container .sub-menu li:nth-of-type(4) {
    padding-left: 0;
  }
  .navigation nav ul li .mega-menu .sub-menu-container .sub-menu li:nth-of-type(3), .navigation nav ul li .mega-menu .sub-menu-container .sub-menu li:nth-of-type(5) {
    padding-left: 0.9375rem;
  }
}
/**
* _header - XL.
*/
@media screen and (min-width: 1200px) {
  .navigation nav ul li {
    padding: 0px 20px 0px 20px;
  }
  .navigation nav ul li:first-of-type {
    padding: 0px 20px 0px 0px;
  }
  .navigation nav ul li:last-of-type {
    padding: 0px 0px 0px 20px;
  }
}
/**
* _header - XXL.
*/
/**
* Import Checklist.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _checklist - max-width: 639px.
*/
/**
* _checklist - min-width: 640px and max-width: 1023px.
*/
/**
* _checklist - min-width: 1024px and max-width: 1199px.
*/
/**
* _checklist - min-width: 1200px and max-width: 1439px.
*/
/**
* _checklist - min-width: 1440px.
*/
/**
* Global Styles - Small.
*/
/* Prevent Horizontal Scrollbar. */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

body {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
body.show {
  opacity: 1;
}
body.sticky-anchors {
  overflow: visible;
}
body.fixed {
  width: 100%;
}

button {
  outline: 0 !important;
}

.grid-container.max-1600 {
  max-width: 1600px;
}
.grid-container.max-1300 {
  max-width: 1300px;
}

.internal-banner {
  height: 500px;
  padding: 60px 0px 60px 0px;
  background-color: #F2F2F2;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.internal-banner .overlay {
  background: #1D1D1D;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.internal-banner .image {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.internal-banner .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.internal-banner * {
  color: #FEFEFE;
}
.internal-banner .grid-container {
  height: 100%;
  position: relative;
  z-index: 3;
}
.internal-banner .grid-container .grid-x {
  height: 100%;
  position: relative;
  z-index: 2;
}
.internal-banner h1, .internal-banner h2 {
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.internal-banner h1:after, .internal-banner h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 105%;
  height: 60%;
  background: #FEFEFE;
  opacity: 0.2;
  z-index: -1;
  transform: translateX(-50%);
}
.internal-banner strong {
  position: relative;
  padding: 0px 0px 10px 40px;
}
.internal-banner strong:before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: -8px;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid #FEFEFE;
  transition: all 0.25s ease-in-out;
}
.internal-banner strong:after {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 2px;
  background: #FEFEFE;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
}
.internal-banner a strong {
  font-weight: 600;
}
.internal-banner a:hover strong, .internal-banner a:focus strong {
  font-weight: 900;
  background: none;
}
.internal-banner a:hover strong:after, .internal-banner a:focus strong:after {
  transform: translate(-5px, -50%);
}
.internal-banner a:hover strong:before, .internal-banner a:focus strong:before {
  transform: translate(20px, -50%);
}
.internal-banner .internal-breadcrumb {
  display: inline-block;
}
.internal-banner p {
  margin: 0;
}

.page-template-default .blog-posts-slider .image {
  width: 100%;
  height: 525px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  margin-bottom: 3rem;
}
.page-template-default .blog-posts-slider h4 {
  font-family: "Gotham-Bold";
  color: #1D1D1D;
  font-size: 20px;
  margin-bottom: 1rem;
  line-height: 25px;
}
.page-template-default .blog-posts-slider .date {
  font-family: "Gotham-Book";
  color: #1D1D1D;
}
.page-template-default .blog-posts-slider .slick-list {
  overflow: hidden;
}
.page-template-default .blog-posts-slider .slick-slide {
  padding: 0 20px;
  width: 350px;
}
.page-template-default .blog-posts-slider .slick-track {
  margin-left: 0;
}
.page-template-default .blog-posts-slider .slick-next, .page-template-default .blog-posts-slider .slick-prev {
  cursor: pointer;
  position: absolute;
  bottom: -35px;
  top: auto;
  transform: none;
  width: 40px;
  height: 40px;
  z-index: 1;
  margin-left: -80px;
}
.page-template-default .blog-posts-slider .slick-next:before, .page-template-default .blog-posts-slider .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #002453;
}
.page-template-default .blog-posts-slider .slick-next:after, .page-template-default .blog-posts-slider .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  background: #002453;
  opacity: 0.1;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-default .blog-posts-slider .slick-prev {
  left: 100px;
}
.page-template-default .blog-posts-slider .slick-prev:before {
  content: "\f060";
}
.page-template-default .blog-posts-slider .slick-next {
  left: 150px;
}
.page-template-default .blog-posts-slider .slick-next:before {
  content: "\f061";
}
.page-template-default .blog-posts-slider .slick-dots {
  bottom: -50px;
  display: flex !important;
  padding-left: 10px;
  margin-left: 45px;
}
.page-template-default .blog-posts-slider .slick-dots li {
  display: block;
  width: 95px;
  margin: 0 -7px;
}
.page-template-default .blog-posts-slider .slick-dots li .dot {
  position: relative;
}
.page-template-default .blog-posts-slider .slick-dots li .dot:before {
  width: 100%;
  font-size: 65px;
  content: "\f86c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  color: #F7EEF3;
  transition: all 0.25s ease-in-out;
}
.page-template-default .blog-posts-slider .slick-dots li.slick-active .dot:before {
  color: #002453;
}

.internal-content {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.internal-content h1:last-child, .internal-content h2:last-child, .internal-content h3:last-child, .internal-content h4:last-child, .internal-content h5:last-child, .internal-content h6:last-child, .internal-content p:last-child, .internal-content ul:last-child, .internal-content ol:last-child, .internal-content li:last-child, .internal-content a:last-child {
  margin-bottom: 0;
}
.internal-content ul, .internal-content ol {
  margin: 0rem 0rem 1rem 2rem;
  font-family: "Gotham-Book";
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
}
.internal-content ul li, .internal-content ol li {
  padding: 0rem 0rem 0.625rem 0rem;
}
.internal-content ul li:last-of-type, .internal-content ol li:last-of-type {
  padding: 0;
}
.internal-content h1, .internal-content h2, .internal-content h3 {
  margin: 3rem 0rem 2rem 0rem;
}
.internal-content h1:first-child, .internal-content h2:first-child, .internal-content h3:first-child {
  margin: 0rem 0rem 2rem 0rem;
}
.internal-content h4, .internal-content h5, .internal-content h6 {
  margin: 2rem 0rem 1.5rem 0rem;
}
.internal-content h4:first-of-type, .internal-content h5:first-of-type, .internal-content h6:first-of-type {
  margin: 0rem 0rem 1.5rem 0rem;
}
.internal-content p:first-child {
  margin: 0rem 0rem 1.5rem 0rem;
}
.internal-content ul {
  list-style: circle;
}
.internal-content a:not(.accordion-title) {
  /* .text-link code should be placed here. */
}

/* Magnific Popup. */
/* .mfp-fade {
    &.mfp-bg {
        opacity: 0;
        transition: .4s cubic-bezier(0.51, 0.18, 0, 0.88);

        &.mfp-ready {
            opacity: .75;
        }

        &.mfp-removing {
            opacity: 0;
        }
    }

    &.mfp-wrap {
        .mfp-content {
            opacity: 0;
            transition: .4s cubic-bezier(0.51, 0.18, 0, 0.88);
        }

        &.mfp-ready {
            .mfp-content {
                opacity: 1;
            }
        }

        &.mfp-removing {
            .mfp-content {
                opacity: 0;
            }
        }
    }
}

.mfp-iframe-holder {
    .mfp-close {
        padding: 0;
        top: -60px;
        right: 0;
    }
}

.mfp-form {
    width: calc(100% - .625rem * 2);
    max-width: 600px;
    padding: 1rem;
    margin: auto;
    position: relative;
    // background-color: $;

    button {
        &.mfp-close {
            top: 1rem;
            right: 1rem;
            position: absolute;
            // border: 1px solid $;
            border-radius: 100%;
            // color: $;
            font-size: 30px;
            line-height: 30px;
            opacity: 1;
        }
    }

    h4 {
        max-width: 75%;
        margin: 0;
        // color: $;
    }

    hr {
        width: 100%;
        max-width: 300px;
        margin: 1rem 0rem 2rem 0rem;
        // border-bottom: 1px solid $;
        text-align: left;
    }

    .frm_forms {
        form {
            .frm_form_fields {
                fieldset {
                    .frm_fields_container {
                        .frm_form_field {
                            .frm_error {
                                // color: $;
                            }
                        }
                    }
                }
            }

            .frm_error_style {
                p {
                    // color: $ !important;
                }
            }
        }

        .frm_message {
            p {
                // color: $ !important;
            }
        }
    }
} */
.mailing {
  overflow: hidden;
  height: 800px;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.mailing .grid-x {
  z-index: 2;
  position: relative;
}
.mailing * {
  color: #FEFEFE;
}
.mailing h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 2rem 0;
}
.mailing h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 105%;
  height: 60%;
  background: #FEFEFE;
  opacity: 0.2;
  z-index: -1;
  transform: translateX(-50%);
}
.mailing p {
  text-align: center;
}
.mailing .circle.light-green-blue {
  position: relative;
  top: -50%;
  left: 50%;
  z-index: 1;
  width: 800px;
  height: 730px;
  transform: translate(-50%, -50%);
}
.mailing form {
  margin: 25px 0 0 0;
}
.mailing form .mc4wp-form-fields p {
  width: 100%;
  float: left;
}
.mailing form .mc4wp-form-fields p:nth-of-type(2) {
  margin-left: 0px;
}
.mailing form input {
  background: #FEFEFE;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  border: none !important;
  height: auto;
  color: #1D1D1D;
  float: left;
}
.mailing form label {
  font-family: "Gotham-Bold";
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mailing form button {
  margin-left: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.mailing .image img {
  width: 365px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: -600px;
}
.mailing .image .circle {
  width: 342px;
  height: 342px;
  bottom: -660px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  transition-delay: 0.5s;
}
.mailing.active .image img {
  transition: 0.9s cubic-bezier(0.51, 0.18, 0, 0.88);
  transform: translate(-50%, -75%);
}
.mailing.active .image .circle {
  transition: 0.9s cubic-bezier(0.51, 0.18, 0, 0.88);
  transform: translate(-50%, -65%);
  transition-delay: 0.5s;
}

.more-blog-posts:not(:last-of-type) {
  margin-bottom: 120px;
}
.more-blog-posts .content h1, .more-blog-posts .content h2, .more-blog-posts .content h3, .more-blog-posts .content h4, .more-blog-posts .content h5, .more-blog-posts .content h6 {
  margin-bottom: 2rem;
}
.more-blog-posts .content h1 strong, .more-blog-posts .content h1 b, .more-blog-posts .content h2 strong, .more-blog-posts .content h2 b, .more-blog-posts .content h3 strong, .more-blog-posts .content h3 b, .more-blog-posts .content h4 strong, .more-blog-posts .content h4 b, .more-blog-posts .content h5 strong, .more-blog-posts .content h5 b, .more-blog-posts .content h6 strong, .more-blog-posts .content h6 b {
  color: #1D1D1D;
}
.more-blog-posts .content h2 {
  font-size: 25px;
}
.more-blog-posts .content h3 {
  font-size: 22px;
}
.more-blog-posts .content h4 {
  font-size: 22px;
}
.more-blog-posts .content h5 {
  font-size: 20px;
}
.more-blog-posts .content h6 {
  font-size: 20px;
}
.more-blog-posts .content ul, .more-blog-posts .content ol {
  font-family: "Gotham-Book";
}
.more-blog-posts .content strong, .more-blog-posts .content b {
  color: #002453;
}
.more-blog-posts .content a:not(.btn), .more-blog-posts .content a:not(.slick-arrow), .more-blog-posts .content a:not(.post) {
  display: inline-block;
  color: #002453;
  position: relative;
  line-height: 15px;
  font-family: "Gotham-Bold";
}
.more-blog-posts .content a:not(.btn):before, .more-blog-posts .content a:not(.btn):after, .more-blog-posts .content a:not(.slick-arrow):before, .more-blog-posts .content a:not(.slick-arrow):after, .more-blog-posts .content a:not(.post):before, .more-blog-posts .content a:not(.post):after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
.more-blog-posts .content a:not(.btn):before, .more-blog-posts .content a:not(.slick-arrow):before, .more-blog-posts .content a:not(.post):before {
  background-color: rgba(254, 254, 254, 0.4);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.more-blog-posts .content a:not(.btn):after, .more-blog-posts .content a:not(.slick-arrow):after, .more-blog-posts .content a:not(.post):after {
  background-color: #002453;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.more-blog-posts .content a:not(.btn):hover, .more-blog-posts .content a:not(.btn):focus, .more-blog-posts .content a:not(.slick-arrow):hover, .more-blog-posts .content a:not(.slick-arrow):focus, .more-blog-posts .content a:not(.post):hover, .more-blog-posts .content a:not(.post):focus {
  color: #002453;
}
.more-blog-posts .content a:not(.btn):hover:before, .more-blog-posts .content a:not(.btn):hover:after, .more-blog-posts .content a:not(.btn):focus:before, .more-blog-posts .content a:not(.btn):focus:after, .more-blog-posts .content a:not(.slick-arrow):hover:before, .more-blog-posts .content a:not(.slick-arrow):hover:after, .more-blog-posts .content a:not(.slick-arrow):focus:before, .more-blog-posts .content a:not(.slick-arrow):focus:after, .more-blog-posts .content a:not(.post):hover:before, .more-blog-posts .content a:not(.post):hover:after, .more-blog-posts .content a:not(.post):focus:before, .more-blog-posts .content a:not(.post):focus:after {
  width: 100%;
  left: 0;
}
.more-blog-posts .post:focus:before, .more-blog-posts .post:focus:after, .more-blog-posts .post:hover:before, .more-blog-posts .post:hover:after {
  display: none;
}
.more-blog-posts blockquote {
  border-left: 2px solid #002453;
}
.more-blog-posts blockquote p {
  color: #002453;
  font-weight: 600;
}

.content-block:not(:last-of-type) {
  margin-bottom: 80px;
}
.content-block.content-block_with_background.white-text * {
  color: #FEFEFE;
}
.content-block.content-block_with_background.white-text .btn {
  color: #FEFEFE !important;
}
.content-block.content-block_with_background.white-text .btn:before {
  border-color: #FEFEFE;
}
.content-block.content-block_with_background.white-text .btn:after {
  background: #FEFEFE;
}
.content-block.content-block_with_background.white-text .btn:hover, .content-block.content-block_with_background.white-text .btn:focus {
  -webkit-text-stroke: 0.5px #FEFEFE;
}
.content-block.content-block_with_background.white-text blockquote {
  border-color: #FEFEFE;
}
.content-block.content-block_with_background.white-text a:not(.btn) {
  color: #00A5B5 !important;
  font-family: "Gotham-Bold";
  line-height: 15px;
}
.content-block.content-block_with_background.white-text a:not(.btn):before {
  background-color: rgba(43, 145, 185, 0.4) !important;
}
.content-block.content-block_with_background.white-text a:not(.btn):after {
  background-color: #00A5B5 !important;
}
.content-block.content-block_with_background .content {
  padding: 100px 0;
}
.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
  margin-bottom: 2rem;
}
.content-block h1 strong, .content-block h1 b, .content-block h2 strong, .content-block h2 b, .content-block h3 strong, .content-block h3 b, .content-block h4 strong, .content-block h4 b, .content-block h5 strong, .content-block h5 b, .content-block h6 strong, .content-block h6 b {
  color: #1D1D1D;
}
.content-block h2 {
  font-size: 25px;
  line-height: 35px;
}
.content-block h3 {
  font-size: 22px;
}
.content-block h4 {
  font-size: 22px;
}
.content-block h5 {
  font-size: 20px;
}
.content-block h6 {
  font-size: 20px;
}
.content-block ul, .content-block ol {
  font-family: "Gotham-Book";
}
.content-block strong, .content-block b {
  color: #002453;
}
.content-block a:not(.btn) {
  display: inline-block;
  color: #002453;
  position: relative;
  line-height: 15px;
  font-family: "Gotham-Bold";
}
.content-block a:not(.btn):before, .content-block a:not(.btn):after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
.content-block a:not(.btn):before {
  background-color: rgba(254, 254, 254, 0.4);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.content-block a:not(.btn):after {
  background-color: #002453;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.content-block a:not(.btn):hover, .content-block a:not(.btn):focus {
  color: #002453;
}
.content-block a:not(.btn):hover:before, .content-block a:not(.btn):hover:after, .content-block a:not(.btn):focus:before, .content-block a:not(.btn):focus:after {
  width: 100%;
  left: 0;
}
.content-block img.alignleft {
  margin: 10px 35px 0 0;
  float: none;
}
.content-block img.alignright {
  margin: 10px 0 0 35px;
  float: none;
}
.content-block img.aligncenter {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.content-block blockquote {
  border-left: 2px solid #002453;
}
.content-block blockquote p {
  color: #002453;
  font-weight: 600;
}
.content-block .overlay {
  width: 125%;
  height: 100%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.content-block .image, .content-block .image-gallery {
  height: 300px;
  width: 125%;
  position: relative;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
.content-block .image .slick-list, .content-block .image-gallery .slick-list {
  height: 100%;
}
.content-block .image .slick-list .slick-track, .content-block .image-gallery .slick-list .slick-track {
  height: 100%;
}
.content-block .image .slick-list .slick-track .slick-slide, .content-block .image-gallery .slick-list .slick-track .slick-slide {
  height: 100%;
}
.content-block .image .slick-list .slick-track .slick-slide div, .content-block .image-gallery .slick-list .slick-track .slick-slide div {
  height: 100%;
}
.content-block .image picture, .content-block .image img, .content-block .image-gallery picture, .content-block .image-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.booking-form {
  margin-top: 80px;
  margin-bottom: 80px;
}
.booking-form .content {
  padding: 100px 0;
}
.booking-form .overlay {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  body {
    opacity: 1;
  }
}
/**
* Global Styles - Medium.
*/
@media screen and (min-width: 640px) {
  .page-template-default .blog-posts-slider .slick-track {
    margin-left: -100px;
  }
  .page-template-default .blog-posts-slider .slick-next, .page-template-default .blog-posts-slider .slick-prev {
    bottom: -85px;
  }
  .page-template-default .blog-posts-slider .slick-prev {
    left: 0;
  }
  .page-template-default .blog-posts-slider .slick-next {
    left: 50px;
  }
  .page-template-default .blog-posts-slider .slick-dots {
    position: absolute;
    bottom: -135px !important;
  }
  .mailing {
    height: 550px;
  }
  .mailing p {
    text-align: left;
  }
  .mailing .image img {
    width: 565px;
    position: absolute;
    left: 50%;
    transform: translateX(-25%);
    z-index: 2;
    bottom: -480px;
  }
  .mailing .image .circle {
    width: 542px;
    height: 542px;
    bottom: -660px;
    top: auto;
    left: 50%;
    transform: translate(-25%, 0);
    transition: 0.9s cubic-bezier(0.51, 0.18, 0, 0.88);
    transition-delay: 0.5s;
  }
  .mailing.active .image .circle {
    transition: 0.9s cubic-bezier(0.51, 0.18, 0, 0.88);
    transform: translate(-25%, -65%);
    transition-delay: 0.5s;
  }
  .mailing.active .image img {
    transition: 0.9s cubic-bezier(0.51, 0.18, 0, 0.88);
    transform: translate(-25%, -80%);
  }
  .mailing .circle.light-green-blue {
    top: -50%;
    left: -80px;
    width: 1000px;
    height: 1000px;
  }
  .mailing form .mc4wp-form-fields p {
    width: calc(50% - 10px);
  }
  .mailing form .mc4wp-form-fields p:nth-of-type(2) {
    margin-left: 20px;
  }
  .mailing form button {
    left: auto;
    transform: none;
  }
  .internal-banner {
    padding: 90px 0px 90px 0px;
    height: 450px;
  }
  .internal-content ul li, .internal-content ol li {
    padding: 0rem 0rem 0.9375rem 0rem;
  }
  .content-block .overlay {
    width: 110%;
  }
  .content-block .image {
    height: 440px;
    width: 110%;
  }
  .content-block .content {
    padding: 100px 0;
  }
  .content-block img.alignleft {
    float: left;
  }
  .content-block img.alignright {
    float: right;
  }
}
/**
* Global Styles - Large.
*/
@media screen and (min-width: 1024px) {
  .internal-banner {
    padding: 120px 0px 120px 0px;
    height: 550px;
  }
  .internal-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .internal-content a:not(.accordion-title) {
    /* .text-link code should be placed here. */
  }
  .mailing {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mailing .circle.light-green-blue {
    left: 0;
  }
  .mailing .image img {
    bottom: -540px;
    transition: 0.9s cubic-bezier(0.51, 0.18, 0, 0.88);
    transform: translate(-25%, 0);
  }
  .mailing.active .image img {
    transition: 0.9s cubic-bezier(0.51, 0.18, 0, 0.88);
    transform: translate(-25%, -80%);
  }
  .content-block .overlay {
    width: 125%;
  }
  .content-block .image {
    width: 125%;
  }
  .page-template-default .blog-posts-slider .slick-list {
    overflow: visible;
  }
}
@media screen and (max-width: 640px) {
  .page-template-default .blog-posts-slider {
    margin-bottom: 60px;
  }
  .page-template-default .blog-posts-slider .slick-slide {
    padding: 0 10px;
  }
  .page-template-default .blog-posts-slider .slick-prev {
    left: 90px;
  }
}
/**
* Global Styles - XL.
*/
/**
* Global Styles - XXL.
*/
.content-block.lightbox-thumbnail-gallery .gallery-image {
  height: 225px;
  outline: 0;
}

.content-block.lightbox-thumbnail-gallery .gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-block.lightbox-thumbnail-gallery .gallery-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.content-block.lightbox-thumbnail-gallery .gallery-image:before {
  display: none;
}

.content-block.lightbox-thumbnail-gallery .gallery-image:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  opacity: 0;
  background-color: #002453;
  transition: 0.25s ease-in-out;
}

.content-block.lightbox-thumbnail-gallery .gallery-image:hover {
  outline: 0;
}

.content-block.lightbox-thumbnail-gallery .gallery-image:hover svg {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

.content-block.lightbox-thumbnail-gallery .gallery-image:hover:after {
  opacity: 0.2;
  transition: all 0.25s ease-in-out;
}

/* Media */
@media screen and (min-width: 640px) {
  .content-block.lightbox-thumbnail-gallery .gallery-image {
    height: 125px;
  }
  .content-block.lightbox-thumbnail-gallery .gallery-image.one, .content-block.lightbox-thumbnail-gallery .gallery-image.two, .content-block.lightbox-thumbnail-gallery .gallery-image.three {
    height: 175px;
  }
}
@media screen and (min-width: 1024px) {
  .content-block.lightbox-thumbnail-gallery .gallery-image {
    height: 155px;
  }
  .content-block.lightbox-thumbnail-gallery .gallery-image.one, .content-block.lightbox-thumbnail-gallery .gallery-image.two, .content-block.lightbox-thumbnail-gallery .gallery-image.three {
    height: 225px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}/*# sourceMappingURL=custom.css.map */