@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  vertical-align: bottom; }

td {
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select,
input,
textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

td,
td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type="button"] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

a {
  text-decoration: none; }

.textColor__primary {
  color: #003056; }

.textColor__secondary {
  color: #4c6e88; }

.textColor__lightPrimary {
  color: #fff; }

.textColor__lightSecondary {
  color: #ccd5dd; }

.textColor__active {
  color: #0ba6e1; }

.blueHeroBackground {
  background: #d2ebff; }

.redHeroBackground {
  background: #ffcdcd; }

.greenHeroBackground {
  background: #b2e6d1; }

.orangeHeroBackground {
  background: #ffddb7; }

.whiteBackground {
  background: #fff; }

.darkBlueBackground {
  background: #003056; }

.lightGrayBackground {
  background: #f7f8fa; }

.lightBlueBackground {
  background: #e6f6fc; }

.lightRedBackground {
  background: #ffeeee; }

.lightGreenBackground {
  background: #e5f6ef; }

.lightOrangeBackground {
  background: #ffe1d4; }

.lightGrayfill {
  fill: #f7f8fa; }

.lightBluefill {
  fill: #e6f6fc; }

.lightRedfill {
  fill: #ffeeee; }

.lightGreenfill {
  fill: #e5f6ef; }

.lightOrangefill {
  fill: #ffe1d4; }

@font-face {
  font-family: "CircularStd-Book";
  src: url("../font/CircularStd-Book.eot");
  src: local("☺"), url("../font/CircularStd-Book.woff") format("woff"), url("../font/CircularStd-Book.ttf") format("truetype"), url("../font/CircularStd-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "CircularStd-Medium";
  src: url("../font/CircularStd-Medium.eot");
  src: local("☺"), url("../font/CircularStd-Medium.woff") format("woff"), url("../font/CircularStd-Medium.ttf") format("truetype"), url("../font/CircularStd-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "CircularStd-Bold";
  src: url("../font/circularstd-bold.eot");
  src: local("☺"), url("../font/circularstd-bold.woff") format("woff"), url("../font/circularstd-bold.ttf") format("truetype"), url("../font/circularstd-bold.svg") format("svg");
  font-weight: bold;
  font-style: bold; }
@font-face {
  font-family: "CircularStd-Black";
  src: url("../font/circularstd-black.eot");
  src: local("☺"), url("../font/circularstd-black.woff") format("woff"), url("../font/circularstd-black.ttf") format("truetype"), url("../font/circularstd-black.svg") format("svg");
  font-weight: bold;
  font-style: bold; }
.title__primary {
  font-size: 64px;
  font-family: "CircularStd-Medium";
  font-weight: normal; }

.title__secondary {
  font-size: 48px;
  font-family: "CircularStd-Medium";
  font-weight: normal; }

.title__tertiary {
  font-size: 34px;
  font-family: "CircularStd-Medium";
  font-weight: normal;
  line-height: 40px; }

.title__quaternary {
  font-size: 28px;
  font-family: "CircularStd-Medium";
  font-weight: normal; }

.title__quinary {
  font-size: 18px;
  font-family: "CircularStd-Medium";
  font-weight: normal; }

.paragraph__primary {
  font-size: 18px;
  line-height: 24px; }

.paragraph__tertiary {
  font-size: 16px;
  line-height: 24px; }

.paragraph__quaternary {
  font-size: 14px;
  line-height: 22px; }

.paragraph__quinary {
  font-size: 12px; }

@media screen and (max-width: 640px) {
  .title__primary {
    font-size: 36px; }

  .title__secondary {
    font-size: 32px; } }
.textAlign__center {
  text-align: center; }

.textAlign__left {
  text-align: left; }

.textAlign__right {
  text-align: right; }

html {
  font-family: "CircularStd-Book";
  background: #fff; }

.buttonBlue {
  background: #0ba6e1;
  color: #fff;
  transition: background 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .buttonBlue:hover {
    background: #0a95cb; }
  .buttonBlue:active {
    background: #0985b4; }

.buttonGray {
  background: #e5eaee;
  color: #fff; }

.normalButton {
  display: inline-block;
  height: 40px;
  min-width: 160px;
  padding: 10px 40px 0 40px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-family: "CircularStd-Medium"; }

.mediumButton {
  display: inline-block;
  height: 50px;
  min-width: 200px;
  padding: 15px 40px 0 40px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-family: "CircularStd-Medium"; }

.buttonLightBlue {
  background: #e6f6fc;
  color: #0ba6e1;
  transition: background 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .buttonLightBlue:hover {
    background: #dbeaef; }
  .buttonLightBlue:active {
    background: #cfdde3;
    color: #fff; }

.arrowButton {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  position: absolute;
  z-index: 9; }
  .arrowButton:after {
    content: "";
    width: 6px;
    height: 6px;
    background: url("../img/icons/arrowWhite.svg") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.bigArrowButton {
  height: 60px;
  width: 60px;
  border-radius: 30px;
  position: absolute; }
  .bigArrowButton:after {
    content: "";
    width: 6px;
    height: 6px;
    background: url("../img/icons/arrowWhite.svg") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%; }

.arrowButtonLeft:after {
  transform: translate(-50%, -50%) rotate(-45deg); }

.arrowButtonRight:after {
  transform: translate(-50%, -50%) rotate(135deg); }

.socialButton {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  position: relative;
  display: block;
  margin: 0; }

.facebookButton {
  background: #3d5a98;
  transition: background 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .facebookButton:hover {
    background: #294684; }
  .facebookButton:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../img/icons/logo-facebook.svg") no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.twitterButton {
  background: #1da1f2;
  transition: background 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .twitterButton:hover {
    background: #098dde; }
  .twitterButton:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../img/icons/logo-twitter.svg") no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.linkedinButton {
  background: #0079ad;
  transition: background 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .linkedinButton:hover {
    background: #006599; }
  .linkedinButton:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../img/icons/logo-linkedin.svg") no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.instagramButton {
  background: radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  background: -webkit-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -webkit-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  transition: background 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .instagramButton:hover {
    background: radial-gradient(32% 106%, circle cover, #ebcd69 0%, #ebb9b9 10%, #e67d23 28%, #d72d2d 42%, transparent 82%), linear-gradient(-45deg, #0f37c3 12%, #af28aa 58%);
    background: -webkit-radial-gradient(32% 106%, circle cover, #ebcd69 0%, #ebb9b9 10%, #e67d23 28%, #d72d2d 42%, transparent 82%), -webkit-linear-gradient(-45deg, #0f37c3 12%, #af28aa 58%); }
  .instagramButton:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../img/icons/logo-instagram.svg") no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.buttonSelect {
  position: relative;
  max-width: 180px; }
  .buttonSelect select {
    height: 40px;
    font-family: 'CircularStd-Book';
    color: #fff;
    font-size: 14px;
    background: transparent;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #7f97aa;
    margin-bottom: 20px;
    outline: none; }
  .buttonSelect:after {
    content: "";
    display: block;
    z-index: 10;
    width: 6px;
    height: 6px;
    background: url("../img/icons/arrowWhite.svg") no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%) rotate(-135deg); }

.buttonSelectWhite {
  position: relative; }
  .buttonSelectWhite select {
    height: 50px;
    font-family: 'CircularStd-Book';
    color: #003056;
    font-size: 14px;
    background: transparent;
    border: 1px solid #ccd6de;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 15px;
    border-radius: 4px;
    outline: none; }
    .buttonSelectWhite select:invalid {
      color: #ccd6de; }
  .buttonSelectWhite:after {
    content: "";
    display: block;
    z-index: 10;
    width: 6px;
    height: 6px;
    background: url("../img/icons/arrowDarkBlue.svg") no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%) rotate(-135deg); }

.pagination {
  margin-top: 95px; }
  .pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .pagination ul li {
      margin: 5px; }
      .pagination ul li a {
        position: relative;
        height: 40px;
        width: 40px;
        border-radius: 4px;
        display: block;
        background: #e6f6fc;
        color: #0ba6e1;
        font-family: "CircularStd-Medium";
        font-size: 14px;
        transition: background 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
        .pagination ul li a span {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .pagination ul li a:hover {
          background: #0ba6e1;
          color: #fff; }
        .pagination ul li a.paginationActive {
          background: #0ba6e1;
          color: #fff; }

.paginationArrow:after {
  content: "";
  width: 6px;
  height: 6px;
  background: url("../img/icons/arrowBlue.svg") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%; }
.paginationArrow:hover:after, .paginationArrow:hover:before {
  background: url("../img/icons/arrowWhite.svg") no-repeat; }
.paginationArrow.paginationInactive, .paginationArrow.paginationInactive:hover {
  background: #e5eaee; }
  .paginationArrow.paginationInactive:after, .paginationArrow.paginationInactive:before, .paginationArrow.paginationInactive:hover:after, .paginationArrow.paginationInactive:hover:before {
    background: url("../img/icons/arrowWhite.svg") no-repeat; }

.paginationDoubleArrow:after {
  content: "";
  width: 6px;
  height: 6px;
  background: url("../img/icons/arrowBlue.svg") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%; }
.paginationDoubleArrow:before {
  content: "";
  width: 6px;
  height: 6px;
  background: url("../img/icons/arrowBlue.svg") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%; }
.paginationDoubleArrow:hover:after, .paginationDoubleArrow:hover:before {
  background: url("../img/icons/arrowWhite.svg") no-repeat; }
.paginationDoubleArrow.paginationInactive, .paginationDoubleArrow.paginationInactive:hover {
  background: #e5eaee; }
  .paginationDoubleArrow.paginationInactive:after, .paginationDoubleArrow.paginationInactive:before, .paginationDoubleArrow.paginationInactive:hover:after, .paginationDoubleArrow.paginationInactive:hover:before {
    background: url("../img/icons/arrowWhite.svg") no-repeat; }

.doubleArrowButtonLeft:after {
  transform: translate(-6px, -50%) rotate(-45deg); }
.doubleArrowButtonLeft:before {
  transform: translate(0px, -50%) rotate(-45deg); }

.doubleArrowButtonRight:after {
  transform: translate(-6px, -50%) rotate(135deg); }
.doubleArrowButtonRight:before {
  transform: translate(0px, -50%) rotate(135deg); }

@media screen and (max-width: 640px) {
  .pagination {
    margin-top: 40px; } }
.block__imgTxt {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.block__imgTxt-img {
  flex: 1;
  max-width: 505px; }
  .block__imgTxt-img img {
    display: block;
    width: 100%; }

.block__imgTxt-imgLeft {
  margin-right: 50px; }

.block__imgTxt-imgRight {
  margin-left: 50px; }

.block__imgTxt-txt {
  max-width: 505px;
  flex: 1; }

.block__imgTxt-order1 {
  order: 1; }

.block__imgTxt-order2 {
  order: 2; }

.block__txtTwoColumns {
  max-width: 1030px;
  margin: 0 auto; }

.block__txtTwoColumns-txt {
  display: flex; }
  .block__txtTwoColumns-txt p:first-child {
    flex: 1;
    margin-right: 20px; }
  .block__txtTwoColumns-txt p:last-child {
    flex: 1;
    margin-left: 20px; }

.block__txtCenter {
  /*max-width: 1240px;*/
  max-width: 1030px;
  padding: 0 40px;
  margin: 0 auto;
  text-align: center; }

.block__txtCenter-title,
.block__txtCenter-txt {
  max-width: 610px;
  margin: auto;
  text-align: center; }

.block__txtCenter-img {
  max-width: 505px;
  margin: 20px auto; }
  .block__txtCenter-img img {
    display: block;
    width: 100%; }

.block__imgTxtBox {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }

.block__imgTxtBox-box {
  flex: 1 0 25%;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 50px; }
  .block__imgTxtBox-box img {
    margin-bottom: 30px;
    display: block;
    width: 100%; }

.block__imgTxtList {
  max-width: 1240px;
  margin: 0 auto;
  display: flex; }

.block__imgTxtList-img img {
  display: block;
  width: 100%;
  max-width: 295px; }

.block__imgTxtList-titleTxt {
  max-width: 465px;
  margin: 0 40px; }

.block__imgTxtList-list {
  max-width: 400px; }
  .block__imgTxtList-list ul li {
    margin-top: 10px; }
    .block__imgTxtList-list ul li:before {
      content: "";
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 2px;
      background: #003056;
      margin-right: 10px; }

.block__txtLeft {
  max-width: 1240px;
  margin: 0 auto; }

.block__txtLeft-title, .block__txtLeft-txt {
  max-width: 810px;
  margin: auto; }

.block__txtLeft-img {
  max-width: 510px;
  margin: 50px auto; }
  .block__txtLeft-img img {
    display: block;
    width: 100%; }

.block__txtLeft-list li {
  margin-top: 10px; }
  .block__txtLeft-list li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #003056;
    margin-right: 10px; }

.background-image {
  position: absolute;
  top: 0;
  height: 100%; }
  .background-image.left {
    left: 0; }
  .background-image.right {
    right: 0; }

.icon-card-container {
  display: flex;
  max-width: 1240px;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap; }

.icon-card {
  width: 170px;
  margin: 0 10px 20px 10px;
  border-radius: 12px;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  flex-direction: column !important;
  text-align: center !important;
  outline: none; }
  .icon-card img {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto; }
  .icon-card .title {
    margin-top: 10px;
    font-family: "CircularStd-Medium"; }

article {
  z-index: 2;
  position: relative; }

@media screen and (min-width: 640px) and (max-width: 980px) {
  .block__imgTxtBox-box {
    flex: 1 0 50%; }

  .block__imgTxtList {
    flex-wrap: wrap;
    max-width: 610px;
    margin: auto; }

  .block__imgTxtList-img {
    flex: 1 0 100%;
    max-width: none;
    margin: 0 auto 30px auto; }
    .block__imgTxtList-img img {
      display: block;
      width: 100%;
      max-width: 100%; }

  .block__imgTxtList-titleTxt {
    max-width: none;
    flex: 1 0 100%;
    margin: 0;
    padding-right: 0;
    margin-bottom: 20px; }

  .block__imgTxtList-list {
    flex: 1 0 100%; } }
@media screen and (max-width: 640px) {
  .block__imgTxt {
    flex-direction: column; }

  .block__imgTxt-img {
    max-width: none; }

  .block__imgTxt-imgLeft {
    margin-right: 0px;
    margin-bottom: 20px; }

  .block__imgTxt-imgRight {
    margin-left: 0px;
    margin-bottom: 20px; }

  .block__imgTxt-txt {
    margin: auto; }

  .block__imgTxt-order1 {
    order: 2; }

  .block__imgTxt-order2 {
    order: 1; }

  .block__txtTwoColumns-txt {
    display: block; }
    .block__txtTwoColumns-txt p:first-child {
      margin-right: 0;
      margin-bottom: 20px; }
    .block__txtTwoColumns-txt p:last-child {
      margin-left: 0; }

  .block__imgTxtBox-box {
    flex: 1 0 100%;
    padding: 0; }

  .block__imgTxtList {
    flex-wrap: wrap; }

  .block__imgTxtList-img {
    flex: 1 0 100%;
    max-width: none;
    margin: 0 auto 30px auto; }
    .block__imgTxtList-img img {
      display: block;
      width: 100%;
      max-width: 100%; }

  .block__imgTxtList-titleTxt {
    max-width: none;
    flex: 1 0 100%;
    margin: 0;
    padding-right: 0;
    margin-bottom: 20px; }

  .block__imgTxtList-list {
    flex: 1 0 100%; } }
.hero {
  position: relative; }
  .hero.normal {
    height: 600px; }
    .hero.normal .container {
      height: 600px; }
  .hero.small {
    height: 400px; }
    .hero.small .container {
      height: 400px; }
  .hero.large {
    height: 700px; }
    .hero.large .container {
      height: 700px; }
  .hero .title__primary {
    font-family: "CircularStd-Bold"; }

.hero .title__primary,
.hero__landing .title__primary {
  font-family: "CircularStd-Bold";
  font-size: 53px;
  line-height: 64px; }
.hero .paragraph__primary,
.hero__landing .paragraph__primary {
  font-size: 20px;
  line-height: 30px; }

.hero__landing {
  height: 715px;
  max-width: 100%;
  overflow: hidden; }
  .hero__landing .container {
    height: 715px; }

.container {
  height: 700px;
  position: relative;
  max-width: 1030px;
  margin: 0 auto; }

.hero__txt {
  position: absolute;
  z-index: 10;
  width: 50%;
  top: 50%;
  transform: translate(0%, -60%);
  padding: 0 40px; }
  .hero__txt h1 {
    max-width: 600px; }
  .hero__txt p {
    max-width: 500px; }

.hero__txtCenter {
  position: absolute;
  text-align: center;
  z-index: 10;
  width: 100%;
  max-width: 1030px;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0 40px; }
  .hero__txtCenter p {
    max-width: 500px;
    margin: auto; }

.hero__landing__img {
  position: absolute;
  top: 0;
  left: 30%;
  height: 715px; }
  .hero__landing__img img {
    display: block;
    height: 715px; }

.hero__img {
  position: absolute;
  right: 40px;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%); }
  .hero__img img {
    display: block;
    width: 100%;
    max-width: 515px; }

.hero__contactBox {
  background: #fff;
  padding: 80px 100px;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0%;
  transform: translate(-30%, -50%);
  min-width: 505px; }
  .hero__contactBox ul {
    display: block; }
    .hero__contactBox ul li {
      display: block;
      color: #003056;
      font-size: 20px; }
      .hero__contactBox ul li img {
        display: block;
        width: 200px; }
    .hero__contactBox ul a {
      color: #0ba6e1; }
      .hero__contactBox ul a:hover {
        text-decoration: underline; }

.hero__map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1; }

@media screen and (min-width: 640px) and (max-width: 980px) {
  .hero__landing .title__primary {
    font-family: "CircularStd-Bold";
    font-size: 40px;
    line-height: 48px;
    margin-left: auto;
    margin-right: auto; }
  .hero__landing .paragraph__primary {
    font-size: 16px;
    line-height: 20px; }
  .hero__landing .hero__txt, .hero__landing .hero__txtCenter {
    position: static;
    padding: 100px 20px 5px 20px;
    text-align: center;
    transform: translate(0%, 0%);
    left: auto;
    top: auto;
    width: 100%; }
    .hero__landing .hero__txt p, .hero__landing .hero__txtCenter p {
      max-width: 100%; }

  .hero.normal {
    height: 600px; }
    .hero.normal .container {
      height: 600px; }
  .hero.small {
    height: 400px; }
    .hero.small .container {
      height: 400px; }
  .hero.large {
    height: 700px; }
    .hero.large .container {
      height: 700px; }
  .hero .hero__img {
    width: 50%; }
    .hero .hero__img img {
      max-width: 650px; }

  .hero__landing__img {
    left: -240px;
    top: 70px; }

  .hero__contactBox {
    right: 50%;
    transform: translate(50%, -50%); } }
@media screen and (max-width: 640px) {
  .hero {
    height: auto;
    min-height: 600px; }

  .hero__landing .title__primary {
    font-family: "CircularStd-Bold";
    font-size: 24px;
    line-height: 32px; }
  .hero__landing .paragraph__primary {
    display: none;
    margin-top: 0px !important; }

  .hero__txt, .hero__txtCenter {
    position: static;
    padding: 200px 20px 5px 20px;
    text-align: center;
    transform: translate(0%, 0%);
    left: auto;
    top: auto;
    width: 100%; }
    .hero__txt p, .hero__txtCenter p {
      max-width: 100%; }

  .hero__img {
    position: absolute;
    bottom: auto;
    right: auto;
    top: auto;
    transform: none;
    margin: 40px; }

  .hero__landing__img {
    left: -240px;
    top: 70px; }

  .hero__contactBox {
    position: absolute;
    transform: translate(0%, 0%);
    left: 20px;
    right: 20px;
    top: 150px;
    min-width: auto;
    padding: 40px 50px; }
    .hero__contactBox ul {
      display: block; }
      .hero__contactBox ul li {
        font-size: 16px; }
        .hero__contactBox ul li img {
          display: block;
          width: 150px; } }
.logosSlide {
  max-width: 1030px;
  margin: 20px auto 0 auto;
  padding: 0 40px; }
  .logosSlide .slick-slide {
    opacity: 1 !important; }

.logosSlide__content {
  position: relative;
  max-width: 1230px;
  padding: 0 40px;
  margin: auto;
  height: 80px;
  overflow: hidden; }

.logosSlide__content-button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 2px rgba(0, 48, 86, 0.1);
  cursor: pointer; }

.logosSlide__content-buttonLeft {
  left: 0px; }

.logosSlide__content-buttonRight {
  right: 0px; }

.logosSlide__content-listLogos {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex;
  -webkit-align-items: center !important;
  align-items: center !important;
  justify-content: center !important;
  height: 80px !important; }
  .logosSlide__content-listLogos .slick-list {
    min-width: 100%; }
  .logosSlide__content-listLogos .list-item {
    display: inline-flex !important; }
    .logosSlide__content-listLogos .list-item img {
      max-width: 140px;
      padding: 0 20px;
      display: block;
      margin: auto; }
  .logosSlide__content-listLogos .slick-dots {
    display: none !important; }

@media screen and (min-width: 640px) and (max-width: 980px) {
  .logosSlide {
    padding: 0 40px 0 40px; }

  .logosSlide__content-buttonLeft {
    display: none; }

  .logosSlide__content-buttonRight {
    display: none; } }
@media screen and (max-width: 640px) {
  .logosSlide {
    padding: 0 20px 0 20px; }

  .logosSlide__content-buttonLeft {
    display: none; }

  .logosSlide__content-buttonRight {
    display: none; } }
.solutions {
  position: relative;
  padding: 100px 40px 100px 40px; }

.solutions__cards {
  display: flex;
  max-width: 1240px;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 40px; }
  .solutions__cards .card.col-3 {
    width: calc(100% / 3 - 20px); }
  .solutions__cards .card.col-4 {
    width: calc(100% / 4 - 20px); }

@media screen and (min-width: 640px) and (max-width: 980px) {
  .solutions__cards {
    padding: 0 !important; }
    .solutions__cards .card {
      width: calc(100% / 2 - 20px) !important; } }
@media screen and (max-width: 640px) {
  .solutions__cards {
    padding: 0 !important; }
    .solutions__cards .card {
      width: 100% !important; } }
.testimonials {
  overflow: hidden;
  position: relative; }

.testimonials__cards {
  position: relative;
  z-index: 10; }

.testimonials__cards-arrowLeft {
  top: 50%;
  transform: translate(0%, -60px);
  left: 0;
  z-index: 20;
  box-shadow: 0px 5px 10px rgba(0, 48, 86, 0.1); }
  .testimonials__cards-arrowLeft.slick-disabled {
    display: none !important; }

.two-lines {
  min-height: 48px; }

.testimonials__cards-arrowRight {
  top: 50%;
  transform: translate(0%, -60px);
  right: 0;
  z-index: 20;
  box-shadow: 0px 5px 10px rgba(0, 48, 86, 0.1); }
  .testimonials__cards-arrowRight.slick-disabled {
    display: none !important; }

.testimonials__cards-list .slick-list.draggable {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible; }

.slick-track {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: row; }

@media screen and (max-width: 640px) {
  .testimonials .bigArrowButton {
    display: none !important; } }
.card {
  margin: 0 10px 20px 10px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 48, 86, 0.1);
  border-radius: 12px;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  flex-direction: column !important;
  text-align: center !important;
  outline: none; }

.card__firstStyle .card__firstStyle-top {
  width: 100%;
  margin-bottom: 30px;
  padding: 50px 20px 0 20px; }
  .card__firstStyle .card__firstStyle-top .card__firstStyle-logo {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
.card__firstStyle .card__firstStyle-bottom {
  padding: 0px 20px 50px 20px; }
  .card__firstStyle .card__firstStyle-bottom .card__firstStyle-profil {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto 5px auto;
    display: block; }

.card__secondStyle .card__secondStyle-top {
  margin-bottom: 30px;
  padding: 50px 20px 0 20px; }
  .card__secondStyle .card__secondStyle-top .card__secondStyle-badge {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border: 6px solid #fff;
    margin: 0 auto 30px auto;
    border-radius: 100%;
    box-shadow: 0px 5px 10px rgba(0, 48, 86, 0.1); }
    .card__secondStyle .card__secondStyle-top .card__secondStyle-badge img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 120px;
      height: 120px; }
.card__secondStyle .card__secondStyle-bottom {
  padding: 0px 20px 50px 20px; }

.card__thirdStyle .card__thirdStyle-top {
  margin-bottom: 30px; }
  .card__thirdStyle .card__thirdStyle-top img {
    display: block;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
.card__thirdStyle .card__thirdStyle-bottom {
  padding: 0px 20px 50px 20px; }
  .card__thirdStyle .card__thirdStyle-bottom p {
    margin: 5px auto 20px auto; }

.slick-active {
  opacity: 1 !important; }

.slick-slide {
  opacity: 0.3; }

.badge {
  width: 50px;
  height: 50px; }

@media screen and (max-width: 640px) {
  .card {
    max-width: 100%; } }
.platform {
  position: relative;
  padding: 100px 40px 100px 40px; }
  .platform .block__txtCenter .block__txtCenter-title, .platform .block__txtCenter .block__txtCenter-txt {
    max-width: 810px; }

.platform__cards {
  display: flex;
  max-width: 1240px;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 40px; }
  .platform__cards .card__secondStyle-top {
    padding: 20px 20px 0 20px; }
    .platform__cards .card__secondStyle-top .card__secondStyle-badge {
      border: 1px solid;
      box-shadow: none;
      width: 80px;
      height: 80px; }
  .platform__cards .card {
    width: calc(100% / 4 - 20px); }
    .platform__cards .card .features {
      padding-top: 20px; }
      .platform__cards .card .features .feature {
        border-radius: 100px;
        border: 3px solid;
        margin-bottom: 20px;
        height: 50px;
        position: relative; }
        .platform__cards .card .features .feature span {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          padding: 0 10px; }
        .platform__cards .card .features .feature:last-child {
          margin-bottom: 0px; }
    .platform__cards .card.red .card__secondStyle-badge, .platform__cards .card.red .feature {
      border-color: #ff5959; }
    .platform__cards .card.red .title__quinary, .platform__cards .card.red .feature {
      color: #ff5959; }
    .platform__cards .card.green .card__secondStyle-badge, .platform__cards .card.green .feature {
      border-color: #00ad68; }
    .platform__cards .card.green .title__quinary, .platform__cards .card.green .feature {
      color: #00ad68; }
    .platform__cards .card.blue .card__secondStyle-badge, .platform__cards .card.blue .feature {
      border-color: #003056; }
    .platform__cards .card.blue .title__quinary, .platform__cards .card.blue .feature {
      color: #003056; }
    .platform__cards .card.yellow .card__secondStyle-badge, .platform__cards .card.yellow .feature {
      border-color: #ff9012; }
    .platform__cards .card.yellow .title__quinary, .platform__cards .card.yellow .feature {
      color: #ff9012; }
    .platform__cards .card img {
      width: 60px !important;
      height: 60px !important; }

@media screen and (min-width: 640px) and (max-width: 980px) {
  .platform__cards .card {
    width: calc(100% / 2 - 20px); } }
@media screen and (max-width: 640px) {
  .platform__cards .card {
    width: 100%; } }
.marginBottom50 {
  margin-bottom: 50px; }

.wrap-container {
  width: 100%;
  position: relative; }

.wrap {
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative; }

.smallWrap {
  max-width: 1030px;
  padding: 0 40px; }

.wrap__img {
  flex: 1; }
  .wrap__img img.main {
    display: block;
    width: 100%;
    z-index: 2;
    position: relative; }
  .wrap__img.wrapSecond .thumbnail img {
    right: 0; }
  .wrap__img.wrapFirst .thumbnail img {
    left: 0; }
  .wrap__img .thumbnail img {
    border-radius: 1000px;
    z-index: 1;
    position: absolute;
    top: -80px;
    border: 2px solid #DBDBDB;
    width: 150px;
    height: 150px; }

.platform .wrap__txt h2 {
  margin: 0 !important; }
.platform .wrap__txt p {
  margin: 10px 0 30px 0 !important; }
.platform .wrap__txt a {
  margin: 0 !important; }

.wrap__txt {
  text-align: left;
  flex: 1; }

.smallWrap .wrap__txt h2 {
  margin: 0 80px; }
.smallWrap .wrap__txt p {
  margin: 10px 80px 30px 80px; }
.smallWrap .wrap__txt a {
  margin: 0 80px; }

.wrapFirst {
  order: 1;
  padding-right: 20px; }
  .wrapFirst.wrap__txt.align-container h2 {
    margin: 0 40px 0 0; }
  .wrapFirst.wrap__txt.align-container p {
    margin: 10px 40px 30px 0; }
  .wrapFirst.wrap__txt.align-container a {
    margin: 0 40px 0 0; }
  .wrapFirst.wrap__txt h2 {
    margin: 0 0 0 40px; }
  .wrapFirst.wrap__txt p {
    margin: 10px 0 30px 40px; }
  .wrapFirst.wrap__txt a {
    margin: 0 0 0 40px; }

.wrapSecond {
  order: 2;
  padding-left: 20px; }
  .wrapSecond.wrap__txt {
    text-align: left; }
    .wrapSecond.wrap__txt h2 {
      margin: 0 0 0 40px; }
    .wrapSecond.wrap__txt p {
      margin: 10px 0 30px 40px; }
    .wrapSecond.wrap__txt a {
      margin: 0 0 0 40px; }

.wrap__arrow-right {
  position: relative; }
  .wrap__arrow-right:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-15px, -50%) rotate(-90deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent; }

.wrap__arrow-left {
  position: relative; }
  .wrap__arrow-left:after {
    z-index: 10;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(15px, -50%) rotate(90deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent; }

@media screen and (min-width: 640px) and (max-width: 980px) {
  .wrap {
    flex-direction: column; }

  .wrapFirst {
    padding-right: 0px;
    margin-bottom: 50px; }

  .wrapSecond {
    order: 1;
    padding-left: 0px;
    margin-bottom: 50px; }

  .wrap__txt,
  .smallWrap .wrap__txt {
    text-align: center;
    flex: 1; }
    .wrap__txt h2,
    .smallWrap .wrap__txt h2 {
      margin: 50px 0 0 0; }
    .wrap__txt p,
    .smallWrap .wrap__txt p {
      margin: 10px 0px 30px 0px; }
    .wrap__txt a,
    .smallWrap .wrap__txt a {
      margin: 0 0 50px 0; }

  .wrap__arrow-right:after {
    transform: translate(-50%, -10px) rotate(0deg);
    top: 0;
    left: 50%; }

  .wrap__arrow-left:after {
    transform: translate(-50%, -10px) rotate(0deg);
    top: 0;
    left: 50%; } }
@media screen and (max-width: 640px) {
  .wrap {
    flex-direction: column; }

  .wrapFirst {
    padding-right: 0px;
    margin-bottom: 50px; }

  .wrapSecond {
    order: 1;
    padding-left: 0px;
    margin-bottom: 50px; }

  .wrap__txt,
  .smallWrap .wrap__txt {
    text-align: center;
    flex: 1; }
    .wrap__txt h2,
    .smallWrap .wrap__txt h2 {
      margin: 50px 20px 0 20px; }
    .wrap__txt p,
    .smallWrap .wrap__txt p {
      margin: 10px 20px 30px 20px; }
    .wrap__txt a,
    .smallWrap .wrap__txt a {
      margin: 0 20px 50px 20px; }

  .wrap__arrow-right:after {
    transform: translate(-50%, -10px) rotate(0deg);
    top: 0;
    left: 50%; }

  .wrap__arrow-left:after {
    transform: translate(-50%, -10px) rotate(0deg);
    top: 0;
    left: 50%; } }
.jobs__cards {
  display: flex;
  max-width: 1240px;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap; }
  .jobs__cards .card {
    width: calc(100% / 4 - 20px); }

.jobs.sectionPadding {
  padding: 50px 40px 100px 40px; }

@media screen and (min-width: 640px) and (max-width: 980px) {
  .jobs__cards .card {
    width: calc(100% / 2 - 20px); } }
@media screen and (max-width: 640px) {
  .jobs__cards .card {
    width: 100%; } }
.contactForm {
  max-width: 610px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.contactForm-flexInput {
  width: 100%;
  margin-top: 40px;
  max-width: 270px; }

.contactForm-label {
  display: block;
  font-size: 16px;
  color: #003056; }

.contactForm-input {
  margin-top: 10px;
  display: block;
  height: 50px;
  border: solid 1px #ccd6de;
  width: 100%;
  padding: 0 15px;
  color: #003056;
  font-size: 14px;
  border-radius: 4px; }

.contactForm-input::placeholder,
.contactForm-textArea::placeholder {
  color: #ccd6de; }

.buttonSelectWhite {
  margin-top: 10px; }

.contactForm-flexTextArea {
  margin-top: 40px;
  width: 100%; }

.contactForm-textArea {
  margin-top: 10px;
  display: block;
  min-height: 250px;
  border: solid 1px #ccd6de;
  width: 100%;
  padding: 15px;
  color: #003056;
  font-size: 14px;
  border-radius: 4px; }

.contactForm-submit {
  color: #fff;
  background: #0ba6e1;
  font-size: 14px;
  font-family: "CircularStd-Medium";
  border: none;
  min-width: 200px;
  height: 50px;
  margin: auto;
  display: block;
  border-radius: 4px; }
  .contactForm-submit:hover {
    background: #0a95cb; }
  .contactForm-submit:active {
    background: #0985b4; }

.contactForm-flexSubmit {
  width: 100%;
  margin-top: 40px; }

@media screen and (max-width: 640px) {
  .contactForm-flexInput {
    width: 100%;
    max-width: none; } }
.menu__content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: background-color 100ms linear; }
  .menu__content nav {
    position: relative;
    padding: 0 40px;
    display: flex;
    max-width: 1030px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    height: 100px; }

.menu__content-white, .menu__content-contact {
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 48, 86, 0.1); }

.menu__logo {
  height: 30px;
  width: 152px;
  background: url("../img/logos/logo-mediarithmics-blue.svg") no-repeat;
  background-size: 152px 30px; }

.menu__logoWhite {
  height: 30px;
  width: 152px;
  background: url("../img/logos/logo-mediarithmics.svg") no-repeat;
  background-size: 152px 30px; }

.menu__burger {
  display: none;
  position: absolute;
  width: 20px;
  height: 10px;
  right: 40px;
  top: 50%;
  transform: translate(0%, -50%);
  cursor: pointer; }
  .menu__burger span {
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    display: block;
    width: 20px;
    height: 2px;
    background: #003056;
    position: absolute;
    top: 50%; }
    .menu__burger span:nth-of-type(1) {
      transform: translate(0%, -5px); }
    .menu__burger span:nth-of-type(2) {
      transform: translate(0%, -50%); }
    .menu__burger span:nth-of-type(3) {
      transform: translate(0%, 3px); }

.menu__burger.menu__burger-close span:nth-of-type(1) {
  transform: translate(0%, -50%) rotate(45deg); }
.menu__burger.menu__burger-close span:nth-of-type(2) {
  opacity: 0; }
.menu__burger.menu__burger-close span:nth-of-type(3) {
  transform: translate(0%, -50%) rotate(-45deg); }

.menu__links {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.menu__links-link {
  color: #003056;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  font-family: "CircularStd-Medium";
  position: relative;
  height: 100px; }
  .menu__links-link:hover {
    color: #0ba6e1; }

.menu__links-withSubMenu:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent; }

.menu__linkWhite .menu__links-link {
  color: #fff; }
  .menu__linkWhite .menu__links-link:hover {
    color: #0ba6e1; }

.menu__withSebMenu {
  position: relative; }

.menu__sebMenu {
  position: absolute;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  top: 90px;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  box-shadow: 0px 10px 30px rgba(0, 48, 86, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.300s ease-in-out, visibility 0.300s ease-in-out; }
  .menu__sebMenu:before {
    z-index: 10;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent; }

.menu__sebMenu-link {
  margin: 10px;
  max-width: 200px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .menu__sebMenu-link span {
    display: block;
    font-size: 0.9em; }
    .menu__sebMenu-link span:nth-of-type(2) {
      font-family: "CircularStd-Medium";
      font-weight: normal; }
  .menu__sebMenu-link .cardBadge {
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    margin-bottom: 10px;
    border-radius: 100%;
    box-shadow: 0px 2px 5px rgba(0, 48, 86, 0.1);
    margin: 0 auto 10px auto;
    position: relative; }
    .menu__sebMenu-link .cardBadge img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 70%;
      max-width: 70%; }

.mediaPublishersBadgeMenu {
  width: 15px;
  height: 15px; }

.ecommercePublishersBadgeMenu {
  width: 15px;
  height: 15px; }

.brandsBadgeMenu {
  width: 16px;
  height: 13px; }

.leadGenerationBadgeMenu {
  width: 27px;
  height: 29px; }

.menu__links-button {
  margin-left: 20px; }

@media screen and (min-width: 981px) {
  .menu__withSebMenu:hover .menu__sebMenu {
    opacity: 1;
    visibility: visible; } }
@media screen and (max-width: 980px) {
  .menu__links {
    display: none; }
    .menu__links.menu__links-open {
      display: block;
      transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .menu__links .menu__withSebMenu .menu__links-link {
      padding-bottom: 20px !important;
      margin-bottom: 0 !important; }
    .menu__links .menu__withSebMenu .menu__sebMenu {
      opacity: 1;
      visibility: visible; }
      .menu__links .menu__withSebMenu .menu__sebMenu:before {
        transform: translate(-10px, -100%);
        box-shadow: none; }
      .menu__links .menu__withSebMenu .menu__sebMenu .menu__sebMenu-link {
        max-width: 100%; }
        .menu__links .menu__withSebMenu .menu__sebMenu .menu__sebMenu-link .cardBadge {
          width: 25px;
          height: 25px; }
          .menu__links .menu__withSebMenu .menu__sebMenu .menu__sebMenu-link .cardBadge img {
            max-height: 70%;
            max-width: 70%; }
    .menu__links .menu__withoutSebMenu .menu__links-button {
      margin: 20px 0;
      font-size: 18px;
      padding: 0 40px;
      line-height: 40px; } }
@media screen and (min-width: 640px) and (max-width: 980px) {
  .menu__content {
    background: #fff;
    height: 70px; }
    .menu__content nav {
      flex-direction: column;
      height: auto;
      text-align: center;
      padding: 0; }

  .menu__burger {
    display: block;
    right: 40px;
    top: 30px;
    transform: translate(0%, 0%); }

  .menu__logo {
    position: absolute;
    padding: 20px;
    left: 40px;
    top: 15px; }

  .menu__links {
    flex-direction: column;
    background: #f7f8fa;
    width: 100%;
    position: fixed;
    top: 70px;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: scroll; }

  .menu__links-link {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18px;
    display: block;
    height: auto; }
    .menu__links-link:hover {
      background: #e5eaee; }

  .menu__withoutSebMenu, .menu__withSebMenu {
    width: 100%; }

  .menu__sebMenu {
    position: static;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    flex-direction: row;
    padding: 20px 0;
    border-radius: 0;
    box-shadow: none; }

  .menu__sebMenu-link {
    width: 100%;
    min-width: auto;
    margin: 0 auto;
    padding: 20px;
    white-space: nowrap; } }
@media screen and (max-width: 640px) {
  .menu__content {
    background: #fff;
    height: 70px; }
    .menu__content nav {
      flex-direction: column;
      height: auto;
      text-align: center;
      padding: 0; }

  .menu__burger {
    display: block;
    top: 30px;
    right: 20px;
    transform: translate(0%, 0%); }

  .menu__logo {
    position: absolute;
    padding: 20px;
    left: 20px;
    top: 15px; }

  .menu__links {
    flex-direction: column;
    background: #f7f8fa;
    width: 100%;
    position: fixed;
    top: 70px;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: scroll; }

  .menu__links-link {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18px;
    display: block;
    height: auto; }
    .menu__links-link:hover {
      background: #e5eaee; }

  .menu__withoutSebMenu, .menu__withSebMenu {
    width: 100%; }

  .menu__sebMenu {
    position: static;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    flex-direction: column;
    padding: 20px 0px;
    border-radius: 0;
    box-shadow: none; }

  .menu__sebMenu-link {
    width: 100%;
    min-width: auto;
    margin: 0px auto;
    padding: 20px 0; }
    .menu__sebMenu-link:hover {
      /*background: $lightGray;*/
      transform: translate(0%, 0%); }

  .menu__links-button {
    margin: 20px 0; } }
footer {
  background: #003056;
  padding: 100px 40px; }

.footer__columnsGlobal {
  display: flex;
  max-width: 1030px;
  padding: 0 40px;
  margin: auto; }

.footer__columnsLogo {
  display: flex;
  padding: 0 80px 0 0; }

.footer__columnsLinks {
  flex: 1;
  display: flex;
  flex-direction: column; }

.footer__column {
  flex-direction: row;
  flex: 1; }
  .footer__column img {
    display: block;
    height: 30px; }
  .footer__column ul li a {
    display: block;
    color: #7f97aa;
    line-height: normal;
    margin-bottom: 5px; }
    .footer__column ul li a[href]:hover {
      color: #0ba6e1; }
  .footer__column ul li:first-child a {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 15px; }
    .footer__column ul li:first-child a[href]:hover {
      color: #0ba6e1; }

.footer__columnsLinks-top {
  position: relative;
  flex: 1;
  display: flex;
  padding-bottom: 75px;
  border-bottom: 1px solid rgba(127, 151, 170, 0.1); }
  .footer__columnsLinks-top:after {
    content: "";
    height: 1px;
    position: absolute; }

.footer__columnsLinks-bottom {
  flex: 1;
  display: flex;
  padding-top: 50px; }
  .footer__columnsLinks-bottom.noPadding {
    padding-top: 0; }
  .footer__columnsLinks-bottom a {
    color: #7f97aa; }
  .footer__columnsLinks-bottom li {
    line-height: normal;
    color: #fff;
    margin-bottom: 5px; }
    .footer__columnsLinks-bottom li a {
      color: #0ba6e1; }

.footer__columnsLinks-bottomFirst {
  flex: 1; }
  .footer__columnsLinks-bottomFirst ul li a {
    color: #0ba6e1;
    margin-right: 0px; }
    .footer__columnsLinks-bottomFirst ul li a[href]:hover {
      text-decoration: underline; }
  .footer__columnsLinks-bottomFirst a {
    margin-right: 10px; }
    .footer__columnsLinks-bottomFirst a[href]:hover {
      color: #0ba6e1; }

.footer__columnsLinks-bottomLast {
  max-width: 295px;
  text-align: right; }
  .footer__columnsLinks-bottomLast a {
    color: #0ba6e1; }
    .footer__columnsLinks-bottomLast a[href]:hover {
      text-decoration: underline; }

.socialButton__content {
  display: flex;
  margin-bottom: 20px;
  justify-content: flex-end; }
  .socialButton__content li {
    margin: 0 0 0 10px; }

.bulletNavFooter {
  position: relative;
  z-index: 10;
  margin-top: 10px; }
  .bulletNavFooter ul {
    display: flex;
    justify-content: flex-end; }
    .bulletNavFooter ul li {
      margin: 0 3px; }
      .bulletNavFooter ul li a {
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background: #4c6e88;
        display: block; }
        .bulletNavFooter ul li a.bulletActive, .bulletNavFooter ul li a[href]:hover {
          background: #fff; }

@media screen and (min-width: 640px) and (max-width: 980px) {
  .footer__columnsGlobal {
    flex-direction: column; }

  .footer__columnsLogo {
    flex: 1;
    display: flex;
    padding: 0;
    margin: 0 0 30px 0; }

  .footer__columnsLinks {
    flex: 1; } }
@media screen and (max-width: 640px) {
  footer {
    padding: 80px 20px; }

  .footer__columnsGlobal {
    text-align: center;
    flex-direction: column; }

  .footer__columnsLogo {
    flex: 1;
    display: flex;
    padding: 0; }
    .footer__columnsLogo img {
      margin: 0 auto 20px auto; }

  .footer__columnsLinks {
    flex: 1; }

  .footer__columnsLinks-top {
    flex: 1;
    flex-direction: column; }

  .footer__columnsLinks-bottom {
    flex: 1;
    flex-direction: column; }

  .footer__columnsLinks-bottomLast {
    margin: auto;
    text-align: center;
    flex: 1; }

  .socialButton__content {
    justify-content: center; }

  .footer__columnsLinks-bottomFirst a {
    display: block;
    margin-bottom: 5px; }

  .bulletNavFooter ul {
    justify-content: center; }

  .buttonSelect {
    margin: auto; } }
.mediarithmics-consent {
  margin: 10px;
  display: flex; }
  .mediarithmics-consent .onoffswitch {
    position: relative;
    width: 57px;
    margin-left: 20px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .mediarithmics-consent .onoffswitch-checkbox {
    display: none; }
  .mediarithmics-consent .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #e3e3e3;
    border-radius: 36px; }
  .mediarithmics-consent .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s; }
  .mediarithmics-consent .onoffswitch-inner:before,
  .mediarithmics-consent .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 25px;
    padding: 0;
    line-height: 25px;
    font-size: 10px;
    color: #003056;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box; }
  .mediarithmics-consent .onoffswitch-inner:before {
    content: "ON";
    padding-left: 5px;
    background-color: #d2ebff;
    color: #003056; }
  .mediarithmics-consent .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 5px;
    background-color: #ffeeee;
    color: #003056;
    text-align: right; }
  .mediarithmics-consent .onoffswitch-switch {
    display: block;
    width: 25px;
    margin: 0px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    border: 2px solid #e3e3e3;
    border-radius: 36px;
    transition: all 0.3s ease-in 0s; }
  .mediarithmics-consent .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0; }
  .mediarithmics-consent .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; }

.advantages {
  position: relative;
  padding: 100px 40px 100px 40px; }
  .advantages .block__txtCenter .block__txtCenter-title, .advantages .block__txtCenter .block__txtCenter-txt {
    max-width: 810px; }

.advantages__cards {
  display: flex;
  max-width: 1240px;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 40px; }
  .advantages__cards .card {
    width: calc(100% / 4 - 20px); }
    .advantages__cards .card img {
      width: 80px !important;
      height: 80px !important; }

@media screen and (min-width: 640px) and (max-width: 980px) {
  .advantages__cards .card {
    width: calc(100% / 2 - 20px); } }
@media screen and (max-width: 640px) {
  .advantages__cards .card {
    width: 100%; } }
/****  Cookies  ****/
#ck {
  position: fixed;
  right: 0px;
  left: 0;
  bottom: 0px;
  font-size: 11px;
  text-align: center;
  padding: 5px 10px;
  background-color: #fff;
  border-top: 1px solid #dadada;
  z-index: 10000;
  padding: 20px 0; }

#ck-txt {
  padding-right: 65px; }

#ck-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 3px 11px;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #8dbad3;
  background-color: #8dbad3;
  transform: translateY(-50%);
  transition: color 0.3s, background-color 0.3s; }

#ck-btn:hover {
  color: #8dbad3;
  background-color: #fff; }

.bulletNav {
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 10; }
  .bulletNav ul {
    display: flex;
    justify-content: center; }
    .bulletNav ul li {
      margin: 0 5px; }
      .bulletNav ul li a {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        border: solid 1px #e5eaee;
        background: #fff;
        display: block; }
        .bulletNav ul li a.bulletActive, .bulletNav ul li a:hover {
          border: 1px solid #003056;
          background: #003056; }

.slick-dots {
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center; }
  .slick-dots li {
    margin: 0 5px; }
    .slick-dots li button {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: solid 1px #e5eaee;
      background: #fff;
      display: block;
      text-indent: -9999px;
      outline: none; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      border: 1px solid #003056;
      background: #003056; }

.separator {
  width: 100%;
  height: 1px;
  background: #e5eaee;
  margin: 100px 0;
  font-size: 14px; }

.borderSeparator {
  border-top: 1px solid #e5eaee; }

.marginTop5 {
  margin-top: 5px; }

.marginTop10 {
  margin-top: 10px; }

.marginTop20 {
  margin-top: 20px; }

.marginTop30 {
  margin-top: 30px; }

.marginTop40 {
  margin-top: 40px; }

.marginTop50 {
  margin-top: 50px; }

.marginTop100 {
  margin-top: 100px; }

.marginTop110 {
  margin-top: 110px; }

.sectionPadding {
  padding: 100px 40px;
  position: relative;
  overflow: hidden; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.sectionPaddingTop {
  padding: 100px 40px 0px 40px;
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 640px) {
  .sectionPadding {
    padding: 50px 20px; } }
.roundedBorder {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden; }
  .roundedBorder img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 102%;
    transform: translate(-50%, 1px); }

.borderEndContent__darkBlue:after {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003056;
  height: 100px; }

.borderEndContent__lightGray:after {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7f8fa;
  height: 100px; }

.borderEndContent__lightBlue:after {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e6f6fc;
  height: 100px; }

.link {
  font-family: "CircularStd-Medium";
  color: #0ba6e1; }
  .link:hover {
    text-decoration: underline; }

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