body {
  --is-mobile: 1;
}
@media (min-width: 576px) {
  body {
    --is-mobile: 0;
  }
}

:root {
  --color-primary: #f26436;
  --color-secondary: #193554;
  --color-accent: #fdc42d;
  --color-accent-2: #01a8dc;
  --color-black:#000;
  --color-gray-100: rgb(229.5, 229.5, 229.5);
  --color-gray-200: #cccccc;
  --color-gray-300: rgb(178.5, 178.5, 178.5);
  --color-gray-400: #999999;
  --color-gray-500: rgb(127.5, 127.5, 127.5);
  --color-gray-600: #666666;
  --color-gray-700: rgb(76.5, 76.5, 76.5);
  --color-gray-800: #333333;
  --color-gray-900: rgb(25.5, 25.5, 25.5);
}

@keyframes main-log-load {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes main-button-load {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sub-menu-triangle-fade-in {
  0% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes sub-menu-fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll-more-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-10px);
    -ms-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-5px);
    -ms-transform: translateX(-50%) translateY(-5px);
    transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes slide-left-in {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-left-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes slide-right-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-bottom-up-in {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pop-centered {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pop-centered-v {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
@keyframes placeHolderShimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes animated-background-bidirectional {
  0% {
    left: -50%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -50%;
  }
}
@keyframes pulse--primary {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(244, 98, 70, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(244, 98, 70, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(244, 98, 70, 0);
  }
}
@keyframes pulse--accent {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(186, 90, 135, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(186, 90, 135, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(186, 90, 135, 0);
  }
}
@keyframes pulse--dark {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(23, 34, 67, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(23, 34, 67, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(23, 34, 67, 0);
  }
}
@keyframes pulse--secondary {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(23, 34, 67, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(23, 34, 67, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(23, 34, 67, 0);
  }
}
@keyframes pulse--white {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse--accent-3 {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(9, 93, 64, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(9, 93, 64, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(9, 93, 64, 0);
  }
}
@keyframes pulse--accent-4 {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(236, 229, 222, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(236, 229, 222, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(236, 229, 222, 0);
  }
}
@keyframes pulse--light-gray {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(245, 243, 245, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(245, 243, 245, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(245, 243, 245, 0);
  }
}
@keyframes pulse--accent-2 {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(255, 222, 33, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(255, 222, 33, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(255, 222, 33, 0);
  }
}
@keyframes app-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes main-log-load {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes main-button-load {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sub-menu-triangle-fade-in {
  0% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes sub-menu-fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll-more-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-10px);
    -ms-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-5px);
    -ms-transform: translateX(-50%) translateY(-5px);
    transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes slide-left-in {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-left-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes slide-right-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-bottom-up-in {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pop-centered {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pop-centered-v {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
@keyframes placeHolderShimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes animated-background-bidirectional {
  0% {
    left: -50%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -50%;
  }
}
@keyframes pulse--primary {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(244, 98, 70, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(244, 98, 70, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(244, 98, 70, 0);
  }
}
@keyframes pulse--accent {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(186, 90, 135, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(186, 90, 135, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(186, 90, 135, 0);
  }
}
@keyframes pulse--dark {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(23, 34, 67, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(23, 34, 67, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(23, 34, 67, 0);
  }
}
@keyframes pulse--secondary {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(23, 34, 67, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(23, 34, 67, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(23, 34, 67, 0);
  }
}
@keyframes pulse--white {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse--accent-3 {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(9, 93, 64, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(9, 93, 64, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(9, 93, 64, 0);
  }
}
@keyframes pulse--accent-4 {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(236, 229, 222, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(236, 229, 222, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(236, 229, 222, 0);
  }
}
@keyframes pulse--light-gray {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(245, 243, 245, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(245, 243, 245, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(245, 243, 245, 0);
  }
}
@keyframes pulse--accent-2 {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(255, 222, 33, 0.7);
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 14px rgba(255, 222, 33, 0);
  }
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(255, 222, 33, 0);
  }
}
@keyframes app-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fade-in, .fade-in--slow, .fade-in--fast {
  animation-name: fade-in;
  animation-duration: 0.3s;
}
.fade-in--fast {
  animation-duration: 0.2s;
}
.fade-in--slow {
  animation-duration: 0.8s;
}

.animated-row-background::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: animated-background-bidirectional;
  animation-timing-function: linear;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.slide-bottom-up-in {
  animation-name: slide-bottom-up-in;
  animation-duration: 0.3s;
}

.pulse--primary {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse--primary 2s infinite;
}

.pulse--accent {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse--accent 2s infinite;
}

.pulse--dark {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse--dark 2s infinite;
}

.pulse--secondary {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse--secondary 2s infinite;
}

.pulse--white {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse--white 2s infinite;
}

.pulse--accent-3 {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse--accent-3 2s infinite;
}

.pulse--accent-4 {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse--accent-4 2s infinite;
}

.pulse--light-gray {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse--light-gray 2s infinite;
}

.pulse--accent-2 {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse--accent-2 2s infinite;
}

/* source-sans-pro-200 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: local(""), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-200.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-200.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* source-sans-pro-900 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-900.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* oswald-200 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  src: local(""), url("../fonts/oswald/oswald-v49-latin-200.woff2") format("woff2"), url("../fonts/oswald/oswald-v49-latin-200.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* oswald-300 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/oswald/oswald-v49-latin-300.woff2") format("woff2"), url("../fonts/oswald/oswald-v49-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* oswald-regular - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/oswald/oswald-v49-latin-regular.woff2") format("woff2"), url("../fonts/oswald/oswald-v49-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* oswald-500 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/oswald/oswald-v49-latin-500.woff2") format("woff2"), url("../fonts/oswald/oswald-v49-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* oswald-600 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/oswald/oswald-v49-latin-600.woff2") format("woff2"), url("../fonts/oswald/oswald-v49-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* oswald-700 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/oswald/oswald-v49-latin-700.woff2") format("woff2"), url("../fonts/oswald/oswald-v49-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@font-face {
  font-family: "Core Sans D 55";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/core-sans-d55-bold/CoreSansD55Bold.woff2") format("woff2"), url("../fonts/core-sans-d55-bold/CoreSansD55Bold.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/roboto/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/roboto/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/roboto/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-condensed/roboto-condensed-v25-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-300.woff2") format("woff2"), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-300.woff") format("woff"), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-300.ttf") format("truetype"), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-300.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed/roboto-condensed-v25-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-regular.woff") format("woff"), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-regular.ttf") format("truetype"), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-regular.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed/roboto-condensed-v25-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-700.woff") format("woff"), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed/roboto-condensed-v25-latin-700.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #404040;
  -webkit-text-size-adjust: none;
}

p {
  font-size: 18px;
}
@media (min-width: 576px) {
  p {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #172243;
}
@media (min-width: 992px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1rem;
  }
}
h1.hr, h2.hr, h3.hr, h4.hr, h5.hr, h6.hr,
.h1.hr, .h2.hr, .h3.hr, .h4.hr, .h5.hr, .h6.hr {
  margin-bottom: 60px;
}
h1.hr::after, h2.hr::after, h3.hr::after, h4.hr::after, h5.hr::after, h6.hr::after,
.h1.hr::after, .h2.hr::after, .h3.hr::after, .h4.hr::after, .h5.hr::after, .h6.hr::after {
  position: absolute;
  bottom: -29px;
  width: 65px;
  height: 2px;
  background: #f46246;
  content: "";
}
h1.hr--left::after, h2.hr--left::after, h3.hr--left::after, h4.hr--left::after, h5.hr--left::after, h6.hr--left::after,
.h1.hr--left::after, .h2.hr--left::after, .h3.hr--left::after, .h4.hr--left::after, .h5.hr--left::after, .h6.hr--left::after {
  left: 0;
}
h1.hr--center::after, h2.hr--center::after, h3.hr--center::after, h4.hr--center::after, h5.hr--center::after, h6.hr--center::after,
.h1.hr--center::after, .h2.hr--center::after, .h3.hr--center::after, .h4.hr--center::after, .h5.hr--center::after, .h6.hr--center::after {
  left: 50%;
  transform: translateX(-50%);
}

h1 {
  margin-bottom: 25px;
  font-size: 2.5rem;
  font-weight: 900;
}

h2 {
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.6rem;
  font-weight: 700;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

h5 {
  font-size: 1.4rem;
  font-weight: 700;
}

h6 {
  font-size: 1rem;
  font-weight: 700;
}

.h1--center, .h2--center, .h3--center, .h4--center, .h5--center, .h6--center {
  text-align: center;
}
.h1--white, .h2--white, .h3--white, .h4--white, .h5--white, .h6--white {
  color: #fff;
}
.h1--white .h1__subheading, .h2--white .h1__subheading, .h3--white .h1__subheading, .h4--white .h1__subheading, .h5--white .h1__subheading, .h6--white .h1__subheading {
  color: #fff;
}
.h1--campaign, .h2--campaign, .h3--campaign, .h4--campaign, .h5--campaign, .h6--campaign {
  color: #ba5a87;
}
.h1--primary, .h2--primary, .h3--primary, .h4--primary, .h5--primary, .h6--primary {
  color: #f46246;
}

h1 .h1__subheading {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 300;
  color: #172243;
  text-transform: none;
}
h1 .h1__subheading--small {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h1 .h1__subheading {
    font-weight: 400;
  }
  h1 .h1__subheading--small {
    font-weight: 300;
  }
}

a {
  font-weight: 500;
  color: #f46246;
  transition: color 0.3s;
}
a:hover {
  color: rgb(242.568877551, 77.5739795918, 45.931122449);
}

.quote--primary {
  position: relative;
  font-style: italic;
}
.quote--primary::before, .quote--primary::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  color: #f46246;
}
.quote--primary::before {
  content: "\f10d";
  margin-right: 5px;
}
.quote--primary::after {
  content: "\f10e";
  margin-left: 5px;
}

.quote--accent {
  position: relative;
  font-style: italic;
}
.quote--accent::before, .quote--accent::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  color: #ba5a87;
}
.quote--accent::before {
  content: "\f10d";
  margin-right: 5px;
}
.quote--accent::after {
  content: "\f10e";
  margin-left: 5px;
}

.quote--dark {
  position: relative;
  font-style: italic;
}
.quote--dark::before, .quote--dark::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  color: #172243;
}
.quote--dark::before {
  content: "\f10d";
  margin-right: 5px;
}
.quote--dark::after {
  content: "\f10e";
  margin-left: 5px;
}

.quote--secondary {
  position: relative;
  font-style: italic;
}
.quote--secondary::before, .quote--secondary::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  color: #172243;
}
.quote--secondary::before {
  content: "\f10d";
  margin-right: 5px;
}
.quote--secondary::after {
  content: "\f10e";
  margin-left: 5px;
}

h1.body__heading,
h2.body__heading {
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 18px;
}
@media (min-width: 768px) {
  h1.body__heading,
  h2.body__heading {
    font-size: 2rem;
  }
}
h1.body__heading .body__heading-main,
h2.body__heading .body__heading-main {
  color: #f46246;
}
h1.body__heading--with-subheading,
h2.body__heading--with-subheading {
  position: relative;
  margin-bottom: 20px;
}
h1.body__heading--with-subheading::before,
h2.body__heading--with-subheading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  height: 50%;
  width: 8px;
  background-color: #f46246;
}
h1.body__heading--campaign.body__heading .body__heading-main,
h2.body__heading--campaign.body__heading .body__heading-main {
  color: #ba5a87;
}
h1.body__heading--campaign.body__heading .body__heading-start,
h2.body__heading--campaign.body__heading .body__heading-start {
  color: #ba5a87;
}
h1.body__heading--campaign.body__heading .body__heading-rest,
h2.body__heading--campaign.body__heading .body__heading-rest {
  color: #172243;
}
h1.body__heading--campaign.body__heading.body__heading--with-subheading::before,
h2.body__heading--campaign.body__heading.body__heading--with-subheading::before {
  background-color: #ba5a87;
}
h1.body__heading--campaign.body__heading .body__subheading,
h2.body__heading--campaign.body__heading .body__subheading {
  color: #172243;
}
h1.body__heading .body__heading-start,
h2.body__heading .body__heading-start {
  color: #f46246;
}
h1.body__heading--no-body,
h2.body__heading--no-body {
  margin-bottom: 0;
}
h1.body__heading .body__subheading,
h2.body__heading .body__subheading {
  display: block;
  line-height: 1;
}

.link--underlined,
a.link--underlined {
  text-decoration: underline;
}
.link--underlined-primary,
a.link--underlined-primary {
  text-decoration-color: #f46246;
}
.link--underlined-primary:hover,
a.link--underlined-primary:hover {
  text-decoration-color: #f46246;
}
.link--underlined-accent,
a.link--underlined-accent {
  text-decoration-color: #ba5a87;
}
.link--underlined-accent:hover,
a.link--underlined-accent:hover {
  text-decoration-color: #ba5a87;
}
.link--underlined-dark,
a.link--underlined-dark {
  text-decoration-color: #172243;
}
.link--underlined-dark:hover,
a.link--underlined-dark:hover {
  text-decoration-color: #172243;
}
.link--underlined-secondary,
a.link--underlined-secondary {
  text-decoration-color: #172243;
}
.link--underlined-secondary:hover,
a.link--underlined-secondary:hover {
  text-decoration-color: #172243;
}
.link--underlined-white,
a.link--underlined-white {
  text-decoration-color: #fff;
}
.link--underlined-white:hover,
a.link--underlined-white:hover {
  text-decoration-color: #fff;
}
.link--underlined-accent-3,
a.link--underlined-accent-3 {
  text-decoration-color: #095d40;
}
.link--underlined-accent-3:hover,
a.link--underlined-accent-3:hover {
  text-decoration-color: #095d40;
}
.link--underlined-accent-4,
a.link--underlined-accent-4 {
  text-decoration-color: #ece5de;
}
.link--underlined-accent-4:hover,
a.link--underlined-accent-4:hover {
  text-decoration-color: #ece5de;
}
.link--underlined-light-gray,
a.link--underlined-light-gray {
  text-decoration-color: #F5F3F5;
}
.link--underlined-light-gray:hover,
a.link--underlined-light-gray:hover {
  text-decoration-color: #F5F3F5;
}
.link--underlined-accent-2,
a.link--underlined-accent-2 {
  text-decoration-color: #ffde21;
}
.link--underlined-accent-2:hover,
a.link--underlined-accent-2:hover {
  text-decoration-color: #ffde21;
}
.link--underlined-thick,
a.link--underlined-thick {
  text-decoration-thickness: 2px;
}
.link--underlined-thick:hover,
a.link--underlined-thick:hover {
  text-decoration-thickness: 2px;
}
.link--primary,
a.link--primary {
  color: #f46246;
}
.link--accent,
a.link--accent {
  color: #ba5a87;
}
.link--dark,
a.link--dark {
  color: #172243;
}
.link--secondary,
a.link--secondary {
  color: #172243;
}
.link--white,
a.link--white {
  color: #fff;
}
.link--accent-3,
a.link--accent-3 {
  color: #095d40;
}
.link--accent-4,
a.link--accent-4 {
  color: #ece5de;
}
.link--light-gray,
a.link--light-gray {
  color: #F5F3F5;
}
.link--accent-2,
a.link--accent-2 {
  color: #ffde21;
}

html, body {
  height: 100%;
}
html.no-scroll, body.no-scroll {
  overflow: hidden;
}

body {
  display: flex;
  flex-flow: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  body {
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  body::-webkit-scrollbar {
    width: 12px;
  }
  body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  body::-webkit-scrollbar-thumb {
    background: rgba(23, 34, 67, 0.3);
    border-radius: 3px;
  }
  body::-webkit-scrollbar-thumb:hover {
    background: #f46246;
  }
}
body.scrollbar--primary::-webkit-scrollbar-thumb:hover {
  background: #f46246;
}
body.scrollbar--accent::-webkit-scrollbar-thumb:hover {
  background: #ba5a87;
}
body.scrollbar--dark::-webkit-scrollbar-thumb:hover {
  background: #172243;
}
body.scrollbar--secondary::-webkit-scrollbar-thumb:hover {
  background: #172243;
}
body.scrollbar--campaign-primary::-webkit-scrollbar-thumb:hover {
  background: #ba5a87;
}
body.scrollbar--white::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
body.scrollbar--accent-3::-webkit-scrollbar-thumb:hover {
  background: #095d40;
}
body.scrollbar--accent-4::-webkit-scrollbar-thumb:hover {
  background: #ece5de;
}
body.scrollbar--light-gray::-webkit-scrollbar-thumb:hover {
  background: #F5F3F5;
}
body.scrollbar--accent-2::-webkit-scrollbar-thumb:hover {
  background: #ffde21;
}
body.scrollbar--campaign-secondary::-webkit-scrollbar-thumb:hover {
  background: #172243;
}

ins {
  text-decoration: none !important;
}

.main-container {
  flex: 1;
}

.content-container {
  background-color: #fff;
  font-weight: 300;
}
.content-container p {
  color: #404040;
  font-weight: 300;
}
.content-container p:last-of-type {
  margin-bottom: 0;
}

.footer {
  padding: 0;
  color: #f46246;
  background-color: #172243;
}
@media (min-width: 992px) {
  .footer {
    text-align: left;
  }
}
.footer__main {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .footer__main {
    padding-top: 100px;
  }
}
.footer__logo {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__logo {
    margin-bottom: 0;
    text-align: left;
  }
}
.footer__logo img {
  width: auto;
  max-height: 120px;
}
.footer__header {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 900;
  color: #ece5de;
  text-transform: uppercase;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer__link {
  font-size: 18px;
  font-weight: 400;
  color: #F5F3F5;
  text-decoration: none;
  transition: all 0.2s;
}
.footer__link-list-item {
  line-height: 1.4;
}
.footer .social-icons {
  justify-content: center;
}
.footer .social-icons__item {
  margin: 0 10px;
}
.footer__disclaimer {
  padding: 45px 0 80px 0;
  background-color: #000;
}
@media (min-width: 992px) {
  .footer__disclaimer {
    padding: 30px 0 80px 0;
  }
}
.footer__disclaimer p {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
}
.footer__hemming-logo {
  width: auto;
  max-height: 100px;
}

.footer-socials {
  background-color: #f46246;
}
.footer-socials__content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 19px 0;
}
@media (min-width: 768px) {
  .footer-socials__content {
    flex-flow: row;
  }
}
.footer-socials__content .social-icons__icon {
  font-size: 36px;
}
.footer-socials__content .social-icons__link:hover {
  transform: none;
}
.footer-socials__header {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .footer-socials__header {
    margin: 0 30px 0 0;
    font-size: 24px;
  }
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.4);
}
.overlay--frosted {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.carousel-control-prev, .carousel-control-next {
  width: 5%;
}
.home__section:nth-of-type(even) .carousel-control-prev, .home__section:nth-of-type(even) .carousel-control-next {
  color: #172243;
}

.carousel__control-icon {
  font-size: 40px;
}

.custom-tooltip--danger {
  --bs-tooltip-bg: #cf002f;
}
.custom-tooltip--cancelled {
  --bs-tooltip-bg: rgb(130.5, 0, 29.6304347826) ;
}
.custom-tooltip--warning {
  --bs-tooltip-bg: #d1320e;
}
.custom-tooltip--info {
  --bs-tooltip-bg: #38679d;
}
.custom-tooltip--success {
  --bs-tooltip-bg: #66921d;
}
.custom-tooltip--primary {
  --bs-tooltip-bg: #f46246;
}
.custom-tooltip--dark {
  --bs-tooltip-bg: #172243;
}
.custom-tooltip--white {
  --bs-tooltip-bg: #fff;
  --bs-tooltip-color: $color-dark;
}

.button,
a.button,
button.button,
.umb-rte a[data-mce-selected=inline-boundary].button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 3px solid;
  padding: 5px 20px;
  font-size: 17px;
  border-radius: 0;
  transition: all 0.2s;
  z-index: 1;
  outline: 0;
}
@media (min-width: 576px) {
  .button,
  a.button,
  button.button,
  .umb-rte a[data-mce-selected=inline-boundary].button {
    justify-content: flex-start;
  }
  .button:not(:last-of-type),
  a.button:not(:last-of-type),
  button.button:not(:last-of-type),
  .umb-rte a[data-mce-selected=inline-boundary].button:not(:last-of-type) {
    margin-right: 10px;
  }
}
.button:hover,
a.button:hover,
button.button:hover,
.umb-rte a[data-mce-selected=inline-boundary].button:hover {
  /*box-shadow: inset 0 4px 4px rgba($color-black, 30%),  0 4px 4px rgba($color-black, 30%);*/
}
.button:hover:active,
a.button:hover:active,
button.button:hover:active,
.umb-rte a[data-mce-selected=inline-boundary].button:hover:active {
  box-shadow: none;
  text-shadow: none;
}
.button:disabled, .button--disabled,
a.button:disabled,
a.button--disabled,
button.button:disabled,
button.button--disabled,
.umb-rte a[data-mce-selected=inline-boundary].button:disabled,
.umb-rte a[data-mce-selected=inline-boundary].button--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.button:disabled::after, .button--disabled::after,
a.button:disabled::after,
a.button--disabled::after,
button.button:disabled::after,
button.button--disabled::after,
.umb-rte a[data-mce-selected=inline-boundary].button:disabled::after,
.umb-rte a[data-mce-selected=inline-boundary].button--disabled::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  z-index: -1;
}
.button:disabled.button--round::after, .button--disabled.button--round::after,
a.button:disabled.button--round::after,
a.button--disabled.button--round::after,
button.button:disabled.button--round::after,
button.button--disabled.button--round::after,
.umb-rte a[data-mce-selected=inline-boundary].button:disabled.button--round::after,
.umb-rte a[data-mce-selected=inline-boundary].button--disabled.button--round::after {
  border-radius: 50px;
}
.button--gray,
a.button--gray,
button.button--gray,
.umb-rte a[data-mce-selected=inline-boundary].button--gray {
  color: #ffde21;
}
.button--gray:hover,
a.button--gray:hover,
button.button--gray:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--gray:hover {
  background-color: #ffde21;
  border-color: #ffde21;
  color: #fff;
}
.button--default,
a.button--default,
button.button--default,
.umb-rte a[data-mce-selected=inline-boundary].button--default {
  color: #f46246;
}
.button--default:hover, .button--default-solid,
a.button--default:hover,
a.button--default-solid,
button.button--default:hover,
button.button--default-solid,
.umb-rte a[data-mce-selected=inline-boundary].button--default:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--default-solid {
  background-color: #f46246;
  border-color: #f46246;
  color: #fff;
}
.button--default-solid:hover,
a.button--default-solid:hover,
button.button--default-solid:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--default-solid:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.button--primary,
a.button--primary,
button.button--primary,
.umb-rte a[data-mce-selected=inline-boundary].button--primary {
  color: #f46246;
  border-color: #f46246;
}
.button--primary:hover,
a.button--primary:hover,
button.button--primary:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--primary:hover {
  background-color: #f46246;
  border-color: #f46246;
  color: #fff;
}
.background--primary .button--primary:hover, [data-bg-colour=background--primary] .button--primary:hover, .area-with-white-buttons .button--primary:hover,
.background--primary a.button--primary:hover,
[data-bg-colour=background--primary] a.button--primary:hover,
.area-with-white-buttons a.button--primary:hover,
.background--primary button.button--primary:hover,
[data-bg-colour=background--primary] button.button--primary:hover,
.area-with-white-buttons button.button--primary:hover,
.background--primary .umb-rte a[data-mce-selected=inline-boundary].button--primary:hover,
[data-bg-colour=background--primary] .umb-rte a[data-mce-selected=inline-boundary].button--primary:hover,
.area-with-white-buttons .umb-rte a[data-mce-selected=inline-boundary].button--primary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f46246;
}
.button--primary-solid,
a.button--primary-solid,
button.button--primary-solid,
.umb-rte a[data-mce-selected=inline-boundary].button--primary-solid {
  background-color: #f46246;
  border-color: #f46246;
  color: #fff;
}
.button--primary-solid:hover,
a.button--primary-solid:hover,
button.button--primary-solid:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--primary-solid:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.button--accent,
a.button--accent,
button.button--accent,
.umb-rte a[data-mce-selected=inline-boundary].button--accent {
  color: #ba5a87;
  border-color: #ba5a87;
}
.button--accent:hover,
a.button--accent:hover,
button.button--accent:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--accent:hover {
  background-color: #f46246;
  border-color: #f46246;
  color: #fff;
}
.background--primary .button--accent:hover, [data-bg-colour=background--primary] .button--accent:hover, .area-with-white-buttons .button--accent:hover,
.background--primary a.button--accent:hover,
[data-bg-colour=background--primary] a.button--accent:hover,
.area-with-white-buttons a.button--accent:hover,
.background--primary button.button--accent:hover,
[data-bg-colour=background--primary] button.button--accent:hover,
.area-with-white-buttons button.button--accent:hover,
.background--primary .umb-rte a[data-mce-selected=inline-boundary].button--accent:hover,
[data-bg-colour=background--primary] .umb-rte a[data-mce-selected=inline-boundary].button--accent:hover,
.area-with-white-buttons .umb-rte a[data-mce-selected=inline-boundary].button--accent:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f46246;
}
.button--accent-solid,
a.button--accent-solid,
button.button--accent-solid,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-solid {
  background-color: #ba5a87;
  border-color: #ba5a87;
  color: #fff;
}
.button--accent-solid:hover,
a.button--accent-solid:hover,
button.button--accent-solid:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-solid:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.button--dark,
a.button--dark,
button.button--dark,
.umb-rte a[data-mce-selected=inline-boundary].button--dark {
  color: #172243;
  border-color: #172243;
}
.button--dark:hover,
a.button--dark:hover,
button.button--dark:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--dark:hover {
  background-color: #f46246;
  border-color: #f46246;
  color: #fff;
}
.background--primary .button--dark:hover, [data-bg-colour=background--primary] .button--dark:hover, .area-with-white-buttons .button--dark:hover,
.background--primary a.button--dark:hover,
[data-bg-colour=background--primary] a.button--dark:hover,
.area-with-white-buttons a.button--dark:hover,
.background--primary button.button--dark:hover,
[data-bg-colour=background--primary] button.button--dark:hover,
.area-with-white-buttons button.button--dark:hover,
.background--primary .umb-rte a[data-mce-selected=inline-boundary].button--dark:hover,
[data-bg-colour=background--primary] .umb-rte a[data-mce-selected=inline-boundary].button--dark:hover,
.area-with-white-buttons .umb-rte a[data-mce-selected=inline-boundary].button--dark:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f46246;
}
.button--dark-solid,
a.button--dark-solid,
button.button--dark-solid,
.umb-rte a[data-mce-selected=inline-boundary].button--dark-solid {
  background-color: #172243;
  border-color: #172243;
  color: #fff;
}
.button--dark-solid:hover,
a.button--dark-solid:hover,
button.button--dark-solid:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--dark-solid:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.button--secondary,
a.button--secondary,
button.button--secondary,
.umb-rte a[data-mce-selected=inline-boundary].button--secondary {
  color: #172243;
  border-color: #172243;
}
.button--secondary:hover,
a.button--secondary:hover,
button.button--secondary:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--secondary:hover {
  background-color: #f46246;
  border-color: #f46246;
  color: #fff;
}
.background--primary .button--secondary:hover, [data-bg-colour=background--primary] .button--secondary:hover, .area-with-white-buttons .button--secondary:hover,
.background--primary a.button--secondary:hover,
[data-bg-colour=background--primary] a.button--secondary:hover,
.area-with-white-buttons a.button--secondary:hover,
.background--primary button.button--secondary:hover,
[data-bg-colour=background--primary] button.button--secondary:hover,
.area-with-white-buttons button.button--secondary:hover,
.background--primary .umb-rte a[data-mce-selected=inline-boundary].button--secondary:hover,
[data-bg-colour=background--primary] .umb-rte a[data-mce-selected=inline-boundary].button--secondary:hover,
.area-with-white-buttons .umb-rte a[data-mce-selected=inline-boundary].button--secondary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f46246;
}
.button--secondary-solid,
a.button--secondary-solid,
button.button--secondary-solid,
.umb-rte a[data-mce-selected=inline-boundary].button--secondary-solid {
  background-color: #172243;
  border-color: #172243;
  color: #fff;
}
.button--secondary-solid:hover,
a.button--secondary-solid:hover,
button.button--secondary-solid:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--secondary-solid:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.button--white,
a.button--white,
button.button--white,
.umb-rte a[data-mce-selected=inline-boundary].button--white {
  color: #fff;
  border-color: #fff;
}
.button--white:hover,
a.button--white:hover,
button.button--white:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--white:hover {
  background-color: #f46246;
  border-color: #f46246;
  color: #fff;
}
.background--primary .button--white:hover, [data-bg-colour=background--primary] .button--white:hover, .area-with-white-buttons .button--white:hover,
.background--primary a.button--white:hover,
[data-bg-colour=background--primary] a.button--white:hover,
.area-with-white-buttons a.button--white:hover,
.background--primary button.button--white:hover,
[data-bg-colour=background--primary] button.button--white:hover,
.area-with-white-buttons button.button--white:hover,
.background--primary .umb-rte a[data-mce-selected=inline-boundary].button--white:hover,
[data-bg-colour=background--primary] .umb-rte a[data-mce-selected=inline-boundary].button--white:hover,
.area-with-white-buttons .umb-rte a[data-mce-selected=inline-boundary].button--white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f46246;
}
.button--white-solid,
a.button--white-solid,
button.button--white-solid,
.umb-rte a[data-mce-selected=inline-boundary].button--white-solid {
  background-color: #fff;
  border-color: #fff;
  color: #404040;
}
.button--white-solid:hover,
a.button--white-solid:hover,
button.button--white-solid:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--white-solid:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.button--accent-3,
a.button--accent-3,
button.button--accent-3,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-3 {
  color: #095d40;
  border-color: #095d40;
}
.button--accent-3:hover,
a.button--accent-3:hover,
button.button--accent-3:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-3:hover {
  background-color: #f46246;
  border-color: #f46246;
  color: #fff;
}
.background--primary .button--accent-3:hover, [data-bg-colour=background--primary] .button--accent-3:hover, .area-with-white-buttons .button--accent-3:hover,
.background--primary a.button--accent-3:hover,
[data-bg-colour=background--primary] a.button--accent-3:hover,
.area-with-white-buttons a.button--accent-3:hover,
.background--primary button.button--accent-3:hover,
[data-bg-colour=background--primary] button.button--accent-3:hover,
.area-with-white-buttons button.button--accent-3:hover,
.background--primary .umb-rte a[data-mce-selected=inline-boundary].button--accent-3:hover,
[data-bg-colour=background--primary] .umb-rte a[data-mce-selected=inline-boundary].button--accent-3:hover,
.area-with-white-buttons .umb-rte a[data-mce-selected=inline-boundary].button--accent-3:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f46246;
}
.button--accent-3-solid,
a.button--accent-3-solid,
button.button--accent-3-solid,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-3-solid {
  background-color: #095d40;
  border-color: #095d40;
  color: #404040;
}
.button--accent-3-solid:hover,
a.button--accent-3-solid:hover,
button.button--accent-3-solid:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-3-solid:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.button--accent-4,
a.button--accent-4,
button.button--accent-4,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-4 {
  color: #ece5de;
  border-color: #ece5de;
}
.button--accent-4:hover,
a.button--accent-4:hover,
button.button--accent-4:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-4:hover {
  background-color: #f46246;
  border-color: #f46246;
  color: #fff;
}
.background--primary .button--accent-4:hover, [data-bg-colour=background--primary] .button--accent-4:hover, .area-with-white-buttons .button--accent-4:hover,
.background--primary a.button--accent-4:hover,
[data-bg-colour=background--primary] a.button--accent-4:hover,
.area-with-white-buttons a.button--accent-4:hover,
.background--primary button.button--accent-4:hover,
[data-bg-colour=background--primary] button.button--accent-4:hover,
.area-with-white-buttons button.button--accent-4:hover,
.background--primary .umb-rte a[data-mce-selected=inline-boundary].button--accent-4:hover,
[data-bg-colour=background--primary] .umb-rte a[data-mce-selected=inline-boundary].button--accent-4:hover,
.area-with-white-buttons .umb-rte a[data-mce-selected=inline-boundary].button--accent-4:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f46246;
}
.button--accent-4-solid,
a.button--accent-4-solid,
button.button--accent-4-solid,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-4-solid {
  background-color: #ece5de;
  border-color: #ece5de;
  color: #404040;
}
.button--accent-4-solid:hover,
a.button--accent-4-solid:hover,
button.button--accent-4-solid:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-4-solid:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.button--light-gray,
a.button--light-gray,
button.button--light-gray,
.umb-rte a[data-mce-selected=inline-boundary].button--light-gray {
  color: #F5F3F5;
  border-color: #F5F3F5;
}
.button--light-gray:hover,
a.button--light-gray:hover,
button.button--light-gray:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--light-gray:hover {
  background-color: #f46246;
  border-color: #f46246;
  color: #fff;
}
.background--primary .button--light-gray:hover, [data-bg-colour=background--primary] .button--light-gray:hover, .area-with-white-buttons .button--light-gray:hover,
.background--primary a.button--light-gray:hover,
[data-bg-colour=background--primary] a.button--light-gray:hover,
.area-with-white-buttons a.button--light-gray:hover,
.background--primary button.button--light-gray:hover,
[data-bg-colour=background--primary] button.button--light-gray:hover,
.area-with-white-buttons button.button--light-gray:hover,
.background--primary .umb-rte a[data-mce-selected=inline-boundary].button--light-gray:hover,
[data-bg-colour=background--primary] .umb-rte a[data-mce-selected=inline-boundary].button--light-gray:hover,
.area-with-white-buttons .umb-rte a[data-mce-selected=inline-boundary].button--light-gray:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f46246;
}
.button--light-gray-solid,
a.button--light-gray-solid,
button.button--light-gray-solid,
.umb-rte a[data-mce-selected=inline-boundary].button--light-gray-solid {
  background-color: #F5F3F5;
  border-color: #F5F3F5;
  color: #404040;
}
.button--light-gray-solid:hover,
a.button--light-gray-solid:hover,
button.button--light-gray-solid:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--light-gray-solid:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.button--accent-2,
a.button--accent-2,
button.button--accent-2,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-2 {
  color: #ffde21;
  border-color: #ffde21;
}
.button--accent-2:hover,
a.button--accent-2:hover,
button.button--accent-2:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-2:hover {
  background-color: #f46246;
  border-color: #f46246;
  color: #fff;
}
.background--primary .button--accent-2:hover, [data-bg-colour=background--primary] .button--accent-2:hover, .area-with-white-buttons .button--accent-2:hover,
.background--primary a.button--accent-2:hover,
[data-bg-colour=background--primary] a.button--accent-2:hover,
.area-with-white-buttons a.button--accent-2:hover,
.background--primary button.button--accent-2:hover,
[data-bg-colour=background--primary] button.button--accent-2:hover,
.area-with-white-buttons button.button--accent-2:hover,
.background--primary .umb-rte a[data-mce-selected=inline-boundary].button--accent-2:hover,
[data-bg-colour=background--primary] .umb-rte a[data-mce-selected=inline-boundary].button--accent-2:hover,
.area-with-white-buttons .umb-rte a[data-mce-selected=inline-boundary].button--accent-2:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f46246;
}
.button--accent-2-solid,
a.button--accent-2-solid,
button.button--accent-2-solid,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-2-solid {
  background-color: #ffde21;
  border-color: #ffde21;
  color: #404040;
}
.button--accent-2-solid:hover,
a.button--accent-2-solid:hover,
button.button--accent-2-solid:hover,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-2-solid:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.button--info,
a.button--info,
button.button--info,
.umb-rte a[data-mce-selected=inline-boundary].button--info {
  background-color: #38679d;
  color: #fff;
}
.button--success,
a.button--success,
button.button--success,
.umb-rte a[data-mce-selected=inline-boundary].button--success {
  background-color: #66921d;
  color: #172243;
}
.button--warning,
a.button--warning,
button.button--warning,
.umb-rte a[data-mce-selected=inline-boundary].button--warning {
  background-color: #d1320e;
  color: #fff;
}
.button--danger,
a.button--danger,
button.button--danger,
.umb-rte a[data-mce-selected=inline-boundary].button--danger {
  background-color: #cf002f;
  color: #fff;
  border-color: #cf002f;
}
.button--cancel,
a.button--cancel,
button.button--cancel,
.umb-rte a[data-mce-selected=inline-boundary].button--cancel {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}
.button--loud,
a.button--loud,
button.button--loud,
.umb-rte a[data-mce-selected=inline-boundary].button--loud {
  text-transform: uppercase;
}
.button--capitalise,
a.button--capitalise,
button.button--capitalise,
.umb-rte a[data-mce-selected=inline-boundary].button--capitalise {
  text-transform: capitalize;
}
.button--light,
a.button--light,
button.button--light,
.umb-rte a[data-mce-selected=inline-boundary].button--light {
  font-weight: 300;
}
.button--bold,
a.button--bold,
button.button--bold,
.umb-rte a[data-mce-selected=inline-boundary].button--bold {
  font-weight: 600;
}
.button--x-small,
a.button--x-small,
button.button--x-small,
.umb-rte a[data-mce-selected=inline-boundary].button--x-small {
  font-size: 1rem;
  padding: 5px 20px;
}
.button--small,
a.button--small,
button.button--small,
.umb-rte a[data-mce-selected=inline-boundary].button--small {
  font-size: 1rem;
}
.button--big,
a.button--big,
button.button--big,
.umb-rte a[data-mce-selected=inline-boundary].button--big {
  font-size: 1.375rem;
}
.button--x-big,
a.button--x-big,
button.button--x-big,
.umb-rte a[data-mce-selected=inline-boundary].button--x-big {
  font-size: 1.625rem;
}
.button--thin,
a.button--thin,
button.button--thin,
.umb-rte a[data-mce-selected=inline-boundary].button--thin {
  padding-top: 6px;
  padding-bottom: 7px;
}
.button--loading,
a.button--loading,
button.button--loading,
.umb-rte a[data-mce-selected=inline-boundary].button--loading {
  justify-content: center;
  --fa-animation-duration: .5s;
}
.button--round,
a.button--round,
button.button--round,
.umb-rte a[data-mce-selected=inline-boundary].button--round {
  border-radius: 50px;
}
.button__icon,
a.button__icon,
button.button__icon,
.umb-rte a[data-mce-selected=inline-boundary].button__icon {
  margin-right: 8px;
  transition: transform 0.2s;
}
.button__icon--right,
a.button__icon--right,
button.button__icon--right,
.umb-rte a[data-mce-selected=inline-boundary].button__icon--right {
  margin-left: 8px;
  transition: transform 0.2s;
}
.button__loading-icon,
a.button__loading-icon,
button.button__loading-icon,
.umb-rte a[data-mce-selected=inline-boundary].button__loading-icon {
  font-size: 25px;
}
.button--animate-icon:hover .button__icon--right,
a.button--animate-icon:hover .button__icon--right,
button.button--animate-icon:hover .button__icon--right,
.umb-rte a[data-mce-selected=inline-boundary].button--animate-icon:hover .button__icon--right {
  transform: translateX(3px);
}
.button--animate-icon:hover .button__icon,
a.button--animate-icon:hover .button__icon,
button.button--animate-icon:hover .button__icon,
.umb-rte a[data-mce-selected=inline-boundary].button--animate-icon:hover .button__icon {
  transform: translateX(-3px);
}

.ctas__container {
  display: flex;
  flex-direction: column;
  flex-flow: column;
  align-items: center;
}
.ctas__container .button:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .ctas__container {
    flex-direction: row;
    flex-flow: row;
    align-items: center;
  }
  .ctas__container .button:not(:last-of-type) {
    margin-bottom: inherit;
  }
}
.grid__column .ctas__container {
  margin-top: 30px;
}
[data-section-name=teaser-thumbnails] .ctas__container, [data-section-name=speakers-slider] .ctas__container {
  margin-top: 50px;
}
[data-section-name=image-grid] .ctas__container, [data-section-name=statistics] .ctas__container, [data-section-name=image-cards] .ctas__container {
  margin-top: 60px;
}
.ctas--stacked {
  flex-direction: column;
  flex-flow: column;
  align-items: flex-start;
}
.ctas--stacked .button:not(:last-of-type) {
  margin-bottom: 15px;
}
.ctas--centered {
  justify-content: center;
}
.ctas--centered.ctas--stacked {
  justify-content: unset;
  align-items: center;
}
.ctas--right {
  justify-content: flex-end;
}
.ctas--right.ctas--stacked {
  justify-content: unset;
  align-items: flex-end;
}

.loading__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1060;
  animation: fade-in 0.2s ease-in;
}
.loading__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  border-radius: 6px;
  animation: fade-in 0.2s ease-in 1 forwards;
}
.loading__content-wrapper > i {
  margin-right: 15px;
  font-size: 30px;
}
.loading__message {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.form__checkbox [type=checkbox].loading--checkbox {
  opacity: 1;
}
.form__checkbox [type=checkbox].loading--checkbox::before {
  content: "";
  position: absolute;
  top: -2px;
  height: 16px;
  width: 16px;
  z-index: 1;
  background-color: #fff;
}
.form__checkbox [type=checkbox].loading--checkbox::after {
  content: "\f1ce";
  position: absolute;
  top: -2px;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: #f46246;
  animation: app-spin 0.3s linear infinite;
  transform-origin: 8px 8px;
}

/*Notifications.***********************************/
.notification {
  position: fixed;
  top: 70px;
  z-index: 10000;
  right: 0;
  -moz-transition: left 0.4s;
  -o-transition: left 0.4s;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  left: 0;
  padding: 0 5px;
}
@media (min-width: 992px) {
  .notification {
    top: 90px;
  }
}
.notification--error {
  z-index: 20000; /*Over everything*/
}
.notification__body {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: flex;
  width: 100%;
  margin: auto;
  position: absolute;
  right: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  max-width: 400px;
  color: #333;
  background: #fff;
  overflow: hidden;
  animation: slide-left-in 0.5s;
  transform: translateX(0);
}
@media (max-width: 575.98px) {
  .notification__body {
    left: unset;
    right: 5px;
    width: calc(100% - 10px);
    animation: slide-left-in 0.5s;
    transform: translateX(0);
  }
}
.notification__body strong {
  font-weight: 700;
}
.notification__close-button {
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 0 15px;
  text-decoration: none;
  color: #444;
}
@media (prefers-reduced-motion: reduce) {
  .notification__close-button {
    transition: none;
  }
}
.notification__close-button:visited, .notification__close-button:active {
  color: #444;
}
.notification__close-button:hover {
  background-color: #b1afb6;
}
.notification__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  margin-bottom: 0;
  padding: 20px 10px 20px 30px;
  font-weight: 300;
  flex: 1;
}
.notification__content > p {
  margin: 0;
  font-size: 14px;
}
.notification__title {
  margin-bottom: 3px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
}
.notification__message {
  font-weight: 400;
}
.notification__icon-wrap {
  display: flex;
  align-items: center;
  padding: 20px;
}
.notification__icon-wrap--success {
  background-color: #66921d;
}
.notification__icon-wrap--danger {
  background-color: #cf002f;
}
.notification__icon-wrap--warning {
  background-color: #d1320e;
}
.notification__icon-wrap--info {
  background-color: #38679d;
}
.notification__icon {
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 15px;
  padding: 5px;
  height: 25px;
  width: 25px;
  display: flex;
}
.notification__icon--success {
  color: #66921d;
}
.notification__icon--danger {
  color: #cf002f;
}
.notification__icon--warning {
  color: #d1320e;
}
.notification__icon--info {
  color: #38679d;
}

a.notification__close-button {
  text-decoration: none;
}
a.notification__close-button svg {
  height: 25px;
  width: 25px;
}
a.notification__close-button--success i {
  color: rgb(42.5485714286, 60.9028571429, 12.0971428571);
}
a.notification__close-button--success:hover {
  background: rgba(102, 146, 29, 0.2);
}
a.notification__close-button--danger i {
  color: rgb(105, 0, 23.8405797101);
}
a.notification__close-button--danger:hover {
  background: rgba(207, 0, 47, 0.2);
}
a.notification__close-button--warning i {
  color: rgb(113.4035874439, 27.130044843, 7.5964125561);
}
a.notification__close-button--warning:hover {
  background: rgba(209, 50, 14, 0.2);
}
a.notification__close-button--info i {
  color: rgb(29.1830985915, 53.676056338, 81.8169014085);
}
a.notification__close-button--info:hover {
  background: rgba(56, 103, 157, 0.2);
}

.navbar-brand__container {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1031;
  height: 0;
  transform: translateX(-50%);
}
@media (min-width: 769px) and (max-width: 1200px) {
  .navbar-brand__container {
    display: none;
  }
}

.navigation {
  display: none;
  min-height: 90px;
  padding: 0;
  background-color: #172243;
}
.navigation--no-ctas.justify-content-end {
  margin-right: 20px;
}
.navigation__inner-container, .navigation__items-container, .navigation__items, .navigation__item {
  height: 100%;
}
.navigation.navbar > .container-fluid {
  padding: 0;
}
.navigation__inner-container {
  height: 60px;
}
@media (min-width: 768px) {
  .navigation__inner-container {
    height: 90px;
  }
}
.navigation__items > .navigation__item {
  position: relative;
}
.navigation__items > .navigation__item:hover {
  color: #f46246;
}
.navigation__items > .navigation__item.dropdown:hover > .navigation__link {
  color: #f46246;
}
.navigation__items > .navigation__item.dropdown:hover .sub-menu {
  display: block;
}
@media (min-width: 769px) {
  .navigation {
    display: flex;
  }
}
.navigation__brand {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: #172243;
  border-radius: 6px;
  transform: translateY(30px) scale(1.7);
  transition: all 0.3s;
}
.navigation__brand--shrunk {
  border-radius: 0;
  transform: translateY(0) scale(1);
}
.navigation__brand--shrunk.navigation__brand--rotate45 {
  background-color: transparent;
  transform: translateY(3px) scale(1) rotate(45deg);
}
.navigation__brand--rotate45 {
  transform: translateY(28px) scale(1.7) rotate(45deg);
}
.navigation__brand-image {
  height: 60px;
  padding: 0 0 0 20px;
  border-left: 28px solid #f46246;
}
.navigation__event-info {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  font-weight: 300;
  color: #fff;
}
.navigation__event-info > * {
  line-height: 1.3;
}
.navigation__date {
  font-size: 15px;
  font-weight: 600;
}
.navigation__location {
  font-size: 14px;
}
.navigation__link {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  transition: color 0.3s, font-weight 0.2s;
}
.navigation__link > i {
  position: absolute;
  right: 10px;
  font-size: 12px;
}
.navbar-expand-sm .navbar-nav .navigation__link {
  padding: 1.3rem 1.5rem;
}
.navigation__link:hover {
  font-weight: 600;
  color: #f46246;
}
.navigation__link::after {
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-weight: 600;
  pointer-events: none;
  border: none;
  content: attr(data-text);
  visibility: hidden;
  user-select: none;
}
@media speech {
  .navigation__link::after {
    display: none;
  }
}
.navigation__link:focus {
  color: #f46246;
}
.navigation__link:focus:hover {
  color: #f46246;
}
.navigation__link--home {
  margin-right: 10px;
  font-size: 30px;
}
.navbar-expand-sm .navbar-nav .navigation__link--home {
  padding: 0;
}
.navigation__link--home:hover {
  color: #ba5a87;
}
.navigation__social-links {
  display: none;
}
@media (min-width: 576px) {
  .navigation__social-links {
    display: block;
  }
}
.navigation__actions {
  display: none;
}
@media (min-width: 1200px) {
  .navigation__actions {
    display: flex;
    padding-inline: 20px;
  }
}

.sub-menu {
  left: 50%;
  min-width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  transform: translateX(-50%);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  animation: fade-in 0.2s;
}
.sub-menu__link {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
  background: #172243;
  border: 1px solid #050D14;
}
.sub-menu__link:hover, .sub-menu__link:active, .sub-menu__link:focus, .sub-menu__link:hover:focus {
  color: #f46246;
  background-color: #172243;
}
.navbar-expand-sm .navbar-nav .sub-menu__link {
  padding: 0.8rem 3rem;
}
.sub-menu .nav-item:not(:last-of-type) .sub-menu__link {
  border-bottom: none;
}
.sub-menu .nav-item:first-of-type .sub-menu__link {
  border-radius: 0 0 0 0;
}
.sub-menu .nav-item:last-of-type .sub-menu__link {
  border-radius: 0 0 0 0;
}
.sub-menu .nav-item:first-of-type:last-of-type .sub-menu__link {
  border-radius: 0;
}

body:not(.scrolled) .hero.hero--light .navigation__link {
  color: #172243;
}

.nav-user-menu-container {
  display: flex;
  height: 100%;
}
.nav-user-menu-container:hover .nav-user-menu {
  display: block;
}

.nav-user-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  animation: fade-in 0.5s;
}
.nav-user-menu__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  background-color: transparent;
  border: none;
  border-left: 1px solid #707070;
  transition: background-color 0.3s;
}
.nav-user-menu__toggle > i {
  font-size: 20px;
  color: #fff;
}
.nav-user-menu__toggle:hover {
  background: #f46246;
}
.nav-user-menu__items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nav-user-menu__link {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 3rem;
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #404040;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background: #F5F3F5;
  border: 1px solid #ddd;
  transition: color 0.3s, font-weight 0.2s;
}
.nav-user-menu__link::after {
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-weight: 600;
  pointer-events: none;
  border: none;
  content: attr(data-text);
  visibility: hidden;
  user-select: none;
}
@media speech {
  .nav-user-menu__link::after {
    display: none;
  }
}
.nav-user-menu__link:hover {
  font-weight: 600;
  color: #404040;
}
.nav-user-menu__item:not(:last-of-type) .nav-user-menu__link {
  border-bottom: none;
}

.scroll-indicator {
  display: block;
  position: fixed;
  top: 60px;
  height: 5px;
  width: 100%;
  z-index: 100;
  animation: fade-in 0.8s;
}
@media (min-width: 992px) {
  .scroll-indicator {
    top: 90px;
  }
}
.scroll-indicator__progress {
  height: 5px;
  background-color: #f46246;
  transition: width 0.2s;
}

.hero .scroll-indicator {
  display: none;
}

.scrolled .scroll-indicator {
  display: block;
}

.scroll-indicator--primary .scroll-indicator__progress {
  background-color: #f46246;
}

.scroll-indicator--accent .scroll-indicator__progress {
  background-color: #ba5a87;
}

.scroll-indicator--dark .scroll-indicator__progress {
  background-color: #172243;
}

.scroll-indicator--secondary .scroll-indicator__progress {
  background-color: #172243;
}

.scroll-indicator--campaign-primary .scroll-indicator__progress {
  background-color: #ba5a87;
}

.scroll-indicator--white .scroll-indicator__progress {
  background-color: #fff;
}

.scroll-indicator--accent-3 .scroll-indicator__progress {
  background-color: #095d40;
}

.scroll-indicator--accent-4 .scroll-indicator__progress {
  background-color: #ece5de;
}

.scroll-indicator--light-gray .scroll-indicator__progress {
  background-color: #F5F3F5;
}

.scroll-indicator--accent-2 .scroll-indicator__progress {
  background-color: #ffde21;
}

.scroll-indicator--campaign-secondary .scroll-indicator__progress {
  background-color: #172243;
}

.mobile-navigation {
  height: 60px;
  position: fixed;
  background-color: #172243;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.hero .mobile-navigation {
  /*background: rgba($color-black, 0);*/
}
body.scrolled .hero .mobile-navigation {
  background-color: #172243;
}
@media (min-width: 769px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation .navigation__brand-image {
  height: 46px;
  margin-top: 7px;
  margin-left: 10px;
  opacity: 1;
}
.hero .mobile-navigation .navigation__brand-image {
  /*opacity:0;*/
  transition: opacity 0.5s;
}
body.scrolled .hero .mobile-navigation .navigation__brand-image {
  opacity: 1;
}

header.banner-event {
  z-index: 301;
}

.mobile-menu__toggle {
  position: absolute;
  right: 15px;
  top: 11px;
  display: none;
  width: 39px;
  height: 39px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  justify-content: center;
  flex-flow: column;
  background: transparent;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1033;
  margin-left: 20px;
}
.mobile-menu__toggle .toggle-line {
  height: 2px;
  width: 31px;
  background: #FFFFFF;
  margin: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-opacity: 1;
  opacity: 1;
  -moz-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  -o-transform: translateY(0) rotate(0);
  -webkit-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  will-change: transform;
}
.mobile-menu__toggle.loaded .toggle-line {
  background-color: #172243;
}
.mobile-menu__toggle.loaded .toggle-line:first-child {
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.mobile-menu__toggle.loaded .toggle-line:nth-child(2) {
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -moz-opacity: 0;
  opacity: 0;
}
.mobile-menu__toggle.loaded .toggle-line:last-child {
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.mobile-menu__splash {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 1px;
  height: 1px;
}
.mobile-menu__splash::after {
  content: "";
  display: block;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  width: 284vmax;
  height: 284vmax;
  top: -142vmax;
  left: -142vmax;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  will-change: transform;
  z-index: 1031;
}
.mobile-menu__maincontainer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1032;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
  display: block;
}
@media (min-width: 769px) {
  .mobile-menu__maincontainer {
    display: none;
  }
}
.mobile-menu__maincontainer.loaded {
  visibility: visible;
}
.mobile-menu__maincontainer.loaded + .mobile-menu__splash::after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mobile-menu__items {
  display: flex;
  flex-flow: column;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
}
.mobile-menu__item {
  width: 300px;
  display: block;
  margin: 0 auto;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
  -o-transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
}
.mobile-menu__item:nth-of-type(1) {
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.mobile-menu__item:nth-of-type(2) {
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}
.mobile-menu__item:nth-of-type(3) {
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
}
.mobile-menu__item:nth-of-type(4) {
  -moz-transform: translateY(-160px);
  -ms-transform: translateY(-160px);
  -o-transform: translateY(-160px);
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px);
}
.mobile-menu__item:nth-of-type(5) {
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
}
.mobile-menu__item:nth-of-type(6) {
  -moz-transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  -o-transform: translateY(-240px);
  -webkit-transform: translateY(-240px);
  transform: translateY(-240px);
}
.mobile-menu__item:nth-of-type(7) {
  -moz-transform: translateY(-280px);
  -ms-transform: translateY(-280px);
  -o-transform: translateY(-280px);
  -webkit-transform: translateY(-280px);
  transform: translateY(-280px);
}
.mobile-menu__item:nth-of-type(8) {
  -moz-transform: translateY(-320px);
  -ms-transform: translateY(-320px);
  -o-transform: translateY(-320px);
  -webkit-transform: translateY(-320px);
  transform: translateY(-320px);
}
.mobile-menu__item:nth-of-type(9) {
  -moz-transform: translateY(-360px);
  -ms-transform: translateY(-360px);
  -o-transform: translateY(-360px);
  -webkit-transform: translateY(-360px);
  transform: translateY(-360px);
}
.mobile-menu__item:nth-of-type(10) {
  -moz-transform: translateY(-400px);
  -ms-transform: translateY(-400px);
  -o-transform: translateY(-400px);
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}
.mobile-menu__item:nth-of-type(11) {
  -moz-transform: translateY(-440px);
  -ms-transform: translateY(-440px);
  -o-transform: translateY(-440px);
  -webkit-transform: translateY(-440px);
  transform: translateY(-440px);
}
.mobile-menu__item:nth-of-type(12) {
  -moz-transform: translateY(-480px);
  -ms-transform: translateY(-480px);
  -o-transform: translateY(-480px);
  -webkit-transform: translateY(-480px);
  transform: translateY(-480px);
}
.mobile-menu__item:nth-of-type(13) {
  -moz-transform: translateY(-520px);
  -ms-transform: translateY(-520px);
  -o-transform: translateY(-520px);
  -webkit-transform: translateY(-520px);
  transform: translateY(-520px);
}
.mobile-menu__item:nth-of-type(14) {
  -moz-transform: translateY(-560px);
  -ms-transform: translateY(-560px);
  -o-transform: translateY(-560px);
  -webkit-transform: translateY(-560px);
  transform: translateY(-560px);
}
.mobile-menu__item:nth-of-type(15) {
  -moz-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  -o-transform: translateY(-600px);
  -webkit-transform: translateY(-600px);
  transform: translateY(-600px);
}
.mobile-menu__item:nth-of-type(16) {
  -moz-transform: translateY(-640px);
  -ms-transform: translateY(-640px);
  -o-transform: translateY(-640px);
  -webkit-transform: translateY(-640px);
  transform: translateY(-640px);
}
.mobile-menu__item:nth-of-type(17) {
  -moz-transform: translateY(-680px);
  -ms-transform: translateY(-680px);
  -o-transform: translateY(-680px);
  -webkit-transform: translateY(-680px);
  transform: translateY(-680px);
}
.mobile-menu__item:nth-of-type(18) {
  -moz-transform: translateY(-720px);
  -ms-transform: translateY(-720px);
  -o-transform: translateY(-720px);
  -webkit-transform: translateY(-720px);
  transform: translateY(-720px);
}
.mobile-menu__item:nth-of-type(19) {
  -moz-transform: translateY(-760px);
  -ms-transform: translateY(-760px);
  -o-transform: translateY(-760px);
  -webkit-transform: translateY(-760px);
  transform: translateY(-760px);
}
.mobile-menu__maincontainer.loaded .mobile-menu__item {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-opacity: 1;
  opacity: 1;
  -moz-transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.5s;
  -o-transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.5s;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.5s;
  transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.5s;
}
.mobile-menu__item i.fa-home {
  width: 40px;
  font-size: 25px;
}
.mobile-menu__item span {
  position: relative;
  font-size: 20px;
}
.mobile-menu__link, .mobile-menu__link:focus {
  position: relative;
  display: block;
  padding: 12px 15px;
  margin: 10px auto;
  color: #172243;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mobile-menu__link:hover, .mobile-menu__link:active {
  text-decoration: none;
  color: #172243;
  background-color: rgba(255, 255, 255, 0.3);
}
.mobile-menu__submenu {
  position: absolute;
  top: 0;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: #fff;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  justify-content: flex-start;
  padding-bottom: 50px;
  padding-top: 135px;
}
.mobile-menu__submenu.expanded {
  position: absolute;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 10;
}

/*Mobile only*/
@media screen and (max-width: 768px) {
  .mobile-menu__toggle {
    display: flex;
  }
}
.mobile-submenu__items {
  display: flex;
  flex-flow: column;
  width: 100%;
  align-items: center;
  visibility: hidden;
  overflow-y: auto;
  padding-top: 40px;
  overflow-x: hidden;
}
.mobile-menu__submenu.expanded .mobile-submenu__items {
  visibility: visible;
}
.mobile-submenu__item {
  display: block;
  width: 100%;
  margin: 10px 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all 0.5s cubic-bezier(0, 0.995, 0.99, 1) 0.2s;
  -o-transition: all 0.5s cubic-bezier(0, 0.995, 0.99, 1) 0.2s;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.995, 0.99, 1) 0.2s;
  transition: all 0.5s cubic-bezier(0, 0.995, 0.99, 1) 0.2s;
}
.mobile-submenu__item:nth-child(1) {
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  -webkit-transform: translateX 40px;
  transform: translateX(120px);
}
.mobile-submenu__item:nth-child(2) {
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  -webkit-transform: translateX 80px;
  transform: translateX(240px);
}
.mobile-submenu__item:nth-child(3) {
  -moz-transform: translateX(120px);
  -ms-transform: translateX(120px);
  -o-transform: translateX(120px);
  -webkit-transform: translateX 120px;
  transform: translateX(360px);
}
.mobile-submenu__item:nth-child(4) {
  -moz-transform: translateX(160px);
  -ms-transform: translateX(160px);
  -o-transform: translateX(160px);
  -webkit-transform: translateX 160px;
  transform: translateX(480px);
}
.mobile-submenu__item:nth-child(5) {
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  -webkit-transform: translateX 200px;
  transform: translateX(600px);
}
.mobile-submenu__item:nth-child(6) {
  -moz-transform: translateX(240px);
  -ms-transform: translateX(240px);
  -o-transform: translateX(240px);
  -webkit-transform: translateX 240px;
  transform: translateX(720px);
}
.mobile-submenu__item:nth-child(7) {
  -moz-transform: translateX(280px);
  -ms-transform: translateX(280px);
  -o-transform: translateX(280px);
  -webkit-transform: translateX 280px;
  transform: translateX(840px);
}
.mobile-submenu__item:nth-child(8) {
  -moz-transform: translateX(320px);
  -ms-transform: translateX(320px);
  -o-transform: translateX(320px);
  -webkit-transform: translateX 320px;
  transform: translateX(960px);
}
.mobile-submenu__item:nth-child(9) {
  -moz-transform: translateX(360px);
  -ms-transform: translateX(360px);
  -o-transform: translateX(360px);
  -webkit-transform: translateX 360px;
  transform: translateX(1080px);
}
.mobile-submenu__item:nth-child(10) {
  -moz-transform: translateX(400px);
  -ms-transform: translateX(400px);
  -o-transform: translateX(400px);
  -webkit-transform: translateX 400px;
  transform: translateX(1200px);
}
.mobile-submenu__item:nth-child(11) {
  -moz-transform: translateX(440px);
  -ms-transform: translateX(440px);
  -o-transform: translateX(440px);
  -webkit-transform: translateX 440px;
  transform: translateX(1320px);
}
.mobile-submenu__item:nth-child(12) {
  -moz-transform: translateX(480px);
  -ms-transform: translateX(480px);
  -o-transform: translateX(480px);
  -webkit-transform: translateX 480px;
  transform: translateX(1440px);
}
.mobile-submenu__item:nth-child(13) {
  -moz-transform: translateX(520px);
  -ms-transform: translateX(520px);
  -o-transform: translateX(520px);
  -webkit-transform: translateX 520px;
  transform: translateX(1560px);
}
.mobile-submenu__item:nth-child(14) {
  -moz-transform: translateX(560px);
  -ms-transform: translateX(560px);
  -o-transform: translateX(560px);
  -webkit-transform: translateX 560px;
  transform: translateX(1680px);
}
.mobile-submenu__item:nth-child(15) {
  -moz-transform: translateX(600px);
  -ms-transform: translateX(600px);
  -o-transform: translateX(600px);
  -webkit-transform: translateX 600px;
  transform: translateX(1800px);
}
.mobile-submenu__item:nth-child(16) {
  -moz-transform: translateX(640px);
  -ms-transform: translateX(640px);
  -o-transform: translateX(640px);
  -webkit-transform: translateX 640px;
  transform: translateX(1920px);
}
.mobile-submenu__item:nth-child(17) {
  -moz-transform: translateX(680px);
  -ms-transform: translateX(680px);
  -o-transform: translateX(680px);
  -webkit-transform: translateX 680px;
  transform: translateX(2040px);
}
.mobile-submenu__item:nth-child(18) {
  -moz-transform: translateX(720px);
  -ms-transform: translateX(720px);
  -o-transform: translateX(720px);
  -webkit-transform: translateX 720px;
  transform: translateX(2160px);
}
.mobile-submenu__item:nth-child(19) {
  -moz-transform: translateX(760px);
  -ms-transform: translateX(760px);
  -o-transform: translateX(760px);
  -webkit-transform: translateX 760px;
  transform: translateX(2280px);
}
.mobile-menu__submenu.expanded .mobile-submenu__item {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-opacity: 1;
  opacity: 1;
}
.mobile-submenu__item a.mobile-menu__link, .mobile-submenu__item a.mobile-menu__link:focus {
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0;
  align-items: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  flex-flow: column;
}
.mobile-submenu__item span {
  color: #172243;
  font-size: 20px;
}

.mobile-menu__maincontainer .mobile-menu__submenu .mobile-menu__item a.mobile-menu__link:hover {
  background: var(--darker-02);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.mobile-menu__maincontainer .mobile-menu__submenu .mobile-menu__item span.nav-item-text {
  text-transform: none;
  font-weight: 300;
  font-family: var(--primary-font-family);
  font-size: 0.9em;
}

.mobile-menu__submenu a.navigation-item {
  padding-left: 30px;
}

.mobile-menu__submenu-header {
  position: absolute;
  top: 90px;
  width: 100%;
  padding: 10px;
  color: #172243;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.05);
}

a.go-back-mobile-menu__item {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 10px;
  left: 10px;
  color: #f46246;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

a.go-back-mobile-menu__item i {
  margin-right: 5px;
}

.mobile-menu__ctas {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding-top: 3px;
  background: #f7f7f7;
  border-top: 1px solid #dfe1e1;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.5s;
  -o-transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.5s;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.5s;
  transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.5s;
  z-index: 10;
}
.mobile-menu__maincontainer.loaded .mobile-menu__ctas {
  -moz-opacity: 1;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mobile-menu__ctas .social-icons {
  justify-content: center;
}
.mobile-menu__ctas .social-icons__container {
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile-menu__ctas .social-icons__item {
  margin: 0 10px;
}
.mobile-menu__ctas .social-icons__link {
  color: #172243;
}

.menu-social {
  text-align: center;
  padding: 4px;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-social a {
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-flex;
  width: 36px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 36px;
  text-decoration: none;
  border: 1px solid transparent;
}

.menu-social a:hover {
  border-color: #dfe1e1;
  background: #FFFFFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.newsletter {
  position: relative;
  padding: 70px 0 90px 0;
  background-color: #172243;
}
.newsletter__header {
  padding-bottom: 0;
  text-align: center;
  color: #fff;
}
.newsletter__subheader {
  text-transform: none;
  font-size: 18px;
  color: #f46246;
  margin-top: 5px;
}
.newsletter__form label.error {
  width: 100%;
  right: unset;
  left: 50%;
  bottom: 0;
  text-align: center;
  transform: translate(-50%, calc(100% + 10px));
}
.newsletter__form-group {
  flex-flow: column;
  flex-direction: column;
  padding: 0 30px;
}
@media (min-width: 576px) {
  .newsletter__form-group {
    flex-flow: row;
    flex-direction: row;
    padding: 0;
  }
}
.newsletter__email-control {
  border: 2px solid #fff;
  padding: 8px 16px;
}
@media (min-width: 576px) {
  .newsletter__email-control {
    border-radius: 4px 0 0 4px;
  }
}
.newsletter__button, .newsletter__button.button {
  display: flex;
  flex: 0;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  background-color: #f46246;
}
@media (min-width: 576px) {
  .newsletter__button, .newsletter__button.button {
    flex: 0 0 125px;
    margin-top: 0;
  }
}
.newsletter--light {
  background-color: #fff;
}
.newsletter--light .newsletter__header {
  color: #172243;
  font-weight: 600;
}
.newsletter--light .newsletter__subheader {
  font-weight: 500;
}
.newsletter--light .newsletter__button {
  background-color: #172243;
}

button.newsletter__button {
  font-size: 19px;
}
@media (min-width: 576px) {
  button.newsletter__button {
    font-size: 1rem;
    border-radius: 0 4px 4px 0;
  }
}

.image-strip {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 576px) {
  .image-strip--vertical {
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    flex-flow: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .image-strip--vertical {
    flex-flow: column;
    flex-direction: column;
    padding: 10px 5px;
    background: transparent;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .image-strip__item {
    margin: 0 5px;
  }
}
@media (min-width: 992px) {
  .image-strip__item {
    margin-bottom: 15px;
  }
}
.image-strip__image {
  display: none;
}
.image-strip__image--default {
  display: block;
  width: 90%;
  margin: 0 auto 40px auto;
}
@media (min-width: 576px) {
  .image-strip__image--default {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .image-strip__image--mobile-only {
    display: none;
  }
}
@media (min-width: 576px) {
  .image-strip__image {
    width: 100%;
    max-width: 250px;
    display: block;
  }
}

.review {
  display: block;
  position: relative;
  padding: 10px 20px;
}
.review--centered {
  text-align: center;
}
.review--dark {
  padding: 30px;
  background: rgba(0, 0, 0, 0.1);
}
.review__opening-quote, .review__closing-quote {
  position: relative;
  top: -5px;
  opacity: 0.6;
}
.review__text {
  font-style: italic;
  margin-bottom: 10px;
}
.review__reviewer {
  font-weight: 500;
}
.review__name {
  color: #fff;
}
.review__role {
  font-weight: 300;
  font-style: italic;
}
.review__company {
  color: #f46246;
}

.alert-banner__content {
  display: flex;
  align-items: center;
  padding: 15px 5px;
}
@media (min-width: 992px) {
  .alert-banner__content {
    padding: 15px 0;
  }
}
.alert-banner__content--left {
  justify-content: flex-start;
}
.alert-banner__content--center {
  justify-content: center;
}
.alert-banner__content--right {
  justify-content: flex-end;
}
.alert-banner__content p {
  font-size: 16px;
}
.alert-banner__content p:last-of-type,
.alert-banner__content h1:last-of-type,
.alert-banner__content h2:last-of-type,
.alert-banner__content h3:last-of-type,
.alert-banner__content h4:last-of-type,
.alert-banner__content h5:last-of-type,
.alert-banner__content h6:last-of-type {
  margin-bottom: 0;
}
.alert-banner__content p,
.alert-banner__content h1,
.alert-banner__content h2,
.alert-banner__content h3,
.alert-banner__content h4,
.alert-banner__content h5,
.alert-banner__content h6 {
  color: inherit;
}
.alert-banner__icon {
  margin-right: 20px;
  font-size: 22px;
}

.body--with-alert-banner .navigation,
.body--with-alert-banner .mobile-navigation {
  position: relative;
}
.body--with-alert-banner.body-homepage header.hero, .body--with-alert-banner.body-contentpagewithherosection header.hero {
  flex-flow: column;
  width: 100%;
  margin-top: 0;
}
.body--with-alert-banner.body-homepage.scrolled header.hero, .body--with-alert-banner.body-contentpagewithherosection.scrolled header.hero {
  padding-top: 90px;
  width: auto;
}
.body--with-alert-banner.body-homepage .navigation,
.body--with-alert-banner.body-homepage .mobile-navigation, .body--with-alert-banner.body-contentpagewithherosection .navigation,
.body--with-alert-banner.body-contentpagewithherosection .mobile-navigation {
  width: 100%;
}
.body--with-alert-banner .content-header {
  padding-top: 0;
}
.body--with-alert-banner .hero {
  padding-top: 0;
}

body.scrolled .navigation,
body.scrolled .mobile-navigation {
  position: fixed;
}
body.scrolled .content-header {
  padding-top: 60px;
}
@media (min-width: 576px) {
  body.scrolled .content-header {
    padding-top: 90px;
  }
}

.key-date {
  margin-bottom: 25px;
}
.key-date__title {
  font-size: 24px;
  font-weight: 900;
  color: #f46246;
}
.key-date__date {
  color: #f46246;
  margin-bottom: 10px;
}
.key-date__value {
  font-size: 18px;
  font-style: italic;
}
.key-date__ctas {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.key-date__ctas > .button {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .key-date__ctas {
    flex-flow: row;
  }
  .key-date__ctas > .button {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .key-date__ctas {
    justify-content: flex-start;
  }
}

.image-field__form-wrapper {
  display: inline-table;
  position: relative;
}
.image-field__form-group {
  position: relative;
  display: block;
}
.image-field__file {
  visibility: hidden;
  position: absolute;
  transform: scale(0);
}
.image-field__image {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  background: #FFFFFF;
  display: none;
}
.image-field__image--with-src {
  display: block;
}
.image-field__label-for {
  width: 200px;
  height: 230px;
  border: 1px dashed #ced4da;
  box-shadow: none;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.image-field__label-for--round {
  height: 200px;
  border-radius: 50%;
}
.image-field__label-for--round .image-field__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-field__label-for::after {
  content: "Update";
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  background: rgba(67, 71, 86, 0.2);
  transform: translateY(100%);
  transition: all 0.2s;
  opacity: 0;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
}
.image-field__form-group:hover .image-field__label-for {
  border-color: #f46246;
}
.image-field__form-group:hover .image-field__label-for::after {
  transform: translateY(0);
  opacity: 1;
  background: rgba(67, 71, 86, 0.8);
  color: #FFFFFF;
}
.image-field__icon {
  width: 50px;
  height: 50px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  opacity: 0.5;
}
.image-field__label-for:hover .image-field__icon {
  opacity: 1;
}

.video__container {
  position: relative;
}
.video__container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video__container[data-full-screen=true] > video {
  object-fit: none;
}
.video__container:hover .video__controls {
  opacity: 1;
}

.video__controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s opacity;
}
.video__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 60px;
  font-size: 32px;
  color: #fff;
  background-color: #f46246;
  border: none;
  border-radius: 6px;
  transition: all 0.3s;
}
.video__button:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
}
.video__button:active, .video__button:active:hover {
  transition: none;
  box-shadow: none;
}
.video__button i {
  display: none;
}
.video__button[data-state=play] i[data-state=play] {
  display: flex;
}
.video__button[data-state=pause] i[data-state=pause] {
  display: flex;
}
.video__button[data-state=mute] i[data-state=mute] {
  display: flex;
}
.video__button[data-state=unmute] i[data-state=unmute] {
  display: flex;
}
.video__button[data-state=go-fullscreen] i[data-state=go-fullscreen] {
  display: flex;
}
.video__button[data-state=cancel-fullscreen] i[data-state=cancel-fullscreen] {
  display: flex;
}

.alert {
  padding: 20px;
  border-radius: 0;
  font-size: 0.9em;
}
.alert--center {
  text-align: center;
}
.alert--campaign-primary {
  background-color: rgba(186, 90, 135, 0.2);
  color: rgb(122.6923076923, 51.3076923077, 84.7692307692);
  border-color: rgba(0, 0, 0, 0.1);
}
.alert--campaign-primary > p {
  color: rgb(122.6923076923, 51.3076923077, 84.7692307692);
}
.alert--campaign-primary > p:last-of-type {
  margin-bottom: 0;
}
.alert--campaign-primary > .alert__title {
  color: rgb(122.6923076923, 51.3076923077, 84.7692307692);
}
.alert--campaign-secondary {
  background-color: rgba(23, 34, 67, 0.2);
  color: hsl(225, 48.8888888889%, -2.3529411765%);
  border-color: rgba(0, 0, 0, 0.1);
}
.alert--campaign-secondary > p {
  color: hsl(225, 48.8888888889%, -2.3529411765%);
}
.alert--campaign-secondary > p:last-of-type {
  margin-bottom: 0;
}
.alert--campaign-secondary > .alert__title {
  color: hsl(225, 48.8888888889%, -2.3529411765%);
}
.alert--success {
  background-color: rgba(102, 146, 29, 0.2);
  color: rgb(42.5485714286, 60.9028571429, 12.0971428571);
  border-color: rgba(0, 0, 0, 0.1);
}
.alert--success > p {
  color: rgb(42.5485714286, 60.9028571429, 12.0971428571);
}
.alert--success > p:last-of-type {
  margin-bottom: 0;
}
.alert--success > .alert__title {
  color: rgb(42.5485714286, 60.9028571429, 12.0971428571);
}
.alert--danger {
  background-color: rgba(207, 0, 47, 0.2);
  color: rgb(105, 0, 23.8405797101);
  border-color: rgba(0, 0, 0, 0.1);
}
.alert--danger > p {
  color: rgb(105, 0, 23.8405797101);
}
.alert--danger > p:last-of-type {
  margin-bottom: 0;
}
.alert--danger > .alert__title {
  color: rgb(105, 0, 23.8405797101);
}
.alert--warning {
  background-color: rgba(209, 50, 14, 0.2);
  color: rgb(113.4035874439, 27.130044843, 7.5964125561);
  border-color: rgba(0, 0, 0, 0.1);
}
.alert--warning > p {
  color: rgb(113.4035874439, 27.130044843, 7.5964125561);
}
.alert--warning > p:last-of-type {
  margin-bottom: 0;
}
.alert--warning > .alert__title {
  color: rgb(113.4035874439, 27.130044843, 7.5964125561);
}
.alert--info {
  background-color: rgba(56, 103, 157, 0.2);
  color: rgb(29.1830985915, 53.676056338, 81.8169014085);
  border-color: rgba(0, 0, 0, 0.1);
}
.alert--info > p {
  color: rgb(29.1830985915, 53.676056338, 81.8169014085);
}
.alert--info > p:last-of-type {
  margin-bottom: 0;
}
.alert--info > .alert__title {
  color: rgb(29.1830985915, 53.676056338, 81.8169014085);
}
.alert h1.alert__title {
  font-size: 20px;
  font-weight: 600;
}
.alert h2.alert__title {
  font-size: 20px;
  font-weight: 600;
}
.alert h3.alert__title {
  font-size: 20px;
  font-weight: 600;
}
.alert h4.alert__title {
  font-size: 20px;
  font-weight: 600;
}
.alert h5.alert__title {
  font-size: 20px;
  font-weight: 600;
}

.message {
  padding: 20px 30px;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.03);
  font-size: 16px;
  margin-bottom: 15px;
}
.message--primary {
  background-color: hsl(9.6551724138, 88.7755102041%, 111.568627451%);
  border-color: rgba(244, 98, 70, 0.2);
  color: rgb(241.137755102, 57.1479591837, 21.862244898);
}
.message--primary > a {
  color: rgb(241.137755102, 57.1479591837, 21.862244898);
  font-weight: bolder;
}
.message--primary > a:hover {
  color: rgb(241.137755102, 57.1479591837, 21.862244898);
}
.message--accent {
  background-color: hsl(331.875, 41.0256410256%, 104.1176470588%);
  border-color: rgba(186, 90, 135, 0.2);
  color: rgb(158.6538461538, 66.3461538462, 109.6153846154);
}
.message--accent > a {
  color: rgb(158.6538461538, 66.3461538462, 109.6153846154);
  font-weight: bolder;
}
.message--accent > a:hover {
  color: rgb(158.6538461538, 66.3461538462, 109.6153846154);
}
.message--dark {
  background-color: rgb(132.1666666667, 152.3333333333, 212.8333333333);
  border-color: rgba(23, 34, 67, 0.2);
  color: rgb(9.9666666667, 14.7333333333, 29.0333333333);
}
.message--dark > a {
  color: rgb(9.9666666667, 14.7333333333, 29.0333333333);
  font-weight: bolder;
}
.message--dark > a:hover {
  color: rgb(9.9666666667, 14.7333333333, 29.0333333333);
}
.message--secondary {
  background-color: rgb(132.1666666667, 152.3333333333, 212.8333333333);
  border-color: rgba(23, 34, 67, 0.2);
  color: rgb(9.9666666667, 14.7333333333, 29.0333333333);
}
.message--secondary > a {
  color: rgb(9.9666666667, 14.7333333333, 29.0333333333);
  font-weight: bolder;
}
.message--secondary > a:hover {
  color: rgb(9.9666666667, 14.7333333333, 29.0333333333);
}
.message--success {
  background-color: rgb(221.6285714286, 241.7428571429, 188.2571428571);
  border-color: rgba(102, 146, 29, 0.2);
  color: rgb(72.2742857143, 103.4514285714, 20.5485714286);
}
.message--success > a {
  color: rgb(72.2742857143, 103.4514285714, 20.5485714286);
  font-weight: bolder;
}
.message--success > a:hover {
  color: rgb(72.2742857143, 103.4514285714, 20.5485714286);
}
.message--danger {
  background-color: rgb(255, 207, 217.8985507246);
  border-color: rgba(207, 0, 47, 0.2);
  color: rgb(156, 0, 35.4202898551);
}
.message--danger > a {
  color: rgb(156, 0, 35.4202898551);
  font-weight: bolder;
}
.message--danger > a:hover {
  color: rgb(156, 0, 35.4202898551);
}
.message--warning {
  background-color: rgb(252.9910313901, 230.1748878924, 225.0089686099);
  border-color: rgba(209, 50, 14, 0.2);
  color: rgb(161.201793722, 38.5650224215, 10.798206278);
}
.message--warning > a {
  color: rgb(161.201793722, 38.5650224215, 10.798206278);
  font-weight: bolder;
}
.message--warning > a:hover {
  color: rgb(161.201793722, 38.5650224215, 10.798206278);
}
.message--info {
  background-color: rgb(224.0422535211, 233.3098591549, 243.9577464789);
  border-color: rgba(56, 103, 157, 0.2);
  color: rgb(42.5915492958, 78.338028169, 119.4084507042);
}
.message--info > a {
  color: rgb(42.5915492958, 78.338028169, 119.4084507042);
  font-weight: bolder;
}
.message--info > a:hover {
  color: rgb(42.5915492958, 78.338028169, 119.4084507042);
}

.popup__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1031;
  display: none;
  padding: 50px;
  background: rgba(255, 255, 255, 0.96);
  animation: slide-right-in 0.5s ease-out;
  backdrop-filter: blur(13px);
}
.popup__overlay--visible {
  display: block;
}
.popup__overlay--hiding {
  display: block;
  animation: slide-left-out 0.5s ease-out;
}

.popup {
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.popup::-webkit-scrollbar {
  width: 10px;
}
.popup::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.popup::-webkit-scrollbar-thumb {
  background: rgba(23, 34, 67, 0.3);
  border-radius: 3px;
}
.popup::-webkit-scrollbar-thumb:hover {
  background: #f46246;
}
.scrollbar--primary .popup::-webkit-scrollbar-thumb:hover {
  background: #f46246;
}
.scrollbar--accent .popup::-webkit-scrollbar-thumb:hover {
  background: #ba5a87;
}
.scrollbar--dark .popup::-webkit-scrollbar-thumb:hover {
  background: #172243;
}
.scrollbar--secondary .popup::-webkit-scrollbar-thumb:hover {
  background: #172243;
}
.scrollbar--campaign-primary .popup::-webkit-scrollbar-thumb:hover {
  background: #ba5a87;
}
.scrollbar--white .popup::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.scrollbar--accent-3 .popup::-webkit-scrollbar-thumb:hover {
  background: #095d40;
}
.scrollbar--accent-4 .popup::-webkit-scrollbar-thumb:hover {
  background: #ece5de;
}
.scrollbar--light-gray .popup::-webkit-scrollbar-thumb:hover {
  background: #F5F3F5;
}
.scrollbar--accent-2 .popup::-webkit-scrollbar-thumb:hover {
  background: #ffde21;
}
.scrollbar--campaign-secondary .popup::-webkit-scrollbar-thumb:hover {
  background: #172243;
}
.popup__content {
  height: 100%;
}
.popup__loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 30px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 0;
  animation: 0.3s fade-in 0.5s backwards;
  transition: color 0.3s;
}
@media (min-width: 576px) {
  .popup__close {
    top: 15px;
    right: 15px;
    font-size: 40px;
  }
}
.popup__close:hover {
  color: #cf002f;
}
.popup__control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #172243;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: 0.3s fade-in 0.5s backwards;
  transition: all 0.3s;
}
.popup__control[data-id="-1"] {
  display: none;
}
.popup__control--prev {
  left: 5px;
}
.popup__control--prev:hover {
  transform: translate(-5px, -50%);
}
.popup__control--next {
  right: 5px;
}
.popup__control--next:hover {
  transform: translate(5px, -50%);
}

.image-shadow {
  position: relative;
  margin-bottom: 12px;
}
.image-shadow--left {
  z-index: 1;
}
.image-shadow--left img {
  position: relative;
  z-index: 1;
}
.image-shadow--left::after {
  content: "";
  display: none;
  position: absolute;
  top: -12px;
  height: calc(100% + 24px);
  width: 87%;
  background-color: #f46246;
  z-index: 0;
  left: -12px;
}
@media (min-width: 992px) {
  .image-shadow--left::after {
    display: block;
  }
}
.image-shadow--right {
  z-index: 1;
}
.image-shadow--right img {
  position: relative;
  z-index: 1;
}
.image-shadow--right::after {
  content: "";
  display: none;
  position: absolute;
  top: -12px;
  height: calc(100% + 24px);
  width: 87%;
  background-color: #f46246;
  z-index: 0;
  right: -12px;
}
@media (min-width: 992px) {
  .image-shadow--right::after {
    display: block;
  }
}

@media (min-width: 992px) {
  .exhibitor-popup {
    top: 60px;
  }
}
.exhibitor-popup__content {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .exhibitor-popup__content {
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .exhibitor-popup__content::-webkit-scrollbar {
    width: 8px;
  }
  .exhibitor-popup__content::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .exhibitor-popup__content::-webkit-scrollbar-thumb {
    background: rgba(23, 34, 67, 0.3);
    border-radius: 3px;
  }
  .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
    background: #f46246;
  }
}
.scrollbar--primary .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #f46246;
}
.scrollbar--accent .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #ba5a87;
}
.scrollbar--dark .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #172243;
}
.scrollbar--secondary .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #172243;
}
.scrollbar--campaign-primary .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #ba5a87;
}
.scrollbar--white .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.scrollbar--accent-3 .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #095d40;
}
.scrollbar--accent-4 .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #ece5de;
}
.scrollbar--light-gray .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #F5F3F5;
}
.scrollbar--accent-2 .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #ffde21;
}
.scrollbar--campaign-secondary .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #172243;
}

.exhibitor-profile__header {
  text-align: center;
}
.exhibitor-profile__logo-wrapper {
  height: 260px;
  width: 260px;
  margin: auto;
}
.exhibitor-profile__logo {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.exhibitor-profile__heading {
  margin-top: 60px;
}
.exhibitor-profile__heading--main {
  margin-bottom: 8px;
}
.exhibitor-profile__stand-number {
  padding-left: 15px;
  font-size: 30px;
  color: #666;
  font-weight: 300;
  border-left: 3px solid #ccc;
  line-height: 1;
}
.exhibitor-profile__social-links {
  margin: 15px 0;
}
.exhibitor-profile__social-links > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  font-size: 22px;
  background-color: rgba(244, 98, 70, 0.3);
  text-decoration: none;
  border-radius: 0;
}
.exhibitor-profile__bio {
  white-space: pre-line;
}
.exhibitor-profile__web {
  font-size: 16px;
  font-weight: bold;
}
.exhibitor-profile__actions {
  margin-bottom: 80px;
  margin-top: -20px;
  text-align: center;
}

.exhibitor-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-section__list {
  margin-left: 28px;
}

.documents-section__list-item {
  display: flex;
  flex-direction: column;
}
.documents-section__list-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.documents-section__file-link {
  display: flex;
  align-items: center;
  color: #404040;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s;
}
.documents-section__file-link > i {
  margin-right: 10px;
}
.documents-section__file-description {
  margin-top: 10px;
  font-size: 16px;
}

.products {
  display: flex;
  flex-wrap: wrap;
}

.product__container {
  display: inline-flex;
  width: 100%;
  margin: 20px 10px;
}
@media (min-width: 768px) {
  .product__container {
    width: calc(50% - 15px);
    margin: 0 0 30px 0;
  }
  .product__container:not(:nth-of-type(2n)) {
    margin: 0 30px 30px 0;
  }
}
@media (min-width: 1200px) {
  .product__container {
    width: calc(33% - 20px);
    margin: 0 0 30px 0;
  }
  .product__container:not(:nth-of-type(2n)) {
    margin: 0 0 30px 0;
  }
  .product__container:not(:nth-of-type(3n)) {
    margin: 0 30px 30px 0;
  }
}

.product {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
}
.product__new-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -10px;
  top: 10px;
  height: 45px;
  width: 60px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 18px;
  background: #f46246;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.product__new-badge::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  width: 0;
  height: 0;
  border-bottom: 22px solid transparent;
  border-left: 10px solid #f46246;
  border-right: 10px solid transparent;
  border-top: 22px solid transparent;
}
.product__new-badge::after {
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
  width: 0;
  height: 0;
  border-top: 10px solid rgb(200.1020408163, 42.1836734694, 11.8979591837);
  border-left: 10px solid transparent;
}
.product__photo-container {
  flex: 0 0 200px;
  height: 200px;
  width: 200px;
  align-self: center;
}
.product__photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__body {
  margin-top: 30px;
  flex: 1;
}
.product__name {
  font-size: 20px;
  font-weight: 700;
}
.product__description {
  font-size: 16px;
  white-space: pre-line;
}
.product__footer {
  margin-top: 25px;
}
.product__web {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}

.videos {
  display: flex;
  flex-wrap: wrap;
}

.video-container {
  display: inline-flex;
  width: 100%;
  margin: 20px 10px;
}
@media (min-width: 768px) {
  .video-container {
    width: calc(50% - 15px);
    margin: 0 0 30px 0;
  }
  .video-container:not(:nth-of-type(2n)) {
    margin: 0 30px 30px 0;
  }
}
@media (min-width: 1200px) {
  .video-container {
    width: calc(33% - 20px);
    margin: 0 0 30px 0;
  }
  .video-container:not(:nth-of-type(2n)) {
    margin: 0 0 30px 0;
  }
  .video-container:not(:nth-of-type(3n)) {
    margin: 0 30px 30px 0;
  }
}

.video {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
}
.video__body {
  margin-top: 30px;
  flex: 1;
}
.video__name {
  font-size: 20px;
  font-weight: 700;
}
.video__description {
  font-size: 16px;
  white-space: pre-line;
}

.custom-form {
  width: 100%;
  padding: 80px 0;
  margin: auto;
}

.form--small {
  max-width: 600px;
}
.form--medium {
  max-width: 700px;
}
.form--large {
  max-width: 800px;
}
.form--extra-large {
  max-width: 1000px;
}
.form__page {
  padding: 30px 40px;
  border-radius: 0;
}
.form__page:not(:last-of-type) {
  margin-bottom: 40px;
}
.form__group {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.form__group--single {
  margin-bottom: 0;
}
.form__group--flex {
  display: flex;
  align-items: center;
}
.form__group--flex .form__control-wrapper {
  flex: 1;
  margin-right: 10px;
}
.form__group--checkbox {
  display: flex;
  align-items: center;
}
.form__group--checkbox .form__control-wrapper {
  flex: 0;
  margin-right: 10px;
}
.form__group--checkbox .form__label {
  margin: 0;
}
.form__group--with-image-field .form__control-wrapper {
  text-align: center;
}
.form__title--page {
  margin-bottom: 30px;
}
.form__label-group {
  display: flex;
  width: 100%;
  align-items: center;
}
.form__label-group--with-help {
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.form__label-group--with-help .form__help {
  font-size: 15px;
  font-weight: 300;
  margin: 5px 0 15px 0;
  border-left: 2px solid #e8e8e8;
  padding-left: 15px;
}
.form__label-group--with-help .form__help > p {
  font-size: 15px;
}
.form__read-only-answer .form__help {
  display: none;
}
.form__read-only-answer > p {
  font-size: 16px;
  font-weight: 300;
  word-break: break-word;
}
.form__label {
  margin-bottom: 0.3rem;
  color: hsl(0, 0%, -5%);
  font-size: 16px;
  font-weight: 600;
}
.form__label--radio, .form__label--checkbox {
  display: block;
  font-weight: 400;
}
.form__label--inline {
  margin-bottom: 0;
  margin-right: 10px;
  flex: 1;
}
.form__control-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}
.form__control-wrapper--hidden-validation .icon--error, .form__control-wrapper--hidden-validation .icon--valid, .form__control-wrapper--hidden-validation label.error {
  display: none !important;
}
.form__control-wrapper--checkbox {
  display: flex;
}
.form__control-wrapper--checkbox .form__label {
  margin-bottom: 0 !important;
}
.form__control-wrapper--checkbox-list, .form__control-wrapper--radio-list {
  border: 1px solid #fff;
  border-radius: 0;
  padding: 5px 5px 5px 0;
}
.form__control-wrapper--checkbox-list:has(.form__element--invalid), .form__control-wrapper--radio-list:has(.form__element--invalid) {
  padding-left: 10px;
  margin-left: -10px;
  width: calc(100% + 10px);
  border-color: rgba(207, 0, 47, 0.2);
}
.form__control-wrapper--date {
  width: 100%;
  max-width: 300px;
}
.form__control-wrapper--file-upload {
  max-width: 350px;
}
.form__control {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  padding: 7px 16px;
  font-size: 1rem;
  color: #404040;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.form__control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(244, 98, 70, 0.2);
}
.form__control::placeholder {
  font-style: italic;
}
.form__control.error:focus {
  box-shadow: 0 0 0 0.3rem rgba(207, 0, 47, 0.2);
}
.form__control.form__textarea {
  height: auto;
}
.form__control:disabled {
  opacity: 0.5;
}
.form__control[type=date] {
  transition: width 0.3s;
}
.form__control[type=date].form__element--invalid, .form__control[type=date].form__element--valid {
  width: calc(100% - 55px);
}
.form__counter {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  top: -1px;
  font-size: 13px;
  color: #888;
  border: 1px solid #e8e8e8;
  border-top: transparent;
}
.form__actions {
  margin-top: 40px;
  text-align: center;
}
.form__actions--flex {
  display: flex;
  justify-content: center;
}
.form__actions--flex > *:not(:last-of-type) {
  margin-right: 10px;
}
.form__element--invalid.form__control {
  border-color: rgba(207, 0, 47, 0.2);
}
.form .form__element--invalid.form__control:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 0, 47, 0.2);
}
.form__control--with-addon {
  padding-left: 70px;
}
.form .form__control--with-addon {
  padding-left: 70px;
}
.form__label--required::after {
  content: "*";
  margin-left: 5px;
  color: #f46246;
}
.form__addon {
  position: absolute;
  bottom: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #999;
  width: 60px;
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
}
.form-control:focus ~ .form__addon {
  border-right: 1px dashed rgba(244, 98, 70, 0.2);
}
.form__element--invalid:focus ~ .form__addon {
  border-right: 1px dashed rgba(207, 0, 47, 0.6);
}
.form__gdpr {
  font-size: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
}
.form input:read-only, .form input:read-only:focus, .form textarea:read-only, .form textarea:read-only:focus {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
  box-shadow: none;
}
.form input:disabled, .form select:disabled, .form textarea:disabled {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
  box-shadow: none;
}
.form input.error, .form select.error, .form textarea.error {
  border-color: rgba(207, 0, 47, 0.6);
}
.form textarea {
  resize: none;
}
.form__full-disclaimer {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 30px;
}
.form__full-disclaimer p:last-of-type {
  margin-bottom: 0;
}
.form__remote-check-icon {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 25px;
  margin-top: 8px;
}

.validation-summary-errors {
  padding: 10px 30px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  background: #dc3545;
  border-radius: 3px;
  text-align: center;
}
.validation-summary-errors > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.g-recaptcha--centered {
  display: flex;
  justify-content: center;
}

.form__control--password {
  padding-left: 50px;
}

.form__show-hide-password {
  position: absolute;
  top: 1px;
  left: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  text-decoration: none;
  background: #f1f1f1;
  border-radius: 3px 0 0 3px;
  color: rgba(0, 0, 0, 0.5);
}
.form__show-hide-password[data-password-status=hidden] > i::after {
  content: "\f06e";
}
.form__show-hide-password[data-password-status=visible] > i::after {
  content: "\f070";
}

.form-modal__content {
  background-color: rgb(242.25, 242.25, 242.25);
}
.form-modal__hubspot-content {
  padding: 30px;
}
.form-modal__custom-message {
  display: none;
  padding: 10px;
  margin: 40px;
}
.form-modal__spinner {
  text-align: center;
}
.form-modal .form__page {
  padding: 10px 40px 30px 40px;
}
.form-modal .form__page--message {
  display: none;
}
.form-modal .form__heading {
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
}
.form-modal .form__label {
  margin-bottom: 0.2rem;
}
.form-modal .form__actions {
  margin-top: 20px;
}

.form--white-background .form__page {
  border: 1px solid #e8e8e8;
}

.form--light-background .form__page {
  background-color: #F5F3F5;
  border: 1px solid #e8e8e8;
}
.form--light-background .form__control {
  border: 1px solid #fff;
}

.form--dark-background .form__page {
  background-color: rgb(24.3033333333, 35.9266666667, 70.7966666667);
  border: 1px solid rgb(24.3033333333, 35.9266666667, 70.7966666667);
}
.form--dark-background .form__title {
  color: #f46246;
}
.form--dark-background .form__label {
  color: #fff;
}
.form--dark-background .form__checkbox {
  color: #fff;
}
.form--dark-background .form__control {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(24.3033333333, 35.9266666667, 70.7966666667);
  color: #fff;
}
.form--dark-background .form__control::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
.form--dark-background .form__control option {
  color: #404040;
  background: #fff;
}

.form-help__container {
  position: relative;
  display: none;
  margin-left: 10px;
  align-items: center;
  flex: 1;
}
.form-help__container--inline {
  justify-content: flex-start;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .form-help__container {
    display: flex;
  }
}

.form-help__icon {
  color: #38679d;
  font-size: 22px;
  margin-bottom: 5px;
  cursor: pointer;
}
.form--dark-background .form-help__icon {
  color: #66921d;
}
.form-help__icon:hover + .form-help__tooltip {
  display: block;
}
.form-help__tooltip {
  position: absolute;
  display: none;
  bottom: 35px;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid;
  font-size: 0.9rem;
}
.form--white-background .form-help__tooltip, .form--light-background .form-help__tooltip, .form--dark-background .form-help__tooltip, .reg-form .form-help__tooltip, .account-form .form-help__tooltip {
  border-color: rgba(56, 103, 157, 0.3);
  background: rgb(186.4507042254, 206.9718309859, 230.5492957746);
  color: rgb(29.1830985915, 53.676056338, 81.8169014085);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.form-help--mobile {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.9rem;
  color: rgb(114.75, 114.75, 114.75);
}
@media (min-width: 768px) {
  .form-help--mobile {
    display: none;
  }
}

label.error {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  z-index: 1;
  display: block;
  padding: 2px 15px 3px 15px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #cf002f;
  background: rgb(255, 227.73, 233.9217391304);
  border: 1px solid rgb(255, 194.4, 208.1594202899);
  opacity: 0;
  transform: scale(0);
  transform-origin: calc(100% - 21px) calc(100% + 12px);
  animation: 0.2s pop 0.05s ease-in 1 forwards;
}
label.error:after {
  position: absolute;
  right: 14px;
  bottom: -13px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 12px solid rgb(255, 164.1, 184.7391304348);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
}

label.error:before {
  position: absolute;
  right: 14px;
  bottom: -11px;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 12px solid rgb(255, 227.73, 233.9217391304);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
}

.ignore label.error {
  display: none;
}

.icon--error, .icon--valid {
  position: absolute !important;
  top: 50%;
  right: -8px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 28px;
  animation: pop-centered 0.3s;
  animation-fill-mode: forwards;
}
.form__control-wrapper--checkbox-list .icon--error, .form__control-wrapper--radio-list .icon--error, .form__control-wrapper--textarea .icon--error, .form__control-wrapper--checkbox-list .icon--valid, .form__control-wrapper--radio-list .icon--valid, .form__control-wrapper--textarea .icon--valid {
  top: 20px;
}
.icon--error {
  color: #cf002f;
}
.icon--valid {
  color: #66921d;
}

.form__checkbox {
  display: flex;
  margin: 2px 0;
  cursor: pointer;
}
.form__checkbox [type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form__checkbox .form__checkbox-tick {
  position: relative;
  cursor: pointer;
}
.form__checkbox .form__checkbox-tick::before {
  content: "";
  display: block;
  margin: 0 5px 0 0;
  height: 16px;
  width: 16px;
  border: 1px rgba(0, 0, 0, 0.3) solid;
  border-radius: 0;
  background-color: #fff;
}
.form__checkbox [type=checkbox]:focus ~ .form__checkbox-tick::before {
  outline: rgba(244, 98, 70, 0.2) solid 2px;
}
.form__checkbox [type=checkbox]:checked ~ .form__checkbox-tick::before {
  background: #f46246;
  border-color: #f46246;
}
.form__checkbox [type=checkbox]:disabled ~ .form__checkbox-tick::before {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.form__checkbox [type=checkbox] ~ .form__checkbox-tick::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1px;
  left: 1px;
  margin: 0;
  height: 14px;
  width: 14px;
  font-family: "Font Awesome 6 Pro";
  line-height: 16px;
  font-size: 14px;
  color: white;
  border: 2px #fff solid;
  border-radius: 0;
  opacity: 0;
}
.form__checkbox [type=checkbox]:checked ~ .form__checkbox-tick::after {
  opacity: 1;
}

.form__radio {
  display: flex;
  align-items: center;
  margin: 2px 0;
  cursor: pointer;
  font-size: 16px;
}
.form__radio [type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form__radio .form__radio-tick {
  position: relative;
  cursor: pointer;
}
.form__radio .form__radio-tick::before {
  content: "";
  display: block;
  margin: 0 5px 0 0;
  height: 18px;
  width: 18px;
  border: 1px rgba(0, 0, 0, 0.3) solid;
  border-radius: 50%;
  background-color: #fff;
}
.form__radio [type=radio]:focus ~ .form__radio-tick::before {
  outline: rgba(244, 98, 70, 0.2) solid 2px;
}
.form__radio [type=radio]:checked ~ .form__radio-tick::before {
  background: #f46246;
  border-color: #f46246;
}
.form__radio [type=radio]:disabled ~ .form__radio-tick::before {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.form__radio [type=radio] ~ .form__radio-tick::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1px;
  left: 1px;
  margin: 0;
  height: 16px;
  width: 16px;
  font-family: "Font Awesome 6 Pro";
  line-height: 16px;
  font-size: 14px;
  color: white;
  border: 4px #fff solid;
  border-radius: 50%;
  opacity: 0;
}
.form__radio [type=radio]:checked ~ .form__radio-tick::after {
  opacity: 1;
}

.form--embedded {
  max-width: 600px;
  width: 100%;
  margin: 50px auto;
  padding: 40px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.05);
}

.section, .supporters__group {
  padding: 60px 0;
  background-color: #fff;
  color: #404040;
  overflow: hidden;
  /*text-align: center;*/
}
.section--after-body-text {
  padding: 0 0 60px 0;
}
@media (min-width: 768px) {
  .section, .supporters__group {
    padding: 80px 0;
  }
  .section--after-body-text {
    padding: 0 0 80px 0;
  }
}
@media (min-width: 992px) {
  .section, .supporters__group {
    text-align: left;
  }
  .section--body-text {
    padding-bottom: 40px;
  }
}
.section:nth-of-type(even), .supporters__group:nth-of-type(even) {
  background-color: #fff;
  color: #404040;
}
.section:nth-of-type(even) p, .supporters__group:nth-of-type(even) p {
  color: #404040;
}
.section__header, .testimonial-slider__title, .speaker-slider__title, .logo-slider__title {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .section__header--big {
    font-size: 3.4em;
  }
}
.section__header--right {
  text-align: right;
}
.section__header--centered {
  text-align: center;
}
.home__section:nth-of-type(even) .section__header, .home__section:nth-of-type(even) .testimonial-slider__title, .home__section:nth-of-type(even) .speaker-slider__title, .home__section:nth-of-type(even) .logo-slider__title {
  font-weight: 600;
}
.section__subheader {
  margin-top: 10px;
  font-size: 18px;
  text-transform: none;
  color: #f46246;
}
.section--book-a-table {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}

.section [data-padding-top=default], .supporters__group [data-padding-top=default],
.grid__section [data-padding-top=default] {
  padding-top: 80px !important;
}
.section [data-padding-top=medium], .supporters__group [data-padding-top=medium],
.grid__section [data-padding-top=medium] {
  padding-top: 60px !important;
}
.section [data-padding-top=small], .supporters__group [data-padding-top=small],
.grid__section [data-padding-top=small] {
  padding-top: 40px !important;
}
.section [data-padding-top=x-small], .supporters__group [data-padding-top=x-small],
.grid__section [data-padding-top=x-small] {
  padding-top: 20px !important;
}
.section [data-padding-top=no-padding], .supporters__group [data-padding-top=no-padding],
.grid__section [data-padding-top=no-padding] {
  padding-top: 0 !important;
}
.section [data-padding-bottom=default], .supporters__group [data-padding-bottom=default],
.grid__section [data-padding-bottom=default] {
  padding-bottom: 80px !important;
}
.section [data-padding-bottom=medium], .supporters__group [data-padding-bottom=medium],
.grid__section [data-padding-bottom=medium] {
  padding-bottom: 60px !important;
}
.section [data-padding-bottom=small], .supporters__group [data-padding-bottom=small],
.grid__section [data-padding-bottom=small] {
  padding-bottom: 40px !important;
}
.section [data-padding-bottom=x-small], .supporters__group [data-padding-bottom=x-small],
.grid__section [data-padding-bottom=x-small] {
  padding-bottom: 20px !important;
}
.section [data-padding-bottom=no-padding], .supporters__group [data-padding-bottom=no-padding],
.grid__section [data-padding-bottom=no-padding] {
  padding-bottom: 0 !important;
}

.social-icons__container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-10px, -50%);
}
@media (min-width: 576px) {
  .social-icons__container {
    transform: translate(-50%, -50%);
  }
}

.social-icons {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social-icons__item {
  margin-right: 20px;
}
.social-icons__link {
  display: block;
  color: #fff;
  transition: all 0.3s;
}
.social-icons--primary .social-icons__link {
  color: #f46246;
}
.social-icons--accent .social-icons__link {
  color: #ba5a87;
}
.social-icons--dark .social-icons__link {
  color: #172243;
}
.social-icons--secondary .social-icons__link {
  color: #172243;
}
.social-icons--white .social-icons__link {
  color: #fff;
}
.social-icons--accent-3 .social-icons__link {
  color: #095d40;
}
.social-icons--accent-4 .social-icons__link {
  color: #ece5de;
}
.social-icons--light-gray .social-icons__link {
  color: #F5F3F5;
}
.social-icons--accent-2 .social-icons__link {
  color: #ffde21;
}
.social-icons__link:hover {
  transform: translateY(-3px);
}
.social-icons__link--facebook:hover {
  color: #3b5998;
}
.social-icons__link--twitter:hover {
  color: #000000;
}
.social-icons__link--linkedin:hover {
  color: #007bb6;
}
.social-icons__link--youtube:hover {
  color: #FF0000;
}
.social-icons__link--instagram:hover {
  color: #C32AA3;
}
.social-icons__icon {
  font-size: 31px;
}
.social-icons--footer {
  position: static;
  transform: none;
}

.sticky-socials {
  display: block;
  position: fixed;
  top: 50%;
  z-index: 20;
  opacity: 0;
  transition: all 0.3s;
}
.sticky-socials .social-icons {
  flex-flow: column;
  flex-direction: column;
}
.sticky-socials .social-icons__link {
  display: inline-block;
  width: 54px;
  padding: 10px;
  text-align: center;
  background-color: #f46246;
  transition: all 0.3s;
}
.sticky-socials .social-icons__link:hover {
  width: 60px;
  color: #fff !important;
  transform: none;
}
.sticky-socials .social-icons__link--facebook:hover {
  background-color: #3b5998;
}
.sticky-socials .social-icons__link--twitter:hover {
  background-color: #000000;
}
.sticky-socials .social-icons__link--linkedin:hover {
  background-color: #007bb6;
}
.sticky-socials .social-icons__link--youtube:hover {
  background-color: #FF0000;
}
.sticky-socials .social-icons__link--instagram:hover {
  background-color: #C32AA3;
}
.sticky-socials--floating-right {
  right: 0;
  transform: translate(100%, -50%);
}
.sticky-socials--floating-right .social-icons {
  text-align: right;
}
.sticky-socials--floating-right .social-icons__item {
  margin-right: 0;
}
.sticky-socials--floating-right .social-icons__item:first-of-type .social-icons__link {
  border-top-left-radius: 4px;
}
.sticky-socials--floating-right .social-icons__item:last-of-type .social-icons__link {
  border-bottom-left-radius: 4px;
}
.sticky-socials--floating-right .social-icons__link:hover {
  padding-right: 15px;
  border-radius: 4px 0 0 4px;
}
.sticky-socials--floating-left {
  left: 0;
  right: unset;
  transform: translate(-100%, -50%);
}
.sticky-socials--floating-left .social-icons {
  text-align: left;
}
.sticky-socials--floating-left .social-icons__item {
  margin: 0;
}
.sticky-socials--floating-left .social-icons__item:first-of-type .social-icons__link {
  border-top-right-radius: 4px;
}
.sticky-socials--floating-left .social-icons__item:last-of-type .social-icons__link {
  border-bottom-right-radius: 4px;
}
.sticky-socials--floating-left .social-icons__link:hover {
  padding-left: 15px;
  border-radius: 0 4px 4px 0;
}
.sticky-socials--visible {
  opacity: 1;
  transform: translate(0, -50%);
}

.sticky-socials--white .social-icons__link {
  background-color: #fff;
  color: #172243;
}

.sticky-socials--light .social-icons__link {
  background-color: #F5F3F5;
  color: #172243;
}

.sticky-socials--accent-3 .social-icons__link {
  background-color: #095d40;
  color: #172243;
}

.sticky-socials--primary .social-icons__link {
  background-color: #f46246;
  color: #fff;
}

.sticky-socials--accent-2 .social-icons__link {
  background-color: #ffde21;
  color: #fff;
}

.sticky-socials--dark .social-icons__link {
  background-color: #172243;
  color: #fff;
}

.sticky-socials--secondary .social-icons__link {
  background-color: #172243;
  color: #fff;
}

.sticky-socials--accent .social-icons__link {
  background-color: #ba5a87;
  color: #fff;
}

.content-header {
  background-size: cover;
  background-position: center;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .content-header {
    padding-top: 90px;
  }
}
.content-header__container {
  padding-top: 80px;
}
.content-header__logo {
  max-height: 60px;
  display: inline-block;
}
@media (min-width: 576px) {
  .content-header__logo {
    max-height: 100px;
    max-width: 300px;
  }
}
.content-header__logo-link {
  display: inline-block;
}
.content-header__section {
  padding: 60px 0;
}
.content-header__heading {
  font-size: 2.4rem;
  color: #172243;
  font-weight: 600;
}
@media (min-width: 768px) {
  .content-header__heading {
    font-size: 3rem;
  }
}
.content-header__main, .content-header__subheading {
  display: block;
}

.faqs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
  list-style: none;
}
.faqs__question {
  position: relative;
  display: inline-block;
  flex: 0 0 100%;
  max-width: 400px;
  min-height: 450px;
  padding: 50px 40px;
  margin: 15px auto;
  border: 1px solid #e8e8e8;
  border-radius: 0;
}
.faqs__question--primary {
  background-color: #f46246;
  border-color: #f46246;
  color: #fff;
}
.faqs__question--primary .faqs__answer-content p, .faqs__question--primary h2 {
  color: #fff;
}
.faqs__question--accent {
  background-color: #ba5a87;
  border-color: #ba5a87;
  color: #fff;
}
.faqs__question--accent .faqs__answer-content p, .faqs__question--accent h2 {
  color: #fff;
}
.faqs__question--dark {
  background-color: #172243;
  border-color: #172243;
  color: #fff;
}
.faqs__question--dark .faqs__answer-content p, .faqs__question--dark h2 {
  color: #fff;
}
.faqs__question--secondary {
  background-color: #172243;
  border-color: #172243;
  color: #fff;
}
.faqs__question--secondary .faqs__answer-content p, .faqs__question--secondary h2 {
  color: #fff;
}
.faqs__question--campaign-primary {
  background-color: #ba5a87;
  border-color: #ba5a87;
  color: #fff;
}
.faqs__question--campaign-primary .faqs__answer-content p, .faqs__question--campaign-primary h2 {
  color: #fff;
}
.faqs__question--white {
  background-color: #fff;
  border-color: #fff;
}
.faqs__question--accent-3 {
  background-color: #095d40;
  border-color: #095d40;
}
.faqs__question--accent-4 {
  background-color: #ece5de;
  border-color: #ece5de;
}
.faqs__question--light-gray {
  background-color: #F5F3F5;
  border-color: #F5F3F5;
}
.faqs__question--accent-2 {
  background-color: #ffde21;
  border-color: #ffde21;
}
.faqs__question--campaign-secondary {
  background-color: #172243;
  border-color: #172243;
}
@media (min-width: 576px) {
  .faqs__question {
    flex: 0 0 calc(50% - 30px);
    margin: 15px;
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .faqs__question {
    flex: 0 0 calc(33% - 30px);
  }
}
.faqs__heading {
  margin-bottom: 25px;
}
.faqs__heading--primary {
  color: #f46246 !important;
}
.faqs__heading--accent {
  color: #ba5a87 !important;
}
.faqs__heading--dark {
  color: #172243 !important;
}
.faqs__heading--secondary {
  color: #172243 !important;
}
.faqs__heading--campaign-primary {
  color: #ba5a87 !important;
}
.faqs__heading--white {
  color: #fff !important;
}
.faqs__heading--accent-3 {
  color: #095d40 !important;
}
.faqs__heading--accent-4 {
  color: #ece5de !important;
}
.faqs__heading--light-gray {
  color: #F5F3F5 !important;
}
.faqs__heading--accent-2 {
  color: #ffde21 !important;
}
.faqs__heading--campaign-secondary {
  color: #172243 !important;
}
.faqs__title {
  font-weight: 600;
  text-transform: none;
  font-size: 22px;
  margin: 0;
  transition: color 0.3s;
}
.faqs--opened .faqs__title {
  color: #f46246;
}
.faqs__answer {
  font-weight: 300;
}
.contacts {
  display: flex;
  padding: 0;
  margin: 0 -15px 60px -15px;
  flex-flow: column;
  flex-direction: column;
  list-style-type: none;
}
.contacts:first-of-type:last-of-type {
  margin-top: -15px;
}
.contacts:last-of-type {
  margin: 0 -15px 0 -15px;
}
@media (min-width: 576px) {
  .contacts {
    flex-flow: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.contacts__item {
  display: flex;
  justify-content: center;
  flex: 1;
  margin: 15px 0;
}
@media (min-width: 576px) {
  .contacts__item {
    margin: 15px;
    flex: 0 0 calc(50% - 30px);
    flex-flow: column;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .contacts__item {
    margin: 15px;
    flex: 0 0 calc(33% - 30px);
  }
}
@media (min-width: 1200px) {
  .contacts__item {
    margin: 15px;
    flex: 0 0 calc(25% - 30px);
  }
}
.contacts__card {
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 1;
  max-width: 320px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0;
}
.contacts__photo-container {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
.contacts__photo-container::after {
  content: "";
  position: absolute;
  top: 0;
  height: 140px;
  width: 100%;
  background-color: #172243;
  border-radius: 0 0 0 0;
  z-index: 1;
}
.contacts__photo-border {
  position: relative;
  width: 150px;
  padding: 5px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}
.contacts__photo {
  display: block;
  width: 140px;
  height: auto;
  border-radius: 50%;
  filter: grayscale(1);
}
.contacts__info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 20px 40px 20px;
}
.contacts__info > * {
  display: block;
  color: #172243;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.contacts__type {
  flex: 1;
  font-style: italic;
  margin-bottom: 25px;
}
.contacts__name {
  font-weight: 600;
}
.contacts__email {
  font-weight: 600;
}

.contacts__card--primary .contacts__photo-container::after {
  background-color: #f46246;
}

.contacts__card--accent .contacts__photo-container::after {
  background-color: #ba5a87;
}

.contacts__card--dark .contacts__photo-container::after {
  background-color: #172243;
}

.contacts__card--secondary .contacts__photo-container::after {
  background-color: #172243;
}

.contacts__card--white .contacts__photo-container::after {
  background-color: #fff;
}

.contacts__card--accent-3 .contacts__photo-container::after {
  background-color: #095d40;
}

.contacts__card--accent-4 .contacts__photo-container::after {
  background-color: #ece5de;
}

.contacts__card--light-gray .contacts__photo-container::after {
  background-color: #F5F3F5;
}

.contacts__card--accent-2 .contacts__photo-container::after {
  background-color: #ffde21;
}

.testimonials__item:nth-of-type(odd) {
  background-color: #F5F3F5;
}
@media (min-width: 576px) {
  .testimonials__item:nth-of-type(odd) {
    background-color: #fff;
  }
}
.testimonial {
  display: flex;
  padding: 80px 0;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
  .testimonial {
    flex-flow: row;
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  .testimonial__photo-container {
    flex: 0 0 150px;
  }
}
.testimonial__photo-container--with-contained-photo {
  height: 150px;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F5F3F5;
}
.testimonial__photo {
  display: block;
  max-width: 150px;
  width: 100%;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #F5F3F5;
}
.testimonial__photo-container--with-contained-photo .testimonial__photo {
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-color: transparent;
  border-radius: 0;
}
@media (min-width: 576px) {
  .testimonial__text-content {
    position: relative;
    display: flex;
    flex-flow: column;
    flex: 1;
    padding: 60px 40px;
    margin: 0 30px;
    background: #f9f9f9;
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.03);
  }
}
.testimonial__opening-quote {
  margin-top: 20px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 576px) {
  .testimonial__opening-quote {
    font-size: 130px;
    position: absolute;
    top: -75px;
    left: -22px;
    text-align: left;
    opacity: 0.1;
  }
}
.testimonial__body {
  padding: 20px;
  text-align: center;
}
@media (min-width: 576px) {
  .testimonial__body p {
    margin: 0;
  }
}
.testimonial__info {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .testimonial__info {
    color: #172243;
    text-align: center;
    order: 2;
  }
}
.testimonial__info > * {
  display: block;
  text-align: center;
}
@media (min-width: 576px) {
  .testimonial__info > * {
    display: inline-block;
  }
  .testimonial__info > *:not(:last-child)::after {
    content: ",";
  }
}
@media (min-width: 576px) {
  .testimonial__name, .testimonial__role, .testimonial__company {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
  }
}
.testimonial__name {
  font-weight: 700;
}
.testimonial__role {
  font-weight: 500;
}
.testimonial__company {
  font-weight: 500;
  color: #f46246;
}

@media (min-width: 576px) {
  .testimonials__item:nth-of-type(even) .testimonial__photo-container {
    order: 2;
  }
}
.testimonials__item:nth-of-type(even) .testimonial__opening-quote {
  color: #172243;
}
@media (min-width: 576px) {
  .testimonials__item:nth-of-type(even) .testimonial__opening-quote {
    left: unset;
    right: -22px;
    transform: rotateY(180deg) rotateX(180deg);
  }
}

.agents {
  display: flex;
  padding: 0;
  margin: 0;
  flex-flow: column;
  flex-direction: column;
  list-style-type: none;
}
@media (min-width: 576px) {
  .agents {
    flex-flow: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.agents__item {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex: 1;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .agents__item {
    padding-top: 50px;
    flex: 1 1 33%;
  }
}

.agent__card {
  display: flex;
  flex: 1;
  max-width: 300px;
  width: 100%;
  padding: 50px 40px;
  margin: auto;
  flex-flow: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.agent__photo-container {
  display: flex;
}
.agent__photo {
  display: block;
  max-width: 100px;
  height: auto;
  margin: auto;
  border-radius: 50%;
}
.agent__info {
  padding-top: 40px;
}
.agent__info > * {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.agent__info > *:not(:last-of-type) {
  margin-bottom: 3px;
}
.agent__name, .agent__email {
  font-weight: 400;
}

.modal--dark .modal-content {
  background-color: #172243;
  border: none;
}
.modal__title {
  flex: 1;
  text-align: center;
  color: #f46246;
  font-size: 28px;
}
.modal__header {
  border-bottom: none;
}
.modal__header--underlined {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.modal__description {
  font-weight: 300;
  margin-bottom: 20px;
}
.modal--md {
  max-width: 600px;
}
.modal__gdpr {
  padding: 20px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}

.fade-scale {
  transform: scale(0.6);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}

.image-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.image-grid__item {
  padding: 10px;
}
.image-grid__image {
  max-width: 100%;
  height: auto;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 360px;
  margin-top: 60px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.hero--with-fixed-background {
  background-attachment: fixed;
}
@media (min-width: 576px) {
  .hero {
    margin-top: 90px;
    min-height: 390px;
  }
}
@media (min-width: 576px) {
  .hero.hero--with-video::after {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
.hero__container {
  position: relative;
}
@media (min-width: 576px) {
  .hero--with-video .hero__container {
    position: absolute;
    top: 90px;
    bottom: 0;
  }
}
.hero__content-container {
  padding: 50px 0;
}
@media (min-width: 576px) {
  .hero__content-container {
    padding: 80px 0;
  }
}
.hero--with-video .hero__content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  position: relative;
  max-height: calc(100vh - 90px);
}
@media (min-width: 576px) {
  .hero--with-video .hero__content-container {
    height: calc(0.5625 * (100vw - 17px));
  }
}
.hero__video-background {
  position: absolute;
  left: 0;
  display: none;
}
.hero__video-background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 576px) {
  .hero__video-background {
    display: block;
  }
}
.hero__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  animation: main-log-load 0.8s ease-out;
}
@media (min-width: 768px) {
  .hero__content--left .hero__logo {
    justify-content: flex-start;
  }
}
.hero__logo > img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .hero__logo > img {
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .hero__logo > img {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .hero__logo > img {
    max-width: 400px;
    max-height: 220px;
    width: auto;
  }
}
.hero__copy {
  text-align: center;
}
@media (min-width: 992px) {
  .hero__content--left .hero__copy {
    text-align: left;
  }
}
.hero__strapline {
  font-size: 38px;
  margin-bottom: 30px;
  color: #fff;
  animation: main-log-load 0.8s ease-out 0.2s;
  animation-fill-mode: backwards;
  font-family: "Roboto", sans-serif;
}
.hero--light .hero__strapline {
  color: #172243;
}
@media (min-width: 576px) {
  .hero__strapline--mobile {
    display: none;
  }
}
.hero__strapline--desktop {
  display: none;
}
@media (min-width: 576px) {
  .hero__strapline--desktop {
    display: block;
  }
}
.hero__blurb {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  animation: main-log-load 0.8s ease-out 0.2s;
  animation-fill-mode: backwards;
}
.hero--light .hero__blurb {
  color: #172243;
}
.hero__blurb > p {
  font-size: 20px;
}
@media (min-width: 576px) {
  .hero__blurb--mobile {
    display: none;
  }
}
.hero__blurb--desktop {
  display: none;
}
@media (min-width: 576px) {
  .hero__blurb--desktop {
    display: block;
  }
}
.hero__event-details {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  animation: main-log-load 0.8s ease-out;
  animation-fill-mode: backwards;
}
.hero--light .hero__event-details {
  color: #172243;
}
.hero__event-details:nth-of-type(1) {
  animation-delay: 0.2s;
}
.hero__event-details:nth-of-type(2) {
  animation-delay: 0.4s;
}
.hero__event-details:nth-of-type(3) {
  animation-delay: 0.6s;
}
.hero__event-details:nth-of-type(4) {
  animation-delay: 0.8s;
}
.hero__event-details:nth-of-type(5) {
  animation-delay: 1s;
}
.hero__event-details:not(:last-of-type) {
  margin-bottom: 8px;
}
.hero__event-details--hide-mobile {
  display: none;
}
@media (min-width: 576px) {
  .hero__event-details--hide-mobile {
    display: block;
  }
}
.hero__icon {
  color: #fff;
}
.hero--light .hero__icon {
  color: #172243;
}
.hero__location {
  margin-right: 15px;
}
.hero__map-link {
  text-decoration: none;
  color: #fff;
}
.hero--light .hero__map-link {
  color: #172243;
}
.hero__actions {
  margin-top: 60px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .hero__actions {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hero__content--left .hero__actions {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .hero__actions {
    display: flex;
    /*justify-content: space-evenly;*/
  }
}
.hero__actions--stacked {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.hero__actions--hide-mobile {
  display: none;
}
@media (min-width: 576px) {
  .hero__actions--hide-mobile {
    display: block;
  }
}
.hero__actions .button {
  justify-content: center;
  max-width: 100%;
  width: 100%;
  animation: main-button-load 0.5s ease-out;
  animation-fill-mode: backwards;
}
.hero__actions .button:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .hero__actions .button {
    max-width: 260px;
  }
  .hero__actions .button:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.hero__actions .button:nth-of-type(1) {
  animation-delay: 0.8s;
}
.hero__actions .button:nth-of-type(2) {
  animation-delay: 1.1s;
}
.hero__actions .button:nth-of-type(3) {
  animation-delay: 1.4s;
}
.hero__actions .button:nth-of-type(4) {
  animation-delay: 1.7s;
}
.hero__actions .button:nth-of-type(5) {
  animation-delay: 2s;
}
.hero__scroll-more-container {
  display: none;
}
.hero--with-video .hero__scroll-more-container {
  display: none;
  animation: fade-in 1s ease-out backwards;
  animation-delay: 0.6s;
}
@media (min-width: 1200px) {
  .hero--with-video .hero__scroll-more-container {
    display: block;
  }
}
.hero__scroll-more {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  transition: opacity 0.3s, box-shadow 0.3s;
  -webkit-animation: scroll-more-bounce 2s infinite 2s;
  animation: scroll-more-bounce 2s infinite 2s;
}
.hero__scroll-more:hover {
  animation-play-state: paused;
  opacity: 1 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.hero__scroll-more i {
  font-size: 24px;
  color: #172243;
}

.hero-bar {
  background-color: #f46246;
}
.hero-bar__content {
  display: flex;
  flex-flow: column;
  min-height: 90px;
  padding: 20px 0 25px 0;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .hero-bar__content {
    flex-flow: row;
    padding: 0;
    text-align: left;
  }
}
.hero-bar__text-container {
  flex: 1;
}
.hero-bar__heading {
  margin-bottom: 2px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.hero-bar__text {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}
.hero-bar__actions {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .hero-bar__actions {
    margin-top: 0;
  }
}
.hero-bar--primary {
  background-color: #f46246;
}
.hero-bar--primary .hero-bar__heading,
.hero-bar--primary .hero-bar__text {
  color: #fff;
}
.hero-bar--accent {
  background-color: #ba5a87;
}
.hero-bar--accent .hero-bar__heading,
.hero-bar--accent .hero-bar__text {
  color: #fff;
}
.hero-bar--dark {
  background-color: #172243;
}
.hero-bar--dark .hero-bar__heading,
.hero-bar--dark .hero-bar__text {
  color: #fff;
}
.hero-bar--secondary {
  background-color: #172243;
}
.hero-bar--secondary .hero-bar__heading,
.hero-bar--secondary .hero-bar__text {
  color: #fff;
}
.hero-bar--campaign-primary {
  background-color: #ba5a87;
}
.hero-bar--campaign-primary .hero-bar__heading,
.hero-bar--campaign-primary .hero-bar__text {
  color: #fff;
}
.hero-bar--white {
  background-color: #fff;
}
.hero-bar--accent-3 {
  background-color: #095d40;
}
.hero-bar--accent-4 {
  background-color: #ece5de;
}
.hero-bar--light-gray {
  background-color: #F5F3F5;
}
.hero-bar--accent-2 {
  background-color: #ffde21;
}
.hero-bar--campaign-secondary {
  background-color: #172243;
}

.whats-on__items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -20px;
}
.whats-on__item {
  flex: 0 1 calc(100% - 2 * 20px);
  margin: 20px;
}
@media (min-width: 576px) {
  .whats-on__item {
    flex: 0 1 calc(50% - 2 * 20px);
  }
}
@media (min-width: 992px) {
  .whats-on__item {
    flex: 0 1 calc(33.3333333333% - 2 * 20px);
  }
}
.whats-on__item--link {
  text-decoration: none;
  color: #404040;
}
.whats-on__item--link:hover {
  color: #404040;
}
.whats-on__item--link:hover .whats-on__image {
  opacity: 0.4;
}
.whats-on__card {
  display: flex;
  flex-flow: column;
  height: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  transition: all 0.3s;
  background-color: #fff;
}
.whats-on__image-container {
  flex: 0 0 250px;
  width: 100%;
  border-radius: 0 0 0 0;
  overflow: hidden;
  background-color: #fff;
}
.whats-on__image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s;
}
.grid__column .whats-on__image {
  border-radius: 0 0 0 0;
}
.whats-on__item--link .whats-on__image:hover {
  opacity: 0.4;
}
.whats-on__body {
  display: flex;
  flex-flow: column;
  /*text-align: center;*/
  flex: 1 1 100%;
  padding: 30px;
}
.whats-on__heading {
  font-size: 28px;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 50px;
  overflow: hidden;
}
.whats-on__footer {
  padding: 0 30px 30px 30px;
  text-align: center;
}

.event-stats__group {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .event-stats__group {
    margin-bottom: 0;
  }
}
.event-stats__heading {
  margin-bottom: 50px;
}
.event-stats__title {
  margin-bottom: 0;
  text-align: center;
  font-size: 2.3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .event-stats__title {
    font-size: 2rem;
  }
}
.event-stats__photo-container {
  padding: 20px 20px 70px 20px;
  background: #fff;
  border-radius: 7px;
}
.event-stats__photo-container > img {
  width: 100%;
  max-width: 400px;
}
.event-stats__body {
  margin-top: 40px;
}
.event-stats__list {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.event-stats__item {
  display: flex;
  flex-flow: column;
  width: 180px;
  height: 180px;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 10px 10px;
  font-weight: 600;
  border: 6px solid rgba(255, 255, 255, 0.2);
}
.event-stats__group--single .event-stats__item {
  width: 220px;
  height: 220px;
  border: 10px solid rgba(255, 255, 255, 0.2);
}
.event-stats__value {
  color: #f46246;
  font-size: 34px;
  font-weight: 700;
}
.event-stats__group--single .event-stats__value {
  font-size: 38px;
}
.event-stats__text {
  font-weight: 300;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
}
.event-stats__group--single .event-stats__text {
  font-size: 18px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: calc(14px + 20px);
  padding-left: calc(40px + 10px);
  align-items: center;
}
.switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch__slider {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 0;
  width: 40px;
  background-color: #f8f8f8;
  transition: all 0.3s;
  border-radius: 34px;
  height: 14px;
  transform: translateY(-50%);
}
.switch__slider::before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 0;
  top: 50%;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  backface-visibility: hidden;
}
input[type=checkbox]:checked + .switch__slider::before {
  transform: translate3d(20px, -50%, 0);
}
input[type=checkbox]:checked + .switch__slider {
  background-color: #172243;
}
input[type=checkbox]:focus + .switch__slider {
  box-shadow: 0 0 1px rgba(23, 34, 67, 0.2);
}
.switch__text {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.slider.round:before {
  border-radius: 50%;
}

/*Radio styles*/
.radio {
  display: flex;
  align-items: center;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  cursor: pointer;
}
.radio input[type=radio]:checked ~ .radio__checkmark {
  background-color: #f46246;
}
.radio input[type=radio]:checked ~ .radio__checkmark::after {
  display: block;
}
.radio:hover input ~ .radio__checkmark {
  background-color: rgba(0, 0, 0, 0.3);
}
.radio:hover input:checked ~ .radio__checkmark {
  background-color: #f46246;
}
.radio__checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  flex: 0 0 14px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all 0.3s;
  margin-right: 10px;
  cursor: pointer;
}
.radio__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f46246;
  top: 50%;
  left: 50%;
  border: 2px solid #FFF;
  transform: translate(-50%, -50%);
  animation: pop-centered;
  animation-duration: 0.3s;
}
.radio__text {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.range-wrap {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 35px;
  font: 1em/1 arial, sans-serif;
}

[type=range] {
  flex: 1;
  margin: 0;
  padding: 0;
  min-height: 10px;
  background: transparent;
  font: inherit;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.3s;
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--val) - var(--min))/var(--range));
  --sx: calc(.5 * 10px + var(--ratio) * (100% - 10px));
  cursor: pointer;
}
[type=range], [type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
[type=range]:hover, [type=range]:focus {
  opacity: 1;
}
[type=range]::-webkit-slider-runnable-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 2.5px;
  background: #ccc;
  background: linear-gradient(#172243, #172243) 0/var(--sx) 100% no-repeat #ccc;
}
[type=range]::-moz-range-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 2.5px;
  background: #ccc;
  background: linear-gradient(#172243, #172243) 0/var(--sx) 100% no-repeat #ccc;
}
[type=range]::-ms-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 2.5px;
  background: #ccc;
  background: linear-gradient(#172243, #172243) 0/var(--sx) 100% no-repeat #ccc;
}
[type=range]::-webkit-slider-thumb {
  margin-top: -3.75px;
  box-sizing: border-box;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #172243;
}
[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #172243;
}
[type=range]::-ms-thumb {
  margin-top: 0;
  box-sizing: border-box;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #172243;
}
[type=range]::-ms-tooltip {
  display: none;
}
[type=range] ~ output {
  display: flex;
}
.js [type=range] ~ output {
  position: absolute;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  left: 5px;
  top: 0;
  background: rgba(244, 98, 70, 0);
  color: #fff;
  font-size: 12px;
  padding: 0;
  border-radius: 50%;
  transform-origin: center bottom;
  animation: pop-tooltip 0.3s;
  animation-fill-mode: forwards;
}
.js [type=range] ~ output::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  align-items: center;
  border-radius: 0 50% 50% 50%;
  background: #172243;
  border: none;
  z-index: -1;
  transform: rotateZ(225deg);
}

@keyframes pop-tooltip {
  0% {
    transform: translate(calc((var(--val) - var(--min)) / (var(--max) - var(--min)) * (var(--track-width) - 10px) - 50%), -100%) scale(0);
    opacity: 0;
  }
  100% {
    transform: translate(calc((var(--val) - var(--min)) / (var(--max) - var(--min)) * (var(--track-width) - 10px) - 50%), -100%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pop-tooltip {
  0% {
    transform: translate(calc((var(--val) - var(--min)) / (var(--max) - var(--min)) * (var(--track-width) - 10px) - 50%), -100%) scale(0);
    opacity: 0;
  }
  100% {
    transform: translate(calc((var(--val) - var(--min)) / (var(--max) - var(--min)) * (var(--track-width) - 10px) - 50%), -100%) scale(1);
    opacity: 1;
  }
}
.calc {
  display: flex;
  color: #172243;
  align-items: flex-start;
  flex-wrap: wrap;
}
.calc__col {
  display: flex;
  flex-flow: column;
  flex: 0 0 100%;
  background: #fff;
  padding: 40px;
  border-radius: 3px;
}
.calc__col:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .calc__col {
    flex: 0 0 calc(50% - 15px);
  }
  .calc__col:not(:last-of-type) {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.calc__results {
  position: sticky;
  top: 60px;
}
.calc__heading {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.calc__group {
  display: flex;
  flex-flow: column;
  margin: 10px 0;
}
.calc__group-wrapper {
  display: flex;
  flex-flow: column;
}
.calc__label {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
}
.calc__label-with-value {
  margin-bottom: 20px;
}
.calc__info {
  color: #87868b;
  font-size: 13px;
  margin-top: 10px;
}
.calc__description {
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
}
.calc__description > div {
  padding: 20px 10px;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.3);
}
.calc__price {
  padding: 6px 12px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  border-radius: 3px;
  margin: auto;
  width: 110px;
  text-align: center;
}
.calc__value-text {
  font-weight: 300;
}
.calc__input {
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
}
.calc__input-label {
  font-size: 13px;
  font-weight: 500;
}
.calc__summary-item {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
}
.calc__summary-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.calc__item-name--total {
  flex: 1;
}
.calc__item-value {
  font-weight: 500;
}
.calc__item-vat {
  display: none;
  margin-left: 5px;
}
.calc__item-vat--add {
  display: inline-block;
}
.calc__summary-item--total {
  font-weight: 700;
  margin-top: 20px;
  border-top: 1px solid #CCC;
  padding-top: 20px;
  font-size: 1rem;
}
.calc__summary-item--total .calc__item-value {
  font-weight: 700;
}

.video__wrapper {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  width: 100%;
  display: inline-block;
  margin: 1%;
}
@media (min-width: 992px) {
  .video__wrapper {
    width: 47%;
  }
}

.supporters {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
  list-style: none;
}
@media (min-width: 768px) {
  .supporters {
    margin: 0 -10px;
  }
}
.supporters__heading {
  margin-bottom: 20px;
}
.supporters--inverted .supporters__group {
  background-color: #F5F3F5;
  color: #172243;
}
.supporters__group:nth-of-type(even) {
  background-color: #F5F3F5;
  color: #172243;
}
.supporters--inverted .supporters__group:nth-of-type(even) {
  background-color: #fff;
  color: #404040;
}
.supporters__group:nth-of-type(even) p {
  color: #172243;
}
.supporters__item {
  position: relative;
  display: inline-block;
  flex: 0 0 100%;
  max-width: 300px;
  max-height: 300px;
  margin: 10px auto;
  padding-top: min(100%, 300px);
}
@media (min-width: 576px) {
  .supporters__item {
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
    max-width: 200px;
    max-height: 200px;
    padding-top: min(50% - 20px, 200px);
  }
}
@media (min-width: 992px) {
  .supporters__item {
    flex: 0 0 calc(33% - 20px);
    padding-top: min(33% - 20px, 200px);
  }
}
@media (min-width: 1200px) {
  .supporters__item {
    flex: 0 0 calc(20% - 20px);
    padding-top: min(20% - 20px, 200px);
  }
}

.supporter__card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  .supporter__card {
    height: 100%;
    border-radius: 0;
  }
}
.supporter__card:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.supporter__card--alternative {
  background: #fff;
}
.supporter__card--alternative p {
  color: #172243;
}
@media (min-width: 576px) {
  .supporter__card--alternative p {
    color: #fff;
  }
}
.supporter__card--alternative p {
  font-weight: 400;
}
@media (min-width: 576px) {
  .supporter__card--alternative p {
    font-weight: 300;
  }
}
.supporter__photo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 25px;
}
.supporter__photo {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.testimonials-carousel__group {
  display: flex;
  justify-content: center;
}
.testimonials-carousel__slot {
  display: flex;
  justify-content: center;
}
.testimonials-carousel__item {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex: 0 1 300px;
  cursor: grab;
}
.testimonials-carousel__item:active {
  cursor: grabbing;
}
.testimonials-carousel__image-wrapper {
  text-align: center;
}
.testimonials-carousel__image {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 50%;
}
.testimonials-carousel__body {
  padding: 30px 0 0 0;
  text-align: center;
  font-style: italic;
}
.testimonials-carousel__text {
  position: relative;
  font-weight: 300;
}
.testimonials-carousel__footer {
  text-align: center;
}
.testimonials-carousel__footer > * {
  font-weight: 500;
}
.testimonials-carousel__name {
  color: #fff;
}
.testimonials-carousel__role {
  font-style: italic;
  color: #f46246;
}
.testimonials-carousel__company {
  color: #f46246;
}

.image-carousel__group {
  display: flex;
  justify-content: center;
}
.image-carousel__slot {
  display: flex;
  justify-content: center;
}
.image-carousel__item {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 1 200px;
  height: 200px;
}
.image-carousel__item > img {
  max-width: 100%;
  background-color: #fff;
  border-radius: 4px;
}

.image-slider {
  position: relative;
}
.image-slider__items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.image-slider__item {
  position: relative;
  overflow: hidden;
  cursor: grab;
}
.image-slider__item:active {
  cursor: grabbing;
}
.image-slider__item-content {
  height: 250px;
}
@media (min-width: 576px) {
  .image-slider__item-content {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .image-slider__item-content {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .image-slider__item-content {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .image-slider__item-content {
    height: 700px;
  }
}
.image-slider__item-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.image-slider__text--with-cta {
  margin-bottom: 25px;
}
.image-slider__content--as-background {
  background-size: cover;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-slider__footer {
  background-color: #f46246;
}
.image-slider__footer-content {
  display: flex;
  flex-flow: column;
  min-height: 100px;
  padding: 20px 0 25px 0;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .image-slider__footer-content {
    flex-flow: row;
    padding: 0;
    text-align: left;
  }
}
.image-slider__text-container {
  flex: 1;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .image-slider__text-container {
    margin-bottom: 0;
  }
}
.image-slider__heading {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .image-slider__heading {
    font-size: 24px;
  }
}
.image-slider__text > p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
@media (min-width: 768px) {
  .image-slider__text > p {
    font-size: 18px;
  }
}
.image-slider .tns-nav {
  position: absolute;
  top: 250px;
  left: 50%;
  width: 100%;
  justify-content: flex-start;
  padding-inline: 15px;
  margin: 0;
  transform: translate(-50%, calc(-100% - 20px));
  opacity: 0.8;
}
@media (min-width: 576px) {
  .image-slider .tns-nav {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .image-slider .tns-nav {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .image-slider .tns-nav {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .image-slider .tns-nav {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .image-slider .tns-nav {
    max-width: 1320px;
  }
}
@media (min-width: 576px) {
  .image-slider .tns-nav {
    top: 400px;
  }
}
@media (min-width: 768px) {
  .image-slider .tns-nav {
    top: 500px;
  }
}
@media (min-width: 992px) {
  .image-slider .tns-nav {
    top: 600px;
  }
}
@media (min-width: 1200px) {
  .image-slider .tns-nav {
    top: 700px;
  }
}
.image-slider .tns-slider__button {
  top: 125px;
}
@media (min-width: 576px) {
  .image-slider .tns-slider__button {
    top: 200px;
  }
}
@media (min-width: 768px) {
  .image-slider .tns-slider__button {
    top: 250px;
  }
}
@media (min-width: 992px) {
  .image-slider .tns-slider__button {
    top: 300px;
  }
}
@media (min-width: 1200px) {
  .image-slider .tns-slider__button {
    top: 350px;
  }
}

.tns-item {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.umb-editor-placeholder .image-slider__items > .image-slider__item {
  max-height: 500px;
}
.umb-editor-placeholder .image-slider__items > .image-slider__item:not(:first-of-type) {
  display: none;
}

.logo-slider__title {
  text-align: center;
}
.logo-slider__body {
  position: relative;
}
.logo-slider__items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.logo-slider__item-content {
  position: relative;
  display: block;
  max-height: 220px;
  max-width: 220px;
  width: 100%;
  margin: auto;
}
.logo-slider__item-content::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.logo-slider__link {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  text-decoration: none;
}
.logo-slider__type {
  flex: 1;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  color: #172243;
}
.logo-slider__image-outer {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1 1 100%;
}
.logo-slider__image-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slider__image {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.grid__column .logo-slider__image {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.umb-cell-macro .logo-slider__title {
  color: #000;
}
.umb-cell-macro .logo-slider__items {
  display: flex;
  overflow: hidden;
}
.umb-cell-macro .logo-slider__item {
  flex: 0 0 200px;
  margin-left: 20px;
  border: 1px solid #ccc;
}
.umb-cell-macro .logo-slider__link {
  height: calc(100% - 20px);
}

.tns-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  margin-top: 25px;
  opacity: 0.3;
  transition: opacity 0.2s;
}
.tns-nav:hover {
  opacity: 1;
}
.tns-nav > button {
  margin: 0 3px;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.grid__section:nth-of-type(even) .tns-nav > button {
  background-color: rgba(23, 34, 67, 0.4);
}
.grid__section:nth-of-type(odd) .tns-nav > button {
  background-color: rgba(23, 34, 67, 0.4);
}
.tns-nav > button.tns-nav-active {
  background-color: #f46246;
}
.grid__section:nth-of-type(even) .tns-nav > button.tns-nav-active {
  background-color: #f46246;
}
.grid__section:nth-of-type(odd) .tns-nav > button.tns-nav-active {
  background-color: #f46246;
}

.tns-slider__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  font-size: 16px;
  transition: all 0.25s;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .tns-slider__button {
    height: 64px;
    width: 64px;
    font-size: 34px;
  }
}
.tns-slider__button > i {
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.25s;
}
.tns-slider__button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.tns-slider__button:hover > i {
  color: rgba(0, 0, 0, 0.2);
}
.tns-slider__button--prev {
  left: 0;
}
.tns-slider__button--next {
  right: 0;
}
.grid__section:nth-of-type(even) .tns-slider__button {
  color: rgba(23, 34, 67, 0.4);
}
.grid__section:nth-of-type(even) .tns-slider__button:hover {
  color: rgba(23, 34, 67, 0.9);
}
.grid__section:nth-of-type(odd) .tns-slider__button {
  color: rgba(23, 34, 67, 0.4);
}
.grid__section:nth-of-type(odd) .tns-slider__button:hover {
  color: rgba(23, 34, 67, 0.9);
}

.umb-cell-macro .logo-slider i {
  display: none;
}

.speaker-slider__title {
  text-align: center;
}
.speaker-slider__body {
  position: relative;
}
.speaker-slider__items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.speaker-slide {
  padding: 0 10px;
}
.speaker-slide__body {
  position: relative;
}
.speaker-slide__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 0 15px 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  border-radius: 0 0 0 0;
}
.speaker-slide__info > span {
  display: block;
  color: #fff;
}
.speaker-slide__image {
  border-radius: 0;
  filter: brightness(0.9);
  transition: all 0.3s;
}
.speaker-slide__image:hover {
  filter: brightness(1);
}
.speaker-slide__name {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.speaker-slide__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.umb-cell-macro .speaker-slider__title {
  color: #000;
}
.umb-cell-macro .speaker-slider__items {
  display: flex;
  overflow: hidden;
}
.umb-cell-macro .speaker-slide {
  flex: 0 0 300px;
  margin-left: 10px;
}

.testimonial-slider {
  padding: 10% 12%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .testimonial-slider {
    padding: 10% 20%;
  }
}
@media (min-width: 992px) {
  .testimonial-slider {
    flex-flow: row;
    padding: 55px 0;
  }
}
.testimonial-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(0deg);
  border-width: 150px 150px 0 0;
  border-color: rgba(158, 163, 176, 0.2901960784) transparent transparent transparent;
}
.testimonial-slider::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(0deg);
  border-width: 0 0 360px 360px;
  border-color: transparent transparent rgba(158, 163, 176, 0.2901960784) transparent;
}
.testimonial-slider__title {
  text-align: center;
}
.testimonial-slider__body {
  position: relative;
}
.testimonial-slider__items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.testimonial-slider__side-images {
  flex: 0 0 46%;
}
.testimonial-slider__side-image {
  position: relative;
  z-index: 1;
}
.testimonial-slider__side-image img {
  position: relative;
  z-index: 1;
}
.testimonial-slider__side-image::after {
  content: "";
  display: none;
  position: absolute;
  top: -12px;
  height: calc(100% + 24px);
  width: 90%;
  background-color: #f46246;
  z-index: 0;
  right: -12px;
}
@media (min-width: 768px) {
  .testimonial-slider__side-image::after {
    display: block;
  }
}
.testimonial-slider .tns-nav {
  bottom: 0;
  transform: translateY(calc(100% + 10px));
}
@media (min-width: 992px) {
  .testimonial-slider .tns-nav {
    position: absolute;
    left: 147px;
  }
}

.testimonial-slide {
  z-index: 1;
}
.testimonial-slide__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .testimonial-slide__content {
    flex-direction: row;
  }
}
.testimonial-slide__body {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .testimonial-slide__body {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .testimonial-slide__body {
    width: 100%;
    flex: 0 0 50%;
    padding: 70px 80px 0 150px;
  }
}
.testimonial-slide__opening-quote {
  position: absolute;
  top: -76px;
  left: -26px;
  font-size: 130px;
  text-align: left;
  opacity: 0.1;
}
.testimonial-slide__text {
  position: relative;
}
.testimonial-slide__text::before, .testimonial-slide__text::after {
  position: absolute;
  content: '"';
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}
.testimonial-slide__text::before {
  top: -15px;
  left: -40px;
}
.testimonial-slide__text::after {
  bottom: -50px;
  right: -30px;
}
.testimonial-slide__text-content {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .testimonial-slide__text-content {
    -webkit-line-clamp: 8;
  }
}
.testimonial-slide__text-content > p {
  font-weight: 900;
  font-style: italic;
  font-size: 22px;
  line-height: 1.2;
}
.testimonial-slide__info {
  margin-top: 40px;
}
.testimonial-slide__info > span {
  display: block;
  font-family: "Roboto", sans-serif;
}
.testimonial-slide__name {
  color: #f46246;
  font-weight: 600;
  font-size: 18px;
}
.testimonial-slide__company {
  font-weight: 300;
  color: #f46246;
}

.umb-cell-macro .testimonial-slider__title {
  color: #000;
}
.umb-cell-macro .testimonial-slider__items {
  display: flex;
  overflow: hidden;
}
.umb-cell-macro .testimonial-slide {
  flex: 0 0 100%;
}
.umb-cell-macro .testimonial-slide__opening-quote.fa-duotone {
  position: absolute;
}

.judge-grid {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
}
@media (min-width: 576px) {
  .judge-grid {
    justify-content: space-between;
  }
}
.judge-grid__item {
  border-radius: 0;
  width: 340px;
  height: 450px;
  margin: 40px 0;
  position: relative;
  transition: all 0.3s;
  list-style-type: none;
}
.judge-grid__item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.judge-grid__item::after {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  height: calc(100% + 24px);
  width: 87%;
  z-index: 0;
  left: -12px;
  transition: width 0.2s, border-radius 0.2s;
}
.judge-grid__item:hover::after {
  width: calc(100% + 24px);
  border-radius: 8px;
}
.judge-grid__item--primary::after {
  background-color: #f46246;
}
.judge-grid__item--accent::after {
  background-color: #ba5a87;
}
.judge-grid__item--dark::after {
  background-color: #172243;
}
.judge-grid__item--secondary::after {
  background-color: #172243;
}
.judge-grid__item--white::after {
  background-color: #fff;
}
.judge-grid__item--accent-3::after {
  background-color: #095d40;
}
.judge-grid__item--accent-4::after {
  background-color: #ece5de;
}
.judge-grid__item--light-gray::after {
  background-color: #F5F3F5;
}
.judge-grid__item--accent-2::after {
  background-color: #ffde21;
}

a.judge-card {
  text-decoration: none;
  color: #fff;
}

.judge-item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  text-decoration: none;
  font-weight: 400;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 0;
  z-index: 1;
}
.judge-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.judge-item__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  padding: 15px 0 15px 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  transition: all 0.5s;
}
.judge-item__info--with-links {
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  .judge-item__info--with-links {
    padding-bottom: 20px;
  }
}
.judge-item__name, .judge-item__title, .judge-item__company {
  color: #fff;
}
.judge-item__name {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}
.judge-item__title {
  font-style: italic;
  font-size: 14px;
}
.judge-item__company {
  font-size: 14px;
}
.judge-item__links {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
  transform: translateY(0);
  height: 50px;
  align-items: center;
  justify-content: space-evenly;
  font-size: 22px;
  padding: 0 20px;
  background: linear-gradient(0, rgba(0, 0, 0, 0.2), transparent);
}
@media (min-width: 576px) {
  .judge-item__links {
    transform: translateY(100%);
  }
}
.judge-item__links > a {
  color: #fff;
}

.icon-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.icon-card {
  flex: 0 0 100%;
  max-width: 180px;
  margin-inline: 12px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .icon-card--3 {
    flex: 0 0 33%;
  }
  .icon-card--3:nth-child(n+4) {
    margin-top: 80px;
  }
}
@media (min-width: 576px) {
  .icon-card--4 {
    flex: 0 0 25%;
  }
  .icon-card--4:nth-child(n+5) {
    margin-top: 80px;
  }
}
.icon-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  text-align: center;
}
.icon-card__header {
  margin-bottom: 25px;
}
.icon-card__icon {
  display: inline-flex;
  height: 115px;
  width: 115px;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  border-radius: 50%;
  background: #172243;
  color: #fff;
}
.icon-card__body {
  flex: 1;
}
.icon-card__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.icon-card__text, .icon-card__text p {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.icon-card__text p:last-of-type {
  margin-bottom: 0;
}
.icon-card__footer {
  margin-top: 30px;
}

.icon-card--primary .icon-card__icon {
  background-color: #f46246;
}

.icon-card--accent .icon-card__icon {
  background-color: #ba5a87;
}

.icon-card--dark .icon-card__icon {
  background-color: #172243;
}

.icon-card--secondary .icon-card__icon {
  background-color: #172243;
}

.icon-card--white .icon-card__icon {
  background-color: #fff;
}

.icon-card--accent-3 .icon-card__icon {
  background-color: #095d40;
}

.icon-card--accent-4 .icon-card__icon {
  background-color: #ece5de;
}

.icon-card--light-gray .icon-card__icon {
  background-color: #F5F3F5;
}

.icon-card--accent-2 .icon-card__icon {
  background-color: #ffde21;
}

.box-cards {
  display: flex;
  flex-wrap: wrap;
}

.box-card {
  display: block;
  height: 100%;
  color: #404040;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid #dee2e6;
  background-color: #fff;
  transition: all 0.3s;
}
.box-card:hover {
  color: #404040;
  background: #fff;
  border-color: #172243;
}
.box-card:hover .box-card__icon {
  transform: translateX(10px);
}
.box-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px;
}
.box-card__header {
  margin-bottom: 25px;
}
.box-card__body {
  flex: 1;
  display: flex;
  align-items: flex-end;
  margin-top: 60px;
}
.box-card__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}
.box-card__text, .box-card__text p {
  font-weight: 300;
}
.box-card__text p:last-of-type {
  margin-bottom: 0;
}
.box-card__footer {
  margin-top: 40px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}
.box-card__icon {
  transition: transform 0.5s;
}

.box-card--primary {
  background-color: #f46246;
  color: #fff;
  border-color: #f46246;
}
.box-card--primary p {
  color: #fff !important;
}
.box-card--primary:hover {
  border-color: #172243;
  color: #404040;
  background: #fff;
}
.box-card--primary:hover p {
  color: #404040 !important;
}

.box-card--accent {
  background-color: #ba5a87;
  color: #fff;
  border-color: #ba5a87;
}
.box-card--accent p {
  color: #fff !important;
}
.box-card--accent:hover {
  border-color: #172243;
  color: #404040;
  background: #fff;
}
.box-card--accent:hover p {
  color: #404040 !important;
}

.box-card--accent-2 {
  background-color: #ffde21;
  color: #fff;
  border-color: #ffde21;
}
.box-card--accent-2 p {
  color: #fff !important;
}
.box-card--accent-2:hover {
  border-color: #172243;
  color: #404040;
  background: #fff;
}
.box-card--accent-2:hover p {
  color: #404040 !important;
}

.box-card--accent-3 {
  background-color: #095d40;
  color: #fff;
  border-color: #095d40;
}
.box-card--accent-3 p {
  color: #fff !important;
}
.box-card--accent-3:hover {
  border-color: #172243;
  color: #404040;
  background: #fff;
}
.box-card--accent-3:hover p {
  color: #404040 !important;
}

.box-card--dark {
  background-color: #172243;
  color: #fff;
  border-color: #172243;
}
.box-card--dark p {
  color: #fff !important;
}
.box-card--dark:hover {
  border-color: #172243;
  color: #404040;
  background: #fff;
}
.box-card--dark:hover p {
  color: #404040 !important;
}

.box-card--secondary {
  background-color: #172243;
  color: #fff;
  border-color: #172243;
}
.box-card--secondary p {
  color: #fff !important;
}
.box-card--secondary:hover {
  border-color: #172243;
  color: #404040;
  background: #fff;
}
.box-card--secondary:hover p {
  color: #404040 !important;
}

.box-card--white {
  background-color: #fff;
  border-color: #dee2e6;
}

.box-card--light {
  background-color: #F5F3F5;
  border-color: #dee2e6;
}

.link-list--margin-xs {
  margin-top: 15px;
}
.link-list--margin-sm {
  margin-top: 20px;
}
.link-list--margin-df {
  margin-top: 30px;
}
.link-list--margin-md {
  margin-top: 45px;
}
.link-list--margin-lg {
  margin-top: 60px;
}
.link-list--margin-xl {
  margin-top: 80px;
}
.link-list__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #f46246;
}
.link-list__link {
  position: relative;
  width: 100%;
  padding: 6px 15px;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  font-size: 16px;
  color: #ba5a87;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 3px solid #F5F3F5;
  border-radius: 0;
  transition: all 0.2s;
  outline: 0;
}
.link-list__link:not(:last-of-type) {
  margin-bottom: 10px;
}
.link-list__link:hover .link-list__icon {
  left: 4px;
}
.link-list__icon {
  position: relative;
  left: 0;
  flex: 1;
  text-align: right;
  transition: all 0.2s;
}

.text-box {
  padding: 30px;
  background-color: #F5F3F5;
}
.text-box--important {
  box-shadow: 10px 10px 0 0 #f46246;
}
.text-box--full-width {
  max-width: 100% !important;
  width: 100%;
}
.text-box--white {
  background-color: rgba(255, 255, 255, 0.8);
}
.text-box--margin-xs {
  margin-top: 15px;
}
.text-box--margin-sm {
  margin-top: 20px;
}
.text-box--margin-df {
  margin-top: 30px;
}
.text-box--margin-md {
  margin-top: 45px;
}
.text-box--margin-lg {
  margin-top: 60px;
}
.text-box--margin-xl {
  margin-top: 80px;
}
.text-box__heading {
  display: flex;
  margin-bottom: 10px;
}
.text-box__icon {
  display: flex;
  flex: 0 0 24px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #f46246;
  border-radius: 50%;
}
.text-box__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #f46246;
}
@media (min-width: 768px) {
  .text-box__title {
    font-size: 24px;
  }
}
.text-box__text {
  font-size: 14px;
  color: #404040;
}
.text-box__text > p {
  font-size: 14px;
}
.text-box__text > p:last-of-type {
  margin-bottom: 0;
}

.section-background {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: calc(100vh - 200px);
}

.logo-list__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
  list-style: none;
}
@media (min-width: 768px) {
  .logo-list__items {
    margin: 0 -15px;
  }
}
.logo-list__item {
  position: relative;
  display: inline-block;
  flex: 0 0 100%;
  max-width: 300px;
  max-height: 300px;
  margin: 10px auto;
  padding-top: min(100%, 300px);
}
@media (min-width: 576px) {
  .logo-list__item {
    flex: 0 0 calc(50% - 30px);
    margin: 15px;
    max-width: 400px;
    max-height: 400px;
    padding-top: min(50% - 30px, 400px);
  }
}
@media (min-width: 992px) {
  .logo-list__item {
    flex: 0 0 calc(33% - 30px);
    padding-top: min(33% - 30px, 400px);
  }
}
@media (min-width: 1200px) {
  .logo-list__item {
    flex: 0 0 calc(20% - 30px);
    padding-top: min(20% - 30px, 400px);
  }
}
.logo-list__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  text-decoration: none;
  transition: all 0.3s;
}
.logo-list__link:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.logo-list__type {
  display: flex;
  flex: 1;
  font-size: 15px;
  color: #172243;
  font-weight: 600;
}
.logo-list__image-wrapper {
  flex: 0 0 100%;
  height: 100%;
}
.logo-list__item--with-type .logo-list__image-wrapper {
  flex: 0 0 calc(100% - 40px);
  height: calc(100% - 40px);
}
.logo-list__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.grid__column .logo-list__image {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.umb-cell-macro .logo-slider__title {
  color: #000;
}
.umb-cell-macro .logo-slider__items {
  display: flex;
  overflow: hidden;
}
.umb-cell-macro .logo-slider__item {
  flex: 0 0 200px;
  margin-left: 20px;
  border: 1px solid #ccc;
}
.umb-cell-macro .logo-slider__link {
  height: calc(100% - 20px);
}

.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.stats__title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .stats__title {
    font-size: 24px;
  }
}

.stat {
  display: inline-block;
  flex: 0 0 100%;
  margin: 20px 0;
  text-align: center;
  color: #fff;
}
.stat__content {
  max-width: 120px;
  margin: auto;
}
@media (min-width: 576px) {
  .stat {
    flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .stat {
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .stat {
    flex: 0 0 17%;
  }
}
.stat__icon {
  font-size: 40px;
}
.stat__value {
  font-size: 24px;
  font-weight: bold;
}
.stat__info {
  margin-top: 15px;
}
.stat__title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  word-wrap: break-word;
}
.stat__title::before {
  content: "";
  height: 10px;
  background: #f46246;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}

.cms-only {
  display: none !important;
}

.countdown__container {
  padding: 30px 0;
}
.countdown__container.grid-widget--primary {
  background-color: #f46246;
}
.countdown__container.grid-widget--primary .fc-front,
.countdown__container.grid-widget--primary .fc-back,
.countdown__container.grid-widget--primary .fc-back-flip,
.countdown__container.grid-widget--primary .fc-front-flip,
.countdown__container.grid-widget--primary .fc-element.flipping .fc-front-flip {
  color: #f46246;
}
.countdown__container.grid-widget--primary .base-timer__path-elapsed {
  stroke: #f46246;
}
.countdown__container.grid-widget--primary .countdown__cta-container .button:hover {
  background-color: #fff;
  color: #f46246;
  border-color: #fff;
}
.countdown__container.grid-widget--dark {
  background-color: #172243;
}
.countdown__container.grid-widget--dark .fc-front,
.countdown__container.grid-widget--dark .fc-back,
.countdown__container.grid-widget--dark .fc-back-flip,
.countdown__container.grid-widget--dark .fc-front-flip,
.countdown__container.grid-widget--dark .fc-element.flipping .fc-front-flip {
  color: #172243;
}
.countdown__container.grid-widget--dark .base-timer__path-elapsed {
  stroke: #172243;
}
.countdown__container.grid-widget--dark .countdown__title, .countdown__container.grid-widget--primary .countdown__title {
  color: #fff;
}
.countdown__container.grid-widget--dark .plain-timer__component-type, .countdown__container.grid-widget--primary .plain-timer__component-type {
  color: #fff;
  font-weight: 300;
}
.countdown__container.grid-widget--dark .plain-timer__label, .countdown__container.grid-widget--primary .plain-timer__label {
  color: #fff;
}
.countdown__container.grid-widget--dark .fc-back, .countdown__container.grid-widget--primary .fc-back {
  box-shadow: none;
}
.countdown__container.grid-widget--dark .fc-front,
.countdown__container.grid-widget--dark .fc-back,
.countdown__container.grid-widget--dark .fc-back-flip,
.countdown__container.grid-widget--dark .fc-front-flip,
.countdown__container.grid-widget--dark .fc-element.flipping .fc-front-flip, .countdown__container.grid-widget--primary .fc-front,
.countdown__container.grid-widget--primary .fc-back,
.countdown__container.grid-widget--primary .fc-back-flip,
.countdown__container.grid-widget--primary .fc-front-flip,
.countdown__container.grid-widget--primary .fc-element.flipping .fc-front-flip {
  background-color: #fff;
  border-radius: 0;
}
.countdown__container.grid-widget--dark .fc-element-type, .countdown__container.grid-widget--primary .fc-element-type {
  color: #fff;
}
.countdown__container.grid-widget--dark .fc-element-wrap.hours::after, .countdown__container.grid-widget--dark .fc-element-wrap.minutes::after, .countdown__container.grid-widget--primary .fc-element-wrap.hours::after, .countdown__container.grid-widget--primary .fc-element-wrap.minutes::after {
  color: #fff;
}
.countdown__container.grid-widget--dark .base-timer__component-container, .countdown__container.grid-widget--primary .base-timer__component-container {
  color: #fff;
}
.countdown__container.grid-widget--dark .base-timer__path-elapsed, .countdown__container.grid-widget--primary .base-timer__path-elapsed {
  stroke-width: 4px;
}
.countdown__container.grid-widget--dark .base-timer__path-remaining, .countdown__container.grid-widget--primary .base-timer__path-remaining {
  stroke: #fff;
}
.countdown__container.grid-widget--light {
  background-color: #F5F3F5;
}
.countdown__container.grid-widget--light .plain-timer__component-type {
  color: #172243;
  font-weight: 300;
}
.countdown__container.grid-widget--light .plain-timer__label {
  color: #172243;
}
.countdown__container.grid-widget--light .fc-back {
  box-shadow: none;
}
.countdown__container.grid-widget--light .fc-front,
.countdown__container.grid-widget--light .fc-back,
.countdown__container.grid-widget--light .fc-back-flip,
.countdown__container.grid-widget--light .fc-front-flip,
.countdown__container.grid-widget--light .fc-element.flipping .fc-front-flip {
  background-color: #172243;
  border-radius: 0;
}
.countdown__container.grid-widget--light .fc-element-type {
  color: #172243;
}
.countdown__container.grid-widget--light .fc-element-wrap.hours::after, .countdown__container.grid-widget--light .fc-element-wrap.minutes::after {
  color: #172243;
}
.countdown__container.grid-widget--light .base-timer__component-container {
  color: #172243;
}
.countdown__container.grid-widget--light .base-timer__path-elapsed {
  stroke-width: 4px;
  stroke: #F5F3F5;
}
.countdown__container.grid-widget--light .base-timer__path-remaining {
  stroke: #172243;
}
.countdown__title {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
.countdown__cta-container {
  margin-top: 40px;
  text-align: center;
}

/*Flap Counter styles****************************/
.flap-clock {
  width: 100%;
  max-width: 510px;
  display: block;
  text-align: center;
  margin: 10px auto;
}

.fc-element-wrap {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
.fc-element-wrap.hours::after, .fc-element-wrap.minutes::after {
  content: ":";
  position: absolute;
  right: -17px;
  font-size: 36px;
}
.flap-clock--no-seconds .fc-element-wrap.minutes::after {
  display: none;
}

.fc-element {
  position: relative;
  width: 36px;
  height: 60px;
  display: inline-block;
  text-align: center;
  margin: auto;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 150px;
}

.fc-front,
.fc-back,
.fc-back-flip,
.fc-front-flip {
  color: #FFFFFF;
  background: #172243;
  height: 50%;
  width: 100%;
  display: block;
  font-size: 42px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  position: absolute;
}

.fc-front,
.fc-back-flip {
  border-radius: 4px 4px 0 0;
}

.fc-back,
.fc-front-flip {
  border-radius: 0 0 4px 4px;
}

.fc-front,
.fc-back {
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px #666666;
}

.fc-front,
.fc-back-flip {
  line-height: 60px;
  top: 0;
}

.fc-back-flip,
.fc-front-flip {
  backface-visibility: hidden;
  perspective: 1px;
  box-shadow: inset 0px 0px 0px 0px #666666;
  transform-style: preserve-3d;
}

.fc-element .fc-front-flip {
  background: #555555;
  top: 0;
  line-height: 0;
  z-index: 99;
  transform: translateY(100%) translateZ(0) rotateX(-180deg);
  transform-origin: center 0;
}

.fc-back-flip {
  transform: rotateX(0deg) translateZ(0);
  transform-origin: center 100%;
  z-index: 100;
}

.fc-back {
  bottom: 0;
  left: 0;
  line-height: 0;
}

.fc-element.flipping .fc-back {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), inset 0 13px 20px -9px rgba(0, 0, 0, 0.3);
  transition: 0.3s all 0.15s;
}

.fc-element.flipping .fc-back-flip {
  transition: all 0.8s;
  transform: rotateX(-180deg) translateZ(0);
}

.fc-element.flipping .fc-front-flip {
  transition: all 0.8s;
  transform: translateY(100%) translateZ(0) rotateX(-360deg);
  background: #172243;
}

.fc-element-type {
  font-family: "Source Sans Pro", sans-serif;
  color: #172243;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.countdown--primary .fc-front,
.countdown--primary .fc-back,
.countdown--primary .fc-back-flip,
.countdown--primary .fc-front-flip,
.countdown--primary .fc-element.flipping .fc-front-flip {
  color: #fff;
  background: #f46246;
}

.countdown--accent .fc-front,
.countdown--accent .fc-back,
.countdown--accent .fc-back-flip,
.countdown--accent .fc-front-flip,
.countdown--accent .fc-element.flipping .fc-front-flip {
  color: #fff;
  background: #ba5a87;
}

.countdown--dark .fc-front,
.countdown--dark .fc-back,
.countdown--dark .fc-back-flip,
.countdown--dark .fc-front-flip,
.countdown--dark .fc-element.flipping .fc-front-flip {
  color: #fff;
  background: #172243;
}

.countdown--secondary .fc-front,
.countdown--secondary .fc-back,
.countdown--secondary .fc-back-flip,
.countdown--secondary .fc-front-flip,
.countdown--secondary .fc-element.flipping .fc-front-flip {
  color: #fff;
  background: #172243;
}

.countdown--white .fc-front,
.countdown--white .fc-back,
.countdown--white .fc-back-flip,
.countdown--white .fc-front-flip,
.countdown--white .fc-element.flipping .fc-front-flip {
  color: #172243;
  background: #fff;
}

.countdown--accent-3 .fc-front,
.countdown--accent-3 .fc-back,
.countdown--accent-3 .fc-back-flip,
.countdown--accent-3 .fc-front-flip,
.countdown--accent-3 .fc-element.flipping .fc-front-flip {
  color: #172243;
  background: #095d40;
}

.countdown--accent-4 .fc-front,
.countdown--accent-4 .fc-back,
.countdown--accent-4 .fc-back-flip,
.countdown--accent-4 .fc-front-flip,
.countdown--accent-4 .fc-element.flipping .fc-front-flip {
  color: #172243;
  background: #ece5de;
}

.countdown--light-gray .fc-front,
.countdown--light-gray .fc-back,
.countdown--light-gray .fc-back-flip,
.countdown--light-gray .fc-front-flip,
.countdown--light-gray .fc-element.flipping .fc-front-flip {
  color: #172243;
  background: #F5F3F5;
}

.countdown--accent-2 .fc-front,
.countdown--accent-2 .fc-back,
.countdown--accent-2 .fc-back-flip,
.countdown--accent-2 .fc-front-flip,
.countdown--accent-2 .fc-element.flipping .fc-front-flip {
  color: #172243;
  background: #ffde21;
}

.circle-countdown-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.base-timer__container {
  text-align: center;
}

.base-timer {
  position: relative;
  width: 100px;
  height: 100px;
}
.base-timer__svg {
  transform: scaleX(-1);
}
.base-timer__circle {
  fill: none;
  stroke: none;
}
.base-timer__path-elapsed {
  stroke-width: 3px;
  stroke: #f5f5f5;
}
.base-timer__path-remaining {
  stroke-width: 2px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: #ffde21;
}
.base-timer__component-container {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
.base-timer__component-type {
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
}
.base-timer__label {
  font-size: 24px;
  line-height: 1;
}

.countdown--primary .base-timer__path-remaining {
  stroke: #f46246;
}

.countdown--accent .base-timer__path-remaining {
  stroke: #ba5a87;
}

.countdown--dark .base-timer__path-remaining {
  stroke: #172243;
}

.countdown--secondary .base-timer__path-remaining {
  stroke: #172243;
}

.countdown--white .base-timer__path-remaining {
  stroke: #fff;
}

.countdown--accent-3 .base-timer__path-remaining {
  stroke: #095d40;
}

.countdown--accent-4 .base-timer__path-remaining {
  stroke: #ece5de;
}

.countdown--light-gray .base-timer__path-remaining {
  stroke: #F5F3F5;
}

.countdown--accent-2 .base-timer__path-remaining {
  stroke: #ffde21;
}

#weeks-base-timer-path-remaining[stroke-dasharray="-3 283"] {
  stroke: transparent !important;
}

#days-base-timer-path-remaining[stroke-dasharray="-40 283"] {
  stroke: transparent !important;
}

#hours-base-timer-path-remaining[stroke-dasharray="-12 283"] {
  stroke: transparent !important;
}

#minutes-base-timer-path-remaining[stroke-dasharray="-5 283"] {
  stroke: transparent !important;
}

#seconds-base-timer-path-remaining[stroke-dasharray="-5 283"] {
  stroke: transparent !important;
}

.plain-countdown-timer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.plain-timer__container {
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}
.plain-timer__component-type {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.plain-timer__label {
  font-size: 44px;
}

.countdown--primary .plain-timer__label {
  color: #f46246;
}

.countdown--accent .plain-timer__label {
  color: #ba5a87;
}

.countdown--dark .plain-timer__label {
  color: #172243;
}

.countdown--secondary .plain-timer__label {
  color: #172243;
}

.countdown--white .plain-timer__label {
  color: #fff;
}

.countdown--accent-3 .plain-timer__label {
  color: #095d40;
}

.countdown--accent-4 .plain-timer__label {
  color: #ece5de;
}

.countdown--light-gray .plain-timer__label {
  color: #F5F3F5;
}

.countdown--accent-2 .plain-timer__label {
  color: #ffde21;
}

.grid__section > div {
  padding: 60px 0;
  background-color: #fff;
  color: #404040;
  overflow: hidden;
  /*text-align: center;*/
}
.grid--inverted .grid__section > div {
  background-color: #F5F3F5;
  color: #404040;
}
@media (min-width: 768px) {
  .grid__section > div {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .grid__section > div {
    text-align: left;
  }
}
.grid__section:nth-of-type(even) > div {
  background-color: #F5F3F5;
  color: #404040;
}
.grid--inverted .grid__section:nth-of-type(even) > div {
  background-color: #fff;
  color: #404040;
}
.grid__column img {
  max-width: 100%;
  border-radius: 0;
}

[data-grid-col-1-content=image-left-section-1-3],
[data-grid-col-2-content=image-left-section-1-3],
[data-grid-col-1-content=image-right-section-1-3],
[data-grid-col-2-content=image-right-section-1-3] {
  padding: 0 10px;
}
@media (min-width: 992px) {
  [data-grid-col-1-content=image-left-section-1-3],
  [data-grid-col-2-content=image-left-section-1-3],
  [data-grid-col-1-content=image-right-section-1-3],
  [data-grid-col-2-content=image-right-section-1-3] {
    flex-direction: column;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  [data-grid-col-2-content=image-right-section-1-3] {
    order: 2;
  }
}

[data-grid-col-1-content=image-left-section-1-3],
[data-grid-col-2-content=image-right-section-1-3] {
  display: flex;
}
[data-grid-col-1-content=image-left-section-1-3] img,
[data-grid-col-2-content=image-right-section-1-3] img {
  max-width: 100%;
}
[data-grid-col-1-content=image-left-section-1-3] img:not(:first-of-type),
[data-grid-col-2-content=image-right-section-1-3] img:not(:first-of-type) {
  display: none;
}
@media (min-width: 768px) {
  [data-grid-col-1-content=image-left-section-1-3] img,
  [data-grid-col-2-content=image-right-section-1-3] img {
    min-width: 0;
  }
  [data-grid-col-1-content=image-left-section-1-3] img:not(:first-of-type),
  [data-grid-col-2-content=image-right-section-1-3] img:not(:first-of-type) {
    margin-left: 6px;
    display: block;
  }
  [data-grid-col-1-content=image-left-section-1-3] img:not(:last-of-type),
  [data-grid-col-2-content=image-right-section-1-3] img:not(:last-of-type) {
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  [data-grid-col-1-content=image-left-section-1-3] img {
    margin: 0 10% 0 0;
  }
  [data-grid-col-1-content=image-left-section-1-3] img:not(:first-of-type) {
    margin: 0 10% 0 0;
  }
  [data-grid-col-1-content=image-left-section-1-3] img:not(:last-of-type) {
    margin: 0 10% 10px 0;
  }
}

@media (min-width: 992px) {
  [data-grid-col-2-content=image-right-section-1-3] img {
    margin: 0 0 0 10%;
  }
  [data-grid-col-2-content=image-right-section-1-3] img:not(:first-of-type) {
    margin: 0 0 0 10%;
  }
  [data-grid-col-2-content=image-right-section-1-3] img:not(:last-of-type) {
    margin: 0 0 10px 10%;
  }
}

[data-section-row=image-right-section-1-3] [data-grid-col-number="1"] {
  order: 1;
}
@media (min-width: 992px) {
  [data-section-row=image-right-section-1-3] [data-grid-col-number="1"] {
    order: unset;
  }
}

[data-grid-col-2-content=image-left-section-1-3],
[data-grid-col-1-content=image-right-section-1-3] {
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 992px) {
  [data-grid-col-2-content=image-left-section-1-3],
  [data-grid-col-1-content=image-right-section-1-3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 0;
  }
}

[data-grid-col-1-content=image-right-section-1-3] img {
  padding-left: 10%;
}

@media (max-width: 991.98px) {
  [data-section-row=image-right-section-50-50] [data-grid-col-number="1"],
  [data-section-row=image-right-section-50-50] [data-grid-col-number="2"],
  [data-section-row=image-left-section-50-50] [data-grid-col-number="1"],
  [data-section-row=image-left-section-50-50] [data-grid-col-number="2"] {
    width: 100%;
    max-width: 580px;
    margin-inline: auto;
  }
}

[data-grid-col-1-content=image-left-section-50-50],
[data-grid-col-2-content=image-left-section-50-50],
[data-grid-col-1-content=image-right-section-50-50],
[data-grid-col-2-content=image-right-section-50-50] {
  position: relative;
  padding-inline: 10%;
}
@media (min-width: 768px) {
  [data-grid-col-1-content=image-left-section-50-50],
  [data-grid-col-2-content=image-left-section-50-50],
  [data-grid-col-1-content=image-right-section-50-50],
  [data-grid-col-2-content=image-right-section-50-50] {
    padding: 0 10px;
  }
}
[data-grid-col-1-content=image-left-section-50-50] > p,
[data-grid-col-2-content=image-left-section-50-50] > p,
[data-grid-col-1-content=image-right-section-50-50] > p,
[data-grid-col-2-content=image-right-section-50-50] > p {
  font-weight: 300;
}
@media (max-width: 767.98px) {
  [data-grid-col-1-content=image-left-section-50-50] > p,
  [data-grid-col-2-content=image-left-section-50-50] > p,
  [data-grid-col-1-content=image-right-section-50-50] > p,
  [data-grid-col-2-content=image-right-section-50-50] > p {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  [data-grid-col-2-content=image-right-section-50-50] {
    order: 2;
  }
}

[data-grid-col-1-content=image-left-section-50-50],
[data-grid-col-2-content=image-right-section-50-50] {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  [data-grid-col-1-content=image-left-section-50-50],
  [data-grid-col-2-content=image-right-section-50-50] {
    padding: 0;
  }
  [data-grid-col-1-content=image-left-section-50-50] .link-list__content,
  [data-grid-col-1-content=image-left-section-50-50] .text-box,
  [data-grid-col-2-content=image-right-section-50-50] .link-list__content,
  [data-grid-col-2-content=image-right-section-50-50] .text-box {
    max-width: 260px;
  }
  [data-grid-col-1-content=image-left-section-50-50] .text-box__heading,
  [data-grid-col-2-content=image-right-section-50-50] .text-box__heading {
    flex-direction: column;
  }
  [data-grid-col-1-content=image-left-section-50-50] .text-box__icon,
  [data-grid-col-2-content=image-right-section-50-50] .text-box__icon {
    margin-bottom: 10px;
  }
}
[data-grid-col-1-content=image-left-section-50-50] img,
[data-grid-col-2-content=image-right-section-50-50] img {
  max-width: 100%;
}
[data-grid-col-1-content=image-left-section-50-50] img:not(:first-of-type),
[data-grid-col-2-content=image-right-section-50-50] img:not(:first-of-type) {
  display: none;
}
@media (min-width: 768px) {
  [data-grid-col-1-content=image-left-section-50-50] img,
  [data-grid-col-2-content=image-right-section-50-50] img {
    min-width: 0;
  }
  [data-grid-col-1-content=image-left-section-50-50] img:not(:first-of-type),
  [data-grid-col-2-content=image-right-section-50-50] img:not(:first-of-type) {
    margin-left: 6px;
    display: block;
  }
  [data-grid-col-1-content=image-left-section-50-50] img:not(:last-of-type),
  [data-grid-col-2-content=image-right-section-50-50] img:not(:last-of-type) {
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  [data-grid-col-1-content=image-left-section-50-50] {
    padding: 0 6.5% 0 0;
  }
  [data-grid-col-1-content=image-left-section-50-50]:not(:first-of-type) {
    padding: 0 6.5% 0 0;
  }
  [data-grid-col-1-content=image-left-section-50-50]:not(:last-of-type) {
    padding: 0 6.5% 10px 0;
  }
  [data-grid-col-1-content=image-left-section-50-50] .link-list__content,
  [data-grid-col-1-content=image-left-section-50-50] .text-box {
    margin-left: auto;
  }
}
[data-grid-col-1-content=image-left-section-50-50] img {
  z-index: 1;
}

@media (min-width: 992px) {
  [data-grid-col-2-content=image-right-section-50-50] {
    padding: 0 0 0 6.5%;
  }
  [data-grid-col-2-content=image-right-section-50-50]:not(:first-of-type) {
    padding: 0 0 0 6.5%;
  }
  [data-grid-col-2-content=image-right-section-50-50]:not(:last-of-type) {
    padding: 0 0 10px 6.5%;
  }
  [data-grid-col-2-content=image-right-section-50-50] .link-list__content,
  [data-grid-col-2-content=image-right-section-50-50] .text-box {
    margin-right: auto;
  }
}
[data-grid-col-2-content=image-right-section-50-50] img {
  z-index: 1;
}

[data-section-row=image-right-section-50-50] [data-grid-col-number="1"] {
  order: 1;
}
@media (min-width: 992px) {
  [data-section-row=image-right-section-50-50] [data-grid-col-number="1"] {
    order: unset;
  }
}

[data-grid-col-2-content=image-left-section-50-50],
[data-grid-col-1-content=image-right-section-50-50] {
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 992px) {
  [data-grid-col-2-content=image-left-section-50-50],
  [data-grid-col-1-content=image-right-section-50-50] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 0;
  }
}

[data-grid-col-1-content=image-right-section-50-50] img {
  padding-left: 6.5%;
}

@media (max-width: 991.98px) {
  [data-section-row="2-columns-text-left"] [data-grid-col-number="1"],
  [data-section-row="2-columns-text-left"] [data-grid-col-number="2"],
  [data-section-row="2-columns-text-right"] [data-grid-col-number="1"],
  [data-section-row="2-columns-text-right"] [data-grid-col-number="2"] {
    width: 100%;
    max-width: 580px;
    margin-inline: auto;
  }
}

[data-grid-col-1-content="2-columns-text-right"],
[data-grid-col-2-content="2-columns-text-right"],
[data-grid-col-1-content="2-columns-text-left"],
[data-grid-col-2-content="2-columns-text-left"] {
  position: relative;
  padding-inline: 10%;
}
@media (min-width: 768px) {
  [data-grid-col-1-content="2-columns-text-right"],
  [data-grid-col-2-content="2-columns-text-right"],
  [data-grid-col-1-content="2-columns-text-left"],
  [data-grid-col-2-content="2-columns-text-left"] {
    padding: 0 10px;
  }
}
[data-grid-col-1-content="2-columns-text-right"] > p,
[data-grid-col-2-content="2-columns-text-right"] > p,
[data-grid-col-1-content="2-columns-text-left"] > p,
[data-grid-col-2-content="2-columns-text-left"] > p {
  font-weight: 300;
}
@media (max-width: 767.98px) {
  [data-grid-col-1-content="2-columns-text-right"] > p,
  [data-grid-col-2-content="2-columns-text-right"] > p,
  [data-grid-col-1-content="2-columns-text-left"] > p,
  [data-grid-col-2-content="2-columns-text-left"] > p {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  [data-grid-col-2-content="2-columns-text-left"] {
    order: 2;
  }
}

[data-grid-col-1-content="2-columns-text-right"],
[data-grid-col-2-content="2-columns-text-left"] {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  [data-grid-col-1-content="2-columns-text-right"],
  [data-grid-col-2-content="2-columns-text-left"] {
    padding: 0;
  }
  [data-grid-col-1-content="2-columns-text-right"] .link-list__content,
  [data-grid-col-1-content="2-columns-text-right"] .text-box,
  [data-grid-col-2-content="2-columns-text-left"] .link-list__content,
  [data-grid-col-2-content="2-columns-text-left"] .text-box {
    max-width: 260px;
  }
  [data-grid-col-1-content="2-columns-text-right"] .text-box__heading,
  [data-grid-col-2-content="2-columns-text-left"] .text-box__heading {
    flex-direction: column;
  }
  [data-grid-col-1-content="2-columns-text-right"] .text-box__icon,
  [data-grid-col-2-content="2-columns-text-left"] .text-box__icon {
    margin-bottom: 10px;
  }
}
[data-grid-col-1-content="2-columns-text-right"] img,
[data-grid-col-2-content="2-columns-text-left"] img {
  max-width: 100%;
}
[data-grid-col-1-content="2-columns-text-right"] img:not(:first-of-type),
[data-grid-col-2-content="2-columns-text-left"] img:not(:first-of-type) {
  display: none;
}
@media (min-width: 768px) {
  [data-grid-col-1-content="2-columns-text-right"] img,
  [data-grid-col-2-content="2-columns-text-left"] img {
    min-width: 0;
  }
  [data-grid-col-1-content="2-columns-text-right"] img:not(:first-of-type),
  [data-grid-col-2-content="2-columns-text-left"] img:not(:first-of-type) {
    display: block;
    margin-left: 6px;
  }
  [data-grid-col-1-content="2-columns-text-right"] img:not(:last-of-type),
  [data-grid-col-2-content="2-columns-text-left"] img:not(:last-of-type) {
    margin-right: 6px;
  }
}

[data-section-row="2-columns-text-left"] [data-grid-col-number="1"] figure img,
[data-section-row="2-columns-text-right"] [data-grid-col-number="2"] figure img {
  width: 100% !important;
  height: auto !important;
  padding: 0;
}
[data-section-row="2-columns-text-left"] [data-grid-col-number="1"] figure figcaption,
[data-section-row="2-columns-text-right"] [data-grid-col-number="2"] figure figcaption {
  margin-top: 5px;
  font-size: 16px;
  font-style: italic;
}

@media (min-width: 992px) {
  [data-grid-col-1-content="2-columns-text-right"] {
    padding: 0 6.5% 0 0;
  }
  [data-grid-col-1-content="2-columns-text-right"]:not(:first-of-type) {
    padding: 0 6.5% 0 0;
  }
  [data-grid-col-1-content="2-columns-text-right"]:not(:last-of-type) {
    padding: 0 6.5% 10px 0;
  }
  [data-grid-col-1-content="2-columns-text-right"] .link-list__content,
  [data-grid-col-1-content="2-columns-text-right"] .text-box {
    margin-left: auto;
  }
}
[data-grid-col-1-content="2-columns-text-right"] img {
  z-index: 1;
}

@media (min-width: 992px) {
  [data-grid-col-2-content="2-columns-text-left"] {
    padding: 0 0 0 6.5%;
  }
  [data-grid-col-2-content="2-columns-text-left"]:not(:first-of-type) {
    padding: 0 0 0 6.5%;
  }
  [data-grid-col-2-content="2-columns-text-left"]:not(:last-of-type) {
    padding: 0 0 10px 6.5%;
  }
  [data-grid-col-2-content="2-columns-text-left"] .link-list__content,
  [data-grid-col-2-content="2-columns-text-left"] .text-box {
    margin-right: auto;
  }
}
[data-grid-col-2-content="2-columns-text-left"] img {
  z-index: 1;
}

[data-section-row="2-columns-text-left"] [data-grid-col-number="1"] {
  order: 1;
}
@media (min-width: 992px) {
  [data-section-row="2-columns-text-left"] [data-grid-col-number="1"] {
    order: unset;
  }
}

[data-grid-col-2-content="2-columns-text-right"],
[data-grid-col-1-content="2-columns-text-left"] {
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 992px) {
  [data-grid-col-2-content="2-columns-text-right"],
  [data-grid-col-1-content="2-columns-text-left"] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
  }
}

[data-grid-col-1-content="2-columns-text-left"] img {
  padding-left: 6.5%;
}
[data-grid-col-1-content="2-columns-text-left"] table img {
  padding-left: 0;
}

[data-section-row="2-columns-text-left-image-banner"] [data-grid-col-number="1"],
[data-section-row="2-columns-text-right-image-banner"] [data-grid-col-number="1"] {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  [data-section-row="2-columns-text-left-image-banner"] [data-grid-col-number="1"],
  [data-section-row="2-columns-text-right-image-banner"] [data-grid-col-number="1"] {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  [data-section-row="2-columns-text-left-image-banner"] [data-grid-col-number="1"],
  [data-section-row="2-columns-text-right-image-banner"] [data-grid-col-number="1"] {
    margin-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  [data-section-row="2-columns-text-left-image-banner"] [data-grid-col-number="2"],
  [data-section-row="2-columns-text-left-image-banner"] [data-grid-col-number="3"],
  [data-section-row="2-columns-text-right-image-banner"] [data-grid-col-number="2"],
  [data-section-row="2-columns-text-right-image-banner"] [data-grid-col-number="3"] {
    width: 100%;
    max-width: 580px;
    margin-inline: auto;
  }
}

[data-grid-col-2-content="2-columns-text-right-image-banner"],
[data-grid-col-3-content="2-columns-text-right-image-banner"],
[data-grid-col-2-content="2-columns-text-left-image-banner"],
[data-grid-col-3-content="2-columns-text-left-image-banner"] {
  position: relative;
  padding-inline: 10%;
}
@media (min-width: 768px) {
  [data-grid-col-2-content="2-columns-text-right-image-banner"],
  [data-grid-col-3-content="2-columns-text-right-image-banner"],
  [data-grid-col-2-content="2-columns-text-left-image-banner"],
  [data-grid-col-3-content="2-columns-text-left-image-banner"] {
    padding: 0 10px;
  }
}
[data-grid-col-2-content="2-columns-text-right-image-banner"] > p,
[data-grid-col-3-content="2-columns-text-right-image-banner"] > p,
[data-grid-col-2-content="2-columns-text-left-image-banner"] > p,
[data-grid-col-3-content="2-columns-text-left-image-banner"] > p {
  font-weight: 300;
}
@media (max-width: 767.98px) {
  [data-grid-col-2-content="2-columns-text-right-image-banner"] > p,
  [data-grid-col-3-content="2-columns-text-right-image-banner"] > p,
  [data-grid-col-2-content="2-columns-text-left-image-banner"] > p,
  [data-grid-col-3-content="2-columns-text-left-image-banner"] > p {
    font-size: 14px;
  }
}

[data-grid-col-2-content="2-columns-text-right-image-banner"],
[data-grid-col-3-content="2-columns-text-left-image-banner"] {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  [data-grid-col-2-content="2-columns-text-right-image-banner"],
  [data-grid-col-3-content="2-columns-text-left-image-banner"] {
    padding: 0;
  }
  [data-grid-col-2-content="2-columns-text-right-image-banner"] .link-list__content,
  [data-grid-col-2-content="2-columns-text-right-image-banner"] .text-box,
  [data-grid-col-3-content="2-columns-text-left-image-banner"] .link-list__content,
  [data-grid-col-3-content="2-columns-text-left-image-banner"] .text-box {
    max-width: 260px;
  }
  [data-grid-col-2-content="2-columns-text-right-image-banner"] .text-box__heading,
  [data-grid-col-3-content="2-columns-text-left-image-banner"] .text-box__heading {
    flex-direction: column;
  }
  [data-grid-col-2-content="2-columns-text-right-image-banner"] .text-box__icon,
  [data-grid-col-3-content="2-columns-text-left-image-banner"] .text-box__icon {
    margin-bottom: 10px;
  }
}
[data-grid-col-2-content="2-columns-text-right-image-banner"] img,
[data-grid-col-3-content="2-columns-text-left-image-banner"] img {
  max-width: 100%;
}
[data-grid-col-2-content="2-columns-text-right-image-banner"] img:not(:first-of-type),
[data-grid-col-3-content="2-columns-text-left-image-banner"] img:not(:first-of-type) {
  display: none;
}
@media (min-width: 768px) {
  [data-grid-col-2-content="2-columns-text-right-image-banner"] img,
  [data-grid-col-3-content="2-columns-text-left-image-banner"] img {
    min-width: 0;
  }
  [data-grid-col-2-content="2-columns-text-right-image-banner"] img:not(:first-of-type),
  [data-grid-col-3-content="2-columns-text-left-image-banner"] img:not(:first-of-type) {
    margin-left: 6px;
    display: block;
  }
  [data-grid-col-2-content="2-columns-text-right-image-banner"] img:not(:last-of-type),
  [data-grid-col-3-content="2-columns-text-left-image-banner"] img:not(:last-of-type) {
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  [data-grid-col-2-content="2-columns-text-right-image-banner"] {
    padding: 0 6.5% 0 0;
  }
  [data-grid-col-2-content="2-columns-text-right-image-banner"]:not(:first-of-type) {
    padding: 0 6.5% 0 0;
  }
  [data-grid-col-2-content="2-columns-text-right-image-banner"]:not(:last-of-type) {
    padding: 0 6.5% 10px 0;
  }
  [data-grid-col-2-content="2-columns-text-right-image-banner"] .link-list__content,
  [data-grid-col-2-content="2-columns-text-right-image-banner"] .text-box {
    margin-left: auto;
  }
}
[data-grid-col-2-content="2-columns-text-right-image-banner"] img {
  z-index: 1;
}

@media (min-width: 992px) {
  [data-grid-col-3-content="2-columns-text-left-image-banner"] {
    padding: 0 0 0 6.5%;
  }
  [data-grid-col-3-content="2-columns-text-left-image-banner"]:not(:first-of-type) {
    padding: 0 0 0 6.5%;
  }
  [data-grid-col-3-content="2-columns-text-left-image-banner"]:not(:last-of-type) {
    padding: 0 0 10px 6.5%;
  }
  [data-grid-col-3-content="2-columns-text-left-image-banner"] .link-list__content,
  [data-grid-col-3-content="2-columns-text-left-image-banner"] .text-box {
    margin-right: auto;
  }
}
[data-grid-col-3-content="2-columns-text-left-image-banner"] img {
  z-index: 1;
}

[data-section-row="2-columns-text-right-image-banner"] [data-grid-col-number="2"] {
  order: 1;
}
@media (min-width: 992px) {
  [data-section-row="2-columns-text-right-image-banner"] [data-grid-col-number="2"] {
    order: unset;
  }
}

[data-grid-col-3-content="2-columns-text-right-image-banner"],
[data-grid-col-2-content="2-columns-text-left-image-banner"] {
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 992px) {
  [data-grid-col-3-content="2-columns-text-right-image-banner"],
  [data-grid-col-2-content="2-columns-text-left-image-banner"] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  [data-section-row="2-columns-text-left-image-banner"] [data-grid-col-number="2"] {
    margin-left: 8.3333333333%;
  }
}

[data-bg-colour=background--white] {
  background-color: #fff !important;
}

[data-bg-colour=background--accent-3] {
  background-color: #095d40 !important;
}

[data-bg-colour=background--accent-4] {
  background-color: #ece5de !important;
}

[data-bg-colour=background--light-gray] {
  background-color: #F5F3F5 !important;
}

[data-bg-colour=background--accent-2] {
  background-color: #ffde21 !important;
}

[data-bg-colour=background--primary] {
  background-color: #f46246 !important;
}
[data-bg-colour=background--primary] .tns-nav > button {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
[data-bg-colour=background--primary] .tns-slider__button {
  color: rgba(255, 255, 255, 0.3) !important;
}
[data-bg-colour=background--primary] .tns-slider__button:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
[data-bg-colour=background--primary] .tns-nav > button.tns-nav-active {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

[data-bg-colour=background--accent] {
  background-color: #ba5a87 !important;
}
[data-bg-colour=background--accent] .tns-nav > button {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
[data-bg-colour=background--accent] .tns-slider__button {
  color: rgba(255, 255, 255, 0.3) !important;
}
[data-bg-colour=background--accent] .tns-slider__button:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
[data-bg-colour=background--accent] .tns-nav > button.tns-nav-active {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

[data-bg-colour=background--dark] {
  background-color: #172243 !important;
}
[data-bg-colour=background--dark] .tns-nav > button {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
[data-bg-colour=background--dark] .tns-slider__button {
  color: rgba(255, 255, 255, 0.3) !important;
}
[data-bg-colour=background--dark] .tns-slider__button:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
[data-bg-colour=background--dark] .tns-nav > button.tns-nav-active {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

[data-bg-colour=background--secondary] {
  background-color: #172243 !important;
}
[data-bg-colour=background--secondary] .tns-nav > button {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
[data-bg-colour=background--secondary] .tns-slider__button {
  color: rgba(255, 255, 255, 0.3) !important;
}
[data-bg-colour=background--secondary] .tns-slider__button:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
[data-bg-colour=background--secondary] .tns-nav > button.tns-nav-active {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.grid__section > div[data-txt-colour=text--white] {
  color: #fff !important;
}
.grid__section > div[data-txt-colour=text--white] h1, .grid__section > div[data-txt-colour=text--white] h2, .grid__section > div[data-txt-colour=text--white] h3, .grid__section > div[data-txt-colour=text--white] h4, .grid__section > div[data-txt-colour=text--white] h5, .grid__section > div[data-txt-colour=text--white] h6, .grid__section > div[data-txt-colour=text--white] p, .grid__section > div[data-txt-colour=text--white] .body__subheading {
  color: #fff !important;
}
.grid__section > div[data-txt-colour=text--light] {
  color: #F5F3F5 !important;
}
.grid__section > div[data-txt-colour=text--light] h1, .grid__section > div[data-txt-colour=text--light] h2, .grid__section > div[data-txt-colour=text--light] h3, .grid__section > div[data-txt-colour=text--light] h4, .grid__section > div[data-txt-colour=text--light] h5, .grid__section > div[data-txt-colour=text--light] h6, .grid__section > div[data-txt-colour=text--light] p, .grid__section > div[data-txt-colour=text--light] .body__subheading {
  color: #F5F3F5 !important;
}
.grid__section > div[data-txt-colour=text--dark] {
  color: #172243 !important;
}
.grid__section > div[data-txt-colour=text--dark] h1, .grid__section > div[data-txt-colour=text--dark] h2, .grid__section > div[data-txt-colour=text--dark] h3, .grid__section > div[data-txt-colour=text--dark] h4, .grid__section > div[data-txt-colour=text--dark] h5, .grid__section > div[data-txt-colour=text--dark] h6, .grid__section > div[data-txt-colour=text--dark] p, .grid__section > div[data-txt-colour=text--dark] .body__subheading {
  color: #172243 !important;
}
.grid__section > div[data-txt-colour=text--black] {
  color: #000 !important;
}
.grid__section > div[data-txt-colour=text--black] h1, .grid__section > div[data-txt-colour=text--black] h2, .grid__section > div[data-txt-colour=text--black] h3, .grid__section > div[data-txt-colour=text--black] h4, .grid__section > div[data-txt-colour=text--black] h5, .grid__section > div[data-txt-colour=text--black] h6, .grid__section > div[data-txt-colour=text--black] p, .grid__section > div[data-txt-colour=text--black] .body__subheading {
  color: #000 !important;
}

[data-grid-col-1-content=cta-left],
[data-grid-col-2-content=cta-right] {
  height: 100%;
  width: 100%;
}
[data-grid-col-1-content=cta-left] .ctas__container,
[data-grid-col-2-content=cta-right] .ctas__container {
  height: 100%;
}
@media (min-width: 992px) {
  [data-grid-col-1-content=cta-left] .ctas__container,
  [data-grid-col-2-content=cta-right] .ctas__container {
    margin-top: 0;
  }
}

[data-section-row=cta-left] [data-grid-col-number="1"] {
  order: 1;
}
@media (min-width: 992px) {
  [data-section-row=cta-left] [data-grid-col-number="1"] {
    order: unset;
  }
}

[data-grid-col-1-content=image-grid-left-50-50],
[data-grid-col-2-content=image-grid-left-50-50],
[data-grid-col-1-content=image-grid-right-50-50],
[data-grid-col-2-content=image-grid-right-50-50] {
  padding: 0 10px;
}
@media (min-width: 992px) {
  [data-grid-col-1-content=image-grid-left-50-50],
  [data-grid-col-2-content=image-grid-left-50-50],
  [data-grid-col-1-content=image-grid-right-50-50],
  [data-grid-col-2-content=image-grid-right-50-50] {
    flex-direction: column;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  [data-grid-col-2-content=image-grid-right-50-50] {
    order: 2;
  }
}

[data-grid-col-1-content=image-grid-left-50-50],
[data-grid-col-2-content=image-grid-right-50-50] {
  display: flex;
}
[data-grid-col-1-content=image-grid-left-50-50] img,
[data-grid-col-2-content=image-grid-right-50-50] img {
  max-width: 100%;
}
[data-grid-col-1-content=image-grid-left-50-50] img:not(:first-of-type),
[data-grid-col-2-content=image-grid-right-50-50] img:not(:first-of-type) {
  display: none;
}
@media (min-width: 768px) {
  [data-grid-col-1-content=image-grid-left-50-50] img,
  [data-grid-col-2-content=image-grid-right-50-50] img {
    min-width: 0;
  }
  [data-grid-col-1-content=image-grid-left-50-50] img:not(:first-of-type),
  [data-grid-col-2-content=image-grid-right-50-50] img:not(:first-of-type) {
    margin-left: 6px;
    display: block;
  }
  [data-grid-col-1-content=image-grid-left-50-50] img:not(:last-of-type),
  [data-grid-col-2-content=image-grid-right-50-50] img:not(:last-of-type) {
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  [data-grid-col-1-content=image-grid-left-50-50] .image-grid {
    margin: 0 4% 0 0;
  }
}

@media (min-width: 992px) {
  [data-grid-col-2-content=image-grid-right-50-50] .image-grid {
    margin: 0 0 0 4%;
  }
}

[data-section-row=image-right-50-50] [data-grid-col-number="1"] {
  order: 1;
}
@media (min-width: 992px) {
  [data-section-row=image-right-50-50] [data-grid-col-number="1"] {
    order: unset;
  }
}

[data-grid-col-2-content=image-grid-left-50-50],
[data-grid-col-1-content=image-grid-right-50-50] {
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 992px) {
  [data-grid-col-2-content=image-grid-left-50-50],
  [data-grid-col-1-content=image-grid-right-50-50] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 0;
  }
}

[data-grid-col-1-content=image-grid-right-50-50] img {
  padding-left: 6.5%;
}

[data-section-row=video-right-50-50] > [data-grid-col-number="2"],
[data-section-row=video-left-50-50] > [data-grid-col-number="1"] {
  display: grid;
  align-items: center;
}

[data-grid-col-1-content=video-left-50-50],
[data-grid-col-2-content=video-left-50-50],
[data-grid-col-1-content=video-right-50-50],
[data-grid-col-2-content=video-right-50-50] {
  padding: 0 10px;
}
@media (min-width: 992px) {
  [data-grid-col-1-content=video-left-50-50],
  [data-grid-col-2-content=video-left-50-50],
  [data-grid-col-1-content=video-right-50-50],
  [data-grid-col-2-content=video-right-50-50] {
    flex-direction: column;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  [data-grid-col-2-content=video-right-50-50] {
    order: 2;
  }
}

@media (min-width: 992px) {
  [data-grid-col-1-content=video-left-50-50] > div {
    margin: 0 6.5% 0 0;
  }
  [data-grid-col-1-content=video-left-50-50] > div:not(:first-of-type) {
    margin: 0 6.5% 0 0;
  }
  [data-grid-col-1-content=video-left-50-50] > div:not(:last-of-type) {
    margin: 0 6.5% 10px 0;
  }
}

@media (min-width: 992px) {
  [data-grid-col-2-content=video-right-50-50] > div {
    margin: 0 0 0 6.5%;
  }
  [data-grid-col-2-content=video-right-50-50] > div:not(:first-of-type) {
    margin: 0 0 0 6.5%;
  }
  [data-grid-col-2-content=video-right-50-50] > div:not(:last-of-type) {
    margin: 0 0 10px 6.5%;
  }
}

[data-section-row=image-right-50-50] [data-grid-col-number="1"] {
  order: 1;
}
@media (min-width: 992px) {
  [data-section-row=image-right-50-50] [data-grid-col-number="1"] {
    order: unset;
  }
}

[data-grid-col-2-content=video-left-50-50],
[data-grid-col-1-content=video-right-50-50] {
  margin-top: 30px;
  text-align: left;
}
[data-grid-col-2-content=video-left-50-50] p,
[data-grid-col-1-content=video-right-50-50] p {
  font-weight: 300;
}
@media (min-width: 992px) {
  [data-grid-col-2-content=video-left-50-50],
  [data-grid-col-1-content=video-right-50-50] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 0;
  }
}

.grid__section[data-section-name=testimonials-slider] > div {
  padding: 0;
}
@media (max-width: 1199.98px) {
  .grid__section[data-section-name=testimonials-slider] .container {
    max-width: 100%;
    padding: 0;
  }
}

.grid__section[data-section-name=call-to-action-block-dark],
.grid__section[data-section-name=call-to-action-block-light] {
  border-bottom: 10px solid #f46246;
}
.grid__section[data-section-name=call-to-action-block-dark] > div,
.grid__section[data-section-name=call-to-action-block-light] > div {
  padding: 40px 0;
  max-width: 84%;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .grid__section[data-section-name=call-to-action-block-dark] > div,
  .grid__section[data-section-name=call-to-action-block-light] > div {
    max-width: 600px;
  }
}
.grid__section[data-section-name=call-to-action-block-dark] h2.heading_2,
.grid__section[data-section-name=call-to-action-block-light] h2.heading_2 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 8px;
  color: #f46246;
}
@media (min-width: 768px) {
  .grid__section[data-section-name=call-to-action-block-dark] h2.heading_2,
  .grid__section[data-section-name=call-to-action-block-light] h2.heading_2 {
    font-size: 36px;
  }
}
.grid__section[data-section-name=call-to-action-block-dark] p,
.grid__section[data-section-name=call-to-action-block-light] p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .grid__section[data-section-name=call-to-action-block-dark] p,
  .grid__section[data-section-name=call-to-action-block-light] p {
    font-size: 18px;
  }
}

.grid__section[data-section-name=call-to-action-block-dark],
.grid__section[data-section-name=call-to-action-block-dark] > div {
  background-color: #172243 !important;
}
.grid__section[data-section-name=call-to-action-block-dark] p,
.grid__section[data-section-name=call-to-action-block-dark] > div p {
  color: #fff;
  font-weight: 300;
}

.grid__section[data-section-name=call-to-action-block-light] {
  background-color: #F5F3F5 !important;
}
.grid__section[data-section-name=call-to-action-block-light] p {
  font-weight: 300;
}

.grid__section[data-section-name=statistics] {
  background-color: #172243 !important;
}
.grid__section[data-section-name=statistics] > [data-bg-colour^=background--] {
  background-color: #172243 !important;
}
.grid__section[data-section-name=statistics] > [data-bg-colour^=background--] h2 {
  color: #fff !important;
}
.grid__section[data-section-name=statistics] > div {
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0);
}

.grid__section[data-section-name=image-right-50-50-angled] > div {
  position: relative;
  padding: 60px 0 0 0;
  background-color: #172243;
}
@media (min-width: 992px) {
  .grid__section[data-section-name=image-right-50-50-angled] > div {
    padding: 60px 0;
  }
}
.grid__section[data-section-name=image-right-50-50-angled] > div p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .grid__section[data-section-name=image-right-50-50-angled] > div p {
    font-size: 18px;
  }
}
.grid__section[data-section-name=image-right-50-50-angled] > div .row[data-section-row=image-right-50-50-angled] {
  flex-flow: column;
}
@media (max-width: 767.98px) {
  .grid__section[data-section-name=image-right-50-50-angled] .grid__column {
    padding-inline: 10%;
  }
}
@media (max-width: 991.98px) {
  .grid__section[data-section-name=image-right-50-50-angled] .grid__column {
    width: 100%;
  }
  .grid__section[data-section-name=image-right-50-50-angled] .grid__column[data-grid-col-number="1"] {
    margin-bottom: 50px;
  }
  .grid__section[data-section-name=image-right-50-50-angled] .grid__column[data-grid-col-number="2"] {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .grid__section[data-section-name=image-right-50-50-angled] .grid__column[data-grid-col-number="2"] {
    height: 200px;
  }
}
.grid__section[data-section-name=image-right-50-50-angled] .grid__column img {
  max-width: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.grid__section[data-section-name=image-right-50-50-angled] h1.body__heading--with-subheading,
.grid__section[data-section-name=image-right-50-50-angled] h2.body__heading--with-subheading {
  line-height: 1;
}
.grid__section[data-section-name=image-right-50-50-angled] h1.body__heading--with-subheading::before,
.grid__section[data-section-name=image-right-50-50-angled] h2.body__heading--with-subheading::before {
  content: unset;
}
.grid__section[data-section-name=image-right-50-50-angled] h1.body__heading .body__heading-main,
.grid__section[data-section-name=image-right-50-50-angled] h2.body__heading .body__heading-main {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 768px) {
  .grid__section[data-section-name=image-right-50-50-angled] h1.body__heading .body__heading-main,
  .grid__section[data-section-name=image-right-50-50-angled] h2.body__heading .body__heading-main {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .grid__section[data-section-name=image-right-50-50-angled] h1.body__heading .body__heading-main::before,
  .grid__section[data-section-name=image-right-50-50-angled] h2.body__heading .body__heading-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    height: 100%;
    width: 8px;
    background-color: #f46246;
  }
}
.grid__section[data-section-name=image-right-50-50-angled] h1.body__heading .body__subheading,
.grid__section[data-section-name=image-right-50-50-angled] h2.body__heading .body__subheading {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .grid__section[data-section-name=image-right-50-50-angled] h1.body__heading .body__subheading,
  .grid__section[data-section-name=image-right-50-50-angled] h2.body__heading .body__subheading {
    font-size: 28px;
  }
}

@media (max-width: 991.98px) {
  .grid__section[data-section-name=image-right-50-50-angled] [data-grid-col-2-content=image-right-50-50-angled] {
    position: absolute;
    height: 400px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .grid__section[data-section-name=image-right-50-50-angled] [data-grid-col-2-content=image-right-50-50-angled] {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .grid__section[data-section-name=image-right-50-50-angled] [data-grid-col-2-content=image-right-50-50-angled] {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    padding: 0;
    width: 50%;
  }
  .grid__section[data-section-name=image-right-50-50-angled] [data-grid-col-2-content=image-right-50-50-angled]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8%;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: #172243;
  }
}
@media (min-width: 992px) {
  .grid__section[data-section-name=image-right-50-50-angled] [data-grid-col-1-content=image-right-50-50-angled] {
    display: flex;
    flex-flow: column;
    min-height: 400px;
    padding-right: 60px;
  }
  .grid__section[data-section-name=image-right-50-50-angled] [data-grid-col-1-content=image-right-50-50-angled] .ctas__container {
    flex: 1;
    align-items: flex-end;
  }
}
.grid__section[data-section-name=image-right-50-50-angled] [data-grid-col-1-content=image-right-50-50-angled] .ctas__container {
  flex-flow: row;
}
@media (max-width: 767.98px) {
  .grid__section[data-section-name=image-right-50-50-angled] [data-grid-col-1-content=image-right-50-50-angled] .ctas__container {
    justify-content: space-around;
  }
  .grid__section[data-section-name=image-right-50-50-angled] [data-grid-col-1-content=image-right-50-50-angled] .ctas__container > .button {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .grid__section[data-section-name=image-right-50-50-angled] [data-grid-col-1-content=image-right-50-50-angled] .ctas__container {
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .grid__section[data-section-name=box-over-background] .container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.grid__section[data-section-name=box-over-background] > div {
  position: relative;
  padding: 50px 0 0 0;
  border-bottom: 10px solid #f46246;
}
@media (max-width: 991.98px) {
  .grid__section[data-section-name=box-over-background] > div {
    background: #fff !important;
  }
}
@media (min-width: 992px) {
  .grid__section[data-section-name=box-over-background] > div {
    padding: 50px 0;
    border-bottom: none;
  }
}
.grid__section[data-section-name=box-over-background] > div p {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .grid__section[data-section-name=box-over-background] > div p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .grid__section[data-section-name=box-over-background] .grid__column {
    padding-inline: 10%;
  }
}
@media (max-width: 991.98px) {
  .grid__section[data-section-name=box-over-background] .grid__column {
    width: 100%;
  }
  .grid__section[data-section-name=box-over-background] .grid__column[data-grid-col-number="1"] {
    margin-bottom: 50px;
  }
  .grid__section[data-section-name=box-over-background] .grid__column[data-grid-col-number="2"] {
    height: 400px;
  }
}
.grid__section[data-section-name=box-over-background] .grid__column img {
  max-width: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.grid__section[data-section-name=box-over-background] h1.body__heading--coloured-start,
.grid__section[data-section-name=box-over-background] h2.body__heading--coloured-start {
  line-height: 1;
  font-size: 24px;
}
@media (min-width: 768px) {
  .grid__section[data-section-name=box-over-background] h1.body__heading--coloured-start,
  .grid__section[data-section-name=box-over-background] h2.body__heading--coloured-start {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  [data-grid-col-1-content=box-over-background] {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 58.3%;
    min-height: 400px;
    padding: 60px calc((100% - 960px) / 2) 60px 45px;
    margin-left: auto;
    background-color: #fff;
  }
  [data-grid-col-1-content=box-over-background]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 10px);
    box-shadow: -10px 10px 0 0 #f46246;
  }
}
@media (min-width: 1200px) {
  [data-grid-col-1-content=box-over-background] {
    width: 50%;
    padding-right: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  [data-grid-col-1-content=box-over-background] {
    padding-right: calc((100% - 1320px) / 2 + 8.3%);
  }
}
[data-grid-col-1-content=box-over-background] .ctas__container {
  flex: 1;
  flex-flow: row;
}
@media (max-width: 767.98px) {
  [data-grid-col-1-content=box-over-background] .ctas__container {
    justify-content: space-around;
  }
  [data-grid-col-1-content=box-over-background] .ctas__container > .button {
    margin: 0;
  }
}
@media (min-width: 992px) {
  [data-grid-col-1-content=box-over-background] .ctas__container {
    align-items: flex-end;
  }
}

.box-over-background--mobile {
  height: 150px;
}
@media (min-width: 768px) {
  .box-over-background--mobile {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .box-over-background--mobile {
    height: 0;
    display: none;
  }
}

.grid__section[data-section-name=box-and-image-50-50] .container {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.grid__section[data-section-name=box-and-image-50-50] > div {
  position: relative;
  padding: 0;
}
@media (min-width: 992px) {
  .grid__section[data-section-name=box-and-image-50-50] > div {
    border-bottom: none;
  }
}
.grid__section[data-section-name=box-and-image-50-50] > div p {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .grid__section[data-section-name=box-and-image-50-50] > div p {
    font-size: 18px;
  }
}
.grid__section[data-section-name=box-and-image-50-50] .grid__column {
  position: relative;
}
@media (max-width: 991.98px) {
  .grid__section[data-section-name=box-and-image-50-50] .grid__column {
    width: 100%;
  }
}
.grid__section[data-section-name=box-and-image-50-50] .grid__column img {
  max-width: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.grid__section[data-section-name=box-and-image-50-50] h1.body__heading--coloured-start,
.grid__section[data-section-name=box-and-image-50-50] h2.body__heading--coloured-start {
  line-height: 1;
  font-size: 24px;
}
@media (min-width: 768px) {
  .grid__section[data-section-name=box-and-image-50-50] h1.body__heading--coloured-start,
  .grid__section[data-section-name=box-and-image-50-50] h2.body__heading--coloured-start {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .grid__section[data-section-name=box-and-image-50-50] [data-grid-col-number="2"] {
    border-bottom: 10px solid #f46246;
  }
}
@media (max-width: 991.98px) {
  .grid__section[data-section-name=box-and-image-50-50] [data-grid-col-number="1"] {
    order: 2;
  }
}

@media (max-width: 991.98px) {
  .row[data-section-row=box-and-image-50-50] {
    flex-flow: column;
  }
}

[data-grid-col-1-content=box-and-image-50-50] {
  height: 150px;
}
@media (min-width: 768px) {
  [data-grid-col-1-content=box-and-image-50-50] {
    height: 300px;
  }
}
@media (min-width: 992px) {
  [data-grid-col-1-content=box-and-image-50-50] {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

[data-grid-col-2-content=box-and-image-50-50] {
  padding: 50px 0;
  max-width: 720px;
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  [data-grid-col-2-content=box-and-image-50-50] {
    padding-inline: 10%;
  }
}
@media (min-width: 992px) {
  [data-grid-col-2-content=box-and-image-50-50] {
    position: relative;
    display: flex;
    flex-flow: column;
    max-width: 100%;
    min-height: 500px;
    padding: 60px calc((100% - 480px) / 2) 60px 45px;
    /*background-color: $color-white;*/
  }
  [data-grid-col-2-content=box-and-image-50-50]::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    background-color: #f46246;
  }
}
@media (min-width: 1200px) {
  [data-grid-col-2-content=box-and-image-50-50] {
    padding-right: calc(100% - 570px);
  }
}
@media (min-width: 1400px) {
  [data-grid-col-2-content=box-and-image-50-50] {
    padding-right: calc(100% - 660px + 16.6%);
  }
}
[data-grid-col-2-content=box-and-image-50-50] .ctas__container {
  flex-flow: row;
}
@media (max-width: 767.98px) {
  [data-grid-col-2-content=box-and-image-50-50] .ctas__container {
    justify-content: space-around;
  }
  [data-grid-col-2-content=box-and-image-50-50] .ctas__container > .button {
    margin: 0;
  }
}
@media (min-width: 992px) {
  [data-grid-col-2-content=box-and-image-50-50] .ctas__container {
    align-items: flex-end;
  }
}

[data-section-name=icon-cards] > div {
  background: #172243 !important;
  padding: 30px 0;
}
[data-section-name=icon-cards] h2.heading_2 {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  color: #f46246;
}
@media (min-width: 768px) {
  [data-section-name=icon-cards] h2.heading_2 {
    font-size: 24px;
  }
}

[data-section-name=countdown-counter] > div {
  padding: 0;
}
[data-section-name=countdown-counter] > div > .container,
[data-section-name=countdown-counter] > div .row,
[data-section-name=countdown-counter] > div [class^=col-] {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

[data-section-name=video-full-width] .container {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
[data-section-name=video-full-width] > div {
  padding: 0;
}
[data-section-name=video-full-width] [data-grid-col-1-content=video-full-width] > div {
  position: relative;
  height: 200px;
}
@media (min-width: 768px) {
  [data-section-name=video-full-width] [data-grid-col-1-content=video-full-width] > div {
    height: 400px;
  }
}
@media (min-width: 992px) {
  [data-section-name=video-full-width] [data-grid-col-1-content=video-full-width] > div {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  [data-section-name=video-full-width] [data-grid-col-1-content=video-full-width] > div {
    height: 700px;
  }
}
@media (min-width: 1400px) {
  [data-section-name=video-full-width] [data-grid-col-1-content=video-full-width] > div {
    height: 750px;
  }
}

[data-section-name=image-slideshow] > div {
  padding: 0;
}
[data-section-name=image-slideshow] > div > .container {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.grid__section[data-section-name=key-dates-right] .container {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.grid__section[data-section-name=key-dates-right] .container > .row {
  margin: 0;
  padding: 0;
}
.grid__section[data-section-name=key-dates-right] .container > .row > .grid__column {
  padding: 0;
}
.grid__section[data-section-name=key-dates-right] > div {
  position: relative;
  padding: 0;
  overflow: visible;
}
@media (min-width: 992px) {
  .grid__section[data-section-name=key-dates-right] > div {
    border-bottom: none;
  }
}
.grid__section[data-section-name=key-dates-right] > div p {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .grid__section[data-section-name=key-dates-right] > div p {
    font-size: 18px;
  }
}
.grid__section[data-section-name=key-dates-right] .grid__column {
  position: relative;
}
@media (max-width: 991.98px) {
  .grid__section[data-section-name=key-dates-right] .grid__column {
    width: 100%;
  }
}
.grid__section[data-section-name=key-dates-right] .grid__column img {
  max-width: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .grid__section[data-section-name=key-dates-right] [data-grid-col-number="2"] {
    border-bottom: 10px solid #f46246;
  }
}
@media (max-width: 991.98px) {
  .grid__section[data-section-name=key-dates-right] [data-grid-col-number="1"] {
    order: 2;
  }
}

[data-grid-col-1-content=key-dates-right] {
  height: 230px;
}
@media (min-width: 768px) {
  [data-grid-col-1-content=key-dates-right] {
    height: 300px;
  }
}
@media (min-width: 992px) {
  [data-grid-col-1-content=key-dates-right] {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

[data-grid-col-2-content=key-dates-right] {
  padding: 50px 0;
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  [data-grid-col-2-content=key-dates-right] {
    padding-inline: 10%;
  }
}
@media (min-width: 992px) {
  [data-grid-col-2-content=key-dates-right] {
    position: relative;
    display: flex;
    flex-flow: column;
    max-width: 100%;
    min-height: 500px;
    padding: 60px calc((100% - 480px) / 2) 60px 45px;
    text-align: left;
  }
  [data-grid-col-2-content=key-dates-right]::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    background-color: #f46246;
  }
}
@media (min-width: 1200px) {
  [data-grid-col-2-content=key-dates-right] {
    padding-right: calc(100% - 570px);
  }
}
@media (min-width: 1400px) {
  [data-grid-col-2-content=key-dates-right] {
    padding-right: calc(100% - 660px + 16.6%);
  }
}
[data-grid-col-2-content=key-dates-right] .ctas__container {
  flex-flow: row;
}
@media (max-width: 767.98px) {
  [data-grid-col-2-content=key-dates-right] .ctas__container {
    justify-content: space-around;
  }
  [data-grid-col-2-content=key-dates-right] .ctas__container > .button {
    margin: 0;
  }
}
@media (min-width: 992px) {
  [data-grid-col-2-content=key-dates-right] .ctas__container {
    align-items: flex-end;
  }
}

.user-warning--cms {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  color: white;
  background: #cf002f;
  z-index: 1000;
}
.user-warning__icon {
  font-size: 30px;
}
.user-warning__message {
  margin-inline: 20px;
  font-weight: 300;
}

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