html {
  scroll-behavior: smooth; }

.pin-spacer {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth; }

body {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased; }

body.hide-overflow {
  overflow: hidden; }

a {
  transition: all 0.3s; }

.content-wrap {
  height: 100vh !important; }

#section-header {
  position: relative;
  background-color: transparent !important;
  width: 100%;
  top: 0px;
  right: 0px;
  z-index: 9;
  left: 0px; }
  #section-header .header {
    position: relative;
    padding: 0px;
    padding-bottom: 0px;
    background-color: #1C3F49;
    height: 90px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    #section-header .header .menu-innner {
      pointer-events: none; }
    #section-header .header #logo-wrap {
      position: absolute;
      top: 20px;
      left: 20px;
      height: 60px; }
    #section-header .header .logo--image.logo {
      position: relative;
      height: auto;
      max-width: 100%; }
      #section-header .header .logo--image.logo img {
        max-height: 100%;
        transition: opacity 0.3s;
        top: 0px;
        transform: none;
        width: 100%;
        max-width: 220px;
        height: auto; }
      #section-header .header .logo--image.logo #logo-light {
        opacity: 1; }
      #section-header .header .logo--image.logo #logo-dark {
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%; }
    #section-header .header .header-ham-2 {
      margin: 3px 0;
      position: absolute;
      top: 2vw;
      right: 2vw;
      display: block;
      width: 40px;
      height: 23px;
      cursor: pointer;
      z-index: 22; }
      #section-header .header .header-ham-2 span {
        moz-transform-origin: left center;
        -o-transform-origin: left center;
        -ms-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        position: absolute;
        right: 0;
        display: block;
        width: 100%;
        height: 1px;
        opacity: 1;
        background-color: #fff;
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
      #section-header .header .header-ham-2 span:nth-child(1) {
        top: 0; }
      #section-header .header .header-ham-2 span:nth-child(2) {
        top: 10px;
        width: 27.6px; }
      #section-header .header .header-ham-2 span:nth-child(3) {
        top: 20px; }
    #section-header .header .header-ham-2.open span:nth-child(1) {
      top: -6px;
      left: 3px;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #section-header .header .header-ham-2.open span:nth-child(2) {
      width: 0;
      opacity: 0; }
    #section-header .header .header-ham-2.open span:nth-child(3) {
      top: 22px;
      left: 3px;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #section-header .header .header-menu {
      background-color: #1C3F49;
      text-align: center;
      padding-top: 4vh;
      height: 100vh;
      transition: all 0.3s;
      transform: translateY(-100%);
      display: flex !important;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      #section-header .header .header-menu .menu-title {
        font-size: 15px;
        font-family: "uniformcondensedregular", sans-serif;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 4vh; }
      #section-header .header .header-menu a {
        display: block;
        font-size: 45px;
        opacity: 0.3;
        font-family: 'canelatextthin', sans-serif;
        color: #fff;
        margin-bottom: 2.5vh;
        transition: opacity 0.3s; }
      #section-header .header .header-menu a:hover {
        opacity: 1; }
      #section-header .header .header-menu a:before {
        content: '-';
        position: relative;
        margin-right: 10px; }
      #section-header .header .header-menu #menu-social-list {
        margin-top: 7vh; }
        #section-header .header .header-menu #menu-social-list h4 {
          font-size: 15px;
          font-family: "uniformcondensedregular", sans-serif;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 4px; }
        #section-header .header .header-menu #menu-social-list ul {
          list-style: none;
          padding-left: 0px; }
          #section-header .header .header-menu #menu-social-list ul li {
            display: inline-block;
            margin-right: 25px; }
            #section-header .header .header-menu #menu-social-list ul li a {
              margin: 0px;
              opacity: 1;
              color: #fff;
              font-family: initial;
              font-weight: 200;
              font-size: 18px; }
            #section-header .header .header-menu #menu-social-list ul li a:before {
              content: none;
              margin: 0px; }
          #section-header .header .header-menu #menu-social-list ul li:last-child {
            margin-right: 0px; }
      #section-header .header .header-menu #mini-contact a, #section-header .header .header-menu #mini-contact span {
        display: inline-block;
        font-family: "uniformcondensedregular", sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        opacity: 1;
        margin: 2px;
        line-height: 1;
        margin-bottom: 30px; }
      #section-header .header .header-menu #mini-contact a:before {
        content: none;
        margin: 0px; }
      #section-header .header .header-menu #mini-contact span {
        color: #E7173D; }
      #section-header .header .header-menu #logo-brand {
        max-width: 72px;
        margin: 0px auto;
        margin-top: 0px; }
        #section-header .header .header-menu #logo-brand img {
          max-width: 100%;
          height: auto; }
    #section-header .header .header-ham {
      display: block !important; }
  #section-header .user {
    display: none; }
  @media only screen and (max-width: 991px) {
    #section-header {
      z-index: 99; }
      #section-header .header {
        background-color: #1C3F49 !important; }
        #section-header .header .header-ham-2 {
          top: 20px;
          right: 20px; }
      #section-header .header .logo--image.logo {
        height: 40px; }
      #section-header .header .logo--image.logo img {
        max-height: 40px;
        width: auto; }
      #section-header .header .header-menu .menu-title {
        font-size: 14px; }
      #section-header .header .header-menu a {
        font-size: 28px;
        margin-bottom: 1.5vh; }
      #section-header .header .header-menu #menu-social-list {
        margin-top: 4vh; }
      #section-header .header .header-menu #menu-social-list h4 {
        font-size: 14px; }
      #section-header .header .header-menu #logo-brand {
        margin-top: 0px;
        max-width: 55px; } }
  @media only screen and (max-width: 767px) {
    #section-header .header .header__content--desktop {
      padding: 0px; } }
  @media only screen and (max-width: 500px) {
    #section-header .header .header-menu a {
      font-size: 24px;
      line-height: 1 !important; }
    #section-header .header .header-menu .menu-title {
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 20px; }
    #section-header .header .header-menu #menu-social-list h4 {
      font-size: 13px;
      margin-bottom: 0px; }
    #section-header .header .header-menu #menu-social-list ul {
      margin: 0px; }
    #section-header .header .header-menu {
      padding-top: 0px; }
    #section-header .header .header-menu #mini-contact a, #section-header .header .header-menu #mini-contact span {
      margin-bottom: 15px; } }

.nav-active {
  overflow: hidden;
  position: fixed; }

@media (max-height: 800px) and (min-width: 991px) {
  .nav-active #section-header .header__block--menu .link-list a {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 1.1vh; } }
#section-header .header .header-ham-2 {
  top: 10px;
  right: 0px; }

.header__block--logo {
  vertical-align: top;
  position: absolute;
  left: 0px;
  top: 0px; }

#section-header .header .header-ham-2 {
  right: 15px; }

.header__wrap {
  height: 90px;
  overflow: hidden; }

.header__container {
  display: block;
  text-align: center; }
  .header__container .logo {
    padding-left: 15px; }
  .header__container .menu-title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 15px;
    font-family: "uniformcondensedregular", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    opacity: 0;
    transition: opacity 0.3s;
    margin-top: 50px; }
  .header__container #menu-social-list {
    margin-top: 3vh; }
    .header__container #menu-social-list h4 {
      font-size: 15px;
      font-family: "uniformcondensedregular", sans-serif;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 4px; }
    .header__container #menu-social-list ul {
      list-style: none;
      padding-left: 0px; }
      .header__container #menu-social-list ul li {
        display: inline-block;
        margin-right: 25px; }
        .header__container #menu-social-list ul li a {
          margin: 0px;
          opacity: 1;
          color: #fff;
          font-family: initial;
          font-weight: 200;
          font-size: 18px; }
        .header__container #menu-social-list ul li a:before {
          content: none;
          margin: 0px; }
      .header__container #menu-social-list ul li:last-child {
        margin-right: 0px; }
  .header__container #mini-contact a, .header__container #mini-contact span {
    display: inline-block;
    font-family: "uniformcondensedregular", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    margin: 2px;
    line-height: 1;
    margin-bottom: 30px; }
  .header__container #mini-contact a:before {
    content: none;
    margin: 0px; }
  .header__container #mini-contact span {
    color: #E7173D; }
  .header__container #logo-brand {
    max-width: 72px;
    margin: 0px auto;
    margin-top: 0px; }
    .header__container #logo-brand img {
      max-width: 100%;
      height: auto; }

.header__block--menu, .header__content--mobile {
  transition: all 0.3s;
  opacity: 0; }

.header__block--menu, .header__content--mobile {
  transform: translateY(-100%);
  visibility: initial;
  transition: transform 0.3s;
  text-align: center !important; }
  .header__block--menu .link-list, .header__content--mobile .link-list {
    display: block; }
    .header__block--menu .link-list a, .header__content--mobile .link-list a {
      display: block;
      font-size: 45px;
      opacity: 0.3;
      font-family: 'canelatextthin', sans-serif;
      color: #fff;
      margin-bottom: 2.5vh;
      transition: opacity 0.3s;
      margin-left: 0px;
      margin-right: 0px;
      line-height: 1; }
    .header__block--menu .link-list a:hover, .header__content--mobile .link-list a:hover {
      opacity: 1; }
    .header__block--menu .link-list a:before, .header__content--mobile .link-list a:before {
      content: '-';
      position: relative;
      margin-right: 10px; }

@media only screen and (max-width: 767px) {
  #section-header .header .header__content--desktop {
    padding-top: 20px; }

  .header__content--mobile {
    display: block;
    margin-top: 0px !important;
    overflow: hidden !important;
    max-height: 100% !important;
    padding-bottom: 0px !important; }

  .header__content--mobile .link-list__link {
    padding: 0px !important;
    margin-bottom: 1.5vh !important; }

  .header__content--mobile div:nth-child(3) {
    display: none !important; }

  .header__content--desktop .header__block {
    display: block !important; }

  .header__content--mobile .link-list, .header a.link-list__link {
    text-align: center !important; }

  .header__container #menu-social-list h4 {
    font-size: 12px; }

  .header__container #logo-brand {
    max-width: 50px; } }
@media only screen and (max-width: 600px) {
  .nav-active .header__block--menu {
    margin-top: 55px !important; }

  .header__block--menu .link-list a, .header__content--mobile .link-list a {
    font-size: 24px;
    line-height: 1 !important; } }
.menu-bottom {
  transform: translateY(-130%);
  transition: all 0.3s;
  opacity: 0; }
  .menu-bottom a {
    margin-left: 0px; }

.menu-inner {
  transform: translateY(-100%); }

.nav-active .header__wrap {
  height: auto;
  overflow: initial; }
.nav-active .menu-title {
  opacity: 1; }
.nav-active .header__block--menu, .nav-active .header__content--mobile {
  transform: translateX(0%);
  margin: auto;
  margin-top: 90px;
  transition: all 0.3s;
  opacity: 1; }
.nav-active .menu-bottom {
  transform: translateY(0%);
  opacity: 1; }
.nav-active .header__container {
  height: 100vh; }
.nav-active .header__block--logo {
  align-self: flex-start; }

body.nav-active {
  overflow: hidden !important;
  width: 100%; }

.scroll-arrows {
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  z-index: 99; }
  .scroll-arrows a {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1 !important;
    font-size: 0px !important;
    height: 16px !important; }
  @media only screen and (max-width: 991px) {
    .scroll-arrows {
      display: none; } }

.back-arrows {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  z-index: 99; }
  .back-arrows a {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1 !important;
    font-size: 0px !important;
    height: 16px !important; }
  .back-arrows img {
    transform: rotate(180deg); }
  @media only screen and (max-width: 991px) {
    .back-arrows {
      display: none; } }

#section-header.active .header {
  height: 100vh;
  width: 100vw;
  background-color: #1C3F49; }
#section-header.active .header-menu {
  transition: all 0.3s;
  transform: translateY(0%);
  z-index: 9; }
#section-header.active .header .menu-innner {
  pointer-events: initial; }
#section-header.active .header .header-ham-2 span {
  background-color: #fff !important; }
#section-header.active .header .logo--image.logo #logo-light {
  opacity: 1 !important; }
#section-header.active .header .logo--image.logo #logo-dark {
  opacity: 0 !important; }

#section-header.dark-logo-active .header .logo--image.logo #logo-light {
  opacity: 0; }
#section-header.dark-logo-active .header .logo--image.logo #logo-dark {
  opacity: 1; }

#section-header.dark-logo-active.light-logo-active .header .logo--image.logo #logo-light {
  opacity: 1; }
#section-header.dark-logo-active.light-logo-active .header .logo--image.logo #logo-dark {
  opacity: 0; }

#section-header.dark-ham-active .header .header-ham-2 span {
  background-color: #1C3F49; }

#section-header.dark-ham-active.light-ham-active .header .header-ham-2 span {
  background-color: #fff; }

.footer__copyright {
  font-size: 14px; }

.footer__block {
  background-color: transparent !important; }

.footer {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  padding-top: 140px;
  background-color: #1C3F49 !important; }
  .footer .logo, .footer .block-type--link_list {
    display: none; }
  .footer .container {
    display: block; }
  .footer #footer-bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    height: auto;
    max-width: 380px; }
  .footer .copyright {
    font-family: "uniformcondensedregular", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px; }
  .footer .container {
    position: relative; }
  .footer .footer__menu, .footer .footer__powered-by {
    float: none; }
  .footer h4 {
    font-weight: 200;
    margin-bottom: 30px;
    letter-spacing: 3px;
    color: #fff; }
  .footer #menu-social-list {
    margin-top: 3vh; }
    .footer #menu-social-list h4 {
      font-size: 15px;
      font-family: "uniformcondensedregular", sans-serif;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 4px; }
    .footer #menu-social-list ul {
      list-style: none;
      padding-left: 0px; }
      .footer #menu-social-list ul li {
        display: inline-block;
        margin-right: 25px; }
        .footer #menu-social-list ul li a {
          margin: 0px;
          opacity: 1;
          color: #fff;
          font-family: initial;
          font-weight: 200;
          font-size: 18px; }
        .footer #menu-social-list ul li a:before {
          content: none;
          margin: 0px; }
      .footer #menu-social-list ul li:last-child {
        margin-right: 0px; }
  .footer .social-icons {
    text-align: center;
    margin-bottom: 40px; }
  .footer .footer__copyright {
    font-family: "uniformcondensedregular", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px; }
  @media only screen and (max-width: 600px) {
    .footer {
      padding-top: 60px;
      padding-bottom: 20px; }
      .footer #footer-bg {
        max-width: 280px; } }

h1 {
  font-family: "canelatextthin", sans-serif;
  letter-spacing: 3px; }

h2 {
  font-family: "canelatextthin", sans-serif;
  letter-spacing: 0px; }

h3 {
  font-family: "uniformcondensedregular", sans-serif;
  letter-spacing: 0px; }

h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "uniformcondensedregular", sans-serif;
  letter-spacing: 2px; }

h5, h6 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "uniformcondensedregular", sans-serif;
  letter-spacing: 2px; }

p, span {
  font-family: "canelatextlight", sans-serif; }
  p i, p em, span i, span em {
    font-family: 'canelatextlightitalic', sans-serif; }

em, i {
  font-style: normal; }

a {
  font-family: "uniformcondensedregular", sans-serif; }

.btn {
  letter-spacing: 2px;
  font-family: "uniformcondensedregular", sans-serif;
  text-transform: uppercase; }

ul li, ol li {
  font-family: "canelatextlight", sans-serif; }
  ul li i, ol li i {
    font-family: 'canelatextlightitalic', sans-serif; }

.vs-sections {
  width: 600%;
  height: 100%;
  scroll-behavior: smooth;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap !important; }
  .vs-sections .vs-div {
    width: 100%;
    height: 100vh;
    display: -ms-flexbox !important;
    -webkit-overflow-scrolling: touch;
    display: flex !important;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    position: relative; }

.section-container {
  margin-left: 4vw;
  margin-right: 4vw; }

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

.flex-row {
  display: flex;
  flex-wrap: wrap; }
  .flex-row .flex-col {
    flex: 1; }
  .flex-row .flex-col-full {
    flex: 0 0 100%; }

.flex-row.align-center {
  justify-content: center;
  align-items: center;
  height: 100%; }

.bg-gray {
  background-color: #F8F8F8; }

.hs-div {
  height: 100%;
  width: 100%;
  min-width: 100vw; }
  @media only screen and (max-width: 991px) {
    .hs-div {
      height: 100%; } }

p {
  font-family: "canelatextlight", sans-serif; }

.hidden-desktop {
  display: none; }

@media only screen and (max-width: 991px) {
  .hidden-desktop {
    display: initial; } }
