.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,252,249;--color-primary-1:253,244,234;--color-primary-2:250,233,212;--color-primary-3:125,117,106;--color-primary-4:38,35,32;--color-secondary-0:240,225,227;--color-secondary-1:207,156,160;--color-secondary-2:158,56,65;--color-secondary-3:79,28,33;--color-secondary-4:24,8,10;--color-tertiary-0:255,255,255;--color-tertiary-1:245,245,245;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:39.5625rem;width:75rem;position:relative;display:block; }#Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { color:rgba(var(--color-tertiary-4),1);display:block;width:50.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:35rem;left:13.0625rem;height:3.601075rem;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:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),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:31.437rem;height:5.874025rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.0615234375rem;left:21.78076171875rem;display:block; }
#mPxavkuqOK2Zk0CgpkCmNztzDgpldobB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d2FcC8XTAIhRL4SquRpsEOdnDxt6PHUw { color:#ff845e;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.68115234375rem;left:0rem;height:3.44970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GVHciUbQ67J4vVCPDTxJfX99vA0w63ow { color:rgba(var(--color-tertiary-4),1);display:block;width:69.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.190673828125rem;left:2.718505859375rem;height:4.19921875rem;text-align:center;text-align-last:center;display:block; }
#PS5T0t4W1aJ1LzRUlNBwM2DvFZPpnDda { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3100625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:22.4375rem;left:5.6875rem;height:1.9995125rem;text-align:center;text-align-last:center;display:block; }
#wPlDQy8CMvI1Zq8alAUrr8RWqAgLv4T6 { color:#d82a2a;display:block;width:52.5600625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:18.25rem;left:15.1875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#unK73hb4VoSvSeXfGZqWvGfPqIVF4Sl9 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:10.062rem;width:10.062rem;top:13.3125rem;left:6.9375rem;overflow:hidden;display:block; }
#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { 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; }#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:54.125rem;width:75rem;position:relative;display:block; }#Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:29.6240234375rem;left:2.747802734375rem;height:22.27658125rem;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; }
#JTMOAl1VJxfUCeMr6dTaag6kV0tuVpdI { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:29.625rem;left:39.11865234375rem;height:4.05029375rem;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; }
#PaZf3OZ8Kdlfc0NZIAJD606S0JtOaFZM { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:1.83837890625rem;left:0rem;height:4.750975rem;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;font-style:normal;display:block; }
#bIAd3i81IM5HgIELurIz559DpwtNFCWJ { color:#ba2424;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:2.3;letter-spacing:0;top:6.58740234375rem;left:0rem;height:3.73730625rem;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; }
#VSLLNTgINUtaBbrkIIVo8kDrtNi3oiQR { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:18.8125rem;top:10.75048828125rem;left:45.61962890625rem;overflow:hidden;display:block; }
#WZuBs1Q3vGEOW0E9Jy0DSRDZNveApReL { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:20.75rem;top:19.875rem;left:45.61962890625rem;overflow:hidden;display:block; }
#Aya6x2CQOhlNqUcC4PFmaodcnaNghLOk { color:rgba(var(--color-tertiary-4),1);display:block;width:8.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:18.18603515625rem;left:51.2490234375rem;height:4rem;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; }
#nDZsQsumt6SLPvWsnXwKTbxRNwoeBzea { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:32.5625rem;top:10.74951171875rem;left:1.62109375rem;overflow:hidden;display:block; }
#wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.79);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; }#wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG > .row .container { background-color: transparent; background-image: none; }#wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG > .row .container > .video-iframe-container { display: none; }#wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG > .row > .video-iframe-container { display: none; }#wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG > .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); }#wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG > .row .container { border-width: 0; border-radius: 0; }#wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#ZZVOlMQXvfL0PdxWJUw5BG8OT2cyhZTJ { color:#000000;display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.623046875rem;left:0rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emp2AmMPI75LdGOb97p37TetimPFU316 { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #ff845e;border-left:0.125rem solid #ff845e;border-right:0.125rem solid #ff845e;border-bottom:0.125rem solid #ff845e;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:6.625rem;width:6.625rem;top:8.4375rem;left:13.75rem;overflow:hidden;display:block; }
#oOST1rM4l4VMGcTxzA4tJypNNDV72J7D { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:7.625rem;width:7.625rem;top:7.9375rem;left:13.25rem;display:block; }
#bFq3JKx5xRgkA5MHdzkvnhb44J3b2Xiv { color:#686868;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:17.0625rem;left:9.3125rem;height:3.19824375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#bNGUGMUiuDhyqpOnzuCox6r5k1lPITRx { position:absolute;display:block;z-index:15004;background-color:#ff845e;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:0.0615234375rem;width:3.249025rem;top:22.1875rem;left:15.4375rem;display:block; }
#C8JIUioJGbwlFfyTQiMsA0l2nTc2X60U { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:23.0625rem;left:8.625rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#NAQVR7U7me8cTGuIBF5fxcpPUaqh3zdK { color:#686868;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:17.0625rem;left:29.9375rem;height:3.19824375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kixNDoeT88r0SbToirFDB1AnmywQ7oDN { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:23.0625rem;left:29.0625rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#k09f0PlOmJNOBkhcXSpNdQHNWxeqXu6q { position:absolute;display:block;z-index:15011;background-color:#ff845e;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:0.0615234375rem;width:3.249025rem;top:22.1875rem;left:35.875rem;display:block; }
#vTUXbxealpZh1LWvDNPv17IDZUmf889G { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff845e;border-left:0.0625rem solid #ff845e;border-right:0.0625rem solid #ff845e;border-bottom:0.0625rem solid #ff845e;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:7.875rem;width:7.875rem;top:7.9375rem;left:33.625rem;display:block; }
#wQnpteTc1xIlAcGxGTQiZ3eblLaryasK { position:absolute;display:block;z-index:15008;border-top:0.125rem solid #ff845e;border-left:0.125rem solid #ff845e;border-right:0.125rem solid #ff845e;border-bottom:0.125rem solid #ff845e;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:6.9375rem;width:6.9375rem;top:8.4375rem;left:34.0625rem;overflow:hidden;display:block; }
#XX8AB1bTBbBMEtbsppncE9xENhXekesm { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:23.0625rem;left:49.5rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dyqai8b8q9edTh4s9kK8b7PpxoOgL7f4 { color:#686868;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:17.0625rem;left:50.3125rem;height:3.19824375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BG0LfkMfAudn6TeDJckd5p5OSfvL1Uwi { position:absolute;display:block;z-index:15018;background-color:#ff845e;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:0.0615234375rem;width:3.249025rem;top:22.25rem;left:56.3125rem;display:block; }
#kUuP0qF1THTMFlgmNdmDzVO9McqRT6dP { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:7.8125rem;left:53.9375rem;display:block; }
#vkZ0O5N4BZQsCxxFx16sCGZ1T8hgAtqT { position:absolute;display:block;z-index:15015;border-top:0.125rem solid #ff845e;border-left:0.125rem solid #ff845e;border-right:0.125rem solid #ff845e;border-bottom:0.125rem solid #ff845e;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7.0625rem;width:7.0625rem;top:8.3125rem;left:54.4375rem;overflow:hidden;display:block; }
#PZ1iO4LfX9fNCdmdLKlK0cenOG3LX5V9 { color:#ba2424;display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:1.6875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:28.28369140625rem;left:0rem;height:2.19238125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XOAP8q9DMDtJ0iWApnJxgCFQUISx5mre { color:#ba2424;display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.896484375rem;left:0rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xExWdWyOeTxoGJWuRTEsrcclzg8H5JH6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.62426875rem;width:3.62426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:24.659423828125rem;left:30.516357421875rem; }
#a44yatLSGBcpBQREaeDiW04CycqLXZvU { 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; }#a44yatLSGBcpBQREaeDiW04CycqLXZvU > .row .container { background-color: transparent; background-image: none; }#a44yatLSGBcpBQREaeDiW04CycqLXZvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a44yatLSGBcpBQREaeDiW04CycqLXZvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a44yatLSGBcpBQREaeDiW04CycqLXZvU > .row .container > .video-iframe-container { display: none; }#a44yatLSGBcpBQREaeDiW04CycqLXZvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a44yatLSGBcpBQREaeDiW04CycqLXZvU > .row > .video-iframe-container { display: none; }#a44yatLSGBcpBQREaeDiW04CycqLXZvU > .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); }#a44yatLSGBcpBQREaeDiW04CycqLXZvU > .row .container { border-width: 0; border-radius: 0; }#a44yatLSGBcpBQREaeDiW04CycqLXZvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a44yatLSGBcpBQREaeDiW04CycqLXZvU > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#t1K3ii5l583rT9bTWltUH42CZupRKpCZ { color:#000000;display:block;width:67.8125rem;position:absolute;font-family:"bree serif";font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.373291015625rem;left:7.125rem;height:2.53051875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CNToTmlSfIa8xk4EE0oOn6IMcCNFZMiG { color:#6c1023;display:block;width:8.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.25rem;left:12.5625rem;height:4.196775rem;font-style:normal;display:block; }
#orFurrbf82LZwcal5NXXtpda9lXwMCpJ { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;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.6875rem;width:3.436525rem;top:10.013671875rem;left:23.56201171875rem;display:block; }
#pmplk04aT4btzxlNdPPoorg6x8LPFEse { color:#6c1023;display:block;width:8.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:8.3125rem;left:35.125rem;height:5.5957rem;font-style:normal;display:block; }
#wZaiBoAgUz5iIWW493EoXdCD7Xlstub5 { color:#6c1023;display:block;width:8.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.3125rem;left:57.625rem;height:4.196775rem;font-style:normal;display:block; }
#IT3019DJ8xS5ZLTw1DUGBxamAHtncXR6 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;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.6875rem;width:3.436525rem;top:10.013671875rem;left:45.9375rem;display:block; }
#sWZniMbL5cvoRshbuZX8MaN1ffpTQfJE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8745125rem;width:3.8745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.4375rem;left:7.125rem; }
#rXaN18E364U6xUgUKnrQgZBkPppyNodI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8745125rem;width:3.8745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.6875rem;left:29.75rem; }
#VtLtFsZezXeSbMxbwVfk8GzzQkFG1LEg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8745125rem;width:3.8745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.4375rem;left:51.875rem; }
#zvrNdzcuW2f3An06guvaPpgC1C3RXzvL { color:#ba2424;display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:1.6875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17.470703125rem;left:0rem;height:2.53051875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pD0DAyA8ofzDbzmuW7rZSb0nA9maBPVV { color:#000000;display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.75244140625rem;left:0rem;height:2.06176875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD { position:relative;display:block; }#XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD { background-color: transparent; background-image: none; }#XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD > .row .container > .video-iframe-container { display: none; }#XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD > .row > .video-iframe-container { display: none; }#XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD > .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); }#XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD { border-width: 0; border-radius: 0; }#XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UoKmlqGddEVdCkDptz33nADX4T3XAo0n { 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:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),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:27.75rem;height:4.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:14.4052734375rem;left:23.625rem;display:block; }
#My5JGWi3AlDBOsaBl2CUTf9aNrmWCoHx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dkNLT6BeTR8JwdgQ9DoMykwGadXaKtna { color:rgba(var(--color-tertiary-4),1);display:block;width:72.99625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:2;letter-spacing:0;top:1.24951171875rem;left:2.00244140625rem;height:2.250975rem;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; }
#TlQoQLgmStItcfTLz5tx92f5NO7HJFJE { color:#087c0d;display:block;width:72.99625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:4.87060546875rem;left:2.00244140625rem;height:2.749025rem;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; }
#fdRahMuIpoXy8OZLbE7WyeVpH1Ccqz65 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.99625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:8.74658203125rem;left:2.00244140625rem;height:4.50195rem;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; }
#FW3F2khHQAPbNhauMk9RtTUlWORGcGxK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#434141;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; }#FW3F2khHQAPbNhauMk9RtTUlWORGcGxK > .row .container { background-color: transparent; background-image: none; }#FW3F2khHQAPbNhauMk9RtTUlWORGcGxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW3F2khHQAPbNhauMk9RtTUlWORGcGxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW3F2khHQAPbNhauMk9RtTUlWORGcGxK > .row .container > .video-iframe-container { display: none; }#FW3F2khHQAPbNhauMk9RtTUlWORGcGxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW3F2khHQAPbNhauMk9RtTUlWORGcGxK > .row > .video-iframe-container { display: none; }#FW3F2khHQAPbNhauMk9RtTUlWORGcGxK > .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); }#FW3F2khHQAPbNhauMk9RtTUlWORGcGxK > .row .container { border-width: 0; border-radius: 0; }#FW3F2khHQAPbNhauMk9RtTUlWORGcGxK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FW3F2khHQAPbNhauMk9RtTUlWORGcGxK > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#XXPOoenTMayJ0TRwtziRilCx5fs58Lbk { color:rgba(var(--color-primary-0),1);display:block;width:72.996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:0.7177734375rem;left:2.001953125rem;height:2.749025rem;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; }
#shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT { position:relative;display:block; }#shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT { background-color: transparent; background-image: none; }#shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT > .row .container > .video-iframe-container { display: none; }#shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT > .row > .video-iframe-container { display: none; }#shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT > .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); }#shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT { border-width: 0; border-radius: 0; }#shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dEGSBICfhoe4pk870EaHAC0om5lNTPDy { color:rgba(var(--color-tertiary-4),1);display:block;width:72.99875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:1.59375rem;left:0rem;height:13.50585rem;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; }
#VSayfaWeAozevvcD8zikJvHgU5umCbxX { position:relative;display:block; }#VSayfaWeAozevvcD8zikJvHgU5umCbxX { background-color: transparent; background-image: none; }#VSayfaWeAozevvcD8zikJvHgU5umCbxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSayfaWeAozevvcD8zikJvHgU5umCbxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSayfaWeAozevvcD8zikJvHgU5umCbxX > .row .container > .video-iframe-container { display: none; }#VSayfaWeAozevvcD8zikJvHgU5umCbxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSayfaWeAozevvcD8zikJvHgU5umCbxX > .row > .video-iframe-container { display: none; }#VSayfaWeAozevvcD8zikJvHgU5umCbxX > .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); }#VSayfaWeAozevvcD8zikJvHgU5umCbxX { border-width: 0; border-radius: 0; }#VSayfaWeAozevvcD8zikJvHgU5umCbxX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VSayfaWeAozevvcD8zikJvHgU5umCbxX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ba2424;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cAzxnNOEHp3s43mzEFx3JwBNH3i3WkSR { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:2;letter-spacing:0;top:1.3740234375rem;left:0rem;height:2.749025rem;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; }
#yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw { position:relative;display:block; }#yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw { background-color: transparent; background-image: none; }#yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw > .row .container > .video-iframe-container { display: none; }#yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw > .row > .video-iframe-container { display: none; }#yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw > .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); }#yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw { border-width: 0; border-radius: 0; }#yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H9u9uJ0EBBhKEwiQcChVPTEDwwLabTu4 { color:#ba2424;display:block;width:72.99625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:13.68310546875rem;left:1.00048828125rem;height:5.49805rem;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; }
#JiSKLeaF07sypcAKvhgWuuS19XBVvwMo { color:rgba(var(--color-tertiary-4),1);display:block;width:72.9975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:1.24951171875rem;left:0rem;height:11.254875rem;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; }
#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:45.1875rem;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/f42c02db-2bff-4b09-86ae-fe6c07fbdd16/c1.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(var(--color-tertiary-4),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(var(--color-primary-2),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(var(--color-tertiary-4),0.5) ;height:13.625rem;width:19.75rem;top:0.625rem;left:27.125rem;display:block; }
#m6OTNZq2Z0aPZ1QJFeuJAm5iiDuCapB7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:10.06201171875rem;left:32.71728515625rem;height:2.15698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y6daPO8XbbhBcPFtELqwhQExcgkN7Cxu { color:rgba(var(--color-tertiary-4),1);display:block;width:9.687rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.50146484375rem;left:32.1533203125rem;height:5.93139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNpmTRGe2beXhw4KUsXC623qZM9DaeQC { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8a7d1bcb-51f5-41f6-9968-bbcd71820c4c/pizzakalafior.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(var(--color-tertiary-4),0.5) ;height:13.5615rem;width:19.749rem;top:0.685546875rem;left:52.74755859375rem;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/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: 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/356b05f2-12bb-4e98-8663-24d9294e6906/Promocja7.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(var(--color-tertiary-4),0.5) ;height:27.624rem;width:19.749rem;top:14.625rem;left:27.12451171875rem;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/1559b532-2268-4431-9a95-15ded6ffac9e/92.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(var(--color-tertiary-4),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; }
#A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83320ad3-8bd7-4c63-86ac-605a990cc37d/krewetkizwarzywnymmakaronem.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(var(--color-tertiary-4),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; }
#rI5KhMbUzut2L6acFD62gusDltlihtvM { position:absolute;display:block;z-index:15011;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(var(--color-tertiary-4),0.5) ;height:13.5615rem;width:19.749rem;top:28.59228515625rem;left:52.74755859375rem;display:block; }#rI5KhMbUzut2L6acFD62gusDltlihtvM.adaptive-delivery-prevent-bg, #rI5KhMbUzut2L6acFD62gusDltlihtvM.lazyload, #rI5KhMbUzut2L6acFD62gusDltlihtvM.lazyloading { background-image: none; }
#GoB2ZXwexE9XzpWB651xHwqBTRxCyZy4 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:3.12744140625rem;left:32.71728515625rem;height:2.15698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kVfGJ1WL85nMEelynZpKsECXclipxV3O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#434141;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; }#kVfGJ1WL85nMEelynZpKsECXclipxV3O > .row .container { background-color: transparent; background-image: none; }#kVfGJ1WL85nMEelynZpKsECXclipxV3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVfGJ1WL85nMEelynZpKsECXclipxV3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVfGJ1WL85nMEelynZpKsECXclipxV3O > .row .container > .video-iframe-container { display: none; }#kVfGJ1WL85nMEelynZpKsECXclipxV3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVfGJ1WL85nMEelynZpKsECXclipxV3O > .row > .video-iframe-container { display: none; }#kVfGJ1WL85nMEelynZpKsECXclipxV3O > .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); }#kVfGJ1WL85nMEelynZpKsECXclipxV3O > .row .container { border-width: 0; border-radius: 0; }#kVfGJ1WL85nMEelynZpKsECXclipxV3O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVfGJ1WL85nMEelynZpKsECXclipxV3O > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#xLzeZndvoOAyoryoe2sNkP7tZUSZtTkH { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:3.6875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:1.14990234375rem;left:0rem;height:9.5874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK { position:relative;display:block; }#liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK { background-color: transparent; background-image: none; }#liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK > .row .container > .video-iframe-container { display: none; }#liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK > .row > .video-iframe-container { display: none; }#liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK > .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); }#liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK { border-width: 0; border-radius: 0; }#liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QToWiQH5yPMWngvcBIstqrhmynWpH0Mk { color:#282828;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:1.749267578125rem;left:0rem;height:4.72168125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aWvP7RvBacpEVGQWEFtqz8ieTJTyhdNX { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top: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:8.0615rem;width:8.0615rem;top:6.468505859375rem;left:3.3740234375rem;overflow:hidden;display:block; }
#aKNUyTyedMIF7GTgHeeXFX17mpW83gAJ { color:#ff845e;display:block;width:52.5600625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:10.3125rem;left:10.125rem;height:3.999025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x6abp9a91rxF1mKtPi97Z6ynEf5sQT71 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:2;letter-spacing:0;top:14.2626953125rem;left:23.311767578125rem;height:2.250975rem;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; }
#AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB { position:relative;display:block; }#AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB { background-color: transparent; background-image: none; }#AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB > .row .container > .video-iframe-container { display: none; }#AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB > .row > .video-iframe-container { display: none; }#AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB > .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); }#AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB { border-width: 0; border-radius: 0; }#AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hpsz6oUv88X6wXZTsw5TEKMxOJOfTnJB { z-index:15029;top:0rem;left:4.40625rem;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(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.6875rem;height:4.374025rem;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; }
#VioVSMObfoJWA2ngGD7BPd2NU1TzRvJf { z-index:15030;top:0rem;left:41.560546875rem;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(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.3745rem;height:4.2495125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZK52tKVV2csZKdPRQ9xlTLcD2yIGshmB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3h6NASDbgW1Xwh8mq24rCKI5EZBvU5B { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:6.029296875rem;left:0rem;height:9.0039rem;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; }
#hlXbJ9axAlB1fKSJMpN58alK2TFOZSAq { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:2;letter-spacing:0;top:6.123046875rem;left:37.3125rem;height:9.0039rem;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; }
#qn1HhusNnXzDWTJGatiTLRHuxccrvr8n { color:#282828;display:block;width:12.124rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:14.60205078125rem;left:50.467529296875rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ { 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; }#i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ > .row .container { background-color: transparent; background-image: none; }#i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ > .row .container > .video-iframe-container { display: none; }#i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ > .row > .video-iframe-container { display: none; }#i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ > .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); }#i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ > .row .container { border-width: 0; border-radius: 0; }#i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#ZNndpToTX4akvT3EEcgrWxPPFdVEcWMb { 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:19.43725rem;width:40.249rem;top:5.499267578125rem;left:0rem;overflow:hidden;display:block; }
#AG9AVP8qJcClfwOuK6zArUgo63wAQ2BR { 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:9.25rem;width:24.8125rem;top:5.5rem;left:44.125rem;overflow:hidden;display:block; }
#dxyDpEgEJQI89FgKm400fK1iH8lPWVlR { 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:9.125rem;width:24.5625rem;top:16.3125rem;left:44.125rem;overflow:hidden;display:block; }
#OFe44npsTBe0vALBf5X46QaETSreGVSL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12378125rem;width:3.12378125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:13.65478515625rem;left:41.0791015625rem; }
#F6KsZG9EShHqxeEUssGCTgI5T7gb2sdD { color:#282828;display:block;width:12.124rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:14.60205078125rem;left:50.467529296875rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2MAh1LyiTMVtVe4Ow8IyfEdLPitM3P9 { color:#282828;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:1.81201171875rem;left:0rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tFAmTPchabaxiG4gLEfJxEqgkVaKpUa8 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:27.4365234375rem;left:0rem;height:12.6037625rem;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; }
#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:4.375rem;width:75rem;position:relative;display:block; }#ah543MP5BqciylWew9Kr3baTQELTMhTR { color:rgba(var(--color-tertiary-4),1);display:block;width:11.808125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:1.4375rem;left:15.375rem;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:1.25rem;left:27.1875rem;overflow:hidden;display:block; }
#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:45rem;width:75rem;position:relative;display:block; }#a23a2fa87360f0f77f834133e2fb632a { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.083984375rem;left:5.0595703125rem;height:1.625rem;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:#434141;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:0.9375rem;color:rgba(var(--color-primary-0),1);font-family:var(--paragraphs-font-family);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:0.9375rem;color:#ffffff;font-family:var(--paragraphs-font-family);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_215531deaefa5a7b9f78bb183585d92955d91d04.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:1.92041015625rem;left:3.40576171875rem;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 #ZNtfc9mlqGORyQ1sVZUtTSgxJzOdF972 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #LcczGvVfTigD3wIw1iAleJF2g9XQEMIh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #vPGKzmfTR3HIN1evAAhTI6BGPZSmTJ3e { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #K5nWlJcxTzmpgENOh0iZEHSugAvhog96 {  }
#db3e104813d8ebc1ea519cb4d4693af4 #VEtPfCR0TSBovysOTA5KKMqkxnE5u0By {  }
#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 { display:none; }
#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 #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:rgba(var(--color-tertiary-0),1);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 #ktDdf8WCV8D9pciyeXrMJ1dGROFl7wwm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #vK9zn36o8In3ktRQBkpK5EgfSKAVdtbO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #mkGJ8Zd7pFgpkRpt7zM9rrbiP04hohoc { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #t0tQ8TxxV5IrIBrBCIgx1nX5KeKGFXa8 {  }
#b1a78e42f295612bd245a4df1b8cf820 #EwIhr1zbWRDFbipvTGCoDf9JddQncRn6 {  }
#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 { display:none; }
#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 #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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:43.5rem;width:75rem;position:relative;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; }
#oBAkDTW3b8MyQaLWKmyCZSAa7hHZUElc { color:rgba(var(--color-tertiary-4),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:0.93603515625rem;left:22.37255859375rem;height:40.51755625rem;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; }
#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#434141;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:rgba(var(--color-tertiary-0),1);display:block;width:15.4995rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.640625rem;left:55.9365234375rem;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) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { top:35rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDBRKbhJ88PrORPWSduISEluTvCtlUxC { width:31.375rem;height:5.8125rem;top:27rem;left:8.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPxavkuqOK2Zk0CgpkCmNztzDgpldobB { display:block; }
 }@media only screen and (max-width: 763px) { #d2FcC8XTAIhRL4SquRpsEOdnDxt6PHUw { width:47.75rem;height:3.4375rem;top:3.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVHciUbQ67J4vVCPDTxJfX99vA0w63ow { top:9.1875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS5T0t4W1aJ1LzRUlNBwM2DvFZPpnDda { top:22.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPlDQy8CMvI1Zq8alAUrr8RWqAgLv4T6 { top:18.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unK73hb4VoSvSeXfGZqWvGfPqIVF4Sl9 { top:13.3125rem;left:0rem;width:10rem;height:10rem;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:29.5625rem;left:0rem;width:37.25rem;height:22.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMOAl1VJxfUCeMr6dTaag6kV0tuVpdI { top:29.625rem;left:14rem;width:33.75rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaZf3OZ8Kdlfc0NZIAJD606S0JtOaFZM { top:1.8125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAd3i81IM5HgIELurIz559DpwtNFCWJ { top:6.5625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSLLNTgINUtaBbrkIIVo8kDrtNi3oiQR { top:10.75rem;left:25.1875rem;width:18.875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZuBs1Q3vGEOW0E9Jy0DSRDZNveApReL { top:19.875rem;left:27rem;width:20.75rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aya6x2CQOhlNqUcC4PFmaodcnaNghLOk { top:18.125rem;left:37.6240234375rem;width:8.125rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDZsQsumt6SLPvWsnXwKTbxRNwoeBzea { top:10.6875rem;left:0rem;width:32.5625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG { display:block; }#wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZVOlMQXvfL0PdxWJUw5BG8OT2cyhZTJ { width:47.75rem;height:2.25rem;top:1.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emp2AmMPI75LdGOb97p37TetimPFU316 { width:6.5625rem;height:6.5625rem;top:8.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOST1rM4l4VMGcTxzA4tJypNNDV72J7D { width:7.5625rem;height:7.5625rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFq3JKx5xRgkA5MHdzkvnhb44J3b2Xiv { width:15.6875rem;height:3.1875rem;top:17.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNGUGMUiuDhyqpOnzuCox6r5k1lPITRx { width:3.1875rem;height:0;top:22.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8JIUioJGbwlFfyTQiMsA0l2nTc2X60U { width:16.875rem;height:1.5625rem;top:23.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAQVR7U7me8cTGuIBF5fxcpPUaqh3zdK { width:15.6875rem;height:3.1875rem;top:17.0625rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kixNDoeT88r0SbToirFDB1AnmywQ7oDN { width:16.875rem;height:1.5625rem;top:23.0625rem;left:15.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k09f0PlOmJNOBkhcXSpNdQHNWxeqXu6q { width:3.1875rem;height:0;top:22.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTUXbxealpZh1LWvDNPv17IDZUmf889G { width:7.8125rem;height:7.8125rem;top:7.9375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQnpteTc1xIlAcGxGTQiZ3eblLaryasK { width:6.875rem;height:6.875rem;top:8.4375rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX8AB1bTBbBMEtbsppncE9xENhXekesm { width:16.875rem;height:1.5625rem;top:23.0625rem;left:30.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyqai8b8q9edTh4s9kK8b7PpxoOgL7f4 { width:15.6875rem;height:3.1875rem;top:17.0625rem;left:32.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG0LfkMfAudn6TeDJckd5p5OSfvL1Uwi { width:3.1875rem;height:0;top:22.25rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUuP0qF1THTMFlgmNdmDzVO9McqRT6dP { width:8rem;height:8rem;top:7.8125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkZ0O5N4BZQsCxxFx16sCGZ1T8hgAtqT { width:7rem;height:7rem;top:8.3125rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ1iO4LfX9fNCdmdLKlK0cenOG3LX5V9 { width:47.75rem;height:2.1875rem;top:28.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOAP8q9DMDtJ0iWApnJxgCFQUISx5mre { width:47.75rem;height:2.25rem;top:3.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xExWdWyOeTxoGJWuRTEsrcclzg8H5JH6 { top:24.625rem;left:16.891357421875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a44yatLSGBcpBQREaeDiW04CycqLXZvU { display:block; }#a44yatLSGBcpBQREaeDiW04CycqLXZvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1K3ii5l583rT9bTWltUH42CZupRKpCZ { top:1.3125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNToTmlSfIa8xk4EE0oOn6IMcCNFZMiG { top:8.25rem;left:0rem;width:8.625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orFurrbf82LZwcal5NXXtpda9lXwMCpJ { top:10rem;left:9.93701171875rem;width:3.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmplk04aT4btzxlNdPPoorg6x8LPFEse { top:8.25rem;left:21.4990234375rem;width:8.625rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZaiBoAgUz5iIWW493EoXdCD7Xlstub5 { top:8.25rem;left:39.125rem;width:8.625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT3019DJ8xS5ZLTw1DUGBxamAHtncXR6 { top:10rem;left:32.3125rem;width:3.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWZniMbL5cvoRshbuZX8MaN1ffpTQfJE { top:8.4375rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXaN18E364U6xUgUKnrQgZBkPppyNodI { top:8.6875rem;left:16.125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtLtFsZezXeSbMxbwVfk8GzzQkFG1LEg { top:8.4375rem;left:38.25rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvrNdzcuW2f3An06guvaPpgC1C3RXzvL { top:17.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD0DAyA8ofzDbzmuW7rZSb0nA9maBPVV { top:14.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD { display:block; }#XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoKmlqGddEVdCkDptz33nADX4T3XAo0n { width:27.75rem;height:4.3125rem;top:14.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #My5JGWi3AlDBOsaBl2CUTf9aNrmWCoHx { display:block; }
 }@media only screen and (max-width: 763px) { #dkNLT6BeTR8JwdgQ9DoMykwGadXaKtna { top:1.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlQoQLgmStItcfTLz5tx92f5NO7HJFJE { top:4.8125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdRahMuIpoXy8OZLbE7WyeVpH1Ccqz65 { top:8.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW3F2khHQAPbNhauMk9RtTUlWORGcGxK { display:block; }#FW3F2khHQAPbNhauMk9RtTUlWORGcGxK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXPOoenTMayJ0TRwtziRilCx5fs58Lbk { top:0.6875rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT { display:block; }#shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEGSBICfhoe4pk870EaHAC0om5lNTPDy { top:1.5625rem;left:0rem;width:47.75rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSayfaWeAozevvcD8zikJvHgU5umCbxX { display:block; }#VSayfaWeAozevvcD8zikJvHgU5umCbxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAzxnNOEHp3s43mzEFx3JwBNH3i3WkSR { top:1.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw { display:block; }#yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9u9uJ0EBBhKEwiQcChVPTEDwwLabTu4 { top:13.625rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiSKLeaF07sypcAKvhgWuuS19XBVvwMo { top:1.1875rem;left:0rem;width:47.75rem;height:11.25rem;font-size:0.875rem;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.6875rem;height:13.5625rem;top:0.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6OTNZq2Z0aPZ1QJFeuJAm5iiDuCapB7 { width:8.5rem;height:2.125rem;top:10rem;left:19.02978515625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6daPO8XbbhBcPFtELqwhQExcgkN7Cxu { width:9.625rem;height:5.875rem;top:4.5rem;left:18.4658203125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNpmTRGe2beXhw4KUsXC623qZM9DaeQC { top:0.625rem;left:27.875rem;width:19.6875rem;height:13.5rem;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.625rem;left:12.0625rem;width:19.6875rem;height:27.5625rem;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) { #A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC { top:14.625rem;left:27.875rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI5KhMbUzut2L6acFD62gusDltlihtvM { top:28.5625rem;left:27.9375rem;width:19.6875rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoB2ZXwexE9XzpWB651xHwqBTRxCyZy4 { width:8.5rem;height:2.125rem;top:3.125rem;left:19.02978515625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVfGJ1WL85nMEelynZpKsECXclipxV3O { display:block; }#kVfGJ1WL85nMEelynZpKsECXclipxV3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLzeZndvoOAyoryoe2sNkP7tZUSZtTkH { width:47.75rem;height:9.5625rem;top:1.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK { display:block; }#liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QToWiQH5yPMWngvcBIstqrhmynWpH0Mk { width:47.75rem;height:4.6875rem;top:1.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWvP7RvBacpEVGQWEFtqz8ieTJTyhdNX { top:6.4375rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNUyTyedMIF7GTgHeeXFX17mpW83gAJ { top:10.3125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6abp9a91rxF1mKtPi97Z6ynEf5sQT71 { top:14.25rem;left:9.686767578125rem;width:37.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB { display:block; }#AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hpsz6oUv88X6wXZTsw5TEKMxOJOfTnJB { top:0rem;left:0rem;width:28.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv9VFoD8MuU2Lfmp0XWLbXLskW6qzN4M { display:block; }
 }@media only screen and (max-width: 763px) { #VioVSMObfoJWA2ngGD7BPd2NU1TzRvJf { top:0rem;left:18.375rem;width:29.3125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK52tKVV2csZKdPRQ9xlTLcD2yIGshmB { display:block; }
 }@media only screen and (max-width: 763px) { #T3h6NASDbgW1Xwh8mq24rCKI5EZBvU5B { top:6rem;left:0rem;width:37.625rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlXbJ9axAlB1fKSJMpN58alK2TFOZSAq { top:6.0625rem;left:0rem;width:37.625rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn1HhusNnXzDWTJGatiTLRHuxccrvr8n { width:12.0625rem;height:1.5rem;top:14.5625rem;left:35.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ { display:block; }#i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNndpToTX4akvT3EEcgrWxPPFdVEcWMb { width:40.1875rem;height:19.407550109941rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG9AVP8qJcClfwOuK6zArUgo63wAQ2BR { width:24.8125rem;height:9.25rem;top:5.5rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxyDpEgEJQI89FgKm400fK1iH8lPWVlR { width:24.75rem;height:9.1875rem;top:16.3125rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFe44npsTBe0vALBf5X46QaETSreGVSL { top:13.625rem;left:27.4541015625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6KsZG9EShHqxeEUssGCTgI5T7gb2sdD { width:12.0625rem;height:1.5rem;top:14.5625rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2MAh1LyiTMVtVe4Ow8IyfEdLPitM3P9 { width:47.75rem;height:2.1875rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFAmTPchabaxiG4gLEfJxEqgkVaKpUa8 { top:27.375rem;left:0rem;width:37.6875rem;height:12.5625rem;font-size:0.875rem;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) { #ah543MP5BqciylWew9Kr3baTQELTMhTR { top:1.4375rem;left:1.75rem;width:11.75rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0zVTaNo3DTW9mnh1J04TAeItPBpd0zp { top:1.25rem;left:13.5625rem;width:29.0625rem;height:1.9953886966935rem;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.0625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;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 #ZNtfc9mlqGORyQ1sVZUtTSgxJzOdF972 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #LcczGvVfTigD3wIw1iAleJF2g9XQEMIh {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #vPGKzmfTR3HIN1evAAhTI6BGPZSmTJ3e {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #K5nWlJcxTzmpgENOh0iZEHSugAvhog96 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #VEtPfCR0TSBovysOTA5KKMqkxnE5u0By {  }
 }@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 #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 #ktDdf8WCV8D9pciyeXrMJ1dGROFl7wwm {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #vK9zn36o8In3ktRQBkpK5EgfSKAVdtbO {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #mkGJ8Zd7pFgpkRpt7zM9rrbiP04hohoc {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #t0tQ8TxxV5IrIBrBCIgx1nX5KeKGFXa8 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #EwIhr1zbWRDFbipvTGCoDf9JddQncRn6 {  }
 }@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 #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) { #TkJTbfOqdSUBsm6SJbyH5AQKTaf8iV6F { top:2rem;left:0rem;width:18.0625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBAkDTW3b8MyQaLWKmyCZSAa7hHZUElc { top:0.875rem;left:0rem;width:47.75rem;height:40.5rem;font-size:0.875rem;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.625rem;left:32.25rem;width:15.4375rem;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) { #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:41.049072265625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { width:19.9975625rem;height:4.2004375rem;top:36.861572265625rem;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.1860625rem;height:5.1245125rem;top:30.185546875rem;left:0.90576171875rem;z-index:15011;font-size:1.25rem;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) { #d2FcC8XTAIhRL4SquRpsEOdnDxt6PHUw { width:20rem;height:7.5549375rem;top:0.8056640625rem;left:0.062744140625rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GVHciUbQ67J4vVCPDTxJfX99vA0w63ow { width:20rem;height:5.9472625rem;top:9.7314453125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PS5T0t4W1aJ1LzRUlNBwM2DvFZPpnDda { width:19.9975625rem;height:2.99805rem;top:26.121826171875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wPlDQy8CMvI1Zq8alAUrr8RWqAgLv4T6 { width:12.937rem;height:7.067875rem;top:17.554931640625rem;left:4.67041015625rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:montserrat;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #unK73hb4VoSvSeXfGZqWvGfPqIVF4Sl9 { width:5.81176875rem;height:5.81176875rem;top:16.23779296875rem;left:0.90576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { 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; }#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:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { width:19.3125rem;height:16.80173125rem;top:25.335693359375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JTMOAl1VJxfUCeMr6dTaag6kV0tuVpdI { width:19.9975625rem;height:4.2004375rem;top:58.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PaZf3OZ8Kdlfc0NZIAJD606S0JtOaFZM { width:19.812rem;height:8.9941375rem;top:0.684814453125rem;left:0.0927734375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bIAd3i81IM5HgIELurIz559DpwtNFCWJ { width:19.9980625rem;height:1.8005375rem;top:11.15478515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#d82a2a;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VSLLNTgINUtaBbrkIIVo8kDrtNi3oiQR { width:17.125rem;height:6.625rem;top:44.125rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WZuBs1Q3vGEOW0E9Jy0DSRDZNveApReL { width:18rem;height:6.0625rem;top:52.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aya6x2CQOhlNqUcC4PFmaodcnaNghLOk { width:8.1225625rem;height:3.75rem;top:50.75rem;left:5.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nDZsQsumt6SLPvWsnXwKTbxRNwoeBzea { width:19.9375rem;height:9.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG { display:block; }#wxkUCM4pZQAEo1ggrQ8C5kfZFrmHmbQG > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZVOlMQXvfL0PdxWJUw5BG8OT2cyhZTJ { width:19.9995rem;height:3.0859375rem;top:1.248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emp2AmMPI75LdGOb97p37TetimPFU316 { width:5.9370125rem;height:5.9370125rem;top:10.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOST1rM4l4VMGcTxzA4tJypNNDV72J7D { width:6.687rem;height:6.687rem;top:9.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFq3JKx5xRgkA5MHdzkvnhb44J3b2Xiv { width:15.75rem;height:2.80029375rem;top:16.75rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNGUGMUiuDhyqpOnzuCox6r5k1lPITRx { width:3.2495125rem;height:0.062255875rem;top:19.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8JIUioJGbwlFfyTQiMsA0l2nTc2X60U { width:16.875rem;height:1.40014375rem;top:20rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAQVR7U7me8cTGuIBF5fxcpPUaqh3zdK { width:15.75rem;height:2.80029375rem;top:29.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kixNDoeT88r0SbToirFDB1AnmywQ7oDN { width:16.875rem;height:1.40014375rem;top:33.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k09f0PlOmJNOBkhcXSpNdQHNWxeqXu6q { width:3.2495125rem;height:0.062255875rem;top:32.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTUXbxealpZh1LWvDNPv17IDZUmf889G { width:6.061525rem;height:6.061525rem;top:22.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQnpteTc1xIlAcGxGTQiZ3eblLaryasK { width:5.686525rem;height:5.686525rem;top:23rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX8AB1bTBbBMEtbsppncE9xENhXekesm { width:16.875rem;height:1.40014375rem;top:45.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyqai8b8q9edTh4s9kK8b7PpxoOgL7f4 { width:15.75rem;height:2.80029375rem;top:43.0625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG0LfkMfAudn6TeDJckd5p5OSfvL1Uwi { width:3.2495125rem;height:0.062255875rem;top:45.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUuP0qF1THTMFlgmNdmDzVO9McqRT6dP { width:6.75rem;height:6.75rem;top:35.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkZ0O5N4BZQsCxxFx16sCGZ1T8hgAtqT { width:6rem;height:6rem;top:35.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ1iO4LfX9fNCdmdLKlK0cenOG3LX5V9 { width:15.125rem;height:1.62475625rem;top:51.1875rem;left:4.875rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOAP8q9DMDtJ0iWApnJxgCFQUISx5mre { width:19.9975625rem;height:3.2495125rem;top:5.07568359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xExWdWyOeTxoGJWuRTEsrcclzg8H5JH6 { display:flex;width:2.93579375rem;height:2.93579375rem;top:47.33642578125rem;left:10.1708984375rem; }
 }@media only screen and (max-width: 763px) { #a44yatLSGBcpBQREaeDiW04CycqLXZvU { display:block; }#a44yatLSGBcpBQREaeDiW04CycqLXZvU > .row .container { width:20rem;height:29.815673828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1K3ii5l583rT9bTWltUH42CZupRKpCZ { width:19.99875rem;height:2.06176875rem;top:1.8115234375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNToTmlSfIa8xk4EE0oOn6IMcCNFZMiG { width:13.374rem;height:2.6245125rem;top:6.06201171875rem;left:6.6259765625rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #orFurrbf82LZwcal5NXXtpda9lXwMCpJ { width:1.5rem;height:1.5rem;top:6.625rem;left:2.625rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #pmplk04aT4btzxlNdPPoorg6x8LPFEse { width:11.74925rem;height:2.6245125rem;top:11.405029296875rem;left:6.8408203125rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wZaiBoAgUz5iIWW493EoXdCD7Xlstub5 { width:12.24975rem;height:2.6245125rem;top:16.53076171875rem;left:7.186279296875rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IT3019DJ8xS5ZLTw1DUGBxamAHtncXR6 { width:0.499511875rem;height:0.5625rem;top:6.125rem;left:3.125rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sWZniMbL5cvoRshbuZX8MaN1ffpTQfJE { display:flex;width:3.811525rem;height:3.811525rem;top:5.4375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #rXaN18E364U6xUgUKnrQgZBkPppyNodI { display:flex;width:3.811525rem;height:3.811525rem;top:10.8125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #VtLtFsZezXeSbMxbwVfk8GzzQkFG1LEg { display:flex;width:3.811525rem;height:3.811525rem;top:15.9375rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #zvrNdzcuW2f3An06guvaPpgC1C3RXzvL { width:19.9975625rem;height:3.75rem;top:26.065673828125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD0DAyA8ofzDbzmuW7rZSb0nA9maBPVV { width:19.9975625rem;height:3.1860375rem;top:21.8212890625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD { display:block; }#XoXxbDnKieCSid3JZT40sxV3Eo9J3yfD > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoKmlqGddEVdCkDptz33nADX4T3XAo0n { width:17.5610625rem;height:4.311525rem;top:14.930419921875rem;left:1.21826171875rem;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) { #My5JGWi3AlDBOsaBl2CUTf9aNrmWCoHx { display:block; }
 }@media only screen and (max-width: 763px) { #dkNLT6BeTR8JwdgQ9DoMykwGadXaKtna { width:19.99875rem;height:1.31225625rem;top:1.8115234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TlQoQLgmStItcfTLz5tx92f5NO7HJFJE { width:18.1860625rem;height:1.78100625rem;top:4.932861328125rem;left:0.90576171875rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#087c0d;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fdRahMuIpoXy8OZLbE7WyeVpH1Ccqz65 { width:19.9975625rem;height:3.93676875rem;top:8.812255859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FW3F2khHQAPbNhauMk9RtTUlWORGcGxK { display:block; }#FW3F2khHQAPbNhauMk9RtTUlWORGcGxK > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXPOoenTMayJ0TRwtziRilCx5fs58Lbk { width:19.9975625rem;height:3.1860375rem;top:0.780029296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT { display:block; }#shMf7TOkENEl1PUVTVSBEWaaZHDlS8TT > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEGSBICfhoe4pk870EaHAC0om5lNTPDy { width:19.9995rem;height:14.0014625rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VSayfaWeAozevvcD8zikJvHgU5umCbxX { display:block; }#VSayfaWeAozevvcD8zikJvHgU5umCbxX > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAzxnNOEHp3s43mzEFx3JwBNH3i3WkSR { width:19.9980625rem;height:2.99805rem;top:0.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw { display:block; }#yaEWeeVVhv2P01eTp55TSaf9N1sA3Zfw > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9u9uJ0EBBhKEwiQcChVPTEDwwLabTu4 { width:19.9975625rem;height:5.5957rem;top:0.5615234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JiSKLeaF07sypcAKvhgWuuS19XBVvwMo { width:19.9975625rem;height:12.60131875rem;top:6.87255859375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #c7SClEnrwxXUrVnyMybTloLwZtUD1eAP { display:block; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9pCzaI6r5QScD4V7oG0KsPiyIUWF8np { width:9.4365rem;height:6.4365rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDoRVXaT1CWRTU4wSi8wI3WoRB4teUXB { width:19.75rem;height:5.6875rem;top:0.687255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6OTNZq2Z0aPZ1QJFeuJAm5iiDuCapB7 { width:7.8125rem;height:1.48681875rem;top:2.962646484375rem;left:12.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y6daPO8XbbhBcPFtELqwhQExcgkN7Cxu { width:9.68625rem;height:3.90014375rem;top:1.71875rem;left:4.671630859375rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNpmTRGe2beXhw4KUsXC623qZM9DaeQC { width:9.5625rem;height:6.5rem;top:6.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2TT5N3TS0dxz1nBOVE1VBMkkFZKzD7O { width:9.4995rem;height:6.4995rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQIw1VctitZtgLKtymcXIBddWwhszXDA { width:19.749rem;height:27.624rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqlQuiuJVtAubQK1Tppml6cZO0bNXmdm { width:9.625rem;height:6.5rem;top:14rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC { width:9.625rem;height:6.5625rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI5KhMbUzut2L6acFD62gusDltlihtvM { width:9.8125rem;height:6.5625rem;top:49.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoB2ZXwexE9XzpWB651xHwqBTRxCyZy4 { width:8.4973125rem;height:1.48681875rem;top:2.9638671875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kVfGJ1WL85nMEelynZpKsECXclipxV3O { display:block; }#kVfGJ1WL85nMEelynZpKsECXclipxV3O > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLzeZndvoOAyoryoe2sNkP7tZUSZtTkH { width:19.9980625rem;height:3.898925rem;top:0.6240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK { display:block; }#liW0U6vlnEUPK4P4n34p9eWVqq6bWZCK > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QToWiQH5yPMWngvcBIstqrhmynWpH0Mk { width:19.9375rem;height:3.93676875rem;top:0.99853515625rem;left:0.123779296875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aWvP7RvBacpEVGQWEFtqz8ieTJTyhdNX { width:5.561525rem;height:5.561525rem;top:4.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #aKNUyTyedMIF7GTgHeeXFX17mpW83gAJ { width:14.8108125rem;height:7.3095625rem;top:7.625rem;left:4.25rem;font-size:1.875rem;text-align:center;text-align-last:center;font-family:montserrat;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x6abp9a91rxF1mKtPi97Z6ynEf5sQT71 { width:13.9355625rem;height:2.80029375rem;top:15.44677734375rem;left:6.063232421875rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#000000;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB { display:block; }#AhZ0IDWOtNg8RtPZwiO3TQQx8kPfibSB > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hpsz6oUv88X6wXZTsw5TEKMxOJOfTnJB { top:0rem;left:0.75rem;width:18.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv9VFoD8MuU2Lfmp0XWLbXLskW6qzN4M { display:block; }
 }@media only screen and (max-width: 763px) { #VioVSMObfoJWA2ngGD7BPd2NU1TzRvJf { top:14.6875rem;left:0.5rem;width:18.999rem;height:3.8745125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK52tKVV2csZKdPRQ9xlTLcD2yIGshmB { display:block; }
 }@media only screen and (max-width: 763px) { #T3h6NASDbgW1Xwh8mq24rCKI5EZBvU5B { width:19.9975625rem;height:7.000725rem;top:4.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hlXbJ9axAlB1fKSJMpN58alK2TFOZSAq { width:19.9975625rem;height:7.000725rem;top:19.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qn1HhusNnXzDWTJGatiTLRHuxccrvr8n { width:12.058125rem;height:1.2182625rem;top:12.29736328125rem;left:3.9697265625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ { display:block; }#i7O3Vtz6I6DNJkdi7xNZvitwZ0BA3kbJ > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNndpToTX4akvT3EEcgrWxPPFdVEcWMb { width:20rem;height:9.6875rem;top:3.609619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG9AVP8qJcClfwOuK6zArUgo63wAQ2BR { width:18.375rem;height:6.8125rem;top:17.0625rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dxyDpEgEJQI89FgKm400fK1iH8lPWVlR { width:17.99925rem;height:6.5625rem;top:26.5rem;left:1rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OFe44npsTBe0vALBf5X46QaETSreGVSL { display:flex;width:1.74805rem;height:1.74805rem;top:14.498291015625rem;left:9.124755859375rem; }
 }@media only screen and (max-width: 763px) { #F6KsZG9EShHqxeEUssGCTgI5T7gb2sdD { width:12.058125rem;height:1.2182625rem;top:24.5625rem;left:4rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2MAh1LyiTMVtVe4Ow8IyfEdLPitM3P9 { width:19.9980625rem;height:2.59765625rem;top:0.685546875rem;left:0.00146484375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFAmTPchabaxiG4gLEfJxEqgkVaKpUa8 { width:19.9975625rem;height:11.20115625rem;top:33.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP { display:block; }#GX8i78W1xovBkd7Ie4lPxOX5G87TfSkP > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ah543MP5BqciylWew9Kr3baTQELTMhTR { width:11.746125rem;height:1.19970625rem;top:0.5625rem;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:2.4375rem;left:0rem;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:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a23a2fa87360f0f77f834133e2fb632a { width:19.9980625rem;height:1.4624rem;top:1.10009765625rem;left:0rem;font-size:1.125rem;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 #ZNtfc9mlqGORyQ1sVZUtTSgxJzOdF972 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #LcczGvVfTigD3wIw1iAleJF2g9XQEMIh {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #vPGKzmfTR3HIN1evAAhTI6BGPZSmTJ3e {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #K5nWlJcxTzmpgENOh0iZEHSugAvhog96 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #VEtPfCR0TSBovysOTA5KKMqkxnE5u0By {  }
 }@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 #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:#434141;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:0.875rem;height:auto;color:#ffffff;font-family:montserrat;line-height:1.4;overflow:hidden;font-weight:400;font-style:normal; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-desc-text { font-size:0.875rem;height:auto;color:#ffffff;font-family:montserrat;line-height:1.4;overflow:hidden; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_2fc9b8c580f8dd2e1538d2faab84259091e1f7e2.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 #ktDdf8WCV8D9pciyeXrMJ1dGROFl7wwm {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #vK9zn36o8In3ktRQBkpK5EgfSKAVdtbO {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #mkGJ8Zd7pFgpkRpt7zM9rrbiP04hohoc {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #t0tQ8TxxV5IrIBrBCIgx1nX5KeKGFXa8 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #EwIhr1zbWRDFbipvTGCoDf9JddQncRn6 {  }
 }@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 #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:50.625rem;position:relative;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) { #oBAkDTW3b8MyQaLWKmyCZSAa7hHZUElc { width:20rem;height:40.40401875rem;top:9.4970703125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { background-color:#434141;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; }
 }