@font-face {
  font-family: 'Encode';
  src: url("/public/fonts/encodesans-regular.woff2") format("woff2"), url("/public/fonts/encodesans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Encode Expanded';
  src: url("/public/fonts/encodesansexpanded-regular.woff2") format("woff2"), url("/public/fonts/encodesansexpanded-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Encode Expanded';
  src: url("/public/fonts/encodesansexpanded-semibold.woff2") format("woff2"), url("/public/fonts/encodesansexpanded-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Encode Expanded';
  src: url("/public/fonts/encodesansexpanded-bold.woff2") format("woff2"), url("/public/fonts/encodesansexpanded-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Encode Condensed';
  src: url("/public/fonts/encodesanscondensed-regular.woff2") format("woff2"), url("/public/fonts/encodesanscondensed-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Encode Condensed';
  src: url("/public/fonts/encodesanscondensed-bold.woff2") format("woff2"), url("/public/fonts/encodesanscondensed-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather';
  src: url("/public/fonts/merriweather-lightitalic.woff2") format("woff2"), url("/public/fonts/merriweather-lightitalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Merriweather';
  src: url("/public/fonts/merriweather-bolditalic.woff2") format("woff2"), url("/public/fonts/merriweather-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.32em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.32em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
  padding: 0 0 1em; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.js-reveal,
.js-reveal-sequential {
  visibility: hidden; }
  @media (prefers-reduced-motion) {
    .js-reveal,
    .js-reveal-sequential {
      visibility: visible; } }
  .no-js .js-reveal, .no-js
  .js-reveal-sequential {
    visibility: visible; }

@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
button,
body,
input,
select,
textarea {
  color: #2a3635;
  font: 100%/1.65 "Encode Expanded", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025rem; }

main {
  display: block; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical;
  height: 10em;
  width: 100%; }

input,
textarea {
  font-size: 16px;
  font-size: 1rem;
  color: #2a3635; }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
textarea {
  border: none;
  border-bottom: 1px solid #adbdb9;
  background-color: white;
  padding: 0.7rem 0.875rem;
  -webkit-appearance: none;
  width: 100%; }

input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='password']:focus,
textarea:focus {
  border-bottom-color: #2aa2c9;
  outline: none; }

input[type='tel'] {
  max-width: 9.3125rem; }

textarea {
  max-width: 40em;
  width: 100%;
  -webkit-appearance: none; }

a {
  color: #2aa2c9;
  font-weight: 700;
  transition: all 0.2s ease; }
  a:hover {
    color: #2691b4;
    text-decoration: none; }

.custom-select {
  position: relative;
  display: block;
  padding: 0;
  border: 1px solid #c9d4d1;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05); }

.custom-select select {
  width: 100%;
  margin: 0;
  background: 0 0;
  border: 1px solid transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Encode Expanded", sans-serif;
  color: #444;
  padding: 0 1.5em 0 0.725em;
  height: 46px;
  line-height: 1.3; }

.custom-select::after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #777;
  position: absolute;
  top: 50%;
  right: 0.65em;
  z-index: 2;
  margin-top: -3px;
  pointer-events: none;
  display: none; }

@supports (-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none) {
  .custom-select::after {
    display: block; }
  .custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  @-moz-document url-prefix() {
    .custom-select::after {
      display: none; } } }

.custom-select:hover {
  border: 1px solid #90a6a1; }

.custom-select select:focus {
  outline: 3px solid rgba(140, 209, 231, 0.5); }

@-moz-document url-prefix() {
  .custom-select {
    overflow: hidden; }
  .custom-select select {
    overflow: -moz-hidden-unscrollable;
    width: calc(100% + 2.4em); }
  .custom-select::after {
    display: block; }
  @supports (mask-type: alpha) {
    .custom-select select {
      -moz-appearance: none;
      width: 100%;
      padding-right: 1em; } } }

.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

@media screen and (min-width: 0\0) {
  .custom-select::after {
    display: none; } }

.custom-select:not(*:root)::after {
  display: block; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none; }
  .custom-select::after {
    display: block; }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222; } }

.button,
[type='submit'],
button {
  border: none;
  border-radius: 0;
  background-color: #2aa2c9;
  background-repeat: no-repeat;
  background-position: right bottom;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  border-radius: 0.625rem;
  letter-spacing: 0.05rem;
  padding: 0.5rem 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  transition: all 0.2s ease; }
  .button:hover,
  [type='submit']:hover,
  button:hover {
    background-color: #2691b4;
    color: white; }
  .button:active,
  [type='submit']:active,
  button:active {
    outline: 2px solid #2aa2c9; }

.button--white {
  background-color: white;
  color: #2a3635; }

.button--light {
  background-color: #6ddbff;
  color: #2a3635; }

.button--dark {
  background-color: #1b3038; }

.button--line {
  background-color: transparent;
  color: #2aa2c9;
  border: 2px solid #2aa2c9; }
  .button--line.button--white {
    border-color: white;
    color: white; }
  .button--line.button--light {
    border-color: #6ddbff;
    color: #6ddbff; }
    .button--line.button--light:hover {
      color: white; }

.button--phone {
  padding-left: 2.75rem; }
  .button--phone::before {
    content: '';
    display: block;
    background-image: url(/public/graphics/site/sprites_icons.png?v=20180626);
    -webkit-background-size: 380px 200px;
    background-size: 380px 200px;
    background-position: -8px -9px;
    height: 1.875rem;
    margin-right: 0.425rem;
    position: absolute;
    left: 0.625rem;
    top: 50%;
    margin-top: -0.9rem;
    width: 1.875rem; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .button--phone::before {
        background-image: url(/public/graphics/site/sprites_icons@2x.png?v=20180626); } }
  .button--phone:hover::before {
    background-position: -48px -9px; }

.title {
  margin: 2.5rem 0 1.25rem; }
  .title:first-of-type {
    margin-top: 0; }

.title--small {
  color: #2aa2c9;
  margin-bottom: 0.625rem; }

.list {
  list-style: none;
  margin: 0 0 1.875rem;
  padding: 0; }
  .list li {
    position: relative;
    border-bottom: 1px solid #d7dfdd;
    margin-bottom: 1.875rem; }

.list--faq {
  counter-reset: section;
  padding: 0 0 0 3.125rem; }
  .list--faq li::before {
    counter-increment: section;
    content: counter(section);
    display: block;
    background-color: #1b3038;
    border-radius: 10rem;
    line-height: 1;
    height: 1.875rem;
    color: white;
    width: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -2.875rem;
    top: 0rem; }

table {
  margin-bottom: 1.875rem; }

th {
  border-bottom: 0.125rem solid #d7dfdd;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  padding: 0.625rem; }

td {
  border-top: 1px solid #d7dfdd;
  padding: 0.625rem; }

.col-amount {
  text-align: right; }

.feedback {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: white;
  border-radius: 0.375rem;
  margin: 0 -0.625rem 1.875rem;
  padding: 1rem;
  position: relative; }
  @media (min-width: 23em) {
    .feedback {
      margin: 0 0 2.5rem;
      padding: 1.25rem 1.25rem 1.25rem 4.5rem; } }
  .feedback a {
    color: white;
    text-decoration: underline; }
    .feedback a:hover {
      text-decoration: none; }
  @media (min-width: 23em) {
    .feedback:after {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 3.25rem;
      width: 2px;
      background-color: black;
      opacity: 0.2; } }
  @media (min-width: 23em) {
    .feedback:before {
      content: '';
      background-image: url(/public/graphics/site/sprites_feedback.png?v=20170906);
      -webkit-background-size: 24px 324px;
      background-size: 24px 324px;
      background-repeat: no-repeat;
      width: 25px;
      height: 25px;
      position: absolute;
      left: 0.875rem;
      top: 50%;
      margin-top: -13px; } }
  @media (min-width: 23em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 23em) and (min-device-pixel-ratio: 1.5), (min-width: 23em) and (min-resolution: 144dpi), (min-width: 23em) and (min-resolution: 1.5dppx) {
    .feedback:before {
      background-image: url(/public/graphics/site/sprites_feedback@2x.png?v=20170906); } }

.feedback--error {
  background-color: #b73e2b; }
  .feedback--error:before {
    background-position: 0 0; }

.feedback--warning {
  background-color: #d4dc59;
  color: #2a3635; }
  .feedback--warning a {
    color: #2a3635; }
  .feedback--warning:before {
    background-position: 0 -100px; }
  .feedback--warning:after {
    opacity: 0.1; }

.feedback--success {
  background-color: #2aa2c9; }
  .feedback--success:before {
    background-position: 0 -300px; }
  .feedback--success:after {
    opacity: 0.15; }

.feedback--info {
  background-color: #274550; }
  .feedback--info:before {
    background-position: 0 -200px; }
  .feedback--info:after {
    opacity: 0.35; }

.feedback__title {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin: 0 0 0.25rem;
  text-transform: uppercase; }
  .feedback--warning .feedback__title {
    color: #2a3635; }

.feedback__desc {
  font-size: 14px;
  font-size: 0.875rem; }
  .feedback__desc p:last-child {
    padding-bottom: 0; }
  .feedback__desc ul {
    margin-top: 0; }
    .feedback__desc ul:last-child {
      margin-bottom: 0; }

label {
  display: block;
  margin-bottom: 0.25rem; }

.label-note {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: normal;
  opacity: 0.6;
  display: inline-block;
  margin-left: 0.375rem; }

.field {
  padding-bottom: 1rem; }

.field--label-over {
  position: relative; }
  .field--label-over input {
    background-color: transparent; }
  .js .field--label-over label {
    color: #1b3038;
    opacity: 0.5;
    position: absolute;
    top: 0.725rem;
    left: 0.875rem;
    transition: all 0.2s ease; }
  .field--label-over.is-filled label {
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: uppercase;
    opacity: 0.7;
    letter-spacing: 0.1rem;
    transform: translateY(-0.875rem); }

.field--investment-amount {
  padding: 1.25rem; }
  .field--investment-amount h6 {
    margin: 0 0 1.25rem; }
    .field--investment-amount h6 strong {
      color: #082927;
      display: block;
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 0;
      text-transform: none; }
    .field--investment-amount h6 span {
      display: block;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: normal;
      text-transform: uppercase;
      opacity: 0.7;
      letter-spacing: 0.1rem; }
  .field--investment-amount ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .field--investment-amount ul li {
      display: flex;
      margin-bottom: 1rem; }
      .field--investment-amount ul li label {
        margin: 0; }
      .field--investment-amount ul li [type='radio'] {
        margin: 0.425rem 0.625rem 0 0; }

.field--submit {
  border-top: 1px solid #d7dfdd;
  padding-top: 1.25rem;
  text-align: center; }

@media (min-width: 60em) {
  .fields {
    display: flex;
    margin-left: -0.625rem;
    margin-right: -0.625rem; } }

@media (min-width: 60em) {
  .fields .field {
    flex: 1;
    margin-left: 0.625rem;
    margin-right: 0.625rem; } }

@media (min-width: 60em) {
  .field--citystatezip .field:last-child {
    max-width: 6.5rem; } }

@media (min-width: 60em) {
  .field--citystatezip .field:nth-child(2) {
    max-width: 6.5rem; } }

.form-security {
  background-color: #e3e8ea;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 1rem;
  padding: 0.75rem; }
  .form-security::before {
    content: '';
    display: block;
    height: 46px;
    flex: 1 0 46px;
    max-width: 46px;
    margin-right: 0.625rem;
    background-image: url(/public/graphics/site/sprites_icons.png?v=20180626);
    -webkit-background-size: 380px 200px;
    background-size: 380px 200px;
    background-position: -162px -55px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .form-security::before {
        background-image: url(/public/graphics/site/sprites_icons@2x.png?v=20180626); } }

.form-security__inner {
  text-transform: uppercase;
  letter-spacing: 0.05rem; }
  .form-security__inner strong {
    display: block;
    margin-bottom: 0.125rem;
    font-size: 12px;
    font-size: 0.75rem; }
  .form-security__inner span {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem; }

.interstitial {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 9998;
  padding: 1.25rem;
  display: none; }
  .interstitial.is-showing {
    display: flex;
    animation-name: showInterstitial;
    animation-duration: 0.5s; }

@keyframes showInterstitial {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.interstitial__close {
  background-color: transparent;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  font-weight: normal;
  letter-spacing: 0.1rem;
  right: 0.5rem;
  top: -1.75rem;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.3125rem 0.625rem; }

.interstitial__inner {
  background-color: white;
  border-radius: 0.5rem;
  max-width: 36rem;
  padding: 1.25rem;
  position: relative; }
  @media (min-width: 23em) {
    .interstitial__inner {
      padding: 1.875rem; } }
  .interstitial.is-showing .interstitial__inner {
    animation-name: showInterstitialInner;
    animation-duration: 0.5s; }

@keyframes showInterstitialInner {
  0% {
    transform: translateY(5rem); }
  100% {
    transform: none; } }

.interstitial__title {
  color: #2aa2c9;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.625rem; }
  @media (min-width: 23em) {
    .interstitial__title {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media (min-width: 36em) {
    .interstitial__title {
      font-size: 28px;
      font-size: 1.75rem; } }

html {
  background-color: #203942; }
  html.js-nav-open {
    overflow: hidden;
    height: 100%;
    position: relative; }
    @media (min-width: 60em) {
      html.js-nav-open {
        overflow: visible;
        height: auto; } }

html.has-modal,
.has-modal body {
  overflow: hidden;
  position: relative; }

.site-maintenance {
  background-color: #16272e; }

.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999; }
  .skip-to-main:active, .skip-to-main:focus {
    background-color: #2aa2c9;
    color: white;
    border-radius: 0 0 0.625rem 0;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow: auto;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.625rem 1rem;
    z-index: 9999; }

.site-wrapper-outer {
  background-color: #1b3038;
  max-width: 112.5rem;
  margin: 0 auto; }
  .site-wrapper-outer.site-wrapper-outer--home {
    overflow: hidden; }

.site-wrapper-inner {
  padding-top: 3.75rem; }
  @media (min-width: 36em) {
    .site-wrapper-inner {
      padding-top: 5rem; } }
  @media (min-width: 48em) {
    .site-wrapper-inner {
      padding-top: 9.25rem; } }
  @media (min-width: 60em) {
    .site-wrapper-inner {
      padding-top: 8rem; } }
  @media (min-width: 72em) {
    .site-wrapper-inner {
      padding-top: 8.75rem; } }
  @media (min-width: 80em) {
    .site-wrapper-inner {
      padding-top: 10.5rem; } }

.site-header__wrapper {
  background-color: #1b3038;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.16);
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  max-height: 12rem;
  width: 100%;
  z-index: 1010;
  transition: max-height 0.3s ease;
  -webkit-backface-visibility: hidden; }
  @media (prefers-reduced-motion) {
    .site-header__wrapper {
      transition: none; } }
  @media (min-width: 60em) {
    .site-header__wrapper {
      z-index: 1000; } }
  @media (min-width: 112.5em) {
    .site-header__wrapper {
      max-width: 112.5rem;
      left: 50%;
      margin-left: -56.25rem; } }
  @media (min-width: 48em) {
    .has-scrolled .site-header__wrapper {
      max-height: 6.125rem;
      overflow: hidden; } }
  @media (min-width: 60em) {
    .has-scrolled .site-header__wrapper {
      max-height: 5rem; } }
  @media (min-width: 72em) {
    .has-scrolled .site-header__wrapper {
      max-height: 5.25rem; } }
  @media (min-width: 76em) {
    .has-scrolled .site-header__wrapper {
      max-height: 6.125rem; } }
  .site-header__wrapper::before {
    content: '';
    display: block;
    background: #1b3038 url(/public/graphics/site/bg_pattern_blue.svg) center center no-repeat;
    background-size: 100% auto;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 23em) {
      .site-header__wrapper::before {
        background-position: left bottom; } }
    @media (min-width: 48em) {
      .site-header__wrapper::before {
        opacity: 0.12; } }

.site-header {
  max-width: 80rem;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .site-header {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      padding: 0.5rem; } }
  @media (min-width: 60em) {
    .site-header {
      flex-wrap: nowrap;
      justify-content: space-between;
      padding: 0.75rem; } }
  @media (min-width: 76em) {
    .site-header {
      padding: 0.75rem 1rem; } }
  .site-maintenance .site-header {
    display: flex;
    justify-content: center; }

.logo-main {
  font-size: 1rem;
  width: 13.25rem;
  margin: 0; }
  @media (min-width: 36em) {
    .logo-main {
      width: 18rem; } }
  @media (min-width: 48em) {
    .logo-main {
      flex: 1 0 100%;
      max-width: 16.75rem; } }
  @media (min-width: 66em) {
    .logo-main {
      max-width: 22.5rem; } }
  @media (min-width: 76em) {
    .logo-main {
      max-width: 27.5rem; } }
  .logo-main a {
    background: url(/public/graphics/site/logo.png) 12px 11px no-repeat;
    background-size: 90% auto;
    display: block;
    height: 3.75rem;
    position: relative;
    text-decoration: none;
    text-indent: -9999px; }
    @media (min-width: 36em) {
      .logo-main a {
        height: 5rem;
        background-position: 14px 14px; } }
    @media (min-width: 48em) {
      .logo-main a {
        background-position: 14px 17px;
        height: 5.25rem; } }
    @media (min-width: 60em) {
      .logo-main a {
        background-size: 95% auto;
        background-position: 16px 21px;
        height: 6rem; } }
    @media (min-width: 66em) {
      .logo-main a {
        background-size: 93% auto;
        background-position: 14px 14px;
        height: 6rem; } }
    @media (min-width: 76em) {
      .logo-main a {
        background-position: 16px 32px;
        height: 9rem; } }
    @media (prefers-reduced-motion) {
      .logo-main a {
        transition: none; } }
    .logo-main a:hover {
      opacity: 0.7; }
    @media (min-width: 60em) {
      .has-scrolled .logo-main a {
        transform: translateY(-1.45rem); } }
    @media (min-width: 66em) {
      .has-scrolled .logo-main a {
        transform: translateX(-3.75rem) translateY(-1.6rem) scale(0.7); } }
    @media (min-width: 72em) {
      .has-scrolled .logo-main a {
        transform: translateX(-3.75rem) translateY(-1.85rem) scale(0.7); } }
    @media (min-width: 76em) {
      .has-scrolled .logo-main a {
        transform: translateX(-4.375rem) translateY(-2.25rem) scale(0.7); } }

.site-header__nav-toggle {
  border: none;
  background-color: transparent;
  display: none;
  border-radius: 0.375rem;
  height: 2.75rem;
  text-indent: -9999px;
  width: 2.75rem;
  position: absolute;
  top: 0.575rem;
  overflow: hidden;
  right: 0.575rem;
  transition: background-color 0.2s ease; }
  @media (min-width: 36em) {
    .site-header__nav-toggle {
      top: 1.15rem;
      right: 1.15rem; } }
  .js .site-header__nav-toggle {
    display: inline-block; }
    @media (min-width: 48em) {
      .js .site-header__nav-toggle {
        display: none; } }
  .site-header__nav-toggle:hover {
    background-color: rgba(42, 162, 201, 0.5); }
  .site-header__nav-toggle div {
    position: relative; }

.nav-toggle__svg {
  left: 50%;
  margin-left: -13px;
  margin-top: -11px;
  position: absolute;
  top: 50%; }
  @media (min-width: 60em) {
    .nav-toggle__svg {
      left: 0.75rem;
      margin-left: 0; } }
  @media (min-width: 60em) {
    .site-nav__more--close .nav-toggle__svg {
      left: 0.625rem; } }

.nav-toggle__svg-part-1,
.nav-toggle__svg-part-2,
.nav-toggle__svg-part-3 {
  fill: #6ddbff;
  transition: all 0.2s ease; }

.nav-toggle--close .nav-toggle__svg-part-1 {
  transform: translateY(1.15rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85); }
  @media (min-width: 60em) {
    .nav-toggle--close .nav-toggle__svg-part-1 {
      transform: translateY(1.1rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85); } }

.nav-toggle--close .nav-toggle__svg-part-2 {
  transform: translateY(-0.25rem) translateX(0.775rem) rotate(45deg) scaleX(0.85); }
  @media (min-width: 60em) {
    .nav-toggle--close .nav-toggle__svg-part-2 {
      transform: translateY(-0.3rem) translateX(0.775rem) rotate(45deg) scaleX(0.85); } }

.nav-toggle--close .nav-toggle__svg-part-3 {
  opacity: 0; }

.site-header-call {
  justify-content: center;
  align-items: center; }
  .site-header-call span {
    font-weight: bold;
    letter-spacing: 0.15rem;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase; }
    @media (min-width: 23em) {
      .site-header-call span {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media (min-width: 25em) {
      .site-header-call span {
        font-size: 14px;
        font-size: 0.875rem; } }
  .site-header-call strong {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 2.5rem;
    position: relative; }
    @media (min-width: 23em) {
      .site-header-call strong {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media (min-width: 25em) {
      .site-header-call strong {
        font-size: 24px;
        font-size: 1.5rem;
        padding-left: 2.75rem; } }
    .site-header-call strong::before {
      content: '';
      display: block;
      background-image: url(/public/graphics/site/sprites_icons.png?v=20180626);
      -webkit-background-size: 380px 200px;
      background-size: 380px 200px;
      background-position: -48px -9px;
      height: 1.875rem;
      margin-right: 0.425rem;
      position: absolute;
      left: 0.25rem;
      top: 50%;
      margin-top: -0.94rem;
      width: 1.875rem; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .site-header-call strong::before {
          background-image: url(/public/graphics/site/sprites_icons@2x.png?v=20180626); } }
      @media (min-width: 25em) {
        .site-header-call strong::before {
          margin-top: -0.9rem;
          left: 0.375rem; } }
  .site-header-call a {
    color: white; }

.site-header__call {
  display: none; }
  @media (min-width: 48em) {
    .site-header__call {
      display: flex;
      margin-left: auto; } }
  @media (min-width: 48em) {
    .site-header__call span {
      font-size: 10px;
      font-size: 0.625rem; } }
  @media (min-width: 76em) {
    .site-header__call span {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media (min-width: 48em) {
    .site-header__call strong {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (min-width: 76em) {
    .site-header__call strong {
      font-size: 24px;
      font-size: 1.5rem; } }

.site-header__cta {
  display: none; }
  @media (min-width: 48em) {
    .site-header__cta {
      display: block;
      padding: 0 0.3125rem 0 1rem; } }
  @media (min-width: 60em) {
    .site-header__cta {
      padding: 0 1rem; } }
  @media (min-width: 48em) {
    .site-header__cta a {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media (min-width: 76em) {
    .site-header__cta a {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 76em) {
    .site-header__cta a {
      font-size: 18px;
      font-size: 1.125rem; } }

.nav {
  display: none;
  position: relative; }
  @media (min-width: 48em) {
    .nav {
      display: block;
      flex: 1 0 100%; } }
  @media (min-width: 60em) {
    .nav {
      flex: auto;
      margin-left: auto; } }
  .nav.is-expanded {
    display: block; }

.nav__content {
  position: fixed;
  background-color: #16272e;
  top: 3.75rem;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  text-align: center; }
  @media (min-width: 36em) {
    .nav__content {
      top: 5rem; } }
  @media (min-width: 48em) {
    .nav__content {
      margin: 0.3125rem -0.5rem -0.5rem;
      padding: 0.625rem;
      position: static;
      display: flex;
      justify-content: center;
      overflow: visible; } }
  @media (min-width: 60em) {
    .nav__content {
      align-items: flex-end;
      background-color: transparent;
      flex-direction: column;
      margin: 0; } }

.nav__list {
  list-style: none;
  margin: 0;
  padding: 1.25rem 1.875rem;
  transition: all 0.2s ease; }
  @media (min-width: 48em) {
    .nav__list {
      padding: 0;
      display: flex;
      justify-content: center; } }
  @media (min-width: 60em) {
    .nav__list {
      justify-content: flex-end;
      order: 2; } }
  @media (prefers-reduced-motion) {
    .nav__list {
      transition: none; } }
  @media (min-width: 48em) {
    .has-scrolled .nav__list {
      opacity: 0;
      transform: translateY(-2rem); } }

.nav__item--accessibility img {
  width: 5rem; }

.nav__link {
  display: block;
  color: #6ddbff;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.625rem 0; }
  @media (min-width: 48em) {
    .nav__link {
      padding: 0.3125rem 0.625rem;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: normal; } }
  @media (min-width: 60em) {
    .nav__link {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 72em) {
    .nav__link {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 0.5rem 0.875rem; } }
  @media (min-width: 48em) {
    .nav__item--accessibility .nav__link {
      padding: 0.1rem 0 0 1.25rem; } }
  @media (min-width: 60em) {
    .nav__item--accessibility .nav__link {
      padding: 0.2rem 0 0 0.5rem; } }
  @media (min-width: 72em) {
    .nav__item--accessibility .nav__link {
      padding-top: 0.45rem; } }

.nav__item--login {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 0.625rem;
  padding-top: 0.625rem; }
  @media (min-width: 48em) {
    .nav__item--login {
      border-top: none;
      border-left: 2px solid rgba(255, 255, 255, 0.25);
      margin-top: 0;
      margin-left: 0.625rem;
      padding-top: 0;
      padding-left: 1rem; } }
  @media (min-width: 72em) {
    .nav__item--login {
      margin-left: 1rem;
      padding-left: 1.625rem; } }
  @media (min-width: 48em) {
    .nav__item--login .nav__link {
      position: relative;
      padding-left: 1.325rem; } }
  .nav__item--login .nav__link::before {
    content: '';
    display: inline-block;
    background-image: url(/public/graphics/site/sprites_icons.png?v=20180626);
    -webkit-background-size: 380px 200px;
    background-size: 380px 200px;
    background-position: -95px -13px;
    height: 1.25rem;
    opacity: 0.4;
    margin-right: 0.25rem;
    margin-top: -0.675rem;
    position: relative;
    top: 50%;
    width: 1rem; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .nav__item--login .nav__link::before {
        background-image: url(/public/graphics/site/sprites_icons@2x.png?v=20180626); } }
    @media (min-width: 48em) {
      .nav__item--login .nav__link::before {
        position: absolute;
        left: 0; } }

@media (min-width: 48em) {
  .nav__end {
    display: flex;
    position: absolute;
    top: -3.75rem;
    right: 0.625rem; } }

@media (min-width: 60em) {
  .nav__end {
    position: static;
    padding-bottom: 0.625rem;
    order: 1; } }

@media (min-width: 76em) {
  .nav__end {
    transition: transform 0.2s ease; } }

@media (min-width: 80em) {
  .nav__end {
    padding-top: 0.625rem;
    padding-bottom: 1rem; } }

@media (prefers-reduced-motion) {
  .nav__end {
    transition: none; } }

@media (min-width: 76em) {
  .has-scrolled .nav__end {
    transform: translateY(-0.575rem); } }

.nav__call {
  padding-bottom: 1.875rem; }
  @media (min-width: 48em) {
    .nav__call {
      display: flex;
      padding-right: 1rem; } }
  @media (min-width: 60em) {
    .nav__call {
      padding-bottom: 0; } }
  @media (min-width: 72em) {
    .nav__call {
      padding-right: 1.25rem; } }
  @media (min-width: 76em) {
    .nav__call {
      padding-top: 0.125rem; } }
  @media (min-width: 80em) {
    .nav__call {
      padding-top: 0; } }
  @media (min-width: 48em) {
    .nav__call span {
      font-size: 10px;
      font-size: 0.625rem; } }
  @media (min-width: 60em) {
    .nav__call span {
      font-size: 11px;
      font-size: 0.6875rem; } }
  @media (min-width: 72em) {
    .nav__call span {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media (min-width: 80em) {
    .nav__call span {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media (min-width: 48em) {
    .nav__call strong {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (min-width: 60em) {
    .nav__call strong {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 72em) {
    .nav__call strong {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 80em) {
    .nav__call strong {
      font-size: 21px;
      font-size: 1.3125rem;
      position: relative;
      top: -0.1rem; } }

.nav__cta {
  margin-bottom: 1.875rem; }
  @media (min-width: 48em) {
    .nav__cta {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      font-size: 12px;
      font-size: 0.75rem; } }
  @media (min-width: 60em) {
    .nav__cta {
      font-size: 14px;
      font-size: 0.875rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      margin-bottom: 0; } }
  @media (min-width: 72em) {
    .nav__cta {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 80em) {
    .nav__cta {
      font-size: 18px;
      font-size: 1.125rem; } }

.home-top {
  background: white url(/public/graphics/site/bg_home_hero.jpg) center -60px no-repeat; }
  @media (min-width: 48em) {
    .home-top {
      background-position: center; } }
  @media (min-width: 60em) {
    .home-top {
      background-position: center top; } }

.home-top__inner {
  margin: 0 auto;
  max-width: 76.25rem;
  position: relative; }

.home-top__main {
  padding: 3.75rem 1.875rem; }
  @media (min-width: 36em) {
    .home-top__main {
      padding: 5rem 3.75rem; } }
  @media (min-width: 48em) {
    .home-top__main {
      padding: 5rem 22rem 5rem 3.125rem; } }
  @media (min-width: 54em) {
    .home-top__main {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  @media (min-width: 60em) {
    .home-top__main {
      padding: 8.75rem 22.5rem 6.25rem 3.75rem; } }
  @media (min-width: 66em) {
    .home-top__main {
      padding-top: 10rem;
      padding-bottom: 8.75rem; } }
  @media (min-width: 72em) {
    .home-top__main {
      padding-right: 27.5rem; } }

.home-top__title {
  color: #2aa2c9;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.15;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
  max-width: 32rem;
  animation: showHomeTopTitle 1s ease 0.3s;
  animation-fill-mode: both;
  backface-visibility: visible; }
  @media (prefers-reduced-motion) {
    .home-top__title {
      animation: none; } }
  @media (min-width: 48em) {
    .home-top__title {
      font-size: 28px;
      font-size: 1.75rem;
      max-width: 100%; } }
  @media (min-width: 66em) {
    .home-top__title {
      font-size: 32px;
      font-size: 2rem; } }
  @media (min-width: 80em) {
    .home-top__title {
      font-size: 38px;
      font-size: 2.375rem; } }

@keyframes showHomeTopTitle {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg) translateX(-4rem);
    opacity: 0; }
  to {
    transform: perspective(400px);
    opacity: 1; } }

.home-top__subtitle {
  font-weight: 400;
  margin: 0 0 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  animation: showHomeTopSubtitle 0.4s ease 1s;
  animation-fill-mode: both; }
  @media (prefers-reduced-motion) {
    .home-top__subtitle {
      animation: none; } }
  @media (min-width: 25em) {
    .home-top__subtitle {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 48em) {
    .home-top__subtitle {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 66em) {
    .home-top__subtitle {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (min-width: 80em) {
    .home-top__subtitle {
      font-size: 28px;
      font-size: 1.75rem; } }

@keyframes showHomeTopSubtitle {
  0% {
    transform: translateY(2rem);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }

.home-top__buttons {
  text-align: center;
  animation: showHomeTopButtons 0.4s ease 1.15s;
  animation-fill-mode: both; }
  @media (prefers-reduced-motion) {
    .home-top__buttons {
      animation: none; } }
  @media (min-width: 36em) {
    .home-top__buttons {
      text-align: left; } }
  .home-top__buttons .button {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.625rem; }
    @media (min-width: 48em) {
      .home-top__buttons .button {
        font-size: 16px;
        font-size: 1rem;
        margin-right: 0.25rem; } }

@keyframes showHomeTopButtons {
  0% {
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }

.home-top__live-prices {
  display: flex;
  justify-content: flex-end; }
  .no-js .home-top__live-prices {
    display: none; }
  .has-scrolled .home-top__live-prices {
    pointer-events: none; }
  @media (min-width: 23em) {
    .home-top__live-prices {
      justify-content: center; } }
  @media (min-width: 48em) {
    .home-top__live-prices {
      display: block;
      position: absolute;
      right: -4.5rem;
      top: 0.625rem;
      width: 28rem;
      z-index: 1001;
      bottom: 0;
      overflow: hidden; } }
  @media (min-width: 60em) {
    .home-top__live-prices {
      top: -1.25rem; } }
  @media (min-width: 72em) {
    .home-top__live-prices {
      right: 0; } }

.home-top__live-prices-phone {
  background-image: url(/public/graphics/site/home_phone.png);
  -webkit-background-size: 521px 640px;
  background-size: 521px 640px;
  background-position: -104px -66px;
  background-repeat: no-repeat;
  padding: 11.5rem 1.25rem 0.625rem 3.75rem;
  width: 19.25rem;
  color: white; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .home-top__live-prices-phone {
      background-image: url(/public/graphics/site/home_phone@2x.png); } }
  @media (min-width: 23em) {
    .home-top__live-prices-phone {
      background-position: -116px -66px;
      padding: 11.5rem 3.2rem 1.25rem;
      width: 23rem; } }
  @media (min-width: 48em) {
    .home-top__live-prices-phone {
      background-position: -76px -66px;
      padding: 11.5rem 5.25rem 2.5rem;
      position: absolute;
      width: 100%;
      height: 100%;
      color: white; } }
  @media (min-width: 60em) {
    .home-top__live-prices-phone {
      transition: all 0.75s ease; } }
  @media (min-width: 60em) {
    .has-scrolled-more .home-top__live-prices-phone {
      opacity: 0;
      transform: translateY(5rem); } }
  @media (prefers-reduced-motion) {
    .has-scrolled-more .home-top__live-prices-phone {
      opacity: 1;
      transform: none; } }
  .home-top__live-prices-phone h6 {
    letter-spacing: 0.15rem;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 0.625rem;
    text-transform: uppercase; }
    .home-top__live-prices-phone h6 a {
      color: white;
      pointer-events: all; }
    .home-top__live-prices-phone h6 span {
      font-size: 10px;
      font-size: 0.625rem;
      letter-spacing: 0.075rem;
      font-weight: normal;
      margin-left: 0.375rem;
      opacity: 0.7;
      text-transform: none; }

.home-form {
  border-top: 0.3125rem solid #1b3038;
  background: #1e353d url(/public/graphics/site/bg_home_form.jpg) center top no-repeat;
  background-size: cover;
  padding: 5rem 1.25rem 3.75rem; }
  @media (min-width: 48em) {
    .home-form {
      padding-top: 7.5rem;
      padding-right: 2.5rem;
      position: relative; } }
  @media (min-width: 60em) {
    .home-form {
      padding-top: 8.75rem;
      padding-bottom: 5rem; } }
  @media (min-width: 72em) {
    .home-form {
      background-size: 100% auto; } }

.home-form__inner {
  margin: 0 auto;
  max-width: 24rem; }
  @media (min-width: 48em) {
    .home-form__inner {
      max-width: 61.25rem;
      padding-left: 16.25rem; } }
  @media (min-width: 60em) {
    .home-form__inner {
      padding-left: 25rem;
      position: relative; } }

.home-form__pre-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin: 0 0 0.625rem;
  text-transform: uppercase; }
  @media (min-width: 48em) {
    .home-form__pre-title {
      padding-left: 3.125rem; } }

.home-form__title {
  color: white;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Encode Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 1.875rem; }
  @media (min-width: 48em) {
    .home-form__title {
      font-size: 54px;
      font-size: 3.375rem;
      line-height: 1;
      padding-left: 3.125rem; } }

.home-form__img {
  max-width: 17.5rem;
  position: relative;
  left: -1.5rem;
  margin: 0 auto; }
  @media (min-width: 23em) {
    .home-form__img {
      left: -1.875rem;
      max-width: 21rem; } }
  @media (min-width: 48em) {
    .home-form__img {
      position: absolute;
      top: 6.25rem;
      left: -8.25rem;
      max-width: 25rem;
      filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.5)); } }
  @media (min-width: 60em) {
    .home-form__img {
      max-width: 40rem;
      top: 1.25rem;
      filter: none;
      left: -3.75rem; } }
  @media (min-width: 60em) {
    .home-form__img::before {
      content: '';
      display: block;
      background: url(/public/graphics/site/book_home_offer_shadow.png) 0 0 no-repeat;
      background-size: contain;
      right: -140px;
      width: 327px;
      height: 508px;
      top: 106px;
      position: absolute; } }

.home-form__call {
  align-items: center;
  color: white;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  justify-content: center; }
  @media (min-width: 48em) {
    .home-form__call {
      font-size: 18px;
      font-size: 1.125rem; } }
  .home-form__call::before {
    content: '';
    display: block;
    background-image: url(/public/graphics/site/sprites_icons.png?v=20180626);
    -webkit-background-size: 380px 200px;
    background-size: 380px 200px;
    background-position: -8px -9px;
    height: 1.875rem;
    margin-right: 0.3125rem;
    width: 1.875rem; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .home-form__call::before {
        background-image: url(/public/graphics/site/sprites_icons@2x.png?v=20180626); } }

@media (min-width: 23em) {
  .home-form__call-inner {
    display: flex; } }

@media (min-width: 23em) {
  .home-form__call-inner div:first-child {
    margin-right: 0.25rem; } }

@media (min-width: 48em) {
  .home-form--review .home-form__inner {
    max-width: 78.25rem; } }

@media (min-width: 70em) {
  .home-form--review .home-form__inner {
    padding-right: 16rem; } }

.home-form__review-container {
  margin-top: 2rem;
  margin-bottom: -2rem; }
  @media (min-width: 48em) {
    .home-form__review-container {
      margin-left: -15.25rem; } }
  @media (min-width: 60em) {
    .home-form__review-container {
      margin-left: -24rem; } }
  @media (min-width: 70em) {
    .home-form__review-container {
      position: absolute;
      right: 0;
      bottom: 40%;
      margin-top: 0;
      margin-bottom: -10rem; } }

.home-form__review {
  position: relative;
  z-index: 0;
  max-width: none;
  margin: 0 auto;
  padding: 1.5rem 1.75rem 1.5rem 2rem;
  border-radius: 0.25rem;
  font-size: 0.9em;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.33);
  background-color: #1b3038;
  color: #cfd7da;
  font-weight: bold; }
  @media (min-width: 48em) {
    .home-form__review {
      max-width: 80%; } }
  @media (min-width: 70em) {
    .home-form__review {
      max-width: 17rem;
      font-size: 0.8em; } }
  .home-form__review:before, .home-form__review:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.25rem; }
  .home-form__review:before {
    background: #1b3038 url(/public/graphics/site/bg_pattern_blue.svg) center center no-repeat;
    background-size: cover;
    opacity: 0.25;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .home-form__review:after {
    background-image: linear-gradient(to bottom, rgba(27, 48, 56, 0), rgba(27, 48, 56, 0.8) 30%);
    opacity: 1;
    z-index: 1; }
  .home-form__review > * {
    position: relative;
    z-index: 2; }

.home-form__review-quote {
  position: relative;
  margin: 0 0 0.75rem;
  font-family: "Merriweather", sans-serif;
  font-style: italic; }
  .home-form__review-quote:before {
    position: absolute;
    opacity: 0.4;
    font-size: 3em;
    line-height: 0.5em;
    content: open-quote;
    top: 0;
    margin-left: -0.5em; }

.home-form__review-cite {
  font-size: 0.7em;
  font-weight: lighter;
  text-transform: uppercase; }
  .home-form__review-cite strong {
    display: block;
    color: #6ddbff;
    font-size: 1.2em; }

.home-prices {
  background: #325561 url(/public/graphics/site/bg_home_liveprices.jpg) center top no-repeat;
  background-size: 200% auto;
  color: white; }
  @media (min-width: 72em) {
    .home-prices {
      background-size: 100% auto; } }
  .no-js .home-prices {
    display: none; }

.home-prices__inner {
  margin: 0 auto;
  max-width: 37.5rem;
  padding: 3.75rem 1.875rem; }
  @media (min-width: 48em) {
    .home-prices__inner {
      padding: 5rem 2.5rem; } }
  @media (min-width: 60em) {
    .home-prices__inner {
      padding: 9.25rem 2.5rem; } }

@media (min-width: 36em) {
  .home-prices__title-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem 0 1.25rem; } }

.home-prices__title {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  margin: 0 0 0.625rem;
  text-transform: uppercase; }

.live-prices-timespans {
  display: flex; }
  .live-prices-timespans button {
    background-color: transparent;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0;
    color: #6ddbff;
    border-radius: 0;
    border-bottom: 0.25rem solid transparent;
    margin-right: 0.3125rem;
    padding: 0.3125rem 0.5rem;
    border-radius: 0.3125rem 0.3125rem 0 0; }
    .live-prices-timespans button:hover {
      background-color: rgba(42, 162, 201, 0.35); }
    .live-prices-timespans button.is-active {
      border-bottom: 0.3125rem solid white;
      color: white; }

.live-prices {
  list-style: none;
  margin: 0;
  padding: 0; }

.live-prices__item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.25rem 0.625rem 0 3rem;
  position: relative; }
  @media (min-width: 25em) {
    .live-prices__item {
      padding-top: 1rem; } }
  @media (min-width: 36em) {
    .live-prices__item {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      padding-right: 1.25rem;
      padding-left: 4.25rem; } }
  .live-prices--condensed .live-prices__item {
    padding-left: 2.625rem;
    padding-top: 0.875rem;
    padding-right: 0;
    padding-bottom: 0.625rem; }
    @media (min-width: 36em) {
      .live-prices--condensed .live-prices__item {
        padding-bottom: 1.25rem; } }
    @media (min-width: 66em) {
      .live-prices--condensed .live-prices__item {
        padding-bottom: 0.3125rem; } }
  .live-prices__item::before {
    content: '';
    display: block;
    border-radius: 4rem;
    height: 2.375rem;
    width: 2.375rem;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
    background-image: url(/public/graphics/site/sprites_icons.png?v=20180626);
    -webkit-background-size: 380px 200px;
    background-size: 380px 200px;
    position: absolute;
    left: 0;
    top: 0.925rem; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .live-prices__item::before {
        background-image: url(/public/graphics/site/sprites_icons@2x.png?v=20180626); } }
    @media (min-width: 36em) {
      .live-prices__item::before {
        left: 1.25rem; } }
  .live-prices--condensed .live-prices__item::before {
    height: 34px;
    width: 34px;
    left: 0;
    top: 0.575rem; }
  .live-prices__item.live-prices__item--bitcoin::before {
    background-position: 0 -101px; }
  .live-prices--condensed .live-prices__item.live-prices__item--bitcoin::before {
    background-position: 0 -57px; }
  .live-prices__item.live-prices__item--ethereum::before {
    background-position: -50px -101px; }
  .live-prices--condensed .live-prices__item.live-prices__item--ethereum::before {
    background-position: -50px -57px; }
  .live-prices__item.live-prices__item--litecoin::before {
    background-position: -101px -101px; }
  .live-prices--condensed .live-prices__item.live-prices__item--litecoin::before {
    background-position: -101px -57px; }
  .live-prices__item.live-prices__item--bitcoincash::before {
    background-position: -227px -101px; }
  .live-prices__item.live-prices__item--ethereumclassic::before {
    background-position: -275px -101px; }
  .live-prices__item.live-prices__item--ripple::before {
    background-position: -325px -101px; }

.live-prices__name {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 25em) {
    .live-prices__name {
      font-size: 21px;
      font-size: 1.3125rem; } }
  .live-prices--condensed .live-prices__name {
    font-size: 15px;
    font-size: 0.9375rem; }

.live-prices__nums {
  display: flex; }
  @media (min-width: 36em) {
    .live-prices__nums {
      margin-left: auto; } }
  .live-prices--condensed .live-prices__nums {
    font-family: "Encode Condensed", sans-serif; }

.live-prices__total {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding-right: 0.625rem; }
  @media (min-width: 25em) {
    .live-prices__total {
      font-size: 18px;
      font-size: 1.125rem; } }
  .live-prices--condensed .live-prices__total {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-right: 0.5rem; }

.live-prices__change {
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 5rem;
  text-align: right; }
  @media (min-width: 25em) {
    .live-prices__change {
      font-size: 18px;
      font-size: 1.125rem;
      min-width: 6rem; } }
  .live-prices--condensed .live-prices__change {
    font-size: 15px;
    font-size: 0.9375rem;
    min-width: 4rem; }
  .live-prices__change.is-up::before, .live-prices__change.is-down::before {
    content: '';
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-right: 0.25rem;
    background-image: url(/public/graphics/site/sprites_icons.png?v=20180626);
    -webkit-background-size: 380px 200px;
    background-size: 380px 200px;
    position: relative;
    background-position: -136px -14px;
    top: 0.05rem; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .live-prices__change.is-up::before, .live-prices__change.is-down::before {
        background-image: url(/public/graphics/site/sprites_icons@2x.png?v=20180626); } }
    @media (min-width: 25em) {
      .live-prices__change.is-up::before, .live-prices__change.is-down::before {
        top: 0; } }
  .live-prices__change.is-down::before {
    background-position: -176px -14px; }
  .live-prices--condensed .live-prices__change.is-up::before,
  .live-prices--condensed .live-prices__change.is-down::before {
    margin-right: 0.05rem;
    top: 0.05rem; }
  .live-prices__change small {
    font-size: 11px;
    font-size: 0.6875rem;
    position: relative;
    top: -0.35rem; }

.live-prices__spark {
  flex: 1 0 100%;
  margin-left: -2.5rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem; }
  .live-prices--condensed .live-prices__spark {
    display: none; }
    @media (min-width: 66em) {
      .live-prices--condensed .live-prices__spark {
        display: block;
        padding-top: 0; } }
    @media (min-width: 72em) {
      .live-prices--condensed .live-prices__spark {
        padding-top: 0.3125rem; } }
    @media (min-width: 80em) {
      .live-prices--condensed .live-prices__spark {
        padding-top: 0.625rem; } }
  .live-prices__spark canvas {
    height: 44px !important; }

.home-steps {
  background: #cfdadc url(/public/graphics/site/bg_home_steps.jpg) center top no-repeat;
  background-size: 250% auto;
  padding: 5rem 1.25rem 3.75rem; }
  @media (min-width: 60em) {
    .home-steps {
      background-size: 100% auto;
      padding-top: 10.625rem;
      padding-bottom: 8.75rem; } }

.home-section-title {
  display: flex;
  text-align: center;
  align-items: center;
  max-width: 48rem;
  margin: 0 auto 1.875rem; }
  @media (min-width: 36em) {
    .home-section-title {
      margin-bottom: 2.5rem; } }
  .home-section-title .home-section-title__bar {
    background-color: #1b3038;
    height: 2px;
    flex: 1;
    position: relative;
    opacity: 0.2;
    min-width: 1.25rem; }
    .home-section-title .home-section-title__bar:first-child::before, .home-section-title .home-section-title__bar:last-child::before {
      content: '';
      display: block;
      background-color: #1b3038;
      width: 2px;
      position: absolute;
      right: 0;
      height: 2.5rem;
      top: 50%;
      margin-top: -1.25rem; }
    .home-section-title .home-section-title__bar:last-child::before {
      right: auto;
      left: 0; }
  .home-section-title .home-section-title__text {
    line-height: 1;
    padding: 0 1.25rem; }
    @media (min-width: 48em) {
      .home-section-title .home-section-title__text {
        padding: 0 2.5rem; } }
  .home-section-title strong {
    display: block;
    font-weight: 400;
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 0.25rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase; }
    .home-section-title strong em {
      display: block;
      font-size: 12px;
      font-size: 0.75rem;
      font-style: normal; }
      @media (min-width: 25em) {
        .home-section-title strong em {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 36em) {
        .home-section-title strong em {
          display: inline;
          font-size: 21px;
          font-size: 1.3125rem; } }
  .home-section-title span {
    display: block;
    color: #2aa2c9;
    font-size: 16px;
    font-size: 1rem; }

.home-steps__list {
  list-style: none;
  margin: 0 -0.3125rem;
  padding: 3.75rem 0 0; }
  @media (min-width: 60em) {
    .home-steps__list {
      display: flex;
      justify-content: center;
      align-items: flex-start; } }
  @media (min-width: 80em) {
    .home-steps__list {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding-top: 1.25rem; } }

.home-step {
  background-color: #1b3038;
  border-radius: 0.375rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  color: white;
  max-width: 20rem;
  margin: 0 auto 5rem;
  padding: 1.25rem;
  position: relative; }
  @media (min-width: 60em) {
    .home-step {
      margin: 0 1rem; } }
  @media (min-width: 80em) {
    .home-step {
      max-width: 23.125rem;
      margin: 0 1.875rem;
      padding: 2.5rem 1.875rem 2.5rem 5rem; } }
  @media (min-width: 90em) {
    .home-step {
      margin: 0 2.5rem;
      padding: 2.5rem 1.875rem 2.5rem 5rem; } }
  .home-step::before {
    content: '';
    display: block;
    background-image: url(/public/graphics/site/sprites_home.png);
    -webkit-background-size: 310px 310px;
    background-size: 310px 310px;
    height: 88px;
    border-radius: 10rem;
    width: 88px;
    position: absolute;
    top: -3.75rem;
    left: 50%;
    margin-left: -2.875rem;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .home-step::before {
        background-image: url(/public/graphics/site/sprites_home@2x.png); } }
    @media (min-width: 80em) {
      .home-step::before {
        box-shadow: none;
        top: 1.5rem;
        margin-left: 0;
        left: -28px;
        z-index: 2; } }
  @media (min-width: 80em) {
    .home-step::after {
      content: '';
      display: block;
      background-color: #2aa2c9;
      height: 108px;
      border-radius: 10rem;
      width: 108px;
      position: absolute;
      top: 0.875rem;
      left: -2.375rem;
      box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
      z-index: 1; } }
  .home-step.home-step--1::before {
    background-position: 0 -211px; }
  .home-step.home-step--2::before {
    background-position: -110px -211px; }
  .home-step.home-step--3::before {
    background-position: -210px -211px; }
  .home-step h6 {
    background-color: rgba(42, 162, 201, 0.7);
    display: flex;
    font-weight: 600;
    margin: 0 0 1.25rem -1.25rem; }
    @media (min-width: 80em) {
      .home-step h6 {
        margin-bottom: 1.5rem;
        margin-left: -5rem;
        padding-left: 4.375rem; } }
    .home-step h6 span {
      align-items: center;
      color: #1b3038;
      display: flex;
      justify-content: center;
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: 600;
      width: 3.75rem; }
    .home-step h6 strong {
      align-items: center;
      border-left: 2px solid rgba(255, 255, 255, 0.2);
      display: flex;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: 0.15rem;
      padding: 0.875rem 1.25rem;
      text-transform: uppercase; }
  .home-step p {
    padding: 0; }
    .home-step p a {
      color: #6ddbff; }
  .home-step .button {
    margin-top: 0.625rem; }
    @media (min-width: 48em) {
      .home-step .button {
        margin-top: 1rem; } }

@media (min-width: 60em) {
  .home-step--2 {
    margin-top: 2.5rem; } }

.home-news {
  background: #1e353d url(/public/graphics/site/bg_home_news.jpg) center top no-repeat;
  background-size: 100% auto; }

.home-news__inner {
  padding: 5rem 1.25rem; }
  @media (min-width: 60em) {
    .home-news__inner {
      padding-top: 9rem;
      padding-bottom: 7.5rem; } }
  .home-news__inner .home-section-title .home-section-title__bar {
    background-color: white; }
    .home-news__inner .home-section-title .home-section-title__bar::before {
      background-color: white; }
  .home-news__inner .home-section-title .home-section-title__text {
    color: white; }

.home-news__more {
  text-align: center; }
  .home-news__more a {
    font-size: 14px;
    font-size: 0.875rem; }

@media (min-width: 48em) {
  .home-industry {
    display: flex; } }

.home-experts {
  background-color: white;
  position: relative; }
  .home-experts::before, .home-experts::after {
    content: '';
    display: block;
    background: url(/public/graphics/site/bg_pattern_black.svg) center center no-repeat;
    background-size: cover;
    opacity: 0.35;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .home-experts::after {
    background-image: linear-gradient(to right, white 80%, rgba(255, 255, 255, 0));
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  @media (min-width: 48em) {
    .home-experts {
      flex: 1 0 55%; } }
  @media (min-width: 60em) {
    .home-experts {
      flex: 1 0 50%;
      display: flex;
      justify-content: flex-end; } }

.home-experts__inner {
  max-width: 37.5rem;
  padding: 6.25rem 1.875rem;
  position: relative;
  width: 100%;
  z-index: 2; }
  @media (min-width: 60em) {
    .home-experts__inner {
      padding: 8.75rem 3.125rem; } }
  .home-experts__inner h3 {
    color: #2aa2c9;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 1.25;
    margin: 0 0 2.5rem;
    text-transform: uppercase; }
    @media (min-width: 66em) {
      .home-experts__inner h3 {
        font-size: 21px;
        font-size: 1.3125rem; } }

.home-experts__quote {
  padding: 0;
  margin: 0 0 2.5rem; }
  .home-experts__quote:last-child {
    margin-bottom: 0; }
  .home-experts__quote q {
    display: block;
    font-family: "Merriweather", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.625rem; }
  .home-experts__quote div {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.15rem;
    line-height: 1.4;
    text-transform: uppercase; }
    @media (min-width: 23em) {
      .home-experts__quote div {
        font-size: 14px;
        font-size: 0.875rem; } }

.home-endorsed {
  background-color: #2aa2c9;
  position: relative; }
  .home-endorsed::before, .home-endorsed::after {
    content: '';
    display: block;
    background: url(/public/graphics/site/bg_pattern_black.svg) center center no-repeat;
    background-size: cover;
    opacity: 0.35;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .home-endorsed::after {
    background-image: linear-gradient(to left, #2aa2c9 70%, rgba(42, 162, 201, 0));
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  @media (min-width: 36em) {
    .home-endorsed {
      display: flex;
      align-items: center; } }
  @media (min-width: 60em) {
    .home-endorsed {
      flex: 1 0 50%; } }

.home-endorsed__inner {
  max-width: 37.5rem;
  padding: 6.25rem 1.875rem;
  position: relative;
  z-index: 2;
  width: 100%; }
  @media (min-width: 60em) {
    .home-endorsed__inner {
      padding: 8.75rem 3.125rem; } }
  .home-endorsed__inner h5 {
    color: white;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    line-height: 1.25;
    margin: 0 0 1.875rem;
    text-align: center;
    text-transform: uppercase; }

.home-endorsed__logos {
  list-style: none;
  margin: 0;
  padding: 0; }

.home-endorsed__logo {
  background-image: url(/public/graphics/site/sprites_home.png);
  -webkit-background-size: 310px 310px;
  background-size: 310px 310px;
  text-indent: -9999px;
  margin: 0 auto 0.625rem; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .home-endorsed__logo {
      background-image: url(/public/graphics/site/sprites_home@2x.png); } }
  .home-endorsed__logo:last-child {
    margin-bottom: 0; }

.home-endorsed__logo--bloomberg {
  background-position: 0 0;
  height: 58px;
  width: 225px; }

.home-endorsed__logo--thestreet {
  background-position: 0 -68px;
  height: 58px;
  width: 225px; }

.home-endorsed__logo--forbes {
  background-position: 0 -137px;
  height: 58px;
  width: 225px; }

.site-content--subpage {
  border-top: 0.25rem solid #2aa2c9;
  background-color: white; }
  @media (min-width: 48em) {
    .site-content--subpage {
      border-top: 0.625rem solid #2aa2c9; } }
  .site-maintenance .site-content--subpage {
    text-align: center; }

.site-content__content {
  margin: 0 auto;
  max-width: 86.25rem;
  padding: 3.75rem 1.25rem; }
  @media (min-width: 48em) {
    .site-content__content {
      padding: 7.5rem 2.5rem; } }
  @media (min-width: 60em) {
    .site-content__content {
      padding: 7.5rem 5rem; } }
  .site-content__content.site-content--subpage--medium {
    max-width: 58rem; }

.site-content__title {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 2.5rem;
  line-height: 1.2;
  text-align: center; }
  @media (min-width: 48em) {
    .site-content__title {
      font-size: 30px;
      font-size: 1.875rem;
      text-align: left; } }
  @media (min-width: 60em) {
    .site-content__title {
      font-size: 36px;
      font-size: 2.25rem; } }
  .site-maintenance .site-content__title {
    text-align: center; }
  .site-content__title strong {
    color: #2aa2c9;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.4rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase; }
    @media (min-width: 48em) {
      .site-content__title strong {
        font-size: 36px;
        font-size: 2.25rem; } }
    @media (min-width: 60em) {
      .site-content__title strong {
        margin-bottom: 0;
        font-size: 48px;
        font-size: 3rem; } }
  .site-content__title span {
    display: block;
    font-weight: normal;
    letter-spacing: 0.1rem; }

.site-content--advantages {
  overflow: hidden; }

.subpage-advantages__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.subpage-advantage {
  margin-bottom: 5rem;
  position: relative; }
  @media (min-width: 48em) {
    .subpage-advantage {
      margin-bottom: 6.25rem; } }
  @media (min-width: 48em) {
    .subpage-advantage:last-child {
      margin-bottom: 0; } }
  .subpage-advantage::before {
    content: '';
    display: block;
    border-radius: 0.25rem;
    position: absolute;
    background: url(/public/graphics/site/advantages_photo_1.jpg) center center no-repeat;
    background-size: cover;
    top: 0; }

.subpage-advantage--1 {
  padding-top: 3.75rem;
  padding-bottom: 6.25rem; }
  @media (min-width: 48em) {
    .subpage-advantage--1 {
      padding-top: 6.25rem;
      padding-bottom: 0; } }
  .subpage-advantage--1::before {
    left: -1.25rem;
    right: -1.25rem;
    height: 15rem; }
    @media (min-width: 48em) {
      .subpage-advantage--1::before {
        height: auto;
        padding-top: 35%; } }

.subpage-advantage--2 {
  padding-top: 6.25rem; }
  @media (min-width: 48em) {
    .subpage-advantage--2 {
      padding-bottom: 6.25rem; } }
  .subpage-advantage--2::before {
    background-image: url(/public/graphics/site/advantages_photo_2.jpg);
    width: 75%;
    right: -1.25rem;
    height: 20rem;
    top: -7.5rem; }
    @media (min-width: 48em) {
      .subpage-advantage--2::before {
        height: auto;
        top: 0;
        right: 0;
        width: 55%;
        height: 100%; } }

.subpage-advantage--3 {
  padding-top: 7.5rem; }
  @media (min-width: 48em) {
    .subpage-advantage--3 {
      padding-top: 0;
      padding-bottom: 12.5rem; } }
  .subpage-advantage--3::before {
    background-image: url(/public/graphics/site/advantages_photo_3.jpg);
    left: -1.25rem;
    right: -1.25rem;
    height: 10rem; }
    @media (min-width: 48em) {
      .subpage-advantage--3::before {
        max-width: 57.5rem;
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
        padding-top: 35%;
        width: 100%; } }

.subpage-advantage__inner {
  background-color: #2aa2c9;
  border-radius: 0.25rem;
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.22);
  color: white;
  margin: 0 auto;
  max-width: 37.5rem;
  padding: 5rem 1.25rem 1.25rem;
  position: relative; }
  @media (min-width: 23em) {
    .subpage-advantage__inner {
      padding: 5rem 2.5rem 2.5rem; } }
  .subpage-advantage--2 .subpage-advantage__inner {
    background-color: white;
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.14); }
  .subpage-advantage--3 .subpage-advantage__inner {
    background-color: #313836; }
  .subpage-advantage__inner::before {
    background-color: rgba(0, 0, 0, 0.2);
    content: '1.';
    color: white;
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    left: 1.25rem;
    top: 0;
    text-align: center;
    border-radius: 0 0 0.25rem 0.25rem;
    width: 3.125rem;
    height: 3.25rem;
    display: flex;
    font-weight: bold;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 0.25rem; }
    @media (min-width: 23em) {
      .subpage-advantage__inner::before {
        left: 2.5rem; } }
    .subpage-advantage--2 .subpage-advantage__inner::before {
      background-color: rgba(42, 162, 201, 0.2);
      color: #2a3635;
      content: '2.'; }
    .subpage-advantage--3 .subpage-advantage__inner::before {
      background-color: rgba(42, 162, 201, 0.75);
      content: '3.'; }

.subpage-advantage__title {
  color: #1f2827;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  line-height: 1.25;
  margin: 0 0 1.25rem; }
  @media (min-width: 48em) {
    .subpage-advantage__title {
      font-size: 24px;
      font-size: 1.5rem; } }
  .subpage-advantage--2 .subpage-advantage__title {
    color: #2aa2c9; }
  .subpage-advantage--3 .subpage-advantage__title {
    color: #6ddbff; }

@media (min-width: 48em) {
  .subpage-advantage__content {
    font-size: 18px;
    font-size: 1.125rem; } }

.subpage-advantage--2 .subpage-advantage__content {
  color: #2a3635; }

.subpage-advantage__content p:last-child {
  padding-bottom: 0; }

.subpage-reasons__list {
  list-style: none;
  padding: 0;
  margin: 0 -1.25rem; }
  @media (min-width: 36em) {
    .subpage-reasons__list {
      max-width: 30rem;
      margin: 0 auto; } }
  @media (min-width: 48em) {
    .subpage-reasons__list {
      max-width: none;
      margin: 0 -2.5rem;
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 72em) {
    .subpage-reasons__list {
      margin: 0; } }

.subpage-reason {
  background-color: #2aa2c9;
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.14);
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center; }

.subpage-reason--1:before {
  content: '';
  display: block;
  background: url(/public/graphics/site/reasons_photo_1.jpg) left top no-repeat;
  padding-top: 26.2%;
  width: 100%; }
  @media (min-width: 60em) {
    .subpage-reason--1:before {
      height: 11.25rem;
      padding-top: 0; } }

.subpage-reason--2 {
  background: url(/public/graphics/site/reasons_photo_2.jpg) left top no-repeat;
  background-size: cover; }

.subpage-reason--3 {
  background-color: white;
  flex: 1 0 auto;
  position: relative;
  width: 100%; }
  @media (min-width: 48em) {
    .subpage-reason--3 {
      padding-right: 50%;
      margin-top: 5rem;
      margin-bottom: 5rem;
      flex-direction: row; } }
  .subpage-reason--3:before {
    content: '';
    display: block;
    background: url(/public/graphics/site/reasons_photo_3.jpg) center no-repeat;
    padding-top: 100%; }
    @media (min-width: 48em) {
      .subpage-reason--3:before {
        width: 50%;
        height: 100%;
        position: absolute;
        right: 0;
        background-size: cover;
        padding-top: 0; } }

.subpage-reason--4 {
  background: url(/public/graphics/site/reasons_photo_4.jpg) left top no-repeat;
  background-size: cover;
  flex: 1 0 100%; }
  @media (min-width: 48em) {
    .subpage-reason--4 {
      flex-direction: row;
      justify-content: space-around;
      padding: 6.25rem 0; } }

.subpage-reason__inner {
  margin: 0 auto;
  max-width: 27.5rem;
  padding: 3.125rem 1.875rem; }
  @media (min-width: 48em) {
    .subpage-reason__inner {
      padding: 3.125rem 2.5rem; } }
  .subpage-reason--3 .subpage-reason__inner {
    padding-bottom: 5rem;
    padding-top: 5rem; }
  .subpage-reason__inner.subpage-reason__inner--4b {
    background-color: #2aa2c9; }
    @media (min-width: 48em) {
      .subpage-reason__inner.subpage-reason__inner--4b {
        padding-left: 3.75rem;
        padding-right: 3.75rem; } }

.subpage-reason__title {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.25rem;
  line-height: 1.25;
  margin: 0 0 1.25rem;
  text-transform: uppercase; }
  @media (min-width: 48em) {
    .subpage-reason__title {
      font-size: 21px;
      font-size: 1.3125rem; } }
  .subpage-reason--2 .subpage-reason__title {
    color: #6ddbff; }
  .subpage-reason--3 .subpage-reason__title {
    color: #2aa2c9; }
  .subpage-reason__inner--4a .subpage-reason__title {
    color: #6ddbff; }

.subpage-reason__content {
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 48em) {
    .subpage-reason__content {
      font-size: 18px;
      font-size: 1.125rem; } }
  .subpage-reason--2 .subpage-reason__content {
    color: white; }
  .subpage-reason__inner--4a .subpage-reason__content {
    color: white; }

.application-form {
  background-color: #274550;
  position: relative;
  margin: 0 -1.25rem;
  padding: 2.5rem 1rem 5rem;
  overflow: hidden; }
  @media (min-width: 23em) {
    .application-form {
      padding: 2.5rem 1.25rem 5rem; } }
  @media (min-width: 25em) {
    .application-form {
      padding: 2.5rem 1.875rem 5rem; } }
  @media (min-width: 48em) {
    .application-form {
      margin: 0 -2.5rem;
      padding: 3.75rem 2.5rem; } }
  @media (min-width: 60em) {
    .application-form {
      margin: 0 -5rem; } }
  @media (min-width: 66em) {
    .application-form {
      padding: 5rem; } }
  @media (min-width: 80em) {
    .application-form {
      padding: 5rem 8.75rem; } }
  .application-form:before {
    content: '';
    display: block;
    background: url(/public/graphics/site/bg_pattern_blue.svg) center top repeat;
    background-size: 150% auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2; }
    @media (min-width: 48em) {
      .application-form:before {
        background-size: 50% auto; } }

.application-form__photo {
  border-radius: 0.35rem;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 1; }
  @media (min-width: 48em) {
    .application-form__photo {
      display: block;
      width: 30%;
      right: 1.875rem; } }
  @media (min-width: 60em) {
    .application-form__photo {
      left: auto;
      right: 2.5rem;
      width: 30%; } }
  @media (min-width: 80em) {
    .application-form__photo {
      right: 4.3125rem; } }

.application-form__photo--1 {
  top: 10%; }

.application-form__photo--2 {
  top: 40%;
  right: -0.625rem; }

.application-form__photo--3 {
  top: 70%; }

.application-form__title {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center; }
  @media (min-width: 48em) {
    .application-form__title {
      font-size: 24px;
      font-size: 1.5rem;
      max-width: 70%; } }

.application-form__form {
  position: relative;
  background-color: white;
  border-radius: 0.25rem;
  padding: 2.5rem 1.875rem; }
  @media (min-width: 48em) {
    .application-form__form {
      padding: 3.125rem 2.5rem;
      max-width: 70%; } }
  @media (min-width: 60em) {
    .application-form__form {
      padding: 3.75rem 3.125rem; } }
  .application-form__form h4 {
    font-weight: normal;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-top: 3.75rem;
    margin-bottom: 1.875rem;
    margin-left: -1.875rem;
    margin-right: -1.875rem; }
    @media (min-width: 48em) {
      .application-form__form h4 {
        margin-left: -2.5rem;
        margin-right: -2.5rem; } }
    @media (min-width: 60em) {
      .application-form__form h4 {
        margin-left: -3.125rem;
        margin-right: -3.125rem; } }
    .application-form__form h4::before, .application-form__form h4::after {
      content: '';
      display: block;
      height: 0.5rem;
      background-color: #2aa2c9;
      opacity: 0.25; }
    .application-form__form h4::before {
      margin-right: 0.5rem;
      width: 1.425rem; }
      @media (min-width: 48em) {
        .application-form__form h4::before {
          width: 2rem; } }
      @media (min-width: 60em) {
        .application-form__form h4::before {
          width: 2.625rem; } }
    .application-form__form h4::after {
      flex: 1;
      margin-left: 0.5rem; }
  .application-form__form .field label {
    font-weight: 600; }
  .application-form__form .field input {
    border: 1px solid #c9d4d1;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05); }
    .application-form__form .field input:focus {
      outline: 3px solid rgba(140, 209, 231, 0.5); }
    .application-form__form .field input:hover {
      border: 1px solid #90a6a1; }
  .application-form__form .field--submit {
    background-color: rgba(215, 223, 221, 0.75);
    border-top: 0.175rem solid rgba(27, 48, 56, 0.1);
    margin-top: 1.875rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }

.info-form {
  border-radius: 0.25rem;
  padding: 1.25rem;
  margin-bottom: 0.875rem;
  position: relative; }
  .home-form .info-form {
    margin-top: -7.5rem;
    background-color: white;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.33); }
    @media (min-width: 48em) {
      .home-form .info-form {
        margin-top: 0;
        padding: 1.875rem 2.5rem;
        margin-bottom: 1.25rem; } }
  @media (min-width: 72em) {
    .info-form .field--investment-amount ul {
      columns: 2; } }
  @media (min-width: 72em) {
    .info-form .field--investment-amount li {
      margin-bottom: 0.5rem; } }

@media (min-width: 60em) {
  .info-form__inputs {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 60em) {
  .info-form__inputs .field {
    flex: 1 0 100%;
    margin-right: 0.625rem;
    max-width: calc(50% - 0.625rem); } }

@media (min-width: 60em) {
  .info-form__inputs .field:nth-child(2n) {
    margin-right: 0;
    margin-left: 0.625rem; } }

@media (min-width: 72em) {
  .offer-form .info-form {
    margin-bottom: 1.25rem;
    padding: 0 1.25rem 1.875rem; } }

.offer-form .info-form .field--investment-amount {
  padding: 0.625rem 1.25rem 1.25rem; }
  .offer-form .info-form .field--investment-amount h6 {
    margin-bottom: 0.625rem; }
    .offer-form .info-form .field--investment-amount h6 strong {
      color: white; }
  @media (min-width: 72em) {
    .offer-form .info-form .field--investment-amount ul {
      columns: 2; } }
  .offer-form .info-form .field--investment-amount label {
    color: white;
    font-size: 14px;
    font-size: 0.875rem; }
  .offer-form .info-form .field--investment-amount li {
    margin-bottom: 0.5rem; }
  .offer-form .info-form .field--investment-amount [type='radio'] {
    margin: 0.325rem 0.3125rem 0 0; }

.offer-form .info-form .field--submit {
  border-top: 3px solid rgba(255, 255, 255, 0.2); }
  .offer-form .info-form .field--submit [type='submit'] {
    background-color: #1b3038;
    padding: 0.625rem 2.5rem;
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.2); }
    .offer-form .info-form .field--submit [type='submit']:hover {
      background-color: #185e75; }

@media (min-width: 72em) {
  .offer-form .info-form__form-status .feedback--error {
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
    left: -20rem;
    margin-bottom: 0;
    position: absolute;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 20rem; } }

@media (min-width: 72em) {
  .offer-form .info-form__form-status .feedback--success {
    background-color: #1f7996;
    margin-bottom: 0; } }

@media (min-width: 60em) {
  .offer-form .info-form__inputs {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 60em) {
  .offer-form .info-form__inputs .field {
    flex: 1 0 100%;
    margin-right: 0.625rem;
    max-width: calc(50% - 0.625rem); } }

@media (min-width: 60em) {
  .offer-form .info-form__inputs .field:nth-child(2n) {
    margin-right: 0;
    margin-left: 0.625rem; } }

.offer-form .info-form__inputs input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: white; }
  .offer-form .info-form__inputs input:active, .offer-form .info-form__inputs input:focus {
    border-bottom-color: #6ddbff; }

.subpage-blog-list {
  background: #292929 url(/public/graphics/site/bg_blog_list.jpg) left top no-repeat;
  margin: 0 -1.25rem;
  padding: 1.875rem 1.25rem; }
  @media (min-width: 60em) {
    .subpage-blog-list {
      padding: 2.5rem 1.5rem; } }
  @media (min-width: 72em) {
    .subpage-blog-list {
      margin: 0 -2.5rem; } }
  @media (min-width: 76em) {
    .subpage-blog-list {
      padding: 4.25rem 2.5rem; } }
  @media (min-width: 90em) {
    .subpage-blog-list {
      margin: 0; } }

.subpage-blog-list__list {
  list-style: none;
  margin: 0 auto;
  max-width: 48rem;
  padding: 0; }
  @media (min-width: 48em) {
    .subpage-blog-list__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 100%; } }
  @media (min-width: 90em) {
    .subpage-blog-list__list {
      justify-content: flex-start; } }

.subpage-blog-list__item {
  margin: 0 auto 1.875rem; }
  @media (min-width: 36em) {
    .subpage-blog-list__item {
      margin-bottom: 2.5rem; } }
  @media (min-width: 48em) {
    .subpage-blog-list__item {
      margin: 0 0.625rem 1.25rem; } }
  @media (min-width: 72em) {
    .subpage-blog-list__item {
      margin: 0 1.25rem 2.5rem; } }
  @media (min-width: 90em) {
    .subpage-blog-list__item {
      margin: 0 2.5rem 5rem; } }

.subpage-blog-list__more {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2.5rem;
  text-align: center; }
  .subpage-blog-list__more a {
    font-size: 14px;
    font-size: 0.875rem; }

.blog-link-list {
  list-style: none;
  margin: 0 auto;
  max-width: 48rem;
  padding: 0; }
  @media (min-width: 48em) {
    .blog-link-list {
      display: flex;
      flex-wrap: wrap;
      max-width: 100%;
      justify-content: center; } }
  @media (min-width: 84em) {
    .blog-link-list {
      margin-bottom: 2.25rem; } }

.blog-link-list__item {
  margin: 0 auto 1.875rem; }
  @media (min-width: 36em) {
    .blog-link-list__item {
      margin-bottom: 2.5rem; } }
  @media (min-width: 48em) {
    .blog-link-list__item {
      margin: 0 1.25rem 2.5rem; } }
  @media (min-width: 54em) {
    .blog-link-list__item {
      margin: 0 0.625rem 2.5rem; } }
  @media (min-width: 84em) {
    .blog-link-list__item {
      margin: 0 0.625rem; } }

.blog-link {
  background-color: white;
  border-radius: 0.375rem;
  color: #2a3635;
  display: block;
  text-decoration: none;
  padding: 1.25rem;
  max-width: 18.75rem;
  height: 22.25rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  transition: all 0.35s ease; }
  .blog-link::before, .blog-link::after {
    content: '';
    display: block;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 87%);
    position: absolute;
    bottom: 0;
    height: 5rem;
    left: 0;
    width: 100%;
    transition: opacity 0.35s ease; }
  .blog-link::after {
    opacity: 0;
    background-image: linear-gradient(to bottom, rgba(33, 128, 159, 0), #21809f 75%); }
  .blog-link:hover {
    background-color: #21809f;
    color: white; }
  .blog-link:hover::before {
    opacity: 0; }
  .blog-link:hover::after {
    opacity: 1; }

.blog-link__thumb {
  margin: -1.25rem -1.25rem 1.25rem;
  transition: transform 0.35s ease; }
  .blog-link:hover .blog-link__thumb {
    transform: scale(1.075); }

.blog-link__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.25rem;
  line-height: 1.4;
  font-weight: 600; }

.blog-link__date {
  font-size: 12px;
  font-size: 0.75rem;
  color: #89a3a1;
  font-weight: normal;
  margin-bottom: 1rem;
  transition: color 0.2s ease; }
  .blog-link:hover .blog-link__date {
    color: rgba(255, 255, 255, 0.5); }

.blog-link__summary {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal; }

.site-content--post {
  background-color: #cfd7da;
  overflow: hidden; }
  @media (min-width: 72em) {
    .site-content--post {
      overflow: visible; } }
  .site-content--post .site-content__content {
    margin: 0 -1.25rem;
    position: relative;
    z-index: 1; }
    @media (min-width: 36em) {
      .site-content--post .site-content__content {
        margin: 0 auto;
        max-width: 32rem; } }
    @media (min-width: 48em) {
      .site-content--post .site-content__content {
        display: flex;
        margin: 0 -2.5rem;
        max-width: 78.75rem;
        padding-top: 3.75rem; } }
    @media (min-width: 60em) {
      .site-content--post .site-content__content {
        margin: 0 -5rem; } }
    @media (min-width: 72em) {
      .site-content--post .site-content__content {
        margin: 0 auto;
        padding: 3.75rem 1.25rem;
        width: 100%; } }
    @media (min-width: 84em) {
      .site-content--post .site-content__content {
        padding-top: 5rem; } }

.post {
  background-color: white;
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.14);
  flex: 1 0 100%;
  max-width: 47.5rem;
  padding: 2.5rem 1.25rem 2.5rem;
  position: relative; }
  @media (min-width: 36em) {
    .post {
      padding: 2.5rem; } }
  @media (min-width: 48em) {
    .post {
      flex: 1 0 64%; } }
  @media (min-width: 60em) {
    .post {
      padding: 3.75rem; } }
  @media (min-width: 72em) {
    .post {
      border-radius: 0.625rem;
      flex: auto; } }
  @media (min-width: 84em) {
    .post {
      flex: 1 0 100%;
      padding: 5rem; } }

.post__back {
  background-color: #2aa2c9;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.625rem 1rem 0.625rem 2.625rem;
  border-radius: 0.25rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  line-height: 1;
  position: absolute;
  text-decoration: none;
  top: -1rem; }
  @media (min-width: 84em) {
    .post__back {
      font-size: 18px;
      font-size: 1.125rem;
      top: 0;
      border-radius: 0 0 0.25rem 0.25rem; } }
  .post__back:before {
    content: '';
    display: block;
    border-right: 0.5rem solid #000;
    border-bottom: 0.35rem solid transparent;
    border-top: 0.35rem solid transparent;
    position: absolute;
    left: 0.625rem;
    top: 50%;
    margin-top: -0.35rem; }
  .post__back:after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    left: 1.75rem;
    width: 1px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2); }
  .post__back:hover {
    color: #2a3635;
    background-color: #37afd5; }

.post__img {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
  margin: 0 -1.25rem 1.875rem;
  overflow: hidden; }
  @media (min-width: 36em) {
    .post__img {
      margin: 0 -2.5rem 2.5rem; } }
  @media (min-width: 60em) {
    .post__img {
      margin: 0 -3.75rem 2.5rem; } }
  @media (min-width: 84em) {
    .post__img {
      border-radius: 0.3125rem;
      margin: 0 -5rem 2.5rem -6.25rem; } }

.post__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.625rem; }
  @media (min-width: 60em) {
    .post__title {
      font-size: 32px;
      font-size: 2rem; } }
  @media (min-width: 72em) {
    .post__title {
      font-size: 48px;
      font-size: 3rem; } }

.post__meta {
  color: #89a3a1;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1.25rem; }

.post__date {
  display: inline-block; }

.post__by {
  display: inline-block; }
  .post__by::before {
    background-color: #2aa2c9;
    opacity: 0.6;
    content: '';
    display: inline-block;
    height: 0.425rem;
    position: relative;
    top: -0.125rem;
    width: 0.425rem;
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.post__content p {
  text-indent: 1.25rem; }

.post__content blockquote {
  margin: 1.25rem 2.5rem 2.5rem; }
  .post__content blockquote p {
    opacity: 0.7;
    display: block;
    font-family: "Merriweather", sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0.625rem; }
  .post__content blockquote div {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600; }

.post__subtitle {
  color: #2aa2c9;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  margin: 1.25rem 0 0.625rem;
  text-transform: uppercase; }
  @media (min-width: 72em) {
    .post__subtitle {
      font-size: 21px;
      font-size: 1.3125rem; } }
  .post__subtitle:first-child {
    margin-top: 0; }

@media (min-width: 72em) {
  .sidebar {
    flex: 1 0 28.75rem;
    padding: 2.5rem 0 1.25rem; } }

.offer-form {
  background-color: #2aa2c9; }
  @media (min-width: 72em) {
    .offer-form {
      box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.13);
      border-radius: 0.25rem;
      position: sticky;
      top: 5.75rem;
      margin-left: -1.25rem; } }

.offer-form__header {
  padding: 2.5rem 1.25rem;
  text-align: center; }
  .offer-form__header:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 72em) {
    .offer-form__header {
      padding: 2.5rem 1.25rem 1.25rem 11.25rem;
      position: relative;
      text-align: left; } }

.offer-form__pre-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  text-transform: uppercase; }

.offer-form__title {
  color: white;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Encode Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 1rem; }

.offer-form__img {
  max-width: 15rem;
  margin: 0 auto; }
  @media (min-width: 72em) {
    .offer-form__img {
      max-width: none;
      margin: 0;
      left: -1.5rem;
      position: absolute;
      top: 0.3125rem;
      width: 11.25rem; } }

.offer-form__call {
  background-color: white;
  align-items: center;
  display: inline-flex;
  padding: 0.75rem 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem; }
  @media (min-width: 72em) {
    .offer-form__call {
      float: left;
      margin-bottom: 0; } }
  .offer-form__call::before {
    content: '';
    display: block;
    background-image: url(/public/graphics/site/sprites_icons.png?v=20180626);
    -webkit-background-size: 380px 200px;
    background-size: 380px 200px;
    background-position: -8px -9px;
    height: 1.875rem;
    margin-right: 0.3125rem;
    width: 1.875rem; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .offer-form__call::before {
        background-image: url(/public/graphics/site/sprites_icons@2x.png?v=20180626); } }

.offer-form__call-inner {
  line-height: 1; }
  .offer-form__call-inner span {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    letter-spacing: 0.15rem;
    margin-bottom: 0.2rem;
    text-transform: uppercase; }
  .offer-form__call-inner strong {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0; }

.site-footer__wrapper {
  background-color: #16272e;
  color: white;
  position: relative; }
  .site-footer__wrapper::before {
    content: '';
    display: block;
    background: #1b3038 url(/public/graphics/site/bg_pattern_blue.svg) center center no-repeat;
    background-size: cover;
    opacity: 0.075;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 23em) {
      .site-footer__wrapper::before {
        background-position: left bottom; } }

.site-footer {
  margin: 0 auto;
  max-width: 72rem;
  padding: 1.25rem;
  position: relative; }
  @media (min-width: 48em) {
    .site-footer {
      padding: 1.875rem 3.75rem 3.125rem; } }
  .site-footer a {
    color: rgba(255, 255, 255, 0.7); }
    .site-footer a:hover {
      color: #6ddbff; }

.site-footer__content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 1.875rem; }
  @media (min-width: 30em) {
    .site-footer__content {
      display: flex;
      padding: 3.75rem 0 2.5rem;
      justify-content: center; } }

.site-footer__logo {
  background: url(/public/graphics/site/logo_vertical.png) center no-repeat;
  background-size: contain;
  display: block;
  height: 8.125rem;
  margin: 0 auto 0.625rem;
  text-indent: -9999px;
  width: 10rem; }
  .site-footer__logo:hover {
    opacity: 0.7; }

.site-footer__top,
.site-footer__disclaimer-links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.15rem;
  padding: 1.25rem;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 60em) {
    .site-footer__top,
    .site-footer__disclaimer-links {
      font-size: 11px;
      font-size: 0.6875rem; } }

.site-footer__disclaimer-links a {
  display: inline-block;
  margin: 0.375rem; }

.site-footer__address {
  font-size: 10px;
  font-size: 0.625rem;
  font-style: italic;
  letter-spacing: 0;
  padding-top: 0.25rem;
  text-transform: none; }

.site-footer__disclaimer {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 2.5rem 1.25rem 1.25rem; }
  @media (min-width: 48em) {
    .site-footer__disclaimer {
      padding: 3.75rem 1.25rem 1.25rem; } }
  .site-footer__disclaimer h6 {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    text-align: center;
    margin: 0 0 1rem;
    text-transform: uppercase; }
    @media (min-width: 48em) {
      .site-footer__disclaimer h6 {
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 1.875rem; } }

.site-footer__disclaimer-inner {
  max-width: 36rem;
  margin: 0 auto; }
