.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:223,244,244;--color-primary-1:160,223,223;--color-primary-2:97,201,202;--color-primary-3:57,187,189;--color-primary-4:37,109,134;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--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:"Montserrat"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;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); }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B { 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/7frv4QWC/Header_New_vide.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; }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B.adaptive-delivery-prevent-bg, #y6p0uXhIaepiTBGTAG6REyc0E5E85B8B.lazyload, #y6p0uXhIaepiTBGTAG6REyc0E5E85B8B.lazyloading { background-image: none; }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B > .row .container { background-color: transparent; background-image: none; }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B > .row .container > .video-iframe-container { display: none; }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B > .row > .video-iframe-container { display: none; }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B > .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); }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B > .row .container { border-width: 0; border-radius: 0; }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#WAEnyP6i161TThZqN1NZLB1sIPrlMrv5 { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1);display:block;z-index:15034;top:1.25rem;left:37.625rem;display:block; }
#Ix3WHXnzmcG9VsF5bO19aeveht2RO1MA { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1);display:block;z-index:15033;top:1.25rem;left:41.5625rem;display:block; }
#I9renf9VI1Av7Zdf7KEpXfRIbhBsyVcW { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1);display:block;z-index:15036;top:1.3125rem;left:45.5rem;display:block; }
#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/6ArTTluciuA/unsplash/matt-hardy-6ArTTluciuA-photo-1518837695005-2083093ee35b.jpg");background-position:bottom 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; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy.adaptive-delivery-prevent-bg, #vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy.lazyload, #vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy.lazyloading { background-image: none; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row .container { background-color: transparent; background-image: none; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.15); }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row .container > .video-iframe-container { display: none; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .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.15); }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row > .video-iframe-container { display: none; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .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); }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row .container { border-width: 0; border-radius: 0; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy::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; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:60rem;position:relative;display:block; }#lNraeKUxfkKUe9cdAQagXa1HoBGMPSu4 { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9994375rem;height:3.436775rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:17.75rem;left:6.4375rem;display:block; }
#ibNcmaE8UHncN1aodLTJBiQ20JlIVmQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NVAf7bHTiKH1sJcyUKdRuiSQFhCSFsr8 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;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:2.25rem;left:1.0625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HwZWIa6PTFpNwFOpPmRKzKf4ohme5DDo { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:12.875rem;left:6.5rem;display:block; }
#t34ZxLUEKAEIsdze2SBE2I8RaSId8mr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wl8dJMBJLZ2VadmuShF7WPmq6XUV0pCF { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9994375rem;height:3.436775rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.8125rem;left:6.4375rem;display:block; }
#MKRKaT2By7MIz1mPrNQXyGvDJ37nEBK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZhH7kZgr0btWRIm99aI18Uf8urEgoDbM { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9994375rem;height:3.436775rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.375rem;left:6.4375rem;display:block; }
#QISTu4QHNZGlJVxhpyxcP2M5JKWcaZso { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BzrhqO5sfk6LyTLeTBgxSsvhLG8kxSX6 { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9994375rem;height:3.436775rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.5rem;left:6.4375rem;display:block; }
#Cvps2t19mH61JhdwIi5HO5x4ZxOtz3lV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmxTJxRAKlUFPhxFTARgc9GMLHHFbOuC { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9994375rem;height:3.436775rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.373410224914rem;left:37.186779022217rem;display:block; }
#Tid55decQtCxWnoEdTEfw68UnN2Hkbzo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KasBQzMp3WSR3Oeuoug3DPLakeQTLL37 { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9994375rem;height:3.436775rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:22.810329914093rem;left:37.186779022217rem;display:block; }
#DEIxIXRLB3xFrlXVF5GCpdWbH2MZdcOZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWktbf4JGzTBSJHdmsfqBFF4FUZT96lp { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9994375rem;height:3.436775rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.873987674713rem;left:37.186779022217rem;display:block; }
#DOpbVQ1SGHGAI9gRpGmwtafyxSisHKmP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EPAKcXtUrR47r7tqGi0sra6VUgARzzFt { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9994375rem;height:3.436775rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.748119831085rem;left:37.186779022217rem;display:block; }
#sgTiMgTVMVZ3ouqHxyltAahAtNLxq6WP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UqyeFbpfP34Eg1JWRQ8EwFyqFWV1W9f7 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.2500001192093rem;left:32.27499961853rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gAsZdhdU9w361NO1eVUTE02wqNCit3ll { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0609375rem;height:3.37456875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.6875rem;left:3.9375rem;display:block; }
#wxtBTE6oh2MnEo4ZvgbnvqlNrhVRTpOP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTuFpCbD6OI3xSNbe5T64pprsHNdsXPT { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;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:53.1875rem;width:0.375rem;top:-0.00072479248046875rem;left:29.987042422103rem;display:block; }
#wyZnPcBWcRp0BuQuF7ohkr5P9ntJgZ7F { 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; }
#CQm1RU9kw3vZhSPyb9bLlnmd4U92eao2 { background-color:#5d92ff;background-image:none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#fm7PmFotcfn1wpwVgLDwpPxnxSW2FgRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UJ3yx59CTdtFTTRxymOiDFZPFOIFyDrK { background-color:#5d92ff;background-image:none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Go5JGPRtTUm0mzvAP2bkZAxyxxf333uN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBFKKXZm6qLzczMPnrJAu23nQrvm2HLK { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1);display:block;z-index:15034;top:1.3125rem;left:41.25rem;display:none; }
#M1LlSMhkRhCgy2h7ldX7iRQ8EP67DW3o { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1);display:block;z-index:15035;top:1.3125rem;left:45.125rem;display:none; }
#BaNzrxyV79pRITE1oW9VCP8GRkbTQLEN { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1);display:block;z-index:15033;top:1.25rem;left:49rem;display:none; }
#c10N825IXGNmtPmiSk61VVDW1p9cwTWu { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1);display:block;z-index:15036;top:1.3125rem;left:52.9375rem;display:none; }
#BNicpnXZzODO9MJNKJapQQQA5V0c5JKH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:1.8125rem;top:10.0625rem;left:1.6875rem;display:none; }
#vl76wnWUwkTleo68gtgGOccORg64TWi2 { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9994375rem;height:3.436775rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.49783039093rem;left:37.186779022217rem;display:block; }
#W8JckNLkGUq8BCzcNJBrJn6wpNcRnnsU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kaa3x6iSMBf9tpwm9yJ5b86zMThO01Nu { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7494375rem;height:3.436775rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37.654804706574rem;left:35.311779022217rem;display:block; }
#qQRPNIZz5ef8RR3VQQb4vN6WS5iSGsfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3TDyTzrsTuzrJDdrliEZdaMoCAWor51 { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1244375rem;height:3.436775rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.625rem;left:4.875rem;display:block; }
#dJFL39ZZpHCR6xThm5BpoO58X8OC42yp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tIOnVrhmNExgd0Ur1sEyrA9mJOKdy4Ai { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1244375rem;height:3.43605625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.623699665069rem;left:35.624279022217rem;display:block; }
#xKpP96AtrnXzQ4tEwftE9Pt2gq8PPGis { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2ST1HVGbWCq3E3vOehVdqEaoK5A9Ehb { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9994375rem;height:3.43605625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.4375rem;left:6.4375rem;display:block; }
#g8LoxzgCCEADJ30c3NiTOe57e2u8SXiV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nsb91Tnqkao5zDy5mXqHhHo5CmhKNBgO { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9994375rem;height:3.436775rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:8.125rem;left:6.4375rem;display:block; }
#GMPCTd89UA4NniNx8vqPPcnx6QapmTWL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CwRgMxkdf0IdehTyCnoiwuWFI0E7oc64 { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9994375rem;height:3.436775rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.1242766380312rem;left:37.186779022217rem;display:block; }
#EFWdKPTo26dDCP4hhTlUqiZEym1VifRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 { position:relative;display:none; }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 { border-width: 0; border-radius: 0; }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 > .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; }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#RNnGf2Bnqu6u3EcCf3Z5Si3gdST1UeS9 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.0625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ETdnqqvT84IZFOgRTfOCQdCFcNHzLMW4 { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:9.1875009536744rem;left:6.5rem;display:none; }
#oLrk6pItzKptJrD12mynZ81h20CdKpO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KbPX3Q54fmZgJgqSONnfZAWe08FUUeQ7 { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.3125rem;left:6.5rem;display:none; }
#qr6ITDNzOR9XCbATcGem2Lm3N1KC5qfd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrL3B5Xi7swge0WyTCdnyOW8a2T4i95k { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.3125rem;left:6.5rem;display:none; }
#Nv44xoh1He1xixoDUrz6HuGyma7isr60 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ae82KT9rqP0VGwI8QdyoDp8nBDPzb0SR { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.4375rem;left:6.5rem;display:none; }
#qTTLINIg0QDxW8m3M52zVNPInOnMdRM8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FkqMAqNb2IXBdxMcaXXq1pA0Qgc0WQ2U { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.561718177051rem;left:6.5rem;display:none; }
#cO2yIWD2awoFnS6LS5eVh6FbyqsQhH0I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rWQKKoEwLHrqsZE5CdesA1yJ4eW205qp { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.562501907349rem;left:0rem;display:none; }
#tWlgIiMGd2MmdpxZtpheNyA0EDTibbny { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtT11IRcdddQwc1isZz11pMNFZw2qSqp { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.4375rem;left:6.5rem;display:none; }
#Vm31b0xkm59KR7S5zzrIs1lvgHnvSisT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O7PdNSJL6cyORrlA5hUTHGJ1MGpHAbPD { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.4375rem;left:6.5rem;display:none; }
#p600tweBcU0N8MZ0c2BOLJM95R6bmSAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kMoXApmG6unwiSxTDfTTNVTIcfD02OLc { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:9.1875009536744rem;left:6.5rem;display:none; }
#yG5ZIVbTLgg1FRgezklpCmcgkHqfMFU1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#POt5VTBXrh31PTBpTbLkLppsa48TbqXR { position:relative;display:none; }#POt5VTBXrh31PTBpTbLkLppsa48TbqXR { border-width: 0; border-radius: 0; }#POt5VTBXrh31PTBpTbLkLppsa48TbqXR > .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; }#POt5VTBXrh31PTBpTbLkLppsa48TbqXR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM { position:relative;display:none; }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM { border-width: 0; border-radius: 0; }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM > .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; }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#SxdKTeI7pRMPozTLlVVmsJu8TX8x36fy { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.0625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Z6NzTHNxUdgAxcTsBPZx51ktg2bpPgPc { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:9.1875009536744rem;left:6.5rem;display:none; }
#bqvLO7ALanysdRSLROqfTpxWOBmuC5ih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EiX2x6A9NB2lMMTN3JNrkxTTIRDZOwkT { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.3125rem;left:6.5rem;display:none; }
#y2ILeqWkuadST87slZWg7dy6b0NqoR0M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qy1zqpD78Mrshr42Uim72w0GqioVADWt { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.3125rem;left:6.5rem;display:none; }
#m7cQvCiRRecvqLJSGBRSAhrZp2UfsBuU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K38bUmeBtLlJyUGclatTAX3V4H4rA4Dc { background-color:rgba(var(--color-primary-4),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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.4375rem;left:6.5rem;display:none; }
#XJthfdZRsB2Wldsqq9imKFvu0PTcRv0L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jegq8HXfayU3dUq3MTzxguP4NHiid9Kk { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.561718177051rem;left:6.5rem;display:none; }
#y7NLcphZ33JuoQLct1GEm1XmlU5csD3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wriMEqRa0tm93ar1yozOkTvTpmi4FNpa { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.562501907349rem;left:0rem;display:none; }
#A5AOuKxJufkMV6p8s7h9GQZREWv8SmTK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJao9ksAtTo8Q2NZgOZ6DVIEQCalS1AH { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.3125rem;left:6.5rem;display:none; }
#uXnbVOXmN0HgOeqJoTQnTsCtmmdAqBrX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qdy1GeebgOGJqftK9WiyFJWlNHR8UG8F { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.3125rem;left:6.5rem;display:none; }
#oidG8GJ8LPIHB6ltKD2TbC4FN0v3FT1Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2b1KnzNUzpQG8JVWxnTDEInTgXQFKKp { background-color:rgba(var(--color-primary-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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:9.1875009536744rem;left:6.5rem;display:none; }
#QTIgbw4K7EqlchDUBmOnucEgDHQAJBxS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y6p0uXhIaepiTBGTAG6REyc0E5E85B8B { display:block; }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAEnyP6i161TThZqN1NZLB1sIPrlMrv5 { top:1.25rem;left:31.5rem;width:3.9375rem;height:3.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix3WHXnzmcG9VsF5bO19aeveht2RO1MA { top:1.25rem;left:35.4375rem;width:3.875rem;height:3.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9renf9VI1Av7Zdf7KEpXfRIbhBsyVcW { top:1.3125rem;left:39.375rem;width:3.875rem;height:3.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy { display:block; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNraeKUxfkKUe9cdAQagXa1HoBGMPSu4 { width:16.9375rem;height:3.375rem;top:17.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibNcmaE8UHncN1aodLTJBiQ20JlIVmQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #NVAf7bHTiKH1sJcyUKdRuiSQFhCSFsr8 { top:2.1875rem;left:0rem;width:27.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwZWIa6PTFpNwFOpPmRKzKf4ohme5DDo { width:16.9375rem;height:3.375rem;top:12.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t34ZxLUEKAEIsdze2SBE2I8RaSId8mr6 { display:block; }
 }@media only screen and (max-width: 763px) { #wl8dJMBJLZ2VadmuShF7WPmq6XUV0pCF { width:16.9375rem;height:3.375rem;top:22.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKRKaT2By7MIz1mPrNQXyGvDJ37nEBK2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZhH7kZgr0btWRIm99aI18Uf8urEgoDbM { width:16.9375rem;height:3.375rem;top:27.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QISTu4QHNZGlJVxhpyxcP2M5JKWcaZso { display:block; }
 }@media only screen and (max-width: 763px) { #BzrhqO5sfk6LyTLeTBgxSsvhLG8kxSX6 { width:16.9375rem;height:3.375rem;top:32.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvps2t19mH61JhdwIi5HO5x4ZxOtz3lV { display:block; }
 }@media only screen and (max-width: 763px) { #EmxTJxRAKlUFPhxFTARgc9GMLHHFbOuC { width:16.9375rem;height:3.375rem;top:27.3125rem;left:27.999279022217rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tid55decQtCxWnoEdTEfw68UnN2Hkbzo { display:block; }
 }@media only screen and (max-width: 763px) { #KasBQzMp3WSR3Oeuoug3DPLakeQTLL37 { width:16.9375rem;height:3.375rem;top:22.75rem;left:27.999279022217rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEIxIXRLB3xFrlXVF5GCpdWbH2MZdcOZ { display:block; }
 }@media only screen and (max-width: 763px) { #RWktbf4JGzTBSJHdmsfqBFF4FUZT96lp { width:16.9375rem;height:3.375rem;top:12.8125rem;left:27.999279022217rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpbVQ1SGHGAI9gRpGmwtafyxSisHKmP { display:block; }
 }@media only screen and (max-width: 763px) { #EPAKcXtUrR47r7tqGi0sra6VUgARzzFt { width:16.9375rem;height:3.375rem;top:17.6875rem;left:27.999279022217rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTiMgTVMVZ3ouqHxyltAahAtNLxq6WP { display:block; }
 }@media only screen and (max-width: 763px) { #UqyeFbpfP34Eg1JWRQ8EwFyqFWV1W9f7 { top:2.1875rem;left:21rem;width:26.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAsZdhdU9w361NO1eVUTE02wqNCit3ll { width:22rem;height:3.3125rem;top:37.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxtBTE6oh2MnEo4ZvgbnvqlNrhVRTpOP { display:block; }
 }@media only screen and (max-width: 763px) { #LTuFpCbD6OI3xSNbe5T64pprsHNdsXPT { top:0rem;left:23.375rem;width:0.375rem;height:53.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyZnPcBWcRp0BuQuF7ohkr5P9ntJgZ7F { width:25rem;height:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQm1RU9kw3vZhSPyb9bLlnmd4U92eao2 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #fm7PmFotcfn1wpwVgLDwpPxnxSW2FgRF { display:block; }
 }@media only screen and (max-width: 763px) { #UJ3yx59CTdtFTTRxymOiDFZPFOIFyDrK { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Go5JGPRtTUm0mzvAP2bkZAxyxxf333uN { display:block; }
 }@media only screen and (max-width: 763px) { #cBFKKXZm6qLzczMPnrJAu23nQrvm2HLK { top:1.3125rem;left:35.125rem;width:3.9375rem;height:3.9375rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1LlSMhkRhCgy2h7ldX7iRQ8EP67DW3o { top:1.3125rem;left:39rem;width:3.9375rem;height:3.9375rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaNzrxyV79pRITE1oW9VCP8GRkbTQLEN { top:1.25rem;left:42.875rem;width:3.9375rem;height:3.9375rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c10N825IXGNmtPmiSk61VVDW1p9cwTWu { top:1.3125rem;left:43.8125rem;width:3.9375rem;height:3.9375rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNicpnXZzODO9MJNKJapQQQA5V0c5JKH { top:10.0625rem;left:0rem;width:17.625rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vl76wnWUwkTleo68gtgGOccORg64TWi2 { width:16.9375rem;height:3.375rem;top:32.4375rem;left:27.999279022217rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8JckNLkGUq8BCzcNJBrJn6wpNcRnnsU { display:block; }
 }@media only screen and (max-width: 763px) { #kaa3x6iSMBf9tpwm9yJ5b86zMThO01Nu { width:20.6875rem;height:3.375rem;top:37.625rem;left:26.124279022217rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQRPNIZz5ef8RR3VQQb4vN6WS5iSGsfA { display:block; }
 }@media only screen and (max-width: 763px) { #Q3TDyTzrsTuzrJDdrliEZdaMoCAWor51 { width:20.0625rem;height:3.375rem;top:42.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJFL39ZZpHCR6xThm5BpoO58X8OC42yp { display:block; }
 }@media only screen and (max-width: 763px) { #tIOnVrhmNExgd0Ur1sEyrA9mJOKdy4Ai { width:20.0625rem;height:3.375rem;top:42.5625rem;left:26.436779022217rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKpP96AtrnXzQ4tEwftE9Pt2gq8PPGis { display:block; }
 }@media only screen and (max-width: 763px) { #S2ST1HVGbWCq3E3vOehVdqEaoK5A9Ehb { width:16.9375rem;height:3.375rem;top:47.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8LoxzgCCEADJ30c3NiTOe57e2u8SXiV { display:block; }
 }@media only screen and (max-width: 763px) { #nsb91Tnqkao5zDy5mXqHhHo5CmhKNBgO { width:16.9375rem;height:3.375rem;top:8.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMPCTd89UA4NniNx8vqPPcnx6QapmTWL { display:block; }
 }@media only screen and (max-width: 763px) { #CwRgMxkdf0IdehTyCnoiwuWFI0E7oc64 { width:16.9375rem;height:3.375rem;top:8.0625rem;left:27.999279022217rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFWdKPTo26dDCP4hhTlUqiZEym1VifRM { display:block; }
 }@media only screen and (max-width: 763px) { #ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 { display:none; }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RNnGf2Bnqu6u3EcCf3Z5Si3gdST1UeS9 { top:2.25rem;left:0rem;width:20rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETdnqqvT84IZFOgRTfOCQdCFcNHzLMW4 { width:17rem;height:3.4375rem;top:9.1875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLrk6pItzKptJrD12mynZ81h20CdKpO8 { display:block; }
 }@media only screen and (max-width: 763px) { #KbPX3Q54fmZgJgqSONnfZAWe08FUUeQ7 { width:17rem;height:3.4375rem;top:14.3125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qr6ITDNzOR9XCbATcGem2Lm3N1KC5qfd { display:block; }
 }@media only screen and (max-width: 763px) { #zrL3B5Xi7swge0WyTCdnyOW8a2T4i95k { width:17rem;height:3.4375rem;top:19.3125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nv44xoh1He1xixoDUrz6HuGyma7isr60 { display:block; }
 }@media only screen and (max-width: 763px) { #Ae82KT9rqP0VGwI8QdyoDp8nBDPzb0SR { width:17rem;height:3.4375rem;top:24.4375rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTTLINIg0QDxW8m3M52zVNPInOnMdRM8 { display:block; }
 }@media only screen and (max-width: 763px) { #FkqMAqNb2IXBdxMcaXXq1pA0Qgc0WQ2U { width:17rem;height:3.4375rem;top:29.5rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cO2yIWD2awoFnS6LS5eVh6FbyqsQhH0I { display:block; }
 }@media only screen and (max-width: 763px) { #rWQKKoEwLHrqsZE5CdesA1yJ4eW205qp { width:30rem;height:3.375rem;top:39.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWlgIiMGd2MmdpxZtpheNyA0EDTibbny { display:block; }
 }@media only screen and (max-width: 763px) { #DtT11IRcdddQwc1isZz11pMNFZw2qSqp { width:17rem;height:3.4375rem;top:24.4375rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vm31b0xkm59KR7S5zzrIs1lvgHnvSisT { display:block; }
 }@media only screen and (max-width: 763px) { #O7PdNSJL6cyORrlA5hUTHGJ1MGpHAbPD { width:17rem;height:3.4375rem;top:24.4375rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p600tweBcU0N8MZ0c2BOLJM95R6bmSAy { display:block; }
 }@media only screen and (max-width: 763px) { #kMoXApmG6unwiSxTDfTTNVTIcfD02OLc { width:17rem;height:3.4375rem;top:9.1875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yG5ZIVbTLgg1FRgezklpCmcgkHqfMFU1 { display:block; }
 }@media only screen and (max-width: 763px) { #POt5VTBXrh31PTBpTbLkLppsa48TbqXR { display:none; }#POt5VTBXrh31PTBpTbLkLppsa48TbqXR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM { display:none; }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SxdKTeI7pRMPozTLlVVmsJu8TX8x36fy { top:1.625rem;left:0rem;width:20rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6NzTHNxUdgAxcTsBPZx51ktg2bpPgPc { width:17rem;height:3.4375rem;top:9.1875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqvLO7ALanysdRSLROqfTpxWOBmuC5ih { display:block; }
 }@media only screen and (max-width: 763px) { #EiX2x6A9NB2lMMTN3JNrkxTTIRDZOwkT { width:17rem;height:3.4375rem;top:14.3125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2ILeqWkuadST87slZWg7dy6b0NqoR0M { display:block; }
 }@media only screen and (max-width: 763px) { #qy1zqpD78Mrshr42Uim72w0GqioVADWt { width:17rem;height:3.4375rem;top:19.3125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7cQvCiRRecvqLJSGBRSAhrZp2UfsBuU { display:block; }
 }@media only screen and (max-width: 763px) { #K38bUmeBtLlJyUGclatTAX3V4H4rA4Dc { width:17rem;height:3.4375rem;top:24.4375rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJthfdZRsB2Wldsqq9imKFvu0PTcRv0L { display:block; }
 }@media only screen and (max-width: 763px) { #Jegq8HXfayU3dUq3MTzxguP4NHiid9Kk { width:17rem;height:3.4375rem;top:29.5rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7NLcphZ33JuoQLct1GEm1XmlU5csD3P { display:block; }
 }@media only screen and (max-width: 763px) { #wriMEqRa0tm93ar1yozOkTvTpmi4FNpa { width:30rem;height:3.375rem;top:39.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5AOuKxJufkMV6p8s7h9GQZREWv8SmTK { display:block; }
 }@media only screen and (max-width: 763px) { #lJao9ksAtTo8Q2NZgOZ6DVIEQCalS1AH { width:17rem;height:3.4375rem;top:19.3125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXnbVOXmN0HgOeqJoTQnTsCtmmdAqBrX { display:block; }
 }@media only screen and (max-width: 763px) { #qdy1GeebgOGJqftK9WiyFJWlNHR8UG8F { width:17rem;height:3.4375rem;top:19.3125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oidG8GJ8LPIHB6ltKD2TbC4FN0v3FT1Q { display:block; }
 }@media only screen and (max-width: 763px) { #p2b1KnzNUzpQG8JVWxnTDEInTgXQFKKp { width:17rem;height:3.4375rem;top:9.1875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTIgbw4K7EqlchDUBmOnucEgDHQAJBxS { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y6p0uXhIaepiTBGTAG6REyc0E5E85B8B { 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; }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B.adaptive-delivery-prevent-bg, #y6p0uXhIaepiTBGTAG6REyc0E5E85B8B.lazyload, #y6p0uXhIaepiTBGTAG6REyc0E5E85B8B.lazyloading { background-image: none; }#y6p0uXhIaepiTBGTAG6REyc0E5E85B8B > .row .container { width:20rem;height:43rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WAEnyP6i161TThZqN1NZLB1sIPrlMrv5 { width:3.9375rem;height:3.9375rem;top:1.25rem;left:8rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix3WHXnzmcG9VsF5bO19aeveht2RO1MA { width:3.9375rem;height:3.9375rem;top:11.625rem;left:8rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9renf9VI1Av7Zdf7KEpXfRIbhBsyVcW { width:3.9375rem;height:3.9375rem;top:16.8125rem;left:8rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy { background-color:transparent;background-image:url("https://images.assets-landingi.com/6x3VpRn9/SAIL_BREAK_Sicile_Panarea.jpg");background-position:center !important;background-repeat: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; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy.adaptive-delivery-prevent-bg, #vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy.lazyload, #vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy.lazyloading { background-image: none; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row .container { background-color: transparent; background-image: none; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row .container > .video-iframe-container { display: none; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row > .video-iframe-container { display: none; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .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); }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row .container { border-width: 0; border-radius: 0; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy::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; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXSwxWlHrOrFeExNJCtEvIsdnNiOATGy > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNraeKUxfkKUe9cdAQagXa1HoBGMPSu4 { width:17rem;height:3.4375rem;top:27.4375rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibNcmaE8UHncN1aodLTJBiQ20JlIVmQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #NVAf7bHTiKH1sJcyUKdRuiSQFhCSFsr8 { width:20rem;height:0;top:18.062500357628rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwZWIa6PTFpNwFOpPmRKzKf4ohme5DDo { width:17rem;height:3.4375rem;top:36.8125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t34ZxLUEKAEIsdze2SBE2I8RaSId8mr6 { display:block; }
 }@media only screen and (max-width: 763px) { #wl8dJMBJLZ2VadmuShF7WPmq6XUV0pCF { width:17rem;height:3.4375rem;top:32.125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKRKaT2By7MIz1mPrNQXyGvDJ37nEBK2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZhH7kZgr0btWRIm99aI18Uf8urEgoDbM { width:17rem;height:3.4375rem;top:41.5rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QISTu4QHNZGlJVxhpyxcP2M5JKWcaZso { display:block; }
 }@media only screen and (max-width: 763px) { #BzrhqO5sfk6LyTLeTBgxSsvhLG8kxSX6 { width:17rem;height:3.4375rem;top:46.1875rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cvps2t19mH61JhdwIi5HO5x4ZxOtz3lV { display:block; }
 }@media only screen and (max-width: 763px) { #EmxTJxRAKlUFPhxFTARgc9GMLHHFbOuC { width:17rem;height:3.4375rem;top:114.9375rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tid55decQtCxWnoEdTEfw68UnN2Hkbzo { display:block; }
 }@media only screen and (max-width: 763px) { #KasBQzMp3WSR3Oeuoug3DPLakeQTLL37 { width:17rem;height:3.4375rem;top:110.25rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEIxIXRLB3xFrlXVF5GCpdWbH2MZdcOZ { display:block; }
 }@media only screen and (max-width: 763px) { #RWktbf4JGzTBSJHdmsfqBFF4FUZT96lp { width:17rem;height:3.4375rem;top:105.5625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOpbVQ1SGHGAI9gRpGmwtafyxSisHKmP { display:block; }
 }@media only screen and (max-width: 763px) { #EPAKcXtUrR47r7tqGi0sra6VUgARzzFt { width:17rem;height:3.4375rem;top:100.875rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgTiMgTVMVZ3ouqHxyltAahAtNLxq6WP { display:block; }
 }@media only screen and (max-width: 763px) { #UqyeFbpfP34Eg1JWRQ8EwFyqFWV1W9f7 { width:20rem;height:0;top:92.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAsZdhdU9w361NO1eVUTE02wqNCit3ll { width:19rem;height:3.375rem;top:55.5625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxtBTE6oh2MnEo4ZvgbnvqlNrhVRTpOP { display:block; }
 }@media only screen and (max-width: 763px) { #LTuFpCbD6OI3xSNbe5T64pprsHNdsXPT { width:0.625rem;height:47.375rem;top:44rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyZnPcBWcRp0BuQuF7ohkr5P9ntJgZ7F { top:1.9609375rem;left:5.9062498807907rem;width:8.1875rem;height:5.1875rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CQm1RU9kw3vZhSPyb9bLlnmd4U92eao2 { top:13.5rem;left:0.4375rem;width:7.9375rem;height:3.4375rem;z-index:15022;background-color:#ee5f51;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) { #fm7PmFotcfn1wpwVgLDwpPxnxSW2FgRF { display:block; }
 }@media only screen and (max-width: 763px) { #UJ3yx59CTdtFTTRxymOiDFZPFOIFyDrK { top:13.5rem;left:11.5625rem;width:7.9375rem;height:3.4375rem;z-index:15023;background-color:#ee5f51;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) { #Go5JGPRtTUm0mzvAP2bkZAxyxxf333uN { display:block; }
 }@media only screen and (max-width: 763px) { #cBFKKXZm6qLzczMPnrJAu23nQrvm2HLK { width:3.9375rem;height:3.9375rem;top:19.0625rem;left:2.25rem;font-size:2.75rem;z-index:15035;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M1LlSMhkRhCgy2h7ldX7iRQ8EP67DW3o { width:3.9375rem;height:3.9375rem;top:19.125rem;left:6.125rem;font-size:2.75rem;z-index:15036;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BaNzrxyV79pRITE1oW9VCP8GRkbTQLEN { width:3.9375rem;height:3.9375rem;top:19.0625rem;left:10.0625rem;font-size:2.75rem;z-index:15034;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c10N825IXGNmtPmiSk61VVDW1p9cwTWu { width:3.9375rem;height:3.9375rem;top:19.0625rem;left:13.8125rem;font-size:2.75rem;z-index:15037;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BNicpnXZzODO9MJNKJapQQQA5V0c5JKH { top:9.6875rem;left:1.1875rem;width:17.625rem;height:1.8684875rem;z-index:15038;font-family:montserrat;font-weight:700;font-style:normal;font-size:1.4375rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vl76wnWUwkTleo68gtgGOccORg64TWi2 { width:16.9375rem;height:3.375rem;top:32.4375rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8JckNLkGUq8BCzcNJBrJn6wpNcRnnsU { display:block; }
 }@media only screen and (max-width: 763px) { #kaa3x6iSMBf9tpwm9yJ5b86zMThO01Nu { width:19rem;height:3.375rem;top:37.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQRPNIZz5ef8RR3VQQb4vN6WS5iSGsfA { display:block; }
 }@media only screen and (max-width: 763px) { #Q3TDyTzrsTuzrJDdrliEZdaMoCAWor51 { width:19rem;height:3.375rem;top:42.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJFL39ZZpHCR6xThm5BpoO58X8OC42yp { display:block; }
 }@media only screen and (max-width: 763px) { #tIOnVrhmNExgd0Ur1sEyrA9mJOKdy4Ai { width:19rem;height:3.375rem;top:42.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKpP96AtrnXzQ4tEwftE9Pt2gq8PPGis { display:block; }
 }@media only screen and (max-width: 763px) { #S2ST1HVGbWCq3E3vOehVdqEaoK5A9Ehb { width:16.9375rem;height:3.375rem;top:47.4375rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8LoxzgCCEADJ30c3NiTOe57e2u8SXiV { display:block; }
 }@media only screen and (max-width: 763px) { #nsb91Tnqkao5zDy5mXqHhHo5CmhKNBgO { width:16.9375rem;height:3.375rem;top:8.125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMPCTd89UA4NniNx8vqPPcnx6QapmTWL { display:block; }
 }@media only screen and (max-width: 763px) { #CwRgMxkdf0IdehTyCnoiwuWFI0E7oc64 { width:16.9375rem;height:3.375rem;top:8.0625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFWdKPTo26dDCP4hhTlUqiZEym1VifRM { display:block; }
 }@media only screen and (max-width: 763px) { #ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 { background-color:#fafafa;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; }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 > .row .container { background-color: transparent; background-image: none; }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 > .row .container > .video-iframe-container { display: none; }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 > .row > .video-iframe-container { display: none; }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 > .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); }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 > .row .container { border-width: 0; border-radius: 0; }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ABn7cKnbUUZ7fb6M2bgyiuMZ8aRToki4 > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNnGf2Bnqu6u3EcCf3Z5Si3gdST1UeS9 { width:20rem;height:3.249425rem;top:1.8867206573486rem;left:0rem;font-size:1.25rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETdnqqvT84IZFOgRTfOCQdCFcNHzLMW4 { width:17rem;height:3.4375rem;top:15.125rem;left:1.5rem;z-index:15007;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLrk6pItzKptJrD12mynZ81h20CdKpO8 { display:block; }
 }@media only screen and (max-width: 763px) { #KbPX3Q54fmZgJgqSONnfZAWe08FUUeQ7 { width:17rem;height:3.4375rem;top:20.0625rem;left:1.5rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #qr6ITDNzOR9XCbATcGem2Lm3N1KC5qfd { display:block; }
 }@media only screen and (max-width: 763px) { #zrL3B5Xi7swge0WyTCdnyOW8a2T4i95k { width:17rem;height:3.4375rem;top:10.5625rem;left:1.5rem;z-index:15008;background-color:#256d86;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) { #Nv44xoh1He1xixoDUrz6HuGyma7isr60 { display:block; }
 }@media only screen and (max-width: 763px) { #Ae82KT9rqP0VGwI8QdyoDp8nBDPzb0SR { width:17rem;height:3.4375rem;top:29.5625rem;left:1.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qTTLINIg0QDxW8m3M52zVNPInOnMdRM8 { display:block; }
 }@media only screen and (max-width: 763px) { #FkqMAqNb2IXBdxMcaXXq1pA0Qgc0WQ2U { width:17rem;height:3.4375rem;top:24.8125rem;left:1.5rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #cO2yIWD2awoFnS6LS5eVh6FbyqsQhH0I { display:block; }
 }@media only screen and (max-width: 763px) { #rWQKKoEwLHrqsZE5CdesA1yJ4eW205qp { width:18.998875rem;height:3.37456875rem;top:45rem;left:0.5rem;z-index:15014;font-size:1.125rem;background-color:#39bbbd;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) { #tWlgIiMGd2MmdpxZtpheNyA0EDTibbny { display:block; }
 }@media only screen and (max-width: 763px) { #DtT11IRcdddQwc1isZz11pMNFZw2qSqp { width:16.9994375rem;height:3.43605625rem;top:34.75rem;left:1.5rem;z-index:15013;background-color:#39bbbd;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) { #Vm31b0xkm59KR7S5zzrIs1lvgHnvSisT { display:block; }
 }@media only screen and (max-width: 763px) { #O7PdNSJL6cyORrlA5hUTHGJ1MGpHAbPD { width:16.9994375rem;height:3.43605625rem;top:39.875rem;left:1.5625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #p600tweBcU0N8MZ0c2BOLJM95R6bmSAy { display:block; }
 }@media only screen and (max-width: 763px) { #kMoXApmG6unwiSxTDfTTNVTIcfD02OLc { width:16.9994375rem;height:3.436775rem;top:6.3125rem;left:1.5rem;z-index:15008;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG5ZIVbTLgg1FRgezklpCmcgkHqfMFU1 { display:block; }
 }@media only screen and (max-width: 763px) { #POt5VTBXrh31PTBpTbLkLppsa48TbqXR { display:block; }#POt5VTBXrh31PTBpTbLkLppsa48TbqXR { background-color: transparent; background-image: none; }#POt5VTBXrh31PTBpTbLkLppsa48TbqXR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POt5VTBXrh31PTBpTbLkLppsa48TbqXR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POt5VTBXrh31PTBpTbLkLppsa48TbqXR > .row .container > .video-iframe-container { display: none; }#POt5VTBXrh31PTBpTbLkLppsa48TbqXR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POt5VTBXrh31PTBpTbLkLppsa48TbqXR > .row > .video-iframe-container { display: none; }#POt5VTBXrh31PTBpTbLkLppsa48TbqXR > .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); }#POt5VTBXrh31PTBpTbLkLppsa48TbqXR > .row .container { width:20rem;height:11.5rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM { background-color:#fafafa;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; }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM > .row .container { background-color: transparent; background-image: none; }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM > .row .container > .video-iframe-container { display: none; }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM > .row > .video-iframe-container { display: none; }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM > .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); }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM > .row .container { border-width: 0; border-radius: 0; }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dq5XEX4tN2TT70rTIiDEKqh3f7JJQtyM > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxdKTeI7pRMPozTLlVVmsJu8TX8x36fy { width:20rem;height:3.249425rem;top:1.63671875rem;left:0rem;font-size:1.25rem;z-index:15002;color:#256d86;display:block; }
 }@media only screen and (max-width: 763px) { #Z6NzTHNxUdgAxcTsBPZx51ktg2bpPgPc { width:17rem;height:3.4375rem;top:15.8125rem;left:1.5625rem;z-index:15007;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqvLO7ALanysdRSLROqfTpxWOBmuC5ih { display:block; }
 }@media only screen and (max-width: 763px) { #EiX2x6A9NB2lMMTN3JNrkxTTIRDZOwkT { width:17rem;height:3.4375rem;top:20.8125rem;left:1.5625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #y2ILeqWkuadST87slZWg7dy6b0NqoR0M { display:block; }
 }@media only screen and (max-width: 763px) { #qy1zqpD78Mrshr42Uim72w0GqioVADWt { width:17rem;height:3.4375rem;top:30.625rem;left:1.5625rem;z-index:15008;background-color:#256d86;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) { #m7cQvCiRRecvqLJSGBRSAhrZp2UfsBuU { display:block; }
 }@media only screen and (max-width: 763px) { #K38bUmeBtLlJyUGclatTAX3V4H4rA4Dc { width:17rem;height:3.4375rem;top:25.8125rem;left:1.5625rem;z-index:15011;background-color:#39bbbd;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) { #XJthfdZRsB2Wldsqq9imKFvu0PTcRv0L { display:block; }
 }@media only screen and (max-width: 763px) { #Jegq8HXfayU3dUq3MTzxguP4NHiid9Kk { width:17rem;height:3.4375rem;top:11rem;left:1.5rem;z-index:15012;background-color:#256d86;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) { #y7NLcphZ33JuoQLct1GEm1XmlU5csD3P { display:block; }
 }@media only screen and (max-width: 763px) { #wriMEqRa0tm93ar1yozOkTvTpmi4FNpa { width:18.998125rem;height:3.37456875rem;top:46.375rem;left:0.5rem;z-index:15016;font-size:1.125rem;background-color:#39bbbd;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) { #A5AOuKxJufkMV6p8s7h9GQZREWv8SmTK { display:block; }
 }@media only screen and (max-width: 763px) { #lJao9ksAtTo8Q2NZgOZ6DVIEQCalS1AH { width:16.9998125rem;height:3.4375rem;top:36.0625rem;left:1.5625rem;z-index:15009;background-color:#39bbbd;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) { #uXnbVOXmN0HgOeqJoTQnTsCtmmdAqBrX { display:block; }
 }@media only screen and (max-width: 763px) { #qdy1GeebgOGJqftK9WiyFJWlNHR8UG8F { width:16.9994375rem;height:3.436775rem;top:41.375rem;left:1.5625rem;z-index:15009;background-color:#256d86;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) { #oidG8GJ8LPIHB6ltKD2TbC4FN0v3FT1Q { display:block; }
 }@media only screen and (max-width: 763px) { #p2b1KnzNUzpQG8JVWxnTDEInTgXQFKKp { width:16.9994375rem;height:3.436775rem;top:6.1870670318604rem;left:1.4995660781861rem;z-index:15008;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTIgbw4K7EqlchDUBmOnucEgDHQAJBxS { display:block; }
 }