html, body {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

* {
  font-family: "Red Hat Display", sans-serif;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Serif 4", serif;
  font-weight: 600;
}
h1 {
  font-weight: 900;
}

.feather {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.notice {
  min-height: 20px;
  background-color: rgba(255,255,255,1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .0);
  position: absolute;
  left: 15vw;
  top: 65px;
  right: 15vw;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-left: 10px solid #1F3066;
  border-left: 10px solid var(--brand-color);
}

.notice p {
  font-size: 15px;
}
.notice * {
  margin: 0 !important;
}

.cookie {
  min-height: 28px;
  background-color: rgba(255,255,255,0.99);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .0);
  position: fixed;
  left: 16vw;
  bottom: 0px;
  right: 16vw;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  border-left: 10px solid #1F3066;
  border-left: 10px solid var(--brand-color);
}
.cookie--hidden,
.twopot--hidden {
  display: none;
}

.cookie p {
  font-size: 13px;
}
.cookie * {
  margin: 0 !important;
}

button.call-to-action,
.call-to-action {
  height: 50px;
  width: 180px;
  margin: 10px 20px;
  border-radius: 1px;
  font-size: 18px;
  color: #fff;
  border: 0;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .0);
  /* transition: background-color .25s ease; */
  border: 2px solid #fff;
  background-color: #011c3a;
  background-color: var(--brand-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  clip-path: polygon(
    0 0,                        /* top-left corner */
    calc(100% - 10px) 0,         /* top-right before cut */
    100% 10px,                   /* top-right cut */
    100% calc(100% - 10px),      /* bottom-right cut */
    calc(100% - 10px) 100%,      /* bottom-right before left */
    0 100%,                      /* bottom-left corner */
    0 80%,                       /* start notch on left edge */
    7px 50%,                    /* notch tip */
    0 20%,                       /* end notch */
    0 0                         /* close path at top-left */
  );
}

button.call-to-action--light-bg,
.call-to-action--light-bg {
  color: #fff;
  /* border: 2px solid var(--brand-color);
  color: var(--brand-color); */
}

button.call-to-action--small,
.call-to-action--small  {
  width: 120px;
  height: 30px;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
}

button.call-to-action:hover,
.call-to-action:hover {
  background-color: #1F3066;
  border: 1px solid #1F3066;
  background-color: var(--brand-color);
  border: 1px solid var(--brand-color);
  color: #fff;
}
button.call-to-action--filled,
.call-to-action--filled {
  background-color: #1F3066;
  border: 1px solid #1F3066;
  background-color: var(--brand-color);
  border: 1px solid var(--brand-color);
  color: #fff;
  margin: 30px 0;
}

.call-to-action__slogan {
  margin: 20px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.call-to-action--solid {
  height: 60px;
  width: 220px;
  margin: 10px 20px;
  border-radius: 1px;
  font-size: 24px;
  font-weight: bold;
}

.call-to-action--solid:hover {
  background-color: #fff;
  color: #1F3066;
  color: var(--brand-color);
}

.notice .call-to-action--small {
  min-width: 120px;
}


.nav {
  min-height: 60px;
  background-color: #011c3a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
  z-index: 9999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; /* logo is absolute left; actions are absolute right */
}

.nav__logo {
  height: 40px;
  position:absolute;
  left: 20px;
  top: 10px;
}

.menu {
  margin: 0 20px;
  display: flex;
  flex-direction: row;
}

.menu__group {
  cursor: pointer;
  text-decoration: none;
  color: #1F3066 !important;
  letter-spacing: -0.2px;
}

.menu__item {
  margin: 0 5px;
  letter-spacing: -0.2px;
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  position: relative;
  z-index: 999;
}

.menu__item--login {
  background-color: rgb(15, 16, 22);
  padding: 5px 20px;
  color: #fff !important;
  border-radius: 2px;
}

.menu__item--register {
  border: 1px solid #1F3066;
  padding: 5px 20px;
  border-radius: 2px;
}

.menu__item--register:hover {
  background-color: #1F3066;
  color: #fff !important;
}

.submenu {
  position: absolute;
  top: 100%;
  /* left: -50%; */
  width: 180px;
  padding: 10px 0;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, .25);
  background: #011c3a;
  display: none;
  flex-direction: column;
}
.menu__item:hover .submenu,
.submenu:hover {
  display: flex;
}

a.submenu__item {
  padding: 5px 10px; 
  font-size: 14px;
  text-decoration: none;
  color: #fff !important;
}

a.submenu__item:hover {
  background-color: #1F3066;
  color: #fff !important;
}
.header {
  margin-top: 60px;
  height: 500px;
  background-color: #1F3066;
  background-color: var(--brand-color);
  background-image: url('header.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}
.header-overlay {
  top: 0px;
  bottom: 0;
  left: 0;
  right: 50vw;
  position: absolute;
  z-index: 1;
  background-color: transparent; /* #1F3066; */
  /* background-color: var(--brand-color); */
  opacity: 0.85;
  clip-path: polygon(
    0 0, calc(100% - 50px) 0, 100% 50px, 
    100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 30px 60px;
}

.header--home {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 10vw;
  overflow: hidden;
}
.header--coming-soon {
  height: 100vh;
  min-height: 100vh;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('construction.jpg');
  background-position: center left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 80px 10vw;
}

.header__brand {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}

.header__tagline,
.header__instruction {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
.header__body {
  margin-top: 20px;
  font-size: 20px;
  max-width: 400px;
  font-weight: 300;
}
.header__instruction--fast {
  margin-top: 150px;
}

#home-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -100;
}
.loading {
  background-image: url("/poster.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.overview {
  background-color: #fff;
  position: relative;
  top: 0px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 30px 5vw;
  background-color: #011c3a;
  background-color: var(--brand-color);
  color: #fff;
}

.arrow {
  position: absolute;
  top: 120px;
  right: 5vw;
  display: none;
}

.embedded-arrow {
  position: absolute;
  top: 50px;
  right: 5vw;
  height: 100px;
  width: 100px;
  display: none;
}

.actions {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
  flex-wrap: wrap;
}

.actions--list {
  flex-direction: column;
}

.action {
  min-height: 40px;
  color: #fff;
  margin: 10px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  background-color: #1F3066;
  background-color: var(--brand-color);
  
  clip-path: polygon(
    0 0,                        /* top-left corner */
    calc(100% - 10px) 0,         /* top-right before cut */
    100% 10px,                   /* top-right cut */
    100% calc(100% - 10px),      /* bottom-right cut */
    calc(100% - 10px) 100%,      /* bottom-right before left */
    0 100%,                      /* bottom-left corner */
    0 80%,                       /* start notch on left edge */
    7px 50%,                    /* notch tip */
    0 20%,                       /* end notch */
    0 0                         /* close path at top-left */
  );
}


.action:hover {
  transform: translateY(-10px);
}

.actions--list .action {
  width: 50%;
  min-width: 280px;
}

.overview .action {
  color: #011c3a;
  color: var(--brand-color);
  background-color: #fff;
  clip-path: polygon(
    0 0,                        /* top-left corner */
    calc(100% - 10px) 0,         /* top-right before cut */
    100% 10px,                   /* top-right cut */
    100% calc(100% - 10px),      /* bottom-right cut */
    calc(100% - 10px) 100%,      /* bottom-right before left */
    0 100%,                      /* bottom-left corner */
    0 80%,                       /* start notch on left edge */
    7px 50%,                    /* notch tip */
    0 20%,                       /* end notch */
    0 0                         /* close path at top-left */
  );
}

.newmark {
  height: 40px;
  width: 25px;
  background-color: #fff;
  clip-path: polygon(
    /* top-left corner */
    0 0,
    /* top-right before cut */
    calc(100% - 10px) 0,
    /* top-right cut */
    100% 20px,
    100% calc(100% - 20px),
    calc(100% - 10px) 100%,
    /* bottom-left corner before notch */
    0 100%,
    /* notch start */
    0 80%,
    8px 50%, 
    0 20%, 
    /* notch end back to left edge */
    0 0
  );
  display: none;
}

.section {
  overflow-x: hidden;
  padding: 60px 10vw;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.section--grey {
  background: linear-gradient(180deg,#fbfbfb 0,#fff);
}

.section__heading {
  margin: 24px;
  font-size: 36px;
  margin: 10px 0px;
  /*max-width: 900px;*/
  /* border-left: 6px solid #1F3066;
  border-left: 6px solid var(--brand-color); */
  padding: 0 14px;
}

.section__description {
  margin: 10px 20px 30px 20px;
  /*max-width: 900px;*/
  font-size: 18px;
  line-height: 1.7;
}

.section__details {
  font-size: 18px;
  line-height: 1.7;
}

.section--full {
  margin-top: 0px;
  padding: 40px 50vw 40px 10vw;
  min-height: 20vh;
  max-width: 100vw;
  /* background-color: #011c3a;
  background-color: var(--brand-color); */
  background-image: url('/blend.jpg');
  background-size: cover;
}

.section--calculator {
  margin-top: 0px;
  /*background-image: linear-gradient(to top, rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('blend.jpg');*/
  background-position: center;
  background-size: cover;
  min-height: 60vh;
  max-width: 100vw;
  padding: 20px 10vw;
  overflow-x: visible;
}

.section--side-by-side {
  padding: 30px 10vw;
}

.section--branded {
  background-color: #1F3066;
  background-color: var(--brand-color);
  background-image: linear-gradient(to top, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  min-height: 100px;
  flex-direction: row;
  padding: 20px 20px;
  align-items: center;
}


.section--detail {
  padding: 0px 10vw;
  min-height: 0;
}

.section--faqs{
  padding: 60px 10vw;
  min-height: 0;
}

.section--highlight {
  background-attachment: fixed;
  background-color: #fff;
}

.section--highlight-wide {
  background-attachment: fixed;
  padding: 40px 10vw 40px 10vw;
}

.blok.section--highlight {
  margin-left: -10vw;
  margin-right: -10vw;
  width: 150vw;
}

.section--lead {
  background: #36454f;
}

.section--lead2 {
  background-image: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('lead.jpg');
  background-position: center right;
}

.section--two-pot {
  background-image: url('two-pot-bg.jpg');
  background-size: cover;
  min-height: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-attachment: fixed;
}

.section--row {
  flex-direction: row;
  padding: 40px 10vw 40px 10vw;
  align-items: center;
}

.section--thin {
  padding: 0px 10vw;
  justify-content: flex-start;
}

.section--no-min {
  min-height: 0;;
}

.breadcrumb {
  color: #fff !important;
  font-size: 14px;
  margin-bottom: 10px;
  display: none;
}

.breadcrumb a {
  text-transform: uppercase;
  color: #fff;
  text-decoration-line: none;
  font-size: inherit;
}

.breadcrumb a:hover {
  text-decoration-line: underline;
}

.feature__title {
  margin: 20px;
  font-size: 40px;
  font-weight: 500;
  color: #000;
}

.feature__description {
  margin: 10px 20px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: #000;
}


.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.grid--centered {
  justify-content: space-evenly;
}
.grid--popupaction {
  justify-content: center;
  flex-wrap: wrap;
}
.grid--popupaction-tight {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.country {
  display: flex;
  flex-direction: column;
  width: 150px;
  min-height: 50px;
  margin-right: 30px;
  margin-bottom: 20px;
  align-items: center;
}
.country__flag {
  height: 150px !important;
  width: 150px !important;
}

.service {
  width: calc( (92vw / 4) - 40px);
  min-width: 260px;
  min-height: 80px;
  padding: 5px 20px;
  margin: 20px;
  border-radius: 2px;
  /* box-shadow: 0 8px 16px 0 rgba(34,50,84,.06), inset 0 0 0 1px rgba(112,123,140,.15); */
  display: flex;
  flex-direction: column;
  opacity: 1;
  background-color: #fff;
  /* border-top: 5px solid #1F3066;
  border-top: 5px solid var(--brand-color); */
  position: relative;
  z-index: 9;
  transition: all .25s ease;
  top: 0;
}

.grid--popupaction-tight .service,
.grid--popupaction-tight .service:not(.active) * {
  width: 150px;
  min-width: 50px;
  margin: 0;
}

.service--popupaction {
  box-shadow: none;
  background-color: transparent;
  border-top: none;
  cursor: pointer;
}

.service.active {
  position: fixed;
  min-width: 50vw;
  min-height: 40vh;
  top: 30vh;
  left: 25vw;
  margin: 0;
  z-index: 99999;
  transition: 0s all ease;
}

.service--popupaction.active {
  position: fixed;
  min-width: 50vw;
  min-height: 40vh;
  top: 10vh;
  left: 25vw;
  margin: 0;
  z-index: 99999;
  transition: 0s all ease;
  box-shadow: 0 8px 16px 0 rgba(34,50,84,.06), inset 0 0 0 1px rgba(112,123,140,.15);
  border-top: 5px solid #1F3066;
  border-top: 5px solid var(--brand-color);
  background-color: #fff;
}

.no-animate {
  transition: 0s all ease;
}

.service__hero {
  width: calc(100% + 40px);
  min-width: 100%;
  min-height: 0;
  max-height: 0;
  margin: -5px -20px;
  margin-bottom: 5px;
  background-color: #1F3066;
  background-color: var(--brand-color);
  background-image: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('feature.jpg');
  background-position: center;
  background-size: cover;
}

.service__heading {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px;
  color: #1F3066;
  color: var(--brand-color);
}

.service--popupaction .service__heading {
  color: #fff;
  font-size: 16px;
}

.service--popupaction.active .service__heading {
  color: #1F3066;
  color: var(--brand-color);
  font-size: 16px;
}

.service--popupaction.active .service__image {
  display: none;
}

.service__heading label {
  font-size: 18px;
  font-weight: 600;
}

.service__heading svg.icon {
  border-radius: 1px;
  border: 0px solid #000;
  padding: 5px;
  height: 30px;
  width: 30px;
  background-color: var(--brand-color);
  stroke: #fff;
  margin-left: 5px;
}

.service__heading svg.close {
  border-radius: 1px;
  border: 0px solid #000;
  padding: 0px;
  height: 40px;
  width: 40px;
  stroke: #1F3066;
  stroke: var(--brand-color);
  margin-left: 5px;
  display: none;
  pointer-events: none;
}

.service.active a.closer {
  display: none;
}


.service__short-description {
  font-size: 14px;
  flex-grow: 9;
}

.service__description {
  display: none;
  font-size: 14px;
  flex-grow: 9;
}

.service.active .service__short-description {
  display: none;
}

.service.active .service__description {
  display: block;
}

.service__detail {
  font-size: 14px;
  display: none;
  flex-grow: 9999;
}

.service__read-more {
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1F3066;
  color: var(--brand-color);
  cursor: pointer;
}

.service .call-to-action {
  display: none;
}

.service.active .service__read-more {
  display: none;
}

.service.active .service__detail {
  display: flex;
}

.service.service__detail.service__detail--popupaction {
  display: none;
}

.service.active .service__detail.service__detail--popupaction {
  flex-direction: column;
  display: flex;
}

.service.active .call-to-action {
  margin-top: 20px;
  display: flex;
}

.service.active svg.icon {
  display: none;
}

.service.active a.closer {
  display: flex;
}

.service.active svg.close {
  display: flex;
}

.service__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
  display: none;
  pointer-events: none;
}
.service.active ~ .service__overlay {
  display: flex;
  z-index: 999;
  pointer-events: inherit;
}

.product {
  width: calc( (92vw / 4) - 40px);
  min-width: 260px;
  min-height: 80px;
  padding: 5px 20px;
  margin: 20px;
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(34,50,84,.06), inset 0 0 0 1px rgba(112,123,140,.15);
  display: flex;
  flex-direction: column;
  opacity: 1;
  background-color: #fff;
  border-top: 5px solid #1F3066;
  border-top: 5px solid var(--brand-color);
  position: relative;
  z-index: 9;
  transition: all .25s ease;
  top: 0;
}

.product__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  color: #1F3066;
  color: var(--brand-color);
}

.product__heading label {
  font-size: 18px;
  font-weight: 600;
}

.product__heading svg {
  border-radius: 1px;
  border: 0px solid #000;
  padding: 5px;
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #1F3066;
  background-color: var(--brand-color);
  stroke: #fff;
}

.product__description {
  font-size: 14px;
  flex-grow: 999;
  color: #000;
}

.footer-container {
  background-image: url('/footer.png');
  background-size: cover;
}

.footer {
  padding: 80px 5vw 20px 5vw;
  min-height: 0vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer__column {
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
  align-content: center;
}

.footer__row {
  display: flex;
  flex-direction: row;
}
.footer__row svg {
  color: #07D6F6;
  stroke-width: 1;
  margin-right: 20px;
}
.footer__title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.footer__link {
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer__link:hover {
  color: #fff;
  text-decoration: underline;
}

.legal {
  padding: 30px 10vw 20px 10vw;
  min-height: 0vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
.legal span {
  margin: 5px;
}

.legal__link {
  color: #07D6F6 !important;
  cursor: pointer;
  text-decoration: underline;
}

.business-unit__heading {
  font-size: 56px;
  margin: 10px 0px;
  /*max-width: 900px;*/
  /* border-left: 10px solid #1F3066;
  border-left: 10px solid var(--brand-color); */
  padding: 0 10px;
}

.business-unit__heading--small {
  font-size: 36px;
}

.business-unit__introduction {
  font-size: 18px;
  line-height: 1.7;
  /*max-width: 900px;*/
  margin: 20px 20px; 
}

.form {
  background-color: #fff;
  min-height: 500px;
  width: 600px;
  margin: 60px 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
  border-top: 4px solid #1F3066;
  border-top: 4px solid var(--brand-color);
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
}
.form__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.form__row--compressed {
  justify-content: flex-start;
}

.form__column {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.form__heading {
  margin: 10px 20px;
  font-size: 34px;
}

.form__topic {
  margin: 0px 20px;
  font-size: 24px;
  margin-bottom: 30px;
}

.form__subject {
  color: #1F3066;
  color: var(--brand-color);
}

.form input {
  margin: 0px 20px 40px 20px;
  height: 36px;
  width: 240px;
  border: 0;
  border-bottom: 2px solid #1F3066;
  border-bottom: 2px solid var(--brand-color);
  outline: none;
  font-size: 16px;
  padding-left: 3px;
}

.radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.radio input.radio-item {
  margin:0;
  width: 30px;
}

select {
  margin: 20px;
  margin-bottom: 0;
  height: 20px;
}

.form textarea {
  margin: 5px 20px 10px 20px;
  padding: 5px;
  border: 2px solid #1F3066;
  border: 2px solid var(--brand-color);
  font-size: 16px;
  outline: none;
}

.form label {
  margin: 0 20px 0px 20px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
  font-style: italic;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
  font-style: italic;
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
  font-style: italic;
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
  font-style: italic;
  font-size: 14px;
}

.quick {
  position: fixed;
  bottom: 0px;
  right: 0vw;
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  z-index: 999;
  box-shadow: 0 8px 16px 0 rgba(34,50,84,.06), inset 0 0 0 1px rgba(112,123,140,.15);
}

.quick--docked {
  position: fixed;
  bottom: 0;
  right: 0vw;
  z-index: 999;
  box-shadow: 0 8px 16px 0 rgba(34,50,84,.26), inset 0 0 0 1px rgba(112,123,140,.35);
}

.quick-action {
  background-color:rgba(255,255,255,1);
  min-height: 30px;
  max-height: 30px;
  width: 140px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  /* transition: transform .25s ease, opacity .25s ease; */
  cursor: pointer;
  border-left: 5px solid #1F3066;
  border-left: 5px solid var(--brand-color);
  padding: 5px 20px 5px 5px;
  text-decoration: none;
  color: #1F3066 !important;
  position: relative;
}

.quick-action:hover {
  /* transform: translateX(10px); */
  opacity: 1;
}

.quick-action__need {
  font-size: 14px;
}

.quick-action svg {
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 10;
  height: 20px;
}

.navicons {
  margin: 30px 0;
}

.navicon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  margin: 10px 20px;
  margin-left: 0;
  padding: 20px 30px;
  text-decoration: none;
}

.navicon:hover {
  background: rgba(255,255,255,0.1);
}

.navicon span {
  font-size: 16px;
  margin-top: 30px;
  max-width: 90px;
  text-align: center; 
}

.navicon svg {
  height: 50px;
  width: 50px;
  stroke-width:1;
}

.navicon--large {
  margin-top: -20px;
}

.navicon--large svg {
  height: 60px;
  width: 60px;
}

.image-centered {
  width: calc(50% - 40px);
  padding: 20px;
  object-fit: contain;
}

.side-by-side {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}


.side-by-side__column {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  padding: 0 20px;
  font-size: 17px;
  line-height: 1.7;
  box-sizing: border-box;
}

.side-by-side__column--25 {
  flex-basis: 25%;
}
.side-by-side__column--75 {
  flex-basis: 75%;
}

.mobile-menu {
  display: none; /* enabled later for all viewports */
  position: absolute;
  right: 20px;
  top: 18px;
  align-items: center;
}

.mobile-menu__hamburger {
  margin: 0 20px;
  stroke: #fff;
}

.mobile-menu__close {
  margin: 0 20px;
  display: none;
  stroke: #fff;
}

.active .mobile-menu__hamburger {
  display: none;
}

.active .mobile-menu__close {
  display: block;
}

.status-panel {
  margin: 100px auto 0px auto;
  min-width: 280px;
  width: 40vw;
  min-height: calc(70vh - 100px);
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

svg.status-panel__icon {
  color: #1F3066;
  width: 60px;
  height: 60px;
}

.status-panel__title {
  text-align: center;
  color: #1F3066;
  text-align: center;
}

.status-panel__body {
  color: #1F3066;
  text-align: center;
}

.header--coming-soon .header__instruction {
  text-align: left;
  font-weight: 400;
  animation-delay: 0s;
}

.html-content {
  padding: 5px 5vw;
  font-size: 18px;
  background-color: #fff;
  color: #000;
  left: 0;
  right: 0;
}

.overview__item .html-content   {
  width: 100vw;
  margin-left: -5vw;
}

.custom-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.html-content * {
  /* max-width: 80vw; */
}

.html-content img {
  /*min-width: 80vw;*/
  max-width: 80vw;
}

.html-content p {
  text-align: justify;
  line-height: normal;
  font-size: 18px;
  margin: 25px;
  line-height: 1.7;
}

.html-content li p {
  margin: 5px 0;
}

.html-content > p {
  margin: 10px 0;
  margin-bottom: 30px;
  padding: 0px 10px;
  width: 100%;
}

.html-content > p:has(b:only-child) {
  margin-bottom: 0px;
}


.html-content--dense > p {
  margin: 10px 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.html-content h2 {
  font-size: 36px;
  margin: 40px 0px 10px 0px;
  margin-left: -10px;
  /*max-width: 900px;*/
  /* border-left: 6px solid #1F3066;
  border-left: 6px solid var(--brand-color); */
  padding: 0 14px;
  width: 100%;
}
.update-message {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  min-height: 30px;
  background-color: #1F3066;
  background-color: var(--brand-color);
  color: #fff;
  z-index: 999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.blog {
  min-width: 120px;
  min-height: 80px;
  padding: 5px;
  margin: 20px 10px;
  flex-basis: 28%;
  border-radius: 2px;
  /* box-shadow: 0 8px 16px 0 rgba(34,50,84,.06), inset 0 0 0 1px rgba(112,123,140,.15); */
  display: flex;
  flex-direction: column;
  opacity: 0.2;
  background-color: #fff;
  /* border-top: 5px solid #1F3066; */
  /* border-top: 5px solid var(--brand-color); */
  position: relative;
  z-index: 9;
  /* transition: box-shadow .25s ease, transform .25s ease; */
  top: 0;
  cursor: pointer;
  text-decoration: none;
  opacity: 1 !important;
}

.blog__hero {
  min-width: 100%;
  min-height: 180px;
  max-height: 180px;
  overflow: hidden;
  /* margin: -5px -20px; */
  margin-bottom: 5px;
  background-image: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('feature.jpg');
  background-position: center;
  background-size:  calc(130% + 40px) auto;
  transition: background-size ease .6s;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}

.grid--homepage .blog__hero {
  background-size: cover;
  background-position: center;
  justify-content: space-evenly;
}

.blog:hover {
  /* box-shadow: 0 8px 26px 0 rgba(34,50,84,.25), inset 0 0 0 1px rgba(112,123,140,.40);
  transform: translateY(-4px) !important; */
}

.blog:hover .blog__hero {
  background-size: calc(100% + 40px) auto;
}

.grid--homepage .blog:hover .blog__hero {
  background-size: cover;
}

.blog__heading {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px;
  color: #1F3066;
  color: var(--brand-color);
  cursor: pointer;
}

.blog__heading label {
  font-size: 16px;
  font-weight: 400; 
  font-family: "Source Serif 4", serif;
  text-decoration-line: none; 
  cursor: pointer;
}

.blog__date {
  padding-left: 20px;
  padding-top: 10px;
  font-style: italic;
}

.blog__published {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  background-color: #1F3066;
  color: #fff;
  font-size: 10px;
  padding: 0px 10px;
  text-align: right;
}

.blog__description {
  font-size: 13px;
  flex-grow: 9;
  color: #1F3066;
  cursor: pointer;
}

.blog__read-more {
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  margin-bottom: 20px;
  max-width: 100px;
  background-color: #1F3066;
  background-color: var(--brand-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  clip-path: polygon(
    0 0,                        /* top-left corner */
    calc(100% - 5px) 0,         /* top-right before cut */
    100% 5px,                   /* top-right cut */
    100% calc(100% - 5px),      /* bottom-right cut */
    calc(100% - 5px) 100%,      /* bottom-right before left */
    0 100%,                      /* bottom-left corner */
    0 80%,                       /* start notch on left edge */
    7px 50%,                    /* notch tip */
    0 20%,                       /* end notch */
    0 0                         /* close path at top-left */
  );
}
.forms-search {
  margin: 20px;
  color: #1F3066;
  color: var(--brand-color); 
  font-size: 18px;
  display: flex;
  flex-direction: row;
  max-width: 300px;
  font-weight: 400;
  align-items: flex-end;
  position: relative;
}
.forms-search input {
  border: none;
  border-bottom: 1px solid #1F3066;
  padding: 0px 10px;
  height: 30px;
  font-size: 16px;
  padding-left: 30px;
}
.forms-search svg {
  height: 18px;
  width: 18px;
  margin-bottom: 8px;
  position: absolute;
  z-index: 10;
}
.forms-search input::placeholder {
  font-size: 18px;
}
.forms-search input:focus {
  outline: none;
}
.forms {
  width: 220px;
  width: calc( (80vw / 3) - 60px);
  min-width: 220px;
  min-height: 80px;
  padding: 20px;
  margin: 20px;
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(34,50,84,.06), inset 0 0 0 1px rgba(112,123,140,.15);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  opacity: 0.2;
  background-color: #fff;
  border-top: 5px solid #1F3066;
  border-top: 5px solid var(--brand-color);
  position: relative;
  z-index: 9;
  transition: box-shadow .25s ease, transform .25s ease;
  top: 0;
  cursor: pointer;
  text-decoration: none;
  opacity: 1 !important;
}

.forms__subheading {
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 40px;
}

.forms__heading {
  color: #1F3066;
  color: var(--brand-color);
  font-size: 13px;
  font-weight: 600;
}

.forms__description {
  font-size: 11px;
  color: #1F3066;
  margin: 5px 0;
}
.forms__action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  background-color: #eee;
  border-radius: 100%;
  padding: 10px;
}
.forms__action:hover {
  background-color: #ddd;
}
.forms__icon {
  color: #1F3066;
  color: var(--brand-color) !important;
}
.forms__download {
  font-size: 8px;
  color: #1F3066;
  color: var(--brand-color);
  cursor: pointer;
  text-align: center; 
  text-decoration: none;
  display: none
}

.forms__empty {
  padding: 20px;
}

.subheading {
  font-size: 24px;
  margin: 5px 20px;
}

.division {
  margin: 20px;
  display: flex;
  flex-direction: column;
  width: calc( (80vw / 3) - 40px);
  min-height: 80px;
  box-shadow: 0 8px 16px 0 rgba(34,50,84,.06), inset 0 0 0 1px rgba(112,123,140,.15);
  border-top: 5px solid #1F3066;
  border-top: 5px solid var(--brand-color);
  padding: 20px;
  background-color: #fff;
}

.division__name {
  font-size: 18px;
  font-weight: 600;
  color: #1F3066;
  color: var(--brand-color);
  margin: 5px 0;
}

.division__email {
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0; 
}

.division__email a {
  font-size: 14px;
  color: #1F3066;
  color: var(--brand-color);
  font-weight: 400;
}

.section--no-top {
  padding-top: 0px;
  padding-bottom: 60px;
  justify-content: flex-start;
  min-height: 200px;
}

.header--home .grecaptcha-badge {
  opacity: 0!important;
}

.faqs {
  padding: 30px 0;
}

.break {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}

.break__title {
  font-size: 22px;
  text-align: center;
  color: var(--brand-color);
  margin-bottom: 10px;
  font-weight: 600;

}
.break__description {
  font-size: 18px;
  text-align: center;
}

.accordion-50 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.accordion {
  box-shadow: 0 8px 16px 0 rgba(34,50,84,.06), inset 0 0 0 1px rgba(112,123,140,.15);
  min-height: 50px;
  max-height: 60px;
  width: 100%;
  background-color: #fff;
  margin: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: transform .2s ease;
  cursor: pointer;
  text-decoration: none;
}

.blok.accordion {
  margin: 15px 0;
}
@media (min-width: 600px) {
  .accordion-50 .blok.accordion {
    flex-basis: 45%;
    width: 45%;
    margin: 15px;
  }
}

.accordion__title {
  width: 100%;
  min-height: 60px;
  max-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  padding: 0px 20px;
}

.accordion__title  {
  color: #1F3066;
}

.accordion__body {
  max-height: 0px;
  overflow:hidden;
  font-size: 14px;
  padding: 0px 30px;
  transition: all ease 0.25s;
  min-height: 0px;
    height: 0px;
  border-top: 1px solid #eee;
}

.accordion--active, .accordion--active .accordion__body {
  max-height: 1200px;
  min-height: 100px;
  height: auto; 
}

.accordion__title.accordion--active {
  min-height: 60px;
  max-height: 60px;
  height: 60px;
}

.accordion--active .accordion__title > img {
  transform: rotate(180deg);
}

.accordion:hover {
  transform: translateY(-5px);
}

.bullet {
  padding: 6px 0;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
}

.share {
  display: flex;
  margin-left: 45px;
  margin-top: 45px;
  justify-content: flex-start;
  flex-basis: 100%;
  max-width: 0px;
  margin-bottom: -30px;
}
.share--bottom {
  margin-top: 20px;
  margin-bottom: 50px;
}

.categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px;
  margin-top: 0px;
}
.categories div {
  margin: 5px 10px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #1F3066;
  border: 1px solid var(--brand-color);
  cursor: pointer;
  text-transform: capitalize;
  font-size: 15px;
}
.categories div.active {
  background-color: #1F3066;
  background-color: var(--brand-color);
  color: #fff;
}
.categories div:hover {
  background-color: #1F3066;
  background-color: var(--brand-color);
  color: #fff;
  opacity: 0.9;
}

.filter .grid .invis {
  display: none;
}

.blog.calculator-link {
  width: 140px;
  min-width: 140px;
  height: 160px;
  min-height: 160px;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 16px 0 rgba(34,50,84,.1), inset 0 0 0 1px rgba(112,123,140,.15);
}

.calculator-link .blog__heading label {
  font-size: 20px;
}

.calculator-link_icon {
  height: 34px;
  width: 34px;
}

@media (max-width: 600px) {
  .overview {
    flex-direction: column;
  }
  .overview__item {
    flex-direction: column;
  }
  .section {
    flex-direction: column;
    padding: 40px 10px;
  }
  .section--full {
    padding: 40px 10px;
  }
  .grid {
    flex-direction: column;
    align-items: center;
  }
  .form {
    width: calc(100vw - 20px);
    margin: 60px 0;
  }
  .form__row {
    flex-direction: column;
  }
  .form input {
    width: calc(100% - 20px);
    margin: 0px 10px 30px 10px;
  }
  .form textarea {
    margin: 5px 10px 10px 10px;
  }
  .form label {
    margin: 0 10px;
  }
  .form__row--compressed {
    margin-top: 10px;
  }
  button.call-to-action, 
  .call-to-action {
    margin: 10px;
  }
  button.call-to-action--small, .call-to-action--small {
    height: 40px;
  }
  .service.active {
    position: fixed;
    min-width: calc(100vw - 60px);
    top: 100px;
    left: 30px;
    z-index: 9999999;
  }
  .menu {
    position: fixed;
    top: 60px;
    background-color: #1F3066;
    left: 100vw;
    right: 0;
    bottom: 0;
    margin: 0;
    min-height: 100vh;
    flex-direction: column;
    transition: 0.25s left ease;
    z-index: 9999;
    overflow-y:scroll;
  }
.menu.active {
  /*transform: translate3d(-100vw,0,0);*/
  left: 0;
}
  .menu__item {
    font-size: 17px;
    margin: 2px 5px;
    width: 180px;
    color: #fff !important;
  }
  .submenu {
    display: flex;
    position: relative;
    box-shadow: none;
    top: 0;
    left: 0;
    width: 240px;
    background-color: #1F3066;
    color: #fff;
    font-size: 13px;
  }
  .mobile-menu {
    display: flex;
  }
  .action {
    width: 100%;
    margin: 10px 0;
  }
  .footer {
    flex-direction: column;
  }
  .business-unit__heading {
    font-size: 40px;
  }
  .business-unit__introduction {
    margin: 20px 0;
    font-size: 17px;
  }
  a.submenu__item {
    font-size: 16px;
    color: #fff !important;
  }
  .footer__title {
    margin-top: 20px;
  }
  .side-by-side {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
  }
  .side-by-side__column {
    flex-basis: 100%;
    padding: 0 0px;
    font-size: 17px;
  }
  .side-by-side ul {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    padding-inline-start: 20px;
  }
  .image-centered {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .section__details {
    font-size: 17px;
  }
  .menu__item--login {
    width: 120px;
    border-radius: 3px;
    height: 35px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    color: #1F3066 !important;
    margin: 10px;
  }
  .header__brand {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
  }
  
  .header__tagline,
  .header__instruction {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
  }
  .header__instruction {
    text-align: center;
  }
  .grid.navicons {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-around;
  }
  .navicon {
    padding: 10px 20px;
    width: 120px;
    margin: 10px;
  }
  .navicon svg {
    height: 45px;
    width: 45px;
  }
  .navicon span {
    margin-top: 10px;
  }
  .quick-action {
    width: 33.3vw;
  }
  .quick {
    right: 0;
    flex-direction: row;
  }
  .header {
    height: 350px;
  }
  .header--home {
    justify-content: flex-end;
    padding: 40px 5vw;
    height: auto;
  }
  .arrow {
    height: 100px;   
    right: 0;
  }
  * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .status-panel {
    margin-bottom: 40px;
  }
  .header--coming-soon .header__instruction {
    font-size: 25px;
  }
  .header--coming-soon { 
    justify-content: flex-end;
  }
  .header--coming-soon .header__instruction strong{ 
    font-size: 40px;
  }
  .header--coming-soon .call-to-action {
    margin: 20px 0;
  }
  .header--coming-soon .header__instruction.header__body {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .division {
    width: 80vw;
  }
  .forms {
    width: calc(100vw - 60px);
  }
  .cookie {
    left: 0vw;
    bottom: 0px;
    right: 0vw;
  }
  .mobile-button {
    padding: 10px 15px;
    min-width: 180px;
  }
  .menu__item--register {
    background: #36454f;
  }
}

/* Force hamburger/off-canvas menu on all viewports */
.mobile-menu { display: flex; }

.menu {
  position: fixed;
  top: 60px;
  right: -420px; /* start off-canvas on the right */
  left: auto;
  width: min(420px, 95vw);
  background: rgba(1, 28, 58, 0.95);
  bottom: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  padding: 20px;
  transition: 0.25s right ease;
  z-index: 9999;
  overflow-y: auto;
  box-shadow: -12px 0 24px rgba(0,0,0,0.2);
}

.menu.active { right: 0; }

.menu__item {
  font-size: 14px;
  margin: 4px 0;
  width: auto;
  color: #07D6F6 !important;
}

.submenu {
  display: flex;
  position: relative;
  box-shadow: none;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  color: #cfe3f9;
  font-size: 13px;
  flex-direction: column;
  padding-left: 8px;
}

.submenu .submenu__item { color: #cfe3f9 !important; font-size: 13px; }
.submenu .submenu__item:hover { color: #fff !important; background: rgba(255,255,255,0.06); }
.submenu .submenu__item:active { color: #fff !important; text-decoration: underline; background: rgba(255,255,255,0.06); }

/* Pin CTAs on top bar (Register & Login) */
.mobile-button {
  position: fixed;
  top: 12px;
  z-index: 10000; /* above drawer */
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 28px;
  line-height: 28px;
  min-width: 68px;
  padding: 0 10px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 12px;
}

.menu__item--login.mobile-button {
  right: 110px; /* leave more space from edge/hamburger */
  background: #07D6F6;
  color: #011c3a !important;
  font-weight: 600;
}

.menu__item--register.mobile-button {
  right: 180px; 
  background: #0e3158;
  color: #fff !important;
  font-weight: 600;
}

/* Small notch styling for CTAs */
.menu__item--login.mobile-button,
.menu__item--register.mobile-button {
  clip-path: polygon(
    0 0,
    calc(100% - 12px) 0,
    100% 10px,
    100% calc(100% - 10px),
    calc(100% - 12px) 100%,
    0 100%,
    0 80%,
    7px 50%,
    0 20%,
    0 0
  );
}


.html-content .grid__item, .blok.action {
  display: inline-flex;
}

.html-content .product__description {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  text-align: left;
}


/* 
.section__item,
.overview__item {
  transform: translateY(40px);
  opacity: 0;
}

.animate .section__item,
.animate .overview__item {
  animation: slidein 0.75s forwards ease-out;
}

.animate .section__item:nth-child(1),
.animate .overview__item:nth-child(1) {
  animation-delay: .25s;
}

.animate .section__item:nth-child(2),
.animate .overview__item:nth-child(2) {
  animation-delay: .5s;
}

.animate .section__item:nth-child(3),
.animate .overview__item:nth-child(3) {
  animation-delay: .75s;
}

.animate .section__item:nth-child(4),
.animate .overview__item:nth-child(4) {
  animation-delay: 1s;
}

.animate .section__item:nth-child(5),
.animate .overview__item:nth-child(5) {
  animation-delay: 1.25s;
}

.animate .grid__item {
  animation: slidein 0.75s forwards ease-out;
}

@keyframes slidein {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.animate .grid__item:nth-child(1) {
  animation-delay: .75s;
}

.animate .grid__item:nth-child(2) {
  animation-delay: 1s;
}

.animate .grid__item:nth-child(3) {
  animation-delay: 1.25s;
}

.animate .grid__item:nth-child(4) {
  animation-delay: 1.5s;
}

.animate .grid__item:nth-child(5) {
  animation-delay: 1.75s;
}

.animate .grid__item:nth-child(6) {
  animation-delay: 2s;
}

.animate .grid__item:nth-child(7) {
  animation-delay: 2.25s;
}

.animate .grid__item:nth-child(8) {
  animation-delay: 2.5s;
}

.animate .grid__item:nth-child(9) {
  animation-delay: 2.75s;
}

.animate .grid__item:nth-child(10) {
  animation-delay: 3s;
}

.animate .grid__item:nth-child(11) {
  animation-delay: 3.25s;
}

.animate .grid__item:nth-child(12) {
  animation-delay: 3.5s;
}

.animate .grid__item:nth-child(13) {
  animation-delay: 3.75s;
}

.animate .grid__item:nth-child(14) {
  animation-delay: 4.0s;
}

.animate .grid__item:nth-child(15) {
  animation-delay: 4.25s;
}

.animate .grid__item:nth-child(16) {
  animation-delay: 4.5s;
}

.animate .grid__item:nth-child(17) {
  animation-delay: 4.75s;
}

.animate .grid__item:nth-child(18) {
  animation-delay: 5s;
}

.header__brand {
  transform: translateY(40px);
  opacity: 0;
  animation: texin 2.5s forwards ease-out;
}

.header__tagline {
  transform: translateY(40px);
  opacity: 0;
  animation: texin 2.5s forwards ease-out;
  animation-delay: .5s;
}

.header__instruction {
  transform: translateY(40px);
  opacity: 0;
  animation: slidein2 1.25s forwards ease-out;
  animation-delay: 2.5s;
}

@keyframes texin {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  40% {
    transform: translateY(0px);
    opacity: 1;
  }

  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}

.navicon {
  transform: translateY(40px);
  opacity: 0;
}

@keyframes slidein2 {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(-40px);
    opacity: 1;
  }
}

.animate .navicon {
  animation: slidein2 0.75s forwards ease-out;
}

.animate .navicon:nth-child(1) {
  animation-delay: 2.75s;
}

.animate .navicon:nth-child(2) {
  animation-delay: 3s;
}

.animate .navicon:nth-child(3) {
  animation-delay: 3.25s;
}

.animate .navicon:nth-child(4) {
  animation-delay: 3.5s;
}

.animate .navicon:nth-child(5) {
  animation-delay: 3.75s;
}

.animate .navicon:nth-child(6) {
  animation-delay: 4s;
}

.animate .navicon:nth-child(7) {
  animation-delay: 4.25s;
}

.animate .navicon:nth-child(8) {
  animation-delay: 4.5s;
}

.header__instruction--fast {
  animation-delay: .25s;
}

.animate .navicon--fast:nth-child(1) {
  animation-delay: .75s;
}

.animate .navicon--fast:nth-child(2) {
  animation-delay: 1s;
}

.animate .navicon--fast:nth-child(3) {
  animation-delay: 1.25s;
}

.animate .navicon--fast:nth-child(4) {
  animation-delay: 1.5s;
}

.animate .navicon--fast:nth-child(5) {
  animation-delay: 1.75s;
}

.animate .navicon--fast:nth-child(6) {
  animation-delay: 2s;
}

.animate .navicon--fast:nth-child(7) {
  animation-delay: 2.25s;
}

.animate .navicon--fast:nth-child(8) {
  animation-delay: 2.5s;
} */

.show {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.animate .grid__item.service.active {
  animation-duration: none !important;
  animation-delay: none !important;
}

.slideshow-container {
  max-width: 100vw;
  position: relative;
  margin: 0;
  margin-top: 60px;
}

/* Hide the images by default */
.mySlides {
  display: none;
  max-width: 100vw;
  min-height: 500px;
  height: 50vh;
  padding: 8vh 5vw;
  position: relative;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.mySlides img {
  object-fit: cover;
  max-width: 100vw;
  min-height: 500px;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-position: center right;
}

.slide__overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 50vw;
  position: absolute;
  z-index: 1;
  background-color: rgba(31, 48, 102, 1.0);
  opacity: 0.85;
  clip-path: polygon(
    0 0, calc(100% - 50px) 0, 100% 50px, 
    100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%
  );
}

.slide__title, .slide__body, .slide__cta {
  position: relative;
  z-index: 2;
  color: #efefef;
  text-decoration: none;
  line-height: 1;
}

.mySlides--light .slide__title, 
.mySlides--light .slide__body, 
.mySlides--light .slide__cta {
  position: relative;
  z-index: 2;
  color: #1F3066;
  text-decoration: none;
}



.slide__title {
  font-family: "Source Serif 4", serif;
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 16px;
  max-width: max(30vw, 200px);
}

.slide__body {
  font-size: 30px;
  margin-bottom: 20px;
  max-width: max(30vw, 200px);
  display: none;
}
.slide__cta {
  font-size: 20px;
  font-weight: bold;
  max-width: 40vw;
  cursor: pointer;
  display: none;
}

.slide__cta:hover {
  text-decoration: underline;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 10;
  display: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 50%;
  left: 40px;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 40px;
  left: 40px;
}

.dots {
  position: relative;
  top: -30px;
  height: 0px;
  padding: 0 5vw;
  z-index: 9;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 10px;
  margin: 0 2px;
  background-color: #fff;
  display: inline-block;
  transition: background-color 0.6s ease;
  clip-path: polygon(
    0 0,                        /* top-left corner */
    calc(100% - 5px) 0,         /* top-right before cut */
    100% 5px,                   /* top-right cut */
    100% calc(100% - 5px),      /* bottom-right cut */
    calc(100% - 5px) 100%,      /* bottom-right before left */
    0 100%,                      /* bottom-left corner */
    0 80%,                       /* start notch on left edge */
    3px 50%,                    /* notch tip */
    0 20%,                       /* end notch */
    0 0                         /* close path at top-left */
  );
}

.dot.active {
  background-color: #07D6F6;
}

.dot:hover {
  background-color: #fff;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



.tiles {
  display: flex;
  flex-direction: row;
  max-width: 100vw;
}
.tile {
  flex-basis: 33.333333%;
  max-width: 33.3333vw;
  min-height: 200px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  position: relative;
}
.tile__title {
  font-size: 22px;
  color: #efefef;
  z-index: 2;
}
.tile__cta {
  font-size: 18px;
  color: #efefef;
  cursor: pointer;
  text-decoration: none;
  z-index: 2;
}
.tile__overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, .60);
}
.tile:hover {
  background-image: none !important;
}

.breaker {
  width: 100%;
  height: 20px;
  background-color: #fff;
}

.sponsors {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.sponsor__link {
  display: flex;
  flex-basis: 20%;
  margin: 30px 10px;
}

.sponsor__logo {
  height: 100px;
  width: 270px;
  object-fit: contain;
  margin-right: 30px;
}
.sponsor__link--secondary {
  display: flex;
  flex-basis: 18%;
  margin: 20px 10px;
}
.sponsor__logo--secondary {
  height: 90px;
  width: 200px;
}
.speakers {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
}

.speaker {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex-basis: 18%;
  margin: 20px;
}
.speaker__icon {
  color: transparent;
  width: 20px;
  height: 20px;
  background-color: #0077B5;
  padding: 3px 1px;
  border-radius: 5px;
  fill: #fff;
}
.speaker__picture {
  height: 200px;
  width: 200px;
  border-radius: 100%;
}
.speaker__picture--small {
  height: 100px;
  width: 100px;
  border-radius: 100%;
}
.speaker__bio {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.speaker__bio, .speaker__bio p {
  width: 300px;
  max-width: 300px;
  font-size: 14px;
  margin-top: 0;
}
.speaker-modal {
  flex-direction: column;
  position: fixed;
  top: 10vh;
  bottom: 10vh;
  width: 70vw;
  min-height: 80vh;
  max-height: 80vh;
  left: 15vw;
  right: 15vw;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 8px 16px 0 rgba(34,50,84,.06), inset 0 0 0 1px rgba(112,123,140,.15);
  border-top: 10px solid #1F3066;
  border-top: 10px solid var(--brand-color);
  padding: 30px;
  display: none;
  align-items: center;
  overflow:auto;
}
.speaker-modal--active {
  display: flex;
}
.speaker-modal__close {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
.speaker-modal__close svg{
 cursor: pointer;
}
.event__highlight {
  display: flex;
  padding: 20px;
  color: #fff;
  background-color: var(--brand-color);
  flex-direction: column;
}
.event__date {
  font-weight: 600;
  font-size: 24px;
}
.event__venue {
  margin-top: 10px;
  font-size: 18px;
}
.country-modal {
  position: fixed;
  top: 10vh;
  left: calc(50vw - (max(300px, 50vw) / 2));
  width: max(300px, 50vw);
  min-height: 300px;
  z-index: 99999;
  background-color: rgba(255,255,255,1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0,.3);
  border-top: 10px solid var(--brand-color);
  padding: 30px;
}
.country-modal__closer {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .tiles {
    display: flex;
    flex-direction: column;
    max-width: 100vw;
  }
  .tile {
    flex-basis: 100%;
    max-width: 100vw;
    min-height: 200px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    position: relative;
  }
  .slide__body {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 80vw;
  }
  .mySlides {
    padding: 8vh 8vw;
    position: relative;
  }
  .slide__title {
    font-size: 36px;
  }
  .speaker-modal {
    top: 10vh;
    width: 90vw;
    min-height: 60vh;
    left: 5vw;
    right: 5vw;
  } 
  .accordion--dense {
    margin-left: 0;
    margin-right: 0;
  }
  .accordion--dense .accordion__title {
    font-size: 14px;
  }  

  .accordion--dense .html-content p {
    font-size: 14px;
  }
}
.shortlinks {
  display: none;
}

@media (max-width: 900px) {
  .header-overlay {
    left: 5vw;
    right: 5vw;
  }
}