@font-face {
  font-family: Helvetica Now Display;
  src: url(../fonts/HelveticaNowDisplay-Regular.ttf);
}

@font-face {
  font-family: Helvetica Now Display Bold;
  src: url(../fonts/HelveticaNowDisplay-Bold.ttf);
}

@font-face {
  font-family: Museo Sans;
  src: url(../fonts/MuseoSans_500.otf);
}

@font-face {
  font-family: Museo Sans Italic;
  src: url(../fonts/MuseoSans_500_Italic.otf);
}

h1 {
  font-size: 54px;
  line-height: 64px;
}

h1, h2 {
  color: var(--color-primary-1);
  font-family: rocky, serif;
  font-style: normal;
  font-weight: 700;
}

h2 {
  font-size: 42px;
  line-height: 54px;
}

h3 {
  font-family: rocky, serif;
  font-size: 36px;
  line-height: 46px;
}

h3, h4 {
  color: var(--color-primary-1);
  font-style: normal;
  font-weight: 700;
}

h4 {
  font-family: Helvetica Now Display;
  font-size: 24px;
  line-height: 36px;
}

h5 {
  color: var(--color-primary-1);
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h5, h6 {
  font-family: Helvetica Now Display;
  font-style: normal;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

body {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  width: 100%;
}

.intro-title, body {
  font-family: Helvetica Now Display;
  font-style: normal;
  font-weight: 400;
}

.intro-title {
  font-size: 24px;
  line-height: 34px;
}

b, strong {
  font-family: Helvetica Now Display Bold;
  font-weight: 700;
}

a {
  color: var(--color-primary-1);
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

::placeholder {
  font-family: Helvetica Now Display;
}

.bodyContainer {
  float: none !important;
  margin: 0 auto !important;
  max-width: 1200px !important;
}

@media screen and (max-width: 1275px) {
  .bodyContainer {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.contentContainer {
  float: none !important;
  margin: 0 auto !important;
  max-width: 800px !important;
}

@media screen and (max-width: 875px) {
  .contentContainer {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.blogContainer {
  float: none !important;
  margin: 0 auto !important;
  max-width: 950px !important;
}

@media screen and (max-width: 1050px) {
  .blogContainer {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.mainWrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header_group {
  background: #fff;
  border-bottom: 1px solid #ddd;
  height: auto;
  max-height: 78px;
  min-height: 50px;
  position: fixed;
  top: 0;
  z-index: 99;
}

.header__container, .header_group {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header__container {
  height: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 12px 60px;
  z-index: 1;
}

.header_group .logo a {
  display: inline-block;
}

.header_group .logo {
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}

.header_group .logo img {
  height: 65px;
  min-width: 150px;
}

.custom-menu-primary {
  justify-content: center;
  list-style: none;
  text-align: center;
}

.custom-menu-primary, .header__group-wrap {
  align-items: center;
  display: flex;
  flex-grow: 1;
}

.header-cta {
  column-gap: 10px;
  display: flex;
  flex: 0 0 auto;
}

.header-cta .btn-default {
  text-align: center;
  width: 160px;
}

@media (max-width: 1240px) {
  .header__container {
    padding: 12px 40px;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .menu_trigger {
    display: none;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }

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

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

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

  h5 {
    font-size: 22px;
    line-height: 32px;
  }

  .intro-title {
    font-size: 20px;
    line-height: 30px;
  }

  .header-cta {
    margin-left: auto;
    margin-right: 20px;
  }

  .menu_trigger {
    display: block;
    margin-top: 10px;
  }

  .menu_trigger button {
    background: none;
    border: none;
    color: #4f57a6;
    cursor: pointer;
    padding: 0;
    position: relative;
  }

  .menu_trigger button:hover {
    opacity: 0.8;
  }

  .custom-menu-primary {
    background: #fff;
    display: none;
    flex-direction: column;
    height: calc(100vh - 93%);
    left: 0;
    overflow-y: auto;
    padding-top: 10px;
    position: absolute;
    top: 70px;
    transition: all 0.5s ease 0s;
    width: 100%;
  }

  .menu_trigger img {
    height: 24px;
  }

  .header_group {
    height: 90px;
  }

  .logo img {
    height: 80px;
  }

  .mobile-open .custom-menu-primary {
    display: flex;
  }

  .custom-menu-primary .navigation-primary > .level-1 {
    flex-direction: column;
  }

  .child-trigger {
    color: #ccc;
    cursor: pointer;
    height: auto;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 21px;
    vertical-align: middle;
    width: 50%;
    z-index: 9;
  }

  .child-trigger:after {
    content: "+";
    font-size: 30px;
  }

  .child-trigger.child-open:after {
    border-radius: 20px;
    border-top: 3px solid var(--color-primary-1);
    content: "";
    display: inline-block;
    position: relative;
    top: -4px;
    width: 15px;
  }

  .cross_icon {
    display: none;
  }

  .mobile-open .cross_icon {
    display: block;
  }

  .mobile-open .trigger {
    display: none;
  }
}

@media (min-width: 768px) {
  .download-mobile, .mobile-head-cta {
    display: none;
  }
}

@media (max-width: 767px) {
  .intro-title {
    font-size: 18px;
    line-height: 28px;
  }

  body {
    font-size: 16px;
    line-height: 26px;
  }

  .header-cta {
    display: none;
  }

  .mobile-head-cta {
    column-gap: 10px;
    display: flex;
    margin-bottom: 50px;
  }

  .mobile-head-cta a.btn-default {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    min-width: 160px;
    padding: 14px 20px;
  }

  .download-mobile {
    display: block;
    padding: 0 24px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4 {
    font-size: 22px !important;
    line-height: 32px !important;
  }

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

  .header__container {
    padding: 0;
  }
}
