/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* ------------------------ *\
 * General
\* ------------------------ */
html {
  font-size: 16px;
}

body {
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #4b596d;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background-color: #30384d;
  color: #fff;
}

::selection {
  background-color: #30384d;
  color: #fff;
}

p,
ul,
ol,
dl,
table,
figure,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

blockquote {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 36px;
}

small {
  font-size: 0.875rem;
}

h1,
.alpha {
  color: #30384d;
  font-size: 5.125rem;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h2,
.beta {
  color: #30384d;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.122;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h3 {
  color: #30384d;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.3;
}

h4,
.delta {
  color: #30384d;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h5,
.epsilon {
  color: #30384d;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.3px;
}

h6 {
  color: #30384d;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  main {
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  h1,
.alpha {
    font-size: 3rem;
  }

  h2,
.beta {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4,
.delta {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
.container, .container-with-aside {
  padding: 0 4.097222222vw;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1172px) {
  .container, .container-with-aside {
    padding: 0 48px;
  }
}
@media screen and (max-width: 550px) {
  .container, .container-with-aside {
    padding: 0 35px;
  }
}

.container-with-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container-with-aside:empty {
  display: none;
}
.container-with-aside .a-sidebar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.container-with-aside__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
  margin-left: 6.95rem;
  margin-right: 2.5vw;
}
@media screen and (max-width: 1200px) {
  .container-with-aside__content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .container-with-aside__content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 550px) {
  .container-with-aside__content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .container-with-aside__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.container-with-aside__description {
  font-size: 2.25rem;
  color: #30384d;
  line-height: 0.9;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .container-with-aside {
    overflow: hidden;
  }
  .container-with-aside__content {
    margin: 3.25rem 1.75rem 3rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .container-with-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-with-aside__content {
    margin: 3.25rem 0 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .container-with-aside .a-sidebar {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 550px) {
  .container-with-aside__content {
    margin: 2.75rem 0;
  }
  .container-with-aside__description {
    font-size: 1.625rem;
    line-height: 1.1;
    padding-bottom: 5px;
  }
}

.page-section {
  position: relative;
  z-index: 1;
}
[type=text],
[type=date],
[type=number],
[type=email],
[type=tel],
[type=search],
[type=color],
[type=password],
[type=time],
[type=url],
select,
textarea {
  display: block;
  width: 100%;
  height: 2.25rem;
  padding: 0 1.25em;
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  color: #4b596d;
  background: none;
  border: 1px solid #b9c9d3;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  transition: -webkit-box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type=text]:not(select):hover,
[type=date]:not(select):hover,
[type=number]:not(select):hover,
[type=email]:not(select):hover,
[type=tel]:not(select):hover,
[type=search]:not(select):hover,
[type=color]:not(select):hover,
[type=password]:not(select):hover,
[type=time]:not(select):hover,
[type=url]:not(select):hover,
select:not(select):hover,
textarea:not(select):hover {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 4px #dee8f1;
          box-shadow: inset 0 0 0 4px #dee8f1;
}
[type=text].m-input--error,
[type=date].m-input--error,
[type=number].m-input--error,
[type=email].m-input--error,
[type=tel].m-input--error,
[type=search].m-input--error,
[type=color].m-input--error,
[type=password].m-input--error,
[type=time].m-input--error,
[type=url].m-input--error,
select.m-input--error,
textarea.m-input--error {
  border: none;
  -webkit-box-shadow: inset 0 0 0 4px #F53054;
          box-shadow: inset 0 0 0 4px #F53054;
}
[type=text].m-input--error:hover,
[type=date].m-input--error:hover,
[type=number].m-input--error:hover,
[type=email].m-input--error:hover,
[type=tel].m-input--error:hover,
[type=search].m-input--error:hover,
[type=color].m-input--error:hover,
[type=password].m-input--error:hover,
[type=time].m-input--error:hover,
[type=url].m-input--error:hover,
select.m-input--error:hover,
textarea.m-input--error:hover {
  border: 1px solid #dee8f1;
}
label {
  letter-spacing: 0.03rem;
}

select::-ms-expand {
  display: none;
}

select:not([type=search]):focus {
  background-color: transparent;
}

select:active,
select:focus {
  outline: none;
}

[type=search]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

[type=email]:not(select):hover:not(select):hover,
[type=number]:not(select):hover:not(select):hover,
[type=text]:not(select):hover:not(select):hover {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 4px #dee8f1;
          box-shadow: inset 0 0 0 4px #dee8f1;
}

[type=email]:not(select):active,
[type=email]:not(select):focus,
[type=number]:not(select):active,
[type=number]:not(select):focus,
[type=text]:not(select):active,
[type=text]:not(select):focus {
  -webkit-box-shadow: inset 0 0 0 4px #dee8f1 !important;
          box-shadow: inset 0 0 0 4px #dee8f1 !important;
  background-color: #dee8f1;
}

.is-homepage .m-form__form-field input {
  height: 40px;
}
.is-homepage .m-banner_form select {
  color: #fff;
}
.is-homepage [type=email]:not(select):hover:not(select):hover,
.is-homepage [type=number]:not(select):hover:not(select):hover,
.is-homepage [type=text]:not(select):hover:not(select):hover {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 4px #dee8f1;
          box-shadow: inset 0 0 0 4px #dee8f1;
}
.is-homepage [type=email]:not(select):active,
.is-homepage [type=email]:not(select):focus,
.is-homepage [type=number]:not(select):active,
.is-homepage [type=number]:not(select):focus,
.is-homepage [type=text]:not(select):active,
.is-homepage [type=text]:not(select):focus {
  -webkit-box-shadow: inset 0 0 0 4px #dee8f1 !important;
          box-shadow: inset 0 0 0 4px #dee8f1 !important;
  background-color: #dee8f1;
}
.m-toast {
  position: relative;
  z-index: 9998;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  padding-left: 62px;
}
.m-toast--form {
  padding-left: 15px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 1;
}
.m-toast--form .m-toast__icon {
  margin-top: -5px;
}
.m-toast--error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F53054;
  -webkit-animation: toast;
          animation: toast;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 350ms;
          animation-duration: 350ms;
}
.m-toast--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #30384d;
  padding-left: 15px;
}
.m-toast--alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F53054;
}
.m-toast--closable {
  padding-right: 48px;
}
.m-toast__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -15px;
  width: 32px;
  height: 29px;
  z-index: 1;
  pointer-events: none;
}
.m-toast--form .m-toast__icon {
  position: static;
  margin-left: 15px;
}
.m-toast--info .m-toast__icon {
  display: none;
}
.m-toast__icon-svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}
.m-toast__link {
  font: inherit;
  color: inherit;
}
.m-toast__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.m-toast__link:hover::before {
  opacity: 1;
}
.m-toast--alert .m-toast__link::before {
  background-color: #6b0c3a;
}
.m-toast--info .m-toast__link::before {
  background-color: #5992cd;
}
.m-toast__message {
  position: relative;
  z-index: 1;
  margin: 0;
}
.m-toast__link-text {
  font-weight: 400;
  margin-left: 10px;
  border-bottom: 1px solid #fff;
  -webkit-transition: border-bottom-width 0.2s ease-out;
  transition: border-bottom-width 0.2s ease-out;
}
.m-toast__link:hover .m-toast__link-text {
  border-bottom-width: 2px;
}
.m-toast--form .m-toast__message {
  text-align: left;
}
.m-toast__close {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.m-toast__close:hover {
  opacity: 0.7;
}
.m-toast__close::before, .m-toast__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  width: 60%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}
.m-toast__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-toast__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m-toast ~ .a-nav {
  position: absolute;
}

@-webkit-keyframes toast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes toast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.m-input_msg--error {
  position: absolute;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  top: 80px;
  color: #F53054;
}

.m-form__form-field--dropdown .m-input_msg--error,
.m-form-full__form-field--dropdown .m-input_msg--error {
  top: 40px;
}

.m-form__form-field--dropdown.m-input_msg,
.m-form-full__form-field--dropdown.m-input_msg {
  border: none;
  -webkit-box-shadow: inset 0 0 0 4px #F53054;
          box-shadow: inset 0 0 0 4px #F53054;
}
/* ------------------------ *\
 * links
\* ------------------------ */
a {
  text-decoration: none;
  color: #649cd3;
}

.v-link {
  color: #649cd3;
  border-bottom: 1px solid #649cd3;
  padding-top: 2px;
  -webkit-transition: border 50ms;
  transition: border 50ms;
}
.v-link:hover {
  text-decoration: none;
  border-bottom: 3px solid #649cd3;
}
.v-link:active {
  border-bottom: 3px dotted #dee8f1;
}

.has_sideline {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1.9rem;
}
.has_sideline .is_sideline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5%;
  border-bottom: 1px solid #dee8f1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 12px;
}

.has_border {
  padding: 1.6rem 0;
  border-top: 1px solid #dee8f1;
  border-bottom: 1px solid #dee8f1;
}

.has_sidetitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.7rem;
}
.has_sidetitle p:last-of-type {
  margin-bottom: 1.7rem;
}
.has_sidetitle h4,
.has_sidetitle h5,
.has_sidetitle h6 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 22.5%;
  margin-right: 42px;
}
.has_sidetitle h4 ~ *,
.has_sidetitle h5 ~ *,
.has_sidetitle h6 ~ * {
  width: 77.5%;
}

.mt-5 {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .mt-5 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mt-5 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 550px) {
  .mt-5 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 550px) {
  .has_sidetitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .has_sidetitle h4,
.has_sidetitle h5,
.has_sidetitle h6 {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
    margin-right: 0;
  }
  .has_sidetitle h4 ~ *,
.has_sidetitle h5 ~ *,
.has_sidetitle h6 ~ * {
    width: 100%;
  }
}
.a-view-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  color: #fff;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  background: rgba(100, 156, 211, 0.78);
}
.a-view-link__copy {
  background: #649cd3;
  -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);
          transform: scale(0.7);
  -webkit-transform-origin: center;
          transform-origin: center;
  letter-spacing: 0.6px;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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;
}
.a-view-link__play {
  -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);
          transform: scale(0.7);
  -webkit-transform-origin: center;
          transform-origin: center;
  letter-spacing: 0.6px;
  overflow: hidden;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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;
  width: 0;
  height: 0;
  border-left: 3rem solid #fff;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
}
.a-view-link:hover {
  opacity: 1;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.a-view-link:hover .a-view-link__copy {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.a-bordered-hover {
  font-size: inherit;
  color: inherit;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  text-decoration: none;
  display: inline-block;
}
.a-bordered-hover:hover {
  color: #649cd3;
  -webkit-box-shadow: 0 5px 0 #dee8f1;
          box-shadow: 0 5px 0 #dee8f1;
}

.a-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 107px;
  z-index: 9999;
  padding: 0 0 10px;
}
.a-nav:not(.a-nav--homepage) {
  background-color: #fff;
}
.a-nav .container, .a-nav .container-with-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-width: 100%;
}
.a-nav__main, .a-nav__list {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
  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;
}
.a-nav__list li, .a-nav__list li a {
  font-weight: 400;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.33px;
}
.a-nav__list li:not(:last-of-type) {
  margin-right: 2.795vw;
}
.a-nav__logo {
  position: absolute;
  top: 54px;
  left: 58px;
  margin-right: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  z-index: 1;
}
.a-nav__logo svg .st0 {
  fill: #B4BDC4;
}
.a-nav__logo svg .logo_divider {
  fill: #B4BDC4;
}
.a-nav__logo svg .st1 {
  fill: #fff;
}
.a-nav__logo--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.a-nav__logo--link:hover {
  opacity: 0.6;
}
.a-nav__link {
  color: #fff;
  text-decoration: none;
  position: relative;
}
@-webkit-keyframes nav_link_hover {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 6px;
  }
}
@keyframes nav_link_hover {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 6px;
  }
}
.a-nav__list--util {
  margin: 0;
  padding: 20px 0 30px;
  list-style: none;
  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;
}
.a-nav__list--util li:not(:last-of-type) {
  height: 100%;
  margin-right: 1.597222222vw;
}
.a-nav__list--util a {
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.34px;
}
.a-nav__list--util a:hover {
  text-decoration: none;
}
.a-nav__list--util a:hover::after {
  -webkit-animation: nav_link_hover--util;
          animation: nav_link_hover--util;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-delay: 25ms;
          animation-delay: 25ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.a-nav__list--util a:active, .a-nav__list--util a:focus {
  outline: none;
}
.a-nav__list--util a:active::after, .a-nav__list--util a:focus::after {
  content: "";
  width: 100%;
  height: 5px;
  opacity: 1;
  background-color: #dee8f1;
}
@-webkit-keyframes nav_link_hover--util {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 5px;
  }
}
@keyframes nav_link_hover--util {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 5px;
  }
}
.a-nav__list--mobile-util {
  display: none;
  margin: 0;
}
.a-nav__form .a-nav__input {
  background: #4b596d;
  color: #fff;
  border: none;
  width: 10.833333333vw;
  height: 25px;
  background-image: url(search.2379e0e2.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-origin: content-box;
  padding-left: 10px;
}
.a-nav__form .a-nav__input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.a-nav__form .a-nav__input:active, .a-nav__form .a-nav__input:focus {
  color: #fff;
}
.a-nav__mobile, .a-nav__mobile-search {
  display: none;
}
.a-nav__link--subnav {
  height: 0;
  background-color: #dee8f1;
  position: absolute;
  top: 33px;
  width: 100%;
  left: 60px;
}
.a-nav__link--subnav--inner {
  display: none;
}
.a-nav__link--subnav-close {
  cursor: pointer;
  float: right;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.a-nav__link--subnav-close::before, .a-nav__link--subnav-close::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  margin: 20px 10px;
  background-color: #649cd3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.a-nav__link--subnav-close::before {
  top: 1px;
  right: 1px;
}
.a-nav__link--subnav-close::after {
  top: 10px;
  right: -2px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.a-nav__link--subnav-container:first-of-type {
  margin-left: -1.45rem;
}
.a-nav__link--subnav-container {
  position: relative;
  max-width: 200px;
  width: 100%;
  display: block !important;
  padding: 3.5rem 1.425rem;
}
.a-nav__link--subnav-container:first-of-type {
  margin-left: -1.45rem;
}
.a-nav__link--subnav-container:hover {
  background-color: #ecf2f7;
}
.a-nav__link--subnav-container:hover::after {
  content: "";
  position: absolute;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ecf2f7;
}
.a-nav__link--subnav-overview-link:hover .a-nav__link--subnav-tertiary-list .a-nav__link--subnav-arrow {
  width: 2.75rem;
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
}
.a-nav__link--subnav-arrow {
  position: relative;
  width: 2.5rem;
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  color: #649cd3;
  font-size: 1rem;
  padding-bottom: 0.75rem !important;
  margin-top: 1rem;
  height: 0.875rem;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.a-nav__link--subnav-arrow:before, .a-nav__link--subnav-arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.a-nav__link--subnav-arrow:before {
  height: 1px;
  width: 100%;
  background-color: currentColor;
  left: 0;
  top: 50%;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.a-nav__link--subnav-arrow:after {
  right: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right 0;
          transform-origin: right 0;
  top: 50%;
}
.a-nav__link--subnav-tertiary-list {
  padding-left: 0;
  font-size: 0.875rem;
  color: #4b596d;
}
.a-nav__link--subnav-tertiary-list a {
  color: #4b596d;
}
.a-nav__link--subnav-tertiary-list li {
  position: relative;
  padding: 0.5rem 0;
  margin-right: 0 !important;
  z-index: 1;
}
.a-nav__link--subnav-tertiary-list li:last-of-type {
  margin-bottom: -0.5rem;
}
.a-nav__link--subnav-tertiary-list li:first-of-type {
  margin-top: 0.5rem;
}
.a-nav__link--subnav-tertiary-list li:hover:not(.a-nav__link--subnav-tertiary-overview) {
  cursor: pointer;
  background-color: #fff;
}
.a-nav__link--subnav-tertiary-list li:hover:not(.a-nav__link--subnav-tertiary-overview)::before, .a-nav__link--subnav-tertiary-list li:hover:not(.a-nav__link--subnav-tertiary-overview)::after {
  content: "";
  position: absolute;
  left: -1.45rem;
  top: 0;
  width: 1.45rem;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.a-nav__link--subnav-tertiary-list li:hover:not(.a-nav__link--subnav-tertiary-overview)::after {
  left: auto;
  right: -1.45rem;
  top: 0;
}
.a-nav__link--subnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 250ms;
          animation-duration: 250ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
}
.a-nav__link--subnav-list > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #30384d;
  font-weight: 700;
  font-size: 1.25rem;
  -webkit-transition: color 150ms;
  transition: color 150ms;
}
.a-nav__link--subnav-list > li > a:hover {
  color: #649cd3;
}
.a-nav__link--subnav-list:first-of-type {
  padding-left: 58px;
  max-width: calc(100% - 58px);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.a-nav--light-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 #ecf2f7;
          box-shadow: 0 1px 0 #ecf2f7;
  /* purgecss ignore */
}
.a-nav--light-bg.scene-loading {
  opacity: 0 !important;
}

.a-nav--light .a-nav__input {
  color: #4b596d;
}
.a-nav--light .a-nav__input:active, .a-nav--light .a-nav__input:focus {
  color: #4b596d;
}

.a-nav--homepage .a-nav__list .a-nav__link:not(.a-nav__link--active):hover {
  text-decoration: none;
}
.a-nav--homepage .a-nav__list .a-nav__link:not(.a-nav__link--active):hover::after {
  content: "";
  bottom: -10px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #fff;
  -webkit-animation: nav_link_hover;
          animation: nav_link_hover;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-delay: 25ms;
          animation-delay: 25ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.a-nav--homepage .a-nav__list--util .a-nav__link:not(.a-nav__link--active):hover {
  text-decoration: none;
}
.a-nav--homepage .a-nav__list--util .a-nav__link:not(.a-nav__link--active):hover::after {
  content: "";
  bottom: -10px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #dee8f1;
  -webkit-animation: nav_link_hover--util;
          animation: nav_link_hover--util;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-delay: 25ms;
          animation-delay: 25ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.a-nav--light .a-nav__form .a-nav__input {
  position: relative;
  background-color: #ecf2f7;
}
.a-nav--light .a-nav__list .a-nav__link {
  color: #4b596d;
  text-decoration: none;
  position: relative;
}
.a-nav--light .a-nav__list .a-nav__link:hover {
  text-decoration: none;
}
.a-nav--light .a-nav__list .a-nav__link:hover::after {
  content: "";
  bottom: -10px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #dee8f1;
  -webkit-animation: nav_link_hover;
          animation: nav_link_hover;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-delay: 25ms;
          animation-delay: 25ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.a-nav--light .a-nav__list--util .a-nav__link:not(.a-nav__link--active) {
  color: #4b596d;
}
.a-nav--light .a-nav__list--util .a-nav__link:not(.a-nav__link--active):hover::after {
  content: "";
  bottom: -10px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #dee8f1;
  -webkit-animation: nav_link_hover--util;
          animation: nav_link_hover--util;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-delay: 25ms;
          animation-delay: 25ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.a-nav--light .a-nav__logo--svg .st0 {
  fill: #B4BDC4;
}
.a-nav--light .a-nav__logo--svg .logo_divider {
  fill: #B4BDC4;
}
.a-nav--light .a-nav__logo--svg .st1 {
  fill: #32394D;
}
@keyframes nav_link_hover {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 6px;
  }
}
.a-nav__link--subnav--inner-active {
  display: block;
}

@media screen and (min-width: 1920px) {
  .a-nav__list--util li:not(:last-of-type) {
    margin-right: 31px;
  }
  .a-nav__list li:not(:last-of-type) {
    margin-right: 54px;
  }
}
@media screen and (min-width: 1350px) {
  .a-nav__list--util {
    position: absolute;
    top: -3px;
    right: 60px;
  }
  .a-nav .faux-wrapper-ie {
    position: absolute;
    width: 100%;
    bottom: 9px;
    right: 60px;
  }
}
@media screen and (max-width: 1350px) {
  .a-nav {
    padding: 0;
    height: 60px;
    background-color: #30384d;
  }
  .a-nav .faux-wrapper-ie {
    width: 60%;
    background-color: #30384d;
  }
  .a-nav .container, .a-nav .container-with-aside {
    position: fixed;
    top: 0;
    right: 0;
    height: auto;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .a-nav__logo {
    top: 16px;
    left: 0;
    z-index: 0;
  }
  .a-nav__logo--svg {
    height: 36px;
  }
  .a-nav__logo svg .st0 {
    fill: #B4BDC4;
  }
  .a-nav__logo svg .st1 {
    fill: #32394D;
  }
  .a-nav__link {
    font-size: 1.5rem;
  }
  .a-nav__main {
    padding: 0;
    display: block;
    height: 100vh;
    background: #30384d;
    width: 60%;
  }
  .a-nav__list {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .a-nav__list li {
    margin: 1rem 1px;
    height: auto;
  }
  .a-nav__list li:not(:last-of-type) {
    margin-right: 0;
  }
  .a-nav__list li:first-of-type {
    margin-top: 1rem;
  }
  .a-nav__list li:last-of-type {
    margin-bottom: 2rem;
  }
  .a-nav__list a:hover::after {
    display: none;
  }
  .a-nav__list a:focus, .a-nav__list a:active {
    font-weight: 400;
    color: #649cd3;
  }
  .a-nav__list--util {
    display: none;
  }
  .a-nav__list--mobile-util {
    position: relative;
    background-color: #ecf2f7;
    opacity: 1;
    padding: 0;
    height: 100vh;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .a-nav__list--mobile-util-wrapper {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .a-nav__list--mobile-util ul {
    list-style: none;
    padding: 0;
  }
  .a-nav__list--mobile-util ul li {
    margin: 1rem 0;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 36px;
  }
  .a-nav__list--mobile-util ul li:last-of-type {
    display: none;
  }
  .a-nav__list--mobile-util a {
    color: #4b596d;
    font-size: 1.5rem;
  }
  .a-nav__list--mobile-util a:hover::after {
    background-color: #649cd3;
  }
  .a-nav__mobile {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
  }
  .a-nav__mobile-form .a-nav__mobile_form-input {
    background: transparent;
    color: #fff;
    border-top: 1px solid #4b596d;
    border-right: none;
    border-bottom: 1px solid #4b596d;
    border-left: 1px solid #4b596d;
    width: calc(100vw - 60px);
    min-height: 60px;
    padding: 0 1.25rem;
    background-image: url(search.2379e0e2.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-origin: content-box;
    background-size: 25px;
    display: none;
  }
  .a-nav__mobile-form .a-nav__mobile_form-input:active, .a-nav__mobile-form .a-nav__mobile_form-input:focus {
    background: #4b596d;
    color: #fff;
  }
  .a-nav__mobile--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .a-nav__mobile--right {
    margin-left: auto;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(236, 242, 247, 0.5);
    padding: 0 1.4rem 0 1.7rem;
    z-index: 1;
  }
  .a-nav__mobile--svg {
    fill: #32394D;
  }
  .a-nav__mobile--text {
    color: #4b596d;
    font-weight: 400;
    text-transform: uppercase;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 8px;
    margin-top: 5px;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
  }
  .a-nav__mobile--icon {
    position: relative;
    background-color: transparent;
    height: 60px;
    width: 36px;
    padding: 0;
    cursor: pointer;
  }
  .a-nav__mobile--trigger-bar {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background: #649cd3;
    border-radius: 2px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .a-nav__mobile--trigger-bar:nth-of-type(2) {
    top: auto;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .a-nav__mobile--trigger-bar:nth-of-type(3) {
    top: auto;
    bottom: 16px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .a-nav__mobile-search {
    display: inherit;
    height: 60px;
    padding: 0;
    list-style: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    border-top: 1px solid #4b596d;
    border-bottom: 1px solid #4b596d;
    border-left: 1px solid #4b596d;
    z-index: 1;
    background-color: #30384d;
  }
  .a-nav__mobile-search li {
    width: 100%;
  }
  .a-nav__mobile-search-input[type=text] {
    height: 60px;
    background-image: url(search.2379e0e2.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-origin: content-box;
    background-size: 1.7vw 1.7vw;
    padding-left: 20px;
    border: none;
  }
  .a-nav__mobile-search-input[type=text]:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .a-nav__mobile-search-input[type=text]:not([type=search]):focus,
.a-nav__mobile-search-input[type=text] [type=text]:not(select):focus {
    background-color: #4b596d;
    color: #fff;
  }
  .a-nav__mobile-items {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }

  .a-nav--light {
    background-color: #fff;
  }
  .a-nav--light .a-nav__list .a-nav__link,
.a-nav--homepage .a-nav__list .a-nav__link {
    color: #fff;
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 0.36px;
    line-height: 48px;
    -webkit-transition: color 150ms, -webkit-box-shadow 200ms;
    transition: color 150ms, -webkit-box-shadow 200ms;
    transition: color 150ms, box-shadow 200ms;
    transition: color 150ms, box-shadow 200ms, -webkit-box-shadow 200ms;
  }
  .a-nav--light .a-nav__list .a-nav__link:not(.a-nav__link--active),
.a-nav--homepage .a-nav__list .a-nav__link:not(.a-nav__link--active) {
    color: #fff;
  }
  .a-nav--light .a-nav__list .a-nav__link:hover:not(.a-nav__link--active),
.a-nav--homepage .a-nav__list .a-nav__link:hover:not(.a-nav__link--active) {
    text-decoration: none;
    color: #649cd3;
    -webkit-box-shadow: 0 8px 0 -1px #649cd3;
            box-shadow: 0 8px 0 -1px #649cd3;
  }
}
.a-nav--light .a-nav__list--mobile-util .a-nav__link,
.a-nav--homepage .a-nav__list--mobile-util .a-nav__link {
  -webkit-transition: 200ms;
  transition: 200ms;
}
.a-nav--light .a-nav__list--mobile-util .a-nav__link:hover:not(.a-nav__link--active),
.a-nav--homepage .a-nav__list--mobile-util .a-nav__link:hover:not(.a-nav__link--active) {
  text-decoration: none;
  color: #649cd3;
  -webkit-box-shadow: 0 8px 0 -1px #649cd3;
          box-shadow: 0 8px 0 -1px #649cd3;
}

@media screen and (max-width: 1023px) {
  .a-nav--light .a-nav__list--mobile-util .a-nav__link:hover:not(.a-nav__link--active),
.a-nav--homepage .a-nav__list--mobile-util .a-nav__link:hover:not(.a-nav__link--active) {
    -webkit-box-shadow: 0 2px 0 -1px #649cd3;
            box-shadow: 0 2px 0 -1px #649cd3;
  }
}
@media screen and (max-width: 850px) {
  .a-nav__link {
    font-size: 1.5rem;
  }
  .a-nav__list li {
    margin: 0.5rem 1px;
  }
  .a-nav__list a:hover::after {
    display: none;
  }
  .a-nav__list a:focus, .a-nav__list a:active {
    font-weight: 400;
    color: #649cd3;
  }
  .a-nav__list--mobile-util ul li {
    line-height: 24px;
  }
  .a-nav__list--mobile-util a {
    font-size: 1rem;
  }
  .a-nav__mobile-search-input[type=text] {
    background-size: 2.5vw 2.5vw;
  }

  .a-nav--light .a-nav__list .a-nav__link,
.a-nav--homepage .a-nav__list .a-nav__link {
    font-size: 1.5rem;
    font-weight: 300;
  }

  .a-nav--light .a-nav__list .a-nav__link:hover:not(.a-nav__link--active),
.a-nav--homepage .a-nav__list .a-nav__link:hover:not(.a-nav__link--active) {
    -webkit-box-shadow: 0 8px 0 -1px transparent;
            box-shadow: 0 8px 0 -1px transparent;
  }

  .a-nav--light .a-nav__list--mobile-util .a-nav__link:hover:not(.a-nav__link--active),
.a-nav--homepage .a-nav__list--mobile-util .a-nav__link:hover:not(.a-nav__link--active) {
    -webkit-box-shadow: 0 8px 0 -1px transparent;
            box-shadow: 0 8px 0 -1px transparent;
  }
}
@media screen and (max-width: 650px) {
  .a-nav .faux-wrapper-ie {
    width: 100%;
  }
  .a-nav .container, .a-nav .container-with-aside {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    overflow: scroll;
    background-color: #30384d;
  }
  .a-nav__main {
    width: 75%;
    height: auto;
    margin: calc(60px * 1.5) auto calc(60px / 2);
  }
  .a-nav__list {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .a-nav__list li {
    margin: 0.5rem 1px;
  }
  .a-nav__list a:hover::after {
    display: none;
  }
  .a-nav__list a:focus, .a-nav__list a:active {
    font-weight: 400;
    color: #649cd3;
  }
  .a-nav__list--mobile-util {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .a-nav__list--mobile-util::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 46.5%;
    height: 44%;
    width: 1px;
    -webkit-transform: translate(-50%, -52%);
            transform: translate(-50%, -52%);
    background-color: #dee8f1;
  }
  .a-nav__list--mobile-util-wrapper {
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .a-nav__list--mobile-util ul {
    width: 75%;
    height: 150px;
    min-height: 150px;
    margin: calc(60px / 2) auto calc(60px / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .a-nav__list--mobile-util ul li {
    max-width: 140px;
    line-height: 24px;
    margin-top: 0;
  }
  .a-nav__list--mobile-util a {
    font-size: 1rem;
  }
  .a-nav__mobile--right {
    height: 60px;
  }
  .a-nav__mobile-search {
    width: 100%;
  }
  .a-nav__mobile-search li {
    width: calc(100% - 5.6rem);
  }
  .a-nav__mobile-search-input[type=text] {
    width: 100%;
    background-size: 25px 25px;
  }

  .a-nav--light .a-nav__list .a-nav__link,
.a-nav--homepage .a-nav__list .a-nav__link {
    line-height: 30px;
  }
}
@media screen and (max-width: 550px) {
  .a-nav--light .logo_text,
.a-nav--light .logo_divider,
.a-nav--homepage .logo_text,
.a-nav--homepage .logo_divider {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .a-nav__list--mobile-util {
    height: auto;
    display: inline;
  }
  .a-nav__list--mobile-util::after {
    display: none;
  }
  .a-nav__list--mobile-util ul {
    height: 100%;
    min-height: auto;
  }
  .a-nav__list--mobile-util ul li {
    max-width: 100%;
  }
}
@media screen and (max-height: 600px) {
  .a-nav__list--mobile-util {
    height: auto;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
.a-nav__link--white {
  color: #fff !important;
}
/*-------------------------------------*\
  V-Button
\*-------------------------------------*/
.v-button,
button,
[type=submit] {
  width: auto;
  height: auto;
  padding: 0.8em 2.2em;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 3px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  background: #649cd3;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  display: inline-block;
  text-align: center;
}
.v-button:hover,
button:hover,
[type=submit]:hover {
  text-decoration: none;
}

.v-button {
  -webkit-transition: 150ms;
  transition: 150ms;
  border: 1px solid transparent;
  cursor: pointer;
}
.v-button:hover {
  background: #fff;
  color: #4b596d;
}
.v-button:hover .v-button-close {
  border: 1px solid #4b596d;
}
.v-button:hover .v-button-close::after {
  background-color: #4b596d;
}
.v-button__icon {
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  z-index: 1;
  pointer-events: none;
  display: inline-block;
}
.v-button__icon-sort {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.v-button__icon-svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #4b596d;
}
.v-button__icon-svg--disabled {
  fill: #b9c9d3;
}
.v-button--dark {
  background: #4b596d;
}
.v-button--dark:hover {
  background: #649cd3;
  border: 1px solid transparent;
  color: #fff;
}
.v-button--light {
  background: #ecf2f7;
  color: #4b596d;
}
.v-button--light:hover {
  background: #649cd3;
  color: #fff;
}
.v-button--white {
  background: #fff;
  color: #4b596d;
}
.v-button--white:hover {
  background: #649cd3;
  color: #fff;
}
.v-button--outline {
  border: 1px solid #dee8f1;
  letter-spacing: normal;
  color: #4b596d;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #30384d;
  padding: 0.7em 1.2em;
}
.v-button--outline:hover {
  background: #dee8f1;
}
.v-button--active {
  background-color: #dee8f1;
}
.v-button--disabled {
  background: #dee8f1;
  color: #30384d;
  opacity: 0.47;
}
.v-button--disabled:hover {
  background: #dee8f1;
  color: #30384d;
  cursor: not-allowed;
}
.v-button--clear {
  background: #ecf2f7;
  text-transform: capitalize;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #30384d;
  padding: 0.7em 1.8em;
  -webkit-transition: 0ms fill, 150ms background;
  transition: 0ms fill, 150ms background;
}
.v-button--clear:hover {
  background: #649cd3;
  color: #fff;
}
.v-button--clear:hover .v-button--clear-icon path {
  fill: #fff;
}
.v-button--clear-icon {
  margin-left: 12px;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.v-button-close {
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  margin-left: 8px;
  opacity: 0;
  display: none;
  padding: 9px;
}
.v-button-close::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 10px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 550px) {
  .v-button {
    text-align: left;
  }
  .v-button--clear {
    padding: 0.8em 2.2em;
  }
  .v-button--clear-icon {
    display: none;
  }
}
@media screen and (max-width: 367px) {
  .v-button--clear-icon {
    display: none;
  }
}
.a-footer {
  position: relative;
  width: 100%;
  background-color: #ecf2f7;
  z-index: 1;
}
.a-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.7rem 0;
}
.a-footer__logo {
  margin-right: auto;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.a-footer__logo--link {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.a-footer__logo--link img {
  height: 61px;
}
.a-footer__logo--link:hover {
  opacity: 0.6;
}
.a-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}
.a-footer__list li:first-of-type {
  margin-left: 38px;
}
.a-footer__list li:not(:last-of-type) {
  margin-right: 1.58rem;
}
.a-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
}
.a-footer__link {
  color: #4b596d;
  border-bottom: 1px solid transparent;
  position: relative;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.a-footer__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #649cd3;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.a-footer__link:hover {
  text-decoration: none;
}
.a-footer__link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.a-footer__link--scroll-top {
  padding: 0 0.75rem 0 6rem;
  position: relative;
}
.a-footer__to-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.a-footer__to-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #649cd3;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.a-footer__to-top-arrow {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  position: absolute;
  top: -40px;
}
.a-footer__to-top:hover .a-footer__to-top-arrow {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.a-footer__to-top:hover .a-footer__to-top-arrow path {
  fill: #649cd3;
}
.a-footer__to-top:hover {
  text-decoration: none;
}
.a-footer__to-top:hover::after {
  opacity: 1;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.a-footer__info {
  margin: 0 auto;
  background-color: #30384d;
  width: 100%;
  height: 64px;
  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;
}
.a-footer__info-policy {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 4.097222222vw;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  letter-spacing: 0.26px;
}
.a-footer__site-by a {
  color: #fff;
  margin-left: 1.1125rem;
}
.a-footer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.a-footer__icon--wrapper {
  background-color: #b9c9d3;
  border-radius: 50%;
  padding: 5px;
  height: 22px;
  width: 22px;
  -webkit-transition: 150ms;
  transition: 150ms;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a-footer__icon--wrapper:hover {
  background-color: #649cd3;
}
.a-footer__icon--wrapper:not(:last-of-type) {
  margin-right: 15px;
}
.a-footer__icon-twitter, .a-footer__icon-facebook, .a-footer__icon-linkedin {
  stroke: #4b596d;
  fill: #4b596d;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1350px) {
  .a-footer__nav, .a-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .a-footer__links {
    padding-top: 16px;
  }
  .a-footer__list li:first-of-type {
    margin-left: 0;
  }
  .a-footer__link {
    display: block;
  }
  .a-footer__link--scroll-top {
    position: absolute;
    margin: 0 4.097222222vw;
    padding: 0;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .a-footer__nav, .a-footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .a-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .a-footer__list li:not(:last-of-type) {
    border-bottom: 1px solid #b9c9d3;
    width: 100%;
  }
  .a-footer__list li:last-of-type > a {
    padding-bottom: 0;
  }
  .a-footer__link {
    padding: 18px 0;
    border-bottom: none;
  }
  .a-footer__link::after {
    display: none;
  }
  .a-footer__link:hover {
    border-bottom: none;
  }
  .a-footer__link:visited {
    border-bottom: none;
  }
  .a-footer__link--scroll-top {
    margin: 0 35px;
  }
  .a-footer__to-top span {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .a-footer__logo--link img {
    height: 46px;
  }
  .a-footer__info {
    height: auto;
    padding: 2.1rem 0 1.5rem;
  }
  .a-footer__info-policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 35px;
  }
  .a-footer__icon--wrapper {
    height: 25px;
    width: 26px;
  }
  .a-footer__icon--wrapper:not(:last-of-type) {
    margin-right: 22px;
  }
  .a-footer__icon {
    margin-left: 0;
    padding: 0 0 1rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .a-footer__site-by {
    display: none;
  }
}
@media screen and (max-width: 367px) {
  .a-footer__logo--link img {
    height: 38px;
  }
}
.a-sidebar {
  -ms-flex-preferred-size: 21.2144444vw;
      flex-basis: 21.2144444vw;
  max-width: 400px;
  min-width: 280px;
  z-index: 100;
  margin-bottom: 30px;
}
.a-sidebar__sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: calc(4.097222222vw + 90px);
  min-width: 280px;
  max-width: 400px;
}
.a-sidebar__sidebar {
  width: 21.2144444vw;
  max-width: 400px;
  min-width: 280px;
  margin-top: -33.5%;
}
.a-sidebar__sidebar-nav {
  color: #fff;
  background-color: #30384d;
}
.a-sidebar__sidebar-wrapper {
  padding: 70px 3vw 70px 4.7vw;
}
.a-sidebar__sidebar-title {
  position: relative;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 2.25px;
  padding-bottom: 23px;
}
.a-sidebar__sidebar-title::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 2.4305556vw;
  height: 2px;
  background-color: #649cd3;
}
.a-sidebar__sidebar-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.a-sidebar__sidebar-item {
  cursor: pointer;
  margin: 22px 0;
  line-height: 1;
}
.a-sidebar__sidebar-item:first-of-type {
  margin-top: 1.1rem;
}
.a-sidebar__sidebar-item:last-of-type {
  margin-bottom: 0;
}
.a-sidebar__sidebar-item--parent {
  position: relative;
}
.a-sidebar__sidebar-item--parent:before {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  top: 4px;
  background: transparent;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 9px solid currentColor;
  border-right: none;
  color: inherit;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: 5px 4px;
          transform-origin: 5px 4px;
}
.a-sidebar__sidebar-item--parent.is-expand:before {
  color: #649cd3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.a-sidebar__sidebar-link {
  color: #fff;
  -webkit-transition: border 200ms;
  transition: border 200ms;
  border-bottom: 2px solid transparent;
}
.a-sidebar__sidebar-link:hover:not(.a-sidebar__sidebar-link--active) {
  text-decoration: none;
  -webkit-box-shadow: 0 0.5px 0 #649cd3;
          box-shadow: 0 0.5px 0 #649cd3;
}
.a-sidebar__sidebar-link--active {
  cursor: default;
  color: #649cd3;
  padding-bottom: 2px;
  font-weight: 700;
}
.a-sidebar__sidebar-link--active:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.a-sidebar__sidebar-ad {
  background-color: #dee8f1;
  margin-top: 34px;
  height: 252px;
  width: 20.944444vw;
  max-width: 400px;
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a-sidebar__sidebar-ad--title {
  font-size: 1.5rem;
  color: #b9c9d3;
}
.a-sidebar__sidebar-ad--mobile {
  display: none;
}
.a-sidebar__sidebar-sublist {
  color: white;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  margin-left: 16px;
  display: none;
}
.is-expand > div > .a-sidebar__sidebar-sublist {
  display: block;
}
.a-sidebar__sidebar-sublist-item {
  font-size: 14px;
  font-weight: 300;
  margin: 0.9em 0;
}
.a-sidebar__sidebar-sublist--js {
  height: auto;
}
.a-sidebar__mobile {
  display: none;
}

@media screen and (min-width: 1920px) {
  .a-sidebar__sidebar-wrapper {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .a-sidebar {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 0;
  }
  .a-sidebar__sidebar {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 100%;
    height: 48px;
    margin-top: 0;
  }
  .a-sidebar__sidebar::before, .a-sidebar__sidebar::after {
    content: "";
    position: absolute;
    top: 0;
    right: 95%;
    width: 12.097222vw;
    height: 48px;
    background-color: #30384d;
    z-index: -1;
  }
  .a-sidebar__sidebar::after {
    right: -10vw;
    left: auto;
  }
  .a-sidebar__sidebar-nav {
    position: relative;
    display: none;
  }
  .a-sidebar__sidebar-nav::before, .a-sidebar__sidebar-nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10vw;
    width: 10vw;
    height: 100%;
    background-color: #30384d;
  }
  .a-sidebar__sidebar-nav::after {
    right: -10vw;
    left: auto;
  }
  .a-sidebar__sidebar-wrapper {
    overflow: hidden;
    height: 100%;
  }
  .a-sidebar__sidebar-ad {
    display: none;
  }
  .a-sidebar__sidebar-ad--mobile {
    height: 252px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 6.75rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .a-sidebar__sticky-wrapper {
    min-width: 100%;
    top: 0;
  }
  .a-sidebar__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #30384d;
    padding: 0;
    width: 100%;
    cursor: pointer;
    z-index: 1;
  }
  .a-sidebar__mobile--divider {
    content: "";
    position: absolute;
    display: none;
    bottom: 0;
    left: -4.097222222vw;
    width: 155vh;
    height: 1px;
    opacity: 0.34;
    border-top: 1px solid #dee8f1;
  }
  .a-sidebar__mobile-title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.63px;
    font-size: 0.875rem;
  }
  .a-sidebar__mobile--icon {
    cursor: pointer;
    position: relative;
    height: 48px;
    width: 45px;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
  }
  .a-sidebar__mobile--trigger-bar {
    position: absolute;
    top: 22px;
    left: 0;
    width: 55%;
    height: 2px;
    margin: 0 auto;
    margin-right: 1.75rem;
    background: #649cd3;
    border-radius: 50px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .a-sidebar__mobile--trigger-bar:nth-of-type(2) {
    top: 13px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .a-sidebar__mobile--trigger-bar:nth-of-type(3) {
    top: auto;
    bottom: 15px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@media screen and (max-width: 767px) {
  .a-sidebar__sidebar-item {
    margin: 31px 0;
  }
  .a-sidebar__sidebar::before, .a-sidebar__sidebar::after {
    content: "";
    position: absolute;
    top: 0;
    left: -48px;
    width: 23.4vw;
    height: 48px;
    background-color: #30384d;
    z-index: -1;
  }
  .a-sidebar__sidebar::after {
    right: -48px;
    left: auto;
  }
  .a-sidebar__mobile {
  }
  .a-sidebar__mobile--divider {
    left: -14.097222222vw;
  }
}
@media screen and (max-width: 550px) {
  .a-sidebar__sidebar-wrapper {
    padding: 48px 3vw 48px 4vw;
    overflow: unset;
  }
  .a-sidebar__sidebar-nav::before, .a-sidebar__sidebar-nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
    width: 36px;
    height: 100%;
    background-color: #30384d;
  }
  .a-sidebar__sidebar-nav::after {
    right: -35px;
    left: auto;
  }
  .a-sidebar__sidebar-title::after {
    width: 34px;
  }
  .a-sidebar__sidebar-ad--mobile {
    margin: 2.75rem 0;
  }
  .a-sidebar__mobile--icon {
    width: 37px;
  }
  .a-sidebar__mobile--trigger-bar {
    width: 56%;
  }
}
@media screen and (max-height: 868px) {
  .a-sidebar__sticky-wrapper {
    position: relative;
  }
}
.a-intro__content {
  font-size: 1.5rem;
  padding-right: 3.75rem;
}
.a-intro__content p {
  padding: 0;
  letter-spacing: 0.003em;
}
.a-intro__content span {
  letter-spacing: 0.0225em;
}
.a-intro__content h2 {
  font-size: 3rem;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .a-intro__content h2 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 550px) {
  .a-intro__content {
    font-size: 1rem;
    line-height: 1.5em;
    padding: 0;
  }
  .a-intro__content h2 {
    font-size: 1.625rem;
  }
}
.a-pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  margin-top: 12px;
  z-index: 1;
}
.a-pill-title {
  margin-right: 8px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.a-pill-item {
  cursor: pointer;
  margin: 4px;
  padding: 2px 22.4px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid #dee8f1;
  font-style: italic;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.a-pill-item:hover {
  background-color: #dee8f1;
}
.a-pill-item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 550px) {
  .a-pill {
    margin: 0 0 2.2222222vw;
  }
  .a-pill-title {
    margin-top: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .a-pill-item {
    margin: 10px 8px 0 0;
  }
}
.a-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #dee8f1;
  height: 50px;
  padding: 50px 0 56px 30px;
  margin: 14px 0;
}
.a-pagination-previous {
  position: relative;
  margin-right: 8px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.a-pagination-previous:hover {
  -webkit-transform: rotate(180deg) translateX(13px);
          transform: rotate(180deg) translateX(13px);
}
.a-pagination-previous:hover > .a-pagination-arrow > .a-pagination-arrow--middle {
  width: 28px;
}
.a-pagination-previous .a-pagination-arrow {
  position: absolute;
}
.a-pagination-previous--text {
  cursor: pointer;
  margin-right: 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.a-pagination-previous--text:hover + .a-pagination-previous {
  -webkit-transform: rotate(180deg) translateX(13px);
          transform: rotate(180deg) translateX(13px);
}
.a-pagination-previous--text:hover + .a-pagination-previous > .a-pagination-arrow > .a-pagination-arrow--middle {
  width: 28px;
}
.a-pagination-next {
  position: relative;
  margin-left: 8px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.a-pagination-next:hover {
  -webkit-transform: translateX(13px);
          transform: translateX(13px);
}
.a-pagination-next:hover > .a-pagination-arrow > .a-pagination-arrow--middle {
  width: 28px;
}
.a-pagination-next--text {
  cursor: pointer;
  margin-left: 23px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.a-pagination-next--text:hover + .a-pagination-next {
  -webkit-transform: translateX(13px);
          transform: translateX(13px);
}
.a-pagination-next--text:hover + .a-pagination-next > .a-pagination-arrow > .a-pagination-arrow--middle {
  width: 28px;
}
.a-pagination-numbers, .a-pagination-numbers--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #649cd3;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.a-pagination-numbers > :not(.a-pagination-ellipsis--wrapper) a, .a-pagination-numbers--mobile > :not(.a-pagination-ellipsis--wrapper) a {
  border: 1px solid #dee8f1;
  font-weight: 700;
  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;
  margin: 0 0.475rem;
  height: 36px;
  width: 36px;
  letter-spacing: 0.13px;
  text-decoration: none;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.a-pagination-numbers > :not(.a-pagination-ellipsis--wrapper) a:hover:not(.a-pagination-numbers--active), .a-pagination-numbers--mobile > :not(.a-pagination-ellipsis--wrapper) a:hover:not(.a-pagination-numbers--active) {
  cursor: pointer;
  background-color: #dee8f1;
}
.a-pagination-numbers--active {
  cursor: default;
  background-color: #649cd3;
  color: #fff;
}
.a-pagination-numbers--mobile {
  display: none;
}
.a-pagination-ellipsis--wrapper {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 44.27px;
  line-height: 24px;
  padding-bottom: 7px;
}
.a-pagination-ellipsis {
  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;
  color: #4b596d;
  letter-spacing: 4px;
}
.a-pagination-previous {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.a-pagination-arrow--top {
  height: 1px;
  width: 7px;
  background-color: #649cd3;
  float: right;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.a-pagination-arrow--middle {
  height: 1px;
  width: 24px;
  background-color: #649cd3;
  -webkit-transition: width 200ms;
  transition: width 200ms;
}
.a-pagination-arrow--bottom {
  height: 1px;
  width: 7px;
  background-color: #649cd3;
  float: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  margin-top: -1px;
}
.a-pagination-next .a-pagination-arrow {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .a-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 32px 0 56px 0;
  }
  .a-pagination-numbers {
    display: none;
  }
  .a-pagination-numbers > :not(.a-pagination-ellipsis--wrapper) a {
    border: none;
    font-weight: 300;
    display: block;
    height: auto;
    width: auto;
    margin: 0 0.275rem;
  }
  .a-pagination-numbers > :not(.a-pagination-ellipsis--wrapper) a:hover:not(.a-pagination-numbers--active) {
    cursor: pointer;
  }
  .a-pagination-numbers span > .a-pagination-numbers--active {
    background-color: white;
    color: #649cd3;
    font-weight: 700;
  }
  .a-pagination-numbers--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
  .a-pagination-ellipsis--wrapper {
    width: auto;
  }
  .a-pagination-next {
    margin-left: 12px;
  }
  .a-pagination-previous {
    margin-right: 12px;
  }
}
.a-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  padding: 2.819444vw 0 1.419444vw;
}
.a-filter-title {
  margin-right: 8px;
  margin-top: 20px;
  letter-spacing: 0.5px;
}
.a-filter__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.a-filter__form-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.a-filter__form-field label {
  font-size: 0;
  position: absolute;
  height: 0;
}
.a-filter__form-field--dropdown {
  margin: 19px 13px 0;
  padding: 0 21px 0 0;
  border-radius: 100px;
  border: 0.5px solid #4B596D;
  font-style: italic;
  position: relative;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.a-filter__form-field--dropdown:hover {
  background: #dee8f1;
  border: 0.5px solid #dee8f1;
  border-color: transparent;
}
.a-filter__form-field--dropdown:last-of-type {
  margin-right: 0;
}
.a-filter__form-field--dropdown:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #30384d;
  border-right: 1px solid #30384d;
  -webkit-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
}
.a-filter__form-field--dropdown select {
  color: #4b596d;
  border: none;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.a-filter__form-field--search {
  margin-top: 19px;
}
.a-filter__form-field--search input {
  background: #ECF2F7;
  color: #4b596d;
  border: none;
  background-image: url(search.2379e0e2.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
  padding: 0 1.25em;
  height: 2.25rem;
  width: 100%;
  -webkit-transition: background 50ms;
  transition: background 50ms;
}
.a-filter__form-field--search input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #dee8f1;
  background-position: right center;
}
.a-filter__form-field--search input:active, .a-filter__form-field--search input:focus {
  color: #4b596d;
  background-position: right center;
  background: #dee8f1;
}
.a-filter__form-field_search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 400px;
  margin-left: 3vw;
}

@media screen and (max-width: 1200px) {
  .a-filter__form-field--dropdown {
    margin-top: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .a-filter__form-field--search {
    margin-top: 10px;
  }
  .a-filter__form-field_search {
    margin-left: 13px;
    min-width: 260px;
  }
}
@media screen and (max-width: 550px) {
  .a-filter {
    margin: 0 0 1.315rem;
  }
  .a-filter-title {
    margin-top: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .a-filter__form-field--dropdown {
    margin: 10px 8px 0 0;
  }
  .a-filter__form-field--dropdown select {
    font-size: 0.875rem;
    font-weight: 400;
  }
  .a-filter__form-field--dropdown:last-of-type {
    margin-right: 15px;
  }
  .a-filter__form-field--search {
    margin-top: 10px;
  }
  .a-filter__form-field_search {
    margin-left: 0;
  }
}
.a-sorting {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  margin-top: 7px;
}
.a-sorting-title {
  margin-right: 15px;
  letter-spacing: 0.5px;
  margin-top: 1rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.a-sorting__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.a-sorting__form-container {
  position: relative;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.a-sorting__field-title {
  position: relative;
  z-index: 11;
  pointer-events: none;
  padding: 0.55rem 17px 0.55rem 21px;
  line-height: 1.2rem;
  color: #4b596d;
  border: none;
  font-size: 0.875rem;
  font-weight: 400;
  display: none;
}
.a-sorting__field-label {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.a-sorting__field-label--inp {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 4;
  -webkit-tap-highlight-color: transparent;
}
.a-sorting__field-label--inp:checked {
  z-index: 1;
}
.a-sorting__field-label--text {
  color: #b9c9d3;
  position: relative;
  z-index: 6;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.a-sorting__field-label--text:before {
  content: "";
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 31px;
  height: 100%;
}
.a-sorting__field-label_down .a-sorting__field-label--inp {
  z-index: 2;
}
.a-sorting__field-label_down .a-sorting__field-label--text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.a-sorting__field-label_down .a-sorting__field-label--text:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.a-sorting__mobile {
  margin: 5px 0 14px;
  padding: 0 21px 0 0;
  border-radius: 100px;
  border: 0.5px solid #4B596D;
  font-style: italic;
  position: relative;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.a-sorting__mobile:hover {
  background: #dee8f1;
  border: 0.5px solid #dee8f1;
  border-color: transparent;
}
.a-sorting__mobile:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #30384d;
  border-right: 1px solid #30384d;
  -webkit-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
}
.a-sorting__mobile label {
  font-size: 0;
  position: absolute;
  height: 0;
}
.a-sorting__mobile--dropdown {
  font-weight: 400;
  color: #4b596d;
  border: none;
  font-size: 0.875rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

@media screen and (min-width: 768px) {
  .a-sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .a-sorting__mobile {
    display: none;
  }
  .a-sorting__form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .a-sorting__field {
    position: relative;
    margin: 5px 0 0 13px;
    border-radius: 100px;
    -webkit-transition: 150ms;
    transition: 150ms;
    border: 1px solid #4B596D;
    overflow: hidden;
    background: transparent;
    letter-spacing: normal;
    color: #4b596d;
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.3rem;
  }
  .a-sorting__field-title {
    display: block;
  }
  .a-sorting__field-controls {
    position: static;
    border-left: 1px solid #b9c9d3;
    width: 36px;
    height: 100%;
  }
  .a-sorting__field-label {
    height: 50%;
    width: 100%;
    position: static;
  }
  .a-sorting__field-label--text {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 9999px;
    white-space: nowrap;
    display: block;
    color: #b9c9d3;
    position: relative;
    z-index: 6;
    cursor: pointer;
  }
  .a-sorting__field-label--text:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    color: inherit;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid currentColor;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -7px;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .a-sorting__field-label--text:hover {
    color: rgba(75, 89, 109, 0.8);
  }
  .a-sorting__field-label--inp:hover + .a-sorting__field-label--text, .a-sorting__field-label--inp:focus + .a-sorting__field-label--text {
    color: rgba(75, 89, 109, 0.8);
  }
  .a-sorting__field-label--inp:checked + .a-sorting__field-label--text {
    color: #4b596d;
  }
  .a-sorting__field-label:first-child {
    border-bottom: 1px solid #b9c9d3;
  }
  .a-sorting__field:hover, .a-sorting__field.is-checked {
    cursor: pointer;
    border-color: transparent;
    background-color: #dee8f1;
  }
}
@media screen and (max-width: 767px) {
  .a-sorting__field {
    display: none;
  }
  .a-sorting__field.is-checked {
    display: block;
  }
  .a-sorting__field-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1.5px solid #dee8f1;
  }
  .a-sorting__field-label--text {
    padding: 0.5rem;
    line-height: 1.3rem;
    font-size: 14px;
    color: #4b596d;
    letter-spacing: 0.5px;
  }
  .a-sorting__field-label--text:before {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13h14M1 7h10M1 1h6' stroke='%234B596D' stroke-linecap='square'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    height: 1.25rem;
  }
  .a-sorting__field-label--inp:checked + .a-sorting__field-label--text {
    background-color: #dee8f1;
    color: #4b596d;
  }
  .a-sorting__field-label_down .a-sorting__field-label--text:before {
    margin-left: 7px;
  }
  .a-sorting__field-label_up .a-sorting__field-label--text:before {
    margin-right: 7px;
  }
}
@media screen and (max-width: 550px) {
  .a-sorting {
    margin: 0 0 2rem;
  }
  .a-sorting-title {
    margin-top: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.a-contact-info__content-contact {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
}
.a-contact-info__content-contact--column {
  width: 25.305556vw;
  -webkit-box-flex: 0.385;
      -ms-flex: 0.385;
          flex: 0.385;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2.1rem;
  border-left: 1px solid #dee8f1;
}
.a-contact-info__content-contact--column .a-contact-info__content-contact--divider {
  display: none;
}
.a-contact-info__content-contact--column .a-contact-info__content-contact--name {
  padding-top: 0.8125rem;
  line-height: 18px;
}
.a-contact-info__content-contact--column .a-contact-info__content-contact--title {
  padding-top: 0.8125rem;
  line-height: 18px;
}
.a-contact-info__content-contact--column .a-contact-info__content-contact--email {
  padding-top: 0.6125rem;
}
.a-contact-info__content-contact--row {
  padding-top: 21px;
  line-height: 24px;
  width: 25.005556vw;
  overflow-y: hidden;
}
.a-contact-info__content-contact--row .a-contact-info__content-contact--info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.a-contact-info__content-contact--row .a-contact-info__content-contact--divider {
  top: -32.8px;
  left: -1.6125rem;
}
.a-contact-info__content-contact--mobile {
  display: none;
}
.a-contact-info__content-contact--dept {
  -webkit-box-flex: 0.75;
      -ms-flex: 0.75;
          flex: 0.75;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 3px;
  padding-right: 14px;
  color: #649cd3;
  text-transform: uppercase;
  max-width: 140px;
}
.a-contact-info__content-contact--title {
  font-style: italic;
}
.a-contact-info__content-contact--divider {
  width: 1px;
  height: calc(100% + 25px);
  background-color: #dee8f1;
  position: absolute;
  top: -25px;
  left: -2.3125rem;
}
.a-contact-info__content-contact--info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 1920px) {
  .a-contact-info__content-contact--column {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .a-contact-info__content-contact--row {
    max-width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .a-contact-info__content-contact {
    display: none;
    padding-top: 0;
  }
  .a-contact-info__content-contact--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 1.736111111em 0;
  }
  .a-contact-info__content-contact--dept {
    text-align: left;
    line-height: 18px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .a-contact-info__content-contact--info {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
    font-weight: 400;
  }
  .a-contact-info__content-contact--info span:not(:last-of-type) {
    margin-bottom: 0.45rem;
  }
  .a-contact-info__content-contact--title {
    line-height: 18px;
  }
  .a-contact-info__content-contact--divider {
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .a-contact-info__content-contact--dept {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .a-contact-info__content-contact--row .a-contact-info__content-contact--info {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
  .a-contact-info__content-contact--row .a-contact-info__content-contact--divider {
    top: 0;
  }
}
.a-meta-info__content {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  width: 100%;
  text-align: right;
  display: block;
}
.a-meta-info__content-meta-data {
  color: #649cd3;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1875em;
}
@media screen and (max-width: 1023px) {
  .a-meta-info__content {
    float: right;
    width: 50%;
    padding-top: 4.4444444vw;
  }
}
.a-choose-region {
  margin-top: 3rem;
}
.a-choose-region__title {
  font-size: 2.25rem;
  letter-spacing: 3px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  color: #30384d;
}
.a-choose-region__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 22px;
}
.a-choose-region__item {
  border: 1px solid #DEE8F1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.75rem 0 0 0;
  font-size: 1rem;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0.3px;
  min-height: 72px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.a-choose-region__item:last-child {
  margin-right: 0;
}
.a-choose-region__item-ic {
  display: block;
  border: none;
  max-width: 28vw;
  max-height: 45px;
  width: auto;
  height: auto;
  margin-left: 14px;
}
.a-choose-region__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 22px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-shadow: inset 0 0 0 #DEE8F1;
          box-shadow: inset 0 0 0 #DEE8F1;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  color: #4b596d;
}
.a-choose-region__item-link:hover {
  -webkit-box-shadow: inset 0 0 0 8px #DEE8F1;
          box-shadow: inset 0 0 0 8px #DEE8F1;
}
@media screen and (min-width: 551px) {
  .a-choose-region__item {
    margin-right: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .a-choose-region {
    margin-top: 4rem;
  }
  .a-choose-region__title {
    font-size: 3rem;
    letter-spacing: 3.1px;
  }
  .a-choose-region__list {
    margin-top: 2.2rem;
    margin-bottom: 1.2rem;
  }
  .a-choose-region__item {
    font-size: 1.5rem;
    line-height: 1.125;
    margin: 0.75rem 3vw 0.75rem 0;
  }
  .a-choose-region__item-link {
    padding: 2.2vw 3.2vw 2.2vw 3vw;
  }
  .a-choose-region__item-ic {
    margin-left: 1vw;
  }
}
@media screen and (min-width: 1201px) {
  .a-choose-region__item {
    min-height: 130px;
  }
  .a-choose-region__item-link {
    padding: 28px 46px 28px 43px;
  }
  .a-choose-region__item-ic {
    max-width: 9rem;
    max-height: 4.5rem;
    margin-left: 2rem;
  }
}

@media screen and (max-width: 550px) {
  .a-choose-region__item {
    line-height: 1.5;
  }
}
.a-share {
  text-align: right;
  padding: 1rem 0;
  margin-bottom: 10px;
}
.a-share__label {
  vertical-align: middle;
  display: inline-block;
}
.a-share__link {
  background: #649cd3;
  display: inline-block;
  font-size: 1.5rem;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  overflow: hidden;
  padding: 0.2em;
  margin-left: 0.4em;
  vertical-align: middle;
}
.a-share__link--envelope {
  padding: 0.25em;
}
.a-share__ic {
  color: white;
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .a-share {
    text-align: left;
    padding-top: 0;
  }
}

.a-preview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.65rem;
}
.a-preview:last-of-type {
  margin-bottom: 5px;
}
.a-preview__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21vw;
          flex: 0 0 21vw;
  max-width: 350px;
  overflow: hidden;
  margin-right: 35px;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 1.5rem;
  margin-top: 3px;
}
.a-preview__media:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 150px;
  padding-bottom: calc(139px - 43%);
}
.a-preview__media:hover::after {
  content: "";
  -webkit-animation: hover_media;
          animation: hover_media;
  -webkit-animation-duration: 0.45s;
          animation-duration: 0.45s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(100, 156, 211, 0.78);
}
@-webkit-keyframes hover_media {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover_media {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.a-preview__media img {
  display: block;
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  z-index: 1;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .a-preview__media img {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.a-preview__media-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  color: white;
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 1.6;
  padding: 7px;
  height: 60px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
  background: #649cd3;
  z-index: 5;
}
.a-preview__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-bottom: 1.8rem;
  position: relative;
  margin-right: -34px;
  padding-right: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.a-preview__content:after {
  position: absolute;
  content: "";
  display: block;
  width: 21.255556vw;
  background: #dee8f1;
  padding-top: 1px;
  bottom: 0;
}
.a-preview__more {
  position: absolute;
  padding-bottom: 3rem;
  bottom: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.a-preview__more:hover .a-preview__more-link {
  color: #649cd3;
}
.a-preview__more-link {
  cursor: pointer;
  position: relative;
  color: #4b596d;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 0.25em;
}
.a-preview__more-arrow {
  position: absolute;
  bottom: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 45px;
  margin: 2px 0 0;
  display: block;
  color: #649cd3;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.a-preview__more-arrow:before, .a-preview__more-arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.a-preview__more-arrow:before {
  height: 1px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: width 200ms;
  transition: width 200ms;
  left: 0;
  top: 50%;
}
.a-preview__more-arrow:after {
  right: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.a-preview__more-link:hover .a-preview__more-arrow {
  width: 70px;
}
.a-preview-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  color: #b9c9d3;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 5px;
  letter-spacing: 3px;
}
.a-preview-meta__item {
  color: #b9c9d3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a-preview-meta__item:first-child {
  color: #649cd3;
}
.a-preview-meta__item a {
  color: #649cd3;
  padding: 0 4px;
  margin: 0 -4px;
}
.a-preview-meta__item a:hover {
  background-color: #dee8f1;
}
.a-preview-meta__item:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #b9c9d3;
}
.a-preview-meta__item:last-child:after {
  display: none;
}
.a-preview-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 300;
  margin: 0 40px 0 0;
  font-size: 2.25rem;
  line-height: 3rem;
  letter-spacing: 0.1px;
}
.a-preview-title a {
  padding-right: 6px;
  font-weight: 300;
  cursor: pointer;
  color: inherit;
}
.a-preview-title a:hover {
  background-color: #dee8f1;
}
.a-preview-desc {
  padding-top: 0.65rem;
  letter-spacing: 0.3px;
  line-height: 1.5rem;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  margin-top: 9px;
  margin-left: 3px;
  padding-right: 31px;
}
.a-preview .a-pill {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.a-preview_short {
  margin-bottom: 1.8rem;
}
.a-preview_short .a-preview__content:after {
  width: 13.255556vw;
}
.a-preview_full-image {
  margin-bottom: 1.65rem;
}
.a-preview_full-image .a-preview-desc {
  margin-top: 0;
  padding-bottom: 7px;
}
.a-preview_full-image .a-preview__content {
  border-bottom: 1px solid #dee8f1;
  margin-right: 0;
  padding-right: 80px;
  margin-bottom: 1rem;
}
.a-preview_full-image .a-preview__content:after {
  display: none;
}
.a-preview:last-of-type .a-preview__content {
  border-bottom: none;
}
.a-preview:last-of-type .a-preview__content:after {
  display: none;
}
.a-preview_new .a-preview__content:after {
  display: none;
}
.a-preview_new {
  position: relative;
  padding: 5rem 0 2.6rem;
  z-index: 0;
}
.a-preview_new-fig {
  position: absolute;
  display: block;
  margin: 0;
  top: 0;
  left: -75px;
  width: calc(100% + 215px);
  height: 100%;
  opacity: 0.4;
  background-color: #dee8f1;
}
.a-preview_new-fig:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4.416667vw solid #fff;
  border-right: 4.416667vw solid rgba(185, 201, 211, 0.4);
  z-index: 1;
}
.a-preview_new-badge {
  position: absolute;
  top: 27.4%;
  left: -26px;
  width: 0;
  height: 0;
  z-index: 1;
}
.a-preview_new-badge svg {
  display: block;
}
@media screen and (min-width: 1600px) {
  .a-preview_new-fig {
    width: calc(100% + 275px);
  }
}
@media screen and (min-width: 1920px) {
  .a-preview_new-fig {
    width: calc(100% + 230px);
  }
  .a-preview_new-fig:before {
    border-width: 75px;
  }
}
@media screen and (min-width: 1201px) {
  .a-preview-desc ~ .a-preview__more {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: static;
    padding: 0;
    margin: 0;
    display: block;
  }
  .a-preview-desc ~ .a-preview__more .a-preview__more-link {
    position: absolute;
    right: 0;
    margin-top: 0.65rem;
  }
}
@media screen and (max-width: 1200px) {
  .a-preview-title {
    font-size: 1.75rem;
    line-height: 1.1428571429;
    margin: 0 50px 0 0;
  }
  .a-preview__more {
    right: 50px;
  }
  .a-preview_new {
    padding: 4.875rem 2.4375rem 2.4375rem 4.875rem;
  }
  .a-preview_new-fig {
    right: auto;
    left: -15px;
    width: calc(100% + 95px);
  }
  .a-preview_new-badge {
    top: 21%;
    left: -15px;
  }
}
@media screen and (max-width: 1023px) {
  .a-preview {
    display: block;
  }
  .a-preview__content {
    padding-bottom: 2.85rem;
    padding-right: 0;
    margin-right: 0;
    display: block;
  }
  .a-preview__more {
    right: 0;
  }
  .a-preview__media {
    margin-right: 0px;
  }
  .a-preview__media:before {
    padding-bottom: 0;
    padding-top: 158px;
  }
  .a-preview__more {
    position: relative;
    padding: 20px 0 0 0;
    margin: 0;
  }
  .a-preview__more-link {
    position: relative;
    margin-top: 0;
  }
  .a-preview-desc {
    max-width: 700px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .a-preview-meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .a-preview-meta__item--category {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .a-preview-meta__item--category:after {
    display: none;
  }
  .a-preview_full-image .a-preview__content {
    padding-right: 0;
  }
  .a-preview_new {
    padding: 4.6875rem 4.6875rem 2.4375rem;
  }
  .a-preview_new-fig {
    right: auto;
    left: 0;
    width: 100%;
  }
  .a-preview_new-fig:before {
    border-width: 40px;
  }
  .a-preview_new-badge {
    left: auto;
    top: -25px;
    right: 60px;
  }
}
@media screen and (max-width: 550px) {
  .a-preview__content {
    padding-bottom: 2rem;
  }
  .a-preview__content:after {
    width: 100%;
  }
  .a-preview_short .a-preview__content::after {
    width: 100%;
  }
  .a-preview__media-caption {
    display: none;
  }
  .a-preview_full-image .a-preview__content {
    margin-bottom: 3rem;
  }
  .a-preview-title {
    font-size: 1.6rem;
    margin-top: 0.5rem;
    line-height: 1.4;
    margin-right: 0;
  }
  .a-preview-title line-w a {
    padding: 0;
    -webkit-transition: color 150ms, border 100ms;
    transition: color 150ms, border 100ms;
  }
  .a-preview-title line-w a:hover {
    color: #649cd3;
    background-color: transparent;
    -webkit-box-shadow: inset 0px -3px 0px 0 #dee8f1;
            box-shadow: inset 0px -3px 0px 0 #dee8f1;
  }
  .a-preview-meta {
    line-height: 1.4;
  }
  .a-preview_new {
    padding: 3.64375rem 2.34375rem 0;
  }
  .a-preview_new-fig:before {
    border-width: 30px;
  }
}

.a-transactions-year {
  margin-top: 2.875rem;
}
.a-transactions-year h2 {
  margin-bottom: 14px;
  letter-spacing: 0.28rem;
  font-size: 2.1rem;
  line-height: 1.1;
}
.a-transactions-year__list {
  list-style: none;
  padding-left: 0;
}
.a-transactions-year__item {
  padding: 1.1rem 0;
  border-top: 1px solid #dee8f1;
}
.a-transactions-year__item:last-child {
  border-bottom: none;
}
.a-transactions-year__item-link {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.a-transactions-year__item-link:active {
  -webkit-tap-highlight-color: transparent;
}
.a-transactions-year__item-head {
  color: #30384d;
  font-size: 1.12rem;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 6px;
}
.a-transactions-year__item-btn {
  color: #4b596d;
  line-height: 1.25;
}
.a-transactions-year__item-btn--icon {
  width: 20px;
  height: 26px;
  margin-left: 9px;
  vertical-align: middle;
  display: inline-block;
  fill: currentColor;
  color: #649cd3;
  margin-top: -6px;
}

@media screen and (min-width: 1200px) {
  .a-transactions-year {
    padding-bottom: 30px;
    border-bottom: 1px solid #dee8f1;
    margin-right: 3.83vw;
  }
  .a-transactions-year:first-child {
    margin-top: 4rem;
  }
  .a-transactions-year:last-child {
    border-bottom: none;
  }
  .a-transactions-year h2 {
    margin-bottom: 24px;
    font-size: 3.1rem;
    letter-spacing: 0.15rem;
  }
  .a-transactions-year__item {
    border: none;
    padding: 0;
    margin-top: 14px;
  }
  .a-transactions-year__item-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6px 15px 6px 2px;
  }
  .a-transactions-year__item-link:hover {
    background-color: #ecf2f7;
  }
  .a-transactions-year__item-head {
    width: auto;
    max-width: 500px;
    letter-spacing: 0.2px;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .a-transactions-year__item-btn {
    margin-left: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .a-transactions-year__item {
    padding: 1.5rem 0;
  }
}
.a-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 0 2.25rem;
}
.a-person__photo {
  width: 120px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.a-person__photo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.a-person__photo-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  color: #fff;
  -webkit-transition: opacity 0.5s linear, -webkit-transform 1s ease-in-out;
  transition: opacity 0.5s linear, -webkit-transform 1s ease-in-out;
  transition: opacity 0.5s linear, transform 1s ease-in-out;
  transition: opacity 0.5s linear, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  background: rgba(100, 156, 211, 0.78);
  -webkit-transform: scale(1.5, 1.2);
          transform: scale(1.5, 1.2);
  -webkit-transform-origin: center;
          transform-origin: center;
  letter-spacing: 0.6px;
}
.a-person__photo-link:hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.25s linear, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.25s linear, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.25s linear, transform 0.4s ease-in-out;
  transition: opacity 0.25s linear, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.a-person__photo img {
  display: block;
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  z-index: 1;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  z-index: 1;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .a-person__photo img {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.a-person__data {
  font-size: 1rem;
  letter-spacing: 0.3px;
  line-height: 1.5;
  font-weight: 300;
  -ms-flex-item-align: center;
      align-self: center;
}
.a-person__data-link {
  display: inline;
  color: inherit;
}
.a-person__data-link:hover {
  -webkit-box-shadow: 0 5px 0 #dee8f1;
          box-shadow: 0 5px 0 #dee8f1;
}
.a-person-name {
  font-weight: bold;
  display: inline-block;
  color: #649cd3;
  line-height: 1.25;
  font-size: 1.5rem;
}
.a-person-title {
  display: inline-block;
  color: #649cd3;
  line-height: 1.25;
  font-size: 1.5rem;
}
.a-person-company {
  font-weight: bold;
}
.a-person-contact {
  white-space: nowrap;
}
.a-person-contact__type {
  font-weight: normal;
  margin-right: 3px;
}
.a-person-contact__email {
  color: #649cd3;
  border-bottom: 1px solid currentColor;
}
.a-person-contact a[href*=tel] {
  color: #4b596d;
  pointer-events: none;
}
.a-person-contact a:not([href*=tel]) {
  color: inherit;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 0 0 3px transparent;
          box-shadow: 0 0 0 3px transparent;
}
.a-person-contact a:not([href*=tel]):hover {
  -webkit-box-shadow: 0 0 0 3px #dee8f1;
          box-shadow: 0 0 0 3px #dee8f1;
  background: #dee8f1;
}
.a-person-phone {
  cursor: auto;
}
.a-person-phone a {
  color: currentColor;
  pointer-events: none;
}
.a-person-phone a:hover {
  cursor: auto;
}

@media screen and (max-width: 1023px) {
  .a-person__photo {
    width: 6rem;
    -ms-flex-preferred-size: 6rem;
        flex-basis: 6rem;
    margin-right: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .a-person-name, .a-person-title {
    display: inline;
  }
}
@media screen and (max-width: 550px) {
  .a-person {
    margin: 0.5rem 0 0.75rem;
  }
  .a-person__photo {
    margin-right: 1.5rem;
    width: 4.5rem;
    -ms-flex-preferred-size: 4.5rem;
        flex-basis: 4.5rem;
  }
  .a-person-contact {
    cursor: pointer;
  }
  .a-person-contact a[href*=tel] {
    pointer-events: all;
  }
  .a-person-contact a,
.a-person-contact a[href*=tel] {
    color: inherit;
    pointer-events: all;
    -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-box-shadow: 0 0 0 3px transparent;
            box-shadow: 0 0 0 3px transparent;
  }
  .a-person-contact a:hover,
.a-person-contact a[href*=tel]:hover {
    -webkit-box-shadow: 0 0 0 3px #dee8f1;
            box-shadow: 0 0 0 3px #dee8f1;
    background: #dee8f1;
  }
  .a-person-phone {
    cursor: pointer;
  }
  .a-person-phone--number {
    color: #649cd3;
    border-bottom: 1px solid currentColor;
  }
  .a-person-phone a {
    color: inherit;
    pointer-events: all;
    -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-box-shadow: 0 0 0 3px transparent;
            box-shadow: 0 0 0 3px transparent;
  }
  .a-person-phone a:hover {
    -webkit-box-shadow: 0 0 0 3px #dee8f1;
            box-shadow: 0 0 0 3px #dee8f1;
    background: #dee8f1;
  }
  .a-person-name, .a-person-title {
    font-size: 1.125rem;
  }
}
.a-bio-excerpt {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .a-bio-excerpt {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .a-bio-excerpt {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .a-bio-excerpt {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.a-bio-excerpt__headshot {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 295px;
  margin-right: 45px;
}
.a-bio-excerpt__headshot img {
  display: block;
  width: 100%;
  height: auto;
}
.a-bio-excerpt__register {
  margin-top: 1.5rem;
  text-align: right;
}

@media screen and (max-width: 1320px) {
  .a-bio-excerpt__headshot {
    width: 41.295705247%;
    max-width: 295px;
    margin-right: 6.299344868%;
  }
}
@media screen and (max-width: 750px) {
  .a-bio-excerpt__headshot {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
  }
  .a-bio-excerpt__content {
    width: 353px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 640px) {
  .a-bio-excerpt {
    display: block;
    padding-top: 40px;
    border-top: 1px solid #d9e4ef;
  }
  .a-bio-excerpt__headshot {
    margin: 0 0 1.5rem;
  }
  .a-bio-excerpt__content {
    width: 100%;
  }
  .a-bio-excerpt__register {
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  .a-bio-excerpt {
    padding-top: 30px;
  }
  .a-bio-excerpt__headshot {
    max-width: 177px;
  }
}
.a-read-button {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  color: #4b596d;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.a-read-button__arrow {
  position: absolute;
  bottom: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 45px;
  margin: 0;
  display: block;
  color: #649cd3;
}
.a-read-button__arrow:before, .a-read-button__arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.a-read-button__arrow:before {
  height: 1px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: width 200ms;
  transition: width 200ms;
  left: 0;
  top: 50%;
}
.a-read-button__arrow:after {
  right: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.a-read-button:hover .a-read-button__arrow {
  width: 65px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.a-return-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a-return-button__arrow {
  position: relative;
  margin-right: 15px;
  margin-left: 20px;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.a-return-button__arrow--inner {
  position: absolute;
}
.a-return-button__arrow--top {
  height: 1px;
  width: 7px;
  background-color: #649cd3;
  float: right;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.a-return-button__arrow--middle {
  height: 1px;
  width: 19px;
  background-color: #649cd3;
  -webkit-transition: width 200ms;
  transition: width 200ms;
}
.a-return-button__arrow--bottom {
  height: 1px;
  width: 7px;
  background-color: #649cd3;
  float: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  margin-top: -1px;
}
.a-return-button:hover .a-return-button__arrow {
  -webkit-transform: rotate(180deg) translateX(10px);
          transform: rotate(180deg) translateX(10px);
}
.a-return-button:hover > .a-return-button__arrow--middle {
  width: 3.472222222vw;
  min-width: 30px;
}

.a-arrow-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
}
.a-arrow-button:hover {
  text-decoration: none;
}
.a-arrow-button--disabled {
  opacity: 0.35;
  pointer-events: none;
}
.a-arrow-button__text {
  color: #4b596d;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.2s ease-out;
  transition: border-bottom-color 0.2s ease-out;
}
.a-arrow-button:hover .a-arrow-button__text {
  border-bottom-color: #649cd3;
}
.a-arrow-button--disabled:hover .a-arrow-button__text {
  border-bottom-color: transparent;
}
.a-arrow-button__arrow {
  position: relative;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.a-arrow-button__arrow-top {
  height: 1px;
  width: 15px;
  background-color: #649cd3;
  float: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  position: absolute;
  right: 0;
}
.a-arrow-button__arrow-middle {
  height: 1px;
  width: 20px;
  background-color: #649cd3;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.a-arrow-button__arrow-bottom {
  height: 1px;
  width: 15px;
  background-color: #649cd3;
  float: right;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  position: absolute;
  right: 0;
  top: 0;
}
.a-arrow-button:hover .a-arrow-button__arrow {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.a-arrow-button:hover .a-arrow-button__arrow-middle {
  -webkit-transform: scaleX(1.5);
          transform: scaleX(1.5);
}
.a-arrow-button--disabled:hover .a-arrow-button__arrow {
  -webkit-transform: none;
          transform: none;
}
.a-arrow-button--disabled:hover .a-arrow-button__arrow-middle {
  -webkit-transform: none;
          transform: none;
}

.m-image-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 1rem -5px;
}
.m-image-card-wrap {
  margin: 0;
  padding: 5px;
  width: 33.333333%;
}
.m-image-card__item {
  margin: 0;
  width: 100%;
}
.m-image-card__link {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 260px;
  z-index: 1;
}
.m-image-card__link::before {
  content: "";
  display: block;
  padding-bottom: 260px;
}
.m-image-card__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  color: #fff;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  background: rgba(100, 156, 211, 0.78);
}
.m-image-card__link:hover {
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.m-image-card__link:hover::after {
  opacity: 1;
}
.m-image-card__link:hover .m-image-card__text {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.m-image-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.m-image-card__text {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}
.m-image-card__text {
  background: #649cd3;
  color: #fff;
  -webkit-transition: opacity 1s, -webkit-transform 1s ease-in-out;
  transition: opacity 1s, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s;
  transition: transform 1s ease-in-out, opacity 1s, -webkit-transform 1s ease-in-out;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: center;
          transform-origin: center;
  letter-spacing: 0.6px;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  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;
}

@media screen and (max-width: 1023px) {
  .m-image-card-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .m-image-card {
    margin: 1rem 0;
  }
  .m-image-card__link {
    max-height: 320px;
  }
  .m-image-card__link::before {
    padding-bottom: 320px;
  }
  .m-image-card-wrap {
    width: 100%;
    margin: 5px 0;
    padding: 0;
  }
}
.m-banner {
  width: 100%;
  height: 87.281795511vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 1;
}
.m-banner__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #fff;
  z-index: 2;
}
.m-banner__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.m-banner__video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#141A28), color-stop(37.07%, rgba(29, 36, 52, 0.46)), to(rgba(48, 56, 77, 0.8)));
  background: linear-gradient(180deg, #141A28 0%, rgba(29, 36, 52, 0.46) 37.07%, rgba(48, 56, 77, 0.8) 100%);
  z-index: 1;
}
.m-banner__content {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  z-index: 2;
  opacity: 0;
  -webkit-animation: tigger_opacity;
          animation: tigger_opacity;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.m-banner__content--bg-vjs {
  width: 100%;
  height: calc(100vh - 107px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
}
@-webkit-keyframes tigger_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tigger_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.m-banner__content--inner {
  color: #fff;
  width: 75.8333333vw;
  padding-bottom: 22.718204489vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 11;
}
.m-banner__content--title {
  color: #fff;
  margin: 0;
  letter-spacing: normal;
  font-size: 7.291666667rem;
}
.m-banner__content--subtitle.delta {
  color: #fff;
}
.m-banner__content--subtitle {
  margin: 0;
  font-weight: 300;
  letter-spacing: 8px;
}
.m-banner__content--intro {
  color: #fff;
  text-transform: none;
  padding: 40px 0 0;
  max-width: 400px;
  font-weight: 400;
  margin-bottom: 45px;
}
.m-banner__triangles {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0.27;
}
.m-banner__triangles--left {
  content: "";
  width: 0;
  height: 0;
  position: fixed;
  bottom: 0;
  right: 50%;
  border-style: solid;
  border-width: 34.192361111vw 0 0 50vw;
  border-color: transparent transparent transparent #649cd3;
}
.m-banner__triangles--right {
  content: "";
  width: 0;
  height: 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 34.192361111vw 50vw 0 0;
  border-color: transparent #649cd3 transparent transparent;
}
.m-banner_form {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
}
.m-banner_form--mobile {
  display: none;
}
.m-banner_form__form {
  height: 100px;
  width: 100%;
  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;
}
.m-banner_form__form-field {
  text-align: left;
  text-transform: capitalize;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 20%;
  margin: 0 10px;
}
.m-banner_form__form-field--dropdown {
  position: relative;
  border: 1px solid #b9c9d3;
  padding: 0 0 0 0.75rem;
  margin-top: 10px;
  border-radius: 120px;
  
 }
.m-banner_form__form-field--dropdown:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-80%) rotate(45deg);
  transform: translateY(-80%) rotate(45deg);
}
.m-banner_form__form-field input {
  height: 28.1px;
  padding: 0 0 0 0.75rem;
  margin-top: 10px;
  color: #fff ;
}
.m-banner_form__form-field input:focus {
  color: #4b596d;
}
.m-banner_form__form-field select {
  height: 28.1px;
  border: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  
}
.m-banner_form__form-field select::-ms-expand {
  display: none;
}
.m-banner_form__form-field select:focus {
  background-color: transparent !important;
  color: #000 !important;
}
.m-banner_form__form-field:first-of-type {
  margin-left: 0;
}
.m-banner_form__form-field:last-of-type {
  margin-right: 0;
}
.m-banner_form__cta--btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  background: none;
  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;
  height: 39px;
}
.m-banner_form-cta--text {
  width: 120px;
}
.m-banner_form-cta--text:hover ~ .m-banner_form-cta--arrow {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.m-banner_form-cta--arrow {
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.m-banner_form-cta--arrow-top {
  height: 1px;
  width: 15px;
  background-color: #fff;
  float: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.m-banner_form-cta--arrow-middle {
  height: 1px;
  width: 25px;
  background-color: #fff;
}
.m-banner_form-cta--arrow-bottom {
  height: 1px;
  width: 15px;
  background-color: #fff;
  float: right;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

@media screen and (max-width: 1200px) {
  .m-banner__content--title {
    font-size: 10.066667vw;
  }
  .m-banner__content--subtitle {
    font-size: 2.031vw;
  }
  .m-banner_form__form-field--dropdown select {
    padding: 0 1.25em 0 0.5em;
  }
}
@media screen and (max-width: 1023px) {
  .m-banner__content {
    height: 100%;
  }
  .m-banner__triangles {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-banner {
    height: 480px;
  }
  .m-banner__triangles {
    width: 100%;
  }
  .m-banner__triangles--left, .m-banner__triangles--right {
    bottom: 0;
    position: absolute;
  }
  .m-banner__triangles--left {
    right: 50%;
    left: auto;
  }
  .m-banner__triangles--right {
    left: 50%;
    right: auto;
  }
  .m-banner__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-banner__content--inner {
    margin-top: 50px;
    padding-bottom: 0;
  }
  .m-banner__content--inner button {
    margin-top: 25px;
  }
  .m-banner__content--title {
    font-size: 3rem;
  }
  .m-banner__content--subtitle {
    font-size: 1rem;
  }
  .m-banner__content--subtitle.delta {
    letter-spacing: 0.2em;
  }
  .m-banner__content--intro {
    display: none;
  }
  .m-banner__video--overlay {
    height: 100vh;
  }
  .m-banner_form {
    display: none;
    overflow: visible;
  }
  .m-banner_form--mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 60px 30px;
    color: #fff;
    background: #30384d;
  }
  .m-banner_form__form {
    height: 100%;
    overflow-y: auto;
  }
  .m-banner_form.mobile-open {
    opacity: 1;
    display: block;
  }
  .m-banner_form__close {
    position: absolute;
    top: 12px;
    right: 23px;
    background: none;
    padding: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
  }
  .m-banner_form__close::before, .m-banner_form__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: -1px;
  }
  .m-banner_form__close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .m-banner_form__close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .m-banner_form__cta--btn {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 15px;
  }
  .m-banner_form__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .m-banner_form__form-field {
    width: 100%;
    margin: 15px 0;
  }
  .m-banner_form__form-field input {
    padding: 0;
    padding-left: 10px;
  }
}
@media screen and (max-width: 550px) {
  .m-banner__content--inner {
    margin-top: 80px;
  }
  .m-banner__content--title {
    margin-bottom: 1rem;
  }
  .m-banner__content--subtitle {
    font-weight: normal;
    margin-bottom: 1rem;
  }
}
@media screen and (max-height: 700px) {
  .m-banner__video {
    height: 100%;
  }
  .m-banner__video--overlay {
    height: 100%;
  }
}
.m-choice {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  padding-top: 90px;
  min-height: 700px;
  overflow: hidden;
  pointer-events: all !important;
  z-index: 1;
}
.m-choice__video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: calc(34.192361111vw + 10px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 0;
}
.m-choice__video--mobile, .m-choice__video--mobile-overlay {
  display: none;
}
.m-choice__overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
  z-index: 1;
}
.m-choice__intro--mobile {
  display: none;
}
.m-choice__triangles {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transform: translateY(-87.281795511vh);
          transform: translateY(-87.281795511vh);
}
.m-choice__triangles-top {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 3;
}
.m-choice__triangles-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  background: -webkit-gradient(linear, left top, right top, from(#e9f0f6), color-stop(50%, #e9f0f6), color-stop(50.00001%, #f3f7fa), to(#f3f7fa));
  background: linear-gradient(to right, #e9f0f6, #e9f0f6 50%, #f3f7fa 50.00001%, #f3f7fa);
}
.m-choice__triangles-wrap {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: -1px;
}
.m-choice__triangles-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-choice__triangles-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 155, 211, 0.27);
}
.m-choice__triangles--left, .m-choice__triangles--right {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-choice__triangles--left::after, .m-choice__triangles--right::after {
  content: "";
  display: table;
  clear: both;
}
.m-choice__triangles--left .m-choice__triangles-triangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  float: right;
  z-index: 3;
}
.m-choice__triangles--left .m-choice__triangles-triangle::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 34.192361111vw 0;
  border-color: transparent #e9f0f6 transparent transparent;
}
.m-choice__triangles--right .m-choice__triangles-triangle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
.m-choice__triangles--right .m-choice__triangles-triangle::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 34.192361111vw 50vw;
  border-color: transparent transparent transparent #f3f7fa;
}
.m-choice__column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  z-index: 4;
}
.m-choice__column-wrapper {
  max-width: 320px;
  margin: 0 80px 0 40px;
  z-index: 2;
}
.m-choice__column-wrapper:first-of-type {
  margin: 0 200px 0 0px;
}
.m-choice__column-wrapper:last-of-type {
  margin: 0 80px 0 0px;
}
.m-choice__column-wrapper button {
  margin-top: 40px;
}
.m-choice__column--title {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 1;
}
.m-choice__arrow {
  position: absolute;
  color: #fff;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: -2px;
  z-index: 3;
  -webkit-animation: grow_arrow;
          animation: grow_arrow;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes grow_arrow {
  0% {
    top: 0;
  }
  40% {
    top: 20px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@keyframes grow_arrow {
  0% {
    top: 0;
  }
  40% {
    top: 20px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
.m-choice__arrow-top {
  height: 1px;
  width: 30px;
  background-color: #649cd3;
  opacity: 0.34;
  float: right;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.m-choice__arrow-middle {
  height: 1px;
  width: 7.638888889vw;
  background-color: #649cd3;
  opacity: 0.34;
}
.m-choice__arrow-bottom {
  height: 1px;
  width: 30px;
  background-color: #649cd3;
  opacity: 0.34;
  float: right;
  margin-top: -2px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

@media screen and (max-width: 1200px) {
  .m-choice__video {
    width: 100%;
    height: 100%;
  }
  .m-choice__column {
    margin-top: 0;
  }
  .m-choice__column-wrapper {
    padding: 42px;
  }
  .m-choice__column-wrapper:first-of-type::before {
    height: 60%;
  }
  .m-choice__column-wrapper:first-of-type::after {
    top: 60%;
  }
  .m-choice__column-wrapper:last-of-type::before {
    height: 60%;
  }
  .m-choice__column-wrapper:last-of-type::after {
    bottom: 60%;
  }
  .m-choice__column-wrapper + .m-choice__column-wrapper {
    padding: 42px;
  }
  .m-choice__arrow {
    position: absolute;
    top: 0;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-animation: grow_arrow;
            animation: grow_arrow;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  @-webkit-keyframes grow_arrow {
    0% {
      top: 0;
    }
    40% {
      top: 20px;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      top: 20px;
    }
  }
  @keyframes grow_arrow {
    0% {
      top: 0;
    }
    40% {
      top: 20px;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      top: 20px;
    }
  }
  .m-choice__arrow-top {
    height: 1px;
    width: 20px;
    background-color: #649cd3;
    opacity: 0.34;
    float: right;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .m-choice__arrow-middle {
    height: 1px;
    width: 40px;
    background-color: #649cd3;
    opacity: 0.34;
  }
  .m-choice__arrow-bottom {
    height: 1px;
    width: 20px;
    background-color: #649cd3;
    opacity: 0.34;
    float: right;
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
@media screen and (max-width: 1023px) {
  .m-choice {
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    overflow: visible;
  }
  .m-choice::before, .m-choice::after {
    content: "";
    position: absolute;
    bottom: calc(100% - 60px);
    width: 0;
    height: 0;
    opacity: 0.27;
  }
  .m-choice::before {
    right: 50%;
    border-style: solid;
    border-width: 34.192361111vw 0 0 50vw;
    border-color: transparent transparent transparent #649cd3;
  }
  .m-choice::after {
    left: 50%;
    border-style: solid;
    border-width: 34.192361111vw 50vw 0 0;
    border-color: transparent #649cd3 transparent transparent;
  }
  .m-choice__intro--mobile {
    display: block;
    text-align: center;
    margin-top: 0.5rem;
    line-height: 1.625;
    padding-top: 35px;
  }
  .m-choice__video {
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-choice__video--mobile {
    display: block;
  }
  .m-choice__video--mobile-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b9c9d3;
    opacity: 0.765;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .m-choice__column {
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    width: 91.805555556vw;
    margin-top: 4vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-choice__column::after, .m-choice__column::before {
    display: none;
  }
  .m-choice__column--title {
    margin-bottom: 0;
    font-size: 2.25rem;
  }
  .m-choice__column-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 70px 52px 0;
  }
  .m-choice__column-wrapper:first-of-type {
    margin: 0 auto;
  }
  .m-choice__column-wrapper:first-of-type::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #ecf2f7;
    z-index: -1;
  }
  .m-choice__column-wrapper:first-of-type::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0 0 91.805555556vw;
    border-color: #ecf2f7 transparent transparent transparent;
    z-index: -1;
  }
  .m-choice__column-wrapper:last-of-type {
    margin: 0 auto;
  }
  .m-choice__column-wrapper:last-of-type::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #ecf2f7;
    z-index: -1;
  }
  .m-choice__column-wrapper:last-of-type::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 91.805555556vw 150px 0;
    border-color: transparent transparent #ecf2f7 transparent;
    z-index: -1;
  }
  .m-choice__column-wrapper + .m-choice__column-wrapper {
    padding: 0 52px 49px;
    margin-top: 130px;
  }
  .m-choice__arrow {
    position: absolute;
    top: 0;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-animation: grow_arrow;
            animation: grow_arrow;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  @-webkit-keyframes grow_arrow {
    0% {
      top: 0;
    }
    40% {
      top: 20px;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      top: 20px;
    }
  }
  @keyframes grow_arrow {
    0% {
      top: 0;
    }
    40% {
      top: 20px;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      top: 20px;
    }
  }
  .m-choice__arrow-top {
    height: 1px;
    width: 20px;
    background-color: #649cd3;
    opacity: 0.34;
    float: right;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .m-choice__arrow-middle {
    height: 1px;
    width: 40px;
    background-color: #649cd3;
    opacity: 0.34;
  }
  .m-choice__arrow-bottom {
    height: 1px;
    width: 20px;
    background-color: #649cd3;
    opacity: 0.34;
    float: right;
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .m-choice__triangles {
    display: none;
  }
  .m-choice__triangles-wrap, .m-choice__triangles-top {
    opacity: 0;
  }
  .m-choice .v-button-text {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  .m-choice {
    padding-top: 60px;
  }
  .m-choice__column {
    width: calc(100vw - (35px * 2));
  }
  .m-choice__column-wrapper:first-of-type::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #ecf2f7;
    z-index: -1;
  }
  .m-choice__column-wrapper:first-of-type::after {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 210px 0 0 calc(100vw - (35px * 2));
    border-color: #ecf2f7 transparent transparent transparent;
    z-index: -1;
  }
  .m-choice__column-wrapper:last-of-type::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67%;
    background-color: #ecf2f7;
    z-index: -1;
  }
  .m-choice__column-wrapper:last-of-type::after {
    content: "";
    position: absolute;
    bottom: 67%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 calc(100vw - (35px * 2)) 210px 0;
    border-color: transparent transparent #ecf2f7 transparent;
    z-index: -1;
  }
}
@media screen and (max-height: 700px) {
  .m-choice {
    margin-top: 0;
  }
}
.m-conference.section-scene-loaded {
  margin-top: -120vh;
}

.container-with-aside + .m-conference {
  opacity: 1;
  margin-top: 180px;
  margin-bottom: 180px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .container-with-aside + .m-conference {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .container-with-aside + .m-conference {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 550px) {
  .container-with-aside + .m-conference {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.container-with-aside + .m-conference .container, .container-with-aside + .m-conference .container-with-aside {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.container-with-aside + .m-conference .m-conference__content {
  position: relative;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin-top: 18vh;
  margin-left: -23.4%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
  -webkit-transform: none;
          transform: none;
}

.container-with-aside + .m-conference .m-conference__img-bg {
  -ms-flex-item-align: start;
      align-self: flex-start;
  top: 0;
}

.m-conference {
  position: relative;
  height: 100vh;
  min-height: 700px;
  z-index: 3;
  width: 100% !important;
  z-index: 3;
  opacity: 0;
  margin-top:75px;
}
.m-conference .container, .m-conference .container-with-aside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-conference__img-bg {
  -ms-flex-item-align: center;
      align-self: center;
  top: 100px;
  width: 40%;
  opacity: 1;
}
.m-conference__content *:not(.m-conference__content--bg) {
  z-index: 1;
}
.m-conference__content > div:not(.m-conference__content--bg) {
  padding: 0 56px;
}
.m-conference__content > div:nth-child(3):not(.m-conference__content--bg) {
  padding: 0 56px 0 76px;
}
.m-conference__content {
  position: absolute;
  left: 19.6%;
  width: 76%;
  max-width: 1632px;
  padding: 160px 50px 140px 50px;
  background-color: #4b596d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
  z-index: 1;
  /* purgecss ignore */
}
.m-conference__content--bg {
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://go.sior.com/hubfs/member-acquisition-landing/img/triangle-bg.svg") center;
  background-size: 22px auto;
}
.m-conference__content::after {
  content: "";
  top: 0;
  left: 0;
  opacity: 0.975;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(149.49deg, #2b3348 0%, #424f61 100%);
}
.m-conference__content--info {
  color: #fff;
  max-width: 700px;
}
.m-conference__content--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0.9;
  z-index: 1;
}
.m-conference__content--title .alpha {
  color: #fff;
  display: block;
  font-weight: 400;
  margin: 0;
  margin-top: -0.075em;
  line-height: inherit;
}
.m-conference__content--title .beta {
  color: #ecf2f7;
  display: block;
  font-weight: bold;
  margin: 0;
  font-size: 5.125rem;
  line-height: 90px;
  letter-spacing: 0.06em;
}
.m-conference__content--logo {
  width: 17.3611111vw;
  max-width: 450px;
  min-width: 250px;
}
.m-conference__content--info {
  font-weight: 300;
  margin-left: -60px;
  padding-right: 0;
}
.m-conference__content--info h2 {
  text-transform: uppercase;
}
.m-conference__content--info .epsilon {
  color: #fff;
  font-weight: 400;
  letter-spacing: 6px;
}
.m-conference__content--location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 310px;
}
.m-conference__content--location .epsilon {
  color: #fff;
  font-weight: 300;
}
.m-conference__content--location button {
  margin-bottom: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 2.25rem;
  padding: 0.8em 1.7em;
}

@media screen and (min-width: 1200px) {
  .container-with-aside__content.m-conferences-intro {
    margin-top: 100px;
    margin-left: 6.95rem;
    margin-right: 2.5vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1200px) {
  .container-with-aside__content.m-conferences-intro {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .container-with-aside__content.m-conferences-intro {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 550px) {
  .container-with-aside__content.m-conferences-intro {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .container-with-aside__content.m-conferences-intro h2 {
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1200px) {
  .container-with-aside__content.m-conferences-intro h2.epsilon {
    letter-spacing: 0.26em;
  }
}
@media screen and (max-width: 1200px) {
  .container-with-aside__content.m-conferences-intro {
    margin: 3.15rem 0 0;
  }
  .container-with-aside__content.m-conferences-intro h2 {
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
  }
  .container-with-aside__content.m-conferences-intro h2.epsilon {
    letter-spacing: 0.26em;
  }
}
@media screen and (max-width: 1200px) {
  .container-with-aside__content.m-conferences-intro h2 {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 1440px) {
  .m-conference__content [class*="--info"] {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media screen and (max-width: 1350px) {
  .container-with-aside + .m-conference {
    height: auto;
  }

  .container-with-aside + .m-conference .m-conference__content {
    margin-top: 20%;
  }
}
@media screen and (max-width: 1250px) {
  .container-with-aside + .m-conference .m-conference__content {
    margin-top: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .container-with-aside + .m-conference .m-conference__content {
    margin-top: -25%;
  }

  .m-conference__content > div:nth-child(3):not(.m-conference__content--bg) {
    padding: 0px 30px 12px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .m-conference.section-scene-loaded {
    margin-top: -220px;
  }

  .m-conference {
    margin-top: -220px;
    height: 100%;
    opacity: 1;
  }
  .m-conference .container, .m-conference .container-with-aside {
    padding: 0 4.097222222vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-conference__img-bg {
    width: 60vw;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .m-conference__content {
    position: relative;
    right: 0;
    left: auto;
    width: 65vw;
    padding: 100px 2.048611111vw 100px 4.097222222vw;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateY(-25vh);
            transform: translateY(-25vh);
  }
  .m-conference__content--bg {
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-conference__content--title, .m-conference__content--info {
    margin: 0;
  }
  .m-conference__content > div:not(.m-conference__content--bg) {
    padding: 0px 30px 12px 40px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .m-conference__content > div:not(.m-conference__content--bg) button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .m-conference.section-scene-loaded {
    margin-top: 75px;
  }

  .m-conference {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .m-conference__img-bg {
    width: 90%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .m-conference__content {
    width: 90%;
    padding: 55px 15px;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    overflow-x: hidden;
  }
}
@media screen and (max-width: 550px) {
  .m-conference.section-scene-loaded {
    margin-top: 75px;
  }

  .m-conference {
    margin-top: 75px;
  }
  .m-conference .container, .m-conference .container-with-aside {
    padding-left: 0;
    padding-right: 0;
  }
  .m-conference__content--info {
    font-weight: 300;
  }
  .m-conference__content--title .alpha {
    font-weight: 300;
    font-size: 3.6rem;
  }
  .m-conference__content--title .beta {
    font-weight: 700;
    font-size: 3.925rem;
    letter-spacing: 0.48px;
    line-height: 60px;
  }
  .m-conference__content--info .epsilon {
    font-size: 1rem;
    letter-spacing: 3.6px;
    margin-top: 0;
  }
  .m-conference__content--location .epsilon {
    font-size: 1em;
    margin-top: 0.9rem;
  }
  .m-conference__content > div:not(.m-conference__content--bg) {
    padding: 0px 35px 12px 40px;
  }
  .m-conference__content > div:not(.m-conference__content--bg) button {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }

  .container-with-aside + .m-conference .m-conference__content {
    margin-top: -15%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 786px) {
  .m-conference__content {
    padding: 100px 2.048611111vw 80px 4.097222222vw;
  }

  .m-conference__content--title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .m-conference__content--info .epsilon {
    margin-top: 2.2rem;
  }

  .m-conference__content--title .alpha {
    margin-right: 13px;
  }

  .m-conference__content--title .alpha,
.m-conference__content--title .beta {
    margin-top: 0;
    line-height: 12px;
  }

  .m-conference__content--title .beta {
    margin: 0 0 0 10px;
  }

  .m-conference__content--location--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-conference__content--location--inner > span {
    margin-right: 16px;
  }

  .m-conference__content > div:not(.m-conference__content--bg) button {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 550px) {
  .m-conference__content--location {
    margin-top: 12px;
  }

  .m-conference__content--location .epsilon,
.m-conference__content--info .epsilon {
    font-size: 1.225rem;
  }
}
@media screen and (max-width: 350px) {
  .m-conference__content--logo {
    width: 100%;
    min-width: auto;
  }
}
.m-transaction.section-scene-loaded {
  margin-top: -100vh;
}

.m-transaction {
  position: relative;
  opacity: 0;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  z-index: 2;
}
.m-transaction .container, .m-transaction .container-with-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.m-transaction::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: -webkit-gradient(linear, left top, left bottom, from(#30384D), to(#5b6572));
  background: linear-gradient(to bottom, #30384D, #5b6572);
}
.m-transaction__bg--img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  width: 100%;
  height: calc(100vh + 107px);
  position: absolute;
  height: 200vh;
}
.m-transaction__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.m-transaction__content--inner {
  width: 75.8333333vw;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.m-transaction__content-title-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.m-transaction__content-title-container h2 {
  text-transform: uppercase;
  margin: 0;
  margin-left: -5px;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 7px;
  font-weight: 300;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
 .m-transaction__pagination {
  list-style: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
 .m-transaction__pagination ul li {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  margin-left: 22.81px;
  opacity: 1;
  -webkit-transition: 250ms;
  transition: 250ms;
}
 .m-transaction__pagination ul li:hover {
  background-color: #fff;
}
 .m-transaction__pagination ul li:focus, .m-transaction__pagination ul li:active {
  background-color: #fff;
}
 .m-transaction__pagination ul li button {
  width: 12px;
  height: 12px;
  background: none;
  padding: 0;
}
.m-transaction__slider {
  position: relative;
  width: 75.8333333vw;
  margin: 22px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.m-transaction__slider--arrow-left, .m-transaction__slider--arrow-right {
  content: "";
  position: absolute;
  width: 57px;
  height: 100%;
  top: 0;
  left: calc(-1.2847222vw - 114px);
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.m-transaction__slider--arrow-right {
  left: auto;
  right: calc(-1.2847222vw - 114px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m-transaction__slider--arrow-top {
  position: absolute;
  border-radius: 50px;
  width: 28.5px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.m-transaction__slider--arrow-bottom {
  position: absolute;
  bottom: 50%;
  border-radius: 50px;
  width: 28.5px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.m-transaction__slider--btn-left, .m-transaction__slider--btn-right {
  content: "";
  position: absolute;
  width: 57px;
  height: 100%;
  top: 0;
  left: calc(-1.2847222vw - 57px);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.9));
  opacity: 0.5;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.m-transaction__slider--btn-left::after, .m-transaction__slider--btn-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.m-transaction__slider--btn-left:hover, .m-transaction__slider--btn-right:hover {
  opacity: 0.9;
}
.m-transaction__slider--btn-left:hover::after, .m-transaction__slider--btn-right:hover::after {
  opacity: 1;
}
.m-transaction__slider--btn-left:hover + .m-transaction__slider--arrow-left {
  left: calc(-1.2847222vw - 124px);
}
.m-transaction__slider--btn-right {
  left: auto;
  right: calc(-1.2847222vw - 57px);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.9));
}
.m-transaction__slider--btn-right:hover + .m-transaction__slider--arrow-right {
  right: calc(-1.2847222vw - 124px);
}
.m-transaction__slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  padding: 5.638889vw 3.819444444vw 6.638889vw 7.638888889vw;
}
.m-transaction__slider-container--left {
  -webkit-box-flex: 1.55;
      -ms-flex: 1.55;
          flex: 1.55;
  opacity: 0;
}
.m-transaction__slider-container--right {
  -webkit-box-flex: 1.7;
      -ms-flex: 1.7;
          flex: 1.7;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-transaction__slider-cta {
  opacity: 0;
  padding: 0 3.419444vw 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.m-transaction__slider-cta--container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-transaction__slider-cta--container:hover .m-transaction__slider-cta--arrow {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.m-transaction__slider-cta--text {
  color: #4b596d;
}
.m-transaction__slider-cta--arrow {
  position: relative;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.m-transaction__slider-cta--arrow-top {
  height: 1px;
  width: 15px;
  background-color: #649cd3;
  float: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  position: absolute;
  right: 0;
}
.m-transaction__slider-cta--arrow-middle {
  height: 1px;
  width: 20px;
  background-color: #649cd3;
}
.m-transaction__slider-cta--arrow-bottom {
  height: 1px;
  width: 15px;
  background-color: #649cd3;
  float: right;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  position: absolute;
  right: 0;
  top: 0;
}
.m-transaction__slider-overlay--vjs {
  content: "";
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-transaction__slider--intro-text {
  color: #4b596d;
  font-weight: 300;
  letter-spacing: 0.1875em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.m-transaction__slider--amount {
  color: #4b596d;
  font-size: 3rem;
  font-weight: 300;
  font-weight: 300;
  letter-spacing: 0.075em;
}
.m-transaction__slider--location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 300;
  color: #4b596d;
}
.m-transaction__slider--location .divider {
  width: 30px;
  height: 3px;
  background-color: #dee8f1;
  -webkit-transform: translate(-75%, 0);
          transform: translate(-75%, 0);
  margin: 10px 0;
}
.m-transaction__slider--info {
  color: #4b596d;
  font-weight: 300;
  font-size: 1.5rem;
  margin: 0.8rem 0;
  letter-spacing: 0.04em;
}
.m-transaction__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-transaction__member-img {
  width: 75px;
  height: 75px;
  min-width: 75px;
  min-height: 75px;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.m-transaction__member-img--border {
  border: 1px solid #ccc;
}
.m-transaction__member-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-transaction__member-name {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #649cd3;
  font-weight: bold;
  margin-bottom: 10px;
  max-width: 75%;
  cursor: pointer;
}
.m-transaction__member-name a.v-link {
  border-color: rgba(100, 156, 211, 0.5);
}
.m-transaction__member-name span {
  border-bottom: 1px solid #649cd3;
}
.m-transaction__member-company, .m-transaction__member-location {
  font-weight: 300;
}
.m-transaction__cta {
  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;
  width: 100%;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.m-transaction__cta--fine-print {
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .m-transaction.section-scene-loaded {
    margin-top: 0;
  }

  .m-transaction {
    height: 100%;
    padding: 50px 0;
    position: relative;
    opacity: 1;
    z-index: 1;
  }
  .m-transaction__content-title-container, .m-transaction__slider, .m-transaction__cta {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .m-transaction__bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .m-transaction__content {
    position: relative;
  }
  .m-transaction__content-title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-transaction__content-title-container h2 {
    font-size: 1.875rem;
  }
   .m-transaction__pagination {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 0;
  }
   .m-transaction__pagination li {
    margin-top: 22.81px;
  }
   .m-transaction__pagination li:first-of-type {
    margin-left: 0;
  }
  .m-transaction__slider-container, .m-transaction__slider-overlay--vjs {
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .m-transaction__slider-cta {
    padding: 1.909722222vw 3.819444444vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-transaction__slider--btn-left, .m-transaction__slider--btn-right {
    left: -87px;
  }
  .m-transaction__slider--btn-left::after, .m-transaction__slider--btn-right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
  }
  .m-transaction__slider--btn-right {
    left: auto;
    right: -87px;
  }
  .m-transaction__slider--arrow-left, .m-transaction__slider--arrow-right {
    display: none;
  }
  .m-transaction__slider--location .divider {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .m-transaction__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-transaction__cta--fine-print {
    line-height: 1;
  }
  .m-transaction__cta--btn {
    margin: 40px 0;
  }
  .m-transaction__member {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .m-transaction__slider--amount {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 550px) {
  .m-transaction {
    padding: 100px 0 50px;
  }
  .m-transaction__content-title-container h2 {
    letter-spacing: 4px;
  }
  .m-transaction__slider-container--right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-transaction__slider-container {
    padding: 10.638889vw 4.819vw 12.638888889vw 7.819vw;
  }
  .m-transaction__slider-container--left {
    margin-bottom: 0.25rem;
  }
  .m-transaction__slider--amount {
    font-weight: 300;
  }
  .m-transaction__slider--intro-text {
    margin-bottom: 0.45rem;
  }
  .m-transaction__slider--info, .m-transaction__slider--location {
    font-weight: 300;
    font-size: 1rem;
    margin: 0;
  }
  .m-transaction__slider-cta {
    padding: 0;
    position: absolute;
    bottom: 25px;
    width: 100%;
  }
  .m-transaction__member {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
  .m-transaction__member:first-of-type {
    margin-top: 20px;
  }
  .m-transaction__member:last-of-type {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .m-transaction__member-img {
    margin-right: 1.25rem;
  }
  .m-transaction__member-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-transaction__cta--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .m-transaction__cta--btn .v-button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-transaction__cta--btn .v-button-text {
    width: 100%;
  }
}
.m-news.section-scene-loaded {
  margin: -120vh auto 0;
}

.m-news {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-top: 50px;
}
.m-news--homepage {
  padding-top: 30vh;
}
.m-news--interior {
  padding: 0;
  margin-top: 100px;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .m-news--interior {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-news--interior {
    margin-top: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-news--interior {
    margin-top: 50px;
  }
}
.m-news--relative, .m-news--interior {
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .m-news--relative, .m-news--interior {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-news--relative, .m-news--interior {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-news--relative, .m-news--interior {
    margin-bottom: 50px;
  }
}
.m-news .container, .m-news .container-with-aside {
  width: 85vw;
  margin: 0 auto;
  padding: 0 4.097222222vw;
}
.m-news .container + .container, .m-news .container-with-aside + .container, .m-news .container + .container-with-aside, .m-news .container-with-aside + .container-with-aside {
  margin-top: 0;
  opacity: 0;
}
.m-news--interior .container, .m-news--interior .container-with-aside {
  width: 100%;
}
.m-news--relative .container + .container, .m-news--relative .container-with-aside + .container, .m-news--relative .container + .container-with-aside, .m-news--relative .container-with-aside + .container-with-aside {
  opacity: 1;
}
.m-news__title h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
}
.m-news__hero {
  position: relative;
}
.m-news__hero-img {
  width: 100%;
}
.m-news__hero-content {
  position: absolute;
  background-color: #fff;
  padding: 45px 50px 45px 0;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}
.m-news__hero-content h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin: 0;
}
.m-news--interior .m-news__hero {
  margin-left: 6.95rem;
  margin-right: 6.95rem;
}
.m-news--interior .m-news__hero-content {
  bottom: 0;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
}
.m-news--interior.m-news--no-img .m-news__hero-content {
  position: static;
  -webkit-transform: none;
          transform: none;
  padding-top: 0;
  padding-bottom: 0;
}
.m-news__items {
  padding: 3.819444444vw 3.819444444vw 0 7.638888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-news__items--ie {
  display: block;
  width: 100%;
}
.m-news--interior .m-news__items {
  margin-left: 6.95rem;
  margin-right: 6.95rem;
}
.m-news__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0.55rem;
}
.m-news__item:not(.m-news__item--desc) {
  padding-bottom: 1.8rem;
}
.m-news__item:not(.m-news__item--desc):last-child {
  padding-bottom: 0;
}
.m-news__item + .m-news__item {
  margin-top: 1.8rem;
}
.m-news__item--desc {
  padding-bottom: 2.85rem;
}
.m-news__item--desc + .m-news__item--desc {
  margin-top: 2.5rem;
}
.m-news__item:not(:last-of-type)::after {
  content: "";
  bottom: 3px;
  left: 0;
  position: absolute;
  width: 21.255556vw;
  height: 1px;
  background-color: #dee8f1;
}
.m-news__item--new {
  position: relative;
  padding: 4.875rem 0;
}
.m-news__item--new:not(:last-of-type)::after {
  background-color: transparent;
}
.m-news__item--new-badge {
  position: absolute;
  top: 27.4%;
  left: -101px;
  width: 0;
  height: 0;
  z-index: 1;
}
.m-news__item--new-extension {
  position: absolute;
  top: 0;
  left: -75px;
  width: calc(100% + 215px);
  height: 100%;
  opacity: 0.4;
  background-color: #dee8f1;
}
.m-news__item--new-extension-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4.416667vw solid #fff;
  border-right: 4.416667vw solid rgba(185, 201, 211, 0.4);
  z-index: 1;
}
.m-news__item--intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  color: #b9c9d3;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
.m-news__item--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #649cd3;
}
.m-news__item--category span:hover {
  background-color: #dee8f1;
}
.m-news__item--date-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-news__item--intro span:first-of-type {
  cursor: pointer;
  padding: 2px 0 2px 8px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: -8px;
}
.m-news__item-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
.m-news__item.m-news__item--desc:not(:last-of-type)::after {
  content: "";
  bottom: 3px;
  left: 0;
  position: absolute;
  width: 21.255556vw;
  height: 1px;
  background-color: #dee8f1;
}
.m-news-title {
  font-weight: 300;
  margin: 0;
  margin-right: 40px;
  font-size: 2.25rem;
  line-height: 3rem;
}
.m-news-title--text {
  padding: 0 0 6px 0;
  line-height: 3rem;
  letter-spacing: 0.025rem;
  font-weight: 300;
  cursor: pointer;
}
.m-news-title--text:hover {
  background-color: #dee8f1;
}
.m-news-title--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.3rem;
}
.m-news-title--sub h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 24px;
  color: #4b596d;
  font-weight: 300;
  text-transform: none;
}
.m-news-cta--mobile {
  display: none;
}
.m-news-cta--abs {
  position: absolute;
  top: 19px;
  right: 0;
}
.m-news-cta--container {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  margin-right: -34px;
  padding-left: 34px;
}
.m-news-cta--container:hover > .m-news-cta--arrow {
  width: 65px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.m-news-cta--text {
  color: #4b596d;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0.65em;
}
.m-news-cta--arrow {
  position: absolute;
  bottom: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 45px;
  margin: 0;
  display: block;
  color: #649cd3;
}
.m-news-cta--arrow:before, .m-news-cta--arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.m-news-cta--arrow:before {
  height: 1px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: width 200ms;
  transition: width 200ms;
  left: 0;
  top: 50%;
}
.m-news-cta--arrow:after {
  right: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.m-news--relative .container, .m-news--relative .container-with-aside {
  width: 100%;
  padding: 0;
}
.m-news--relative .container + .container, .m-news--relative .container-with-aside + .container, .m-news--relative .container + .container-with-aside, .m-news--relative .container-with-aside + .container-with-aside {
  margin-top: 0;
  margin-bottom: 0;
}
.m-news--relative .m-news__items {
  padding: 0 3.819444444vw 0 7.038889vw;
}
.m-news--relative .m-news__hero .m-news__hero-content {
  position: relative;
  padding: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.m-news--interior .container + .container, .m-news--interior .container-with-aside + .container, .m-news--interior .container + .container-with-aside, .m-news--interior .container-with-aside + .container-with-aside {
  opacity: 1;
}
.m-news--interior .m-news__hero-content {
  opacity: 1;
}
.m-news__more {
  margin: 0 auto;
  margin-top: 60px;
  text-align: right;
  max-width: 1443px;
}
@media screen and (max-width: 1200px) {
  .m-news__more {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .m-news__more {
    margin-top: 40px;
  }
}
@media screen and (max-width: 550px) {
  .m-news__more {
    margin-top: 35px;
  }
}

.m-article-detail .m-news--relative .container, .m-article-detail .m-news--relative .container-with-aside {
  width: 75.8333333vw;
}
.m-article-detail .m-news--relative .container .m-news__hero, .m-article-detail .m-news--relative .container-with-aside .m-news__hero {
  margin: 0 1.25rem;
}

@media screen and (min-width: 1600px) {
  .m-news__item--new-extension {
    width: calc(100% + 275px);
  }
}
@media screen and (min-width: 1920px) {
  .m-news {
    max-width: 1920px;
  }
  .m-news--interior, .m-news--relative {
    max-width: 100%;
  }
  .m-news--relative .m-news__items {
    padding: 0 3.819444444vw 0;
  }
  .m-news__item--new-extension {
    width: calc(100% + 230px);
  }
  .m-news__item--new-extension-corner {
    border-width: 75px;
  }
}
@media screen and (max-width: 1200px) {
  .m-news.section-scene-loaded {
    margin-top: 7.2342vw;
  }

  .m-news {
    margin-top: 7.2342vw;
    padding-top: 0;
  }
  .m-news .container, .m-news .container-with-aside {
    margin: 0;
    width: 100%;
  }
  .m-news .container + .container, .m-news .container-with-aside + .container, .m-news .container + .container-with-aside, .m-news .container-with-aside + .container-with-aside {
    margin-top: 6.041666675vw;
    margin-bottom: 9.041667vw;
    opacity: 1;
  }
  .m-news--interior.m-news--no-img .container + .container, .m-news--interior.m-news--no-img .container-with-aside + .container, .m-news--interior.m-news--no-img .container + .container-with-aside, .m-news--interior.m-news--no-img .container-with-aside + .container-with-aside {
    margin-top: 45px;
  }
  .m-news--relative {
    margin-left: 0;
    margin-right: 0;
  }
  .m-news--relative .m-news__items {
    padding: 0 3.819444444vw;
  }
  .m-news__hero-content {
    opacity: 1;
  }
  .m-news--interior .m-news__hero, .m-news--interior .m-news__items {
    margin-left: 0;
    margin-right: 0;
  }
  .m-news__items {
    padding: 0;
  }
  .m-news__title h2 {
    line-height: 42px;
    font-size: 2.25rem;
    margin-bottom: 1.6rem;
  }
  .m-news-title {
    font-size: 1.75rem;
    line-height: 32px;
  }
  .m-news-title--text {
    line-height: 32px;
  }
  .m-news-title--sub {
    display: none;
  }
  .m-news__item--desc {
    padding-bottom: 0;
  }
  .m-news__item--desc .m-news-title--sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.65rem;
  }
  .m-news__item--new {
    padding: 4.875rem 2.4375rem 2.4375rem 4.875rem;
  }
  .m-news__item--new-extension {
    right: auto;
    left: -15px;
    width: calc(100% + 95px);
  }
  .m-news__item--new-badge {
    top: 21%;
    left: -30px;
  }
  .m-news__hero-content {
    padding: 20px 20px 20px 0;
  }
  .m-news__hero-content h2 {
    font-size: 2.25rem;
  }
  .m-news--interior .m-news__hero-content {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .m-news-cta {
    display: none;
    padding-bottom: 2.85rem;
  }
  .m-news-cta--mobile {
    display: inherit;
  }
  .m-news-cta--mobile .m-news-cta--container {
    padding: 20px 0 0 0;
  }
  .m-news-cta--container {
    margin: 0;
  }
  .m-news-cta--arrow {
    position: relative;
  }
}
@media screen and (max-width: 890px) {
  .m-news--relative .container + .container, .m-news--relative .container-with-aside + .container, .m-news--relative .container + .container-with-aside, .m-news--relative .container-with-aside + .container-with-aside {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .m-news .container, .m-news .container-with-aside {
    margin: 0;
  }
  .m-news__items {
    padding: 0;
  }
  .m-news__title h2 {
    line-height: 42px;
    font-size: 2.15rem;
    margin-bottom: 1.6rem;
  }
  .m-news__item .a-pill {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-news__item--intro {
    line-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
  }
  .m-news__item--category .divider-circle {
    display: none;
  }
  .m-news__item--new {
    padding: 4.6875rem 4.6875rem 2.4375rem;
  }
  .m-news__item--new-extension {
    right: auto;
    left: 0;
    width: 100%;
  }
  .m-news__item--new-extension-corner {
    border-width: 40px;
  }
  .m-news__item--new-badge {
    left: auto;
    top: -25px;
    right: 60px;
  }
  .m-news-cta {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: 0;
    right: 0;
  }
  .m-news-cta--arrow {
    width: 53.15px;
  }

  .m-article-detail .m-news--relative .container, .m-article-detail .m-news--relative .container-with-aside {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .m-news {
    margin-top: 12.0342vw;
  }
  .m-news .container, .m-news .container-with-aside {
    width: 100%;
    padding: 0 35px;
  }
  .m-news .container + .container, .m-news .container-with-aside + .container, .m-news .container + .container-with-aside, .m-news .container-with-aside + .container-with-aside {
    margin-top: 22.041667vw;
  }
  .m-news--interior.m-news--no-img .container + .container, .m-news--interior.m-news--no-img .container-with-aside + .container, .m-news--interior.m-news--no-img .container + .container-with-aside, .m-news--interior.m-news--no-img .container-with-aside + .container-with-aside {
    margin-top: 30px;
  }
  .m-news--relative .container + .container, .m-news--relative .container-with-aside + .container, .m-news--relative .container + .container-with-aside, .m-news--relative .container-with-aside + .container-with-aside {
    margin-top: 20px;
  }
  .m-news__hero-content {
    top: auto;
    bottom: -5%;
    left: 0;
    padding: 20px 9px 20px 0;
    width: 75%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .m-news--interior .m-news__hero-content {
    bottom: -5%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .m-news--relative .m-news__items {
    padding-left: 0;
    padding-right: 0;
  }
  .m-news__item + .m-news__item {
    margin: 2rem 0 0;
  }
  .m-news__item:not(:last-of-type)::after {
    width: 100%;
  }
  .m-news__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }
  .m-news__item--intro span:first-of-type {
    padding: 2px 0 0px 8px;
  }
  .m-news__item--date-author {
    margin-top: -2px;
  }
  .m-news__item--new {
    padding: 3.64375rem 2.34375rem 0;
  }
  .m-news__item--new-extension-corner {
    border-width: 30px;
  }
  .m-news-cta {
    padding-bottom: 2rem;
  }
  .m-news-cta--text {
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  .m-news-title {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .m-news-title--text {
    padding: 0;
    -webkit-transition: color 150ms, border 100ms;
    transition: color 150ms, border 100ms;
  }
  .m-news-title--text:hover {
    color: #649cd3;
    background-color: transparent;
    border-bottom: 3px solid #dee8f1;
  }
}
@media screen and (max-width: 350px) {
  .m-news__hero-content {
    position: relative;
    padding: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  .m-news__hero-content h2 {
    font-size: 1.4rem;
  }
}
.m-partner {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.m-partner--interior {
  height: auto;
  margin-top: 180px;
  margin-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .m-partner--interior {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .m-partner--interior {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 550px) {
  .m-partner--interior {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.m-partner__container {
  padding: 0 4.097222222vw;
  max-width: none;
  margin: 0 auto;
}
.m-partner__img-container {
  position: relative;
}
.m-partner__img {
  display: block;
  width: 56.5vw;
}
.m-partner__content {
  position: relative;
  max-width: 29.2vw;
  opacity: 0;
}
.m-partner__content.default-interior {
  opacity: 1;
}
.m-partner__content-title {
  font-weight: 300;
  font-size: 3rem;
  font-weight: 300;
  max-width: 100px;
}
.m-partner__content-text {
  line-height: 1.6;
  margin: 0 4rem 1.5rem 0;
}
.m-partner__current-title {
  margin-bottom: 0;
  margin: 0;
}
.m-partner__current-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-partner__current-img img:not(:last-of-type) {
  margin-right: 1.25rem;
}
.m-partner__cta {
  margin-top: 2.5rem;
}

@media screen and (max-width: 1200px) {
  .m-partner {
    height: auto;
  }
  .m-partner__content {
    opacity: 1;
  }
  .m-partner__content-title {
    max-width: none;
  }
}
@media screen and (max-width: 890px) {
  .m-partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 4.097222222vw;
  }
  .m-partner:not(.m-partner--interior) {
    margin: 4.638889vw auto 17.638889vw auto;
  }
  .m-partner__container {
    padding: 4.638889vw 0 7.638888889vw 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0;
  }
  .m-partner__img {
    width: 100%;
  }
  .m-partner__content {
    max-width: 100%;
    float: none;
  }
  .m-partner__content-text {
    margin: 0 0 0.8rem 0;
  }
}
@media screen and (max-width: 550px) {
  .m-partner {
    padding: 0 35px;
  }
  .m-partner:not(.m-partner--interior) {
    margin-top: 100px;
    margin-bottom: calc(17.638889vw + 30px);
  }
  .m-partner__img {
    width: 100%;
  }
  .m-partner__container {
    padding: 9.838889vw 0 7.638888889vw 0;
  }
  .m-partner__content-title {
    line-height: 1;
    font-size: 2.25rem;
    letter-spacing: 0.08333em;
  }
  .m-partner__cta {
    margin-top: 1.5rem;
  }
  .m-partner__current-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .m-partner__current-img {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-form {
  position: relative;
  width: 100%;
  min-height: 700px;
  z-index: 2;
}
.m-form .container, .m-form .container-with-aside {
  width: 75.8333333vw;
  position: relative;
  padding: 0;
}
.m-form .container::before, .m-form .container-with-aside::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 25vw;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.m-form__content-title {
  position: relative;
  width: 45vw;
  padding: 30px 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 2.5px;
  background-color: #fff;
  z-index: 2;
  max-width: 75%;
  z-index: 1;
}
.m-form__bg {
  background: url("form-bg.1fcc9ae1.jpg") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.m-form__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #30384D;
}
.m-form__content {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.m-form__content .container, .m-form__content .container-with-aside {
  z-index: 1;
}
.m-form__content--inner {
  width: 75.8333333vw;
  margin: 0 auto;
  padding: 6.638888889vw 0 8.638888889vw;
  z-index: 1;
}
.m-form__content-title-container {
  width: 100%;
  position: relative;
}
.m-form__content-title-container h4 {
  margin: 1.25rem 0;
  color: #fff;
  font-weight: 300;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-transform: none;
  font-weight: 300;
  font-size: 2.25rem;
}
.m-form__form {
  width: 75.8333333vw;
  margin: 22px 22px 22px 0;
}
.m-form__form-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-form__form-field {
  position: relative;
  width: 30.8%;
  margin: -0.75rem 0 0.35rem;
}
.m-form__form-field label {
  color: #fff;
  margin: 0;
}
.m-form__form-field input {
  font-size: 1rem;
  color: #fff;
  border: 1px solid rgba(185, 201, 211, 0.5);
  width: 100%;
  padding: 0 1.25rem;
  margin: 1rem 0 2.35rem;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.m-form__form-field input:focus {
  color: #4b596d;
  background-color: #dee8f1;
}
.m-form__form-field--dropdown {
  position: relative;
  background-color: #dee8f1;
  border: 1px solid rgba(185, 201, 211, 0.5);
  width: 100%;
  height: 2.5rem;
  margin: 1.25rem 0;
  padding: 0 0.35em;
  border-radius: 120px;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.m-form__form-field--dropdown:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #30384d;
  border-right: 1px solid #30384d;
  -webkit-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
}
.m-form__form-field--dropdown select {
  color: #4b596d;
  border: none;
  font-size: 1rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.m-form__form-field--dropdown select::-ms-expand {
  display: none;
}
.m-form__form-field--dropdown:hover {
  background: #b9c9d3;
  border-color: #649cd3;
}
.m-form__cta {
  position: relative;
  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;
  width: 100%;
  margin-top: 0;
}
.m-form__cta--fine-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: 66.66666666%;
  margin-left: 0;
}
.m-form__cta--fine-print small:first-of-type {
  margin-right: 5px;
}
.m-form__cta--btn {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .m-form {
    margin-top: 12.041667vw;
    visibility: visible;
  }
  .m-form__bg {
    opacity: 1;
    position: absolute;
  }
  .m-form__content-title-container {
    position: relative;
  }
  .m-form__content-title {
    width: 47vw;
  }
  .m-form__content .container, .m-form__content .container-with-aside {
    position: relative;
    display: block;
    top: auto;
    left: 0;
  }
  .m-form__form {
    margin: 22px 22px 22px 0;
  }
}
@media screen and (max-width: 1200px) {
  .m-form {
    height: auto;
  }
  .m-form__bg {
    position: absolute;
    height: 100%;
  }
  .m-form__content {
    position: relative;
  }
  .m-form__content .container, .m-form__content .container-with-aside {
    padding: 0;
  }
  .m-form__content-title {
    width: 60vw;
    padding: 0 50px 10px 0;
  }
  .m-form__form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-form__form-field {
    margin-top: 0;
    width: 100%;
  }
  .m-form__form-field input {
    margin: 1rem 0;
    width: 100%;
  }
  .m-form__form-field--dropdown {
    max-width: 100%;
    margin: 1rem 0;
    width: 100%;
  }
  .m-form__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-form__cta--btn {
    width: 100%;
  }
  .m-form__cta--btn .v-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .m-form__cta--fine-print {
    width: 100%;
    margin-bottom: calc(2.2569444vw + 22px);
  }
}
@media screen and (max-width: 767px) {
  .m-form {
    overflow: visible;
  }
  .m-form .container, .m-form .container-with-aside {
    width: 62.833333vw;
  }
  .m-form__content .container, .m-form__content .container-with-aside {
    top: -20px;
  }
  .m-form__content-title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 550px) {
  .m-form .container, .m-form .container-with-aside {
    top: -40px;
    width: 75.8333333vw;
    position: relative;
  }
  .m-form .container::before, .m-form .container-with-aside::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20%;
    width: 25vw;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .m-form__content-title {
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.0833em;
    color: #30384d;
    width: 100%;
    max-width: 100%;
    padding: 0 20px 20px 0;
  }
  .m-form__content-title-container h4 {
    font-size: 1.15rem;
  }
  .m-form__content--inner {
    width: calc(100vw - (35px * 2));
  }
  .m-form__form-field {
    margin-top: 5px;
  }
  .m-form__cta--fine-print {
    line-height: 1.8;
    font-weight: 100;
    font-size: 1rem;
    margin: 15px 0 calc(2.2569444vw + 37px);
  }
  .m-form__cta--fine-print small {
    font-size: 1em;
  }
}
.m-hero {
  overflow: hidden;
  position: relative;
}
.m-hero__img-container {
  position: relative;
  height: 100vh;
  max-height: calc(252px + 107px);
  padding-bottom: calc(17.6vw + 107px);
  overflow: hidden;
}
.m-hero__img-container--full {
  max-height: calc(480px + 107px);
  height: 0;
  padding-bottom: calc(33.333333333vw + 107px);
}
.m-hero__img-container--full img {
  margin-top: 107px;
}
.m-hero__img-container--full .m-hero__title {
  top: 51.2%;
}
.m-hero__img-container--full > .m-hero__gradient--bottom {
  background: linear-gradient(190deg, rgba(75, 89, 109, 0) 0%, #4b596d 200%);
  height: 100%;
}
.m-hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.m-hero__img--mobile {
  display: none;
}
.m-hero__title {
  padding: 0.8125em 2.427222vw 0.8125em 4.127222vw;
  position: absolute;
  top: 53.7%;
  left: 0;
  max-width: 60%;
  background-color: #fff;
  z-index: 1;
}
.m-hero__title h1,
.m-hero__title span {
  font-size: 1.5rem;
  letter-spacing: 6px;
  padding: 1rem 0;
  margin: 0;
  font-weight: 300;
}
.m-hero__title span {
  display: block;
  color: #30384d;
  line-height: 0.95;
  text-transform: uppercase;
}
.m-hero__gradient--left {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: -67%;
  width: 100vw;
  height: 140vw;
  opacity: 0.2;
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
  z-index: 1;
}
.m-hero__gradient--bottom {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
  background: linear-gradient(181.89deg, rgba(75, 89, 109, 0) 0%, #4b596d 100%);
}

@media screen and (min-width: 1600px) {
  .m-hero__img-container--full {
    padding-bottom: 600px;
  }
  .m-hero__img-container--full img {
    height: 600px;
  }
  .m-hero__img-container--full > .m-hero__gradient--bottom {
    height: 600px;
  }
}
@media screen and (max-width: 1350px) {
  .m-hero__img-container {
    padding-bottom: calc(23.630556vw + 60px);
  }
  .m-hero__img-container--full {
    min-height: 384px;
  }
  .m-hero__img-container--full img {
    margin-top: 60px;
    min-height: 384px;
  }
  .m-hero__img {
    margin-top: 60px;
    height: calc(252px + 60px);
    -o-object-position: top;
       object-position: top;
    font-family: "object-fit: cover; object-position: top;";
  }
}
@media screen and (max-width: 1200px) {
  .m-hero__gradient--left {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border-right: 100vh solid transparent;
    border-bottom: 100vh solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .m-hero__title h1 {
    font-size: 1.25rem;
    letter-spacing: 4px;
    padding: 0.7rem 0;
    line-height: 1.25;
  }
}
@media screen and (max-width: 550px) {
  .m-hero__img-container {
    min-height: 230px;
    height: auto;
  }
  .m-hero__img-container--full {
    min-height: 384px;
  }
  .m-hero__img-container--full .m-hero__title {
    top: 25%;
  }
  .m-hero__gradient--left {
    border-right: 125vw solid transparent;
    border-bottom: 125vw solid #fff;
  }
  .m-hero__gradient--bottom {
    height: 100%;
  }
  .m-hero__img {
    display: none;
  }
  .m-hero__img--mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    margin-top: 60px;
    min-height: 170px;
  }
  .m-hero__title {
    top: calc(68.8% - 60px);
    padding: 0.6em 35px;
  }
}
.m-find-an-sior {
  position: relative;
  z-index: 1;
}
.m-find-an-sior .faux-wrapper-ie {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.m-find-an-sior .container, .m-find-an-sior .container-with-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-find-an-sior .a-sidebar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.m-find-an-sior__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
  margin-left: 6.95rem;
  margin-right: 5.75rem;
}
@media screen and (max-width: 1200px) {
  .m-find-an-sior__content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-find-an-sior__content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-find-an-sior__content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .m-find-an-sior {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-find-an-sior .container, .m-find-an-sior .container-with-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-find-an-sior .container .a-sidebar, .m-find-an-sior .container-with-aside .a-sidebar {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .m-find-an-sior__content {
    margin: 3.25rem 1.75rem 0 1.75rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 550px) {
  .m-find-an-sior__content {
    margin: 2.75rem 0;
  }
}
.m-form-full {
  position: relative;
  width: 100%;
  margin: 4.025vw 0 0;
}
.m-form-full .container, .m-form-full .container-with-aside {
  position: relative;
  padding: 0;
}
.m-form-full .container::before, .m-form-full .container-with-aside::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 25vw;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.m-form-full__content {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.m-form-full__content .container, .m-form-full__content .container-with-aside {
  display: block;
}
.m-form-full__content-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 3.1px;
  z-index: 2;
  position: relative;
}
.m-form-full__content--inner {
  z-index: 1;
}
.m-form-full__form-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2.2125vw 0;
}
.m-form-full__form-field {
  position: relative;
  width: 50%;
  margin: -0.75rem 0 0.35rem;
}
.m-form-full__form-field:nth-child(even) {
  padding-left: 43px;
}
.m-form-full__form-field label {
  color: #4b596d;
  margin: 0;
}
.m-form-full__form-field input {
  width: 20vw;
  font-size: 1rem;
  border: 1px solid rgba(185, 201, 211, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 1.25rem;
  margin: 1rem 0 2.35rem;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.m-form-full__form-field input:focus, .m-form-full__form-field input:active {
  background-color: #dee8f1;
}
.m-form-full__form-field--dropdown {
  position: relative;
  border: 1px solid #dee8f1;
  background-color: #dee8f1;
  width: 26.625694444vw;
  max-width: 365.828px;
  height: 2.2rem;
  margin: 0.75rem 0 0;
  padding: 0 0.35em;
  border-radius: 120px;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.m-form-full__form-field--dropdown:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #30384d;
  border-right: 1px solid #30384d;
  -webkit-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
}
.m-form-full__form-field--dropdown:hover {
  background: #b9c9d3;
}
.m-form-full__form-field--dropdown select {
  color: #4b596d;
  border: none;
  font-size: 1rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.m-form-full__form-checkbox-container {
  width: 75%;
  cursor: pointer;
  display: block;
  width: 75%;
  position: relative;
  padding-left: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 6.5px 0;
}
.m-form-full__form-checkbox-container:hover .m-form-full__form-checkbox-container-label {
  background-color: #dee8f1;
}
.m-form-full__form-checkbox-container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-form-full__form-checkbox-container input {
  width: auto;
  margin: 10px;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.m-form-full__form-checkbox-container input ~ .m-form-full__form-checkbox-container-label {
  background-color: #fff;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.m-form-full__form-checkbox-container input:checked ~ .m-form-full__form-checkbox-container-label {
  background-color: #dee8f1;
}
.m-form-full__form-checkbox-container input:checked ~ .m-form-full__form-checkbox-container-label:after {
  display: block;
}
.m-form-full__form-checkbox-container-label {
  margin-left: 10px;
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #dee8f1;
  background-color: #fff;
}
.m-form-full__form-checkbox-container-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: solid #649cd3;
}
.m-form-full__form-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 20px;
  height: 220px;
}
.m-form-full__cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  width: 100%;
}
.m-form-full__cta--btn {
  margin-right: 0;
}
.m-form-full__cta--btn + .m-form-full__cta--btn {
  margin-left: 1.666667vw;
}

@media screen and (max-width: 1360px) {
  .m-form-full__form-checkbox-wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .m-form-full {
    height: auto;
  }
  .m-form-full__content {
    position: relative;
  }
  .m-form-full__content .container, .m-form-full__content .container-with-aside {
    padding: 0;
  }
  .m-form-full__content-title {
    padding: 0 50px 10px 0;
  }
  .m-form-full__form-field {
    margin-top: 0;
    width: 100%;
  }
  .m-form-full__form-field input {
    margin: 0.9rem 0;
    width: 100%;
  }
  .m-form-full__form-field--dropdown {
    margin: 1rem 0;
    width: 100%;
    max-width: 100%;
  }
  .m-form-full__form-field:nth-child(even) {
    padding-left: 0px;
  }
  .m-form-full__form-checkbox-container input {
    width: auto;
    margin: 0.625rem 0;
  }
  .m-form-full__form-checkbox-container-label {
    margin-left: 10px;
  }
  .m-form-full__cta--btn .v-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .m-form-full .container, .m-form-full .container-with-aside {
    position: relative;
  }
  .m-form-full .container::before, .m-form-full .container-with-aside::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20%;
    width: 25vw;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .m-form-full__cta {
    margin-top: 1.25rem;
  }
  .m-form-full__cta--btn {
    width: 100%;
  }
  .m-form-full__cta--btn + .m-form-full__cta--btn {
    margin-left: 0;
  }
  .m-form-full__content-title {
    font-size: 2.25rem;
    letter-spacing: 3px;
    line-height: 42px;
    padding: 15px 50px 15px 0;
  }
  .m-form-full__form-field {
    margin: 0 0 1.1rem;
  }
  .m-form-full__form-checkbox-container {
    width: 100%;
  }
}
.m-ic {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .m-ic {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-ic {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-ic {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.m-ic .container, .m-ic .container-with-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-ic--image-left .container, .m-ic--image-left .container-with-aside {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-ic__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  width: 51.355555%;
}
.m-ic__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.m-ic__img-reverse {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.m-ic__content {
  width: 48.644445%;
  padding: 8.65%;
  background-color: #ecf2f7;
}
.m-ic__content-title {
  letter-spacing: 5px;
  line-height: 36px;
}
.m-ic__content-title h2 {
  font-size: 1.5rem;
  line-height: 32px;
  letter-spacing: 0.2em;
}
.m-ic__content-content {
  line-height: 24px;
  margin-bottom: 1.5rem;
}

.m-toolkit-fullwidth + .container .m-ic, .m-toolkit-fullwidth + .container-with-aside .m-ic {
  padding: 0;
}
.m-toolkit-fullwidth + .container .m-ic__content, .m-toolkit-fullwidth + .container-with-aside .m-ic__content {
  padding: 8.95% 8.65% 9.05%;
}
.m-toolkit-fullwidth + .container .m-ic__content-title h2, .m-toolkit-fullwidth + .container-with-aside .m-ic__content-title h2 {
  letter-spacing: 0.19em;
}

.m-conferences-fullwidth + .container .m-ic, .m-conferences-fullwidth + .container-with-aside .m-ic,
.m-toolkit-fullwidth + .container .m-ic,
.m-toolkit-fullwidth + .container-with-aside .m-ic {
  padding: 0;
}
.m-conferences-fullwidth + .container .m-ic__content-content, .m-conferences-fullwidth + .container-with-aside .m-ic__content-content,
.m-toolkit-fullwidth + .container .m-ic__content-content,
.m-toolkit-fullwidth + .container-with-aside .m-ic__content-content {
  margin-bottom: 2rem;
}
.m-conferences-fullwidth + .container .m-ic__content-title h2, .m-conferences-fullwidth + .container-with-aside .m-ic__content-title h2,
.m-toolkit-fullwidth + .container .m-ic__content-title h2,
.m-toolkit-fullwidth + .container-with-aside .m-ic__content-title h2 {
  letter-spacing: 0.2em;
  line-height: 1.75rem;
}
@media screen and (max-width: 550px) {
  .m-conferences-fullwidth + .container, .m-conferences-fullwidth + .container-with-aside,
.m-toolkit-fullwidth + .container,
.m-toolkit-fullwidth + .container-with-aside {
    padding: 0;
  }
  .m-conferences-fullwidth + .container .m-ic__img, .m-conferences-fullwidth + .container-with-aside .m-ic__img,
.m-toolkit-fullwidth + .container .m-ic__img,
.m-toolkit-fullwidth + .container-with-aside .m-ic__img {
    padding-bottom: 19.6rem;
  }
  .m-conferences-fullwidth + .container .m-ic__content, .m-conferences-fullwidth + .container-with-aside .m-ic__content,
.m-toolkit-fullwidth + .container .m-ic__content,
.m-toolkit-fullwidth + .container-with-aside .m-ic__content {
    padding: 17% 15.15%;
  }
}

@media screen and (max-width: 550px) {
  .m-toolkit-fullwidth + .container .m-ic__content-title h2, .m-toolkit-fullwidth + .container-with-aside .m-ic__content-title h2 {
    letter-spacing: 0.3em;
  }
}
.m-find-an-sior .container .m-ic, .m-find-an-sior .container-with-aside .m-ic {
  padding: 0;
}
@media screen and (max-width: 550px) {
  .m-find-an-sior .container:nth-of-type(2), .m-find-an-sior .container-with-aside:nth-of-type(2) {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .m-ic .container, .m-ic .container-with-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-ic__img {
    padding-bottom: 30rem;
    width: 100%;
  }
  .m-ic__content {
    width: 100%;
  }
  .m-ic__content-title h2 {
    letter-spacing: 4px;
    line-height: 24px;
    font-size: 1.25rem;
  }
  .m-ic__content-cta .v-button {
    text-align: left;
    padding: 1em 1.633em;
    min-height: 48px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .m-ic .container, .m-ic .container-with-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-ic__img {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 550px) {
  .m-ic {
    padding: 0;
  }
  .m-ic__img {
    padding-bottom: 16rem;
  }
  .m-ic__img img {
    -o-object-position: top;
       object-position: top;
  }
  .m-ic__img img.center {
    -o-object-position: center;
       object-position: center;
  }
  .m-ic__content {
    padding: 19.55% 12.5%;
  }
}
.m-article {
  position: relative;
  z-index: 1;
}
.m-article .container, .m-article .container-with-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
  margin-left: 6.95rem;
  width: 60vw;
}
@media screen and (max-width: 1200px) {
  .m-article__content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-article__content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-article__content {
    margin-top: 50px;
  }
}
.m-article__content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-article__content--inner .a-contact-info__content-contact {
  padding-top: 10px;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.m-article__content--inner + .a-contact-info__content-contact {
  border-top: 1px solid #dee8f1;
  padding-top: 1.736111111rem;
}
.m-article__content-content {
  margin-top: 4px;
}
.m-article__content-content .m-news--relative {
  margin: 0;
}
.m-article__content-content .m-news--relative .container, .m-article__content-content .m-news--relative .container-with-aside {
  margin: 0;
  padding: 0;
}
.m-article__content-content .m-news__items {
  padding-left: 0;
}
.m-article__content-content p:last-of-type {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1200px) {
  .m-article {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-article .container, .m-article .container-with-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-article .container .a-sidebar, .m-article .container-with-aside .a-sidebar {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .m-article__content {
    margin: 3.25rem 0 0 0;
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 550px) {
  .m-article__content {
    margin: 2.8125rem 0 0;
  }
  .m-article__content--inner {
    margin: 0;
  }
  .m-article__content-content .m-news__item:last-of-type {
    padding-bottom: 0;
  }
}
.m-article-detail {
  position: relative;
  z-index: 1;
}
.m-article-detail .container, .m-article-detail .container-with-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-article-detail .container .a-sidebar, .m-article-detail .container-with-aside .a-sidebar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.m-article-detail .faux-wrapper-ie {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.m-article-detail__nav {
  position: absolute;
  padding-top: 20px;
}
.m-article-detail__nav--mobile {
  display: none;
}
.m-article-detail__nav-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-article-detail__nav-item:hover .m-article-detail__arrow {
  -webkit-transform: rotate(180deg) translateX(10px);
          transform: rotate(180deg) translateX(10px);
}
.m-article-detail__nav-item:hover > .m-article-detail__arrow > .m-article-detail__arrow--inner > .m-article-detail__arrow--middle {
  width: 3.472222222vw;
  min-width: 30px;
}
.m-article-detail__intro-cta-container {
  margin: 1.6rem 0;
}
.m-article-detail__arrow {
  position: relative;
  margin-right: 15px;
  margin-left: 20px;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m-article-detail__arrow--inner {
  position: absolute;
}
.m-article-detail__arrow--top {
  height: 1px;
  width: 7px;
  background-color: #649cd3;
  float: right;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.m-article-detail__arrow--middle {
  height: 1px;
  width: 19px;
  background-color: #649cd3;
  -webkit-transition: width 200ms;
  transition: width 200ms;
}
.m-article-detail__arrow--bottom {
  height: 1px;
  width: 7px;
  background-color: #649cd3;
  float: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  margin-top: -1px;
}
.m-article-detail__content {
  margin: 0 5.75rem 0 6.95rem;
}
.m-article-detail__content-meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  letter-spacing: 3px;
  font-weight: 700;
  padding: 1.722222vw 0;
}
.m-article-detail__content-meta::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 5.555555556vw;
  height: 1px;
  background-color: #b9c9d3;
}
.m-article-detail__content-meta--type {
  color: #649cd3;
  text-transform: uppercase;
}
.m-article-detail__content-meta--date {
  color: #b9c9d3;
}
.m-article-detail__content-intro h1 {
  color: #30384d;
  font-size: 3.375rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 2rem 0 0.7rem;
  line-height: 1.1111;
}
.m-article-detail__content-banner {
  padding: 0.85rem 0 1.6rem;
}
.m-article-detail__content-banner img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.m-article-detail__content-content {
  border-bottom: 1px solid #dee8f1;
}
.m-article-detail__content-content--subtitle {
  font-size: 1.5rem;
  line-height: 36px;
  padding: 2.2222222vw 0 0;
}
.m-article-detail__content-content--subtitle.pt-1 {
  padding-top: 1rem;
}
.m-article-detail__content-content--img {
  max-width: 100%;
  padding: 0.85rem 0 0rem;
}
.m-article-detail__content-content--img-attr {
  margin-bottom: 0;
  font-size: 0.875rem;
  padding: 0.711111vw 0 2.022222vw 0;
}
.m-article-detail__content-content p {
  margin-bottom: 0.7em;
}
.m-article-detail__content-content > p:last-of-type {
  margin-bottom: 2.5rem;
}
.m-article-detail__content-content h4 {
  letter-spacing: 5px;
  color: #30384d;
  font-weight: 300;
  margin-top: 1.9rem;
  margin-bottom: 0.8rem;
}
.m-article-detail__content-content ul {
  padding-left: 1.25em;
}
.m-article-detail__content-content ol {
  counter-reset: olCounter;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.m-article-detail__content-content ol > li {
  padding-left: 0;
  counter-increment: olCounter;
  margin-bottom: 0.7em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-article-detail__content-content ol > li::before {
  content: counter(olCounter) ".";
  color: #649cd3;
  font-weight: 700;
  margin-right: 0.8em;
}
.m-article-detail__content-content ul li {
  padding-left: 0.375em;
  margin-bottom: 0.7em;
  line-height: 1.5;
}
.m-article-detail__content-content strong {
  color: #649cd3;
}
.m-article-detail__content--about {
  font-weight: 400;
  padding-top: 60px;
  padding-bottom: 100px;
  margin: 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  .m-article-detail__content--about {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .m-article-detail__content--about {
    padding-top: 40px;
  }
}
@media screen and (max-width: 550px) {
  .m-article-detail__content--about {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .m-article-detail__content--about {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-article-detail__content--about {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-article-detail__content--about {
    padding-bottom: 50px;
  }
}
.m-article-detail__content--about a {
  color: #649cd3;
  font-weight: 400;
}
.m-article-detail__figure {
  margin: 0.85em 0 1.5em;
  padding-top: 0.85em;
}
.m-article-detail__figure--img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.m-article-detail__figure--caption {
  margin: 0;
  font-size: 0.875rem;
  padding: 0.711111vw 0 0;
}
.m-article-detail__quote {
  position: relative;
  padding: 3.172222vw 2.416667vw 3.116667vw 4.272222vw;
  margin: 2.8em 1em 2.8em;
  width: 96.5%;
  border: 6px solid #ecf2f7;
}
.m-article-detail__quote--top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 50px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.m-article-detail__quote--top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 50px;
  background-color: #fff;
  -webkit-transform: rotate(180deg) translate(-50%, 50%);
          transform: rotate(180deg) translate(-50%, 50%);
  z-index: 1;
}
.m-article-detail__quote blockquote {
  margin: 0;
}
.m-article-detail__quote--footer {
  position: absolute;
  top: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 0 2.916666667vw 0 0;
}
.m-article-detail__quote--tilde {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0.916666667vw 0 0;
}
.m-article-detail__quote--tilde svg {
  z-index: 2;
}
.m-article-detail__quote--tilde::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -7%;
  width: 25px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.m-article-detail__quote--attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-article-detail__quote--attribute-author {
  margin: 0;
  letter-spacing: 3px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.m-article-detail__author {
  border: 6px solid #ecf2f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.9em 2em;
  margin: 5.6rem 0 1.6rem;
}
.m-article-detail__author--pic {
  width: 9.1em;
  height: 9.1em;
  border-radius: 50%;
  overflow: hidden;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 2.5em 0 0;
}
.m-article-detail__author--pic img {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.m-article-detail__author--text {
  margin-bottom: 1em;
  margin-top: 0.1em;
  max-width: 500px;
  letter-spacing: 0.3px;
}
.m-article-detail__author--text strong {
  color: #649cd3;
  font-weight: bold;
}
.m-article-detail__author--links {
  padding-top: 0.5em;
}
.m-article-detail__author--links-item {
  position: relative;
  letter-spacing: 0.3px;
  -webkit-box-shadow: 0 1px 0 0 #dee8f1;
          box-shadow: 0 1px 0 0 #dee8f1;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .m-article-detail__author--links-item:not(:last-child) {
    margin-right: 2.1em;
  }
  .m-article-detail__author--links-item:not(:last-child):after {
    content: "|";
    right: -1.3em;
    position: absolute;
    pointer-events: none;
  }
}

@media screen and (max-width: 1200px) {
  .m-article-detail .container, .m-article-detail .container-with-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-article-detail .container .a-sidebar, .m-article-detail .container-with-aside .a-sidebar {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .m-article-detail__content {
    margin: 1.25rem 0 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-article-detail__content--about {
    border-top: 1px solid #dee8f1;
    padding: 4.4444444vw 0;
  }
  .m-article-detail .m-news {
    margin-top: 4.48rem;
  }
}
@media screen and (max-width: 767px) {
  .m-article-detail__author {
    display: block;
    margin-top: 3.375rem;
    padding: 2.8rem 2rem 2.6rem 2rem;
    margin-bottom: 2.2rem;
  }
  .m-article-detail__author--pic {
    margin-bottom: 2rem;
  }
  .m-article-detail__author--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0.3rem;
  }
  .m-article-detail__author--links-item {
    padding-bottom: 0.2rem;
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .m-article-detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    overflow: hidden;
  }
  .m-article-detail__nav {
    display: none;
  }
  .m-article-detail__nav::after {
    display: none;
  }
  .m-article-detail__nav--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #dee8f1;
    width: 100vw;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    height: 48px;
  }
  .m-article-detail__nav--mobile::after {
    content: "";
    position: absolute;
    height: 48px;
    left: -30%;
    border-bottom: 1px solid #dee8f1;
    bottom: -1px;
    width: 30%;
  }
  .m-article-detail__content {
    margin: 1.25rem 0 0 0;
  }
  .m-article-detail__content-meta {
    padding: 4.4444444vw 0;
  }
  .m-article-detail__content-meta::after {
    width: 80px;
  }
  .m-article-detail__content-meta_mod-post {
    display: block;
    letter-spacing: 4px;
    padding-bottom: 0;
  }
  .m-article-detail__content-meta_mod-post:after {
    display: none;
  }
  .m-article-detail__content-meta_mod-post .divider-circle {
    display: none;
  }
  .m-article-detail__content-intro h1 {
    margin: 1.6rem 0 0;
    text-transform: capitalize;
    font-size: 1.625rem;
    line-height: 32px;
  }
  .m-article-detail__content-banner {
    padding-top: 1.85rem;
    padding-bottom: 0.85rem;
  }
  .m-article-detail__content-content--subtitle {
    font-size: 1.125rem;
    line-height: 28px;
  }
  .m-article-detail__content-content_mod-post {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee8f1;
  }
  .m-article-detail__content-content ol {
    /* margin-left: 0;
    padding-left: 1.1rem; */
  }
  .m-article-detail__content--about {
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    border-top: 1px solid #dee8f1;
    padding: 4.4444444vw 0;
  }
  .m-article-detail__quote {
    padding: 13.044444vw 11.844444vw;
    width: 100%;
    margin-left: 0;
    margin-bottom: 8.544444em;
  }
  .m-article-detail__quote blockquote {
    font-size: 1.2rem;
    line-height: 24px;
  }
  .m-article-detail__quote--tilde {
    margin-top: 5px;
  }
  .m-article-detail__quote--tilde::before {
    height: 15px;
  }
  .m-article-detail__quote--attribute {
    margin-top: 15px;
  }
  .m-article-detail__quote--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-article-detail .m-news {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .m-article-detail__content {
    margin: 1.25rem 0 0;
  }
  .m-article-detail__content--about {
    padding: 9.844444vw 0;
  }
  .m-article-detail__content-content--img-attr {
    padding: 0.711111vw 0 6.822222vw 0;
  }
}
.m-subscribe {
  margin: 3.55rem 0 6.75rem 0;
}
.m-subscribe-container {
  position: relative;
  padding: 0 4.097222222vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.m-subscribe__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  width: 42.803030303vw;
  overflow: hidden;
}
.m-subscribe__img--overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 430px;
  z-index: 1;
}
.m-subscribe__img-corners--mobile {
  display: none;
}
.m-subscribe__img-corners--top {
  position: absolute;
  top: -27px;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0.34;
  background-color: transparent;
  z-index: 1;
  border-right: 214px solid #b9c9d3;
  border-bottom: 216px solid transparent;
}
.m-subscribe__img-corners--bottom {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0.34;
  background-color: transparent;
  z-index: 1;
  border-right: 200px solid #b9c9d3;
  border-top: 200px solid transparent;
}
.m-subscribe__img-overlay--img {
  display: none;
}
.m-subscribe__img--img-bg, .m-subscribe__img--img-bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.m-subscribe__img--img-bg-mobile {
  display: none;
}
.m-subscribe__content {
  position: relative;
  width: 57.196969697vw;
  height: 430px;
  padding: 8.15% 8.65%;
  background-color: #ecf2f7;
  z-index: 1;
}
.m-subscribe__content-title {
  letter-spacing: 5px;
  line-height: 36px;
}
.m-subscribe__content-title h2 {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.m-subscribe__content-content {
  line-height: 24px;
  margin-bottom: 1.8175rem;
}

.m-news--relative + .m-subscribe {
  margin: 5.25rem 0 6.75rem 0;
}

@media screen and (max-width: 767px) {
  .m-subscribe {
    margin: 3.375rem 0 6.75rem;
  }
  .m-subscribe-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-subscribe__content {
    padding: 0;
    height: auto;
    width: 100%;
  }
  .m-subscribe__content-title {
    padding: 14% 16.5% 0;
  }
  .m-subscribe__content-cta, .m-subscribe__content-content {
    padding: 0 16.5%;
  }
  .m-subscribe__content-cta {
    padding-top: 0;
    padding-bottom: 23.5%;
  }
  .m-subscribe__content-title h2 {
    font-size: 1.25rem;
    letter-spacing: 4px;
  }
  .m-subscribe__img {
    padding-bottom: 50vw;
    width: 100%;
  }
  .m-subscribe__img--overlay {
    display: none;
  }
  .m-subscribe__img--img-bg {
    display: none;
  }
  .m-subscribe__img--img-bg-mobile {
    display: block;
  }
  .m-subscribe__img-overlay--img {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
  .m-subscribe__img-corners {
    display: none;
  }
  .m-subscribe__img-corners--mobile {
    display: block;
  }
  .m-subscribe__img-corners--top {
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    opacity: 0.34;
    background-color: transparent;
    z-index: 1;
    border-right: none;
    border-bottom: none;
    border-left: 35.427778vw solid #b9c9d3;
    border-top: 35.427778vw solid transparent;
  }
  .m-subscribe__img-corners--bottom {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0.34;
    background-color: transparent;
    z-index: 1;
    border-right: 38.627778vw solid #b9c9d3;
    border-top: 38.627778vw solid transparent;
  }
}
@media screen and (max-width: 550px) {
  .m-subscribe {
    margin: 1.6875rem 0 0;
  }
  .m-subscribe-container {
    padding: 0 35px;
  }

  .m-news--relative + .m-subscribe {
    margin: 5.25rem 0 0 0;
  }
}
.m-members {
  margin-top: 75px;
}
@media screen and (max-width: 1200px) {
  .m-members {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .m-members {
    margin-top: 50px;
  }
}
@media screen and (max-width: 550px) {
  .m-members {
    margin-top: 42px;
  }
}
.m-members__head {
  position: relative;
  z-index: 2;
  margin: 0 5.75rem 0 6.95rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.m-members__head-pre {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-top: 6px;
}
.m-members__head h2 {
  display: block;
  font-size: 3em;
  letter-spacing: 3.1px;
  line-height: 1.125;
  text-transform: uppercase;
}
.m-members--with-image .m-members__head {
  margin-top: 2.5rem;
}
.m-members__top {
  position: relative;
}
.m-members__image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 4.097222222vw - 29rem);
  height: 100%;
}
@media screen and (min-width: 1920px) {
  .m-members__image {
    width: calc(100% - (100% - 1920px) / 2 - 4.097222222vw - 29rem);
  }
}
.m-members__image::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("members-triangle.ce6ef18f.svg") no-repeat left center;
  background-size: auto 100%;
}
.m-members__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.m-members__switchers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-bottom: 1rem;
  margin-top: 54px;
}
.m-members__switchers-btn {
  font-size: 1.875rem;
  margin-right: 0.8rem;
  border: 1px solid #dee8f1;
  color: #30384d;
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 #ecf2f7;
          box-shadow: 0 0 0 0 #ecf2f7;
  -webkit-transition: border 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 0.6em 1.2em;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: none;
}
.m-members__switchers-btn.is-expand {
  border-color: #ecf2f7;
  background: #ecf2f7;
  -webkit-box-shadow: 0 2rem 0 0 #ecf2f7;
          box-shadow: 0 2rem 0 0 #ecf2f7;
}
.m-members__switchers-btn:hover {
  border-color: #ecf2f7;
  background: #ecf2f7;
}
.m-members__content {
  background-color: #ecf2f7;
  background-image: url(triangle-opacity.2cceb73c.svg);
  position: relative;
  overflow: hidden;
  background-size: 20px;
}
.m-members__content:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: transparent;
  background: linear-gradient(179.49deg, #ecf2f7 0%, rgba(222, 232, 241, 0.83) 100%);
}
.m-members__content-container {
  padding: 0 4.097222222vw;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 1;
}
.m-members__centerd {
  padding: 6.5rem 6.95rem 5.7rem;
}
.m-members__tab {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.m-members__tab.is-expand {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 5;
  position: relative;
}
.m-members__description {
  font-size: 1.5rem;
  padding-bottom: 1.4em;
  border-bottom: 1px solid #b9c9d3;
  margin-bottom: 1.4em;
  letter-spacing: 0.3px;
  padding-right: 5rem;
}
.m-members__title {
  margin-top: 3.2rem;
  margin-bottom: 2rem;
}
.m-members__title-pre {
  letter-spacing: 0.13px;
  line-height: 1.75;
  font-weight: bold;
  font-size: 1rem;
}
.m-members__title h3 {
  color: #649cd3;
  font-size: 2.25em;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.3px;
}
.m-members__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.m-members__features {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  font-size: 1rem;
  padding-left: 0;
  margin-bottom: 0;
}
.m-members__features-item {
  padding-bottom: 6px;
  line-height: 1.5;
  letter-spacing: 0.41px;
  font-weight: 300;
  font-size: 1rem;
  padding-left: 0;
  margin-left: 20px;
  padding-right: 1.5em;
}
.m-members__features-item > strong {
  font-weight: bold;
}
.m-members__features-item ol, .m-members__features-item ul {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  letter-spacing: 0.3px;
  margin-top: 13px;
}
.m-members__features-item ol strong, .m-members__features-item ul strong {
  font-weight: normal;
}
.m-members__features-item ol > li, .m-members__features-item ul > li {
  padding-left: 10px;
  margin-left: 16px;
  padding-bottom: 6px;
}
.m-members__links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.5%;
          flex: 0 0 24.5%;
  border-left: 1px solid #b9c9d3;
  padding-left: 6.5%;
  margin-left: 3%;
  list-style: none;
  margin-bottom: 0;
}
.m-members__links-item {
  margin: 3px 0 8px;
  position: relative;
  display: table;
}
.m-members__links .v-button {
  margin-top: 0.36em;
  width: 100%;
  max-width: 220px;
}
.m-members__links-link {
  color: #4b596d;
  text-align: left;
  position: relative;
  margin-right: 1.8rem;
  display: inline-block;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.3px;
  line-height: 1.25;
  -webkit-transition: border-bottom 0.5s ease;
  transition: border-bottom 0.5s ease;
}
.m-members__links-link:hover {
  text-decoration: none;
  border-bottom: 1px solid #649cd3;
}
.m-members__links-link:hover .m-members__links-link-arrow {
  right: -10px;
}
.m-members__links-link:hover ~ .m-members__links-link-arrow {
  right: -10px;
}
.m-members__links-link-arrow {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20'%3E%3Cpath d='M1.08936 9.22174H0.589355V10.2217H1.08936V9.22174ZM20.6595 10.2217H21.1595V9.22174H20.6595V10.2217ZM21.1437 9.72174L21.4972 10.0753L21.8508 9.72174L21.4972 9.36819L21.1437 9.72174ZM1.08936 10.2217H20.6595V9.22174H1.08936V10.2217ZM11.7901 1.07529L20.7901 10.0753L21.4972 9.36819L12.4972 0.368187L11.7901 1.07529ZM20.7901 9.36819L11.7901 18.3682L12.4972 19.0753L21.4972 10.0753L20.7901 9.36819Z' fill='rgb(100, 156, 211)'  /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
  background-position: 0 0;
  right: 0;
  top: 2px;
  height: 100%;
  width: 1.25rem;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .m-members__head {
    margin: 0;
  }
  .m-members__image {
    width: calc(100% - 4.097222222vw - 22.05rem);
  }
  .m-members__description {
    padding-right: 0;
  }
  .m-members__centerd {
    padding: 3.25rem 0 5.7rem;
  }
}
@media screen and (max-width: 1023px) {
  .m-members__head {
    margin: 0 1.75rem;
  }
  .m-members__links {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #b9c9d3;
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .m-members__links-item {
    margin: 0px 0 10px;
    display: table;
  }
  .m-members__row {
    display: block;
  }
  .m-members__centerd {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen and (max-width: 840px) {
  .m-members--with-image .m-members__head {
    margin-top: 0;
  }
  .m-members__image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-members__switchers {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .m-members__switchers-btn {
    font-size: 1.2rem;
    height: 64px;
    background: #D1DEE9;
  }
}
@media screen and (max-width: 550px) {
  .m-members__head {
    padding: 0;
    margin: 0;
  }
  .m-members__head-pre {
    font-size: 1rem;
    padding-top: 0.8125em;
    letter-spacing: 3px;
  }
  .m-members__switchers-btn {
    font-size: 0.875rem;
    padding: 1em 2em;
    margin-right: 1em;
    text-align: left;
  }
  .m-members__switchers-btn:last-child {
    margin-right: 0;
  }
  .m-members__content-container {
    padding: 0 35px;
  }
  .m-members__centerd {
    padding-left: 0;
    padding-right: 0;
  }
  .m-members__title {
    margin-top: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .m-members__features {
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
  }
  .m-members__features-item {
    padding-right: 0;
    line-height: 1.6;
    padding-bottom: 10px;
  }
  .m-members__links {
    padding-top: 2.5rem;
  }
  .m-members__links .v-button {
    width: 200px;
    max-width: 100%;
  }
  .m-members__description {
    font-size: 1rem;
  }
  .m-members__head-pre {
    font-size: 1rem;
  }
  .m-members__head h2 {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 550px) and (max-width: 1200px) {
  .m-members + .container > .a-sidebar__sidebar-ad--mobile, .m-members + .container-with-aside > .a-sidebar__sidebar-ad--mobile {
    margin-top: 6.75rem;
  }
}
.m-us-canada-intro h2 {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 550px) {
  .m-us-canada-intro h2 {
    margin-bottom: 0.75rem;
    font-size: 2.25rem;
    letter-spacing: 3px;
    line-height: 1;
  }
}

.m-blog {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.m-blog .a-filter {
  margin-top: 0;
  padding-top: 1.2vw;
}
.m-blog__listing {
  margin-top: 3.8rem;
}

@media screen and (max-width: 550px) {
  .m-blog {
    margin-top: 10px;
  }
  .m-blog__listing {
    margin-top: 1rem;
  }
}
.m-transactions-hero {
  position: relative;
  padding-top: calc(7.2vw + 107px);
  padding-bottom: 10.3vw;
  overflow: hidden;
  z-index: 1;
}
.m-transactions-hero--full {
  height: auto;
  padding-bottom: 6vw;
}
.m-transactions-hero__media {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 107px);
  z-index: 1;
  margin-top: 107px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-transactions-hero__media:before {
  z-index: 5;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 56, 77, 0.95)), color-stop(150%, rgba(75, 89, 109, 0.44)));
  background: linear-gradient(180deg, rgba(48, 56, 77, 0.95) 0%, rgba(75, 89, 109, 0.44) 150%);
}
.m-transactions-hero__media-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  min-height: 100%;
}
.m-transactions-hero__media-img--mobile {
  display: none;
}
.m-transactions-hero__title {
  padding: 0.8125em 2.427222vw 0.8125em 4.127222vw;
  position: absolute;
  top: calc(107px + 6vw);
  left: 0;
  background-color: #fff;
  z-index: 4;
}
.m-transactions-hero__title h1 {
  font-size: 1.5rem;
  letter-spacing: 6px;
  padding: 1rem 0;
  margin: 0;
  font-weight: 300;
}
.m-transactions-hero__icon {
  width: 7.6rem;
  height: 6.8125rem;
  display: block;
  margin: 0 auto;
  top: calc(107px + 19.5%);
  left: 50%;
  margin-left: -3.8rem;
  position: absolute;
  z-index: 5;
}
.m-transactions-hero__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-transactions-hero__content {
  text-align: center;
  padding-left: 112px;
  padding-right: 112px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  color: white;
}
@media screen and (max-width: 1440px) {
  .m-transactions-hero__content {
    padding-left: 7.7777778vw;
    padding-right: 7.7777778vw;
  }
}
@media screen and (max-width: 566px) {
  .m-transactions-hero__content {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media screen and (max-width: 340px) {
  .m-transactions-hero__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.m-transactions-hero__content--title {
  color: inherit;
  font-size: 3rem;
  letter-spacing: 7px;
  margin-top: 1.6rem;
}
.m-transactions-hero__content--small {
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.26px;
  line-height: 1.3;
  text-align: left;
}
.m-transactions-hero__content--centered {
  margin: 0 auto;
  max-width: 76vw;
}
.m-transactions-hero__transactions {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  margin: 1.5rem -1.25rem 0;
}
.m-transactions-hero__transaction {
  background: white;
  padding: 3.7vw 1vw 1.7vw 5.2vw;
  color: #30384d;
  margin: 1.7rem 1.25rem 1.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 2.5rem);
          flex: 0 0 calc(50% - 2.5rem);
  text-align: left;
  position: relative;
  width: 50%;
}
.m-transactions-hero__transaction:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  border-top: solid 5rem #ECF2F7;
}
.m-transactions-hero__transaction:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  width: 1.15rem;
  height: 2rem;
  background: #4379BA;
  z-index: 3;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.m-transactions-hero__transaction-label {
  background: #649cd3;
  color: white;
  letter-spacing: 3px;
  line-height: 1.5;
  position: absolute;
  top: -1.7rem;
  width: 10.5rem;
  padding: 0.75rem;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  overflow: hidden;
  z-index: 5;
}
.m-transactions-hero__transaction-label:before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  border: 1px solid #4379BA;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -65px;
}
.m-transactions-hero__transaction-type {
  line-height: 1.5;
  letter-spacing: 3px;
  position: relative;
  z-index: 7;
  margin-bottom: 0;
  text-transform: uppercase;
}
.m-transactions-hero__transaction-amount {
  line-height: 1.125;
  letter-spacing: 3.1px;
  display: inline-block;
  font-weight: 300;
  font-size: 3rem;
  color: #30384d;
}
.m-transactions-hero__transaction-sub {
  display: inline-block;
  letter-spacing: 0.3px;
}
.m-transactions-hero__transaction-area {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.3px;
}
.m-transactions-hero__transaction-sellers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-transactions-hero__transaction-sellers .a-person {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.7rem;
  margin-top: 0.85rem;
}
.m-transactions-hero__transaction-sellers .a-person__photo {
  width: 4.5rem;
  -ms-flex-preferred-size: 4.5rem;
      flex-basis: 4.5rem;
  margin-right: 1.625rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.m-transactions-hero__transaction-sellers .a-person-name, .m-transactions-hero__transaction-sellers .a-person-title {
  font-size: 1rem;
}
.m-transactions-hero__transaction:nth-child(odd):before {
  border-left: solid 7rem transparent;
  right: 0;
}
.m-transactions-hero__transaction:nth-child(odd):after {
  left: 100%;
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
}
.m-transactions-hero__transaction:nth-child(odd) .m-transactions-hero__transaction-label {
  right: -1.15rem;
}
.m-transactions-hero__transaction:nth-child(even):before {
  border-right: solid 7rem transparent;
  left: 0;
}
.m-transactions-hero__transaction:nth-child(even):after {
  right: 100%;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
}
.m-transactions-hero__transaction:nth-child(even) .m-transactions-hero__transaction-label {
  left: -1.15rem;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .m-transactions-hero__transaction {
    padding: 4.2vw 1vw 1.7vw 5.2vw;
  }

  .m-transactions-hero__transaction:nth-child(even):before {
    border-right: solid 5rem transparent;
  }

  .m-transactions-hero__transaction:nth-child(odd):before {
    border-left: solid 5rem transparent;
  }

  .m-transactions-hero__transaction:before,
.m-transactions-hero__transaction:before {
    border-top: solid 4rem #ecf2f7;
  }
}
@media screen and (max-width: 1350px) {
  .m-transactions-hero {
    padding-top: calc(7.2vw + 60px);
    min-height: calc(170px + 60px);
  }
  .m-transactions-hero__media {
    margin-top: 60px;
    height: calc(100% - 60px);
  }
  .m-transactions-hero__title {
    top: calc(60px + 6vw);
  }
  .m-transactions-hero__icon {
    top: calc(60px + 19.5%);
  }
}
@media screen and (max-width: 1200px) {
  .m-transactions-hero__content {
    padding-left: 4.097222222vw;
    padding-right: 4.097222222vw;
    margin-top: 100px;
  }
  .m-transactions-hero__content--centered {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .m-transactions-hero {
    padding-top: calc(6vw + 60px + 80px);
  }
  .m-transactions-hero__icon {
    display: none;
  }
  .m-transactions-hero__content {
    text-align: left;
    margin-top: 20px;
  }
  .m-transactions-hero__content--title {
    display: none;
  }
  .m-transactions-hero__transaction-amount {
    font-size: 2.8rem;
  }
  .m-transactions-hero__transaction-sub {
    display: none;
  }
  .m-transactions-hero__transaction-sellers {
    display: block;
  }
  .m-transactions-hero__transaction-sellers .a-person {
    margin-bottom: 0.85rem;
  }
}
@media screen and (max-width: 767px) {
  .m-transactions-hero {
    padding-top: calc(9.5vw + 60px + 60px);
  }
  .m-transactions-hero__title {
    top: calc(9.5vw + 60px);
  }
  .m-transactions-hero__title h1 {
    font-size: 1.25rem;
    letter-spacing: 4px;
    padding: 0.7rem 0;
  }
  .m-transactions-hero__content {
    margin: 20px 22px 0;
  }
  .m-transactions-hero__transactions {
    display: block;
    margin: 0;
  }
  .m-transactions-hero__transaction {
    width: auto;
    margin: 22px 0 48px;
  }
  .m-transactions-hero__transaction:nth-child(odd) .m-transactions-hero__transaction-label, .m-transactions-hero__transaction:nth-child(even) .m-transactions-hero__transaction-label {
    right: -20px;
    left: auto;
  }
  .m-transactions-hero__transaction:nth-child(even):before, .m-transactions-hero__transaction:nth-child(odd):before {
    border-right: none;
    left: auto;
    border-left: solid 7rem transparent;
    right: 0;
  }
  .m-transactions-hero__transaction:nth-child(even):after, .m-transactions-hero__transaction:nth-child(odd):after {
    right: auto;
    left: 100%;
    -webkit-transform: skewY(-45deg);
            transform: skewY(-45deg);
  }
}
@media screen and (max-width: 550px) {
  .m-transactions-hero {
    padding-top: calc(9.5vw + 60px);
  }
  .m-transactions-hero--full {
    padding-bottom: 9vw;
  }
  .m-transactions-hero__title {
    padding: 0.6em 1.5rem 0.6em 35px;
    position: relative;
    top: 0;
    display: inline-block;
  }
  .m-transactions-hero__media:before {
    z-index: 5;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 56, 77, 0.95)), color-stop(200%, rgba(75, 89, 109, 0.44)));
    background: linear-gradient(180deg, rgba(48, 56, 77, 0.95) 0%, rgba(75, 89, 109, 0.44) 200%);
  }
  .m-transactions-hero__media-img {
    display: none;
  }
  .m-transactions-hero__media-img--mobile {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -45px;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    min-height: 100%;
  }
  .m-transactions-hero__transaction {
    padding: 44px 12px 1.5rem 30px;
  }
  .m-transactions-hero__transaction-type {
    letter-spacing: 0.3px;
    text-transform: capitalize;
  }
  .m-transactions-hero__transaction-amount {
    font-size: 2.25rem;
    line-height: 1;
  }
  .m-transactions-hero__transaction-area {
    font-size: 1rem;
  }
  .m-transactions-hero__transaction-sellers .a-person {
    margin-top: 1.85rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 0;
  }
  .m-transactions-hero__transaction-sellers .a-person__photo {
    margin-top: 0;
    margin-right: 12px;
  }
  .m-transactions-hero__transaction-sellers .a-person-company {
    font-weight: normal;
  }
  .m-transactions-hero__transaction:last-child {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .m-transactions-hero__title {
    padding: 0.6em 24px;
  }
}
.m-current-trans__title {
  margin-top: 5.2rem;
  margin-bottom: 0;
  font-size: 3rem;
  letter-spacing: 3.1px;
}
.m-current-trans .a-pagination:first-of-type {
  border: none;
  margin-bottom: 0;
}
.m-current-trans .a-filter {
  padding: 0;
}
.m-current-trans__list {
  padding-right: 2.222vw;
}
.m-current-trans__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dee8f1;
  padding: 0.8rem 0;
  position: relative;
}
.m-current-trans__item-icon {
  position: absolute;
  right: 100%;
  margin-right: 1em;
  font-size: 49px;
  width: 1em;
  height: 0.8em;
  color: #b9c9d3;
  top: 50%;
  margin-top: -0.65em;
}
.m-current-trans__item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  color: inherit;
}
.m-current-trans__item-members {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 62%;
          flex: 1 1 62%;
  -ms-flex-item-align: center;
      align-self: center;
}
.m-current-trans__item-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  letter-spacing: 0.3px;
  line-height: 1.5;
  padding-right: 1rem;
  margin: 1.8rem 0 0 3%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.m-current-trans__item-info--label {
  letter-spacing: 3px;
  text-transform: uppercase;
}
.m-current-trans__item-info--amount {
  color: #30384d;
  font-size: 3rem;
  letter-spacing: 3.1px;
  line-height: 1.2;
  padding-bottom: 0.1em;
}
.m-current-trans__item-info--area {
  font-weight: bold;
}
.m-current-trans__item-info--date {
  font-weight: 300;
}
.m-current-trans__item-info--date i {
  font-style: italic;
  padding-left: 1em;
}
.m-current-trans__item-info--desc {
  padding-top: 1.1rem;
  margin-top: 1rem;
  position: relative;
}
.m-current-trans__item-info--desc:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  border-top: 1px solid #dee8f1;
}

@media screen and (max-width: 1200px) {
  .m-current-trans__list {
    padding-right: 0;
  }
  .m-current-trans__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-current-trans__item-icon {
    position: static;
    margin: 0 0 0 57.5%;
  }
  .m-current-trans__item-members {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.5%;
            flex: 0 0 54.5%;
  }
  .m-current-trans__item-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.5%;
            flex: 0 0 42.5%;
    min-width: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-current-trans {
    margin-top: 0;
  }
  .m-current-trans__title {
    font-size: 2.25rem;
    letter-spacing: 3px;
    line-height: 1;
    margin-top: 2.4rem;
    margin-bottom: 0.3rem;
  }
  .m-current-trans__item-icon {
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 6rem;
    margin-right: 1.5rem;
  }
  .m-current-trans__item-members {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .m-current-trans__item-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: calc(100% - 7.5rem);
        flex-basis: calc(100% - 7.5rem);
    margin-left: 0;
    margin-top: 0;
  }
  .m-current-trans__item-info--desc {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .m-current-trans__item {
    padding: 1.5rem 0;
  }
  .m-current-trans__item-icon {
    width: 4.5rem;
  }
  .m-current-trans__item-info {
    font-size: 1rem;
    -ms-flex-preferred-size: calc(100% - 6rem);
        flex-basis: calc(100% - 6rem);
  }
  .m-current-trans__item-info--label {
    text-transform: none;
    letter-spacing: inherit;
  }
  .m-current-trans__item-info--amount {
    font-size: 2.25rem;
  }
  .m-current-trans__item-info--area {
    font-weight: normal;
  }
  .m-current-trans__item-info--date i {
    display: block;
    padding-left: 0;
  }
  .m-current-trans .a-pagination {
    padding: 38px 0 42px 0;
  }
}
.m-staff {
  margin-top: 3.4rem;
}
.m-staff .a-intro__content {
  letter-spacing: 0;
  line-height: 1.5;
}

.m-staff-section {
  margin-top: 55px;
}
.m-staff-section h2 {
  font-weight: 600;
  font-size: 1.875rem;
  text-transform: none;
}
.m-staff-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.m-staff-section__item {
  width: 50%;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #dee8f1;
  padding-bottom: 2.6875rem;
}
.m-staff-section__item:last-child {
  border: none;
  padding-bottom: 0;
}
.m-staff-section .a-person {
  margin: 0;
  max-width: 432px;
}
.m-staff-section .a-person__photo {
  -ms-flex-preferred-size: 119px;
      flex-basis: 119px;
}
.m-staff-section .a-person__data {
  margin-top: 0;
  margin-left: 5px;
}
.m-staff-section .a-person-company {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .m-staff-section .a-person {
    max-width: 290px;
  }
}
@media (max-width: 1200px) {
  .m-staff-section .a-person {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 355px;
  }
  .m-staff-section .a-person__data {
    margin-top: 0.875rem;
  }
  .m-staff-section .a-person-company {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .m-staff-section__item {
    width: auto;
  }
}
@media screen and (min-width: 551px) {
  .m-staff-section__item {
    border: none;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1201px) {
  .m-staff {
    margin-top: 100px;
    margin-left: 6.95rem;
    margin-right: 1.75rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1200px) {
  .m-staff {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 767px) {
  .m-staff {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 550px) {
  .m-staff {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1201px) {
  .m-staff .a-intro__content {
    padding-right: 55px;
  }
}
@media screen and (min-width: 1201px) {
  .m-staff-section {
    margin-top: 65px;
  }
  .m-staff-section h2 {
    font-size: 2.25rem;
    font-weight: 300;
    margin-bottom: 2rem;
  }
}
.m-search-results {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .m-search-results {
    margin-top: 32px;
  }
}
.m-search-results--header {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.m-search-results h2 {
  font-size: 2.25rem;
  text-transform: none;
  color: #4b596d;
}
@media screen and (max-width: 767px) {
  .m-search-results h2 {
    font-size: 1.444rem;
    margin-bottom: 1.5rem;
  }
}
.m-search-results-ctas {
  display: inherit;
  height: 100%;
}
.m-search-results-ctas button + button {
  border-left: none;
  margin-left: -4px;
}
.m-search-results-ctas button {
  font-size: 0.875rem;
  text-transform: capitalize;
}
.m-search-results__item {
  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: 2.5625rem 0;
  border-top: 1px solid #dee8f1;
}
@media screen and (max-width: 767px) {
  .m-search-results__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2.3125rem;
    padding-bottom: 1.875rem;
  }
}
.m-search-results .a-person {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .m-search-results .a-person {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-search-results .a-person__photo {
  width: 120px;
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  margin-right: 2.3rem;
}
@media screen and (max-width: 767px) {
  .m-search-results .a-person__photo {
    margin-bottom: 1.125rem;
  }
}
.m-search-results__item-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.69%;
          flex: 0 0 36.69%;
  line-height: 1.5;
  letter-spacing: 0.008rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .m-search-results__item-info {
    margin-top: 1rem;
    padding-left: 0;
  }
}
.m-search-results__item-info--bold {
  font-weight: bold;
}

.m-advertisment {
  margin-top: 4.125rem;
}
.m-advertisment img {
  max-width: 100%;
  height: auto;
}
.m-advertisment__head {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #4b596d;
  margin-bottom: 1.333rem;
  letter-spacing: 0.031rem;
}
@media screen and (max-width: 550px) {
  .m-advertisment__head {
    display: none;
  }
}
.m-advertisment__picture {
  width: 41.6667vw;
  max-width: 600px;
  min-width: 303px;
}
@media screen and (max-width: 550px) {
  .m-advertisment__picture {
    width: 100%;
    min-width: 0;
  }
}
.m-advertisment__img {
  width: 100%;
}

.m-broker-overflow {
  overflow: hidden;
}

.m-broker {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 4rem;
}
@media screen and (max-width: 1200px) {
  .m-broker {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-broker {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-broker {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.m-broker-main {
  display: grid;
  grid-column-gap: 7rem;
  grid-template-columns: 228px 1fr;
}
.m-broker-main__aside {
  float: left;
  margin-right: 7rem;
  grid-row: 1/3;
  margin-top: 9px;
}
.m-broker-main__head-title {
  position: relative;
  font-size: 2.25rem;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 0;
}
.m-broker-main__head-title::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -216px;
  width: 200px;
  height: 1px;
  background-color: #dee8f1;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-broker-main__head-title--not-bold {
  font-weight: 300;
}
.m-broker-main__head-sub--one {
  font-weight: 300;
  font-style: italic;
  font-size: 1.5rem;
  text-transform: none;
  margin: 0 0 0.2em;
}
.m-broker-main__head-sub--two {
  font-weight: 300;
  font-style: italic;
  font-size: 1.5rem;
  text-transform: none;
  margin-bottom: 2.1875rem;
}
.m-broker__picture {
  width: 226px;
  height: 327px;
  overflow: hidden;
}
.m-broker__img {
  width: 100%;
}
.m-broker__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-top: 1.625rem;
  padding: 0;
  list-style: none;
}
.m-broker__social-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #649cd3;
  overflow: hidden;
  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;
}
.m-broker__social-item:not(:first-child) {
  margin-left: 0.65625rem;
}
.m-broker__social-link {
  height: 55%;
  width: 55%;
  display: block;
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.m-broker__social-img {
  color: white;
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
  padding: 0;
  margin: 0;
}
.m-broker__download {
  margin-top: 0.5625rem;
}
.m-broker__download-link {
  border-bottom: 1px solid currentColor;
  font-weight: 300;
  letter-spacing: 0.019rem;
  line-height: 1.5;
}
.m-broker__contacts {
  font-style: normal;
}
.m-broker__contacts-address {
  margin-bottom: 0;
}
.m-broker__contacts-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.m-broker__contacts-row:first-child {
  padding-right: 3.4375rem;
}
.m-broker__contacts-row:nth-child(2) {
  margin-left: 2.3125rem;
}
.m-broker .a-person-contact {
  margin-top: 1.25rem;
}
.m-broker .a-person-contact__type {
  min-width: 17px;
  display: inline-block;
}
.m-broker__info-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.3125rem;
}
.m-broker__info-detail {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  margin-top: 2.1875rem;
  padding-right: 1rem;
}
.m-broker__info-detail--bold {
  font-weight: bold;
}
.m-broker-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}
.m-broker-content__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  list-style: none;
  padding-left: 0;
}
.m-broker-content__nav-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
  margin-top: 1rem;
  background: none;
  text-transform: none;
  font: inherit;
  font-size: 1.5rem;
  letter-spacing: inherit;
  cursor: pointer;
  color: #30384d;
  height: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-broker-content__nav-btn::after {
  content: "";
  display: block;
  height: 1px;
  width: 34px;
  background-color: #dee8f1;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-broker-content__nav-btn:first-child {
  margin-top: 0;
}
.m-broker-content__nav-btn.is-expand {
  font-weight: bold;
  color: #649cd3;
}
.m-broker-content__nav-btn.is-expand::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #dee8f1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-broker-content__detail {
  width: 100%;
  margin-left: 4.3125rem;
}
.m-broker-content__tab {
  display: none;
}
.m-broker-content__tab.is-expand {
  display: block;
}
.m-broker__role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 29px;
}
.m-broker__role:not(:last-child) {
  border-bottom: 1px solid #dee8f1;
  margin-bottom: 26px;
}
.m-broker__role-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  font-weight: bold;
  padding-right: 5rem;
}
.m-broker__role-list {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.m-broker__role-item--bold {
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .m-broker__info-details {
    padding-top: 2.125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-broker__info-detail {
    margin-top: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    padding-right: 1rem;
  }
  .m-broker__role {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-broker__role-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    padding-right: 1rem;
  }
  .m-broker__role-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media screen and (max-width: 767px) {
  .m-broker {
    margin: 2.75rem 0;
  }
  .m-broker-main {
    grid-template-columns: 100%;
  }
  .m-broker-main__aside {
    grid-row: none;
    margin-right: 0;
  }
  .m-broker-main__aside-content {
    margin-top: 1.3rem;
  }
  .m-broker-main__head {
    margin-left: 0;
  }
  .m-broker-main__head-title {
    font-size: 1.875rem;
  }
  .m-broker-main__head-title::before {
    top: 0;
    left: -206px;
  }
  .m-broker-main__head-sub--one, .m-broker-main__head-sub--two {
    font-size: 1.125rem;
  }
  .m-broker-main__info {
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .m-broker__social {
    padding-right: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.6875rem;
    float: left;
  }
  .m-broker__social-item {
    width: 36px;
    height: 36px;
  }
  .m-broker__social-item:not(:first-child) {
    margin-left: 0.75rem;
  }
  .m-broker__download {
    margin-top: 0;
  }
  .m-broker .a-person-contact {
    margin-top: 0.625rem;
  }
   .m-broker .a-person-contact__email {
    margin-left: 0;
  }
  .m-broker-content {
    display: block;
    margin-top: 4.75rem;
  }
  .m-broker-content__nav {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .m-broker-content__nav-item:not(:last-child) {
    border-bottom: 1px solid #dee8f1;
  }
  .m-broker-content__nav-btn {
    height: 36px;
    padding: 0;
    padding-left: 1.875rem;
    cursor: pointer;
    font-size: 1.333rem;
  }
  .m-broker-content__nav-btn:not(:last-child) {
    border-bottom: 1px solid #dee8f1;
  }
  .m-broker-content__nav-btn::after {
    display: none;
  }
  .m-broker-content__nav-btn.is-expand {
    color: #30384d;
    font-weight: inherit;
    background-color: #dee8f1;
  }
  .m-broker-content__nav-btn.is-expand::after {
    display: none;
  }
  .m-broker-content__detail {
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .m-broker__info-detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .m-broker__img {
    width: 98.7%;
  }
  .m-broker__contacts-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-broker__contacts-row:nth-child(2) {
    margin-left: 0;
  }
  .m-broker__role {
    display: block;
  }
  .m-broker__role-name {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .m-broker__social {
    float: none;
  }
}
@media screen and (min-width: 768px) {
  .m-broker-content__nav-btn:hover {
    color: #649cd3;
  }
}

.m-promo {
  margin: 3.55rem 0 6.75rem 6.95rem;
  padding: 0 4.097222222vw;
  max-width: 1920px;
}
.m-promo__content {
  width: 76vw;
  max-width: 1632px;
  padding: 120px 50px 110px 108px;
  background-color: #4b596d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
  z-index: 1;
  position: relative;
  /* purgecss ignore */
}
.m-promo__content--bg {
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://go.sior.com/hubfs/member-acquisition-landing/img/triangle-bg.svg") center;
  background-size: 22px auto;
}
.m-promo__content--logo {
  width: 37.3611111vw;
  max-width: 450px;
  min-width: 290px;
  position: relative;
  z-index: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 32px 12px;
}
.m-promo__content::after {
  content: "";
  top: 0;
  left: 0;
  opacity: 0.975;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(149.49deg, #30384d 0%, #4b596d 100%);
}
.m-promo__content--info {
  color: #fff;
  max-width: 600px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 10% 0 5%;
  font-weight: 300;
  position: relative;
  z-index: 4;
}
.m-promo__content--info-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 6px;
  font-size: 1.5rem;
  line-height: 1.3;
}
.m-promo__content--location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  position: relative;
  z-index: 4;
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
  margin-right: -46px;
}
.m-promo__content--location button {
  margin-bottom: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 2.25rem;
  padding: 0.8em 1.7em;
}
@media screen and (min-width: 2040px) {
  .m-promo {
    margin: 3.55rem auto 6.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .m-promo {
    margin-left: 0;
  }
  .m-promo__content {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .m-promo__content {
    display: block;
    padding: 100px 2.048611111vw 80px 4.097222222vw;
  }
  .m-promo__content--info, .m-promo__content--location {
    padding: 0 30px 12px 28px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .m-promo__content--info, .m-promo__content--location {
    padding: 0 32px 12px;
  }
  .m-promo__content--location {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .m-promo__content {
    padding: 62px 2.048611111vw 57px 4.097222222vw;
  }
}
@media screen and (max-width: 600px) {
  .m-promo__content--info {
    margin-top: 12px;
  }
  .m-promo__content--info-title {
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 3px;
  }
  .m-promo__content--location {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .m-promo {
    padding: 0 35px;
  }
  .m-promo__content--info {
    font-weight: 300;
  }
  .m-promo__content--info .epsilon {
    font-size: 1rem;
    letter-spacing: 3.6px;
    margin-top: 0;
  }
  .m-promo__content--info-title {
    margin-bottom: 1.5rem;
  }
  .m-promo__content--location .epsilon {
    font-size: 1em;
    margin-top: 0.9rem;
  }
}

.m-conf-revert {
  position: relative;
  color: #fff;
  min-width: 100%;
  z-index: 3;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  padding-right: 110px;
  margin-top: 48px;
  margin-bottom: 4.5rem;
}
.m-conf-revert__img-bg {
  width: 53.7%;
  opacity: 1;
  position: absolute;
  right: 2rem;
  bottom: -10px;
  z-index: 2;
  max-width: 458px;
  max-height: 276px;
}
.m-conf-revert__content {
  width: auto;
  padding: 12.2% 10.6% 13.3% 13.4%;
  background-color: #4b596d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 1;
  z-index: 1;
  position: relative;
  /* purgecss ignore */
}
.m-conf-revert__content .epsilon {
  color: #fff;
}
.m-conf-revert__content--bg {
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://go.sior.com/hubfs/member-acquisition-landing/img/triangle-bg.svg") center;
  background-size: 22px auto;
}
.m-conf-revert__content::after {
  content: "";
  top: 0;
  left: 0;
  opacity: 0.975;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(149.49deg, #30384d 0%, #4b596d 100%);
}
.m-conf-revert__content--info {
  color: #fff;
  max-width: 600px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0 0 0 7%;
  font-weight: 300;
  position: relative;
  z-index: 4;
}
.m-conf-revert__content--info .epsilon {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 6px;
  font-size: 1.5rem;
  max-width: 90%;
}
.m-conf-revert__content--info span {
  letter-spacing: 0.3px;
}
.m-conf-revert__content--location {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 4;
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
  text-align: left;
  margin-top: 1.5rem;
}
.m-conf-revert__content--location--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
}
.m-conf-revert__content--location button {
  margin-bottom: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1.75rem;
  padding: 0.8em 1.7em;
}
@media screen and (min-width: 1201px) and (max-width: 1439px) {
  .m-conf-revert {
    margin-left: -6.95rem;
  }
}
@media screen and (max-width: 1023px) {
  .m-conf-revert__content {
    padding: 100px 2.048611111vw 80px 4.097222222vw;
  }
  .m-conf-revert__content--info {
    padding-left: 0;
  }
  .m-conf-revert__content--info .epsilon {
    font-size: 1.225rem;
  }
  .m-conf-revert__content--location--inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .m-conf-revert__content--location--inner .epsilon {
    font-size: 1.225rem;
  }
}
@media screen and (max-width: 767px) {
  .m-conf-revert {
    padding-right: 0;
    width: 100vw !important;
    right: 13%;
    margin-top: 28px;
  }
  .m-conf-revert__img-bg {
    top: 0;
    width: 90%;
    max-width: none;
    left: 0;
    z-index: 1;
    max-height: 100%;
  }
  .m-conf-revert__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    width: 90%;
    padding: 55px 42px 55px 16px;
    margin-left: 11.4vw;
    top: 137px;
  }
  .m-conf-revert__content--info {
    padding: 0 10px 12px 40px;
    margin-top: 0;
  }
  .m-conf-revert__content--info .epsilon {
    font-size: 1rem;
    letter-spacing: 3.6px;
    margin-top: 0;
    max-width: 100%;
  }
  .m-conf-revert__content--location {
    margin-top: 0.6rem;
    padding: 0 10px 12px 40px;
  }
  .m-conf-revert__content--location--inner {
    display: block;
  }
  .m-conf-revert__content--location--inner .epsilon {
    display: block;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  body .m-conf-revert__content .m-conf-revert__content--logo {
    padding: 0 10px 12px 40px !important;
  }
}
@media screen and (max-width: 350px) {
  body .m-conf-revert__content .m-conf-revert__content--logo {
    width: 100%;
    min-width: auto;
  }
}
.m-apply--wrapper-big {
  margin-right: 5.888vw;
  padding-bottom: 4.375rem;
}
.m-apply p:last-of-type {
  margin-bottom: 0;
}
.m-apply--wrapper-small {
  margin-right: 2.555vw;
  margin: 0 0 6.75rem;
}
.m-apply__head {
  font-size: 1.5rem;
  margin-top: 2.25rem;
  margin-bottom: 0.9rem;
  text-transform: none;
}
.m-apply__head--big {
  margin-top: 5.175rem;
  max-width: 560px;
}
.m-apply__link {
  margin-top: 1rem;
}
.m-apply__link:first-of-type {
  margin-right: 19px;
}
.m-apply__list {
  list-style: none;
  padding-left: 0;
}
.m-apply__text {
  font-size: 1.5rem;
  color: #30384d;
  padding-bottom: 1rem;
}
.m-apply__text--strong a {
  color: inherit;
}
.m-apply__number-block {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .m-apply__links .v-button {
    padding: 1em 2.1em;
    text-align: left;
    line-height: 1.5;
  }
  .m-apply__links .v-button:not(:first-child) {
    margin-left: 0;
    margin-top: 1.4375rem;
    max-width: 206px;
    background-color: #ecf2f7;
    color: #30384d;
  }
  .m-apply__links .v-button:first-child {
    max-width: 264px;
  }
}
@media screen and (max-width: 550px) {
  .m-apply--wrapper-big {
    margin-right: 0;
    padding-bottom: 3rem;
  }
  .m-apply--wrapper-small {
    margin-right: 0;
  }
  .m-apply__head {
    font-size: 1.125rem;
    margin-top: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-apply__head--big {
    max-width: 248px;
    margin-top: 3.675rem;
  }
  .m-apply__link {
    margin-top: 2rem;
    max-width: 267px;
  }
  .m-apply__link:last-of-type {
    margin-bottom: 2rem;
    max-width: 215px;
  }
  .m-apply__item p {
    padding-left: 28px;
  }
  .m-apply__item .v-button {
    margin-left: 28px;
    max-width: 220px;
    text-align: left;
    line-height: 1.5;
    padding: 1em 2.2em;
  }
  .m-apply__number {
    display: block;
    width: 28px;
    padding-right: 8px;
  }
  .m-apply__text {
    font-size: inherit;
    color: inherit;
    padding-bottom: 0.3rem;
  }
}

.m-current-memders__list {
  margin-top: 8.125rem;
  padding-left: 0;
}
.m-current-memders__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.95rem;
}
.m-current-memders__item-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.4vw;
          flex: 0 0 26.4vw;
  overflow: hidden;
  margin-right: 5vw;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 1.5rem;
  margin-top: 3px;
  max-width: 350px;
}
.m-current-memders__item-media:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 191px;
}
.m-current-memders__item-media img {
  display: block;
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  z-index: 1;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .m-current-memders__item-media img {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.m-current-memders__item-info {
  padding-top: 2.375rem;
  min-width: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-bottom: 1.8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25vw;
          flex: 0 0 25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #dee8f1;
}
.m-current-memders__item-info--title {
  font-size: 2.25rem;
  color: #30384d;
  line-height: 1.2;
  font-weight: bold;
}
.m-current-memders__item-info--subtitle {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.3125rem;
}
.m-current-memders__item-info--desc {
  margin-bottom: 1.275rem;
  margin-top: 0.475rem;
}
.m-current-memders__item-info--more {
  width: 3.4em;
  height: 32px;
  position: relative;
  -webkit-transition: width 200ms;
  transition: width 200ms;
}
.m-current-memders__item-info--more-arrow {
  position: absolute;
  width: 100%;
  display: block;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  color: #649cd3;
  font-size: 1rem;
  height: 2em;
}
.m-current-memders__item-info--more-arrow:before, .m-current-memders__item-info--more-arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.m-current-memders__item-info--more-arrow:before {
  height: 1px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: width 200ms;
  transition: width 200ms;
  left: 0;
  top: 50%;
}
.m-current-memders__item-info--more-arrow:after {
  right: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 2em;
  height: 2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right 0;
          transform-origin: right 0;
  top: 50%;
}
.m-current-memders__item-info--more:hover {
  width: 7.5rem;
}
@media screen and (max-width: 1200px) {
  .m-current-memders__list {
    margin-bottom: 0;
  }
  .m-current-memders__item:last-child {
    margin-bottom: 0;
  }
  .m-current-memders__item-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.4vw;
            flex: 0 0 35.4vw;
  }
  .m-current-memders__item-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33vw;
            flex: 0 0 33vw;
  }
}
@media screen and (max-width: 767px) {
  .m-current-memders__list {
    padding: 0;
    margin-top: 3.4375rem;
  }
  .m-current-memders__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #dee8f1;
  }
  .m-current-memders__item-media {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 156px;
            flex: 0 0 156px;
  }
  .m-current-memders__item-media::before {
    display: none;
  }
  .m-current-memders__item-info {
    border-top: none;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-top: 0;
  }
  .m-current-memders__item-info--title {
    margin-bottom: 0.375rem;
    font-size: 1.875rem;
  }
  .m-current-memders__item-info--subtitle {
    margin-bottom: 0.6rem;
    font-size: 1.125rem;
  }
  .m-current-memders__item-info--desc {
    margin-bottom: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .m-current-memders {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .m-current-memders__item {
    margin-bottom: 3.25rem;
  }
  .m-current-memders__item-info {
    padding-bottom: 2.5rem;
  }
  .m-current-memders__item-info--desc {
    margin-bottom: 1.3rem;
  }
}

.m-toolkit-intro {
  margin-top: 100px;
  margin-left: 6.95rem;
  margin-right: 2.5vw;
}
@media screen and (max-width: 1200px) {
  .m-toolkit-intro {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-toolkit-intro {
    margin-top: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-toolkit-intro {
    margin-top: 50px;
  }
}
.m-toolkit-intro .container-with-aside__description {
  margin-top: 48px;
  padding-bottom: 0;
  margin-bottom: 77px;
  letter-spacing: 0.001em;
}
.m-toolkit__header {
  letter-spacing: 0.065em;
  margin: 0 0 0.4rem;
}
.m-toolkit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.m-toolkit__list_prime {
  margin-left: -8.1rem;
}
.m-toolkit__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(91.8vw / 3 - 1.425rem);
          flex: 0 0 calc(91.8vw / 3 - 1.425rem);
  position: relative;
  padding: 72px 48px 59px 48px;
  margin: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: inset 0 0 0 12px #ecf2f7;
          box-shadow: inset 0 0 0 12px #ecf2f7;
  height: 563px;
  width: calc(30.6vw - 2.25rem);
}
.m-toolkit__item--title {
  letter-spacing: 0.22em;
  line-height: 1.4em;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .m-toolkit__item_prime:only-child {
    text-align: left;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -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-flex: 0;
        -ms-flex: 0 0 calc(87.7% - 1.425rem);
            flex: 0 0 calc(87.7% - 1.425rem);
    padding: 73px 7.2% 73px 5.3%;
    height: 298px;
    overflow: hidden;
  }
  .m-toolkit__item_prime:only-child .m-toolkit__item--title {
    margin-bottom: 0;
    margin-left: 1.8%;
    margin-top: 1rem;
    min-height: auto;
    padding-left: 5px;
    letter-spacing: 0.22em;
    line-height: 1.4em;
  }
  .m-toolkit__item_prime:only-child .m-toolkit__item--desc {
    max-width: 233px;
    margin-top: 2rem;
    -ms-flex-item-align: center;
        align-self: center;
    min-height: auto;
  }
}
@media screen and (min-width: 1920px) {
  .m-toolkit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(86.8% / 2 - 1.425rem);
            flex: 0 0 calc(86.8% / 2 - 1.425rem);
  }
}
.m-toolkit__item--title {
  font-size: 1.5rem;
  font-weight: 300;
  max-width: 264px;
  text-transform: uppercase;
  min-height: 120px;
  overflow: hidden;
}
.m-toolkit__item--desc {
  margin-bottom: 0;
  position: relative;
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 228px;
  min-height: 100px;
  margin-bottom: -0.3rem;
}
.m-toolkit__item--desc::before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #649cd3;
}
.m-toolkit__item--icon {
  max-width: 100%;
  max-height: 165px;
  overflow: hidden;
}
.m-toolkit__item--icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
.m-toolkit__item--more {
  position: absolute;
  -webkit-box-shadow: inset 0 0 0 0 white;
          box-shadow: inset 0 0 0 0 white;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  overflow: hidden;
}
.m-toolkit__item--more-arrow {
  position: absolute;
  display: block;
  text-indent: 9999px;
  white-space: nowrap;
  color: #649cd3;
  font-size: 1rem;
  height: 1em;
  -webkit-transition: width 300ms, -webkit-transform 300ms;
  transition: width 300ms, -webkit-transform 300ms;
  transition: width 300ms, transform 300ms;
  transition: width 300ms, transform 300ms, -webkit-transform 300ms;
  bottom: 46px;
  right: 60px;
  width: 3.4em;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.m-toolkit__item--more-arrow:before, .m-toolkit__item--more-arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.m-toolkit__item--more-arrow:before {
  height: 1px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  left: 0;
  top: 50%;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.m-toolkit__item--more-arrow:after {
  right: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 1.5em;
  height: 1.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right 0;
          transform-origin: right 0;
  top: 50%;
}
.m-toolkit__item--more-arrow:hover {
  -webkit-transform: translateX(1.3rem);
          transform: translateX(1.3rem);
  width: 5.6875rem;
}
.m-toolkit__item--more:hover {
  -webkit-box-shadow: inset 0 0 0 12px white;
          box-shadow: inset 0 0 0 12px white;
}
.m-toolkit__item:hover {
  background: #ecf2f7;
}
@media screen and (max-width: 1200px) {
  .m-toolkit-intro {
    margin: 2.75rem 0;
  }
  .m-toolkit__list {
    margin-left: -1.125rem;
  }
  .m-toolkit__list_prime {
    margin-left: -1.125rem;
  }
  .m-toolkit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 2.25rem);
            flex: 0 0 calc(100% / 2 - 2.25rem);
    width: calc(50% - 2.25rem);
  }
  .m-toolkit__item_prime {
    max-width: 100%;
  }
  .m-toolkit__item_prime:only-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 2.25rem);
            flex: 0 0 calc(100% - 2.25rem);
    max-width: calc(100% - 2.25rem);
  }
  .m-toolkit__item--more {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .m-toolkit-intro {
    margin-bottom: 0;
  }
  .m-toolkit-intro .container-with-aside__description {
    margin-top: 32px;
    padding-bottom: 0;
    margin-bottom: 27px;
    letter-spacing: 0.005em;
  }
  .m-toolkit__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    display: block;
  }
  .m-toolkit__list_prime {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-toolkit__item {
    width: auto;
    padding: 73px 12.5% 96px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .m-toolkit__item_prime:only-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 73px 12.5% 96px;
    width: 100%;
    max-width: none;
  }
  .m-toolkit__item--title {
    height: 106px;
    letter-spacing: 0.125em;
    margin-top: 1.5rem;
    line-height: 1em;
    max-width: 100%;
    min-height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-toolkit__item--desc {
    height: 100px;
    margin-top: 45px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 500px;
  }
  .m-toolkit__item--more-arrow {
    left: 13.6%;
  }
}

@media screen and (min-width: 1920px) {
  .m-toolkit-fullwidth .m-toolkit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(97.7% / 3 - 1.425rem);
            flex: 0 0 calc(97.7% / 3 - 1.425rem);
  }
}
@media screen and (min-width: 2220px) {
  .m-toolkit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(88.5% / 2 - 1.425rem);
            flex: 0 0 calc(88.5% / 2 - 1.425rem);
  }
  .m-toolkit__item_prime:only-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(89.4% - 1.425rem);
            flex: 0 0 calc(89.4% - 1.425rem);
  }
  .m-toolkit-fullwidth .m-toolkit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(97.7% / 3 - 1.425rem);
            flex: 0 0 calc(97.7% / 3 - 1.425rem);
  }
}
@media screen and (max-width: 1919px) {
  .m-toolkit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(90.8vw / 3 - 1.425rem);
            flex: 0 0 calc(90.8vw / 3 - 1.425rem);
  }
}
@media screen and (max-width: 1440px) {
  .m-toolkit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(89.8vw / 3 - 1.425rem);
            flex: 0 0 calc(89.8vw / 3 - 1.425rem);
  }
  .m-toolkit__item_prime:only-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(89.7% - 1.425rem);
            flex: 0 0 calc(89.7% - 1.425rem);
  }
}
@media screen and (max-width: 1200px) {
  .m-toolkit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 2.25rem);
            flex: 0 0 calc(100% / 2 - 2.25rem);
  }
  .m-toolkit__item_prime:only-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .m-toolkit-fullwidth .m-toolkit__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 2.25rem);
  }
}
@media screen and (max-width: 1023px) {
  .m-toolkit-fullwidth .m-toolkit__item {
    max-width: 100%;
    width: calc(50% - 2.25rem);
  }
}
@media screen and (max-width: 767px) {
  .m-toolkit-fullwidth .m-toolkit__item {
    width: auto;
  }
}
.m-conferences-fullwidth {
  margin-left: 6.95rem;
  margin-top: 1rem;
}
.m-conferences-fullwidth h2 {
  letter-spacing: 0.06em;
}
.m-conferences__section {
  margin-top: 7.75rem;
}
.m-conferences__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-conferences__date {
  font-size: 2.25rem;
  color: #649cd3;
  font-weight: bold;
  padding-right: 0.5rem;
  margin-top: 2.85rem;
  line-height: 1;
}
.m-conferences__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.m-conferences__event {
  margin-left: 1.875rem;
  margin-top: 2.85rem;
  padding-bottom: 2.2625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 27%;
          flex: 0 1 27%;
}
.m-conferences__event-pic {
  width: 100%;
  position: relative;
}
.m-conferences__event-pic:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 338px;
}
.m-conferences__event-img {
  display: block;
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  z-index: 1;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  max-height: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .m-conferences__event-img {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.m-conferences__event-place {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 1.875rem;
  margin-bottom: 1rem;
  letter-spacing: 3px;
}
.m-conferences__event-text {
  padding-top: 1rem;
  border-top: 1px solid #dee8f1;
}
.m-conferences__event-text p {
  margin-bottom: 0;
}
.m-conferences__event:hover .m-conferences__event-reg {
  opacity: 1;
}
.m-conferences__event-reg {
  margin-top: 2rem;
  cursor: pointer;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.m-conferences__event-reg-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.m-conferences__event-reg:hover .m-conferences__event-reg-text {
  border-bottom: 1px solid #649cd3;
}
.m-conferences__event-reg-arrow {
  position: relative;
  width: 1.2rem;
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  color: #649cd3;
  font-size: 1rem;
  height: 0.875rem;
  margin-left: 1rem;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.m-conferences__event-reg-arrow:before, .m-conferences__event-reg-arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.m-conferences__event-reg-arrow:before {
  height: 1px;
  width: 100%;
  background-color: currentColor;
  left: 0;
  top: 50%;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.m-conferences__event-reg-arrow:after {
  right: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right 0;
          transform-origin: right 0;
  top: 50%;
}
.m-conferences__event-reg:hover .m-conferences__event-reg-arrow {
  width: 2rem;
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
}
.m-conferences__event:not(:first-of-type) {
  margin-left: 2.175rem;
}
@media screen and (max-width: 1200px) {
  .m-conferences-fullwidth {
    margin-left: 0;
  }
  .m-conferences__event {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
  }
}
@media screen and (max-width: 1023px) {
  .m-conferences__year {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-conferences__events {
    margin-left: -2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .m-conferences__events {
    margin-left: 0;
  }
  .m-conferences__event {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0;
  }
  .m-conferences__event:last-child {
    margin-bottom: 1rem;
  }
  .m-conferences__event-reg {
    margin-top: 1rem;
  }
  .m-conferences__event-reg-arrow {
    margin-left: 0.5rem;
    width: 0.875rem;
  }
  .m-conferences__event:not(:first-of-type) {
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .m-conferences-fullwidth {
    margin-top: 0;
  }
  .m-conferences__section {
    margin-top: 5.75rem;
  }
  .m-conferences__date {
    margin-top: 0.5rem;
    font-size: 1.75rem;
  }
  .m-conferences__event {
    min-width: auto;
    margin-top: 1rem;
  }
  .m-conferences__event-reg {
    display: none;
  }
  .m-conferences__event-text {
    padding-top: 1.2rem;
  }
}

body .m-conf-revert__content .m-conf-revert__content--logo {
  position: relative;
  width: 17.3611111vw;
  max-width: 300px;
  min-width: 250px;
  padding: 0 10px 12px 0;
  z-index: 1;
}

@media screen and (max-width: 350px) {
  body .m-conf-revert__content .m-conf-revert__content--logo {
    width: 100%;
    min-width: auto;
  }
}
.m-contact {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .m-contact {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-contact {
    margin-top: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-contact {
    margin-top: 50px;
  }
}
.m-contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8.3125rem;
}
.m-contact__tiles {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34.7%;
          flex: 0 1 34.7%;
}
.m-contact__tile {
  margin-bottom: 1.3125rem;
  padding-bottom: 1.625rem;
  letter-spacing: 0.3px;
}
.m-contact__tile:not(:last-child) {
  border-bottom: 1px solid #dee8f1;
}
.m-contact__tile-head {
  font-size: 1.5rem;
  margin-bottom: 0.5625rem;
  text-transform: none;
}
.m-contact__tile-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  color: inherit;
}
.m-contact__tile-link--phone {
  display: inline-block;
  margin-left: 13px;
  border-bottom: 1px solid transparent;
}
.m-contact__tile-link--text {
  border-bottom: 1px solid transparent;
}
.m-contact__tile-link:hover .m-contact__tile-link--text {
  border-color: #dee8f1;
}
.m-contact__tile-link:hover .m-contact__tile-link--phone {
  color: #649cd3;
  border-color: #dee8f1;
}
.m-contact__tile-link:hover .m-contact__tile-arrow {
  width: 2rem;
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
}
.m-contact__tile-text {
  margin-bottom: 0;
}
.m-contact__tile-arrow {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  color: #649cd3;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-left: 1rem;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.m-contact__tile-arrow:before, .m-contact__tile-arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.m-contact__tile-arrow:before {
  height: 1px;
  width: 100%;
  background-color: currentColor;
  left: 0;
  top: 50%;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.m-contact__tile-arrow:after {
  right: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right 0;
          transform-origin: right 0;
  top: 50%;
}
.m-contact__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-left: 8.5%;
}
.m-contact__content h2 {
  margin-bottom: 2.1875rem;
}
.m-contact__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-contact__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-bottom: 2.25rem;
}
.m-contact__label {
  display: block;
  margin-bottom: 0.8125rem;
}
.m-contact__text-field {
  margin-bottom: 2.1875rem;
}
.m-contact__textarea {
  height: 157px;
  padding-top: 0.875rem;
}
.m-contact .m-form-full__cta--btn .v-button--clear {
  color: #4b596d;
}
.m-contact .m-form-full__cta--btn .v-button--clear:hover {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .m-contact {
    margin-top: 2.5625rem;
  }
  .m-contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6.625rem;
  }
  .m-contact__tile {
    margin-bottom: 1.75rem;
  }
  .m-contact__tile:last-child {
    margin-bottom: 1.125rem;
  }
  .m-contact__tile-head {
    color: #649cd3;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .m-contact__tile-link--phone {
    color: #649cd3;
    border-bottom: 1px solid #dee8f1;
  }
  .m-contact__content {
    margin-left: 0;
  }
  .m-contact__item {
    margin-bottom: 1.5rem;
  }
  .m-contact__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-contact .m-form-full__cta {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-contact .m-form-full__cta--btn {
    height: 48px;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 43%;
            flex: 0 1 43%;
  }
  .m-contact .m-form-full__cta--btn .v-button--clear {
    color: #4b596d;
    padding: 0;
    height: 100%;
  }
}
@media screen and (max-width: 550px) {
  .m-contact + .m-subscribe {
    margin-bottom: 6.6875rem;
  }
}

.m-chapter-locator {
  position: relative;
  width: 100%;
}
.m-chapter-locator .container, .m-chapter-locator .container-with-aside {
  position: relative;
  padding: 0;
}
.m-chapter-locator .container::before, .m-chapter-locator .container-with-aside::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 25vw;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.m-chapter-locator__content {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.m-chapter-locator__content .container, .m-chapter-locator__content .container-with-aside {
  display: block;
}
.m-chapter-locator__content-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 300;
  z-index: 2;
  position: relative;
}
.m-chapter-locator__content-title h2 {
  letter-spacing: 0.065em;
}
.m-chapter-locator__content--inner {
  z-index: 1;
}
.m-chapter-locator__state {
  display: none;
}
.m-chapter-locator__state--active {
  display: block;
}
.m-chapter-locator__form-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2.6125vw 0;
}
.m-chapter-locator__form-field {
  width: 50%;
  margin-bottom: 4.5rem;
}
.m-chapter-locator__form-field h3 {
  margin-bottom: 0.8rem;
}
.m-chapter-locator__form-field:nth-child(even) {
  padding-left: 2.1rem;
}
.m-chapter-locator__form-field--dropdown {
  position: relative;
  border: 1px solid #dee8f1;
  background-color: #dee8f1;
  width: 17.925694vw;
  max-width: 365.828px;
  height: 2.2rem;
  margin: -0.5rem 0 0.8rem;
  padding: 0 0.35em;
  border-radius: 120px;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.m-chapter-locator__form-field--dropdown:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #30384d;
  border-right: 1px solid #30384d;
  -webkit-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
}
.m-chapter-locator__form-field--dropdown:hover {
  background: #b9c9d3;
}
.m-chapter-locator__form-field--dropdown select {
  color: #4b596d;
  border: none;
  font-size: 1rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

@media screen and (min-width: 1200px) {
  .m-chapter {
    margin-top: 100px;
    margin-left: 6.95rem;
    margin-right: 4rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1200px) {
  .m-chapter {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .m-chapter {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 550px) {
  .m-chapter {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .m-chapter-locator {
    height: auto;
  }
  .m-chapter-locator__content {
    position: relative;
  }
  .m-chapter-locator__content .container, .m-chapter-locator__content .container-with-aside {
    padding: 0;
  }
  .m-chapter-locator__content-title {
    padding: 0 50px 10px 0;
  }
  .m-chapter-locator__form-field {
    margin-top: 0;
  }
  .m-chapter-locator__form-field input {
    margin: 0.9rem 0;
    width: 100%;
  }
  .m-chapter-locator__form-field--dropdown {
    margin: 1.1rem 0;
    max-width: 100%;
  }
  .m-chapter-locator__form-field:nth-child(even) {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .m-chapter-locator__form-field--dropdown {
    width: 85%;
  }
}
@media screen and (max-width: 550px) {
  .m-chapter-locator .container, .m-chapter-locator .container-with-aside {
    position: relative;
  }
  .m-chapter-locator .container::before, .m-chapter-locator .container-with-aside::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20%;
    width: 25vw;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .m-chapter-locator__content-title {
    font-size: 2.25rem;
    letter-spacing: 3px;
    line-height: 42px;
    padding: 15px 50px 15px 0;
  }
  .m-chapter-locator__content-title h2 {
    letter-spacing: 0.079em;
    margin-bottom: 0;
  }
  .m-chapter-locator__form-field {
    width: 100%;
    margin: 0 0 1.6rem;
  }
  .m-chapter-locator__form-field .epsilon {
    font-size: 1.1rem;
  }
  .m-chapter-locator__link {
    margin-bottom: 3rem;
    margin: 0.7rem 0;
  }

  .m-chapter {
    padding-bottom: 1rem;
  }
}
.m-partners {
  position: relative;
  width: 100%;
}
.m-partners__content {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.m-partners__content-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 300;
  z-index: 2;
  position: relative;
}
.m-partners__content-title h2 {
  letter-spacing: 0.065em;
}
.m-partners__content--inner {
  z-index: 1;
  margin-top: 4rem;
}
.m-partners__content-container {
  position: relative;
  padding-bottom: 7rem;
}
.m-partners__content-container .divider {
  margin: 2.9rem 0;
  height: 1px;
}
.m-partners__copy {
  margin-bottom: 1.5rem;
}
.m-partners__copy h3 {
  margin-top: 2.9rem;
}
.m-partners__logo-major, .m-partners__logo-minor {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-partners__logo-major {
  margin-top: 1.7rem;
}
.m-partners__logo-major .m-partners__logo-container {
  margin: 1rem 0;
}
.m-partners__logo-minor .m-partners__logo-container {
  margin: 1rem;
}
.m-partners__logo-minor .m-partners__logo-container:first-of-type {
  margin: 1rem 1rem 1rem 0;
}
.m-partners__logo-minor .m-partners__logo-container:last-of-type {
  margin: 1rem 0 1rem 1rem;
}

@media screen and (min-width: 1600px) {
  .m-partners__logo-major {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .m-partners__logo-major > .m-partners__logo-container:not(:last-of-type) {
    margin-right: 4vw;
  }
}
@media screen and (min-width: 1200px) {
  .m-partners-supporters {
    margin-top: 100px;
    margin-left: 6.95rem;
    margin-right: 5.75rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1200px) {
  .m-partners-supporters {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 767px) {
  .m-partners-supporters {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 550px) {
  .m-partners-supporters {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .m-partners {
    height: auto;
  }
  .m-partners__content {
    position: relative;
  }
  .m-partners__content .container, .m-partners__content .container-with-aside {
    padding: 0;
  }
  .m-partners__content-title {
    padding: 0 50px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .m-partners__logo-major {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-partners__logo-major .m-partners__logo-container {
    max-width: 100%;
    margin: 1rem 1rem 1rem 0;
  }
  .m-partners__logo-minor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .m-partners__logo-minor .m-partners__logo-container, .m-partners__logo-minor .m-partners__logo-container:last-of-type {
    margin: 0;
    max-width: 100%;
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .m-partners .container, .m-partners .container-with-aside {
    position: relative;
  }
  .m-partners .container::before, .m-partners .container-with-aside::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20%;
    width: 25vw;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .m-partners__content-container {
    padding-bottom: 1.5rem;
  }
  .m-partners__content-container .divider {
    margin: 1.7rem 0;
  }
  .m-partners__copy {
    margin-bottom: 2.5rem;
  }
  .m-partners__logo-major {
    margin-top: 0.5rem;
  }
  .m-partners__logo-major img {
    width: 100%;
  }
  .m-partners__logo-minor .m-partners__logo-container {
    margin: 0;
    margin-top: 1rem;
  }
  .m-partners__logo-minor .m-partners__logo-container img:nth-of-type(n + 2) {
    margin-left: 2rem;
  }
  .m-partners__logo-minor .m-partners__logo-container:nth-child(even) img {
    margin-left: 2rem;
  }
  .m-partners__logo-minor .m-partners__logo-container:first-of-type {
    margin: 0;
  }
  .m-partners__content--inner {
    margin-top: 3rem;
  }
  .m-partners__content--inner .delta {
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }
  .m-partners__content-title {
    font-size: 2.25rem;
    letter-spacing: 3px;
    line-height: 42px;
    padding: 20px 50px 15px 0;
  }
  .m-partners__content-title h2 {
    letter-spacing: 0.079em;
    margin-bottom: 0;
  }
}
.m-event-cards {
  margin-top: 100px;
  margin-bottom: 100px;
  /* @media screen and (max-width: $b-medium-large) {
    &__events {
      margin-left: -2.375rem;
    }
  } */
}
@media screen and (max-width: 1200px) {
  .m-event-cards {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-event-cards {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-event-cards {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.m-event-cards__inner {
  margin-left: 6.95rem;
}
.m-event-cards--inline .m-event-cards__inner {
  margin-left: 0;
}
.m-event-cards h2 {
  letter-spacing: 0.06em;
}
.m-event-cards__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.m-event-cards__event {
  margin-top: 1.75rem;
  padding-bottom: 2.2625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 27%;
          flex: 0 1 27%;
}
.m-event-cards__event-pic {
  width: 100%;
  position: relative;
}
.m-event-cards__event-pic:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 338px;
}
.m-event-cards__event-img {
  display: block;
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  z-index: 1;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  max-height: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .m-event-cards__event-img {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.m-event-cards__event-place {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 1.875rem;
  margin-bottom: 1rem;
  letter-spacing: 3px;
}
.m-event-cards__event-text {
  padding-top: 1rem;
  border-top: 1px solid #dee8f1;
}
.m-event-cards__event-text p {
  margin-bottom: 0;
}
.m-event-cards__event:hover .m-event-cards__event-reg {
  opacity: 1;
}
.m-event-cards__event-reg {
  margin-top: 2rem;
  cursor: pointer;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.m-event-cards__event-reg-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.m-event-cards__event-reg:hover .m-event-cards__event-reg-text {
  border-bottom: 1px solid #649cd3;
}
.m-event-cards__event-reg-arrow {
  position: relative;
  width: 1.2rem;
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  color: #649cd3;
  font-size: 1rem;
  height: 0.875rem;
  margin-left: 1rem;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.m-event-cards__event-reg-arrow:before, .m-event-cards__event-reg-arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.m-event-cards__event-reg-arrow:before {
  height: 1px;
  width: 100%;
  background-color: currentColor;
  left: 0;
  top: 50%;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.m-event-cards__event-reg-arrow:after {
  right: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right 0;
          transform-origin: right 0;
  top: 50%;
}
.m-event-cards__event-reg:hover .m-event-cards__event-reg-arrow {
  width: 2rem;
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
}
.m-event-cards__event:not(:first-of-type) {
  margin-left: 2.175rem;
}
.m-event-cards--inline .m-event-cards__event {
  width: 33.33333%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-event-cards__event--intro {
  -ms-flex-item-align: center;
      align-self: center;
  width: 32.78%;
  margin: auto 0;
  margin-right: 5.2892%;
}
.m-event-cards__event--intro ~ .m-event-cards__event {
  width: 27.5956%;
  margin-right: 0;
  margin-left: 3.3698%;
}
@media screen and (max-width: 1400px) {
  .m-event-cards__event--intro, .m-event-cards--inline .m-event-cards__event--intro {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }
  .m-event-cards__event--intro ~ .m-event-cards__event {
    width: 48.3151%;
  }
  .m-event-cards__event--intro + .m-event-cards__event {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .m-event-cards {
    margin-top: 5.7rem;
  }
  .m-event-cards__inner {
    margin-left: 0;
  }
  .m-event-cards__event {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
  }
  .m-event-cards__event:nth-child(2n+1) {
    margin-left: 0;
  }
  .m-event-cards__event--intro ~ .m-event-cards__event {
    width: 27.5956%;
    margin-left: 3.3698%;
  }
}
@media screen and (max-width: 767px) {
  .m-event-cards__events {
    margin-left: 0;
  }
  .m-event-cards__event {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0;
  }
  .m-event-cards__event:nth-child(n) {
    margin-left: 0;
  }
  .m-event-cards__event:last-child {
    margin-bottom: 1rem;
  }
  .m-event-cards__event-reg {
    margin-top: 1rem;
  }
  .m-event-cards__event-reg-arrow {
    margin-left: 0.5rem;
    width: 0.875rem;
  }
  .m-event-cards--inline .m-event-cards__event, .m-event-cards__event--intro ~ .m-event-cards__event {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .m-event-cards {
    margin-top: 3.7rem;
  }
  .m-event-cards__event {
    min-width: auto;
    margin-top: 1rem;
  }
  .m-event-cards__event-reg {
    display: none;
  }
  .m-event-cards__event-text {
    padding-top: 1.2rem;
  }
}

.m-article-card {
  /* @media screen and (max-width: $b-medium-large) {
    &__events {
      margin-left: -2.375rem;
    }
  } */
}
.m-article-card__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.m-article-card__event {
  padding-bottom: 2.2625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333333% - 2.175rem);
          flex: 0 1 calc(33.333333% - 2.175rem);
}
.m-article-card__event-pic {
  width: 100%;
  position: relative;
}
.m-article-card__event-pic:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 11.113924vw;
}
.m-article-card__event-pic--featured:before {
  padding-top: 23.513924vw;
}
.m-article-card__event-img {
  display: block;
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  z-index: 1;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  max-height: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .m-article-card__event-img {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.m-article-card__event-text {
  padding-top: 1rem;
  border-top: 1px solid #dee8f1;
}
.m-article-card__event-text--featured {
  margin-top: 1rem;
}
.m-article-card__event-text--featured + h5 {
  margin-bottom: 1.7rem;
}
.m-article-card__event-text p:first-of-type {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.1625em;
}
.m-article-card__event-text p:not(:first-of-type) {
  font-weight: 700;
}
.m-article-card__event:not(:first-of-type) {
  margin-left: 2.175rem;
}
.m-article-card__event:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .m-article-card {
    margin-top: 0;
  }
  .m-article-card__inner {
    margin-left: 0;
  }
  .m-article-card__event {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
  }
  .m-article-card__event:nth-child(3n+1) {
    margin-left: 2.175rem;
  }
  .m-article-card__event:nth-child(2n+1) {
    margin-left: 0;
  }
  .m-article-card__event-pic:before {
    padding-top: 33.513924vw;
  }
}
@media screen and (max-width: 767px) {
  .m-article-card__events {
    margin-left: 0;
  }
  .m-article-card__event {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0;
    padding-bottom: 5rem;
  }
  .m-article-card__event:nth-child(n) {
    margin-left: 0;
  }
  .m-article-card__event:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .m-article-card {
    margin-top: 0;
  }
  .m-article-card__event {
    min-width: auto;
    margin-top: 2rem;
    padding-bottom: 2.2625rem;
  }
  .m-article-card__event:first-child {
    margin-top: 0.625rem;
  }
  .m-article-card__event-pic:before {
    padding-top: 158px;
  }
  .m-article-card__event-text {
    padding-top: 1.2rem;
  }
}

.m-webinar-promo {
  margin: 3rem 0;
}
.m-webinar-promo__inner {
  margin: 0 6.95rem;
}
.m-webinar-promo__title {
  margin-bottom: 2.75rem;
}
.m-webinar-promo__content {
  width: 100%;
  padding: 120px 50px 110px 108px;
  background-color: #4b596d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 1;
  z-index: 1;
  position: relative;
  /* purgecss ignore */
}
.m-webinar-promo__content--bg {
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://go.sior.com/hubfs/member-acquisition-landing/img/triangle-bg.svg") center;
  background-size: 22px auto;
}
.m-webinar-promo__content::after {
  content: "";
  top: 0;
  left: 0;
  opacity: 0.975;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(149.49deg, #2b3348 0%, #424f61 100%);
}
.m-webinar-promo__content--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
  z-index: 5;
  position: relative;
  font-size: 3rem;
  max-width: 6.5em;
}
.m-webinar-promo__content--title .alpha {
  color: #fff;
  display: block;
  font-weight: 300;
  margin: 0;
  margin-top: -0.075em;
  line-height: inherit;
  font-size: 1em;
}
.m-webinar-promo__content--title .beta {
  color: #ecf2f7;
  display: block;
  font-weight: 700;
  margin: 0;
  line-height: inherit;
  letter-spacing: 0.06em;
  font-size: 1em;
}
.m-webinar-promo__content--info {
  color: #fff;
  max-width: 600px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0 0 5%;
  font-weight: 300;
  position: relative;
  z-index: 4;
  margin: 0 auto;
}
.m-webinar-promo__content--info-title {
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.25;
}
.m-webinar-promo__content--info-title-line1 {
  display: block;
  letter-spacing: 6px;
  text-transform: uppercase;
  line-height: 1.5;
}
.m-webinar-promo__content--info-date {
  display: block;
  margin: 1rem 0 1.25rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
.m-webinar-promo__more {
  margin-top: 2rem;
  text-align: right;
}
@media screen and (min-width: 2040px) {
  .m-webinar-promo {
    margin: 3.55rem auto 6.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .m-webinar-promo__inner {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .m-webinar-promo__content {
    display: block;
    padding: 100px 2.048611111vw 80px 4.097222222vw;
  }
  .m-webinar-promo__content--info, .m-webinar-promo__content--title {
    padding: 0 30px 12px 28px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .m-webinar-promo__content--info {
    padding: 0 32px 12px;
    margin: 0;
  }
  .m-webinar-promo__content--title {
    -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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
  }
  .m-webinar-promo__content--title .alpha {
    margin-top: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-webinar-promo__content {
    padding: 62px 2.048611111vw 57px 4.097222222vw;
  }
}
@media screen and (max-width: 600px) {
  .m-webinar-promo__content--title {
    display: block;
    line-height: 1;
  }
  .m-webinar-promo__content--info {
    margin-top: 12px;
  }
  .m-webinar-promo__content--info-title-line1 {
    line-height: inherit;
  }
  .m-webinar-promo__content--info-date {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 550px) {
  .m-webinar-promo__content {
    margin: 0 -35px;
    width: calc(100% + 70px);
  }
  .m-webinar-promo__content--info {
    font-weight: 300;
  }
  .m-webinar-promo__content--info .epsilon {
    font-size: 1rem;
    letter-spacing: 3.6px;
    margin-top: 0;
  }
  .m-webinar-promo__content--info-title {
    margin-bottom: 1.5rem;
  }
}

.m-webinar-promo-text {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .m-webinar-promo-text {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-webinar-promo-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-webinar-promo-text {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.m-webinar-promo-text__small-title::after {
  content: "";
  display: block;
  width: 30px;
  border-bottom: 1px solid #d9e4ef;
  margin-top: 1rem;
}
.m-webinar-promo-text__webinar {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.m-webinar-promo-text__date, .m-webinar-promo-text__desc {
  font-size: 1.5rem;
  line-height: 1.5;
}
.m-webinar-promo-text__link {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  color: #4b596d;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.m-webinar-promo-text__arrow {
  position: absolute;
  bottom: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 45px;
  margin: 0;
  display: block;
  color: #649cd3;
}
.m-webinar-promo-text__arrow:before, .m-webinar-promo-text__arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.m-webinar-promo-text__arrow:before {
  height: 1px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: width 200ms;
  transition: width 200ms;
  left: 0;
  top: 50%;
}
.m-webinar-promo-text__arrow:after {
  right: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.m-webinar-promo-text__link:hover .m-webinar-promo-text__arrow {
  width: 65px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

@media screen and (max-width: 1200px) {
  .m-webinar-promo-text {
    margin: 3.25rem 0;
  }
}
@media screen and (max-width: 550px) {
  .m-webinar-promo-text {
    margin: 2.75rem 0;
  }
  .m-webinar-promo-text__date, .m-webinar-promo-text__desc {
    font-size: 1rem;
  }
}
.m-highlights {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .m-highlights {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-highlights {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-highlights {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.m-highlights .container, .m-highlights .container-with-aside {
  display: block;
}

.m-highlight--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 1.5rem 0;
}
.m-highlight__container_wrapper {
  width: 30%;
}
.m-highlight__container_wrapper:nth-of-type(1) {
  width: 40%;
}
.m-highlight__container_wrapper:nth-of-type(2) {
  margin: 0 2.5rem;
  border-top: 1px solid #dee8f1;
  padding-top: 2.5rem;
}
.m-highlight__container-img {
  width: 100%;
  position: relative;
}
.m-highlight__container-img::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 12vw;
}
.m-highlight__container-img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.m-highlight__container-title h3 {
  font-size: 2.275rem;
  font-weight: 700;
  -webkit-transition: color 150ms;
  transition: color 150ms;
}
.m-highlight__link:hover h3 {
  color: #649cd3;
}
.m-highlight__link:hover .m-highlight__container--more-arrow {
  width: 8%;
}
.m-highlight__container-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.m-highlight__container-content p {
  margin-top: 1rem;
}
.m-highlight__container--more-arrow {
  position: absolute;
  width: 4%;
  display: block;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  color: #649cd3;
  -webkit-transition: width 250ms;
  transition: width 250ms;
  font-size: 1rem;
  height: 2em;
}
.m-highlight__container--more-arrow:before, .m-highlight__container--more-arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.m-highlight__container--more-arrow:before {
  height: 1px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: width 200ms;
  transition: width 200ms;
  left: 0;
  top: 50%;
}
.m-highlight__container--more-arrow:after {
  right: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 2em;
  height: 2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right 0;
          transform-origin: right 0;
  top: 50%;
}

@media screen and (min-width: 1200px) {
  .m-highlight {
    margin: 0 5.75rem 0 6.95rem;
  }
}
@media screen and (max-width: 1023px) {
  .m-highlight--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-highlight__container_wrapper, .m-highlight__container_wrapper:nth-of-type(1), .m-highlight__container_wrapper:nth-of-type(2) {
    width: 100%;
    margin: 0;
  }
  .m-highlight__container-img::after {
    padding-bottom: 180px;
  }
  .m-highlight__container-title {
    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;
  }
  .m-highlight__container-title h3 {
    width: 70%;
  }
  .m-highlight__container-title:hover .m-highlight__container--more-arrow {
    width: 15%;
    margin-right: -12px;
  }
  .m-highlight__container--more-arrow {
    position: relative;
    margin-top: -0.5rem;
    width: 10%;
  }
  .m-highlight__container--more-arrow:before {
    -webkit-transition: width 200ms margin-right 300ms;
    transition: width 200ms margin-right 300ms;
  }
}
.m-cta-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .m-cta-banner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-cta-banner {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-cta-banner {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.m-cta-banner__content {
  position: relative;
  z-index: 2;
  padding: 80px 0 80px 60px;
  background: #e9f0f6;
  min-width: 50%;
}
.m-cta-banner__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 100%;
  height: 100%;
  background: url("cta-banner-triangle.c42b4c3c.svg") no-repeat left center;
  background-size: auto 100%;
}
.m-cta-banner__content h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.20833em;
  margin: 0 2rem 0 0;
}
.m-cta-banner__content p {
  max-width: 18.875rem;
  margin: 0 2rem 0 0;
}
.m-cta-banner__content .v-button {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: -8rem;
}
.m-cta-banner__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-cta-banner__image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.m-cta-banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1350px) {
  .m-cta-banner__content {
    min-width: 0;
    padding-right: 5rem;
  }
  .m-cta-banner__content h2 {
    margin-bottom: 1rem;
  }
  .m-cta-banner__content .v-button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    white-space: nowrap;
  }
  .m-cta-banner__content-inner {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .m-cta-banner {
    display: block;
    padding: 0 4.097222222vw;
  }
  .m-cta-banner__content {
    padding: 60px 60px 80px;
  }
  .m-cta-banner__content::after {
    display: none;
  }
  .m-cta-banner__content p {
    max-width: 100%;
  }
  .m-cta-banner__content .v-button {
    bottom: 0;
    left: 50%;
    right: auto;
    top: auto;
    margin: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .m-cta-banner__image {
    padding-bottom: 40%;
  }
  .m-cta-banner__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 66px 0 0 91.805555556vw;
    border-color: transparent transparent transparent #fff;
  }
}
@media screen and (max-width: 550px) {
  .m-cta-banner {
    padding: 0 35px;
  }
  .m-cta-banner__content {
    padding: calc(15px + 9.635974304%) calc(15px + 9.635974304%) calc(15px + 13.91862955%);
  }
  .m-cta-banner__image {
    padding-bottom: 86.092715232%;
  }
}
.m-steps {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .m-steps {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-steps {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-steps {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.m-steps__image {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 1920px) / 2 + 4.097222222vw + 227px - 50px);
  max-height: 100%;
}
@media screen and (max-width: 1920px) {
  .m-steps__image {
    width: calc(4.097222222vw + 227px - 50px);
  }
}
.m-steps__image img {
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.m-steps__content {
  padding-right: 227px;
}
.m-steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  counter-reset: steps;
  padding: 0;
  margin: -25px;
}
.m-steps__item {
  width: 33.33333%;
  padding: 25px;
  counter-increment: steps;
}
.m-steps__item > :last-child {
  margin-bottom: 0;
}
.m-steps__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: flex-star;
      -ms-flex-pack: flex-star;
          justify-content: flex-star;
  margin-bottom: 1.5rem;
}
.m-steps__number::before {
  content: counter(steps);
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.7;
}
.m-steps__number::after {
  content: "";
  display: block;
  width: 100%;
  margin-left: 10px;
  border-bottom: 1px solid #d9e4ef;
}
.m-steps h3 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.5;
}
.m-steps__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 1.75rem 0;
}
.m-steps__subtitle::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #d9e4ef;
  margin-left: 3%;
  margin-bottom: 0.375em;
}
.m-steps__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: -25px;
}
.m-steps__column {
  width: 33.33333%;
  padding: 25px;
}
.m-steps__column > :last-child {
  margin-bottom: 0;
}
.m-steps__fees {
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-steps__fees li {
  margin: 0;
}
.m-steps__fees li + li {
  margin-top: 0.625rem;
}

@media screen and (max-width: 1023px) {
  .m-steps__image {
    display: none;
  }
  .m-steps__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-steps__list {
    display: block;
    margin: -18px 0;
  }
  .m-steps__item {
    width: 100%;
    padding: 18px 0;
  }
  .m-steps__number::before {
    font-size: 2rem;
  }
  .m-steps__columns {
    display: block;
    margin: -0.5rem 0;
  }
  .m-steps__column {
    width: 100%;
    padding: 0.5rem 0;
  }
}
.m-webinar-listing {
  margin-top: 180px;
  margin-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .m-webinar-listing {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .m-webinar-listing {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 550px) {
  .m-webinar-listing {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.m-webinar-listing__title {
  margin-bottom: 40px;
}
.m-webinar-listing__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-webinar-listing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #d9e4ef;
}
.m-webinar-listing__content {
  width: 62.32718894%;
  padding-right: 12.077294686%;
}
.m-webinar-listing__content > :last-child {
  margin-bottom: 0;
}
.m-webinar-listing__content ul {
  list-style-type: disc;
  padding-left: 1.25em;
}
.m-webinar-listing__content ul li {
  padding-left: 0.375em;
  margin-bottom: 0.7em;
  line-height: 1.5;
}
.m-webinar-listing__name {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 0 1.5rem;
}
.m-webinar-listing__meta {
  width: 37.67281106%;
}
.m-webinar-listing__label {
  font-style: italic;
}
.m-webinar-listing__presenter {
  margin: 0.5rem 0 1.5rem;
}
.m-webinar-listing__presenter-name {
  display: block;
  color: #649cd3;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 767px) {
  .m-webinar-listing__item {
    display: block;
  }
  .m-webinar-listing__content, .m-webinar-listing__meta {
    width: 100%;
  }
  .m-webinar-listing__content {
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .m-webinar-listing__title {
    margin-bottom: 28px;
  }
  .m-webinar-listing__item {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .m-webinar-listing__name {
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .m-webinar-listing__presenter-name {
    font-size: 1.125rem;
  }
}
.m-courses-listing {
  margin-top: 180px;
  margin-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .m-courses-listing {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .m-courses-listing {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 550px) {
  .m-courses-listing {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.m-courses-listing__title {
  margin-bottom: 40px;
}
.m-courses-listing__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-courses-listing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.m-courses-listing__item + .m-courses-listing__item {
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .m-courses-listing__item + .m-courses-listing__item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .m-courses-listing__item + .m-courses-listing__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 550px) {
  .m-courses-listing__item + .m-courses-listing__item {
    margin-top: 35px;
  }
}
.m-courses-listing__content {
  width: 62.32718894%;
  padding-right: 12.077294686%;
}
.m-courses-listing__content > :last-child {
  margin-bottom: 0;
}
.m-courses-listing__content ul {
  list-style-type: disc;
  padding-left: 1.25em;
}
.m-courses-listing__content ul li {
  padding-left: 0.375em;
  margin-bottom: 0.7em;
  line-height: 1.5;
}
.m-courses-listing__name {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 0 1.5rem;
}
.m-courses-listing__meta {
  width: 37.67281106%;
}
.m-courses-listing__label {
  font-style: italic;
}
.m-courses-listing__requirements {
  margin: 0.5rem 0 1.5rem;
}
.m-courses-listing__requirements-price {
  display: block;
  color: #649cd3;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 767px) {
  .m-courses-listing__item {
    display: block;
  }
  .m-courses-listing__content, .m-courses-listing__meta {
    width: 100%;
  }
  .m-courses-listing__content {
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .m-courses-listing__title {
    margin-bottom: 28px;
  }
  .m-courses-listing__name {
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .m-courses-listing__presenter-name {
    font-size: 1.125rem;
  }
}
.m-report {
  position: relative;
  z-index: 1;
}
.m-report .container, .m-report .container-with-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-report .container .a-sidebar, .m-report .container-with-aside .a-sidebar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.m-report .faux-wrapper-ie {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.m-report__content {
  margin: 0 4.05rem 0 0;
}
.m-report__content-meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.022222vw 0 1.222222vw;
}
.m-report__content-meta--main {
  color: #4b596d;
  font-size: 1rem;
  letter-spacing: 0.1875em;
  font-weight: 400;
  text-transform: uppercase;
}
.m-report__content-meta--main::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: #DEE8F2;
}
.m-report__content-meta--related {
  color: #4b596d;
  font-size: 1rem;
  letter-spacing: 0.1875em;
  font-weight: 400;
  text-transform: uppercase;
}
.m-report__content-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.m-report__content-intro img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
}
.m-report__content--title {
  margin-left: 2rem;
  width: 72%;
}
.m-report__content--title h2 {
  display: block;
  color: #30384d;
  font-size: 3rem;
  letter-spacing: 0.19375rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.1111;
  margin: 0 0 0.5rem;
  margin-top: -8px;
}
.m-report__content--title h3 {
  display: block;
  text-transform: none;
  letter-spacing: 0.0388em;
  font-size: 1.4rem;
}
.m-report__content--title p:last-of-type + button {
  margin-top: 1.7rem;
}
.m-report__content-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .m-report__content-content {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .m-report__content-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .m-report__content-content {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.m-report__content-content p {
  margin-bottom: 0.7em;
}
.m-report__content-content > p:last-of-type {
  margin-bottom: 2.5rem;
}
.m-report__content-content h4 {
  letter-spacing: 5px;
  color: #30384d;
  font-weight: 300;
  margin-top: 1.9rem;
  margin-bottom: 0.8rem;
}
.m-report__content-content ul {
  padding-left: 1.25em;
}
.m-report__content-content ol {
  counter-reset: olCounter;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.m-report__content-content ol > li {
  padding-left: 0;
  counter-increment: olCounter;
  margin-bottom: 0.7em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-report__content-content ol > li::before {
  content: counter(olCounter) ".";
  color: #649cd3;
  font-weight: 700;
  margin-right: 0.8em;
}
.m-report__content-content ul li {
  padding-left: 0.375em;
  margin-bottom: 0.7em;
  line-height: 1.5;
}
.m-report__content-content strong {
  color: #649cd3;
}
.m-report__featured {
  margin: 0 4.05rem 0 0;
}
.m-report__featured .divider {
  height: 1px;
  background-color: #DEE8F2;
}
.m-report__featured-content {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .m-report__featured-content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-report__featured-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-report__featured-content {
    margin-top: 50px;
  }
}
.m-report__featured-content h2 {
  margin-bottom: 3rem;
}
.m-report__featured-content strong {
  color: #649cd3;
}
.m-report__featured-content .m-article-card__event {
  padding-bottom: 5rem;
}

@media screen and (max-width: 1200px) {
  .m-report .container, .m-report .container-with-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-report .container .a-sidebar, .m-report .container-with-aside .a-sidebar {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .m-report__content {
    margin: 1.25rem 0 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-report .m-news {
    margin-top: 4.48rem;
  }
}
@media screen and (max-width: 820px) {
  .m-report__content-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-report__content--title {
    margin-left: 0;
    margin-top: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .m-report__featured {
    margin: 0 auto;
    max-width: 70%;
  }
  .m-report__content-content {
    margin: 75px auto 35px;
    max-width: 70%;
  }
}
@media screen and (max-width: 1023px) {
  .m-report {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    overflow: hidden;
  }
  .m-report__content {
    margin: 1.25rem 0 0 0;
  }
  .m-report__content-intro {
    margin-top: 38px;
  }
  .m-report__content-meta {
    padding: 4.4444444vw 0 25px;
  }
  .m-report__content-meta::after {
    width: 80px;
  }
  .m-report__content-intro h1 {
    margin: 1.6rem 0 0;
    text-transform: capitalize;
    font-size: 1.625rem;
    line-height: 32px;
  }
  .m-report__content-content ol {
    /* margin-left: 0;
    padding-left: 1.1rem; */
  }
  .m-report .m-news {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .m-report__featured {
    max-width: 100%;
  }
  .m-report__content {
    margin: 1.25rem 0 0;
  }
  .m-report__content-content {
    max-width: 100%;
  }
  .m-report__content--title {
    width: 100%;
  }
  .m-report__content--title p:last-of-type + button {
    margin-top: 0.75rem;
  }
  .m-report__featured-content {
    margin-top: 60px;
  }
  .m-report__featured-content .m-article-card__event {
    padding-bottom: 2.2625rem;
  }
  .m-report__featured-content h2 {
    margin-bottom: 1.25rem;
  }
  .m-report .m-article-card__event-pic--featured::before {
    padding-top: 338px;
  }
}
.m-departments {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-top: 70px;
}
.m-departments--relative {
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .m-departments--relative {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-departments--relative {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-departments--relative {
    margin-bottom: 50px;
  }
}
.m-departments .container, .m-departments .container-with-aside {
  width: 85vw;
  margin: 0 auto;
  padding: 0 4.097222222vw;
}
.m-departments .container + .container, .m-departments .container-with-aside + .container, .m-departments .container + .container-with-aside, .m-departments .container-with-aside + .container-with-aside {
  margin-top: 0;
  opacity: 0;
}
.m-departments--relative .container + .container, .m-departments--relative .container-with-aside + .container, .m-departments--relative .container + .container-with-aside, .m-departments--relative .container-with-aside + .container-with-aside {
  opacity: 1;
}
.m-departments__title h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 2.355rem;
}
.m-departments__items {
  margin: 0 4.05rem 0 0;
  padding: 0 3.819444444vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-departments__items--ie {
  display: block;
  width: 100%;
}
.m-departments__items .a-preview__content {
  padding-bottom: 1.5rem;
}
.m-departments__items .a-preview-desc {
  padding-top: 0.35rem;
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .m-departments__items .a-preview__more {
    top: 33px;
  }
  .m-departments__items .a-preview-desc ~ .a-preview__more .a-preview__more-link {
    top: 10px;
  }
}
.m-departments--relative .container, .m-departments--relative .container-with-aside {
  width: 100%;
  padding: 0;
}
.m-departments--relative .container + .container, .m-departments--relative .container-with-aside + .container, .m-departments--relative .container + .container-with-aside, .m-departments--relative .container-with-aside + .container-with-aside {
  margin-top: 0;
  margin-bottom: 0;
}

.m-article-detail .m-departments--relative .container, .m-article-detail .m-departments--relative .container-with-aside {
  width: 75.8333333vw;
}
@media screen and (min-width: 1920px) {
  .m-departments {
    max-width: 1920px;
  }
   .m-departments--relative {
    max-width: 100%;
  }
  .m-departments--relative .m-departments__items {
    padding: 0 3.819444444vw 0;
  }
}
@media screen and (max-width: 1200px) {
  .m-departments.section-scene-loaded {
    margin-top: 7.2342vw;
  }

  .m-departments {
    margin-top: 7.2342vw;
    padding-top: 0;
  }
  .m-departments .container, .m-departments .container-with-aside {
    margin: 0;
    width: 100%;
  }
  .m-departments .container + .container, .m-departments .container-with-aside + .container, .m-departments .container + .container-with-aside, .m-departments .container-with-aside + .container-with-aside {
    margin-top: 6.041666675vw;
    margin-bottom: 9.041667vw;
    opacity: 1;
  }
  .m-departments--relative {
    margin-left: 0;
    margin-right: 0;
  }
  .m-departments--relative .m-departments__items {
    padding: 0 3.819444444vw;
  }
  .m-departments__items {
    padding: 0;
  }
  .m-departments__title h2 {
    line-height: 42px;
    font-size: 2.25rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 890px) {
  .m-departments--relative .container + .container, .m-departments--relative .container-with-aside + .container, .m-departments--relative .container + .container-with-aside, .m-departments--relative .container-with-aside + .container-with-aside {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .m-departments .container, .m-departments .container-with-aside {
    margin: 0;
  }
  .m-departments__items {
    padding: 0;
    margin: 0;
  }
  .m-departments--relative .m-departments__items {
    padding-left: 0;
    padding-right: 0;
  }
  .m-departments__title h2 {
    line-height: 42px;
    font-size: 2.15rem;
    margin-bottom: 1.6rem;
  }

  .m-article-detail .m-departments--relative .container, .m-article-detail .m-departments--relative .container-with-aside {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .m-departments {
    margin-top: 62px;
  }
  .m-departments .container, .m-departments .container-with-aside {
    width: 100%;
  }
  .m-departments .container + .container, .m-departments .container-with-aside + .container, .m-departments .container + .container-with-aside, .m-departments .container-with-aside + .container-with-aside {
    margin-top: 22.041667vw;
  }
  .m-departments--relative .container + .container, .m-departments--relative .container-with-aside + .container, .m-departments--relative .container + .container-with-aside, .m-departments--relative .container-with-aside + .container-with-aside {
    margin-top: 20px;
  }
  .m-departments__items {
    margin: 0;
  }
  .m-departments .a-preview_short {
    margin-bottom: 1.1rem;
  }
  .m-departments .a-preview-title {
    line-height: 1.3;
    margin-top: 0;
  }
  .m-departments .a-preview__more {
    padding-top: 10px;
  }
  .m-departments .a-preview__content {
    padding-bottom: 2.1rem;
  }
}
.m-chapters-intro {
  margin-top: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .m-chapters-intro {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-chapters-intro {
    margin-top: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-chapters-intro {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .m-chapters-intro {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .m-chapters-intro {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .m-chapters-intro {
    margin-bottom: 35px;
  }
}

.m-simple-table {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .m-simple-table {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .m-simple-table {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .m-simple-table {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.m-simple-table + .m-simple-table {
  margin-top: 75px;
}
@media screen and (max-width: 1200px) {
  .m-simple-table + .m-simple-table {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .m-simple-table + .m-simple-table {
    margin-top: 50px;
  }
}
@media screen and (max-width: 550px) {
  .m-simple-table + .m-simple-table {
    margin-top: 42px;
  }
}
.m-simple-table__title {
  text-transform: none;
  font-size: 2.25rem;
  line-height: 1.3333;
  letter-spacing: normal;
  font-weight: 300;
  margin: 0 0 28px;
}
.m-simple-table__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.m-simple-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}
.m-simple-table__item + .m-simple-table__item {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid #d9e4ef;
}
.m-simple-table__header {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25.298013245%;
  min-width: 10.3125em;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1875em;
  line-height: 1.5;
  text-transform: uppercase;
}
.m-simple-table__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-left: 4.768211921%;
}
.m-simple-table__content p {
  margin: 0;
}

@media screen and (max-width: 550px) {
  .m-simple-table__title {
    font-size: 1.625rem;
    line-height: 1.230769231;
  }
  .m-simple-table__item {
    display: block;
  }
  .m-simple-table__item + .m-simple-table__item {
    padding-top: 20px;
    margin-top: 20px;
  }
  .m-simple-table__header {
    width: 100%;
    min-width: 0;
  }
  .m-simple-table__content {
    margin: 0.5rem 0 0;
  }
}
.m-highlights-text {
  margin-top: 100px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .m-highlights-text {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m-highlights-text {
    margin-top: 60px;
  }
}
@media screen and (max-width: 550px) {
  .m-highlights-text {
    margin-top: 50px;
  }
}
.m-highlights-text__inner {
  margin: 0 6.95rem;
  padding: 1px;
}
.m-highlights-text__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: -20px -40px;
}
.m-highlights-text__item {
  width: 50%;
  padding: 20px 40px;
  margin: 0;
}
.m-highlights-text__item::before {
  content: "";
  display: block;
  width: 202px;
  max-width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid #edf2f7;
}
.m-highlights-text__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}
.m-highlights-text__title {
  width: 38.757238307%;
}
.m-highlights-text__title::after {
  content: "";
  display: table;
  clear: both;
}
.m-highlights-text__title-text {
  font-size: 2.25rem;
  line-height: 1.1667;
  letter-spacing: normal;
  font-weight: 700;
  -webkit-transition: color 150ms;
  transition: color 150ms;
}
.m-highlights-text__link:hover .m-highlights-text__title-text {
  color: #649cd3;
}
.m-highlights-text__arrow {
  float: right;
  position: relative;
  width: 52px;
  display: block;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  color: #649cd3;
  -webkit-transition: width 250ms;
  transition: width 250ms;
  font-size: 1rem;
  height: 2em;
}
.m-highlights-text__arrow:before, .m-highlights-text__arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.m-highlights-text__arrow:before {
  height: 1px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: width 200ms;
  transition: width 200ms;
  left: 0;
  top: 50%;
}
.m-highlights-text__arrow:after {
  right: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 2em;
  height: 2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right 0;
          transform-origin: right 0;
  top: 50%;
}
.m-highlights-text__link:hover .m-highlights-text__arrow {
  width: 94px;
}
.m-highlights-text__content {
  width: 53.006681515%;
  margin-left: 8.236080178%;
}
.m-highlights-text__content p {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .m-highlights-text__inner {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .m-highlights-text__list {
    display: block;
  }
  .m-highlights-text__item {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .m-highlights-text {
    margin-bottom: 110px;
  }
  .m-highlights-text__item::before {
    width: 100%;
    margin-bottom: 30px;
  }
  .m-highlights-text__link {
    position: relative;
    display: block;
    padding-bottom: 2.75em;
  }
  .m-highlights-text__title {
    width: 100%;
  }
  .m-highlights-text__title-text {
    font-size: 1.875rem;
    line-height: 1.0667;
    margin-bottom: 0;
  }
  .m-highlights-text__arrow {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .m-highlights-text__content {
    width: 100%;
    margin: 0.5rem 0 0;
  }
}
.m-tabs-inline {
  margin-bottom: 54px;
}
.m-tabs-inline__head {
  position: relative;
  z-index: 2;
  margin: 0 5.75rem 0 6.95rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.m-tabs-inline__head h2 {
  display: block;
  font-size: 3em;
  letter-spacing: 3.1px;
  line-height: 1.125;
  text-transform: uppercase;
}
.m-tabs-inline--with-image .m-tabs-inline__head {
  margin-top: 2.5rem;
}
.m-tabs-inline__top {
  position: relative;
}
.m-tabs-inline__image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 4.097222222vw - 29rem);
  height: 100%;
}
@media screen and (min-width: 1920px) {
  .m-tabs-inline__image {
    width: calc(100% - (100% - 1920px) / 2 - 4.097222222vw - 29rem);
  }
}
.m-tabs-inline__image::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("members-triangle.ce6ef18f.svg") no-repeat left center;
  background-size: auto 100%;
}
.m-tabs-inline__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.m-tabs-inline__switchers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-bottom: 1rem;
  margin-top: 54px;
}
.m-tabs-inline__switchers-btn {
  font-size: 1.875rem;
  margin-right: 0.8rem;
  border: 1px solid #dee8f1;
  color: #30384d;
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 #ecf2f7;
          box-shadow: 0 0 0 0 #ecf2f7;
  -webkit-transition: border 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 0.6em 1.2em;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: none;
}
.m-tabs-inline__switchers-btn.is-expand {
  border-color: #ecf2f7;
  background: #ecf2f7;
  -webkit-box-shadow: 0 2rem 0 0 #ecf2f7;
          box-shadow: 0 2rem 0 0 #ecf2f7;
}
.m-tabs-inline__switchers-btn:hover {
  border-color: #ecf2f7;
  background: #ecf2f7;
}
.m-tabs-inline__content {
  background-color: #ecf2f7;
  background-image: url(triangle-opacity.2cceb73c.svg);
  position: relative;
  overflow: hidden;
  background-size: 20px;
}
.m-tabs-inline__content:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: transparent;
  background: linear-gradient(179.49deg, #ecf2f7 0%, rgba(222, 232, 241, 0.83) 100%);
}
.m-tabs-inline__content-container {
  padding: 0 4.097222222vw;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 1;
}
.m-tabs-inline__centerd {
  padding: 46px 6.95rem 4rem;
}
.m-tabs-inline__tab {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.m-tabs-inline__tab.is-expand {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 5;
  position: relative;
}
.m-tabs-inline__desc {
  padding-top: 1rem;
}
.m-tabs-inline__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.m-tabs-inline__features {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  font-size: 1rem;
  padding-left: 0 !important;
  list-style-type: none;
}
.m-tabs-inline__features-item {
  line-height: 1.25;
  letter-spacing: 0.41px;
  font-weight: 300;
  font-size: 1.5rem;
  padding-left: 0 !important;
  padding-right: 1.5em;
  margin-bottom: 0 !important;
}
.m-tabs-inline__features-item > strong {
  color: #4b596d;
  font-weight: 300;
}
.m-tabs-inline__features-item ol, .m-tabs-inline__features-item ul {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  letter-spacing: 0.3px;
  margin-top: 13px;
}
.m-tabs-inline__features-item ol strong, .m-tabs-inline__features-item ul strong {
  font-weight: normal;
}
.m-tabs-inline__features-item ol > li, .m-tabs-inline__features-item ul > li {
  padding-left: 10px;
  margin-left: 16px;
  padding-bottom: 6px;
}
.m-tabs-inline__features-em {
  font-style: italic;
  font-size: 1rem;
}
.m-tabs-inline__head {
  padding: 0;
  margin: 0;
}
.m-tabs-inline__switchers-btn {
  font-size: 1rem;
  letter-spacing: 3px;
  padding: 1em 2em;
  margin-right: 0.5625em;
  text-align: left;
  text-transform: uppercase;
}
.m-tabs-inline__switchers-btn:last-child {
  margin-right: 0;
}
.m-tabs-inline__switchers-icon-text {
  text-transform: capitalize;
}
.m-tabs-inline__centerd {
  padding-left: 0;
  padding-right: 0;
}
.m-tabs-inline__features {
  -webkit-column-count: unset;
     -moz-column-count: unset;
          column-count: unset;
}
.m-tabs-inline__head h2 {
  font-size: 1.875rem;
}
.m-tabs-inline__switchers-icon, .m-tabs-inline__article {
  display: none;
}
.m-tabs-inline .line-minus {
  display: none;
}

@media screen and (max-width: 1350px) {
  .m-tabs-inline__article {
    display: none;
  }
  .m-tabs-inline__article.is-expand {
    display: block;
  }
  .m-tabs-inline__features-item {
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5;
    letter-spacing: 0.41px;
    font-weight: 300;
    font-size: 1rem;
  }
  .m-tabs-inline__features-item > strong {
    font-weight: bold;
  }
  .m-tabs-inline .container, .m-tabs-inline .container-with-aside {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-tabs-inline__switchers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-tabs-inline__switchers-btn {
    border: none;
    border-bottom: 1px solid #dee8f1;
    margin-right: 0;
  }
  .m-tabs-inline__switchers-btn.is-expand {
    border-color: #ecf2f7;
    background: #ecf2f7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .m-tabs-inline__article {
    position: relative;
    background-color: #ecf2f7;
    background-image: url(triangle-opacity.2cceb73c.svg);
  }
  .m-tabs-inline__article > * {
    position: relative;
  }
  .m-tabs-inline__article::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: transparent;
    background: linear-gradient(179.49deg, #ecf2f7 0%, rgba(222, 232, 241, 0.83) 100%);
  }
  .m-tabs-inline__content {
    display: none;
  }
  .m-tabs-inline__switchers-icon {
    position: absolute;
    right: calc(0px + 1em);
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
  }
  .m-tabs-inline__switchers-icon-text {
    letter-spacing: 0.3px;
    padding-right: 10px;
  }
}
/* ------------------------ *\
* Misc
\* ------------------------ */
.main__inner-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.divider {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dee8f1;
}

.divider-circle {
  width: 3px;
  height: 3px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #b9c9d3;
}

@media screen and (min-width: 1200px) {
  .default-interior .m-event-cards__inner {
    margin-right: 6.95rem;
    width: 100%;
  }
  .default-interior .m-event-cards__event {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.2%;
            flex: 0 1 31.2%;
    margin-left: 0;
  }
  .default-interior .m-event-cards__event:not(:last-of-type) {
    margin-right: 2.175rem;
  }
}

@media screen and (min-width: 1201px) {
  .is-homepage .main__inner-wrapper section {
    pointer-events: none;
  }
  .is-homepage .main__inner-wrapper section.section-active {
    pointer-events: all;
  }
}
@media screen and (max-width: 1023px) {
  main > section[class^=m-] {
    overflow: hidden;
  }
}
.scrollmagic-pin-spacer[style*="display: flex;"] {
  display: block !important;
}

/* ------------------------ *\
 * IE 11
\* ------------------------ */
@media all and (-ms-high-contrast: none) {
  .a-contact-info__content-contact--column,
.a-contact-info__content-contact--dept {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .m-news__item {
    width: 50%;
  }

  .a-footer__to-top-arrow {
    left: 20px;
  }

  .a-nav__list--util {
    padding: 20px 0 10px;
  }
  .is-homepage .main__inner-wrapper section {
    pointer-events: all;
  }
  .is-homepage .m-transaction,
.is-homepage .m-partner {
    height: auto !important;
  }

  .is-homepage .m-transaction .container, .is-homepage .m-transaction .container-with-aside {
    display: block;
  }

  .m-choice__video.m-choice__video--mobile {
    display: none !important;
  }

  .m-choice__column-wrapper {
    max-width: 600px;
  }

  .is-homepage .m-transaction__content,
.is-homepage .m-partner {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 1200px) {
  .is-homepage .m-transaction__content,
.is-homepage .m-partner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
  .is-homepage .m-transaction__content,
.is-homepage .m-partner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 550px) {
  .is-homepage .m-transaction__content,
.is-homepage .m-partner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media all and (-ms-high-contrast: none) {
  .is-homepage .m-form {
    margin-top: auto;
  }
}
@media all and (-ms-high-contrast: none) {
  .is-homepage .m-transaction__content {
    position: relative;
  }
}
@media all and (-ms-high-contrast: none) {
  .is-homepage .m-news .container + .container, .is-homepage .m-news .container-with-aside + .container, .is-homepage .m-news .container + .container-with-aside, .is-homepage .m-news .container-with-aside + .container-with-aside,
.is-homepage .m-conference,
.is-homepage .m-transaction,
.is-homepage .m-transaction__content-title-container,
.is-homepage .m-transaction__slider,
.is-homepage .m-news__hero-content,
.is-homepage .m-transaction__cta,
.is-homepage .m-partner__content {
    opacity: 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .m-transaction__content-title-container,
.m-transaction__slider,
.m-transaction__cta {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media all and (-ms-high-contrast: none) {
  .is-homepage .m-conference__img-bg {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (-ms-high-contrast: none) {
  .m-banner__video {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
  }
}
/* ------------------------ *\
 * IE Edge 15+
\* ------------------------ */
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .a-nav__list--util {
    padding: 20px 0 10px;
  }

  .m-choice__video.m-choice__video--mobile {
    display: none !important;
  }

  .m-banner__video {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
  }
}

/*# sourceMappingURL=global.ca4c048f.css.map */