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

body {
  color: #707070;
  background-color: #191a1a;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
}

h1 {
  transform-origin: 0 0;
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Junge, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 150px;
}

h2 {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Junge, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Junge, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 90px;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Junge, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 76px;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Junge, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 66px;
}

h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Junge, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 56px;
}

.about-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Junge, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 56px;
}

.section-title {
  font-size: 70px;
  line-height: 90px;
}

p {
  color: #bbb;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
}

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

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.banner {
  height: 100vh;
  color: #113564;
  background-color: #f1fcff;
  background-image: linear-gradient(135deg, #f1fcff 44%, rgba(0, 0, 0, 0) 78%), url('../images/Medical_Illustration5-01.svg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.banner.about {
  background-image: url('../images/elena-saharova-hzNnJyC9FOA-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.services {
  background-image: url('../images/5e16fef2cb9d511da2e01f48_joshua-oluwagbemiga-QZ9cVpMUpZ4-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.contact-us {
  background-image: url('../images/mike-yukhtenko-wfh8dDlNFOk-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.thank-you {
  background-image: url('../images/jeremy-bishop-uAfZBP-GtiA-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.portfolio {
  background-image: url('../images/tobias-van-schneider-lHGeqh3XhRY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mouse-scroll {
  z-index: 10;
  width: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mouse-scroll-weel {
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mouse-scroll-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.alpha {
  z-index: 9999;
  transition: transform .3s;
  position: fixed;
  top: 100px;
  bottom: auto;
  left: auto;
  right: 4vw;
}

.alpha:hover {
  transform: scale(1.05);
}

.menu-text {
  color: #113564;
  margin-left: 15px;
}

.info-left {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 200px;
  left: 0;
  right: auto;
  transform: rotate(-90deg);
}

.vertical-link {
  color: #a8dcea;
  margin-left: 15px;
  transition: color .3s;
  transform: translate(0);
}

.vertical-link:hover {
  color: #fbbb2e;
}

.middle-line {
  width: 48px;
  height: 1px;
  background-color: #707070;
  border: 1px solid #a8dcea;
  margin-left: 15px;
}

.info-right {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 210px;
  left: auto;
  right: 0;
  transform: rotate(90deg);
}

.container-small {
  max-width: 1140px;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.container-small.left-text-align {
  text-align: left;
}

.link {
  margin-right: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: inset 0 -2px #707070;
}

.link.gray {
  color: #bbb;
  margin-right: 0;
}

.link.last {
  margin-right: 0;
}

.link-underline {
  width: 12px;
  height: 2px;
  background-color: #fbbb2e;
  margin-top: 5px;
}

.banner-content-half {
  width: 50%;
}

.main-links {
  margin-top: 70px;
}

.coordinates-text-span {
  color: #bbb;
}

.coordinates {
  color: #a8dcea;
  margin-left: 15px;
}

.sticky-info {
  margin-left: auto;
  margin-right: auto;
}

.container-banner {
  z-index: 10;
  margin-left: 13vw;
  margin-right: 13vw;
  position: relative;
}

.container-banner.second {
  margin-left: 11vw;
  margin-right: 11vw;
}

.heading-span {
  line-height: 80px;
  display: block;
}

.heading-span.small {
  font-size: 22px;
  line-height: 28px;
}

.content-half {
  position: relative;
}

.step {
  margin-bottom: 100px;
  margin-right: 60px;
}

.step.last {
  margin-bottom: 0;
}

.background-video {
  height: 100%;
  opacity: .25;
  filter: grayscale(70%);
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid rgba(255, 255, 255, .55);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.style-guide-banner-holder {
  color: #fff;
  text-align: center;
}

.template-banner {
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

.main-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.main-content.style-content {
  padding-top: 200px;
  padding-bottom: 200px;
}

.main-content.style-guide-main-content {
  margin-left: 13vw;
  margin-right: 13vw;
  padding-top: 140px;
  padding-bottom: 100px;
}

.paragraph-banner {
  margin-bottom: 50px;
}

.yellow-text-block {
  color: #a8dcea;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.content-holder {
  margin-bottom: 100px;
}

.style-guide-holder {
  padding-left: 20px;
  padding-right: 20px;
}

.yellow {
  color: #113564;
  font-family: Montserrat, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 120px;
}

.yellow.blue {
  font-size: 90px;
}

.yellow.sub {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.headline-7 {
  color: #a8dcea;
  letter-spacing: .5px;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.headline-7.no-margin-bottom {
  text-align: left;
  margin-bottom: 0;
}

.section-steps {
  background-color: #011024;
  background-image: linear-gradient(rgba(1, 16, 36, .78), rgba(1, 16, 36, .78)), url('../images/Section-Shapes-Top.png'), url('../images/Line_logo_Icon3.png');
  background-position: 0 0, 100% 0, 0%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;
  padding-left: 20px;
  padding-right: 20px;
}

.steps-icon {
  margin-bottom: 12px;
}

.sticky-heading {
  color: #a8dcea;
  margin-bottom: 180px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.sticky-heading.small {
  line-height: 80px;
}

.section {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.section.cta {
  background-color: #113564;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section.awards {
  background-image: url('../images/5e16f13a3c053f5f6d836d62_samuel-scalzo-xyuYk9oLA8I-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.visit-our-work {
  background-image: url('../images/visit-work-shapes.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.section.faq {
  background-color: #131313;
}

.section.form {
  background-color: #113564;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-big {
  margin-left: 13vw;
  margin-right: 13vw;
  padding-top: 150px;
  padding-bottom: 150px;
}

.yellow-separator {
  width: 76px;
  height: 2px;
  background-color: #fbbb2e;
  margin-bottom: 60px;
}

._3d-content {
  flex-direction: column;
  justify-content: flex-end;
  margin: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

._3d-card-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

._3d-card {
  width: 100%;
  height: 610px;
  perspective: 1000px;
  margin-bottom: 5%;
  position: relative;
}

._3d-card.smaller {
  width: 47%;
  height: 400px;
  margin-right: 3%;
}

._3d-card.smaller.no-margin-left {
  margin-left: 3%;
  margin-right: 0;
}

._3d-content-wrapper-bottom {
  position: relative;
}

.d-133-image-wrapper {
  width: 200%;
  height: 200%;
  background-image: url('../images/alexander-slattery-311438-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: auto;
}

.d-133-image-wrapper._2 {
  background-image: url('../images/jon-flobrant-65429-unsplash.jpg');
  background-size: cover;
}

.d-133-image-wrapper._3 {
  background-image: url('../images/annie-spratt-jue3sIqVz2Y-unsplash.jpg');
  background-size: cover;
}

._3d-card-image-wrapper {
  width: 110%;
  height: 110%;
  background-image: url('../images/annie-spratt-jue3sIqVz2Y-unsplash.jpg');
}

._3d-card-image-wrapper._2 {
  background-image: url('../images/william-daigneault-DmyCYLLkazQ-unsplash.jpg');
}

._3d-card-image-wrapper._3 {
  background-image: url('../images/lucrezia-carnelos-IMUwe-p1yqs-unsplash.jpg');
}

._3d-card-image-wrapper._4 {
  background-image: url('../images/vale-zmeykov-6y5bXse21ek-unsplash.jpg');
}

._3d-card-image-wrapper._5 {
  background-image: url('../images/ilnur-kalimullin-kP1AxmCyEXM-unsplash.jpg');
}

._3d-card-image-wrapper._6 {
  background-image: url('../images/luke-chesser-rCOWMC8qf8A-unsplash.jpg');
}

._3d-card-image-wrapper._7 {
  background-image: url('../images/cristina-gottardi--22C5tv2hyY-unsplash.jpg');
}

._3d-card-image-wrapper._8 {
  background-image: url('../images/william-daigneault-ju3eqN0gl6Y-unsplash.jpg');
}

._3d-card-image-wrapper._9 {
  background-image: url('../images/annie-spratt-jue3sIqVz2Y-unsplash.jpg');
}

._3d-card-image-wrapper._10 {
  background-image: url('../images/alex-knight-2EJCSULRwC8-unsplash.jpg');
}

._3d-card-image-wrapper._11 {
  background-image: url('../images/ilnur-kalimullin-kP1AxmCyEXM-unsplash.jpg');
}

._3d-card-image-wrapper._12 {
  background-image: url('../images/kobu-agency-qj15uNotnH0-unsplash.jpg');
}

._3d-content-wrapper-top {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.container-small-grid {
  max-width: 1140px;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: grid;
}

.center-width {
  width: 64%;
  margin-left: auto;
  margin-right: auto;
}

.logos-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 164px 164px 164px 164px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 100px;
}

.friends-section {
  background-image: url('../images/andrew-seaman-Y8ruVPHUSnc-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.friends-section.black-image {
  background-image: url('../images/tobias-van-schneider-MWFWz4DWwKI-unsplash.jpg');
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.plus-margin-bottom {
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.content-width {
  width: 70%;
}

.content-left-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-logo {
  z-index: 9999;
  margin-bottom: 60px;
}

.headline-8 {
  max-width: 70%;
  margin-bottom: 120px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 46px;
}

.yellow-footer-link {
  color: #fbbb2e;
  transition: color .3s;
}

.yellow-footer-link:hover {
  color: #fff;
}

.footer {
  background-color: #113564;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-title {
  color: #a8dcea;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 36px;
}

.top {
  padding-left: 20px;
}

.bottom {
  padding-left: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-nav-link {
  color: #a8dcea;
  margin-right: 20px;
  transition: color .3s;
}

.footer-nav-link:hover {
  color: #fff;
}

.container-footer {
  margin-left: 13vw;
  margin-right: 13vw;
  padding-top: 150px;
  padding-bottom: 150px;
}

.menu-block {
  z-index: 9999;
  transform-origin: 4vw 100px;
  background-color: #011024;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-span {
  margin-top: 15px;
  margin-right: 15px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.heading-menu {
  color: #707070;
  justify-content: flex-start;
  align-items: flex-start;
  transition: color .3s;
  display: flex;
}

.heading-menu:hover {
  color: #fff;
}

.link-heading-menu {
  display: inline;
}

.menu-links {
  align-self: center;
}

.menu-contact {
  align-self: center;
  padding-left: 10%;
}

.menu-wrap {
  z-index: 9999;
  justify-content: center;
  align-items: stretch;
  margin-left: 20vw;
  margin-right: 20vw;
  display: flex;
}

.menu-circles {
  margin-bottom: 90px;
}

.menu-contact-link {
  color: #fbbb2e;
  transition: color .3s;
}

.menu-contact-link:hover {
  color: #707070;
}

.link-2 {
  margin-right: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: inset 0 -2px #707070;
}

.headline-top-text {
  color: #fbbb2e;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.menu {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: color .6s;
  display: flex;
  position: fixed;
  top: 100px;
  bottom: auto;
  left: 4vw;
  right: auto;
}

.menu:hover {
  color: #fbbb2e;
}

.paragraph {
  color: #bbb;
  letter-spacing: .3px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
}

.slide {
  margin-right: 60px;
}

.content-grid {
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.content-left {
  width: 60%;
  margin-right: auto;
}

.content-left.right {
  margin-left: auto;
  margin-right: 0;
}

.left-arrow {
  height: 120px;
  filter: grayscale();
  background-image: url('../images/left-arrow2x_1left-arrow@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  font-size: 14px;
  transition: filter .3s, background-position .3s;
  top: auto;
  bottom: 0%;
  left: 30%;
  right: auto;
}

.left-arrow:hover {
  filter: grayscale(0%);
  background-position: 30%;
}

.slide-nav {
  width: auto;
  height: 120px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-size: 8px;
  line-height: 8px;
  display: flex;
}

.right-arrow {
  height: 120px;
  filter: grayscale();
  background-image: url('../images/right-arrow2x_1right-arrow@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  font-size: 14px;
  transition: filter .3s, background-position .3s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 30%;
}

.right-arrow:hover {
  filter: grayscale(0%);
  background-position: 70%;
}

.slider {
  height: auto;
  max-width: 760px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.awards-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 164px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 100px;
}

.accordion-item-wrapper {
  margin-bottom: 40px;
}

.accordion-item-wrapper.last {
  margin-bottom: 0;
}

.accordion-tab-button {
  cursor: pointer;
  background-color: #252525;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  transition: background-color .3s;
  display: flex;
}

.accordion-tab-button:hover {
  background-color: #191a1a;
}

.accordion-arrow {
  width: 15px;
  opacity: .8;
}

.accordion-pane {
  background-color: #191a1a;
  overflow: hidden;
}

.accordion-pane-content {
  text-align: left;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-faq {
  text-align: center;
  margin-left: 20vw;
  margin-right: 20vw;
  padding-top: 150px;
  padding-bottom: 150px;
}

.form-content {
  width: 100%;
  background-color: #113564;
  margin-left: auto;
  margin-right: 0;
  padding: 10px 20px 10px 60px;
}

.form-container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.form-block {
  margin-top: 80px;
}

.text-field {
  width: 100%;
  color: #fff;
  letter-spacing: .3px;
  background-color: #113564;
  border: 1px solid #a8dcea;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 16px;
  line-height: 33px;
}

.submit-button {
  min-width: 160px;
  min-height: 52px;
  appearance: none;
  color: #113564;
  letter-spacing: .3px;
  background-color: #a8dcea;
  border: 2px solid #a8dcea;
  border-radius: 0;
  padding: 10px 32px;
  font-weight: 600;
  line-height: 28px;
  transition: color .3s, background-color .3s, transform .15s;
}

.submit-button:hover {
  color: #a8dcea;
  background-color: rgba(0, 0, 0, 0);
}

.submit-button:active {
  transform: translateY(1px);
}

.submit-button:disabled {
  cursor: wait;
  opacity: .65;
}

.submit-button.protected-page {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-form {
  width: 500px;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  background-image: url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-2 {
  background-image: url('../images/Layer-709.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.block-quote {
  border-left-width: 3px;
  border-left-color: #bbb;
}

.link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.image {
  object-fit: scale-down;
}

.color-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.color {
  width: 100%;
  height: 50px;
  background-color: #a8dcea;
}

.color._3 {
  background-color: #707070;
}

.color._2 {
  background-color: #bbb;
}

.color._4 {
  background-color: #113564;
}

.licencing-holder {
  margin-bottom: 100px;
}

.licencing-wrapper {
  border: 1px solid #fbbb2e;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 4%;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 15px 30px 5px rgba(26, 35, 126, .1);
}

.licencing-wrapper:hover {
  box-shadow: none;
}

.licencing-left {
  width: 50%;
}

.licencing-right {
  width: 48%;
  color: #1a237e;
  text-align: center;
}

.secondary-link {
  color: #a7a9c5;
  font-weight: 400;
  display: inline-block;
}

.secondary-link:hover {
  color: #1a237e;
}

.secondary-link.licencing-link {
  color: #fbbb2e;
  margin-left: 10px;
  margin-right: 10px;
  transition: color .3s;
  display: inline-block;
}

.secondary-link.licencing-link:hover {
  color: #707070;
}

.license-video {
  height: 300px;
  opacity: .25;
  filter: grayscale(70%);
}

.list-item {
  margin-bottom: 20px;
}

.list-item.ordered {
  padding-left: 10px;
}

.list-block {
  width: 50%;
}

.list-text {
  color: #bbb;
  margin-bottom: 20px;
}

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

.no-margin-botttom {
  margin-bottom: 0;
}

.paragraph-2 {
  font-size: 14px;
  line-height: 26px;
}

.text-block {
  color: #113564;
  font-weight: 700;
}

.text-block-2, .text-block-3 {
  color: #a8dcea;
}

.text-block-4, .text-block-5 {
  color: #113564;
  font-weight: 700;
}

.paragraph-3 {
  font-size: 18px;
  line-height: 28px;
}

.paragraph-4 {
  font-size: 1px;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5 {
  font-family: Montserrat, sans-serif;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-5 {
  font-size: 18px;
  line-height: 30px;
}

.paragraph-6 {
  line-height: 30px;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.bold-text {
  font-size: 24px;
}

.bold-text-2 {
  color: #a8dcea;
}

.paragraph-7 {
  color: #fff;
  font-size: 18px;
}

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

.text-block-7 {
  color: #a8dcea;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 80px;
    line-height: 100px;
  }

  h2 {
    font-size: 60px;
    line-height: 80px;
  }

  h3 {
    font-size: 50px;
    line-height: 70px;
  }

  h4 {
    font-size: 46px;
    line-height: 66px;
  }

  h5 {
    font-size: 36px;
    line-height: 56px;
  }

  h6 {
    font-size: 30px;
    line-height: 50px;
  }

  .about-heading {
    font-size: 30px;
    line-height: 50px;
  }

  .section-title {
    font-size: 50px;
    line-height: 70px;
  }

  .banner {
    height: auto;
    background-image: linear-gradient(rgba(255, 255, 255, .93), rgba(255, 255, 255, .93)), url('../images/Medical_Illustration5-01.svg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .mouse-scroll {
    display: none;
  }

  .alpha {
    position: fixed;
    top: 40px;
  }

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

  .container-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .link.gray {
    margin-right: 0;
  }

  .link-underline {
    width: 100%;
  }

  .banner-content-half {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .main-links {
    justify-content: center;
    display: flex;
  }

  .container-banner {
    justify-content: center;
    align-items: center;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .content-half.c-footer {
    min-height: 260px;
    margin-top: 60px;
  }

  .step {
    margin-right: 0;
  }

  .main-content.style-content {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .main-content.style-guide-main-content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content-holder {
    margin-bottom: 60px;
  }

  .yellow {
    margin-top: 29px;
    font-size: 90px;
    line-height: 110px;
  }

  .headline-7 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
  }

  .section-steps {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .section.cta {
    background-image: none;
    background-position: 0 0;
  }

  .section.form {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container-big {
    text-align: center;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .yellow-separator {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  ._3d-content-wrapper-top {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-small-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .center-width {
    width: 90%;
  }

  .logos-grid {
    width: 90%;
    grid-template-rows: 164px 164px 164px 164px 164px 164px 164px 164px;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .plus-margin-bottom {
    margin-bottom: 40px;
  }

  .content-width {
    width: 100%;
  }

  .content-left-right {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .headline-8 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-title {
    margin-bottom: 10px;
  }

  .top, .bottom {
    padding-left: 0;
  }

  .container-footer {
    text-align: left;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .menu-block {
    transform-origin: 4vw 50px;
  }

  .menu-contact {
    display: none;
  }

  .menu-wrap {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .headline-top-text {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .menu {
    position: fixed;
    top: 50px;
  }

  .content-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    grid-auto-columns: auto;
  }

  .content-left {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .slider {
    margin-left: auto;
    margin-right: auto;
  }

  .awards-grid {
    width: 90%;
    grid-template-rows: 164px 164px 164px;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-tab-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-faq {
    text-align: center;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .form-content {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 60px;
  }

  .form-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .form-block {
    margin-top: 60px;
  }

  .text-field {
    padding: 30px;
  }

  .utility-page-form {
    width: 100%;
  }

  .licencing-holder {
    margin-bottom: 60px;
  }

  .section-2 {
    background-image: linear-gradient(to right, #000 25%, rgba(0, 0, 0, 0)), url('../images/Untitled-1.png');
    background-position: 0 0, 100.5%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  .text-block, .text-block-4, .text-block-5 {
    color: #113564;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 65px;
    line-height: 85px;
  }

  h2 {
    font-size: 56px;
    line-height: 76px;
  }

  .alpha {
    z-index: 99;
  }

  .container-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-banner {
    margin-left: auto;
    margin-right: auto;
  }

  .content-half.c-footer {
    margin-top: 40px;
  }

  .step {
    margin-bottom: 60px;
  }

  .main-content.style-content {
    padding-bottom: 40px;
  }

  .main-content.style-guide-main-content {
    padding-top: 40px;
  }

  .yellow-text-block {
    margin-bottom: 40px;
  }

  .sticky-heading {
    margin-bottom: 40px;
    position: static;
  }

  .container-big {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._3d-card {
    height: 300px;
  }

  ._3d-card.smaller {
    width: 100%;
    height: 300px;
    margin-right: 0%;
  }

  ._3d-card.smaller.no-margin-left {
    margin-left: 0%;
  }

  .container-small-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .logos-grid {
    grid-template-rows: 130px 130px 130px 130px 130px 130px 130px 130px;
  }

  .footer-title {
    margin-top: -22px;
  }

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

  .footer-nav-link.last {
    margin-right: 0;
  }

  .heading-menu {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 60px;
  }

  .menu-wrap {
    overflow: auto;
  }

  .logo {
    height: 5vh;
  }

  .headline-top-text {
    font-size: 20px;
    line-height: 30px;
  }

  .menu {
    top: 45px;
  }

  .left-arrow {
    left: 26%;
  }

  .right-arrow {
    right: 26%;
  }

  .container-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .link-wrapper, .color-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .licencing-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .licencing-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .licencing-right {
    width: 100%;
  }

  .text-block, .text-block-4, .text-block-5 {
    color: #113564;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
    line-height: 70px;
  }

  h2 {
    font-size: 46px;
    line-height: 66px;
  }

  h3 {
    font-size: 42px;
    line-height: 61px;
  }

  h4 {
    font-size: 36px;
    line-height: 56px;
  }

  h5 {
    font-size: 28px;
    line-height: 48px;
  }

  h6 {
    font-size: 24px;
    line-height: 44px;
  }

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

  .section-title {
    font-size: 42px;
    line-height: 61px;
  }

  .content-half.c-footer {
    min-height: 490px;
  }

  .yellow {
    font-size: 60px;
    line-height: 55px;
  }

  ._3d-content {
    margin: 30px 10px;
  }

  .center-width {
    width: 100%;
  }

  .logos-grid {
    grid-column-gap: 30px;
  }

  .headline-8 {
    font-size: 20px;
    line-height: 40px;
  }

  .bottom {
    flex-direction: column;
    display: flex;
  }

  .footer-nav-link {
    margin-right: 0;
  }

  .bottom-links {
    flex-direction: column;
    display: flex;
  }

  .menu-block, .menu-wrap {
    z-index: 9999;
  }

  .logo {
    height: 4vh;
  }

  .left-arrow {
    left: 13%;
  }

  .right-arrow {
    right: 13%;
  }

  .awards-grid {
    grid-column-gap: 30px;
  }

  .link-wrapper, .color-wrapper {
    grid-auto-columns: auto;
    justify-items: stretch;
  }

  .list-block {
    width: 100%;
  }

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

@media screen and (max-width: 991px) {
  #w-node-be425ef7-9a3c-bace-8c43-4c2bae2ac980-11dbf0c8, #w-node-_765daa98-d142-4e1b-345d-2015dcdcb8e0-11dbf0c8, #w-node-_765daa98-d142-4e1b-345d-2015dcdcb8e0-3adbf0cb {
    justify-self: center;
  }
}
