html {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.center-align {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.disabled {
  opacity: 0.3;
  cursor: default !important;
  pointer-events: none;
}
.is-hidden {
  display: none !important;
}
.is-invisible {
  visibility: hidden;
}
.oscar-link {
  margin-top: 2rem;
  font-size: 0.875rem;
}
.close {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 10500;
  width: 3rem;
  height: 3rem;
  top: 0.5rem;
  right: 0.5rem;
}
.close:after,
.close:before {
  content: "";
  width: 2rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  background: #141a21;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
}
@media screen and (max-width: 800px) {
  .close:after,
  .close:before {
    width: 2rem;
  }
}
.close:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close:hover:before {
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.close:hover:after {
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
@media screen and (max-width: 800px) {
  .close {
    width: 3rem;
    height: 3rem;
  }
}
.close--small {
  width: 3rem;
  height: 3rem;
  top: 0;
  right: 0;
}
.close--small:after,
.close--small:before {
  content: "";
  width: 1.5rem;
}
.h-strong {
  font-weight: 700;
}
.envelope {
  width: 5rem;
  height: 3rem;
  position: relative;
  margin-left: calc(50% - 2.5rem);
  margin-bottom: 2rem;
  perspective: 800px;
}
.envelope:before {
  content: "";
  width: 5rem;
  height: 3rem;
  position: absolute;
  left: 0;
  border: 2px solid #5a789b;
}
.envelope:after {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: -1.75rem;
  left: 0.75rem;
  border: 1px solid #5a789b;
  border-top: none;
  border-left: none;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.alert {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 2rem 20%;
  text-align: center;
}
.alert .icon {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 800px) {
  .alert {
    padding: 3rem 10%;
  }
}
.alert--danger {
  background-color: #ffdada;
  color: #9e3535;
}
.alert--success {
  color: #5a789b;
} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
:focus {
  outline: 2px dotted #adb9c6;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@keyframes sub-nav {
  0% {
    transform: translate3d(0, -1rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    opacity: 1;
  }
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(20, 26, 33, 0);
}
@media screen and (min-width: 1900px) {
  html {
    font-size: 18px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #141a21;
  font-family: "Camphor W01", sans-serif;
  font-size: 100%;
  line-height: 1.6;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Camphor W01", serif;
  line-height: 1;
  margin: 0 0 1rem;
}
h1 {
  margin-left: -3px;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  h1 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 620px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.3125rem;
  font-weight: 700;
}
h6 {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 500px) {
  h6 {
    margin-bottom: 1rem;
  }
}
p {
  margin: 0 0 1rem;
}
p.lead {
  font-size: 1.3125rem;
}
a {
  color: #5a789b;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
}
a:active,
a:hover {
  color: #2b3542;
}
ul {
  margin-left: 1rem;
}
img {
  width: 100%;
  vertical-align: middle;
}
strong {
  font-weight: 700;
}
img {
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
img[data-src] {
  opacity: 0;
}
address {
  font-style: normal;
}
* {
  box-sizing: border-box;
  -webkit-user-drag: none;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
}
@media screen and (-ms-high-contrast: active) {
  * {
    -ms-high-contrast-adjust: none;
  }
}
body,
html {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  transition: background-color 3s cubic-bezier(0.19, 1, 0.22, 1);
}
body.is-locked {
  overflow: hidden;
}
.page {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding-bottom: 3rem;
  background-color: #fff;
}
.page--home {
  padding-bottom: 0;
}
.content__wrapper--page {
  position: relative;
}
.content__main {
  position: relative;
  max-width: 46rem;
  z-index: 500;
  margin: 0 auto;
  padding: 5rem 2rem;
  font-size: 1.125rem;
  color: #2b3542;
}
@media screen and (max-width: 1520px) {
  .content__main {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 1180px) {
  .content__main {
    max-width: 44rem;
  }
}
@media screen and (max-width: 800px) {
  .content__main {
    padding: 3rem 2rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 620px) {
  .content__main {
    padding: 3rem 1rem;
  }
}
.content__main--home {
  padding: 5rem 0;
}
.content__main--full {
  max-width: 80rem;
}
.btn {
  display: inline-block;
  position: relative;
  min-width: 6rem;
  height: 3rem;
  padding: 0 2rem;
  color: #fff;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 3rem;
  background-color: #5a789b;
  outline: 0;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:focus,
.btn:hover {
  color: #fff;
  background-color: rgba(90, 120, 155, 0.7);
  text-decoration: none;
}
.btn.active,
.btn:active {
  outline: 0;
  border-color: #fff;
  background-image: none;
}
.btn:disabled {
  cursor: default;
  pointer-events: none;
  background: #dae4eb;
}
.btn--alt {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: transparent;
  border: 1px solid #fff;
}
.btn--alt:focus,
.btn--alt:hover {
  color: #fff;
  background-color: #2e4864;
  text-decoration: none;
}
.btn--alt:active {
  outline: 0;
  border-color: #fff;
  background-image: none;
}
.c-nav__list {
  position: relative;
  margin: 0 auto;
  list-style-type: none;
}
.c-nav__link {
  position: relative;
  display: block;
  padding: 0.25rem 0;
  color: #141a21;
  background-color: #fff;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
}
.c-nav__link.is-active,
.c-nav__link:hover {
  color: #fff;
  background-color: #2b3542;
}
.site-nav--primary {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  margin-top: 5vw;
  margin-left: 1.5rem;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .site-nav--primary {
    position: absolute;
    top: 5rem;
    bottom: auto;
    left: 1rem;
    right: 1rem;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    visibility: hidden;
    box-shadow: none;
    transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.site-nav__list {
  width: 100%;
  position: relative;
  z-index: 199;
  margin: 0;
  list-style-type: none;
}
@media screen and (max-width: 1000px) {
  .site-nav__list {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 800px) {
  .site-nav__list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.site-nav__item {
  display: inline;
  float: left;
  position: relative;
  white-space: nowrap;
  transition: background-color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.site-nav__item.is-active .site-nav__link {
  color: #5a789b;
}
@media screen and (max-width: 800px) {
  .site-nav__item.is-active .site-nav__link {
    color: #141a21;
    background-color: #eef2f5;
  }
}
.site-nav__item.is-active .close--small {
  opacity: 1;
  pointer-events: all;
}
.site-nav__item .close--small {
  display: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 800px) {
  .site-nav__item .close--small {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .site-nav__item {
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 800px) {
  .site-nav__item {
    width: 100%;
    text-align: left;
    opacity: 0;
    transform: translate3d(-15rem, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),
      transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
    box-shadow: 2rem 5rem 8rem rgba(150, 160, 173, 0.3);
  }
  .site-nav__item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .site-nav__item:nth-child(2) {
    transition-delay: 0.15s;
  }
  .site-nav__item:nth-child(3) {
    transition-delay: 0.2s;
  }
  .site-nav__item:nth-child(4) {
    transition-delay: 0.25s;
  }
  .site-nav__item:nth-child(5) {
    transition-delay: 0.3s;
  }
  .site-nav__item:nth-child(6) {
    transition-delay: 0.45s;
  }
  .site-nav__item:nth-child(7) {
    transition-delay: 0.5s;
  }
  .site-nav__item:nth-child(8) {
    transition-delay: 0.55s;
  }
  .site-nav__item:nth-child(9) {
    transition-delay: 0.6s;
  }
}
.site-nav__link {
  position: relative;
  display: block;
  z-index: 400;
  padding: 0 3rem 0 1rem;
  font-size: 0.875rem;
  line-height: 4rem;
  letter-spacing: 2px;
  color: #141a21;
}
.site-nav__link.is-current,
.site-nav__link:active,
.site-nav__link:hover {
  color: #6185ad;
}
@media screen and (max-width: 1180px) {
  .site-nav__link {
    padding: 0 1.25rem 0 1rem;
  }
}
@media screen and (max-width: 800px) {
  .site-nav__link {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 500px) {
  .site-nav__link {
    line-height: 3.5rem;
  }
}
.site-nav__login {
  float: right;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 4rem;
  letter-spacing: 2px;
  color: #141a21;
}
.site-nav__login:active,
.site-nav__login:hover {
  color: #5a789b;
}
@media screen and (max-width: 1000px) {
  .site-nav__login {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .site-nav__login {
    padding-right: 1rem;
  }
}
.site-nav__sub {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.site-nav__sub.is-active {
  visibility: visible;
}
.site-nav__sub.is-active .sub-nav__link {
  animation: sub-nav 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.site-nav__sub.is-active .sub-nav__link--1 {
  animation-delay: 0.1s;
}
.site-nav__sub.is-active .sub-nav__link--2 {
  animation-delay: 0.2s;
}
.site-nav__sub.is-active .sub-nav__link--3 {
  animation-delay: 0.3s;
}
.site-nav__sub.is-active .sub-nav__link--4 {
  animation-delay: 0.4s;
}
.site-nav__sub.is-active .sub-nav__link--5 {
  animation-delay: 0.5s;
}
.site-nav__sub.is-active .sub-nav__link--6 {
  animation-delay: 0.6s;
}
.site-nav__sub.is-active .sub-nav__link--7 {
  animation-delay: 0.7s;
}
@media screen and (max-width: 800px) {
  .site-nav__sub.is-active {
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .site-nav__sub {
    padding-bottom: 2rem;
    text-align: left;
    background-color: #eef2f5;
  }
}
.sub-nav__item {
  display: block;
  -ms-flex: 1;
  flex: 1;
}
.sub-nav__link {
  display: block;
  position: relative;
  padding: 0 1rem;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  line-height: 4rem;
  color: #141a21;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.sub-nav__link.is-current,
.sub-nav__link:focus,
.sub-nav__link:hover {
  color: #5a789b;
}
@media screen and (max-width: 800px) {
  .sub-nav__link.is-current,
  .sub-nav__link:focus,
  .sub-nav__link:hover {
    color: #141a21;
    background-color: transparent;
  }
}
@media screen and (max-width: 800px) {
  .sub-nav__link {
    width: 100%;
    padding: 0 2rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0;
    color: #96a0ad;
  }
}
.dropdown-bg {
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  background: #dae4eb;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: height, opacity, visibility;
}
.dropdown-bg.is-visible {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .dropdown-bg {
    display: none;
    transition: none;
  }
}
.nav-bg {
  content: "";
  position: absolute;
  top: calc(100% - 8px);
  z-index: 200;
  left: 1rem;
  pointer-events: none;
  border-top: 8px solid #fff;
  border-right: 3rem solid transparent;
  border-left: 3rem solid transparent;
  border-bottom: none;
  background-color: transparent;
  transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-bg.is-visible {
  top: 100%;
}
@media screen and (max-width: 800px) {
  .nav-bg {
    display: none;
    transition: none;
  }
}
.is-over-nav .nav-bg {
  transition-property: transform, top;
}
.is-over-nav .dropdown-bg {
  transition-property: transform, width, height, opacity, visibility;
}
.c-nav__toggle {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  padding: 0 1rem;
  line-height: 4rem;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 800px) {
  .c-nav__toggle {
    display: block;
  }
}
.c-nav__toggle-burger {
  position: relative;
  top: 50%;
  display: block;
  width: 2rem;
  height: 1px;
  margin-top: 0;
  background-color: #141a21;
  transition: background-color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-nav__toggle-burger:after,
.c-nav__toggle-burger:before {
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141a21;
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-nav__toggle-burger:before {
  bottom: 8px;
}
.c-nav__toggle-burger:after {
  top: 8px;
}
@media screen and (max-width: 800px) {
  .c-nav__overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s linear, visibility 1s linear;
  }
}
body.nav-open .site-nav--primary {
  visibility: visible;
}
body.nav-open .c-nav__toggle {
  background-color: #fff;
}
body.nav-open .c-nav__toggle-burger {
  background-color: transparent;
}
body.nav-open .c-nav__toggle-burger:after,
body.nav-open .c-nav__toggle-burger:before {
  top: 0;
  bottom: 0;
}
body.nav-open .c-nav__toggle-burger:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.nav-open .c-nav__toggle-burger:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.nav-open .c-nav__overlay {
  opacity: 0.7;
  visibility: visible;
}
body.nav-open .c-nav__list {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
body.nav-open .site-nav__item {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
ol,
ul {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.icon--social {
  font-size: 2rem;
  color: #141a21;
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.icon--social:active,
.icon--social:hover {
  color: #5a789b;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .icon--social {
    font-size: 1.75rem;
  }
}
.icon--arrow {
  margin-left: 0.5rem;
  font-size: 1.25rem;
}
.icon--mirror {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.form--contact {
  margin-top: 3rem;
}
.form__wrapper {
  border-top: 1px solid #adb9c6;
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
form {
  margin: 0 -3rem;
}
form .was-sent {
  display: none;
}
@media screen and (max-width: 800px) {
  form {
    margin: 0 -0.5rem;
  }
}
.form--paypal {
  margin: 2rem 0 0 0;
}
input,
label,
select {
  display: block;
}
.faux-label,
label {
  width: 100%;
  padding: 0.25rem 0.5rem 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #5a789b;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"],
select,
textarea {
  height: 2.75rem;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  padding-left: 0.5rem;
  width: 100%;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  color: #141a21;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  outline: 0;
}
textarea {
  height: 2.75rem;
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  resize: vertical;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 0;
  line-height: 1.15;
}
textarea:focus {
  height: 6rem;
  overflow: auto;
}
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #141a21;
  -webkit-box-shadow: 0 0 0 1000px #f2f7fc inset;
  transition: background-color 5000s ease-in-out 0s;
}
.field__wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.25rem;
}
.field__wrapper.has-focus > .placeholder__text,
.field__wrapper.has-success > .placeholder__text,
.field__wrapper.has-value > .placeholder__text {
  font-size: 0.6875rem;
  margin-top: -0.8rem;
  color: #96a0ad;
}
.placeholder__text {
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  font-size: 1rem;
  color: #adb9c6;
  pointer-events: none;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
}
.divider {
  display: inline-block;
  margin-top: 0.45rem;
}
input[type="radio"] {
  height: 0;
  opacity: 0;
}
input[type="radio"]:checked + .radio__value {
  color: #141a21;
}
input[type="radio"]:checked + .radio__value:before {
  background: #141a21;
}
.radio__label {
  width: auto;
  display: inline-block;
  padding: 0.75rem 0.5rem;
  font-weight: 500;
  color: #2b3542;
  line-height: 1;
}
.radio__value {
  position: relative;
  padding-left: 1.5rem;
}
.radio__value:before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  background: #dae4eb;
  border-radius: 50%;
}
.radio__value.has-focus:before {
  border: 2px solid #141a21;
}
input[type="checkbox"] {
  height: 0;
  opacity: 0;
}
input[type="checkbox"]:checked + .check__value {
  color: #141a21;
}
input[type="checkbox"]:checked + .check__value:before {
  background-color: #141a21;
  border: 2px solid #141a21;
}
input[type="checkbox"]:checked + .check__value:after {
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
  -ms-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
.check__group {
  padding: 0.5rem 0;
}
.check__label {
  position: relative;
  width: auto;
  padding: 0.5rem 0.5rem;
  font-weight: 500;
  color: #2b3542;
  line-height: 1;
}
.check__value {
  position: relative;
  padding-left: 2rem;
}
.check__value:before {
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #dae4eb;
}
.check__value:after {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.25rem;
  z-index: 3;
  width: 0.75rem;
  height: 0.375rem;
  border: 2px solid #5a789b;
  border-top-style: none;
  border-right-style: none;
  -ms-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.dropdown {
  width: auto;
  position: relative;
  display: block;
  overflow: hidden;
}
.dropdown:after {
  content: " ";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 2px solid #96a0ad;
  border-top: none;
  border-left: none;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.dropdown select {
  width: auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: window;
  margin: 0;
  padding-right: 2rem;
  text-indent: 0.01px;
  text-overflow: "";
  background: 0 0;
  outline: 0;
}
.segment__row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  border-right: 1px solid #adb9c6;
}
.segment__row > .form-segment {
  -ms-flex: 1;
  flex: 1;
  border-right: none;
}
@media screen and (max-width: 500px) {
  .segment__row {
    display: block;
  }
}
.segment__row--header {
  background-color: #eef2f5;
}
.segment__row--header label {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.segment__row--sub {
  border: none;
}
.form-segment {
  position: relative;
  border: 1px solid #adb9c6;
  border-top: none;
  transition: background-color 2s ease;
}
.form-segment:after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 1.25rem;
  z-index: 3;
  width: 0;
  height: 0;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
  -ms-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.form-segment.has-focus > .faux-label,
.form-segment.has-focus > label {
  color: #141a21;
}
.form-segment.has-success {
  background-color: #f2f7fc;
}
.form-segment.has-success:after {
  width: 1.25rem;
  height: 0.75rem;
  border: 2px solid #adb9c6;
  border-top-style: none;
  border-right-style: none;
}
.form-segment.has-error {
  background-color: #fff;
  border-bottom: 3px solid #9e3535;
}
.form-segment.has-error label {
  color: #9e3535;
}
.form-segment--sub {
  border: none;
}
.segment__clear {
  clear: both;
}
.form__segment--detail {
  position: relative;
}
.form__segment--detail > label {
  padding-top: 0.5rem;
}
.form__segment--detail:before {
  content: " ";
  height: 0.75rem;
  width: 0.75rem;
  top: -0.35rem;
  left: 1rem;
  position: absolute;
  background: #f2f7fc;
  border: 1px solid #adb9c6;
  border-top: none;
  border-left: none;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-segment--tiny {
  max-width: 6rem;
}
.form-segment--small {
  max-width: 9rem;
}
.form-segment__header {
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #adb9c6;
  border-top: none;
  border-right: none;
}
.segment__header {
  padding: 2.5rem 0.5rem 0.5rem 0.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2b3542;
  border-bottom: 1px solid #adb9c6;
}
.segment__submit {
  padding: 1rem;
  text-align: center;
}
.segment__detail--inline {
  border-left: none;
}
.segment__detail--inline:before {
  content: "";
  width: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  background: url(../img/inline-arrow.png) right center no-repeat;
  background-size: contain;
}
.check__row {
  display: -ms-flexbox;
  display: flex;
}
.check__group {
  -ms-flex: 1;
  flex: 1;
}
.text-help {
  display: block;
  margin-top: -0.25rem;
  padding: 0 0 0.25rem 0.5rem;
  font-size: 0.875rem;
  color: #9e3535;
}
.ldkFKNlkIldkng {
  height: 2px !important;
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}
.stepper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0.5em;
}
.step__field {
  width: 6rem;
  text-align: center;
}
.step-type {
  vertical-align: middle;
  padding-left: 0.25rem;
  color: #5a789b;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.step__input {
  display: inline-block;
  border: none;
  padding: 0;
  text-align: right;
  width: 0.75rem;
}
input.step__input::-webkit-inner-spin-button,
input.step__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.btn--step {
  color: #2b3542;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.25rem;
  line-height: 0;
  background-color: transparent;
  border: 2px solid #dae4eb;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn--step:active,
.btn--step:hover {
  color: #fff;
  background-color: #5a789b;
}
.btn--step:disabled {
  color: #adb9c6;
  pointer-events: none;
}
table {
  width: 100%;
  border-top: 2px solid #dae4eb;
}
tr {
  border-bottom: 1px solid #dae4eb;
}
td {
  padding: 0.5rem 0;
}
.resource__link {
  text-align: right;
}
.resource__link a {
  white-space: nowrap;
}
.collapse {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.collapse__title {
  position: relative;
  font-weight: 700;
  padding: 1rem 1rem 1rem 3rem;
  display: block;
  text-decoration: none;
  color: #141a21;
  background-color: #eef2f5;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 2px solid #fff;
}
.collapse__title:after,
.collapse__title:before {
  content: "";
  width: 1rem;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 1rem;
  background: #adb9c6;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
}
.collapse__title:before {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.collapse__title:hover {
  background-color: #eef2f5;
}
.collapse__title.is-expanded {
  background-color: #eef2f5;
}
.collapse__title.is-expanded:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.collapse__title.is-expanded:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.collapse__content {
  height: auto;
  overflow: hidden;
  transition: max-height 1s;
  max-height: 100em;
  transition: max-height 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.collapse__content.is-collapsed {
  max-height: 0;
}
.no-js .collapse__content.is-collapsed {
  max-height: auto;
}
.content__inner {
  padding: 1rem 0;
}
.animateIn {
  animation: collapseIn 1s normal cubic-bezier(0.19, 1, 0.22, 1) both 1;
}
.animateOut {
  animation: collapseOut 1s alternate cubic-bezier(0.19, 1, 0.22, 1) both 1;
}
@keyframes collapseIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes collapseOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
.tab__list {
  background: #dae4eb;
  padding: 0;
  margin: 3rem 0 0 0;
}
.tab__item {
  display: block;
  -ms-flex: 1;
  flex: 1;
}
.tab__item[data-tab-active] {
  background: #5a789b;
}
.tab__link {
  color: #141a21;
  display: block;
  padding: 1rem 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.tab__link:hover {
  color: #fff;
  background-color: #5a789b;
}
.tab__link:focus {
  outline: 0;
}
.tab__link[data-tab-active] {
  color: #fff;
}
.tab__panel {
  padding: 1rem 0;
}
.tab__panel[aria-hidden="true"] {
  display: none;
}
@media screen and (min-width: 800px) {
  .tab__list {
    display: -ms-flexbox;
    display: flex;
  }
  .tab__link {
    -ms-flex: 1;
    flex: 1;
  }
  .tab__link[data-tab-active]:after {
    content: "";
    display: inline-block;
    margin: auto;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5a789b;
  }
}
.modal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9980;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.modal.is-visible {
  visibility: visible;
}
.modal.is-visible .modal__overlay {
  opacity: 0.5;
  visibility: visible;
}
.modal.is-visible .modal__inner {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
}
.modal.is-visible .modal__inner .close {
  opacity: 1;
}
.modal a {
  display: inline;
}
.modal__inner {
  width: 90%;
  max-width: 80rem;
  position: relative;
  z-index: 10000;
  margin: 0 2rem;
  background: #fff;
  opacity: 0;
  box-shadow: 2rem 6rem 8rem rgba(150, 160, 173, 0.6);
  transform: scale(0.9) translate3d(0, 0, 0);
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}
.modal__inner .close {
  opacity: 0;
  transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition-delay: 0.5s;
}
.modal--success .modal__inner {
  max-width: 40rem;
}
.modal__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  opacity: 0;
  background: #96a0ad;
  visibility: hidden;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
header {
  position: relative;
  z-index: 400;
  background-color: #fff;
}
.header__inner {
  position: relative;
  width: 100%;
  max-width: 80rem;
  height: 26vh;
  min-height: 11rem;
  max-height: 16rem;
  z-index: 400;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .header__inner {
    height: 4rem;
    min-height: auto;
  }
}
.logo {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(50% - 4rem);
  margin-left: 2rem;
  z-index: 300;
  color: #fa7b4a;
}
@media screen and (max-width: 800px) {
  .logo {
    top: 0;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .logo__icon {
    top: 0;
  }
}
.icon--logo {
  width: 6.25rem;
  height: 5rem;
}
@media screen and (max-width: 1000px) {
  .icon--logo {
    width: 5.625rem;
    height: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  .icon--logo {
    width: 4.375rem;
    height: 4rem;
  }
}
.logo__text {
  margin-left: 1rem;
}
.logo__title {
  font-size: 2.25rem;
}
@media screen and (max-width: 1000px) {
  .logo__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .logo__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 620px) {
  .logo__title {
    display: none;
  }
}
.logo__sub-title {
  padding-left: 1px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .logo__sub-title {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 800px) {
  .logo__sub-title {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 620px) {
  .logo__sub-title {
    display: none;
  }
}
.header__sign-in--tablet {
  display: none;
}
.header__sign-in--tablet:active,
.header__sign-in--tablet:hover {
  color: #5a789b;
}
@media screen and (max-width: 800px) {
  .header__sign-in--tablet:active,
  .header__sign-in--tablet:hover {
    border: 1px solid #5a789b;
  }
}
@media screen and (max-width: 800px) {
  .header__sign-in--tablet svg {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header__sign-in--tablet {
    display: block;
    position: absolute;
    top: 1rem;
    right: 2.5rem;
    font-size: 0.8125rem;
    letter-spacing: 2px;
    font-weight: 700;
    color: #141a21;
  }
}
@media screen and (max-width: 800px) {
  .header__sign-in--tablet {
    top: 1.125rem;
    right: 11.5rem;
    padding: 0 0.5rem;
    line-height: 1.75rem;
    border: 1px solid #141a21;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 500px) {
  .header__sign-in--tablet {
    right: 9rem;
  }
}
.social {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  list-style-type: none;
  right: 2.5rem;
  top: calc(50% - 3rem);
  z-index: 300;
}
@media screen and (max-width: 800px) {
  .social {
    top: 0;
    right: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .social {
    right: 4rem;
  }
}
.social__link {
  padding-left: 1rem;
}
@media screen and (max-width: 800px) {
  .social__link {
    line-height: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .social__link {
    padding-left: 0.75rem;
  }
}
footer {
  width: 100%;
  position: relative;
  z-index: 400;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  color: #96a0ad;
  background-color: #eef2f5;
}
@media screen and (max-width: 620px) {
  footer {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 620px) {
  footer {
    font-size: 0.8125rem;
  }
}
.footer__inner {
  width: 100%;
  max-width: 48rem;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .footer__inner {
    max-width: 44rem;
  }
}
@media screen and (max-width: 500px) {
  .footer__inner {
    display: block;
  }
}
.footer__col {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  padding: 5rem 0;
}
@media screen and (max-width: 800px) {
  .footer__col {
    padding: 3rem 1rem 2rem 1rem;
  }
}
@media screen and (max-width: 500px) {
  .footer__col--menu {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.footer__col--sponsor {
  text-align: right;
}
@media screen and (max-width: 500px) {
  .footer__col--sponsor {
    text-align: left;
  }
}
.footer__heading {
  font-size: 0.8125rem;
}
.footer__copyright {
  margin-top: 2rem;
}
.footer__link {
  display: block;
  padding: 0.25rem 0;
}
.footer__address {
  margin-top: 1.5rem;
}
.sponsor__image {
  width: 300px;
  width: 12.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .sponsor__image {
    width: 10rem;
  }
}
@media screen and (max-width: 500px) {
  .sponsor__image {
    width: 16.25rem;
  }
}
.masthead {
  position: relative;
  width: 100%;
  height: 30vw;
  min-height: 15rem;
  max-height: 35rem;
  z-index: 20;
  text-align: center;
  background-color: #eef2f5;
}
.masthead:after,
.masthead:before {
  content: "";
  position: absolute;
  width: 50%;
  top: 100%;
}
.masthead:before {
  width: 100%;
  height: 40rem;
  left: 0;
  z-index: 200;
  background: linear-gradient(to bottom, #eef2f5 0, #fff 100%);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
  box-shadow: 0 -2rem 5rem rgba(43, 53, 66, 0.1);
}
.masthead:after {
  width: 100%;
  height: 20rem;
  left: 0;
  z-index: 100;
  background: #dae4eb;
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
}
@media screen and (max-width: 1520px) {
  .masthead {
    height: 35vw;
  }
}
@media screen and (max-width: 1180px) {
  .masthead {
    height: 38vw;
  }
}
@media screen and (max-width: 800px) {
  .masthead {
    height: 45vw;
  }
}
@media screen and (max-width: 620px) {
  .masthead {
    height: 80vw;
  }
}
.masthead--home {
  width: 100%;
  height: 45rem;
  text-align: left;
  background: #eef2f5;
}
@media screen and (max-width: 1180px) {
  .masthead--home {
    max-height: 40rem;
  }
}
@media screen and (max-width: 800px) {
  .masthead--home {
    max-height: 38rem;
    width: 100%;
    min-height: 38rem;
    text-align: center;
  }
}
@media screen and (min-width: 1900px) {
  .masthead--home {
    height: 48rem;
  }
}
.masthead__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: top center;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.masthead__image.lazyloaded {
  opacity: 0.8;
}
.masthead__image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(
    to bottom,
    rgba(218, 228, 235, 0.1) 20%,
    rgba(55, 87, 122, 0.3) 100%
  );
}
.masthead__image--home {
  left: 45%;
  background-size: 36rem;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 1180px) {
  .masthead__image--home {
    left: 0;
    bottom: 13rem;
    background-size: 25rem;
  }
}
.masthead__image--home:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: 0 0;
}
.promo {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 5rem 8rem 0 2.5rem;
  font-size: 1.6875rem;
  font-weight: 300;
  color: #fff;
}
.promo:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #d98384;
  -ms-transform: skewX(25deg);
  transform: skewX(25deg);
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
@media screen and (max-width: 1180px) {
  .promo:before {
    top: calc(100% - 18rem);
    -ms-transform: skewX(0);
    transform: skewX(0);
    background-color: transparent;
  }
}
@media screen and (min-width: 1900px) {
  .promo {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 1520px) {
  .promo {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 1180px) {
  .promo {
    width: 100%;
    top: auto;
    padding: 2rem 2rem 3rem 2rem;
    text-align: center;
    font-size: 1.375rem;
    background-color: #d98384;
  }
}
@media screen and (max-width: 800px) {
  .promo {
    padding: 2rem 0 3rem 0;
    font-size: 1.1875rem;
  }
}
.promo__content {
  width: 45%;
  position: absolute;
  bottom: 10rem;
  left: 9vw;
}
@media screen and (max-width: 1520px) {
  .promo__content {
    left: 6vw;
  }
}
@media screen and (max-width: 1180px) {
  .promo__content {
    width: 100%;
    max-width: 48rem;
    position: static;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 620px) {
  .promo__content {
    padding: 0 1rem;
  }
}
.btn--promo {
  margin-top: 2rem;
}
@media screen and (max-width: 1180px) {
  .btn--promo {
    margin-top: 1rem;
  }
}
.card__item {
  width: 46%;
  position: relative;
  float: left;
  margin-top: 3rem;
  cursor: pointer;
  overflow: hidden;
}
.card__item:active .card__content,
.card__item:hover .card__content {
  color: #fff;
  background: #2b3542;
}
.card__item:active .card__photo,
.card__item:hover .card__photo {
  opacity: 1;
}
.card__item.has-focus {
  overflow: visible;
}
.card__item.has-focus .team__bio {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .card__item {
    width: 48%;
  }
}
@media screen and (max-width: 620px) {
  .card__item {
    width: 100%;
  }
}
.card__item--even {
  margin-left: 8%;
}
@media screen and (max-width: 800px) {
  .card__item--even {
    margin-left: 4%;
  }
}
@media screen and (max-width: 620px) {
  .card__item--even {
    margin-left: 0;
  }
}
.cards--home {
  float: left;
  margin: 5rem 0;
}
.card__item--home {
  width: calc(25% - 4rem);
  margin: 2rem;
}
.card__photo {
  position: relative;
  padding-bottom: 5rem;
  opacity: 0.9;
  transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.card__photo img {
  width: 100%;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.card__photo img.lazyloaded {
  opacity: 1;
}
.card__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background-color: #d98384;
  transition: background-color 0.35s cubic-bezier(0.19, 1, 0.22, 1),
    color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.card__content--light {
  background: #2b3542;
  color: #fff;
}
.card__title {
  margin-bottom: 1rem;
  font-size: 1.1875rem;
  line-height: 1.2;
}
.card__description {
  height: 2.25rem;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.1;
}
.next-page {
  position: relative;
  margin: 5rem -4rem;
  background: #d98384;
}
@media screen and (max-width: 1180px) {
  .next-page {
    margin: 5rem -2rem;
  }
}
@media screen and (max-width: 620px) {
  .next-page {
    margin: 3rem -1rem;
  }
}
.next-page__image {
  height: 40vh;
  min-height: 15rem;
  background-position: 50% 50%;
  background-size: cover;
}
.next-page__desc {
  padding: 2rem 10rem 3rem 10rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .next-page__desc {
    padding: 2rem 5rem 3rem 5rem;
  }
}
@media screen and (max-width: 620px) {
  .next-page__desc {
    padding: 2rem 2rem 3rem 2rem;
  }
}
.next-page__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.next-page__teaser {
  margin-bottom: 1.5rem;
}
.related-page__list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  list-style-type: none;
  visibility: hidden;
  transition: visibility 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.related-page__list.is-visible {
  visibility: visible;
}
.related-page__list.is-visible .related-page__link {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}
@media screen and (max-width: 800px) {
  .related-page__list {
    width: 100%;
    position: static;
  }
}
.related-page__link {
  width: 14vw;
  height: 14vw;
  max-width: 12rem;
  max-height: 12rem;
  display: block;
  position: relative;
  float: left;
  color: #fff;
  text-align: left;
  white-space: normal;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: opacity, transform;
}
.related-page__link:active,
.related-page__link:hover {
  z-index: 10;
  color: #fff;
  background-color: #2b3542;
}
@media screen and (max-width: 800px) {
  .related-page__link {
    width: 31%;
    height: 10rem;
    max-width: auto;
    transform: translate3d(0, 0, 0) !important;
  }
}
.related-page__text {
  width: 60%;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 0.9375rem;
  letter-spacing: 1px;
}
.related-page__icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.related-page__shade--1 {
  background-color: #2e4864;
  opacity: 0;
  transform: translate3d(14vw, 0, 0);
}
.related-page__shade--2 {
  background-color: #37577a;
  opacity: 0;
  transform: translate3d(14vw, 0, 0);
  transition-delay: 0.1s;
}
.related-page__shade--3 {
  background-color: #5a789b;
  transform: translate3d(14vw, 0, 0);
  transition-delay: 0.2s;
}
.bio {
  background-color: #dae4eb;
}
.bio {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .bio {
    display: block;
  }
}
.bio__description {
  width: 66vw;
  max-width: 48rem;
  padding: 4rem 4rem 3rem 4rem;
  font-size: 0.9375rem;
}
@media screen and (max-width: 800px) {
  .bio__description {
    width: 100%;
  }
}
.bio__photo {
  position: relative;
  overflow: hidden;
}
.bio__photo img {
  width: 33vw;
  max-width: 25rem;
  position: relative;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.bio__photo img.lazyloaded {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .bio__photo img {
    max-height: 20rem;
  }
}
.workshop-header {
  position: relative;
  height: 30vw;
  min-height: 15rem;
  max-height: 35rem;
  display: -ms-flexbox;
  display: flex;
}
.workshop-header:after,
.workshop-header:before {
  content: "";
  position: absolute;
  width: 50%;
  top: 100%;
}
.workshop-header:before {
  width: 100%;
  height: 40rem;
  left: 0;
  z-index: 200;
  background: linear-gradient(to bottom, #eef2f5 0, #fff 100%);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
  box-shadow: 0 -2rem 5rem rgba(43, 53, 66, 0.1);
}
.workshop-header:after {
  width: 100%;
  height: 20rem;
  left: 0;
  z-index: 100;
  background: #dae4eb;
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
}
@media screen and (max-width: 620px) {
  .workshop-header {
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 22rem;
  }
}
.content__main--workshop {
  padding: 4rem 2.5rem;
}
.workshop__image-wrapper {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 620px) {
  .workshop__image-wrapper {
    width: 100%;
    height: 12rem;
  }
}
.workshop__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.workshop__image.lazyloaded {
  opacity: 0.7;
}
.workshop__image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.workshop__links {
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.workshop__link {
  width: 50%;
  height: 100%;
  display: block;
  float: left;
  position: relative;
  color: #fff;
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.workshop__link:active,
.workshop__link:hover {
  color: #fff;
  background-color: #2b3542;
}
.workshop__link--prev {
  background-color: #2e4864;
  text-align: right;
}
.workshop__link--next {
  background-color: #37577a;
}
.workshop__link-text {
  width: 50%;
  position: absolute;
  top: 50%;
  font-size: 0.9375rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 1180px) {
  .workshop__link-text {
    width: 75%;
    font-size: 0.8125rem;
  }
}
.workshop__link-text--prev {
  right: 2rem;
}
@media screen and (max-width: 1180px) {
  .workshop__link-text--prev {
    right: 1rem;
  }
}
.workshop__link-text--next {
  left: 2rem;
}
@media screen and (max-width: 1180px) {
  .workshop__link-text--next {
    left: 1rem;
  }
}
.workshop__icon {
  position: absolute;
  top: calc(50% - 4rem);
  font-size: 2rem;
  opacity: 0.3;
}
@media screen and (max-width: 620px) {
  .workshop__icon {
    top: calc(50% - 3rem);
  }
}
.workshop__icon--prev {
  right: 2rem;
}
@media screen and (max-width: 1180px) {
  .workshop__icon--prev {
    right: 1rem;
  }
}
.workshop__icon--next {
  margin-left: 0;
}
@media screen and (max-width: 1180px) {
  .workshop__icon--next {
    left: 1rem;
  }
}
.workshop__wrapper {
  display: -ms-flexbox;
  display: flex;
}
.workshop__description {
  width: 46%;
  max-width: 36rem;
}
.workshop__schedule {
  width: 46%;
  max-width: 36rem;
  margin-left: 8%;
  font-size: 0.9375rem;
  line-height: 1.25;
}
.schedule__heading {
  margin-top: 0;
  font-size: 1.125rem;
}
.workshop__location {
  margin-top: 3rem;
}
