.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a96a94d2-f3cc-4b07-955c-b99eed56f5f9/shutterstock_7727469641.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#xZwTGXtvkby1rFJvdNrruBRZFxTUKM0B { 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:16.186rem;width:21.3748125rem;top:1.9375rem;left:46.125rem;overflow:hidden;display:block; }
#czNF5zfTh6P8yevwWGNiKHL8GxtWoPsB { color:#37221d;display:block;width:58.125rem;position:absolute;font-family:"passion one";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.0625rem;left:8.4375rem;height:2.43706875rem;display:block; }
#NHqczKICtZ4hsM4QgEPu2mgGbxBUUObM { box-sizing:content-box;height:8.75rem;width:62.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.7);background-image:none;top:21.25rem;left:6.25rem;display:block; }
#wT3qZgJOIpio6snvS5Sablh4x2U8JWqA { color:#bf3f00;display:block;width:58.125rem;position:absolute;font-family:pacifico;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.25rem;left:8.4375rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#vA9W8Jh0gKSeNdrcCu4GhqqsAWyITm6A { color:#ffffff;display:block;width:15rem;position:absolute;font-family:pacifico;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.6875rem;left:58.9375rem;height:1.9487875rem;text-align:right;text-align-last:right;display:block; }
#BTbChQSnvX2pSXsnX5PPFIIM1G9rhUI5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:34.6875rem;left:61.5rem;height:1.21853125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0ed5697c-aa63-4c3f-9323-50a0d4178b69/feuillage.webp");background-position: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; }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv.adaptive-delivery-prevent-bg, #NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv.lazyload, #NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv.lazyloading { background-image: none; }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row .container { background-color: transparent; background-image: none; }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row .container > .video-iframe-container { display: none; }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row > .video-iframe-container { display: none; }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .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); }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row .container { border-width: 0; border-radius: 0; }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;position:relative;display:block; }#PmthlLHtuTgDyVW1h3PgaZmxe3HveNyN { 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:22.875rem;width:16.25rem;top:9.1438808441163rem;left:1.25rem;overflow:hidden;display:block; }
#Oc7QKfZJH2KT5dmfuFr0RxT04g8Ibwxy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:16.125rem;top:9.1438808441163rem;left:20rem;overflow:hidden;display:block; }
#t8IO5IIFX0LKhTZOFdaMQg6Avr5Ewhlt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:16.125rem;top:9.1438808441163rem;left:38.750003814698rem;overflow:hidden;display:block; }
#H46oCXWwuR3zxdeACcXFEEMe0TrBBPZg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:16.125rem;top:9.1438808441163rem;left:57.500003814698rem;overflow:hidden;display:block; }
#AtFt5zaT1DplhH5AkCUzIxPisZCcJClL { color:#575757;display:block;width:15rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:39.184028625488rem;left:1.875rem;height:16.8988875rem;display:block; }
#KIhDS7kKyJ28E4q03bzszIw9OsGMQg6Q { color:#575757;display:block;width:15rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.184028625488rem;left:20.625rem;height:16.89885rem;display:block; }
#Vx8DDevUiwevdaI1oe0t4V7J82EhB201 { color:#575757;display:block;width:15rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:39.184028625488rem;left:39.375003814698rem;height:16.89885rem;display:block; }
#KlDEnqFL7VPmmGBwM69ZVZqEcK45kLcy { color:#575757;display:block;width:15rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:39.184028625488rem;left:58.125003814698rem;height:16.89886875rem;display:block; }
#WtiiZI2VP4H9EGbBP6RsCi4db8nCn7Gm { background-color:#37221d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:1.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.060768127441rem;left:1.875rem;display:block; }
#K0TcscpUHIJfwzHtLu2dNC2kGxrCgm9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dx9A9IagAERANDeCyZzBHa1O7a0zWRiS { background-color:#37221d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:1.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.060765266419rem;left:20.625rem;display:block; }
#Onl4Fa959cqT8OxGV1x4rUc7sbVoR1gw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#orvlfrMDMaLzbefaaw4EviDqGAvxsKRK { background-color:#37221d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.060765266419rem;left:39.375003814698rem;display:block; }
#E2M6dSPemMaZKdRBft1z0025rXz9Z4ds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GslTDkMGnnBGZRzg5USSC4wuLVQ64hvC { background-color:#37221d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.060765266419rem;left:58.125003814698rem;display:block; }
#x4HntT1VS3CbFizXB1fmCfFPaD02TAXK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qx8hacDM39FGRkLwd1E8GOfCyL8zdpCT { background-color:#ff0033;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:3.49935rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:57.401260375976rem;left:1.875rem;display:block; }
#g6TpPLEpn2KxXXWGO5VxwyQGBCQh4F7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WBInKKazZ6ETHmVbP2fdOgMGpnUVCg5U { background-color:#ff0033;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:3.49935rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:57.401260375976rem;left:20.625rem;display:block; }
#Iyn0J8b0zJSbObvM4b1DmJT2e4tnFH5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OebPpNhOJZVkruBfXw8QWmHbCTrqx6L3 { background-color:#ff0033;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:3.49935rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:57.401260375976rem;left:39.375003814698rem;display:block; }
#Dktoi1WGshtroDo7921GexnTQ4hen8R3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#miSszMPHeBfUFTWLBSJx9PABfrzlQps9 { background-color:#ff0033;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:3.49935rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:57.401260375976rem;left:58.125003814698rem;display:block; }
#c4SxGl36z7xr560gg2DS86Dr0P6HwUC8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXAa2nJp8LyEViqBuUHqhpSAmpVivkrw { color:#37221d;display:block;width:12.5rem;position:absolute;font-family:pacifico;font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.4225316047669rem;left:3.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XVvvDqxra86xvp31ou5lUy2opqxmf1m9 { color:#37221d;display:block;width:12.5rem;position:absolute;font-family:pacifico;font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6.4225261211394rem;left:21.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HKpV7Ve5QzMXqT156O7PbxsJxhTe17MT { color:#37221d;display:block;width:16.5625rem;position:absolute;font-family:pacifico;font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:6.4225261211394rem;left:38.593753814698rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBQDx9eSJvUM7cFAyoHar2w9EIDmMaqR { color:#37221d;display:block;width:12.5rem;position:absolute;font-family:pacifico;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.4225261211394rem;left:59.375003814698rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7f6f2, #ffffff);background-image: -moz-linear-gradient(180deg, #f7f6f2, #ffffff);background-image: -ms-linear-gradient(180deg, #f7f6f2, #ffffff);background-image: -o-linear-gradient(180deg, #f7f6f2, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f2', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f7f6f2, #ffffff);background-size:auto !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; }#ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi > .row .container { background-color: transparent; background-image: none; }#ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi > .row .container > .video-iframe-container { display: none; }#ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi > .row > .video-iframe-container { display: none; }#ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi > .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); }#ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi > .row .container { border-width: 0; border-radius: 0; }#ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:75rem;position:relative;display:block; }#LoOpv4Pyx2LDQwDyLLMJiuVr7qRSR2WV { color:#575757;display:block;width:32.9373125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:6.595054626465rem;left:41.875rem;height:9.003875rem;display:block; }
#RiPQyxBrVS0T5bcWoJOACm3Acs5Q7kZX { color:#575757;display:block;width:32.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:19.249130249024rem;left:41.875rem;height:12.0051875rem;display:block; }
#BcpHTTTsvP4uu7Q2sG3oEH8Fo06SNrFz { color:#575757;display:block;width:32.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:34.874130249024rem;left:41.875rem;height:9.0039rem;display:block; }
#h31s2cJESBi3uioKfteaw253q9gIT6pW { color:#575757;display:block;width:32.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:47.56184387207rem;left:41.875rem;height:9.0039rem;display:block; }
#T0rLFkT6mANi2kd8tzxWQKHzPNq3rJTF { box-sizing:content-box;height:12.5rem;width:16.875rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ba8001f3-f01f-4c71-9a06-1ba28548dd38/shutterstock_937361111.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.624351501465rem;left:0rem;display:block; }#T0rLFkT6mANi2kd8tzxWQKHzPNq3rJTF.adaptive-delivery-prevent-bg, #T0rLFkT6mANi2kd8tzxWQKHzPNq3rJTF.lazyload, #T0rLFkT6mANi2kd8tzxWQKHzPNq3rJTF.lazyloading { background-image: none; }
#RvHcnfw8ixI1dVokdqO9GTuSPVRF73wT { box-sizing:content-box;height:12.5rem;width:16.875rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/de35ca95-18b4-40fe-9cef-e3c51cd19096/shutterstock_2949601581.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.624351501465rem;left:18.125rem;display:block; }#RvHcnfw8ixI1dVokdqO9GTuSPVRF73wT.adaptive-delivery-prevent-bg, #RvHcnfw8ixI1dVokdqO9GTuSPVRF73wT.lazyload, #RvHcnfw8ixI1dVokdqO9GTuSPVRF73wT.lazyloading { background-image: none; }
#nfyohAyKTLlsJv0nVBG2L75UKMlFaBay { box-sizing:content-box;height:12.5rem;width:16.875rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d664c5e0-2822-483b-b98b-5950672d7562/shutterstock_16245215921.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:20.37434387207rem;left:18.125rem;display:block; }#nfyohAyKTLlsJv0nVBG2L75UKMlFaBay.adaptive-delivery-prevent-bg, #nfyohAyKTLlsJv0nVBG2L75UKMlFaBay.lazyload, #nfyohAyKTLlsJv0nVBG2L75UKMlFaBay.lazyloading { background-image: none; }
#TLZoA7G3WobxL1HCQAi0gPl0P7h0WFNX { box-sizing:content-box;height:12.5rem;width:16.875rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/33ccc481-02bd-4425-80d6-0c7996368886/shutterstock_1817697531.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:20.37434387207rem;left:0rem;display:block; }#TLZoA7G3WobxL1HCQAi0gPl0P7h0WFNX.adaptive-delivery-prevent-bg, #TLZoA7G3WobxL1HCQAi0gPl0P7h0WFNX.lazyload, #TLZoA7G3WobxL1HCQAi0gPl0P7h0WFNX.lazyloading { background-image: none; }
#XmDmO5zfKnCIcPQoPa0x11sFLBIXSB4p { box-sizing:content-box;height:21.875rem;width:35rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e57f6457-0681-423e-b549-a71f0aa44bbd/shutterstock_8012781.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.12434387207rem;left:0rem;display:block; }#XmDmO5zfKnCIcPQoPa0x11sFLBIXSB4p.adaptive-delivery-prevent-bg, #XmDmO5zfKnCIcPQoPa0x11sFLBIXSB4p.lazyload, #XmDmO5zfKnCIcPQoPa0x11sFLBIXSB4p.lazyloading { background-image: none; }
#OXICDEipwZZELfKJGmQ4zT9ssl5hedxi { color:#575757;display:block;width:22.874375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.6560287475586rem;left:41.875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a7O1eQh2XUztmAAhyTl4XcEqNQoHsbRw { color:#575757;display:block;width:22.874375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5rem;left:41.936851501465rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hvp80nsPGc2e8WKWBHTfJkbTyt4XAT5k { color:#575757;display:block;width:22.874375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.125rem;left:41.875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vhVM31eqnXPxC4nPlZRSlthzqAIgGe5p { color:#575757;display:block;width:31.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:45.811630249024rem;left:41.875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wb6PpgH6kdvmp4ZVv1Eo0yEuW0UoMz4v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.6245651245117rem;left:37.5rem; }
#HIJDfVWvFp0i6iBDoXhXQlTfRgvq7Dl8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.5rem;left:37.5rem; }
#VChLz2INmF3Qsl7Vsrvrwmf501rMvvb5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:33.125rem;left:37.5rem; }
#RCtWlgeglF03La267TlNM3dCFtU87Uxc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:45.811630249024rem;left:37.5rem; }
#S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N { position:relative;display:block; }#S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N { background-color: transparent; background-image: none; }#S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N > .row .container > .video-iframe-container { display: none; }#S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N > .row > .video-iframe-container { display: none; }#S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N > .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); }#S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N { border-width: 0; border-radius: 0; }#S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N > .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; }#S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KZLTCTIw2JghLdKBlJtnGerZ3MybhxQi { box-sizing:content-box;height:18.0620625rem;width:22.6248125rem;position:absolute;display:block;z-index:15000;background-color:#94b7c3;background-image:none;top:7.5rem;left:7.4375rem;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;display:block; }
#Ta4S3BhiFWc6evM2Tgb5Vrwg7MGHCRs1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.749375rem;width:19.561625rem;top:9.75rem;left:9.625rem;overflow:hidden;display:block; }
#pmHK6aIfaNAB69fARa93XIXn0mus5r6i { background-color:#94b7c3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:1.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.5rem;left:11.875rem;display:block; }
#LFRSuzkGqE5Q21m0IP7w4ke0lXkdFvFM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pUhq6CcpfxWPTxZr4T7O2FMnC7efp2Xt { color:#575757;display:block;width:37.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:6.1751308441162rem;left:37.498912811279rem;height:25.5110375rem;display:block; }
#b0AwzImceLTnmFzhvLTD4zKTXVuILqB1 { color:#575757;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.6100254058838rem;left:37.500003814698rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TesEOXndBPokoetNueAStRBNTLtEkccQ { background-color:#575757;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:1.93685rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.478733062744rem;left:59.998920440674rem;display:block; }
#tdrVTHmDt3PdZ3vqTGbRnMGxXnICui86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX { position:relative;display:block; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX { background-color: transparent; background-image: none; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row .container > .video-iframe-container { display: none; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row > .video-iframe-container { display: none; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .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); }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX { border-width: 0; border-radius: 0; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/591dc831-9d14-4ad5-9faf-873d452952a3/shutterstock_6461563781.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row .container.adaptive-delivery-prevent-bg, #ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row .container.lazyload, #ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row .container.lazyloading { background-image: none; }#xRMvGzaQKIsR62wKPRZkbL8bw1eMrcSC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.374125rem;width:16.436625rem;top:1.6916236877441rem;left:29.280601501465rem;overflow:hidden;display:block; }
#Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe { position:relative;display:block; }#Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe { background-color: transparent; background-image: none; }#Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe > .row .container > .video-iframe-container { display: none; }#Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe > .row > .video-iframe-container { display: none; }#Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe > .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); }#Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe { border-width: 0; border-radius: 0; }#Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe > .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; }#Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#humv71DVFLVGne6qUpOHMdCFR9pTdul9 { color:#575757;display:block;width:19.874125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0551223754883rem;left:27.562934875488rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i1NDlmIaecwJNgRoP0dQX0yAmQWltOE2 { color:#575757;display:block;width:25.9375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4494361877441rem;left:24.53125rem;height:0.97439375rem;text-align:center;text-align-last:center;display:block; }
#bkMVohcXl9m4JGX6HTcTe3feKtIOtxp8 { color:#575757;display:block;width:19.8730625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.2855911254883rem;left:55.125873565674rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#cCnkzzuQfI8rBD9TpJZkiTlisoCVzxDZ { background-color:#ff0033;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.936625rem;height:1.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:5.4991340637207rem;left:25.530597686767rem;display:block; }
#zAT9vnzakULaoyZTWxcrqeJSiJxEDdxt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QqF2fKXKTSRvlo7ebGUZCI4DFXOKbcWo { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3rem;left:0rem; }
#QqF2fKXKTSRvlo7ebGUZCI4DFXOKbcWo > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#HVSmlLEUm8HGyTzLl64TSBEIfc5HIB5C { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3rem;left:3.125rem; }
#HVSmlLEUm8HGyTzLl64TSBEIfc5HIB5C > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#f5bF6kTa3kfifsAM2MXB16h8KuFc5yna { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3rem;left:6.25rem; }
#f5bF6kTa3kfifsAM2MXB16h8KuFc5yna > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZwTGXtvkby1rFJvdNrruBRZFxTUKM0B { top:1.9375rem;left:26.4375rem;width:21.3125rem;height:16.138814083164rem;display:block; }
 }@media only screen and (max-width: 763px) { #czNF5zfTh6P8yevwWGNiKHL8GxtWoPsB { top:23.0625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHqczKICtZ4hsM4QgEPu2mgGbxBUUObM { top:21.25rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT3qZgJOIpio6snvS5Sablh4x2U8JWqA { top:26.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA9W8Jh0gKSeNdrcCu4GhqqsAWyITm6A { top:32.6875rem;left:32.75rem;width:15rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTbChQSnvX2pSXsnX5PPFIIM1G9rhUI5 { top:34.6875rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv { display:block; }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmthlLHtuTgDyVW1h3PgaZmxe3HveNyN { top:9.125rem;left:0rem;width:16.25rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc7QKfZJH2KT5dmfuFr0RxT04g8Ibwxy { top:9.125rem;left:7.75rem;width:16.125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8IO5IIFX0LKhTZOFdaMQg6Avr5Ewhlt { top:9.125rem;left:19.6875rem;width:16.125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H46oCXWwuR3zxdeACcXFEEMe0TrBBPZg { top:9.125rem;left:31.625rem;width:16.125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtFt5zaT1DplhH5AkCUzIxPisZCcJClL { top:39.125rem;left:0rem;width:15rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIhDS7kKyJ28E4q03bzszIw9OsGMQg6Q { top:39.125rem;left:8.875rem;width:15rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx8DDevUiwevdaI1oe0t4V7J82EhB201 { top:39.125rem;left:20.8125rem;width:15rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlDEnqFL7VPmmGBwM69ZVZqEcK45kLcy { top:39.125rem;left:32.75rem;width:15rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtiiZI2VP4H9EGbBP6RsCi4db8nCn7Gm { width:15rem;height:1.9375rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0TcscpUHIJfwzHtLu2dNC2kGxrCgm9H { display:block; }
 }@media only screen and (max-width: 763px) { #Dx9A9IagAERANDeCyZzBHa1O7a0zWRiS { width:15rem;height:1.9375rem;top:35rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onl4Fa959cqT8OxGV1x4rUc7sbVoR1gw { display:block; }
 }@media only screen and (max-width: 763px) { #orvlfrMDMaLzbefaaw4EviDqGAvxsKRK { width:15rem;height:1.875rem;top:35rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2M6dSPemMaZKdRBft1z0025rXz9Z4ds { display:block; }
 }@media only screen and (max-width: 763px) { #GslTDkMGnnBGZRzg5USSC4wuLVQ64hvC { width:15rem;height:1.875rem;top:35rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4HntT1VS3CbFizXB1fmCfFPaD02TAXK { display:block; }
 }@media only screen and (max-width: 763px) { #Qx8hacDM39FGRkLwd1E8GOfCyL8zdpCT { width:15rem;height:3.4375rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6TpPLEpn2KxXXWGO5VxwyQGBCQh4F7t { display:block; }
 }@media only screen and (max-width: 763px) { #WBInKKazZ6ETHmVbP2fdOgMGpnUVCg5U { width:15rem;height:3.4375rem;top:57.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyn0J8b0zJSbObvM4b1DmJT2e4tnFH5B { display:block; }
 }@media only screen and (max-width: 763px) { #OebPpNhOJZVkruBfXw8QWmHbCTrqx6L3 { width:15rem;height:3.4375rem;top:57.375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dktoi1WGshtroDo7921GexnTQ4hen8R3 { display:block; }
 }@media only screen and (max-width: 763px) { #miSszMPHeBfUFTWLBSJx9PABfrzlQps9 { width:15rem;height:3.4375rem;top:57.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4SxGl36z7xr560gg2DS86Dr0P6HwUC8 { display:block; }
 }@media only screen and (max-width: 763px) { #SXAa2nJp8LyEViqBuUHqhpSAmpVivkrw { top:6.375rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVvvDqxra86xvp31ou5lUy2opqxmf1m9 { top:6.375rem;left:11.375rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKpV7Ve5QzMXqT156O7PbxsJxhTe17MT { top:6.375rem;left:19.25rem;width:16.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBQDx9eSJvUM7cFAyoHar2w9EIDmMaqR { top:6.375rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi { display:block; }#ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoOpv4Pyx2LDQwDyLLMJiuVr7qRSR2WV { top:6.5625rem;left:14.875rem;width:32.875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiPQyxBrVS0T5bcWoJOACm3Acs5Q7kZX { top:19.1875rem;left:14.8125rem;width:32.9375rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcpHTTTsvP4uu7Q2sG3oEH8Fo06SNrFz { top:34.8125rem;left:14.8125rem;width:32.9375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h31s2cJESBi3uioKfteaw253q9gIT6pW { top:47.5rem;left:14.8125rem;width:32.9375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rLFkT6mANi2kd8tzxWQKHzPNq3rJTF { top:6.5625rem;left:0rem;width:16.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvHcnfw8ixI1dVokdqO9GTuSPVRF73wT { top:6.5625rem;left:7rem;width:16.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfyohAyKTLlsJv0nVBG2L75UKMlFaBay { top:20.3125rem;left:7rem;width:16.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLZoA7G3WobxL1HCQAi0gPl0P7h0WFNX { top:20.3125rem;left:0rem;width:16.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmDmO5zfKnCIcPQoPa0x11sFLBIXSB4p { top:34.0625rem;left:0rem;width:35rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXICDEipwZZELfKJGmQ4zT9ssl5hedxi { top:4.625rem;left:23.875rem;width:22.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7O1eQh2XUztmAAhyTl4XcEqNQoHsbRw { top:17.5rem;left:23.875rem;width:22.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvp80nsPGc2e8WKWBHTfJkbTyt4XAT5k { top:33.125rem;left:23.875rem;width:22.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhVM31eqnXPxC4nPlZRSlthzqAIgGe5p { top:45.75rem;left:15.875rem;width:31.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb6PpgH6kdvmp4ZVv1Eo0yEuW0UoMz4v { top:4.5625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIJDfVWvFp0i6iBDoXhXQlTfRgvq7Dl8 { top:17.5rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VChLz2INmF3Qsl7Vsrvrwmf501rMvvb5 { top:33.125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCtWlgeglF03La267TlNM3dCFtU87Uxc { top:45.75rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N { display:block; }#S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZLTCTIw2JghLdKBlJtnGerZ3MybhxQi { top:7.5rem;left:0.0625rem;width:22.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta4S3BhiFWc6evM2Tgb5Vrwg7MGHCRs1 { top:9.75rem;left:2.8125rem;width:19.5rem;height:14.702910034315rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmHK6aIfaNAB69fARa93XIXn0mus5r6i { width:15rem;height:1.9375rem;top:28.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFRSuzkGqE5Q21m0IP7w4ke0lXkdFvFM { display:block; }
 }@media only screen and (max-width: 763px) { #pUhq6CcpfxWPTxZr4T7O2FMnC7efp2Xt { top:6.125rem;left:0rem;width:37.5rem;height:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0AwzImceLTnmFzhvLTD4zKTXVuILqB1 { top:3.5625rem;left:23.875rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TesEOXndBPokoetNueAStRBNTLtEkccQ { width:15rem;height:1.875rem;top:33.4375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdrVTHmDt3PdZ3vqTGbRnMGxXnICui86 { display:block; }
 }@media only screen and (max-width: 763px) { #ocxsER0mFGJhufR7OshtTmMZuo7ViSEX { display:block; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRMvGzaQKIsR62wKPRZkbL8bw1eMrcSC { top:1.6875rem;left:15.655601501465rem;width:16.375rem;height:12.327731324101rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe { display:block; }#Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #humv71DVFLVGne6qUpOHMdCFR9pTdul9 { top:2rem;left:13.937934875488rem;width:19.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NDlmIaecwJNgRoP0dQX0yAmQWltOE2 { top:3.4375rem;left:10.90625rem;width:25.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkMVohcXl9m4JGX6HTcTe3feKtIOtxp8 { top:3.25rem;left:27.9375rem;width:19.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCnkzzuQfI8rBD9TpJZkiTlisoCVzxDZ { width:23.875rem;height:1.9375rem;top:5.4375rem;left:11.905597686767rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAT9vnzakULaoyZTWxcrqeJSiJxEDdxt { display:block; }
 }@media only screen and (max-width: 763px) { #QqF2fKXKTSRvlo7ebGUZCI4DFXOKbcWo { top:3rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
#QqF2fKXKTSRvlo7ebGUZCI4DFXOKbcWo > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #HVSmlLEUm8HGyTzLl64TSBEIfc5HIB5C { top:3rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
#HVSmlLEUm8HGyTzLl64TSBEIfc5HIB5C > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #f5bF6kTa3kfifsAM2MXB16h8KuFc5yna { top:3rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
#f5bF6kTa3kfifsAM2MXB16h8KuFc5yna > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a96a94d2-f3cc-4b07-955c-b99eed56f5f9/shutterstock_7727469641.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZwTGXtvkby1rFJvdNrruBRZFxTUKM0B { width:20rem;height:15.144928171885rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czNF5zfTh6P8yevwWGNiKHL8GxtWoPsB { width:17.5rem;height:6.09375rem;top:19.1875rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHqczKICtZ4hsM4QgEPu2mgGbxBUUObM { width:18.75rem;height:12.874375rem;top:17.686632156372rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT3qZgJOIpio6snvS5Sablh4x2U8JWqA { width:17.5rem;height:2.599825rem;top:26.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA9W8Jh0gKSeNdrcCu4GhqqsAWyITm6A { width:15rem;height:1.9487875rem;top:34.25rem;left:4.4375rem;font-size:1.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BTbChQSnvX2pSXsnX5PPFIIM1G9rhUI5 { width:12.5rem;height:1.21853125rem;top:36.197917938233rem;left:6.9444446563719rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv { background-color:#ffffff;background-image:none;display:block; }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row .container { background-color: transparent; background-image: none; }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row .container > .video-iframe-container { display: none; }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row > .video-iframe-container { display: none; }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .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); }#NxgWvUoBa8HEiQccysvBfusMwVnt1Hbv > .row .container { width:20rem;height:208.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmthlLHtuTgDyVW1h3PgaZmxe3HveNyN { width:12.5rem;height:17.1875rem;top:5.5989589691162rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc7QKfZJH2KT5dmfuFr0RxT04g8Ibwxy { width:12.5rem;height:17.625rem;top:56.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8IO5IIFX0LKhTZOFdaMQg6Avr5Ewhlt { width:12.5rem;height:17.625rem;top:109.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H46oCXWwuR3zxdeACcXFEEMe0TrBBPZg { width:12.5rem;height:17.625rem;top:161.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtFt5zaT1DplhH5AkCUzIxPisZCcJClL { width:15rem;height:16.8988875rem;top:27.222223281861rem;left:2.5000002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIhDS7kKyJ28E4q03bzszIw9OsGMQg6Q { width:15rem;height:16.89885rem;top:78.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx8DDevUiwevdaI1oe0t4V7J82EhB201 { width:15rem;height:16.89885rem;top:131.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlDEnqFL7VPmmGBwM69ZVZqEcK45kLcy { width:15rem;height:16.89886875rem;top:183.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtiiZI2VP4H9EGbBP6RsCi4db8nCn7Gm { width:15rem;height:1.93685rem;top:24.036457061767rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0TcscpUHIJfwzHtLu2dNC2kGxrCgm9H { display:block; }
 }@media only screen and (max-width: 763px) { #Dx9A9IagAERANDeCyZzBHa1O7a0zWRiS { width:15rem;height:1.93685rem;top:75.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onl4Fa959cqT8OxGV1x4rUc7sbVoR1gw { display:block; }
 }@media only screen and (max-width: 763px) { #orvlfrMDMaLzbefaaw4EviDqGAvxsKRK { width:15rem;height:1.875rem;top:128rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2M6dSPemMaZKdRBft1z0025rXz9Z4ds { display:block; }
 }@media only screen and (max-width: 763px) { #GslTDkMGnnBGZRzg5USSC4wuLVQ64hvC { width:15rem;height:1.875rem;top:180.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4HntT1VS3CbFizXB1fmCfFPaD02TAXK { display:block; }
 }@media only screen and (max-width: 763px) { #Qx8hacDM39FGRkLwd1E8GOfCyL8zdpCT { width:15rem;height:3.4375rem;top:44.746101379394rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6TpPLEpn2KxXXWGO5VxwyQGBCQh4F7t { display:block; }
 }@media only screen and (max-width: 763px) { #WBInKKazZ6ETHmVbP2fdOgMGpnUVCg5U { width:15rem;height:3.4375rem;top:96.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyn0J8b0zJSbObvM4b1DmJT2e4tnFH5B { display:block; }
 }@media only screen and (max-width: 763px) { #OebPpNhOJZVkruBfXw8QWmHbCTrqx6L3 { width:15rem;height:3.4375rem;top:148.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dktoi1WGshtroDo7921GexnTQ4hen8R3 { display:block; }
 }@media only screen and (max-width: 763px) { #miSszMPHeBfUFTWLBSJx9PABfrzlQps9 { width:15rem;height:3.4375rem;top:200.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4SxGl36z7xr560gg2DS86Dr0P6HwUC8 { display:block; }
 }@media only screen and (max-width: 763px) { #SXAa2nJp8LyEViqBuUHqhpSAmpVivkrw { width:12.5rem;height:1.7871125rem;top:3.1868495941162rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVvvDqxra86xvp31ou5lUy2opqxmf1m9 { width:12.5rem;height:1.7871125rem;top:54.4375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKpV7Ve5QzMXqT156O7PbxsJxhTe17MT { width:16.5625rem;height:1.7871125rem;top:106.125rem;left:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBQDx9eSJvUM7cFAyoHar2w9EIDmMaqR { width:12.5rem;height:1.7871125rem;top:158.3125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi { display:block; }#ySOuLzZmRTRygxIbWL8sX0NmbZUhOLWi > .row .container { width:20rem;height:142.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoOpv4Pyx2LDQwDyLLMJiuVr7qRSR2WV { width:17.5rem;height:18.0078125rem;top:43.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiPQyxBrVS0T5bcWoJOACm3Acs5Q7kZX { width:17.5rem;height:22.50975rem;top:67.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcpHTTTsvP4uu7Q2sG3oEH8Fo06SNrFz { width:17.5rem;height:19.50845rem;top:96.625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h31s2cJESBi3uioKfteaw253q9gIT6pW { width:17.5rem;height:16.507125rem;top:122.3125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rLFkT6mANi2kd8tzxWQKHzPNq3rJTF { width:9.375rem;height:9.375rem;top:1.6872825622559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvHcnfw8ixI1dVokdqO9GTuSPVRF73wT { width:9.375rem;height:9.375rem;top:1.6840286254882rem;left:10.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfyohAyKTLlsJv0nVBG2L75UKMlFaBay { width:9.375rem;height:9.375rem;top:12.311198234558rem;left:10.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLZoA7G3WobxL1HCQAi0gPl0P7h0WFNX { width:9.375rem;height:9.375rem;top:12.311198234558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmDmO5zfKnCIcPQoPa0x11sFLBIXSB4p { width:20rem;height:14.1875rem;top:22.936196327209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXICDEipwZZELfKJGmQ4zT9ssl5hedxi { width:13.875rem;height:1.462675rem;top:40.580514907837rem;left:4.9435768127441rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a7O1eQh2XUztmAAhyTl4XcEqNQoHsbRw { width:13.875rem;height:1.462675rem;top:64.75rem;left:4.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hvp80nsPGc2e8WKWBHTfJkbTyt4XAT5k { width:13.875rem;height:2.92535rem;top:93.0625rem;left:4.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vhVM31eqnXPxC4nPlZRSlthzqAIgGe5p { width:13.8748125rem;height:2.92535rem;top:118.75rem;left:4.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wb6PpgH6kdvmp4ZVv1Eo0yEuW0UoMz4v { display:flex;width:3.125rem;height:3.125rem;top:39.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #HIJDfVWvFp0i6iBDoXhXQlTfRgvq7Dl8 { display:flex;width:3.125rem;height:3.125rem;top:63.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #VChLz2INmF3Qsl7Vsrvrwmf501rMvvb5 { display:flex;width:3.125rem;height:3.125rem;top:92.9375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #RCtWlgeglF03La267TlNM3dCFtU87Uxc { display:flex;width:3.125rem;height:3.125rem;top:118.625rem;left:1.1875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N { display:block; }#S8efQOgOPKa63KPwyUVuSDAhxsy3FC2N > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZLTCTIw2JghLdKBlJtnGerZ3MybhxQi { width:18.75rem;height:18rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta4S3BhiFWc6evM2Tgb5Vrwg7MGHCRs1 { width:19.5rem;height:14.703708674022rem;top:3.4993438720703rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmHK6aIfaNAB69fARa93XIXn0mus5r6i { width:15rem;height:1.93685rem;top:22.310119628906rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFRSuzkGqE5Q21m0IP7w4ke0lXkdFvFM { display:block; }
 }@media only screen and (max-width: 763px) { #pUhq6CcpfxWPTxZr4T7O2FMnC7efp2Xt { width:20rem;height:46.5201625rem;top:29.998916625976rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0AwzImceLTnmFzhvLTD4zKTXVuILqB1 { width:20rem;height:1.7871125rem;top:27.124580383301rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TesEOXndBPokoetNueAStRBNTLtEkccQ { width:15rem;height:1.875rem;top:78.374561309813rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdrVTHmDt3PdZ3vqTGbRnMGxXnICui86 { display:block; }
 }@media only screen and (max-width: 763px) { #ocxsER0mFGJhufR7OshtTmMZuo7ViSEX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/591dc831-9d14-4ad5-9faf-873d452952a3/shutterstock_6461563781.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX.adaptive-delivery-prevent-bg, #ocxsER0mFGJhufR7OshtTmMZuo7ViSEX.lazyload, #ocxsER0mFGJhufR7OshtTmMZuo7ViSEX.lazyloading { background-image: none; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row .container { background-color: transparent; background-image: none; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(87,87,87,0.39); }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row .container > .video-iframe-container { display: none; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(87,87,87,0.39); }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row > .video-iframe-container { display: none; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .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); }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row .container { border-width: 0; border-radius: 0; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX::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; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocxsER0mFGJhufR7OshtTmMZuo7ViSEX > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRMvGzaQKIsR62wKPRZkbL8bw1eMrcSC { width:16.3748125rem;height:12.3275rem;top:3.2096157073974rem;left:1.8120660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe { display:block; }#Jbf5GTSd7Snflgyr3uqDeJWdCw56lLUe > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #humv71DVFLVGne6qUpOHMdCFR9pTdul9 { width:20rem;height:1.462675rem;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NDlmIaecwJNgRoP0dQX0yAmQWltOE2 { width:20rem;height:1.9487875rem;top:3.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkMVohcXl9m4JGX6HTcTe3feKtIOtxp8 { width:19.8123125rem;height:1.2999125rem;top:13.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCnkzzuQfI8rBD9TpJZkiTlisoCVzxDZ { width:18.9995625rem;height:1.93685rem;top:6.559242248535rem;left:0.50021708011627rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAT9vnzakULaoyZTWxcrqeJSiJxEDdxt { display:block; }
 }@media only screen and (max-width: 763px) { #QqF2fKXKTSRvlo7ebGUZCI4DFXOKbcWo { display:flex;width:2.5rem;height:2.5rem;top:9.75rem;left:5.0625rem; }
#QqF2fKXKTSRvlo7ebGUZCI4DFXOKbcWo > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #HVSmlLEUm8HGyTzLl64TSBEIfc5HIB5C { display:flex;width:2.5rem;height:2.5rem;top:9.75rem;left:8.75rem; }
#HVSmlLEUm8HGyTzLl64TSBEIfc5HIB5C > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #f5bF6kTa3kfifsAM2MXB16h8KuFc5yna { display:flex;width:2.5rem;height:2.5rem;top:9.75rem;left:12.5rem; }
#f5bF6kTa3kfifsAM2MXB16h8KuFc5yna > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }