:root {
  --text--text-color-grey-dark: #414347;
  --text--text-color-black: #22292f;
  --amity-green: #1dc497;
  --black: black;
  --white: white;
  --amity-green-hover\<deleted\|variable-fb797fb7\>: #04be8c;
  --background--background-color-grey: #f9f9f9;
  --amity-dark: #121419;
  --text--text-color-grey-light: #d0d0d1;
  --border--border-dark: #232324;
  --transparant: #0000;
  --amity-blue: #003061;
  --text--text-color-grey-medium: #717275;
  --border--border-light-gray: whitesmoke;
  --border--border-medium-gray: #d0d0d1;
  --amity-green-light: #e8f9f5;
  --amity-green-transparent: #1dc4971a;
}

body {
  color: var(--text--text-color-grey-dark);
  overscroll-behavior: none;
  padding-top: 5.25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

h1 {
  z-index: 2;
  color: var(--text--text-color-black);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Euclid Circular B, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--text--text-color-black);
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: Euclid Circular B, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
}

h3 {
  color: var(--text--text-color-black);
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: Euclid Circular B, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
}

h4 {
  color: var(--text--text-color-black);
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: Euclid Circular B, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

h5 {
  color: var(--text--text-color-black);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Euclid Circular B, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

h6 {
  color: var(--text--text-color-black);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Euclid Circular B, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

p {
  margin-bottom: 1rem;
}

a {
  color: var(--amity-green);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus-visible, a[data-wf-focus-visible] {
  outline-color: var(--black);
  outline-offset: .125rem;
  outline-width: .125rem;
  outline-style: solid;
}

ul {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
}

li {
  -webkit-text-stroke-color: var(--text--text-color-grey-dark);
  background-image: url("https://cdn.prod.website-files.com/5eddccffdb3c6a27f79757c1/6113a618376e4744b694188c_list-item__icon.svg");
  background-position: 0 .25rem;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  padding-left: 1.5rem;
}

strong {
  font-weight: 500;
}

blockquote {
  color: var(--text--text-color-black);
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 0;
  font-family: Euclid Circular B, Arial, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.25;
}

figure {
  margin-bottom: .625rem;
}

.footer {
  z-index: 5;
  background-color: var(--black);
  color: var(--white);
  padding: 2.5rem 5svw;
  position: relative;
  overflow: hidden;
}

.button {
  border-right: .125rem solid var(--amity-green-hover\<deleted\|variable-fb797fb7\>);
  border-bottom: .125rem solid var(--amity-green-hover\<deleted\|variable-fb797fb7\>);
  background-color: var(--amity-green);
  color: var(--white);
  border-radius: .35rem;
  flex: none;
  justify-content: center;
  padding: .75rem 1rem;
  font-family: Euclid Circular B, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  transition: background-color .2s ease-in-out;
}

.button:hover {
  background-color: var(--amity-green-hover\<deleted\|variable-fb797fb7\>);
}

.button:active {
  background-color: var(--amity-green);
}

.button.c-full-width {
  width: 100%;
  max-width: 100%;
}

.section {
  width: 100%;
  max-width: 100%;
  padding: 5rem 5svw;
  position: relative;
}

.section.c-grey {
  background-color: var(--background--background-color-grey);
}

.section.page-hero {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, #000000bf, #000000bf), radial-gradient(circle farthest-corner at 50% 50%, var(--amity-green), var(--amity-dark));
  color: var(--text--text-color-grey-light);
}

.section.c-contact {
  background-color: var(--black);
  color: var(--text--text-color-grey-light);
}

.section.c-cta {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, #00000040, #00000040), linear-gradient(180deg, var(--amity-dark), var(--amity-green));
  color: var(--text--text-color-grey-light);
}

.section.c-content {
  padding-top: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-logo_img {
  object-fit: contain;
  width: 8rem;
  height: 3rem;
}

.nav_link-text {
  white-space: nowrap;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
}

.nav_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.nav_mega-menu_wrapper {
  z-index: 999;
  background-color: var(--transparant);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  width: 100%;
  max-width: 100%;
  height: 5.25rem;
  padding-left: 5svw;
  padding-right: 5svw;
}

.nav_mega-menu_content {
  justify-content: flex-start;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-logo_wrapper {
  flex: none;
  height: 100%;
  margin-right: 2.5rem;
  display: inline-block;
}

.nav-logo_content {
  align-items: center;
  height: 100%;
  display: flex;
}

.nav_mega-menu {
  z-index: 999;
  background-color: var(--black);
  width: 100%;
  max-width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  flex: none;
}

.nav-logo.w--current:focus-visible, .nav-logo.w--current[data-wf-focus-visible] {
  outline-offset: .25rem;
}

.nav_mega-menu_parent {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.logo-footer {
  object-fit: contain;
  width: 8rem;
  height: 3rem;
}

.cta-button {
  border-right: .125rem solid var(--amity-green-hover\<deleted\|variable-fb797fb7\>);
  border-bottom: .125rem solid var(--amity-green-hover\<deleted\|variable-fb797fb7\>);
  background-color: var(--amity-green);
  color: var(--white);
  border-radius: .35rem;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 2.75rem;
  padding: .75rem .75rem .75rem 1.5rem;
  font-family: Euclid Circular B, Arial, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  border-right-color: var(--amity-green);
  border-bottom-color: var(--amity-green);
  background-color: var(--amity-green-hover\<deleted\|variable-fb797fb7\>);
}

.cta-button:active {
  background-color: var(--amity-green);
}

.cta-button_text {
  white-space: nowrap;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1;
}

.cta-button_content {
  align-items: center;
  display: flex;
  position: relative;
}

.footer-content {
  z-index: 2;
  position: relative;
}

.footer-horizontal-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-hero-text {
  z-index: 5;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10.75rem;
  display: flex;
  position: relative;
}

.metric-number {
  color: var(--white);
  margin-bottom: .5rem;
  font-family: Euclid Circular B, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.metric-cards_parent {
  z-index: 5;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.metric-description {
  color: var(--white);
  font-weight: 500;
  line-height: 1.2;
}

.container-medium {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.color-card {
  background-image: linear-gradient(180deg, var(--amity-blue), var(--amity-green));
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 2px;
  display: flex;
  position: relative;
}

.color-card.c-top {
  border-radius: 10rem;
  width: auto;
  margin-bottom: 1.5rem;
}

.color-card.c-reversed {
  background-image: linear-gradient(0deg, var(--amity-blue), var(--amity-green));
}

.footer-row-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.text-size-tiny {
  font-size: .9rem;
  line-height: 1.4rem;
}

.text-size-tiny.text-color-grey {
  color: var(--text--text-color-grey-medium);
}

.hero-title {
  color: var(--white);
  max-width: 27ch;
  font-size: 4rem;
}

.star-overlay {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.star-wrapper {
  display: none;
}

.star-animation {
  position: absolute;
  inset: 0%;
}

.hero-container {
  z-index: 4;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-gray:hover, .link-gray.c-footer {
  text-decoration: underline;
}

.link-gray {
  color: var(--text--text-color-grey-medium);
}

.link-gray:hover, .link-gray.c-footer, .link-gray.c-footer {
  text-decoration: underline;
}

.nav_dropdown_small {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown-toggle {
  color: var(--white);
  padding: .25rem 0;
}

.dropdown-toggle:hover {
  color: #1dc497;
}

.dropdown-toggle_content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_dropdown-icon {
  flex: none;
  display: flex;
}

.nav_dropdown-list.w--open {
  background-color: #080808;
  border-radius: .5rem;
  top: 2rem;
}

.nav_dropdown-list.c-right.w--open {
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav_content-row {
  border: 1px solid var(--border--border-dark);
  background-color: var(--black);
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: .5rem 1.25rem;
  display: flex;
}

.nav_content-links_wrap {
  border-bottom: .0625rem solid var(--border--border-dark);
  color: #22292f;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  line-height: 1.2rem;
}

.nav_content-links_wrap:hover {
  color: #1dc497;
}

.nav_content-links_wrap.is-last {
  border-bottom-style: none;
}

.nav_content-link {
  color: var(--white);
  white-space: nowrap;
  border: 0 solid #000;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.nav_content-link:hover, .nav_content-link.w--current {
  color: var(--amity-green);
}

.nav-icon {
  flex: none;
  width: .85rem;
  height: .7rem;
  margin-right: .5rem;
}

.nav_dropdown_text-link {
  font-size: .9rem;
  line-height: 1.2;
}

.hero-subtitle {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
}

.hero-grid_desktop {
  z-index: 4;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.hero-grid_child {
  z-index: 4;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  max-width: 14.25rem;
  display: flex;
  position: relative;
}

.hero-globe_embed {
  aspect-ratio: 1;
  background-color: var(--transparant);
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.hero-grid_globe {
  z-index: 3;
  flex: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: -15svh;
  position: relative;
}

.home-hero {
  background-color: var(--black);
  width: 100%;
  max-width: 100%;
  padding: 10svw 5svw 5rem;
  position: relative;
  overflow: hidden;
}

.hero-gradient-overlay {
  z-index: 1;
  background-image: url("https://cdn.prod.website-files.com/5eddccffdb3c6a27f79757c1/681757091e7e0d62337eb5af_bb37a1de3b8ce491d05e4fdd9c64606a_background-gradient.avif");
  background-position: 50%;
  background-size: auto;
  position: absolute;
  inset: -20svw 0% 0% -20svw;
}

.hero-pulse_wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.75rem;
  display: flex;
  position: relative;
}

.pulse-static {
  flex: none;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 0;
}

.color-card_content {
  color: var(--white);
  background-color: #000;
  background-image: linear-gradient(#00306166, #1dc49766);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 1.5rem 1.5rem 1.75rem;
  display: flex;
}

.color-card_content.c-top {
  border-radius: 10rem;
  padding: .25rem 1rem;
}

.color-card_content.c-company {
  text-align: center;
  background-image: linear-gradient(#0006, #1dc49766);
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.4;
}

.color-card_content.c-company.c-reversed {
  background-image: linear-gradient(0deg, #00306166, #0006);
}

.hero-companies {
  z-index: 4;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.hero-companies_heading {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.hero-companies_title {
  color: var(--white);
}

.company-card_logo {
  height: 2rem;
  margin-bottom: 1rem;
}

.row-double {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.grid-child {
  border: 1px solid var(--border--border-light-gray);
  background-image: linear-gradient(0deg, #b4ecdd33, #fff);
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.grid-child.c-gradient_reversed {
  background-image: linear-gradient(170deg, #b4ecdd33, #fff);
}

.company-top {
  padding: 2.5rem 2.5rem 1rem;
}

.company-bottom {
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.company-bottom.c-position {
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.company-logo {
  height: 3rem;
  margin-bottom: 1rem;
}

.company-logo.c-smaller {
  height: 2.25rem;
}

.row-single {
  border: 1px solid var(--border--border-light-gray);
  background-image: linear-gradient(90deg, #b4ecdd33, #fff);
  border-radius: .75rem;
  margin-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.row-single.c-second {
  background-image: linear-gradient(270deg, #b4ecdd33, #fff);
}

.company-right {
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  padding-top: 2.5rem;
  display: flex;
}

.company-hover {
  z-index: 2;
  opacity: 0;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.amity-accentix_img_wrapper {
  border-radius: .75rem;
  position: relative;
  overflow: hidden;
}

.tollring-img_wrap {
  border-top-left-radius: .75rem;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.icon-embed-xxsmall {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hover-cta_content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.resp-only {
  display: none;
}

.video-embed {
  width: 100%;
  max-width: 100%;
}

.hide {
  display: none;
}

.font-notosansthai {
  font-family: Notosansthai Variablefont Wdth Wght, Arial, sans-serif;
}

.hero-grid_mobile {
  z-index: 4;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.5rem;
  display: none;
  position: relative;
}

.arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  margin-bottom: .1rem;
  margin-left: .25rem;
  display: flex;
}

.arrow.c-large {
  color: var(--amity-green);
  width: 1.5rem;
  margin-bottom: 0;
  position: relative;
  bottom: -.25rem;
}

.nav_language {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_language-link {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1;
}

.nav_language-divider {
  background-color: var(--white);
  width: 1px;
  height: 1.25rem;
}

.nav_link {
  color: var(--white);
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
}

.nav_link:hover {
  color: var(--amity-green);
}

.nav_link.w--current {
  color: var(--white);
}

.nav_menu-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_menu-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  .nav_link-text {
    font-size: 1.1rem;
  }

  .nav_menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top-style: solid;
    border-top-width: .0625rem;
    border-top-color: var(--border--border-dark);
    background-color: var(--black);
    width: 100%;
    height: calc(100svh - 5.25rem);
    position: absolute;
    overflow: auto;
  }

  .nav_mega-menu_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_mega-menu_content {
    position: relative;
  }

  .nav-logo_content {
    padding-left: 5svw;
  }

  .nav-logo {
    padding-left: 0;
  }

  .nav_hamburger_middle {
    background-color: var(--white);
    border-radius: .3125rem;
    width: 100%;
    height: .1875rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-hamburger {
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    padding: 0 1rem;
    display: flex;
  }

  .nav-hamburger.w--open {
    background-color: #0000;
  }

  .nav_hamburger-top, .nav_hamburger_bottom {
    background-color: var(--white);
    border-radius: .3125rem;
    width: 100%;
    height: .1875rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_hamburger-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 1.875rem;
    height: 1.25rem;
    display: flex;
  }

  .nav_hamburger-parent {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .cta-button:active {
    background-color: var(--amity-green-hover\<deleted\|variable-fb797fb7\>);
  }

  .footer-horizontal-links {
    width: 100%;
    max-width: 100%;
  }

  .home-hero-text {
    margin-bottom: 2.5rem;
  }

  .metric-number {
    font-size: 2.25rem;
  }

  .metric-cards_parent {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .color-card.c-top {
    margin-bottom: 1rem;
  }

  .footer-row-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-logo_wrapper.w--current {
    display: block;
  }

  .hero-title {
    font-size: 2.3rem;
  }

  .nav_dropdown_small {
    border-bottom: 1px solid var(--border--border-dark);
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .dropdown-toggle_content {
    justify-content: flex-start;
    align-items: center;
    padding-left: 5svw;
  }

  .nav_dropdown-icon {
    margin-top: .125rem;
    margin-left: .25rem;
  }

  .nav_dropdown-list {
    position: static;
  }

  .nav_dropdown-list.w--open {
    background-color: var(--transparant);
  }

  .nav_content-row {
    box-shadow: none;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding: 0;
  }

  .nav_content-links_wrap {
    padding: 1.25rem 5svw;
  }

  .nav_content-link {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .nav_dropdown_text-link {
    font-size: .875rem;
  }

  .flexbox-parent {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flexbox-child {
    flex: 0 auto;
  }

  .hero-grid_globe {
    margin-top: 0;
  }

  .home-hero {
    padding-top: 10rem;
    padding-bottom: 2.5rem;
  }

  .color-card_content {
    padding: 1rem;
  }

  .color-card_content.c-top {
    font-size: .875rem;
  }

  .hero-companies {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .row-double {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
  }

  .company-bottom.c-position {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2.5rem;
    padding-right: 2.5rem;
  }

  .row-single {
    flex-flow: column;
    margin-bottom: 1.5rem;
  }

  .company-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0 2.5rem 2.5rem;
  }

  .company-hover, .tollring-img_wrap {
    border-radius: .75rem;
  }

  .resp-only {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.5rem;
    display: flex;
  }

  .resp-only.c-margin {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cs-form_child {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .cs-form_child.is-form {
    text-align: left;
    text-align: left;
  }

  .cs-form {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-sales-section_desktop {
    padding-bottom: 3rem;
    display: none;
  }

  .lang-popup_content {
    box-shadow: 0 16px 2rem #12141929;
  }

  .leadership_min-height {
    min-height: 7rem;
  }

  .leadership_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav_contact-wrapper {
    border-bottom: 1px solid var(--border--border-dark);
    width: 100%;
    max-width: 100%;
    padding: 1.75rem 5svw;
    display: flex;
  }

  .content-sticky {
    flex-flow: column;
    width: auto;
  }

  .cms-links_wrapper {
    flex-flow: column;
  }

  .content-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav_language {
    z-index: 9999999;
    border-bottom: 1px solid var(--border--border-dark);
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 1.75rem 5svw;
  }

  .nav_link {
    border-bottom: 1px solid var(--border--border-dark);
    width: 100%;
    max-width: 100%;
    padding: 1.75rem 5svw;
    font-size: 1.1rem;
  }

  .nav_menu-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .nav_menu-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.9rem;
    line-height: 1.1;
  }

  h3 {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  h4 {
    font-size: 1.4rem;
    line-height: 1.1;
  }

  h5, h6 {
    line-height: 1.1;
  }

  .footer {
    padding-bottom: 4rem;
  }

  .section.page-hero {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section.c-contact {
    padding-top: 1.5rem;
  }

  .heading-medium {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .search-result_item {
    flex-direction: column;
  }

  .search-result_left {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 0;
  }

  .search-result_image-wrapper {
    border-radius: .375rem;
    justify-content: center;
    align-items: center;
    height: 15.625rem;
    display: flex;
  }

  .home-hero-text {
    width: 100%;
  }

  .metric-cards_parent {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
  }

  .color-card.c-top {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer-row-1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-title {
    font-size: 1.7rem;
  }

  .heading-xlarge {
    font-size: 2rem;
  }

  .flexbox-child {
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-regular-small {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
    line-height: 1.1;
  }

  .hero-grid_desktop {
    flex-flow: column;
  }

  .hero-grid_child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .home-hero {
    padding-top: 7.5rem;
  }

  .pulse-static {
    display: none;
  }

  .hero-companies {
    grid-template-columns: 1fr 1fr;
  }

  .cs-form_child {
    justify-content: flex-start;
    width: 100%;
  }

  .cs-form_child.is-form {
    width: 100%;
  }

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

  .hero-grid_mobile {
    flex-flow: column;
  }

  .leadership_grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .content {
    flex-flow: column;
  }

  .content-sticky {
    width: 100%;
  }

  .cms-links_wrapper {
    flex-flow: wrap;
  }

  .content-details_element-child {
    flex-flow: column;
  }

  .thumbnail-grid {
    grid-template-columns: 1fr;
  }

  .nav_language {
    margin-right: .25rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 4.25rem;
  }

  h1 {
    margin-bottom: .75rem;
    font-size: 2rem;
  }

  blockquote {
    font-size: 1.4rem;
  }

  .section.c-content {
    padding-top: 5svw;
  }

  .searchbox-parent {
    flex-direction: column;
  }

  .search-form {
    margin-bottom: 1rem;
  }

  .search-result_image-wrapper {
    height: 8.75rem;
  }

  .nav-logo_img {
    width: 7.25rem;
  }

  .nav_link-text {
    font-size: 1rem;
  }

  .nav_menu {
    height: calc(100svh - 4.25rem);
  }

  .nav_mega-menu_wrapper {
    height: 4.25rem;
  }

  .nav-hamburger {
    margin-right: .5rem;
  }

  .footer-horizontal-links {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-hero-text {
    text-align: center;
  }

  .metric-cards_parent {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
    display: flex;
  }

  .color-card.c-top {
    margin-bottom: 0;
  }

  .contact1_form {
    grid-row-gap: 1.5rem;
  }

  .star-overlay {
    display: none;
  }

  .nav_dropdown_small {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .nav_content-row {
    min-width: auto;
  }

  .nav_content-links_wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-grid_desktop {
    display: none;
  }

  .color-card_content.c-top {
    text-align: center;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .hero-companies {
    grid-template-columns: 1fr;
  }

  .hero-companies_heading {
    margin-top: 0;
  }

  .company-card_logo.c-egg-digital {
    height: 2.5rem;
  }

  .company-top {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .company-bottom {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .company-bottom.c-position {
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
  }

  .company-logo {
    height: 2.5rem;
  }

  .company-right {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cs-form_child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-details-wrapper {
    margin-bottom: 1rem;
  }

  .text-fields_parent {
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-field_child {
    width: 100%;
    padding-right: 0;
  }

  .text-field {
    margin-bottom: 1rem;
  }

  .lang-popup_content {
    box-shadow: 0 32px 4rem #12141952;
  }

  .lang-flag {
    display: none;
  }

  .contact-details {
    margin-bottom: 2rem;
  }

  .hero-grid_mobile {
    display: flex;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    display: grid;
  }

  .globe-mobile {
    aspect-ratio: 1;
    width: 100%;
    max-width: 100%;
    margin-top: -1.5rem;
    margin-bottom: .5rem;
  }

  .leadership_min-height {
    min-height: auto;
  }

  .leadership_page-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .leadership-page_img {
    position: static;
  }

  .lang-popup_text {
    font-size: .875rem;
  }

  .content-details {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
  }

  .content-profile {
    width: 2rem;
    height: 2rem;
  }

  .content-details_element-child {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .content-category-tag {
    padding: .3rem .5rem;
    font-size: .75rem;
  }

  .nav_language {
    margin-right: .25rem;
  }

  .nav_language-divider {
    height: 1rem;
  }

  .nav_link {
    padding-left: 5svw;
    padding-right: 5svw;
    font-size: 1rem;
  }

  .category-tag_element {
    padding: .3rem .5rem;
    font-size: .75rem;
  }

  .category-tags {
    top: .5rem;
    left: .5rem;
  }
}
