.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;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); }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e3841;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; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container { background-color: transparent; background-image: none; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container > .video-iframe-container { display: none; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row > .video-iframe-container { display: none; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .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); }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container { border-width: 0; border-radius: 0; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#qtve8dtsaGwAsCFFgphrr6UhFlNEzfys { color:#f5f5f5;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:2.2236328125rem;left:0rem;height:6.451175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { color:#000000;display:block;width:36.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:16.625rem;left:7.1875rem;height:14.39061875rem;text-align:left;text-align-last:left;display:block; }
#ZcTT2Bby5qwBMa96xlsffVyOsmnqS3Ra { color:#234446;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:10.181250572204rem;left:34.875rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#TDBRKbhJ88PrORPWSduISEluTvCtlUxC { background-color:#087c0d;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.5rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:30.5625rem;height:4rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.937501311302rem;left:6.68359375rem;display:block; }
#mPxavkuqOK2Zk0CgpkCmNztzDgpldobB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tCyQFOxUdc80tKUi9D23tJqlfHazExfu { 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:24.5625rem;width:32.3115rem;top:12.65625rem;left:42.6884765625rem;overflow:hidden;display:block; }
#d2FcC8XTAIhRL4SquRpsEOdnDxt6PHUw { color:#9e3841;display:block;width:63.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.9947919845581rem;left:5.5625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbKenmSk8S5iUgqxXNuObGtWsIBiZzW7 { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:41.841148376465rem;left:0rem;height:5.000975rem;text-align:center;text-align-last:center;display:block; }
#MV2s7xpGdOV2wL9lRXwGCPw1F409c4VI { 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:4.4375rem;width:4.4375rem;top:15.5625rem;left:2.83203125rem;overflow:hidden;display:block; }
#hefSgu6VF1RcFqC1ZWrVJ67cPst99Gs1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:21.602865219116rem;left:2.83203125rem;overflow:hidden;display:block; }
#DCRrciiZSNeU6HVOVTMTttfsUcoFFrUZ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:26.6640625rem;left:2.83203125rem;overflow:hidden;display:block; }
#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(250,233,212,0.5), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(250,233,212,0.5), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(250,233,212,0.5), #ffffff);background-image: -o-linear-gradient(180deg, rgba(250,233,212,0.5), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae9d47f', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae9d47f', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(250,233,212,0.5), #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; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:2.3;letter-spacing:0;top:10.423828125rem;left:0.06298828125rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BWneGuSZCIUvhPmWyOHa3Rcw5nJevIOB { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:1.0810546875rem;left:0.03076171875rem;height:2.69970625rem;text-align:center;text-align-last:center;display:block; }
#dxzqbGqSDWU1JJ6WODKgBiiJiWHH2lc3 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9370125rem;width:5.9370125rem;top:4.5791015625rem;left:34.53076171875rem;overflow:hidden;display:block; }
#P8sO7neAUAXpKiKGSznqIwNpsXfPZ7xp { color:#000000;display:block;width:69.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:2.3;letter-spacing:0;top:29.50341796875rem;left:3.12451171875rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OvzxMGWilQhafIOA2ygvts7Fi9NSgVxh { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9370125rem;width:5.9370125rem;top:23.66015625rem;left:34.53076171875rem;overflow:hidden;display:block; }
#BFiNfbvxyv33rH2pxbgp8wLCMPkwdkXb { color:#000000;display:block;width:68.936875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:2.3;letter-spacing:0;top:18.58154296875rem;left:3.62255859375rem;height:5.173825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QSkACa55JFoSEsxQfbUJPITe5fJCBKoi { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9370125rem;width:5.9370125rem;top:13.00927734375rem;left:34.53076171875rem;overflow:hidden;display:block; }
#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK { position:relative;display:block; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK { background-color: transparent; background-image: none; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .row .container > .video-iframe-container { display: none; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .row > .video-iframe-container { display: none; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .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); }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK { border-width: 0; border-radius: 0; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .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; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:86.6875rem;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; }#y3JbBgTFK3EF8ow4Cc38F4Fweu77JbkO { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:60rem;top:17.1875rem;left:7.5rem;display:block; }
#tvIsgi3uF4x8fB3yMmHwJX25iS5X11Uz { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:17.75rem;left:37.5rem;display:block; }
#gopIyVNHEft73gdBHmLzDST3XDaZ1vXN { 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:81.5625rem;width:51.25rem;top:0rem;left:10.402865600924rem;overflow:hidden;display:block; }
#VgZdKLask3llbEyz4AxhtuRtpOaqWhkL { background-color:#087c0d;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.5rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:18.4980625rem;height:3.999025rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:78.78076171875rem;left:28.24951171875rem;display:block; }
#tXeZniPd9keAzzTi7nxJqODCswPLueJC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container { background-color: transparent; background-image: none; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container > .video-iframe-container { display: none; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row > .video-iframe-container { display: none; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .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); }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container { border-width: 0; border-radius: 0; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#c9pCzaI6r5QScD4V7oG0KsPiyIUWF8np { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/30bc4be1-c125-4ae7-ba8c-25e371d7b120/NowoFilm49.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:19.75rem;top:0.6875rem;left:2.5rem;display:block; }#c9pCzaI6r5QScD4V7oG0KsPiyIUWF8np.adaptive-delivery-prevent-bg, #c9pCzaI6r5QScD4V7oG0KsPiyIUWF8np.lazyload, #c9pCzaI6r5QScD4V7oG0KsPiyIUWF8np.lazyloading { background-image: none; }
#oDoRVXaT1CWRTU4wSi8wI3WoRB4teUXB { position:absolute;display:block;z-index:15004;background-color:rgba(250,233,212,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.625rem;width:19.75rem;top:28.625rem;left:52.75rem;display:block; }
#m6OTNZq2Z0aPZ1QJFeuJAm5iiDuCapB7 { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:36.8125rem;left:58.1875rem;height:2.1547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y6daPO8XbbhBcPFtELqwhQExcgkN7Cxu { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3125rem;left:57.625rem;height:5.93115rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JWiWxF1EPJ8mItoftlAV3u6LQxQckA8M { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.78125rem;left:54.625rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RNpmTRGe2beXhw4KUsXC623qZM9DaeQC { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9bbbdf25-62d5-43e0-8fa3-11f774bb2897/NowoFilm56.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:19.75rem;top:0.6875rem;left:27.6875rem;display:block; }#RNpmTRGe2beXhw4KUsXC623qZM9DaeQC.adaptive-delivery-prevent-bg, #RNpmTRGe2beXhw4KUsXC623qZM9DaeQC.lazyload, #RNpmTRGe2beXhw4KUsXC623qZM9DaeQC.lazyloading { background-image: none; }
#Q2TT5N3TS0dxz1nBOVE1VBMkkFZKzD7O { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c06e5833-d5e7-4da8-8ce3-5fa77a50a89d/NowoFilm54.jpg");background-position:center right !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:14.625rem;left:2.5rem;display:block; }#Q2TT5N3TS0dxz1nBOVE1VBMkkFZKzD7O.adaptive-delivery-prevent-bg, #Q2TT5N3TS0dxz1nBOVE1VBMkkFZKzD7O.lazyload, #Q2TT5N3TS0dxz1nBOVE1VBMkkFZKzD7O.lazyloading { background-image: none; }
#KQIw1VctitZtgLKtymcXIBddWwhszXDA { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cae2c23b-f2fc-4c8f-9105-1d65f7c5a255/Promocja8.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.625rem;width:19.75rem;top:14.625rem;left:27.6875rem;display:block; }#KQIw1VctitZtgLKtymcXIBddWwhszXDA.adaptive-delivery-prevent-bg, #KQIw1VctitZtgLKtymcXIBddWwhszXDA.lazyload, #KQIw1VctitZtgLKtymcXIBddWwhszXDA.lazyloading { background-image: none; }
#cqlQuiuJVtAubQK1Tppml6cZO0bNXmdm { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c1b4cb75-dcbd-4ee7-99bd-5b3536efc529/NowoFilm52.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:19.75rem;top:28.625rem;left:2.5rem;display:block; }#cqlQuiuJVtAubQK1Tppml6cZO0bNXmdm.adaptive-delivery-prevent-bg, #cqlQuiuJVtAubQK1Tppml6cZO0bNXmdm.lazyload, #cqlQuiuJVtAubQK1Tppml6cZO0bNXmdm.lazyloading { background-image: none; }
#URbiLDQ6ctmcxtwrNfB5JmtbLUhTmXTy { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:15.8125rem;top:11.671659164581rem;left:59.059139442124rem;display:block; }
#A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/63797f19-d92a-4e3e-a571-5fe049627fe1/NowoFilm57.jpg");background-position:center right !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:19.75rem;top:14.65625rem;left:52.75rem;display:block; }#A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC.adaptive-delivery-prevent-bg, #A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC.lazyload, #A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC.lazyloading { background-image: none; }
#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { background-color: transparent; background-image: none; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container > .video-iframe-container { display: none; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row > .video-iframe-container { display: none; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .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); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { border-width: 0; border-radius: 0; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#sR76tztty4l1aiVmJT7UGEaT4TCLuks5 { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:1.4231719970703rem;left:3.78125rem;height:2.69970625rem;text-align:left;text-align-last:left;display:block; }
#zOFLbmcT4rLxdbGPzB5Hm3bBsRedrtaT { 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:4.6875rem;width:4.6875rem;top:5.62353515625rem;left:0rem;overflow:hidden;display:block; }
#HaqQ66q56VoOa7Ce3ZtFwLZqanAHBtH1 { box-sizing:content-box;height:5.6875rem;width:67.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(250,233,212,0.5);background-image:none;top:5.125rem;left:4.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#G55EMNrn4qrRizx6rK25HR0c2egbGK65 { color:#000000;display:block;width:57.8745rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:2.5;letter-spacing:0;top:6.2490234375rem;left:6.43505859375rem;height:5.625rem;display:block; }
#vJVZdQOZUbGsfw3uTIZ3SUDNpsb71SxA { color:#000000;display:block;width:64.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:2.5;letter-spacing:0;top:12.8125rem;left:6.4375rem;height:5.625rem;display:block; }
#kwU77G47c7QtqeoGmls00Dew2Xs7rHL2 { box-sizing:content-box;height:5.6875rem;width:67.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(250,233,212,0.5);background-image:none;top:11.6875rem;left:4.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#xtAgep55IMSOTFLQHWSesTlisGTzfNLv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:12.1875rem;left:0rem;overflow:hidden;display:block; }
#QJqR70wLnmtfDDtdmJ7O1TEQ5VbSIoeB { color:#000000;display:block;width:64.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:2.5;letter-spacing:0;top:19.375rem;left:6.4375rem;height:2.8125rem;display:block; }
#qTF79s0ApKaKWcTuoBmBMupLDnxmUyuK { box-sizing:content-box;height:5.6875rem;width:67.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(250,233,212,0.5);background-image:none;top:18.25rem;left:4.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#RiWCsGE3ZqMefDPh0HwgkuFUKZ0x5iHi { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:18.75rem;left:0rem;overflow:hidden;display:block; }
#ksifNI5IhX0PItl584w3qoHxpTC00D0m { box-sizing:content-box;height:5.6875rem;width:67.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(250,233,212,0.5);background-image:none;top:24.8125rem;left:4.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Wh0X3GuI6fQuhsLid1lTalx4x7TtdD3m { color:#000000;display:block;width:64.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:2.5;letter-spacing:0;top:25.9375rem;left:6.4375rem;height:2.8125rem;display:block; }
#da9g1QTmbln0TDL8UX7RJTKW07Lc2TPy { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:25.3125rem;left:0rem;overflow:hidden;display:block; }
#UHOT9fM0eGMa0TOyw8QKIpugoNBozIrT { box-sizing:content-box;height:5.6875rem;width:67.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(250,233,212,0.5);background-image:none;top:31.25rem;left:4.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#fNiHfoH0EbqhXSTlSRhzE3L1y9diuXda { color:#000000;display:block;width:64.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:2.5;letter-spacing:0;top:32.375rem;left:6.4375rem;height:2.8125rem;display:block; }
#QZIvRW17iTQXahMcAlDbyMFpvJT1LIqE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:31.75rem;left:0rem;overflow:hidden;display:block; }
#VmDKSm48pklvI2eklIFlCIMl4Qr0wD1K { box-sizing:content-box;height:10rem;width:67.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(250,233,212,0.5);background-image:none;top:37.625rem;left:4.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#qhVU5o6wFCw9aFLzV6asQ0v4ty3ELN40 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:38.125rem;left:0rem;overflow:hidden;display:block; }
#f43aGzXA8wIy7BI4F8Fhz7eyoRv8lGa9 { color:#000000;display:block;width:64.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:2.5;letter-spacing:0;top:38.74951171875rem;left:6.4365234375rem;height:8.4375rem;display:block; }
#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e3841;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; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { background-color: transparent; background-image: none; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container > .video-iframe-container { display: none; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row > .video-iframe-container { display: none; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .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); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { border-width: 0; border-radius: 0; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#ngvRsNBMh6KscLDGO28WqHDoUPElihoc { color:#ffffff;display:block;width:71.25rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:2.3;letter-spacing:0;top:1.41943359375rem;left:2.5546875rem;height:8.1958125rem;display:block; }
#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { background-color: transparent; background-image: none; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container > .video-iframe-container { display: none; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row > .video-iframe-container { display: none; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .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); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { border-width: 0; border-radius: 0; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#VKnf2AQDTqcRNTnHD773dp7PTbP3tFIR { color:#000000;display:block;width:58.6230625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:2.3;letter-spacing:0;top:1.35205078125rem;left:8.18701171875rem;height:5.173825rem;text-align:center;text-align-last:center;display:block; }
#wwh94FOdzIC8hxfdK3adD6rxf87hRSEX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.5625rem;width:54.4995rem;top:4.81201171875rem;left:10.248046875rem;display:block; }
#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, rgba(250,233,212,0.5));background-image: -moz-linear-gradient(top, #ffffff, rgba(250,233,212,0.5));background-image: -ms-linear-gradient(top, #ffffff, rgba(250,233,212,0.5));background-image: -o-linear-gradient(top, #ffffff, rgba(250,233,212,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fae9d47f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fae9d47f' );";background-image: linear-gradient(to bottom, #ffffff, rgba(250,233,212,0.5));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; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container { background-color: transparent; background-image: none; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container > .video-iframe-container { display: none; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row > .video-iframe-container { display: none; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .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); }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container { border-width: 0; border-radius: 0; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#vcBPaGcKa8TdvwyGNCayQ2qvEuUacxHA { color:#000000;display:block;width:43.5615rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.517578125rem;left:19.2802734375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f3x8ldoIfezOiNJoWAsfUhreASgsei9L { color:#000000;display:block;width:41.3745rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.31005859375rem;left:19.2802734375rem;height:1.37988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DoewDgAHKuBIiFEqXg95hnlqvupfKUfN { color:#000000;display:block;width:37.749rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.81103515625rem;left:19.2802734375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bp58TegE4kcKcfnLsWTet5EzwF7ExBTV { color:#000000;display:block;width:43.437rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.4228515625rem;left:19.34033203125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTXiK9VH4uoA6yIp7nULagdkGcGMcTMl { box-sizing:content-box;height:20.875rem;width:51.3125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.37255859375rem;left:12.1552734375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#tWMEg1Trxm9kyAJ49crNQeVoR8yuoviS { color:#000000;display:block;width:50.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.83154296875rem;left:12.1875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2xZ4bZdngc91DRBD0rmhu69NQTN0Qo9 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4995125rem;width:3.4995125rem;top:6.498046875rem;left:15.21826171875rem;overflow:hidden;display:block; }
#eMgeq5Q8CkiSboKtsTzX4y0NeFSnEue8 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4995125rem;width:3.4995125rem;top:10.24951171875rem;left:15.21826171875rem;overflow:hidden;display:block; }
#W1ExOKM7ploCHAtAIKzSTTLJo5S3K6k9 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4995125rem;width:3.4995125rem;top:13.4033203125rem;left:15.21826171875rem;overflow:hidden;display:block; }
#TR3HvcXxgcTa7PTlMLpqgT7TPJPAOzFB { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4995125rem;width:3.4995125rem;top:16.79150390625rem;left:15.21826171875rem;overflow:hidden;display:block; }
#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP > .row .container { background-color: transparent; background-image: none; }#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP > .row .container > .video-iframe-container { display: none; }#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP > .row > .video-iframe-container { display: none; }#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP > .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); }#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP > .row .container { border-width: 0; border-radius: 0; }#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP > .row .container { font-size:0.875rem;font-family:arial;height:63.0625rem;width:75rem;position:relative;display:block; }#O5rpbwwzvVfCllgTRuRZGLARCM6bzLfw { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(250,233,212,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(276deg, rgba(250,233,212,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(276deg, rgba(250,233,212,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(276deg, rgba(250,233,212,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae9d47f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae9d47f', endColorstr='#00000000' );";background-image: linear-gradient(276deg, rgba(250,233,212,0.5), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:44rem;width:37.1875rem;top:8.935546875rem;left:0rem;display:block; }
#rUC1GFe3KKXNAxEzc4QSrEtFWqI6vn1b { position:absolute;display:block;z-index:15049;background-color:#9e3841;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:33.75rem;top:4.9365234375rem;left:20.625rem;display:block; }
#a3tpQgRVuhU0ywqGrkozrrp7kBMfronw { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:20.375rem;left:1.875rem;height:2.09911875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TIuVaSLezz379vVgH9iMaZPskxEyJqaS { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(311deg, rgba(250,233,212,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(311deg, rgba(250,233,212,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(311deg, rgba(250,233,212,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(311deg, rgba(250,233,212,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae9d47f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae9d47f', endColorstr='#00000000' );";background-image: linear-gradient(311deg, rgba(250,233,212,0.5), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:44.125rem;width:35.9375rem;top:8.8740234375rem;left:39rem;display:block; }
#PAykhuqqzFl3L5ureJr3QEFfykC3WHcD { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:13.8125rem;left:39.375rem;height:2.09911875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TXb0G5pbe2QJUJ5Ux8CZx1NIGEFvdtJs { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:0.97119140625rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SOrL7nbL9w9bAmc9T7TeTpbo2ElDi6pb { color:#000000;display:block;width:38.933625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:1.87744140625rem;left:142.890625rem;height:3.99609375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bUbGidwET3NHQU3dsSK8uXZD5UwyyczB { color:#000000;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:10.7490234375rem;left:2.34375rem;height:2.5004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RH6kzpUsQM2t7ErGkwtasPUIVMelex5X { color:#000000;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:10.7490234375rem;left:37.96875rem;height:5.000975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6DJLmEH5CXmHgUG9r5cUULqmU1LQzgu { color:#000000;display:block;width:46.6245rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:55.1875rem;left:16.25rem;height:1.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ah543MP5BqciylWew9Kr3baTQELTMhTR { color:#000000;display:block;width:11.808125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:58.1875rem;left:17.25rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n0zVTaNo3DTW9mnh1J04TAeItPBpd0zp { 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:1.9995125rem;width:29.1225625rem;top:58rem;left:29.0625rem;overflow:hidden;display:block; }
#JEflM7cEz7od7c2CwOZk7w2MXwLqTu72 { 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:19.9995rem;width:19.9995rem;top:15.90966796875rem;left:8.74951171875rem;overflow:hidden;display:block; }
#mX9QqbFwFVcJ2guzuTMxf7VoxuTL8Dbl { 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:12.624rem;width:12.624rem;top:22.47216796875rem;left:20.625rem;overflow:hidden;display:block; }
#aKNUyTyedMIF7GTgHeeXFX17mpW83gAJ { color:#087c0d;display:block;width:18.624rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:36.4072265625rem;left:10.65673828125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EMakzVSKUEHBuiizi6DyI5tD6RqMcXct { color:#f30000;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:42.6240234375rem;left:8.74951171875rem;height:1.798825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Hpsz6oUv88X6wXZTsw5TEKMxOJOfTnJB { z-index:15003;top:46.3740234375rem;left:6.28125rem;background-color:#087c0d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.375rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zv9VFoD8MuU2Lfmp0XWLbXLskW6qzN4M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esn4qcbFfMiOfrUzKbGf8OAoqxU2rkaq { 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:36.4365rem;width:36.4365rem;top:11.748046875rem;left:37.5rem;overflow:hidden;display:block; }
#LU6KGvLOyec1RcXBekXsUuUOr9pwTGbn { color:#9e3841;display:block;width:18.6225625rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:36.7177734375rem;left:46.28173828125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CkkNHGy1vvVACqBgG1ml04dCkirXtW2t { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:43.45458984375rem;left:43.81201171875rem;height:1.798825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xHiuRlXySv2VCFie5yGztO3yDPTAAFCM { z-index:15004;top:46.3740234375rem;left:40.03125rem;background-color:#9e3841;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.4375rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Sm4TdEGv4nQq6Cm5lvgN46vZgiZ6FRBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ifyiTtxWZqkxviWiz33LW9cI4Q5DWKLh { position:absolute;display:block;z-index:15050;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.5625rem;width:18.5625rem;top:16.62744140625rem;left:46.3125rem;overflow:hidden;display:block; }
#Keee6HrCLrRe8Qzz8ZATBQn8o3t2csSw { color:#000000;display:block;width:23.562rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:41.6572265625rem;left:43.81201171875rem;height:1.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { background-color: transparent; background-image: none; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container > .video-iframe-container { display: none; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row > .video-iframe-container { display: none; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .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); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { border-width: 0; border-radius: 0; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#a23a2fa87360f0f77f834133e2fb632a { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.92041015625rem;left:5.62353515625rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#db3e104813d8ebc1ea519cb4d4693af4 .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;flex-direction:column;align-items:center;background-color:rgba(250,233,212,0.5);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#db3e104813d8ebc1ea519cb4d4693af4 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#db3e104813d8ebc1ea519cb4d4693af4 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;color:#000000;font-family:montserrat;height:auto; }
#db3e104813d8ebc1ea519cb4d4693af4 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:#000000;font-family:montserrat;height:auto;line-height:1.5;overflow:hidden; }
#db3e104813d8ebc1ea519cb4d4693af4 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_f3a1aba0d544d14a9b679e8e225d629dc9cce260.svg");background-size:contain !important; }#db3e104813d8ebc1ea519cb4d4693af4 .accordion-trigger.adaptive-delivery-prevent-bg, #db3e104813d8ebc1ea519cb4d4693af4 .accordion-trigger.lazyload, #db3e104813d8ebc1ea519cb4d4693af4 .accordion-trigger.lazyloading { background-image: none; }
#db3e104813d8ebc1ea519cb4d4693af4 { box-sizing:content-box;height:auto;width:65.68375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.8583984375rem;left:3.7802734375rem;box-shadow: none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#db3e104813d8ebc1ea519cb4d4693af4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#db3e104813d8ebc1ea519cb4d4693af4 #ILtQmF89EIntD0UW9hRgco26H5Rg64fl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #FfIGFFk7xdAyZqNJEFXhRmBPSV07fqgk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #nGsGvv88OeNbTRbUIcqMSy2WRW1eFOTK { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #yP5IA8ZkxWnGWE33cG0AdbcuLxHCc5VL {  }
#db3e104813d8ebc1ea519cb4d4693af4 #FDhQQ5axdXrSeexCpApT3P3dvStLPVcn {  }
#db3e104813d8ebc1ea519cb4d4693af4 #ZXJDUGLe7voOWNm1yiw1zOusLpD8pDyl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #BrcGDnJlgIl8of8ZDmZ44KMhbVPrZR2x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #HeaVzcPu9yKrTPcBEyLOVRJ6avNO0yWL { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #WhSuSc4WucrW24VBPgVg8nswbyJWGhPe {  }
#db3e104813d8ebc1ea519cb4d4693af4 #gTqi11TkI9zhyn2anK27Ut78OdkC5LuS { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #HVzbNPM5hLlFncsXGyplb4Crc6JFEq1V { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #kUt25dfqMq2CS3ngm8srlThmSyRoWQWL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #EM4mLnB5cpSbF9GVR68UaD9ExPZ3e1RZ { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #KM4iLn902LGR97qNQlgGOHAiM8AFd8xd {  }
#db3e104813d8ebc1ea519cb4d4693af4 #Ts6vHITvOTUShsKXo3wTnkwRrvdVJgiN { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #ekhwo65Xy9SWVTLBiceU4DW5fPiiwEnU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #rb9yKATTb5PdyF7OSOwvns3EWrCpKAEW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #crhq8ZqPQpOqJyeeVThTU928LyS12Atm { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #lytooNRoGpluFt5gdQDqxv0u2L1l2rGK {  }
#db3e104813d8ebc1ea519cb4d4693af4 #Fv1rQhaVR1M98fky4piezGKpc98NDct6 { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #oquycUqPaWx9BFXqZaakfeQrCMbRLL0C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #lu20oUvlwvDEuxRlP3VSP7OC24a7fG3r { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #p6HDkTtxaPiu9lWchK4D2ZIqfSCmJaeL { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #mCLN8PPAKTrrq8EkKzr8mx59fNd6bMMU {  }
#db3e104813d8ebc1ea519cb4d4693af4 #bO8qAXy6i2KdJekpVlaL2xeZhffCVHxw { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #ckuRi3FtZAqtgmbgLovvDh3OZRkF38cd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #xDrTznoVfH4ThWqJDq0ps1UZF8TuVhNE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #Q2oyNB6gybJlvttuIs4ere59QTPt19kU { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #KilUNWBc45GRqEw7Cr88JB1evxOO8MJw {  }
#db3e104813d8ebc1ea519cb4d4693af4 #sFTKSByWefDfGq5orFoQDevA0tGVxeFH { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #uaPCOOXykOUipLTKldzuCZ4yTvdbXmwf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #fCpaHBU1pJgIMoS11kCQuLuLGQTTFEWX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #F9fzqfkhLW5pNDJv8hBTaWTDTtf1Tv64 { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #sntaSoM8to5IuipwryFTJUSM3s0WqdJS {  }
#db3e104813d8ebc1ea519cb4d4693af4 #AMDLCemlE3nXVFU72GxT1aFOSO5grqLt { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #VkO09LVqQOb5PPxLwqgeTIeofPgSxGhn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #DI5lCGsr4L3O4orDamIkT1DneJqEDHDk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #TT7OhtgAqnwbtxfUTS1yl2iyiMVpaiSU { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #Pe3ZTwqdTCOaepresGs1s5MDyLB4oUCJ {  }
#db3e104813d8ebc1ea519cb4d4693af4 #w1No3DPPoeWaKn774f80CgE8uVAR27aZ { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #VIFh7Rr6vEJJZxBZXQl25gZW0mc6nJym { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #UX1NNr6t81sOdwKX49dNrFqeChWpGXst { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #QTgPDoaqA7kzESyGKtS7X6ckZwfD1H9y { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #o74li7tbd7m6hHE1gU5N6iQWhxTPBZ2K {  }
#db3e104813d8ebc1ea519cb4d4693af4 #GIqFTfQfpcEOixLkViePIOIAXOcUisde { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #HBfSPf8TcXTDR4yuAsTzBuh7mtDvA60S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #RAdCEPGfe9Dq5bL2zTcsSbDNcA1DRRBq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #lnPV3OK10KwmBw3maz2DUyUtWAOyzQxq { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #aPemUpcE39gULJtNAJ7rl77BQEoAoIw9 {  }
#db3e104813d8ebc1ea519cb4d4693af4 #XF6Tmuiud6d0Zq0yXKmLc9ti1GBn7CPr { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #oZ76TB4CPsApF22TbG4ZdfA2tvfMWkrI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #H3uam0ot23hc8SvNTpibfeXOBTR9XDws { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #DD7JuqIOVrmQZ1ScuJv0iQl7he1NfQog { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #KWEl02KFgmruLKpa5lnb4vcuVineulTk {  }
#db3e104813d8ebc1ea519cb4d4693af4 #f7DzpKqRrGzTsuvHfrT4r1LUzs2xVK7p { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#b1a78e42f295612bd245a4df1b8cf820 .accordion-trigger.adaptive-delivery-prevent-bg, #b1a78e42f295612bd245a4df1b8cf820 .accordion-trigger.lazyload, #b1a78e42f295612bd245a4df1b8cf820 .accordion-trigger.lazyloading { background-image: none; }
#b1a78e42f295612bd245a4df1b8cf820 { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#b1a78e42f295612bd245a4df1b8cf820 #WVgeN9MKdJwRyxw9ArqEXWIhePkJ1y2T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #Ov1qSEWSsVucTulLudMdmfymbe8Cw8DZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #aLMJHcFvkid3WCqhm892vqZGH1JSZV0k { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #Cf0ThLCTkWEFL5hLI6DOTqsCVhSTZ9ms {  }
#b1a78e42f295612bd245a4df1b8cf820 #W4pQ180617PlPPQdaTu9hVvkhJqQmB3N {  }
#b1a78e42f295612bd245a4df1b8cf820 #L1mzLLNMrR1spehqh4EEVx4uGmJtSLdc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #RFl3ydzMsaTF5GUnbmyJ8FnUOoAElnRI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #GECeGdF988E5Tmeo0qCz6OmF3bE9bPBP { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #fRdnKc0aa5JOAQiK9uJ6AsBWQoqIIwP6 {  }
#b1a78e42f295612bd245a4df1b8cf820 #fQJRX8fOvnlptd4rnhn74FFZJBVCCBdH { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #Pynf85nWofBUlta2D6eBQ4fu3J1wdOr5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #aTqVs2kPmado7e9eFOwhwEl2NsH3s7o6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #DfUKKxAKUtqT6ETTBAhzfzOhpabSZNwU { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #uXq3gMcQ2Mpc0Eg1OI6QedsnznpEVIeh {  }
#b1a78e42f295612bd245a4df1b8cf820 #Xhl2KPHys3Akwxo5tRQcHV2ZmTcrMwsF { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #a5R4m6diIlQFawHNO8ff3bUeN7flfcPK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #dVOXsNWlwAPWBdVKPHG7pTwUxDLPMNR1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #f0oDLOyiLtqghI5itSwogv5vTSTkSilR { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #GxKmgTDPmkHIpn6V1OCvOcXEKzpif8MJ {  }
#b1a78e42f295612bd245a4df1b8cf820 #Nq1dZishJ68cohBRv3g1pdbDdXLOzMvR { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #NyV6vpg9Zk6kfkibSGWqWD6fdfxKyHHA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #a8lZRrWCuyEqNoniZqR9P2LWBTn35sk6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #mihEWwMeSo9dLX8UeXOzI2T8STEu0x5Z { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #KLbNSw2M8LHyloAAvultIrQEZLM7N0fy {  }
#b1a78e42f295612bd245a4df1b8cf820 #EmMv20TTcWJZg07k9qfEDnsicdTOVPKI { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #PxRLgKepumLE5aZZblbNAxK37dCnNSM4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #IPi8DdxHbAU0mP2BXgtVNqXlLt3mRuFs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #ZxtfEWtmmoy9cAGnGy7yJTydUSPs3QoG { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #VuNrAkaJqqukz72z8TCOAHI6sc0XEa5o {  }
#b1a78e42f295612bd245a4df1b8cf820 #Ro6kWRM3cySbGWvD7oeelWUqxUma2LzI { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #rKAh95htSsRF3USPg7TzlTfeTJInPbVm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #u5OHqRT4SiaWmtlcf2PkKv02EP27PLc9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #rGTrar155GrLv0iMkF16RNusqgMg6Jn2 { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #BgbG1AXqW55lZRKkve62tAQe0WpwbcR8 {  }
#b1a78e42f295612bd245a4df1b8cf820 #FMmxmhyNcuWN1FxFauwpavPN8qbdFeT6 { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #vEWJVh7B6UHCVTILcSvaaU5tW2nFEP81 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #c2NNUR1KcDduhtVlJIqA44y9ZKT6068h { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #rMO2JM6x0ZX2QI2nDJaDNp12K3c2Efh5 { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #OHXTVarC44S4BsJUoT4Wce2e31yR4m3M {  }
#b1a78e42f295612bd245a4df1b8cf820 #Q2uthNrLRTVkhmFy2L0xHb5mkkcGRvdm { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #fvzSpffTOPdF0twLfok3bEwaNrQ0DT9q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #dw8SV7Dc0VkPA8lfZ8fHwMcFyJI6eM0A { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #yZ9Xtg0dS7B56QGL2ByBZw8BpzF7hmDM { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #Q5fuE8hRp7oS3N0cCoy5yyEMRVOD6txM {  }
#b1a78e42f295612bd245a4df1b8cf820 #ev7BNqHC5I8hQl3qGdXtVty4xGpUK8x6 { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #zr3tWL39etS5LHIApL1fKL7f20PLXHAF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #lSxg93tTF6GVO7OAUbqmrBf9suIOUxLi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #BiwM8icLAWZODb7CClB9PDsORI22aGFH { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #u5cQBA7GnlTQJZT5DrZoiyxqzFiaBFwZ {  }
#b1a78e42f295612bd245a4df1b8cf820 #yV3G9KPxrWGmEvSfBeWcxTXnUtmKRxxX { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #kUaDirRoupZ5FkUqd7kGB3d2alrhovm8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #r4l1NWATxb5QXGIDOJDU5faVoElXCo1l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #ZVHypWguNZl1tysa4TcGpFQ22syXsm9c { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #Z9iOieTCPtRKwv184c7tIrFsFWlNbmIM {  }
#b1a78e42f295612bd245a4df1b8cf820 #Hn8v9IdS1QCMDRwF6wt61Fn6Lc7NLeth { display:none; }
#ODsKIkXaLLtFIHLSwzTxeou12l76miRg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { background-color: transparent; background-image: none; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container > .video-iframe-container { display: none; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row > .video-iframe-container { display: none; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .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); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { border-width: 0; border-radius: 0; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#QfvXXkIFmzFpWD0a5OGqBsoEpIZmDpCL { color:#000000;display:block;width:48.4995rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:2.3;letter-spacing:0;top:2.4814453125rem;left:21.93310546875rem;height:16.098625rem;text-align:justify;text-align-last:initial;display:block; }
#TkJTbfOqdSUBsm6SJbyH5AQKTaf8iV6F { 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:11.625rem;width:18.0625rem;top:2.06103515625rem;left:1.248046875rem;overflow:hidden;display:block; }
#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e3841;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; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { border-width: 0; border-radius: 0; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.828125rem;left:49.375rem;height:1.21875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ { display:block; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtve8dtsaGwAsCFFgphrr6UhFlNEzfys { width:47.75rem;height:6.4375rem;top:2.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { top:16.5625rem;left:0rem;width:36.5625rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcTT2Bby5qwBMa96xlsffVyOsmnqS3Ra { top:10.125rem;left:16.5rem;width:31.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDBRKbhJ88PrORPWSduISEluTvCtlUxC { width:30.5625rem;height:4rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPxavkuqOK2Zk0CgpkCmNztzDgpldobB { display:block; }
 }@media only screen and (max-width: 763px) { #tCyQFOxUdc80tKUi9D23tJqlfHazExfu { top:12.625rem;left:15.4375rem;width:32.25rem;height:24.515749036721rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2FcC8XTAIhRL4SquRpsEOdnDxt6PHUw { width:47.75rem;height:6rem;top:2.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbKenmSk8S5iUgqxXNuObGtWsIBiZzW7 { top:41.8125rem;left:0rem;width:47.75rem;height:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV2s7xpGdOV2wL9lRXwGCPw1F409c4VI { top:15.5625rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hefSgu6VF1RcFqC1ZWrVJ67cPst99Gs1 { top:21.5625rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCRrciiZSNeU6HVOVTMTttfsUcoFFrUZ { top:26.625rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { top:10.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWneGuSZCIUvhPmWyOHa3Rcw5nJevIOB { top:1.0625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxzqbGqSDWU1JJ6WODKgBiiJiWHH2lc3 { top:4.5625rem;left:20.90576171875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8sO7neAUAXpKiKGSznqIwNpsXfPZ7xp { top:29.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvzxMGWilQhafIOA2ygvts7Fi9NSgVxh { top:23.625rem;left:20.90576171875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFiNfbvxyv33rH2pxbgp8wLCMPkwdkXb { top:18.5625rem;left:0rem;width:47.75rem;height:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSkACa55JFoSEsxQfbUJPITe5fJCBKoi { top:13rem;left:20.90576171875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK { display:block; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3JbBgTFK3EF8ow4Cc38F4Fweu77JbkO { width:47.625rem;height:5rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvIsgi3uF4x8fB3yMmHwJX25iS5X11Uz { width:0.125rem;height:7.5rem;top:17.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gopIyVNHEft73gdBHmLzDST3XDaZ1vXN { top:0rem;left:0rem;width:47.75rem;height:75.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgZdKLask3llbEyz4AxhtuRtpOaqWhkL { width:18.4375rem;height:3.9375rem;top:78.75rem;left:14.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXeZniPd9keAzzTi7nxJqODCswPLueJC { display:block; }
 }@media only screen and (max-width: 763px) { #c7SClEnrwxXUrVnyMybTloLwZtUD1eAP { display:block; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9pCzaI6r5QScD4V7oG0KsPiyIUWF8np { width:19.75rem;height:13.5625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDoRVXaT1CWRTU4wSi8wI3WoRB4teUXB { width:19.75rem;height:13.625rem;top:28.5625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6OTNZq2Z0aPZ1QJFeuJAm5iiDuCapB7 { width:8.5rem;height:2.125rem;top:36.75rem;left:35.374355316162rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6daPO8XbbhBcPFtELqwhQExcgkN7Cxu { width:9.6875rem;height:5.875rem;top:31.3125rem;left:34.8125rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWiWxF1EPJ8mItoftlAV3u6LQxQckA8M { width:14.375rem;height:5rem;top:5.75rem;left:31.812068939209rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNpmTRGe2beXhw4KUsXC623qZM9DaeQC { top:0.625rem;left:12rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2TT5N3TS0dxz1nBOVE1VBMkkFZKzD7O { top:14.5625rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQIw1VctitZtgLKtymcXIBddWwhszXDA { top:14.5625rem;left:12rem;width:19.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqlQuiuJVtAubQK1Tppml6cZO0bNXmdm { top:28.5625rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URbiLDQ6ctmcxtwrNfB5JmtbLUhTmXTy { top:11.625rem;left:28.6875rem;width:15.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC { top:14.625rem;left:27.875rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA { display:block; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sR76tztty4l1aiVmJT7UGEaT4TCLuks5 { top:1.375rem;left:0rem;width:37.8125rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOFLbmcT4rLxdbGPzB5Hm3bBsRedrtaT { top:5.5625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaqQ66q56VoOa7Ce3ZtFwLZqanAHBtH1 { top:5.125rem;left:0rem;width:47.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G55EMNrn4qrRizx6rK25HR0c2egbGK65 { top:6.1875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJVZdQOZUbGsfw3uTIZ3SUDNpsb71SxA { top:12.8125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwU77G47c7QtqeoGmls00Dew2Xs7rHL2 { top:11.6875rem;left:0rem;width:47.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtAgep55IMSOTFLQHWSesTlisGTzfNLv { top:12.1875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJqR70wLnmtfDDtdmJ7O1TEQ5VbSIoeB { top:19.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTF79s0ApKaKWcTuoBmBMupLDnxmUyuK { top:18.25rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWCsGE3ZqMefDPh0HwgkuFUKZ0x5iHi { top:18.75rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksifNI5IhX0PItl584w3qoHxpTC00D0m { top:24.8125rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh0X3GuI6fQuhsLid1lTalx4x7TtdD3m { top:25.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #da9g1QTmbln0TDL8UX7RJTKW07Lc2TPy { top:25.3125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHOT9fM0eGMa0TOyw8QKIpugoNBozIrT { top:31.25rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNiHfoH0EbqhXSTlSRhzE3L1y9diuXda { top:32.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZIvRW17iTQXahMcAlDbyMFpvJT1LIqE { top:31.75rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmDKSm48pklvI2eklIFlCIMl4Qr0wD1K { top:37.625rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhVU5o6wFCw9aFLzV6asQ0v4ty3ELN40 { top:38.125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f43aGzXA8wIy7BI4F8Fhz7eyoRv8lGa9 { top:38.6875rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi { display:block; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngvRsNBMh6KscLDGO28WqHDoUPElihoc { top:1.375rem;left:0rem;width:47.75rem;height:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC { display:block; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKnf2AQDTqcRNTnHD773dp7PTbP3tFIR { top:1.3125rem;left:0rem;width:47.75rem;height:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwh94FOdzIC8hxfdK3adD6rxf87hRSEX { top:4.75rem;left:0rem;width:47.75rem;height:26.777481903504rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO8Xe6RMSHQWevb6xawTFyt1quNxN59v { display:block; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcBPaGcKa8TdvwyGNCayQ2qvEuUacxHA { width:43.5rem;height:1.4375rem;top:7.5rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3x8ldoIfezOiNJoWAsfUhreASgsei9L { width:41.3125rem;height:1.375rem;top:11.25rem;left:5.6552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoewDgAHKuBIiFEqXg95hnlqvupfKUfN { width:37.6875rem;height:1.4375rem;top:17.75rem;left:5.6552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp58TegE4kcKcfnLsWTet5EzwF7ExBTV { width:43.375rem;height:1.4375rem;top:14.375rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTXiK9VH4uoA6yIp7nULagdkGcGMcTMl { top:1.3125rem;left:0rem;width:47.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMEg1Trxm9kyAJ49crNQeVoR8yuoviS { width:47.75rem;height:1.875rem;top:2.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2xZ4bZdngc91DRBD0rmhu69NQTN0Qo9 { top:6.4375rem;left:1.59326171875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMgeq5Q8CkiSboKtsTzX4y0NeFSnEue8 { top:10.1875rem;left:1.59326171875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ExOKM7ploCHAtAIKzSTTLJo5S3K6k9 { top:13.375rem;left:1.59326171875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR3HvcXxgcTa7PTlMLpqgT7TPJPAOzFB { top:16.75rem;left:1.59326171875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP { display:block; }#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5rpbwwzvVfCllgTRuRZGLARCM6bzLfw { width:37.1875rem;height:44rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUC1GFe3KKXNAxEzc4QSrEtFWqI6vn1b { width:33.75rem;height:0.3125rem;top:4.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3tpQgRVuhU0ywqGrkozrrp7kBMfronw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIuVaSLezz379vVgH9iMaZPskxEyJqaS { width:35.9375rem;height:44.125rem;top:8.8125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAykhuqqzFl3L5ureJr3QEFfykC3WHcD { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXb0G5pbe2QJUJ5Ux8CZx1NIGEFvdtJs { top:0.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOrL7nbL9w9bAmc9T7TeTpbo2ElDi6pb { top:2.5rem;left:8.875rem;width:38.875rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUbGidwET3NHQU3dsSK8uXZD5UwyyczB { top:10.6875rem;left:0rem;width:35.25rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH6kzpUsQM2t7ErGkwtasPUIVMelex5X { top:10.6875rem;left:12.5rem;width:35.25rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6DJLmEH5CXmHgUG9r5cUULqmU1LQzgu { top:55.125rem;left:1.1875rem;width:46.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah543MP5BqciylWew9Kr3baTQELTMhTR { top:58.1875rem;left:3.625rem;width:11.75rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0zVTaNo3DTW9mnh1J04TAeItPBpd0zp { top:58rem;left:15.4375rem;width:29.0625rem;height:1.9953886966935rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEflM7cEz7od7c2CwOZk7w2MXwLqTu72 { top:15.875rem;left:0rem;width:19.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX9QqbFwFVcJ2guzuTMxf7VoxuTL8Dbl { top:22.4375rem;left:7rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNUyTyedMIF7GTgHeeXFX17mpW83gAJ { top:36.375rem;left:0rem;width:18.5625rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMakzVSKUEHBuiizi6DyI5tD6RqMcXct { top:42.5625rem;left:0rem;width:17.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpsz6oUv88X6wXZTsw5TEKMxOJOfTnJB { top:46.3125rem;left:0rem;width:27.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv9VFoD8MuU2Lfmp0XWLbXLskW6qzN4M { display:block; }
 }@media only screen and (max-width: 763px) { #esn4qcbFfMiOfrUzKbGf8OAoqxU2rkaq { top:11.6875rem;left:11.375rem;width:36.375rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU6KGvLOyec1RcXBekXsUuUOr9pwTGbn { top:36.6875rem;left:29.1875rem;width:18.5625rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkkNHGy1vvVACqBgG1ml04dCkirXtW2t { top:43.4375rem;left:30.18701171875rem;width:17.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHiuRlXySv2VCFie5yGztO3yDPTAAFCM { top:46.3125rem;left:15.3125rem;width:32.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm4TdEGv4nQq6Cm5lvgN46vZgiZ6FRBD { display:block; }
 }@media only screen and (max-width: 763px) { #ifyiTtxWZqkxviWiz33LW9cI4Q5DWKLh { top:16.625rem;left:29.1875rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Keee6HrCLrRe8Qzz8ZATBQn8o3t2csSw { top:41.625rem;left:24.25rem;width:23.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMIqdikaEwOiVgC5WaB8Bho56BSLR44R { display:block; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a23a2fa87360f0f77f834133e2fb632a { top:1.875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#db3e104813d8ebc1ea519cb4d4693af4 { display:flex;height:auto;width:27.8125rem;top:5.625rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ILtQmF89EIntD0UW9hRgco26H5Rg64fl {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #FfIGFFk7xdAyZqNJEFXhRmBPSV07fqgk {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #nGsGvv88OeNbTRbUIcqMSy2WRW1eFOTK {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #yP5IA8ZkxWnGWE33cG0AdbcuLxHCc5VL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #FDhQQ5axdXrSeexCpApT3P3dvStLPVcn {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ZXJDUGLe7voOWNm1yiw1zOusLpD8pDyl {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #BrcGDnJlgIl8of8ZDmZ44KMhbVPrZR2x {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #HeaVzcPu9yKrTPcBEyLOVRJ6avNO0yWL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #WhSuSc4WucrW24VBPgVg8nswbyJWGhPe {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #gTqi11TkI9zhyn2anK27Ut78OdkC5LuS {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #HVzbNPM5hLlFncsXGyplb4Crc6JFEq1V {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #kUt25dfqMq2CS3ngm8srlThmSyRoWQWL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #EM4mLnB5cpSbF9GVR68UaD9ExPZ3e1RZ {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #KM4iLn902LGR97qNQlgGOHAiM8AFd8xd {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Ts6vHITvOTUShsKXo3wTnkwRrvdVJgiN {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ekhwo65Xy9SWVTLBiceU4DW5fPiiwEnU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #rb9yKATTb5PdyF7OSOwvns3EWrCpKAEW {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #crhq8ZqPQpOqJyeeVThTU928LyS12Atm {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #lytooNRoGpluFt5gdQDqxv0u2L1l2rGK {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Fv1rQhaVR1M98fky4piezGKpc98NDct6 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #oquycUqPaWx9BFXqZaakfeQrCMbRLL0C {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #lu20oUvlwvDEuxRlP3VSP7OC24a7fG3r {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #p6HDkTtxaPiu9lWchK4D2ZIqfSCmJaeL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #mCLN8PPAKTrrq8EkKzr8mx59fNd6bMMU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #bO8qAXy6i2KdJekpVlaL2xeZhffCVHxw {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ckuRi3FtZAqtgmbgLovvDh3OZRkF38cd {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #xDrTznoVfH4ThWqJDq0ps1UZF8TuVhNE {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Q2oyNB6gybJlvttuIs4ere59QTPt19kU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #KilUNWBc45GRqEw7Cr88JB1evxOO8MJw {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #sFTKSByWefDfGq5orFoQDevA0tGVxeFH {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #uaPCOOXykOUipLTKldzuCZ4yTvdbXmwf {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #fCpaHBU1pJgIMoS11kCQuLuLGQTTFEWX {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #F9fzqfkhLW5pNDJv8hBTaWTDTtf1Tv64 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #sntaSoM8to5IuipwryFTJUSM3s0WqdJS {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #AMDLCemlE3nXVFU72GxT1aFOSO5grqLt {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #VkO09LVqQOb5PPxLwqgeTIeofPgSxGhn {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #DI5lCGsr4L3O4orDamIkT1DneJqEDHDk {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #TT7OhtgAqnwbtxfUTS1yl2iyiMVpaiSU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Pe3ZTwqdTCOaepresGs1s5MDyLB4oUCJ {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #w1No3DPPoeWaKn774f80CgE8uVAR27aZ {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #VIFh7Rr6vEJJZxBZXQl25gZW0mc6nJym {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #UX1NNr6t81sOdwKX49dNrFqeChWpGXst {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #QTgPDoaqA7kzESyGKtS7X6ckZwfD1H9y {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #o74li7tbd7m6hHE1gU5N6iQWhxTPBZ2K {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #GIqFTfQfpcEOixLkViePIOIAXOcUisde {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #HBfSPf8TcXTDR4yuAsTzBuh7mtDvA60S {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #RAdCEPGfe9Dq5bL2zTcsSbDNcA1DRRBq {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #lnPV3OK10KwmBw3maz2DUyUtWAOyzQxq {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #aPemUpcE39gULJtNAJ7rl77BQEoAoIw9 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #XF6Tmuiud6d0Zq0yXKmLc9ti1GBn7CPr {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #oZ76TB4CPsApF22TbG4ZdfA2tvfMWkrI {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #H3uam0ot23hc8SvNTpibfeXOBTR9XDws {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #DD7JuqIOVrmQZ1ScuJv0iQl7he1NfQog {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #KWEl02KFgmruLKpa5lnb4vcuVineulTk {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #f7DzpKqRrGzTsuvHfrT4r1LUzs2xVK7p {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b1a78e42f295612bd245a4df1b8cf820 { display:flex;height:auto;width:17.5rem;display:none; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #WVgeN9MKdJwRyxw9ArqEXWIhePkJ1y2T {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Ov1qSEWSsVucTulLudMdmfymbe8Cw8DZ {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #aLMJHcFvkid3WCqhm892vqZGH1JSZV0k {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Cf0ThLCTkWEFL5hLI6DOTqsCVhSTZ9ms {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #W4pQ180617PlPPQdaTu9hVvkhJqQmB3N {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #L1mzLLNMrR1spehqh4EEVx4uGmJtSLdc {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #RFl3ydzMsaTF5GUnbmyJ8FnUOoAElnRI {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #GECeGdF988E5Tmeo0qCz6OmF3bE9bPBP {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #fRdnKc0aa5JOAQiK9uJ6AsBWQoqIIwP6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #fQJRX8fOvnlptd4rnhn74FFZJBVCCBdH {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Pynf85nWofBUlta2D6eBQ4fu3J1wdOr5 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #aTqVs2kPmado7e9eFOwhwEl2NsH3s7o6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #DfUKKxAKUtqT6ETTBAhzfzOhpabSZNwU {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #uXq3gMcQ2Mpc0Eg1OI6QedsnznpEVIeh {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Xhl2KPHys3Akwxo5tRQcHV2ZmTcrMwsF {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #a5R4m6diIlQFawHNO8ff3bUeN7flfcPK {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #dVOXsNWlwAPWBdVKPHG7pTwUxDLPMNR1 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #f0oDLOyiLtqghI5itSwogv5vTSTkSilR {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #GxKmgTDPmkHIpn6V1OCvOcXEKzpif8MJ {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Nq1dZishJ68cohBRv3g1pdbDdXLOzMvR {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #NyV6vpg9Zk6kfkibSGWqWD6fdfxKyHHA {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #a8lZRrWCuyEqNoniZqR9P2LWBTn35sk6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #mihEWwMeSo9dLX8UeXOzI2T8STEu0x5Z {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #KLbNSw2M8LHyloAAvultIrQEZLM7N0fy {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #EmMv20TTcWJZg07k9qfEDnsicdTOVPKI {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #PxRLgKepumLE5aZZblbNAxK37dCnNSM4 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #IPi8DdxHbAU0mP2BXgtVNqXlLt3mRuFs {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #ZxtfEWtmmoy9cAGnGy7yJTydUSPs3QoG {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #VuNrAkaJqqukz72z8TCOAHI6sc0XEa5o {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Ro6kWRM3cySbGWvD7oeelWUqxUma2LzI {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #rKAh95htSsRF3USPg7TzlTfeTJInPbVm {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #u5OHqRT4SiaWmtlcf2PkKv02EP27PLc9 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #rGTrar155GrLv0iMkF16RNusqgMg6Jn2 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #BgbG1AXqW55lZRKkve62tAQe0WpwbcR8 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #FMmxmhyNcuWN1FxFauwpavPN8qbdFeT6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #vEWJVh7B6UHCVTILcSvaaU5tW2nFEP81 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #c2NNUR1KcDduhtVlJIqA44y9ZKT6068h {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #rMO2JM6x0ZX2QI2nDJaDNp12K3c2Efh5 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #OHXTVarC44S4BsJUoT4Wce2e31yR4m3M {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Q2uthNrLRTVkhmFy2L0xHb5mkkcGRvdm {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #fvzSpffTOPdF0twLfok3bEwaNrQ0DT9q {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #dw8SV7Dc0VkPA8lfZ8fHwMcFyJI6eM0A {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #yZ9Xtg0dS7B56QGL2ByBZw8BpzF7hmDM {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Q5fuE8hRp7oS3N0cCoy5yyEMRVOD6txM {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #ev7BNqHC5I8hQl3qGdXtVty4xGpUK8x6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #zr3tWL39etS5LHIApL1fKL7f20PLXHAF {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #lSxg93tTF6GVO7OAUbqmrBf9suIOUxLi {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #BiwM8icLAWZODb7CClB9PDsORI22aGFH {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #u5cQBA7GnlTQJZT5DrZoiyxqzFiaBFwZ {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #yV3G9KPxrWGmEvSfBeWcxTXnUtmKRxxX {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #kUaDirRoupZ5FkUqd7kGB3d2alrhovm8 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #r4l1NWATxb5QXGIDOJDU5faVoElXCo1l {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #ZVHypWguNZl1tysa4TcGpFQ22syXsm9c {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Z9iOieTCPtRKwv184c7tIrFsFWlNbmIM {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Hn8v9IdS1QCMDRwF6wt61Fn6Lc7NLeth {  }
 }@media only screen and (max-width: 763px) { #ODsKIkXaLLtFIHLSwzTxeou12l76miRg { display:block; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfvXXkIFmzFpWD0a5OGqBsoEpIZmDpCL { top:2.4375rem;left:0rem;width:47.75rem;height:16.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkJTbfOqdSUBsm6SJbyH5AQKTaf8iV6F { top:2rem;left:0rem;width:18.0625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { top:1.8125rem;left:32.25rem;width:15.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ { display:block; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtve8dtsaGwAsCFFgphrr6UhFlNEzfys { width:18.2475625rem;height:9.80274375rem;top:1.28466796875rem;left:0.87451171875rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { width:17.25rem;height:17.59570625rem;top:9.6240234375rem;left:2.74951171875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZcTT2Bby5qwBMa96xlsffVyOsmnqS3Ra { width:20rem;height:1.3997375rem;top:28.50625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDBRKbhJ88PrORPWSduISEluTvCtlUxC { width:18.75rem;height:3.31055rem;top:45.2490234375rem;left:0.6240234375rem;z-index:15011;font-size:1.0625rem;background-color:#087c0d;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) { #mPxavkuqOK2Zk0CgpkCmNztzDgpldobB { display:block; }
 }@media only screen and (max-width: 763px) { #tCyQFOxUdc80tKUi9D23tJqlfHazExfu { width:19.9375rem;height:15.1875rem;top:28.505859375rem;left:0rem;box-shadow: none;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d2FcC8XTAIhRL4SquRpsEOdnDxt6PHUw { width:19.9995rem;height:5.361325rem;top:1.2861328125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TbKenmSk8S5iUgqxXNuObGtWsIBiZzW7 { width:19.9980625rem;height:6.796875rem;top:49.798828125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MV2s7xpGdOV2wL9lRXwGCPw1F409c4VI { width:2.8125rem;height:2.8125rem;top:9.6240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hefSgu6VF1RcFqC1ZWrVJ67cPst99Gs1 { width:2.874025rem;height:2.874025rem;top:14.24853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCRrciiZSNeU6HVOVTMTttfsUcoFFrUZ { width:2.8125rem;height:2.8125rem;top:22.27880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(250,233,212,0.5), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(250,233,212,0.5), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(250,233,212,0.5), #ffffff);background-image: -o-linear-gradient(180deg, rgba(250,233,212,0.5), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae9d47f', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae9d47f', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(250,233,212,0.5), #ffffff);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;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { width:19.9995rem;height:6.8994375rem;top:10.8076171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BWneGuSZCIUvhPmWyOHa3Rcw5nJevIOB { width:19.9980625rem;height:4.4003875rem;top:0.6240234375rem;left:0.00146484375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxzqbGqSDWU1JJ6WODKgBiiJiWHH2lc3 { width:5.9370125rem;height:5.9370125rem;top:5.43310546875rem;left:7.02978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8sO7neAUAXpKiKGSznqIwNpsXfPZ7xp { width:19.9980625rem;height:9.19925rem;top:45.3984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OvzxMGWilQhafIOA2ygvts7Fi9NSgVxh { width:5.874025rem;height:5.874025rem;top:40.0869140625rem;left:7.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFiNfbvxyv33rH2pxbgp8wLCMPkwdkXb { width:19.9980625rem;height:16.098625rem;top:23.5810546875rem;left:0.00146484375rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QSkACa55JFoSEsxQfbUJPITe5fJCBKoi { width:5.874025rem;height:5.874025rem;top:17.70703125rem;left:7.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK { display:block; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3JbBgTFK3EF8ow4Cc38F4Fweu77JbkO { width:19.875rem;height:0;top:0rem;left:0rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tvIsgi3uF4x8fB3yMmHwJX25iS5X11Uz { width:0.125rem;height:7.5rem;top:43.783629058838rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gopIyVNHEft73gdBHmLzDST3XDaZ1vXN { width:19.9995rem;height:31.9995rem;top:0.1875rem;left:0.00146484375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VgZdKLask3llbEyz4AxhtuRtpOaqWhkL { width:17.4375rem;height:3.6870125rem;top:32.185546875rem;left:1.2802734375rem;z-index:15011;font-size:1.125rem;background-color:#087c0d;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) { #tXeZniPd9keAzzTi7nxJqODCswPLueJC { display:block; }
 }@media only screen and (max-width: 763px) { #c7SClEnrwxXUrVnyMybTloLwZtUD1eAP { display:block; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container { width:20rem;height:115.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9pCzaI6r5QScD4V7oG0KsPiyIUWF8np { width:19.75rem;height:13.625rem;top:5rem;left:0.24921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDoRVXaT1CWRTU4wSi8wI3WoRB4teUXB { width:19.75rem;height:9.8125rem;top:62.061630249024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6OTNZq2Z0aPZ1QJFeuJAm5iiDuCapB7 { width:8.5623125rem;height:1.57470625rem;top:67.811420440675rem;left:5.7183161377907rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y6daPO8XbbhBcPFtELqwhQExcgkN7Cxu { width:9.6875rem;height:4.06055rem;top:63.748920440675rem;left:5.1562500596046rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWiWxF1EPJ8mItoftlAV3u6LQxQckA8M { width:19.9995rem;height:4.53515625rem;top:0rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RNpmTRGe2beXhw4KUsXC623qZM9DaeQC { width:19.75rem;height:13.5625rem;top:19.187500476837rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2TT5N3TS0dxz1nBOVE1VBMkkFZKzD7O { width:19.75rem;height:13.5625rem;top:33.312502384186rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQIw1VctitZtgLKtymcXIBddWwhszXDA { width:19.749375rem;height:27.6248125rem;top:72.874355316162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqlQuiuJVtAubQK1Tppml6cZO0bNXmdm { width:19.75rem;height:13.5625rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URbiLDQ6ctmcxtwrNfB5JmtbLUhTmXTy { width:7.6875rem;height:0.3125rem;top:3.1875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC { width:19.749375rem;height:13.5623125rem;top:101.18599319458rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA { background-color:rgba(255,255,255,0.03);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; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { background-color: transparent; background-image: none; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container > .video-iframe-container { display: none; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row > .video-iframe-container { display: none; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .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); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { border-width: 0; border-radius: 0; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { width:20rem;height:98.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sR76tztty4l1aiVmJT7UGEaT4TCLuks5 { width:19.9980625rem;height:2.20019375rem;top:1.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOFLbmcT4rLxdbGPzB5Hm3bBsRedrtaT { width:4.6875rem;height:4.6875rem;top:4.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaqQ66q56VoOa7Ce3ZtFwLZqanAHBtH1 { width:20rem;height:8.5rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G55EMNrn4qrRizx6rK25HR0c2egbGK65 { width:19.9980625rem;height:10.001925rem;top:23.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJVZdQOZUbGsfw3uTIZ3SUDNpsb71SxA { width:19.9980625rem;height:10.001925rem;top:9.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kwU77G47c7QtqeoGmls00Dew2Xs7rHL2 { width:20rem;height:8.375rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtAgep55IMSOTFLQHWSesTlisGTzfNLv { width:4.6875rem;height:4.6875rem;top:17.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJqR70wLnmtfDDtdmJ7O1TEQ5VbSIoeB { width:19.9980625rem;height:7.5014375rem;top:36rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTF79s0ApKaKWcTuoBmBMupLDnxmUyuK { width:20rem;height:8.4375rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWCsGE3ZqMefDPh0HwgkuFUKZ0x5iHi { width:4.6875rem;height:4.6875rem;top:30.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksifNI5IhX0PItl584w3qoHxpTC00D0m { width:20rem;height:7.8125rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh0X3GuI6fQuhsLid1lTalx4x7TtdD3m { width:19.9980625rem;height:7.5014375rem;top:48.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #da9g1QTmbln0TDL8UX7RJTKW07Lc2TPy { width:4.6875rem;height:4.6875rem;top:43.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHOT9fM0eGMa0TOyw8QKIpugoNBozIrT { width:19.9995rem;height:8.3745rem;top:60.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNiHfoH0EbqhXSTlSRhzE3L1y9diuXda { width:19.9980625rem;height:7.5014375rem;top:61.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZIvRW17iTQXahMcAlDbyMFpvJT1LIqE { width:4.6875rem;height:4.6875rem;top:56.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmDKSm48pklvI2eklIFlCIMl4Qr0wD1K { width:20rem;height:22.9375rem;top:74rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhVU5o6wFCw9aFLzV6asQ0v4ty3ELN40 { width:4.6875rem;height:4.6875rem;top:69.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f43aGzXA8wIy7BI4F8Fhz7eyoRv8lGa9 { width:19.6875rem;height:22.504375rem;top:74rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi { background-color:#9e3841;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; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { background-color: transparent; background-image: none; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container > .video-iframe-container { display: none; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row > .video-iframe-container { display: none; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .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); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { border-width: 0; border-radius: 0; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngvRsNBMh6KscLDGO28WqHDoUPElihoc { width:19.9995rem;height:18.3984375rem;top:1.3740234375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC { background-color:rgba(255,255,255,0.03);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; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { background-color: transparent; background-image: none; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container > .video-iframe-container { display: none; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row > .video-iframe-container { display: none; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .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); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { border-width: 0; border-radius: 0; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKnf2AQDTqcRNTnHD773dp7PTbP3tFIR { width:19.9995rem;height:4.5996125rem;top:1.42529296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwh94FOdzIC8hxfdK3adD6rxf87hRSEX { height:11.25rem;width:19.9995rem;top:4.62158203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO8Xe6RMSHQWevb6xawTFyt1quNxN59v { display:block; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcBPaGcKa8TdvwyGNCayQ2qvEuUacxHA { width:12.4995rem;height:2.59863125rem;top:7.86474609375rem;left:5.87109375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3x8ldoIfezOiNJoWAsfUhreASgsei9L { width:14.0625rem;height:2.59863125rem;top:17.1650390625rem;left:5.49609375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoewDgAHKuBIiFEqXg95hnlqvupfKUfN { width:13.125rem;height:2.59863125rem;top:21.48486328125rem;left:5.5576171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp58TegE4kcKcfnLsWTet5EzwF7ExBTV { width:13.1865rem;height:3.89795rem;top:12.20654296875rem;left:5.525390625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTXiK9VH4uoA6yIp7nULagdkGcGMcTMl { width:20rem;height:25.625rem;top:0.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMEg1Trxm9kyAJ49crNQeVoR8yuoviS { width:20rem;height:1.3754875rem;top:3.6642770767212rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #f2xZ4bZdngc91DRBD0rmhu69NQTN0Qo9 { width:3.436525rem;height:3.436525rem;top:7.11767578125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMgeq5Q8CkiSboKtsTzX4y0NeFSnEue8 { width:3.436525rem;height:3.436525rem;top:11.27490234375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ExOKM7ploCHAtAIKzSTTLJo5S3K6k9 { width:3.436525rem;height:3.436525rem;top:16.27734375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR3HvcXxgcTa7PTlMLpqgT7TPJPAOzFB { width:3.436525rem;height:3.436525rem;top:20.73779296875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP { display:block; }#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5rpbwwzvVfCllgTRuRZGLARCM6bzLfw { width:19.9980625rem;height:25.6230625rem;top:4.4970703125rem;left:0.00146484375rem;background-color:rgba(250,233,212,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #rUC1GFe3KKXNAxEzc4QSrEtFWqI6vn1b { width:17.499rem;height:0.0615234375rem;top:3.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3tpQgRVuhU0ywqGrkozrrp7kBMfronw { width:1.375rem;height:2.79931875rem;top:12.6611328125rem;left:1.25rem;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TIuVaSLezz379vVgH9iMaZPskxEyJqaS { width:20rem;height:31.25rem;top:31.3740234375rem;left:0rem;background-color:rgba(250,233,212,0.5);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #PAykhuqqzFl3L5ureJr3QEFfykC3WHcD { width:1.375rem;height:2.79931875rem;top:43.9111328125rem;left:1.25rem;font-size:2rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TXb0G5pbe2QJUJ5Ux8CZx1NIGEFvdtJs { width:19.9995rem;height:2.80078125rem;top:0.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SOrL7nbL9w9bAmc9T7TeTpbo2ElDi6pb { width:19.9980625rem;height:2.3994125rem;top:56.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bUbGidwET3NHQU3dsSK8uXZD5UwyyczB { width:19.9980625rem;height:4.4003875rem;top:5.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RH6kzpUsQM2t7ErGkwtasPUIVMelex5X { width:19.9995rem;height:4.4003875rem;top:32.1240234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6DJLmEH5CXmHgUG9r5cUULqmU1LQzgu { width:19.9980625rem;height:3.19921875rem;top:64.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ah543MP5BqciylWew9Kr3baTQELTMhTR { width:11.746125rem;height:1.19970625rem;top:69.4375rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0zVTaNo3DTW9mnh1J04TAeItPBpd0zp { width:20rem;height:1.375rem;top:71.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEflM7cEz7od7c2CwOZk7w2MXwLqTu72 { width:9.375rem;height:9.375rem;top:10.2802734375rem;left:5.3115234375rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #mX9QqbFwFVcJ2guzuTMxf7VoxuTL8Dbl { width:6.75rem;height:6.75rem;top:11.5927734375rem;left:2.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNUyTyedMIF7GTgHeeXFX17mpW83gAJ { width:15.375rem;height:4.0004875rem;top:20.21630859375rem;left:2.3115234375rem;font-size:2.5rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #EMakzVSKUEHBuiizi6DyI5tD6RqMcXct { width:13.4355625rem;height:1.5996125rem;top:23.43603515625rem;left:3.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hpsz6oUv88X6wXZTsw5TEKMxOJOfTnJB { top:25.9365234375rem;left:1.0625rem;width:17.8125rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv9VFoD8MuU2Lfmp0XWLbXLskW6qzN4M { display:block; }
 }@media only screen and (max-width: 763px) { #esn4qcbFfMiOfrUzKbGf8OAoqxU2rkaq { width:19.9980625rem;height:19.9980625rem;top:35.31005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU6KGvLOyec1RcXBekXsUuUOr9pwTGbn { width:18.5625rem;height:4.0004875rem;top:49.623046875rem;left:0.7177734375rem;font-size:2.5rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #CkkNHGy1vvVACqBgG1ml04dCkirXtW2t { width:17.4375rem;height:1.5996125rem;top:55.43115234375rem;left:1.2802734375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHiuRlXySv2VCFie5yGztO3yDPTAAFCM { top:57.708984375rem;left:0.49951171875rem;width:18.9975625rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm4TdEGv4nQq6Cm5lvgN46vZgiZ6FRBD { display:block; }
 }@media only screen and (max-width: 763px) { #ifyiTtxWZqkxviWiz33LW9cI4Q5DWKLh { width:12.375rem;height:12.375rem;top:37.248046875rem;left:3.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Keee6HrCLrRe8Qzz8ZATBQn8o3t2csSw { width:19.9995rem;height:1.5rem;top:53.6220703125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMIqdikaEwOiVgC5WaB8Bho56BSLR44R { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { background-color: transparent; background-image: none; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container > .video-iframe-container { display: none; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row > .video-iframe-container { display: none; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .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); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { border-width: 0; border-radius: 0; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a23a2fa87360f0f77f834133e2fb632a { width:20rem;height:1.7871125rem;top:0.68229675292969rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:montserrat;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#db3e104813d8ebc1ea519cb4d4693af4 { display:flex;height:auto;width:17.5rem;top:4.4375rem;left:0rem;display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ILtQmF89EIntD0UW9hRgco26H5Rg64fl {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #FfIGFFk7xdAyZqNJEFXhRmBPSV07fqgk {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #nGsGvv88OeNbTRbUIcqMSy2WRW1eFOTK {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #yP5IA8ZkxWnGWE33cG0AdbcuLxHCc5VL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #FDhQQ5axdXrSeexCpApT3P3dvStLPVcn {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ZXJDUGLe7voOWNm1yiw1zOusLpD8pDyl {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #BrcGDnJlgIl8of8ZDmZ44KMhbVPrZR2x {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #HeaVzcPu9yKrTPcBEyLOVRJ6avNO0yWL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #WhSuSc4WucrW24VBPgVg8nswbyJWGhPe {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #gTqi11TkI9zhyn2anK27Ut78OdkC5LuS {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #HVzbNPM5hLlFncsXGyplb4Crc6JFEq1V {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #kUt25dfqMq2CS3ngm8srlThmSyRoWQWL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #EM4mLnB5cpSbF9GVR68UaD9ExPZ3e1RZ {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #KM4iLn902LGR97qNQlgGOHAiM8AFd8xd {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Ts6vHITvOTUShsKXo3wTnkwRrvdVJgiN {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ekhwo65Xy9SWVTLBiceU4DW5fPiiwEnU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #rb9yKATTb5PdyF7OSOwvns3EWrCpKAEW {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #crhq8ZqPQpOqJyeeVThTU928LyS12Atm {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #lytooNRoGpluFt5gdQDqxv0u2L1l2rGK {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Fv1rQhaVR1M98fky4piezGKpc98NDct6 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #oquycUqPaWx9BFXqZaakfeQrCMbRLL0C {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #lu20oUvlwvDEuxRlP3VSP7OC24a7fG3r {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #p6HDkTtxaPiu9lWchK4D2ZIqfSCmJaeL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #mCLN8PPAKTrrq8EkKzr8mx59fNd6bMMU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #bO8qAXy6i2KdJekpVlaL2xeZhffCVHxw {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ckuRi3FtZAqtgmbgLovvDh3OZRkF38cd {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #xDrTznoVfH4ThWqJDq0ps1UZF8TuVhNE {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Q2oyNB6gybJlvttuIs4ere59QTPt19kU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #KilUNWBc45GRqEw7Cr88JB1evxOO8MJw {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #sFTKSByWefDfGq5orFoQDevA0tGVxeFH {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #uaPCOOXykOUipLTKldzuCZ4yTvdbXmwf {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #fCpaHBU1pJgIMoS11kCQuLuLGQTTFEWX {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #F9fzqfkhLW5pNDJv8hBTaWTDTtf1Tv64 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #sntaSoM8to5IuipwryFTJUSM3s0WqdJS {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #AMDLCemlE3nXVFU72GxT1aFOSO5grqLt {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #VkO09LVqQOb5PPxLwqgeTIeofPgSxGhn {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #DI5lCGsr4L3O4orDamIkT1DneJqEDHDk {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #TT7OhtgAqnwbtxfUTS1yl2iyiMVpaiSU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Pe3ZTwqdTCOaepresGs1s5MDyLB4oUCJ {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #w1No3DPPoeWaKn774f80CgE8uVAR27aZ {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #VIFh7Rr6vEJJZxBZXQl25gZW0mc6nJym {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #UX1NNr6t81sOdwKX49dNrFqeChWpGXst {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #QTgPDoaqA7kzESyGKtS7X6ckZwfD1H9y {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #o74li7tbd7m6hHE1gU5N6iQWhxTPBZ2K {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #GIqFTfQfpcEOixLkViePIOIAXOcUisde {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #HBfSPf8TcXTDR4yuAsTzBuh7mtDvA60S {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #RAdCEPGfe9Dq5bL2zTcsSbDNcA1DRRBq {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #lnPV3OK10KwmBw3maz2DUyUtWAOyzQxq {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #aPemUpcE39gULJtNAJ7rl77BQEoAoIw9 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #XF6Tmuiud6d0Zq0yXKmLc9ti1GBn7CPr {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #oZ76TB4CPsApF22TbG4ZdfA2tvfMWkrI {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #H3uam0ot23hc8SvNTpibfeXOBTR9XDws {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #DD7JuqIOVrmQZ1ScuJv0iQl7he1NfQog {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #KWEl02KFgmruLKpa5lnb4vcuVineulTk {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #f7DzpKqRrGzTsuvHfrT4r1LUzs2xVK7p {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 .accordion-element-container { background-color:rgba(250,233,212,0.5);background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-heading-text { font-size:1rem;height:auto;color:#000000;font-family:montserrat;line-height:1.4;overflow:hidden; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-desc-text { font-size:1rem;height:auto;color:#000000;font-family:montserrat;line-height:1.5;overflow:hidden; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_e2b1ab387f4c3c33188411f453f7761e888555c9.svg"); }
#b1a78e42f295612bd245a4df1b8cf820 { display:flex;height:auto;width:17.4975625rem;top:2.46826171875rem;left:0rem;z-index:15003; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #WVgeN9MKdJwRyxw9ArqEXWIhePkJ1y2T {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Ov1qSEWSsVucTulLudMdmfymbe8Cw8DZ {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #aLMJHcFvkid3WCqhm892vqZGH1JSZV0k {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Cf0ThLCTkWEFL5hLI6DOTqsCVhSTZ9ms {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #W4pQ180617PlPPQdaTu9hVvkhJqQmB3N {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #L1mzLLNMrR1spehqh4EEVx4uGmJtSLdc {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #RFl3ydzMsaTF5GUnbmyJ8FnUOoAElnRI {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #GECeGdF988E5Tmeo0qCz6OmF3bE9bPBP {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #fRdnKc0aa5JOAQiK9uJ6AsBWQoqIIwP6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #fQJRX8fOvnlptd4rnhn74FFZJBVCCBdH {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Pynf85nWofBUlta2D6eBQ4fu3J1wdOr5 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #aTqVs2kPmado7e9eFOwhwEl2NsH3s7o6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #DfUKKxAKUtqT6ETTBAhzfzOhpabSZNwU {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #uXq3gMcQ2Mpc0Eg1OI6QedsnznpEVIeh {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Xhl2KPHys3Akwxo5tRQcHV2ZmTcrMwsF {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #a5R4m6diIlQFawHNO8ff3bUeN7flfcPK {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #dVOXsNWlwAPWBdVKPHG7pTwUxDLPMNR1 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #f0oDLOyiLtqghI5itSwogv5vTSTkSilR {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #GxKmgTDPmkHIpn6V1OCvOcXEKzpif8MJ {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Nq1dZishJ68cohBRv3g1pdbDdXLOzMvR {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #NyV6vpg9Zk6kfkibSGWqWD6fdfxKyHHA {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #a8lZRrWCuyEqNoniZqR9P2LWBTn35sk6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #mihEWwMeSo9dLX8UeXOzI2T8STEu0x5Z {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #KLbNSw2M8LHyloAAvultIrQEZLM7N0fy {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #EmMv20TTcWJZg07k9qfEDnsicdTOVPKI {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #PxRLgKepumLE5aZZblbNAxK37dCnNSM4 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #IPi8DdxHbAU0mP2BXgtVNqXlLt3mRuFs {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #ZxtfEWtmmoy9cAGnGy7yJTydUSPs3QoG {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #VuNrAkaJqqukz72z8TCOAHI6sc0XEa5o {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Ro6kWRM3cySbGWvD7oeelWUqxUma2LzI {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #rKAh95htSsRF3USPg7TzlTfeTJInPbVm {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #u5OHqRT4SiaWmtlcf2PkKv02EP27PLc9 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #rGTrar155GrLv0iMkF16RNusqgMg6Jn2 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #BgbG1AXqW55lZRKkve62tAQe0WpwbcR8 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #FMmxmhyNcuWN1FxFauwpavPN8qbdFeT6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #vEWJVh7B6UHCVTILcSvaaU5tW2nFEP81 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #c2NNUR1KcDduhtVlJIqA44y9ZKT6068h {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #rMO2JM6x0ZX2QI2nDJaDNp12K3c2Efh5 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #OHXTVarC44S4BsJUoT4Wce2e31yR4m3M {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Q2uthNrLRTVkhmFy2L0xHb5mkkcGRvdm {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #fvzSpffTOPdF0twLfok3bEwaNrQ0DT9q {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #dw8SV7Dc0VkPA8lfZ8fHwMcFyJI6eM0A {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #yZ9Xtg0dS7B56QGL2ByBZw8BpzF7hmDM {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Q5fuE8hRp7oS3N0cCoy5yyEMRVOD6txM {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #ev7BNqHC5I8hQl3qGdXtVty4xGpUK8x6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #zr3tWL39etS5LHIApL1fKL7f20PLXHAF {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #lSxg93tTF6GVO7OAUbqmrBf9suIOUxLi {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #BiwM8icLAWZODb7CClB9PDsORI22aGFH {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #u5cQBA7GnlTQJZT5DrZoiyxqzFiaBFwZ {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #yV3G9KPxrWGmEvSfBeWcxTXnUtmKRxxX {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #kUaDirRoupZ5FkUqd7kGB3d2alrhovm8 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #r4l1NWATxb5QXGIDOJDU5faVoElXCo1l {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #ZVHypWguNZl1tysa4TcGpFQ22syXsm9c {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Z9iOieTCPtRKwv184c7tIrFsFWlNbmIM {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Hn8v9IdS1QCMDRwF6wt61Fn6Lc7NLeth {  }
 }@media only screen and (max-width: 763px) { #ODsKIkXaLLtFIHLSwzTxeou12l76miRg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { background-color: transparent; background-image: none; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container > .video-iframe-container { display: none; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row > .video-iframe-container { display: none; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .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); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { border-width: 0; border-radius: 0; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfvXXkIFmzFpWD0a5OGqBsoEpIZmDpCL { width:20rem;height:36.65625rem;top:9.05859375rem;left:0.1865234375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TkJTbfOqdSUBsm6SJbyH5AQKTaf8iV6F { width:10.374rem;height:6.9360625rem;top:1.31103515625rem;left:4.810546875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { background-color:#9e3841;background-image:none;display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { width:17.1875rem;height:0.975rem;top:1.1875rem;left:1.4062501192093rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }