:root {
  --taste-blueberry: #6900ff;
  --sea-blue: #005073;
  --light-grey: #aaa;
  --color-4: white;
  --dark-blueberry: #28025d;
  --lightblue: #09c;
  --dark-blue: #0a0e1a;
  --tan: #d4bc9a;
}

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

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

.w-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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

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

.row-hero {
  background-image: linear-gradient(#1444a3, #b44343);
  padding-top: 200px;
  padding-bottom: 100px;
}

.row-lt {
  background-color: #f7f9fd;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
}

.row-dk {
  background-color: #2b3f63;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.nav {
  width: 100%;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: absolute;
}

.nav-logo {
  background-image: url('../images/UNRedSquareLogo.svg');
  background-position: 0 0;
  background-size: auto;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 5em;
  line-height: 1em;
}

.heading-lt, .body-lt {
  color: #fff;
}

.footer {
  background-color: #0f2344;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 40px 220px;
  display: flex;
}

.list-lt {
  color: #fff;
}

.nav-link {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.cont-flex {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block {
  flex-direction: row;
  justify-content: space-between;
  display: block;
}

.body-wrap {
  padding: 20px;
}

.img-wrap {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image {
  width: auto;
  height: auto;
}

.div-block-2 {
  height: 40px;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-color: #8ab605;
  background-clip: border-box;
  border-radius: 0 19px 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner-wrapper {
  overflow: hidden;
}

.banner {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-wrapper {
  max-width: 980px;
  margin: 21px auto;
  padding: 10px;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.navbar-logo-left {
  width: 100%;
  height: 80px;
  max-width: 1512px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-content {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  width: 250px;
  height: 90px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.navbar-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.text-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.hero-section {
  width: 100%;
  height: 629px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1512px;
  background-color: #f8f8f8;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.hero-jennifer {
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
}

.hero-bendefined {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 95px;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
}

.small-container {
  width: 100%;
  height: 293px;
  max-width: 1512px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 33px 32px 32px;
  display: flex;
}

.content {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-3 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.error-506c35e9-f02a-dd78-0151-d908031929b6 {
  color: #212121;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--taste-blueberry);
  color: var(--sea-blue);
  text-align: left;
  border-radius: 5px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.5rem .75rem;
  text-decoration: none;
  display: flex;
  position: static;
  top: auto;
  right: auto;
}

.button.border {
  border: 1px solid var(--light-grey);
  margin-top: 0;
}

.text-4 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.hero-heading-right {
  width: 100%;
  height: 525px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--light-grey);
  background-image: linear-gradient(97deg, #3374ba, #934c9e);
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  padding: 63px 24px 40px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.column {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 300px;
  height: 300px;
  background-color: var(--light-grey);
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  box-shadow: 0 10px 14px 6px rgba(0, 0, 0, .2);
}

.column-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.header-grey {
  color: #c4c4c4;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.header-grey.centered {
  color: #444;
  text-align: left;
  letter-spacing: -2px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 102%;
}

.text-6 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  align-self: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-6.top {
  color: #444;
  text-align: left;
  margin-bottom: 0;
  padding: 0 0 30px;
  font-size: 16px;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.text-7 {
  color: #fff;
  border-radius: 8px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.testimonial-column-light {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  background-image: url('../images/Screenshot-2023-10-11-at-10.22.36-AM.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px;
  display: none;
}

.testimonial-titles {
  color: #000;
  text-align: center;
  font-family: Lexend, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 50%;
}

.columns {
  width: 100%;
  max-width: 960px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-2 {
  width: 100%;
  color: #181818;
  background-color: #fff;
  border: 2px solid #e4ebf3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  display: flex;
}

.quote {
  width: 100%;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 38px;
  display: flex;
}

.text-8 {
  color: #000;
  text-align: center;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.author {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--color-4);
  border: 0 solid #e4ebf3;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px 24px;
  display: flex;
}

.image-3 {
  object-fit: cover;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  border: 2px solid #e4ebf3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
}

.text-9 {
  color: #000;
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.footer-2 {
  width: 100%;
  height: 346px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--dark-blueberry);
  background-image: linear-gradient(to bottom, var(--sea-blue), rgba(99, 148, 170, .61) 100%, rgba(255, 255, 255, 0)), url('../images/lance-asper-d9Cs-9I1fPo-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px 8px;
  display: flex;
}

.columns-2 {
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-3 {
  width: 100%;
  max-width: 320px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.small-columns {
  width: 100%;
  max-width: 600px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.content-3 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-10 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.footer-links {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.link.bold {
  font-weight: 700;
}

.copyright {
  width: 100%;
  max-width: 940px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.text-11 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.navbar-no-shadow {
  width: 100%;
  height: 35%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

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

.nav-link-2.white {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-4 {
  width: 40%;
}

.hero-section2 {
  max-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-wrapper {
  flex-wrap: nowrap;
  position: relative;
}

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

.hero-text {
  color: #fff;
  position: absolute;
}

.container-3 {
  max-width: 1200px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-overlay-jf {
  width: 100%;
  height: 100%;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 31%, #000);
  position: absolute;
}

.hero-section4 {
  background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/lance-asper-woDxDNvpmdk-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading {
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
}

.guidance-container {
  max-width: 1400px;
  background-color: var(--color-4);
  padding: 74px;
}

.hero-section-container {
  background-color: var(--color-4);
  background-image: linear-gradient(rgba(255, 255, 255, .29), rgba(255, 255, 255, .29)), url('../images/Screenshot-2023-10-11-at-10.22.36-AM.png');
  background-position: 0 0, 25% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.hero-divblock {
  flex-direction: column;
  align-items: center;
  padding: 31px;
  display: flex;
}

.heading-2 {
  font-size: 48px;
}

.heading-3, .heading-4 {
  font-size: 56px;
}

.text-block {
  color: #fff;
  -webkit-text-stroke-color: #ccc;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
}

.text-block-2 {
  color: #ec8612;
}

.image-5 {
  width: 300px;
  height: 300px;
  align-self: auto;
  margin-left: 0;
  padding-left: 0;
}

.div-block-3 {
  width: 200px;
  height: 8px;
  background-color: var(--taste-blueberry);
  background-image: linear-gradient(to right, var(--lightblue), var(--taste-blueberry));
  text-align: left;
  padding-left: 0;
  line-height: 15px;
}

.div-block-3.white {
  background-color: var(--color-4);
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  margin-bottom: 18px;
}

.image-6 {
  margin-top: 0;
  padding-bottom: 19px;
  padding-left: 58px;
}

.text-block-3 {
  color: var(--color-4);
  -webkit-text-stroke-color: var(--color-4);
  margin-top: -21px;
  margin-bottom: 0;
  font-size: 20px;
}

.div-p40-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-7 {
  position: absolute;
}

.image-8 {
  width: 100px;
}

.image-9 {
  width: 200px;
  margin-left: 0;
}

.section {
  width: 100%;
  height: 35%;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding: 15px 0;
}

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

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

.navbar-brand-3 {
  width: 260px;
  height: 85px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

.button-primary-2 {
  background-color: #1a1b1f;
  background-image: linear-gradient(100deg, var(--lightblue), var(--taste-blueberry)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: 12px 15px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2.gradient {
  background-image: linear-gradient(100deg, var(--lightblue), var(--taste-blueberry)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-left: 10px;
  padding-right: 10px;
}

.image-10 {
  width: 260px;
  height: 85px;
}

.checkbox-label {
  color: #171717;
  font-size: 16px;
  line-height: 24px;
}

.checkbox-field {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-link {
  color: #404040;
  text-decoration: underline;
}

.form-v {
  flex-direction: column;
  display: flex;
}

.section-regular {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular.bg-gray {
  background-color: #fafafa;
}

.button-primary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.field-label {
  color: #171717;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.h5-heading {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
}

.checkbox {
  width: 14px;
  height: 14px;
  border-color: #171717;
  border-radius: 99px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #171717;
  background-size: 10px;
  border-color: #171717;
  border-radius: 99px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 8px;
}

.text-color-red-500 {
  color: #aa3c3c;
}

.form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-bottom: 24px;
}

.text-area {
  min-height: 120px;
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-area::-ms-input-placeholder {
  color: #737373;
}

.text-area::placeholder {
  color: #737373;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.text-field {
  min-height: 56px;
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-field::-ms-input-placeholder {
  color: #737373;
}

.text-field::placeholder {
  color: #737373;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper-s {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.caption-uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.contact-form {
  max-width: 592px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
}

.overline {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.button-2 {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.span-red-500 {
  color: #e56161;
}

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

.h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.testimonial-card-column {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.section-regular-2 {
  padding: 80px 5%;
  position: relative;
}

.caption-m {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.caption-m.text-color-gray-600 {
  color: #6d767e;
}

.testimonial-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.testimonial-card:hover {
  box-shadow: 0 24px 64px rgba(224, 224, 224, .48);
}

.wrap-h-between-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-avatar {
  width: 32px;
  height: 32px;
  background-color: #f7f9fd;
  border-radius: 100%;
  flex: none;
  overflow: hidden;
}

.wrap-h-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.wrap-h-small.align-centre {
  align-items: center;
}

.title-wrapper {
  z-index: 5;
  width: 100%;
  max-width: 454px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-gray-600 {
  color: #6d767e;
}

.testimonial-button-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.avatar-image {
  width: 100%;
  height: 100%;
  -webkit-text-stroke-color: var(--dark-blue);
  object-fit: cover;
}

.testimonial-grid-2 {
  max-width: 1400px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.avatar-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.heading-detail-regular {
  color: var(--lightblue);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-card-large {
  grid-row-gap: 40px;
  color: #07090d;
  text-align: center;
  border: 1px solid #edeff2;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
}

.testimonial-card-large:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 45px 45px 140px -48px rgba(7, 9, 13, .08);
}

.title-wrapper-regular {
  max-width: 640px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-heading {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
}

.avatar-role {
  color: #818a9c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.section-testimonial {
  background-color: #fff;
  padding: 80px 5% 140px;
  position: relative;
  overflow: hidden;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.avatar-large {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-5 {
  z-index: 5;
  width: 100%;
  max-width: 1325px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.span-primary {
  color: var(--lightblue);
}

.link-backtotop {
  z-index: 1000;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #c1272d;
  border-radius: 0 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.div-arrowl-red {
  width: 30px;
  height: 4px;
  background-color: #c1272d;
  transform: translate(4px)rotate(-45deg);
}

.div-arrowr-red {
  width: 30px;
  height: 4px;
  background-color: #c1272d;
  border: 1px #009fb7;
  transform: translate(-5px)rotate(45deg);
}

.link-backtotop-2 {
  z-index: 1000;
  width: 50px;
  height: 50px;
  border: 3px solid var(--dark-blueberry);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.link-backtotop-2:hover {
  border-color: #1a74bb;
}

.link-backtotop-2.w--current {
  z-index: 2000;
}

.btt_arrow-r {
  width: 30px;
  height: 4px;
  background-color: var(--dark-blueberry);
  transform: translate(4px)rotate(-45deg);
}

.btt_arrow-r:hover {
  background-color: #1a74bb;
}

.btt-arrow-l {
  width: 30px;
  height: 4px;
  background-color: var(--dark-blueberry);
  border: 1px rgba(0, 0, 0, 0);
  transform: translate(-5px)rotate(45deg);
}

.btt-arrow-l:hover {
  background-color: #1a74bb;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }

  .logo {
    width: 280px;
    height: 85px;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button {
    justify-content: center;
  }

  .hero-heading-right {
    height: 725px;
  }

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

  .image-2 {
    width: 250px;
    height: 250px;
  }

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

  .text-8 {
    padding-bottom: 0;
    font-size: 16px;
  }

  .footer-2 {
    height: 425px;
  }

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

  .column-3, .content-3, .footer-links {
    align-items: center;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading {
    margin-top: -1px;
    margin-bottom: -1px;
    line-height: 78px;
  }

  .image-6 {
    padding: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .button-2 {
    display: flex;
  }

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

  .testimonial-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .button.border {
    margin-left: 14px;
  }

  .hero-heading-right {
    height: 760px;
  }

  .column-2 {
    padding: 0 20px;
  }

  .text-6 {
    text-align: left;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-section4 {
    padding-top: 8.1rem;
    padding-bottom: 8.1rem;
  }

  .hero-heading {
    font-size: 62px;
    line-height: 60px;
  }

  .div-block-3 {
    display: none;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading {
    font-size: 32px;
  }

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

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .testimonial-grid-2 {
    grid-template-columns: 1fr;
  }

  .h3-heading {
    font-size: 36px;
    line-height: 52px;
  }

  .link-backtotop, .link-backtotop-2 {
    border-style: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading-right {
    height: 875px;
  }

  .image-2 {
    width: 200px;
    height: 200px;
  }

  .header-grey.centered {
    margin-left: -40px;
    padding-left: 0;
  }

  .text-6 {
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-6.top {
    margin-left: -40px;
  }

  .footer-2 {
    height: 525px;
  }

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

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-section4 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .hero-heading {
    text-align: center;
    font-size: 63px;
    line-height: 63px;
  }

  .image-6 {
    width: 277px;
    margin-left: -40px;
  }

  .div-p40-flex {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 80px;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

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

  .contact-form {
    padding: 32px 24px 24px;
  }

  .button-2 {
    width: 100%;
  }

  .title-wrapper-regular {
    text-align: center;
  }

  .section-testimonial {
    overflow: hidden;
  }

  .link-backtotop, .link-backtotop-2 {
    z-index: 2000;
  }
}

#w-node-a6c8d6d7-1cab-4580-4454-0e2b40fa4882-fc62d948, #w-node-a6c8d6d7-1cab-4580-4454-0e2b40fa4888-fc62d948 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-a6c8d6d7-1cab-4580-4454-0e2b40fa4876-fc62d948, #w-node-a6c8d6d7-1cab-4580-4454-0e2b40fa487c-fc62d948 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


