:root {
  --main: #243d48;
  --white: white;
  --blue-back: #0083b2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.checkbox-2 {
  background-color: #fff;
  border: 1px solid #243d48;
  border-radius: 0;
  width: 16px;
  height: 16px;
  overflow: visible;
}

.separator-10 {
  width: 100%;
  height: 10px;
}

.checkbox-wrapper {
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.div-bg {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  max-height: 100vh;
  padding: 40px 10%;
  display: flex;
}

.div-bg.bg-grey {
  background-color: #f5f6f7;
  max-height: none;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 80px;
}

.div-bg.div-fullwifth {
  padding: 40px 20px;
}

.div-bg.div-fullwifth.bg-grey.tall {
  margin-top: 90px;
}

.separator-50 {
  width: 100%;
  height: 50px;
}

.learn-form {
  flex-flow: column wrap;
  width: 100%;
}

.inner-col-nopadding-left-2 {
  padding-left: 0;
  padding-right: 9px;
}

.form-block-2 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-input-2 {
  color: #243d48;
  border: 1px solid #dedede;
  min-width: 100%;
  max-width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 16px;
}

.form-input-2.textarea-input {
  min-width: 100%;
  height: 125px;
}

.link-4 {
  color: #243d48;
}

.btn-main-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #243d48;
  border: .125em solid #243d48;
  border-radius: 1.625em;
  padding: .625em 1.125em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.inner-col-nopadding-right-2 {
  padding-left: 9px;
  padding-right: 0;
}

.success-message {
  background-color: #0000;
}

.h5 {
  color: #243d48;
  margin-left: -2px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.h5.centered {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 36px;
  position: static;
}

.h5.center {
  color: var(--main);
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.h5.left {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.h1 {
  color: #243d48;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: -6px;
  font-size: 55px;
  font-weight: 300;
  line-height: 65px;
}

.h1.centered {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.error-message {
  margin-top: 30px;
}

.error-message.p {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.p-2 {
  color: #243d48;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.56em;
}

.input-field-2 {
  color: #243d48;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.form-checkbox-2 {
  color: #243d48;
  display: inline-block;
}

.separator-30 {
  width: 100%;
  height: 30px;
}

._2-cols {
  min-width: 100%;
}

.body {
  background-color: var(--blue-back);
  background-image: url('../images/back.svg');
  background-position: 0 -200px;
  overflow: visible;
}

.header {
  z-index: 999;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: normal;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 34px;
  padding-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 6px 6px 16px #00000012;
}

.empathy-link {
  color: #fff;
  text-align: right;
  background-image: url('../images/log_head.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: scroll;
  width: 233px;
  min-width: auto;
  height: 33px;
  min-height: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.section {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  width: 600px;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.frame-149 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.texto-hover {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.frame-88 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-91 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h1-title {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 83px;
}

.h1-copy-4 {
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  line-height: 30px;
}

.button-bordered {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #243d48;
  border: 2px solid #243d48;
  border-radius: 4000px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.texto-reposo {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block {
  justify-content: space-between;
  margin-top: 150px;
  margin-left: 64px;
  display: flex;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: -200px;
  padding-right: 0;
  display: block;
  position: relative;
}

.heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.section-3 {
  margin-top: -600px;
  margin-left: 0;
}

.image {
  margin-left: 0;
}

.container {
  margin-left: -600px;
}

.text-block {
  color: var(--white);
  width: 600px;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 70px;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 30px;
  display: none;
}

.button {
  letter-spacing: 3px;
  background-color: #243d48;
  border-radius: 20000px;
  align-self: center;
  margin-top: 30px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all .2s;
  display: inline;
}

.button:hover {
  background-color: var(--white);
  color: var(--main);
}

.button._2 {
  align-self: auto;
  margin-top: 0;
  display: inline-block;
}

.button._3 {
  background-color: #0000;
  justify-content: flex-start;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.frame-150 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.h3-title {
  color: #fff;
  letter-spacing: 3.73333px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.container-2 {
  margin-top: 300px;
  margin-left: -600px;
}

.container-3 {
  flex: 1;
  justify-content: space-between;
  width: auto;
  max-width: 1000px;
  margin-right: 0;
  display: flex;
}

.workshops_banner_animated {
  z-index: 2;
  mix-blend-mode: normal;
  background-color: #0000;
  flex: none;
  align-items: center;
  height: 90px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
  inset: auto 0% 4%;
  overflow: hidden;
}

.conference-location-claim {
  color: #f9eedd;
  letter-spacing: 1.5px;
  flex: none;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
  display: block;
  position: relative;
}

.conference-location-claim.workshops {
  padding-left: 0;
  font-weight: 600;
  left: auto;
}

.image-2 {
  opacity: 1;
  mix-blend-mode: multiply;
  max-width: 200%;
}

.image-3 {
  opacity: .63;
  object-fit: fill;
  max-width: 200%;
  height: 100px;
}

.topbar_section {
  z-index: 999;
  border: 0 solid #edbf3b;
  height: 140px;
  margin-top: -50px;
  padding-top: 50px;
  position: absolute;
  top: 50px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.date-band {
  float: none;
  clear: none;
  color: #2b4652;
  object-fit: fill;
  background-color: #fdce55;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 11px;
  transition: transform .6s;
  position: static;
  top: 374px;
  transform: rotate(-3deg);
}

.text_date_topbar {
  padding-top: 5px;
}

.text_date_topbar.text_bold {
  text-transform: uppercase;
  object-fit: fill;
  width: 5000px;
  padding-top: 11px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: block;
  position: relative;
  overflow: hidden;
  transform: rotate(0);
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 50px;
}

.text-block-3.b {
  color: var(--main);
}

.text-block-3.left {
  text-align: left;
}

.container-4 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.container-5 {
  margin-top: 0;
  display: block;
  position: static;
}

.container-6 {
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.image-4 {
  z-index: 999;
  object-fit: scale-down;
  width: 600px;
  margin-top: -20px;
  display: inline-block;
  position: relative;
}

.image-5 {
  height: 400px;
  margin-top: 62px;
}

.frame-151 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  background-image: url('../images/bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1200px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-width: 100%;
  height: 160px;
  display: block;
  overflow: hidden;
}

.frame-152 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.texto-hover-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.h1-copy-5 {
  color: #fff;
  text-align: right;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.cell {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.container-7 {
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-5 {
  color: var(--white);
  text-align: center;
  margin-top: 8px;
  font-family: Lora, sans-serif;
  line-height: 22px;
}

.frame-93 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-153 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.texto-hover-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.h1-copy-6 {
  color: #fff;
  text-align: center;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.frame-92 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-154 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.texto-hover-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.h1-copy-7 {
  color: #fff;
  text-align: center;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-2 {
  color: var(--white);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-5 {
  color: var(--white);
  border: 1px solid #0000;
  margin-top: 30px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.image-6 {
  width: 150px;
  margin-right: 0;
  display: block;
}

.container-8 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 120px;
  display: flex;
}

.container-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

.image-7 {
  width: 700px;
  margin-top: -40px;
}

.container-10 {
  margin-left: 0;
}

.text-block-6 {
  color: var(--white);
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-7 {
  color: var(--white);
  letter-spacing: 3px;
  margin-right: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link-block {
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.image-8 {
  height: 400px;
}

.section-4 {
  margin-top: 80px;
}

.section-5 {
  opacity: .5;
  margin-top: -205px;
}

.div-block-3 {
  margin-top: 0;
  display: block;
}

.quick-stack {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.inner-col-nopadding-left {
  padding-left: 0;
  padding-right: 9px;
}

.p {
  color: #243d48;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 1.56em;
}

.btn-main {
  text-transform: uppercase;
  background-color: #243d48;
  border: .125em solid #243d48;
  border-radius: 1.625em;
  padding: .625em 1.125em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.select-field {
  background-color: #fff;
  border: 1px solid #dedede;
  height: auto;
  margin-bottom: 30px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.form-checkbox {
  margin-bottom: 10px;
  display: inline-block;
}

.form-input {
  border: 1px solid #dedede;
  height: 45px;
  margin-bottom: 30px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.form-input.textarea-input {
  height: 145px;
}

.input-field {
  color: #243d48;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.inner-col-nopadding-right {
  padding-left: 9px;
  padding-right: 0;
}

.h1-2 {
  color: #243d48;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: -9px;
  font-size: 62px;
  font-weight: 200;
  line-height: 83px;
}

.h1-2.center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-4 {
  margin-top: 150px;
  display: none;
}

.section-6 {
  padding-top: 40px;
}

.body-2 {
  background-image: url('../images/backcase.svg');
  background-position: 0 -300px;
  background-size: auto;
}

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

.div-block-5 {
  margin-top: 40px;
  margin-left: 64px;
  margin-right: 64px;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
}

.text-block-9 {
  color: var(--main);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.text-block-10 {
  color: var(--main);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.text-block-11 {
  color: var(--main);
  text-transform: uppercase;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.text-block-12 {
  color: var(--main);
  margin-top: 8px;
  font-family: Lora, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.link-block-2 {
  text-decoration: underline;
}

.underlined {
  text-decoration: none;
}

.underlined.low {
  opacity: .5;
}

.underlined.low.w--current {
  opacity: 1;
}

.div-block-6 {
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  margin-top: 0;
  margin-left: 64px;
  margin-right: 100px;
  display: flex;
}

.text-block-13 {
  color: var(--main);
  font-family: Lora, sans-serif;
  font-size: 12px;
}

.text-block-14 {
  color: var(--main);
  margin-top: 20px;
  font-family: Lora, sans-serif;
  font-size: 12px;
}

.text-block-15 {
  color: var(--main);
  margin-top: 20px;
  font-family: Lora, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.section-7 {
  flex: 0 auto;
  justify-content: center;
  width: auto;
  display: flex;
}

.image-9 {
  flex: 0 auto;
  width: 400px;
  max-width: none;
  display: block;
  position: static;
}

.section-8 {
  width: 300px;
  margin-top: -20px;
  margin-left: 0;
  display: block;
  position: relative;
}

.c-scrolling-item {
  flex: none;
  width: 15%;
}

.scroll-item-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.4em;
}

.timeline-header {
  color: #5f67ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.scroll-details {
  margin-bottom: 0;
}

.container-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-11.sticky {
  max-width: none;
  margin-bottom: 20px;
  position: sticky;
  top: 25%;
  overflow: hidden;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.section-9 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.section-9.expand {
  height: 200vh;
}

.scroll-indicator {
  background-color: #717dff;
  border: 2px solid #ccc;
  width: 15px;
  height: 15px;
}

.scroll-line {
  background-color: #ccc;
  width: 100%;
  height: 3px;
}

.scroll-line.last {
  display: none;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.c-details {
  margin-bottom: 40px;
}

.scrolling-section {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  display: flex;
}

.scrolling-list {
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-left: 64px;
  display: flex;
  overflow: scroll;
}

.card {
  color: #f5f5f5;
  background-color: #0000;
  border: 0 solid #0000;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15vw;
  height: 40vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 1rem;
  display: flex;
}

.card.white {
  color: #fff;
  background-color: #0000;
  border: 0 solid #fff;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.card.white.chevron {
  width: auto;
}

.card.white.chevron.low {
  opacity: .5;
}

.heading-2 {
  color: #d4d4d4;
  font-size: 17px;
}

.container-13 {
  width: 400px;
  max-width: none;
}

.container-14 {
  width: 40%;
}

.header-casestudy {
  background-color: var(--blue-back);
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 64px;
  display: flex;
}

.div-block-7 {
  margin-top: -70px;
  display: flex;
}

.text-block-17 {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  font-family: Lora, sans-serif;
  font-size: 12px;
  display: flex;
}

.container-15 {
  flex: 1;
  padding-right: 40px;
  display: flex;
}

.container-16 {
  flex: 1;
  margin-right: 64px;
  display: block;
}

.image-10 {
  width: 100px;
}

.image-11 {
  margin-top: -60px;
}

.container-17 {
  width: 500px;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 100px;
  margin-left: 64px;
  margin-right: 64px;
  display: flex;
}

.container-18 {
  margin-top: 30px;
}

.image-13 {
  width: 700px;
}

.section-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-20 {
  margin-top: 8px;
  font-family: Lora, sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.quick-stack-2 {
  padding-left: 0;
  position: static;
}

.image-14 {
  width: 300px;
}

.div-block-9 {
  margin-top: -30px;
}

.image-15 {
  width: 400px;
}

.section-11 {
  align-items: center;
  margin-top: 30px;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.section-12 {
  flex-direction: row;
  display: flex;
}

.image-17, .image-18 {
  width: 600px;
}

.overall {
  margin-top: 200px;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.text-block-21 {
  color: var(--main);
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-22 {
  color: var(--main);
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-23 {
  color: var(--main);
  width: 400px;
  margin-top: 20px;
  font-family: Lora, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.image-19 {
  width: 2000px;
  margin-top: -200px;
}

.highlights {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-left: 60px;
  margin-right: 80px;
  display: flex;
}

.explain {
  flex-direction: row;
  margin-top: 90px;
  margin-left: 80px;
  margin-right: 60px;
  display: flex;
}

.image-20 {
  margin-top: -200px;
}

.image-21 {
  width: 600px;
}

.quick-stack-4 {
  padding-left: 80px;
  padding-right: 80px;
}

.image-22 {
  width: 40px;
}

.image-23 {
  cursor: pointer;
  width: 30px;
  transition: all .3s;
}

.image-23:hover {
  mix-blend-mode: normal;
  width: 30px;
}

.link-block-4 {
  margin-top: 16px;
}

.scroll-banner-logos-kroger {
  background-color: #0000;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 70px;
  display: flex;
}

.flex-block-14 {
  max-width: none;
  height: auto;
  margin-right: 0;
  padding-right: 0;
}

.image-52 {
  max-width: 200%;
  margin-right: 18px;
}

.scroll-banner-logos-kroger-2 {
  mix-blend-mode: lighten;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 70px;
  display: none;
  overflow: hidden;
}

.flex-block-15 {
  mix-blend-mode: lighten;
  min-width: 250%;
  max-width: 2000%;
  height: auto;
  margin-right: 0;
  padding-right: 0;
  overflow: visible;
}

.image-53 {
  mix-blend-mode: lighten;
  min-width: 100%;
  max-width: 200%;
  margin-right: 18px;
  overflow: hidden;
}

.link-block-5 {
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 40px;
}

.text-block-24 {
  text-align: center;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.div-block-13 {
  margin-top: -80px;
  margin-left: 120px;
  margin-right: 120px;
}

.inner-col-nopadding-left-3 {
  padding-left: 0;
  padding-right: 9px;
}

.form-block-3 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-input-3 {
  color: #243d48;
  border: 1px solid #dedede;
  min-width: 100%;
  max-width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding: 10px;
  font-family: Lora, sans-serif;
  font-size: 16px;
}

.form-input-3.textarea-input {
  min-width: 100%;
  height: 125px;
}

.btn-main-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #243d48;
  border: .125em solid #243d48;
  border-radius: 1.625em;
  padding: .625em 1.125em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.inner-col-nopadding-right-3 {
  padding-left: 9px;
  padding-right: 0;
}

.p-3 {
  color: #243d48;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 1.56em;
}

.form-checkbox-3 {
  color: #243d48;
  display: inline-block;
}

.image-54 {
  width: auto;
  max-width: 200%;
}

.container-26 {
  justify-content: center;
  margin-top: -150px;
  display: flex;
}

.text-block-25 {
  text-align: center;
  font-family: Lora, sans-serif;
}

.section-13 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.text-block-26 {
  text-align: center;
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.section-14 {
  text-align: center;
  margin-top: 24px;
  font-family: Lora, sans-serif;
}

.text-block-29 {
  text-align: center;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.container-28 {
  margin-top: 60px;
}

.image-56 {
  height: 100px;
}

.text-block-30 {
  text-align: center;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.container-29 {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.container-30 {
  margin-top: 40px;
}

.text-block-31 {
  text-align: center;
  margin-top: 40px;
  font-family: Lora, sans-serif;
  font-weight: 700;
}

.quick-stack-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.cell-6 {
  display: block;
}

.cell-7 {
  align-items: flex-start;
  display: block;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 140px;
  margin-right: 140px;
  padding-bottom: 150px;
  display: flex;
}

.link-block-6 {
  color: var(--white);
  margin-top: 50px;
  margin-bottom: 10px;
  text-decoration: none;
}

.ai-search {
  background-color: #f5f6f7;
  margin-top: 0;
}

.text-block-32 {
  color: var(--main);
  text-align: right;
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.container-32 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-7 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.image-57 {
  display: block;
}

.chevron-back {
  width: 70px;
}

.text-block-33, .text-block-34 {
  font-family: Lora, sans-serif;
  font-size: 10px;
}

.container-33 {
  margin-top: 20px;
}

.columns {
  margin-top: 80px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.div-block-17 {
  margin-top: -80px;
}

.div-block-18 {
  margin-top: -100px;
}

.main {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.info-title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url('../images/b.svg');
  background-position: 0 0;
  background-size: 0%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.typed-hastaghs {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: var(--white);
  text-transform: uppercase;
  background-color: #0083b200;
  border-radius: 900px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0 24px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 70px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff36;
  border-radius: 900px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 22px 39px 22px 29px;
  display: flex;
  box-shadow: 0 40px 50px 3px #0000005e;
}

.background-video {
  -webkit-text-fill-color: inherit;
  background-color: #243d4899;
  background-image: url('../images/b.png'), linear-gradient(#068, #0083b2c9 56%, #00c0ff);
  background-position: 50% 18%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 225px;
  padding-bottom: 120px;
  display: flex;
}

.image-60 {
  opacity: .69;
  width: 50px;
  max-width: none;
}

.div-block-20 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-left: 176px;
  padding-right: 176px;
  display: flex;
}

.where-to-find-us {
  background-image: linear-gradient(180deg, var(--blue-back), white);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.meet-the-team {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.portrait {
  background-image: url('../images/bg.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 900px;
  width: 120px;
  height: 120px;
}

.image-61 {
  background-image: url('../images/bg.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1200px;
  width: 120px;
  height: 125px;
}

.image-62 {
  background-image: url('../images/bg.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1200px;
  width: 120px;
}

.collection-item {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  align-items: center;
  width: 214.969px;
  display: flex;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.div-block-21 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.kroger-case-study {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-right: 84px;
  display: flex;
}

.text-block-35 {
  color: var(--main);
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-23 {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  justify-content: space-between;
  display: flex;
}

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

.link-block-8.w--current:hover {
  color: var(--main);
}

.mobile-menu {
  display: none;
  overflow: hidden;
}

.ai-search-in-action {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fff0;
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 135px 0 0;
  display: flex;
}

.div-block-24 {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 120px;
}

.div-block-25 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: space-between;
  max-width: 57.0951%;
  display: flex;
}

.h6 {
  color: var(--main);
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.div-block-26 {
  background-color: var(--main);
  opacity: .45;
  color: var(--main);
  width: 100%;
  height: 1px;
}

.link-block-9 {
  max-width: none;
  transition: all .375s;
}

.link-block-9:hover {
  transform: scale(1.1);
}

.div-block-29 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.link-block-10 {
  width: auto;
  height: 100%;
}

.div-block-31 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-65 {
  width: auto;
  height: auto;
  padding-top: 0;
}

.div-block-33 {
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  padding-bottom: 44px;
  display: flex;
}

.div-block-35 {
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.speaker-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  max-width: none;
  padding: 37px 35px;
  transition: all .375s;
  display: flex;
}

.speaker-card:hover {
  background-color: #ffffff1f;
  border-radius: 20px;
  transform: translate(0, -7px);
}

.image-66 {
  background-image: url('../images/bg.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 900px;
  width: 150px;
  max-width: none;
  height: auto;
}

.info-speaker {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-block-36 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-36 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-37 {
  color: var(--white);
  text-align: center;
  font-family: Lora, sans-serif;
}

.image-67 {
  width: 33px;
  max-width: none;
  transition: all .325s;
}

.image-67:hover {
  transform: scale(1.2);
}

.div-block-37 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.link-block-12 {
  width: auto;
  max-width: none;
  height: auto;
}

.link-block-13 {
  width: auto;
  max-width: none;
  display: block;
}

@media screen and (min-width: 1280px) {
  .div-bg.bg-grey {
    margin-top: 0;
  }

  .section {
    display: flex;
  }

  .text-block {
    font-size: 70px;
    line-height: 70px;
  }

  .text-block-2 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 32px;
  }

  .button {
    letter-spacing: 3px;
    align-items: center;
    padding: 16px 24px;
    display: inline;
  }

  .container-3 {
    display: flex;
  }

  .topbar_section {
    z-index: 1000;
  }

  .date-band {
    width: 105%;
    margin-left: -5px;
  }

  .text-block-3 {
    font-size: 50px;
  }

  .container-6 {
    flex: 1;
    display: flex;
  }

  .image-4 {
    margin-top: -20px;
    position: static;
  }

  .vectors-wrapper {
    width: 160px;
  }

  .cell {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    justify-content: center;
    align-items: center;
  }

  .container-7 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-5 {
    font-size: 15px;
    line-height: 22px;
  }

  .div-block-2 {
    background-color: #0000;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-block-5 {
    font-size: 50px;
    line-height: 60px;
  }

  .image-6 {
    width: 200px;
    margin-right: 0;
  }

  .container-8 {
    margin-right: 120px;
  }

  .link-block {
    margin-top: 20px;
  }

  .section-4 {
    margin-top: 120px;
  }

  .section-5 {
    margin-top: -205px;
  }

  .card {
    height: 30vh;
  }

  .header-casestudy {
    background-color: var(--blue-back);
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 50px;
    display: flex;
  }

  .container-17 {
    width: 700px;
  }

  .div-block-8 {
    justify-content: center;
    display: flex;
  }

  .image-13 {
    width: 1000px;
  }

  .quick-stack-2 {
    align-self: center;
  }

  .cell-2 {
    flex-direction: row;
    align-items: center;
    padding-left: 50px;
  }

  .section-11 {
    align-items: center;
    display: flex;
  }

  .cell-3 {
    flex-direction: row;
    align-items: center;
  }

  .image-17, .image-18 {
    width: 700px;
  }

  .overall {
    margin-top: 150px;
    margin-left: 200px;
    margin-right: 80px;
  }

  .text-block-23 {
    width: 400px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-19 {
    width: 1500px;
  }

  .container-highlights {
    width: 1200px;
  }

  .highlights {
    margin-top: 70px;
    margin-left: 200px;
    display: flex;
  }

  .explain {
    margin-top: 70px;
    margin-left: 200px;
    margin-right: 150px;
    display: flex;
  }

  .image-20 {
    width: 600px;
    max-width: none;
    margin-top: -150px;
  }

  .quick-stack-4 {
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .image-52 {
    min-width: 200%;
    max-width: 2000%;
  }

  .container-24 {
    margin-top: 60px;
  }

  .link-block-5 {
    margin-left: 40px;
  }

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

  .text-block-25 {
    text-align: center;
    font-family: Lora, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .section-13 {
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .text-block-26 {
    text-align: center;
    letter-spacing: 3px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .text-block-27 {
    text-align: center;
    font-family: Lora, sans-serif;
  }

  .section-14 {
    margin-top: 24px;
  }

  .text-block-29 {
    text-align: center;
    font-family: Lora, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .container-28 {
    margin-top: 60px;
  }

  .image-56 {
    height: 100px;
  }

  .text-block-30 {
    text-align: center;
    font-family: Lora, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .container-29 {
    justify-content: center;
    margin-top: 60px;
    display: flex;
  }

  .container-30 {
    margin-top: 40px;
  }

  .text-block-31 {
    text-align: center;
    margin-top: 30px;
    font-family: Lora, sans-serif;
    font-weight: 700;
  }

  .quick-stack-5 {
    padding-top: 40px;
  }

  .div-block-16 {
    justify-content: center;
    display: flex;
  }

  .columns {
    margin-top: 80px;
    margin-left: 200px;
    margin-right: 200px;
  }

  .div-block-17 {
    margin-top: -80px;
  }

  .typed-hastaghs {
    width: auto;
    font-size: 30px;
    line-height: 70px;
  }

  .background-video {
    background-position: 50% 22%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .meet-the-team {
    padding-top: 128px;
  }

  .collection-item {
    width: 250px;
  }

  .collection-list {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-35 {
    font-size: 15px;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
  }

  .subtitle {
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
  }

  .div-block-34 {
    flex-flow: column;
    padding-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .div-bg.bg-grey {
    margin-top: 0;
  }

  .h5.centered {
    width: 85%;
  }

  .body {
    background-color: var(--blue-back);
    background-size: cover;
  }

  .section {
    object-fit: contain;
    width: 600px;
  }

  .heading {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block {
    font-size: 90px;
    line-height: 90px;
  }

  .text-block-2 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 32px;
  }

  .button {
    letter-spacing: 3px;
    align-items: center;
    padding: 16px 24px;
    font-size: 16px;
    display: inline;
  }

  .topbar_section {
    height: 140px;
    margin-top: -50px;
    padding-top: 50px;
    position: absolute;
    inset: 50px 0% auto;
    overflow: hidden;
  }

  .date-band {
    float: none;
    clear: none;
    object-fit: fill;
    background-color: #fdce55;
    width: 100vw;
    max-width: none;
    margin-left: 0;
    position: static;
    top: 5px;
    overflow: visible;
    transform: scale(1.1)rotate(-3deg);
  }

  .text_date_topbar.text_bold {
    color: #2b4652;
    padding-top: 11px;
    overflow: hidden;
  }

  .text-block-3 {
    font-size: 60px;
  }

  .container-4 {
    margin-top: 70px;
  }

  .image-4 {
    width: 1000px;
    margin-top: -20px;
    display: block;
  }

  .vectors-wrapper {
    width: 160px;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-5 {
    margin-top: 12px;
    font-size: 18px;
  }

  .div-block-2 {
    background-color: #0000;
    padding-bottom: 70px;
  }

  .text-block-5 {
    font-size: 60px;
    line-height: 65px;
  }

  .image-6 {
    width: 200px;
  }

  .container-8 {
    margin-right: 120px;
  }

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

  .section-4 {
    margin-top: 150px;
  }

  .section-5 {
    opacity: .5;
    margin-top: -205px;
  }

  .text-block-14 {
    font-size: 14px;
  }

  .section-8 {
    margin-top: -60px;
    margin-left: 80px;
  }

  .scrolling-list {
    margin-top: 30px;
  }

  .header-casestudy {
    background-color: var(--blue-back);
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
  }

  .container-17 {
    width: 700px;
  }

  .div-block-8 {
    justify-content: center;
    margin-top: 50px;
    display: flex;
  }

  .container-18 {
    margin-top: 30px;
  }

  .container-19 {
    width: 20px;
  }

  .image-15 {
    width: 500px;
  }

  .overall {
    margin-top: 150px;
    margin-left: 250px;
    margin-right: 100px;
  }

  .text-block-23 {
    width: 400px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-19 {
    width: 1000px;
    margin-top: -250px;
  }

  .container-highlights {
    width: 600px;
  }

  .highlights {
    margin-top: 80px;
    display: flex;
  }

  .explain {
    flex-direction: row;
    margin-left: 250px;
    display: flex;
  }

  .image-20 {
    margin-top: -250px;
  }

  .image-23 {
    width: 40px;
  }

  .link-block-5 {
    margin-left: 40px;
  }

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

  .div-block-13 {
    margin-top: -80px;
  }

  .text-block-25 {
    text-align: center;
    font-family: Lora, sans-serif;
  }

  .section-13 {
    justify-content: center;
    display: flex;
  }

  .text-block-26 {
    text-align: center;
    letter-spacing: 3px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .section-14 {
    text-align: center;
    margin-top: 24px;
    font-family: Lora, sans-serif;
    font-size: 16px;
  }

  .section-15 {
    margin-top: 40px;
  }

  .text-block-29 {
    text-align: center;
    font-family: Lora, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .container-28 {
    margin-top: 60px;
  }

  .image-56 {
    height: 100px;
  }

  .text-block-30 {
    text-align: center;
    font-family: Lora, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .container-29 {
    justify-content: center;
    display: flex;
  }

  .container-30 {
    margin-top: 40px;
  }

  .text-block-31 {
    text-align: center;
    margin-top: 30px;
    font-family: Lora, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .quick-stack-5 {
    padding-top: 40px;
  }

  .div-block-16 {
    justify-content: center;
    display: flex;
  }

  .quick-stack-6 {
    margin-top: 60px;
  }

  .columns {
    justify-content: center;
    margin-top: 80px;
    margin-left: 200px;
    margin-right: 200px;
    display: flex;
  }

  .column, .column-2, .column-3 {
    justify-content: center;
    display: flex;
  }

  .typed-hastaghs {
    width: auto;
    font-size: 30px;
    line-height: 90px;
  }

  .background-video {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .div-block-20 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .meet-the-team {
    padding-top: 128px;
  }

  .text-block-35 {
    font-size: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .div-bg.bg-grey {
    margin-top: 0;
  }

  .div-bg.div-fullwifth.bg-grey {
    margin-top: -200px;
  }

  .learn-form {
    margin-top: 20px;
  }

  .btn-main-2.btn-form {
    margin-top: 10px;
  }

  .h5.centered {
    width: 70%;
  }

  .h1 {
    z-index: 2;
    font-size: 72px;
    line-height: 100px;
    position: relative;
  }

  .body {
    background-color: #0083b2;
    background-image: url('../images/back.svg');
    background-position: 0 0;
    background-size: cover;
  }

  .empathy-link {
    max-width: none;
  }

  .section {
    width: 1000px;
    padding-top: 0;
  }

  .section-2 {
    width: 638px;
    margin-top: 0;
    margin-left: 64px;
    display: block;
  }

  .heading {
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 30px;
    display: block;
  }

  .text-block {
    font-size: 100px;
    line-height: 120px;
  }

  .text-block-2 {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 32px;
    font-weight: 400;
  }

  .button {
    letter-spacing: 3px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 16px 24px;
    font-size: 16px;
    display: inline;
  }

  .button._2 {
    display: inline-block;
  }

  .workshops_banner_animated {
    height: 120px;
  }

  .topbar_section {
    height: 190px;
    margin-top: -50px;
    padding-top: 80px;
  }

  .text_date_topbar.text_bold {
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 60px;
  }

  .container-4 {
    object-fit: fill;
    width: 1000px;
    margin-top: 80px;
    display: flex;
  }

  .image-4 {
    object-fit: scale-down;
    width: 1400px;
    max-width: 80%;
    margin-top: -20px;
  }

  .vectors-wrapper {
    object-fit: scale-down;
    width: 240px;
  }

  .cell {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .container-7 {
    margin-top: 8px;
  }

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

  .text-5 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 18px;
  }

  .div-block-2 {
    background-color: #0000;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .text-block-5 {
    font-size: 60px;
    line-height: 65px;
  }

  .image-6 {
    width: 200px;
    margin-right: 0;
  }

  .container-8 {
    margin-right: 120px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .section-4 {
    margin-top: 150px;
  }

  .section-5 {
    opacity: .5;
    margin-top: -275px;
  }

  .div-block-3 {
    margin-top: 100px;
  }

  .quick-stack {
    object-fit: fill;
    flex: 0 auto;
    padding: 0;
  }

  .div-block-4 {
    margin-top: 150px;
  }

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

  .body-2 {
    background-image: url('../images/backcase.svg');
    background-size: cover;
  }

  .text-block-10 {
    font-size: 40px;
  }

  .text-block-11, .text-block-12 {
    font-size: 16px;
    line-height: 22px;
  }

  .underlined.low {
    opacity: .5;
  }

  .div-block-6 {
    justify-content: center;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .text-block-14 {
    justify-content: space-around;
    display: flex;
  }

  .image-9 {
    width: auto;
  }

  .section-8 {
    margin-top: 0;
  }

  .scrolling-list {
    flex: 0 auto;
    margin-bottom: 30px;
    padding-left: 0;
    position: relative;
  }

  .card {
    height: 20vh;
  }

  .header-casestudy {
    background-color: var(--blue-back);
    margin-top: 60px;
    padding-top: 60px;
    display: flex;
  }

  .div-block-7 {
    margin-top: 40px;
    display: flex;
  }

  .text-block-16 {
    font-family: Lora, sans-serif;
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-17 {
    font-family: Lora, sans-serif;
    font-size: 14px;
  }

  .text-block-18 {
    font-family: Lora, sans-serif;
  }

  .container-15 {
    flex: 1;
    padding-left: 0;
    padding-right: 40px;
  }

  .container-16 {
    flex: 1;
    margin-right: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-10 {
    width: 200px;
    margin-top: 40px;
  }

  .image-11 {
    object-fit: fill;
    width: 1500px;
  }

  .container-17 {
    justify-content: flex-end;
    width: 1500px;
    margin-top: -80px;
    display: flex;
  }

  .div-block-8 {
    justify-content: center;
    margin-top: 100px;
    display: flex;
  }

  .container-19 {
    width: 20px;
  }

  .link-block-3, .image-12 {
    width: 50px;
  }

  .section-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-19 {
    font-family: Lora, sans-serif;
    font-size: 20px;
  }

  .text-block-20 {
    margin-top: 40px;
    font-family: Lora, sans-serif;
    font-size: 80px;
    line-height: 80px;
  }

  .container-20 {
    align-self: stretch;
    display: block;
  }

  .quick-stack-2 {
    margin-top: 70px;
    padding-left: 0;
  }

  .cell-2 {
    padding-left: 50px;
  }

  .image-14 {
    width: 400px;
  }

  .image-15 {
    width: 700px;
  }

  .div-block-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-12 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .image-17, .image-18 {
    width: 700px;
  }

  .container-21 {
    max-width: none;
  }

  .cell-4 {
    padding-left: 40px;
  }

  .cell-5 {
    padding-right: 40px;
  }

  .overall {
    margin-top: 130px;
  }

  .text-block-21 {
    font-size: 50px;
    line-height: 60px;
  }

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

  .text-block-23 {
    width: 550px;
    font-size: 20px;
    line-height: 30px;
  }

  .image-19 {
    width: 1000px;
    max-width: none;
  }

  .container-highlights {
    width: 600px;
    max-width: none;
  }

  .highlights {
    margin-top: 50px;
    display: flex;
  }

  .explain {
    margin-top: 20px;
    margin-left: 250px;
    display: flex;
  }

  .image-20 {
    width: 1200px;
    margin-top: -200px;
  }

  .container-23 {
    width: 1000px;
    margin-left: -40px;
  }

  .image-23 {
    width: 40px;
  }

  .link-block-5 {
    margin-left: 40px;
  }

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

  .div-block-13 {
    margin-left: 400px;
    margin-right: 400px;
    font-size: 16px;
  }

  .btn-main-3.btn-form {
    margin-top: 10px;
  }

  .text-block-25 {
    text-align: center;
    font-family: Lora, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .section-13 {
    justify-content: center;
    display: flex;
  }

  .text-block-26 {
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .text-block-27 {
    text-align: center;
    font-family: Lora, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .section-14 {
    margin-top: 24px;
  }

  .section-15 {
    margin-top: 40px;
  }

  .text-block-28 {
    text-align: center;
    font-size: 16px;
  }

  .text-block-29 {
    text-align: center;
    font-family: Lora, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .container-28 {
    margin-top: 60px;
  }

  .image-56 {
    height: 100px;
  }

  .text-block-30 {
    text-align: center;
    font-family: Lora, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .container-29 {
    justify-content: center;
    margin-top: 60px;
    display: flex;
  }

  .container-30 {
    margin-top: 40px;
  }

  .text-block-31 {
    text-align: center;
    margin-top: 30px;
    font-family: Lora, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 40px;
  }

  .cell-6 {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .div-block-16 {
    display: flex;
  }

  .text-block-34 {
    font-size: 14px;
  }

  .image-58 {
    width: 1200px;
    max-width: 100%;
  }

  .typed-hastaghs {
    font-size: 100px;
    line-height: 120px;
  }

  .background-video {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .div-block-20 {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
  }

  .meet-the-team {
    background-image: none;
    padding-top: 170px;
    padding-bottom: 170px;
  }
}

@media screen and (max-width: 991px) {
  .learn-form {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .h5.left {
    font-size: 22px;
    line-height: 32px;
  }

  .h1 {
    text-align: center;
  }

  .section {
    width: 700px;
  }

  .section-2 {
    flex-direction: column;
    width: 500px;
    margin-right: -150px;
    display: block;
  }

  .heading {
    justify-content: space-between;
    width: 400px;
    display: flex;
  }

  .text-block {
    width: 400px;
    font-size: 50px;
    line-height: 50px;
    display: flex;
  }

  .text-block-2 {
    width: 400px;
    font-size: 32px;
    line-height: 20px;
  }

  .button {
    flex-wrap: nowrap;
    justify-content: center;
    align-self: center;
    width: 250px;
    padding: 16px 24px;
    font-size: 12px;
    display: flex;
    position: static;
  }

  .button._2 {
    align-self: auto;
    width: auto;
    display: inline-block;
  }

  .button._3 {
    width: auto;
  }

  .text-block-3 {
    font-size: 40px;
  }

  .image-4 {
    width: 700px;
  }

  .container-7 {
    margin-top: 16px;
  }

  .text-5 {
    margin-top: 0;
  }

  .div-block-2 {
    background-color: #0000;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-5 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-8 {
    margin-right: 60px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .link-block {
    margin-top: 16px;
  }

  .section-5 {
    opacity: .5;
    margin-top: -165px;
  }

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

  .body-2 {
    background-image: url('../images/backcase_1.svg');
    background-size: cover;
  }

  .div-block-6 {
    width: auto;
    height: auto;
    margin-right: 64px;
    display: flex;
  }

  .image-9 {
    flex: 1;
    width: 460px;
    max-width: 800%;
    height: 524px;
    max-height: 400px;
    display: block;
  }

  .section-8 {
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    width: auto;
    margin-top: -60px;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-9.expand {
    height: auto;
    overflow: hidden;
  }

  .scrolling-section {
    margin-top: 0;
  }

  .scrolling-list {
    flex: 1;
    margin-left: 64px;
  }

  .card {
    width: 20vw;
  }

  .header-casestudy {
    padding-top: 60px;
  }

  .div-block-7 {
    margin-top: -100px;
    margin-left: 64px;
    margin-right: 64px;
    display: block;
  }

  .text-block-17 {
    text-align: center;
    margin-top: 30px;
  }

  .container-15 {
    padding-right: 0;
    display: block;
  }

  .container-16 {
    margin-right: 0;
  }

  .image-10 {
    margin-top: 20px;
    display: block;
  }

  .image-11 {
    margin-top: 0;
  }

  .container-17 {
    margin-top: -30px;
  }

  .container-18 {
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .image-15 {
    width: 300px;
  }

  .cell-3 {
    justify-content: center;
  }

  .overall {
    margin-top: 100px;
  }

  .text-block-23 {
    width: 300px;
  }

  .image-19 {
    margin-top: 0;
  }

  .highlights {
    margin-top: 60px;
    margin-left: 80px;
    margin-right: 40px;
  }

  .explain {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-20 {
    margin-top: -80px;
  }

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

  .div-block-13 {
    overflow-wrap: normal;
    margin-top: -80px;
    margin-left: 90px;
    margin-right: 80px;
    position: static;
  }

  .image-55 {
    width: 700px;
    max-width: none;
    margin-top: -20px;
  }

  .section-14, .container-27 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .container-29 {
    margin-top: 60px;
  }

  .container-30, .container-31 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    padding-top: 30px;
  }

  .main {
    flex-flow: row;
    margin-top: 0;
  }

  .typed-hastaghs {
    width: 100%;
    height: auto;
    font-size: 50px;
    line-height: 50px;
    display: block;
  }

  .div-block-19 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 34px 58px;
  }

  .background-video {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .div-block-20 {
    align-items: center;
    width: 100%;
    padding-left: 87px;
    padding-right: 87px;
  }

  .collection-item {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collection-list {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-self: center;
    place-items: center stretch;
    width: 100%;
    display: flex;
  }

  .collection-list-wrapper {
    flex-flow: column;
    display: flex;
  }

  .image-63 {
    max-width: 70%;
  }

  .div-block-22 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: flex-start;
  }

  .section-16 {
    z-index: 999;
    background-color: var(--white);
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding: 24px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-wrapper {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .dropdown-list {
    justify-content: flex-start;
    width: 100%;
    min-width: 100vw;
    max-width: 100%;
    height: 100%;
    transition: all .425s;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .dropdown-list.w--open {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--main);
    flex-flow: column wrap;
    place-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    min-height: 100px;
    padding-top: 118px;
    padding-left: 30px;
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .dropdown-toggle {
    z-index: 999;
  }

  .image-64 {
    z-index: 1;
    height: auto;
    margin-top: 32px;
    position: absolute;
    inset: 0% 0% auto 32px;
  }

  .image-64.w {
    filter: contrast(200%) invert();
  }

  .burguer {
    z-index: 1;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    inset: 0% 32px 0% auto;
  }

  .dropdown {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    transition: all .475s;
    display: flex;
    right: 32px;
  }

  .burger-icon-close {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: 32px 32px 0% auto;
  }

  .dropdown-link {
    color: var(--white);
    margin-left: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .dropdown-link.w--current {
    text-decoration: none;
  }

  .mobile-menu {
    display: flex;
  }

  .h6 {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 7px;
    font-weight: 600;
    display: block;
    position: relative;
    left: 0;
  }

  .dsktp-menu {
    display: none;
  }

  .div-block-27 {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
    flex-flow: row;
    align-items: flex-start;
    width: auto;
    margin-top: -9px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-28 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .div-block-29 {
    max-width: 45%;
  }

  .collection-list-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .collection-list-3 {
    display: flex;
  }

  .div-block-31 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .div-block-32 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-35 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .speaker-card {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    flex-flow: row;
    justify-content: space-between;
    width: 529.922px;
  }

  .info-speaker {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-36 {
    flex-flow: column;
    width: auto;
  }

  .text-block-37 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .div-bg.div-fullwifth.bg-grey {
    margin-top: 0;
  }

  .inner-col-nopadding-left-2 {
    padding-right: 0;
  }

  .form-input-2 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .inner-col-nopadding-right-2 {
    padding-left: 0;
  }

  .h5.left {
    text-align: center;
  }

  .error-message.p {
    width: 100%;
  }

  .p-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .input-field-2 {
    font-size: 14px;
  }

  .section {
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    margin-top: -100px;
  }

  .div-block {
    display: block;
  }

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

  .text-block {
    font-size: 50px;
    line-height: 50px;
  }

  .button._2 {
    display: block;
  }

  .button._3 {
    justify-content: center;
    width: auto;
  }

  .workshops_banner_animated {
    height: 70px;
  }

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

  .image-4 {
    flex: 1;
    width: 400px;
    margin-top: 40px;
  }

  .vectors-wrapper {
    flex: 0 auto;
    justify-content: space-between;
    width: auto;
    max-width: 70%;
    height: auto;
  }

  .cell {
    flex-direction: column;
    padding-right: 0;
    display: flex;
  }

  .container-7 {
    margin-top: 16px;
  }

  .text-block-4 {
    text-align: left;
    align-self: auto;
    width: 110px;
    font-size: 14px;
  }

  .text-5 {
    text-align: left;
    width: 120px;
    font-size: 12px;
    line-height: 22px;
  }

  .div-block-2 {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .text-block-5 {
    text-align: center;
    display: flex;
  }

  .container-8 {
    margin-right: 0;
  }

  .container-9 {
    flex-direction: column;
    align-items: center;
    margin-top: -100px;
    margin-right: auto;
    display: flex;
  }

  .image-7 {
    width: 700px;
    max-width: 70%;
    margin-top: 0;
    margin-left: 0;
  }

  .container-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-6 {
    justify-content: center;
    display: flex;
  }

  .section-4 {
    margin-top: 100px;
  }

  .section-5 {
    margin-top: -170px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    flex: 0 auto;
  }

  .div-block-4 {
    margin-top: 80px;
  }

  .div-block-6 {
    max-width: 100%;
    max-height: 100%;
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .section-7 {
    flex: none;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: flex;
  }

  .image-9 {
    object-fit: contain;
    flex: 0 auto;
    width: 300px;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-bottom: 0;
    display: block;
    position: static;
    overflow: auto;
  }

  .section-8 {
    flex: 1;
    margin-top: -60px;
  }

  .scrolling-section {
    padding-bottom: 0;
  }

  .scrolling-list {
    flex: 1;
    margin-left: 40px;
  }

  .card {
    width: 25vw;
    height: 30vh;
  }

  .container-12 {
    width: 300px;
    margin-left: 0;
  }

  .container-14 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .header-casestudy {
    background-color: var(--blue-back);
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .div-block-7 {
    margin-top: -30px;
  }

  .text-block-17 {
    margin-top: 20px;
  }

  .div-block-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-18 {
    margin-top: 0;
  }

  .quick-stack-2 {
    align-self: center;
    padding-right: 0;
    position: relative;
  }

  .cell-2 {
    align-items: center;
    padding-top: 40px;
  }

  .div-block-9 {
    margin-top: 0;
  }

  .image-15 {
    width: 400px;
    margin-left: 0;
  }

  .section-11 {
    flex-direction: column;
    display: flex;
  }

  .cell-3 {
    align-items: center;
    padding-right: 50px;
  }

  .image-16 {
    align-self: center;
  }

  .section-12 {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .container-21 {
    flex-direction: column;
    align-self: center;
    display: flex;
  }

  .quick-stack-3 {
    align-self: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell-4 {
    padding-top: 30px;
  }

  .overall {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 50px;
    display: flex;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .container-highlights {
    margin-left: 150px;
  }

  .container-highlights._2 {
    margin-left: 0;
  }

  .highlights {
    flex-direction: column;
  }

  .explain {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-52 {
    max-width: 1000%;
  }

  .container-24 {
    margin-left: 0;
  }

  .container-25 {
    width: auto;
  }

  .link-block-5 {
    margin-left: 0;
  }

  .text-block-24 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-13 {
    margin-top: 0;
  }

  .inner-col-nopadding-left-3 {
    padding-right: 0;
  }

  .form-input-3 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .inner-col-nopadding-right-3 {
    padding-left: 0;
  }

  .p-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .container-26 {
    margin-top: -100px;
  }

  .image-55 {
    width: 500px;
    margin-top: 0;
  }

  .container-29 {
    margin-top: 60px;
  }

  .quick-stack-5 {
    float: left;
    align-self: center;
  }

  .cell-6 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-34 {
    font-size: 8px;
  }

  .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-17, .div-block-18 {
    margin-top: 0;
  }

  .typed-hastaghs {
    width: auto;
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-19 {
    flex-flow: row;
    width: auto;
  }

  .background-video {
    padding-left: 70px;
    padding-right: 70px;
  }

  .collection-item {
    width: auto;
  }

  .collection-list {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    justify-content: center;
    align-items: center;
  }

  .image-63 {
    width: 568px;
    max-width: 70%;
  }

  .kroger-case-study {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    align-items: center;
  }

  .div-block-22 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 84px;
  }

  .ai-search-in-action {
    padding-top: 50px;
  }

  .div-block-29 {
    max-width: 70%;
  }

  .div-block-31, .div-block-32 {
    align-self: auto;
  }

  .image-65 {
    align-self: center;
  }

  .div-block-33 {
    justify-content: center;
    align-items: flex-end;
    width: auto;
  }

  .div-block-34 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .div-block-35 {
    flex-flow: column;
  }

  .speaker-card {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    justify-content: space-between;
    align-items: center;
    width: 450px;
  }

  .text-block-36, .text-block-37 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .learn-form {
    width: 100%;
  }

  .inner-col-nopadding-left-2 {
    padding-right: 0;
  }

  .h5.center, .h5.left {
    text-align: center;
    width: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .h1 {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 38px;
  }

  .header {
    text-align: center;
  }

  .section {
    width: auto;
    margin-top: 40px;
    display: block;
    position: static;
  }

  .div-block {
    margin-top: 90px;
    margin-left: 30px;
    margin-right: 0;
  }

  .section-2 {
    mix-blend-mode: normal;
    flex: 1;
    align-items: stretch;
    width: auto;
    margin-right: 30px;
    display: flex;
    position: static;
  }

  .heading {
    object-fit: contain;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: auto;
    margin-right: 0;
    font-size: 12px;
    display: block;
    position: static;
  }

  .text-block {
    flex-wrap: nowrap;
    justify-content: space-around;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    display: flex;
  }

  .text-block-2 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 22px;
  }

  .button {
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    width: auto;
    margin-top: 8px;
    padding: 10px 16px;
    font-size: 10px;
    display: block;
  }

  .button._2 {
    width: auto;
    margin-top: 0;
  }

  .button._3 {
    align-self: center;
  }

  .topbar_section {
    height: 90px;
  }

  .date-band {
    margin-top: -33px;
  }

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

  .text-block-3.left {
    text-align: center;
    width: auto;
    line-height: 34px;
  }

  .container-4 {
    margin-top: 20px;
  }

  .image-4 {
    object-fit: scale-down;
    flex: 0 auto;
    width: auto;
    margin-top: 0;
  }

  .container-7 {
    margin-top: 16px;
  }

  .text-block-4 {
    width: auto;
    font-size: 12px;
    line-height: 18px;
  }

  .text-5 {
    width: auto;
  }

  .div-block-2 {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .text-block-5 {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .container-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    margin-left: 0;
    display: flex;
  }

  .container-9 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .image-7 {
    object-fit: cover;
    width: 400px;
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }

  .container-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-6 {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-7 {
    font-size: 10px;
  }

  .link-block {
    margin-top: 16px;
  }

  .section-4 {
    margin-top: 80px;
  }

  .section-5 {
    margin-top: -115px;
  }

  .div-block-3 {
    margin-top: 0;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 0;
  }

  .div-block-4 {
    margin-top: 60px;
  }

  .body-2 {
    background-image: url('../images/backcase_2.svg');
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .image-9 {
    object-fit: contain;
    flex: 0 auto;
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  .section-8 {
    margin-top: 40px;
  }

  .timeline-header {
    font-size: 2em;
  }

  .scrolling-list {
    width: auto;
    margin-left: 40px;
  }

  .card {
    width: 40vw;
    margin-right: 1rem;
  }

  .container-14 {
    object-fit: contain;
    width: 400px;
    max-width: 100%;
    margin-left: 0;
    display: flex;
  }

  .div-block-7 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-11 {
    flex: 0 auto;
    width: 400px;
  }

  .container-17 {
    justify-content: center;
    width: 300px;
    display: flex;
  }

  .div-block-8 {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .image-14 {
    width: 200px;
  }

  .div-block-9 {
    margin-top: 60px;
  }

  .image-15 {
    width: 250px;
  }

  .section-11 {
    margin-top: 30px;
  }

  .overall {
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-block-21 {
    margin-right: 50px;
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-22 {
    margin-right: 50px;
    font-size: 12px;
  }

  .text-block-23 {
    width: auto;
    margin-right: 0;
  }

  .image-19 {
    margin-top: -20px;
  }

  .container-highlights {
    margin-left: 30px;
    margin-right: 30px;
  }

  .explain {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .quick-stack-4 {
    flex: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-12 {
    justify-content: center;
    display: flex;
  }

  .scroll-banner-logos-kroger, .flex-block-14 {
    max-width: 100%;
  }

  .image-52 {
    max-width: 500%;
  }

  .flex-block-15 {
    overflow: hidden;
  }

  .div-block-13 {
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
  }

  .inner-col-nopadding-left-3 {
    padding-right: 0;
  }

  .container-26 {
    margin-top: -40px;
  }

  .image-55 {
    object-fit: fill;
    width: 300px;
    margin-top: 0;
  }

  .section-15 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .quick-stack-5 {
    padding-top: 10px;
    padding-left: 0;
  }

  .cell-6 {
    align-items: flex-start;
  }

  .cell-7 {
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .text-block-34 {
    text-align: center;
    font-size: 6px;
    line-height: 12px;
  }

  .columns {
    flex-direction: column;
    align-items: center;
  }

  .column {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .column-2 {
    justify-content: center;
    align-self: center;
    margin-top: 20px;
    display: flex;
  }

  .column-3 {
    justify-content: center;
    display: flex;
  }

  .image-59 {
    margin-top: 20px;
  }

  .div-block-17, .div-block-18 {
    margin-top: 40px;
  }

  .main {
    display: block;
  }

  .typed-hastaghs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    display: block;
  }

  .div-block-19 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-left: 57px;
    padding-right: 57px;
  }

  .background-video {
    background-position: 80% 70%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
    width: auto;
    height: auto;
    padding: 169px 22px 128px;
  }

  .image-60 {
    width: 50px;
  }

  .div-block-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .where-to-find-us, .meet-the-team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-item {
    flex-flow: column;
    width: auto;
  }

  .collection-list {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-63 {
    max-width: 70%;
  }

  .kroger-case-study {
    flex-flow: column;
  }

  .div-block-22 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-64 {
    margin-top: 19px;
  }

  .image-64.w {
    filter: contrast(200%) invert();
  }

  .dropdown {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ai-search-in-action {
    padding-top: 22px;
  }

  .h6 {
    line-height: 0;
  }

  .div-block-27 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
    margin-top: -27px;
  }

  .div-block-28 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    margin-top: 15px;
    padding-left: 8px;
    display: flex;
    position: static;
  }

  .div-block-29 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 90%;
  }

  .div-block-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-31, .div-block-32 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .div-block-33 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    display: block;
  }

  .div-block-34 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .div-block-35 {
    flex-flow: column;
  }

  .link-block-11 {
    margin-top: -2px;
  }

  .speaker-card {
    flex-flow: column;
    width: 100%;
  }

  .info-speaker {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-37 {
    text-align: center;
  }
}

#w-node-_374fc40e-3c28-9be4-542d-8db31559bde3-89ef171d, #w-node-_374fc40e-3c28-9be4-542d-8db31559bde5-89ef171d, #w-node-_987e6f75-f98f-343c-0be7-8381c767eabf-89ef171e, #w-node-_987e6f75-f98f-343c-0be7-8381c767eac1-89ef171e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f91d74e7-2add-ed68-3cc5-0be0a63670d7-89ef171e, #w-node-c0d6eb3d-7e54-c9fa-5b6e-123e1d7f0da3-89ef171e, #w-node-_9ccbc32c-9fdf-1afb-dce5-03ca79c9309d-89ef171e, #w-node-_9bd67959-54fb-8ff3-9d93-c85b76200de1-89ef171e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_12b6ff6c-b789-5a5c-9829-0c03f82a2bb8-89ef171e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_374fc40e-3c28-9be4-542d-8db31559bde3-89ef171f, #w-node-_374fc40e-3c28-9be4-542d-8db31559bde5-89ef171f, #w-node-_374fc40e-3c28-9be4-542d-8db31559bde3-89ef1720, #w-node-_374fc40e-3c28-9be4-542d-8db31559bde5-89ef1720, #w-node-_374fc40e-3c28-9be4-542d-8db31559bde3-89ef1721, #w-node-_374fc40e-3c28-9be4-542d-8db31559bde5-89ef1721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_12b6ff6c-b789-5a5c-9829-0c03f82a2bb8-89ef171e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f91d74e7-2add-ed68-3cc5-0be0a63670d7-89ef171e, #w-node-c0d6eb3d-7e54-c9fa-5b6e-123e1d7f0da3-89ef171e, #w-node-_9ccbc32c-9fdf-1afb-dce5-03ca79c9309d-89ef171e, #w-node-_9bd67959-54fb-8ff3-9d93-c85b76200de1-89ef171e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_12b6ff6c-b789-5a5c-9829-0c03f82a2bb8-89ef171e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_12b6ff6c-b789-5a5c-9829-0c03f82a2bb8-89ef171e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


