/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1,
h2 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `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; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/uploads/delivering-authenticity-icomoon.woff?hhzls0") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-arrow:before {
  content: "\e900"; }

.ico-laptop:before {
  content: "\e901"; }

.ico-mail:before {
  content: "\e902"; }

.ico-man:before {
  content: "\e903"; }

.ico-square-arrow:before {
  content: "\e904"; }

.ico-star:before {
  content: "\e905"; }

.ico-woman:before {
  content: "\e906"; }

@font-face {
  font-family: 'Gotham';
  src: url("/wp-content/uploads/delivering-authenticity-gothambold-webfont.woff2") format("woff2"), url("/wp-content/uploads/delivering-authenticity-gothambold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("/wp-content/uploads/delivering-authenticity-gothambolditalic-webfont.woff2") format("woff2"), url("/wp-content/uploads/delivering-authenticity-gothambolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("/wp-content/uploads/delivering-authenticity-gothambook-webfont.woff2") format("woff2"), url("/wp-content/uploads/delivering-authenticity-gothambook-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("/wp-content/uploads/delivering-authenticity-gothambookitalic-webfont.woff2") format("woff2"), url("/wp-content/uploads/delivering-authenticity-gothambookitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("/wp-content/uploads/delivering-authenticity-gothammedium-webfont.woff2") format("woff2"), url("/wp-content/uploads/delivering-authenticity-gothammedium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("/wp-content/uploads/delivering-authenticity-gothammediumitalic-webfont.woff2") format("woff2"), url("/wp-content/uploads/delivering-authenticity-gothammediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

.arrow-list, .menu, .step-section .heading-block .stars-list, .step-section .figure-column ul, #footer .footnote-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  /*font: 19px/1.32 "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;*/
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #818285;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #818285; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #818285; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #818285; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #818285; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #818285; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.progress-block {
  position: relative;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  width: 165px;
  height: 165px;
  color: #004b87;
  margin: 0 0 0 -14px; }
  .info-box .progress-block {
    background: transparent;
    color: #fff;
    -webkit-transform: scale(1.55);
        -ms-transform: scale(1.55);
            transform: scale(1.55);
    margin: 20px auto 50px; }
    @media (max-width: 1199px) {
      .info-box .progress-block {
        -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
                transform: scale(1.3);
        margin-top: 15px;
        margin-bottom: 30px; } }
    @media (max-width: 1023px) {
      .info-box .progress-block {
        margin-top: 0px;
        margin-bottom: 10px;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); } }
    @media (max-width: 767px) {
      .info-box .progress-block {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
    @media (max-width: 479px) {
      .info-box .progress-block {
        margin: 0; } }
  @media (min-width: 1200px) {
    .mix__visual .progress-block {
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15);
      margin: 15px auto 20px; } }
  .progress-block:before {
    content: '';
    border: 2px solid #bbe5f4;
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border-radius: 50%; }
    .info-box .progress-block:before {
      border-color: #fff; }
  .progress-block .arrow {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px; }
  .progress-block .triangle {
    height: 0;
    width: 0;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #ee3026;
    border-top: 9px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 16px;
    left: 48%;
    z-index: 2; }

.animation {
  position: relative; }
  .info-box .animation:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: '';
    background: #004b87;
    border-radius: 50%;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      .info-box .animation:before {
        width: 170px;
        height: 170px; } }
    @media (max-width: 1023px) {
      .info-box .animation:before {
        width: 128px;
        height: 128px; } }
    @media (max-width: 767px) {
      .info-box .animation:before {
        width: 100px;
        height: 100px; } }
    @media (max-width: 479px) {
      .info-box .animation:before {
        width: 100px;
        height: 100px; } }
  @media (max-width: 767px) {
    .info-box.last-info-box .animation:before {
      margin-left: 8px; } }
  @media (max-width: 479px) {
    .info-box.last-info-box .animation .progress-block {
      margin-left: -22px; } }

.progressbar {
  position: relative; }

.duble-text,
.percent {
  background: #004b87;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: bold;
  color: #fff; }
  .info-box .duble-text, .info-box
  .percent {
    font-size: 40px; }
    @media (max-width: 1023px) {
      .info-box .duble-text, .info-box
      .percent {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .info-box .duble-text, .info-box
      .percent {
        font-size: 46px; } }

.duble-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap; }
  .duble-text span {
    font-size: 0.4em; }

h1 {
  line-height: 1.09; }
  @media (min-width: 650px) {
    h1 {
      font-size: 44px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 55px; } }

h3 {
  line-height: 1.13; }
  @media (min-width: 650px) {
    h3 {
      font-size: 26px; } }
  @media (min-width: 768px) {
    h3 {
      font-size: 31px; } }

sup {
  font-size: 60%; }

#wrapper {
  overflow: hidden; }

body {
  counter-reset: number;
  letter-spacing: -.4px; }

.container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

.title-number {
  font-size: 70px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 650px) {
    .title-number {
      font-size: 112px; } }
  .title-number:before {
    content: '';
    counter-increment: number;
    content: counter(number); }
  .title-number.star {
    font-size: 45px;
    line-height: 70px; }
    @media (min-width: 768px) {
      .title-number.star {
        font-size: 60px;
        line-height: 107px; } }
    .title-number.star:before {
      content: '\e905';
      font-family: 'icomoon'; }

.title_small-number {
  display: block;
  font-size: 40px;
  line-height: 1.09;
  line-height: 1;
  color: #ee3026;
  font-weight: bold;
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .title_small-number {
      font-size: 55px; } }

.arrow-list {
  font-weight: 400;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .arrow-list {
      margin-top: 35px; } }
  .arrow-list li {
    position: relative;
    padding: 0 0 20px 50px; }
    .arrow-list li:last-child {
      padding-bottom: 0; }
    .arrow-list li:before {
      height: 0;
      width: 0;
      border-bottom: 11px solid transparent;
      border-left: 12px solid #818285;
      border-top: 11px solid transparent;
      content: '';
      position: absolute;
      top: 2px;
      left: 22px; }
    .arrow-list li:after {
      width: 22px;
      height: 12px;
      content: '';
      position: absolute;
      display: block;
      top: 7px;
      left: 0;
      background: #818285; }
    .arrow-list li.arrow-list_blue:before {
      border-left-color: #004b87; }
    .arrow-list li.arrow-list_blue:after {
      background: #004b87; }
    .arrow-list li.arrow-list_red:before {
      border-left-color: #ee3026; }
    .arrow-list li.arrow-list_red:after {
      background: #ee3026; }

.prefooter-section_btn {
  -webkit-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 10px;
  text-align: center;
  font-size: 17px;
  line-height: 1.25;
  font-weight: bold;
  color: #ee3026;
  white-space: normal;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 480px) {
    .prefooter-section_btn {
      padding: 20px 15px; } }
  @media (min-width: 650px) {
    .prefooter-section_btn {
      font-size: 24px;
      padding: 25px 30px; } }
  @media (min-width: 768px) {
    .prefooter-section_btn {
      font-size: 28px; } }
  .prefooter-section_btn:hover {
    box-shadow: inset 0 0 30px 0 rgba(238, 48, 38, 0.7);
    text-decoration: none; }
  .prefooter-section_btn .ico-star {
    font-size: 23px; }
  .prefooter-section_btn .left {
    margin-right: 5px; }
    @media (min-width: 480px) {
      .prefooter-section_btn .left {
        margin-right: 10px; } }
  .prefooter-section_btn .right {
    margin-left: 5px; }
    @media (min-width: 480px) {
      .prefooter-section_btn .right {
        margin-left: 10px; } }

@media (min-width: 1024px) {
  .section-decoration {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 25px;
    background: #fff;
    border-left: 10px solid #004b87;
    border-right: 10px solid #ee3026; } }

#header {
  position: relative;
  background: #bbe5f4;
  height: 60px;
  z-index: 999; }

@media (min-width: 768px) {
  .nav-drop-wrap {
    position: fixed;
    padding-top: 60px;
    right: 0;
    top: 50%;
    z-index: 999;
    width: 257px;
    max-height: 100vh;
    -webkit-transform: translate(calc(100% - 18px), -50%);
        -ms-transform: translate(calc(100% - 18px), -50%);
            transform: translate(calc(100% - 18px), -50%);
    padding-top: 9%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; } }

@media (max-width: 767px) {
  .nav-drop-wrap {
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; } }

@media (min-width: 768px) {
  .nav-active .nav-drop-wrap {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); } }

@media (max-width: 767px) {
  .nav-active .nav-drop-wrap {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }

.nav-drop {
  width: 100%;
  border-radius: 18px 0 0 18px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  overflow: auto;
  max-height: calc(100vh - 60px);
  background: -webkit-linear-gradient(left, #ee3026 0%, #ee3026 9px, #fff 9px, #fff 18px, #004b87 18px, #004b87 100%);
  background: linear-gradient(to right, #ee3026 0%, #ee3026 9px, #fff 9px, #fff 18px, #004b87 18px, #004b87 100%); }
  @media (min-width: 768px) {
    .nav-drop {
      max-height: calc(100vh - 112px); } }
  .nav-drop a {
    display: block;
    color: currentColor;
    padding: 15px 30px; }
    @media (min-width: 768px) {
      .nav-drop a {
        padding: 32px 55px; } }
    .nav-drop a:hover {
      background: -webkit-linear-gradient(left, #9dceed 0%, #9dceed 18px, #021e54 18px, #021e54 100%);
      background: linear-gradient(to right, #9dceed 0%, #9dceed 18px, #021e54 18px, #021e54 100%); }
      .nav-drop a:hover span {
        background: -webkit-linear-gradient(bottom, #fff 0%, #fff 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to top, #fff 0%, #fff 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 100%); }
  #nav:not(.is-busy) .nav-drop .anchor-active {
    font-weight: bold;
    background: -webkit-linear-gradient(left, #9dceed 0%, #9dceed 18px, #021e54 18px, #021e54 100%);
    background: linear-gradient(to right, #9dceed 0%, #9dceed 18px, #021e54 18px, #021e54 100%); }
    #nav:not(.is-busy) .nav-drop .anchor-active span {
      background: -webkit-linear-gradient(bottom, #fff 0%, #fff 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to top, #fff 0%, #fff 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 100%); }

.menu > li {
  position: relative; }
  @media (min-width: 768px) {
    .menu > li:first-child > a {
      padding-top: 56px; } }
  @media (min-width: 768px) {
    .menu > li:last-child > a {
      padding-bottom: 56px; } }
  .menu > li + li:after {
    position: absolute;
    top: 0;
    left: 18px;
    right: 0;
    content: '';
    border: 1px solid #fff; }

.nav-opener {
  position: absolute;
  padding: 0 !important;
  width: 30px;
  height: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 0;
  line-height: 0;
  z-index: 1000; }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 7px;
    height: 7px;
    content: '';
    background: #fff;
    border-radius: 50%;
    -webkit-transition: top 0s ease .2s,
 width .2s ease,
 opacity .2s ease,
 border-radius .2s ease,
 -webkit-transform 0s ease .2s;
    transition: top 0s ease .2s,
 width .2s ease,
 opacity .2s ease,
 border-radius .2s ease,
 -webkit-transform 0s ease .2s;
    transition: top 0s ease .2s,
 width .2s ease,
 transform 0s ease .2s,
 opacity .2s ease,
 border-radius .2s ease;
    transition: top 0s ease .2s,
 width .2s ease,
 transform 0s ease .2s,
 opacity .2s ease,
 border-radius .2s ease,
 -webkit-transform 0s ease .2s; }
  .nav-opener:before {
    top: 0; }
  .nav-opener span {
    top: calc(50% - 4px); }
  .nav-opener:after {
    top: calc(100% - 7px); }
  .nav-active .nav-opener span, .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    border-radius: 0;
    -webkit-transition: top .2s ease,
 width .2s ease .2s,
 opacity .2s ease,
 border-radius .2s ease,
 -webkit-transform .2s ease;
    transition: top .2s ease,
 width .2s ease .2s,
 opacity .2s ease,
 border-radius .2s ease,
 -webkit-transform .2s ease;
    transition: top .2s ease,
 width .2s ease .2s,
 transform .2s ease,
 opacity .2s ease,
 border-radius .2s ease;
    transition: top .2s ease,
 width .2s ease .2s,
 transform .2s ease,
 opacity .2s ease,
 border-radius .2s ease,
 -webkit-transform .2s ease; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:before {
    top: 50%;
    width: 30px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .nav-active .nav-opener:after {
    top: 50%;
    width: 30px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

.intro-section {
  background: #fff;
  position: relative;
  overflow: hidden;
  color: #ee3026; }
  @media (min-width: 650px) {
    .intro-section {
      font-size: 28px;
      line-height: 1.18; } }
  .intro-section h2 {
    color: #004b87; }
  .intro-section .section-decoration {
    right: auto;
    left: 25px; }
  .intro-section .columns-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .intro-section .columns-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .intro-section .post-column {
    padding: 30px 0;
    margin: 0 0 -1em; }
    @media (max-width: 767px) {
      .intro-section .post-column {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (min-width: 768px) {
      .intro-section .post-column {
        width: 42.55%;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        padding: 0 30px 0 0;
        margin-bottom: -20px; } }
  .intro-section .img-column {
    margin: 0 -20px; }
    @media (max-width: 767px) {
      .intro-section .img-column {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (min-width: 768px) {
      .intro-section .img-column {
        width: 57.45%;
        position: relative;
        height: 400px;
        margin: 0; } }
    @media (min-width: 1024px) {
      .intro-section .img-column {
        height: 540px; } }
    @media (min-width: 768px) {
      .intro-section .img-column .inner {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(50vw + 12.97%);
        height: 100%; } }
    @media (min-width: 768px) {
      .intro-section .img-column .inner img {
        object-fit: cover;
        width: 100%;
        height: 100%; } }

.post-section {
  position: relative;
  background: #bbe5f4;
  padding: 60px 0;
  color: #004b87;
  text-align: center; }
  @media (min-width: 650px) {
    .post-section {
      padding: 70px 0;
      font-size: 28px;
      line-height: 1.25; } }
  .post-section .container {
    max-width: 820px; }
  .post-section .post-block {
    margin: 0 0 -1em; }
  .post-section .decoration-top {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid #71cfec;
    border-bottom: 10px solid #fff; }
  .post-section .decoration-bottom {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #71cfec; }

.bg-section {
  background-image: url("/wp-content/uploads/delivering-authenticity-bg-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  padding: 30px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .bg-section {
      padding: 50px 0;
      font-size: 24px;
      line-height: 1.29;
      height: 410px; } }
  .bg-section .post-block {
    border-left: 5px solid #ee3026;
    padding: 0 0 0 20px;
    margin: 0 0 -1em; }

.step-section {
  background: #fff;
  position: relative;
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .step-section {
      padding-bottom: 50px; } }
  .step-section h2 {
    font-size: 26px; }
    @media (min-width: 480px) {
      .step-section h2 {
        font-size: 34px; } }
    @media (min-width: 650px) {
      .step-section h2 {
        font-size: 44px; } }
    @media (min-width: 768px) {
      .step-section h2 {
        font-size: 55px; } }
  .step-section .viewport-section .scale {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7); }
  .step-section .viewport-section.in-viewport .scale {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .step-section .container {
    position: relative;
    z-index: 1; }
  .step-section .heading-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    @media (min-width: 650px) {
      .step-section .heading-block {
        margin-bottom: 50px; } }
    .step-section .heading-block .number-column {
      width: 80px;
      background: #ee3026;
      padding: 15px 15px 5px;
      color: #fff; }
      @media (min-width: 650px) {
        .step-section .heading-block .number-column {
          width: 105px;
          padding: 20px 20px 10px; } }
    .step-section .heading-block .post-column {
      max-width: 785px;
      width: calc(100% - 100px);
      margin: 0 0 0 30px;
      color: #ee3026;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin: 0 0 -1em; }
      @media (min-width: 650px) {
        .step-section .heading-block .post-column {
          width: calc(100% - 135px);
          margin: 0 0 -1.9em; } }
	  .step-section .heading-block .post-column h2 {
			  margin-bottom: 0.5em;
				color: #ee3026;
	  }
    .step-section .heading-block .stars-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      height: 55px; }
      @media (min-width: 650px) {
        .step-section .heading-block .stars-list {
          height: 63px;
          margin: 0 0 2px; } }
      .step-section .heading-block .stars-list li:nth-child(2):last-child {
        width: 100%;
        text-align: right; }
      .step-section .heading-block .stars-list i {
        font-size: 20px; }
        @media (min-width: 650px) {
          .step-section .heading-block .stars-list i {
            font-size: 24px; } }
  .step-section .post-block {
    color: #004b87;
    padding: 0 0 10px;
    letter-spacing: -.5px;
    border-bottom: 4px dotted #bbe5f4; }
    @media (min-width: 650px) {
      .step-section .post-block {
        font-size: 24px;
        line-height: 1.25; } }
    @media (min-width: 768px) {
      .step-section .post-block {
        font-size: 28px; } }
  .step-section .item-block {
    padding: 30px 0;
    border-bottom: 1px solid #818285; }
    @media (min-width: 480px) {
      .step-section .item-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 768px) {
      .step-section .item-block {
        padding: 15px 0 35px; } }
    @media (min-width: 768px) {
      .step-section .item-block:last-child {
        border: none;
        padding-bottom: 0; } }
  .step-section .columns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 30px 0;
    gap: 30px 75px;
    border-bottom: 4px dotted #b9e5f7; }
    .step-section .columns-list .column {
      width: 100%;
      margin: 0 0 -1em; }
      @media (min-width: 480px) {
        .step-section .columns-list .column {
          width: 170px; } }
    .step-section .columns-list .img-holder {
      margin: 0 auto;
      width: 130px; }
    .step-section .columns-list .figure-column {
      margin-left: -4px; }
  .step-section .figure-column {
    width: 140px; }
    @media (max-width: 479px) {
      .step-section .figure-column {
        margin-bottom: 30px; } }
    .step-section .figure-column ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 0 10px; }
      @media (min-width: 768px) {
        .step-section .figure-column ul {
          gap: 0 15px; } }
      .step-section .figure-column ul li {
        color: #004b87; }
        .step-section .figure-column ul li:last-child {
          color: #bbe5f4; }
        .step-section .figure-column ul li i {
          font-size: 100px; }
          @media (min-width: 768px) {
            .step-section .figure-column ul li i {
              font-size: 115px; } }
  .step-section .post-column {
    position: relative; }
    @media (min-width: 480px) {
      .step-section .post-column {
        width: calc(100% - 160px); } }
    @media (min-width: 768px) {
      .step-section .post-column {
        width: calc(100% - 170px); } }
  .step-section .columns-block {
    border-bottom: 4px dotted #bbe5f4; }
    @media (min-width: 768px) {
      .step-section .columns-block {
        padding: 45px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 768px) {
      .step-section .columns-block .left-column {
        width: 50%;
        border-right: 1px solid #818285;
        padding: 0 30px 0 0; } }
    @media (min-width: 1024px) {
      .step-section .columns-block .left-column {
        width: 48.5%; } }
    .step-section .columns-block .left-column .post-column {
      margin: 0 0 -1em; }
    .step-section .columns-block .right-column {
      padding: 30px 0; }
      @media (min-width: 768px) {
        .step-section .columns-block .right-column {
          width: 50%;
          padding: 0 0 0 30px; } }
      @media (min-width: 1024px) {
        .step-section .columns-block .right-column {
          width: 51.5%; } }
      .step-section .columns-block .right-column #test {
        position: relative;
        height: 100%; }
        .step-section .columns-block .right-column #test .progress-block {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          .step-section .columns-block .right-column #test .progress-block:before {
            top: 16px;
            left: 16px;
            bottom: 16px;
            right: 16px; }
          .step-section .columns-block .right-column #test .progress-block .triangle {
            height: 0;
            width: 0;
            border-bottom: 15px solid transparent;
            border-left: 25px solid #004b87;
            border-top: 15px solid transparent;
            top: 13px; }
          .step-section .columns-block .right-column #test .progress-block.prog-01 {
            width: 255px;
            height: 255px; }
          .step-section .columns-block .right-column #test .progress-block.prog-02 {
            width: 190px;
            height: 190px; }
            .step-section .columns-block .right-column #test .progress-block.prog-02 .triangle {
              border-left-color: #818285;
              border-bottom-width: 13px;
              border-left-width: 19px;
              border-top-width: 14px;
              top:14px;
              }
            .step-section .columns-block .right-column #test .progress-block.prog-02 .percent {
              top: 30px;
              left: 60%; }
          .step-section .columns-block .right-column #test .progress-block.prog-03 {
            width: 120px;
            height: 120px; }
            .step-section .columns-block .right-column #test .progress-block.prog-03 .triangle {
              border-left-color: #ee3026;
              border-bottom-width: 13px;
              border-left-width: 17px;
              border-top-width: 16px;
              top:13px;
              }
            .step-section .columns-block .right-column #test .progress-block.prog-03 .percent {
              top: 30px;
              left: 60%; }
        .step-section .columns-block .right-column #test .percent {
          width: auto;
          height: auto;
          background: #fff;
          top: 25px;
          left: 57%;
          font-size: 16px;
          line-height: 1.25;
          color: #000;
          border-radius: 0; }
      .step-section .columns-block .right-column .item-block {
        padding: 0;
        border: none;
        display: block; }
        @media (min-width: 1024px) {
          .step-section .columns-block .right-column .item-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      .step-section .columns-block .right-column .title-holder {
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          .step-section .columns-block .right-column .title-holder {
            margin-bottom: 35px; } }
      .step-section .columns-block .right-column .post-column {
        width: 100%; }
        @media (max-width: 1023px) {
          .step-section .columns-block .right-column .post-column {
            margin-bottom: 30px; } }
        @media (min-width: 1024px) {
          .step-section .columns-block .right-column .post-column {
            width: calc(100% - 270px); } }
        .step-section .columns-block .right-column .post-column > p {
          text-transform: uppercase;
          color: #004b87; }
      .step-section .columns-block .right-column .figure-column {
        margin: 0;
        width: 255px;
        height: 255px; }

@media (min-width: 650px) {
  .quote-section .columns-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  .quote-section .columns-block {
    min-height: 460px; } }

.quote-section .lightblue-column {
  position: relative;
  background: #bbe5f4;
  padding: 30px 20px;
  color: #004b87; }
  @media (min-width: 650px) {
    .quote-section .lightblue-column {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 1024px) {
    .quote-section .lightblue-column {
      padding: 60px 65px 55px 75px; } }
  @media (min-width: 1024px) {
    .quote-section .lightblue-column:before {
      content: '';
      position: absolute;
      top: 50%;
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      width: 75px;
      height: 400px;
      background-image: url("/wp-content/uploads/delivering-authenticity-decoration-02.svg");
      background-repeat: repeat-y;
      background-position: center 45px;
      background-size: 31px 59px; } }
  .quote-section .lightblue-column .callout-box {
    position: relative;
    padding: 20px 15px 0;
    border: 9px solid #71cfec;
    background: #bbe5f4; }
    @media (min-width: 768px) {
      .quote-section .lightblue-column .callout-box {
        max-width: 455px;
        padding: 20px 20px 0px 40px; } }
    @media (min-width: 1024px) {
      .quote-section .lightblue-column .callout-box {
        font-size: 28px;
        line-height: 1.25; } }
    .quote-section .lightblue-column .callout-box:before {
      content: '\e900';
      font-family: 'icomoon';
      background-color: #bbe5f4;
      position: absolute;
      padding: 5px 0;
      display: block;
      top: 13px;
      left: -25px;
      font-size: 26px;
      color: #71cfec; }
      @media (min-width: 768px) {
        .quote-section .lightblue-column .callout-box:before {
          padding: 8px 0;
          font-size: 32px;
          left: -25px; } }
    .quote-section .lightblue-column .callout-box mark {
      background: #fff;
      padding: 0 5px 2px;
      color: #004b87; }
  .quote-section .lightblue-column .quote-box {
    position: relative;
    padding: 10px;
    margin: 0 0 30px;
    border: 4px solid #fff;
    border-radius: 5px;
    background: #71cfec; }
    @media (min-width: 768px) {
      .quote-section .lightblue-column .quote-box {
        max-width: 435px; } }
    .quote-section .lightblue-column .quote-box:before {
      content: '';
      background: url("/wp-content/uploads/delivering-authenticity-decoration-01.svg") no-repeat;
      background-size: 100%;
      position: absolute;
      display: block;
      left: 45px;
      bottom: -35px;
      width: 55px;
      height: 45px; }
    .quote-section .lightblue-column .quote-box .quote-inner {
      background: #bbe5f4;
      padding: 20px 15px; }
      @media (min-width: 768px) {
        .quote-section .lightblue-column .quote-box .quote-inner {
          padding: 20px 25px; } }
    .quote-section .lightblue-column .quote-box .author {
      display: block;
      text-align: right;
      font-size: 14px;
      font-weight: bold;
      margin-top: -5px; }
    .quote-section .lightblue-column .quote-box mark {
      background: #fff;
      padding: 0 5px;
      color: #004b87; }
  @media (min-width: 650px) {
    .quote-section .lightblue-column:nth-child(2) {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 1024px) {
    .quote-section .lightblue-column:nth-child(2) {
      padding: 60px 75px 60px 65px; } }
  @media (min-width: 1024px) {
    .quote-section .lightblue-column:nth-child(2):before {
      left: auto;
      right: 0; } }

.quote-section .blue-column {
  position: relative;
  background: #004b87;
  padding: calc(30px + 18px) 20px 30px;
  color: #fff; }
  @media (min-width: 650px) {
    .quote-section .blue-column {
      width: 50%;
      padding: 30px 30px 30px calc(30px + 18px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1024px) {
    .quote-section .blue-column {
      padding: 60px 75px 60px calc(80px + 18px); } }
  @media (min-width: 1024px) {
    .quote-section .blue-column:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 62px;
      height: 100%;
      background-image: -webkit-radial-gradient(3px 3px circle, #336f9f 0%, #336f9f 3px, rgba(228, 241, 253, 0) 3px, rgba(228, 241, 253, 0) 100%);
      background-image: radial-gradient(circle at 3px 3px, #336f9f 0%, #336f9f 3px, rgba(228, 241, 253, 0) 3px, rgba(228, 241, 253, 0) 100%);
      background-repeat: repeat;
      background-position: 6px 7px;
      background-size: 21px 23px; } }
  .quote-section .blue-column .post-block {
    margin: 0 0 -1em; }
    @media (min-width: 768px) {
      .quote-section .blue-column .post-block {
        max-width: 390px; } }
  .quote-section .blue-column .decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-top: 12px solid #ee3026;
    border-bottom: 6px solid #fff; }
    @media (min-width: 650px) {
      .quote-section .blue-column .decoration {
        width: auto;
        height: 100%;
        border-top: none;
        border-bottom: none;
        border-left: 12px solid #ee3026;
        border-right: 6px solid #fff; } }
  .quote-section .blue-column:first-child {
    padding: 30px 30px calc(30px + 18px); }
    @media (min-width: 650px) {
      .quote-section .blue-column:first-child {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 30px calc(30px + 18px) 30px 30px; } }
    @media (min-width: 1024px) {
      .quote-section .blue-column:first-child {
        padding: 60px calc(80px + 18px) 60px 75px; } }
    @media (min-width: 1024px) {
      .quote-section .blue-column:first-child:before {
        right: auto;
        left: 0; } }
    @media (min-width: 768px) {
      .quote-section .blue-column:first-child .post-block {
        max-width: 370px; } }
    .quote-section .blue-column:first-child .decoration {
      top: auto;
      left: auto;
      bottom: 0;
      right: 0;
      border-top: 6px solid #fff;
      border-bottom: 12px solid #ee3026; }
      @media (min-width: 650px) {
        .quote-section .blue-column:first-child .decoration {
          border-top: none;
          border-bottom: none; } }

.quote-section .heading-block {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    .quote-section .heading-block {
      margin: 0 0 35px; } }
  .quote-section .heading-block .ico-holder i {
    font-size: 43px; }
    @media (min-width: 768px) {
      .quote-section .heading-block .ico-holder i {
        font-size: 59px; } }
  .quote-section .heading-block h3 {
    font-size: 28px;
    line-height: 1.13;
    color: #bbe5f4;
    margin: 0; }
    @media (min-width: 768px) {
      .quote-section .heading-block h3 {
        font-size: 31px; } }

.full_width-section {
  height: 200px;
  padding: 0 !important;
  width: 100% !important; }
  @media (min-width: 768px) {
    .full_width-section {
      height: 365px; } }
  .full_width-section img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: right top; }

.step-02 .section-decoration {
  right: auto;
  left: 25px; }

@media (min-width: 1024px) {
  .step-02 .columns-block .left-column {
    width: 62.77%;
    padding-right: 50px; } }

@media (min-width: 1024px) {
  .step-02 .columns-block .right-column {
    width: 37.23%;
    padding-left: 50px; } }

@media (min-width: 768px) {
  .step-02 .columns-block .right-column .item-block {
    display: block; } }

.step-02 .columns-block .right-column .figure-column {
  width: 140px;
  height: auto; }
  @media (max-width: 479px) {
    .step-02 .columns-block .right-column .figure-column {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .step-02 .columns-block .right-column .figure-column {
      width: 115px;
      margin-bottom: 30px; } }

.step-02 .columns-block .right-column .post-column {
  margin: 0 0 -1em; }
  @media (min-width: 768px) {
    .step-02 .columns-block .right-column .post-column {
      width: 100%; } }
  .step-02 .columns-block .right-column .post-column > p {
    text-transform: none;
    color: #000; }

.quote-section.step-02 .lightblue-column {
  background: #71cfec; }

.step-03 {
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .step-03 {
      padding-bottom: 50px; } }
  .step-03 .post-block {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .step-03 .post-block {
        margin-bottom: 40px; } }
  .step-03 .full_width-block .item-block {
    padding: 0 0 25px;
    border: none; }
    @media (max-width: 767px) {
      .step-03 .full_width-block .item-block {
        display: block; } }
  .step-03 .full_width-block .left-column {
    position: relative;
    background: #bbe5f4;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #004b87; }
    @media (max-width: 649px) {
      .step-03 .full_width-block .left-column {
        margin: 0 -30px; } }
    @media (min-width: 650px) {
      .step-03 .full_width-block .left-column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 30px 30px 30px 0;
        border-radius: 0 1000px 1000px 0; } }
    @media (min-width: 768px) {
      .step-03 .full_width-block .left-column {
        width: 65.5%; } }
    @media (min-width: 1024px) {
      .step-03 .full_width-block .left-column {
        min-height: 360px;
        padding-right: 80px; } }
    @media (min-width: 650px) {
      .step-03 .full_width-block .left-column:before {
        content: '';
        background: #bbe5f4;
        position: absolute;
        display: block;
        top: 0;
        left: -50vw;
        right: 100%;
        height: 100%; } }
    .step-03 .full_width-block .left-column .post-column {
      width: 100%;
      margin: 0 0 -1em;
      letter-spacing: -.1px; }
      @media (max-width: 649px) {
        .step-03 .full_width-block .left-column .post-column {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      @media (min-width: 650px) {
        .step-03 .full_width-block .left-column .post-column {
          width: calc(100% - 185px); } }
    @media (max-width: 649px) {
      .step-03 .full_width-block .left-column .figure-column {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 30px; } }
    @media (min-width: 650px) {
      .step-03 .full_width-block .left-column .figure-column {
        width: 165px; } }
  .step-03 .full_width-block .right-column {
    position: relative;
    padding: 30px 0 0;
    margin: 30px 0 -1em;
    border-top: 5px solid #ee3026; }
    @media (min-width: 768px) {
      .step-03 .full_width-block .right-column {
        max-width: 245px;
        width: calc(34.5% - 30px);
        padding: 0 0 0 15px;
        margin: 0 0 -1em;
        border-top: none;
        border-left: 5px solid #ee3026; } }
    @media (min-width: 1024px) {
      .step-03 .full_width-block .right-column {
        padding-left: 25px; } }
    .step-03 .full_width-block .right-column .post-column {
      width: 100%; }
      @media (min-width: 768px) {
        .step-03 .full_width-block .right-column .post-column {
          margin: 0 0 -1em; } }
    .step-03 .full_width-block .right-column .figure-column {
      display: block;
      width: 80px;
      height: 80px;
      background: #004b87;
      border-radius: 50%;
      color: #fff;
      margin-bottom: 25px;
      text-align: center;
      vertical-align: middle; }
      .step-03 .full_width-block .right-column .figure-column i {
        font-size: 40px;
        line-height: 80px; }
  .step-03 .full_width-block:last-child {
    border-bottom: 4px dotted #c8eaf5; }
    @media (min-width: 768px) {
      .step-03 .full_width-block:last-child .item-block:last-child {
        padding-bottom: 30px; } }
    @media (min-width: 1024px) {
      .step-03 .full_width-block:last-child .item-block:last-child {
        padding-bottom: 45px; } }
  @media (min-width: 768px) {
    .step-03 .full_width-block:nth-child(even) .item-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (min-width: 650px) {
    .step-03 .full_width-block:nth-child(even) .left-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      padding: 30px 0 30px 30px;
      border-radius: 1000px 0 0 1000px; } }
  @media (min-width: 1024px) {
    .step-03 .full_width-block:nth-child(even) .left-column {
      padding-left: 80px; } }
  @media (min-width: 650px) {
    .step-03 .full_width-block:nth-child(even) .left-column:before {
      right: -50vw;
      left: 100%; } }
  @media (min-width: 768px) {
    .step-03 .full_width-block:nth-child(even) .right-column {
      max-width: 280px; } }

.quote-section.step-03 {
  padding: 0; }
  .quote-section.step-03 .lightblue-column {
    background: #71cfec; }
  .quote-section.step-03 .full_width-section img {
    object-position: center top; }

.full_width-section.step-03 img {
  object-position: center top; }

.step-04 .section-decoration {
  right: auto;
  left: 25px; }

.step-04 .columns-block {
  border-bottom: 1px solid #818285; }
  @media (min-width: 1024px) {
    .step-04 .columns-block .left-column {
      width: 54%; } }
  @media (min-width: 1024px) {
    .step-04 .columns-block .right-column {
      width: 46%; } }
  .step-04 .columns-block .right-column .post-column {
    margin: 0 0 -1em; }
    @media (min-width: 1024px) {
      .step-04 .columns-block .right-column .post-column {
        width: calc(100% - 160px); } }
    .step-04 .columns-block .right-column .post-column > p {
      text-transform: none;
      color: #000; }
  .step-04 .columns-block .right-column .figure-column {
    width: 140px;
    height: auto; }
    @media (max-width: 479px) {
      .step-04 .columns-block .right-column .figure-column {
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .step-04 .columns-block .right-column .figure-column {
        width: 140px; } }

.step-04 .graphs-block {
  padding: 30px 0 0; }
  @media (min-width: 768px) {
    .step-04 .graphs-block {
      padding-top: 45px; } }
  .step-04 .graphs-block .title-holder {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .step-04 .graphs-block .title-holder {
        margin-bottom: 20px; } }
  .step-04 .graphs-block .columns-list {
    padding-top: 0; }
    @media (min-width: 768px) {
      .step-04 .graphs-block .columns-list {
        padding-bottom: 80px; } }

@media (min-width: 1024px) {
  .step-05 .post-block {
    margin-right: -15px; } }

.step-05 .columns-list {
  text-align: left;
  color: #004b87;
  text-transform: uppercase;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  gap: 30px; }
  @media (min-width: 480px) {
    .step-05 .columns-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 1024px) {
    .step-05 .columns-list {
      padding: 55px 0; } }
  @media (min-width: 480px) {
    .step-05 .columns-list .column {
      max-width: 210px;
      width: calc(50% - 15px); } }
  .step-05 .columns-list .img-holder {
    width: 107px;
    height: 107px;
    position: relative;
    margin: 0 0 15px;
    border: 5px solid #71cfec;
    border-radius: 50%; }
    .step-05 .columns-list .img-holder img {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: none;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .step-05 .columns-list .col-01 img {
    width: 71.13%;
    margin: -13px 0 0; }
  .step-05 .columns-list .col-02 img {
    width: 101.03%;
    margin: -11px 0 0 11px; }
  .step-05 .columns-list .col-03 img {
    width: 134.02%;
    margin: 3px 0 0 18px; }
  .step-05 .columns-list .col-04 img {
    width: 136.08%;
    margin: 4px 0 0 12px; }

.prefooter-section {
  background: #004b87;
  background-image: -webkit-radial-gradient(2px 2px circle, #1a5d93 0%, #1a5d93 2px, rgba(228, 241, 253, 0) 2px, rgba(228, 241, 253, 0) 100%);
  background-image: radial-gradient(circle at 2px 2px, #1a5d93 0%, #1a5d93 2px, rgba(228, 241, 253, 0) 2px, rgba(228, 241, 253, 0) 100%);
  background-repeat: repeat;
  background-position: 8px 8px;
  background-size: 14px 15px;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .prefooter-section {
      padding: 85px 0 90px; } }
  .prefooter-section .container {
    max-width: 715px; }

#footer {
  background: #bbe5f4; }
  #footer .open-close.active .opener .symbol:after {
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #004b87;
    content: '';
    position: absolute;
    top: -15px;
    left: 0; }
  #footer .opener {
    padding: 30px 0;
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 1.25;
    color: #004b87;
    font-weight: bold;
    text-decoration: none !important; }
    #footer .opener .symbol {
      display: inline-block;
      width: 18px;
      position: relative; }
      #footer .opener .symbol:after {
        content: '+'; }
  #footer .slide {
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      #footer .slide {
        padding-bottom: 60px; } }
  #footer .footnote-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px; }
    @media (min-width: 650px) {
      #footer .footnote-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 768px) {
      #footer .footnote-list {
        gap: 30px 60px; } }
    @media (min-width: 650px) {
      #footer .footnote-list li {
        width: 50%; } }

