.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:255,204,204;--color-primary-1:255,102,102;--color-primary-2:255,0,0;--color-primary-3:186,0,0;--color-primary-4:51,0,0;--color-secondary-0:228,246,218;--color-secondary-1:165,225,131;--color-secondary-2:74,194,7;--color-secondary-3:37,97,4;--color-secondary-4:11,29,1;--color-tertiary-0:255,255,255;--color-tertiary-1:184,184,184;--color-tertiary-2:137,137,137;--color-tertiary-3:82,82,82;--color-tertiary-4:0,0,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"Oswald"; }@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); }#zTdyhh8ftSfypte0TSFgFr9MncT38rxN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zTdyhh8ftSfypte0TSFgFr9MncT38rxN > .row .container { background-color: transparent; background-image: none; }#zTdyhh8ftSfypte0TSFgFr9MncT38rxN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTdyhh8ftSfypte0TSFgFr9MncT38rxN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTdyhh8ftSfypte0TSFgFr9MncT38rxN > .row .container > .video-iframe-container { display: none; }#zTdyhh8ftSfypte0TSFgFr9MncT38rxN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTdyhh8ftSfypte0TSFgFr9MncT38rxN > .row > .video-iframe-container { display: none; }#zTdyhh8ftSfypte0TSFgFr9MncT38rxN > .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); }#zTdyhh8ftSfypte0TSFgFr9MncT38rxN > .row .container { border-width: 0; border-radius: 0; }#zTdyhh8ftSfypte0TSFgFr9MncT38rxN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTdyhh8ftSfypte0TSFgFr9MncT38rxN > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:60rem;position:relative;display:block; }#RCxTCFSxlMPUNxkVg7Op6b8oFssK56VA { color:rgba(var(--color-tertiary-4),1);display:block;width:54.6875rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:2.5362739562988rem;height:;text-align:center;text-align-last:center;display:block; }
#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c { 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/uc/dced6b40-a136-4f39-8b76-83f97bf52142/Designsemnome.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c.adaptive-delivery-prevent-bg, #ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c.lazyload, #ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c.lazyloading { background-image: none; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row .container { background-color: transparent; background-image: none; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row .container > .video-iframe-container { display: none; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row > .video-iframe-container { display: none; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .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); }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row .container { border-width: 0; border-radius: 0; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row .container { font-size:0.875rem;font-family:arial;height:141.4375rem;width:60rem;position:relative;display:block; }#S1GbwKyOtfGhNwSE60Qi27DhMLCflutq { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #630000;border-left:0.0625rem solid #630000;border-right:0.0625rem solid #630000;border-bottom:0.4375rem solid #630000;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),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:.8;overflow:hidden;position:absolute;width:32.616071375rem;height:5.4732144375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:105.43359565735rem;left:12.946430206299rem;display:block; }
#wbSvrptbRWu9NDT5tPO5JRS9GmKMiZUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MOE5c365lZ6RMp37XsfTmDfpg81bziuR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:26.875rem;width:26.875rem;top:35.875rem;left:0.87946701049806rem;overflow:hidden;display:block; }
#XQkQUe4srSZFTO3WNipgZcv7WMs7QUHx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:23.25rem;width:23.25rem;top:78.073665618894rem;left:3.9776802062988rem;overflow:hidden;display:block; }
#g1nidk9QawmoS8Let2lA0rVkIRoWonwJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:27.5625rem;width:27.5625rem;top:4.9732146263122rem;left:0.53571701049805rem;overflow:hidden;display:block; }
#HHTbEENWL9eMSMsqIepVbtyhet1cKCEO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.0357146263123rem;left:33.535720825195rem;height:6.82475rem;text-align:center;text-align-last:center;display:block; }
#x6KNmpb45ChI3XkDfteTZ4rwvTARmrGZ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:10.785160541534rem;left:30.098220825195rem;height:44rem;text-align:justify;text-align-last:initial;display:block; }
#FszVIhib38BCDEgF9WtVHsZbc5No4itC { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:72.340406417844rem;left:5.5044670104981rem;display:block; }
#NUTdTFDw06E1gX23fkdZemITTPfxaT5D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQb7GOXoLuvIdGh9ffnOgpTBqTBZJvsh { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:72.340965270994rem;left:19.258930206299rem;display:block; }
#ThqgqBzgeI9sc4QNkdNhoybugXLCNwwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tSHqmwAQqeGgvXggZ9vlU5NdUIneEq6y { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:72.3710975647rem;left:32.160720825195rem;display:block; }
#Z5P7i6Q1BFtFfmyStpV70Ouw1mtikpX7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#De0kGNTdSOsP0cZGQipBKHVgWXy768TL { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:72.4335975647rem;left:45.598220825195rem;display:block; }
#f5lboPdQEJiKv5DPwF8imSQPlfJ8tNyI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQa7p7JLM3AfHoEJ1NI4OgH8FIZMBmFl { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:66.847661018369rem;left:19.031253814698rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#wKfx2JoBF43tx7URg33dPUzMTpisDXkM { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:23.875rem;width:23.875rem;top:78.07310676575rem;left:30.946434020996rem;overflow:hidden;display:block; }
#h8qDJXSHGJu47LhI7LTLkXBoSipEDIGz { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:114.39007568359rem;left:19.281253814698rem;height:5.0373875rem;text-align:center;text-align-last:center;display:block; }
#uopWc6i7PA5N56ck0ZrJkNJOJM73XtR9 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:2.625rem;width:23.4375rem;top:138.8125rem;left:19.0625rem;display:block; }
#aXOsmKnvBJn6yrz3HiLd6Z7V2eOUf4Nk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.811375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:139.5rem;left:19.5625rem;height:1.2996625rem;text-align:center;text-align-last:center;display:block; }
#yKrk2xxKXOzK8gdiSbZZrBn80qo5zU16 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:32.9375rem;top:120.5rem;left:13.5625rem;overflow:hidden;display:block; }
#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dced6b40-a136-4f39-8b76-83f97bf52142/Designsemnome.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4.adaptive-delivery-prevent-bg, #SDd5GAdinVnXMyoGtothDsIuEnlmIoH4.lazyload, #SDd5GAdinVnXMyoGtothDsIuEnlmIoH4.lazyloading { background-image: none; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row .container { background-color: transparent; background-image: none; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row .container > .video-iframe-container { display: none; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .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); }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row > .video-iframe-container { display: none; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .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); }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row .container { border-width: 0; border-radius: 0; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row > .video-iframe-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row .container { font-size:0.875rem;font-family:arial;height:97.5625rem;width:60rem;position:relative;display:block; }#UUoVnxufslFhDhunRLlmTZd1EKKXWxN6 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.0625rem;top:22.25rem;left:18.875rem;display:block; }
#VKucWQ8t1Qvua1XM1pftRW4slBz38FmB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.875rem;left:19.625rem;height:3.89899375rem;text-align:center;text-align-last:center;display:block; }
#P0KQ5tb6fE9mzHOT3XXMF6F3kNCpDkbN { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4rem;width:19.3125rem;top:56.9375rem;left:20.6875rem;display:block; }
#hHmTmqsEmCBcwxsgPVCBkZbeTO1HEOF0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:57.6875rem;left:20.125rem;height:2.59933125rem;text-align:center;text-align-last:center;display:block; }
#wK9yVRGEwarJUTI8Q7ob8abHF46Kn2ZW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:21.125rem;top:29.125rem;left:19.875rem;overflow:hidden;display:block; }
#kexiy2v6DPOV5EXlQoC0diAtifQwXkxA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:26.9375rem;top:2.125rem;left:17.125rem;overflow:hidden;display:block; }
#BX0X48Ov6gyTvzcP41wGxMDGdupqsNLB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:63.99999809265rem;left:20.093753814698rem;height:5.0373875rem;text-align:center;text-align-last:center;display:block; }
#rdhkZI4iJ7lnI2p1LaTIbLn11aT4bTxG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:19.1875rem;top:70.097653388975rem;left:5.9375038146972rem;overflow:hidden;display:block; }
#VGPOOHgFakAwlNu8G5qucT1Oey6yOGIl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.25rem;top:70.06696128845rem;left:30.303573608399rem;overflow:hidden;display:block; }
#D2BBTRTLJShapSivmJVAvGGOuAIsyyd8 { position:absolute;display:block;z-index:15007;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.1875rem;width:37.4375rem;top:91.5rem;left:11.3125rem;display:block; }
#slEhcipiWd19tyMFT2cMkdI5scVmTaGG { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2b7100;border-left:0.0625rem solid #2b7100;border-right:0.0625rem solid #2b7100;border-bottom:0.0625rem solid #2b7100;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #2b7100 ;height:6.875rem;width:37.5rem;top:91.5rem;left:11.1875rem;display:block; }
#TPIy6suumsOd8b3WzT6tQFOJ8Wkz0xth { color:rgba(var(--color-tertiary-4),1);display:block;width:30.87275rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:93.4375rem;left:14.5625rem;height:3.2371625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f3A3uyktsBlDh7kPGeq0BnMcLTyXL0HW { color:rgba(var(--color-tertiary-4),1);display:block;width:26.811375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);top:90.4375rem;left:16.5625rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#I7PAVnx81pElILdST3aQlypnt5lMIgT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I7PAVnx81pElILdST3aQlypnt5lMIgT5 > .row .container { background-color: transparent; background-image: none; }#I7PAVnx81pElILdST3aQlypnt5lMIgT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7PAVnx81pElILdST3aQlypnt5lMIgT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7PAVnx81pElILdST3aQlypnt5lMIgT5 > .row .container > .video-iframe-container { display: none; }#I7PAVnx81pElILdST3aQlypnt5lMIgT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7PAVnx81pElILdST3aQlypnt5lMIgT5 > .row > .video-iframe-container { display: none; }#I7PAVnx81pElILdST3aQlypnt5lMIgT5 > .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); }#I7PAVnx81pElILdST3aQlypnt5lMIgT5 > .row .container { border-width: 0; border-radius: 0; }#I7PAVnx81pElILdST3aQlypnt5lMIgT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7PAVnx81pElILdST3aQlypnt5lMIgT5 > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#qT87WgHF5Kz8s0kpmPkuG8CfCOXXJS70 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.06025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:2.625rem;left:13.9375rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l9H9Tz6KkHTA2MN3nBB2kztSeG53G4At { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:26.125rem;left:9.5625rem;height:10.14955rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M6ofKUPMH1sFPFSLMfZq7KcgMwNWkFHm { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:22rem;left:0rem;height:4.1121625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w9FRky6SmUhRLSfU9ylmqIQJk0W94HJ3 { position:absolute;display:block;z-index:15018;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:7.3119375rem;width:7.3119375rem;top:13.6875rem;left:26.3125rem;overflow:hidden;display:block; }
#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dced6b40-a136-4f39-8b76-83f97bf52142/Designsemnome.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv.adaptive-delivery-prevent-bg, #WtOMHPxosTubhuCeEAFyfeCVw89E6DEv.lazyload, #WtOMHPxosTubhuCeEAFyfeCVw89E6DEv.lazyloading { background-image: none; }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row .container { background-color: transparent; background-image: none; }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.6); }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row .container > .video-iframe-container { display: none; }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .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.6); }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row > .video-iframe-container { display: none; }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .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); }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row .container { border-width: 0; border-radius: 0; }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv::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; }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#bspSTl5LJKPrhJhzesJwoDvTFrHtO2xr { background-color:#00b52e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:29.4994375rem;height:4.24944375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:10.125rem;left:15.25rem;display:block; }
#rQs9uE8a1XJRCUTWMCKAgdIzTDCniQ5d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V6a5LtOCSEmNX4LUsVsJZbU8Byr77BZ0 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.31194375rem;width:2.31194375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:11.0625rem;left:39.4375rem;display:block; }
#deNnw3GvcwhzaRILCJ245TsQbxbA37Hy { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56194375rem;width:19.623875rem;top:16rem;left:20.1875rem;overflow:hidden;display:block; }
#L4i3nI2i76kaMEFFksuFc4PCe234ubsq { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.31194375rem;width:2.31194375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:11.0625rem;left:18.1875rem;display:block; }
#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row .container { background-color: transparent; background-image: none; }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row .container > .video-iframe-container { display: none; }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row > .video-iframe-container { display: none; }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .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); }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row .container { border-width: 0; border-radius: 0; }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;position:relative;display:block; }#BTabxFe7aATrPwnh730bvM42MeExU8Ul { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:8.90234375rem;left:19.025115966797rem;height:6.2996875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pmuAMAgUob5lQtI0mKW9kS31hEv0TDxH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.93525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:2.9408493041992rem;left:22.305805206299rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L4mUgfyeWW8vtZ5DTVp7Hr6K7Lteq6w9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:21.5625rem;top:13.653461456299rem;left:17.995536804199rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zTdyhh8ftSfypte0TSFgFr9MncT38rxN { display:block; }#zTdyhh8ftSfypte0TSFgFr9MncT38rxN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCxTCFSxlMPUNxkVg7Op6b8oFssK56VA { top:0rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c { display:block; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1GbwKyOtfGhNwSE60Qi27DhMLCflutq { width:32.5625rem;height:5.4375rem;top:105.375rem;left:6.8214302062987rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbSvrptbRWu9NDT5tPO5JRS9GmKMiZUa { display:block; }
 }@media only screen and (max-width: 763px) { #MOE5c365lZ6RMp37XsfTmDfpg81bziuR { top:35.875rem;left:0rem;width:26.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQkQUe4srSZFTO3WNipgZcv7WMs7QUHx { top:78.0625rem;left:0rem;width:23.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1nidk9QawmoS8Let2lA0rVkIRoWonwJ { top:4.9375rem;left:0rem;width:27.5625rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHTbEENWL9eMSMsqIepVbtyhet1cKCEO { top:3rem;left:25.8125rem;width:21.9375rem;height:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6KNmpb45ChI3XkDfteTZ4rwvTARmrGZ { top:10.75rem;left:18.9375rem;width:28.8125rem;height:52rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FszVIhib38BCDEgF9WtVHsZbc5No4itC { width:11.875rem;height:2.25rem;top:72.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUTdTFDw06E1gX23fkdZemITTPfxaT5D { display:block; }
 }@media only screen and (max-width: 763px) { #xQb7GOXoLuvIdGh9ffnOgpTBqTBZJvsh { width:10.875rem;height:2.0625rem;top:72.3125rem;left:13.133930206299rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThqgqBzgeI9sc4QNkdNhoybugXLCNwwp { display:block; }
 }@media only screen and (max-width: 763px) { #tSHqmwAQqeGgvXggZ9vlU5NdUIneEq6y { width:11.5625rem;height:2.1875rem;top:72.3125rem;left:26.035720825195rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5P7i6Q1BFtFfmyStpV70Ouw1mtikpX7 { display:block; }
 }@media only screen and (max-width: 763px) { #De0kGNTdSOsP0cZGQipBKHVgWXy768TL { width:11.5625rem;height:2.0625rem;top:72.375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5lboPdQEJiKv5DPwF8imSQPlfJ8tNyI { display:block; }
 }@media only screen and (max-width: 763px) { #VQa7p7JLM3AfHoEJ1NI4OgH8FIZMBmFl { top:66.8125rem;left:12.906253814698rem;width:21.9375rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKfx2JoBF43tx7URg33dPUzMTpisDXkM { top:78.0625rem;left:23.875rem;width:23.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8qDJXSHGJu47LhI7LTLkXBoSipEDIGz { top:114.375rem;left:13.156253814698rem;width:22.4375rem;height:5.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uopWc6i7PA5N56ck0ZrJkNJOJM73XtR9 { top:138.8125rem;left:12.9375rem;width:23.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOsmKnvBJn6yrz3HiLd6Z7V2eOUf4Nk { top:139.5rem;left:13.4375rem;width:20.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKrk2xxKXOzK8gdiSbZZrBn80qo5zU16 { top:120.5rem;left:7.4375rem;width:32.9375rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 { display:block; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUoVnxufslFhDhunRLlmTZd1EKKXWxN6 { top:22.25rem;left:12.75rem;width:23.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKucWQ8t1Qvua1XM1pftRW4slBz38FmB { top:22.875rem;left:13.5rem;width:21.875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0KQ5tb6fE9mzHOT3XXMF6F3kNCpDkbN { top:56.9375rem;left:14.5625rem;width:19.3125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHmTmqsEmCBcwxsgPVCBkZbeTO1HEOF0 { top:57.6875rem;left:14rem;width:20.375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK9yVRGEwarJUTI8Q7ob8abHF46Kn2ZW { top:29.125rem;left:13.75rem;width:21.125rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kexiy2v6DPOV5EXlQoC0diAtifQwXkxA { top:2.125rem;left:11rem;width:26.9375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX0X48Ov6gyTvzcP41wGxMDGdupqsNLB { top:63.9375rem;left:13.968753814698rem;width:20.0625rem;height:5.0625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdhkZI4iJ7lnI2p1LaTIbLn11aT4bTxG { top:70.0625rem;left:0rem;width:19.1875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGPOOHgFakAwlNu8G5qucT1Oey6yOGIl { top:70.0625rem;left:24.178573608399rem;width:19.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2BBTRTLJShapSivmJVAvGGOuAIsyyd8 { top:91.5rem;left:5.1875rem;width:37.4375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slEhcipiWd19tyMFT2cMkdI5scVmTaGG { top:91.5rem;left:5.0625rem;width:37.5rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPIy6suumsOd8b3WzT6tQFOJ8Wkz0xth { top:93.4375rem;left:8.4375rem;width:30.8125rem;height:3.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3A3uyktsBlDh7kPGeq0BnMcLTyXL0HW { top:90.4375rem;left:10.4375rem;width:26.75rem;height:4.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7PAVnx81pElILdST3aQlypnt5lMIgT5 { display:block; }#I7PAVnx81pElILdST3aQlypnt5lMIgT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT87WgHF5Kz8s0kpmPkuG8CfCOXXJS70 { top:2.625rem;left:7.8125rem;width:32rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9H9Tz6KkHTA2MN3nBB2kztSeG53G4At { top:26.125rem;left:3.4375rem;width:40.9375rem;height:10.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6ofKUPMH1sFPFSLMfZq7KcgMwNWkFHm { top:22rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9FRky6SmUhRLSfU9ylmqIQJk0W94HJ3 { top:13.6875rem;left:20.1875rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtOMHPxosTubhuCeEAFyfeCVw89E6DEv { display:block; }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bspSTl5LJKPrhJhzesJwoDvTFrHtO2xr { width:29.4375rem;height:4.1875rem;top:10.125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQs9uE8a1XJRCUTWMCKAgdIzTDCniQ5d { display:block; }
 }@media only screen and (max-width: 763px) { #V6a5LtOCSEmNX4LUsVsJZbU8Byr77BZ0 { top:11.0625rem;left:33.3125rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deNnw3GvcwhzaRILCJ245TsQbxbA37Hy { top:16rem;left:14.0625rem;width:19.5625rem;height:2.5539310971648rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4i3nI2i76kaMEFFksuFc4PCe234ubsq { top:11.0625rem;left:12.0625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P { display:block; }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTabxFe7aATrPwnh730bvM42MeExU8Ul { top:8.875rem;left:12.900115966797rem;width:20.4375rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmuAMAgUob5lQtI0mKW9kS31hEv0TDxH { top:2.9375rem;left:16.180805206299rem;width:13.875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4mUgfyeWW8vtZ5DTVp7Hr6K7Lteq6w9 { top:13.625rem;left:11.870536804199rem;width:21.5625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zTdyhh8ftSfypte0TSFgFr9MncT38rxN { display:block; }#zTdyhh8ftSfypte0TSFgFr9MncT38rxN > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCxTCFSxlMPUNxkVg7Op6b8oFssK56VA { width:19.0625rem;height:1.3811375rem;top:0.34040179848671rem;left:0.46875005960464rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c { background-color:rgba(0,0,0,0);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; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row .container { background-color: transparent; background-image: none; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row .container > .video-iframe-container { display: none; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row > .video-iframe-container { display: none; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .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); }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row .container { border-width: 0; border-radius: 0; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZAcOZUaTU3ciyaHgAfmVRaGUbq7dLk3c > .row .container { width:20rem;height:195.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1GbwKyOtfGhNwSE60Qi27DhMLCflutq { width:12.016196375rem;height:1.8543544375rem;top:165.9375rem;left:4rem;font-size:1rem;border-top:0.0625rem solid #630000;border-left:0.0625rem solid #630000;border-right:0.0625rem solid #630000;border-bottom:0.25rem solid #630000;display:block; }
 }@media only screen and (max-width: 763px) { #wbSvrptbRWu9NDT5tPO5JRS9GmKMiZUa { display:block; }
 }@media only screen and (max-width: 763px) { #MOE5c365lZ6RMp37XsfTmDfpg81bziuR { width:18rem;height:18rem;top:2.6696429252624rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQkQUe4srSZFTO3WNipgZcv7WMs7QUHx { width:16.8125rem;height:16.8125rem;top:91.124449729919rem;left:1.6607144474983rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1nidk9QawmoS8Let2lA0rVkIRoWonwJ { width:16.9375rem;height:16.9375rem;top:108.65625858307rem;left:1.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHTbEENWL9eMSMsqIepVbtyhet1cKCEO { width:20rem;height:1.3811375rem;top:0.68750023841856rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6KNmpb45ChI3XkDfteTZ4rwvTARmrGZ { width:19.5625rem;height:68rem;top:21.303579330444rem;left:0.43750005960464rem;font-size:1.0625rem;line-height:2;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);display:block; }
 }@media only screen and (max-width: 763px) { #FszVIhib38BCDEgF9WtVHsZbc5No4itC { width:8.75rem;height:1.75rem;top:172.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUTdTFDw06E1gX23fkdZemITTPfxaT5D { display:block; }
 }@media only screen and (max-width: 763px) { #xQb7GOXoLuvIdGh9ffnOgpTBqTBZJvsh { width:8.8125rem;height:1.625rem;top:174.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThqgqBzgeI9sc4QNkdNhoybugXLCNwwp { display:block; }
 }@media only screen and (max-width: 763px) { #tSHqmwAQqeGgvXggZ9vlU5NdUIneEq6y { width:8.8125rem;height:1.6875rem;top:177.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5P7i6Q1BFtFfmyStpV70Ouw1mtikpX7 { display:block; }
 }@media only screen and (max-width: 763px) { #De0kGNTdSOsP0cZGQipBKHVgWXy768TL { width:8.8125rem;height:1.625rem;top:179.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5lboPdQEJiKv5DPwF8imSQPlfJ8tNyI { display:block; }
 }@media only screen and (max-width: 763px) { #VQa7p7JLM3AfHoEJ1NI4OgH8FIZMBmFl { width:20rem;height:2.1121625rem;top:168.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKfx2JoBF43tx7URg33dPUzMTpisDXkM { width:18rem;height:18rem;top:146.67354917526rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8qDJXSHGJu47LhI7LTLkXBoSipEDIGz { width:20rem;height:2.03125rem;top:0.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uopWc6i7PA5N56ck0ZrJkNJOJM73XtR9 { width:20rem;height:2.62444375rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOsmKnvBJn6yrz3HiLd6Z7V2eOUf4Nk { width:20rem;height:1.137275rem;top:15.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKrk2xxKXOzK8gdiSbZZrBn80qo5zU16 { width:19.9375rem;height:11.1875rem;top:3.7500019073486rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 { background-color:rgba(0,0,0,0);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; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row .container { background-color: transparent; background-image: none; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row .container > .video-iframe-container { display: none; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row > .video-iframe-container { display: none; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .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); }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row .container { border-width: 0; border-radius: 0; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDd5GAdinVnXMyoGtothDsIuEnlmIoH4 > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUoVnxufslFhDhunRLlmTZd1EKKXWxN6 { width:12.0625rem;height:6.125rem;top:35.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKucWQ8t1Qvua1XM1pftRW4slBz38FmB { width:11.5625rem;height:5.68638125rem;top:36.093750119209rem;left:4.2187502980232rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0KQ5tb6fE9mzHOT3XXMF6F3kNCpDkbN { width:20rem;height:2.5625rem;top:58.478239059448rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHmTmqsEmCBcwxsgPVCBkZbeTO1HEOF0 { width:20rem;height:2.27455625rem;top:58.622213363647rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK9yVRGEwarJUTI8Q7ob8abHF46Kn2ZW { width:12.25rem;height:16.375rem;top:19.535715222359rem;left:3.7857144474983rem;display:block; }
 }@media only screen and (max-width: 763px) { #kexiy2v6DPOV5EXlQoC0diAtifQwXkxA { width:20rem;height:14.941995359629rem;top:43.536831021309rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX0X48Ov6gyTvzcP41wGxMDGdupqsNLB { width:19.8125rem;height:2.5998875rem;top:1.1194200515747rem;left:0.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdhkZI4iJ7lnI2p1LaTIbLn11aT4bTxG { width:8.6875rem;height:8.6875rem;top:4.6171875rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGPOOHgFakAwlNu8G5qucT1Oey6yOGIl { width:8.5625rem;height:8.5625rem;top:4.6802444458008rem;left:10.669643223286rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2BBTRTLJShapSivmJVAvGGOuAIsyyd8 { width:0.5625rem;height:0.8125rem;top:6.045202255249rem;left:2.9419644474983rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#131720;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) { #slEhcipiWd19tyMFT2cMkdI5scVmTaGG { width:19.4375rem;height:4.25rem;top:0rem;left:0rem;background-color:rgba(var(--color-tertiary-1),1);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) { #TPIy6suumsOd8b3WzT6tQFOJ8Wkz0xth { width:20rem;height:2.3621625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3A3uyktsBlDh7kPGeq0BnMcLTyXL0HW { width:20rem;height:2.5373875rem;top:0.19698715209961rem;left:0rem;font-size:1.8125rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7PAVnx81pElILdST3aQlypnt5lMIgT5 { display:block; }#I7PAVnx81pElILdST3aQlypnt5lMIgT5 > .row .container { width:20rem;height:24.870529174805rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT87WgHF5Kz8s0kpmPkuG8CfCOXXJS70 { width:15.4375rem;height:7rem;top:5.420202255249rem;left:2.2812500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9H9Tz6KkHTA2MN3nBB2kztSeG53G4At { width:18.4994375rem;height:12.85935rem;top:12.058036804199rem;left:0.74944204092025rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6ofKUPMH1sFPFSLMfZq7KcgMwNWkFHm { width:20rem;height:4.199775rem;top:6.1534614562988rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9FRky6SmUhRLSfU9ylmqIQJk0W94HJ3 { width:4.125rem;height:4.125rem;top:0.80078125rem;left:7.9375007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtOMHPxosTubhuCeEAFyfeCVw89E6DEv { background-color:transparent;background-image:none;display:block; }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row .container { background-color: transparent; background-image: none; }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row .container > .video-iframe-container { display: none; }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row > .video-iframe-container { display: none; }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .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); }#WtOMHPxosTubhuCeEAFyfeCVw89E6DEv > .row .container { width:20rem;height:34.811386108398rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bspSTl5LJKPrhJhzesJwoDvTFrHtO2xr { width:18.9994375rem;height:4.18694375rem;top:26.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQs9uE8a1XJRCUTWMCKAgdIzTDCniQ5d { display:block; }
 }@media only screen and (max-width: 763px) { #V6a5LtOCSEmNX4LUsVsJZbU8Byr77BZ0 { width:2.24944375rem;height:2.24944375rem;top:26.125001907349rem;left:16.78404122591rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deNnw3GvcwhzaRILCJ245TsQbxbA37Hy { width:17.9994375rem;height:2.24944375rem;top:32.623884677887rem;left:0.99944204092025rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4i3nI2i76kaMEFFksuFc4PCe234ubsq { width:2.24944375rem;height:2.24944375rem;top:26.125001907349rem;left:0.74944204092025rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P { background-color:#000000;background-image:none;display:block; }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row .container { background-color: transparent; background-image: none; }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row .container > .video-iframe-container { display: none; }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row > .video-iframe-container { display: none; }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .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); }#DFBfTpahv8lOF9cPFGXuQQ32QIRvQK9P > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTabxFe7aATrPwnh730bvM42MeExU8Ul { width:20rem;height:3.5rem;top:6.8532371520994rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmuAMAgUob5lQtI0mKW9kS31hEv0TDxH { width:14.8125rem;height:3.5rem;top:2.1004428863526rem;left:2.5937500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4mUgfyeWW8vtZ5DTVp7Hr6K7Lteq6w9 { width:20rem;height:1.796875rem;top:13.228794097901rem;left:0rem;display:block; }
 }