@font-face {
    font-family: "Gellix-Medium";
    src: url("../fonts/Gellix-Medium.woff") format("woff");
  }
  @font-face {
    font-family: "Gellix";
    src: url("../fonts/Gellix-Bold.woff") format("woff");
  }
  
  body {
    margin: 0;
    font-family: "Gellix-Medium", sans-serif;
    background-color: #f7f2ea;
  }
  a {
    text-decoration: none;
    color: black;
  }
  
  /* Header section */
  
  /* Login page body */
  
  .container {
    display: flex;
    padding: 2em 8em 10em 11em;
  }
  .container .left {
    width: 60%;
  }
  
  .container .right {
    width: 40%;
  }
  .left a {
    text-transform: uppercase;
    margin-right: 27px;
    font-weight: bold;
    border-bottom: 2px solid black;
    text-decoration: none;
    color: black;
    font-family: "Gellix", sans-serif;
  }
  
  .left a.no_border {
    border-bottom: none;
  }
  
  .header {
    font-family: "Gellix", sans-serif;
    font-weight: bold;
    font-size: 6.125rem;
  }
  .header h1 {
    margin-bottom: 0;
    line-height: 1em;
  }
  
  .right {
    margin-top: 22em;
  }
  
  .ml-title {
    margin: 2.5em 0 0 2em;
  }
  
  .ml-form input[type='email'] {
    background-color: #f7f2ea;
    color: #000 !important;
    padding-right: 0px;
  }
  
  .ml-button-wrapper {
    padding-top: 3.9em;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    width: 73%;
    margin-left: 2em;
    padding-top: 2em;
  }
  
  .ml-message {
    font-size: 25px;
  }
  
  .ml-sign-in-option {
    font-size: 17px;
    text-transform: none !important;
    font-weight: normal;
  }
  
  .ml-request-new-link {
    font-weight: bold;
    text-decoration: underline;
  }
  
  .ml-success-box {
    background-color: #b2f0e4;
    padding: 38px;
  }
  
  .ml-cant-find-link-box {
    padding-left: 38px;
  }
  
  .ml-invalid-link-container {
    padding: 2em 8em 10em 11em;
    padding-bottom: 8em;
    flex-direction: column;
  }
  
  .ml-languagebar {
    display: flex;
    gap: 27px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Gellix", sans-serif;
  }
  .ml-languagebar .active {
    border-bottom: 2px solid black;
  }
  
  @media only screen and (max-width: 1100px) {
    .container {
      padding: 0;
      padding-bottom: 8em;
      flex-direction: column;
    }
    .container .left,
    .container .right {
      width: 100%;
    }
    .header {
      font-size: 2rem;
      padding: 1rem;
    }
  
    .right {
      margin-top: 1rem;
    }
    .ml-invalid-link-container {
      padding: 1rem;
    }
  }
  form {
    display: grid;
  }
  
  form label {
    font-weight: bold;
    position: relative;
    top: -0.75em;
    background-color: #f7f2ea;
    padding: 0 8px;
    left: 4px;
    color: black;
  }
  
  form input {
    background-color: transparent;
    border: none;
    width: 100%;
  }
  form input:focus {
    outline: none;
  }
  
  .primary-border:focus-within {
    border-color: #002f71;
  }
  
  .error-border {
    border-color: #da001a;
  }
  .wrapper-set-password {
    border-width: 2px;
    border-style: solid;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3px;
    height: 50px;
    font-family: "Gellix-Medium", sans-serif;
  }
  .wrapper-set-password + small {
    margin-bottom: 30px;
  }
  .wrapper-set-password > input {
    height: inherit;
    margin-top: -20px;
  }
  
  .wrapper {
    border-width: 2px;
    border-style: solid;
    margin: 2.5em 0 0 2em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    padding: 3px;
    height: 40px;
    font-family: "Gellix-Medium", sans-serif;
  }
  .wrapper > input {
    height: inherit;
    margin-top: -20px;
  }
  
  .right-bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 73%;
    margin-left: 2em;
    padding-top: 2em;
  }
  
  .right-bottom-section a {
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    color: black;
    font-family: "Gellix", sans-serif;
  }
  
  .white-button,
  .black-button,
  .disabled-button {
    font-family: Gellix;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    font-size: 17px;
    padding: 1em;
    height: 51px;
    min-width: 120px;
  }
  .white-button {
    color: #fff;
    border: 1px solid #fff;
    &:active,
    &:hover {
      background-color: #fff;
      color: #000000;
    }
  }
  .black-button {
    color: #000000;
    border: 1px solid #000000;
    &:active,
    &:hover {
      background-color: #000000;
      color: #fff;
    }
  }
  .disabled-button {
    background-color: #b4b4b4;
    color: #fff;
    border: 1px solid #b4b4b4;
    cursor: not-allowed;
  }
  
  @media only screen and (max-width: 1100px) {
    .wrapper {
      margin: 2.5em 0 0 1.5em;
      width: 82%;
    }
    .right-bottom-section {
      width: 87%;
      margin-left: 1.5em;
    }
    button {
      min-width: 6.375rem;
    }
  }
  .error-block {
    background-color: #a4e2c7;
    padding: 2em;
  }
  
  .error-block a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
    color: #00a0cc;
    font-family: "Gellix-Medium", sans-serif;
  }
  
  .error-block p {
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  .error-block .normal-font {
    font-weight: normal;
    font-size: 1rem;
  }
  
  /* Footer Section */
  
  .layout {
    display: grid;
    grid-template-rows: 2fr 1fr 1fr;
    grid-template-columns: 1fr;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(255, 255, 255);
    position: relative;
    opacity: 0.99;
  }
  
  footer {
    font-family: "Gellix-Medium", sans-serif;
    display: grid;
    grid-template-columns: 14vw 86vw;
    color: white;
    grid-area: 2 / 2 / span 2 / 2;
  }
  
  @media only screen and (max-width: 1350px) {
    footer {
      grid-template-columns: 17vw 83vw;
    }
  }
  @media only screen and (max-width: 1100px) {
    footer {
      grid-template-columns: 0px 100%;
      grid-area: 2/ 1 / span 2 / 2;
    }
  }
  
  footer section {
    background-color: #323232;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-end;
    grid-area: 1 / 2;
    display: grid;
    grid-template-columns: 1fr 3fr 0.65fr;
    grid-row-gap: 4rem;
    padding: 2rem 0;
  }
  @media only screen and (max-width: 1100px) {
    footer section {
      border: none;
      padding: 0px 24px 24px 24px;
      grid-template-rows: 8rem 12rem;
      grid-row-gap: 0;
    }
  }
  
  footer h4 {
    grid-area: 1 / 2 / 1 / 3;
    font-size: 2em;
    margin: 0;
  }
  
  @media only screen and (max-width: 1100px) {
    footer h4 {
      grid-area: 1 / 1 / 1 / 3;
      display: flex;
      align-items: center;
      height: 100%;
    }
  }
  
  .newsletter-container {
    display: grid;
    grid-template-columns: 30% 10% auto;
    grid-area: 2 / 2;
    grid-column-gap: 20px;
  }
  
  .newsletter-container h6 {
    grid-area: 1 / 1;
    margin-bottom: 16px;
    font-size: 20px;
    margin-top: 0;
  }
  
  .newsletter-container p {
    grid-area: 2 / 1 / 2 / 1;
  }
  
  form {
    display: grid;
  }
  
  .newsletter {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 50% 25% 25%;
    grid-area: 1 / 3 / 1 / 3;
  }
  @media only screen and (max-width: 1100px) {
    .newsletter {
      grid-area: 3 / 1 / 3 / 4;
      grid-template-rows: repeat(3, 1fr);
    }
  }
  
  form.newsletter label {
    padding: 0;
    background-color: transparent;
  }
  
  .input-wrap-first-name {
    border: 1px solid #fff;
    grid-area: 1 / 1 / span 1 / span 1;
    transform: skew(10deg);
  }
  
  .input-wrap-last-name {
    border: 1px solid #fff;
    grid-area: 1 / 2 / span 1 / span 2;
    transform: skew(10deg);
  }
  
  .input-wrap-email {
    border: 1px solid #fff;
    grid-area: 2 / 1 / span 1 / span 2;
    position: relative;
    left: 0.8em;
    transform: skew(10deg);
  }
  @media only screen and (max-width: 1100px) {
    .newsletter-container {
      grid-area: 2 / 1 / span 3 / span 3;
      grid-row-gap: 0.5em;
      display: block;
    }
    .input-wrap-first-name {
      grid-area: 1 / 1 / span 1 / span 3;
      left: -0.55em;
      position: relative;
    }
    .input-wrap-last-name {
      grid-area: 2 / 1 / span 1 / span 3;
    }
    .input-wrap-email {
      grid-area: 3 / 1 / span 1 / span 2;
    }
    .newsletter-container h6 {
      grid-area: 1 / 1;
      margin-bottom: 16px;
    }
    .newsletter-container p {
      grid-area: 2 / 1 / 2 / 1;
    }
    .input-wrap-email {
      left: 0.6em;
    }
  }
  
  .input-wrap-first-name input,
  .input-wrap-last-name input,
  .input-wrap-email input {
    background-color: transparent;
    border: none;
    width: 100%;
    color: #fff;
    padding: 16px 24px;
    position: relative;
    font-size: 16px;
    transform: skew(-10deg);
  }
  
  .input-wrap-first-name input:focus,
  .input-wrap-last-name input:focus,
  .input-wrap-email input:focus {
    outline: none;
  }
  
  .input-wrap-first-name input::placeholder,
  .input-wrap-last-name input::placeholder,
  .input-wrap-email input::placeholder {
    color: #fff;
  }
  
  .newsletter button {
    color: #fff;
    grid-area: 2 / 3 / span 1 / span 1;
    transform: skew(10deg);
    position: relative;
    right: -12px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    background-color: #0093bb;
    padding: 0;
    height: 100%;
    min-width: 100%;
  }
  
  .newsletter button div {
    transform: skew(-10deg);
    display: block;
    font-weight: bold;
    font-size: 18px;
  }
  
  .internal-links {
    display: flex;
    display: grid;
    grid-area: 3 / 2 / auto / auto;
    grid-template-columns: repeat(3, 30%);
  }
  
  @media only screen and (max-width: 1100px) {
    .internal-links {
      display: none;
    }
    .newsletter button {
      grid-area: 3 / 3 / span 1 / span 2;
      right: -9px;
    }
  }
  
  .links-container {
    display: flex;
    flex-direction: column;
  }
  .links-container a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  .internal-link-title {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 20px;
  }
  
  .footer-bottom-section {
    grid-area: 2;
    grid-column: 1 / 3;
    grid-template-columns: 5% 30% auto 15% 5%;
    display: grid;
    padding: 16px 0px;
    background-color: #0093bb;
  }
  
  @media only screen and (max-width: 1100px) {
    .footer-bottom-section {
      grid-template-columns: 55% auto 20%;
    }
    #Large-A-Blue {
      display: none;
    }
    footer svg {
      margin-left: 6px;
    }
  }
  
  @media only screen and (max-width: 1350px) {
    footer svg {
      height: 30rem;
    }
  }
  
  .copyright-policy-links-container {
    grid-area: 1 / 2 / auto / auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  @media only screen and (max-width: 1100px) {
    .copyright-policy-links-container {
      flex-direction: column;
      grid-area: 1 / 1 / span 1 / span 2;
    }
  }
  @media only screen and (max-width: 599px) {
    .copyright-policy-links-container {
      font-size: 18px;
      align-items: flex-start;
    }
  }
  
  .copyright-policy-links-container p {
    font-size: 18px;
  }
  
  .copyright-policy-links-container div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
  
  .copyright-policy-links-container div a {
    border-bottom: 1px solid white;
    color: #fff;
    text-decoration: none;
    margin-right: 8px;
  }
  @media only screen and (max-width: 599px) {
    .copyright-policy-links-container div a {
      font-size: 15px;
      text-decoration: none;
      line-height: 18px;
    }
  }
  
  .social-media-container {
    height: 100%;
    grid-area: 1 / 4 / auto / auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .background-image img {
    position: absolute;
    z-index: -1;
    width: 100%;
  }
  
  .help-section {
    position: absolute;
    padding: 4rem 7.5rem 7.5rem;
  }
  
  .help-section a {
    text-decoration: none;
  }
  .help-section h1 {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 8.125rem;
    font-family: "Gellix-Medium", sans-serif;
  }
  
  .help-links {
    font-family: "Gellix-Medium", sans-serif;
    font-size: 45px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(50, 50, 50);
    margin: 1.5rem 0px;
  }
  
  .privacy {
    margin-top: 12px;
    display: block;
    color: #323232;
    font-size: 19.5px;
    font-family: "Gellix-Medium", sans-serif;
    margin: 20px 0;
    line-height: 1.5em;
  }
  .privacy a {
    color: #002f71;
    font-weight: bold;
  }
  
  @media only screen and (max-width: 1100px) {
    .social-media-container {
      grid-area: 1 / 2 / span 1 / span 2;
    }
    .background-image img {
      bottom: 0;
      position: relative;
    }
    .background-image {
      position: relative;
    }
    .help-section {
      padding: 1.5em;
      bottom: 0;
    }
    .help-section h1 {
      font-size: 2.125rem;
    }
    .help-links {
      font-size: 25px;
    }
    .layout {
      grid-template-rows: 1fr 1fr 1fr;
    }
  }
  
  /* Version two */
  
  /* Navigation */
  
  .header-nav__container {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f2ea;
    transition: top 0.2s ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 50px;
    border-bottom: 5px solid #03364f;
  
    @media only screen and (max-width: 1100px) {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  
  .header-icon {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    grid-area: 1 / 2 / span 1 / span 1;
  }
  
  .mobile-collapse-icon {
    path {
      fill: #f7f2ea;
    }
  }
  
  .logo {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  
  .my-dashboard-svg {
    svg {
      fill: #00a0cc;
    }
  }
  
  .mix-blend {
    mix-blend-mode: multiply;
  }
  
  .header-nav-links__container {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    gap: 4em;
    grid-area: 1 / 6 / span 1 / span 6;
    font-size: 15px;
    font-weight: normal;
    line-height: 13px;
    color: #323232;
  }
  
  .header-nav-link {
    position: relative;
    font-size: 17px;
    cursor: pointer;
  }
  
  .create-acc-button {
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 15.5px 22.5px;
  }
  
  .create-acc-button:hover {
    background-color: #000000;
    color: #f7f2ea;
  }
  
  .dropdown-items {
    display: none;
    position: absolute;
    min-width: 100px;
    z-index: 1001;
    background-color: #03364f;
    font-weight: normal;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 20px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.17);
  }
  
  .hamburger-menu {
    display: none;
  }
  
  .hamburger-menu__wrapper {
    cursor: pointer;
    position: relative;
    margin-top: 0.25em;
  }
  
  .hamburger-menu__open-button {
    display: block;
  }
  
  .hamburger-menu__close-button {
    display: none;
  }
  
  .margin-right {
    margin-right: 0.5em;
  }
  
  .hamburger-menu__nav {
    height: 100%;
    position: fixed;
    left: 0px;
    width: 100%;
    background-color: #03364f;
    box-shadow: rgb(0 0 0 / 17%) 0px 0px 4px 2px;
    z-index: 6;
    margin-top: 0.8em;
    right: 0px;
    color: rgb(50, 50, 50);
    display: none;
    z-index: 1030;
  }
  
  .hamburger-menu__nav ul {
    list-style: none;
    padding: 0;
  }
  
  .hamburger-menu__nav-links {
    color: #f7f2ea !important;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(238, 238, 238);
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.73px;
    line-height: 34px;
    padding-right: 10px;
    padding-left: 40px;
  }
  
  .hamburger-menu__sub-menu {
    height: 286px;
    width: 100%;
    display: flex;
    padding-top: 1.75em;
    padding-left: 1em;
  }
  
  .hamburger-menu__sub-menu ul {
    list-style: none;
    padding: 0;
  }
  
  .hamburger-menu__sub-menu li {
    margin: 0.5em 0px;
  }
  
  .sub-header {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
  }
  
  .sub-link {
    font-size: 13px;
    font-weight: bold;
    margin: 2em 0px;
  }
  
  .sub-menu__col {
    grid-area: 1 / 1 / span 1 / span 1;
    display: flex;
    flex-direction: column;
    padding-right: 50px;
  }
  
  .show {
    display: block;
  }
  
  .hide {
    display: none;
  }
  
  .down-arrow {
    margin-left: 10px;
  }
  
  .underline-effect {
    position: relative;
    display: inline-block;
    text-decoration: none;
  
    &::before,
    &::after {
      content: "";
      position: absolute;
      top: 20px;
      height: 1px;
      width: 0;
      background-color: black;
      transition: width 0.2s ease-out;
    }
  
    &::before {
      left: 50%;
      transform: translateX(-100%);
    }
  
    &::after {
      right: 50%;
      transform: translateX(100%);
    }
  
    &:hover::before,
    &:hover::after {
      width: 50%;
    }
  }
  
  .single-dropdown-item {
    padding: 10px;
    font-size: 19px;
    white-space: nowrap;
    color: #f7f2ea;
    border-bottom: 1px solid #f7f2ea;
    display: block;
    font-weight: bold;
  
    @media only screen and (max-width: 1100px) {
      letter-spacing: -0.73px;
      line-height: 34px;
      padding-left: 76.5px;
      background-color: #f7f2ea;
      color: #03364f;
      border-bottom: 2px solid #03364f;
    }
  }
  
  .single-dropdown-item:hover {
    background-color: #afe6e3;
    color: black !important;
  }
  
  .nav-and-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  
  @media only screen and (max-width: 1100px) {
    .hamburger-menu {
      display: block;
    }
  
    .hide-mobile {
      display: none;
    }
  }
  
  .desktop-dropdown-items {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .drop_container {
    display: none;
    animation: animateFromBottom 0.3s;
  }
  
  .mobile-collapsible {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .drop_container.show {
    display: block;
  }
  
  .drop_container.show.animate-out {
    animation: animateToBottom 0.3s;
  }
  
  .drop_container > .item {
    display: flex;
  }
  
  @keyframes animateFromBottom {
    from {
      transform: translate3d(0, -100px, 0);
      opacity: 0;
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes animateToBottom {
    from {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
    to {
      transform: translate3d(0, -100px, 0);
      opacity: 0;
    }
  }
  
  .mobile-non-collapsible {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 40px;
    width: 40px;
  }
  
  .nav-toggle .bar {
    height: 7px;
    width: 100%;
    background-color: #03364f;
    transition: all 100ms ease-in-out;
  }
  
  .nav-toggle:hover {
    cursor: pointer;
  }
  
  .x:nth-of-type(1) {
    transition: all 100ms ease-in-out;
    transform: rotate(45deg);
    transform-origin: top left;
    width: 50px;
  }
  
  .x:nth-of-type(2) {
    transition: all 100ms ease-in-out;
    transform-origin: center;
    width: 0;
  }
  
  .x:nth-of-type(3) {
    transition: all 100ms ease-in-out;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    width: 50px;
  }
  
  .bottom-close-button {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: white;
    padding: 10px;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .close-bottom-icon {
    padding-left: 10px;
    line-height: 0px;
  }
  
  .sub-link {
    color: var(--primary_color);
  }
  
  .my-dashboard-svg {
    margin-left: 0.5em;
  }
  
  .my-dashboard-svg:hover g {
    fill: var(--secondary_color);
    stroke: var(--secondary_color);
    cursor: pointer;
  }
  
  .small-acumen-academy-logo polygon:first-of-type {
    fill: var(--secondary_color);
  }
  
  .small-acumen-academy-logo polygon:last-of-type {
    fill: var(--primary_color);
  }
  
  /* Footer */
  
  .footer {
    display: flex;
    flex-direction: column;
    padding: 40px;
    background-color: #03364f;
    letter-spacing: 0px;
  
    @media (min-width: 768px) {
      padding: 50px 80px;
    }
  
    @media (min-width: 991px) {
      padding: 50px 50px;
    }
  }
  
  .form-and-links-container {
    display: flex;
    flex-direction: column;
  
    @media (min-width: 768px) {
      flex-direction: row;
      justify-content: space-between;
    }
  }
  
  .form-section {
    @media (min-width: 768px) {
      width: 41%;
    }
  }
  
  .newsletter-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 24px;
  }
  
  .newsletter-form form .hs-form-field {
    border: none !important;
    border-bottom: 1px solid white !important;
  }
  
  .newsletter-form .hs-email {
    grid-area: unset !important;
  }
  
  .newsletter-form form {
    padding: 0px;
    grid-template-columns: unset !important;
    width: 60%;
  }
  
  .hs-form-field label {
    display: none;
  }
  
  .form-title {
    display: none !important;
  }
  
  .hs-form {
    margin: 0px !important;
  }
  
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
    width: 80%;
    margin-right: 20px;
  }
  .newsletter-title {
    color: white;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 35px;
    padding-bottom: 0px !important;
    letter-spacing: 0px;
  
    @media (min-width: 768px) {
      font-size: 20px;
    }
  }
  
  .t-n-cs {
    color: white;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 37px;
  }
  
  .footer-links-section {
    display: flex;
    flex-direction: column;
  
    @media (min-width: 768px) {
      flex-direction: row;
    }
  }
  
  .footer-link-wrapper {
    @media (min-width: 768px) {
      flex-direction: row;
      margin-right: 20px;
    }
  
    @media only screen and (min-width: 991px) {
      margin-right: 43px;
    }
  }
  
  .footer-link-title {
    color: white;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 38px;
    padding-bottom: 0px !important;
    white-space: nowrap;
    letter-spacing: 0px;
  }
  
  .footer-link-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: white;
  
    @media (min-width: 768px) {
      flex-direction: column;
    }
  }
  
  .footer-link {
    width: 50%;
    color: white !important;
    margin-bottom: 41px;
    font-size: 16px;
    line-height: 21px;
    font-family: "Gellix-Medium", sans-serif;
  
    @media (min-width: 768px) {
      width: unset;
    }
  }
  
  .footer-link-text {
    font-size: 16px;
    letter-spacing: 0px;
  
    @media (min-width: 768px) {
      font-size: 20px;
    }
  }
  
  .footer-desktop-logo-and-links {
    display: flex;
    flex-direction: column;
  
    @media (min-width: 768px) {
      flex-direction: row;
      justify-content: space-between;
      align-items: baseline;
    }
  }
  
  .footer-logo {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 35px;
  
    @media (min-width: 768px) {
      width: unset;
      margin-bottom: unset;
    }
  }
  
  .social-logos {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  
    @media (min-width: 786px) {
      width: unset;
      margin-bottom: unset;
    }
  }
  
  .single-footer-logo {
    cursor: pointer;
  
    svg {
      fill: transparent; /* Change the fill color as needed */
    }
  
    @media (min-width: 768px) {
      margin-right: 6px;
    }
  }
  
  #copyright-container {
    margin-bottom: 35px;
    text-align: center;
    font-size: 16px;
    color: white;
    width: 100%;
  
    @media (min-width: 768px) {
      width: unset;
      margin-bottom: unset;
      padding-bottom: unset;
    }
  }
  .terms-and-privacy-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
    color: white;
    justify-content: space-between;
  
    @media (min-width: 768px) {
      display: none !important;
    }
  }
  
  .terms-container,
  .privacy-container {
    font-size: 16px;
    line-height: 21px;
    text-decoration: none !important;
    color: white !important;
  }
  
  .hs-input {
    border: none !important;
    border-bottom: 1px solid white !important;
    outline: none !important;
    padding: 5px !important;
    margin-right: 20px !important;
    font-size: 20px !important;
    color: #afe6e3 !important;
    height: unset !important;
  
    @media (min-width: 768px) {
      width: 100 !important;
    }
  }
  input.hs-input::placeholder {
    color: #afe6e3 !important;
  }
  
  form input[type="email"] {
    border: none !important;
    background-color: #03364f;
    width: 100% !important;
    color: #afe6e3 !important;
  }
  
  form input[type="email"]::placeholder {
    color: #afe6e3 !important;
  }
  
  .hs-button.primary.large {
    display: none !important;
  }
  
  #footer-form-submit-button {
    border: 1px solid white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #03364f;
    padding: 0px;
    color: white;
    min-width: auto;
    margin-left: 20px;
  }
  
  svg {
    fill: #fff; /* Change the fill color as needed */
  }
  
  .newsletter-form .hs-submit {
    display: none !important;
  }
  
  .desktop-only {
    display: none !important;
  
    @media (min-width: 768px) {
      display: block !important;
    }
  }
  
  .footer-underline-effect {
    position: relative;
    display: inline-block;
    text-decoration: none;
  
    &::before,
    &::after {
      content: "";
      position: absolute;
      top: 26px;
      height: 1px;
      width: 0;
      background-color: white;
      transition: width 0.2s ease-out;
    }
  
    &::before {
      left: 50%;
      transform: translateX(-100%);
    }
  
    &::after {
      right: 50%;
      transform: translateX(100%);
    }
  
    &:hover::before,
    &:hover::after {
      width: 50%;
    }
  }
  
  .dark-blue-bg {
    background-color: #03364f;
  }
  .primary {
    color: #0093bb;
  }
  .secondar {
    color: #afe6e3;
  }
  
  
  #error .wrap {
    padding: 4em;
    h2, p, .message-box {
      display: none;
    }
  }
  