/*
Theme Name: starwoodexchange
Author: Anonymous
Author URI:
Version: 1.0.0
Description: starwoodexchange theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starwoodexchange
Tags: one-column, two-columns
Theme URI:
*/
@font-face {
  font-family: "Whitney";
  src: url("./fonts/Whitney-Light.woff") format("woff"), url("./fonts/Whitney-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "Whitney";
  src: url("./fonts/Whitney-Semibold.woff") format("woff"), url("./fonts/Whitney-Semibold.otf") format("opentype");
  font-weight: 600; }

@font-face {
  font-family: "Whitney";
  src: url("./fonts/Whitney-Book.woff") format("woff"), url("./fonts/Whitney-Book.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Whitney";
  src: url("./fonts/Whitney-Bold.woff") format("woff"), url("./fonts/Whitney-Bold.otf") format("opentype");
  font-weight: 700; }

/*! 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 {
  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; }

.listreset {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a {
  transition: all 0.3s ease-in-out; }

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

.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 400 16px/1.2 "Whitney", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1024px) {
    body {
      font-size: 18px; } }

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

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

.text-center {
  text-align: center; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

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 #F3F3F3;
  padding: 0 15px;
  display: block;
  width: 100%;
  background: #F3F3F3;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  height: 50px; }
  @media (min-width: 1500px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      height: 72px;
      font-size: 20px;
      padding: 0 23px; } }
  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: #969696; }
  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: #969696; }
  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: #969696; }
  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: #969696; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #969696; }

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

textarea {
  resize: vertical;
  vertical-align: top;
  padding: 18px 15px;
  height: 180px; }
  @media (min-width: 1500px) {
    textarea {
      padding: 25px 23px;
      height: 253px; } }

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

.wpcf7-form-control-wrap {
  position: relative;
  display: block; }

.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #FF0000;
  font-style: italic;
  min-height: 20px;
  margin-bottom: -20px;
  position: relative;
  top: 2px; }
  @media (min-width: 1500px) {
    .wpcf7-not-valid-tip {
      font-size: 16px; } }

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #FF0000;
  background: #FFF0F0; }
  input.wpcf7-not-valid:focus,
  textarea.wpcf7-not-valid:focus {
    border-color: #000; }

@media (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%; }
  #wrapper {
    display: table-cell;
    margin: 0 auto; }
  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%; } }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 40px;
    border-radius: 4px;
    font-size: 16px; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }
  .search-form button {
    height: 40px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.2em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.skip-link {
  color: #000; }

.navigation,
.navigation-comments {
  margin-bottom: 1.2em;
  position: relative;
  vertical-align: middle; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    background: #000;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: #000;
    color: #fff;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.2em;
  border: 1px solid #999;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "articulat-cf", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 46px 0 .5em;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1.2em; }

a {
  color: #52A9DD; }
  a:hover, a:focus {
    text-decoration: none; }

.section-title {
  font-size: 30px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px; }
  @media (min-width: 480px) {
    .section-title {
      font-size: 34px; } }
  @media (min-width: 768px) {
    .section-title {
      font-size: 38px;
      line-height: 1.1; } }
  @media (min-width: 1024px) {
    .section-title {
      font-size: 48px;
      line-height: 1;
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .section-title {
      font-size: 50px;
      margin-bottom: 20px; } }
  @media (min-width: 1500px) {
    .section-title {
      font-size: 70px;
      margin-bottom: 40px; } }

.text-xl {
  font-size: 18px; }
  @media (min-width: 768px) {
    .text-xl {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .text-xl {
      font-size: 20px; } }
  @media (min-width: 1500px) {
    .text-xl {
      font-size: 24px; } }

.header {
  padding: 8px 0 8px;
  position: relative;
  z-index: 500; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header .container:after {
      display: none; }
    @media (max-width: 1023px) {
      .header .container > .btn-wrap {
        display: none; } }
  .header .btn {
    text-transform: uppercase; }
  .header .logo {
    position: relative;
    z-index: 10; }
    .header .logo img {
      display: block; }

.header-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; }
  @media (max-width: 1023px) {
    .header-navigation {
      flex-direction: column;
      align-items: flex-end; } }
  .header-navigation li {
    margin: 10px 0; }
    @media (min-width: 1024px) {
      .header-navigation li {
        margin: 0 28px; } }
    @media (min-width: 1500px) {
      .header-navigation li {
        margin: 0 44px; } }
  .header-navigation a {
    text-decoration: none;
    color: #fff;
    font-family: "articulat-cf", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 4px 0;
    font-size: 18px; }
    @media (min-width: 1024px) {
      .header-navigation a {
        color: #000; } }
    @media (min-width: 1200px) {
      .header-navigation a {
        font-size: 20px; } }
    .header-navigation a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #0079C1;
      transition: .3s;
      transform: scale(0);
      opacity: 0; }
    .header-navigation a:hover:after {
      opacity: 1;
      transform: none; }

.show-menu body {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0; }

@media (max-width: 1023px) {
  .show-menu .main-menu {
    opacity: 1;
    visibility: visible;
    transform: none; } }

.show-menu .menu-toggle-icon {
  background-color: transparent; }
  .show-menu .menu-toggle-icon:after {
    transform: rotate(-45deg);
    background-color: #fff; }
  .show-menu .menu-toggle-icon:before {
    transform: rotate(45deg);
    background-color: #fff; }

.show-menu .menu-mob-bg {
  opacity: 1;
  visibility: visible; }

@media (max-width: 1023px) {
  .main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background-color: #00122F;
    z-index: 20;
    overflow-y: auto;
    padding: 120px 35px 50px;
    transform: translateX(120%);
    transition: .4s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } }

.main-menu .btn-wrap {
  text-align: right;
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .main-menu .btn-wrap {
      display: none; } }

.menu-toggle {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 4px;
  position: relative;
  z-index: 30; }
  @media (min-width: 1024px) {
    .menu-toggle {
      display: none; } }

.menu-toggle-icon {
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000;
  position: relative;
  border-radius: 10px;
  transition: .3s; }
  .menu-toggle-icon:after, .menu-toggle-icon:before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #000;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: .3s; }
  .menu-toggle-icon:after {
    transform: translateY(-8px); }
  .menu-toggle-icon:before {
    transform: translateY(8px); }

.menu-mob-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 11; }
  @media (min-width: 1024px) {
    .menu-mob-bg {
      display: none; } }

.footer-content {
  background-color: #00122F;
  color: #fff;
  padding: 60px 0 40px; }
  @media (min-width: 1200px) {
    .footer-content {
      padding: 77px 0 60px; } }
  .footer-content a {
    color: #fff; }
  .footer-content .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 480px) {
      .footer-content .top {
        justify-content: space-between; } }
  .footer-content .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-top: 30px;
    row-gap: 20px;
    column-gap: 30px; }
    @media (min-width: 480px) {
      .footer-content .bottom {
        justify-content: space-between;
        margin-top: 60px; } }
    @media (max-width: 479px) {
      .footer-content .bottom {
        text-align: center; } }
  @media (max-width: 1023px) {
    .footer-content .btns {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      column-gap: 13px;
      margin-top: -40px; } }
  @media (max-width: 767px) {
    .footer-content .btns {
      margin-top: 30px;
      justify-content: flex-start; } }
  @media (max-width: 479px) {
    .footer-content .btns {
      width: 100%; } }
  .footer-content .btn {
    margin-bottom: 13px; }
    @media (min-width: 1024px) {
      .footer-content .btn {
        width: 100%; } }
    @media (max-width: 479px) {
      .footer-content .btn {
        width: 100%; } }
    @media (min-width: 1200px) {
      .footer-content .btn {
        margin-bottom: 18px; } }
  @media (max-width: 479px) {
    .footer-content .btn-wrap {
      width: 100%; } }

.footer-logo {
  width: 135px;
  min-width: 135px; }
  @media (min-width: 1200px) {
    .footer-logo {
      width: 192px;
      min-width: 192px; } }

.footer-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 45px;
  row-gap: 10px; }
  .footer-navigation li {
    position: relative; }
    .footer-navigation li:after {
      content: '|';
      font-weight: 300;
      font-family: Arial;
      font-size: 16px;
      position: absolute;
      top: 5px;
      right: -25px; }
    .footer-navigation li:last-child:after {
      display: none; }
  .footer-navigation a {
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    padding: 4px 0; }
    .footer-navigation a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #0079C1;
      transition: .3s;
      transform: scale(0);
      opacity: 0; }
    .footer-navigation a:hover:after {
      opacity: 1;
      transform: none; }

@media (max-width: 479px) {
  .primary-nav-wrapper {
    width: 100%; } }

.footer-primary-navigation {
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 0 20px; }
  @media (max-width: 767px) {
    .footer-primary-navigation {
      text-align: right; } }
  @media (max-width: 479px) {
    .footer-primary-navigation {
      text-align: center;
      width: 100%;
      padding: 0;
      margin: 36px 0 0; } }
  @media (min-width: 768px) {
    .footer-primary-navigation {
      display: flex;
      flex-wrap: wrap;
      margin: 0; } }
  @media (min-width: 1024px) {
    .footer-primary-navigation {
      padding: 30px 0 0; } }
  @media (min-width: 1200px) {
    .footer-primary-navigation {
      padding: 50px 0 0; } }
  .footer-primary-navigation li {
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .footer-primary-navigation li {
        margin: 0 32px; } }
    @media (min-width: 1300px) {
      .footer-primary-navigation li {
        margin: 0 42px; } }
    @media (max-width: 1023px) {
      .footer-primary-navigation li:last-child {
        margin-right: 0; } }
  .footer-primary-navigation a {
    text-decoration: none;
    color: #fff;
    font-family: "articulat-cf", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 4px 0;
    font-size: 18px; }
    @media (min-width: 1200px) {
      .footer-primary-navigation a {
        font-size: 20px; } }
    .footer-primary-navigation a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #0079C1;
      transition: .3s;
      transform: scale(0);
      opacity: 0; }
    .footer-primary-navigation a:hover:after {
      opacity: 1;
      transform: none; }

body {
  position: relative;
  overflow-x: hidden; }

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .container {
      padding: 0 25px; } }
  .container:after {
    content: '';
    display: block;
    clear: both; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 25px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 25px;
    width: calc(120% + 40px); }
    @media (min-width: 1200px) {
      .container > p.alignwide,
      .container > h1.alignwide,
      .container > h2.alignwide,
      .container > h3.alignwide,
      .container > h4.alignwide,
      .container > h5.alignwide,
      .container > h6.alignwide {
        width: calc(120% + 52px); } }

.container-xl {
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1200px) {
    .container-xl {
      padding-left: 107px;
      padding-right: 107px; } }

.container-lg {
  max-width: 1604px; }

.full-width-section {
  max-width: 100%;
  padding: 0 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .full-width-section {
      padding: 0 25px; } }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.page-title {
  text-align: center; }

.page-template-default #content {
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .page-template-default #content {
      padding-bottom: 50px; } }

body.error404 #content,
body.single #content,
body.search-results #content {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    body.error404 #content,
    body.single #content,
    body.search-results #content {
      margin-bottom: 80px; } }

.search-form .btn {
  font-size: 16px;
  padding: 2px 20px; }

.btn {
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding: 18px 26px;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "articulat-cf", "Helvetica Neue", "Helvetica", sans-serif;
  overflow: hidden;
  z-index: 3;
  border: none;
  background: transparent; }
  @media (min-width: 768px) {
    .btn {
      font-size: 18px; } }
  @media (min-width: 1500px) {
    .btn {
      padding: 28px 39px;
      font-size: 20px; } }
  .btn > span {
    position: relative;
    z-index: 3;
    transition: .3s; }
  .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: -1;
    transition: .3s; }
  .btn.btn-primary > span {
    background-color: #0079C1; }
  .btn.btn-primary:before {
    background-color: #0079C1; }
  .btn.btn-primary:hover > span, .btn.btn-primary:hover:before {
    background-color: #3894CA; }
  .btn.btn-outline:before {
    border: 1px solid #fff; }
  .btn:hover:before {
    transform: scale(0.92); }
  .btn.arrow-top > span {
    position: relative;
    display: inline-block;
    padding-right: 38px; }
    .btn.arrow-top > span:after {
      content: '';
      position: absolute;
      background: url("img/arrow-right-w.svg") center/contain no-repeat;
      width: 20px;
      height: 20px;
      right: 0;
      top: 50%;
      margin-top: -10px;
      transform: rotate(-90deg); }
  .btn.arrow-right {
    padding-right: 55px; }
    @media (min-width: 1200px) {
      .btn.arrow-right {
        padding-right: 82px; } }
    .btn.arrow-right:after {
      content: '';
      position: absolute;
      background: url("img/arrow-right-w.svg") center/contain no-repeat;
      width: 20px;
      height: 20px;
      right: 26px;
      top: 50%;
      margin-top: -10px; }
      @media (min-width: 1200px) {
        .btn.arrow-right:after {
          right: 36px; } }

.hero-section .container {
  position: relative;
  z-index: 10;
  color: #fff; }

.hero-section .section-title {
  margin-bottom: 30px;
  width: 100%;
  max-width: 400px; }
  @media (min-width: 1024px) {
    .hero-section .section-title {
      max-width: 100%;
      margin-bottom: 48px; } }
  @media (min-width: 1200px) {
    .hero-section .section-title {
      font-size: 60px; } }
  @media (min-width: 1500px) {
    .hero-section .section-title {
      font-size: 70px; } }

.hero-section video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.hero-section .text-holder {
  width: 100%;
  max-width: 540px; }
  @media (min-width: 768px) {
    .hero-section .text-holder {
      max-width: 580px; } }
  @media (min-width: 1200px) {
    .hero-section .text-holder {
      max-width: 722px; } }

@media (min-width: 1200px) {
  .hero-section .text-xl {
    font-size: 24px; } }

.hero-section .btn {
  margin-top: 20px; }

.hero-section-content {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 80px 15px 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0079C1; }
  @media (min-width: 480px) {
    .hero-section-content {
      padding: 80px 20px 85px; } }
  @media (min-width: 768px) {
    .hero-section-content {
      padding: 70px 60px 80px;
      min-height: calc(100vh - 136px); } }
  @media (min-width: 1200px) {
    .hero-section-content {
      min-height: calc(100vh - 141px); } }
  .hero-section-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 18, 47, 0.59);
    z-index: 4; }

.image-text-section {
  margin-bottom: 25px;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 1024px) {
    .image-text-section {
      margin-bottom: 60px;
      margin-top: 60px; } }
  .image-text-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .image-text-section .container:after {
      display: none; }
  @media (min-width: 1024px) {
    .image-text-section .text-holder {
      padding-right: 60px; } }
  @media (min-width: 1200px) {
    .image-text-section .text-holder {
      padding-right: 90px; } }
  .image-text-section .text-secondary,
  .image-text-section .text-primary,
  .image-text-section .section-title {
    width: 100%;
    max-width: 656px; }
  .image-text-section .col {
    width: 100%; }
    @media (min-width: 1024px) {
      .image-text-section .col {
        width: 50%; } }
  .image-text-section .btn {
    margin-top: 10px; }
    @media (min-width: 1500px) {
      .image-text-section .btn {
        margin-top: 30px; } }
  .image-text-section img {
    width: 100%;
    position: relative;
    border-radius: 8px; }
    @media (max-width: 1023px) {
      .image-text-section img {
        margin-top: 35px; } }
    @media (min-width: 1024px) {
      .image-text-section img {
        margin-top: 25px; } }
  @media (min-width: 1024px) {
    .image-text-section.image-position-left .text-secondary,
    .image-text-section.image-position-left .text-primary,
    .image-text-section.image-position-left .section-title {
      display: inline-block; } }
  @media (min-width: 1024px) {
    .image-text-section.image-position-left .text-holder {
      order: 5;
      padding-right: 0;
      padding-left: 30px;
      text-align: right; } }

.info-blocks-section {
  margin-bottom: 25px;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 1024px) {
    .info-blocks-section {
      margin-bottom: 60px;
      margin-top: 60px; } }

.info-blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px; }
  @media (min-width: 480px) {
    .info-blocks {
      grid-template-columns: 1fr 1fr;
      gap: 15px; } }
  @media (min-width: 1024px) {
    .info-blocks {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .info-blocks .block {
    position: relative;
    overflow: hidden;
    padding: 34px 20px 34px;
    display: flex;
    align-items: flex-end; }
    @media (min-width: 480px) {
      .info-blocks .block {
        padding: 56px 20px 34px; } }
    @media (min-width: 1024px) {
      .info-blocks .block {
        aspect-ratio: 1; } }
    .info-blocks .block:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #F4F4F4;
      border-radius: 8px;
      transition: .3s; }
    .info-blocks .block:hover:after {
      top: 12px;
      left: 12px;
      right: 12px;
      bottom: 12px; }
  .info-blocks .text-block {
    width: 100%;
    max-width: 284px;
    margin: 0 auto;
    position: relative;
    z-index: 3; }
  .info-blocks .title {
    margin: 0 0 10px;
    font-size: 40px; }
    @media (min-width: 1200px) {
      .info-blocks .title {
        font-size: 50px; } }
    @media (min-width: 1500px) {
      .info-blocks .title {
        font-size: 60px; } }
  .info-blocks .text {
    font-size: 16px; }
    @media (min-width: 480px) {
      .info-blocks .text {
        min-height: 72px; } }
    @media (min-width: 1200px) {
      .info-blocks .text {
        font-size: 18px;
        min-height: 90px; } }
    @media (min-width: 1500px) {
      .info-blocks .text {
        font-size: 20px;
        min-height: 96px; } }
    .info-blocks .text p {
      margin-bottom: 0; }

.benefits-section {
  margin-bottom: 25px;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 1024px) {
    .benefits-section {
      margin-bottom: 60px;
      margin-top: 60px; } }
  .benefits-section .top-wrap {
    margin-left: -20px;
    margin-right: -20px; }
    @media (min-width: 1200px) {
      .benefits-section .top-wrap {
        margin-left: -25px;
        margin-right: -25px; } }
  .benefits-section .top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    width: auto; }
    @media (min-width: 1024px) {
      .benefits-section .top {
        margin-bottom: 45px; } }
    .benefits-section .top:after {
      display: none; }
    .benefits-section .top .section-title {
      width: 100%; }
      @media (min-width: 1024px) {
        .benefits-section .top .section-title {
          width: 50%;
          padding-right: 40px; } }
    .benefits-section .top .text-primary {
      width: 100%; }
      @media (min-width: 1024px) {
        .benefits-section .top .text-primary {
          width: 50%;
          max-width: 672px;
          padding-top: 15px; } }
  .benefits-section .button-holder {
    text-align: center;
    margin-top: -29px; }
    @media (min-width: 1200px) {
      .benefits-section .button-holder {
        margin-top: -40px; } }

.benefits-wrap {
  position: relative;
  overflow: hidden;
  background-color: #0079C1;
  padding: 22px 11px 10px; }
  @media (min-width: 480px) {
    .benefits-wrap {
      padding: 22px 15px 10px;
      border-radius: 8px; } }
  @media (max-width: 479px) {
    .benefits-wrap {
      margin: 0 -20px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    .benefits-wrap {
      padding: 27px 40px 10px; } }
  @media (min-width: 1024px) {
    .benefits-wrap {
      padding: 47px 60px 10px; } }
  .benefits-wrap .container {
    position: relative;
    z-index: 10; }
  .benefits-wrap .subtitle {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin: 0; }
    @media (min-width: 1200px) {
      .benefits-wrap .subtitle {
        font-size: 40px;
        margin-bottom: 50px; } }
  .benefits-wrap .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 70px; }
  @media (min-width: 1024px) {
    .benefits {
      margin-bottom: 50px;
      margin-bottom: 68px; } }
  @media (min-width: 1200px) {
    .benefits {
      margin-bottom: 128px; } }
  .benefits .block {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 36px 12px; }
    @media (min-width: 768px) {
      .benefits .block {
        width: calc(50% - 7px); } }
    @media (min-width: 1024px) {
      .benefits .block {
        width: calc(33.3333% - 9px); } }
    @media (min-width: 1600px) {
      .benefits .block {
        width: calc(20% - 11px); } }
    .benefits .block:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #fff;
      transition: .4s;
      border-radius: 8px; }
    .benefits .block:hover:after {
      background-color: #0079C1;
      left: 5px;
      top: 5px;
      right: 5px;
      bottom: 5px; }
    .benefits .block:hover .icon {
      transform: none; }
      .benefits .block:hover .icon img {
        filter: brightness(0) invert(1); }
    .benefits .block:hover .title {
      color: #fff;
      transform: none; }
      .benefits .block:hover .title:after {
        opacity: 0; }
    .benefits .block:hover .text {
      opacity: 1;
      visibility: visible;
      transform: none;
      color: #fff; }
  .benefits .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 30px;
    position: relative;
    transform: translateY(22px);
    transition: .4s; }
    @media (min-width: 768px) {
      .benefits .icon {
        transform: translateY(43px); } }
    .benefits .icon img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: top center;
      transition: .4s; }
  .benefits .title {
    color: #000;
    font-size: 22px;
    margin: 0 0 24px;
    line-height: 1.1;
    transition: .4s;
    position: relative;
    transform: translateY(22px); }
    @media (min-width: 768px) {
      .benefits .title {
        font-size: 28px;
        transform: translateY(43px); } }
    .benefits .title:after {
      content: '';
      position: absolute;
      background: url("img/arrow-right-b.svg") center/contain no-repeat;
      width: 20px;
      height: 20px;
      left: 50%;
      margin-left: -10px;
      bottom: -37px;
      transition: .1s; }
  .benefits .text {
    padding: 0 13px;
    transform: translateY(23px);
    opacity: 1;
    visibility: hidden;
    transition: transform .4s;
    color: #fff;
    position: relative;
    z-index: 4; }
  .benefits .text-block {
    position: relative;
    z-index: 5; }

.how-it-works-section {
  margin-bottom: 25px;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 1024px) {
    .how-it-works-section {
      margin-bottom: 0;
      margin-top: 60px; } }
  .how-it-works-section .top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .how-it-works-section .top {
        margin-bottom: 45px; } }
    .how-it-works-section .top:after {
      display: none; }
    .how-it-works-section .top .section-title {
      width: 100%; }
      @media (min-width: 1024px) {
        .how-it-works-section .top .section-title {
          width: 50%;
          padding-right: 40px; } }
    .how-it-works-section .top .text-primary {
      width: 100%; }
      @media (min-width: 1024px) {
        .how-it-works-section .top .text-primary {
          width: 50%;
          max-width: 672px;
          padding-top: 15px; } }
  .how-it-works-section .subtitle {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    width: 100%;
    max-width: 472px;
    line-height: 1;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .how-it-works-section .subtitle {
        font-size: 34px;
        margin-right: 30px;
        margin-left: 70px;
        margin-bottom: 57px; } }
    @media (min-width: 1500px) {
      .how-it-works-section .subtitle {
        font-size: 40px; } }
  .how-it-works-section + .contact-form-section {
    margin-top: 0; }

@media (min-width: 1024px) {
  .transactions-nav {
    display: flex;
    align-items: center; } }

.transactions-tab-headers {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px; }
  @media (min-width: 1024px) {
    .transactions-tab-headers {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 1500px) {
    .transactions-tab-headers {
      gap: 72px; } }
  .transactions-tab-headers .tab-button {
    padding: 25px 11px 50px;
    margin: 0;
    text-align: center;
    border: 1px solid rgba(0, 121, 193, 0.3);
    border-radius: 4px;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    transition: .3s; }
    @media (min-width: 1500px) {
      .transactions-tab-headers .tab-button {
        padding: 35px 14px 80px; } }
    .transactions-tab-headers .tab-button.active {
      background: #0079C1 !important;
      border-color: #0079C1 !important; }
      .transactions-tab-headers .tab-button.active .icon img {
        filter: brightness(0) invert(1); }
      .transactions-tab-headers .tab-button.active .title {
        color: #fff; }
      .transactions-tab-headers .tab-button.active .plus-icon:after, .transactions-tab-headers .tab-button.active .plus-icon:before {
        background-color: #fff; }
    .transactions-tab-headers .tab-button:after {
      content: '';
      position: absolute;
      background: url("img/arrow-right-b.svg") center/contain no-repeat;
      width: 20px;
      height: 20px;
      opacity: 0.35;
      pointer-events: none; }
      @media (max-width: 1023px) {
        .transactions-tab-headers .tab-button:after {
          top: 100%;
          margin-top: 12px;
          left: 50%;
          margin-left: -10px;
          transform: rotate(90deg); } }
      @media (min-width: 1024px) {
        .transactions-tab-headers .tab-button:after {
          left: 100%;
          margin-left: 12px;
          top: 50%;
          margin-top: -10px; } }
      @media (min-width: 1500px) {
        .transactions-tab-headers .tab-button:after {
          margin-left: 30px; } }
    @media (min-width: 1024px) {
      .transactions-tab-headers .tab-button:last-child:after {
        margin-left: 12px; } }
    @media (min-width: 1500px) {
      .transactions-tab-headers .tab-button:last-child:after {
        margin-left: 38px; } }
  .transactions-tab-headers .icon {
    width: 51px;
    height: 51px;
    margin: 0 auto 15px;
    position: relative;
    transition: .4s;
    display: block; }
    @media (min-width: 1024px) {
      .transactions-tab-headers .icon {
        margin: 0 auto 27px; } }
    .transactions-tab-headers .icon img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: top center;
      transition: .4s; }
  .transactions-tab-headers .title {
    font-family: "articulat-cf", "Helvetica Neue", "Helvetica", sans-serif;
    display: block;
    font-size: 18px;
    margin: 0;
    line-height: 1.1;
    transition: .3s; }
    @media (min-width: 1024px) {
      .transactions-tab-headers .title {
        font-size: 14px; } }
    @media (min-width: 1100px) {
      .transactions-tab-headers .title {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .transactions-tab-headers .title {
        font-size: 18px;
        line-height: 1; } }
    @media (min-width: 1500px) {
      .transactions-tab-headers .title {
        font-size: 20px; } }
  .transactions-tab-headers .plus-icon {
    display: none;
    position: absolute;
    width: 18px;
    height: 18px;
    bottom: 15px;
    left: 50%;
    margin-left: -9px; }
    @media (min-width: 1500px) {
      .transactions-tab-headers .plus-icon {
        bottom: 35px; } }
    .transactions-tab-headers .plus-icon:before, .transactions-tab-headers .plus-icon:after {
      content: '';
      position: absolute;
      width: 18px;
      height: 2px;
      background-color: #000;
      top: 50%;
      margin-top: -1px;
      left: 50%;
      transform: translateX(-50%);
      transition: .3s; }
    .transactions-tab-headers .plus-icon:after {
      transform: translateX(-50%) rotate(90deg); }
  .transactions-tab-headers .active .plus-icon:after {
    transform: translateX(-50%); }
  @media (max-width: 1023px) {
    .transactions-tab-headers .no-action {
      padding-bottom: 20px; } }
  .transactions-tab-headers .has-action .plus-icon {
    display: block; }
  .transactions-tab-headers .has-action:hover {
    background: #e6f2f9; }
  .transactions-tab-headers .has-action:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0079C1;
    display: none; }
  .transactions-tab-headers .has-action.active:before {
    display: block; }

.transactions-tab-headers-wrap {
  margin-bottom: 74px; }
  @media (min-width: 1024px) {
    .transactions-tab-headers-wrap {
      margin-bottom: 106px; } }

.transactions-nav-right-wrap {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .transactions-nav-right-wrap {
      width: 200px;
      min-width: 200px;
      margin-left: 40px;
      margin-bottom: 0; } }
  @media (min-width: 1500px) {
    .transactions-nav-right-wrap {
      width: 19%;
      min-width: 19%;
      margin-left: 96px; } }

.transactions-nav-right {
  border: 1px solid rgba(0, 121, 193, 0.3);
  border-radius: 4px;
  padding: 0 16px 15px;
  text-align: center; }
  @media (min-width: 1500px) {
    .transactions-nav-right {
      padding: 0 27px 21px; } }
  .transactions-nav-right .field {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 18px;
    background-color: #C8DEEB;
    color: #000;
    font-size: 16px;
    font-family: "articulat-cf", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    margin-bottom: 16px;
    height: 70px;
    border-radius: 4px;
    position: relative; }
    @media (min-width: 1500px) {
      .transactions-nav-right .field {
        font-size: 20px;
        height: 100px; } }
  .transactions-nav-right .field-1 {
    text-transform: uppercase;
    margin-top: -30px; }
  .transactions-nav-right .field-2 {
    color: #000;
    background-color: #74C8F9;
    margin-bottom: 40px; }
    @media (min-width: 1500px) {
      .transactions-nav-right .field-2 {
        margin-bottom: 76px; } }
    .transactions-nav-right .field-2:after {
      content: '';
      position: absolute;
      background: url("img/arrow-right-b.svg") center/contain no-repeat;
      width: 20px;
      height: 20px;
      left: 50%;
      margin-left: -10px;
      bottom: -31px;
      opacity: 0.35;
      transform: rotate(90deg); }
      @media (min-width: 1500px) {
        .transactions-nav-right .field-2:after {
          bottom: -48px; } }
  .transactions-nav-right .field-3 {
    color: #fff;
    background-color: #0079C1; }

.transactions-tab-bodies {
  position: relative;
  overflow: hidden; }
  .transactions-tab-bodies .tab-body {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s; }
    .transactions-tab-bodies .tab-body.active {
      position: relative;
      opacity: 1;
      visibility: visible;
      pointer-events: all; }

.tab-body-content {
  background-color: #F4F4F4;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 26px 13px 26px;
  margin-bottom: 70px; }
  @media (min-width: 1024px) {
    .tab-body-content {
      padding: 50px 40px 40px; } }
  @media (min-width: 1600px) {
    .tab-body-content {
      padding: 60px 70px 65px;
      margin-bottom: 80px; } }
  .tab-body-content .text-block {
    text-align: center;
    margin-bottom: 40px; }
  .tab-body-content .considerations-title {
    text-align: center; }
  .tab-body-content .considerations-title,
  .tab-body-content .info-cards-title {
    font-size: 26px;
    font-weight: 500;
    font-family: "articulat-cf", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1.1;
    margin: 0 0 20px; }
    @media (min-width: 550px) {
      .tab-body-content .considerations-title,
      .tab-body-content .info-cards-title {
        font-size: 32px; } }
    @media (min-width: 1024px) {
      .tab-body-content .considerations-title,
      .tab-body-content .info-cards-title {
        font-size: 36px; } }
    @media (min-width: 1350px) {
      .tab-body-content .considerations-title,
      .tab-body-content .info-cards-title {
        font-size: 40px;
        margin: 0 0 38px; } }
  .tab-body-content .info-cards-title {
    font-size: 24px; }
    @media (min-width: 550px) {
      .tab-body-content .info-cards-title {
        font-size: 28px; } }
    @media (min-width: 1024px) {
      .tab-body-content .info-cards-title {
        font-size: 30px; } }
    @media (min-width: 1350px) {
      .tab-body-content .info-cards-title {
        font-size: 40px; } }
    @media (max-width: 1023px) {
      .tab-body-content .info-cards-title br {
        display: none; } }
  .tab-body-content ul {
    padding-left: 20px; }
    .tab-body-content ul:last-child {
      margin-bottom: 0; }
    .tab-body-content ul li {
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .tab-body-content ul li {
          margin-bottom: 20px; } }
      .tab-body-content ul li:last-child {
        margin-bottom: 0; }

.info-cards-wrap {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 40px;
  row-gap: 30px; }
  @media (min-width: 1024px) {
    .info-cards-wrap {
      grid-template-columns: 2.3fr 1fr; } }
  @media (min-width: 1200px) {
    .info-cards-wrap {
      column-gap: 126px; } }
  .info-cards-wrap .left-cards .info-cards {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 17px;
    row-gap: 17px; }
    @media (min-width: 550px) {
      .info-cards-wrap .left-cards .info-cards {
        grid-template-columns: 1fr 1fr; } }
  .info-cards-wrap .right-cards {
    position: relative; }
    .info-cards-wrap .right-cards:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      background: rgba(0, 121, 193, 0.3);
      top: 0;
      left: -20px; }
      @media (min-width: 1200px) {
        .info-cards-wrap .right-cards:after {
          left: -63px; } }
    .info-cards-wrap .right-cards .info-cards {
      display: grid;
      grid-template-columns: 1fr;
      column-gap: 17px; }
  .info-cards-wrap .card-block {
    background-color: #fff;
    padding: 26px 15px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 550px) {
      .info-cards-wrap .card-block {
        padding: 36px 20px; } }
    @media (min-width: 1024px) {
      .info-cards-wrap .card-block {
        min-height: 206px; } }
  .info-cards-wrap .card-text {
    width: 100%; }
    @media (min-width: 1024px) {
      .info-cards-wrap .card-text {
        max-width: 304px; } }
    .info-cards-wrap .card-text p:last-child {
      margin-bottom: 0; }

.considerations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px; }
  .considerations .card-block {
    background-color: #fff;
    padding: 30px 20px 35px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    width: 100%; }
    @media (min-width: 540px) {
      .considerations .card-block {
        width: calc(50% - 7px); } }
    @media (min-width: 768px) {
      .considerations .card-block {
        width: calc(33% - 10px); } }
    @media (min-width: 1350px) {
      .considerations .card-block {
        width: calc(20% - 11.5px); } }
    @media (min-width: 1600px) {
      .considerations .card-block {
        font-size: 18px; } }
  .considerations .card-title {
    font-weight: "articulat-cf", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 15px;
    font-size: 22px; }
    @media (min-width: 1600px) {
      .considerations .card-title {
        font-size: 28px; } }
  .considerations .card-text p:last-child {
    margin-bottom: 0; }

.progress-bar-top {
  display: flex;
  position: relative; }
  @media (max-width: 1023px) {
    .progress-bar-top {
      flex-direction: column;
      height: 440px;
      min-height: 440px;
      justify-content: space-around;
      padding-left: 83px;
      margin-top: 60px;
      width: 190px;
      min-width: 190px; } }
  @media (min-width: 1024px) {
    .progress-bar-top {
      width: 750px;
      left: 5px;
      justify-content: space-around;
      margin-bottom: 67px;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 1260px) {
    .progress-bar-top {
      width: 950px;
      margin-left: 7%;
      margin-right: 0;
      left: 0; } }
  @media (min-width: 1600px) {
    .progress-bar-top {
      margin-left: 15.5%; } }
  .progress-bar-top .text-primary {
    position: relative;
    width: 100%;
    max-width: 100px;
    text-align: center;
    line-height: 1; }
    .progress-bar-top .text-primary:nth-child(1) {
      max-width: 80px; }
      @media (min-width: 1024px) {
        .progress-bar-top .text-primary:nth-child(1) {
          margin-top: 40px;
          left: 10px; } }
      .progress-bar-top .text-primary:nth-child(1):before {
        content: '';
        display: block;
        position: absolute;
        width: 140px;
        height: 55px;
        background: url(img/arrow-long.svg) center/contain no-repeat;
        right: 100%;
        margin-right: -4px;
        transform: rotate(-3deg);
        top: 30px; }
        @media (max-width: 1023px) {
          .progress-bar-top .text-primary:nth-child(1):before {
            width: 110px;
            height: 44px;
            margin-right: -47px;
            transform: rotate(83deg);
            top: -71px; } }
        @media (min-width: 1260px) {
          .progress-bar-top .text-primary:nth-child(1):before {
            width: 145px;
            height: 62px;
            margin-right: 19px;
            transform: rotate(0deg);
            top: 29px; } }
    .progress-bar-top .text-primary:nth-child(2):after, .progress-bar-top .text-primary:nth-child(2):before {
      content: '';
      display: block;
      position: absolute;
      width: 140px;
      height: 62px;
      background: url("img/arrow-long.svg") center/contain no-repeat; }
      @media (min-width: 1260px) {
        .progress-bar-top .text-primary:nth-child(2):after, .progress-bar-top .text-primary:nth-child(2):before {
          width: 155px;
          height: 66px; } }
    .progress-bar-top .text-primary:nth-child(2):after {
      left: 100%;
      margin-left: 13px;
      transform: rotate(32deg);
      top: -3px; }
      @media (min-width: 1260px) {
        .progress-bar-top .text-primary:nth-child(2):after {
          margin-left: 35px;
          transform: rotate(29deg);
          top: -5px; } }
      @media (max-width: 1023px) {
        .progress-bar-top .text-primary:nth-child(2):after {
          left: auto;
          right: 100%;
          width: 110px;
          height: 44px;
          transform: rotate(124deg);
          top: 100%;
          margin-top: 37px;
          margin-right: -99px; } }
    .progress-bar-top .text-primary:nth-child(2):before {
      right: 100%;
      margin-right: 13px;
      transform: rotate(14deg);
      top: -3px; }
      @media (min-width: 1260px) {
        .progress-bar-top .text-primary:nth-child(2):before {
          margin-right: 37px;
          transform: rotate(14deg);
          top: -3px; } }
      @media (max-width: 1023px) {
        .progress-bar-top .text-primary:nth-child(2):before {
          width: 100px;
          height: 44px;
          margin-right: -92px;
          transform: rotate(98deg);
          top: -81px; } }
    @media (min-width: 1024px) {
      .progress-bar-top .text-primary:nth-child(3) {
        margin-top: 40px; } }
    .progress-bar-top .text-primary:nth-child(3):after {
      content: '';
      display: block;
      position: absolute;
      width: 117px;
      height: 55px;
      background: url(img/arrow-long.svg) center/contain no-repeat;
      left: 100%;
      margin-left: -8px;
      transform: rotate(50deg);
      top: 31px; }
      @media (min-width: 1260px) {
        .progress-bar-top .text-primary:nth-child(3):after {
          width: 127px;
          height: 58px;
          margin-left: 14px;
          transform: rotate(44deg);
          top: 31px; } }
      @media (max-width: 1023px) {
        .progress-bar-top .text-primary:nth-child(3):after {
          left: auto;
          right: 100%;
          width: 110px;
          height: 44px;
          transform: rotate(147deg);
          top: 100%;
          margin-top: 26px;
          margin-right: -42px; } }

@media (max-width: 1023px) {
  .progress-bar-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center; } }

.progress-bar {
  display: flex;
  counter-reset: step;
  margin-bottom: 90px; }
  @media (max-width: 1023px) {
    .progress-bar {
      flex-direction: column;
      width: 242px;
      max-width: 100%;
      margin-bottom: 46px;
      min-width: 121px; } }
  .progress-bar .bar-block {
    background: #C8DEEB;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    padding: 21px 13px 23px 11px; }
    @media (min-width: 1024px) {
      .progress-bar .bar-block {
        padding: 21px 14px 23px 20px; } }
    @media (min-width: 1400px) {
      .progress-bar .bar-block {
        padding: 21px 20px 23px 30px; } }
    .progress-bar .bar-block:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 100%;
      background: inherit; }
      @media (max-width: 1023px) {
        .progress-bar .bar-block:after {
          width: 100%;
          height: 20px;
          left: 0;
          top: 100%;
          margin-top: -10px; } }
      @media (min-width: 1024px) {
        .progress-bar .bar-block:after {
          right: 0;
          top: 0;
          margin-right: -10px;
          width: 20px;
          height: 100%; } }
    .progress-bar .bar-block:nth-child(1) {
      width: 100%; }
      @media (max-width: 1023px) {
        .progress-bar .bar-block:nth-child(1) {
          height: 160px; } }
      @media (min-width: 1024px) {
        .progress-bar .bar-block:nth-child(1) {
          width: 27%; } }
      .progress-bar .bar-block:nth-child(1) .bar-title {
        width: 100%;
        max-width: 210px; }
      .progress-bar .bar-block:nth-child(1) .bar-day {
        left: 100%; }
        @media (max-width: 1023px) {
          .progress-bar .bar-block:nth-child(1) .bar-day {
            margin-left: 20px;
            margin-top: 32px; } }
    .progress-bar .bar-block:nth-child(2) {
      background: #74C8F9;
      z-index: 2;
      width: 100%; }
      @media (min-width: 1024px) {
        .progress-bar .bar-block:nth-child(2) {
          width: 28%; } }
      @media (max-width: 1023px) {
        .progress-bar .bar-block:nth-child(2) {
          height: 170px; } }
      .progress-bar .bar-block:nth-child(2) .bar-title {
        width: 100%;
        max-width: 312px; }
      .progress-bar .bar-block:nth-child(2) .bar-day {
        left: 100%; }
        @media (max-width: 1023px) {
          .progress-bar .bar-block:nth-child(2) .bar-day {
            margin-left: 20px;
            margin-top: 42px; } }
    .progress-bar .bar-block:nth-child(3) {
      background: #0079C1;
      width: 100%;
      z-index: 3; }
      @media (min-width: 1024px) {
        .progress-bar .bar-block:nth-child(3) {
          width: 45%; } }
      @media (max-width: 1023px) {
        .progress-bar .bar-block:nth-child(3) {
          height: 240px; } }
      .progress-bar .bar-block:nth-child(3) .bar-title {
        color: #fff;
        width: 100%;
        max-width: 280px; }
      @media (max-width: 1023px) {
        .progress-bar .bar-block:nth-child(3) .bar-day {
          left: 100%;
          margin-left: 20px;
          margin-top: -20px; } }
      @media (min-width: 1024px) {
        .progress-bar .bar-block:nth-child(3) .bar-day {
          right: 0; } }
      .progress-bar .bar-block:nth-child(3):after {
        display: none; }
  .progress-bar .bar-title {
    font-size: 15px;
    font-family: "articulat-cf", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    margin: 0;
    padding-left: 0;
    position: relative;
    letter-spacing: .2px; }
    @media (min-width: 1024px) {
      .progress-bar .bar-title {
        font-size: 18px;
        padding-left: 20px; } }
    @media (min-width: 1400px) {
      .progress-bar .bar-title {
        font-size: 20px; } }
    .progress-bar .bar-title:before {
      counter-increment: step;
      content: counter(step) ". ";
      display: block; }
      @media (min-width: 1024px) {
        .progress-bar .bar-title:before {
          top: 0;
          left: 0;
          position: absolute; } }
  .progress-bar .bar-day {
    position: absolute;
    top: 100%;
    margin-top: 14px;
    font-weight: "Whitney", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
    white-space: nowrap; }
    @media (max-width: 1023px) {
      .progress-bar .bar-day {
        transform: rotate(-90deg);
        transform-origin: bottom left; } }

.contact-form-section {
  margin-bottom: 45px;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 1024px) {
    .contact-form-section {
      margin-bottom: 55px;
      margin-top: 60px; } }
  @media (min-width: 1500px) {
    .contact-form-section {
      margin-bottom: 100px; } }
  .contact-form-section .container {
    display: flex;
    flex-wrap: wrap; }
    .contact-form-section .container:after {
      display: none; }
  .contact-form-section .col {
    width: 100%; }
    @media (min-width: 1024px) {
      .contact-form-section .col {
        width: 50%; } }
  .contact-form-section .form {
    margin-top: 28px; }
    @media (min-width: 1024px) {
      .contact-form-section .form {
        padding-left: 30px;
        margin-top: 0; } }
    @media (min-width: 1500px) {
      .contact-form-section .form {
        padding-left: 4.5%; } }
    @media (min-width: 1500px) {
      .contact-form-section .form {
        padding-top: 80px; } }
  .contact-form-section .section-title {
    margin-bottom: 30px; }
    @media (min-width: 1500px) {
      .contact-form-section .section-title {
        margin-bottom: 64px; } }
  .contact-form-section .text-primary {
    width: 100%;
    max-width: 758px; }
  @media (min-width: 1500px) {
    .contact-form-section .text-secondary {
      margin-bottom: 38px; } }
  .contact-form-section .text-holder {
    padding-right: 8px; }
    .contact-form-section .text-holder img {
      border-radius: 8px;
      width: 100%;
      margin-top: 8px; }
      @media (min-width: 1500px) {
        .contact-form-section .text-holder img {
          margin-top: 38px; } }
  .contact-form-section .asterisk {
    color: #df0000; }
  .contact-form-section label {
    position: relative;
    display: block;
    margin-bottom: 25px; }
    @media (min-width: 1500px) {
      .contact-form-section label {
        margin-bottom: 35px; } }
  .contact-form-section .label {
    color: #333;
    pointer-events: none;
    font-size: 16px;
    position: absolute;
    top: 16px;
    left: 15px;
    z-index: 3; }
    @media (min-width: 1500px) {
      .contact-form-section .label {
        top: 24px;
        left: 23px;
        font-size: 20px; } }
  @media (min-width: 480px) {
    .contact-form-section .double-col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 17px; } }
  .contact-form-section input[type="submit"] {
    display: none; }
  .contact-form-section .form-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -5px; }
    @media (min-width: 1500px) {
      .contact-form-section .form-bottom {
        margin-top: -20px; } }
  .contact-form-section .submit-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }

.filled .label {
  opacity: 0;
  visibility: hidden; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.resize-active * {
  transition: none !important; }

/*# sourceMappingURL=style.css.map */