:root {
  --black: black;
  --white: white;
  --dim-grey: #6b6b6b;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
  --thisdotthat: transparent;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  width: 100%;
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.center {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  padding-top: 0;
  padding-bottom: 0;
}

.section.wide.purple {
  color: #d8c8cf;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(#193a70, #193a70);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.col {
  max-width: 50%;
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  width: 25vw;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  border-style: none;
  flex: 1;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  width: 0%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-inner {
  width: 80vw;
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  width: 80vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  border: 1px #000;
  flex: none;
  padding-left: 4vw;
  padding-right: 4vw;
  display: block;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  width: 33.33%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #f98124;
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  width: 65%;
  max-width: 440px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  width: 100vw;
  align-items: flex-start;
  position: relative;
}

.wrap {
  max-width: 700px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  outline-offset: 0px;
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #ff810a;
  border-bottom: 7px solid #ff810a;
  outline: 3px #a8a8a8;
  margin-top: -187px;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.image-2 {
  width: 50%;
  max-width: 100%;
  flex: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  width: auto;
  height: 150px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-wrap {
  width: auto;
  justify-content: center;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  width: 100%;
  height: 300px;
  background-color: #c6ced3;
  border-radius: 20px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fff;
}

.nav-link.w--current {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border: 1px rgba(0, 0, 0, 0);
}

.nav-link.w--current:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: #fff;
  box-shadow: inset 0 -5px #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  background-color: #acb1b4;
  border-radius: 20px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  width: 56px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-newsletter {
  width: 340px;
  height: 80px;
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.hero-content {
  z-index: 90;
  width: 100%;
  text-align: center;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  width: 90vw;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  display: flex;
}

.feature-wrap.logos {
  height: auto;
  border-style: none;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: none;
}

.feature-wrap.icons {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  width: 50vw;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.hero-subhead {
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-top: -280px;
  padding-left: 0;
  font-size: 30px;
  font-style: italic;
  line-height: 44px;
}

.bottom-image-wrap {
  height: auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.black-bar {
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  width: 64px;
  height: 57px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link:hover {
  color: #a8a8a8;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  height: 70px;
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  padding-top: 172px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  width: 50vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  width: 30px;
  height: 1px;
  background-color: #d3d3d3;
  flex: none;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  font-size: 7px;
  display: none;
}

.number {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 90px;
}

.float {
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.nav-menu-2 {
  background-color: rgba(0, 0, 0, 0);
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  flex: 1;
}

.heading-3 {
  margin-top: -500px;
}

.div-block-13 {
  background-color: #da0000;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(25, 58, 112, .53);
  border: 0 solid rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-14 {
  width: 100%;
  height: 100%;
  opacity: .73;
  background-color: #2c599d;
}

.image-5 {
  width: 800px;
  height: 800px;
  max-height: 1000px;
  max-width: 1000px;
  min-height: 300px;
  min-width: 300px;
  opacity: .4;
  text-align: left;
  border-radius: 0;
  margin: auto;
  padding-left: 0%;
}

.div-block-15 {
  width: 100%;
  height: 100%;
  border: 10px solid #ff0202;
}

.div-block-16 {
  width: 100%;
  height: 31%;
  background-color: #fb9b51;
  margin-top: 0;
  padding: 60px;
}

.div-block-17 {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #f98124;
  padding: 90px 60px;
}

.div-block-18 {
  width: 100%;
  height: 100%;
  background-color: #5c84c4;
  padding: 90px 60px;
}

.div-block-19 {
  width: 100%;
  height: 100%;
  background-color: #2c599d;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 60px;
}

.text-block-3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.text-block-4, .text-block-5 {
  font-weight: 600;
}

.text-block-6 {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
}

.text-block-7 {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.grid {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-8 {
  font-weight: 700;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-11 {
  color: var(--white);
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-12, .text-block-13, .text-block-14 {
  color: #dadada;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.image-6 {
  width: 30px;
  height: 50px;
  margin-bottom: 0;
}

.image-7 {
  width: 50px;
  height: 50px;
  margin-top: 2px;
  margin-bottom: 0;
}

.div-block-20 {
  width: 100%;
  height: 0%;
  background-color: #f99a57;
}

.image-8 {
  width: 50px;
  height: 50px;
}

.columns {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-21 {
  width: 100%;
  border: 6px solid rgba(0, 0, 0, 0);
  margin-top: 140px;
  padding-bottom: 40px;
}

.text-block-15 {
  color: var(--white);
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 100px;
  font-weight: 700;
  display: none;
}

.text-block-16 {
  color: #fff;
  text-align: justify;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 35px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.column-2 {
  text-align: center;
  margin-top: -75px;
  padding-top: 0;
  padding-left: 140px;
}

.text-block-17 {
  width: 100%;
  color: var(--white);
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.background-video-2 {
  width: 100%;
  height: auto;
  background-color: #fa0000;
}

.body-copy {
  background-color: #1b2d47;
  font-family: Gothic A1, sans-serif;
}

.hero-copy {
  z-index: 999999;
  width: 0%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.section-copy {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-copy.center {
  height: 100vh;
  background-color: rgba(25, 58, 112, .78);
  background-image: linear-gradient(rgba(25, 58, 112, .08), rgba(25, 58, 112, .08)), linear-gradient(115deg, #fb9b51, #f98124 30%, #5c84c4 57%, #10224d);
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section-copy.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section-copy.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section-copy.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section-copy.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-copy.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-copy.wide {
  height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-copy.wide.img {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.wide.purple {
  color: #d8c8cf;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/wavy-bg.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-copy.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.section-copy.center-copy {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-21-copy {
  width: 100%;
  border: 6px solid rgba(0, 0, 0, 0);
  margin-top: 70px;
  padding-bottom: 0;
}

.text-block-17-copy {
  width: 100%;
  border: 1px none var(--white);
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
}

.columns-copy {
  width: 100%;
  height: 100%;
  margin-top: 87px;
  margin-right: 0;
  padding-bottom: 45px;
  padding-left: 140px;
  padding-right: 140px;
}

.footer-copy {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-9 {
  width: 90%;
  text-align: left;
  padding-top: 60px;
  transition: opacity .2s;
  display: block;
  overflow: visible;
  transform: rotate(0);
}

.html-embed {
  width: 500px;
  height: 200%;
}

.column-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: -75px;
  padding-top: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.image-10 {
  width: 300vw;
  max-width: 150vh;
  display: none;
  overflow: visible;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.body-copy-copy {
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1, sans-serif;
}

.hero-copy-copy {
  z-index: 999999;
  width: 0%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-copy {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-inner-copy {
  width: 80vw;
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-copy-copy {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-copy-copy.center {
  height: 100vh;
  background-color: rgba(25, 58, 112, .78);
  background-image: linear-gradient(rgba(25, 58, 112, .08), rgba(25, 58, 112, .08)), linear-gradient(115deg, #fb9b51, #f98124 30%, #5c84c4 57%, #10224d);
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section-copy-copy.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section-copy-copy.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section-copy-copy.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section-copy-copy.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-copy-copy.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-copy-copy.wide {
  height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-copy-copy.wide.img {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy-copy.wide.purple {
  color: #d8c8cf;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/wavy-bg.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-copy-copy.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.section-copy-copy.center-copy, .section-copy-copy.center-copy-copy {
  height: 100vh;
  background-color: rgba(255, 255, 255, .78);
  background-image: linear-gradient(rgba(25, 58, 112, .38), rgba(25, 58, 112, .38)), linear-gradient(115deg, #fb9b51, #f98124 30%, #5c84c4 57%, #10224d);
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.footer-copy-copy {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
}

.background-video-3 {
  width: 100%;
  height: 2000px;
}

.section-2 {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: linear-gradient(rgba(44, 89, 157, .36), rgba(44, 89, 157, .36)), linear-gradient(122deg, #fb9b51, #f98124 29%, #3b5c94 51%, #2c599d 58%, #193a70 75%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.image-11 {
  color: #4b4747;
  background-color: rgba(0, 0, 0, 0);
}

.text-block-18 {
  color: var(--white);
}

.paragraph-5 {
  color: #6b6b6b;
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-6, .paragraph-7 {
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-8, .heading-4, .paragraph-9, .bold-text, .heading-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.background-video-4 {
  width: 100%;
  height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.body-2 {
  background-color: #37435c;
}

.section-3 {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.background-video-5 {
  width: 100%;
  height: 100%;
  background-color: rgba(35, 49, 71, 0);
  display: flex;
}

.div-block-22 {
  width: 400px;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-19 {
  width: 100%;
  height: 30%;
  text-align: center;
  object-fit: fill;
  border: 4px rgba(0, 0, 0, 0);
  margin-bottom: 51px;
  padding-top: 40px;
  font-size: 100px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.button-2 {
  display: flex;
}

.div-block-23 {
  width: 100%;
  height: 500px;
  background-color: #922c2c;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area-2 Area";
}

.text-block-20 {
  font-size: 100px;
}

.text-block-21 {
  font-size: 100px;
  font-weight: 700;
}

.div-block-24 {
  justify-content: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.button-3 {
  width: 200px;
  opacity: 1;
  text-align: center;
  background-color: #f98124;
  border: 1px #fff;
  border-radius: 10px;
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  transition: background-color .55s;
}

.button-3:hover {
  background-color: rgba(250, 241, 234, .37);
}

.section-4 {
  background-color: rgba(249, 129, 36, .64);
}

.body-3 {
  -webkit-text-fill-color: inherit;
  background-color: #555;
  background-image: radial-gradient(circle at 100%, rgba(255, 255, 255, .77), #193a70 100%, #fff);
  background-clip: border-box;
  border: 1px #193a70;
  margin: 60px 0 10px;
  padding-left: 0;
}

.grid-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px #fff;
  border-top-right-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #ececec;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 10px;
  display: block;
}

.heading-6 {
  color: #fff;
  text-align: center;
  background-color: #050e3e;
  border: 2px #1b2d47;
  border-radius: 20px;
  font-size: 25px;
  box-shadow: 3px 3px 4px #a3a3a3;
}

.heading-7 {
  border: 1px none var(--white);
  text-align: center;
  background-color: #050e3e;
  border-radius: 20px;
  font-size: 25px;
  box-shadow: 3px 3px 4px #a3a3a3;
}

.heading-8 {
  background-color: #193a70;
}

.heading-9 {
  border: 1px none var(--white);
  text-align: center;
  background-color: #050e3e;
  border-radius: 20px;
  font-size: 25px;
  box-shadow: 3px 3px 4px #a3a3a3;
}

.heading-10 {
  border: 1px none var(--white);
  color: var(--white);
  text-align: center;
  background-color: #050e3e;
  border-radius: 20px;
  font-size: 25px;
  box-shadow: 3px 3px 4px #a3a3a3;
}

.heading-11 {
  border: 1px none var(--white);
  text-align: center;
  background-color: #050e3e;
  border-radius: 20px;
  font-size: 25px;
  box-shadow: 3px 3px 4px #a3a3a3;
}

.grid-4 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafafa;
  border: 1px #000;
  border-bottom: 2px solid #d1d0d0;
  border-radius: 0;
  grid-template: "Area-6 Area-5 Area-4 Area-3 Area-2 Area"
  / .5fr .5fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  align-items: center;
  justify-items: center;
  padding-left: 0;
  padding-right: 0;
}

.grid-4:hover {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-25 {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 2px #1b3b6f;
  border-radius: 20px 20px 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .24);
}

.div-block-25:hover {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.text-block-22 {
  font-size: 30px;
}

.heading-12 {
  color: #343434;
  text-align: center;
  border: 1px #c9c8c8;
  font-family: Gothic A1, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.heading-12:hover {
  text-decoration: none;
}

.div-block-29 {
  height: auto;
  background-color: #f0f0f0;
  border: 1px #000;
  border-bottom: 2px #cecece;
  border-radius: 0;
  margin: 0 10px;
  box-shadow: 5px 5px 3px #e9e9e9;
}

.div-block-29:hover {
  box-shadow: none;
}

.section-6 {
  height: 50px;
  border: 1px rgba(0, 0, 0, 0);
}

.section-7 {
  height: 100px;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.link-block:hover {
  background-color: rgba(0, 0, 0, 0);
}

.image-12 {
  width: 50px;
}

.nav-inner-copy {
  width: 80vw;
  color: #fff;
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.hero-copy {
  z-index: 999999;
  width: 0%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 0 10vw 10px 15vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.link-block-3 {
  width: 100%;
  text-decoration: none;
}

.link-block-3:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.link-block-4 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.link-block-4:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.link-block-5 {
  width: 100%;
  text-decoration: none;
}

.link-block-5:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.link-block-6 {
  width: 100%;
  text-decoration: none;
}

.link-block-6:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.link-block-7 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.link-block-7:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.link-block-8 {
  width: 100%;
  text-decoration: none;
}

.link-block-8:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.link-block-9 {
  width: 100%;
  text-decoration: none;
}

.link-block-9:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.body-4 {
  background-color: #4b4949;
}

.image-21, .image-22 {
  width: 35%;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.image-23 {
  width: 45%;
}

.slide-1 {
  width: 500px;
  background-image: url('../images/SI_1ADC.png');
  background-position: 0%;
  background-size: 400px 280px;
}

.paragraph-10 {
  color: var(--white);
}

.container {
  line-height: 30px;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.image-24, .image-25 {
  width: 45%;
}

.image-26, .image-27 {
  width: 40%;
}

.image-28 {
  width: 35%;
}

.image-29 {
  width: 40%;
}

.text-block-23 {
  color: #7d7d7d;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.bold-text-2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: none;
}

.div-block-30 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 220px;
  margin-right: 220px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.bold-text-3 {
  color: #939393;
  text-decoration: none;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
  width: 75%;
}

.slide-2 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 25px;
  padding-left: 0;
}

.slider {
  width: 30%;
  background-color: rgba(0, 0, 0, 0);
  border: 3px #000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.text-block-24 {
  height: 60px;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.heading-13 {
  text-align: center;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-31 {
  width: 100%;
  height: 100px;
  border: 6px rgba(0, 0, 0, 0);
}

.image-40 {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 27px;
}

.slide-3 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding-top: 51px;
}

.slide-nav-2 {
  margin-top: 0;
  margin-bottom: -65px;
  padding-top: 0;
}

.mask {
  padding-bottom: 0;
}

.image-41 {
  margin-top: 25px;
  padding-bottom: 27px;
  transition: opacity .2s;
  transform: translate(0);
}

.slide-4 {
  text-align: center;
  padding-top: 25px;
}

.youtube {
  width: 100%;
  height: auto;
  margin-top: 35px;
}

.div-block-32 {
  margin-top: 0;
  margin-bottom: 60px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border: 1px solid #fff;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5 Area-6 Area-7 Area-8 Area-9"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-14, .heading-15, .heading-16 {
  font-size: 20px;
}

.heading-17 {
  font-size: 20px;
  line-height: 25px;
}

.heading-18, .heading-19, .heading-20 {
  font-size: 20px;
}

.yes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border: 1px solid #fff;
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-5 Area-6 Area-7 Area-8"
                 "Area-12 Area-11 Area-10 Area-9"
                 "Area-13 Area-14 Area-15 Area-16"
                 "Area-20 Area-19 Area-18 Area-17"
                 "Area-21 Area-22 Area-23 Area-24"
                 / 1fr 1fr 1fr 4fr;
  align-items: center;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-25 {
  border-right: 1px none var(--white);
  color: #fff;
  text-align: center;
  padding-top: 5px;
}

.text-block-26 {
  color: #fff;
  text-align: center;
  border-left: 1px #fff;
  border-right: 1px #fff;
  padding-top: 10px;
  font-size: 14px;
}

.bold-text-4 {
  color: #fff;
  padding-right: 30px;
  font-size: 14px;
  font-style: normal;
}

.div-block-33 {
  width: 40%;
  height: 20px;
  background-color: #0af;
  margin-left: 0;
  padding-left: 0;
  line-height: 0;
}

.bold-text-6 {
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.nav-link-2 {
  text-transform: capitalize;
}

.nav-link-2.w--current {
  color: var(--white);
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
}

.nav-link-3 {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.body-5 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #073066;
  background-image: linear-gradient(to right, #0e3570, #5f7598 50%, #9aa4b6 83%, #95a4bb 92%, #999da0);
  background-clip: border-box;
}

.nav-link-4, .nav-link-5 {
  color: var(--white);
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-6:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.footer-dark {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.list-item {
  margin-top: 40px;
}

.news-list {
  margin-top: 140px;
  margin-left: 100px;
  padding-right: 40px;
}

.heading-21 {
  margin-left: 40px;
  margin-right: 40px;
  display: inline-block;
}

.paragraph-11 {
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.image-42 {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: inline;
  position: relative;
}

.section-8 {
  margin: auto 0;
  position: relative;
  top: 100px;
  bottom: 100px;
}

.text-block-27 {
  margin-bottom: 20px;
}

.paragraph-12 {
  display: inline;
}

.body-6 {
  background-color: var(--black);
  color: #e57373;
  display: block;
}

.body-7 {
  background-color: #193a70;
  background-image: linear-gradient(rgba(4, 2, 42, .13), #fff);
}

.section-9 {
  width: auto;
  color: #00030c;
  background-color: #fff;
  border: 1px #000;
  margin: 90px 0 0;
  padding: 40px 250px 20px;
  font-size: 15px;
  line-height: 10px;
  transition: box-shadow .85s;
  position: static;
  top: 100px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
  font-size: 13px;
}

.heading-22 {
  color: #383a3c;
  text-align: left;
  border-bottom: 1px #b8b8b8;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
  transition: background-color;
}

.heading-22:hover {
  color: #fff;
  background-color: #173c72;
}

.paragraph-19 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.heading-23 {
  color: #6b6b6b;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.section-10 {
  float: none;
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 0 10px 10px;
  margin: 0 100px;
  padding: 10px 0 20px;
  display: block;
}

.link-block-10 {
  width: 100%;
  box-shadow: none;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 2px rgba(107, 107, 107, .48);
  border-top-width: 1px;
  border-bottom: 1px dashed rgba(140, 140, 140, .48);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.link-block-10:hover {
  color: #000;
}

.image-43 {
  opacity: 1;
  display: none;
}

.link-block-11, .link-block-12, .link-block-13 {
  text-decoration: none;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
}

.heading-24:hover {
  color: #bbb;
  border-bottom: 5px rgba(0, 0, 0, 0);
}

.heading-25 {
  color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
}

.heading-25:hover {
  color: #bbb;
  border-bottom: 5px rgba(0, 0, 0, 0);
}

.heading-26 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
}

.heading-26:hover {
  color: #bbb;
  border-bottom: 5px rgba(0, 0, 0, 0);
}

.heading-27 {
  color: #0a358e;
  text-align: center;
  font-size: 5vh;
}

.text-block-28 {
  color: rgba(107, 107, 107, .65);
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.link-3 {
  text-decoration: none;
}

.text-block-29 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.link-4 {
  color: #939393;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-5 {
  color: #888;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-6 {
  color: #939393;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.link-7, .link-8 {
  color: #939393;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-20 {
  float: none;
  clear: none;
  color: #6b6b6b;
  text-align: justify;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: auto;
  padding-bottom: 30px;
  text-decoration: none;
}

.paragraph-21 {
  text-align: justify;
}

.paragraph-career-content {
  text-align: justify;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-style: normal;
}

.paragraph-23 {
  text-align: justify;
}

.heading-careers {
  color: #05347a;
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
}

.bold-text-7 {
  text-align: center;
}

.paragraph-career-sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.list-career-1 {
  color: #6b6b6b;
  margin-left: 0;
  font-size: 16px;
  line-height: 30px;
}

.list-3 {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.list-career-2 {
  color: #6b6b6b;
  padding-left: 80px;
  font-size: 16px;
  line-height: 30px;
  list-style-type: square;
}

.hero-heading-right {
  color: rgba(0, 0, 0, 0);
  background-color: #1b1b1b;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(#193a70, #193a70);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-bottom: 1px #e4ebf3;
  padding: 0 30px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 48%;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  display: block;
}

.shadow-two {
  max-width: 80%;
  box-shadow: none;
  padding-left: 80px;
  display: none;
}

.margin-bottom-24px {
  outline-offset: 0px;
  color: #fff;
  text-align: left;
  text-transform: none;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  outline: 3px #fff;
  flex: 0 auto;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f98124;
  border-radius: 12px;
  padding: 12px 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-28 {
  color: #fff;
  text-align: left;
  margin-left: auto;
  padding-left: 0;
}

.hero-without-image {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-29 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  display: none;
}

.heading-news {
  color: var(--white);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
}

.paragraph-news {
  color: #bcbec2;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  display: flex;
}

.container-4 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 9px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-5 {
  background-color: var(--white);
}

.paragraph-24 {
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.section-11 {
  text-align: center;
  background-color: #daeaf3;
  padding-top: 10px;
  padding-bottom: 40px;
}

.button-4 {
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-30 {
  color: #fff;
  text-align: center;
}

.text-block-31 {
  border-right: 1px none var(--white);
  color: #fff;
  text-align: center;
  border-left: 1px #fff;
  font-size: 12px;
}

.text-block-32 {
  color: #fff;
  text-align: center;
}

.div-block-35 {
  width: 90%;
  height: 20px;
  background-color: #1babfd;
}

.div-block-36 {
  width: 90%;
  height: 20px;
  background-color: #29acfb;
}

.text-block-33 {
  color: var(--white);
  text-align: center;
}

.text-block-34 {
  border-right: 1px none var(--white);
  border-left: 1px none var(--white);
  color: #fff;
  font-size: 13px;
}

.text-block-35 {
  color: #fff;
}

.bold-text-8 {
  font-size: 13px;
}

.text-block-36 {
  color: #fff;
}

.text-block-37 {
  color: #fff;
  border-left: 1px #fff;
  border-right: 1px #fff;
}

.text-block-38 {
  color: #fff;
}

.div-block-37 {
  width: 90%;
  height: 20px;
  background-color: #29acfb;
}

.div-block-38 {
  width: 100%;
  height: 20px;
  background-color: #29acfb;
}

.text-block-39 {
  color: #fff;
}

.text-block-40 {
  color: #fff;
  border-left: 1px #fff;
  border-right: 1px #fff;
}

.text-block-41 {
  color: #fff;
}

.div-block-39 {
  width: 90%;
  height: 20px;
  background-color: #29acfb;
}

.text-block-42 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.text-block-43 {
  border-right: 1px none var(--white);
  border-left: 1px none var(--white);
  color: #fff;
  font-size: 13px;
}

.text-block-44 {
  color: #fff;
}

.text-block-45 {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-46, .text-block-47 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.slide-5 {
  text-align: center;
  padding-top: 25px;
}

.text-block-48 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.slide-6 {
  text-align: center;
  padding-top: 25px;
}

.text-block-49 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.slide-7 {
  text-align: center;
  padding-top: 25px;
}

.text-block-50 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.slide-8 {
  text-align: center;
  padding-top: 25px;
}

.text-block-51 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.slide-9 {
  text-align: center;
  padding-top: 25px;
}

.text-block-52 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.slide-1-3 {
  text-align: center;
  padding-top: 25px;
}

.text-block-53 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22 {
  text-decoration: none;
}

.grid-7-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border: 1px solid #fff;
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-12 Area-11 Area-10 Area-5"
                 "Area-9 Area-8 Area-7 Area-6"
                 / 1fr 1fr 1fr 4fr;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.yes-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 24px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border: 1px solid #fff;
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 4fr;
  grid-auto-flow: row;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-54, .text-block-55, .text-block-56 {
  color: #fff;
}

.div-block-40 {
  width: 60%;
  height: 20px;
  background-color: #1babfd;
}

.text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-62, .text-block-63, .text-block-64, .text-block-65 {
  color: var(--white);
}

.div-block-41, .div-block-42, .div-block-43 {
  width: 60%;
  height: 20px;
  background-color: #1babfd;
}

.text-block-66, .text-block-67, .text-block-68, .text-block-69, .text-block-70, .text-block-71 {
  color: var(--white);
}

.div-block-44, .div-block-45 {
  width: 60%;
  height: 20px;
  background-color: #1babfd;
}

.div-block-46 {
  width: 63%;
  height: 20px;
  background-color: #1babfd;
}

.div-block-47 {
  width: 90%;
  height: 20px;
  background-color: #1babfd;
}

.text-block-72, .text-block-73, .text-block-74, .text-block-75, .text-block-76, .text-block-77 {
  color: var(--white);
}

.link-block-23, .link-block-24, .link-block-25, .link-block-26 {
  text-decoration: none;
}

.div-block-48 {
  width: 100%;
  height: 10vh;
}

.container-6 {
  background-color: var(--white);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.heading-career-department {
  color: #05347a;
  text-align: left;
  border: 1px #525252;
  border-bottom: 1px solid #9f9f9f;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
}

.container-7 {
  background-color: var(--white);
}

.container-8 {
  background-color: var(--white);
  border-radius: 8px;
}

.link-block-news {
  width: 850px;
  height: auto;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 2px rgba(107, 107, 107, .48);
  border-radius: 9px;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: static;
  overflow: visible;
}

.link-block-news:hover {
  color: #fff;
}

.container-9 {
  background-color: var(--white);
}

.column-3 {
  text-align: center;
  position: relative;
}

.image-46 {
  max-width: 100%;
  text-align: center;
  border-radius: 19px;
  margin-top: 0;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, .27);
}

.section-10-copy {
  float: none;
  clear: none;
  background-color: var(--white);
  text-align: left;
  border-radius: 0 0 10px 10px;
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 0 20px;
}

.button-5 {
  text-align: center;
  background-color: #f98124;
  border-radius: 9px;
  padding: 15px;
  display: inline-block;
}

.bold-text-9 {
  font-size: 14px;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  padding-left: 0;
}

.heading-30 {
  width: 350px;
  text-align: left;
  margin-left: 0;
}

.section-12 {
  text-align: left;
}

.button-6 {
  width: 25%;
  background-color: #f78030;
  border-radius: 11px;
  margin-left: auto;
  padding: 20px 40px;
  font-weight: 700;
}

.button-6:hover {
  background-color: #e9e9e9;
}

.image-47 {
  margin-right: 20px;
}

.heading-27-copy {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vh;
}

.bold-text-14 {
  font-size: 16px;
}

.bold-text-14:hover {
  color: #fff;
}

.body-8 {
  background-color: #193a70;
  background-image: url('../images/wavy-bg.svg');
  background-position: 50%;
  background-size: auto;
}

.contact-section {
  height: auto;
}

.spacer {
  height: 18vh;
}

.text-block-78 {
  width: 400px;
  color: #fff;
  text-align: left;
  font-weight: 400;
}

.heading-31 {
  width: 100%;
  text-align: left;
  font-size: 40px;
}

.column-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  padding-left: 280px;
  padding-right: 0;
  display: block;
}

.text-field {
  width: 100%;
}

.form-3 {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template: "Area Area-6"
                 "Area-2 Area-5"
                 "Area-3 Area-4"
                 "Area-7 Area-8"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: #fff;
}

.column-5 {
  padding-right: 220px;
}

.section-13 {
  height: 12vh;
}

.heading-32 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 30px #fff;
  margin-top: 40px;
}

.text-field-2, .text-field-3 {
  background-color: var(--white);
  color: #3a3a3a;
  border-radius: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.textarea {
  background-color: var(--white);
  color: #3a3a3a;
  border-radius: 5px;
  font-weight: 400;
}

.submit-button {
  background-color: #f98124;
  border-radius: 9px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 700;
}

.columns-3 {
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 60px;
}

.body-career {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #011658;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-clip: border-box;
}

.heading-career-sub-title-2 {
  color: #6b6b6b;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.bold-text-15 {
  font-style: normal;
}

.section-14 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
}

.section-15 {
  color: #da0707;
  background-color: #fff;
  margin-top: 89px;
  display: block;
}

.heading-news-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-size: 5vh;
}

.link-block-news-home, .link-block-news-copy {
  width: 60%;
  height: 40vh;
  background-color: var(--white);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 2px rgba(107, 107, 107, .48);
  border-radius: 9px;
  margin: 10px 0 0;
  padding: 10px 20px;
  text-decoration: none;
  position: static;
  overflow: visible;
  box-shadow: 7px 7px 0 -1px rgba(243, 243, 243, .84);
}

.image-49 {
  width: 40px;
  max-width: 40%;
  text-align: center;
  overflow: visible;
}

.column-6 {
  text-align: center;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.image-50 {
  width: 40px;
  max-width: 40%;
  text-align: center;
}

.column-7 {
  text-align: center;
}

.image-51 {
  width: 40px;
}

.column-8 {
  text-align: center;
}

.image-52 {
  width: 40px;
}

.column-9 {
  text-align: center;
}

.image-53 {
  width: 40px;
}

.column-10 {
  text-align: center;
}

.body-5-copy {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: rgba(25, 58, 112, .99);
  background-clip: border-box;
}

.section-10-copy {
  float: none;
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 0 10px 10px;
  margin: 0 100px;
  padding: 10px 0 20px;
  display: block;
}

.section-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-27-copy-copy {
  color: #011658;
  text-align: center;
  margin-top: 20px;
  font-size: 5vh;
}

.heading-news-copy {
  color: #011658;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
}

.heading-news-copy:hover {
  color: #a7a7a7;
}

.div-block-48-copy {
  width: 100%;
  height: 10vh;
  background-color: var(--white);
  position: static;
}

.heading-27-copy, .heading-27-copy-copy {
  color: #0a358e;
  text-align: center;
  font-size: 5vh;
}

.heading-27-copy-copy {
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  font-size: 5vh;
}

.heading-27-blue {
  color: var(--black);
  text-align: center;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 5vh;
  line-height: 3vh;
}

.section-15-transparent {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 89px;
}

.paragraph-news-copy {
  color: #bcbec2;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.image-54, .image-55 {
  width: 40%;
}

.columns-4 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 4px #03052c;
  border-radius: 6px;
  margin: 40px auto auto;
  padding-bottom: 0;
}

.section-17 {
  background-color: #fff;
  padding-bottom: 60px;
}

.heading-33 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
}

.heading-33:hover {
  color: #bbb;
}

.link-block-27 {
  text-decoration: none;
}

.link-block-28 {
  height: 100%;
  background-color: #9e0e0e;
  margin-left: 100px;
  display: inline-block;
}

.link-block-29 {
  width: 400px;
  height: 250px;
  background-color: #069c26;
}

.background-video-6, .background-video-7 {
  height: auto;
}

.background-video-8 {
  width: 100vh;
  height: 600px;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  box-shadow: 10px 10px 13px rgba(0, 0, 0, .36);
}

.section-18 {
  padding-top: 0;
}

.column-11 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid red;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-12 {
  height: auto;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-56 {
  width: 400px;
  height: 250px;
  max-height: 250px;
  max-width: 400px;
  background-color: var(--white);
  text-align: center;
  border: 3px dotted #000;
  border-radius: 19px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
}

.image-56:hover {
  background-color: rgba(255, 255, 255, 0);
  border-width: 3px;
  border-color: #000;
  box-shadow: 13px 13px #173a90;
}

.image-57 {
  width: 400px;
  height: 250px;
  max-height: 250px;
  max-width: 400px;
  border: 3px dotted #000;
  border-radius: 19px;
  transition: box-shadow .2s;
}

.image-57:hover {
  border-style: dotted;
  border-color: #000;
  box-shadow: 13px 13px #173a90;
}

.container-10 {
  max-width: 100%;
  background-color: var(--white);
}

.container-11 {
  background-color: var(--white);
}

.link-block-career-4-1 {
  width: 400px;
  height: 250px;
  background-color: #9e0e0e;
  margin-left: 100px;
  display: inline-block;
}

.link-block-30 {
  text-align: center;
}

.image-58 {
  width: 50%;
  text-align: left;
  border: 3px dotted #0b106d;
  border-radius: 19px;
  transition: box-shadow .2s;
}

.image-58:hover {
  border-width: 3px;
  border-color: #000;
  box-shadow: 13px 13px #173a90;
}

.recaptcha {
  margin-top: 20px;
}

.html-embed-2 {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.section-19 {
  height: auto;
  padding-bottom: 0;
}

.grid-7 {
  background-color: var(--white);
  grid-template-rows: auto;
  align-content: stretch;
  justify-content: center;
  align-items: start;
  justify-items: center;
  margin-left: 100px;
  margin-right: 100px;
}

.image-59 {
  border: 3px dotted #000;
  border-radius: 16px;
}

.image-60 {
  width: 100%;
  max-width: 75%;
  border: 3px dotted #000;
  border-radius: 16px;
}

.section-20 {
  background-color: var(--white);
}

.image-61 {
  max-width: 75%;
  border: 3px dotted #000;
  border-radius: 16px;
}

.link-block-31 {
  width: auto;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  justify-content: stretch;
  justify-items: center;
}

.image-62 {
  border: 3px dotted #000;
  border-radius: 10px;
}

.image-62:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.image-63 {
  background-color: rgba(0, 0, 0, 0);
  border: 3px dotted #000;
  border-radius: 10px;
}

.image-63:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.section-21 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.body-9 {
  background-color: #193a70;
}

.section-22 {
  margin-top: 110px;
}

.heading-34 {
  text-align: center;
}

.section-23 {
  text-align: center;
  padding-bottom: 60px;
}

.link-9 {
  color: rgba(255, 255, 255, .34);
  font-weight: 400;
  text-decoration: none;
}

.link-9:hover {
  color: #b8b8b8;
}

.text-block-79 {
  color: #312f2f;
}

.text-block-80 {
  color: #333;
}

.text-block-81 {
  color: #383838;
}

.text-block-82, .text-block-83 {
  color: #3a3a3a;
}

.text-block-84 {
  color: #494949;
}

.text-block-85 {
  color: #4e4e4e;
}

.text-block-86 {
  color: #525252;
}

.text-block-87 {
  color: #535353;
}

.text-block-88 {
  color: #5c5c5c;
}

.text-block-89 {
  color: #5a5a5a;
}

.text-block-90 {
  color: #585858;
}

.text-block-91 {
  color: #555;
}

.text-block-92 {
  color: #535353;
}

.text-block-93 {
  color: #505050;
}

.text-block-94 {
  color: #4e4e4e;
}

.text-block-95 {
  color: #4b4b4b;
}

.text-block-96 {
  color: #444;
}

.text-block-97 {
  color: #414141;
}

.text-block-98 {
  color: #3f3f3f;
}

.text-block-99 {
  color: #363636;
}

.text-block-100 {
  color: #353535;
}

.text-block-101 {
  color: #303030;
}

.text-block-102 {
  color: #2b2b2b;
}

.text-block-103 {
  color: #272727;
}

.text-block-104 {
  color: #131313;
}

.text-block-105 {
  color: #141414;
}

.text-block-106 {
  color: #202020;
}

.text-block-107, .text-block-108 {
  color: #242424;
}

.grid-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area-2"
                 "Area-3 Area-3"
                 / .25fr;
  justify-items: center;
}

.grid-11, .image-65 {
  display: none;
}

.grid-12 {
  display: block;
}

.image-67 {
  max-width: 30%;
  float: left;
  border-radius: 10px;
  padding-top: 5px;
  padding-right: 20px;
  display: block;
}

.div-block-49 {
  border: 1px #000;
  display: block;
}

.link-10 {
  color: #6b6b6b;
  text-decoration: none;
}

.slide-10 {
  height: 45vh;
}

.grid-13, .grid-14 {
  display: none;
}

.grid-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.grid-16 {
  display: none;
}

.link-11, .link-12 {
  color: #6b6b6b;
  text-decoration: none;
}

.section-24 {
  height: 15vw;
  background-color: #fff;
}

.section-25 {
  height: auto;
  background-color: #eee;
  margin-top: 0;
  padding-top: 350px;
  padding-bottom: 0;
}

.div-block-63 {
  text-align: center;
  padding-top: 70px;
}

.image-68 {
  margin-top: 25px;
  padding-bottom: 27px;
}

.container-12, .container-13, .container-14, .container-15, .container-16, .container-17, .container-18, .container-19, .container-20, .container-21 {
  padding-top: 30px;
}

.mask-2 {
  height: 100%;
}

.paragraph-66 {
  background-color: var(--white);
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  font-size: 16px;
}

.bold-text-26, .bold-text-27, .bold-text-28 {
  color: #6b6b6b;
}

.bold-text-29, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14 {
  color: #6b6b6b;
  font-size: 16px;
}

.paragraph-67 {
  text-align: justify;
}

.paragraph-68 {
  font-weight: 400;
}

.list-item-15 {
  font-size: 16px;
}

.list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21 {
  color: #6b6b6b;
  font-size: 16px;
}

.bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39 {
  padding-right: 30px;
}

.bold-text-40 {
  font-size: 16px;
}

.bold-text-41, .bold-text-42 {
  color: #6b6b6b;
}

.body-10 {
  background-image: linear-gradient(rgba(25, 58, 112, .36), rgba(25, 58, 112, .36)), radial-gradient(circle farthest-side at 0 0, #f98124, #f98124 32%, #2c599d 55%, #193a70 70%, #1a3b72 100%, #193a70);
}

.heading-35 {
  text-align: center;
}

.section-26 {
  height: 45vh;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  display: flex;
}

.heading-36 {
  text-align: center;
}

.div-block-64 {
  width: 80%;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.grid-17 {
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
}

.image-69, .image-70 {
  width: 50%;
}

.section-27 {
  height: 10vh;
}

.link-block-27-copy {
  text-decoration: none;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  margin-left: 140px;
  margin-right: 140px;
}

.image-71 {
  border-radius: 10px;
  padding-right: 0;
  transition: box-shadow .2s;
}

.image-71:hover {
  box-shadow: 7px 7px 3px #173a90;
}

.image-72 {
  border-radius: 10px;
  padding-left: 0;
  transition: box-shadow .2s;
  box-shadow: 1px 1px 3px #000;
}

.image-72:hover {
  box-shadow: 8px 8px 3px #173a90;
}

.section-28 {
  background-color: var(--white);
}

.heading-23-copy {
  color: #6b6b6b;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.select-field {
  color: #3a3a3a;
  border-radius: 6px;
  font-weight: 700;
}

.body-11 {
  background-color: #193a70;
}

.section-29 {
  background-color: var(--white);
  margin-top: 90px;
  padding: 40px 140px;
}

.heading-37 {
  color: #011658;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.paragraph-69 {
  text-align: center;
  margin-top: 20px;
}

.image-73 {
  text-align: center;
  border-radius: 10px;
  box-shadow: 8px 8px 9px -2px rgba(0, 0, 0, .2);
}

.paragraph-70 {
  text-align: justify;
  margin-top: 40px;
}

.div-block-65 {
  text-align: center;
}

.image-74 {
  height: 480px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 8px 8px 6px -2px #c2bdbd;
}

.container-22 {
  text-align: center;
}

.career-cd-sub-heading {
  color: var(--dim-grey);
  margin-top: 10px;
  font-size: 2vh;
  font-style: normal;
  font-weight: 400;
  line-height: 4vh;
}

.new-sub-list {
  color: var(--dim-grey);
  margin-left: 40px;
  line-height: 20px;
  list-style-type: square;
}

.list-item-22 {
  border: 1px solid var(--white);
}

.career-seperate-line {
  border-style: none none dashed;
  border-width: 1px 1px 2px;
  border-color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1vh;
  line-height: 1vh;
}

.grid-19 {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

.grid-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 0;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-8 Area-9"
                 / 1fr .25fr .25fr;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-underline {
  margin-top: 10px;
  font-style: normal;
  text-decoration: underline;
}

.news-table-content {
  color: #6b6b6b;
  border: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  font-style: normal;
}

.link-13 {
  border: 1px solid #000;
}

.news-table-title {
  color: var(--dim-grey);
  border: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
}

.news-table-content-link {
  color: #2b5bed;
  text-align: center;
  border: 1px #000;
  padding-left: 0;
}

.heading-38 {
  font-size: 10px;
}

.heading-39 {
  border-bottom: 1px #000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
}

.link-block-34 {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #000;
}

.grid-21 {
  grid-column-gap: 21px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
                       "Area-4 Area-5 Area-6";
}

.grid-22 {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4"
                       "Area-5 Area-6"
                       "Area-7 .";
}

.section-30 {
  background-color: #eee;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.link-block-35 {
  background-color: #fff;
  border-radius: 0;
  text-decoration: none;
}

.heading-40 {
  color: #1a1a1a;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-40:hover {
  opacity: .66;
}

.link-block-36 {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.heading-41 {
  color: #1a1a1a;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-41:hover {
  opacity: .67;
}

.link-block-37 {
  background-color: var(--white);
  border-radius: 8px;
  text-decoration: none;
}

.heading-42 {
  opacity: 1;
  color: #1a1a1a;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-42:hover {
  opacity: .67;
}

.link-block-38 {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.heading-43 {
  color: #1a1a1a;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-43:hover {
  opacity: .67;
}

.link-block-39 {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.heading-44 {
  color: #1a1a1a;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-44:hover {
  opacity: .67;
}

.link-block-40 {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.heading-45 {
  color: var(--black);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-45:hover {
  opacity: .67;
}

.link-block-41 {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.heading-46 {
  color: #1a1a1a;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-46:hover {
  opacity: .67;
}

.image-75 {
  border-radius: 7px;
}

.image-75:hover {
  opacity: .67;
}

.image-76 {
  border-radius: 7px;
}

.image-76:hover {
  opacity: .67;
}

.image-77 {
  border-radius: 7px;
}

.image-77:hover {
  opacity: .67;
}

.image-78 {
  border-radius: 7px;
}

.image-78:hover {
  opacity: .67;
}

.image-79 {
  border-radius: 7px;
}

.image-79:hover {
  opacity: .67;
}

.image-80 {
  border-radius: 7px;
}

.image-80:hover {
  opacity: .67;
}

.image-81 {
  border-radius: 7px;
}

.image-81:hover {
  opacity: .67;
}

.section-31 {
  background-color: var(--white);
}

.link-14 {
  color: rgba(0, 0, 0, .41);
  font-weight: 700;
  text-decoration: none;
  transition: color .125s;
}

.link-14:hover {
  color: #193a70;
}

.div-block-66 {
  text-align: center;
  padding-top: 40px;
}

.div-block-67 {
  padding-left: 22px;
  padding-right: 22px;
}

.text-block-110 {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.dropdown-toggle {
  text-align: center;
}

.dropdown-toggle-2 {
  padding-top: 3px;
}

.dropdown-toggle-3 {
  padding-top: 11px;
}

.dropdown-toggle-4 {
  padding-top: 14px;
}

.dropdown-toggle-5 {
  padding-top: 15px;
}

.dropdown-toggle-6 {
  padding-top: 16px;
}

.dropdown-toggle-7 {
  padding-top: 18px;
}

.dropdown-toggle-8 {
  padding-top: 20px;
}

.dropdown-toggle-9 {
  padding-top: 21px;
}

.dropdown-toggle-10 {
  padding-top: 22px;
}

.dropdown-toggle-11 {
  padding-top: 23px;
}

.dropdown-toggle-12 {
  padding-top: 22px;
}

.dropdown-toggle-13 {
  padding-top: 16px;
}

.dropdown-toggle-14 {
  padding-top: 11px;
}

.dropdown-toggle-15 {
  padding-top: 10px;
}

.dropdown-toggle-16, .dropdown-toggle-17 {
  padding-top: 6px;
}

.dropdown-toggle-18 {
  padding-top: 2px;
}

.dropdown-toggle-19, .dropdown-toggle-20, .dropdown-toggle-21, .dropdown-toggle-22, .dropdown-toggle-23, .dropdown-toggle-24, .dropdown-toggle-25 {
  padding-top: 0;
}

.dropdown-toggle-26 {
  color: #fff;
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 15px;
  padding-right: 25px;
}

.icon-2 {
  width: 16px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #574242;
  border-radius: 4px;
  margin-top: 2px;
  margin-right: auto;
  padding-left: 0;
}

.dropdown-link {
  background-color: var(--white);
  color: rgba(255, 255, 255, .68);
  text-align: center;
  mix-blend-mode: normal;
  border: 1px solid #1c3c72;
  border-radius: 2px;
  margin-top: -4px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 18px;
}

.dropdown-link:hover {
  box-shadow: none;
  opacity: 1;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-link.w--current {
  box-shadow: none;
  color: var(--black);
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #193a70;
  border-radius: 0;
  transition-property: none;
}

.dropdown-link.w--current:hover {
  box-shadow: none;
  opacity: 1;
  color: #afafaf;
}

.dropdown-link.bold-text-44 {
  box-shadow: none;
  border-style: none solid solid;
  border-color: #193a70;
  margin-top: 0;
  font-weight: 700;
  transition-property: none;
}

.dropdown-link.bold-text-44:hover {
  box-shadow: none;
  opacity: 1;
  color: #afafaf;
  background-color: #fff;
}

.dropdown-link.bold-text-44.w--current {
  color: #294373;
}

.dropdown-link.bold-text-44.w--current:hover {
  color: #9e9e9e;
}

.dropdown-list {
  color: rgba(255, 255, 255, .43);
  cursor: auto;
}

.dropdown-list.w--open {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(221, 221, 221, 0);
}

.bold-text-44 {
  color: #173c72;
  cursor: pointer;
  border: 1px #000;
}

.bold-text-44:hover {
  color: #afafaf;
  background-color: rgba(255, 255, 255, 0);
}

.image-82 {
  width: 100%;
  height: 300px;
}

.image-83 {
  width: 4000px;
  height: 400px;
}

.image-84 {
  margin-bottom: -6px;
  padding-bottom: 0;
}

.div-block-68 {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 6px 5px 12px 1px rgba(0, 0, 0, .2);
}

.div-block-69 {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 6px 5px 10px rgba(0, 0, 0, .2);
}

.div-block-70 {
  border-radius: 8px;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, .2);
}

.div-block-71 {
  border-radius: 8px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, .2);
}

.div-block-72 {
  border-radius: 8px;
  box-shadow: 2px 8px 11px rgba(0, 0, 0, .2);
}

.div-block-73 {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, .2);
}

.div-block-74 {
  border-radius: 8px;
  box-shadow: 6px 6px 13px rgba(0, 0, 0, .2);
}

.section-32 {
  height: 20vh;
  background-color: #fff;
  padding-bottom: 0;
  line-height: 20vh;
}

.section-33 {
  height: 60vh;
  background-color: #fff;
}

.section-34, .section-35, .section-36, .section-37, .section-38, .section-39 {
  height: 50vh;
  background-color: #fff;
}

.section-40 {
  height: 30vh;
  background-color: #fff;
}

.div-block-75 {
  border: 1px solid #000;
  padding-bottom: 30px;
  padding-left: 10px;
}

.heading-47 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.grid-23 {
  grid-template-columns: .5fr 1fr;
  grid-template-areas: "Area Area-2";
}

.grid-24 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 2.25fr;
}

.image-in-news-grid {
  width: auto;
  max-width: 20%;
  float: none;
  margin: 10px 0;
  padding-top: 0;
}

.paragraph-in-news-grid {
  float: none;
  clear: none;
  align-content: flex-start;
  display: block;
  position: static;
}

.grid-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-71 {
  float: none;
  clear: none;
}

.image-85 {
  float: left;
  clear: none;
  margin-bottom: 20px;
  margin-right: 20px;
}

.div-block-76 {
  float: none;
  clear: none;
  text-align: left;
  flex-flow: wrap;
  margin: 10px 0 20px;
  display: inline-block;
  position: static;
}

.paragraph-20-copy {
  color: #6b6b6b;
  text-align: justify;
  color: #6b6b6b;
  text-align: justify;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 20px;
  text-decoration: none;
}

.paragraph-news-leader {
  float: none;
  clear: none;
  text-align: justify;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.bold-text-45 {
  color: #05347a;
  -webkit-text-stroke-color: var(--white);
  font-size: 40px;
}

.rich-text-block {
  float: left;
  border: 1px solid #ff2727;
}

.container-23 {
  clear: left;
}

.section-41 {
  background-color: #ff8989;
}

.div-block-77, .rich-text-block-2 {
  float: none;
  clear: none;
}

.body-12 {
  background-color: #1c1c1c;
}

.section-42 {
  float: none;
  clear: none;
  margin-top: 91px;
}

.image-86 {
  max-width: 35%;
  float: left;
  clear: left;
  padding-right: 20px;
}

.paragraph-72 {
  float: left;
  clear: left;
  position: static;
}

.div-block-78, .rtclass {
  float: none;
  clear: none;
}

.image-87 {
  max-width: 35%;
}

.rich-text-block-3 {
  float: none;
  clear: none;
  display: block;
}

.body-13 {
  background-color: #193a70;
}

.section-43 {
  background-color: #fff;
  margin-top: 90px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-48 {
  color: #193a70;
  text-align: center;
  font-size: 26px;
}

.paragraph-73 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 40px;
  font-weight: 700;
}

.image-88 {
  width: 250px;
  height: auto;
  max-width: 100%;
  float: left;
  clear: left;
  text-align: left;
  border-left: 4px #193a70;
  border-radius: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
  font-size: 30px;
  line-height: 60px;
  display: block;
}

.rtblock {
  float: none;
  clear: none;
  text-align: justify;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
}

.section-44 {
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  padding: 90px 250px 60px;
}

.section-45, .section-46 {
  background-color: #fff;
  padding-bottom: 60px;
  padding-left: 250px;
  padding-right: 250px;
}

.section-47 {
  background-color: #fff;
  padding-bottom: 20px;
  padding-left: 250px;
  padding-right: 250px;
}

.rich-text-block-4 {
  padding-top: 0;
  padding-bottom: 10px;
}

.heading-49 {
  color: #6b6b6b;
  text-align: left;
  margin-top: 0;
  font-size: 16px;
}

.heading-50 {
  color: #6b6b6b;
  margin-top: 0;
  font-size: 16px;
}

.section-48 {
  background-color: #fff;
  padding-left: 250px;
  padding-right: 250px;
}

.section-49 {
  background-color: #fff;
  margin-left: 0;
  padding-left: 250px;
  padding-right: 250px;
}

.paragraph-74, .paragraph-75 {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.italic-text {
  font-size: 16px;
  line-height: 30px;
}

.list-4 {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.grid-news-asco {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 0;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-8 Area-9"
                 / 25% 40% 35%;
  grid-auto-columns: 0%;
  justify-content: stretch;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.grid-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  border: 1px solid #000;
  outline: 3px #333;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 25% 40% 35%;
}

.grid-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 2fr 1fr;
}

.news-asco-table-heading {
  color: #6b6b6b;
  text-align: left;
  border: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.news-asco-table-content {
  text-align: left;
  border: 1px solid #000;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.bold-text-47 {
  color: #6b6b6b;
}

.heading-51 {
  font-weight: 700;
}

.heading-52 {
  color: #3e659d;
}

.paragraph-76 {
  border: 1px solid rgba(134, 130, 130, .32);
  margin-top: 60px;
}

.section-medical-advisor {
  background-color: #fff;
  background-image: url('../images/Publications_banner-01.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 140px;
}

.column-14, .column-15 {
  text-align: left;
}

.heading-53 {
  text-align: center;
  mix-blend-mode: normal;
  font-size: 8vh;
  font-style: normal;
  transform: translate(0)translate(0);
  box-shadow: 0 0 rgba(0, 0, 0, .2);
}

.column-16 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.link-15 {
  color: #1440db;
  -webkit-text-stroke-color: var(--black);
}

.link-16, .link-17, .link-18, .link-19 {
  color: #1440db;
}

.div-block-asco-038 {
  text-align: center;
}

.image-89 {
  text-align: center;
  display: inline-block;
}

.video {
  width: 50%;
  height: 50%;
  display: block;
}

.section-51 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
}

.heading-54 {
  color: #6b6b6b;
  text-align: center;
  margin: 20px 0 0;
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
  transition: color .1s;
}

.heading-54:hover {
  color: #193a70;
  -webkit-text-stroke-color: #193a70;
}

.video-2 {
  width: auto;
  height: auto;
  text-align: center;
  border: 5px #193a70;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  box-shadow: 7px 5px 11px 2px rgba(0, 0, 0, .2);
}

.div-block-80 {
  width: 960px;
  height: 540px;
  text-align: center;
}

.link-block-42 {
  text-decoration: none;
}

.section-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 170px;
  display: flex;
}

.section-52 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 190px;
  display: flex;
}

.section-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 120px;
  display: flex;
}

.link-20, .link-21 {
  color: #0c4cc2;
}

.image-90 {
  text-align: left;
}

.image-91 {
  text-align: center;
  padding-top: 25px;
  display: inline-block;
}

.slide-1-3-copy {
  text-align: center;
  padding-top: 25px;
}

.html-embed-3 {
  width: auto;
  height: 2000px;
}

.background-video-mobile {
  width: 100%;
  height: 100%;
  background-color: rgba(35, 49, 71, 0);
  display: none;
}

.link-22 {
  color: #3634db;
}

.div-block-esmo {
  padding-left: 20px;
  padding-right: 20px;
}

.image-esmo {
  margin-left: 0;
  margin-right: 10px;
}

.link-23 {
  color: #1e0bf0;
}

.section-13-colorme {
  height: 10vh;
  background-color: #000;
  border: 1px solid #193a70;
  text-decoration: none;
}

.text-block-111 {
  color: #fff;
  font-weight: 700;
}

.success-message {
  background-color: rgba(76, 241, 0, .34);
  border: 2px solid #35ee10;
  border-radius: 8px;
  margin-top: 25px;
}

.text-block-112 {
  color: #fff;
  font-weight: 700;
}

.error-message {
  background-color: rgba(255, 0, 0, .44);
  border: 2px solid red;
  border-radius: 5px;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrap-copy {
  max-width: 700px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.error {
  width: 100%;
  height: 80px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.grid-28 {
  grid-column-gap: 16px;
  background-color: rgba(255, 0, 0, .66);
  border-radius: 10px;
  grid-template: "Area Area-2 Area-3"
  / .5fr 1fr .5fr;
  box-shadow: 5px 4px 5px rgba(0, 0, 0, .55);
}

.text-block-113 {
  color: #fff;
  font-weight: 700;
}

.paragraph-news-bristol {
  text-align: center;
  font-size: 16px;
}

.link-24 {
  color: #142dbd;
}

.heading-news-bristol {
  color: #6b6b6b;
}

.bold-text-news-bristol {
  color: #6b6b6b;
  font-size: 16px;
}

.link-25, .link-26, .link-27, .link-28 {
  color: #142dbc;
}

.image-93 {
  width: 35%;
}

.div-block-81 {
  width: 70%;
  height: 20px;
  background-color: #1babfd;
}

.text-block-114, .text-block-115 {
  color: #fff;
}

.bold-text-49 {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
}

.image-94 {
  width: 100px;
  max-width: 35%;
}

.text-block-116, .text-block-117 {
  color: #fff;
}

.text-block-118 {
  color: var(--white);
}

.div-block-82 {
  width: 70%;
  height: 20px;
  background-color: #1babfd;
}

.image-95 {
  width: 100px;
  max-width: 35%;
}

.text-block-119 {
  color: #fff;
}

.bold-text-50 {
  color: #fcfcfc;
  background-color: rgba(255, 255, 255, 0);
}

.bold-text-51 {
  color: #fff;
}

.div-block-83 {
  width: 70%;
  height: 20px;
  background-color: #1babfd;
}

.image-96 {
  width: 100%;
  max-width: 35%;
}

.text-block-120, .bold-text-52 {
  color: #fff;
}

.div-block-84 {
  width: 70%;
  height: 20px;
  background-color: #1babfd;
}

.image-97 {
  width: 100%;
  max-width: 35%;
}

.text-block-121, .bold-text-53 {
  color: #fff;
}

.div-block-85 {
  width: 70%;
  height: 20px;
  color: #1babfd;
  background-color: #1babfd;
}

.image-98, .image-99 {
  width: 100%;
  max-width: 35%;
}

.bold-text-54, .text-block-122 {
  color: #fff;
}

.div-block-86 {
  width: 60%;
  height: 20px;
  background-color: #1babfd;
}

.yes-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border: 1px solid #fff;
  grid-template: "Area Area-2 Area-3 Area-4 Area-13 Area-31"
                 "Area-5 Area-6 Area-7 Area-8 Area-14 Area-32"
                 "Area-9 Area-10 Area-11 Area-12 Area-15 Area-33"
                 "Area-21 Area-20 Area-19 Area-18 Area-16 Area-34"
                 "Area-22 Area-23 Area-24 Area-25 Area-17 Area-35"
                 "Area-26 Area-27 Area-28 Area-29 Area-30 Area-36"
                 / 1fr 1fr 1fr 4fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: stretch;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 10px;
}

.image-100 {
  width: 100%;
  max-width: 100%;
  margin-right: 25px;
  padding-right: 11px;
}

.image-101 {
  padding-right: 10px;
}

.grid-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fff;
  margin-bottom: 25px;
  margin-left: 100px;
  margin-right: 99px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.heading-55, .heading-56 {
  font-size: 3vh;
}

.heading-57 {
  text-align: center;
  border: 1px solid #fff;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3vh;
}

.text-block-123 {
  color: #fff;
  text-align: center;
  border: 1px #fff;
  text-decoration: none;
}

.div-block-87 {
  padding-left: 100px;
  padding-right: 100px;
}

.link-29 {
  color: #fff;
}

.text-block-124 {
  color: #fff;
  padding-bottom: 10px;
  text-decoration: underline;
}

.link-30 {
  color: #939393;
  cursor: pointer;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: color .15s;
}

.link-30:hover {
  color: #494646;
}

.div-block-88 {
  background-color: rgba(0, 0, 0, .17);
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 18px;
  padding: 10px;
}

.div-block-89 {
  padding: 10px;
}

.text-block-125 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    height: auto;
    flex-direction: column;
    padding-top: 0;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .image-2 {
    max-width: 100%;
  }

  .nav-link {
    color: #000;
    text-align: center;
    padding-top: 20px;
    font-size: 25px;
  }

  .nav-link:hover {
    box-shadow: none;
    color: #000;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    flex: none;
  }

  .footer {
    align-items: center;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    width: 30%;
    min-width: 30%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, .8);
    border-bottom: 3px solid #8a8a8a;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: auto;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .background-video {
    width: 100%;
    height: 50%;
  }

  .image-5 {
    width: 500px;
    height: 500px;
    margin-top: 14px;
  }

  .hero-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy.center {
    height: auto;
    flex-direction: column;
    padding-top: 0;
  }

  .section-copy.center-copy {
    height: auto;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-21-copy {
    margin-top: 71px;
  }

  .text-block-17-copy {
    margin-top: 0;
    font-size: 45px;
  }

  .columns-copy {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-9 {
    width: 100%;
    padding-top: 160px;
  }

  .hero-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-copy, .nav-inner-copy {
    width: 100vw;
  }

  .section-copy-copy.center, .section-copy-copy.center-copy, .section-copy-copy.center-copy-copy {
    height: auto;
    flex-direction: column;
    padding-top: 0;
  }

  .section-3 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .background-video-5 {
    display: none;
  }

  .grid-3 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .section-5 {
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 7px 6px 0 1px #c4c4c4;
  }

  .heading-6, .heading-7, .heading-9, .heading-10, .heading-11 {
    font-size: 20px;
  }

  .heading-12 {
    font-family: Gothic A1, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }

  .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
    width: 35px;
  }

  .nav-inner-copy {
    width: 100vw;
    border-radius: 0;
    padding-top: 10px;
  }

  .hero-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    width: 60%;
  }

  .heading-13 {
    margin-top: 40px;
  }

  .div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: none;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20 {
    font-size: 14px;
  }

  .yes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template: "Area Area-2 Area-3 Area-4"
                   ". . . ."
                   / 1fr .75fr 1fr 4fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-26 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-6 {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
  }

  .body-5 {
    background-image: repeating-radial-gradient(circle at 0%, #052f5f, #0a3563 9%, #3c5e82 31%, #9daec0 100%, #bfcad6 100%, #b9bfc2);
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .body-7 {
    background-color: rgba(25, 58, 112, .99);
  }

  .section-9 {
    margin-bottom: auto;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-22 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-19 {
    font-size: 13px;
    line-height: 26px;
  }

  .heading-23 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .section-10 {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-10 {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: 60px;
    text-decoration: none;
  }

  .image-44, .image-45 {
    width: 30px;
  }

  .link-block-11 {
    width: 100%;
    border: 1px solid #9c9c9c;
    border-bottom-width: 2px;
    padding: 10px 20px;
  }

  .link-block-12, .link-block-13, .link-block-13.w--current {
    width: 100%;
  }

  .heading-24 {
    color: #000;
    border: 1px solid #949494;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-24:hover {
    color: #000;
    border: 1px solid #949494;
  }

  .heading-25 {
    color: #000;
    border: 1px solid #949494;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-25:hover {
    color: #000;
    border: 1px solid #949494;
  }

  .heading-26 {
    color: #000;
    border: 1px #949494;
    border-radius: 0;
    padding: 0;
  }

  .heading-26:hover {
    color: #000;
    border: 1px #949494;
  }

  .heading-27 {
    text-align: center;
  }

  .paragraph-20 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-careers {
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-career-sub-title {
    font-size: 13px;
    line-height: 26px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 60px;
  }

  .shadow-two {
    max-width: 40%;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-news {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-news {
    font-size: 13px;
    line-height: 26px;
  }

  .paragraph-24 {
    text-align: center;
    background-color: #e4ecf1;
    border-radius: 9px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .section-11 {
    color: #cde9f0;
    text-align: center;
    background-color: #e4ecf1;
    padding-bottom: 20px;
  }

  .button-4 {
    width: auto;
    text-align: center;
    border-radius: 9px;
    padding: 20px 40px;
    font-size: 16px;
  }

  .grid-7-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area Area-2 Area-3 Area-4"
                   ". . . ."
                   ". . . ."
                   / minmax(300px, 2.5fr) .75fr 5fr minmax(200px, 4fr);
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: center;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .yes-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "Area Area-2 Area-3 Area-4"
    / 1fr .75fr 1fr 4fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .heading-career-department {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .link-block-news {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: 60px;
    text-decoration: none;
  }

  .image-46 {
    max-width: 100%;
    display: block;
  }

  .section-10-copy {
    margin-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-6 {
    width: 30%;
    margin-top: 30px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-27-copy {
    text-align: center;
  }

  .image-48 {
    width: 200px;
  }

  .body-8 {
    background-position: 0 0;
    background-size: cover;
  }

  .column-4 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .column-5 {
    padding-right: 0;
  }

  .body-career {
    background-image: repeating-radial-gradient(circle at 0%, #052f5f, #0a3563 9%, #3c5e82 31%, #9daec0 100%, #bfcad6 100%, #b9bfc2);
  }

  .heading-news-title {
    text-align: center;
  }

  .link-block-news-home, .link-block-news-copy {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: 60px;
    text-decoration: none;
  }

  .section-10-copy {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-27-copy-copy {
    text-align: center;
  }

  .heading-news-copy {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .heading-27-copy, .heading-27-copy-copy, .heading-27-copy-copy, .heading-27-blue {
    text-align: center;
  }

  .paragraph-news-copy {
    font-size: 13px;
    line-height: 26px;
  }

  .columns-4 {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
  }

  .heading-33 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .heading-33:hover {
    color: #000;
  }

  .link-block-27 {
    width: 100%;
    border-top: 2px solid #9c9c9c;
    border-bottom: 2px solid #9c9c9c;
    padding: 10px 20px;
    text-decoration: none;
  }

  .link-block-29 {
    background-color: rgba(0, 0, 0, 0);
  }

  .background-video-8 {
    height: 400px;
  }

  .image-56, .image-57 {
    width: 250px;
  }

  .container-11 {
    background-color: rgba(255, 255, 255, 0);
    justify-content: center;
    display: flex;
  }

  .image-58 {
    width: 70%;
  }

  .paragraph-25 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-26 {
    margin-left: auto;
    margin-right: 40px;
  }

  .grid-8 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-23 {
    height: 20vh;
    padding-bottom: 0;
  }

  .bold-text-17 {
    font-size: 12px;
  }

  .grid-9 {
    grid-template-columns: .25fr .25fr;
    grid-auto-columns: .25fr;
  }

  .grid-10 {
    grid-template-columns: 1.25fr;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-3";
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    display: none;
  }

  .image-64 {
    max-width: 50%;
  }

  .grid-11 {
    max-width: 50%;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-3";
    display: flex;
  }

  .image-65 {
    display: block;
  }

  .grid-12 {
    grid-column-gap: 31px;
    grid-row-gap: 16px;
    grid-template: "Area Area-2"
                   "Area-3 Area-3"
                   / .5fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
    display: grid;
  }

  .image-66 {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 6px 6px 9px rgba(0, 0, 0, .26);
  }

  .paragraph-27 {
    text-align: justify;
    margin-left: 0;
    margin-right: auto;
  }

  .paragraph-28 {
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-18 {
    margin-left: auto;
    margin-right: 0;
  }

  .image-67 {
    max-width: 40%;
    padding-right: 10px;
  }

  .div-block-49 {
    display: block;
  }

  .link-10 {
    margin-left: auto;
    margin-right: 40px;
  }

  .paragraph-29 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--white);
    grid-template: "Area Area-2 Area-3 Area-4"
                   "Area-5 Area-6 Area-7 Area-8"
                   "Area-12 Area-11 Area-10 Area-9"
                   "Area-13 Area-14 Area-15 Area-16"
                   "Area-17 Area-18 Area-19 Area-20"
                   "Area-24 Area-23 Area-21 Area-22"
                   / .25fr .25fr .25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-109 {
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
  }

  .paragraph-30 {
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 20px;
  }

  .paragraph-31 {
    color: #fff;
    text-align: center;
    line-height: 20px;
  }

  .paragraph-32 {
    color: #fdfdfd;
    text-align: center;
    line-height: 20px;
  }

  .paragraph-33, .paragraph-34 {
    color: #fff;
    text-align: center;
    line-height: 20px;
  }

  .paragraph-35 {
    color: #fefefe;
    text-align: center;
    line-height: 20px;
  }

  .paragraph-36 {
    color: #fff;
    text-align: center;
    font-size: 14px;
  }

  .paragraph-37 {
    color: #f1f1f1;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41 {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-19 {
    line-height: 20px;
  }

  .paragraph-42 {
    color: #fff;
    text-align: center;
  }

  .paragraph-43, .paragraph-44, .paragraph-45, .paragraph-46 {
    color: #fff;
  }

  .div-block-50 {
    width: 80%;
    height: 20px;
    background-color: #0af;
  }

  .div-block-51, .div-block-52, .div-block-53 {
    width: 89%;
    height: 20px;
    background-color: #0af;
  }

  .div-block-54 {
    width: 100%;
    height: 20px;
    background-color: #0af;
  }

  .div-block-55 {
    width: 89%;
    height: 20px;
    background-color: #0af;
  }

  .grid-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--white);
    grid-template: "Area Area-2 Area-3 Area-4"
                   "Area-8 Area-7 Area-6 Area-5"
                   "Area-9 Area-10 Area-11 Area-12"
                   / .25fr .25fr .25fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .paragraph-47 {
    color: var(--white);
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .paragraph-48, .paragraph-49 {
    color: var(--white);
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-50 {
    color: var(--white);
    font-size: 14px;
  }

  .paragraph-51, .paragraph-52 {
    color: var(--white);
    text-align: center;
    line-height: 20px;
  }

  .bold-text-20, .bold-text-21 {
    font-size: 14px;
  }

  .bold-text-22, .bold-text-23, .bold-text-24 {
    color: var(--white);
  }

  .div-block-56 {
    width: 80%;
    height: 20px;
    background-color: #0af;
  }

  .div-block-57, .div-block-58 {
    width: 62%;
    height: 20px;
    background-color: #0af;
  }

  .grid-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--white);
    grid-template: "Area Area-2 Area-3 Area-4"
                   "Area-5 Area-6 Area-7 Area-8"
                   "Area-9 Area-10 Area-11 Area-12"
                   / .75fr 1.25fr .5fr 3fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-53 {
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-54 {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .paragraph-55 {
    color: #fff;
  }

  .div-block-59 {
    width: 80%;
    height: 20px;
    background-color: #0af;
  }

  .paragraph-56, .paragraph-57 {
    color: var(--white);
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-58 {
    color: var(--white);
    text-align: center;
  }

  .paragraph-59 {
    color: var(--white);
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-60 {
    font-size: 14px;
  }

  .paragraph-61 {
    color: #fff;
    text-align: center;
    font-size: 14px;
  }

  .paragraph-62 {
    color: var(--white);
    text-align: center;
  }

  .div-block-60 {
    width: 89%;
    height: 20px;
    background-color: #0af;
  }

  .div-block-61 {
    width: 63%;
    height: 20px;
    background-color: #0af;
  }

  .bold-text-25 {
    text-align: center;
  }

  .grid-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--white);
    grid-template: "Area Area-2 Area-3 Area-4"
    / .5fr .5fr .25fr 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-63 {
    color: var(--white);
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-64 {
    color: var(--white);
    text-align: center;
    font-size: 14px;
  }

  .paragraph-65 {
    color: var(--white);
    text-align: center;
  }

  .div-block-62 {
    width: 80%;
    height: 20px;
    background-color: #0af;
  }

  .link-11, .link-12 {
    color: #6b6b6b;
    text-decoration: none;
  }

  .section-24 {
    height: 30vw;
    background-color: #fff;
    margin-top: 0;
  }

  .link-block-27-copy {
    width: 100%;
    border: 1px #000;
    padding: 10px 20px;
    text-decoration: none;
  }

  .link-block-27-copy.w--current {
    border: 1px #000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .grid-18 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-23-copy {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .section-29 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-20 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .grid-22 {
    display: inline-block;
  }

  .text-block-110 {
    color: var(--black);
  }

  .dropdown-toggle-14 {
    margin-top: 27px;
    padding-bottom: 0;
  }

  .icon-2 {
    color: #000;
    margin-top: 2px;
  }

  .dropdown-link {
    color: var(--black);
    background-color: rgba(208, 210, 215, 0);
    border-style: none;
    margin-top: 29px;
  }

  .dropdown-link:hover {
    opacity: 1;
    background-color: rgba(208, 210, 215, 0);
  }

  .dropdown-link.w--current {
    background-color: rgba(208, 210, 215, 0);
  }

  .dropdown-link.bold-text-44 {
    color: #193a70;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
  }

  .dropdown-list.w--open {
    color: rgba(153, 92, 92, 0);
  }

  .bold-text-44 {
    color: #193a70;
  }

  .dropdown {
    float: none;
    margin-bottom: -4px;
    padding-bottom: 25px;
  }

  .div-block-68, .div-block-69, .div-block-70, .div-block-71, .div-block-72, .div-block-73, .div-block-74 {
    margin-bottom: 20px;
  }

  .grid-24 {
    grid-template-columns: .75fr 2.25fr;
  }

  .image-in-news-grid {
    max-width: 20%;
    float: left;
    margin: 15px 20px 0 40px;
    padding-top: 0;
  }

  .paragraph-in-news-grid {
    margin-right: 20px;
  }

  .paragraph-20-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-news-leader {
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .image-88 {
    max-width: 100%;
    border-radius: 10px;
  }

  .div-block-79 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-44, .section-45, .section-46 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-47 {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-49 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-48, .section-49 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-74 {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-news-asco {
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-53 {
    font-size: 7vh;
  }

  .div-block-80 {
    width: 700px;
    height: auto;
  }

  .background-video-mobile {
    display: flex;
  }

  .image-13-copy {
    width: 40px;
    width: 45px;
  }

  .error-message {
    padding-bottom: 2px;
  }

  .div-block-81 {
    width: 65%;
  }

  .text-block-114 {
    font-size: 12px;
  }

  .text-block-115 {
    margin-bottom: 10px;
    line-height: 15px;
  }

  .bold-text-49, .text-block-116 {
    font-size: 12px;
  }

  .div-block-82 {
    width: 65%;
  }

  .text-block-119 {
    font-size: 12px;
  }

  .bold-text-50 {
    font-size: 12px;
    line-height: 2px;
  }

  .bold-text-51 {
    font-size: 12px;
  }

  .div-block-83 {
    width: 65%;
  }

  .text-block-120, .bold-text-52 {
    font-size: 12px;
  }

  .div-block-84 {
    width: 65%;
  }

  .text-block-121 {
    font-size: 12px;
  }

  .div-block-85 {
    width: 65%;
  }

  .yes-copy-copy {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr 4fr;
    grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5 Area-6"
                         ". Area-7 Area-8 Area-9 Area-10 Area-11"
                         "Area-34 Area-16 Area-15 Area-14 Area-13 Area-12"
                         "Area-17 Area-18 Area-19 Area-20 Area-21 Area-22"
                         "Area-23 Area-24 Area-25 Area-26 Area-27 Area-28"
                         "Area-29 Area-30 Area-31 Area-32 Area-33 .";
    grid-auto-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .link-30 {
    font-size: 12px;
  }

  .text-block-125 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .bold-text-55 {
    font-size: 12px;
  }

  .bold-text-56 {
    font-size: 12px;
    line-height: 2px;
  }

  .bold-text-57 {
    font-size: 12px;
  }

  .text-block-126 {
    font-size: 5px;
    line-height: 15px;
  }

  .text-block-127, .bold-text-58, .bold-text-59 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    background-image: none;
    margin-bottom: 0;
  }

  .section.wide.img {
    padding-top: 0;
  }

  .feature-content.icons {
    width: auto;
    text-align: left;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    width: 50%;
    flex: none;
    align-items: center;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    width: 100%;
    max-width: none;
    background-color: var(--black);
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-link, .nav-link:hover {
    color: #000;
    text-align: center;
    font-size: 25px;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    width: 35%;
    background-color: rgba(255, 255, 255, .81);
    border: 3px #000;
    border-bottom: 3px solid #838383;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    width: 100%;
  }

  .background-video {
    width: 100%;
    height: 20%;
    background-color: rgba(25, 58, 112, .51);
    margin-top: 0;
  }

  .image-5 {
    width: 300px;
    height: 300px;
    margin-top: 15px;
  }

  .text-block-16 {
    text-align: justify;
  }

  .section-copy.center {
    background-image: linear-gradient(135deg, #fb9b51, #f98124 0%, #5c84c4 51%, #10224d 86%);
    margin-bottom: 0;
  }

  .section-copy.wide.img {
    padding-top: 0;
  }

  .section-copy.center-copy {
    background-image: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-17-copy {
    margin-top: 0;
  }

  .columns-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-9 {
    width: 500px;
    padding-top: 0;
  }

  .section-copy-copy.center {
    background-image: linear-gradient(135deg, #fb9b51, #f98124 0%, #5c84c4 51%, #10224d 86%);
    margin-bottom: 0;
  }

  .section-copy-copy.wide.img {
    padding-top: 0;
  }

  .section-copy-copy.center-copy, .section-copy-copy.center-copy-copy {
    background-image: linear-gradient(135deg, #fb9b51, #f98124 0%, #5c84c4 51%, #10224d 86%);
    margin-bottom: 0;
  }

  .background-video-5 {
    display: flex;
  }

  .section-5 {
    box-shadow: 6px 5px 0 1px #c4c4c4;
  }

  .slider {
    width: 75%;
  }

  .div-block-32 {
    margin-top: 60px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20 {
    font-size: 12px;
  }

  .yes {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-25, .bold-text-4 {
    font-size: 12px;
  }

  .bold-text-6 {
    font-size: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .section-9 {
    margin-bottom: auto;
    padding: 20px;
  }

  .heading-22 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-19 {
    font-size: 11px;
    line-height: 22px;
  }

  .heading-23 {
    text-align: center;
    margin-right: auto;
  }

  .section-10 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-10 {
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: 0;
    padding-left: 20px;
    font-size: 12px;
    text-decoration: none;
  }

  .image-43 {
    width: 75%;
    text-align: left;
  }

  .image-44, .image-45 {
    width: 30px;
  }

  .div-block-34 {
    text-align: center;
  }

  .link-block-11 {
    width: 100%;
    border: 1px solid #949494;
    border-bottom-width: 2px;
  }

  .link-block-12, .link-block-13 {
    width: 100%;
    border: 1px #949494;
  }

  .link-block-13.w--current {
    width: 100%;
  }

  .heading-24 {
    color: #000;
    border: 1px solid #949494;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-24:hover {
    color: #000;
    border: 1px solid #949494;
  }

  .heading-25 {
    width: 100%;
    color: #000;
    border: 1px solid #949494;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-25:hover {
    color: #000;
    border: 1px solid #949494;
  }

  .heading-26 {
    width: 100%;
    color: #000;
    border: 1px #949494;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-26:hover {
    color: #000;
    border: 1px #949494;
  }

  .heading-27 {
    text-align: center;
  }

  .paragraph-20 {
    text-align: justify;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 28px;
  }

  .paragraph-21, .paragraph-career-content {
    font-size: 14px;
    line-height: 28px;
  }

  .heading-careers {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }

  .paragraph-career-sub-title {
    font-size: 11px;
    line-height: 22px;
  }

  .hero-heading-right {
    padding: 0 15px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .heading-news {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-news {
    font-size: 11px;
    line-height: 22px;
  }

  .button-4 {
    width: auto;
    border-radius: 9px;
    padding: 20px 40px;
    font-size: 12px;
    line-height: 16px;
  }

  .grid-7-copy, .yes-copy, .yes-copy, .yes-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .yes-copy {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-career-department {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .link-block-news {
    margin: 0 auto;
    padding-left: 20px;
    font-size: 12px;
    text-decoration: none;
  }

  .section-10-copy {
    margin-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-6 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
  }

  .heading-27-copy {
    text-align: center;
    font-size: 4vh;
    line-height: 8vh;
  }

  .image-48 {
    width: 150px;
  }

  .spacer {
    height: 12vh;
  }

  .text-block-78 {
    text-align: justify;
  }

  .heading-31 {
    text-align: center;
    align-self: center;
  }

  .column-4 {
    justify-content: center;
    padding-bottom: 25px;
  }

  .heading-32 {
    border-style: none;
    border-width: 1px 1px 3px;
    border-color: black black var(--white);
  }

  .heading-news-title {
    text-align: center;
  }

  .link-block-news-home, .link-block-news-copy {
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: 0;
    padding-left: 20px;
    font-size: 12px;
    text-decoration: none;
  }

  .section-10-copy {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-27-copy-copy {
    text-align: center;
  }

  .heading-news-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-27-copy, .heading-27-copy-copy, .heading-27-copy-copy, .heading-27-blue {
    text-align: center;
  }

  .paragraph-news-copy {
    font-size: 11px;
    line-height: 22px;
  }

  .columns-4 {
    justify-content: center;
  }

  .background-video-8 {
    height: 400px;
  }

  .column-11 {
    justify-content: center;
  }

  .column-12 {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    position: static;
  }

  .image-56, .image-57 {
    width: 200px;
  }

  .image-58 {
    width: 80%;
  }

  .paragraph-26 {
    margin-left: auto;
  }

  .section-20 {
    padding-top: 20px;
  }

  .grid-12 {
    display: none;
  }

  .image-67 {
    max-width: 50%;
    text-align: left;
    border-radius: 10px;
    align-self: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-49 {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
    display: flex;
  }

  .link-10 {
    margin-left: auto;
  }

  .paragraph-29 {
    margin-left: 40px;
    font-size: 14px;
  }

  .grid-13, .grid-14, .grid-15, .grid-16 {
    display: none;
  }

  .link-11, .link-12 {
    color: #6b6b6b;
    text-decoration: none;
  }

  .section-24 {
    display: block;
  }

  .link-block-27-copy {
    border: 1px #000;
  }

  .grid-18 {
    text-align: center;
    display: block;
  }

  .link-block-32 {
    padding-bottom: 40px;
  }

  .heading-23-copy {
    text-align: left;
    margin-right: auto;
  }

  .grid-20 {
    grid-template-columns: 1fr .5fr .5fr;
    margin-left: 60px;
    margin-right: 60px;
  }

  .news-table-content {
    font-size: 13px;
  }

  .news-table-title {
    font-size: 15px;
    line-height: 30px;
  }

  .news-table-content-link {
    line-height: 15px;
  }

  .grid-22 {
    display: inline-block;
  }

  .dropdown-link.bold-text-44 {
    color: #193a70;
    border: 0 solid rgba(0, 0, 0, 0);
  }

  .bold-text-44 {
    color: #193a70;
    border-color: rgba(0, 0, 0, 0);
  }

  .div-block-68, .div-block-69, .div-block-70, .div-block-71, .div-block-72, .div-block-73, .div-block-74 {
    margin-bottom: 20px;
  }

  .image-in-news-grid {
    max-width: 30%;
    margin-top: 15px;
    margin-left: 40px;
    margin-right: 10px;
    display: block;
  }

  .paragraph-in-news-grid, .paragraph-20-copy, .paragraph-20-copy {
    font-size: 14px;
  }

  .paragraph-news-leader {
    font-size: 15px;
    line-height: 28px;
  }

  .image-88 {
    height: auto;
    max-width: 35%;
    border-radius: 10px;
  }

  .section-44, .section-45, .section-46 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-47 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block-4 {
    text-align: justify;
  }

  .heading-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-48, .section-49 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-75 {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-news-asco {
    grid-template-columns: 1fr .5fr .5fr;
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-53 {
    font-size: 7vh;
  }

  .heading-54 {
    font-size: 15px;
  }

  .div-block-80 {
    width: 90%;
  }

  .background-video-mobile {
    display: none;
  }

  .wrap-copy {
    width: 100%;
    max-width: none;
    background-color: var(--black);
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-81 {
    width: 70%;
  }

  .text-block-114 {
    font-size: 10px;
  }

  .bold-text-49 {
    font-size: 10px;
    line-height: 10px;
  }

  .text-block-116 {
    font-size: 10px;
  }

  .div-block-82 {
    width: 70%;
  }

  .text-block-119, .bold-text-50, .bold-text-51 {
    font-size: 10px;
  }

  .div-block-83 {
    width: 70%;
  }

  .text-block-120, .bold-text-52 {
    font-size: 10px;
  }

  .div-block-84 {
    width: 70%;
  }

  .text-block-121 {
    font-size: 10px;
  }

  .div-block-85 {
    width: 70%;
  }

  .yes-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-55, .bold-text-56, .bold-text-57, .text-block-128, .text-block-129 {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    height: 90vh;
    background-image: none;
    background-size: auto;
    padding-bottom: 0;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(0, 0, 0, 0);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-2 {
    width: 100%;
    max-width: 100%;
    display: none;
  }

  .button-wrap {
    width: 90vw;
    flex-direction: column;
  }

  .nav-link {
    color: #000;
    text-align: center;
    background-color: #c76d32;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    text-decoration: none;
  }

  .nav-link:hover {
    outline-offset: 0px;
    text-align: center;
    outline: 3px #e148c0;
    text-decoration: none;
    box-shadow: 0 0 3px #000;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap {
    flex-direction: column;
    margin-bottom: 5vh;
  }

  .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-wrap.logos {
    display: none;
  }

  .feature-wrap.icons.numbers {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-image {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .footer {
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer-link {
    text-decoration: none;
  }

  .form-2 {
    width: 90vw;
    flex-direction: column;
  }

  .arrow {
    height: auto;
    margin-top: 0;
    margin-bottom: -20px;
    padding-bottom: 0;
  }

  .quote-slider {
    width: 100%;
    margin-top: 0;
    padding: 0 5vw 12px;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .quote-wrap {
    padding-top: 60px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .slide-nav {
    display: none;
  }

  .number {
    font-size: 40px;
  }

  .menu-button.w--open {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    min-width: 50%;
    color: #000;
    background-color: rgba(255, 255, 255, .76);
    border: 3px #bebebe;
    border-bottom: 3px solid #7a7a7a;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2:hover {
    color: #000;
    background-color: rgba(255, 255, 255, .76);
    border-bottom-style: solid;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .background-video {
    background-color: rgba(25, 58, 112, .52);
    flex: 1;
    padding-bottom: 100px;
  }

  .image-5 {
    width: 250px;
    height: 250px;
    max-height: 250px;
    max-width: 250px;
    min-height: 100px;
    min-width: 100px;
    margin-top: 200px;
    padding-bottom: 0;
  }

  .text-block-16 {
    text-align: justify;
  }

  .hero-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy.center {
    padding-bottom: 10vh;
  }

  .section-copy.center-copy {
    background-image: none;
    padding-bottom: 0;
  }

  .text-block-17-copy {
    margin-top: 0;
    font-size: 40px;
  }

  .columns-copy {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-9 {
    width: 900px;
    padding-top: 0;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    text-align: center;
  }

  .hero-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner-copy {
    width: 100vw;
  }

  .section-copy-copy.center, .section-copy-copy.center-copy, .section-copy-copy.center-copy-copy {
    padding-bottom: 10vh;
  }

  .paragraph-8 {
    margin-bottom: 0;
  }

  .heading-4 {
    margin-bottom: auto;
    padding-bottom: 45px;
  }

  .body-2 {
    height: 15vh;
    background-color: var(--white);
    border: 8px red;
  }

  .section-3 {
    height: 90vh;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .background-video-5 {
    width: 100%;
    height: 90vh;
    object-fit: contain;
    background-image: none;
    background-position: 0 0;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: auto;
    padding-bottom: 0;
    display: none;
  }

  .text-block-21 {
    font-size: 50px;
  }

  .button-3 {
    width: 100%;
    padding: 20px 40px;
    font-size: 16px;
  }

  .grid-3 {
    grid-column-gap: 2.4px;
    grid-row-gap: 2.4px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 0 0 -20px #c4c4c4;
  }

  .heading-6, .heading-7, .heading-9, .heading-10, .heading-11 {
    font-size: 12px;
  }

  .div-block-25 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-12 {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
  }

  .div-block-29 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .section-6 {
    height: 15px;
  }

  .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
    width: 30px;
  }

  .nav-inner-copy {
    width: 100vw;
  }

  .hero-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29 {
    width: 80%;
  }

  .div-block-30 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .slider {
    width: 100%;
  }

  .grid-6 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5 Area-6 Area-7";
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .heading-14, .heading-15, .heading-16 {
    font-size: 10px;
  }

  .heading-17 {
    font-size: 10px;
    line-height: 15px;
  }

  .heading-18, .heading-19 {
    font-size: 10px;
  }

  .heading-20 {
    font-size: 10px;
    line-height: 10px;
  }

  .yes {
    grid-template-areas: "Area Area-2 Area-3 Area-4";
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-25, .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 10px;
  }

  .body-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    mix-blend-mode: normal;
    background-image: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-2 {
    max-width: none;
  }

  .body-7 {
    background-color: #193a70;
  }

  .section-9 {
    font-size: 12px;
  }

  .heading-22 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-19 {
    font-size: 10px;
    line-height: 16px;
  }

  .heading-23 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    font-size: 15px;
  }

  .section-10 {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    margin-bottom: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .link-block-10 {
    margin: 10px 10px 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-43 {
    width: 300px;
    padding-bottom: 20px;
  }

  .image-44, .image-45 {
    width: 30px;
  }

  .link-block-11 {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 2px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-12, .link-block-13 {
    width: 100%;
  }

  .heading-24 {
    color: var(--black);
    border: 1px solid #949494;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .heading-24:hover {
    color: var(--black);
    border-bottom: 1px solid #949494;
  }

  .heading-25 {
    color: var(--black);
    border: 1px solid #949494;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .heading-25:hover {
    color: var(--black);
    border: 1px solid #949494;
  }

  .heading-26 {
    color: var(--black);
    border: 1px #949494;
    border-radius: 0;
    padding: 0;
    text-decoration: none;
  }

  .heading-26:hover {
    color: var(--black);
    border-style: none;
  }

  .heading-27 {
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
  }

  .paragraph-20 {
    margin: 20px 0 auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 28px;
  }

  .paragraph-21, .paragraph-career-content {
    font-size: 12px;
    line-height: 24px;
  }

  .heading-careers {
    text-align: center;
    margin: 20px 10px 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-career-sub-title {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    max-width: none;
  }

  .heading-news {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-news {
    font-size: 10px;
    line-height: 16px;
  }

  .paragraph-24 {
    margin-top: auto;
    font-size: 16px;
  }

  .section-11 {
    padding-top: 0;
  }

  .button-4 {
    width: 90%;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 40px;
    font-size: 16px;
  }

  .grid-7-copy, .yes-copy, .yes-copy, .yes-copy, .yes-copy, .yes-copy, .yes-copy, .yes-copy, .yes-copy {
    grid-template-areas: "Area Area-2 Area-3 Area-4";
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-48 {
    height: 100%;
  }

  .container-6 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-career-department {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .link-block-news {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-10-copy {
    margin-top: 85px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
  }

  .button-6 {
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .image-47 {
    width: 100%;
    display: block;
  }

  .heading-27-copy {
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 4vh;
  }

  .bold-text-14 {
    font-size: 20px;
  }

  .image-48 {
    width: 100%;
    max-width: 85%;
    margin-top: 40px;
    display: none;
  }

  .contact-section {
    height: auto;
    margin-top: 150px;
    margin-bottom: 170px;
  }

  .spacer {
    height: auto;
  }

  .column-4 {
    display: none;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-32 {
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: black black var(--white);
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 55px;
  }

  .submit-button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
  }

  .columns-3 {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
  }

  .body-career {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    mix-blend-mode: normal;
    background-image: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .heading-career-sub-title-2 {
    font-size: 14px;
  }

  .section-15 {
    margin-top: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-news-title {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
  }

  .link-block-news-home, .link-block-news-copy {
    width: 100%;
    margin: 10px auto 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .body-5-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    mix-blend-mode: normal;
    background-color: #193a70;
    background-image: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .section-10-copy {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    margin-bottom: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .section-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-27-copy-copy {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
  }

  .heading-news-copy {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .div-block-48-copy {
    height: 100%;
  }

  .heading-27-copy, .heading-27-copy-copy {
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
  }

  .heading-27-copy-copy {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
  }

  .heading-27-blue {
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .paragraph-news-copy {
    font-size: 10px;
    line-height: 16px;
  }

  .image-54, .image-55 {
    width: 80%;
  }

  .columns-4 {
    width: 100%;
    height: 100%;
    justify-content: center;
  }

  .heading-33 {
    color: #000;
    font-size: 18px;
  }

  .link-block-29 {
    width: 100px;
    height: 125px;
    text-align: left;
  }

  .background-video-8 {
    height: 200px;
  }

  .column-11 {
    text-align: left;
  }

  .column-12 {
    height: auto;
    text-align: center;
    justify-content: flex-start;
  }

  .image-56 {
    width: 100px;
    height: 125px;
    text-align: center;
  }

  .image-57 {
    width: 100px;
    height: 125px;
    max-height: 125px;
    max-width: 100px;
    text-align: center;
    flex: 1;
    align-self: center;
    margin-right: 0;
    padding-right: 0;
  }

  .link-block-career-4-1 {
    width: 100px;
    height: 125px;
    text-align: center;
  }

  .image-58 {
    width: 100%;
  }

  .form-4 {
    text-align: left;
  }

  .recaptcha {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .html-embed-2 {
    margin-bottom: 140px;
    padding-top: 40px;
  }

  .paragraph-25 {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .paragraph-26 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-19 {
    display: none;
  }

  .bold-text-16 {
    text-align: justify;
  }

  .section-20 {
    padding-top: 20px;
  }

  .grid-8 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .section-23 {
    height: 25vh;
    padding-bottom: 0;
  }

  .bold-text-18 {
    text-align: justify;
  }

  .image-67 {
    max-width: 100%;
  }

  .div-block-49 {
    padding-bottom: 20px;
  }

  .link-10 {
    color: #6b6b6b;
    text-decoration: none;
  }

  .paragraph-29 {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .slide-10 {
    height: auto;
    padding-bottom: 0;
  }

  .link-11, .link-12 {
    color: #6b6b6b;
    text-decoration: none;
  }

  .bold-text-43 {
    text-align: justify;
  }

  .heading-23-copy {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .link-block-33 {
    padding-bottom: 30px;
  }

  .section-29 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-73 {
    width: auto;
    height: auto;
    max-height: 75%;
    max-width: 100%;
    min-height: 70%;
  }

  .career-cd-sub-heading {
    font-size: 12px;
    line-height: 24px;
  }

  .grid-20 {
    grid-template-columns: .75fr .25fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-underline {
    font-size: 15px;
  }

  .news-table-content {
    padding: 1px 1px 1px 2px;
    font-size: 12px;
  }

  .news-table-title {
    padding: 5px 1px;
    font-size: 13px;
    line-height: 20px;
  }

  .news-table-content-link {
    padding-left: 0;
  }

  .grid-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .section-30 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .link-block-35 {
    border-radius: 0;
  }

  .heading-40 {
    font-size: 20px;
  }

  .link-block-36 {
    display: block;
  }

  .heading-41, .heading-42, .heading-43, .heading-44, .heading-45, .heading-46 {
    font-size: 20px;
  }

  .dropdown-link {
    color: #193a70;
    -webkit-text-stroke-color: #193a70;
    border-color: rgba(0, 0, 0, 0);
    font-weight: 700;
  }

  .dropdown-link.bold-text-44 {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
  }

  .dropdown-link.bold-text-44.w--current {
    color: var(--black);
    -webkit-text-stroke-color: #193a70;
    border-style: solid;
    border-width: 0;
    border-radius: 2px;
    text-decoration: none;
  }

  .bold-text-44 {
    color: #193a70;
  }

  .div-block-68, .div-block-69, .div-block-70, .div-block-71, .div-block-72, .div-block-73, .div-block-74 {
    margin-bottom: 20px;
  }

  .div-block-75 {
    padding-bottom: 40px;
  }

  .grid-24 {
    grid-template-columns: .75fr 2.25fr;
    display: block;
  }

  .image-in-news-grid {
    max-width: 100%;
    margin-top: 12px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    display: block;
  }

  .paragraph-in-news-grid {
    font-size: 12px;
    line-height: 24px;
  }

  .div-block-76 {
    display: inline-block;
  }

  .paragraph-20-copy {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .paragraph-news-leader {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 28px;
    display: inline-block;
  }

  .bold-text-45 {
    font-size: 18px;
    line-height: 30px;
  }

  .image-88 {
    width: 100%;
    max-width: 100%;
    float: none;
    clear: none;
    -webkit-text-fill-color: inherit;
    cursor: auto;
    background-color: rgba(255, 255, 255, 0);
    background-clip: border-box;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-79 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-44 {
    padding-top: 45px;
  }

  .bold-text-46 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .heading-49, .heading-50, .paragraph-74, .paragraph-75 {
    padding-left: 0;
    padding-right: 0;
  }

  .italic-text {
    font-size: 15px;
    line-height: 28px;
  }

  .grid-news-asco {
    grid-template-columns: .75fr .25fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-27 {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .news-asco-table-heading {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 20px;
  }

  .news-asco-table-content {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 16px;
  }

  .bold-text-48 {
    font-size: 15px;
  }

  .paragraph-76 {
    margin-top: 20px;
  }

  .section-medical-advisor {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-53 {
    font-size: 4vh;
  }

  .section-51 {
    padding-bottom: 200px;
  }

  .div-block-80 {
    width: 90%;
  }

  .section-50, .section-52, .section-53 {
    padding-bottom: 200px;
  }

  .background-video-mobile {
    width: 100%;
    height: 90vh;
    object-fit: contain;
    background-image: none;
    background-position: 0 0;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: auto;
    padding-bottom: 0;
    display: flex;
  }

  .image-13-copy {
    width: 35px;
    width: 35px;
  }

  .image-esmo {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .success-message {
    margin-top: auto;
    margin-bottom: auto;
  }

  .wrap-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(0, 0, 0, 0);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .yes-copy-copy {
    grid-template-areas: "Area Area-2 Area-3 Area-4";
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
}

#w-node-fda42660-49a7-a3ab-0f75-fba097060472-15c822d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d23fa286-a775-6f53-3ec0-606c5f7dde1b-15c822d7 {
  grid-area: Area-12;
}

#w-node-_9fd5fefc-3556-4ba8-b8fe-17709545b38e-15c822d7 {
  grid-area: Area-31;
}

#w-node-_8dc4b294-0dfd-54bd-b91b-171fea1da11a-15c822d7 {
  grid-area: Area-13;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-15c822d7 {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-15c822d7 {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-15c822d7 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_9e2ab0e6-c28b-3411-f8d1-8596d8845afd-15c822d7 {
  grid-area: Area-9;
}

#w-node-c7e6aa1a-91e0-47aa-1226-4bd00345a6c5-15c822d7 {
  grid-area: Area-10;
}

#w-node-_3f571637-c996-e4f2-51d3-3b8db45ff057-15c822d7 {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-_9928c8da-8088-0f38-e9fb-f4e563ead48c-15c822d7 {
  grid-area: Area-8;
}

#w-node-cc92456c-6063-d90c-cff8-296766ebdeaa-15c822d7 {
  grid-area: Area-5;
}

#w-node-_86440396-86aa-a345-41af-bf6f9b7a6994-15c822d7 {
  grid-area: Area-6;
}

#w-node-_79c56304-a595-1820-e1dc-886c68c07122-15c822d7 {
  grid-area: Area-24;
  justify-self: center;
}

#w-node-_05b334bb-859f-9ef6-1384-f97f76d22733-15c822d7 {
  grid-area: Area-22;
}

#w-node-_1d863334-f21e-68b9-0316-8e5448957f39-15c822d7 {
  grid-area: Area-23;
}

#w-node-_65c255d9-d13b-d869-f159-3dec02d68e27-15c822d7 {
  grid-area: Area-11;
  justify-self: center;
}

#w-node-_504abd35-4700-b086-309d-5ad1e8a877f9-15c822d7 {
  grid-area: Area-25;
}

#w-node-_032a33a7-8941-6c27-7eb3-01ef0a74429d-15c822d7 {
  grid-area: Area-20;
}

#w-node-_17058cf8-0749-e8fd-4b6c-01c36615ce67-15c822d7 {
  grid-area: Area-19;
  justify-self: center;
}

#w-node-f0a9cdf8-1933-d1e9-b3a3-56261ede994a-15c822d7 {
  grid-area: Area-18;
}

#w-node-_9cf20685-c71f-314f-7830-d6b36c8f3879-15c822d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3fb3fd9c-17ee-9a32-3cf5-8c0a579769db-15c822d7 {
  grid-area: Area-32;
}

#w-node-bed28378-544d-af78-3805-56ff7d7b6e11-15c822d7 {
  grid-area: Area-15;
  justify-self: center;
}

#w-node-da9d1bc6-3360-868c-f3ad-c514251a4f9d-15c822d7 {
  grid-area: Area-16;
  justify-self: center;
}

#w-node-_234b47b6-f8ad-5af9-d582-ec93023954f0-15c822d7 {
  grid-area: Area-17;
  justify-self: center;
}

#w-node-_3edc5653-fc9a-7658-8639-731c5ecda675-15c822d7, #w-node-_262c2800-ce56-2fde-1e7c-97ef9c410fe7-15c822d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4025dcc7-e773-3904-31fa-a714fa612490-15c822d7 {
  grid-area: Area-21;
}

#w-node-e6cafb15-ceba-f264-22f8-3b569b3784fb-15c822d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4910bb3-cbf1-0969-afb6-ad31c1b3c91a-c1b3c90d {
  grid-area: Area;
  justify-self: center;
}

#w-node-e4910bb3-cbf1-0969-afb6-ad31c1b3c918-c1b3c90d {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-e4910bb3-cbf1-0969-afb6-ad31c1b3c916-c1b3c90d {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-e4910bb3-cbf1-0969-afb6-ad31c1b3c914-c1b3c90d {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-e4910bb3-cbf1-0969-afb6-ad31c1b3c912-c1b3c90d {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-e4910bb3-cbf1-0969-afb6-ad31c1b3c910-c1b3c90d {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-e4910bb3-cbf1-0969-afb6-ad31c1b3c91c-c1b3c90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e4910bb3-cbf1-0969-afb6-ad31c1b3c90e-c1b3c90d {
  grid-area: Area-8;
  justify-self: center;
}

#w-node-e4910bb3-cbf1-0969-afb6-ad31c1b3c91e-c1b3c90d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-3cc822d8 {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-3cc822d8 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-3cc822d8 {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-3cc822d8 {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-3cc822d8 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-3cc822d8 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-3cc822d8 {
  grid-area: Area;
  justify-self: center;
}

#w-node-_44349c40-64f8-2e3c-1fb7-2581abaa81c7-3cc822d8, #w-node-de497c5a-8879-8178-b3bc-d58e665940be-3cc822d8, #w-node-_64d6f5e5-6267-e3d9-f2b1-f8a03bf4d313-3cc822d8, #w-node-_065146ab-b3af-390e-4162-b14ae9b62065-3cc822d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-3cc822d8 {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-3cc822d8 {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-3cc822d8 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-3cc822d8 {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-31c822d9 {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-31c822d9 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-31c822d9 {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-31c822d9 {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-31c822d9 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-31c822d9 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-31c822d9 {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-31c822d9 {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-31c822d9 {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-31c822d9 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-31c822d9 {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-b9c8231a {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-b9c8231a {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-b9c8231a {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-b9c8231a {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-b9c8231a {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-b9c8231a {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-b9c8231a {
  grid-area: Area;
  justify-self: center;
}

#w-node-d3b71d0d-d633-c5af-8001-9c4d9c49e189-b9c8231a {
  grid-area: Area-9;
}

#w-node-_2e55fc25-073d-dc15-503e-28cec6f204d1-b9c8231a {
  grid-area: Area-7;
}

#w-node-c1673217-586c-6bab-6a85-8a9f42f482fd-b9c8231a {
  grid-area: Area-8;
}

#w-node-aae30a72-430a-a9bb-ba34-6e45c0a81337-b9c8231a, #w-node-_7379fd35-e906-6938-89bf-0b3a494e2dbb-b9c8231a, #w-node-_673e8fc8-6d47-6a2d-d02f-9655a254949b-b9c8231a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-b9c8231a {
  grid-area: Area-2;
}

#w-node-c1f13d57-8ceb-978b-cc64-601d0bb86529-b9c8231a {
  grid-area: Area-6;
}

#w-node-_56eac114-5a11-5bcd-74c5-0eb76b85a0ef-b9c8231a {
  grid-area: Area-5;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-b9c8231a {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-b9c8231a {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-b9c8231a {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-4ec8231b {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-4ec8231b {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-4ec8231b {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-4ec8231b {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-4ec8231b {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-4ec8231b {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-4ec8231b {
  grid-area: Area;
  justify-self: center;
}

#w-node-_4508b299-2d3d-faa3-3dd4-3aea013d8de7-4ec8231b, #w-node-_67e4899b-6ac2-f071-e4fb-238a9d867ca0-4ec8231b, #w-node-_23f9c896-4395-a16e-ecf3-de3f54cf3296-4ec8231b, #w-node-_5ff6e86e-7644-9784-5f8e-050edf5c6f9e-4ec8231b, #w-node-_2a75df7d-6dca-ed45-db9a-edf99d2578e1-4ec8231b, #w-node-_342c125b-28a2-622c-5207-fe3a74f2b0ec-4ec8231b, #w-node-d0146300-a2d5-d363-a7db-7b659d15af46-4ec8231b, #w-node-aad70c77-1522-17bc-3bdc-04e2b3333de5-4ec8231b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-4ec8231b {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-4ec8231b {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-4ec8231b {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-4ec8231b {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-96c8231c {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-96c8231c {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-96c8231c {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-96c8231c {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-96c8231c {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-96c8231c {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-96c8231c {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-96c8231c {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-96c8231c {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-96c8231c {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-96c8231c {
  grid-area: Area;
}

#w-node-_60c6b04e-8dd5-29ce-e1a0-4441752b53af-58c8231e {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-a069ced6-d309-f582-be35-4f5661c45c0f-58c8231e {
  grid-area: Area;
  align-self: start;
  justify-self: center;
}

#w-node-_8b939cd5-bc99-9cc2-112b-934fbeddd092-58c8231e {
  grid-area: Area;
}

#w-node-e03fde1f-1284-9297-a7a3-bf2ac9706579-0dc82325, #w-node-_153b4bf0-beb5-f75a-3702-4093703901e0-0dc82325, #w-node-_7538aaf9-9d40-7dc5-e3d1-9ccf724ab132-0dc82325, #w-node-a5f8cee9-858c-a00d-6329-1f3a161d296b-0dc82325, #w-node-_684e47bb-9ae0-88eb-0171-27f14424bd59-0dc82325, #w-node-_4d9a7c77-a17a-1842-b557-b59f819b2a83-0dc82325, #w-node-e9dfaa4a-dbe3-8d7c-be5e-ea80549b3079-0dc82325, #w-node-de4f1282-e0d4-6d69-8d58-cb9addbe262e-0dc82325, #w-node-_478a756b-66e4-1820-2ab4-3d03cfc4acff-0dc82325, #w-node-da84b321-af8a-42d9-742a-7361f5023f70-0dc82325, #w-node-da84b321-af8a-42d9-742a-7361f5023f71-0dc82325, #w-node-d27a8bc8-d77a-1067-bc2d-59ce0e47ccad-0dc82325, #w-node-_0a4cb8f1-9d44-defe-902a-783087d1e365-0dc82325, #w-node-_90398c28-bf4d-18db-1def-37480a401489-0dc82325, #w-node-_90398c28-bf4d-18db-1def-37480a40148a-0dc82325, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e5549-0dc82325, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e554c-0dc82325, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e554f-0dc82325, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e5552-0dc82325, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e5554-0dc82325, #w-node-_3b4fde13-1d9e-1277-528c-51da54ef30e0-0dc82325, #w-node-_3b4fde13-1d9e-1277-528c-51da54ef30e1-0dc82325, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e5559-0dc82325, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e555b-0dc82325, #w-node-aa44b67b-0231-99f9-22d3-f725313384a5-0dc82325, #w-node-aa44b67b-0231-99f9-22d3-f725313384a6-0dc82325, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e5560-0dc82325, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e5562-0dc82325, #w-node-_39b25ffd-9b86-f7ae-2630-21ec3898b077-0dc82325, #w-node-_39b25ffd-9b86-f7ae-2630-21ec3898b078-0dc82325, #w-node-_5f0ce8b0-cb9c-bf72-a8d8-7afd115ce12b-0dc82325, #w-node-_5f0ce8b0-cb9c-bf72-a8d8-7afd115ce12e-0dc82325, #w-node-_5f0ce8b0-cb9c-bf72-a8d8-7afd115ce131-0dc82325, #w-node-_5f0ce8b0-cb9c-bf72-a8d8-7afd115ce134-0dc82325, #w-node-_5f0ce8b0-cb9c-bf72-a8d8-7afd115ce136-0dc82325, #w-node-_5d4dd397-f81b-4dab-cdff-86088c07b77f-0dc82325, #w-node-_5d4dd397-f81b-4dab-cdff-86088c07b780-0dc82325, #w-node-_67aa325f-2bce-a00e-c90a-4d6502946188-6dc82326, #w-node-b0591222-7531-ea79-0c3e-1d9c5494cfc3-6dc82326, #w-node-_8ec2aafe-ced0-129d-8470-dda3d10c9b9d-6dc82326, #w-node-_15638fa8-9504-5809-8475-f35acde1a29c-6dc82326, #w-node-_40caff48-5726-a8f1-031a-15e5f1f49e8f-6dc82326, #w-node-_57163cbd-f62b-2eff-5cff-421d4a76bcf2-6dc82326, #w-node-_4b451563-4717-f159-5622-2aab46d5644d-6dc82326, #w-node-b88243f5-247f-a14f-23a2-1cb3a21fa912-6dc82326, #w-node-_3318eff0-1fef-9221-e9a6-6de5ec71c4e3-6dc82326, #w-node-_3bfab450-3981-7d90-7835-018604fd9685-6dc82326, #w-node-_2bead982-b8ef-3d22-3346-6994e5ca1983-6dc82326, #w-node-bd3047b3-3bb1-5730-05a7-c7c3c133789b-6dc82326, #w-node-_67f68922-5f18-758a-0b1e-113296690151-6dc82326, #w-node-b107a893-cdd1-1829-7a95-89774f64c58f-6dc82326, #w-node-c5d2e36b-2e79-e716-ade0-a0fdcb55452c-6dc82326, #w-node-aa4c97b2-8f62-a175-8ff1-3488e7bcfb0a-6dc82326, #w-node-_8a4ff194-f4da-4dbe-7391-5df1c25f557a-6dc82326, #w-node-_5bbcbf29-779b-7ea8-9e98-f629d6f706e7-6dc82326, #w-node-f1c189f7-b620-16e5-6a8e-fb2e4625438a-adc8233e, #w-node-ddae3023-d259-f53c-2f2d-8bf3427bc112-adc8233e, #w-node-aea19229-a362-d626-7228-9fede939eaee-adc8233e, #w-node-_3cece145-95e8-331c-1754-095449795d11-adc8233e, #w-node-d693a168-41cf-d779-c6f2-3ee1c7e94e7d-adc8233e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f6afcb0-a0f4-6118-c20b-5a80a5a24aaa-adc8233e {
  grid-area: Area-6;
}

#w-node-_86fe0668-aa15-6c59-59a3-0038e0b5da85-adc8233e {
  grid-area: Area-5;
  align-self: center;
}

#w-node-_86fe0668-aa15-6c59-59a3-0038e0b5da87-adc8233e {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_86fe0668-aa15-6c59-59a3-0038e0b5da8b-adc8233e {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_86fe0668-aa15-6c59-59a3-0038e0b5da8d-adc8233e {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_86fe0668-aa15-6c59-59a3-0038e0b5da91-adc8233e {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_93ab0ef0-1de9-18e3-7e71-7b44f0200deb-adc8233e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b07bb1f9-92f0-470e-ef22-72daebea9733-adc8233e {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-b07bb1f9-92f0-470e-ef22-72daebea9727-adc8233e {
  grid-area: Area-5;
  align-self: center;
}

#w-node-b07bb1f9-92f0-470e-ef22-72daebea9729-adc8233e {
  grid-area: Area-3;
  align-self: center;
}

#w-node-b9738e47-d430-31b2-b2fb-39d32eb6ebf9-adc8233e {
  grid-area: Area-6;
}

#w-node-b07bb1f9-92f0-470e-ef22-72daebea972d-adc8233e {
  grid-area: Area-3;
  align-self: center;
}

#w-node-b07bb1f9-92f0-470e-ef22-72daebea972f-adc8233e {
  grid-area: Area-2;
  align-self: center;
}

#w-node-e9857c99-312a-d982-4aa1-a1bed21a8696-adc8233e {
  grid-area: Area-4;
  align-self: center;
}

#w-node-fcb5fbf1-13b2-9aa0-bd90-85610644f8a4-adc8233e {
  grid-area: Area-5;
  align-self: center;
}

#w-node-d3249e32-8f6c-da0b-3eb8-eb4961017277-adc8233e {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-fcb5fbf1-13b2-9aa0-bd90-85610644f8a6-adc8233e {
  grid-area: Area-4;
  align-self: center;
}

#w-node-fcb5fbf1-13b2-9aa0-bd90-85610644f8aa-adc8233e {
  grid-area: Area-3;
  align-self: center;
}

#w-node-fcb5fbf1-13b2-9aa0-bd90-85610644f8ac-adc8233e {
  grid-area: Area-2;
  align-self: center;
}

#w-node-fcb5fbf1-13b2-9aa0-bd90-85610644f8b0-adc8233e {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-cc2255d7-6a17-d76c-bbca-28eaf30ff637-adc8233e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f2d85db8-019a-5eee-6125-e0fc5ec7ac59-adc8233e {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-cc2255d7-6a17-d76c-bbca-28eaf30ff639-adc8233e, #w-node-cc2255d7-6a17-d76c-bbca-28eaf30ff63b-adc8233e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-cc2255d7-6a17-d76c-bbca-28eaf30ff63d-adc8233e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cc2255d7-6a17-d76c-bbca-28eaf30ff63f-adc8233e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f4bfbd6c-b92f-80f5-3a85-cc9659892eba-adc8233e {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-cf60be3c-17cf-f68d-66e9-4f4888222500-adc8233e {
  grid-area: Area-5;
  align-self: center;
}

#w-node-cf60be3c-17cf-f68d-66e9-4f4888222502-adc8233e {
  grid-area: Area-4;
  align-self: center;
}

#w-node-cf60be3c-17cf-f68d-66e9-4f4888222506-adc8233e {
  grid-area: Area-3;
  align-self: center;
}

#w-node-cf60be3c-17cf-f68d-66e9-4f4888222508-adc8233e {
  grid-area: Area-2;
  align-self: center;
}

#w-node-cf60be3c-17cf-f68d-66e9-4f488822250c-adc8233e {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_68e78b1b-a61a-24ed-b51c-384c303e12ba-adc8233e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67d55344-bfe0-670b-1fb1-e3097622b579-adc8233e {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_80e182be-dda1-cc5d-f69a-1bd41179beca-adc8233e {
  grid-area: Area-5;
}

#w-node-e8d88b17-3ab6-3c73-a52e-19c6ea69d6ae-adc8233e {
  grid-area: Area-4;
}

#w-node-_276a3caf-1743-de1b-3daf-849066f8620d-adc8233e {
  grid-area: Area-3;
}

#w-node-a533234b-50fa-20dc-b3e8-34e38dc4d030-adc8233e {
  grid-area: Area-2;
}

#w-node-c87dadf8-abbc-bfeb-be59-8fec1a2cf45c-adc8233e {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-fc11dc51-4cb6-d570-267e-26acb368b29d-adc8233e {
  grid-area: Area-6;
  align-self: center;
  justify-self: center;
}

#w-node-_2d06427a-b97b-7d57-121c-e7c0b4696496-adc8233e {
  grid-area: Area-5;
}

#w-node-_2d06427a-b97b-7d57-121c-e7c0b4696498-adc8233e {
  grid-area: Area-4;
}

#w-node-_2d06427a-b97b-7d57-121c-e7c0b469649a-adc8233e {
  grid-area: Area-3;
}

#w-node-_2d06427a-b97b-7d57-121c-e7c0b469649c-adc8233e {
  grid-area: Area-2;
}

#w-node-_2d06427a-b97b-7d57-121c-e7c0b469649e-adc8233e {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-c0f0052f-5c0f-a471-2717-a2fc69abf651-adc8233e {
  grid-area: Area-5;
}

#w-node-c0f0052f-5c0f-a471-2717-a2fc69abf653-adc8233e {
  grid-area: Area-6;
  align-self: center;
  justify-self: center;
}

#w-node-c0f0052f-5c0f-a471-2717-a2fc69abf654-adc8233e {
  grid-area: Area-4;
}

#w-node-c0f0052f-5c0f-a471-2717-a2fc69abf656-adc8233e {
  grid-area: Area-3;
}

#w-node-c0f0052f-5c0f-a471-2717-a2fc69abf658-adc8233e {
  grid-area: Area-2;
}

#w-node-c0f0052f-5c0f-a471-2717-a2fc69abf65a-adc8233e {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef99-adc8233e {
  grid-area: Area-5;
}

#w-node-_9f3346f1-4c14-9a11-cff6-84075adf2b4a-adc8233e {
  grid-area: Area-6;
  align-self: center;
  justify-self: center;
}

#w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef9b-adc8233e {
  grid-area: Area-4;
}

#w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef9d-adc8233e {
  grid-area: Area-3;
}

#w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef9f-adc8233e {
  grid-area: Area-2;
}

#w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaefa1-adc8233e {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002a-adc8233e {
  grid-area: Area-5;
}

#w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002c-adc8233e {
  grid-area: Area-6;
  align-self: center;
  justify-self: center;
}

#w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002d-adc8233e {
  grid-area: Area-4;
}

#w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002f-adc8233e {
  grid-area: Area-3;
}

#w-node-_771cf462-ba7e-09c1-2920-0db6fd3c0031-adc8233e {
  grid-area: Area-2;
}

#w-node-_771cf462-ba7e-09c1-2920-0db6fd3c0033-adc8233e {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_4e9ec405-2cdc-bf38-0419-17b77d3da98d-e0c82342, #w-node-_20f5d706-b577-6cb3-b842-f8527b3a4f75-e0c82342, #w-node-b587a7a4-e73b-30b6-19fe-971d4dfb867e-e0c82342 {
  grid-area: Area;
}

#w-node-_9f873b31-ce2a-48d4-ac16-5a392b90fba4-e0c82342, #w-node-_10bf0d38-99fe-fa16-6d3c-aa14c43e7f78-e0c82342, #w-node-_2b7077a6-b41a-4840-d11a-16ab96aff0a6-e0c82342 {
  grid-area: Area-2;
}

#w-node-c256750b-c2bb-56d7-c1a3-e101a6040804-e0c82342, #w-node-c646f021-f652-a3cb-0a3c-a240a6149dfb-e0c82342 {
  grid-area: Area-3;
}

#w-node-_43a0d51e-51b1-0432-4450-ed82a9ecff6d-e0c82342, #w-node-_4ad1cbef-5b20-a47e-6b21-89a73b0d7b3f-e0c82342 {
  grid-area: Area-4;
}

#w-node-c8f8bc93-edca-be2b-4fb9-bf45834b6b80-e0c82342, #w-node-_3aaf734a-dc17-ea2d-4b94-fc0dbb952e0f-e0c82342, #w-node-_12b55e49-486d-3608-e881-6c01fe084266-e0c82342 {
  grid-area: Area-5;
}

#w-node-d2369501-bced-7dd3-a0ce-8bf8cf846826-e0c82342, #w-node-_031eafe5-440e-fa6d-3d35-16ab1cc2d59e-e0c82342 {
  grid-area: Area-6;
}

#w-node-_3820ac92-1d16-4c17-29f4-15f9dd6fc686-e0c82342, #w-node-_11b6372a-e9e5-7184-61f1-8be25df622b7-e0c82342 {
  grid-area: Area-7;
}

#w-node-e88711d1-3c5e-bace-0dac-c61e22a4521a-98c82356 {
  grid-area: Area;
}

#w-node-e59a8091-b741-3feb-cc93-384f6490403b-98c82356 {
  grid-area: Area-2;
}

#w-node-_6cf4f848-a4ee-ec75-3aac-cf9f01eebba3-98c82356 {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-fbc82357 {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-fbc82357 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-fbc82357 {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-fbc82357 {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-fbc82357 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-fbc82357 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-fbc82357 {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-fbc82357 {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-fbc82357 {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-fbc82357 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-ff241e6c-8934-6fa7-dc94-d190ed9bc45d-fbc82357 {
  grid-area: Area-17;
}

#w-node-_529a83da-a60b-e0a2-9ac8-2c5089a6bd07-fbc82357 {
  grid-area: Area-6;
}

#w-node-_140c3334-c4d1-96e1-2f74-9c2198dc9273-fbc82357 {
  grid-area: Area-7;
}

#w-node-_326343a8-207e-fb15-298f-13844248c52b-fbc82357 {
  grid-area: Area-8;
}

#w-node-e9087d1b-3b72-5f34-25a3-b824bba5ff25-fbc82357 {
  grid-area: Area-11;
}

#w-node-_9cd72326-e4eb-3463-5b1e-0990ba78cd2f-fbc82357 {
  grid-area: Area-10;
}

#w-node-f9a560ec-7fe2-bea2-6ffe-f5b77a4d6710-fbc82357 {
  grid-area: Area-14;
}

#w-node-_6c838b2f-55e2-bfe8-2cbf-4ab763d93580-fbc82357 {
  grid-area: Area-24;
}

#w-node-ef6572b0-8df3-f0ac-2263-5475d8e9b4f5-fbc82357 {
  grid-area: Area-15;
}

#w-node-a4b18fbf-d8e4-2644-43e5-ea6296526dc8-fbc82357 {
  grid-area: Area-19;
}

#w-node-da603808-f8e8-ae75-7e77-ace4f8acef33-fbc82357 {
  grid-area: Area-18;
}

#w-node-_06ce7906-2f93-9c11-a7fd-3cc172504f5c-fbc82357 {
  grid-area: Area-20;
}

#w-node-_802c9d42-b834-c6eb-aff9-f78345ad74ec-fbc82357 {
  grid-area: Area-23;
}

#w-node-f8ce825d-0770-48ad-1cc8-bc16ed44a7bc-fbc82357 {
  grid-area: Area-22;
}

#w-node-_2310433b-0ca7-54e5-ce2e-93c92967f2ff-fbc82357 {
  grid-area: Area-21;
}

#w-node-_62b1ac4a-4f8c-1cdc-dc0f-4811b4051a86-fbc82357 {
  grid-area: Area-13;
}

#w-node-_095883c1-b1bb-d23d-5561-49d2c1889b05-fbc82357 {
  grid-area: Area-12;
}

#w-node-_067cba0a-db3b-8512-3ff0-1f46ce1d5d4e-fbc82357 {
  grid-area: Area-5;
}

#w-node-a89fcb72-01de-ffb6-1fc1-c11cdbae8333-fbc82357 {
  grid-area: Area-16;
}

#w-node-_62e20348-ba17-8caf-62a1-34ea2f8acae0-fbc82357 {
  grid-area: Area-9;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-fbc82357 {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-87c82369 {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-87c82369 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-87c82369 {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-87c82369 {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-87c82369 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-87c82369 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-87c82369 {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-87c82369 {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-87c82369 {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-87c82369 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-87c82369 {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-4dc8236a {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-4dc8236a {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-4dc8236a {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-4dc8236a {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-4dc8236a {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-4dc8236a {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-4dc8236a {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-4dc8236a {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-4dc8236a {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-4dc8236a {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-4dc8236a, #w-node-_4e9ec405-2cdc-bf38-0419-17b77d3da98d-ee3171ff, #w-node-_20f5d706-b577-6cb3-b842-f8527b3a4f75-ee3171ff, #w-node-b587a7a4-e73b-30b6-19fe-971d4dfb867e-ee3171ff {
  grid-area: Area;
}

#w-node-_9f873b31-ce2a-48d4-ac16-5a392b90fba4-ee3171ff, #w-node-_10bf0d38-99fe-fa16-6d3c-aa14c43e7f78-ee3171ff, #w-node-_2b7077a6-b41a-4840-d11a-16ab96aff0a6-ee3171ff {
  grid-area: Area-2;
}

#w-node-c256750b-c2bb-56d7-c1a3-e101a6040804-ee3171ff, #w-node-c646f021-f652-a3cb-0a3c-a240a6149dfb-ee3171ff {
  grid-area: Area-3;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-8834a952 {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-8834a952 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-8834a952 {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-8834a952 {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-8834a952 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-8834a952 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-8834a952 {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-8834a952 {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-8834a952 {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-8834a952 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-8834a952 {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-80d993fe {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-80d993fe {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-80d993fe {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-80d993fe {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-80d993fe {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-80d993fe {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-80d993fe {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-80d993fe {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-80d993fe {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-80d993fe {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-80d993fe {
  grid-area: Area;
}

#w-node-_67aa325f-2bce-a00e-c90a-4d6502946188-1c755497, #w-node-b0591222-7531-ea79-0c3e-1d9c5494cfc3-1c755497, #w-node-_8ec2aafe-ced0-129d-8470-dda3d10c9b9d-1c755497, #w-node-_15638fa8-9504-5809-8475-f35acde1a29c-1c755497, #w-node-_40caff48-5726-a8f1-031a-15e5f1f49e8f-1c755497, #w-node-_57163cbd-f62b-2eff-5cff-421d4a76bcf2-1c755497, #w-node-_4b451563-4717-f159-5622-2aab46d5644d-1c755497, #w-node-b88243f5-247f-a14f-23a2-1cb3a21fa912-1c755497, #w-node-_3318eff0-1fef-9221-e9a6-6de5ec71c4e3-1c755497 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17522795-8535-c128-bff2-0339c5b90276-2e24cf06, #w-node-_17522795-8535-c128-bff2-0339c5b90276-099ae93c {
  grid-area: Area;
}

#w-node-_8bbdee7d-621f-5eac-a3a8-4fa19fd04096-7967e849 {
  grid-area: Area-3;
}

#w-node-_452ddd5b-4ce1-ce6c-7707-2e2d5f56c33e-7967e849 {
  grid-area: Area;
}

#w-node-d008f7ef-04fe-fca8-b483-759304297b24-7967e849 {
  grid-area: Area-2;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d23fa286-a775-6f53-3ec0-606c5f7dde1b-15c822d7 {
    grid-area: Area-20;
  }

  #w-node-_9fd5fefc-3556-4ba8-b8fe-17709545b38e-15c822d7 {
    grid-area: Area-6;
  }

  #w-node-_8dc4b294-0dfd-54bd-b91b-171fea1da11a-15c822d7 {
    grid-area: Area-5;
    justify-self: center;
  }

  #w-node-_9e2ab0e6-c28b-3411-f8d1-8596d8845afd-15c822d7 {
    grid-area: Area;
  }

  #w-node-c7e6aa1a-91e0-47aa-1226-4bd00345a6c5-15c822d7 {
    grid-area: Area-16;
  }

  #w-node-_3f571637-c996-e4f2-51d3-3b8db45ff057-15c822d7 {
    grid-area: Area-8;
  }

  #w-node-_9928c8da-8088-0f38-e9fb-f4e563ead48c-15c822d7 {
    grid-area: Area-9;
  }

  #w-node-cc92456c-6063-d90c-cff8-296766ebdeaa-15c822d7 {
    grid-area: Area-23;
  }

  #w-node-_86440396-86aa-a345-41af-bf6f9b7a6994-15c822d7 {
    grid-area: Area-7;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_79c56304-a595-1820-e1dc-886c68c07122-15c822d7 {
    grid-area: Area-25;
  }

  #w-node-_05b334bb-859f-9ef6-1384-f97f76d22733-15c822d7 {
    grid-area: Area-17;
  }

  #w-node-_1d863334-f21e-68b9-0316-8e5448957f39-15c822d7 {
    grid-area: Area-24;
  }

  #w-node-_65c255d9-d13b-d869-f159-3dec02d68e27-15c822d7 {
    grid-area: Area-15;
  }

  #w-node-_504abd35-4700-b086-309d-5ad1e8a877f9-15c822d7 {
    grid-area: Area-26;
  }

  #w-node-_032a33a7-8941-6c27-7eb3-01ef0a74429d-15c822d7 {
    grid-area: Area-18;
  }

  #w-node-_17058cf8-0749-e8fd-4b6c-01c36615ce67-15c822d7 {
    grid-area: Area-19;
  }

  #w-node-f0a9cdf8-1933-d1e9-b3a3-56261ede994a-15c822d7 {
    grid-area: Area-14;
  }

  #w-node-_9cf20685-c71f-314f-7830-d6b36c8f3879-15c822d7 {
    grid-area: Area-27;
    justify-self: center;
  }

  #w-node-_3fb3fd9c-17ee-9a32-3cf5-8c0a579769db-15c822d7 {
    grid-area: Area-12;
  }

  #w-node-bed28378-544d-af78-3805-56ff7d7b6e11-15c822d7 {
    grid-area: Area-13;
  }

  #w-node-da9d1bc6-3360-868c-f3ad-c514251a4f9d-15c822d7 {
    grid-area: Area-10;
  }

  #w-node-_234b47b6-f8ad-5af9-d582-ec93023954f0-15c822d7 {
    grid-area: Area-21;
  }

  #w-node-_3edc5653-fc9a-7658-8639-731c5ecda675-15c822d7 {
    grid-area: Area-11;
  }

  #w-node-_262c2800-ce56-2fde-1e7c-97ef9c410fe7-15c822d7 {
    grid-area: Area-22;
  }

  #w-node-_4025dcc7-e773-3904-31fa-a714fa612490-15c822d7 {
    grid-area: Area-34;
  }

  #w-node-e6cafb15-ceba-f264-22f8-3b569b3784fb-15c822d7 {
    grid-area: Area-28;
  }

  #w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-31c822d9 {
    align-self: start;
  }

  #w-node-_30830562-b5a2-325d-7792-a8c0dcbd6d86-b9c8231a {
    grid-area: Area-12;
    align-self: center;
    justify-self: start;
  }

  #w-node-_4dd528e2-080b-3062-b4dd-3ee535e4bd07-b9c8231a {
    grid-area: Area-11;
    align-self: center;
    justify-self: center;
  }

  #w-node-_2f42086b-8edb-2532-8ec8-ef13f88cc83c-b9c8231a {
    grid-area: Area-5;
    align-self: center;
    justify-self: start;
  }

  #w-node-dda6c9ac-9a1a-d392-d723-0415673d49f4-b9c8231a {
    grid-area: Area-4;
    align-self: center;
    justify-self: start;
  }

  #w-node-acee6d7b-9799-b883-808b-6780822ea3b3-b9c8231a {
    grid-area: Area-10;
    align-self: center;
    justify-self: center;
  }

  #w-node-_568e029c-b57f-7bbe-8f60-62b445ea63eb-b9c8231a {
    grid-area: Area-9;
  }

  #w-node-_7e490b60-4e1a-b524-f29e-634bf25c9c1b-b9c8231a {
    grid-area: Area-6;
    align-self: center;
    justify-self: center;
  }

  #w-node-_7ed207f1-4d17-8d3f-7cc1-3db18ef439d4-b9c8231a {
    grid-area: Area-8;
  }

  #w-node-fc9d33bc-c4e6-0e15-798b-59fc411f8fd7-b9c8231a {
    grid-area: Area-7;
    align-self: center;
    justify-self: center;
  }

  #w-node-_02d6da9e-1c54-b4ba-43ec-f84fec8f528c-b9c8231a {
    grid-area: Area-2;
    align-self: center;
    justify-self: center;
  }

  #w-node-a5f2cf0a-af43-653f-32ae-b239e47d09e0-b9c8231a {
    grid-area: Area;
  }

  #w-node-_7095e740-bfa6-4eb7-b000-e97285d5e6d7-b9c8231a {
    grid-area: Area-3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-b9c8231a {
    grid-area: Area;
  }

  #w-node-_06a3c52c-1e54-3486-689e-b4d73a1dc24c-4ec8231b {
    grid-area: Area-12;
    align-self: center;
    justify-self: start;
  }

  #w-node-_6b84f965-f8ca-e4c7-d1ef-7fa475b89ccc-4ec8231b {
    grid-area: Area-2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_68569fd3-b33e-30d6-7a08-423c7f878932-4ec8231b {
    grid-area: Area-3;
    align-self: center;
    justify-self: center;
  }

  #w-node-b39be65f-f744-6746-bc01-85f0cffcc884-4ec8231b {
    grid-area: Area-6;
    align-self: center;
    justify-self: center;
  }

  #w-node-_6530b66a-a592-764f-9041-5e8c93387c06-4ec8231b {
    grid-area: Area-9;
  }

  #w-node-_2e067840-17ad-2f6b-aa48-73a586a90aa8-4ec8231b {
    grid-area: Area-5;
  }

  #w-node-_0a7fc61f-b551-15ed-56a3-b9d6f3985672-4ec8231b {
    grid-area: Area-11;
    align-self: center;
    justify-self: center;
  }

  #w-node-_72a924e3-5ba3-71f9-1253-20480bb185ba-4ec8231b {
    grid-area: Area-8;
    align-self: center;
    justify-self: start;
  }

  #w-node-f089cecd-76bf-51ef-86fc-d67776b06166-4ec8231b {
    grid-area: Area;
    align-self: center;
    justify-self: center;
  }

  #w-node-_73026ac3-97fe-5d4b-3476-869b4b5c2d8c-4ec8231b {
    grid-area: Area-10;
    align-self: center;
    justify-self: center;
  }

  #w-node-_410ff3d3-cada-ef8d-645a-4b72d66595f0-4ec8231b {
    grid-area: Area-4;
    align-self: center;
    justify-self: start;
  }

  #w-node-_67ed5129-0b88-3489-a818-6cbdacfa74d6-4ec8231b {
    grid-area: Area-7;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-4ec8231b {
    grid-area: Area-2;
  }

  #w-node-_9f823731-d33f-700a-a058-b473d7859d2c-96c8231c {
    grid-area: Area-4;
    align-self: center;
    justify-self: start;
  }

  #w-node-_2f5d6328-806e-2dbc-004b-71a5c7e73867-96c8231c {
    grid-area: Area-3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_087bc768-9d93-db64-c6dd-e814eb4feb5d-96c8231c {
    grid-area: Area-2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_0cabae13-2e89-d520-f416-2cb0c00181ed-96c8231c {
    grid-area: Area;
    align-self: center;
    justify-self: center;
  }

  #w-node-fcff6bc3-5cad-59d8-3d94-f9326367b395-fbc82357 {
    grid-area: Area-24;
    align-self: center;
    justify-self: center;
  }

  #w-node-_322c62c8-3340-f407-3616-77c3ff769f22-fbc82357 {
    grid-area: Area-17;
    align-self: center;
    justify-self: center;
  }

  #w-node-_50925624-975e-8817-3431-ea819d70b8a9-fbc82357 {
    grid-area: Area-18;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3a3940c4-001c-49d0-c697-5b7957667d59-fbc82357 {
    grid-area: Area-20;
    align-self: center;
    justify-self: start;
  }

  #w-node-d728783c-81b9-f78a-282e-363ec655dbe0-fbc82357 {
    grid-area: Area-23;
    align-self: center;
    justify-self: center;
  }

  #w-node-_86b7b27c-ee46-1f1b-5137-e9ec3a27e92f-fbc82357 {
    grid-area: Area-21;
    align-self: center;
    justify-self: center;
  }

  #w-node-_38443a9a-04ed-62ef-0a26-add92b5e9181-fbc82357 {
    grid-area: Area-10;
    align-self: center;
    justify-self: center;
  }

  #w-node-caf4887a-a7b9-ecb8-b8a8-9a145b004d21-fbc82357 {
    grid-area: Area-13;
    align-self: center;
    justify-self: center;
  }

  #w-node-_522b421f-141c-35ad-bfe1-fcf7cf81d18a-fbc82357 {
    grid-area: Area-2;
    align-self: center;
    justify-self: center;
  }

  #w-node-a1a9b542-2df2-e226-5d8d-b1d06a360871-fbc82357 {
    grid-area: Area-14;
    align-self: center;
    justify-self: center;
  }

  #w-node-_529e9589-040c-998c-85ba-894db66debba-fbc82357 {
    grid-area: Area-19;
    align-self: center;
    justify-self: center;
  }

  #w-node-_808623e3-3def-79d9-5d69-c07a79c89166-fbc82357 {
    grid-area: Area-22;
    align-self: center;
    justify-self: start;
  }

  #w-node-_2ff10cc8-8963-60e4-d79b-6dcb8fff7649-fbc82357 {
    grid-area: Area-15;
    align-self: center;
    justify-self: center;
  }

  #w-node-_665745ba-989a-c61d-cc36-42479cf79c9a-fbc82357 {
    grid-area: Area-11;
    align-self: center;
    justify-self: center;
  }

  #w-node-e7f82ce8-8949-5f42-b4c5-1ce7be09eda0-fbc82357 {
    grid-area: Area-12;
    align-self: center;
    justify-self: center;
  }

  #w-node-_28a98290-cfe1-4437-01b1-a8723ac74deb-fbc82357 {
    grid-area: Area-6;
    align-self: center;
    justify-self: center;
  }

  #w-node-c81fc32e-0dd4-e273-1612-a66f74489181-fbc82357 {
    grid-area: Area-4;
    align-self: center;
    justify-self: start;
  }

  #w-node-b41bb869-3f81-8607-bce7-b63d82fdf115-fbc82357 {
    grid-area: Area-7;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1666b3c1-144a-c4b6-5c66-dd38c97cf5e2-fbc82357 {
    grid-area: Area-8;
    align-self: center;
    justify-self: start;
  }

  #w-node-_703a9fd4-b7e6-981c-0c7e-3496ccc46042-fbc82357 {
    grid-area: Area-3;
    align-self: center;
    justify-self: center;
  }

  #w-node-ce04a5fd-4368-0ec8-6c89-39dd92a47147-fbc82357 {
    grid-area: Area-16;
    align-self: center;
    justify-self: start;
  }

  #w-node-_10351b1e-f128-9ce3-d6d3-ca685a0ea449-fbc82357 {
    grid-area: Area-5;
    align-self: center;
    justify-self: center;
  }

  #w-node-e078087d-b895-4deb-d88f-00da5dd00824-fbc82357 {
    grid-area: Area-9;
    align-self: center;
    justify-self: start;
  }

  #w-node-_8cbd42dc-8fbe-8845-64d0-77021fab40b4-fbc82357 {
    grid-area: Area;
    align-self: center;
    justify-self: center;
  }

  #w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-87c82369, #w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-87c82369, #w-node-_0b57e327-839e-097b-cc7c-479006609688-87c82369, #w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-87c82369 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e4910bb3-cbf1-0969-afb6-ad31c1b3c918-c1b3c90d, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-3cc822d8, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-31c822d9, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-b9c8231a, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-4ec8231b, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-96c8231c, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-fbc82357, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-87c82369, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-4dc8236a, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-8834a952, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-80d993fe {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d693a168-41cf-d779-c6f2-3ee1c7e94e7d-adc8233e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80e182be-dda1-cc5d-f69a-1bd41179beca-adc8233e, #w-node-e8d88b17-3ab6-3c73-a52e-19c6ea69d6ae-adc8233e, #w-node-_276a3caf-1743-de1b-3daf-849066f8620d-adc8233e, #w-node-a533234b-50fa-20dc-b3e8-34e38dc4d030-adc8233e, #w-node-_2d06427a-b97b-7d57-121c-e7c0b4696496-adc8233e, #w-node-_2d06427a-b97b-7d57-121c-e7c0b4696498-adc8233e, #w-node-_2d06427a-b97b-7d57-121c-e7c0b469649a-adc8233e, #w-node-_2d06427a-b97b-7d57-121c-e7c0b469649c-adc8233e, #w-node-c0f0052f-5c0f-a471-2717-a2fc69abf651-adc8233e, #w-node-c0f0052f-5c0f-a471-2717-a2fc69abf654-adc8233e, #w-node-c0f0052f-5c0f-a471-2717-a2fc69abf656-adc8233e, #w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef99-adc8233e, #w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef9b-adc8233e, #w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef9d-adc8233e, #w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002a-adc8233e, #w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002d-adc8233e, #w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002f-adc8233e {
    align-self: center;
  }
}


