.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,231,229;--color-primary-1:247,175,168;--color-primary-2:238,95,81;--color-primary-3:119,48,41;--color-primary-4:36,14,12;--color-secondary-0:223,244,244;--color-secondary-1:160,223,223;--color-secondary-2:97,201,202;--color-secondary-3:57,187,189;--color-secondary-4:37,109,134;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/y9RWLrBd/Header_New_EN.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn.adaptive-delivery-prevent-bg, #BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn.lazyload, #BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn.lazyloading { background-image: none; }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn > .row .container { background-color: transparent; background-image: none; }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn > .row .container > .video-iframe-container { display: none; }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn > .row > .video-iframe-container { display: none; }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn > .row .container { border-width: 0; border-radius: 0; }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3721050c-87fc-4ee6-b112-fc81943e4955/pexelstoulouse3099114.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,1,1,0.16); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,1,1,0.16); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.5rem;left:0rem;height:6.499025rem;font-style:normal;display:block; }
#R7ygkkTFfhTqEOyBrbGhRLkBqEQGu5Ef { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:25rem;display:none; }
#VKWzTo287G5cofvAohsFrUfgBWwU9M9a { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.373843647539rem;left:0rem;height:;font-style:normal;display:block; }#VKWzTo287G5cofvAohsFrUfgBWwU9M9a li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#VKWzTo287G5cofvAohsFrUfgBWwU9M9a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
#dVTe05q6xnk0xHpW2y2XTZZrokpJVrBA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.79296875rem;left:0rem;display:block; }
#fmJUVv4orUx5l4RRATwwLM93QMz8ZdfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L6wmo7pLvsFy5C0OLNTHzK2ZJvG85em5 { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-secondary-4),0.67);display:block;z-index:15030;top:32.25rem;left:6.46875rem;display:block; }
#hxcbJ73nzTlHqEZn1hwTqWhS9TTL24me { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-secondary-4),0.67);display:block;z-index:15030;top:32.25rem;left:6.46875rem;display:none; }
#C2rQ5U4HIGRLdTffSKrdsV65673DOIAA { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.8125rem;width:11.625rem;top:20.125rem;left:40.25rem;display:block; }
#PmTqG2z7R1UggR4iIUdUvNB3MTPZss2A { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8125rem;left:39.8125rem;height:1.38093125rem;text-align:center;text-align-last:center;display:block; }
#TwzTGAoHHusEiOrGn3LpwdGlFQZOxUJk { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.8125rem;width:7.1875rem;top:15.6875rem;left:51.75rem;display:block; }
#FaTWTPuws78pu7JQw7xozrwGJuSgit6t { color:rgba(var(--color-secondary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:16.375rem;left:50.6875rem;height:1.38093125rem;text-align:center;text-align-last:center;display:block; }
#ow25VeW1TykyL11k9f9GqOzIgzLVJDMx { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.8125rem;width:7.375rem;top:15.75rem;left:42.375rem;display:block; }
#epuefAf1NzW3az0DPvlxdETsSfOE1BPO { color:rgba(var(--color-secondary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:16.375rem;left:43.0625rem;height:1.38093125rem;text-align:center;text-align-last:center;display:block; }
#XgZd5bsTKTvMitiPb1oXMAURoBuZCKWR { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.8125rem;width:6.625rem;top:15.6875rem;left:33.5625rem;display:block; }
#PMKIoH33VZgypo6xQtO0cWDVtlkw8T0a { color:rgba(var(--color-secondary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.375rem;left:33.875rem;height:1.38093125rem;text-align:center;text-align-last:center;display:block; }
#P35by0UGEwPzbvoVDzHHETVrEpfKykCv { position:relative;display:block; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv { background-color: transparent; background-image: none; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container > .video-iframe-container { display: none; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row > .video-iframe-container { display: none; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv { border-width: 0; border-radius: 0; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; }#hDA7XCW194pQWy6aJUTGffozHr7GoqEH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:33.5625rem;display:none; }
#T2H5tT0mQFenQSyXbM3RxKe1yQkFtW8L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:21.5625rem;display:none; }
#Z7g0fFyDalyTtNJTxZxPSPBnHXsKGUwW { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:18.75rem;width:57.625rem;top:1.8125rem;left:1.1875rem;display:block; }
#lpBgl4movEqBbMzlPse9Acgv6E0qUMPl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:57.5rem;top:6.2734375rem;left:1.25rem;overflow:hidden;display:block; }
#SdleiaREoUnQa5CrWxo1Bf7GnkoP5FkU { color:rgba(var(--color-tertiary-4),1);display:block;width:48.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375009536743rem;left:5.8125rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZfkcFTLg04AMaCT6rSBHtWmnc7D1J67a { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.84375rem;left:24.687500953674rem;display:block; }
#Hp0Kwh5On9HqB9GAcJ7F1vbGJnA6SpTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQX7J1STOPcT6Fev4ZT5c8J4dcQU4EXo { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:55.375rem;top:16.214193344116rem;left:2.7076826095581rem;display:none; }
#VgmMmcTcUSafgkf3IT0V8noygdAWSQr0 { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MGJwklCZ7WtKwkWpSaBUdJDlWt9iaJiM { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#odyTbBJkBZyFBRJfl9BtRxqpIuF7ChRy { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#r72VMEZUMNiI4Z0IrS9NmGANBdJOiTuB { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JiwFOvxIkFxyWJKPl6nkEpUb8ZLgCLUw { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:55.375rem;top:16.214193344116rem;left:2.7076826095581rem;display:none; }
#P9RSpEun4cDS62TmRL6R0SayeSAHHyhH { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:57.1875rem;top:13.8359375rem;left:1.40625rem;display:block; }
#FO8wy3hBStp85ibCt3WDiBTiyAFQl2fN { color:#353535;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.798177719116rem;left:1.25rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#tQtrJnCNpkTwPPLZ2OkJW9nH8lVin2bD { color:#353535;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.798177719116rem;left:16.395833015442rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#D6TWcXk9ONJBn4xgSvuVQBAzXTw9acSE { color:#353535;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.798177719116rem;left:31.583333015442rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#TysFlpE4GuArTLIb9ZaAnqwSZvTxXrTv { color:#353535;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.854167938233rem;left:45.812500953674rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN { position:relative;display:block; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN { background-color: transparent; background-image: none; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container > .video-iframe-container { display: none; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row > .video-iframe-container { display: none; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN { border-width: 0; border-radius: 0; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GXvClpgTIPhnLG4VfXNVZ7K7ZQzHU1zK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GaL3u0rMUmaCrXSsfNccWkMllcRZfomC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.3375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ma3TqMeXkehgmffwRzbBaPkorPuZwKfB { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:6.125rem;left:22.1875rem;overflow:hidden;display:block; }
#lHlUFnDb94PzzX4Ea4y6N5KoVRcqPUiW { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:6.125rem;left:2.5rem;overflow:hidden;display:block; }
#I30rTIpD00AzHOZ8LZr62BZahiFM6tgu { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:25.25rem;left:12.0625rem;overflow:hidden;display:block; }
#RTeTws1EXI8MthiD3Ih4fRFs5TytHNVe { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:25.25rem;left:32.5rem;overflow:hidden;display:block; }
#KvboNSHPDyN0uqZ2HUG3r0pMEHkF3AeE { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:6.125rem;left:41.875rem;overflow:hidden;display:block; }
#copHG6W4svQGhQi4OSreqLaIoEF0vEc9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:45rem;width:60rem;top:-0.125rem;left:0rem;display:block; }
#JukXK8tIiAsfB4h6eWa3TOuLAO36d6S8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.25rem;left:24.687500953674rem;display:block; }
#Xy1B5CLmXDL2tcsI4Cq3LuhES4dZcdyg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK { position:relative;display:block; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK { background-color: transparent; background-image: none; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container > .video-iframe-container { display: none; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row > .video-iframe-container { display: none; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK { border-width: 0; border-radius: 0; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lnJJzRTOuDGXdSS96JVtaOqtB83WTxxz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5874996185303rem;left:10.02499961853rem;height:0;display:block; }
#Oi33FpT70qzQZkZCRBAvM0VT72ch1QBl { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.34765625rem;left:0rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e1c3WBv92SC37thiI79dFW5dyKK8fsJb { position:relative;display:block; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb { background-color: transparent; background-image: none; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container > .video-iframe-container { display: none; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row > .video-iframe-container { display: none; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb { border-width: 0; border-radius: 0; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nPvgUCJB6DpQx6D0elaJfIS5NmH1oG60 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:0rem;left:20.25rem;overflow:hidden;display:block; }
#tMEu5bgVSRV8equiPAS0knpmI1T8xmeE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:0rem;left:0.6875rem;overflow:hidden;display:block; }
#RxA3gfUrid15v6wRSmCwDeETtUo2Tabq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:0rem;left:39.8125rem;overflow:hidden;display:block; }
#wTe7KhskqAt75vpwimsDXLuco1kp0Lnt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:19.5625rem;left:20.21875rem;overflow:hidden;display:block; }
#ySOn6fnbEJUQOhTTTS6Zt3JsRy0VW0Br { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:19.5625rem;left:39.8125rem;overflow:hidden;display:block; }
#Z4VNGDrKqzZpu6wsKNC4sLPsNQ46C4wu { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5359382629394rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#c8oD7foXuOpoNmqkV49IsNEtSR9muTkc { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NW1MiK5RTAr5l1dA7ehGz8JH9ohKIpnP { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#C1I1bkJqoNDTpKB3s3Zyy0DDCENPyWUr { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:55.375rem;top:16.214193344116rem;left:2.7076826095581rem;display:none; }
#dIfwxAdPwv3J8aqAMMrNoAnVsAizQQ82 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:55.375rem;top:16.214193344116rem;left:2.7076826095581rem;display:none; }
#fbtfFP765qzMeyPSMxIRyxtW5HOeDQQz { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#etTypORcUFN0ecT0OLK9MPfJ1LoloTci { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mKpy3PL2wTndW1sgnXrtT0qVbgVkROCt { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XA9aFo3JoJpAwzFXaKZPME3aaNh6pFA4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:19.5625rem;left:0.75rem;overflow:hidden;display:block; }
#hiklRBh3eFrfUiLVIuqmJh0k7cG4oFQX { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IsTQC4zOfaHwdTOW3FhIA4Jzs2cCrynr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.125rem;left:24.687500953674rem;display:block; }
#FanoJnMam2Le6XtIPrIdz0yqaWT223gL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FpWcP9mMhX0d58XfpIdo5O0w5sUCnfUm { color:#353535;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.75rem;left:2.28125rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#oasAgl050AAi8XMPtx9SuaCTZzmeCkFk { color:#353535;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.75rem;left:20.750000953674rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#dfETtLxz3h69gcJCyRkxNTgEwTEBJoLE { color:#353535;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.75rem;left:40.937500953674rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#Tx7uzTJDOw3pO9ExKD6alXKq52ITMJIh { color:#353535;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:32.173828125rem;left:1.21875rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#fzmtePdAm5ZRSI5ZRTzVRXKTGWEpSy2F { color:#353535;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.173828125rem;left:20.656250953674rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#G5ElEaRyVQIJnN7lkQkcP0pdBTpJxRhd { color:#353535;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.173828125rem;left:39.812500953674rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit { position:relative;display:block; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit { background-color: transparent; background-image: none; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container > .video-iframe-container { display: none; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row > .video-iframe-container { display: none; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit { border-width: 0; border-radius: 0; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:55.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TRX8pALVHFuFpeAyzApZlRgz9kF6zl3T { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:0rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iTWPhBZN52dCcXH0GI522qOgd4LhWmTU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:18rem;width:18.125rem;top:8.6875rem;left:0rem;overflow:hidden;display:block; }
#SDgllqwfqPbXdgvIUUI0giOlAJUGnKeK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:18rem;width:18.125rem;top:8.6875rem;left:20.9375rem;overflow:hidden;display:block; }
#L1zXDAwMDECH7hRuJwMWPshPHII2J1OO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:18rem;width:18.125rem;top:8.6875rem;left:41.875rem;overflow:hidden;display:block; }
#Sgt7ycKQKZ0wXBhaSrKrHoP4LW5XBTG7 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5620625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:51.183813095093rem;left:22.218971252441rem;display:block; }
#aOTVV2CwvTNC7fs2S8N0GT5InaS0TJga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#svxmIeqmyyDVri4a8cRX0G4unnPmEuoV { color:#353535;display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0492189228535rem;left:8rem;height:1.38093125rem;text-align:center;text-align-last:center;display:block; }
#coJCTU7ilPkZDfmZXbREer64ZBy0lTw7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:18rem;width:18.125rem;top:29.312067031861rem;left:0rem;overflow:hidden;display:block; }
#vrxpWw1CZXU0bEamcrDNPMTL1UD8pfk0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:18rem;width:18.125rem;top:29.310983657837rem;left:20.937503814698rem;overflow:hidden;display:block; }
#amnpXNMkAmDbmUP9zdcsURGM1N5Fi6Gb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:18rem;width:18.125rem;top:29.310983657837rem;left:41.873920440674rem;overflow:hidden;display:block; }
#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc { position:relative;display:block; }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc { background-color: transparent; background-image: none; }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row .container > .video-iframe-container { display: none; }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row > .video-iframe-container { display: none; }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc { border-width: 0; border-radius: 0; }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vvLCnWvDm08vReUVFsmoG1T47Li1vCzC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18685rem;width:13.811875rem;top:17.467454910278rem;left:1.3118515014649rem;overflow:hidden;display:block; }
#UvFLNv1G46XOBfA7Z5vCVWfrF3HwdTlt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:8.0620625rem;top:19.375rem;left:11.0625rem;overflow:hidden;display:block; }
#kpRcTCvN4mXGnEFpoXKd1oz86X0GQ5TQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.936875rem;width:6.936875rem;top:15.592454910278rem;left:16.624351501465rem;overflow:hidden;display:block; }
#npu8nvuBJg57iePztRtEKEBcbK2dnZWd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:11.25rem;top:10.787767410278rem;left:1.3118515014649rem;overflow:hidden;display:block; }
#KlVLRQX8l9IOlhIHp9h7KEQfV5lZtPgx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:60rem;display:none; }
#TXN7q4TModBxIt6WXuCFFfdAXm8iTTZr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.686875rem;top:11.686204910278rem;left:13.685981750488rem;overflow:hidden;display:block; }
#IlmcO33r7W0kX8hiwtTtd7pGVoRrN6TL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.9370625rem;top:10.904954910278rem;left:26.248916625976rem;overflow:hidden;display:block; }
#olQqM0rORBszEHeNg9emWCZ2IHdJJmZx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.375rem;top:16.71658039093rem;left:38.379993438721rem;overflow:hidden;display:block; }
#V69qFiSlkxP11we0OBe3qa3iCqxWKoID { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37456875rem;width:10.625rem;top:17.374139785767rem;left:49.373920440674rem;overflow:hidden;display:block; }
#aa7q7kxleL2oCTsTJzeDm2gzZ5IexGqv { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31163125rem;width:11.9998125rem;top:25.25rem;left:31.9375rem;overflow:hidden;display:block; }
#JihwQaDmRW2Zh5HLhQ5ypBpXCyxUGlcK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:11.9375rem;top:17.998489379882rem;left:24.756946563721rem;overflow:hidden;display:block; }
#uBXETIf8q0DQVb1Ntetk3hlyl562orct { color:rgba(var(--color-secondary-4),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5625rem;left:6.375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kRnT08tX9wqaGySJHInvDTAdk4TP9CeB { color:#353535;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.3125rem;left:11.75rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#I86pW5sP91Aay9gvbfKTD0cVUZGOrkNy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:6.9375rem;top:10.75rem;left:51.25rem;overflow:hidden;display:block; }
#KsmzfPUTRemRV1u7a9Pqw5XGz7SlxgtV { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4985rem;width:6.4985rem;top:22.444661140442rem;left:2.8732643127441rem;overflow:hidden;display:block; }
#i50q1DlFydae7vWm90CvKUhbaqVKVv4C { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.62435rem;width:12.686625rem;top:26.0625rem;left:46.5625rem;overflow:hidden;display:block; }
#SEtJmRc77FHA0bH2HVApB4MBaeUBAeUm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.37435rem;width:10.1248125rem;top:23.254124641419rem;left:20.660808563233rem;overflow:hidden;display:block; }
#hHyCFTfDwMnSJDRfoofOREBDFmdQQOrT { position:absolute;display:block;z-index:15014;background-color:#08235b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68663125rem;width:14.0625rem;top:25.5625rem;left:45.9375rem;display:block; }
#ikWyTlwmmhIbsXM8O4CX2Lp9fg5hnWW8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43706875rem;width:10.625rem;top:11.872837066651rem;left:38.379993438721rem;overflow:hidden;display:block; }
#oArQTHPDx19Ri5EMeiK1TKN3XPcB1l3c { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:31.124125rem;width:60rem;top:0.84309911727906rem;left:0rem;display:block; }
#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3c796fb-590b-44b4-9a99-4ff409ad9af5/emreozyemisciIFyL_aGx1nYunsplash.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH.adaptive-delivery-prevent-bg, #e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH.lazyload, #e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH.lazyloading { background-image: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { background-color: transparent; background-image: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.13); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container > .video-iframe-container { display: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.13); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row > .video-iframe-container { display: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { border-width: 0; border-radius: 0; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:block; }#mVSWn6K9CRdsi9K2g1TUhfTzEg007TO7 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.8749942779541rem;left:0rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mkErUDTGViXn3UUdQT4R3XGBgXkgo2tK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:6.625rem;left:10rem;display:block; }
#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { background-color: transparent; background-image: none; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container > .video-iframe-container { display: none; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row > .video-iframe-container { display: none; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { border-width: 0; border-radius: 0; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#VogFXEDwTJKtMsEPiC7w8qez8eDT4EmD { color:rgba(var(--color-tertiary-0),1);display:block;width:42.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5436210632324rem;left:8.75rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bKOM2mdHTgl6U8LAKva8oy1ZVt21V0I1 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.53125rem;left:10.34375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jr4JpFQMzIbqATg8Ecr5AaQ3HLGqmXZX { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:0.828125rem;left:8.7500009536744rem;display:block; }
#ioLNG7uyR5FCq4sOcJ20JJHx3OGfWlQS { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.124275rem;width:3.124275rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:4.951171875rem;left:5.6955299377441rem;display:block; }
#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { position:relative;display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { background-color: transparent; background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { border-width: 0; border-radius: 0; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZqiXKiG79tlpAIq6vR1MG4k0A1GUlOf { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:5.5625rem;left:37.75rem;display:block; }
#aVcBoOHABlqNGP3WuFMbH8y12ldXUx6M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IR0bels4Ofh5MmBb2ErICEdcsn924oFx { color:#353535;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:5.5242195129394rem;left:6.3125rem;height:3.571775rem;text-align:center;text-align-last:center;display:block; }
#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container { background-color: transparent; background-image: none; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container > .video-iframe-container { display: none; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row > .video-iframe-container { display: none; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container { border-width: 0; border-radius: 0; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#cP9Kf2v0n0vByNuz1dH7rFMkVB4110vM { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.75142288208006rem;left:23.750000953674rem;height:1.70573125rem;text-align:center;text-align-last:center;display:block; }
#Za71D4OwkTcsQzmOy6T2HuWl8ec85wWd { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0rem;left:56.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn { display:block; }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:4.5rem;left:0rem;width:35rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7ygkkTFfhTqEOyBrbGhRLkBqEQGu5Ef { width:25rem;height:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKWzTo287G5cofvAohsFrUfgBWwU9M9a { width:27.0625rem;height:;top:13.3125rem;left:0rem;font-size:1.1875rem;display:block; }#VKWzTo287G5cofvAohsFrUfgBWwU9M9a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #dVTe05q6xnk0xHpW2y2XTZZrokpJVrBA { width:10.375rem;height:3.375rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmJUVv4orUx5l4RRATwwLM93QMz8ZdfZ { display:block; }
 }@media only screen and (max-width: 763px) { #L6wmo7pLvsFy5C0OLNTHzK2ZJvG85em5 { top:32.25rem;left:0.34375rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxcbJ73nzTlHqEZn1hwTqWhS9TTL24me { top:32.25rem;left:0.34375rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2rQ5U4HIGRLdTffSKrdsV65673DOIAA { top:20.125rem;left:34.125rem;width:11.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmTqG2z7R1UggR4iIUdUvNB3MTPZss2A { top:20.8125rem;left:33.6875rem;width:12.5rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwzTGAoHHusEiOrGn3LpwdGlFQZOxUJk { top:15.6875rem;left:40.5625rem;width:7.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaTWTPuws78pu7JQw7xozrwGJuSgit6t { top:16.375rem;left:38.4375rem;width:9.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow25VeW1TykyL11k9f9GqOzIgzLVJDMx { top:15.75rem;left:36.25rem;width:7.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epuefAf1NzW3az0DPvlxdETsSfOE1BPO { top:16.375rem;left:36.9375rem;width:6rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgZd5bsTKTvMitiPb1oXMAURoBuZCKWR { top:15.6875rem;left:27.4375rem;width:6.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMKIoH33VZgypo6xQtO0cWDVtlkw8T0a { top:16.375rem;left:27.75rem;width:6rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P35by0UGEwPzbvoVDzHHETVrEpfKykCv { display:block; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDA7XCW194pQWy6aJUTGffozHr7GoqEH { width:33.5625rem;height:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2H5tT0mQFenQSyXbM3RxKe1yQkFtW8L { width:20rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7g0fFyDalyTtNJTxZxPSPBnHXsKGUwW { top:1.8125rem;left:0rem;width:47.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpBgl4movEqBbMzlPse9Acgv6E0qUMPl { top:6.25rem;left:0rem;width:47.75rem;height:9.8614130434781rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdleiaREoUnQa5CrWxo1Bf7GnkoP5FkU { top:3.9375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfkcFTLg04AMaCT6rSBHtWmnc7D1J67a { width:10.625rem;height:3.375rem;top:18.8125rem;left:18.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp0Kwh5On9HqB9GAcJ7F1vbGJnA6SpTQ { display:block; }
 }@media only screen and (max-width: 763px) { #RQX7J1STOPcT6Fev4ZT5c8J4dcQU4EXo { top:16.1875rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgmMmcTcUSafgkf3IT0V8noygdAWSQr0 { top:11.625rem;left:0rem;width:8.6875rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGJwklCZ7WtKwkWpSaBUdJDlWt9iaJiM { top:11.8125rem;left:4.8437502980232rem;width:7.8125rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #odyTbBJkBZyFBRJfl9BtRxqpIuF7ChRy { top:20.375rem;left:0rem;width:7.6875rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r72VMEZUMNiI4Z0IrS9NmGANBdJOiTuB { top:20.375rem;left:4.6562502980232rem;width:8.1875rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiwFOvxIkFxyWJKPl6nkEpUb8ZLgCLUw { top:16.1875rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9RSpEun4cDS62TmRL6R0SayeSAHHyhH { top:13.8125rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO8wy3hBStp85ibCt3WDiBTiyAFQl2fN { top:14.75rem;left:0rem;width:12.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQtrJnCNpkTwPPLZ2OkJW9nH8lVin2bD { top:14.75rem;left:10.270833015442rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6TWcXk9ONJBn4xgSvuVQBAzXTw9acSE { top:14.75rem;left:25.458333015442rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TysFlpE4GuArTLIb9ZaAnqwSZvTxXrTv { top:14.8125rem;left:35.5rem;width:12.25rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgAxQZcKExBZozgDLrKKitdy6DcmxwIN { display:block; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXvClpgTIPhnLG4VfXNVZ7K7ZQzHU1zK { top:1.4375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaL3u0rMUmaCrXSsfNccWkMllcRZfomC { top:2.5rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ma3TqMeXkehgmffwRzbBaPkorPuZwKfB { top:6.125rem;left:16.0625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHlUFnDb94PzzX4Ea4y6N5KoVRcqPUiW { top:6.125rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I30rTIpD00AzHOZ8LZr62BZahiFM6tgu { top:25.25rem;left:5.9375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTeTws1EXI8MthiD3Ih4fRFs5TytHNVe { top:25.25rem;left:26.375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvboNSHPDyN0uqZ2HUG3r0pMEHkF3AeE { top:6.125rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #copHG6W4svQGhQi4OSreqLaIoEF0vEc9 { top:-0.125rem;left:0rem;width:47.75rem;height:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #JukXK8tIiAsfB4h6eWa3TOuLAO36d6S8 { width:10.625rem;height:3.375rem;top:43.25rem;left:18.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy1B5CLmXDL2tcsI4Cq3LuhES4dZcdyg { display:block; }
 }@media only screen and (max-width: 763px) { #vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK { display:block; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnJJzRTOuDGXdSS96JVtaOqtB83WTxxz { top:4.5625rem;left:3.8999996185302rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi33FpT70qzQZkZCRBAvM0VT72ch1QBl { top:2.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1c3WBv92SC37thiI79dFW5dyKK8fsJb { display:block; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPvgUCJB6DpQx6D0elaJfIS5NmH1oG60 { top:0rem;left:14.125rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMEu5bgVSRV8equiPAS0knpmI1T8xmeE { top:0rem;left:0rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxA3gfUrid15v6wRSmCwDeETtUo2Tabq { top:0rem;left:28.1875rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTe7KhskqAt75vpwimsDXLuco1kp0Lnt { top:19.5625rem;left:14.09375rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySOn6fnbEJUQOhTTTS6Zt3JsRy0VW0Br { top:19.5625rem;left:28.1875rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4VNGDrKqzZpu6wsKNC4sLPsNQ46C4wu { top:1.8125rem;left:0rem;width:20rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8oD7foXuOpoNmqkV49IsNEtSR9muTkc { top:12.125rem;left:0rem;width:9.75rem;height:3.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NW1MiK5RTAr5l1dA7ehGz8JH9ohKIpnP { top:12rem;left:4.1250002980232rem;width:9.75rem;height:4.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1I1bkJqoNDTpKB3s3Zyy0DDCENPyWUr { top:16.1875rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dIfwxAdPwv3J8aqAMMrNoAnVsAizQQ82 { top:16.1875rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbtfFP765qzMeyPSMxIRyxtW5HOeDQQz { top:26.0625rem;left:0rem;width:9.75rem;height:4.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #etTypORcUFN0ecT0OLK9MPfJ1LoloTci { top:39.1875rem;left:4.1250002980232rem;width:9.25rem;height:4.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKpy3PL2wTndW1sgnXrtT0qVbgVkROCt { top:39.1875rem;left:0rem;width:9.6875rem;height:5.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XA9aFo3JoJpAwzFXaKZPME3aaNh6pFA4 { top:19.5625rem;left:0rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiklRBh3eFrfUiLVIuqmJh0k7cG4oFQX { top:26.125rem;left:4.1250002980232rem;width:9.75rem;height:4.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsTQC4zOfaHwdTOW3FhIA4Jzs2cCrynr { width:10.625rem;height:3.375rem;top:39.125rem;left:18.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #FanoJnMam2Le6XtIPrIdz0yqaWT223gL { display:block; }
 }@media only screen and (max-width: 763px) { #FpWcP9mMhX0d58XfpIdo5O0w5sUCnfUm { top:12.6875rem;left:0rem;width:16.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oasAgl050AAi8XMPtx9SuaCTZzmeCkFk { top:12.6875rem;left:14.624420166016rem;width:18.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfETtLxz3h69gcJCyRkxNTgEwTEBJoLE { top:12.6875rem;left:29.3125rem;width:18.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx7uzTJDOw3pO9ExKD6alXKq52ITMJIh { top:32.125rem;left:0rem;width:18.4375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzmtePdAm5ZRSI5ZRTzVRXKTGWEpSy2F { top:32.125rem;left:14.531250953674rem;width:18.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5ElEaRyVQIJnN7lkQkcP0pdBTpJxRhd { top:32.125rem;left:28.5rem;width:19.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDUGqKy3tktBTZUNliUyIFwsJGaXTiit { display:block; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRX8pALVHFuFpeAyzApZlRgz9kF6zl3T { top:1.9375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTWPhBZN52dCcXH0GI522qOgd4LhWmTU { top:8.6875rem;left:0rem;width:18.125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDgllqwfqPbXdgvIUUI0giOlAJUGnKeK { top:8.6875rem;left:14.8125rem;width:18.125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1zXDAwMDECH7hRuJwMWPshPHII2J1OO { top:8.6875rem;left:29.625rem;width:18.125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgt7ycKQKZ0wXBhaSrKrHoP4LW5XBTG7 { width:15.5rem;height:3.4375rem;top:51.125rem;left:16.093971252441rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOTVV2CwvTNC7fs2S8N0GT5InaS0TJga { display:block; }
 }@media only screen and (max-width: 763px) { #svxmIeqmyyDVri4a8cRX0G4unnPmEuoV { top:5rem;left:1.8750009536743rem;width:44rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coJCTU7ilPkZDfmZXbREer64ZBy0lTw7 { top:29.25rem;left:0rem;width:18.125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrxpWw1CZXU0bEamcrDNPMTL1UD8pfk0 { top:29.25rem;left:14.812503814698rem;width:18.125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #amnpXNMkAmDbmUP9zdcsURGM1N5Fi6Gb { top:29.25rem;left:29.625rem;width:18.125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #q44dosQEdzEIdMIpLM8uLvynsoN0KTCc { display:block; }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvLCnWvDm08vReUVFsmoG1T47Li1vCzC { top:17.4375rem;left:0rem;width:13.75rem;height:3.1725734196118rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFLNv1G46XOBfA7Z5vCVWfrF3HwdTlt { top:19.375rem;left:4.9375rem;width:8rem;height:9.924327006575rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpRcTCvN4mXGnEFpoXKd1oz86X0GQ5TQ { top:15.5625rem;left:10.499351501465rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npu8nvuBJg57iePztRtEKEBcbK2dnZWd { top:10.75rem;left:0rem;width:11.25rem;height:4.87413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlVLRQX8l9IOlhIHp9h7KEQfV5lZtPgx { width:47.75rem;height:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXN7q4TModBxIt6WXuCFFfdAXm8iTTZr { top:11.625rem;left:7.5609817504881rem;width:10.625rem;height:2.7962161529914rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlmcO33r7W0kX8hiwtTtd7pGVoRrN6TL { top:10.875rem;left:20.123916625976rem;width:9.875rem;height:4.3476756838351rem;display:block; }
 }@media only screen and (max-width: 763px) { #olQqM0rORBszEHeNg9emWCZ2IHdJJmZx { top:16.6875rem;left:32.254993438721rem;width:9.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V69qFiSlkxP11we0OBe3qa3iCqxWKoID { top:17.3125rem;left:37.125rem;width:10.625rem;height:3.37456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa7q7kxleL2oCTsTJzeDm2gzZ5IexGqv { top:25.25rem;left:25.8125rem;width:11.9375rem;height:3.2944346461142rem;display:block; }
 }@media only screen and (max-width: 763px) { #JihwQaDmRW2Zh5HLhQ5ypBpXCyxUGlcK { top:17.9375rem;left:18.631946563721rem;width:11.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBXETIf8q0DQVb1Ntetk3hlyl562orct { width:47.25rem;height:2.0625rem;top:2.5rem;left:0.24942207336426rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRnT08tX9wqaGySJHInvDTAdk4TP9CeB { top:5.3125rem;left:5.625rem;width:36.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I86pW5sP91Aay9gvbfKTD0cVUZGOrkNy { top:10.75rem;left:40.8125rem;width:6.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsmzfPUTRemRV1u7a9Pqw5XGz7SlxgtV { top:22.4375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i50q1DlFydae7vWm90CvKUhbaqVKVv4C { top:26.0625rem;left:35.125rem;width:12.625rem;height:1.6164597558453rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEtJmRc77FHA0bH2HVApB4MBaeUBAeUm { top:23.25rem;left:14.535808563233rem;width:10.0625rem;height:5.3412739124799rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHyCFTfDwMnSJDRfoofOREBDFmdQQOrT { top:25.5625rem;left:33.6875rem;width:14.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikWyTlwmmhIbsXM8O4CX2Lp9fg5hnWW8 { top:11.8125rem;left:32.254993438721rem;width:10.625rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oArQTHPDx19Ri5EMeiK1TKN3XPcB1l3c { top:0.8125rem;left:0rem;width:47.75rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH { display:block; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVSWn6K9CRdsi9K2g1TUhfTzEg007TO7 { width:47.75rem;height:2.3125rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkErUDTGViXn3UUdQT4R3XGBgXkgo2tK { top:6.625rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n744e3xvH1to3k1dqp2TVLTr2N50ZL1I { display:block; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VogFXEDwTJKtMsEPiC7w8qez8eDT4EmD { width:42.4375rem;height:4.0625rem;top:5.5rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKOM2mdHTgl6U8LAKva8oy1ZVt21V0I1 { width:39.25rem;height:2rem;top:1.5rem;left:4.2186050415039rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr4JpFQMzIbqATg8Ecr5AaQ3HLGqmXZX { top:0.8125rem;left:2.6250009536743rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioLNG7uyR5FCq4sOcJ20JJHx3OGfWlQS { top:4.9375rem;left:0rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { top:1.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqiXKiG79tlpAIq6vR1MG4k0A1GUlOf { width:13.6875rem;height:3.5625rem;top:5.5625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVcBoOHABlqNGP3WuFMbH8y12ldXUx6M { display:block; }
 }@media only screen and (max-width: 763px) { #IR0bels4Ofh5MmBb2ErICEdcsn924oFx { top:5.5rem;left:0.1875rem;width:23.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 { display:block; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cP9Kf2v0n0vByNuz1dH7rFMkVB4110vM { top:0.75rem;left:17.625000953674rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za71D4OwkTcsQzmOy6T2HuWl8ec85wWd { top:0rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/CDRyDcCb/logo_couleurs_bleu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn.adaptive-delivery-prevent-bg, #BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn.lazyload, #BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn.lazyloading { background-image: none; }#BKk8SLGOZJeEOk9p9qzzpfi6u5uUQTLn > .row .container { width:20rem;height:43.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e06e8a94-84fd-43b8-be7a-47accf79a24f/bigyachtwithboatsintheseainsummeringreece.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.27); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.27); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:19.6875rem;height:3.897575rem;top:7.8117188932375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7ygkkTFfhTqEOyBrbGhRLkBqEQGu5Ef { top:0.9248046875rem;left:6.03125rem;width:7.8125rem;height:4.9375rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VKWzTo287G5cofvAohsFrUfgBWwU9M9a { width:20rem;height:8.7695rem;top:13.1875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#VKWzTo287G5cofvAohsFrUfgBWwU9M9a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #dVTe05q6xnk0xHpW2y2XTZZrokpJVrBA { width:10.375rem;height:3.375rem;top:32.875rem;left:4.8125002980232rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmJUVv4orUx5l4RRATwwLM93QMz8ZdfZ { display:block; }
 }@media only screen and (max-width: 763px) { #L6wmo7pLvsFy5C0OLNTHzK2ZJvG85em5 { width:5.0625rem;height:5.0625rem;top:38.19140625rem;left:7.46875rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxcbJ73nzTlHqEZn1hwTqWhS9TTL24me { width:5.0625rem;height:5.0625rem;top:37.5625rem;left:7.4375003576281rem;font-size:3.5rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #C2rQ5U4HIGRLdTffSKrdsV65673DOIAA { width:10rem;height:2.125rem;top:28.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmTqG2z7R1UggR4iIUdUvNB3MTPZss2A { width:9.875rem;height:1.0559875rem;top:28.875rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwzTGAoHHusEiOrGn3LpwdGlFQZOxUJk { width:6.5rem;height:2.125rem;top:25.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaTWTPuws78pu7JQw7xozrwGJuSgit6t { width:6.3125rem;height:1.0559875rem;top:25.6875rem;left:13.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow25VeW1TykyL11k9f9GqOzIgzLVJDMx { width:5.875rem;height:2.125rem;top:25.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epuefAf1NzW3az0DPvlxdETsSfOE1BPO { width:6rem;height:1.0559875rem;top:25.6875rem;left:6.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgZd5bsTKTvMitiPb1oXMAURoBuZCKWR { width:5.5625rem;height:2.125rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMKIoH33VZgypo6xQtO0cWDVtlkw8T0a { width:5.625rem;height:1.0559875rem;top:25.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P35by0UGEwPzbvoVDzHHETVrEpfKykCv { display:block; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDA7XCW194pQWy6aJUTGffozHr7GoqEH { top:14.249999046326rem;left:0.78125rem;width:18.5rem;height:8.6875rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2H5tT0mQFenQSyXbM3RxKe1yQkFtW8L { top:5.6984376907349rem;left:0.53125rem;width:18.9375rem;height:8.6875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z7g0fFyDalyTtNJTxZxPSPBnHXsKGUwW { width:18.9375rem;height:24.75rem;top:1.2490234375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpBgl4movEqBbMzlPse9Acgv6E0qUMPl { width:17rem;height:3.5rem;top:7.8250007629394rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SdleiaREoUnQa5CrWxo1Bf7GnkoP5FkU { width:20rem;height:3.2487rem;top:2.0625004768372rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfkcFTLg04AMaCT6rSBHtWmnc7D1J67a { width:10.375rem;height:3.375rem;top:24.310939311981rem;left:4.8124998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp0Kwh5On9HqB9GAcJ7F1vbGJnA6SpTQ { display:block; }
 }@media only screen and (max-width: 763px) { #RQX7J1STOPcT6Fev4ZT5c8J4dcQU4EXo { width:17.8125rem;height:2.5rem;top:11.8125rem;left:1.09375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VgmMmcTcUSafgkf3IT0V8noygdAWSQr0 { width:8.6875rem;height:2.68229375rem;top:11.630469322204rem;left:0.78125rem;font-size:0.6875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #MGJwklCZ7WtKwkWpSaBUdJDlWt9iaJiM { width:7.8125rem;height:1.78819375rem;top:11.8125rem;left:10.968750298023rem;font-size:0.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #odyTbBJkBZyFBRJfl9BtRxqpIuF7ChRy { width:7.6875rem;height:1.78819375rem;top:20.428906917572rem;left:1.2812501192093rem;font-size:0.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #r72VMEZUMNiI4Z0IrS9NmGANBdJOiTuB { width:8.1875rem;height:1.78819375rem;top:20.428906917572rem;left:10.781250357628rem;font-size:0.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #JiwFOvxIkFxyWJKPl6nkEpUb8ZLgCLUw { width:17.8125rem;height:2.5rem;top:19.653907299042rem;left:1.09375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #P9RSpEun4cDS62TmRL6R0SayeSAHHyhH { width:20rem;height:4.375rem;top:28.935546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FO8wy3hBStp85ibCt3WDiBTiyAFQl2fN { width:12.25rem;height:0;top:28.935546875rem;left:0.53125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQtrJnCNpkTwPPLZ2OkJW9nH8lVin2bD { width:12.25rem;height:0;top:28.935546875rem;left:7.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6TWcXk9ONJBn4xgSvuVQBAzXTw9acSE { width:12.25rem;height:0;top:28.935546875rem;left:7.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TysFlpE4GuArTLIb9ZaAnqwSZvTxXrTv { width:12.25rem;height:0;top:28.935546875rem;left:7.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgAxQZcKExBZozgDLrKKitdy6DcmxwIN { display:block; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN { background-color: transparent; background-image: none; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container > .video-iframe-container { display: none; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row > .video-iframe-container { display: none; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container { width:20rem;height:33.4375rem;background-color:#fafafa;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXvClpgTIPhnLG4VfXNVZ7K7ZQzHU1zK { width:20rem;height:0;top:2.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaL3u0rMUmaCrXSsfNccWkMllcRZfomC { width:20rem;height:3.574225rem;top:2.5rem;left:0rem;font-size:1.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ma3TqMeXkehgmffwRzbBaPkorPuZwKfB { width:9.0625rem;height:9.0625rem;top:7.1875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHlUFnDb94PzzX4Ea4y6N5KoVRcqPUiW { width:9.0625rem;height:9.0625rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I30rTIpD00AzHOZ8LZr62BZahiFM6tgu { width:9.0625rem;height:9.0625rem;top:17.8125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTeTws1EXI8MthiD3Ih4fRFs5TytHNVe { width:9.0625rem;height:9.0625rem;top:83.7490234375rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvboNSHPDyN0uqZ2HUG3r0pMEHkF3AeE { width:9.0625rem;height:9.0625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #copHG6W4svQGhQi4OSreqLaIoEF0vEc9 { width:20rem;height:29.1875rem;top:1.2350263595581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JukXK8tIiAsfB4h6eWa3TOuLAO36d6S8 { width:10.625rem;height:3.375rem;top:28.921875953674rem;left:4.6875002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy1B5CLmXDL2tcsI4Cq3LuhES4dZcdyg { display:block; }
 }@media only screen and (max-width: 763px) { #vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK { display:none; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lnJJzRTOuDGXdSS96JVtaOqtB83WTxxz { width:12.5rem;height:0;top:7.7rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi33FpT70qzQZkZCRBAvM0VT72ch1QBl { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1c3WBv92SC37thiI79dFW5dyKK8fsJb { display:block; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPvgUCJB6DpQx6D0elaJfIS5NmH1oG60 { width:10.25rem;height:10.25rem;top:4.9375rem;left:9.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tMEu5bgVSRV8equiPAS0knpmI1T8xmeE { width:10.25rem;height:10.25rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxA3gfUrid15v6wRSmCwDeETtUo2Tabq { width:10.25rem;height:10.25rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTe7KhskqAt75vpwimsDXLuco1kp0Lnt { width:10.25rem;height:10.25rem;top:30.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ySOn6fnbEJUQOhTTTS6Zt3JsRy0VW0Br { width:10.25rem;height:10.25rem;top:30.625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4VNGDrKqzZpu6wsKNC4sLPsNQ46C4wu { width:20rem;height:1.78746875rem;top:1.8382816314698rem;left:0rem;font-size:1.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #c8oD7foXuOpoNmqkV49IsNEtSR9muTkc { width:9.75rem;height:3.849825rem;top:11.6875rem;left:0rem;font-size:0.6875rem;z-index:15015;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NW1MiK5RTAr5l1dA7ehGz8JH9ohKIpnP { width:9.75rem;height:4.81228125rem;top:11.625rem;left:10.25rem;font-size:0.6875rem;z-index:15014;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C1I1bkJqoNDTpKB3s3Zyy0DDCENPyWUr { width:19.4375rem;height:5.0625rem;top:11.4375rem;left:0rem;z-index:15013;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dIfwxAdPwv3J8aqAMMrNoAnVsAizQQ82 { width:19.4375rem;height:5.0625rem;top:23.9375rem;left:0rem;z-index:15014;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fbtfFP765qzMeyPSMxIRyxtW5HOeDQQz { width:9.75rem;height:4.81228125rem;top:24.125rem;left:0.25rem;font-size:0.6875rem;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #etTypORcUFN0ecT0OLK9MPfJ1LoloTci { width:9.25rem;height:4.81228125rem;top:36.9375rem;left:10.25rem;font-size:0.6875rem;z-index:15017;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mKpy3PL2wTndW1sgnXrtT0qVbgVkROCt { width:9.6875rem;height:5.7747375rem;top:36.9375rem;left:0rem;font-size:0.6875rem;z-index:15018;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XA9aFo3JoJpAwzFXaKZPME3aaNh6pFA4 { width:10.25rem;height:10.25rem;top:17.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiklRBh3eFrfUiLVIuqmJh0k7cG4oFQX { width:9.75rem;height:4.81228125rem;top:24.1875rem;left:10.25rem;font-size:0.6875rem;z-index:15017;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IsTQC4zOfaHwdTOW3FhIA4Jzs2cCrynr { width:10.375rem;height:3.375rem;top:44.875001907349rem;left:4.5312502980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FanoJnMam2Le6XtIPrIdz0yqaWT223gL { display:block; }
 }@media only screen and (max-width: 763px) { #FpWcP9mMhX0d58XfpIdo5O0w5sUCnfUm { width:16.375rem;height:0;top:47.6875rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oasAgl050AAi8XMPtx9SuaCTZzmeCkFk { width:18.5rem;height:0;top:54.13541875rem;left:0.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfETtLxz3h69gcJCyRkxNTgEwTEBJoLE { width:18.5rem;height:0;top:60.5833375rem;left:0.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tx7uzTJDOw3pO9ExKD6alXKq52ITMJIh { width:18.5rem;height:0;top:67.03125625rem;left:0.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fzmtePdAm5ZRSI5ZRTzVRXKTGWEpSy2F { width:18.6875rem;height:0;top:73.479175rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5ElEaRyVQIJnN7lkQkcP0pdBTpJxRhd { width:19.25rem;height:0;top:81.225925rem;left:0.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDUGqKy3tktBTZUNliUyIFwsJGaXTiit { display:block; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRX8pALVHFuFpeAyzApZlRgz9kF6zl3T { width:20rem;height:3.57494375rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTWPhBZN52dCcXH0GI522qOgd4LhWmTU { width:16.5625rem;height:16.5625rem;top:5.8125rem;left:1.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDgllqwfqPbXdgvIUUI0giOlAJUGnKeK { width:16.5625rem;height:16.5625rem;top:23.8125rem;left:1.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1zXDAwMDECH7hRuJwMWPshPHII2J1OO { width:16.5625rem;height:16.5625rem;top:41.749999046326rem;left:1.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgt7ycKQKZ0wXBhaSrKrHoP4LW5XBTG7 { width:13.811875rem;height:3.4375rem;top:80.123701095581rem;left:3.0935330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOTVV2CwvTNC7fs2S8N0GT5InaS0TJga { display:block; }
 }@media only screen and (max-width: 763px) { #svxmIeqmyyDVri4a8cRX0G4unnPmEuoV { width:20rem;height:0;top:4.9796886444092rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #coJCTU7ilPkZDfmZXbREer64ZBy0lTw7 { width:18.125rem;height:17.999125rem;top:59.623483657837rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrxpWw1CZXU0bEamcrDNPMTL1UD8pfk0 { width:18.125rem;height:18rem;top:103.18663787842rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #amnpXNMkAmDbmUP9zdcsURGM1N5Fi6Gb { width:18.125rem;height:18rem;top:122.43663787842rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q44dosQEdzEIdMIpLM8uLvynsoN0KTCc { display:block; }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc { background-color: transparent; background-image: none; }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row .container > .video-iframe-container { display: none; }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row > .video-iframe-container { display: none; }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q44dosQEdzEIdMIpLM8uLvynsoN0KTCc > .row .container { width:20rem;height:43.4375rem;background-color:#fafafa;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvLCnWvDm08vReUVFsmoG1T47Li1vCzC { width:10.8125rem;height:2.25rem;top:14.686414718628rem;left:9.0649506507269rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFLNv1G46XOBfA7Z5vCVWfrF3HwdTlt { width:7.1245625rem;height:8.9995625rem;top:30.699870824814rem;left:7.4663630127906rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpRcTCvN4mXGnEFpoXKd1oz86X0GQ5TQ { width:4.81228125rem;height:4.81228125rem;top:5.6206588745117rem;left:2.6551650166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #npu8nvuBJg57iePztRtEKEBcbK2dnZWd { width:9.375rem;height:4.0625rem;top:25.452475547791rem;left:0.37326389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlVLRQX8l9IOlhIHp9h7KEQfV5lZtPgx { top:10.724826812744rem;left:1.5928819775581rem;width:9.375rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TXN7q4TModBxIt6WXuCFFfdAXm8iTTZr { width:10.6875rem;height:2.8125rem;top:14.624194145202rem;left:8.5625003576281rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IlmcO33r7W0kX8hiwtTtd7pGVoRrN6TL { width:7.374125rem;height:3.125rem;top:13.879123687744rem;left:0.81054693460463rem;display:block; }
 }@media only screen and (max-width: 763px) { #olQqM0rORBszEHeNg9emWCZ2IHdJJmZx { width:8.186875rem;height:3.99956875rem;top:30.139975190162rem;left:0.94618064165113rem;display:block; }
 }@media only screen and (max-width: 763px) { #V69qFiSlkxP11we0OBe3qa3iCqxWKoID { width:8.8748125rem;height:2.74956875rem;top:21.948785781861rem;left:11.124132215977rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa7q7kxleL2oCTsTJzeDm2gzZ5IexGqv { width:9.561625rem;height:2.93728125rem;top:26.015625953674rem;left:10.438368856907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JihwQaDmRW2Zh5HLhQ5ypBpXCyxUGlcK { width:9.6245625rem;height:2.12456875rem;top:22.261285781861rem;left:0.37326389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBXETIf8q0DQVb1Ntetk3hlyl562orct { width:20rem;height:3.2986125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRnT08tX9wqaGySJHInvDTAdk4TP9CeB { width:20rem;height:0;top:29.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I86pW5sP91Aay9gvbfKTD0cVUZGOrkNy { width:5.49913125rem;height:3.75rem;top:9.9435768127444rem;left:12.996962606907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsmzfPUTRemRV1u7a9Pqw5XGz7SlxgtV { width:5.24956875rem;height:5.24956875rem;top:29.514976263046rem;left:13.816189825535rem;display:block; }
 }@media only screen and (max-width: 763px) { #i50q1DlFydae7vWm90CvKUhbaqVKVv4C { width:12.625rem;height:1.6165951450714rem;top:18.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEtJmRc77FHA0bH2HVApB4MBaeUBAeUm { width:6.8120625rem;height:3.56228125rem;top:34.832900762558rem;left:1.6536458134651rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHyCFTfDwMnSJDRfoofOREBDFmdQQOrT { width:14.0625rem;height:2.625rem;top:17.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikWyTlwmmhIbsXM8O4CX2Lp9fg5hnWW8 { width:9.124375rem;height:1.99978125rem;top:7.0236549377444rem;left:9.8730469346044rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oArQTHPDx19Ri5EMeiK1TKN3XPcB1l3c { width:20rem;height:40.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40f47d3d-6820-4e18-9cb5-7dd790df07d0/tolgakilincIFQxOEffPounsplashp.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH.adaptive-delivery-prevent-bg, #e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH.lazyload, #e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH.lazyloading { background-image: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { background-color: transparent; background-image: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.13); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container > .video-iframe-container { display: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.13); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row > .video-iframe-container { display: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { border-width: 0; border-radius: 0; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVSWn6K9CRdsi9K2g1TUhfTzEg007TO7 { width:20rem;height:3.2487rem;top:1.8484315872193rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mkErUDTGViXn3UUdQT4R3XGBgXkgo2tK { height:11.25rem;width:20rem;top:6.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n744e3xvH1to3k1dqp2TVLTr2N50ZL1I { background-color:#256d86;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { background-color: transparent; background-image: none; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container > .video-iframe-container { display: none; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row > .video-iframe-container { display: none; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { border-width: 0; border-radius: 0; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VogFXEDwTJKtMsEPiC7w8qez8eDT4EmD { width:14.8123125rem;height:5.85069375rem;top:6.474609375rem;left:4.0625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bKOM2mdHTgl6U8LAKva8oy1ZVt21V0I1 { width:14.8123125rem;height:2.92535rem;top:1.46484375rem;left:4.0625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jr4JpFQMzIbqATg8Ecr5AaQ3HLGqmXZX { width:3.125rem;height:3.125rem;top:1.3662109375rem;left:1rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioLNG7uyR5FCq4sOcJ20JJHx3OGfWlQS { width:3.125rem;height:3.125rem;top:7.8375015258787rem;left:0.99921870231631rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { background-color: transparent; background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { border-width: 0; border-radius: 0; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { width:20rem;height:14.375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { width:19.375rem;height:3.57494375rem;top:1rem;left:0.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZqiXKiG79tlpAIq6vR1MG4k0A1GUlOf { width:11.25rem;height:3.4375rem;top:5.5937747955322rem;left:4.3749998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVcBoOHABlqNGP3WuFMbH8y12ldXUx6M { display:block; }
 }@media only screen and (max-width: 763px) { #IR0bels4Ofh5MmBb2ErICEdcsn924oFx { width:20rem;height:2.92535rem;top:10.57421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 { display:block; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cP9Kf2v0n0vByNuz1dH7rFMkVB4110vM { width:12.5rem;height:1.7068125rem;top:1.25rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za71D4OwkTcsQzmOy6T2HuWl8ec85wWd { width:3.125rem;height:3.125rem;top:0rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }