@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
body {
  scroll-behavior: smooth;
}
main,
.main {
  min-height: calc(100vh - 190px);
}
.main-nav,
.main-footer {
  font-size: 16px;
}
.main-nav {
  font-weight: bold;
}
.main-menu-wrp {
  left: -100%;
  transition: all 0.245s ease-out;
}
.main-menu-wrp.open {
  left: 0;
}
.site-logo {
  width: 170px;
}
.not-shown {
  display: none;
}
@media screen and (min-width: 1025px) {
  .li-has-submenu .submenu,
  .li-has-subsubmenu .submenu,
  .li-has-submenu .subsubmenu,
  .li-has-subsubmenu .subsubmenu {
    display: none;
    background-color: white;
    position: absolute;
  }
  .li-has-submenu .submenu,
  .li-has-subsubmenu .submenu {
    width: 230px;
    top: 100%;
    right: -10px;
  }
  .li-has-submenu .subsubmenu,
  .li-has-subsubmenu .subsubmenu {
    width: 200px;
  }
  .li-has-submenu:hover .submenu,
  .li-has-subsubmenu:hover .submenu {
    display: block;
  }
  .li-has-submenu:hover:before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -5px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: white;
  }
  .li-has-subsubmenu:hover .subsubmenu {
    display: block;
    right: 100%;
    top: 0;
  }
}
.has-submenu {
  position: relative;
}
@media screen and (min-width: 768px) {
  .has-submenu.has-submenu:after {
    display: none;
  }
  .has-submenu.has-submenu:not(.submenu-open):after,
  .has-submenu.has-submenu:not(.subsubmenu-open):after {
    display: none;
  }
}
.has-submenu.has-submenu:after {
  content: '';
  position: absolute;
  right: 0;
  width: 6px;
  height: 6px;
  display: block;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
}
@media screen and (min-width: 768px) {
  .has-submenu.has-submenu:after {
    border-right: solid 1px white;
    border-bottom: solid 1px white;
  }
}
.has-submenu.has-submenu:not(.submenu-open):after,
.has-submenu.has-submenu:not(.subsubmenu-open):after {
  top: 11px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .has-submenu.has-submenu:not(.submenu-open):after,
  .has-submenu.has-submenu:not(.subsubmenu-open):after {
    top: 22px;
  }
}
.has-submenu.has-submenu.submenu-open:after,
.has-submenu.has-submenu.subsubmenu-open:after {
  top: 18px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .has-submenu.has-submenu.submenu-open:after,
  .has-submenu.has-submenu.subsubmenu-open:after {
    top: 22px;
  }
}
.invisible-indent {
  text-indent: -9999em;
}
header {
  background: linear-gradient(45deg, #00FFF0, white, #5C6886);
  position: relative;
}
header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  background-image: linear-gradient(-155deg, #1F84CD, white, transparent);
}
.angled-tb:before,
.angled-tb:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  background: #fff;
  left: 0;
}
.angled-tb:before {
  top: -50px;
  transform: skew(0, 3deg);
}
.angled-tb:after {
  bottom: -50px;
  transform: skew(0, -3deg);
}
.angled-b:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  background: #DFECE5;
  left: 0;
  bottom: -50px;
  transform: skew(0, 3deg);
  z-index: 0;
}

