@font-face {
  font-family: "GTAmerica";
  font-weight: 300;
  font-display: fallback;
  src: url(/fonts/GT-America-Standard-Light.eot?7a4b5a81d01535b5f2a8044de50efc3f);
  src: url(/fonts/GT-America-Standard-Light.woff2?e10ab47d670fb81e196ce972caf84408) format("woff2"), url(/fonts/GT-America-Standard-Light.woff?34b6002a7e1fdb0438da75dc46a53362) format("woff"), url(/fonts/GT-America-Standard-Light.ttf?91bb00ee3f04bd97ceae3c4a6d1ee979) format("truetype");
}

@font-face {
  font-family: "GTAmerica";
  font-weight: 400;
  font-display: fallback;
  src: url(/fonts/GT-America-Standard-Regular.eot?9f254eb7319310704fbfcb5f7cde9bfa);
  src: url(/fonts/GT-America-Standard-Regular.woff2?c6df1ba610411c62ea07be2ac87cf32f) format("woff2"), url(/fonts/GT-America-Standard-Regular.woff?b7b68dd37ba2f160a145b2df7f0422ac) format("woff"), url(/fonts/GT-America-Standard-Regular.ttf?c5e3bb0e299a76c43ba1275cc5488a02) format("truetype");
}

@font-face {
  font-family: "GTAmerica";
  font-weight: 500;
  font-display: fallback;
  src: url(/fonts/GT-America-Standard-Medium.eot?a35775fe7940f6f4a682f6d676340ffe);
  src: url(/fonts/GT-America-Standard-Medium.woff2?d6164d1ac7c7b8ebad422a434643407f) format("woff2"), url(/fonts/GT-America-Standard-Medium.woff?97fae90bc10632162363a678d6a34dd2) format("woff"), url(/fonts/GT-America-Standard-Medium.ttf?f0b50ec96005f64977377c14deb3b91e) format("truetype");
}

@font-face {
  font-family: "GTAmerica";
  font-weight: 700;
  font-display: fallback;
  src: url(/fonts/GT-America-Standard-Bold.eot?f006503dab74bee58f0bf56ed339353c);
  src: url(/fonts/GT-America-Standard-Bold.woff2?7eefda4fe692929888e7c9583ca2f94b) format("woff2"), url(/fonts/GT-America-Standard-Bold.woff?a181f8621f7d893a93dd5431995c9d07) format("woff"), url(/fonts/GT-America-Standard-Bold.ttf?efe518d18a6720cbf26bf4f512550b8c) format("truetype");
}

@font-face {
  font-family: "Playfair Display";
  font-weight: 400;
  font-display: fallback;
  src: url(/fonts/playfairdisplay-regular-webfont.woff2?25ee5f6f0825c356b6afbac92b6de219) format("woff2"), url(/fonts/playfairdisplay-regular-webfont.woff?1935f802b825e7a17b46e344c10269b7) format("woff"), url(/fonts/playfairdisplay-regular-webfont.ttf?2f4e0d01362eea045f804ac3b4859f3c) format("truetype");
}

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
}

html,
body {
  min-height: 100%;
}

body {
  background: #e0e0e0;
  font-family: "GTAmerica", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #7e7e7e;
}

a {
  color: inherit;
  text-decoration: underline;
}

a img {
  border: 0 none;
}

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

.fullsize img {
  width: 100%;
}

.t1 {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 35px;
  line-height: .97;
  font-weight: 400;
  color: #000;
}

.t2 {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  color: #000;
}

.t3 {
  font-size: 22px;
  line-height: 1.27;
  font-weight: 500;
  color: #000;
}

.t4 {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 500;
  color: #000;
}

.t5 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.t6 {
  font-size: 13px;
  letter-spacing: .24em;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

.emphasis {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  color: #1a237e;
}

@media only screen and (min-width: 768px) {
  .t1 {
    font-size: 60px;
  }

  .t2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }

  .t1 {
    font-size: 75px;
  }

  .t1.s {
    font-size: 60px;
    line-height: 1.1;
  }

  .t1.t {
    font-size: 50px;
    line-height: 1.1;
  }

  .t2 {
    font-size: 48px;
  }

  .t3 {
    font-size: 28px;
  }
}

.wrapper {
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
  .wrapper {
    padding-top: 54px;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper {
    padding-top: 92px;
  }
}

.section {
  background-color: #f4f4f4;
  position: relative;
}

.section.ec-r {
  overflow: hidden;
}

.section-number {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: .2em;
}

[class*="ec-"] {
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
  [class*="ec-"] {
    background-size: 354px 422px;
  }
}

.ec-l {
  background-position: -50px -200px;
}

.ec-c {
  background-position: center -200px;
}

.ec-r {
  background-position: right -100px top -200px;
}

.ec-lrb {
  background-position: -50px -200px, right -100px bottom -200px;
}

.ec-intro,
.ec-intro.c1 {
  background-image: none;
  background-position: left bottom;
}

@media only screen and (max-width: 1023px) {
  .ec-lrb {
    background-size: 354px 422px, 354px 422px;
  }

  .ec-no-mobile {
    background-image: none;
  }
}

@media only screen and (min-width: 768px) {
  .ec-l {
    background-position: -15% -120px;
  }

  .ec-c {
    background-position: center -120px;
  }

  .ec-r {
    background-position: 115% -120px;
  }
}

.c1 {
  background-color: #1a237e;
  color: #fff;
}
.section.blog {
	background-image: url(/images/blog-intro.jpg);
    background-size: 360px;
    background-repeat: no-repeat;
    background-position: right -180px top 50%;
}
@media only screen and (min-width: 768px) {
.section.blog {background-size: 390px;background-position: right -142px top 50%;}
}
@media only screen and (min-width: 1024px) {
.section.blog {background-image:none}
}
.c1 .btn {
  background-color: #ffb823;
  color: #1b1464;
}

.c1 .location:before {
  background-image: url(/images/pin-white.svg);
}

.c1 .lazyloading {
  background: url(/images/spinner3.gif) 50% no-repeat;
}

.c1.quote .quote-text,
.c1.news-headline .news-headline-text,
.c1.quote .quote-social {
  background-color: #1a237e;
}

.c1 .t1,
.c1 .t2,
.c1 .t3,
.c1 .t4,
.c1 .t5,
.c1 .t6 {
  color: #fff;
}

.c1.shadow {
  -webkit-box-shadow: 20px -20px 0 #1a237e;
          box-shadow: 20px -20px 0 #1a237e;
}

.c1.shadow.lazyloading {
  background: #ffb823 url(/images/spinner2.gif) 50% no-repeat;
}

.c1.quote,
.c1.news-headline {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .c1.quote .quote-image:before,
  .c1.news-headline .news-headline-image {
    background-color: #1a237e;
  }
}

@media only screen and (min-width: 768px) {
  .c1.shadow {
    -webkit-box-shadow: 30px -30px 0 #1a237e;
            box-shadow: 30px -30px 0 #1a237e;
  }
}

@media only screen and (min-width: 1480px) {
  .c1.quote .quote-text:after,
  .c1.news-headline .news-headline-text:after {
    background-color: #1a237e;
  }
}

.c2 {
  background-color: #ffb823;
  color: #1a237e;
}

.c2 .cta .t1 {
  color: #fff;
}

.c2 .lazyloading {
  background: url(/images/spinner2.gif) 50% no-repeat;
}

.c2.btn,
.c2.quote .quote-text,
.c2.news-headline .news-headline-text,
.c2.quote .quote-social  {
  background-color: #ffb823;
}

.c2,
.c2.btn,
.c2 .t1,
.c2 .t2,
.c2 .t3,
.c2 .t4,
.c2 .t5,
.c2 .t6 {
  color: #1a237e;
}

.c2.shadow {
  -webkit-box-shadow: 20px -20px 0 #ffb823;
          box-shadow: 20px -20px 0 #ffb823;
}

.c2.shadow.lazyloading {
  background: #1a237e url(/images/spinner3.gif) 50% no-repeat;
}

.c2.quote,
.c2.news-headline {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .c2.quote .quote-image:before,
  .c2.news-headline .news-headline-image {
    background-color: #ffb823;
  }
}

@media only screen and (min-width: 768px) {
  .c2.shadow {
    -webkit-box-shadow: 30px -30px 0 #ffb823;
            box-shadow: 30px -30px 0 #ffb823;
  }
}

@media only screen and (min-width: 1480px) {
  .c2.quote .quote-text:after,
  .c2.news-headline .news-headline-text:after {
    background-color: #ffb823;
  }
}

.c3 {
  background-color: #fff;
}

.c3 .intro .t1 {
  color: #1a237e;
}

.c3 .intro dl,
.c3 .article p,
.c3 .article ul,
.c3 .article ol,
.c3 .article dl {
  color: #000;
}

.c3 .lazyloading {
  background: url(/images/spinner1.gif) 50% no-repeat;
}

.c3.quote .quote-text,
.c3.news-headline .news-headline-text {
  background-color: #fff;
}

.c3.shadow {
  -webkit-box-shadow: 20px -20px 0 #fff;
          box-shadow: 20px -20px 0 #fff;
}

.c3.quote,
.c3.news-headline {
  background: transparent;
}

.c3.section:first-of-type + .c3.section:not(.nb) .container {
  border-top: 1px solid #e4e4e4;
}

@media only screen and (max-width: 767px) {
  .c3.quote .quote-image:before,
  .c3.news-headline .news-headline-image {
    background-color: #fff;
  }
}

@media only screen and (min-width: 768px) {
  .c3.shadow {
    -webkit-box-shadow: 30px -30px 0 #fff;
            box-shadow: 30px -30px 0 #fff;
  }
}

@media only screen and (min-width: 1480px) {
  .c3.quote .quote-text:after,
  .c3.news-headline .news-headline-text:after {
    background-color: #fff;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.wide {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-cv {
  padding: 30px 20px;
}

.container-cnt {
  max-width: 1230px;
  display: block;
  padding: 12% 0;
  margin: 0 auto;
  background: #fff;
}

.container-inner {
  max-width: 1230px;
  display: block;
  margin: 0 auto;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .container-cnt {
    padding: 8% 20px;
  }
}

@media only screen and (min-width: 1240px) {
  .container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1480px) {
  .container.wide {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }
}

.header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #e4e4e4;
}

@media only screen and (max-width: 1023px) {
  .header .container {
    padding-top: 15px;
    padding-bottom: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .header .container {
    padding-top: 30px;
    padding-bottom: 29px;
  }

  .header .container:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
    height: 0;
  }
}

@media only screen and (min-width: 1240px) {
  .header .container {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.nav {
  color: #1a237e;
  font-size: 15px;
}

.nav ul {
  list-style: none;
}

.nav ul li {
  font-weight: 500;
}

.nav ul li li {
  font-weight: 400;
}

.nav a {
  text-decoration: none;
  display: block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.nav a:after {
  content: '';
  border-bottom: 1px solid #1a237e;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  -webkit-transition: right .15s;
  transition: right .15s;
}

.nav-footer {
  margin: 26px 0 0;
}

.nav-footer ul {
  list-style: none;
  font-size: 15px;
  overflow: hidden;
}

.nav-footer li {
  float: left;
  width: 45%;
  padding: 3px 0;
}

.nav-footer li:nth-child(even) {
  float: right;
}

.nav-footer a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
}

.nav-footer a:after {
  content: '';
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  -webkit-transition: right .15s;
  transition: right .15s;
}

@media only screen and (min-width: 600px) {
  .nav-footer {
    margin-top: 0;
    margin-left: 60px;
  }

  .nav-footer li {
    clear: none;
  }

  .nav-footer li:nth-child(odd) {
    clear: left;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .nav-footer {
    float: right;
    width: 60%;
    margin: 16px 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  .nav-footer {
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-footer {
    float: left;
    margin: 0 0 0 3%;
    width: calc(97% - 170px);
    position: relative;
    text-align: center;
  }

  .nav-footer li {
    width: 14%;
    padding-top: 0;
    padding-bottom: 6px;
  }

  .nav-footer li:nth-child(odd) {
    clear: none;
  }

  .nav-footer li:nth-child(even) {
    float: left;
  }
}

@media only screen and (max-width: 1023px) {
  .nav {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 32px 44px rgba(0, 0, 0, 0.2);
            box-shadow: 0 32px 44px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-52px);
            transform: translateY(-52px);
    -webkit-transition: opacity .15s, visibility 0s .15s, -webkit-transform .15s;
    transition: opacity .15s, visibility 0s .15s, -webkit-transform .15s;
    transition: transform .15s, opacity .15s, visibility 0s .15s;
    transition: transform .15s, opacity .15s, visibility 0s .15s, -webkit-transform .15s;
  }

  .nav ul {
    padding: 25px 21px;
  }

  .nav ul li {
    padding: 5px 0;
  }

  .nav ul li li:first-child {
    padding-top: 10px;
  }

  .nav ul li li:last-child {
    padding-bottom: 0;
  }

  .nav ul ul {
    padding: 0 21px;
  }

  .nav-toggle {
    position: absolute;
    top: 8px;
    right: 13px;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }

  .nav-toggle:before,
  .nav-toggle:after {
    content: '';
    border-style: solid;
    border-color: #1a237e;
    position: absolute;
    -webkit-transition: height .15s, -webkit-transform .15s;
    transition: height .15s, -webkit-transform .15s;
    transition: transform .15s, height .15s;
    transition: transform .15s, height .15s, -webkit-transform .15s;
  }

  .nav-toggle:before {
    width: 25px;
    height: 14px;
    border-width: 2px 0;
    top: 11px;
    right: 5px;
  }

  .nav-toggle:after {
    width: 25px;
    height: 2px;
    border-width: 1px 0;
    top: 17px;
    right: 5px;
    background-color: #1a237e;
  }

  .nav-open .nav-toggle:before {
    border-width: 2px 0 0;
    height: 2px;
    top: 17px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .nav-open .nav-toggle:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .nav-open .nav {
    -webkit-transform: none;
            transform: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .15s, -webkit-transform .15s;
    transition: opacity .15s, -webkit-transform .15s;
    transition: transform .15s, opacity .15s;
    transition: transform .15s, opacity .15s, -webkit-transform .15s;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .nav ul {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1024px) {
  .nav {
    float: right;
  }

  .nav > ul > li {
    float: left;
    position: relative;
  }

  .nav > ul > li > a,
  .nav > ul > li > span {
    padding: 5px 20px;
    border-radius: 20px;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
  }

  .nav > ul > li > a:after {
    content: none;
  }

  .nav > ul > li ~ li {
    margin-left: 20px;
  }

  .nav ul ul {
    background: #fff;
    position: absolute;
    top: 100%;
    left: -10px;
    margin: 28px 0 0;
    border-top: 3px solid #1a237e;
    min-width: 320px;
    padding: 10px 30px;
    -webkit-box-shadow: 0 32px 44px rgba(0, 0, 0, 0.2);
            box-shadow: 0 32px 44px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s, visibility 0s .15s, -webkit-transform .15s;
    transition: opacity .15s, visibility 0s .15s, -webkit-transform .15s;
    transition: transform .15s, opacity .15s, visibility 0s .15s;
    transition: transform .15s, opacity .15s, visibility 0s .15s, -webkit-transform .15s;
  }

  .nav ul > li:last-child ul {
    left: auto;
    right: 0;
  }

  .nav ul > li:last-child ul:before {
    left: auto;
    right: 42px;
  }

  .nav li:hover > ul {
    -webkit-transform: none;
            transform: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .15s, -webkit-transform .15s;
    transition: opacity .15s, -webkit-transform .15s;
    transition: transform .15s, opacity .15s;
    transition: transform .15s, opacity .15s, -webkit-transform .15s;
  }

  .nav ul ul li {
    font-size: 16px;
    padding: 12px 0;
  }

  .nav ul ul a {
    color: #000;
  }

  .nav ul ul a:after {
    border-color: #000;
  }

  .nav ul ul li ~ li {
    border-top: 1px solid #f1f1f1;
  }

  .nav ul ul:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #1a237e;
    position: absolute;
    top: -12px;
    left: 42px;
  }

  .nav ul ul:after {
    content: '';
    height: 32px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 0 3px;
  }

  .nav a,
  .nav span {
    display: inline-block;
  }

  .nav-toggle {
    display: none;
  }
}

@media only screen and (min-width: 1240px) {
  .nav ul {
    font-size: 17px;
  }

  .nav ul ul {
    margin-top: 25px;
  }
}

.footer .logo {
  margin: 16px 0;
}

.footer .row {
  padding-top: 28px;
  padding-bottom: 28px;
}

.footer .row:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
}

.footer .row:nth-of-type(even) {
  background: #212b82;
  margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
  .footer .row:nth-of-type(even) {
    margin-top: 35px;
  }
}

.footer .bottom .container {
  padding-top: 28px;
  padding-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .footer .bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }

  .footer .copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
            margin: 0 0 20px;
  }

  .footer .social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .footer .compliance {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 600px) {
  .footer .logo {
    float: left;
  }

  .footer .subscribe {
    clear: both;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .row:after {
    content: '';
    clear: both;
    display: table;
    height: 0;
  }

  .footer .subscribe {
    float: right;
    width: 44%;
    margin-top: 24px;
  }

  .footer .bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer .copyright {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0 0 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }

  .footer .compliance {
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer .social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (min-width: 1024px) {
  .footer .row {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer .row:after {
    content: '';
    clear: both;
    display: table;
    height: 0;
  }

  .footer .logo {
    margin: 0;
  }

  .footer .subscribe {
    float: right;
    width: 41%;
    clear: none;
    margin: 0;
  }

  .footer .bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer .copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer .social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .footer .compliance {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
}

.intro {
  padding: 12% 0;
}
.intro.singlepost {padding:5px 0}
.intro.singlepost h1 {padding: 10px 20px 15px;margin: 0 -20px 15px;line-height: 1.2;border-bottom: 1px solid #ddd;}
.intro.singlepost .subtitle {display:none;}
.intro.singlepost .post_meta{padding: 5px 0;margin-bottom: 30px;font-size:13px;color:#262626;}
.intro.singlepost .post_meta:before{content:"";display:inline-block;width:15px;height:12px;vertical-align: middle;margin-right: 5px;background:url(/images/blogprops.png) no-repeat 0 0;}
.intro.singlepost .post_meta a{float:right;width:30px;height:30px;margin: -5px 0 0 8px;background:url(/images/blogprops.png) no-repeat 0 -13px;}
.intro.singlepost .post_meta a.l{background-position:0 -44px;}
.intro.singlepost .post_meta a.t{background-position:0 -75px;}
.intro.singlepost .post_thumb{margin-left:-15px;}
.intro.singlepost .post_thumb img{box-shadow:15px -15px 0 #ffb822}
.intro.singlepost p{margin: 20px 0;font-size:16px;}
.intro.singlepost>p:first-of-type{margin: 20px 0;font-size:16px;font-weight:bold;}
.intro.singlepost img.alignleft{float:left;max-width:50%;height:auto;margin:6px 20px 6px 0;}
.intro.singlepost img.alignright{float:right;max-width:50%;height:auto;margin:6px 0 6px 20px;}
.intro.singlepost blockquote{padding: 15px 20px;margin-bottom: 20px;margin-left: -10px;color:#1a237e;background:#eee;box-shadow:10px -10px 0 #ffd57e;}
.intro.singlepost blockquote p{font:600 18px/1.5 "Playfair Display", "Times New Roman", Times, serif}
.intro.singlepost blockquote:before{content:"";display:block;height:47px;background:url(/images/quotes.png) no-repeat 0 0;background-size:contain;}
.intro.singlepost ul,.intro.singlepost ol{list-style:none;}
.intro.singlepost ul li,.intro.singlepost ol li{padding:1% 0 1% 25px;text-indent:-25px;}
.intro.singlepost ul li:before,.intro.singlepost ol li:before{content: "\2022";display: inline-block;font-size: 40px;line-height: 10px;vertical-align: middle;color: #1a237e;width: 25px;margin-top: -4px;text-indent: 0;}

.intro .t3 {
  margin-bottom: 10px;
}

.intro .t3 + p {
  margin-top: 0;
}

.intro p + .t3 {
  margin-top: 24px;
}

.intro p {
  font-size: 14px;
  margin: 24px 0;
}
.intro.intro-blog p {margin-top:0;}

.intro p:first-of-type {
  font-size: 18px;
  margin-bottom: 36px;
}

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

.intro dl {
  font-size: 18px;
  margin: 24px 0;
}

.intro dl:first-of-type {
  margin-top: 36px;
}

.intro-home {
  position: relative;
  z-index: 2;
  /* min-height: calc(100vh - 55px); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.intro-home p {
  font-size: 15px;
  margin: 18px 0;
}

.intro-image {
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 717px;
}

.intro-image svg {
  width: 100%;
  height: auto;
  display: block;
}

.intro-aside {
  position: relative;
  margin: 0 -20px;
  z-index: 2;
}

.intro-aside .t6 {
  color: #1a237e;
}

.intro-aside .top-half {
  background-color: #f4f4f4;
  color: #000;
  display: block;
  text-decoration: none;
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
}

.intro-aside .bottom-half {
  padding: 12% 20px;
}

@media only screen and (max-width: 767px) {
  .intro-aside .top-half .t6 {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
	.intro.intro-blog p{max-width:230px;font-size:14px}
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 8% 0;
  }
.intro.singlepost h1 {padding: 5px 0 0;margin: 5px 0;border-bottom: none;}
.intro.singlepost .subtitle {display:block;font-size:20px;line-height:1;color:#1a237e;}
.intro.singlepost .post_meta{padding: 3% 0;margin-bottom: 20px;font-size: 16px;}
.intro.singlepost .post_meta a{float:none;display:inline-block;margin: 0 4px;vertical-align: middle;}
.intro.singlepost .post_meta a.f{margin-left:20px;}
.intro.singlepost .post_thumb{margin-left:20px;}
.intro.singlepost .post_thumb img{box-shadow:-20px -20px 0 #ffb822}
.intro.singlepost blockquote{padding: 2% 8% 3.5%;margin:3% 10px 3% 0;}
.intro.singlepost blockquote p{font-size:22px}
.intro.singlepost blockquote:before{float:left;width:80px;}
.intro.singlepost ul,.intro.singlepost ol{margin: 2% 0 2% 10%;}

  .intro p + .t3 {
    margin-top: 48px;
  }

  .intro p {
    font-size: 18px;
    margin: 32px 0;
  }

  .intro p:first-of-type {
    margin-bottom: 64px;
  }

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

  .intro dl:first-of-type {
    margin-top: 48px;
  }

  .intro-home {
    min-height: 480px;
  }

  .intro-home p {
    font-size: 20px;
  }

  .intro-home p:first-of-type {
    margin-bottom: 32px;
  }

  .intro-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }

  .intro-aside .top-half,
  .intro-aside .bottom-half {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 4% 20px;
  }

  .intro-aside .top-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .intro-aside .top-half {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .intro-aside .bottom-half {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .intro p:first-of-type,
  .intro.flexed p {
    font-size: 22px;
  }

  .intro.flexed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }

  .intro.flexed .t1 {
    white-space: nowrap;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 4%;
    position: relative;
    top: 5px;
  }

  .intro.flexed .t1 + p {
    margin-top: 0;
  }

  .intro.flexed .intro-text p:first-of-type {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .intro .emphasis {
    margin-top: 48px;
  }

  .intro-home {
    /* height: calc(100vh - 86px); */
    padding-right: 40%;
    padding-bottom: 37px;
  }
  .intro-blog {background: url(/images/blog-intro.jpg) no-repeat right center;}

  .intro-home .t1,
  .intro-home p {
    max-width: 100%;
  }

  .intro-home p {
    font-size: 24px;
  }

  .intro-image {
    right: 205px;
  }

  .intro-aside {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width: 335px;
    margin: 0;
  }

  .intro-aside .top-half,
  .intro-aside .bottom-half {
    width: auto;
    max-width: none;
    padding: 20px;
  }

  .intro-aside .top-half {
    height: 45%;
    max-height: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }

  .intro-aside .bottom-half {
    height: 55%;
    max-height: 55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 1024px) and (min-height: 900px) {
  .intro-aside .top-half,
  .intro-aside .bottom-half {
    height: 50%;
    max-height: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 1300px) {
.intro.singlepost blockquote{position:relative}
.intro.singlepost blockquote:before{position:absolute;width:103px;height:77px;left: -51px;}
}
.btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .24em;
  color: #fff;
  background-color: #1a237e;
  border: 0 none;
  border-radius: 30px;
  padding: 16px;
  min-width: 210px;
  cursor: pointer;
  -webkit-transition: background-color .15s, color .15s, border-color .15s;
  transition: background-color .15s, color .15s, border-color .15s;
}

.btn.s {
  min-width: 0;
}

.btn.s + .btn.s {
  margin-left: 10px;
}

.btn.s.alt {
  background-color: #fff;
  color: #1a237e;
  border: 2px solid #fff;
}

@media only screen and (max-width: 1023px) {
  .btn.send {
    position: relative;
    font-size: 0;
    line-height: 0;
    text-indent: -100%;
    overflow: hidden;
  }

  .btn.send:after {
    content: '';
    background: url(/images/paper-plane.svg) 50% no-repeat;
    background-size: contain;
    width: 26px;
    height: 19px;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -16px;
  }
}

@media only screen and (min-width: 768px) {
  .btn:not(.send,.btn-green) {
    font-size: 13px;
    padding: 28px;
    min-width: 342px;
    border-radius: 40px;
  }

  .btn.s {
    padding: 16px 24px;
    min-width: 0;
  }

  .btn.s.alt {
    padding: 14px 22px;
    background-color: transparent;
    border-color: #1a237e;
  }
}

@media only screen and (min-width: 1024px) {
  .btn.send {
    font-size: 13px;
    padding: 28px;
  }
}

.form {
  margin: 20px 0;
}

.form .t5 {
  margin: 0 0 20px;
}

.form p {
  opacity: .5;
  margin: 20px 0;
}

.form label {
  display: block;
}

.form .btn {
  font-weight: 500;
}

.form .field {
  background: #fff;
  border: 0 none;
  font-size: 16px;
  line-height: 1;
  padding: 17px;
  height: 50px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 0 #fff;
          box-shadow: inset 0 0 0 #fff;
  display: block;
  width: 100%;
}

.form .field-combo:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
}

.form .field-combo .field {
  width: 80%;
  border-radius: 25px 0 0 25px;
  float: left;
}

.form .field-combo .btn {
  border-radius: 0 25px 25px 0;
  float: left;
  width: 20%;
  min-width: 0;
  height: 50px;
}

.form-row ~ .form-row {
  margin: 20px 0 0;
}

@media only screen and (min-width: 1024px) {
  .form .btn {
    padding: 19px 18px 18px;
  }

  .form .field-combo .field {
    width: 65%;
  }

  .form .field-combo .btn {
    width: 35%;
    text-indent: -1px;
  }
}

.subscribe {
  margin: 48px 0 0;
}

.subscribe p {
  margin: 20px 0 0;
  font-size: 16px;
}

.office {
  float: left;
  width: 33.33%;
  padding: 88px 0 16px;
  position: relative;
  line-height: 1;
  font-weight: 500;
}

.office a {
  text-decoration: none;
}

.office a:before,
.office span:before {
  content: '';
  width: 50px;
  height: 72px;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -25px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.office.coming-soon {
  opacity: .35;
}

.office.coming-soon:not(.no-subtxt) span:after {
  content: 'Coming Soon';
  font-size: .6875em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.office.amsterdam a:before,
.office.amsterdam span:before {
  width: 44px;
  left: 50%;
  margin-left: -22px;
}

.office.berlin a:before,
.office.berlin span:before {
  width: 79px;
  left: 50%;
  margin-left: -39px;
}

.office.london a:before,
.office.london span:before {
  width: 75px;
  left: 50%;
  margin-left: -37px;
}

.office.question a:before,
.office.question span:before {
  width: 50px;
  left: 50%;
  margin-left: -25px;
}

.offices {
  list-style: none;
  text-align: center;
  margin: 0 0 20px;
}

.offices:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
}

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

@media only screen and (min-width: 768px) {
  .offices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .offices:after {
    content: none;
  }

  .offices-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    margin: 8% 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .offices {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .office {
    width: auto;
    white-space: nowrap;
  }

  .office.coming-soon {
    min-width: 90px;
  }
}

.officec {
  margin: 12% 0 0;
}

.officec:before {
  content: '';
  display: block;
  margin: 0 auto 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.officec.amsterdam:before {
  background-image: url(/images/amsterdam-l.svg);
  width: 113px;
  height: 113px;
}

.officec.bochum:before {
  background-image: url(/images/bochum-l.svg);
  width: 94px;
  height: 111px;
}

.officec.london:before {
  background-image: url(/images/london-l.svg);
  width: 147px;
  height: 105px;
}

.officec.question:before {
  background-image: url(/images/question-l.svg);
  width: 128px;
  height: 128px;
}

@media only screen and (min-width: 768px) {
  .officec {
    margin: 0;
  }
}

.blurb {
  padding: 12% 0;
}

.blurb p {
  font-size: 22px;
  line-height: 1.3;
  margin: 26px 0;
  font-weight: 500;
}

.blurb p:first-child {
  margin-top: 0;
}

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

.blurb.t-small p {
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .blurb-body + .blurb-image,
  .blurb-image + .blurb-body {
    margin-top: 30px;
  }

  .blurb-image img { 
    margin-left: auto; 
    margin-right: auto; 
  }

  #varna + .section .blurb-image img,
  #berlin + .section .blurb-image img {
    max-width: 140px;
  }

  /* .section.c2 .blurb-image img,
  #berlin + .section .blurb-image img,
  #netanya + .section .blurb-image img, 
  #amsterdam + .section .blurb-image img {
    margin-left: auto;
    margin-right: auto;
  } */
}

@media only screen and (min-width: 768px) {
  .blurb {
    padding: 8% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .blurb.short {
    padding: 4% 0;
  }

  .blurb.short p {
    font-size: 26px;
  }

  .blurb-body {
    width: 72.25%;
    max-width: 72.25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72.25%;
            flex: 0 0 72.25%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .blurb-image {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .short .blurb-body {
    width: 59%;
    max-width: 59%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 59%;
            flex: 0 0 59%;
  }

  .short .blurb-image {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .blurb-body.r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .blurb-image.l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cta {
  padding: 65px 6%;
  text-align: center;
}

.cta .t1 {
  font-weight: 400;
  margin-bottom: 22px;
  line-height: 1;
  word-wrap: break-word;
}

.cta .t4 {
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .cta {
    padding: 12% 6% 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cta .t1 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .cta .t1 {
    margin-bottom: 35px;
  }
}

.article {
  padding: 12% 0;
  border-top: 1px solid #e0e0e0;
}

.article .t1,
.article .t2,
.article .t3,
.article .t4,
.article .t5,
.article .t6,
.article p,
.article ul,
.article ol,
.article dl,
.article blockquote {
  margin: 24px 0;
}

.article ul {
  list-style: none;
}

.article ul li,
.article ol li {
  padding: 0 0 0 24px;
  position: relative;
}

.article ul li:before {
  content: '';
  background: url(/images/hexagon.svg);
  width: 10px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}

.article ul li + li,
.article ol li + li,
.article dl dd ~ dd {
  margin-top: 15px;
}

.article table{border-collapse:collapse}
.article table th,
.article table td{border:1px solid;padding:10px 20px;}

.article :first-child {
  margin-top: 0;
}

.article :last-child {
  margin-bottom: 0;
}

.article .t1:not(:first-child),
.article .t2:not(:first-child),
.article .t3:not(:first-child),
.article .t4:not(:first-child),
.article .t5:not(:first-child),
.article .t6:not(:first-child) {
  margin-top: 36px;
}

@media only screen and (min-width: 768px) {
  .article {
    padding: 8% 27.5% 8% 0;
  }
	.article.wide{padding-right:0;}
  .article .t1,
  .article .t2,
  .article .t3,
  .article .t4,
  .article .t5,
  .article .t6,
  .article p,
  .article ul,
  .article ol,
  .article dl,
  .article blockquote {
    margin: 30px 0;
  }

  .article :first-child {
    margin-top: 0;
  }

  .article :last-child {
    margin-bottom: 0;
  }

  .article .t1:not(:first-child),
  .article .t2:not(:first-child),
  .article .t3:not(:first-child),
  .article .t4:not(:first-child),
  .article .t5:not(:first-child),
  .article .t6:not(:first-child) {
    margin-top: 60px;
  }
}

.job-positions {
  font-size: 18px;
}

.job-positions strong {
  line-height: 1;
  font-weight: 500;
  color: #1a237e;
}

.job-positions span {
  display: block;
  font-size: 16px;
  opacity: .3;
}

@media only screen and (max-width: 767px) {
  .job-positions {
    padding: 32px 20px;
    overflow: hidden;
  }

  .job-positions strong {
    float: left;
    font-size: 73px;
    position: relative;
    margin: -12px 20px -12px 0;
  }
}

@media only screen and (min-width: 768px) {
  .job-positions strong {
    display: block;
    font-size: 132px;
  }
}

.job .category,
.job .city {
  display: inline-block;
  vertical-align: middle;
}

.job .city:before {
  content: '';
  background: url(/images/hexagon.svg);
  width: 10px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 8px;
  position: relative;
}

.jobs {
  padding: 12% 0;
}

.jobs .no-jobs {
  display: none;
}

.jobs .no-jobs.visible {
  display: block;
}

.filters + .jobs {
  padding-top: 0;
}

.job.hidden {
  display: none;
}

.job:not(.hidden) + .job:not(.hidden) {
  border-top: 1px solid #e0e0e0;
}

.job-head,
.job-body {
  padding: 15px 0;
}

.job:last-child .job-body {
  padding-bottom: 0;
}

.job-title {
  color: #1a237e;
  font-weight: 500;
}

.job-body .t3 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.job-body ul {
  list-style: none;
  margin: 15px 0 30px;
}

.job-body ul li {
  padding: 0 0 0 24px;
  position: relative;
}

.job-body ul li:before {
  content: '';
  background: url(/images/hexagon.svg);
  width: 10px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 0;
}

.job-body ul li + li {
  margin-top: 15px;
}

.job-body .btn {
  display: block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .job-body .btn {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .job .city:before {
    margin: 0 19px 0 14px;
  }

  .jobs {
    padding: 8% 0;
  }

  .job-head {
    font-size: 18px;
  }

  .job-body {
    position: relative;
  }

  .job-body .t3 {
    margin-bottom: 24px;
    margin-top: 24px;
  }

  .job-body ul {
    margin: 24px 0 48px;
  }

  .job-body .btn {
    margin: 48px 0;
  }

  .job-text {
    width: 75%;
  }
}

@media only screen and (min-width: 1024px) {
  .job-head {
    font-size: 20px;
    text-align: right;
    padding: 30px 0;
  }

  .job-title {
    float: left;
  }

  .job-text {
    width: 64%;
  }

  .job-image {
    position: absolute;
    top: 15px;
    right: 0;
    width: 24%;
  }

  .job-body ul li:before {
    top: 8px;
  }
}

.topics {
  list-style: none;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin: 18px 0 0;
}

.topics a {
  display: block;
  padding: 12px 40px 12px 0;
  position: relative;
  text-decoration: none;
  font-weight: 500;
}

.topics a:after {
  content: '';
  background: #ffb823 url(/images/link-arrow.svg) 50% no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  -webkit-transition: background .15s;
  transition: background .15s;
}

.topics li {
  padding: 10px 0;
}

.topics li ~ li {
  border-top: 1px solid #f1f1f1;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .topics a {
    padding: 16px 40px 16px 0;
  }
}

.generic {
  padding: 12% 0;
}

.generic p {
  margin: 20px 0;
}

.generic dl {
  color: #000;
}

.generic dl dt {
  margin-top: 16px;
}

.generic .location {
  margin-top: 50px;
}

.generic + .generic {
  padding-top: 0;
}

.generic-fade p {
  opacity: .5;
}

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

.generic-text.tl {
  text-align: left;
}

.generic-text :last-child {
  margin-bottom: 0;
}

.generic-text p.with-lightbulb:before {
  content: '';
  background: url(/images/light-ico.svg) center/contain no-repeat;
  width: 50px;
  height: 55px;
  display: block;
  margin-bottom: 15px;
}

.generic-text p.with-handshake:before {
  content: '';
  background: url(/images/partnership-ico.svg) center/contain no-repeat;
  width: 54px;
  height: 55px;
  display: block;
  margin-bottom: 15px;
}

.generic-text p.with-map:before {
  content: '';
  background: url(/images/location-ico.svg) center/contain no-repeat;
  width: 38px;
  height: 55px;
  display: block;
  margin-bottom: 15px;
}

.generic-text p.with-rocket:before {
  content: '';
  background: url(/images/rocket-ico.svg) center/contain no-repeat;
  width: 50px;
  height: 55px;
  display: block;
  margin-bottom: 15px;
}

.generic-text .topics {
  font-size: 16px;
  text-align: left;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.generic-text .topics li {
  padding: 16px 0;
}

.generic-text .topics li ~ li {
  border-color: #e0e0e0;
}

.generic-text .topics a {
  color: #1a237e;
}

.generic-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.generic-image .contact-map {
  width: auto;
  max-width: 100%;
  padding: 0;
  position: relative;
}

.generic-image .contact-map .map-overlay p {
  left: 50%;
  right: auto;
  width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-left: -80px;
  pointer-events: none;
}

.generic-image .contact-map.map-visible .map {
  z-index: 2;
}

.generic-image-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
}

.generic-image-row img {
  display: block;
  width: auto;
  height: auto;
  max-width: 25%;
}

.generic-text + .generic-image {
  margin-top: 30px;
}

.generic-text.darken {
  color: #525252;
}

.generic-text.color-primary,
.generic-text.color-primary .t1,
.generic-text.color-primary .t2,
.generic-text.color-primary .t3 {
  color: #1a237e;
}

@media only screen and (max-width: 767px) {
  .generic .btn {
    margin-top: 30px;
    display: block;
    padding: 24px;
  }

  .generic-image.l,
  .generic-image.r {
    padding: 20px 20px 0 0;
  }

  .generic-text + .generic-image,
  .generic-image + .generic-text,
  .generic-text + .generic-text {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .generic {
    padding: 8% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .generic.nowrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }

  .generic p {
    margin: 30px 0;
  }

  .generic .location {
    margin-top: 100px;
  }

  .generic .l,
  .generic .r {
    width: 48%;
    max-width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }

  .generic .l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .generic .r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .generic .fixed-130 {
    width: 130px;
    max-width: 130px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }

  .generic .flexible {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .generic .fw {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .generic-text .topics {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .generic-text .topics a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .generic-text.l:only-child,
  .generic-text.r:only-child {
    width: 72.25%;
    max-width: 72.25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72.25%;
            flex: 0 0 72.25%;
  }

  .generic-text,
  .generic-image,
  .generic-image-row {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .generic-image.l {
    padding: 30px 30px 0 0;
  }

  .generic-image.r {
    padding: 30px 0 0 30px;
  }

  .generic-image.stuck-to-sides {
    padding: 0;
    position: relative;
    margin-top: -4%;
    margin-bottom: -11%;
  }

  .generic-image.nospace {
    padding: 0;
    margin: 0;
  }

  .generic-image-row {
    margin: 30px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .generic .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .generic .cols.spaced {
    margin-top: 12px;
  }

  .generic .cols .col {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
  }

  .generic .cols .col:nth-child(even) {
    margin-left: 8%;
  }
}

@media only screen and (min-width: 1240px) {
  .generic-image.stuck-to-sides {
    margin-bottom: -11%;
  }
}

.latest-news {
  padding: 12% 0;
}

.latest-news .t2 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .latest-news {
    padding: 8% 0;
  }
}

.more-news {
  padding: 12% 0;
  border-top: 1px solid #e0e0e0;
}

.more-news .t2 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .more-news {
    padding: 8% 0;
  }
}

.news {
  overflow: hidden;
  padding: 0 0 12%;
}

.news-preview {
  margin: 32px 0 0;
}

.news-preview a {
  text-decoration: none;
}

.news-preview .t4 {
  margin: 0 0 24px;
}

.news-preview .t6 {
  color: #ffb823;
  margin: 0 0 16px;
}

.news-preview .date:before {
  content: '';
  background: url(/images/calendar.svg) 50% no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.news-preview .more {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .33em;
  display: inline-block;
  padding: 2px 10px 0 0;
  margin-left: 1px;
}

.news-preview .more:before {
  content: '';
  background: #ffb823 url(/images/link-arrow.svg) 50% no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  margin-top: -2px;
  margin-left: -1px;
  -webkit-transition: background .15s;
  transition: background .15s;
}

.news-headline {
  position: relative;
  margin: 0 -20px;
}

.news-headline .t3 {
  margin: 18px 0;
}

.news-headline-image {
  padding: 0 20px;
  position: relative;
}

.news-headline-image img {
  position: relative;
}

.news-headline-text {
  padding: 30px 20px;
}

.news .news-preview {
  margin: 0;
  padding: 6% 0;
}

.news .news-preview .t4 {
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.news .news-preview + .news-preview {
  border-top: 1px solid #e0e0e0;
}

@media only screen and (max-width: 767px) {
  .ec-intro ~ .news-previews {
    text-align: center;
  }

  .news-preview + .news-preview {
    margin-top: 48px;
  }

  .news-headline-image:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: -1px;
  }
}

@media only screen and (min-width: 768px) {
  .news {
    padding: 0 0 8%;
  }

  .news-previews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .news-preview {
    margin-top: 50px;
    width: 44%;
    max-width: 44%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .news-preview .t4 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .news-preview .more {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .news-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .news-headline .l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: -5%;
  }

  .news-headline .r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: -5%;
  }

  .news-headline-image {
    z-index: 2;
    padding: 7% 0;
  }

  .news-headline-text {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7% 20px 7% 15%;
  }

  .news-headline .l,
  .news-headline .r {
    position: relative;
  }

  .news .news-preview {
    width: auto;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4% 0;
  }

  .news .news-preview .t4 {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    margin-bottom: 0;
  }

  .news .news-preview .t6 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .news-headline .l {
    width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }

  .news-headline .r {
    width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}

@media only screen and (min-width: 1024px) {
  .news-previews {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .news-preview {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media only screen and (min-width: 1240px) {
  .news-headline-image {
    padding: 5% 0;
  }

  .news-headline-text {
    padding: 6% 10% 6% 15%;
  }

  .news-headline .l,
  .news-headline .r {
    width: 55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}

@media only screen and (min-width: 1480px) {
  .news-headline-text {
    padding: 6% 9% 6% 16%;
  }

  .news-headline-text:after {
    content: '';
    width: 1000%;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .news-headline-text.l:after {
    right: 100%;
    margin-right: -1px;
  }

  .news-headline-text.r:after {
    left: 100%;
    margin-left: -1px;
  }
}

.news-article {
  padding: 12% 0;
}

.news-article .t1,
.news-article .t2,
.news-article .t3,
.news-article .t4,
.news-article .t5,
.news-article .t6,
.news-article p,
.news-article ul,
.news-article ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-article :first-child {
  margin-top: 0;
}

.news-article :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .news-article {
    padding: 8% 27.5% 8% 0;
  }

  .news-article .t1,
  .news-article .t2,
  .news-article .t3,
  .news-article .t4,
  .news-article .t5,
  .news-article .t6,
  .news-article p,
  .news-article ul,
  .news-article ol {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.grid-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.grid-logos .grid-item {
  margin: 24px 0 0;
  width: 42%;
  text-align: center;
}

@media only screen and (min-width: 480px) {
  .grid-logos .grid-item {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .grid-logos {
    margin-bottom: 0;
  }

  .grid-logos .grid-item {
    margin-top: 44px;
  }
}

.swiper {
  padding: 12% 0;
  text-align: center;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.swiper p {
  margin: 24px 7%;
}

.swiper p.nm {
  margin-right: 0;
  margin-left: 0;
}

.swiper-wrapper,
.swiper-wrapper .swiper-slide {
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 2;
}

.swiper-button-prev,
.swiper-button-next {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 24px 5px 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  overflow: hidden;
  text-indent: -100%;
  -webkit-transition: background-color .15s, opacity .15s;
  transition: background-color .15s, opacity .15s;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  content: '';
  width: 10px;
  height: 10px;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  -webkit-transition: border-color .15s;
  transition: border-color .15s;
}

.swiper-button-prev:before {
  border-width: 1px 0 0 1px;
  border-color: #1a237e #fff #fff #1a237e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -3px;
}

.swiper-button-next:before {
  border-width: 1px 1px 0 0;
  border-color: #1a237e #1a237e #fff #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -7px;
}

.swiper-slide {
  padding-top: 30px;
}

.swiper .generic {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .swiper.icons-limited img {
    max-width: 50px;
    max-height: 50px;
  }

  .swiper.icons-limited .bigger {
    max-width: 92px;
    max-height: none;
  }
}

@media only screen and (min-width: 768px) {
  .swiper {
    padding: 8% 0;
  }

  .swiper p {
    margin: 30px 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    margin-top: 30px;
    width: 55px;
    height: 55px;
  }

  .swiper-button-prev:before,
  .swiper-button-next:before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }

  .swiper-button-prev:before {
    margin-left: -4px;
  }

  .swiper-button-next:before {
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper:not(.swiper-home):not(.swiper-nav) {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .swiper p {
    margin: 30px 7%;
  }
}

.swiper-home {
  text-align: left;
  position: relative;
  padding-bottom: 0;
}

.swiper-home .t6 {
  margin: 13px 0;
}

.swiper-home p {
  margin: 24px 0;
}

.swiper-home .swiper-wrapper {
  margin: 30px 0 0;
}

.swiper-home .swiper-controls {
  float: right;
}

.swiper-home .swiper-button-prev,
.swiper-home .swiper-button-next {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .swiper-home {
    padding-bottom: 0;
  }

  .swiper-home p {
    margin: 30px 0;
  }

  .swiper-home .t6 {
    margin: 24px 0;
  }

  .swiper-home .swiper-wrapper {
    margin-top: 50px;
  }

  .swiper-home .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .swiper-home .slide-body {
    width: 66%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    padding-right: 30px;
  }

  .swiper-home .slide-body.fw {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }

  .swiper-home .slide-body.r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    padding-left: 30px;
  }

  .swiper-home .slide-image.l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .swiper-home p {
    margin: 30px 0;
  }

  .swiper-home .slide-body {
    width: 63%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63%;
            flex: 0 0 63%;
  }

  .swiper-home .slide-image {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

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

.swiper-nav p {
  margin: 16px 0 0;
}

.swiper-nav img {
  margin: 0;
}

.swiper-nav .pull-right {
  position: relative;
  right: -8%;
}

.swiper-nav .swiper-slide {
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: auto;
  width: auto;
  opacity: .25;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

.swiper-nav .swiper-slide:last-child {
  padding-right: 10px;
}

.swiper-nav .swiper-act {
  opacity: 1;
}

.swiper-nav.all-active .swiper-slide {
  opacity: 1;
  cursor: auto;
}

@media only screen and (max-width: 767px) {
  .swiper-nav {
    padding-top: 0;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
  }

  .swiper-nav .swiper-slide:first-child {
    padding-left: 20px;
  }

  .swiper-nav .swiper-slide:last-child {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .swiper-nav {
    padding-bottom: 2%;
  }

  .swiper-nav p {
    margin: 16px 0 0;
  }

  .swiper-nav .swiper-slide:last-child {
    padding-right: 0;
  }

  .swiper-nav .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.faq-items {
  margin: 12% 0 0;
  width: 100%;
}

.faq-item .t5 + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .faq-item ~ .faq-item {
    margin-top: 12%;
  }
}

@media only screen and (min-width: 768px) {
  .faq-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 8% 0 0;
  }

  .faq-item {
    width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

.panel {
  background: #fff;
}

.panel .t6 {
  color: #ffb823;
}

.panel p {
  font-size: 16px;
  margin: 12px 0 0;
}

.panels {
  padding: 12% 0 0;
  width: 100%;
}

.panel-image img {
  width: 100%;
}

.panel-body {
  padding: 24px 12px;
}

@media only screen and (max-width: 767px) {
  .panel + .panel {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .panel {
    width: 47%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }

  .panels {
    padding: 6% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .panel:nth-child(3n),
  .panel:nth-child(3n) ~ .panel {
    margin-top: 48px;
  }
}

@media only screen and (min-width: 1024px) {
  .panel {
    width: 31.8%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.8%;
            flex: 0 0 31.8%;
  }

  .panel p {
    margin: 20px 0 0;
  }

  .panel-body {
    padding: 30px 20px;
  }
}

.quote {
  position: relative;
  margin: 0 -20px;
}

.quote p {
  font-size: 16px;
  margin: 30px 0;
  font-weight: 500;
}

.quote p:first-child {
  margin-top: 0;
}

.quote .t6 span {
  display: inline-block;
}

.quote-image {
  padding: 0 20px;
  position: relative;
}

.quote-image img {
  position: relative;
}

.quote-text {
  padding: 30px 20px;
}

.quote-social {
  text-align: center;
  padding: 10px 20px 0;
}

.quote-social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-decoration: none;
  transition: opacity .3s;
}

.quote-social a:hover {
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  .quote-image:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: -1px;
  }
}

@media only screen and (min-width: 768px) {
  .quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .quote .l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: -5%;
  }

  .quote .r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: -5%;
  }

  .quote p {
    font-size: 20px;
  }

  .quote-image {
    z-index: 2;
    padding: 7% 0;
  }

  .quote-text {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7% 20px 7% 15%;
  }

  .quote-text.l {
    padding: 7% 15% 7% 20px;
  }

  .quote-social {
    text-align: left;
    padding: 20px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .quote .l {
    width: 45%;
  }

  .quote .r {
    width: 65%;
  }
}

@media only screen and (min-width: 1240px) {
  .quote .l,
  .quote .r {
    width: 55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    position: relative;
  }

  .quote-image {
    padding: 5% 0;
  }

  .quote-image.l img {
    display: block;
    margin-left: auto;
  }

  .quote-text {
    padding: 6% 10% 6% 15%;
  }

  .quote-text.l {
    padding: 6% 15% 6% 10%;
  }
}

@media only screen and (min-width: 1480px) {
  .quote-text {
    padding: 6% 9% 6% 16%;
  }

  .quote-text.l {
    padding: 6% 16% 6% 9%;
  }

  .quote-text:after {
    content: '';
    width: 1000%;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .quote-text.l:after {
    right: 100%;
    margin-right: -1px;
  }

  .quote-text.r:after {
    left: 100%;
    margin-left: -1px;
  }
}

.team-member {
  max-width: 468px;
  margin-left: auto;
  margin-right: auto;
}

.team-member .t4 {
  margin: 24px 0 12px;
}

.team-member .t6 {
  color: #ffb823;
  margin: 30px 0 20px;
}

.team-member-photo {
  position: relative;
}

.team-member-overlay {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  padding-left: 20px;
  margin: 20px 0 0 -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.team-member-overlay strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 25px;
  color: #fff;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
}

.team-members {
  padding: 12% 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .team-member + .team-member {
    margin: 50px 0 0;
  }

  .team-member-photo {
    padding: 20px 20px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .team-member {
    width: 47%;
    max-width: 47%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    margin: 0;
  }

  .team-member .t4 {
    margin: 20px 0;
  }

  .team-member .t6 {
    margin: 40px 0 20px;
  }

  .team-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 8% 0;
  }

  .team-member:nth-child(2) ~ .team-member {
    margin-top: 80px;
  }

  .team-member:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: auto;
  }

  .team-member-photo {
    position: relative;
    padding: 30px 30px 0 0;
  }

  .team-member-overlay {
    padding-left: 30px;
    margin: 30px 0 0 -30px;
  }

  .team-member-overlay strong {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .team-member-overlay .btn {
    min-width: 180px;
    padding: 17px 25px;
  }
}

@media only screen and (min-width: 1024px) {
  .team-member {
    width: 42.5%;
    max-width: 42.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.5%;
            flex: 0 0 42.5%;
  }

  .team-member-overlay strong {
    font-size: 40px;
  }
}

.features {
  padding: 12% 0;
}

@media only screen and (max-width: 767px) {
  .feature p {
    margin: 20px 0 0;
  }

  .feature ~ .feature {
    margin-top: 50px;
  }

  .feature-image img {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-text {
    margin: 30px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .features {
    padding: 8% 0;
  }

  .feature p {
    margin: 30px 0;
  }

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

  .feature .l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .feature .r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .feature ~ .feature {
    margin-top: 8%;
  }

  .feature-image {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }

  .feature-text {
    width: 46%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
  }
}

.circle {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

.circle + .circle {
  position: relative;
  margin-top: -40px;
  opacity: .95;
}

.circle .t5,
.circle p {
  max-width: 100%;
}

.circles {
  padding: 10% 0 0;
  text-align: center;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (min-width: 360px) {
  .circles {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 500px) {
  .circle {
    width: 450px;
    height: 450px;
    padding: 70px;
  }

  .circle + .circle {
    margin-top: -70px;
    opacity: .95;
  }
}

@media only screen and (min-width: 768px) {
  .circle {
    width: 360px;
    height: 360px;
    padding: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .circle + .circle {
    margin-top: 0;
    margin-left: -40px;
  }

  .circles {
    padding-top: 4%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1024px) {
  .circle {
    width: 450px;
    height: 450px;
    padding: 70px;
  }

  .circle + .circle {
    margin-left: -60px;
  }
}

.side-nav {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.side-nav ul {
  list-style: none;
  text-align: right;
  font-size: 0;
}

.side-nav li {
  position: relative;
}

.side-nav li + li {
  margin-top: -1px;
}

.side-nav a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  background: #1a237e;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #fff;
  padding: 18px 39px 18px 0px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  max-width: 40px;
  -webkit-transition: padding .15s, max-width .15s, color .15s;
  transition: padding .15s, max-width .15s, color .15s;
  overflow: hidden;
  color: transparent;
  height: 57px;
}

.side-nav a:after {
  content: '';
  background-color: #1a237e;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 39px;
}

.side-nav a.active {
  /* max-width: 300px; padding-left: 28px; padding-right: 52px; color: $color-primary-text; */
  max-width: 50px;
}

@media only screen and (max-width: 767px) {
  .side-nav {
    position: absolute;
    display: block;
    width: 100%;
    top: 50px;
    left: 0;
    right: auto;
    bottom: auto;
  }

  .side-nav.fixed {
    position: fixed;
    top: 0;
  }

  .side-nav + .section {
    padding-top: 65px;
  }

  .side-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .side-nav li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .side-nav li:first-child a:before {
    left: 0;
    border-width: 0 1px 1px 0;
  }

  .side-nav li:last-child a:before {
    right: 0;
    border-width: 0 0 1px 1px;
  }
  
  .side-nav li + li {
    margin: 0;
  }

  .side-nav li + li a {
    border-width: 0 0 1px 1px;
  }

  .side-nav a {
    max-width: none;
    display: block;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    overflow: visible;
    font-size: 0;
  }

  .side-nav a:before {
    content: '';
    position: absolute;
    height: 0;
    top: 100%;
    left: -1px;
    right: -1px;
    margin-top: -1px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #fff;
    opacity: 0;
    background: #1a237e;
    -webkit-transition: height .15s, opacity .15s;
    transition: height .15s, opacity .15s;
  }

  .side-nav a:after {
    right: 50%;
    margin-right: -20px;
  }

  .side-nav a.active {
    max-width: none;
  }

  .side-nav a.active:before {
    height: 10px;
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .side-nav ~ .section .intro,
  .side-nav ~ .section .generic-text.r,
  .side-nav ~ .section .blurb-body,
  .side-nav ~ .section .highlight:nth-child(even) {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  .side-nav ~ .section .intro,
  .side-nav ~ .section .generic-text.r,
  .side-nav ~ .section .blurb-body,
  .side-nav ~ .section .highlight:nth-child(3n) {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  .side-nav .l-varna:after {
    background-image: url(/images/varna-side-mobile.svg);
  }
}

.side-nav .l-berlin:after {
  background-image: url(/images/berlin-filter-white.svg);
}

.side-nav .l-netanya:after {
  background-image: url(/images/netanya-filter-white.svg);
  background-size: 45% auto;
}

.side-nav .l-amsterdam:after {
  background-image: url(/images/amsterdam-filter-white.svg);
  background-size: 45% auto;
}

.side-nav .l-milano:after {
  background-image: url(/images/milano-filter-white.svg);
  background-size: 45% auto;
}

@media only screen and (min-width: 1024px) {
  .side-nav {
    /* .l-berlin:after { background-image: url(/images/berlin-side.svg); } */
    /* .l-netanya:after { background-image: url(/images/netanya-side.svg); } */
  }

  .side-nav a {
    font-size: 18px;
    padding: 35px 27px 35px 42px;
    max-width: 70px;
    height: 99px;
  }

  .side-nav a:after {
    width: 69px;
  }

  .side-nav a.active {
    /* padding-left: 42px; padding-right: 100px; */
    max-width: 90px;
  }

  .side-nav .l-varna:after {
    background-image: url(/images/varna-side.svg);
  }
}

.location {
  font-size: 18px;
}

.location span {
  display: inline-block;
}

.location:before {
  content: '';
  background: url(/images/pin-gray.svg) 50% no-repeat;
  width: 26px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.highlight {
  margin: 12% 0 0;
}

.highlight p {
  margin: 20px 0 0;
}

.highlight:before {
  content: '';
  display: block;
  margin: 0 0 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.highlight.apple:before {
  background-image: url(/images/benefits/apple.svg);
  width: 31px;
  height: 38px;
}

.highlight.building:before {
  background-image: url(/images/benefits/building.svg);
  width: 38px;
  height: 38px;
}

.highlight.calendar:before {
  background-image: url(/images/benefits/calendar.svg);
  width: 39px;
  height: 37px;
}

.highlight.coffee-cup:before {
  background-image: url(/images/benefits/coffee-cup.svg);
  width: 50px;
  height: 44px;
}

.highlight.confetti:before {
  background-image: url(/images/benefits/confetti.svg);
  width: 47px;
  height: 47px;
}

.highlight.dish:before {
  background-image: url(/images/benefits/dish.svg);
  width: 45px;
  height: 45px;
}

.highlight.document:before {
  background-image: url(/images/benefits/document.svg);
  width: 38px;
  height: 39px;
}

.highlight.encourage:before {
  background-image: url(/images/benefits/encourage.svg);
  width: 41px;
  height: 34px;
}

.highlight.entertainment:before {
  background-image: url(/images/benefits/entertainment.svg);
  width: 40px;
  height: 37px;
}

.highlight.flexibility:before {
  background-image: url(/images/benefits/flexibility.svg);
  width: 40px;
  height: 40px;
}

.highlight.football:before {
  background-image: url(/images/benefits/football.svg);
  width: 40px;
  height: 40px;
}

.highlight.gift:before {
  background-image: url(/images/benefits/gift.svg);
  width: 42px;
  height: 42px;
}

.highlight.group:before {
  background-image: url(/images/benefits/group.svg);
  width: 48px;
  height: 53px;
}

.highlight.health:before {
  background-image: url(/images/benefits/health.svg);
  width: 41px;
  height: 43px;
}

.highlight.network:before {
  background-image: url(/images/benefits/network.svg);
  width: 38px;
  height: 38px;
}

.highlight.open-book:before {
  background-image: url(/images/benefits/open-book.svg);
  width: 38px;
  height: 38px;
}

.highlight.rewards:before {
  background-image: url(/images/benefits/rewards.svg);
  width: 40px;
  height: 40px;
}

.highlight.sea:before {
  background-image: url(/images/benefits/sea.svg);
  width: 46px;
  height: 26px;
}

.highlight.statistics:before {
  background-image: url(/images/benefits/statistics.svg);
  width: 34px;
  height: 38px;
}

.highlight.support:before {
  background-image: url(/images/benefits/handshake.svg);
  width: 40px;
  height: 32px;
}

.highlight.surfboard:before {
  background-image: url(/images/benefits/surfboard.svg);
  width: 49px;
  height: 49px;
}

.highlight.tickets:before {
  background-image: url(/images/benefits/tickets.svg);
  width: 48px;
  height: 42px;
}

.highlight.train:before {
  background-image: url(/images/benefits/train.svg);
  width: 34px;
  height: 42px;
}

@media only screen and (min-width: 768px) {
  .highlight {
    margin: 8% 0 0;
    padding-top: 64px;
    position: relative;
    width: 44%;
    min-width: 44%;
    max-width: 44%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
  }

  .highlights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .highlight:before {
    position: absolute;
    top: 32px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: 50%;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .highlight:nth-child(even) {
    margin-left: 12%;
  }
}

@media only screen and (min-width: 1024px) {
  .highlight {
    width: 26%;
    min-width: 26%;
    max-width: 26%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
  }

  .highlight:nth-child(3n-1) {
    margin-left: 11%;
    margin-right: 11%;
  }
}

.contact-row {
  padding: 10% 0;
}

.contact-row dl:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-row .t1 {
  color: #1a237e;
}

.contact-row .btn {
  font-size: inherit;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .contact-row {
    padding: 15% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }

  .contact-row:after {
    content: '';
    background: url(/images/contact-illustration.svg) center/contain no-repeat;
    width: 890px;
    height: 360px;
    position: absolute;
    bottom: 12%;
    left: 42%;
    opacity: .5;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-row:after {
    width: 1038px;
    height: 420px;
    bottom: auto;
    top: 50%;
    margin-top: -220px;
    left: 38%;
  }
}

.contact-info dl {
  font-size: 22px;
  color: #000;
  margin: 20px 0;
}

.contact-info dl a {
  text-decoration: none;
}

.contact-info p {
  margin: 20px 0;
  font-size: 18px;
}

.contact-info p:last-child {
  margin-bottom: 0;
}

.contact-info p strong {
  font-weight: 400;
  display: block;
  color: #000;
}

.contact-info .location {
  position: relative;
  padding-left: 42px;
}

.contact-info .location:before {
  position: absolute;
  top: -2px;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .contact-info {
    width: 42%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    position: relative;
    z-index: 2;
  }

  .contact-info dl {
    font-size: 28px;
  }

  .contact-info p {
    font-size: 22px;
  }

  .contact-info dl,
  .contact-info p {
    margin: 40px 0;
  }

  .contact-info .location:before {
    top: -4px;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-info {
    width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

.contact-map {
  padding: 20px 20px 0 0;
  max-width: 462px;
  margin-left: auto;
  margin-right: auto;
}

.contact-map .map-container {
  padding: 0 0 122%;
  position: relative;
}

.contact-map .map,
.contact-map .map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.contact-map .map-overlay {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.contact-map .map-overlay.nomap {
  cursor: unset;
}

.contact-map .map-overlay p {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .33em;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.contact-map .map-overlay img {
  max-width: 45%;
}

.contact-map .map-visible .map-overlay p,
.contact-map .map-visible .map-overlay img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.contact-map .map-visible .map-overlay {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility 0s .3s;
  transition: opacity .3s, visibility 0s .3s;
}

.contact-map .map-visible .map-overlay p,
.contact-map .map-visible .map-overlay img {
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
}

@media only screen and (max-width: 767px) {
  .contact-map {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .contact-map {
    padding: 30px 30px 0 0;
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 472px;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-map .map-overlay p {
    bottom: 50px;
    left: 50px;
    right: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-map {
    margin-left: auto;
    margin-right: auto;
  }
}

.filters {
  padding: 15px 0;
}

@media only screen and (min-width: 768px) {
  .filters {
    padding: 30px 0;
  }
}

.filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
  margin: 0 -4px;
  font-size: 0;
  text-align: center;
  list-style-type: none;
}

@media only screen and (min-width: 768px) {
  .filters ul {
    max-width: 800px;
    margin: 0 auto;
  }
}

.filters li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  padding: 0 4px;
  vertical-align: top;
  margin-bottom: 8px;
}

.filters li:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.filters li:first-child span {
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .filters li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding: 0 8px;
  }

  .filters li:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .filters li:first-child span {
    padding: 10px 10px 5px;
  }
}

.filters span {
  display: block;
  padding: 10px 10px 5px;
  border: 2px solid #1a237e;
  font-size: 17px;
  line-height: 1.2;
  color: #1a237e;
  text-align: center;
  -webkit-transition: color .15s, background .15s;
  transition: color .15s, background .15s;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .filters span {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .filters span.all:before {
    display: none;
  }
}

.filters span:before {
  content: '';
  display: block;
  width: 35px;
  height: 31px;
  margin: 0 auto 4px;
  vertical-align: middle;
  background-size: 100% 100%;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.filters span.all:before {
  background-image: url(/images/all-filter.svg);
}

.filters span.varna:before {
  background-image: url(/images/varna-filter.svg);
}

.filters span.berlin:before {
  background-image: url(/images/berlin-filter.svg);
}

.filters span.netanya:before {
  background-image: url(/images/netanya-filter.svg);
}

.filters span:hover,
.filters span.active {
  color: #fff;
  background: #1a237e;
}

.filters span:hover.all:before,
.filters span.active.all:before {
  background-image: url(/images/all-filter-white.svg);
}

.filters span:hover.varna:before,
.filters span.active.varna:before {
  background-image: url(/images/varna-filter-white.svg);
}

.filters span:hover.berlin:before,
.filters span.active.berlin:before {
  background-image: url(/images/berlin-filter-white.svg);
}

.filters span:hover.netanya:before,
.filters span.active.netanya:before {
  background-image: url(/images/netanya-filter-white.svg);
}

.expandable-toggle {
  cursor: pointer;
  padding-right: 30px;
  position: relative;
}

.expandable-toggle:before,
.expandable-toggle:after {
  content: '';
  background: #ffb823;
  width: 21px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}

.expandable-toggle:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.expanded .expandable-toggle:after {
  -webkit-transform: none;
          transform: none;
}

.expandable-body {
  display: none;
}

.expanded .expandable-body {
  display: block;
}

@media only screen and (min-width: 768px) {
  .expandable-toggle {
    padding-right: 96px;
  }
}

.history {
  padding: 12% 0;
}

.history .t3 {
  margin: 36px 0 10px;
}

.history p {
  margin: 24px 0;
}

.history .t3 + p {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .history {
    padding: 8% 25% 8% 0;
  }

  .history .t3 {
    margin: 48px 0 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .history {
    padding-right: 28%;
  }
}

.cookie {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  background: #282828;
  z-index: 10;
  transition: transform .15s, opacity .15s, visibility .15s, -webkit-transform .15s;
}

.cookie.is-accepted {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

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

.cookie .btn {
  display: block;
  max-width: 200px;
  min-width: 0;
  margin: 0 auto 10px;
}

@media (max-width: 1023px) {
  .cookie-actions {
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  .cookie {
    padding: 20px 0;
  }

  .cookie-actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    margin-left: 10px;
  }

  .cookie .btn {
    padding: 15px 20px;
  }

  .cookie .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1024px) {
  .cookie .btn {
    display: inline-block;
    min-width: 160px;
    margin: 0 20px 0 0;
  }

  .cookie .cookie-actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}

.error {
  padding: 12% 0;
}

.error .t1,
.error p {
  margin: 24px 0;
}

.error .t6 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .error {
    text-align: center;
  }

  .error img {
    margin-left: auto;
    margin-right: auto;
    max-width: 30%;
  }

  .error .l + .r,
  .error .r + .l {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .error {
    padding: 8% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .error .t1,
  .error p {
    margin: 30px 0;
  }

  .error .t6 {
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .error .l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .error .r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .error-image {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .error-text {
    width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}

.nav-sticky {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .nav-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
    margin: 0;
  }
}

.nav-sticky ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

.nav-sticky li {
  margin: 4px;
}

.nav-sticky a {
  display: block;
  padding: 5px 20px;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  background: #363e8e;
  -webkit-transition: background .3s;
  transition: background .3s;
}

@media (min-width: 1024px) {
  .nav-sticky a {
    min-width: 160px;
  }

  .nav-sticky a:hover {
    background: rgba(54, 62, 142, 0.7);
  }
}

.nav-sticky .is-highlighted {
  position: relative;
  overflow: hidden;
}

.nav-sticky .is-highlighted:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 120%;
  top: -10%;
  left: -5%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  border-right: 3px solid #1a237e;
  background: #ffb823;
}

.nav-sticky .nav-text {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #ffb823;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1023px) {
  .nav-sticky .nav-text br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nav-sticky .nav-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
    margin: 0 45px 0 0;
    text-align: right;
  }
}

.med {
  font-weight: 500;
}

.tl {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .tc-m {
    text-align: center;
  }

  .tl-m {
    text-align: left;
  }

  .no-mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .no-tablet {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .no-desktop {
    display: none;
  }
}

.igaming-logo {
  background-image: url(/images/logo.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  text-indent: -100%;
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1023px) {
  .igaming-logo {
    width: 135px;
    height: 21px;
  }
}

@media only screen and (min-width: 1024px) {
  .igaming-logo {
    float: left;
    width: 170px;
    height: 25px;
    margin-top: 5px;
  }
}

.footer .igaming-logo {
  display: block;
  background-image: url(/images/logo-footer.svg);
  width: 170px;
  height: 26px;
}

.casino {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
}

.casino.bet-at-home {
  width: 81px;
  height: 22px;
}

.casino.betsson {
  width: 96px;
  height: 39px;
}

.casino.bwin {
  width: 61px;
  height: 20px;
}

.casino.cas888 {
  width: 52px;
  height: 37px;
}

.casino.coral {
  width: 75px;
  height: 12px;
}

.casino.gvc {
  width: 74px;
  height: 23px;
}

.casino.karamba {
  width: 90px;
  height: 39px;
}

.casino.kindred-group {
  width: 92px;
  height: 20px;
}

.casino.ladbrokes {
  width: 96px;
  height: 24px;
}

.casino.leovegas {
  width: 79px;
  height: 44px;
}

.casino.mr-green {
  width: 61px;
  height: 49px;
}

.casino.paddy-power {
  width: 104px;
  height: 12px;
}

.casino.sunbets {
  width: 94px;
  height: 16px;
}

.casino.suncorp-group {
  width: 90px;
  height: 26px;
}

.casino.unibet {
  width: 111px;
  height: 19px;
}

.casino.william-hill {
  width: 88px;
  height: 18px;
}

.copyright {
  font-size: 12px;
  text-align: center;
}

.compliance {
  text-align: center;
  font-size: 0;
  line-height: 48px;
  margin: 24px 0;
}

.compliance .age-restriction {
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #1a237e;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.compliance .begambleaware {
  background-size: contain;
  width: 169px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -100%;
  text-align: left;
  margin: 0 12px;
  text-decoration: none;
}

.compliance .gamcare {
  background-size: contain;
  width: 45px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-text-decoration: -100%;
          text-decoration: -100%;
  text-align: left;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .compliance .begambleaware {
    margin: 0 24px;
  }
}

.social {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social li {
  margin: 0 17px;
}

@media only screen and (min-width: 768px) {
  .social li {
    margin: 0;
  }

  .social li ~ li {
    margin-left: 34px;
  }
}

.soc {
  display: block;
  text-align: left;
  font-size: 0;
  overflow: hidden;
  text-indent: -100%;
  background-size: contain;
}

.soc.fb {
  width: 10px;
  height: 22px;
}

.soc.ig {
  width: 22px;
  height: 22px;
}

.soc.li {
  width: 22px;
  height: 22px;
}

.soc.tw {
  width: 22px;
  height: 19px;
}

.soc.yt {
  width: 24px;
  height: 28px;
}

.loaded [class*="ec-"] {
  background-image: url(/images/eye-catcher.svg);
}

.loaded [class*="ec-"].c1 {
  background-image: url(/images/eye-catcher2.svg);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .loaded .ec-intro {
    background-position: left 30%;
  }

  .loaded .ec-intro.c1 {
    background-position: left bottom;
  }
}

@media only screen and (min-width: 768px) {
  .loaded .ec-intro {
    background-image: url(/images/intro-bg.svg);
  }

  .loaded .ec-intro.c1 {
    background-image: url(/images/intro-bg.svg);
  }
}

.loaded .ec-lrb {
  background-image: url(/images/eye-catcher.svg), url(/images/eye-catcher.svg);
}

.loaded .ec-lrb.c1 {
  background-image: url(/images/eye-catcher2.svg), url(/images/eye-catcher2.svg);
}

.loaded .office.amsterdam a:before,
.loaded .office.amsterdam span:before {
  background-image: url(/images/amsterdam.svg);
}

.loaded .office.berlin a:before,
.loaded .office.berlin span:before {
  background-image: url(/images/berlin-job.svg);
}

.loaded .office.netanya a:before,
.loaded .office.netanya span:before {
  background-image: url(/images/netanya-job.svg);
}

.loaded .office.milano a:before,
.loaded .office.milano span:before {
  background-image: url(/images/milano-yellow.svg);
}

.loaded .office.question a:before,
.loaded .office.question span:before {
  background-image: url(/images/question.svg);
}

.loaded .office.varna a:before,
.loaded .office.varna span:before {
  background-image: url(/images/varna.svg);
}

.loaded .compliance .begambleaware {
  background: url(/images/gambleaware.png) 50% no-repeat;
  background-size: contain;
}

.loaded .compliance .gamcare {
  background: url(/images/gamcare.png) 50% no-repeat;
  background-size: contain;
}

.loaded .soc.fb {
  background: url(/images/facebook.svg) center/contain no-repeat;
}

.loaded .soc.ig {
  background: url(/images/instagram.svg) center/contain no-repeat;
}

.loaded .soc.li {
  background: url(/images/linkedin.svg) center/contain no-repeat;
}

.loaded .soc.tw {
  background: url(/images/twitter.svg) center/contain no-repeat;
}

.loaded .soc.yt {
  background: url(/images/youtube.svg) center/contain no-repeat;
}

.loaded .casino.bet-at-home {
  background-image: url(/images/casinos/bet-at-home.png);
}

.loaded .casino.betsson {
  background-image: url(/images/casinos/betsson.png);
}

.loaded .casino.bwin {
  background-image: url(/images/casinos/bwin.png);
}

.loaded .casino.cas888 {
  background-image: url(/images/casinos/888casino.png);
}

.loaded .casino.coral {
  background-image: url(/images/casinos/coral.png);
}

.loaded .casino.gvc {
  background-image: url(/images/casinos/gvc.png);
}

.loaded .casino.karamba {
  background-image: url(/images/casinos/karamba.png);
}

.loaded .casino.kindred-group {
  background-image: url(/images/casinos/kindred-group.png);
}

.loaded .casino.ladbrokes {
  background-image: url(/images/casinos/ladbrokes.png);
}

.loaded .casino.leovegas {
  background-image: url(/images/casinos/leovegas.png);
}

.loaded .casino.mr-green {
  background-image: url(/images/casinos/mr-green.png);
}

.loaded .casino.paddy-power {
  background-image: url(/images/casinos/paddy-power.png);
}

.loaded .casino.sunbets {
  background-image: url(/images/casinos/sunbets.png);
}

.loaded .casino.suncorp-group {
  background-image: url(/images/casinos/suncorp-group.png);
}

.loaded .casino.unibet {
  background-image: url(/images/casinos/unibet.png);
}

.loaded .casino.william-hill {
  background-image: url(/images/casinos/william-hill.png);
}

.no-touch a:hover {
  text-decoration: none;
}

.no-touch .btn:hover {
  background-color: #ffb823;
  color: #1a237e;
}

.no-touch .nav a:hover:after {
  right: 0;
}

.no-touch .nav-footer a:hover:after {
  right: 0;
}

.no-touch .intro-aside .top-half:hover {
  background-color: #ffb823;
}

.no-touch .topics a:hover {
  text-decoration: underline;
}

.no-touch .topics a:hover:after {
  background-color: #1a237e;
  background-image: url(/images/link-arrow-hover.svg);
}

.no-touch .news-preview .t4 a:hover,
.no-touch .news-preview .more:hover {
  text-decoration: underline;
}

.no-touch .news-preview .more:hover:before {
  background-color: #1a237e;
  background-image: url(/images/link-arrow-hover.svg);
}

.no-touch .contact-info dl a:hover {
  text-decoration: underline;
}

.no-touch .side-nav a:hover {
  max-width: 300px;
  padding-left: 28px;
  padding-right: 52px;
  color: #fff;
}

.no-touch .swiper-button-prev:hover,
.no-touch .swiper-button-next:hover {
  background-color: #1a237e;
}

.no-touch .swiper-button-prev:hover:before {
  border-color: #fff #1a237e #1a237e #fff;
}

.no-touch .swiper-button-next:hover:before {
  border-color: #fff #fff #1a237e #1a237e;
}

.no-touch .office a:hover {
  text-decoration: underline;
}

.no-touch .c1 .btn:hover,
.no-touch .c2 .btn:hover,
.no-touch .c1.btn:hover,
.no-touch .c2.btn:hover {
  background-color: #f4f4f4;
}

.no-touch .btn.s.alt:hover {
  background-color: #fff;
  border-color: #fff;
}

@media only screen and (min-width: 1024px) {
  .no-touch .nav > ul > li:hover > a,
  .no-touch .nav > ul > li:hover > span {
    background-color: #ffb823;
  }

  .no-touch .side-nav a:hover {
    padding-left: 42px;
    padding-right: 100px;
  }
}

.no-svg .footer .logo {
  background-image: url(/images/logo-footer.png);
}

.no-svg .topics a:after,
.no-svg .news-preview .more:before {
  background-image: url(/images/link-arrow.png);
}

.no-svg .news-preview .date:before {
  background-image: url(/images/calendar.png);
}

.no-svg .location:before {
  background-image: url(/images/pin-gray.png);
}

.no-svg .c1 .location:before {
  background-image: url(/images/pin-white.png);
}

.no-svg .highlight.apple:before {
  background-image: url(/images/benefits/apple.png);
}

.no-svg .highlight.building:before {
  background-image: url(/images/benefits/building.png);
}

.no-svg .highlight.calendar:before {
  background-image: url(/images/benefits/calendar.png);
}

.no-svg .highlight.coffee-cup:before {
  background-image: url(/images/benefits/coffee-cup.png);
}

.no-svg .highlight.confetti:before {
  background-image: url(/images/benefits/confetti.png);
}

.no-svg .highlight.dish:before {
  background-image: url(/images/benefits/dish.png);
}

.no-svg .highlight.document:before {
  background-image: url(/images/benefits/document.png);
}

.no-svg .highlight.encourage:before {
  background-image: url(/images/benefits/encourage.png);
}

.no-svg .highlight.entertainment:before {
  background-image: url(/images/benefits/entertainment.png);
}

.no-svg .highlight.flexibility:before {
  background-image: url(/images/benefits/flexibility.png);
}

.no-svg .highlight.football:before {
  background-image: url(/images/benefits/football.png);
}

.no-svg .highlight.gift:before {
  background-image: url(/images/benefits/gift.png);
}

.no-svg .highlight.group:before {
  background-image: url(/images/benefits/group.png);
}

.no-svg .highlight.health:before {
  background-image: url(/images/benefits/health.png);
}

.no-svg .highlight.network:before {
  background-image: url(/images/benefits/network.png);
}

.no-svg .highlight.open-book:before {
  background-image: url(/images/benefits/open-book.png);
}

.no-svg .highlight.rewards:before {
  background-image: url(/images/benefits/rewards.png);
}

.no-svg .highlight.sea:before {
  background-image: url(/images/benefits/sea.png);
}

.no-svg .highlight.statistics:before {
  background-image: url(/images/benefits/statistics.png);
}

.no-svg .highlight.support:before {
  background-image: url(/images/benefits/handshake.png);
}

.no-svg .highlight.surfboard:before {
  background-image: url(/images/benefits/surfboard.png);
}

.no-svg .highlight.tickets:before {
  background-image: url(/images/benefits/tickets.png);
}

.no-svg .highlight.train:before {
  background-image: url(/images/benefits/train.png);
}

.no-svg .filter.om:before {
  background-image: url(/images/computer.png);
}

.no-svg .filter.pr:before {
  background-image: url(/images/coding.png);
}

.no-svg .filter.cn:before {
  background-image: url(/images/file.png);
}

.no-svg .filter.ds:before {
  background-image: url(/images/paint-brush.png);
}

.no-svg .filter.berlin:before {
  background-image: url(/images/berlin-filter.png);
}

.no-svg .filter.varna:before {
  background-image: url(/images/varna-filter.png);
}

.no-svg .filter.netanya:before {
  background-image: url(/images/netanya-filter.png);
}

.no-svg .filter.active.om:before {
  background-image: url(/images/computer-act.png);
}

.no-svg .filter.active.pr:before {
  background-image: url(/images/coding-act.png);
}

.no-svg .filter.active.cn:before {
  background-image: url(/images/file-act.png);
}

.no-svg .filter.active.ds:before {
  background-image: url(/images/paint-brush-act.png);
}

.no-svg .filter.active.berlin:before {
  background-image: url(/images/berlin-filter-act.png);
}

.no-svg .filter.active.varna:before {
  background-image: url(/images/varna-filter-act.png);
}

.no-svg .filter.active.netanya:before {
  background-image: url(/images/netanya-filter-act.png);
}

.no-svg .job .city:before,
.no-svg .job-body ul li:before {
  background-image: url(/images/hexagon.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-svg .footer .logo {
    background-image: url(/images/logo-footer@2x.png);
  }

  .no-svg .topics a:after,
  .no-svg .news-preview .more:before {
    background-image: url(/images/link-arrow@2x.png);
    background-size: 10px 11px;
  }

  .no-svg .news-preview .date:before {
    background-image: url(/images/calendar@2x.png);
    background-size: 15px 15px;
  }

  .no-svg .location:before {
    background-image: url(/images/pin-gray@2x.png);
    background-size: 26px 35px;
  }

  .no-svg .c1 .location:before {
    background-image: url(/images/pin-white@2x.png);
  }

  .no-svg .highlight.apple:before {
    background-image: url(/images/benefits/apple@2x.png);
  }

  .no-svg .highlight.building:before {
    background-image: url(/images/benefits/building@2x.png);
  }

  .no-svg .highlight.calendar:before {
    background-image: url(/images/benefits/calendar@2x.png);
  }

  .no-svg .highlight.coffee-cup:before {
    background-image: url(/images/benefits/coffee-cup@2x.png);
  }

  .no-svg .highlight.confetti:before {
    background-image: url(/images/benefits/confetti@2x.png);
  }

  .no-svg .highlight.dish:before {
    background-image: url(/images/benefits/dish@2x.png);
  }

  .no-svg .highlight.document:before {
    background-image: url(/images/benefits/document@2x.png);
  }

  .no-svg .highlight.encourage:before {
    background-image: url(/images/benefits/encourage@2x.png);
  }

  .no-svg .highlight.entertainment:before {
    background-image: url(/images/benefits/entertainment@2x.png);
  }

  .no-svg .highlight.flexibility:before {
    background-image: url(/images/benefits/flexibility@2x.png);
  }

  .no-svg .highlight.football:before {
    background-image: url(/images/benefits/football@2x.png);
  }

  .no-svg .highlight.gift:before {
    background-image: url(/images/benefits/gift@2x.png);
  }

  .no-svg .highlight.group:before {
    background-image: url(/images/benefits/group@2x.png);
  }

  .no-svg .highlight.health:before {
    background-image: url(/images/benefits/health@2x.png);
  }

  .no-svg .highlight.network:before {
    background-image: url(/images/benefits/network@2x.png);
  }

  .no-svg .highlight.open-book:before {
    background-image: url(/images/benefits/open-book@2x.png);
  }

  .no-svg .highlight.rewards:before {
    background-image: url(/images/benefits/rewards@2x.png);
  }

  .no-svg .highlight.sea:before {
    background-image: url(/images/benefits/sea@2x.png);
  }

  .no-svg .highlight.statistics:before {
    background-image: url(/images/benefits/statistics@2x.png);
  }

  .no-svg .highlight.support:before {
    background-image: url(/images/benefits/handshake@2x.png);
  }

  .no-svg .highlight.surfboard:before {
    background-image: url(/images/benefits/surfboard@2x.png);
  }

  .no-svg .highlight.tickets:before {
    background-image: url(/images/benefits/tickets@2x.png);
  }

  .no-svg .highlight.train:before {
    background-image: url(/images/benefits/train@2x.png);
  }

  .no-svg .filter.om:before {
    background-image: url(/images/computer@2x.png);
  }

  .no-svg .filter.pr:before {
    background-image: url(/images/coding@2x.png);
  }

  .no-svg .filter.cn:before {
    background-image: url(/images/file@2x.png);
  }

  .no-svg .filter.ds:before {
    background-image: url(/images/paint-brush@2x.png);
  }

  .no-svg .filter.berlin:before {
    background-image: url(/images/berlin-filter@2x.png);
  }

  .no-svg .filter.varna:before {
    background-image: url(/images/varna-filter@2x.png);
  }

  .no-svg .filter.netanya:before {
    background-image: url(/images/netanya-filter@2x.png);
  }

  .no-svg .filter.active.om:before {
    background-image: url(/images/computer-act@2x.png);
  }

  .no-svg .filter.active.pr:before {
    background-image: url(/images/coding-act@2x.png);
  }

  .no-svg .filter.active.cn:before {
    background-image: url(/images/file-act@2x.png);
  }

  .no-svg .filter.active.ds:before {
    background-image: url(/images/paint-brush-act@2x.png);
  }

  .no-svg .filter.active.berlin:before {
    background-image: url(/images/berlin-filter-act@2x.png);
  }

  .no-svg .filter.active.varna:before {
    background-image: url(/images/varna-filter-act@2x.png);
  }

  .no-svg .filter.active.netanya:before {
    background-image: url(/images/netanya-filter-act@2x.png);
  }

  .no-svg .job .city:before,
  .no-svg .job-body ul li:before {
    background-image: url(/images/hexagon@2x.png);
    background-size: 10px 12px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
  .no-svg .footer .logo {
    background-image: url(/images/logo-footer@3x.png);
  }

  .no-svg .topics a:after,
  .no-svg .news-preview .more:before {
    background-image: url(/images/link-arrow@3x.png);
  }

  .no-svg .news-preview .date:before {
    background-image: url(/images/calendar@3x.png);
  }

  .no-svg .location:before {
    background-image: url(/images/pin-gray@3x.png);
  }

  .no-svg .c1 .location:before {
    background-image: url(/images/pin-white@3x.png);
  }

  .no-svg .highlight.apple:before {
    background-image: url(/images/benefits/apple@3x.png);
  }

  .no-svg .highlight.building:before {
    background-image: url(/images/benefits/building@3x.png);
  }

  .no-svg .highlight.calendar:before {
    background-image: url(/images/benefits/calendar@3x.png);
  }

  .no-svg .highlight.coffee-cup:before {
    background-image: url(/images/benefits/coffee-cup@3x.png);
  }

  .no-svg .highlight.confetti:before {
    background-image: url(/images/benefits/confetti@3x.png);
  }

  .no-svg .highlight.dish:before {
    background-image: url(/images/benefits/dish@3x.png);
  }

  .no-svg .highlight.document:before {
    background-image: url(/images/benefits/document@3x.png);
  }

  .no-svg .highlight.encourage:before {
    background-image: url(/images/benefits/encourage@3x.png);
  }

  .no-svg .highlight.entertainment:before {
    background-image: url(/images/benefits/entertainment@3x.png);
  }

  .no-svg .highlight.flexibility:before {
    background-image: url(/images/benefits/flexibility@3x.png);
  }

  .no-svg .highlight.football:before {
    background-image: url(/images/benefits/football@3x.png);
  }

  .no-svg .highlight.gift:before {
    background-image: url(/images/benefits/gift@3x.png);
  }

  .no-svg .highlight.group:before {
    background-image: url(/images/benefits/group@3x.png);
  }

  .no-svg .highlight.health:before {
    background-image: url(/images/benefits/health@3x.png);
  }

  .no-svg .highlight.network:before {
    background-image: url(/images/benefits/network@3x.png);
  }

  .no-svg .highlight.open-book:before {
    background-image: url(/images/benefits/open-book@3x.png);
  }

  .no-svg .highlight.rewards:before {
    background-image: url(/images/benefits/rewards@3x.png);
  }

  .no-svg .highlight.sea:before {
    background-image: url(/images/benefits/sea@3x.png);
  }

  .no-svg .highlight.statistics:before {
    background-image: url(/images/benefits/statistics@3x.png);
  }

  .no-svg .highlight.support:before {
    background-image: url(/images/benefits/handshake@3x.png);
  }

  .no-svg .highlight.surfboard:before {
    background-image: url(/images/benefits/surfboard@3x.png);
  }

  .no-svg .highlight.tickets:before {
    background-image: url(/images/benefits/tickets@3x.png);
  }

  .no-svg .highlight.train:before {
    background-image: url(/images/benefits/train@3x.png);
  }

  .no-svg .filter.om:before {
    background-image: url(/images/computer@3x.png);
  }

  .no-svg .filter.pr:before {
    background-image: url(/images/coding@3x.png);
  }

  .no-svg .filter.cn:before {
    background-image: url(/images/file@3x.png);
  }

  .no-svg .filter.ds:before {
    background-image: url(/images/paint-brush@3x.png);
  }

  .no-svg .filter.berlin:before {
    background-image: url(/images/berlin-filter@3x.png);
  }

  .no-svg .filter.varna:before {
    background-image: url(/images/varna-filter@3x.png);
  }

  .no-svg .filter.netanya:before {
    background-image: url(/images/netanya-filter@3x.png);
  }

  .no-svg .filter.active.om:before {
    background-image: url(/images/computer-act@3x.png);
  }

  .no-svg .filter.active.pr:before {
    background-image: url(/images/coding-act@3x.png);
  }

  .no-svg .filter.active.cn:before {
    background-image: url(/images/file-act@3x.png);
  }

  .no-svg .filter.active.ds:before {
    background-image: url(/images/paint-brush-act@3x.png);
  }

  .no-svg .filter.active.berlin:before {
    background-image: url(/images/berlin-filter-act@3x.png);
  }

  .no-svg .filter.active.varna:before {
    background-image: url(/images/varna-filter-act@3x.png);
  }

  .no-svg .filter.active.netanya:before {
    background-image: url(/images/netanya-filter-act@3x.png);
  }

  .no-svg .job .city:before,
  .no-svg .job-body ul li:before {
    background-image: url(/images/hexagon@3x.png);
  }
}

@media only screen and (max-width: 767px) {
  .no-svg .logo {
    background-image: url(/images/logo-mobile.png);
  }
}

@media only screen and (min-width: 768px) {
  .no-svg .logo {
    background-image: url(/images/logo.png);
  }
}

@media only screen and (max-width: 1023px) {
  .no-svg .side-nav .l-berlin:after {
    background-image: url(/images/berlin-side-mobile.png);
  }

  .no-svg .side-nav .l-varna:after {
    background-image: url(/images/varna-side-mobile.png);
  }

  .no-svg .side-nav .l-netanya:after {
    background-image: url(/images/netanya-side-mobile.png);
  }
}

@media only screen and (min-width: 1024px) {
  .no-svg .side-nav .l-berlin:after {
    background-image: url(/images/berlin-side.png);
  }

  .no-svg .side-nav .l-varna:after {
    background-image: url(/images/varna-side.png);
  }

  .no-svg .side-nav .l-netanya:after {
    background-image: url(/images/netanya-side.png);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  .no-svg .logo {
    background-image: url(/images/logo-mobile@2x.png);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 3) and (max-width: 767px), only screen and (min-device-pixel-ratio: 3) and (max-width: 767px), only screen and (min-resolution: 288dpi) and (max-width: 767px), only screen and (min-resolution: 3dppx) and (max-width: 767px) {
  .no-svg .logo {
    background-image: url(/images/logo-mobile@3x.png);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-resolution: 192dpi) and (min-width: 768px), only screen and (min-resolution: 2dppx) and (min-width: 768px) {
  .no-svg .logo {
    background-image: url(/images/logo@2x.png);
  }

  .no-svg [class*="ec-"] {
    background-size: 685px 815px;
  }

  .no-svg .ec-lrb {
    background-size: 685px 815px, 685px, 815px;
  }

  .no-svg .ec-intro,
  .no-svg .ec-intro.c1 {
    background-size: 424px 333px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) and (min-width: 768px), only screen and (min--moz-device-pixel-ratio: 3) and (min-width: 768px), only screen and (min-device-pixel-ratio: 3) and (min-width: 768px), only screen and (min-resolution: 288dpi) and (min-width: 768px), only screen and (min-resolution: 3dppx) and (min-width: 768px) {
  .no-svg .logo {
    background-image: url(/images/logo@3x.png);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (min-resolution: 192dpi) and (max-width: 1023px), only screen and (min-resolution: 2dppx) and (max-width: 1023px) {
  .no-svg .side-nav .l-berlin:after {
    background-image: url(/images/berlin-side-mobile@2x.png);
    background-size: 22px 16px;
  }

  .no-svg .side-nav .l-varna:after {
    background-image: url(/images/varna-side-mobile@2x.png);
    background-size: 23px 23px;
  }

  .no-svg .side-nav .l-netanya:after {
    background-image: url(/images/netanya-side-mobile@2x.png);
    background-size: 22px 23px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 1023px), only screen and (min--moz-device-pixel-ratio: 3) and (max-width: 1023px), only screen and (min-device-pixel-ratio: 3) and (max-width: 1023px), only screen and (min-resolution: 288dpi) and (max-width: 1023px), only screen and (min-resolution: 3dppx) and (max-width: 1023px) {
  .no-svg .side-nav .l-berlin:after {
    background-image: url(/images/berlin-side-mobile@3x.png);
  }

  .no-svg .side-nav .l-varna:after {
    background-image: url(/images/varna-side-mobile@3x.png);
  }

  .no-svg .side-nav .l-netanya:after {
    background-image: url(/images/netanya-side-mobile@3x.png);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1024px), only screen and (min-resolution: 192dpi) and (min-width: 1024px), only screen and (min-resolution: 2dppx) and (min-width: 1024px) {
  .no-svg .side-nav .l-berlin:after {
    background-image: url(/images/berlin-side@2x.png);
    background-size: 44px 32px;
  }

  .no-svg .side-nav .l-varna:after {
    background-image: url(/images/varna-side@2x.png);
    background-size: 41px 41px;
  }

  .no-svg .side-nav .l-netanya:after {
    background-image: url(/images/netanya-side@2x.png);
    background-size: 35px 36px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) and (min-width: 1024px), only screen and (min--moz-device-pixel-ratio: 3) and (min-width: 1024px), only screen and (min-device-pixel-ratio: 3) and (min-width: 1024px), only screen and (min-resolution: 288dpi) and (min-width: 1024px), only screen and (min-resolution: 3dppx) and (min-width: 1024px) {
  .no-svg .side-nav .l-berlin:after {
    background-image: url(/images/berlin-side@3x.png);
  }

  .no-svg .side-nav .l-varna:after {
    background-image: url(/images/varna-side@3x.png);
  }

  .no-svg .side-nav .l-netanya:after {
    background-image: url(/images/netanya-side@3x.png);
  }
}

.no-svg.loaded .office.amsterdam:before {
  background-image: url(/images/amsterdam.png);
}

.no-svg.loaded .office.berlin:before {
  background-image: url(/images/berlin.png);
}

.no-svg.loaded .office.netanya:before {
  background-image: url(/images/netanya.png);
}

.no-svg.loaded .office.question:before {
  background-image: url(/images/question.png);
}

.no-svg.loaded .office.varna:before {
  background-image: url(/images/varna.png);
}

.no-svg.loaded .soc.fb {
  background-image: url(/images/facebook.png);
}

.no-svg.loaded .soc.ig {
  background-image: url(/images/instagram.png);
}

.no-svg.loaded .soc.li {
  background-image: url(/images/linkedin.png);
}

.no-svg.loaded .soc.tw {
  background-image: url(/images/twitter.png);
}

.no-svg.loaded .soc.yt {
  background-image: url(/images/youtube.png);
}

.no-svg.loaded [class*="ec-"] {
  background-image: url(/images/eye-catcher.png);
}

.no-svg.loaded [class*="ec-"].c1 {
  background-image: url(/images/eye-catcher2.png);
}

.no-svg.loaded .ec-lrb {
  background-image: url(/images/eye-catcher.png), url(/images/eye-catcher.png);
}

.no-svg.loaded .ec-lrb.c1 {
  background-image: url(/images/eye-catcher2.png), url(/images/eye-catcher2.png);
}

.no-svg.loaded .ec-intro,
.no-svg.loaded .ec-intro.c1 {
  background-image: url(/images/intro-bg.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-svg.loaded .office.amsterdam:before {
    background-image: url(/images/amsterdam@2x.png);
  }

  .no-svg.loaded .office.berlin:before {
    background-image: url(/images/berlin@2x.png);
  }

  .no-svg.loaded .office.netanya:before {
    background-image: url(/images/netanya@2x.png);
  }

  .no-svg.loaded .office.question:before {
    background-image: url(/images/question@2x.png);
  }

  .no-svg.loaded .office.varna:before {
    background-image: url(/images/varna@2x.png);
  }

  .no-svg.loaded .soc.fb {
    background-image: url(/images/facebook@2x.png);
  }

  .no-svg.loaded .soc.ig {
    background-image: url(/images/instagram@2x.png);
  }

  .no-svg.loaded .soc.li {
    background-image: url(/images/linkedin@2x.png);
  }

  .no-svg.loaded .soc.tw {
    background-image: url(/images/twitter@2x.png);
  }

  .no-svg.loaded .soc.yt {
    background-image: url(/images/youtube@2x.png);
  }

  .no-svg.loaded [class*="ec-"] {
    background-image: url(/images/eye-catcher@2x.png);
  }

  .no-svg.loaded [class*="ec-"].c1 {
    background-image: url(/images/eye-catcher2@2x.png);
  }

  .no-svg.loaded .ec-lrb {
    background-image: url(/images/eye-catcher@2x.png), url(/images/eye-catcher@2x.png);
  }

  .no-svg.loaded .ec-lrb.c1 {
    background-image: url(/images/eye-catcher2@2x.png), url(/images/eye-catcher2@2x.png);
  }

  .no-svg.loaded .ec-intro,
  .no-svg.loaded .ec-intro.c1 {
    background-image: url(/images/intro-bg@2x.png);
    background-size: 424px 333px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
  .no-svg.loaded .office.amsterdam:before {
    background-image: url(/images/amsterdam@3x.png);
  }

  .no-svg.loaded .office.berlin:before {
    background-image: url(/images/berlin@3x.png);
  }

  .no-svg.loaded .office.netanya:before {
    background-image: url(/images/netanya@3x.png);
  }

  .no-svg.loaded .office.question:before {
    background-image: url(/images/question@3x.png);
  }

  .no-svg.loaded .office.varna:before {
    background-image: url(/images/varna@3x.png);
  }

  .no-svg.loaded .soc.fb {
    background-image: url(/images/facebook@3x.png);
  }

  .no-svg.loaded .soc.ig {
    background-image: url(/images/instagram@3x.png);
  }

  .no-svg.loaded .soc.li {
    background-image: url(/images/linkedin@3x.png);
  }

  .no-svg.loaded .soc.tw {
    background-image: url(/images/twitter@3x.png);
  }

  .no-svg.loaded .soc.yt {
    background-image: url(/images/youtube@3x.png);
  }

  .no-svg.loaded [class*="ec-"] {
    background-image: url(/images/eye-catcher@3x.png);
  }

  .no-svg.loaded [class*="ec-"].c1 {
    background-image: url(/images/eye-catcher2@3x.png);
  }

  .no-svg.loaded .ec-lrb {
    background-image: url(/images/eye-catcher@3x.png), url(/images/eye-catcher@3x.png);
  }

  .no-svg.loaded .ec-lrb.c1 {
    background-image: url(/images/eye-catcher2@3x.png), url(/images/eye-catcher2@3x.png);
  }

  .no-svg.loaded .ec-intro,
  .no-svg.loaded .ec-intro.c1 {
    background-image: url(/images/intro-bg@3x.png);
  }
}

.no-svg.no-touch .topics a:hover:after,
.no-svg.no-touch .news-preview .more:hover:before {
  background-image: url(/images/link-arrow-hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-svg.no-touch .topics a:hover:after,
  .no-svg.no-touch .news-preview .more:hover:before {
    background-image: url(/images/link-arrow-hover@2x.png);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
  .no-svg.no-touch .topics a:hover:after,
  .no-svg.no-touch .news-preview .more:hover:before {
    background-image: url(/images/link-arrow-hover@3x.png);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .loaded .compliance .begambleaware {
    background-image: url(/images/gambleaware@2x.png);
  }

  .loaded .compliance .gamcare {
    background-image: url(/images/gamcare@2x.png);
  }

  .loaded .casino.bet-at-home {
    background-image: url(/images/casinos/bet-at-home@2x.png);
  }

  .loaded .casino.betsson {
    background-image: url(/images/casinos/betsson@2x.png);
  }

  .loaded .casino.bwin {
    background-image: url(/images/casinos/bwin@2x.png);
  }

  .loaded .casino.cas888 {
    background-image: url(/images/casinos/888casino@2x.png);
  }

  .loaded .casino.coral {
    background-image: url(/images/casinos/coral@2x.png);
  }

  .loaded .casino.gvc {
    background-image: url(/images/casinos/gvc@2x.png);
  }

  .loaded .casino.kindred-group {
    background-image: url(/images/casinos/kindred-group@2x.png);
  }

  .loaded .casino.ladbrokes {
    background-image: url(/images/casinos/ladbrokes@2x.png);
  }

  .loaded .casino.leovegas {
    background-image: url(/images/casinos/leovegas@2x.png);
  }

  .loaded .casino.mr-green {
    background-image: url(/images/casinos/mr-green@2x.png);
  }

  .loaded .casino.mybet {
    background-image: url(/images/casinos/mybet@2x.png);
  }

  .loaded .casino.paddy-power {
    background-image: url(/images/casinos/paddy-power@2x.png);
  }

  .loaded .casino.sunbets {
    background-image: url(/images/casinos/sunbets@2x.png);
  }

  .loaded .casino.suncorp-group {
    background-image: url(/images/casinos/suncorp-group@2x.png);
  }

  .loaded .casino.unibet {
    background-image: url(/images/casinos/unibet@2x.png);
  }

  .loaded .casino.william-hill {
    background-image: url(/images/casinos/william-hill@2x.png);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
  .loaded .compliance .begambleaware {
    background-image: url(/images/gambleaware@3x.png);
  }

  .loaded .compliance .gamcare {
    background-image: url(/images/gamcare@3x.png);
  }

  .loaded .casino.bet-at-home {
    background-image: url(/images/casinos/bet-at-home@3x.png);
  }

  .loaded .casino.betsson {
    background-image: url(/images/casinos/betsson@3x.png);
  }

  .loaded .casino.bwin {
    background-image: url(/images/casinos/bwin@3x.png);
  }

  .loaded .casino.cas888 {
    background-image: url(/images/casinos/888casino@3x.png);
  }

  .loaded .casino.coral {
    background-image: url(/images/casinos/coral@3x.png);
  }

  .loaded .casino.gvc {
    background-image: url(/images/casinos/gvc@3x.png);
  }

  .loaded .casino.kindred-group {
    background-image: url(/images/casinos/kindred-group@3x.png);
  }

  .loaded .casino.ladbrokes {
    background-image: url(/images/casinos/ladbrokes@3x.png);
  }

  .loaded .casino.leovegas {
    background-image: url(/images/casinos/leovegas@3x.png);
  }

  .loaded .casino.mr-green {
    background-image: url(/images/casinos/mr-green@3x.png);
  }

  .loaded .casino.mybet {
    background-image: url(/images/casinos/mybet@3x.png);
  }

  .loaded .casino.paddy-power {
    background-image: url(/images/casinos/paddy-power@3x.png);
  }

  .loaded .casino.sunbets {
    background-image: url(/images/casinos/sunbets@3x.png);
  }

  .loaded .casino.suncorp-group {
    background-image: url(/images/casinos/suncorp-group@3x.png);
  }

  .loaded .casino.unibet {
    background-image: url(/images/casinos/unibet@3x.png);
  }

  .loaded .casino.william-hill {
    background-image: url(/images/casinos/william-hill@3x.png);
  }
}

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/

#outdated {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1500;
  background-color: #ffb823;
  color: #1a237e;
  padding: 2% 20px;
}

#outdated.hidden {
  display: none;
}

#outdated p:not(.last) {
  margin: 20px 0 30px;
}

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  /*need for IE*/
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer;
}

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #ffffff;
}

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
}

#outdated .last[dir='rtl'] {
  right: auto !important;
  left: 25px !important;
}

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
}

* html #outdated {
  position: absolute;
}

.blogposts{padding: 25px 10px 10px;}
.blogpost{padding-bottom: 10px;margin-bottom: 30px;background: #f5f5f5;}
.blogpost .img{margin: 0px 15px 5px 0}
.blogpost .img img{width: 100%;box-shadow: 15px -15px 0 #ffb822;}
.blogpost:nth-child(even) .img img{box-shadow: 15px -15px 0 #1a237e;}
.blogpost h2{font-weight: normal;font-size: 18px;line-height: 1.2;padding: 5px 20px;}
.blogpost h2 a{color: #1a237e;text-decoration: none;}
.blogpost p{display:none;padding: 5px 20px;font-size: 15px;line-height: 24px;}
.blogpost p.meta{display:block;font-size: 13px;line-height:16px;color: #666;}
.blogpost p.meta:before{content:"";display:inline-block;width:15px;height:12px;vertical-align: middle;margin-right: 5px;margin-top: -4px;background:url(/images/blogprops.png) no-repeat 0 0;}
@media only screen and (min-width: 600px) {
.blogposts{display:flex;flex-flow:row wrap;justify-content: space-between;}
.blogpost{position:relative;flex-basis: 49%;padding-bottom:35px;}
.blogpost p{display:block;}
.blogpost p.meta{position:absolute;bottom:5px;left:0;}
}
@media only screen and (min-width: 1024px) {
.blogposts{padding-top: 50px}
.blogpost{flex-basis: 32.6%;margin-bottom: 65px;}
.blogpost h2{font-size: 26px;}
}
.tw-pagination{list-style: none;margin: auto;padding: 10px 0;max-width: 300px;text-align: center;}
.tw-pagination li{display: inline-block;}
.tw-pagination li .page{display: block;width: 30px;margin: 5px;font-size: 16px;line-height: 18px;background: #1a237e;color: white;text-decoration:none;}
.tw-pagination li .page.current{background: #ffb823;color: #1a237e;}
.tw-pagination li .page:before,.tw-pagination li .page:after{content:"";display: block;;width: 0;height: 0;border: 15px solid white;}
.tw-pagination li .page:before{border-bottom-color: transparent;border-bottom-width: 7px;}
.tw-pagination li .page:after{border-top-color: transparent;border-top-width: 7px;}
@media only screen and (min-width: 600px) {
.tw-pagination li .page{width: 36px;margin: 7px;font-size: 20px;line-height: 22px;}
.tw-pagination li .page:before,.tw-pagination li .page:after{border-width: 18px;}
.tw-pagination li .page:before{border-bottom-width: 10px;}
.tw-pagination li .page:after{border-top-width: 10px;}
}

[class*='ico-']:before,
[class^='ico-']:before { content: ''; display: inline-block; vertical-align: middle; background-position: center; background-repeat: no-repeat; background-size: contain; } 

.ico-linkedin-circle:before { background-image: url(/wp-content/themes/custom/images/icons/ico-linkedin-circle.png); width: 54px; height: 54px; }
.ico-linkedin-circle-blue:before { background-image: url(/wp-content/themes/custom/images/icons/ico-linkedin-circle-blue.png); width: 54px; height: 54px; }


/* igamingcare sectuion */

.logo-igamingcare { background-image: url(/wp-content/themes/custom/images/logos/logo-igamingcare.svg); background-position: 50%; background-repeat: no-repeat; background-size: contain; font-size: 0; line-height: 0; text-indent: -100%; text-decoration: none; overflow: hidden; display: inline-block; vertical-align: middle; width: 218px; height: 32px; }

.section.pattern .container { position: relative; }
.section.pattern:before { content: ''; position: absolute; top: 0; left: 0; background-position: right bottom; background-size: auto; background-repeat: no-repeat; background-image: url(/wp-content/themes/custom/images/section-dark-pattern-m.png); width: 100%; height: 100%; opacity: 0.25; }
.section .section-right p { padding: 0 25px; margin: 25px 0; }
.section .section-right h2 { margin-bottom: 25px; }
.section .section-right ul { padding-left: 64px; list-style-type: none; }
.section .section-right li { position: relative; margin-top: 25px; }
.section .section-right li:before { content: ''; position: absolute; top: 6px; left: -30px; width: 13px; height: 13px; background: #48bf91; border-radius: 50%; }
.section .section-right .logo-igamingcare { margin-top: -10px; }
.section .section-image img { display: inline-block; margin: 0 -80px -25px; width: 500px; max-width: none; }
.section .section-image { text-align: center; }
.section .section-actions { padding: 20px 0 70px; text-align: center; }

@media only screen and (max-width: 1023px) {
  .section .section-right ul { font-weight: 700; }
  .section .section-right h2 { text-align: center; }
}

@media only screen and (min-width: 1024px) {
  .section.pattern { padding: 50px 0; background-image: url(/wp-content/themes/custom/images/section-dark-pattern.png); background-size: 1212px 566px; background-position: -250px bottom; background-repeat: no-repeat; }
  .section.pattern:before { background-image: url(/wp-content/themes/custom/images/section-dark-pattern.png); background-size: 1212px 566px; background-position: -250px bottom; transform: rotate(-180deg); opacity: 1; }
  .section .grid .section-right { grid-row-start: 1; grid-row-end: 3; grid-column-start: 2; }
  .section .section-right p { padding: 0; margin: 45px 0; }
  .section .section-right li { margin-top: 35px; }
  .section .section-right li:first-child { padding-top: 0; }
  .section .section-right li:before { top: 8px; }
  .section .section-image { align-self: flex-end; margin-left: -6%; }
  .section .section-actions { align-self: flex-start; margin-left: -6%; }
}

@media only screen and (min-width: 1400px) {
  .section .section-image img { width: 786px; margin-bottom: -70px; }
}

.btn-green { background: #48bf91; text-transform: none; color: #fff; font-weight: 700; font-size: 18px; letter-spacing: 0; padding: 18px; min-width: 220px; }
.btn.btn-green { background: #48bf91; color: #fff; }

@media only screen and (min-width: 1024px) {
  .container.grid { display: grid; grid-template-columns: 38% 62%; align-items: center; align-content: center; }
}

@media only screen and (min-width: 1420px) {
  .container.grid { max-width: 1400px; grid-template-columns: 47% 53%; }
}

.igc-title span { color: #48bf91; }

.table-wp { overflow-x: auto; }
