
.tw-container {
    width: 100%;
    max-width: 1288px;
    margin: auto;
    padding: 0 20px;
  }
  
  @media only screen and (max-width: 1288px) {
    .tw-container {
      max-width: 1200px;
    }
  }
  
  @media only screen and (max-width: 1200px) {
    .tw-container {
      max-width: 1024px;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .tw-container {
      max-width: 960px;
    }
  }
  
  @media only screen and (max-width: 960px) {
    .tw-container {
      max-width: 920px;
    }
  }
  
  .tw-heading {
    font-family: "Source Serif 4", serif;
    margin: 0;
    padding: 0;
  }
  
  .tw-heading.h1 {
    font-size: 48px;
    font-weight: 370;
    line-height: 1.05;
  }
  
  @media only screen and (max-width: 960px) {
    .tw-heading.h1 {
      font-size: 42px;
    }
  }
  
  @media only screen and (max-width: 640px) {
    .tw-heading.h1 {
      font-size: 36px;
    }
  }
  
  .tw-heading.h2 {
    font-size: 40px;
    font-weight: 370;
    line-height: 1.05;
  }
  
  @media only screen and (max-width: 960px) {
    .tw-heading.h2 {
      font-size: 36px;
    }
  }
  
  .tw-heading.h3 {
    font-size: 36px;
    font-weight: 370;
    line-height: 1.15;
  }
  
  .tw-heading.h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
  }
  
  .tw-heading.h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
  }
  
  .tw-heading.medium {
    font-weight: 500;
  }
  
  .tw-display {
    font-family: "Source Serif 4", serif;
    font-style: normal;
  }
  
  .tw-display.d2 {
    font-size: 64px;
    font-weight: 350;
    line-height: 100%;
  }
  
  @media only screen and (max-width: 960px) {
    .tw-display.d2 {
      font-size: 50px;
    }
  }
  
  @media only screen and (max-width: 640px) {
    .tw-display.d2 {
      font-size: 36px;
      font-weight: 370;
      line-height: 1.25;
    }
  }
  
  .tw-para {
    font-family: "Albert Sans", sans-serif;
    font-weight: 400;
  }
  
  .tw-para.__big {
    font-size: 20px;
    line-height: 140%;
  }
  
  @media only screen and (max-width: 960px) {
    .tw-para.__big {
      font-size: 18px;
    }
  }
  
  .tw-para.__small {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
  
  .tw-para.__overline-small {
    font-weight: 500;
    line-height: 109%;
    letter-spacing: 0.16px;
  }
  
  .tw-para.__bold {
    font-weight: 600;
  }
  
  .tw-button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    background: none;
    outline: 0;
    font-family: "Albert Sans", sans-serif;
    text-decoration: none;
    border: none;
    color: inherit;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    cursor: pointer;
  }
  
  .tw-button.__big {
    padding: 16px 32px;
    height: 56px;
    gap: 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
  }
  
  .tw-button.__normal {
    padding: 12px 24px;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
  }
  
  @media only screen and (max-width: 768px) {
    .tw-button.__normal {
      font-size: 16px;
    }
  }
  
  .tw-button.__small {
    padding: 6px 20px;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.15px;
  }
  
  .tw-button.__gold {
    color: var(--Indigo-dark, #1C2B36);
    background: var(--Gold, #FFC14C);
  }
  
  .tw-button.__gold:hover {
    color: #fff;
    background: #294355;
  }
  
  .tw-button.__gold:hover img {
    -webkit-filter: grayscale(0) brightness(100);
    filter: grayscale(0) brightness(100);
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
  }
  
  .tw-button.__indigo {
    color: #fff;
    background: var(--Indigo, #294355);
  }
  
  .tw-button.__indigo:hover {
    color: var(--Indigo-dark, #1C2B36);
    background: var(--Gold, #FFC14C);
  }
  
  .tw-button.__tear {
    color: #fff;
    background: var(--Teal-medium, #558A8A);
  }
  
  .tw-button.__tear:hover {
    background: var(--Indigo, #294355);
  }
  
  .tw-button.--has-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .overline {
    color: var(--Gold-dark, #EDA939);
    font-size: 16px;
    line-height: 1.35em;
  }
  
  .overline.--big {
    line-height: 1.09em;
    font-size: 20px;
  }
  
  .tw-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--Indigo-dark, #1C2B36);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16px;
    text-decoration: none;
    border-bottom: 1.7px solid currentColor;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
  }
  
  .tw-link:hover {
    letter-spacing: 1px;
    color: #EDA939;
  }
  
  .tw-link:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(78%) sepia(100%) saturate(4778%) hue-rotate(316deg) brightness(99%) contrast(107%);
    filter: brightness(0) saturate(100%) invert(78%) sepia(100%) saturate(4778%) hue-rotate(316deg) brightness(99%) contrast(107%);
  }
  
  .tw-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    overflow: hidden;
    width: 32px;
    height: 32px;
  }
  
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .d-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  
  .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-uppercase {
    text-transform: uppercase;
  }
  
  .post-item {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E5EAED;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .post-item:hover .post-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  .post-item .post-img {
    width: 100%;
    height: 216px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    position: relative;
  }
  
  .post-item .post-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .post-item .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
  }
  
  .post-item .category .tag {
    display: inline-block;
    border-radius: 4px;
    color: var(--Seashell-dark, #926167);
    background: var(--Seashell, #FFF0ED);
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding: 4px 8px;
    text-decoration: none;
    margin-right: 16px;
  }
  
  .post-item .category .time {
    display: inline-block;
    color: var(--indigo-dark-muted, #93AAB9);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0.12px;
  }
  
  .post-item .post-body {
    padding: 26px 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .post-item .post-title {
    color: var(--Indigo-dark, #1C2B36);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1em;
    text-decoration: none;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .post-item .post-title:hover {
    color: var(--Gold, #ffc14c);
  }
  
  .post-item .author {
    margin-top: 8px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .post-item .author img {
    width: 32px;
    height: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .post-item .author span {
    display: inline-block;
    color: var(---Indigo, #294355);
    line-height: 1.5em;
    padding-left: 8px;
  }
  
  .post-item .excerpt {
    color: var(--Indigo-dark, #1C2B36);
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
  }
  
  .post-item .post-button {
    margin-top: auto;
    padding-top: 24px;
  }
  
  .post-item .post-button:hover a:after {
    background-color: var(--Gold, #ffc14c);
  }
  
  .post-item .post-button:hover a span {
    color: var(--Gold, #ffc14c);
    letter-spacing: 1px;
  }
  
  .post-item .post-button:hover a img {
    -webkit-filter: brightness(0) saturate(100%) invert(78%) sepia(100%) saturate(4778%) hue-rotate(316deg) brightness(99%) contrast(107%);
    filter: brightness(0) saturate(100%) invert(78%) sepia(100%) saturate(4778%) hue-rotate(316deg) brightness(99%) contrast(107%);
  }
  
  .post-item .post-button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding-bottom: 0;
    position: relative;
  }
  
  .post-item .post-button a:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #1C2B36;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .post-item .post-button a span {
    color: var(--Indigo-dark, #1C2B36);
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.16px;
    padding-right: 8px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .post-item .post-button a img {
    width: 11px;
    height: auto;
  }
.sticky-card {
    position: sticky;
    min-height: 40px;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    padding: 12px 0;
    background: #93C7C7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .65s linear;
    transition: .65s linear;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .sticky-card.fade-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  @media only screen and (max-width: 767px) {
    .sticky-card {
      padding-right: 28px;
      padding-left: 16px;
    }
  }
  
  .sticky-card:hover .btn-close {
    opacity: 1;
    visibility: visible;
  }
  
  .sticky-card .swiper {
    width: 100%;
  }
  
  .sticky-card .swiper .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .sticky-card a {
    gap: 8px;
    color: #1C2B36;
    text-align: center;
    -webkit-font-feature-settings: 'ss01' on;
    font-feature-settings: 'ss01' on;
    font-size: 14px;
    font-weight: 500;
    line-height: 104%;
    letter-spacing: 0.14px;
    text-decoration: none;
  }
  
  @media only screen and (max-width: 640px) {
    .sticky-card a {
      line-height: 16px;
      display: block;
    }
  
    .sticky-card a .icon {
      width: 14px;
      height: 13px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
  
    .sticky-card a .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
    }
  }
  
  .sticky-card .btn-close {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    outline: 0;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  @media only screen and (max-width: 640px) {
    .sticky-card .btn-close {
      width: 10px;
      height: 10px;
      opacity: 1;
      visibility: visible;
      right: 12px;
    }
  
    .sticky-card .btn-close svg {
      width: 100%;
      height: 100%;
    }
  }
  
  header {
    position: sticky;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: .65s ease-out;
    transition: .65s ease-out;
  }
  
  header.fixed {
    -webkit-box-shadow: 1px 5px 10px #0000000d;
    box-shadow: 1px 5px 10px #0000000d;
  }
  
  .header-main {
    position: relative;
    z-index: 99;
    padding: 24px 0;
    background: #fff;
  }
  
  @media only screen and (max-width: 840px) {
    .header-main {
      padding: 20px 0;
    }
  }
  
  .header-main .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 9;
  }
  
  @media only screen and (max-width: 401px) {
    .header-main .logo {
      width: 100px;
    }
  
    .header-main .logo svg {
      width: 100%;
      height: 100%;
    }
  }
  
  .header-main .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }
  
  @media only screen and (max-width: 960px) {
    .header-main .main-menu {
      gap: 0;
    }
  }
  
  @media only screen and (max-width: 840px) {
    .header-main .main-menu {
      position: absolute;
      z-index: 2;
      left: -20px;
      top: 100%;
      width: calc(100% + 40px);
      height: 100vh;
      padding: 40px 14.1176470588%;
      overflow-y: auto;
      background: #fff;
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 40px;
    }
  }
  
  .header-main .main-menu>li {
    padding: 8px 16px;
    border-radius: 100px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    color: #1C2B36;
  }
  
  @media only screen and (min-width: 768px) {
    .header-main .main-menu>li:hover {
      background: #E5EAED;
    }
  }
  
  .header-main .main-menu .menu-item {
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .header-main .main-menu .menu-item.menu-item-has-children {
    padding-right: 30px;
  }
  
  @media only screen and (max-width: 840px) {
    .header-main .main-menu .menu-item.menu-item-has-children {
      padding-right: 23px;
    }
  }
  
  .header-main .main-menu .menu-item a {
    color: #1C2B36;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: inherit;
    text-decoration: none;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    width: 100%;
  }
  
  @media only screen and (max-width: 840px) {
    .header-main .main-menu .menu-item a {
      font-size: 28px;
      font-weight: 400;
      line-height: 120%;
      padding: 0;
      text-align: center;
    }
  }
  
  .header-main .main-menu .menu-item .arrow {
    position: absolute;
    top: 13.5px;
    right: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10px;
    height: 6px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  
  @media only screen and (max-width: 840px) {
    .header-main .main-menu .menu-item .arrow {
      top: 23px;
      width: 14px;
      height: 8px;
      right: 0;
    }
  
    .header-main .main-menu .menu-item .arrow svg {
      width: 100%;
      height: 100%;
    }
  
    .header-main .main-menu .menu-item .arrow svg path {
      stroke-width: 2;
    }
  }
  
  @media only screen and (min-width: 769px) {
    .header-main .main-menu .menu-item:hover>a .title {
      color: #1C2B36;
    }
  
    .header-main .main-menu .menu-item:hover .arrow {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  
    .header-main .main-menu .menu-item:hover>.sub-menu {
      opacity: 1;
      visibility: visible !important;
    }
  }
  
  .header-main .main-menu .menu-item.active .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .header-main .main-menu .sub-menu {
    position: absolute;
    top: calc(100% + 16px);
    padding: 4px 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    border-radius: 8px;
    border: 1px solid rgba(172, 190, 202, 0.5);
    background: #FFF;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.07);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 410px;
    overflow: hidden;
  }
  
  @media only screen and (max-width: 840px) {
    .header-main .main-menu .sub-menu {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
    }
  }
  
  .header-main .main-menu .sub-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  
  .header-main .main-menu .sub-menu li a {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px 15px;
    text-transform: capitalize;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    color: #1C2B36;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
  }
  
  .header-main .main-menu .sub-menu li a:hover .title {
    font-weight: 600;
  }
  
  .header-main .main-menu .sub-menu li a:hover .sub-title {
    font-weight: 400;
  }
  
  .header-main .main-menu .sub-menu li a .icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  
  .header-main .main-menu .sub-menu li a .title {
    font-size: 16px;
    line-height: 100%;
  }
  
  .header-main .main-menu .sub-menu li a .sub-title {
    font-size: 13px;
    line-height: 115%;
    margin-top: 4px;
    opacity: .6;
  }
  
  @media only screen and (max-width: 840px) {
    .header-main .main-menu .sub-menu li a .sub-title {
      font-family: "Albert Sans", sans-serif;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  
  @media only screen and (max-width: 840px) {
    .header-main .main-menu .sub-menu {
      position: relative;
      opacity: 1;
      visibility: visible;
      display: none;
      -webkit-transition: 0s;
      transition: 0s;
      text-align: left;
      padding: 0;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      max-width: none;
    }
  
    .header-main .main-menu .sub-menu li {
      position: relative;
      padding: 7px 22px 7px 0;
    }
  
    .header-main .main-menu .sub-menu li a {
      text-align: left;
    }
  
    .header-main .main-menu .sub-menu li a .title {
      font-size: 16px;
      font-weight: 500;
      line-height: 19.2px;
      color: #294355;
    }
  }
  
  .header-main.active .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .header-main .call-to-action {
    margin-left: 32px;
    position: relative;
    z-index: 9;
  }
  
  @media only screen and (max-width: 960px) {
    .header-main .call-to-action {
      margin-left: 16px;
    }
  }
  
  @media only screen and (max-width: 401px) {
    .header-main .call-to-action {
      font-size: 14px !important;
    }
  }
  
  .header-main #burger {
    display: none;
    position: relative;
    z-index: 9;
  }
  
  @media only screen and (max-width: 840px) {
    .header-main #burger {
      width: 32px;
      height: 32px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: transparent;
      outline: 0;
      border: none;
      padding: 0;
      margin-left: 16px;
    }
  
    .header-main #burger::after {
      position: absolute;
      content: url(assets/images/icons/x.svg);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      background: #fff;
    }
  
    .header-main #burger.active::after {
      opacity: 1;
      visibility: visible;
    }
  }
  
