/*border radius*/
/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
/*border radius*/
:root {
  --color-primary: #f26436;
  --color-secondary: #193554;
  --color-accent: #fdc42d;
  --color-accent-2: #01a8dc;
  --color-black:#000;
  --color-gray-100: #e6e6e6;
  --color-gray-200: #cccccc;
  --color-gray-300: #b3b3b3;
  --color-gray-400: #999999;
  --color-gray-500: gray;
  --color-gray-600: #666666;
  --color-gray-700: #4d4d4d;
  --color-gray-800: #333333;
  --color-gray-900: #1a1a1a;
}

@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 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);
  }
}
/*border radius*/
@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 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);
  }
}
.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;
}

/* 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;
}
/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
body {
  font-size: 18px;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

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: "Core Sans D 55", sans-serif;
  color: #FF7A00;
}
@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 {
  content: "";
  width: 65px;
  height: 2px;
  background: #243855;
  position: absolute;
  bottom: -29px;
}
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 {
  font-size: 3rem;
  margin-bottom: 25px;
}

h2 {
  color: #243855;
  font-size: 2rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  color: #243855;
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1rem;
}

.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--black, .h2--black, .h3--black, .h4--black, .h5--black, .h6--black {
  color: #000;
}

h1 .h1__subheading {
  font-weight: 300;
  font-size: 20px;
  color: #FF7A00;
  margin-top: 24px;
  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 {
  color: #243855;
  transition: color 0.3s;
}
a:hover {
  color: #1c2c43;
}

h1.body__heading,
h2.body__heading {
  border: none;
  font-family: "Core Sans D 55", sans-serif;
}
h1.body__heading--with-subheading,
h2.body__heading--with-subheading {
  margin-bottom: 30px;
}
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;
  margin-top: 5px;
  padding-left: 10px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  color: #545454;
  border-left: 2px solid #a1a1a1;
}

h1.body__heading .body__subheading {
  font-size: 26px;
}

h2.body__heading .body__subheading {
  font-size: 22px;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
/*border radius*/
/*border radius*/
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(255, 122, 0, 0.3);
    border-radius: 3px;
  }
  body::-webkit-scrollbar-thumb:hover {
    background: #243855;
  }
}
body.scrollbar--white::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
body.scrollbar--light::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
}
body.scrollbar--primary::-webkit-scrollbar-thumb:hover {
  background: #243855;
}
body.scrollbar--accent-2::-webkit-scrollbar-thumb:hover {
  background: #C4C4C4;
}
body.scrollbar--dark::-webkit-scrollbar-thumb:hover {
  background: #FF7A00;
}
body.scrollbar--secondary::-webkit-scrollbar-thumb:hover {
  background: #FF7A00;
}
body.scrollbar--accent::-webkit-scrollbar-thumb:hover {
  background: #FFC845;
}
body.scrollbar--accent-3::-webkit-scrollbar-thumb:hover {
  background: #008E9B;
}

ins {
  text-decoration: none !important;
}

.main-container {
  flex: 1;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.footer {
  padding: 90px 0 40px 0;
  color: #fff;
  text-align: center;
  background-color: #243855;
}
@media (min-width: 992px) {
  .footer {
    text-align: left;
  }
}
.footer__section:not(:last-of-type) {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .footer__section:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .footer__section:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.footer__logo img {
  max-width: 160px;
}
.footer__col--bordered {
  border-left: 1px dotted rgba(255, 255, 255, 0.15);
}
.footer__col--bordered:nth-of-type(odd) {
  border: none;
}
@media (min-width: 992px) {
  .footer__col--bordered:nth-of-type(odd) {
    border-left: 1px dotted rgba(255, 255, 255, 0.15);
  }
}
.footer__header {
  margin-bottom: 15px;
  font-size: 1.6em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__link-list-item {
  margin-bottom: 8px;
}
.footer__link {
  position: relative;
  z-index: 0;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}
.footer__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
  content: "";
  border-radius: 2px 0 0 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.footer__link:hover {
  color: #fff;
}
.footer__link:hover::after {
  transform: scaleX(1);
}
.footer__link--social > i {
  font-size: 2em;
}
.footer .social-icons {
  justify-content: center;
}
.footer .social-icons__item {
  margin: 0 10px;
}
@media (min-width: 992px) {
  .footer .social-icons {
    justify-content: flex-start;
  }
  .footer .social-icons__item {
    margin: 0 20px 0 0;
  }
}
.footer__disclaimer {
  margin-top: 90px;
}
.footer__disclaimer p {
  font-size: 13px;
  font-weight: 300;
}
.footer__disclaimer a {
  color: #008E9B;
  font-weight: 600;
}

.opening-time {
  margin-bottom: 8px;
  font-weight: 300;
}

/*border radius*/
.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: #FF7A00;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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.5;
  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: none;
  padding: 8px 30px;
  font-size: 1.125rem;
  border-radius: 3px;
  transition: all 0.3s;
  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: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.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;
}
.button:disabled,
a.button:disabled,
button.button:disabled,
.umb-rte a[data-mce-selected=inline-boundary].button:disabled {
  cursor: not-allowed;
}
.button:disabled:hover,
a.button:disabled:hover,
button.button:disabled:hover,
.umb-rte a[data-mce-selected=inline-boundary].button:disabled:hover {
  box-shadow: none;
}
.button:disabled::after,
a.button:disabled::after,
button.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--default,
a.button--default,
button.button--default,
.umb-rte a[data-mce-selected=inline-boundary].button--default {
  background-color: #243855;
  color: #fff;
}
.button--primary,
a.button--primary,
button.button--primary,
.umb-rte a[data-mce-selected=inline-boundary].button--primary {
  background-color: #243855;
  color: #FF7A00;
}
.button--secondary,
a.button--secondary,
button.button--secondary,
.umb-rte a[data-mce-selected=inline-boundary].button--secondary {
  background-color: #FF7A00;
  color: #fff;
}
.button--accent,
a.button--accent,
button.button--accent,
.umb-rte a[data-mce-selected=inline-boundary].button--accent {
  background-color: #FFC845;
  color: #fff;
}
.button--accent-2,
a.button--accent-2,
button.button--accent-2,
.umb-rte a[data-mce-selected=inline-boundary].button--accent-2 {
  background-color: #C4C4C4;
  color: #fff;
}
.button--white,
a.button--white,
button.button--white,
.umb-rte a[data-mce-selected=inline-boundary].button--white {
  background-color: #fff;
  color: #FF7A00;
}
.button--dark,
a.button--dark,
button.button--dark,
.umb-rte a[data-mce-selected=inline-boundary].button--dark {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.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--rounded,
a.button--rounded,
button.button--rounded,
.umb-rte a[data-mce-selected=inline-boundary].button--rounded {
  border-radius: 100px;
}
.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: 4px 15px;
}
.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--loading,
a.button--loading,
button.button--loading,
.umb-rte a[data-mce-selected=inline-boundary].button--loading {
  color: transparent;
  justify-content: center;
  --fa-animation-duration: .5s;
}
.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;
  color: #fff;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.ctas__container {
  display: flex;
  flex-direction: column;
  flex-flow: column;
  align-items: stretch;
}
.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;
}

/*border radius*/
/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
.loading__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1060;
  animation: fade-in 0.2s ease-in;
}
.loading__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 30px 40px;
  color: #fff;
  font-weight: 400;
  border-radius: 6px;
  animation: pop 0.2s ease-in 1 forwards;
  background: rgba(255, 122, 0, 0.9);
}
.loading__message {
  margin-bottom: 18px;
  font-family: "Core Sans D 55", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

/*border radius*/
/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
/*Notifications.***********************************/
.notification {
  position: fixed;
  top: 200px;
  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;
}
.notification--error {
  z-index: 20000; /*Over everything*/
}
.notification__body {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 450px;
  width: 100%;
  padding: 22px 15px 22px 30px;
  margin: auto;
  background-color: rgba(255, 122, 0, 0.9);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  animation: pop 0.3s ease-out;
}
.notification__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.notification__close-button:hover {
  color: #FFFFFF;
}
.notification__close-button--success {
  color: #6f9b35;
}
.notification__close-button--danger {
  color: #bf133a;
}
.notification__close-button--warning {
  color: #e33b12;
}
.notification__close-button--info {
  color: #3e6586;
}
.notification__title {
  margin-bottom: 5px;
  padding: 0 40px;
  color: #fff;
  font-size: 18px;
}
.notification__text {
  text-align: left;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
  font-size: 15px;
}
.notification__text > p {
  font-size: 15px;
  color: #ece5de;
  text-shadow: none;
  margin-bottom: 6px;
}
.notification__text > p:last-of-type {
  margin: 0;
}
.notification__message {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.notification__icon-wrap {
  display: flex;
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
  text-shadow: none;
}
.notification__icon-wrap--success {
  background-color: #8bbf45;
}
.notification__icon-wrap--danger {
  background-color: #EC4067;
}
.notification__icon-wrap--warning {
  background-color: #F06543;
}
.notification__icon-wrap--info {
  background-color: #4D7EA8;
}
.notification--success {
  border: none;
  border-left: 8px solid #8bbf45;
}
.notification--danger {
  border: none;
  border-left: 8px solid #EC4067;
}
.notification--warning {
  border: none;
  border-left: 8px solid #F06543;
}
.notification--info {
  border: none;
  border-left: 8px solid #4D7EA8;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

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

.navigation {
  display: none;
  min-height: 70px;
  background-color: #FF7A00;
  padding: 0;
}
.hero .navigation {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
body.scrolled .hero .navigation {
  background-color: #FF7A00;
}
.navigation__inner-container, .navigation__items-container, .navigation__items, .navigation__item {
  height: 100%;
}
.navigation__inner-container {
  padding-inline: 40px;
}
.navigation__items > .navigation__item {
  position: relative;
}
.navigation__items > .navigation__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  height: 10px;
  display: none;
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  background: #fff;
  transform: translateX(-50%);
  animation: fade-in 0.2s;
}
.navigation__items > .navigation__item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.navigation__items > .navigation__item.dropdown:hover > .navigation__link {
  background-color: rgba(255, 255, 255, 0.1);
}
.navigation__items > .navigation__item.dropdown:hover::after {
  display: block;
}
.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: #FF7A00;
  border-radius: 6px;
  transform: translateY(30px) scale(1.7);
  transition: all 0.3s;
}
.navigation__brand--shrunk {
  transform: translateY(0) scale(1);
  border-radius: 0;
}
.navigation__brand--shrunk.navigation__brand--rotate45 {
  transform: translateY(3px) scale(1) rotate(45deg);
  background-color: transparent;
}
.navigation__brand--rotate45 {
  transform: translateY(28px) scale(1.7) rotate(45deg);
}
.navigation__brand-image {
  height: 54px;
}
@media (min-width: 768px) {
  .navigation__brand--rotate45 .navigation__brand-image {
    transform: rotate(-45deg);
  }
}
.navigation__event-info {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  margin-left: 15px;
  border-left: 2px solid #243855;
  padding-left: 7px;
}
.hero--light .navigation__event-info {
  color: #FF7A00;
}
body.scrolled .hero--light .navigation__event-info {
  color: #fff;
}
.navigation__link {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 10px 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #fff;
}
.navbar-expand-sm .navbar-nav .navigation__link {
  padding: 1.3rem 2rem;
}
.navigation__link:hover {
  color: #fff;
}
.navigation__link:focus {
  color: #243855;
}
.navigation__link:focus:hover {
  color: #fff;
}
.navigation__link--home {
  margin-right: 10px;
  font-size: 30px;
}
.navbar-expand-sm .navbar-nav .navigation__link--home {
  padding: 0;
}
.navigation__link--home:hover {
  color: #FFC845;
}
.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;
  }
}

.sub-menu {
  padding: 0;
  min-width: 100%;
  border: none;
  background-color: transparent;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  animation: fade-in 0.2s;
}
.sub-menu__link {
  padding: 20px 30px;
  font-weight: 500;
  font-size: 16px;
  color: #FF7A00;
  background: #fff;
  white-space: nowrap;
}
.sub-menu__link:hover, .sub-menu__link:active, .sub-menu__link:focus, .sub-menu__link:hover:focus {
  color: #FF7A00;
  background-color: #f2f2f2;
}
.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;
}

.navigation--dark.navigation {
  background-color: #FF7A00;
}
.navigation--dark.navigation__link {
  color: #fff;
}
.hero .navigation--dark.navigation {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
body.scrolled .hero .navigation--dark.navigation {
  background-color: #FF7A00;
}

.navigation--secondary.navigation {
  background-color: #FF7A00;
}
.navigation--secondary.navigation__link {
  color: #fff;
}
.hero .navigation--secondary.navigation {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
body.scrolled .hero .navigation--secondary.navigation {
  background-color: #FF7A00;
}

.navigation--primary.navigation {
  background-color: #243855;
}
.navigation--primary.navigation__link {
  color: #fff;
}
.hero .navigation--primary.navigation {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
body.scrolled .hero .navigation--primary.navigation {
  background-color: #243855;
}

.navigation--white.navigation {
  background-color: #fff;
}
.navigation--white.navigation .navigation__link {
  color: #333;
}

.navigation--light.navigation {
  background-color: #f5f5f5;
}
.navigation--light.navigation .navigation__link {
  color: #333;
}

.navigation--accent.navigation {
  background-color: #FFC845;
}
.navigation--accent.navigation .navigation__link {
  color: #333;
}

.navigation--accent-2.navigation {
  background-color: #C4C4C4;
}
.navigation--accent-2.navigation .navigation__link {
  color: #333;
}

.navigation--accent-3.navigation {
  background-color: #008E9B;
}
.navigation--accent-3.navigation .navigation__link {
  color: #333;
}

.navigation--navigation--dark.navigation {
  background-color: #FF7A00;
}
.navigation--navigation--dark.navigation__link {
  color: #fff;
}

.navigation--navigation--secondary.navigation {
  background-color: #FF7A00;
}
.navigation--navigation--secondary.navigation__link {
  color: #fff;
}

.navigation--navigation--primary.navigation {
  background-color: #243855;
}
.navigation--navigation--primary.navigation__link {
  color: #fff;
}

.hero .navigation--white.navigation {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
body.scrolled .hero .navigation--white.navigation {
  background-color: #fff;
}

.hero .navigation--light.navigation {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
body.scrolled .hero .navigation--light.navigation {
  background-color: #f5f5f5;
}

.hero .navigation--primary.navigation {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
body.scrolled .hero .navigation--primary.navigation {
  background-color: #243855;
}

.hero .navigation--accent-2.navigation {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
body.scrolled .hero .navigation--accent-2.navigation {
  background-color: #C4C4C4;
}

.hero .navigation--dark.navigation {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
body.scrolled .hero .navigation--dark.navigation {
  background-color: #FF7A00;
}

.hero .navigation--secondary.navigation {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
body.scrolled .hero .navigation--secondary.navigation {
  background-color: #FF7A00;
}

.hero .navigation--accent.navigation {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
body.scrolled .hero .navigation--accent.navigation {
  background-color: #FFC845;
}

.hero .navigation--accent-3.navigation {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
body.scrolled .hero .navigation--accent-3.navigation {
  background-color: #008E9B;
}

body:not(.scrolled) .hero.hero--light .navigation__link {
  color: #FF7A00;
}
body:not(.scrolled) .navigation--theme .navigation__link {
  color: #FF7A00;
}
body:not(.scrolled) .navigation--theme .navigation__event-info {
  color: #FF7A00;
}
body:not(.scrolled) .navigation--image {
  background-color: rgba(0, 0, 0, 0) !important;
}

.body--with-alert-banner .navigation,
.body--with-alert-banner .mobile-navigation,
.body--with-alert-banner-and-dfp .navigation,
.body--with-alert-banner-and-dfp .mobile-navigation,
.body--with-dfp .navigation,
.body--with-dfp .mobile-navigation {
  position: relative;
}
.body--with-alert-banner .content-header,
.body--with-alert-banner-and-dfp .content-header,
.body--with-dfp .content-header {
  padding-top: 0;
}
.body--with-alert-banner .hero,
.body--with-alert-banner-and-dfp .hero,
.body--with-dfp .hero {
  padding-top: 0;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
.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: 70px;
  }
}
.scroll-indicator__progress {
  height: 5px;
  background-color: #243855;
  transition: width 0.2s;
}

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

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

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

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

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

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

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

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

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

.scroll-indicator--accent-3 .scroll-indicator__progress {
  background-color: #008E9B;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.mobile-navigation {
  height: 60px;
  position: fixed;
  background-color: #FF7A00;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.navigation--theme .mobile-navigation {
  color: #FF7A00;
}
.navigation--image .mobile-navigation {
  background-color: rgba(0, 0, 0, 0) !important;
}
.hero .mobile-navigation {
  background: rgba(0, 0, 0, 0);
}
body.scrolled .hero .mobile-navigation {
  background-color: #FF7A00;
}
@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: #FF7A00;
}
.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: #FF7A00;
  font-family: "Core Sans D 55", 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: #FF7A00;
  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: #FF7A00;
  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: #FF7A00;
  font-family: "Core Sans D 55", 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: #243855;
  font-family: "Core Sans D 55", 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: #FF7A00;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.newsletter {
  position: relative;
  padding: 70px 0 90px 0;
  background-color: #FF7A00;
}
.newsletter__header {
  padding-bottom: 0;
  text-align: center;
  color: #fff;
}
.newsletter__subheader {
  text-transform: none;
  font-size: 18px;
  color: #243855;
  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: #243855;
}
@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: #FF7A00;
  font-weight: 600;
}
.newsletter--light .newsletter__subheader {
  font-weight: 500;
}
.newsletter--light .newsletter__button {
  background-color: #FF7A00;
}

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

/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

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

/*border radius*/
.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: #243855;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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 {
  margin-bottom: 0;
}
.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 .content-header {
  padding-top: 0;
}
.body--with-alert-banner .hero {
  padding-top: 0;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
/*border radius*/
/*border radius*/
.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px;
  display: none;
  z-index: 1031;
  background: #fff;
  animation: slide-right-in 0.5s ease-out;
}
.popup__overlay--visible {
  display: block;
}
.popup__overlay--hiding {
  display: block;
  animation: slide-left-out 0.5s ease-out;
}

.popup {
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  bottom: 50px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .popup {
    overflow: unset;
  }
}
.popup__content {
  height: 100%;
  /* overflow-y: auto;
   @include media-breakpoint-up(lg){
     @include scrollbar-primary('xthin');
   }
   @include add-global-themes-to-scrollbar();*/
}
.popup__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: none;
  font-size: 30px;
  background: rgba(255, 255, 255, 0);
  border-radius: 3px;
  cursor: pointer;
  z-index: 1;
  transition: color 0.3s;
  animation: 0.3s fade-in 0.5s backwards;
}
@media (min-width: 576px) {
  .popup__close {
    top: 15px;
    right: 15px;
    font-size: 40px;
  }
}
.popup__close:hover {
  color: #EC4067;
}
.popup__control {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  font-size: 24px;
  color: #FF7A00;
  border: none;
  background: #fff;
  transform: translateY(-50%);
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  animation: 0.3s fade-in 0.5s backwards;
}
.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%);
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.dfp-ad__container {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: #FF7A00;
}

.dfp-ad--desktop {
  display: none;
}
@media (min-width: 576px) {
  .dfp-ad--desktop {
    display: block;
  }
}
@media (min-width: 576px) {
  .dfp-ad--mobile {
    display: none;
  }
}

/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
/*border radius*/
@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(255, 122, 0, 0.3);
    border-radius: 3px;
  }
  .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
    background: #243855;
  }
}
.scrollbar--white .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.scrollbar--light .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
}
.scrollbar--primary .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #243855;
}
.scrollbar--accent-2 .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #C4C4C4;
}
.scrollbar--dark .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #FF7A00;
}
.scrollbar--secondary .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #FF7A00;
}
.scrollbar--accent .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #FFC845;
}
.scrollbar--accent-3 .exhibitor-popup__content::-webkit-scrollbar-thumb:hover {
  background: #008E9B;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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(36, 56, 85, 0.3);
  text-decoration: none;
  border-radius: 3px;
}
.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;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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: #333;
  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;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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: 3px;
}
.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: "Core Sans D 55", sans-serif;
  color: #fff;
  font-size: 18px;
  background: #243855;
  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 #243855;
  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 #06090d;
  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;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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: 3px;
}
.video__body {
  margin-top: 30px;
  flex: 1;
}
.video__name {
  font-size: 20px;
  font-weight: 700;
}
.video__description {
  font-size: 16px;
  white-space: pre-line;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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: 3px;
}
.form__page:not(:last-of-type) {
  margin-bottom: 40px;
}
.form__group {
  position: relative;
  margin-bottom: 16px;
  text-align: left;
}
.form__title--page {
  margin-bottom: 30px;
}
.form__label-group {
  display: flex;
  width: 100%;
  align-items: center;
}
.form__label {
  margin-bottom: 0.3rem;
  color: black;
  font-size: 16px;
  font-weight: 600;
}
.form__label--radio, .form__label--checkbox {
  display: block;
  font-weight: 400;
}
.form__control-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}
.form__control {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  padding: 7px 16px;
  font-size: 1rem;
  color: #FF7A00;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.form__control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 200, 69, 0.25);
}
.form__control::placeholder {
  font-style: italic;
}
.form__control.error:focus {
  box-shadow: 0 0 0 0.3rem rgba(236, 64, 103, 0.2);
}
.form__control.form__textarea {
  height: auto;
}
.form__actions {
  margin-top: 40px;
  text-align: center;
}
.form__element--invalid.form-control {
  box-shadow: 0 0 0 0.15rem rgba(236, 64, 103, 0.3);
}
.form .form__element--invalid.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(236, 64, 103, 0.6);
}
.form__control--with-addon {
  padding-left: 70px;
}
.form .form__control--with-addon {
  padding-left: 70px;
}
.form__label--required::after {
  content: "*";
  margin-left: 5px;
  color: #243855;
}
.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(255, 200, 69, 0.25);
}
.form__element--invalid:focus ~ .form__addon {
  border-right: 1px dashed rgba(236, 64, 103, 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(236, 64, 103, 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;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.form-modal__spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.form-modal__content {
  background-color: #f2f2f2;
}
.form-modal__content > .popup__close {
  font-size: 30px;
}
.form-modal__hubspot-content {
  padding: 30px;
}
.form-modal__custom-message {
  display: none;
  padding: 10px;
  margin: 40px;
}
.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;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.form--dark-background .form__page {
  background-color: #ff7d05;
  border: 1px solid #ff7d05;
}
.form--dark-background .form__title {
  color: #243855;
}
.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 #ff7d05;
  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: #333;
  background: #fff;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.form-help__container {
  position: relative;
  display: none;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
@media (min-width: 768px) {
  .form-help__container {
    display: flex;
  }
}

.form-help__icon {
  color: #4D7EA8;
  font-size: 26px;
  margin-bottom: 5px;
  cursor: pointer;
}
.form--dark-background .form-help__icon {
  color: #8bbf45;
}
.form-help__icon:hover + .form-help__tooltip {
  display: block;
}
.form-help__tooltip {
  position: absolute;
  display: none;
  bottom: 40px;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid;
  font-size: 1rem;
}
.form--white-background .form-help__tooltip, .form--light-background .form-help__tooltip, .form--dark-background .form-help__tooltip {
  border-color: rgba(77, 126, 168, 0.3);
  background: #d5e1ec;
  color: #2d4a62;
  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: #737373;
}
@media (min-width: 768px) {
  .form-help--mobile {
    display: none;
  }
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

label.error {
  display: block;
  position: absolute;
  right: 9px;
  top: calc(-50% - 16px);
  margin: 0;
  padding: 2px 15px 3px 15px;
  color: #EC4067;
  font-weight: 500;
  background: #fdecf0;
  border: 1px solid #f9c6d1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  animation: 0.2s pop 0.05s ease-in 1 forwards;
  transform-origin: calc(100% - 21px) calc(100% + 12px);
  transform: scale(0);
  opacity: 0;
  z-index: 1;
  font-size: 13px;
  white-space: nowrap;
  line-height: 1.6;
}
.form__group--with-image-field label.error {
  top: -45px;
}
.form__group--checkbox label.error {
  top: -55px;
}

label.error:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #f9c6d1;
  position: absolute;
  bottom: -13px;
  right: 14px;
  z-index: 1;
}

label.error:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #fdecf0;
  position: absolute;
  bottom: -11px;
  right: 14px;
  z-index: 2;
}

.ignore label.error {
  display: none;
}

.icon--error, .icon--valid {
  position: absolute !important;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  height: 30px;
  width: 30px;
  font-size: 28px;
  animation: pop-centered 0.3s;
  animation-fill-mode: forwards;
  z-index: 1;
}
.form__group--checkbox .icon--error, .form__group--checkbox .icon--valid {
  top: -5px;
}
.icon--error {
  color: #EC4067;
}
.icon--valid {
  color: #8bbf45;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.form__checkbox {
  display: flex;
  align-items: center;
  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: 18px;
  width: 18px;
  border: 2px rgba(0, 0, 0, 0.2) solid;
  border-radius: 2px;
  background-color: #fff;
}
.form__checkbox [type=checkbox]:focus + .form__checkbox-tick::before {
  outline: rgba(255, 200, 69, 0.25) solid 2px;
}
.form__checkbox [type=checkbox]:checked + .form__checkbox-tick::before {
  background: #243855;
  border-color: #243855;
}
.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: 2px;
  left: 2px;
  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: 1px;
  opacity: 0;
}
.form__checkbox [type=checkbox]:checked + .form__checkbox-tick::after {
  opacity: 1;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.form__radio {
  display: flex;
  align-items: center;
  margin: 2px 0;
  cursor: pointer;
}
.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: 20px;
  width: 20px;
  border: 2px rgba(0, 0, 0, 0.2) solid;
  border-radius: 50%;
  background-color: #fff;
}
.form__radio [type=radio]:focus + .form__radio-tick::before {
  outline: rgba(255, 200, 69, 0.25) solid 2px;
}
.form__radio [type=radio]:checked + .form__radio-tick::before {
  background: #243855;
  border-color: #243855;
}
.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: 2px;
  left: 2px;
  margin: 0;
  height: 16px;
  width: 16px;
  font-family: "Font Awesome 6 Pro";
  line-height: 16px;
  font-size: 14px;
  color: white;
  border: 2px #fff solid;
  border-radius: 50%;
  opacity: 0;
}
.form__radio [type=radio]:checked + .form__radio-tick::after {
  opacity: 1;
}

.form__group--agreement {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
}

.form__checkbox--agreement {
  position: relative;
  bottom: -3px;
  display: inline-flex;
}

.form__label--agreement {
  font-size: 16px;
  display: inline;
  font-weight: bold;
  cursor: pointer;
}

.form__checkbox--agreement label.error {
  right: unset;
  left: -10px;
  top: calc(-50% - 32px);
}
.form__checkbox--agreement label.error::before, .form__checkbox--agreement label.error::after {
  right: unset;
  left: 14px;
}

.form__group--agreement .icon--error {
  display: none;
}
.form__group--agreement .icon--valid {
  right: -27px;
  top: 10px;
}

.form--embedded {
  max-width: 600px;
  width: 100%;
  margin: 50px auto;
  padding: 40px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.05);
}
.form-section--copy {
  display: none;
}
.form-section--completed {
  display: block;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  max-width: 600px;
  width: 100%;
  margin: 50px auto;
  padding: 40px;
  border-radius: 6px;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.section, .supporters__group {
  padding: 60px 0;
  background-color: #fff;
  color: #333;
  overflow: hidden;
  /*text-align: center;*/
}
.section--after-body-text {
  padding: 0 0 60px 0;
}
@media (min-width: 768px) {
  .section, .supporters__group {
    padding: 40px 0 10px 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: #243855;
}
.section:nth-of-type(even) p, .supporters__group:nth-of-type(even) p {
  color: #243855;
}
.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: #243855;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
.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--white .social-icons__link {
  color: #fff;
}
.social-icons--light .social-icons__link {
  color: #f5f5f5;
}
.social-icons--primary .social-icons__link {
  color: #243855;
}
.social-icons--accent-2 .social-icons__link {
  color: #C4C4C4;
}
.social-icons--dark .social-icons__link {
  color: #FF7A00;
}
.social-icons--secondary .social-icons__link {
  color: #FF7A00;
}
.social-icons--accent .social-icons__link {
  color: #FFC845;
}
.social-icons--accent-3 .social-icons__link {
  color: #008E9B;
}
.social-icons__link:hover {
  transform: translateY(-3px);
}
.social-icons__link--facebook:hover {
  color: #3b5998;
}
.social-icons__link--twitter:hover {
  color: #000;
}
.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;
  margin-top: 20px;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
.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: #243855;
  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: #000;
}
.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: #FF7A00;
}

.sticky-socials--light .social-icons__link {
  background-color: #f5f5f5;
  color: #FF7A00;
}

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

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

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

.sticky-socials--accent-3 .social-icons__link {
  background-color: #008E9B;
}

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

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.content-header {
  background-size: cover;
  background-position: center;
  padding-top: 70px;
}
.content-header__container {
  padding-top: 80px;
}
.content-header__container--no-logo {
  padding-top: 0;
}
.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--light .content-header__section {
  color: #FF7A00;
}
.content-header__heading {
  font-size: 2.4rem;
  color: #FF7A00;
  font-weight: 600;
}
.content-header--light .content-header__heading {
  color: #FF7A00;
}
@media (min-width: 768px) {
  .content-header__heading {
    font-size: 3rem;
  }
}
.content-header__main, .content-header__subheading {
  display: block;
}
.content-header--light .content-header__main, .content-header--light .content-header__subheading {
  color: #FF7A00 !important;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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: 3px;
}
@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__title {
  font-weight: 400;
  text-transform: none;
  font-size: 22px;
  margin: 0;
  transition: color 0.3s;
}
.faqs--opened .faqs__title {
  color: #243855;
}
.faqs__answer {
  font-weight: 300;
}
/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
.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: 3px;
}
.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: #FF7A00;
  border-radius: 3px 3px 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: #FF7A00;
  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--white .contacts__photo-container::after {
  background-color: #fff;
}

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

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

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

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

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

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

.contacts__card--accent-3 .contacts__photo-container::after {
  background-color: #008E9B;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.testimonials__item:nth-of-type(odd) {
  background-color: #f5f5f5;
}
@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 {
  display: block;
  max-width: 150px;
  width: 100%;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .testimonial__text-content {
    position: relative;
    display: flex;
    flex-flow: column;
    flex: 1;
    padding: 60px 40px;
    margin: 0 30px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
}
.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: #FF7A00;
    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: 600;
}
.testimonial__role {
  font-weight: 500;
}
.testimonial__company {
  font-weight: 500;
}

@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: #FF7A00;
}
@media (min-width: 576px) {
  .testimonials__item:nth-of-type(even) .testimonial__opening-quote {
    left: unset;
    right: -22px;
    transform: rotateY(180deg) rotateX(180deg);
  }
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

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

/*border radius*/
.modal--dark .modal-content {
  background-color: #FF7A00;
  border: none;
}
.modal__title {
  flex: 1;
  text-align: center;
  color: #243855;
  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;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
.hero {
  position: relative;
  padding-top: 60px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media (min-width: 576px) {
  .hero {
    /*max-height: 100vh;*/
    padding-top: 70px;
  }
}
@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: 70px;
    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 - 70px);
}
@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: 180px;
    width: auto;
  }
}
.hero__copy {
  text-align: center;
}
@media (min-width: 768px) {
  .hero__content--left .hero__copy {
    text-align: left;
  }
}
.hero__strapline {
  font-size: 38px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 400;
  animation: main-log-load 0.8s ease-out 0.2s;
  animation-fill-mode: backwards;
  font-family: "Core Sans D 55", sans-serif;
}
.hero--light .hero__strapline {
  color: #FF7A00;
}
@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: #FF7A00;
}
.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: #FF7A00;
}
.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: #FF7A00;
}
.hero__location {
  margin-right: 15px;
}
.hero__map-link {
  text-decoration: none;
  color: #fff;
}
.hero--light .hero__map-link {
  color: #FF7A00;
}
.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: #FF7A00;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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(100% / 2 - 2 * 20px);
  }
}
@media (min-width: 992px) {
  .whats-on__item {
    flex: 0 1 calc(100% / 3 - 2 * 20px);
  }
}
.whats-on__item--link {
  text-decoration: none;
  color: #333;
}
.whats-on__item--link:hover {
  color: #333;
}
.whats-on__item--link:hover .whats-on__image {
  opacity: 0.4;
}
.whats-on__item--text-left .whats-on__body-text,
.whats-on__item--text-left .whats-on__heading {
  text-align: left;
}
.whats-on__item--text-center .whats-on__body-text,
.whats-on__item--text-center .whats-on__heading {
  text-align: center;
}
.whats-on__item--text-right .whats-on__body-text,
.whats-on__item--text-right .whats-on__heading {
  text-align: right;
}
.whats-on__card {
  display: flex;
  flex-flow: column;
  height: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  transition: all 0.3s;
  background-color: #fff;
  flex: 0 1 calc(100% / 2 - 2 * 20px);
}
.whats-on__image-container {
  flex: 0 0 250px;
  width: 100%;
  border-radius: 3px 3px 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: 3px 3px 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;
}

.section-teaser-cards {
  display: flex;
  flex-direction: column;
  margin: 80px 0;
}
@media (min-width: 992px) {
  .section-teaser-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.teaser-card {
  margin: 0 30px 30px 0;
}
.teaser-card--half {
  width: 100%;
}
@media (min-width: 992px) {
  .teaser-card--half {
    width: calc(50% - 30px);
  }
}
.teaser-card__title {
  margin-bottom: 50px;
}
.teaser-card__highlight {
  height: 350px;
  margin-bottom: 50px;
}
.teaser-card__highlight-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser-card__footer {
  margin: 15px 0;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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: #243855;
  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;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/* 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: #FF7A00;
}
input[type=checkbox]:focus + .switch__slider {
  box-shadow: 0 0 1px rgba(255, 122, 0, 0.2);
}
.switch__text {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*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: #243855;
}
.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: #243855;
}
.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: #243855;
  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;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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(#FF7A00, #FF7A00) 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(#FF7A00, #FF7A00) 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(#FF7A00, #FF7A00) 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: #FF7A00;
}
[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF7A00;
}
[type=range]::-ms-thumb {
  margin-top: 0;
  box-sizing: border-box;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF7A00;
}
[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(36, 56, 85, 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: #FF7A00;
  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;
  }
}
/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.calc {
  display: flex;
  color: #FF7A00;
  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: "Core Sans D 55", 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;
}

/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.supporters {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
  list-style: none;
}
@media (min-width: 768px) {
  .supporters {
    margin: 0 -15px;
  }
}
.supporters__heading {
  margin-bottom: 20px;
}
.supporters--inverted .supporters__group {
  background-color: #f5f5f5;
  color: #FF7A00;
}
.supporters__group:nth-of-type(even) {
  background-color: #f5f5f5;
  color: #FF7A00;
}
.supporters--inverted .supporters__group:nth-of-type(even) {
  background-color: #fff;
  color: #333;
}
.supporters__group:nth-of-type(even) p {
  color: #FF7A00;
}
.supporters__item {
  position: relative;
  display: inline-block;
  flex: 0 0 100%;
  max-width: 300px;
  max-height: 300px;
  margin: 15px auto;
  padding-top: min(100%, 300px);
}
@media (min-width: 576px) {
  .supporters__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) {
  .supporters__item {
    flex: 0 0 calc(33% - 30px);
    padding-top: min(33% - 30px, 400px);
  }
}
@media (min-width: 1200px) {
  .supporters__item {
    flex: 0 0 calc(20% - 30px);
    padding-top: min(20% - 30px, 400px);
  }
}

.supporter__card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  .supporter__card {
    height: 100%;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
  }
}
.supporter__card:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.supporter__card--alternative {
  background: #fff;
}
.supporter__card--alternative p {
  color: #FF7A00;
}
@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%;
}

/*@import './components/speakers/speaker-list';*/
/*border radius*/
/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
/*border radius*/
/*border radius*/
.main-container.filtering-bar--opened {
  position: relative;
}

.schedule-section__filters-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
.schedule-section__filters-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 13;
  width: 100%;
  background: #fff;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .schedule-section__filters-bar {
    width: 320px;
  }
}
.schedule-section__filters-bar--opened {
  display: flex;
  opacity: 1;
  transform: translateX(0);
}
.schedule-section__filters-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 13;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 50px;
  font-weight: 600;
  color: #FF7A00;
  cursor: pointer;
  background: #243855;
  border-radius: 0 3px 3px 0;
  transition: all 0.3s;
}
.social-icons--white .schedule-section__filters-button {
  background: #fff;
}
.social-icons--light .schedule-section__filters-button {
  background: #f5f5f5;
}
.social-icons--primary .schedule-section__filters-button {
  background: #243855;
}
.social-icons--accent-2 .schedule-section__filters-button {
  background: #C4C4C4;
}
.social-icons--dark .schedule-section__filters-button {
  background: #FF7A00;
}
.social-icons--secondary .schedule-section__filters-button {
  background: #FF7A00;
}
.social-icons--accent .schedule-section__filters-button {
  background: #FFC845;
}
.social-icons--accent-3 .schedule-section__filters-button {
  background: #008E9B;
}
@media (min-width: 768px) {
  .schedule-section__filters-button {
    top: 50%;
    left: 0;
  }
}
.schedule-section__filters-button:hover {
  color: #fff;
  background: #FF7A00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.schedule-section__filters-button.filtering-bar--opened {
  display: none;
}
.schedule-section__filters-button > i {
  font-size: 25px;
}
.schedule-filters {
  position: absolute;
  top: 60px;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .schedule-filters {
    top: 70px;
  }
}
.schedule-filters__clear-filters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 5px 12px;
  background: #fff;
}
.schedule-filters__clear-button {
  font-weight: 600;
  color: #FF7A00;
  cursor: pointer;
  background-color: #243855;
  border-radius: 3px;
  transition: linear 0.3s;
}
.schedule-filters__clear-button:hover {
  color: #fff;
  background-color: #FF7A00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.schedule-filters__clear-button--disabled {
  color: #000;
  pointer-events: none;
  cursor: not-allowed;
  background-color: rgba(139, 191, 69, 0.7);
  opacity: 0.3;
}
.schedule-filters__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .schedule-filters__panel {
    height: 100%;
  }
}
.schedule-filters__panel-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 35px;
  padding: 8px 0 8px 10px;
}
@media (min-width: 1400px) {
  .schedule-filters__panel-header {
    height: 60px;
    padding: 15px 0 15px 10px;
  }
}
.schedule-filters__panel-content {
  display: flex;
  width: 100%;
  height: inherit;
  overflow: auto;
}
.schedule-filters__panel-footer {
  height: 150px;
}
@media (min-width: 1400px) {
  .schedule-filters__panel-footer {
    height: 150px;
  }
}
.schedule-filters__panel-title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
.schedule-filters__panel-title > h6 {
  margin: 0;
}
.schedule-filters__panel-control {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.schedule-filters__panel-wrapper {
  height: 100%;
}
.schedule-filters__panel-form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.schedule-filters__panel-form::-webkit-scrollbar {
  width: 8px;
}
.schedule-filters__panel-form::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.schedule-filters__panel-form::-webkit-scrollbar-thumb {
  background: rgba(255, 122, 0, 0.3);
  border-radius: 3px;
}
.schedule-filters__panel-form::-webkit-scrollbar-thumb:hover {
  background: #FF7A00;
}
.schedule-filters__panel-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 45px;
  padding: 5px 12px;
  color: #FF7A00;
  background: #243855;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  transition: all 0.3s;
}
.schedule-filters__panel-button:hover {
  color: #fff;
  cursor: pointer;
  background: #FF7A00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.schedule-filters__items {
  margin-bottom: 25px;
}
.schedule-filters__items:first-of-type {
  margin-top: 10px;
}
.schedule-filters__items-title {
  padding-left: 5px;
  margin-bottom: 5px;
  border-left: 3px solid #243855;
}
.schedule-filters__items-wrapper {
  padding-left: 10px;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}
.schedule-filters__filter-applied--disabled {
  color: #8c8e91;
}
.schedule-filters__filter-applied--disabled.form-check > .form-check-input:checked {
  pointer-events: none;
  cursor: pointer;
  background-color: rgba(21, 38, 56, 0.6);
  border-color: rgba(21, 38, 56, 0.6);
}
.schedule-filters__filter--disabled {
  color: #8c8e91;
  text-decoration: line-through;
}
.schedule-filters__filter.form-check > .form-check-label {
  pointer-events: auto;
  cursor: pointer;
}
.schedule-filters__filter.form-check > .form-check-label > .form-check-input {
  pointer-events: auto;
  cursor: pointer;
}
.schedule-filters__filter.form-check > .form-check-label > .form-check-input:checked {
  background-color: #FF7A00;
  border-color: #FF7A00;
}
.schedule__date {
  margin-bottom: 20px;
}
.schedule__day {
  display: none;
  animation: fade-in 0.3s;
}
.schedule__day[data-active=true] {
  display: block;
}
.schedule__day[data-active=false] {
  display: none;
}
.schedule__stream {
  display: none;
  animation: fade-in 0.3s;
}
.schedule__stream[data-active=true] {
  display: block;
}
.schedule__slot {
  position: relative;
  display: flex;
  padding: 20px;
  margin-bottom: 5px;
  background: #f9f9f9;
  border-left: 3px solid;
}
.schedule__slot::after {
  position: absolute;
  top: 20px;
  bottom: -25px;
  left: 43px;
  z-index: 1;
  width: 0;
  border-left: 1px dotted #ccc;
  content: "";
}
.schedule__slot--timeless::after {
  border-left: none;
}

.schedule__stream .schedule__slot:first-of-type::after,
.speaker__day .schedule__slot:first-of-type::after,
.speaker-profile__day .schedule__slot:first-of-type::after {
  top: 25px;
}

.schedule__stream .schedule__slot:last-of-type::after,
.speaker__day .schedule__slot:last-of-type::after,
.speaker-profile__day .schedule__slot:last-of-type::after {
  bottom: unset;
  height: 20px;
}

.slot__time {
  position: relative;
  z-index: 2;
  padding: 4px 6px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: none;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .slot__time {
    border: 1px solid #ccc;
    border-radius: 2px;
  }
}
.slot__hubspot {
  margin-top: 20px;
}
.slot__title {
  font-size: 24px;
  line-height: 1.6;
}
.slot__subtitle {
  margin: 5px 0 30px 0;
  font-size: 16px;
}
.slot__subtitle i {
  margin-right: 5px;
  color: #ccc;
}
.slot__subtitle span {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.slot__duration {
  margin-right: 10px;
}
.slot__theme:nth-of-type(1n) {
  margin: 0 10px 10px 0;
}
.slot__body {
  margin-left: 50px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .schedule__slot {
    flex-direction: column;
  }
  .schedule__slot::after {
    display: none;
  }
  .slot__body {
    margin: 0;
  }
}
/*My Speaker Sessions*/
.slot-by-day__heading {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 26px;
  text-align: center;
  background: #f9f9f9;
  border-left: 3px solid;
}
@media (min-width: 992px) {
  .slot-by-day__heading {
    width: auto;
    text-align: left;
  }
}

.slot-by-event__heading {
  padding-left: 20px;
  margin: 80px 0 20px 0;
  border-left: 3px solid;
}
.speaker-popup .slot-by-event__heading {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.schedule-menu__days {
  margin-bottom: 30px;
}
.schedule-menu__streams {
  display: none;
  margin-bottom: 20px;
}
.schedule-menu__streams[data-active=true] {
  display: block;
}
.schedule-menu__events {
  display: none;
  margin: 20px 0;
}
.schedule-menu__events[data-active=true] {
  display: block;
}
.schedule-menu__events[data-active=false] {
  display: none;
}
.schedule-menu__button {
  padding: 6px 20px;
  font-size: 18px;
  color: #000;
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 3px;
  transition: all 0.2s;
}
.schedule-menu__button:nth-of-type(3n) {
  margin: 0 0 5px 0;
}
@media (min-width: 992px) {
  .schedule-menu__button .schedule-menu__button {
    margin: 0;
  }
}
.schedule-menu__button--stream:nth-of-type(1n) {
  margin: 0 0 5px 0;
}
@media (min-width: 992px) {
  .schedule-menu__button--stream {
    margin: 0;
  }
}
.schedule-menu__button--day:nth-of-type(1n) {
  margin: 0 0 5px 0;
}
@media (min-width: 992px) {
  .schedule-menu__button--day {
    margin: 0;
  }
}
.schedule-menu__button[data-active=true] {
  color: #fff;
  background: #243855;
  border: 2px solid #243855;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.speaker-panel__wrapper {
  margin-top: 40px;
}
.speaker-panel__heading {
  font-size: 18px;
}
.speaker-panel__list {
  padding: 0;
  list-style: none;
  text-align: left;
}
.speaker-panel__link, .speaker-panel__item {
  display: inline-flex;
  padding: 20px 0;
  text-decoration: none;
  align-items: center;
}
.speaker-panel__photo {
  height: 80px;
  border-radius: 50%;
  transition: all 0.275s;
}
.speaker-panel__link:hover .speaker-panel__photo {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.speaker-panel__info-wrapper {
  margin-left: 30px;
}
.speaker-panel__info-wrapper > * {
  display: block;
  font-size: 16px;
  color: #4a4e54;
}
.speaker-panel__name {
  font-weight: 700;
}
.speaker-panel__title {
  font-weight: 500;
}
.speaker-panel__company {
  font-weight: 500;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.sponsor-panel {
  flex-direction: column;
}
@media (min-width: 576px) {
  .sponsor-panel {
    flex-direction: row;
  }
}
.sponsor-panel__wrapper {
  margin-top: 40px;
}
.sponsor-panel__heading {
  font-size: 18px;
  margin-bottom: 15px;
}
.sponsor-panel {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.sponsor-panel__item:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .sponsor-panel__item:not(:last-of-type) {
    margin-right: 20px;
  }
}
.sponsor-panel__link {
  display: block;
  transition: all 0.3s;
}
.sponsor-panel__link:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.sponsor-panel__logo {
  height: 70px;
} /*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.exhibitor-panel {
  flex-direction: column;
}
@media (min-width: 576px) {
  .exhibitor-panel {
    flex-direction: row;
  }
}
.exhibitor-panel__wrapper {
  margin-top: 40px;
}
.exhibitor-panel__heading {
  margin-bottom: 15px;
  font-size: 18px;
}
.exhibitor-panel {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.exhibitor-panel__item:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .exhibitor-panel__item:not(:last-of-type) {
    margin-right: 40px;
  }
}
.exhibitor-panel__logo {
  height: 70px;
  transition: all 0.275s;
}
.exhibitor-panel__logo:hover {
  cursor: pointer;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.brands-section__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  justify-content: center;
}
@media (min-width: 992px) {
  .brands-section__list {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .brands-section__list {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .brands-section__list {
    justify-content: flex-start;
  }
}
.brands-section__list-item {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  border-radius: 5px;
  font-weight: 600;
  min-height: 192px;
  min-width: 190px;
  height: auto;
  border: 1px solid #e8e8e8;
  position: relative;
}
.brands-section__list-item:not(:nth-of-type(2n)) {
  margin: 0 30px 30px 0;
}
.brands-section__list-item:not(:nth-of-type(3n)) {
  margin: 0 30px 30px 0;
}
.brands-section__brand-logo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
  width: 100%;
}
.brands-section__brand-logo img {
  max-width: 188px;
  max-height: 172px;
}
.brands-section__brand-name {
  display: flex;
  align-self: flex-start;
  height: 30%;
  position: absolute;
  bottom: 0;
  justify-content: center;
  width: 100%;
}
.brands-section__brand-item {
  display: flex;
  justify-self: flex-start;
  align-self: flex-end;
  padding-bottom: 10px;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.supporter-panel {
  display: flex;
  list-style: none;
  transition: all 0.275s;
}
.supporter-panel:not(:nth-of-type(2n)) {
  margin: 0 30px 30px 0;
}
.supporter-panel:not(:nth-of-type(3n)) {
  margin: 0 30px 30px 0;
}
.supporter-panel:not(:nth-of-type(1)) {
  margin: 0 30px 30px 0;
}
.supporter-panel:hover {
  cursor: pointer;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.supporter-panel__list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 20px 0 0 0;
}
.supporter-panel__link > img {
  max-width: 150px;
  max-height: 60px;
}
@media (min-width: 768px) {
  .supporter-panel__link > img {
    max-width: 200px;
    max-height: 90px;
  }
}

/*border radius*/
.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: #243855;
}
.testimonials-carousel__company {
  color: #243855;
}

/*border radius*/
.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;
}

/*border radius*/
/*border radius*/
.image-slider {
  position: relative;
}
.image-slider__items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.image-slider__item {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  cursor: grab;
}
.image-slider__item:active {
  cursor: grabbing;
}
.image-slider__item--centered {
  vertical-align: middle !important;
}
.image-slider__item > .button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.image-slider__content-overlay, .image-slider__text-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-slider__text-overlay {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 50px;
}
.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;
}
.text--white h1, .text--white h2, .text--white h3, .text--white h4, .text--white h5, .text--white h6, .text--white p {
  color: #fff !important;
}
.text--white p {
  font-weight: 300;
}

.text--light h1, .text--light h2, .text--light h3, .text--light h4, .text--light h5, .text--light h6, .text--light p {
  color: #f5f5f5 !important;
}
.text--light p {
  font-weight: 300;
}

.text--light-1 h1, .text--light-1 h2, .text--light-1 h3, .text--light-1 h4, .text--light-1 h5, .text--light-1 h6, .text--light-1 p {
  color: #eeeeee !important;
}
.text--light-1 p {
  font-weight: 300;
}

.text--light-2 h1, .text--light-2 h2, .text--light-2 h3, .text--light-2 h4, .text--light-2 h5, .text--light-2 h6, .text--light-2 p {
  color: #fafafa !important;
}
.text--light-2 p {
  font-weight: 300;
}

.text--dark h1, .text--dark h2, .text--dark h3, .text--dark h4, .text--dark h5, .text--dark h6, .text--dark p {
  color: #FF7A00 !important;
}

.text--black h1, .text--black h2, .text--black h3, .text--black h4, .text--black h5, .text--black h6, .text--black p {
  color: #000 !important;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.logo-slider__title {
  text-align: center;
}
.logo-slider__body {
  position: relative;
}
.logo-slider__items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.logo-slider__item-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.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: 3px;
  border: 1px solid #e8e8e8;
  text-decoration: none;
}
.logo-slider__type {
  flex: 1;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  color: #FF7A00;
}
.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);
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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: 15px;
  transition: background-color 0.3s;
}
.grid__section:nth-of-type(even) .tns-nav > button {
  background-color: rgba(255, 122, 0, 0.4);
}
.grid__section:nth-of-type(odd) .tns-nav > button {
  background-color: rgba(255, 122, 0, 0.4);
}
.tns-nav > button.tns-nav-active {
  background-color: rgba(255, 122, 0, 0.9);
}
.grid__section:nth-of-type(even) .tns-nav > button.tns-nav-active {
  background-color: rgba(255, 122, 0, 0.9);
}
.grid__section:nth-of-type(odd) .tns-nav > button.tns-nav-active {
  background-color: rgba(255, 122, 0, 0.9);
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.tns-slider__button {
  position: absolute;
  top: calc(50% - 12.5px);
  background-color: transparent;
  border: none;
  font-size: 30px;
  transition: all 0.25s;
}
.tns-slider__button:hover {
  color: rgba(0, 0, 0, 0.9);
}
.tns-slider__button--prev {
  left: 0;
  transform: translate(calc(-100% - 25px), -50%);
}
.tns-slider__button--prev:hover {
  transform: translate(calc(-100% - 30px), -50%);
}
.tns-slider__button--next {
  right: 0;
  transform: translate(calc(100% + 25px), -50%);
}
.tns-slider__button--next:hover {
  transform: translate(calc(100% + 30px), -50%);
}
.grid__section:nth-of-type(even) .tns-slider__button {
  color: rgba(255, 122, 0, 0.4);
}
.grid__section:nth-of-type(even) .tns-slider__button:hover {
  color: rgba(255, 122, 0, 0.9);
}
.grid__section:nth-of-type(odd) .tns-slider__button {
  color: rgba(255, 122, 0, 0.4);
}
.grid__section:nth-of-type(odd) .tns-slider__button:hover {
  color: rgba(255, 122, 0, 0.9);
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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 3px 3px;
}
.speaker-slide__info > span {
  display: block;
  color: #fff;
}
.speaker-slide__image {
  border-radius: 3px;
  filter: brightness(0.9);
  transition: all 0.3s;
}
.speaker-slide__image:hover {
  filter: brightness(1);
}
.speaker-slide__name {
  font-family: "Core Sans D 55", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.speaker-slide__title {
  font-family: "Source Sans Pro", 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;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
.testimonial-slider__title {
  text-align: center;
}
.testimonial-slider__body {
  position: relative;
}
.testimonial-slider__items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.testimonial-slide__content {
  display: flex;
  flex-direction: column;
  padding: 50px 40px;
  border-radius: 3px;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .testimonial-slide__content {
    padding: 100px 80px;
  }
}
@media (min-width: 992px) {
  .testimonial-slide__content {
    flex-direction: row;
  }
}
.testimonial-slide__body {
  margin: 40px 0 0 0;
}
@media (min-width: 992px) {
  .testimonial-slide__body {
    margin-left: 60px;
  }
}
.testimonial-slide__opening-quote {
  position: absolute;
  top: -76px;
  left: -26px;
  font-size: 130px;
  text-align: left;
  opacity: 0.2;
}
.testimonial-slide__image-wrapper {
  flex: 0 0 200px;
  margin: 0 0 40px 0;
  display: flex;
  align-items: center;
}
.testimonial-slide__image-wrapper--no-crop {
  height: 200px;
  align-self: center;
  background-color: #fff;
}
@media (min-width: 992px) {
  .testimonial-slide__image-wrapper {
    margin: 0 60px 0 0;
  }
}
.testimonial-slide__image, .grid__column .testimonial-slide__image {
  width: 50%;
  margin: auto;
  min-width: 200px;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .testimonial-slide__image, .grid__column .testimonial-slide__image {
    width: 100%;
  }
}
.testimonial-slide__text {
  position: relative;
}
.testimonial-slide__info {
  margin-top: 40px;
}
.testimonial-slide__info > span {
  display: block;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.testimonial-slide__name {
  font-family: "Core Sans D 55", sans-serif;
  font-weight: 900;
  font-size: 20px;
}
.testimonial-slide__company {
  font-weight: 500;
  color: #243855;
}

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

.background-color--white .testimonial-slide__content {
  background-color: #fff;
}
.background-color--white .testimonial-slide__content .testimonial-slide__text > p {
  color: #FF7A00;
}

.background-color--light .testimonial-slide__content {
  background-color: #f5f5f5;
}
.background-color--light .testimonial-slide__content .testimonial-slide__text > p {
  color: #FF7A00;
}

.background-color--primary .testimonial-slide__content {
  background-color: #243855;
}
.background-color--primary .testimonial-slide__content .testimonial-slide__text > p {
  color: #FF7A00;
}

.background-color--accent-2 .testimonial-slide__content {
  background-color: #C4C4C4;
}
.background-color--accent-2 .testimonial-slide__content .testimonial-slide__text > p {
  color: #FF7A00;
}

.background-color--dark .testimonial-slide__content {
  background-color: #FF7A00;
}
.background-color--dark .testimonial-slide__content .testimonial-slide__text > p,
.background-color--dark .testimonial-slide__content .testimonial-slide__info,
.background-color--dark .testimonial-slide__content .testimonial-slide__opening-quote {
  color: #fff;
}
.background-color--dark .testimonial-slide__content .testimonial-slide__text > p {
  font-weight: 300;
}

.background-color--secondary .testimonial-slide__content {
  background-color: #FF7A00;
}
.background-color--secondary .testimonial-slide__content .testimonial-slide__text > p,
.background-color--secondary .testimonial-slide__content .testimonial-slide__info,
.background-color--secondary .testimonial-slide__content .testimonial-slide__opening-quote {
  color: #fff;
}
.background-color--secondary .testimonial-slide__content .testimonial-slide__text > p {
  font-weight: 300;
}

.background-color--accent .testimonial-slide__content {
  background-color: #FFC845;
}
.background-color--accent .testimonial-slide__content .testimonial-slide__text > p,
.background-color--accent .testimonial-slide__content .testimonial-slide__info,
.background-color--accent .testimonial-slide__content .testimonial-slide__opening-quote {
  color: #fff;
}
.background-color--accent .testimonial-slide__content .testimonial-slide__text > p {
  font-weight: 300;
}

.background-color--accent-3 .testimonial-slide__content {
  background-color: #008E9B;
}
.background-color--accent-3 .testimonial-slide__content .testimonial-slide__text > p,
.background-color--accent-3 .testimonial-slide__content .testimonial-slide__info,
.background-color--accent-3 .testimonial-slide__content .testimonial-slide__opening-quote {
  color: #fff;
}
.background-color--accent-3 .testimonial-slide__content .testimonial-slide__text > p {
  font-weight: 300;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
.slots-slider__body {
  position: relative;
}
.slots-slider__items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slot-slide__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .slot-slide__body {
    margin-left: 60px;
  }
}
.slot-slide__header {
  display: flex;
  border-bottom: 2px solid #ccc;
}
.slot-slide__button {
  border: none;
  background: #fff;
  padding: 5px;
  margin: 0;
  width: 70px;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
.icon-cards {
  display: flex;
  flex-wrap: wrap;
}

.icon-card {
  flex: 0 0 100%;
}
@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: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .icon-card__content {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .icon-card__content {
    padding: 0 25px;
  }
}
.icon-card__header {
  margin-bottom: 25px;
}
.icon-card__icon {
  display: inline-flex;
  height: 80px;
  width: 80px;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border-radius: 50%;
  background: #FF7A00;
  color: #fff;
}
.icon-card__body {
  flex: 1;
}
.icon-card__title {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}
.icon-card__text, .icon-card__text p {
  font-weight: 300;
}
.icon-card__text p:last-of-type {
  margin-bottom: 0;
}
.icon-card__footer {
  margin-top: 30px;
}

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

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

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

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

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

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

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

.icon-card--accent-3 .icon-card__icon {
  background-color: #008E9B;
}

/*border radius*/
/*border radius*/
/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
/*border radius*/
.box-cards {
  display: flex;
  flex-wrap: wrap;
}

.box-card {
  display: block;
  height: 100%;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #dee2e6;
  background-color: #fff;
  transition: all 0.3s;
}
.box-card:hover {
  color: #333;
  background: #fff;
  border-color: #FF7A00;
}
.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: #243855;
  color: #fff;
  border-color: #243855;
}
.box-card--primary p {
  color: #fff !important;
}
.box-card--primary:hover {
  border-color: #FF7A00;
  color: #333;
  background: #fff;
}
.box-card--primary:hover p {
  color: #333 !important;
}

.box-card--accent {
  background-color: #FFC845;
  color: #fff;
  border-color: #FFC845;
}
.box-card--accent p {
  color: #fff !important;
}
.box-card--accent:hover {
  border-color: #FF7A00;
  color: #333;
  background: #fff;
}
.box-card--accent:hover p {
  color: #333 !important;
}

.box-card--accent-2 {
  background-color: #C4C4C4;
  color: #fff;
  border-color: #C4C4C4;
}
.box-card--accent-2 p {
  color: #fff !important;
}
.box-card--accent-2:hover {
  border-color: #FF7A00;
  color: #333;
  background: #fff;
}
.box-card--accent-2:hover p {
  color: #333 !important;
}

.box-card--accent-3 {
  background-color: #008E9B;
  color: #fff;
  border-color: #008E9B;
}
.box-card--accent-3 p {
  color: #fff !important;
}
.box-card--accent-3:hover {
  border-color: #FF7A00;
  color: #333;
  background: #fff;
}
.box-card--accent-3:hover p {
  color: #333 !important;
}

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

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

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

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

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.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: 3px;
  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: #FF7A00;
  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);
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
/*border radius*/
/*border radius*/
.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.stat {
  display: inline-block;
  flex: 0 0 100%;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 576px) {
  .stat {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .stat {
    flex: 0 0 33%;
  }
}
@media (min-width: 992px) {
  .stat {
    flex: 0 0 25%;
  }
}
@media (min-width: 1200px) {
  .stat {
    flex: 0 0 20%;
  }
}
.stat-chart, .stat__number {
  position: relative;
  width: 140px;
  height: 140px;
  display: inline-block;
}
.stat-chart__svg {
  transform: scaleX(-1);
}
.stat-chart__circle {
  fill: none;
  stroke: none;
}
.stat-chart__path-elapsed {
  stroke-width: 8px;
  stroke: rgba(0, 0, 0, 0.15);
}
.stat-chart__path-remaining {
  stroke-width: 8px;
  stroke-linecap: square;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: #C4C4C4;
}
.stat-chart__label, .stat__value {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 300;
}
.stat__value {
  position: static;
}
.stat__info {
  margin-top: 15px;
}
.stat__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.stat__description p {
  font-size: 16px;
  font-weight: 300;
}
.stat.stat--white .stat-chart__path-remaining {
  stroke: #fff;
}
.stat.stat--light .stat-chart__path-remaining {
  stroke: #f5f5f5;
}
.stat.stat--primary .stat-chart__path-remaining {
  stroke: #243855;
}
.stat.stat--accent-2 .stat-chart__path-remaining {
  stroke: #C4C4C4;
}
.stat.stat--dark .stat-chart__path-remaining {
  stroke: #FF7A00;
}
.stat.stat--secondary .stat-chart__path-remaining {
  stroke: #FF7A00;
}
.stat.stat--accent .stat-chart__path-remaining {
  stroke: #FFC845;
}
.stat.stat--accent-3 .stat-chart__path-remaining {
  stroke: #008E9B;
}

[data-txt-colour=text--white] .stat-chart__path-elapsed {
  stroke: rgba(255, 255, 255, 0.2);
}

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

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

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

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

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

.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 {
  top: 0;
  line-height: 60px;
}

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

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

.fc-back-flip {
  z-index: 100;
  transform: rotateX(0deg) translateZ(0);
  transform-origin: center 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 {
  transform: rotateX(-180deg) translateZ(0);
  transition: all 0.8s;
}

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

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

.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: #FF7A00;
}

.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: #FF7A00;
}

.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: #FFC845;
}

.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: #fff;
  background: #008E9B;
}

.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: #FF7A00;
  background: #fff;
}

.countdown--light .fc-front,
.countdown--light .fc-back,
.countdown--light .fc-back-flip,
.countdown--light .fc-front-flip,
.countdown--light .fc-element.flipping .fc-front-flip {
  color: #FF7A00;
  background: #f5f5f5;
}

.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: #FF7A00;
  background: #243855;
}

.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: #FF7A00;
  background: #C4C4C4;
}

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

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

.base-timer {
  position: relative;
  width: 100px;
  height: 100px;
}
.base-timer__component-type {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.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 {
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  stroke-width: 3px;
  stroke-linecap: round;
  fill-rule: nonzero;
  stroke: #C4C4C4;
}
.base-timer__label {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 30px;
}

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

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

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

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

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

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

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

.countdown--accent-3 .base-timer__path-remaining {
  stroke: #008E9B;
}

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

/*border radius*/
/*border radius*/
.plain-countdown-timer {
  display: flex;
  justify-content: center;
  align-items: 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--white .plain-timer__label {
  color: #fff;
}

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

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

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

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

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

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

.countdown--accent-3 .plain-timer__label {
  color: #008E9B;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

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

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

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

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

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

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

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

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

/*border radius*/
.chart-container--height {
  height: var(--mobile-chart-height) !important;
  margin: auto;
}
@media (min-width: 992px) {
  .chart-container--height {
    height: var(--chart-height) !important;
    margin: 0px;
  }
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

[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%;*/
  /*max-width: 300px;*/
}
[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%;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

[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;
}
@media (min-width: 992px) {
  [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] {
    flex-direction: column;
    padding: 0;
  }
}

@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;
}
[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] img {
    margin: 0 6.5% 0 0;
  }
  [data-grid-col-1-content=image-left-section-50-50] img:not(:first-of-type) {
    margin: 0 6.5% 0 0;
  }
  [data-grid-col-1-content=image-left-section-50-50] img:not(:last-of-type) {
    margin: 0 6.5% 10px 0;
  }
}

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

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

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

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

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

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

[data-bg-colour=background--dark] {
  background-color: #FF7A00 !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: #FF7A00 !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;
}

[data-bg-colour=background--accent] {
  background-color: #FFC845 !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--accent-3] {
  background-color: #008E9B !important;
}
[data-bg-colour=background--accent-3] .tns-nav > button {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
[data-bg-colour=background--accent-3] .tns-slider__button {
  color: rgba(255, 255, 255, 0.3) !important;
}
[data-bg-colour=background--accent-3] .tns-slider__button:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
[data-bg-colour=background--accent-3] .tns-nav > button.tns-nav-active {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/*border radius*/
/*border radius*/
[data-padding=small] {
  padding: 24px !important;
}

[data-padding=medium] {
  padding: 32px !important;
}

[data-padding=default] {
  padding: 40px !important;
}

@media (min-width: 1200px) {
  [data-padding=small] {
    padding: 60px !important;
  }
  [data-padding=medium] {
    padding: 80px !important;
  }
  [data-padding=default] {
    padding: 100px !important;
  }
}
/*border radius*/
/*border radius*/
.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: #f5f5f5 !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: #f5f5f5 !important;
}
.grid__section > div[data-txt-colour=text--light-1] {
  color: #eeeeee !important;
}
.grid__section > div[data-txt-colour=text--light-1] h1, .grid__section > div[data-txt-colour=text--light-1] h2, .grid__section > div[data-txt-colour=text--light-1] h3, .grid__section > div[data-txt-colour=text--light-1] h4, .grid__section > div[data-txt-colour=text--light-1] h5, .grid__section > div[data-txt-colour=text--light-1] h6, .grid__section > div[data-txt-colour=text--light-1] p, .grid__section > div[data-txt-colour=text--light-1] .body__subheading {
  color: #eeeeee !important;
}
.grid__section > div[data-txt-colour=text--light-2] {
  color: #fafafa !important;
}
.grid__section > div[data-txt-colour=text--light-2] h1, .grid__section > div[data-txt-colour=text--light-2] h2, .grid__section > div[data-txt-colour=text--light-2] h3, .grid__section > div[data-txt-colour=text--light-2] h4, .grid__section > div[data-txt-colour=text--light-2] h5, .grid__section > div[data-txt-colour=text--light-2] h6, .grid__section > div[data-txt-colour=text--light-2] p, .grid__section > div[data-txt-colour=text--light-2] .body__subheading {
  color: #fafafa !important;
}
.grid__section > div[data-txt-colour=text--dark] {
  color: #FF7A00 !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: #FF7A00 !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;
}

/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

[data-grid-col-1-content=cta-left],
[data-grid-col-2-content=cta-right],
[data-grid-col-1-content=hubspot-cta-left],
[data-grid-col-2-content=hubspot-cta-right] {
  height: 100%;
  width: 100%;
}
[data-grid-col-1-content=cta-left] .ctas__container,
[data-grid-col-2-content=cta-right] .ctas__container,
[data-grid-col-1-content=hubspot-cta-left] .ctas__container,
[data-grid-col-2-content=hubspot-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,
  [data-grid-col-1-content=hubspot-cta-left] .ctas__container,
  [data-grid-col-2-content=hubspot-cta-right] .ctas__container {
    margin-top: 0;
  }
}

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

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

[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] img {
    margin: 0 6.5% 0 0;
  }
  [data-grid-col-1-content=image-grid-left-50-50] img:not(:first-of-type) {
    margin: 0 6.5% 0 0;
  }
  [data-grid-col-1-content=image-grid-left-50-50] img:not(:last-of-type) {
    margin: 0 6.5% 10px 0;
  }
}

@media (min-width: 992px) {
  [data-grid-col-2-content=image-grid-right-50-50] img {
    margin: 0 0 0 6.5%;
  }
  [data-grid-col-2-content=image-grid-right-50-50] img:not(:first-of-type) {
    margin: 0 0 0 6.5%;
  }
  [data-grid-col-2-content=image-grid-right-50-50] img: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=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%;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

[data-section-row=image-left-40-60],
[data-section-row=image-right-40-60] {
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 992px) {
  [data-section-row=image-left-40-60] > .grid__column,
  [data-section-row=image-right-40-60] > .grid__column {
    padding: 0;
  }
}

@media (min-width: 992px) {
  [data-grid-col-1-content=image-left-40-60],
  [data-grid-col-2-content=image-left-40-60],
  [data-grid-col-1-content=image-right-40-60],
  [data-grid-col-2-content=image-right-40-60] {
    height: 760px;
    min-height: 650px;
  }
}
[data-grid-col-1-content=image-left-40-60] > img,
[data-grid-col-2-content=image-left-40-60] > img,
[data-grid-col-1-content=image-right-40-60] > img,
[data-grid-col-2-content=image-right-40-60] > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

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

[data-grid-col-1-content=video-left-50-50],
[data-grid-col-2-content=video-right-50-50] {
  display: flex;
}

@media (max-width: 991.98px) {
  [data-grid-col-1-content=video-left-50-50] > div,
  [data-grid-col-2-content=video-right-50-50] > div {
    width: 100%;
  }
}

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

[data-grid-col-1-content=video-right-50-50] > div {
  padding-left: 6.5%;
}

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