/*
Theme Name: The Knowledge Retreat
Author: KISS Comunnications
Author URI: https://www.kisscom.co.uk/
Version: 1.0
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
a,
a img,
font,
img,
dd,
dl,
dt,
li,
ol,
ul,
blockquote,
fieldset,
form,
label,
legend,
table,
caption,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* = Object fit images */
.ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ofi--abs {
  position: absolute;
  top: 0;
  left: 0;
}

.ofi--contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.ofi--scaledown {
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
}

body {
  color: #2a2a2a;
  font-size: 18px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
@media screen and (max-width: 400px) {
  body {
    font-size: 17px;
  }
}

.clearFix:after, fieldset:after {
  content: "";
  display: table;
  clear: both;
}

/* = Typography
----------------------------------------------------------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 15px;
  color: #10147e;
  padding-top: 0.25em;
  line-height: 1.05em;
  font-family: eloquent-jf-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.row--grey h1,
.row--grey .h1,
.row--grey h2,
.row--grey .h2,
.row--grey h3,
.row--grey .h3,
.row--grey h4,
.row--grey .h4,
.row--grey h5,
.row--grey .h5,
.row--grey h6 .h6,
.row--grey p,
.row--blue h1,
.row--blue .h1,
.row--blue h2,
.row--blue .h2,
.row--blue h3,
.row--blue .h3,
.row--blue h4,
.row--blue .h4,
.row--blue h5,
.row--blue .h5,
.row--blue h6 .h6,
.row--blue p {
  color: #fff;
}

h1,
.h1 {
  font-size: 7em;
  margin: 0 0 10px;
  padding-top: 15px;
}

h2,
.h2 {
  font-size: 4.444em;
}

h3,
.h3 {
  font-size: 3.333em;
}

h4,
.h4 {
  font-size: 2.778em;
}

h5,
.h5 {
  font-size: 2.222em;
}

h6,
.h6 {
  font-size: 1.667em;
}

p {
  margin: 0 0 25px;
  line-height: 1.5em;
}
p.half-margin {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

.leader-small {
  font-size: 1.222em;
}

.leader-medium {
  font-size: 1.444em;
}

.leader-large {
  font-size: 1.667em;
}

p + .leader-large {
  margin-top: 30px;
}

i,
em {
  font-weight: 300;
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

.indent-second {
  padding-left: 0.9em;
  text-indent: -0.9em;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.hide-text {
  font-size: 0;
}

.font-to-logo {
  display: block;
  font-size: 0;
  line-height: 1;
}

.title-mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .title-mobile {
    display: block;
  }
}

a {
  color: #2a2a2a;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a2a2a;
  text-decoration: none;
}

.main-text a:not([class]) {
  text-decoration: underline;
  color: #10147e;
}

blockquote {
  margin: 40px 0;
  border-left: 6px solid #c7c7c7;
  padding-left: 35px;
}
blockquote p {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
blockquote p cite {
  font-size: 0.75em;
}
blockquote cite {
  font-size: 1em;
  font-style: normal;
  margin-top: 15px;
  display: block;
}

hr {
  margin: 40px 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
}

small {
  font-size: 0.8em;
}

address {
  margin: 0 0 20px;
  line-height: 1.5em;
  font-style: normal;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  margin: 0;
}
pre code {
  font-size: 1.5em;
  white-space: pre-wrap;
}

.msg-nojs {
  padding: 20px 25px;
  background: #fff;
  border: 2px solid #10147e;
  position: relative;
}

@media screen and (min-width: 1801px) and (max-width: 2500px) {
  .ieOld h1 {
    font-size: 6.25em;
  }
}
@media screen and (max-width: 1920px) {
  h1,
.h1 {
    font-size: 6.55vw;
  }

  h2,
.h2 {
    font-size: 4.15vw;
  }
}
@media screen and (max-width: 1000px) {
  h1,
.h1 {
    font-size: 10vw;
  }

  h2,
.h2 {
    font-size: 6vw;
  }

  .leader-large {
    font-size: 1.555em;
  }
}
@media screen and (max-width: 750px) {
  h2,
.h2 {
    font-size: 7vw;
  }

  .leader-large {
    font-size: 1.444em;
  }

  .leader-medium {
    font-size: 1.333em;
  }

  .leader-small {
    font-size: 1.222em;
  }
}
@media screen and (max-width: 600px) {
  h1,
.h1 {
    font-size: 11vw;
  }

  h2,
.h2 {
    font-size: 8vw;
  }

  .leader-large {
    font-size: 1.333em;
  }

  .leader-medium {
    font-size: 1.222em;
  }

  .leader-small {
    font-size: 1.111em;
  }

  br.hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  h1,
.h1 {
    font-size: 12vw;
  }

  h2,
.h2 {
    font-size: 9vw;
  }

  .leader-large {
    font-size: 1.222em;
  }

  .leader-medium {
    font-size: 1.111em;
  }

  .leader-small {
    font-size: 1em;
  }
}
@media screen and (min-width: 1001px) {
  .main-text h1,
.main-text .h1 {
    font-size: 74px;
    margin-bottom: 20px;
  }

  .main-text h2,
.main-text .h2 {
    font-size: 58px;
    margin-top: 30px;
  }
  .main-text h2:first-child,
.main-text .h2:first-child {
    margin-top: 0;
  }

  .main-text h3,
.main-text .h3 {
    font-size: 46px;
    margin-top: 30px;
  }
  .main-text h3:first-child,
.main-text .h3:first-child {
    margin-top: 0;
  }

  .main-text h4,
.main-text .h4 {
    font-size: 38px;
  }

  .main-text h5,
.main-text .h5 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 701px) {
  .main-text h1,
.main-text .h1 {
    font-size: 66px;
  }

  .main-text h2,
.main-text .h2 {
    font-size: 50px;
  }

  .main-text h3,
.main-text .h3 {
    font-size: 40px;
  }

  .main-text h4,
.main-text .h4 {
    font-size: 30px;
  }

  .main-text h5,
.main-text .h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 700px) {
  .main-text h1,
.main-text .h1 {
    font-size: 9vw;
  }

  .main-text h2,
.main-text .h2 {
    font-size: 7vw;
  }

  .main-text h3,
.main-text .h3 {
    font-size: 5.75vw;
  }

  .main-text h4,
.main-text .h4 {
    font-size: 4.3vw;
  }

  .main-text h5,
.main-text .h5 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .main-text h1,
.main-text .h1 {
    font-size: 40px;
  }

  .main-text h2,
.main-text .h2 {
    font-size: 32px;
  }

  .main-text h3,
.main-text .h3 {
    font-size: 28px;
  }

  .main-text h4,
.main-text .h4 {
    font-size: 22px;
  }

  .main-text h5,
.main-text .h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .main-text h1,
.main-text .h1 {
    font-size: 36px;
  }

  .main-text h2,
.main-text .h2 {
    font-size: 30px;
  }

  .main-text h3,
.main-text .h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1001px) {
  .animate-up {
    opacity: 0;
    transform: translateY(5%);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .pageLoaded .animate-up.animate-in,
.no-js .animate-up.animate-in {
    opacity: 1;
    transform: translateY(0);
  }

  .ieOld .animate-up {
    opacity: 1;
    transform: translateY(0);
  }
}
/* = Tables
----------------------------------------------------------------------------------------------------------------- */
.tableWrap {
  overflow: auto;
}

table {
  width: 100%;
  margin: 0 0 20px;
  border-spacing: 0;
  border-collapse: collapse;
}
table th {
  padding: 15px 10px;
  color: #fff;
  border: 1px solid #2c2c2c;
  background: #2c2c2c;
}
table td {
  padding: 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

/* = Buttons
----------------------------------------------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  position: relative;
  font-size: 1em;
  padding: 0.8em 1em;
  text-transform: uppercase;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  line-height: 1;
  margin: 0;
  border: none;
  background: #10147e;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
.btn.btn--chevron {
  padding-right: 2.3em;
}
.btn.btn--chevron .btn-chevron {
  position: absolute;
  right: 0;
  top: 0;
  width: 4em;
  height: 100%;
  text-align: right;
}
.btn.btn--chevron .btn-chevron svg {
  position: absolute;
  height: 40%;
  top: 50%;
  right: 0.9em;
  max-width: 22px;
  fill: #fff;
  stroke: #fff;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.btn.btn--chevron:hover svg, .btn.btn--chevron:focus svg, .btn.btn--chevron:active svg {
  fill: #10147e;
  stroke: #10147e;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn.btn--l {
  font-size: 1.4em;
}
@media screen and (max-width: 600px) {
  .btn.btn--l {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .btn.btn--l {
    font-size: 1.2em;
  }
}
.btn.btn--xl {
  font-size: 1.85em;
  margin: 0.4em 0;
}
.btn.btn--xl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .btn.btn--xl {
    font-size: 1.85vw;
  }
}
@media screen and (max-width: 1500px) {
  .btn.btn--xl {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 1400px) {
  .btn.btn--xl {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1000px) {
  .btn.btn--xl {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 600px) {
  .btn.btn--xl {
    font-size: 18px;
  }
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5afbb;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .btn:active {
  color: #10147e;
  -webkit-transition: color 0.45s ease;
  transition: color 0.45s ease;
}
.btn:hover:before, .btn:hover:before, .btn:hover:before, .btn:focus:before, .btn:focus:before, .btn:focus:before, .btn:active:before, .btn:active:before, .btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn--pink {
  color: #10147e;
  background: #f5afbb;
}
.btn.btn--pink:before {
  background: #10147e;
}
.btn.btn--pink .btn-chevron svg {
  fill: #10147e;
  stroke: #10147e;
}
.btn.btn--pink:hover, .btn.btn--pink:focus, .btn.btn--pink:active {
  color: #fff;
}
.btn.btn--pink:hover svg, .btn.btn--pink:focus svg, .btn.btn--pink:active svg {
  fill: #fff;
  stroke: #fff;
}
.btn.btn--block {
  display: block;
  padding: 1em;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .btn.btn--block {
    padding: 1.2em;
  }
}
@media screen and (max-width: 400px) {
  .btn.btn--block {
    padding: 1.3em 1em;
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .btn.btn--block {
    font-size: 4.4vw;
  }
}
.btn.btn--block > span {
  padding-right: 1.4em;
  position: relative;
}
.btn.btn--block .btn-chevron {
  width: auto;
}
.btn.btn--block .btn-chevron svg {
  height: 80%;
  right: 0;
}
.btn.btn--block:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .btn.btn--block:last-child {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .btn.btn--block:last-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .btn.btn--block:last-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .btn.btn--block:last-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .btn.btn--block:last-child {
    margin-bottom: 0.4em;
  }
}
.btn.btn--block:hover svg, .btn.btn--block:focus svg, .btn.btn--block:active svg {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.btn.btn--hover-alt:before {
  background: #6e70b1;
}
.btn.btn--hover-alt:hover, .btn.btn--hover-alt:focus, .btn.btn--hover-alt:active {
  color: #fff;
}
.btn.btn--hover-alt:hover svg, .btn.btn--hover-alt:focus svg, .btn.btn--hover-alt:active svg {
  fill: #fff;
  stroke: #fff;
}

input.btn:hover, input.btn:focus, input.btn:active {
  color: #10147e;
  background-color: #f5afbb;
}

.row + .btn--block {
  margin: 0;
}

.down-to-content {
  width: 135px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .down-to-content {
    width: 8%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 700px) {
  .down-to-content {
    width: 6%;
  }
}
@media screen and (max-width: 1000px) {
  .down-to-content {
    width: 80px;
  }
}
@media screen and (max-width: 800px) {
  .down-to-content {
    display: none;
  }
}

.play-button {
  display: inline-block;
  vertical-align: top;
  width: 130px;
}
.play-button svg g {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.play-button:hover svg g, .play-button:focus svg g, .play-button:active svg g {
  fill: #f5afbb;
}

.to-top {
  display: inline-block;
  font-size: 1.333em;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.to-top:focus, .to-top:hover, .to-top:active {
  color: #10147e;
}
.to-top .fas {
  display: block;
  padding-bottom: 5px;
}
@media screen and (max-width: 800px) {
  .to-top {
    font-size: 1.222em;
  }
}
@media screen and (max-width: 480px) {
  .to-top {
    font-size: 1.111em;
  }
}
@media screen and (max-width: 400px) {
  .to-top {
    font-size: 1em;
  }
}

.ieOld .btn--block .btn-chevron svg {
  min-width: 18px;
}

/* = Lists
----------------------------------------------------------------------------------------------------------------- */
ul {
  margin: 0 0 25px;
  padding-left: 25px;
  line-height: 1.5em;
}
ul li {
  margin: 0 0 10px;
}
ul li ul {
  margin-top: 20px;
  margin-left: 30px;
  list-style-type: circle;
}
ul:last-child {
  margin-bottom: 0;
}

ol {
  margin: 0 0 25px;
  padding-left: 25px;
  line-height: 1.5em;
}
ol li {
  margin: 0 0 10px;
}
ol li ol {
  margin-top: 20px;
  margin-left: 30px;
  list-style-type: lower-latin;
}
ol:last-child {
  margin-bottom: 0;
}

dl {
  margin: 0 0 25px;
  line-height: 1.5em;
}

dt {
  color: #111;
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

/* = Flex
----------------------------------------------------------------------------------------------------------------- */
.flx {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flx-inl {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.flx--col {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flx--jc {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flx--jc-sb {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flx--jc-sa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flx--ac {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flx--ai {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flx--ai-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flx--wr {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flx--noSh {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

header {
  width: 100%;
  padding: 30px;
  background: #333;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  min-height: 90px;
  z-index: 20;
}
header .hdr-logo {
  max-width: 460px;
  padding-right: 40px;
}
header .hdr-logo img {
  display: block;
}
@media screen and (max-width: 440px) {
  header .hdr-logo {
    max-width: 455px;
    padding-right: 35px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 700px) {
  header {
    padding: 25px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 650px) {
  header {
    padding: 20px;
    min-height: 80px;
  }
}
@media screen and (max-width: 480px) {
  header {
    min-height: 85px;
  }
}
@media screen and (max-width: 400px) {
  header {
    padding: 26px;
    min-height: 75px;
  }
}
@media screen and (max-width: 340px) {
  header {
    min-height: 70px;
  }
}

.hamburger {
  display: none;
  position: relative;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .hamburger {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 400px) {
  .hamburger {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 340px) {
  .hamburger {
    width: 18px;
    height: 18px;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (max-width: 440px) {
  .hamburger span {
    height: 2px;
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .hamburger span {
    margin-top: -1px;
  }
}
.hamburger span:before, .hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 440px) {
  .hamburger span:before, .hamburger span:after {
    height: 2px;
  }
}
.hamburger span:before {
  top: -9px;
}
@media screen and (max-width: 440px) {
  .hamburger span:before {
    top: -8px;
  }
}
@media screen and (max-width: 400px) {
  .hamburger span:before {
    top: -7px;
  }
}
.hamburger span:after {
  bottom: -9px;
}
@media screen and (max-width: 440px) {
  .hamburger span:after {
    bottom: -8px;
  }
}
@media screen and (max-width: 400px) {
  .hamburger span:after {
    bottom: -7px;
  }
}
.hamburger:focus {
  outline: none;
}

.navOn .hamburger span {
  background: none;
}
.navOn .hamburger span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navOn .hamburger span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 1001px) {
  body.home {
    background: #f7bfc9;
  }

  .home header {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) translateY(-100%);
    transition: 0.4s ease;
  }

  .home.pageLoaded header,
.no-js header,
.ieOld header {
    transform: translateY(0);
  }
}
footer {
  padding: 60px 50px 50px;
  color: #fff;
  background: #333;
}
@media screen and (max-width: 440px) {
  footer {
    padding: 45px;
  }
}
@media screen and (max-width: 400px) {
  footer {
    padding: 45px 40px;
  }
}
@media screen and (max-width: 360px) {
  footer {
    padding: 45px 35px;
  }
}
footer p,
footer a,
footer ul,
footer ol {
  color: #fff;
}
footer a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer a:hover,
footer a:focus {
  color: #fff;
}
footer hr {
  margin: 50px 0 40px;
  border-top: 2px solid rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 440px) {
  footer hr {
    margin: 40px 0 35px;
  }
}
footer .ftr-title {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  footer .ftr-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  footer .ftr-title {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 480px) {
  footer .ftr-title {
    font-size: 1em;
  }
}
@media screen and (max-width: 400px) {
  footer .ftr-title {
    margin-bottom: 12px;
    font-size: 0.941em;
  }
}
@media screen and (min-width: 1651px) {
  footer .ftr-social .ftr-title {
    margin: 0 20px 0 0;
    min-width: 125px;
  }
  footer .ftr-social p {
    display: inline-block;
    vertical-align: middle;
  }
}
footer .ftr-social .ftr-social__links a {
  font-size: 2.35em;
  margin-right: 22px;
}
footer .ftr-social .ftr-social__links a:hover, footer .ftr-social .ftr-social__links a:focus, footer .ftr-social .ftr-social__links a:active {
  color: #f5afbb;
}
@media screen and (max-width: 1400px) {
  footer .ftr-social .ftr-social__links a {
    font-size: 2em;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  footer .ftr-social .ftr-social__links a {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 400px) {
  footer .ftr-social .ftr-social__links a {
    font-size: 8.5vw;
    margin-right: 6vw;
  }
}
footer .ftr-social .ftr-social__links a:last-child {
  margin: 0;
}
footer .ftr-contact {
  margin-top: 40px;
}
footer .ftr-contact a {
  text-decoration: underline;
}
footer .ftr-contact a:hover, footer .ftr-contact a:focus, footer .ftr-contact a:active {
  color: #f5afbb;
}
@media screen and (min-width: 801px) and (max-width: 950px) {
  footer .ftr-contact a {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 460px) {
  footer .ftr-contact a {
    font-size: 3.9vw;
  }
}
@media screen and (min-width: 1651px) {
  footer .ftr-contact .ftr-title {
    margin: 0 20px 0 0;
    min-width: 125px;
  }
  footer .ftr-contact p,
footer .ftr-contact a {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
  }
}
footer .ftr-hashtag {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 34px;
}
@media screen and (min-width: 1201px) and (max-width: 1900px) {
  footer .ftr-hashtag {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  footer .ftr-hashtag {
    margin-bottom: 4px;
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 650px) {
  footer .ftr-hashtag {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 380px) {
  footer .ftr-hashtag {
    font-size: 4.8vw;
  }
}
footer .ftr-brand {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  footer .ftr-brand {
    display: block;
  }
}
footer .ftr-brand img {
  max-width: 320px;
}
@media screen and (max-width: 440px) {
  footer .ftr-brand img {
    max-width: 100%;
  }
}
footer .ftr-brand p {
  text-align: left;
}
@media screen and (max-width: 400px) {
  footer .ftr-brand p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  footer .ftr-links {
    text-align: center;
    margin-bottom: 15px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
  }
}
footer .ftr-links a {
  font-size: 0.889em;
  font-weight: 700;
  position: relative;
  text-decoration: underline;
}
footer .ftr-links a:hover, footer .ftr-links a:focus, footer .ftr-links a:active {
  color: #f5afbb;
}
footer .ftr-links a:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
}
footer .ftr-links a:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 1001px) and (max-width: 1200px), screen and (max-width: 600px) {
  footer .ftr-links a:nth-child(-n+5) {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5px 0;
  }
  footer .ftr-links a:nth-child(-n+5):after {
    content: none;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px), screen and (max-width: 600px) {
  footer .ftr-links a:nth-child(-n+5) {
    margin: 15px 0 0;
  }
  footer .ftr-links a:first-child {
    margin: 0;
  }
}
footer .ftr-copyright {
  font-size: 0.778em;
  text-align: right;
}
@media screen and (max-width: 800px) {
  footer .ftr-copyright {
    text-align: center;
  }
}
footer .ftr-copyright p:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (min-width: 1001px) {
  .hdr-nav {
    text-align: right;
  }
}
@media screen and (max-width: 1000px) {
  .main-navigation .menu {
    position: fixed;
    top: 90px;
    right: 0;
    width: 100%;
    padding: 35px;
    max-width: 360px;
    background: #222;
  }
}
@media screen and (max-width: 480px) {
  .main-navigation .menu {
    top: 85px;
    max-width: 100%;
    height: calc(100% - 85px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
  }
}
@media screen and (max-width: 400px) {
  .main-navigation .menu {
    top: 75px;
    padding: 30px;
    height: calc(100% - 75px);
  }
}
@media screen and (max-width: 360px) {
  .main-navigation .menu {
    padding: 25px;
  }
}
@media screen and (max-width: 340px) {
  .main-navigation .menu {
    top: 70px;
    padding: 20px;
    height: calc(100% - 70px);
  }
}
.main-navigation .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .menu ul li {
  margin: 0;
  padding: 5px 0;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .main-navigation .menu ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 18px 0 0;
  }
  .main-navigation .menu ul li:last-child {
    margin: 0;
  }
  .main-navigation .menu ul li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 1px;
    height: 100%;
    background: #fff;
  }
}
@media screen and (max-width: 480px) {
  .main-navigation .menu ul li {
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  }
  .main-navigation .menu ul li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .main-navigation .menu ul li {
    padding: 25px 0;
  }
}
.main-navigation .menu ul li a {
  display: block;
  padding: 8px 18px;
  padding: 7px 18px 9px;
  color: #fff;
  font-size: 1.111em;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1001px) {
  .main-navigation .menu ul li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-navigation .menu ul li a:hover, .main-navigation .menu ul li a:focus, .main-navigation .menu ul li a:active {
    color: #f7bfc9;
  }
}
@media screen and (min-width: 1301px) {
  .main-navigation .menu ul li a {
    font-size: 1.222em;
  }
}
@media screen and (min-width: 1401px) {
  .main-navigation .menu ul li a {
    font-size: 1.333em;
  }
}
@media screen and (max-width: 1000px) {
  .main-navigation .menu ul li a {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .main-navigation .menu ul li a {
    padding: 18px;
    font-size: 1.222em;
  }
}
.main-navigation .menu ul li.nav-button a {
  margin-left: 18px;
  background: #10147e;
}
@media screen and (min-width: 1001px) {
  .main-navigation .menu ul li.nav-button a:hover, .main-navigation .menu ul li.nav-button a:focus, .main-navigation .menu ul li.nav-button a:active {
    color: #10147e;
    background: #f5afbb;
  }
}
@media screen and (max-width: 1000px) {
  .main-navigation .menu ul li.nav-button a {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .main-navigation .menu ul li.nav-button a {
    margin-top: 22px;
  }
}

@media screen and (max-width: 1000px) {
  .menu {
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    transition: transform 400ms ease;
  }

  .navOn .menu {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.row {
  padding: 90px 0;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .row {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1100px) {
  .row {
    padding: 75px 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 700px) {
  .row {
    padding: 75px 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 650px) {
  .row {
    padding: 65px 0;
  }
}
@media screen and (max-width: 650px) {
  .row {
    padding: 70px 0;
  }
}
@media screen and (max-width: 600px) {
  .row {
    padding: 65px 0;
  }
}
@media screen and (max-width: 480px) {
  .row {
    padding: 60px 0;
  }
}
@media screen and (max-width: 440px) {
  .row {
    padding: 50px 0;
  }
}
@media screen and (max-width: 400px) {
  .row {
    padding: 45px 0;
  }
}
@media screen and (max-width: 340px) {
  .row {
    padding: 40px 0;
  }
}
.row.row--minheight {
  min-height: 100vh;
  min-height: calc(100vh - 100px);
}
@media screen and (max-width: 1000px) {
  .row.row--minheight {
    min-height: calc(100vh - 80px);
  }
}
@media screen and (min-width: 1001px) {
  .row.row--minheight--dt {
    min-height: 100vh;
    min-height: calc(100vh - 100px);
  }
  .row.row--welcome {
    min-height: calc(100vh - 200px);
  }
  .row.row--focus {
    min-height: calc(100vh - 200px);
  }
}
.row.row--welcome {
  overflow: hidden;
  background: #f7bfc9;
}
.row.row--welcome:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 72% 54%, #ffffff 0%, #fbdee3 16%, #f7bfc9 30%);
}
@media screen and (max-width: 1000px) {
  .row.row--welcome:before {
    background: radial-gradient(circle at 48% 46%, #ffffff 0%, #fbdee3 30%, #f7bfc9 60%);
  }
}
@media screen and (max-width: 440px) {
  .row.row--welcome:before {
    background: radial-gradient(circle at 48% 40%, #ffffff 0%, #fbdee3 20%, #f7bfc9 50%);
  }
}
@media screen and (max-width: 600px) {
  .row.row--welcome {
    padding-bottom: 0;
  }
}
.row.row--grey {
  background: #333;
}
.row.row--blue {
  background: #10147e;
}
.row.row--lines {
  background: #fff url("./img/background/stripes_grey.png");
}
.row.row--nopad {
  padding: 0;
}
.row.row--team-slider {
  overflow: hidden;
}
.row.row--totop {
  padding: 0 0 50px;
}
@media screen and (max-width: 480px) {
  .row.row--totop {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 400px) {
  .row.row--totop {
    padding: 0 0 30px;
  }
}

.row-wrap {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .row-wrap {
    max-width: 760px;
    margin: 0 auto;
  }
}

.container {
  width: 1500px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1620px) {
  .container {
    width: auto;
    margin: 0 60px;
    min-width: calc(100% - 120px);
  }
}
@media screen and (max-width: 650px) {
  .container {
    margin: 0 50px;
    min-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 480px) {
  .container {
    margin: 0 45px;
    min-width: calc(100% - 90px);
  }
}
@media screen and (max-width: 440px) {
  .container {
    margin: 0 40px;
    min-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 400px) {
  .container {
    margin: 0 35px;
    min-width: calc(100% - 70px);
  }
}
@media screen and (max-width: 360px) {
  .container {
    margin: 0 30px;
    min-width: calc(100% - 60px);
  }
}
.container.container--wide {
  width: 1800px;
}
@media screen and (max-width: 1880px) {
  .container.container--wide {
    width: auto;
    margin: 0 10px;
    min-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .container.container--wide {
    margin: 0 5px;
    min-width: calc(100% - 10px);
  }
}
@media screen and (max-width: 440px) {
  .container.container--wide {
    margin: 0;
    min-width: 100%;
  }
}
.container.container--full {
  padding: 60px;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .container.container--full {
    padding: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .container.container--full {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 600px) {
  .container.container--full {
    padding: 55px 40px;
  }
}
@media screen and (max-width: 480px) {
  .container.container--full {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 440px) {
  .container.container--full {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 400px) {
  .container.container--full {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 480px) {
  .container.container--experts {
    padding-left: 0;
    padding-right: 0;
  }
}

.inner.inner--white {
  background: #fff;
}
.inner.inner--full {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 440px) {
  .inner.inner--full {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1600px) {
  .inner.inner--full-team-slider {
    padding: 55px 0;
  }
}
@media screen and (max-width: 1400px) {
  .inner.inner--full-team-slider {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1300px) {
  .inner.inner--full-team-slider {
    padding: 45px 0;
  }
}
@media screen and (max-width: 600px) {
  .inner.inner--full-team-slider {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .inner.inner--full-team-slider {
    padding: 35px 0;
  }
}
@media screen and (max-width: 400px) {
  .inner.inner--full-team-slider {
    padding: 30px 0;
  }
}
.inner .inner-inner {
  max-width: 1620px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .inner .inner-inner {
    padding: 0 45px;
  }
}
@media screen and (max-width: 480px) {
  .inner .inner-inner {
    padding: 0 35px;
  }
}
@media screen and (max-width: 440px) {
  .inner .inner-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .inner .inner-inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 360px) {
  .inner .inner-inner {
    padding: 0 20px;
  }
}

.inner-max1620 {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}

.inner-max1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.inner-max950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.inner-max900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.inner-max850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.inner-max800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ieOld .row--minheight--dt {
  min-height: 0;
}

.page-anchors {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: rgba(245, 175, 187, 0.5);
  z-index: 19;
}
@media screen and (max-width: 800px) {
  .page-anchors {
    display: none;
  }
}
.page-anchors .anchor-dot {
  width: 20px;
  height: 20px;
  margin: 0 20px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 30px;
  position: relative;
}
@media screen and (min-width: 801px) and (max-width: 1400px) and (max-height: 700px) {
  .page-anchors .anchor-dot {
    width: 18px;
    height: 18px;
    margin: 0 18px;
  }
}
.page-anchors .anchor-dot:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (min-width: 801px) and (max-width: 1400px) and (max-height: 700px) {
  .page-anchors .anchor-dot:after {
    width: 22px;
    height: 22px;
    top: -4px;
    left: -4px;
  }
}
.page-anchors a {
  margin: 40px 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 801px) and (max-width: 1400px) and (max-height: 700px) {
  .page-anchors a {
    margin: 32px 0;
  }
}
.page-anchors a.on .anchor-dot {
  background: #10147e;
}
.page-anchors a.on .anchor-dot:after {
  border: 2px solid #10147e;
}
.page-anchors .anchor-label {
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 50%;
  padding: 0.5em 0.6em 0.15em;
  background: #f5afbb;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 801px) and (max-width: 1400px) and (max-height: 700px) {
  .page-anchors .anchor-label {
    font-size: 1.55em;
  }
}
.page-anchors .anchor-dot:hover + .anchor-label {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.banner {
  min-height: 520px;
  background: #f5afbb;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .banner {
    min-height: 460px;
  }
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 77% 50%, #ffffff 0%, #fbdee3 16%, #f7bfc9 30%);
}
@media screen and (max-width: 1000px) {
  .banner:before {
    background: radial-gradient(circle at 50% 65%, #ffffff 0%, #fbdee3 30%, #f7bfc9 60%);
  }
}
@media screen and (max-width: 1000px) {
  .banner .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.banner .banner-text {
  margin: 6% 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 850px;
}
.banner .banner-text p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .banner .banner-text {
    margin: 8% 0;
  }
}
@media screen and (max-width: 600px) {
  .banner .banner-text {
    margin: 10% 0;
  }
}
@media screen and (max-width: 440px) {
  .banner .banner-text {
    margin: 12% 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .banner .banner-text p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1001px) {
  .banner .banner-image {
    max-width: 55%;
  }
}
@media screen and (max-width: 1000px) {
  .banner .banner-image {
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 600px) {
  .banner .banner-image {
    margin: 0 auto 10%;
  }
}
@media screen and (max-width: 440px) {
  .banner .banner-image {
    margin: 0 auto 12%;
  }
}
.banner .banner-image.banner-image--pad {
  padding: 2.5% 0 2.5% 2.5%;
}
@media screen and (max-width: 1000px) {
  .banner .banner-image.banner-image--pad {
    padding: 0;
  }
}
.banner .banner-image.banner-image--max480 {
  max-height: 480px;
}
@media screen and (max-width: 1400px) and (min-width: 1001px) {
  .banner .banner-image.banner-image--max480 {
    max-height: 440px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .banner .banner-image.banner-image--max480 {
    max-height: 400px;
  }
}

@media screen and (min-width: 1001px) {
  .banner-text h1 {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) translateX(-15%);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0s;
  }
  .banner-text p {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) translateY(25%);
    transition-delay: 0.55s;
  }

  .banner-image {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(0.8);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }

  .pageLoaded .banner-text h1,
.no-js .banner-text h1,
.ieOld .banner-text h1 {
    opacity: 1;
    transform: translateX(0);
  }
  .pageLoaded .banner-text p,
.no-js .banner-text p,
.ieOld .banner-text p {
    opacity: 1;
    transform: translateY(0);
  }
  .pageLoaded .banner-image,
.no-js .banner-image,
.ieOld .banner-image {
    opacity: 1;
    transform: scale(1);
  }
}
/* = Columns
----------------------------------------------------------------------------------------------------------------- */
.cols {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cols .col {
  width: 100%;
  margin: 0 0 30px;
  position: relative;
}

.cols .col:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .cols--third-footer .col {
    float: left;
    width: 45%;
    margin: 0 5% 0 0;
  }

  .cols--third-footer .col:nth-child(2) {
    width: 50%;
    margin-right: 0;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cols--third-footer .col:last-child {
    width: 100%;
    margin: 30px 0 0;
    text-align: left;
  }
}
@media screen and (min-width: 1001px) {
  .cols--half .col {
    float: left;
    width: 48%;
    margin: 0 4% 0 0;
  }

  .cols--half .col:last-child {
    margin-right: 0;
  }

  .cols--half-footer .col {
    width: 38%;
    margin-right: 4%;
  }

  .cols--half-footer .col:last-child {
    width: 58%;
    margin-right: 0;
  }

  .cols--40-60 .col {
    float: left;
    width: 40%;
    margin: 0 5% 0 0;
  }

  .cols--40-60 .col:last-child {
    width: 55%;
    margin-right: 0;
  }

  .cols--welcome .col {
    float: left;
    width: 50%;
    margin: 0 2% 0 0;
  }

  .cols--welcome .col:last-child {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1100px) {
  .cols--welcome .col {
    width: 51%;
  }

  .cols--welcome .col:last-child {
    width: 47%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .cols--40-60 .col {
    width: 44%;
  }

  .cols--40-60 .col:last-child {
    width: 51%;
  }
}
@media screen and (min-width: 1201px) {
  .cols--third .col {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
  }

  .cols--third .col:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .cols--half-last-first .col {
    order: 1;
    margin: 0;
  }

  .cols--half-last-first .col:last-child {
    order: 0;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 800px) {
  .cols--third-footer .col {
    text-align: left;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cols--welcome .col {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .cols--welcome .col {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1001px) {
  .home .cols--half-last-first .col,
.home .cols--40-60 .col {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  .home .cols--half-last-first .col:first-child,
.home .cols--40-60 .col:first-child {
    transform: translateZ(0) translateX(-8%);
  }
  .home .cols--half-last-first .col:last-child,
.home .cols--40-60 .col:last-child {
    transform: translateZ(0) translateX(8%);
  }

  .home.pageLoaded .cols--half-last-first.animate-in .col:first-child,
.home.no-js .cols--half-last-first.animate-in .col:first-child,
.home.pageLoaded .cols--40-60.animate-in .col:first-child,
.home.no-js .cols--40-60.animate-in .col:first-child {
    opacity: 1;
    transform: translateX(0);
  }
  .home.pageLoaded .cols--half-last-first.animate-in .col:last-child,
.home.no-js .cols--half-last-first.animate-in .col:last-child,
.home.pageLoaded .cols--40-60.animate-in .col:last-child,
.home.no-js .cols--40-60.animate-in .col:last-child {
    opacity: 1;
    transform: translateX(0);
  }

  .home.ieOld .cols--half-last-first .col:first-child,
.home.ieOld .cols--40-60 .col:first-child {
    opacity: 1;
    transform: translateX(0);
  }
  .home.ieOld .cols--half-last-first .col:last-child,
.home.ieOld .cols--40-60 .col:last-child {
    opacity: 1;
    transform: translateX(0);
  }
}
.circle {
  margin: auto;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #f5afbb;
  border-radius: 50%;
  position: relative;
}
.circle.circle--pink-lined {
  background: #f5afbb url("./img/background/stripes_grey_pink_bg.png");
}
.circle.circle--60 {
  width: 60%;
  padding-bottom: 60%;
}
.circle.circle--70 {
  width: 70%;
  padding-bottom: 70%;
}
.circle.circle--80 {
  width: 80%;
  padding-bottom: 80%;
}
.circle.circle--90 {
  width: 90%;
  padding-bottom: 90%;
}
.circle.circle--margin-left {
  margin: 0 0 0 auto;
}
.circle.circle--margin-right {
  margin: 0 auto 0 0;
}
.circle.circle--staff {
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.circle.circle--hide {
  display: none;
}
.circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.circle img.negmargin--5 {
  margin-left: -5%;
}
.circle img.negmargin--6 {
  margin-left: -6%;
}
.circle img.negmargin--7 {
  margin-left: -7%;
}
.circle img.negmargin--8 {
  margin-left: -8%;
}
.circle img.scale--105 {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.circle img.scale--11 {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.circle img.scale--115 {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}

/*STAFF CARDS*/
.staff-card {
  margin: 120px 0;
  padding: 120px;
  background: #fff;
}
.staff-card:first-child {
  margin-top: 60px;
}
.staff-card:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 1800px) {
  .staff-card {
    padding: 7%;
    margin: 6% 0;
  }
  .staff-card:first-child {
    margin-top: 30px;
  }
  .staff-card:last-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .staff-card {
    padding: 6%;
    margin: 6% 0;
  }
  .staff-card:first-child {
    margin-top: 15px;
  }
  .staff-card:last-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .staff-card {
    padding: 5%;
    margin: 5% 0;
  }
  .staff-card:first-child {
    margin-top: 10px;
  }
  .staff-card:last-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .staff-card {
    padding: 8% 7%;
    margin: 60px 0;
  }
  .staff-card:first-child {
    margin-top: 0;
  }
  .staff-card:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .staff-card {
    padding: 10% 7%;
    margin: 55px 0;
  }
}
@media screen and (max-width: 480px) {
  .staff-card {
    margin: 50px 0;
  }
}
@media screen and (max-width: 440px) {
  .staff-card {
    padding: 12% 7%;
  }
}
@media screen and (max-width: 1000px) {
  .staff-card .staff-image {
    width: 440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.staff-card .staff-title {
  margin: 0 0 35px;
  padding-bottom: 15px;
  border-bottom: 2px solid #10147e;
  position: relative;
}
.staff-card .staff-title.staff-title--social {
  padding-right: 150px;
}
@media screen and (min-width: 1001px) and (max-width: 1700px) {
  .staff-card .staff-title.staff-title--social {
    padding-right: 130px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .staff-card .staff-title.staff-title--social {
    padding-right: 120px;
  }
}
@media screen and (max-width: 750px) {
  .staff-card .staff-title.staff-title--social {
    padding-right: 22%;
  }
}
@media screen and (max-width: 600px) {
  .staff-card .staff-title.staff-title--social {
    padding-right: 0;
    margin: 0;
    border: none;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1700px) {
  .staff-card .staff-title h4 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .staff-card .staff-title h4 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 1000px) {
  .staff-card .staff-title h4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .staff-card .staff-title h4 {
    font-size: 5.3vw;
  }
}
@media screen and (max-width: 600px) {
  .staff-card .staff-title h4 {
    font-size: 40px;
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #10147e;
  }
}
@media screen and (max-width: 400px) {
  .staff-card .staff-title h4 {
    font-size: 38px;
  }
}
@media screen and (max-width: 360px) {
  .staff-card .staff-title h4 {
    font-size: 36px;
  }
}
@media screen and (max-width: 350px) {
  .staff-card .staff-title h4 {
    font-size: 34px;
  }
}
@media screen and (max-width: 340px) {
  .staff-card .staff-title h4 {
    font-size: 10vw;
  }
}
@media screen and (min-width: 1401px) {
  .staff-card .staff-title {
    margin: 0 0 40px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1601px) {
  .staff-card .staff-title {
    margin: 0 0 45px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .staff-card .staff-title {
    margin: 0 0 30px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
  .staff-card .leader-large {
    font-size: 20px;
  }
}
.staff-card .staff-social {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .staff-card .staff-social {
    position: relative;
    margin-bottom: 20px;
  }
}
.staff-card .staff-social a {
  color: #10147e;
  font-size: 2.444em;
  margin-left: 18px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.staff-card .staff-social a:hover, .staff-card .staff-social a:focus, .staff-card .staff-social a:active {
  color: #f5afbb;
}
@media screen and (min-width: 1001px) and (max-width: 1700px) {
  .staff-card .staff-social a {
    font-size: 2em;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .staff-card .staff-social a {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1000px) {
  .staff-card .staff-social a {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .staff-card .staff-social a {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 600px) {
  .staff-card .staff-social a {
    font-size: 34px;
    margin: 0 18px 0 0;
  }
}

@media screen and (min-width: 1001px) {
  .staff-card {
    overflow: hidden;
  }
  .staff-card .col {
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  .staff-card .col:first-child {
    transform: translateX(-11%);
  }
  .staff-card .col:last-child {
    transform: translateX(11%);
  }

  .pageLoaded .staff-card.animate-in .col:first-child,
.no-js .staff-card.animate-in .col:first-child {
    opacity: 1;
    transform: translateX(0);
  }
  .pageLoaded .staff-card.animate-in .col:last-child,
.no-js .staff-card.animate-in .col:last-child {
    opacity: 1;
    transform: translateX(0);
  }

  .ieOld .staff-card .col:first-child {
    opacity: 1;
    transform: translateX(0);
  }
  .ieOld .staff-card .col:last-child {
    opacity: 1;
    transform: translateX(0);
  }
}
/*STAFF SLIDER*/
.staff-slider {
  margin-bottom: -140px;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .staff-slider .col {
    min-height: 680px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
  .staff-slider .col {
    min-height: 650px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .staff-slider .col {
    min-height: 600px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1100px) {
  .staff-slider .col {
    min-height: 580px;
  }
}
@media screen and (max-width: 440px) {
  .staff-slider .col:first-child {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .staff-slider {
    margin-bottom: -120px;
  }
}
@media screen and (max-width: 1000px) {
  .staff-slider {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 440px) {
  .staff-slider {
    margin: 25px 0 0;
  }
}
.staff-slider .staff-image-wrap {
  width: 100%;
  height: 0;
  padding-top: 127%;
}
.staff-slider .staff-image-wrap.staff-image-wrap--logo {
  height: auto;
  padding: 0;
}
.staff-slider .staff-image {
  margin: 0 auto;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: all 1s ease;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  object-fit: contain;
  object-position: bottom center;
  font-family: "object-fit: contain; object-position: bottom center;";
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .staff-slider .staff-image {
    transform: scale(0.9);
  }
}
.staff-slider .staff-image.staff-image--logo {
  position: relative;
  height: auto;
}
@media screen and (min-width: 1601px) {
  .staff-slider .staff-image.staff-image--logo {
    margin: 20px 0;
  }
}
.staff-slider .circle--staff {
  transform: translate(-50%, -50%) scale(0.2);
  transition: all 1.25s ease;
}
.staff-slider .staff-info {
  margin: 40px 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.5);
  transform: translateY(-50%) translateZ(0) scale(0.5);
  transition: all 1s ease;
}
.staff-slider .staff-info .staff-quote {
  margin-bottom: 25px;
  font-style: italic;
}
.staff-slider .staff-info .staff-quote p {
  font-weight: 300;
}
@media screen and (max-width: 440px) {
  .staff-slider .staff-info .staff-quote {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1001px) {
  .staff-slider .staff-info .leader-medium {
    font-size: 1.6vw;
    margin-bottom: 1.3vw;
  }
  .staff-slider .staff-info .leader-small {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1001px) {
  .staff-slider .staff-info .leader-medium {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1700px) {
  .staff-slider .staff-info {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1600px) {
  .staff-slider .staff-info {
    margin: 10px 0 30px;
  }
}
@media screen and (max-width: 1400px) {
  .staff-slider .staff-info {
    margin: 5px 0 25px;
  }
}
@media screen and (max-width: 1300px) {
  .staff-slider .staff-info {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .staff-slider .staff-info {
    margin: 0;
  }
  .staff-slider .staff-info h2 {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .staff-slider .staff-info .leader-medium {
    margin-bottom: 20px;
  }
}
.staff-slider .staff-button {
  opacity: 0;
  transform: translateY(35%);
  transform-origin: left;
  transition: all 1.25s ease;
}
@media screen and (max-width: 1000px) {
  .staff-slider .staff-button {
    display: none;
  }
}
.staff-slider .active .staff-image {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.1s;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .staff-slider .active .staff-image {
    transform: scale(1);
  }
}
.staff-slider .active .circle--staff {
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 0.1s;
}
.staff-slider .active .staff-info {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.1s;
}
.staff-slider .active .staff-button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.25s;
}
.staff-slider .owl-nav {
  position: absolute;
  bottom: 150px;
  left: 52%;
  width: auto;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .staff-slider .owl-nav {
    bottom: 130px;
  }
}
@media screen and (max-width: 1400px) {
  .staff-slider .owl-nav {
    bottom: 120px;
  }
}
@media screen and (max-width: 1300px) {
  .staff-slider .owl-nav {
    bottom: 110px;
  }
}
@media screen and (max-width: 1000px) {
  .staff-slider .owl-nav {
    left: 0;
    bottom: 0;
    width: 100% !important;
    max-width: 100%;
  }
}
.staff-slider .owl-nav button {
  position: relative;
  z-index: 1;
}
.staff-slider .owl-nav .owl-next {
  float: right;
}
.staff-slider .owl-dots {
  position: absolute;
  bottom: 150px;
  padding: 0 50px;
  left: 52%;
  width: auto;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .staff-slider .owl-dots {
    bottom: 130px;
  }
}
@media screen and (max-width: 1400px) {
  .staff-slider .owl-dots {
    bottom: 120px;
  }
}
@media screen and (max-width: 1300px) {
  .staff-slider .owl-dots {
    bottom: 110px;
  }
}
@media screen and (max-width: 1000px) {
  .staff-slider .owl-dots {
    position: relative;
    left: 0;
    bottom: -2px;
    margin: 40px 0 0;
    padding: 0 40px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .staff-slider .owl-dots .owl-dot span {
    margin: 0 18px;
  }
  .staff-slider .owl-dots .owl-dot:first-child span {
    margin-left: 0;
  }
  .staff-slider .owl-dots .owl-dot:last-child span {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .staff-slider .owl-dots .owl-dot span {
    margin: 0 15px;
  }
}
@media screen and (max-width: 400px) {
  .staff-slider .owl-dots {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 340px) {
  .staff-slider .owl-dots .owl-dot span {
    margin: 0 14px;
  }
}
.staff-slider .offscreen {
  position: absolute;
  left: -999em;
}
.staff-slider + .btn.btn--mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .staff-slider + .btn.btn--mobile {
    display: block;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .staff-slider + .btn.btn--mobile {
    margin: 35px -35px -35px;
    width: calc(100% + 70px);
  }
}
@media screen and (max-width: 440px) {
  .staff-slider + .btn.btn--mobile {
    margin: 35px -30px -35px;
    width: calc(100% + 60px);
  }
}
@media screen and (max-width: 400px) {
  .staff-slider + .btn.btn--mobile {
    margin: 30px -50px -30px;
    width: calc(100% + 100px);
  }
}
@media screen and (max-width: 360px) {
  .staff-slider + .btn.btn--mobile {
    margin: 35px -45px -30px;
    width: calc(100% + 90px);
  }
}

.brain-animation--mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .brain-animation--mobile {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 440px) {
  .brain-animation--mobile {
    margin-bottom: 25px;
  }
}

.brain-animation--desktop img {
  margin-top: -60px;
}
@media screen and (max-width: 1000px) {
  .brain-animation--desktop {
    display: none;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 700px) {
  .brain-animation--desktop img {
    margin-top: -50px;
  }
}

.wecome-box p:not(.has-button) {
  max-width: 700px;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 700px) {
  .wecome-box h1 {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .wecome-box .has-button {
    margin: 65px -50px 0;
    min-width: calc(100% + 100px);
  }
  .wecome-box .has-button .btn {
    margin: 0;
    width: 100%;
    padding: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .wecome-box .has-button {
    margin: 60px -45px 0;
    min-width: calc(100% + 90px);
  }
}
@media screen and (max-width: 440px) {
  .wecome-box .has-button {
    margin: 50px -40px 0;
    min-width: calc(100% + 80px);
  }
}
@media screen and (max-width: 400px) {
  .wecome-box .has-button {
    margin: 45px -35px 0;
    min-width: calc(100% + 70px);
  }
  .wecome-box .has-button .btn {
    font-size: 16px;
    padding: 1.3em;
  }
}
@media screen and (max-width: 360px) {
  .wecome-box .has-button {
    margin: 40px -30px 0;
    min-width: calc(100% + 60px);
  }
  .wecome-box .has-button .btn {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 480px) {
  .wecome-box h1 {
    padding-top: 0.2em;
    text-align: center;
  }
}
.wecome-box .font-to-logo {
  margin-bottom: 35px;
}
@media screen and (max-width: 1920px) {
  .wecome-box .font-to-logo {
    width: 38vw;
  }
}
@media screen and (max-width: 1000px) {
  .wecome-box .font-to-logo {
    width: 59vw;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .wecome-box .font-to-logo {
    width: 64vw;
  }
}
@media screen and (max-width: 480px) {
  .wecome-box .font-to-logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 440px) {
  .wecome-box .font-to-logo {
    width: 70vw;
  }
}

@media screen and (min-width: 1001px) {
  .wecome-box h1 {
    padding-top: 0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) translateX(-55%);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0s;
  }
  .wecome-box h1 img {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) translateX(-45%);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.45s;
  }
  .wecome-box p:not(.has-button) {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transform: translateZ(0) translateY(50%);
    transition-delay: 1s;
  }
  .wecome-box .has-button {
    opacity: 0;
    transition: opacity 0.6s ease-out;
    transition-delay: 1.65s;
  }

  .brain-animation--desktop {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) translate(100%, 132%);
    transition: opacity 1.8s ease-out, transform 1.8s ease-out;
    transition-delay: 0s;
  }

  .pageLoaded .wecome-box h1,
.no-js .wecome-box h1,
.ieOld .wecome-box h1 {
    opacity: 1;
    transform: translateX(0);
  }
  .pageLoaded .wecome-box h1 img,
.no-js .wecome-box h1 img,
.ieOld .wecome-box h1 img {
    opacity: 1;
    transform: translateX(0);
  }
  .pageLoaded .wecome-box p:not(.has-button),
.no-js .wecome-box p:not(.has-button),
.ieOld .wecome-box p:not(.has-button) {
    opacity: 1;
    transform: translateY(0);
  }
  .pageLoaded .wecome-box .has-button,
.no-js .wecome-box .has-button,
.ieOld .wecome-box .has-button {
    opacity: 1;
  }
  .pageLoaded .brain-animation--desktop,
.no-js .brain-animation--desktop,
.ieOld .brain-animation--desktop {
    transform: translate(0);
  }
}
.learn-more h2 {
  margin: 0 50px 0 0;
}
@media screen and (min-width: 1001px) and (max-width: 1920px) {
  .learn-more h2 {
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .learn-more h2 {
    margin-right: 4vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 480px) {
  .learn-more h2 {
    font-size: 38px;
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1920px) {
  .learn-more .play-button {
    width: 6.25vw;
  }
}
@media screen and (max-width: 1000px) {
  .learn-more .play-button {
    width: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .learn-more .play-button {
    width: 80px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .learn-more .play-button {
    width: 70px;
  }
}
.learn-more svg {
  width: 100%;
}

.h2-focus {
  padding-top: 0;
}

.focus {
  margin: 50px 0;
}
.focus:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1001px) {
  .focus {
    margin: 30px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1001px) {
  .focus .focus__item {
    width: calc(50% - 40px);
    margin: 60px 60px 0 0;
  }
  .focus .focus__item:nth-child(2n+2) {
    margin-right: 0;
  }
  .focus .focus__item:nth-child(-n+2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1600px) {
  .focus .focus__item {
    width: 48%;
    margin: 4% 4% 0 0;
  }
}
@media screen and (max-width: 600px) {
  .focus .focus__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.focus .focus__icon {
  min-width: 190px;
  margin-right: 50px;
}
.focus .focus__icon img {
  width: 190px;
}
@media screen and (min-width: 1001px) and (max-width: 1600px) {
  .focus .focus__icon {
    min-width: 180px;
    margin-right: 40px;
  }
  .focus .focus__icon img {
    width: 180px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
  .focus .focus__icon {
    min-width: 170px;
    margin-right: 35px;
  }
  .focus .focus__icon img {
    width: 170px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .focus .focus__icon {
    min-width: 160px;
  }
  .focus .focus__icon img {
    width: 160px;
  }
}
@media screen and (max-width: 800px) {
  .focus .focus__icon {
    margin-left: -30px;
  }
}
@media screen and (max-width: 600px) {
  .focus .focus__icon {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .focus .focus__icon img {
    margin-left: -45px;
  }
}
.focus .focus__text {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .focus .focus__text {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 600px) {
  .focus .focus__text {
    max-width: 400px;
    margin: 0 auto;
  }
}
.focus .focus__title {
  font-size: 1.25em;
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
  .focus .focus__title {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 600px) {
  .focus .focus__title {
    font-size: 1.25em;
  }
}
.focus .owl-dots {
  position: relative;
  bottom: -2px;
  margin: 40px 0 0;
  padding: 0 40px;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.focus .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.focus .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}
.focus .owl-dots .owl-dot span {
  background: #fff;
}
@media screen and (max-width: 340px) {
  .focus .owl-dots .owl-dot span {
    margin: 0 12px;
  }
}
.focus .owl-dots .owl-dot.active span {
  border: 2px solid #10147e;
  box-shadow: 0 0 0px 2px #ffffff;
}
.focus .owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100% !important;
  text-align: left;
}
.focus .owl-nav button {
  position: relative;
  z-index: 1;
}
.focus .owl-nav button.owl-prev span {
  background: url("./img/icons/chevron_left_white.svg") 0 0 no-repeat;
  background-size: 12px 20px;
}
.focus .owl-nav button.owl-next {
  float: right;
}
.focus .owl-nav button.owl-next span {
  background: url("./img/icons/chevron_right_white.svg") 0 0 no-repeat;
  background-size: 12px 20px;
}

@media screen and (min-width: 1001px) {
  .focus-intro {
    opacity: 0;
    transform: translateY(8%);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .focus__item:nth-child(even) {
    opacity: 0;
    transform: translateX(8%);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .focus__item:nth-child(odd) {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transform: translateX(-8%);
  }

  .pageLoaded .focus-intro.animate-in,
.no-js .focus-intro.animate-in {
    opacity: 1;
    transform: translateY(0);
  }
  .pageLoaded .focus__item.animate-in:nth-child(even),
.no-js .focus__item.animate-in:nth-child(even) {
    opacity: 1;
    transform: translateX(0);
  }
  .pageLoaded .focus__item.animate-in:nth-child(odd),
.no-js .focus__item.animate-in:nth-child(odd) {
    opacity: 1;
    transform: translateX(0);
  }

  .ieOld .focus-intro {
    opacity: 1;
    transform: translateY(0);
  }
  .ieOld .focus__item:nth-child(even) {
    opacity: 1;
    transform: translateX(0);
  }
  .ieOld .focus__item:nth-child(odd) {
    opacity: 1;
    transform: translateX(0);
  }
}
/* = Modals
----------------------------------------------------------------------------------------------------------------- */
.modal {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.modal .modal-inner {
  max-width: 900px;
  width: 90%;
  max-height: 90%;
  left: 50%;
  left: 50%;
  top: 45%;
  padding: 45px 40px 40px;
  margin: 0 auto;
  background: #fff;
  display: block;
  float: none;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: auto;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}
.modal.on {
  display: block;
}
.modal.on .modal-inner {
  top: 50%;
}
.modal .modal-content p:last-child {
  margin-bottom: 5px;
}
.modal .modal-content video {
  width: 100%;
  display: block;
}
.modal .modalClose {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: #000;
  background: #f5afbb;
  overflow: hidden;
  position: absolute;
  text-align: center;
  line-height: 1.2;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .modalClose:hover, .modal .modalClose:focus {
  background: #435470;
  color: #fff;
}
.modal .modalClose:after {
  line-height: 41px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .modal .modalClose {
    width: 32px;
    height: 32px;
  }
  .modal .modalClose:after {
    line-height: 32px;
  }
}
@media screen and (max-width: 480px) {
  .modal .modalClose {
    width: 30px;
    height: 30px;
  }
  .modal .modalClose:after {
    line-height: 30px;
  }
}
.modal.modal--video .modal-inner {
  padding: 15px;
  overflow: visible;
}
@media screen and (max-width: 600px) {
  .modal.modal--video .modal-inner {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .modal.modal--video .modal-inner {
    padding: 6px;
    width: 94%;
  }
}
.modal.modal--video .modalClose {
  line-height: 40px;
  top: -40px;
}
@media screen and (max-width: 600px) {
  .modal.modal--video .modalClose {
    line-height: 32px;
    top: -32px;
  }
}
@media screen and (max-width: 480px) {
  .modal.modal--video .modalClose {
    line-height: 30px;
    top: -30px;
    font-size: 0.9em;
  }
}

.video-container {
  position: relative;
  margin: 30px 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container:first-child {
  margin-top: 0;
}
.video-container:last-child {
  margin-bottom: 15px;
}

.modal .video-container:last-child {
  margin-bottom: 0;
}

input.text,
textarea,
select,
input[type=text],
input[type=password],
input[type=email] {
  color: #222;
  width: 100%;
  padding: 10px 15px;
  line-height: 21px;
  margin: 0;
  font-size: 1em;
  font-family: "Nunito Sans", sans-serif;
  border: 1px solid #bbb;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

input.text:focus,
textarea:focus,
select:focus,
input[type=text]:focus,
input[type=password]:focus,
.cd-title:focus,
input[type=email]:focus {
  outline: none;
  border-color: #10147e;
}

textarea,
input.text,
input[type=text],
input[type=email],
input[type=password],
.input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  min-height: 150px;
  min-width: 100%;
  max-width: 100%;
}

select {
  padding-right: 40px;
  cursor: pointer;
  outline: none;
  background: #fff url("./img/icons/chevron_down_blue.svg") right 16px center no-repeat;
  background-size: 12px auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.fsForm {
  margin: 50px 0;
}
@media screen and (max-width: 1000px) {
  .fsForm {
    margin: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .fsForm {
    margin: 30px 0;
  }
}
@media screen and (max-width: 440px) {
  .fsForm {
    margin: 25px 0;
  }
}
.fsForm:first-child {
  margin-top: 0;
}
.fsForm:last-child {
  margin-bottom: 0;
}

.fsSection {
  margin: 0 0 40px;
}
@media screen and (max-width: 600px) {
  .fsSection {
    margin: 0 0 30px;
  }
}

.fsRow {
  margin: 0 0 30px;
}
@media screen and (max-width: 600px) {
  .fsRow {
    margin: 0 0 20px;
  }
}
.fsRow:last-child {
  margin: 0;
}

.fsRowBody {
  display: flex;
}
.fsRowBody:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .fsRowBody {
    display: block;
  }
}
.fsRowBody .fsLabel {
  width: 25%;
  float: left;
  padding: 10px 0;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .fsRowBody .fsLabel {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 0 10px;
  }
}
.fsRowBody > .fsFieldHorizontal,
.fsRowBody .fieldset-content {
  width: calc(75% - 30px);
  margin-left: 30px;
  float: left;
}
@media screen and (max-width: 600px) {
  .fsRowBody > .fsFieldHorizontal,
.fsRowBody .fieldset-content {
    margin: 0;
    width: 100%;
    float: none;
  }
}
.fsRowBody .fieldset-content > .fsFieldHorizontal {
  padding-top: 10px;
}
.fsRowBody fieldset {
  width: 100%;
  display: block;
}
.fsRowBody .fsOptionLabel {
  display: block;
  margin: 0 0 12px;
}
.fsRowBody .fsOptionLabel:last-child {
  margin: 0;
}
.fsRowBody .fsOptionLabel input[type=radio],
.fsRowBody .fsOptionLabel input[type=checkbox] {
  margin: 0 8px 0 0;
}
.fsRowBody .fsOtherField {
  margin-top: 5px;
}

.fsOptionLabel {
  position: relative;
  padding-left: 22px;
}
.fsOptionLabel input[type=radio],
.fsOptionLabel input[type=checkbox] {
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: 0 8px 0 0;
}

.fsSubmit .fsSubmitButton {
  margin-left: calc(25% + 30px);
  background: #10147e url(./img/icons/chevron_right_white.svg) center right 1em no-repeat;
  background-size: auto 40%;
  padding-right: 2.4em;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.fsSubmit .fsSubmitButton:hover {
  background-color: #f5afbb;
}
@media screen and (max-width: 600px) {
  .fsSubmit .fsSubmitButton {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .fsSubmit .fsSubmitButton {
    width: 100%;
    padding-right: 1.5em;
  }
}

.fsSectionHeader {
  margin: 0 0 30px;
}

.fsHidden {
  display: none;
}

.fsError {
  margin: 35px 0;
  padding: 20px 28px;
  background: #fff;
  border: 2px solid #10147e;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
.fsError:first-child {
  margin-top: 0;
}
.fsError:last-child {
  margin-bottom: 0;
}

.fsValidationError input[type=text] {
  border-color: red;
}
.fsValidationError label {
  color: red;
}

.ieOld .fsSubmitButton {
  background-position: center right;
}

.ieOld .fsRowBody .fsOptionLabel input[type=radio],
.ieOld .fsRowBody .fsOptionLabel input[type=checkbox] {
  margin-top: -3px;
}

/* = Cookie
----------------------------------------------------------------------------------------------------------------- */
.cookie-notice {
  display: none;
  font-size: 13px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 9999;
}
.cookie-notice .cookie-notice-inner {
  margin: 0 auto;
  max-width: 1080px;
  display: table;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 -5px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -5px 16px 0px rgba(0, 0, 0, 0.2);
}
.cookie-notice p:last-child {
  margin-bottom: 0;
}
.cookie-notice .cookie-info {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 30px;
  border-right: 1px solid #e4f0f5;
}
.cookie-notice .cookie-info .cookie-reject {
  display: none;
}
.cookie-notice .cookie-info .cookie-links a:first-of-type {
  margin-left: 0;
}
.cookie-notice .cookie-info p:first-child {
  margin-bottom: 8px;
}
.cookie-notice .cookie-info a {
  color: #10147e;
  text-decoration: underline;
}
.cookie-notice .cookie-info .cookie-links a {
  display: inline-block;
  margin: 0 10px;
}
.cookie-notice .cookie-info .cookie-links a:last-of-type {
  margin-right: 0;
}
.cookie-notice .cookie-button {
  display: table-cell;
  vertical-align: middle;
  padding: 25px;
  min-width: 240px;
  background: #fff;
  text-align: center;
}
.cookie-notice .cookie-button .btn {
  padding: 15px 20px 15px 48px;
  position: relative;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  background: #10147e;
}
.cookie-notice .cookie-button .btn:hover {
  background-color: #c36373;
}
.cookie-notice .cookie-button .btn:before {
  content: "";
  color: #fff;
  background: url("./img/icons/cookie-check.svg") no-repeat 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.pageLoaded .cookie-notice,
.no-js .cookie-notice {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 770px) {
  .cookie-notice .cookie-info .cookie-reject .cookie-links a {
    display: inline-block;
    margin: 5px 10px 0;
  }

  .cookie-notice .cookie-info .cookie-reject .cookie-links a:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 650px) and (min-width: 401px) {
  .cookie-notice .cookie-info .cookie-reject .cookie-links a:nth-of-type(-n + 2) {
    margin: 0;
  }
}
@media screen and (max-width: 650px) {
  .cookie-notice .cookie-info {
    padding: 25px;
    display: block;
  }

  .cookie-notice .cookie-button {
    padding: 0 25px 25px;
    background: none;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
  }

  .cookie-notice .cookie-info .cookie-links {
    width: calc(100% - 220px);
    min-height: 46px;
  }

  .cookie-notice .cookie-info .cookie-links a {
    display: block;
    margin: 6px 0 0;
  }

  .cookie-notice .cookie-info .cookie-links a + span {
    display: none;
  }

  .cookie-notice .cookie-info .cookie-reject .cookie-links a {
    margin: 10px 0 0;
    display: inline-block;
    width: 44%;
  }

  .cookie-notice .cookie-button .btn {
    padding: 10px 16px 10px 42px;
  }

  .cookie-notice .cookie-button .btn:before {
    width: 42px;
    background-size: 14px;
  }

  .cookie-notice .cookie-info p:first-child {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4f0f5;
  }
}
@media screen and (max-width: 400px) {
  .cookie-notice p {
    font-size: 12px;
    line-height: 1.5em;
  }

  .cookie-notice .cookie-info {
    padding: 20px;
  }

  .cookie-notice .cookie-info .cookie-links {
    width: 100%;
    min-height: 0;
  }

  .cookie-notice .cookie-info .cookie-links a {
    display: inline-block;
    margin: 0 10px;
  }

  .cookie-notice .cookie-info .cookie-links a + span {
    display: inline-block;
  }

  .cookie-notice .cookie-info .cookie-reject .cookie-links a {
    margin: 0 10px;
    width: auto;
  }

  .cookie-notice .cookie-button {
    padding: 0 20px 20px;
    position: relative;
    text-align: left;
  }

  .cookie-notice .cookie-button .btn:before {
    width: 38px;
  }

  .cookie-notice .cookie-info p:first-child {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

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