.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:233,217,222;--color-primary-1:180,129,146;--color-primary-2:105,2,37;--color-primary-3:53,1,19;--color-primary-4:16,0,6;--color-secondary-0:224,235,230;--color-secondary-1:152,189,173;--color-secondary-2:48,122,90;--color-secondary-3:24,61,45;--color-secondary-4:7,18,14;--color-tertiary-0:255,255,255;--color-tertiary-1:252,251,250;--color-tertiary-2:244,240,237;--color-tertiary-3:122,120,119;--color-tertiary-4:24,24,24;--headlines-font-family:"Outfit Stangiel";--paragraphs-font-family:"Outfit Stangiel"; }@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-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga { background-color: transparent; background-image: none; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container > .video-iframe-container { display: none; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row > .video-iframe-container { display: none; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .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); }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga { border-width: 0; border-radius: 0; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .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; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.9375rem;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; }#gk7IA1UfE5ilcTPDa5734QEPvlN4NIZk { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.9375rem;left:24.9375rem;display:block; }
#i0GkeXgFcr1HxCqECThyTxTmMVdzLEdf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hK5iGGyAPd91IbaUFowQ2g9LrMdWvDVA { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:7.9375rem;left:29.1875rem;display:block; }
#HDrn5IbNLGJQvzKVd04hi6c5DoMuSLQ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hn1RFUq1NG12vIOa3NzOPkcpMegvdDWN { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.9375rem;left:33.5625rem;display:block; }
#VtKziT5Uq76BCBgnVqnHumVJBS1dSqPE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JApTT84R5ku1DCoCQRng85XXWTiKAZ0o { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:7.9375rem;left:38.0625rem;display:block; }
#yafz6xqUXs5pTRAvTHb35xuMpgMmbc7e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hixk9gqERaqkHfVaMddPoBusPxzywxZX { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.9375rem;left:42.8125rem;display:block; }
#kBnTA30VzhfaMZltJXsVZ1V5WCx20APa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuqSK2TIN5bx0mVkEXnk3HZWMdRavKW8 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:7.9375rem;left:47.75rem;display:none; }
#euJCB9CRbe0g4JfTyZ1V8Ir433n0RQ0W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J7eGh9fU67rTInr1waOMkJXTT42tyOmG { box-sizing:content-box;height:2.75rem;width:33.5625rem;position:absolute;display:block;z-index:14999;background-color:#eae4df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:23.9375rem;border-top-left-radius:0rem;border-top-right-radius:3.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem;display:block; }
#ew3EEFST6aIkKwCEIRiKcKfbXKeZMV3d { box-sizing:content-box;height:2.75rem;width:6.4375rem;position:absolute;display:block;z-index:15000;background-color:#30966e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:17.5625rem;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;display:block; }
#IWQQdPkAGW5NEGCxHb2ioBzzEKwRJuKB { color:rgba(var(--color-tertiary-2),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.3125rem;left:19.25rem;height:1.4624rem;font-style:normal;display:block; }
#esNlvWGKlOZqNSG6UFuT2AZ4TJwkkgEC { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:7.9375rem;left:47.625rem;display:block; }
#bJqfoiOUNNFr4vcW4CJn6UEla1Nvg05e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IXatoarh2uRIcSk9Wwi2yTyw25Vqu7rw { position:absolute;display:block;z-index:15003;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:3.5625rem;width:14.3125rem;top:2.6875rem;left:29.71875rem;overflow:hidden;display:none; }
#ytMT8K8KdOza9rVfIzFRgWfIyr1k7BKM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e02230c3-525f-46dd-b456-8bc4e7eec893/back.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.4375rem;left:0rem;display:none; }#ytMT8K8KdOza9rVfIzFRgWfIyr1k7BKM.adaptive-delivery-prevent-bg, #ytMT8K8KdOza9rVfIzFRgWfIyr1k7BKM.lazyload, #ytMT8K8KdOza9rVfIzFRgWfIyr1k7BKM.lazyloading { background-image: none; }
#eV66CmgsIQP9PZUTHs548GLJF7uZSCLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lfWdIZcdMcnHeUX7e6R375MSsz1q5nLe { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:2.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:7.96875rem;left:0rem;display:block; }
#PiTTGyw1HlhouSIJ6sH4GGVsIyS9f7db { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZBQW3fbis74OPSsIev8zXMpOCQ5WmSf9 { position:absolute;display:block;z-index:15008;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:1.9375rem;width:4.3125rem;top:8.1875rem;left:0rem;overflow:hidden;display:block; }
#tJiTkNW9n7Xu71TvH0f35H4Q66s48pqG { position:relative;z-index:auto;display:block; } #e23529159d5234e369acbe321271bf53.widget-smartsection *:focus-visible, #e23529159d5234e369acbe321271bf53.widget-smartsection input[type="text"]:focus-visible, #e23529159d5234e369acbe321271bf53.widget-smartsection input[type="email"]:focus-visible, #e23529159d5234e369acbe321271bf53.widget-smartsection input[type="tel"]:focus-visible, #e23529159d5234e369acbe321271bf53.widget-smartsection textarea:focus-visible { outline: none; } #tJiTkNW9n7Xu71TvH0f35H4Q66s48pqG > .row .container { position:relative;display:block; }#xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA { position:relative;display:block; }#xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA { background-color: transparent; background-image: none; }#xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA > .row .container > .video-iframe-container { display: none; }#xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA > .row > .video-iframe-container { display: none; }#xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA > .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); }#xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA { border-width: 0; border-radius: 0; }#xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA > .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; }#xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#v9xmRCqI1Raf52IfaXC2XpbLxkfialx3 { box-sizing:content-box;height:13.875rem;width:39.9375rem;position:absolute;display:block;z-index:15001;background-color:#eae4df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:17.5625rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#C5DpTZ5uL7EEQROaxxKftpxmVQVqTi7H { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15002;background-color:#30966e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:17.5625rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ox3p4eGfWgNg2phI31ceA4DQ5nyAgBrX { color:rgba(var(--color-tertiary-2),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.125rem;left:35.6875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tEJnR5C5QBCCkbBC463DZwWhLSOacnFy { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:17.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#qAMumFfMLSxrKiKgeMmVDOM2F3Bm8Tp2 { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15005;background-color:#dfd8d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.75rem;left:17.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#tLUXPr0U2euf2OQ0UWWbKdFsD6OoRnQz { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.875rem;left:20.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOoWnH5MO2wKolmcFS13vfOrLLlV0I2h { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:12.8125rem;left:19.75rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#ky1l6LsTrtTEJtX53s2g1mdKsT3Ef8lC { color:rgba(var(--color-primary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:10.625rem;left:19.8125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#T18cxZrS2DOf1JHg31zggpd7EZN7rDCO { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:7.875rem;left:20.3125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#lgGdvqwqcSXoMAqw29T4TwmEtuX4u8bL { color:rgba(var(--color-tertiary-2),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:4.625rem;left:31.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bzz4JUURtxsr783ccktEJ5elEXvi9KWP { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:4.625rem;left:38.90625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n3Fy78XB01iMvLM82JyiBSZHTGWfy2OD { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:4.625rem;left:48.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0tVcUzkfxaD7gGw9nT6hPkJbt5MKZc8 { box-sizing:content-box;height:11.125rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:29.3125rem;display:block; }
#OAkZEaW6BL5kgDcoiliHRfhbfwR5q7oo { box-sizing:content-box;height:11.125rem;width:0.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:37.375rem;display:block; }
#EqPJeqxkISXJ5dgvO4IM92Nf7TULuXrN { box-sizing:content-box;height:11.125rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:47.125rem;display:block; }
#JkiiXIe6r9qkre3kWgP8UG60anarsoNe { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:7.75rem;left:30.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#QW1xQv1PQWAOSrH5A2rlHaF3ZVpoGTXe { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:10.5rem;left:30.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#KlbrGIAaCDgxkQ8nzh8uJTVhEP0I8bgZ { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:13.1875rem;left:30.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#OWTl8BVeaThuZ385NVviiDgvJt16ttlq { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:13.375rem;left:39.25rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#EWc0hVGUsxpttBbybtiGmbnvX3iN4u6o { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1;letter-spacing:0;top:10.6875rem;left:39.25rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#itLIdZrRVh27JUC191otRGEAldTMGOC6 { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:7.9375rem;left:39.25rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#kLUKWVzDK3av94uIfuFWeRZyNClmVbdq { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:13.375rem;left:49.1875rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#Tku0TRMq4OT1DBa1mvAEquGWoMV6TMHu { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:10.6875rem;left:49.1875rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#ys5RJUrz6ZM4UePavNwrWvCSfi53Of7l { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:7.9375rem;left:49.1875rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#JD7fES4nK3vgckPozu4qgSwIO15Bv2UQ { color:rgba(var(--color-primary-2),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.8515625rem;left:17.5625rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#LHXftQZPOTLr7FN55m2MC4qret5tWoNA { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.6875rem;left:33.75rem;display:block; }
#dWXhVPR3wWW3MLDT6zOiCpF38Dk7Cu9f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 { position:relative;display:block; }#shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 { background-color: transparent; background-image: none; }#shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 > .row .container > .video-iframe-container { display: none; }#shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 > .row > .video-iframe-container { display: none; }#shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 > .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); }#shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 { border-width: 0; border-radius: 0; }#shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 > .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; }#shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.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; }#fVMUVVttzTwx5fNli4QMvNQOr6Ly0OpX { box-sizing:content-box;height:13.875rem;width:39.9375rem;position:absolute;display:block;z-index:15030;background-color:#eae4df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:17.5625rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#T6GE2bMIsVTuZnMP9BIShVBgKHlOXTw1 { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15031;background-color:#c24342;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:17.5625rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#whkGoMkCzi0cA6nhQKlreHACKBW4Z3T7 { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:17.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#L75KGadZngqVgeMglaD0dhR6iQ0K4Lu6 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:4.75rem;left:50.6875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRWhsuCOGy6fbX50xqJ7t0wPPgkXZsx9 { box-sizing:content-box;height:11.125rem;width:0.125rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:50.125rem;display:block; }
#v2V1x7U2ukqOWQmgySfrV6O32nVaaKOq { box-sizing:content-box;height:11.125rem;width:0.125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.4375rem;left:42.8125rem;display:block; }
#ePzMTp3bVoykb9nOmSuTh6Xg8kyTvdsI { color:rgba(var(--color-tertiary-2),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:2.25rem;left:35.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VyZS2M36fgqW6ubvmgCfbXhNTxk8LTPO { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15034;background-color:#dfd8d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.875rem;left:17.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#zbbT0pXkCC83bwLp8oJdzuIkBEEFhz8Z { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:4.6875rem;left:35.625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RI3BXw512ny00nqyU1nXIDHHST2TQCzB { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1;letter-spacing:0;top:8.0625rem;left:36rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#TEnVEryHeKqdlK82mComnFaTNhh5Npwy { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1;letter-spacing:0;top:8.0625rem;left:50.9375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#fZpSqfa95JXamw7MVX7HVpMeaBGHviAN { color:rgba(var(--color-tertiary-2),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:4.6875rem;left:29.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6LbIohQOW96LC4bbWMEIXTK6dSEzCAZ { box-sizing:content-box;height:11.125rem;width:0.125rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:34.875rem;display:block; }
#q6OJ2apnG8Dv5AEqVzEz1aL0C4k0as38 { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1;letter-spacing:0;top:8rem;left:28.0625rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#Zgyks6Xxz2miBa2PLpAVnfcPQ1piTmD4 { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1;letter-spacing:0;top:10.75rem;left:28.0625rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#aSR0OT331qLNcNgiITDEtRGZamVpnGbw { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1;letter-spacing:0;top:10.8125rem;left:36rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#hhLDexditlZ62Uhop5GuHUriEkCL1FGM { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1;letter-spacing:0;top:10.8125rem;left:50.9375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#xRdRSZ9lb95XsdXqkTzAnOWawgypBSNa { box-sizing:content-box;height:11.125rem;width:0.125rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:27rem;display:block; }
#Zb1bTblCfZeQRbTuIxBQNMGKxQhK4zA1 { color:rgba(var(--color-primary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1;letter-spacing:0;top:10.75rem;left:18.5625rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#pa1CTDHZoay5voyVRSO2oGAOeiJ6IrLb { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1;letter-spacing:0;top:12.9375rem;left:18.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#O9ZUrkC3UiXdoDOixB1q2eWWLSvuNEmw { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1;letter-spacing:0;top:13.4375rem;left:28.0625rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#yrOXNPhELQzzxT0UWwFoEUT06otJ35HL { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1;letter-spacing:0;top:13.5rem;left:36rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#F7GBkqdqvdnfXvNnTd0UeikQZcqEowZ5 { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1;letter-spacing:0;top:13.5rem;left:50.9375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#nQo71k33Z7gVFAsWVx3f6dxC0kIZDVHl { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:5rem;left:18.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8PBUIcABTLom7q4lE0RhhVtUcUcshTc { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1;letter-spacing:0;top:8rem;left:19.0625rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#wqbKWBh95enGvNnLKJEGLoabhLSJJH1c { box-sizing:content-box;height:11.125rem;width:0.125rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:33.0625rem;display:none; }
#KzkG7GTX7meNMmZaU6d1MVWNLImNsTtS { color:rgba(var(--color-primary-2),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23rem;left:17.5625rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#FX5IT71vFZl9kEhhxpCewsmKKsLbzIC9 { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.25rem;left:17.5625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#wS7qadCZgk8x6ocRwRq6JPFBoyJNKdkK { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1;letter-spacing:0;top:13.5rem;left:43.6875rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#g8SgSTS24x8GTLH1EC7XPaTX0hXpEqSI { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1;letter-spacing:0;top:10.8125rem;left:43.6875rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#V64aTovsc7bCiwemD3xSNe4fMWmPfO9d { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1;letter-spacing:0;top:8.0625rem;left:43.6875rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#ERqAzIxnhw3rLceQ5b1KPFfsq76sQQ6T { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:4.75rem;left:43.3125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WRWAwn1SnIwFJ5QXDwPVXIAcCtbmnfIF { background-color:#c24342;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.875rem;left:33.75rem;display:block; }
#HN0tWDtIVtplWn2305Ei70LotUTSmX3q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D > .row .container { background-color: transparent; background-image: none; }#ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D > .row .container > .video-iframe-container { display: none; }#ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D > .row > .video-iframe-container { display: none; }#ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D > .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); }#ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D > .row .container { border-width: 0; border-radius: 0; }#ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#FxCfN0xF4q6PwTkTcMUPQXQZuUsTd2Ti { box-sizing:content-box;height:24.75rem;width:39.9375rem;position:absolute;display:block;z-index:15001;background-color:#eae4df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:17.5625rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#VSOgsKX8TLcXU38yodFPZMiBcKT9xpMo { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15002;background-color:#716664;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:17.5625rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ykgxbBtvHsz5sXggFPprHoRyOkoQhpoR { color:rgba(var(--color-tertiary-2),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.125rem;left:35.6875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLVU85zvCbT05pFTTL09CPJ1VqRW0QHf { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15003;background-color:#8d817b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:17.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#zWpvZwqzhydgJdTks42a3qvZ7hbXOmN0 { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15005;background-color:#dfd8d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.75rem;left:17.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#fbgwNCTeT6HyByTEA60EJQes9aq7BhzO { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.974609375rem;left:31.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HB71s3AxphPZpWTociTaquQUKHr5GDCw { color:rgba(var(--color-primary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:13.375rem;left:18.8125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#ql6J2mwBwIFPcgN4UEm95OVZHxxrHH4M { color:rgba(var(--color-primary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:10.625rem;left:18.75rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#vVbi9ZvoQEkGpUwwU921sT1GPxc2sbho { color:rgba(var(--color-primary-2),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:7.875rem;left:19rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#wKmfC32QTTUpX0plSg3XQuTiTn6nATf1 { color:rgba(var(--color-tertiary-2),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:5rem;left:52.1875rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTmvDr2984HgIzXe3oToeT9SHHrJF7G9 { box-sizing:content-box;height:24.75rem;width:0.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:51.125rem;display:block; }
#vNGb7lAfD1JXvtmwEpAuBgcnc2UIeicb { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:7.75rem;left:51.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#ToVaOS1O2BNDBDKhaPyo7IUcQDhTBA4t { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:10.5rem;left:51.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#NtWvgwJ0RPFWzHnL9PUFRSyHFqo7tnH9 { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:13.375rem;left:51.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#htTbdrrMziROL0Q1UTugBXqkge721yol { color:rgba(var(--color-primary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:16.125rem;left:18.8125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#cEulAX0lqHtMmTlCdUWFesJGgyNSeQSz { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15009;background-color:#dfd8d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.25rem;left:17.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#m7892O6w0EtmQl8is1rkOzynyry9QvCr { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:.8;letter-spacing:0;top:15.8125rem;left:51.375rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#xJlDzQ7AodeuEAE0cXLQuKVQaJT6td0i { color:rgba(var(--color-primary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:18.875rem;left:18.8125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#ibSpsOzWgiF3m6awbLLDxuWGTLT8mfHH { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:18.875rem;left:51.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#JJ2rRA3atEZ8hIupQIagQVNJVqve5dOS { color:rgba(var(--color-primary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:21.625rem;left:18.8125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#UkO1sqCLla91awAnDmV2KG0OFTA80xCe { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15015;background-color:#dfd8d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.75rem;left:17.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nCmwNSavNGDSnKHd7p4tBDSthMieEMB6 { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1;letter-spacing:0;top:21.625rem;left:51.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#siuU4E2uH3sCGvQS294s4CKWSdme1oAh { color:rgba(var(--color-primary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1;letter-spacing:0;top:24.375rem;left:18.8125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#t11MEHFiF4oPiPTHSTrvCgQR9vn1Kk1D { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:24.375rem;left:51.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#kE8lAE6dh0QXu8Of4ifK1Ik5JTwFmRPn { color:rgba(var(--color-primary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1;letter-spacing:0;top:27.125rem;left:18.8125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#wl3NsCbKZgTpZFdUVTLWMKDzrlrGtUhz { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15021;background-color:#dfd8d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:17.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#WkOiHdTklxz8UxKw2Pa8CN2MGtGifbct { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1;letter-spacing:0;top:27.125rem;left:51.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#CyBTWxlV0Me2nyga4b6SKQy5useEtFPH { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CyBTWxlV0Me2nyga4b6SKQy5useEtFPH > .row .container { background-color: transparent; background-image: none; }#CyBTWxlV0Me2nyga4b6SKQy5useEtFPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyBTWxlV0Me2nyga4b6SKQy5useEtFPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyBTWxlV0Me2nyga4b6SKQy5useEtFPH > .row .container > .video-iframe-container { display: none; }#CyBTWxlV0Me2nyga4b6SKQy5useEtFPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyBTWxlV0Me2nyga4b6SKQy5useEtFPH > .row > .video-iframe-container { display: none; }#CyBTWxlV0Me2nyga4b6SKQy5useEtFPH > .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); }#CyBTWxlV0Me2nyga4b6SKQy5useEtFPH > .row .container { border-width: 0; border-radius: 0; }#CyBTWxlV0Me2nyga4b6SKQy5useEtFPH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CyBTWxlV0Me2nyga4b6SKQy5useEtFPH > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#aHKD1K3Akw7gIMBRTt5kKlDbnTHVB32v { box-sizing:content-box;height:14.125rem;width:39.9375rem;position:absolute;display:block;z-index:15001;background-color:#eae4df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:17.5625rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#veBIK3JbAVqgtOodEiclTwknNSPwfTmT { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15002;background-color:#716664;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:17.5625rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#iElscr51WyeH2GU7ETfIruPJvXhk4EXy { color:rgba(var(--color-tertiary-2),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.125rem;left:35.6875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E5ExxR23fsaSRXhCCVQo2AiST0viq6my { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15003;background-color:#8d817b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:17.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#DxsLWTudzTyzdUWqiaIBvSkIMlvrTThl { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15005;background-color:#dfd8d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.75rem;left:17.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#R94ZqhcH8aqJJnxn926S5Z4uraS9ETnc { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.974609375rem;left:31.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZZT4FQO38asSTonAf0h5puGqy0mlcfqD { color:rgba(var(--color-primary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:13.375rem;left:18.8125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#vr7mPdmC9loFrLxh3EpKyyMqrTsJfzyr { color:rgba(var(--color-primary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:10.625rem;left:18.75rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#qRb0CE8RQuMz6W1ncPxbXEd31lrTIWlf { color:rgba(var(--color-primary-2),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:7.875rem;left:19rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#R3FPUehElTRvDDlI1pE4xOQ31TdHLgkX { color:rgba(var(--color-tertiary-2),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:5rem;left:52.1875rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0z0ufPp6RDucN2yHZsSJnFmBvH1ulPd { box-sizing:content-box;height:11.375rem;width:0.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:51.125rem;display:block; }
#MBGo3uSKON9iLy282tSbSlzvuispvcKP { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:7.3125rem;left:51.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#x1C73Cz7x3mVLDDOKSttE2EABy0oRkW9 { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:10.5rem;left:51.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#hnl3PyT7SigOoGtz9DZdWiLZB6lp7H4T { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:13.375rem;left:51.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc > .row .container { background-color: transparent; background-image: none; }#nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc > .row .container > .video-iframe-container { display: none; }#nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc > .row > .video-iframe-container { display: none; }#nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc > .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); }#nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc > .row .container { border-width: 0; border-radius: 0; }#nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Wa4VfEd5dda5yHUJDbiRe0uiNF1wsbEU { box-sizing:content-box;height:11.0625rem;width:39.9375rem;position:absolute;display:block;z-index:15001;background-color:#eae4df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:17.562500953674rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#erLi0Vfrhwu7Z6EsnryWn9wBoMHqRHLv { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15002;background-color:#716664;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:17.5625rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#fJMFqrUfnt0KGPfXS8OGlzuzeTTrrGKP { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.1432294845581rem;left:30.250000953674rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spbksJ6y9vZSyB71SRHSmkpTHZNNv8Ow { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15003;background-color:#8d817b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:17.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nh3BpRtvoHeA4Pugx6CAbv6dkN92Txus { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15005;background-color:#dfd8d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.75rem;left:17.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#cQRzLqqc03aEb6cGL1axpAZvyWsyT7Zg { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.974609375rem;left:24.406250953674rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IHOX4mcfWxIAMT09UoLe9gFSHMAQcHEJ { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:10.625001907349rem;left:18.750000953674rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#fkmEd80oFGGSBrxiN7OQCFWCT8DSvasE { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:7.8750019073488rem;left:18.687500953674rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#zlCM1zzxAyNOFq2itIoZrpBMBg6ARLnJ { color:rgba(var(--color-tertiary-2),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:5rem;left:45.0625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r6dTLn5cOAm1K3UJCJtmmhwTCW5ddfkU { box-sizing:content-box;height:8.25rem;width:0.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:37.437500953674rem;display:block; }
#ZB4iX6SFBd70r0u7RCqnAaAG6ULp6bbw { color:rgba(var(--color-primary-2),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:7.875rem;left:43.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#gPEoceoAPzsBMgZ9q4xKnbvg9Prc8mun { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:10.5rem;left:43.3125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#rSkaWzn08S8HlEn52L7t0qbTlysTAu4m { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rSkaWzn08S8HlEn52L7t0qbTlysTAu4m > .row .container { background-color: transparent; background-image: none; }#rSkaWzn08S8HlEn52L7t0qbTlysTAu4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSkaWzn08S8HlEn52L7t0qbTlysTAu4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSkaWzn08S8HlEn52L7t0qbTlysTAu4m > .row .container > .video-iframe-container { display: none; }#rSkaWzn08S8HlEn52L7t0qbTlysTAu4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSkaWzn08S8HlEn52L7t0qbTlysTAu4m > .row > .video-iframe-container { display: none; }#rSkaWzn08S8HlEn52L7t0qbTlysTAu4m > .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); }#rSkaWzn08S8HlEn52L7t0qbTlysTAu4m > .row .container { border-width: 0; border-radius: 0; }#rSkaWzn08S8HlEn52L7t0qbTlysTAu4m > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rSkaWzn08S8HlEn52L7t0qbTlysTAu4m > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;overflow:visible;position:relative;display:block; }#OCK7kJKBiA6osu884yphTiwdrVR9Jop2 { box-sizing:content-box;height:13.8125rem;width:39.9375rem;position:absolute;display:block;z-index:15001;background-color:#eae4df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:17.5625rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#LN0hlaAnEwLtiKkdGaZIQXCFd28hfnXm { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15002;background-color:#716664;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:17.5625rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Ebkyv3RLap1Gy2LfSd3W9c1QFqzevTaP { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.1432290077209rem;left:26.562500953674rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IasJHWtWcENTHKQgRulDevsqgkTToVpF { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15003;background-color:#8d817b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:17.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#J72hqWKOzgcT14g5zsZIbZogemV81VR4 { box-sizing:content-box;height:2.75rem;width:39.9375rem;position:absolute;display:block;z-index:15005;background-color:#dfd8d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.75rem;left:17.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#g4Bw0sAxRv3nI3ziAUWeQOIUTV29UTf4 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.974609375rem;left:24.406250953674rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4pAvwk03ByzAtGr9Np7xup4P8mfAwmn { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:10.5625rem;left:18.750000953674rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#ceKhDQCOpzSTMhuKMCU8k9BSvG8FFgB9 { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:7.8750019073488rem;left:18.687500953674rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#qmTviVDRDCoh5B18KFPfTEo5EVcTtMHy { color:rgba(var(--color-tertiary-2),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:5rem;left:45.0625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTTh1yLgsAMLNP3xfvoZawc5AhKtBiun { box-sizing:content-box;height:11.0625rem;width:0.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3541665077209rem;left:37.437500953674rem;display:block; }
#Ei98yManskErfWTEFMSakTDFaMVMTxUW { color:rgba(var(--color-primary-2),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:7.875rem;left:43.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#k6Hdq1OmWJLIarP0WiVT66FkRpouoEP0 { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:10.625rem;left:43.312500953674rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#l6kGWqBi3Vy7J4fNyNGmpgHAmoJDiUd6 { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1;letter-spacing:0;top:13.3125rem;left:18.75rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#mHFtP9mfZu6O3Mlt6eNNq3nD36tiUO3U { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:13.375rem;left:43.3125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#bnyVNBMgJk52lWJa4hf3yCaGvQSVBWAs { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.66650390625rem;left:17.5625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container { background-color: transparent; background-image: none; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container > .video-iframe-container { display: none; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row > .video-iframe-container { display: none; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .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); }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container { border-width: 0; border-radius: 0; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MqPNTFUPfDcmUopE2HQUCOd51ro22dga { display:block; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gk7IA1UfE5ilcTPDa5734QEPvlN4NIZk { width:3.625rem;height:2.4375rem;top:7.9375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0GkeXgFcr1HxCqECThyTxTmMVdzLEdf { display:block; }
 }@media only screen and (max-width: 763px) { #hK5iGGyAPd91IbaUFowQ2g9LrMdWvDVA { width:3.625rem;height:2.4375rem;top:7.9375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDrn5IbNLGJQvzKVd04hi6c5DoMuSLQ9 { display:block; }
 }@media only screen and (max-width: 763px) { #hn1RFUq1NG12vIOa3NzOPkcpMegvdDWN { width:3.625rem;height:2.4375rem;top:7.9375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtKziT5Uq76BCBgnVqnHumVJBS1dSqPE { display:block; }
 }@media only screen and (max-width: 763px) { #JApTT84R5ku1DCoCQRng85XXWTiKAZ0o { width:3.625rem;height:2.4375rem;top:7.9375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yafz6xqUXs5pTRAvTHb35xuMpgMmbc7e { display:block; }
 }@media only screen and (max-width: 763px) { #hixk9gqERaqkHfVaMddPoBusPxzywxZX { width:3.625rem;height:2.4375rem;top:7.9375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBnTA30VzhfaMZltJXsVZ1V5WCx20APa { display:block; }
 }@media only screen and (max-width: 763px) { #xuqSK2TIN5bx0mVkEXnk3HZWMdRavKW8 { width:8.3125rem;height:2.4375rem;top:7.9375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euJCB9CRbe0g4JfTyZ1V8Ir433n0RQ0W { display:block; }
 }@media only screen and (max-width: 763px) { #J7eGh9fU67rTInr1waOMkJXTT42tyOmG { top:7.75rem;left:10.3125rem;width:33.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew3EEFST6aIkKwCEIRiKcKfbXKeZMV3d { top:7.8125rem;left:3.9375rem;width:6.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWQQdPkAGW5NEGCxHb2ioBzzEKwRJuKB { top:8.3125rem;left:5.625rem;width:3.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esNlvWGKlOZqNSG6UFuT2AZ4TJwkkgEC { width:8.3125rem;height:2.4375rem;top:7.9375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJqfoiOUNNFr4vcW4CJn6UEla1Nvg05e { display:block; }
 }@media only screen and (max-width: 763px) { #IXatoarh2uRIcSk9Wwi2yTyw25Vqu7rw { top:2.6875rem;left:16.09375rem;width:14.3125rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytMT8K8KdOza9rVfIzFRgWfIyr1k7BKM { width:4.125rem;height:2.25rem;top:8.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eV66CmgsIQP9PZUTHs548GLJF7uZSCLZ { display:block; }
 }@media only screen and (max-width: 763px) { #lfWdIZcdMcnHeUX7e6R375MSsz1q5nLe { width:4.4375rem;height:2.375rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTTGyw1HlhouSIJ6sH4GGVsIyS9f7db { display:block; }
 }@media only screen and (max-width: 763px) { #ZBQW3fbis74OPSsIev8zXMpOCQ5WmSf9 { top:8.1875rem;left:0rem;width:4.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJiTkNW9n7Xu71TvH0f35H4Q66s48pqG { display:block; } #e23529159d5234e369acbe321271bf53.widget-smartsection *:focus-visible, #e23529159d5234e369acbe321271bf53.widget-smartsection input[type="text"]:focus-visible, #e23529159d5234e369acbe321271bf53.widget-smartsection input[type="email"]:focus-visible, #e23529159d5234e369acbe321271bf53.widget-smartsection input[type="tel"]:focus-visible, #e23529159d5234e369acbe321271bf53.widget-smartsection textarea:focus-visible { outline: none; } #tJiTkNW9n7Xu71TvH0f35H4Q66s48pqG > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA { display:block; }#xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9xmRCqI1Raf52IfaXC2XpbLxkfialx3 { top:1.5rem;left:3.9375rem;width:39.9375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5DpTZ5uL7EEQROaxxKftpxmVQVqTi7H { top:1.5rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox3p4eGfWgNg2phI31ceA4DQ5nyAgBrX { top:2.125rem;left:22.0625rem;width:3.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEJnR5C5QBCCkbBC463DZwWhLSOacnFy { top:4.25rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAMumFfMLSxrKiKgeMmVDOM2F3Bm8Tp2 { top:9.75rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLUXPr0U2euf2OQ0UWWbKdFsD6OoRnQz { top:4.875rem;left:6.5rem;width:6.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOoWnH5MO2wKolmcFS13vfOrLLlV0I2h { top:12.8125rem;left:6.125rem;width:7.625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky1l6LsTrtTEJtX53s2g1mdKsT3Ef8lC { top:10.625rem;left:6.1875rem;width:7.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T18cxZrS2DOf1JHg31zggpd7EZN7rDCO { top:7.875rem;left:6.6875rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgGdvqwqcSXoMAqw29T4TwmEtuX4u8bL { top:4.625rem;left:17.5625rem;width:4.3125rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzz4JUURtxsr783ccktEJ5elEXvi9KWP { top:4.625rem;left:25.28125rem;width:6.625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3Fy78XB01iMvLM82JyiBSZHTGWfy2OD { top:4.625rem;left:34.5625rem;width:7.875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0tVcUzkfxaD7gGw9nT6hPkJbt5MKZc8 { top:4.3125rem;left:15.6875rem;width:0.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAkZEaW6BL5kgDcoiliHRfhbfwR5q7oo { top:4.3125rem;left:23.75rem;width:0.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqPJeqxkISXJ5dgvO4IM92Nf7TULuXrN { top:4.3125rem;left:33.5rem;width:0.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkiiXIe6r9qkre3kWgP8UG60anarsoNe { top:7.75rem;left:16.75rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW1xQv1PQWAOSrH5A2rlHaF3ZVpoGTXe { top:10.5rem;left:16.75rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlbrGIAaCDgxkQ8nzh8uJTVhEP0I8bgZ { top:13.1875rem;left:16.75rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWTl8BVeaThuZ385NVviiDgvJt16ttlq { top:13.375rem;left:25.625rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWc0hVGUsxpttBbybtiGmbnvX3iN4u6o { top:10.6875rem;left:25.625rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itLIdZrRVh27JUC191otRGEAldTMGOC6 { top:7.9375rem;left:25.625rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLUKWVzDK3av94uIfuFWeRZyNClmVbdq { top:13.375rem;left:35.5625rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tku0TRMq4OT1DBa1mvAEquGWoMV6TMHu { top:10.6875rem;left:35.5625rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys5RJUrz6ZM4UePavNwrWvCSfi53Of7l { top:7.9375rem;left:35.5625rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD7fES4nK3vgckPozu4qgSwIO15Bv2UQ { top:22.8125rem;left:3.9375rem;width:38.6875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHXftQZPOTLr7FN55m2MC4qret5tWoNA { width:7.5rem;height:2.4375rem;top:17.6875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWXhVPR3wWW3MLDT6zOiCpF38Dk7Cu9f { display:block; }
 }@media only screen and (max-width: 763px) { #shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 { display:block; }#shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVMUVVttzTwx5fNli4QMvNQOr6Ly0OpX { top:1.625rem;left:3.9375rem;width:39.9375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6GE2bMIsVTuZnMP9BIShVBgKHlOXTw1 { top:1.625rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whkGoMkCzi0cA6nhQKlreHACKBW4Z3T7 { top:4.375rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L75KGadZngqVgeMglaD0dhR6iQ0K4Lu6 { top:4.75rem;left:37.0625rem;width:6.3125rem;height:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWhsuCOGy6fbX50xqJ7t0wPPgkXZsx9 { top:4.375rem;left:36.5rem;width:0.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2V1x7U2ukqOWQmgySfrV6O32nVaaKOq { top:4.4375rem;left:29.1875rem;width:0.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePzMTp3bVoykb9nOmSuTh6Xg8kyTvdsI { top:2.25rem;left:21.4375rem;width:4.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyZS2M36fgqW6ubvmgCfbXhNTxk8LTPO { top:9.875rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbbT0pXkCC83bwLp8oJdzuIkBEEFhz8Z { top:4.6875rem;left:22rem;width:6.625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI3BXw512ny00nqyU1nXIDHHST2TQCzB { top:8.0625rem;left:22.375rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEnVEryHeKqdlK82mComnFaTNhh5Npwy { top:8.0625rem;left:37.3125rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZpSqfa95JXamw7MVX7HVpMeaBGHviAN { top:4.6875rem;left:15.5625rem;width:3.625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6LbIohQOW96LC4bbWMEIXTK6dSEzCAZ { top:4.375rem;left:21.25rem;width:0.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6OJ2apnG8Dv5AEqVzEz1aL0C4k0as38 { top:8rem;left:14.4375rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgyks6Xxz2miBa2PLpAVnfcPQ1piTmD4 { top:10.75rem;left:14.4375rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSR0OT331qLNcNgiITDEtRGZamVpnGbw { top:10.8125rem;left:22.375rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhLDexditlZ62Uhop5GuHUriEkCL1FGM { top:10.8125rem;left:37.3125rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRdRSZ9lb95XsdXqkTzAnOWawgypBSNa { top:4.375rem;left:13.375rem;width:0.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb1bTblCfZeQRbTuIxBQNMGKxQhK4zA1 { top:10.75rem;left:4.9375rem;width:7.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa1CTDHZoay5voyVRSO2oGAOeiJ6IrLb { top:12.9375rem;left:4.875rem;width:7.625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ZUrkC3UiXdoDOixB1q2eWWLSvuNEmw { top:13.4375rem;left:14.4375rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrOXNPhELQzzxT0UWwFoEUT06otJ35HL { top:13.5rem;left:22.375rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7GBkqdqvdnfXvNnTd0UeikQZcqEowZ5 { top:13.5rem;left:37.3125rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQo71k33Z7gVFAsWVx3f6dxC0kIZDVHl { top:5rem;left:5.25rem;width:6.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PBUIcABTLom7q4lE0RhhVtUcUcshTc { top:8rem;left:5.4375rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqbKWBh95enGvNnLKJEGLoabhLSJJH1c { top:4.375rem;left:19.4375rem;width:0.125rem;height:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzkG7GTX7meNMmZaU6d1MVWNLImNsTtS { top:23rem;left:3.9375rem;width:38.5rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX5IT71vFZl9kEhhxpCewsmKKsLbzIC9 { top:28.25rem;left:3.9375rem;width:36.25rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS7qadCZgk8x6ocRwRq6JPFBoyJNKdkK { top:13.5rem;left:30.0625rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8SgSTS24x8GTLH1EC7XPaTX0hXpEqSI { top:10.8125rem;left:30.0625rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V64aTovsc7bCiwemD3xSNe4fMWmPfO9d { top:8.0625rem;left:30.0625rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERqAzIxnhw3rLceQ5b1KPFfsq76sQQ6T { top:4.75rem;left:29.6875rem;width:6.3125rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRWAwn1SnIwFJ5QXDwPVXIAcCtbmnfIF { width:7.5rem;height:2.4375rem;top:17.875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN0tWDtIVtplWn2305Ei70LotUTSmX3q { display:block; }
 }@media only screen and (max-width: 763px) { #ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D { display:block; }#ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxCfN0xF4q6PwTkTcMUPQXQZuUsTd2Ti { top:1.5rem;left:3.9375rem;width:39.9375rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSOgsKX8TLcXU38yodFPZMiBcKT9xpMo { top:1.5rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykgxbBtvHsz5sXggFPprHoRyOkoQhpoR { top:2.125rem;left:22.0625rem;width:3.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLVU85zvCbT05pFTTL09CPJ1VqRW0QHf { top:4.25rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWpvZwqzhydgJdTks42a3qvZ7hbXOmN0 { top:9.75rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbgwNCTeT6HyByTEA60EJQes9aq7BhzO { top:4.9375rem;left:17.4375rem;width:6.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB71s3AxphPZpWTociTaquQUKHr5GDCw { top:13.375rem;left:5.1875rem;width:31.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql6J2mwBwIFPcgN4UEm95OVZHxxrHH4M { top:10.625rem;left:5.125rem;width:31.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVbi9ZvoQEkGpUwwU921sT1GPxc2sbho { top:7.875rem;left:5.375rem;width:31rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKmfC32QTTUpX0plSg3XQuTiTn6nATf1 { top:5rem;left:38.5625rem;width:4.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTmvDr2984HgIzXe3oToeT9SHHrJF7G9 { top:4.25rem;left:37.5rem;width:0.125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNGb7lAfD1JXvtmwEpAuBgcnc2UIeicb { top:7.75rem;left:37.75rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVaOS1O2BNDBDKhaPyo7IUcQDhTBA4t { top:10.5rem;left:37.75rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtWvgwJ0RPFWzHnL9PUFRSyHFqo7tnH9 { top:13.375rem;left:37.75rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTbdrrMziROL0Q1UTugBXqkge721yol { top:16.125rem;left:5.1875rem;width:31.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEulAX0lqHtMmTlCdUWFesJGgyNSeQSz { top:15.25rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7892O6w0EtmQl8is1rkOzynyry9QvCr { top:15.8125rem;left:37.75rem;width:5.9375rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJlDzQ7AodeuEAE0cXLQuKVQaJT6td0i { top:18.875rem;left:5.1875rem;width:31.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibSpsOzWgiF3m6awbLLDxuWGTLT8mfHH { top:18.875rem;left:37.75rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ2rRA3atEZ8hIupQIagQVNJVqve5dOS { top:21.625rem;left:5.1875rem;width:31.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkO1sqCLla91awAnDmV2KG0OFTA80xCe { top:20.75rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCmwNSavNGDSnKHd7p4tBDSthMieEMB6 { top:21.625rem;left:37.75rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siuU4E2uH3sCGvQS294s4CKWSdme1oAh { top:24.375rem;left:5.1875rem;width:31.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t11MEHFiF4oPiPTHSTrvCgQR9vn1Kk1D { top:24.375rem;left:37.75rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE8lAE6dh0QXu8Of4ifK1Ik5JTwFmRPn { top:27.125rem;left:5.1875rem;width:31.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl3NsCbKZgTpZFdUVTLWMKDzrlrGtUhz { top:26.25rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkOiHdTklxz8UxKw2Pa8CN2MGtGifbct { top:27.125rem;left:37.75rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyBTWxlV0Me2nyga4b6SKQy5useEtFPH { display:none; }#CyBTWxlV0Me2nyga4b6SKQy5useEtFPH > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aHKD1K3Akw7gIMBRTt5kKlDbnTHVB32v { top:1.5rem;left:3.9375rem;width:39.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veBIK3JbAVqgtOodEiclTwknNSPwfTmT { top:1.5rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iElscr51WyeH2GU7ETfIruPJvXhk4EXy { top:1.875rem;left:0rem;width:3.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5ExxR23fsaSRXhCCVQo2AiST0viq6my { top:4.25rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxsLWTudzTyzdUWqiaIBvSkIMlvrTThl { top:9.75rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R94ZqhcH8aqJJnxn926S5Z4uraS9ETnc { top:4.9375rem;left:17.4375rem;width:6.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZT4FQO38asSTonAf0h5puGqy0mlcfqD { top:13.125rem;left:0rem;width:13.8125rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr7mPdmC9loFrLxh3EpKyyMqrTsJfzyr { top:10.0625rem;left:0rem;width:10.6875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRb0CE8RQuMz6W1ncPxbXEd31lrTIWlf { top:7.375rem;left:0rem;width:11.6875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3FPUehElTRvDDlI1pE4xOQ31TdHLgkX { top:5rem;left:38.5625rem;width:4.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0z0ufPp6RDucN2yHZsSJnFmBvH1ulPd { top:4.25rem;left:37.5rem;width:0.125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBGo3uSKON9iLy282tSbSlzvuispvcKP { top:7.3125rem;left:37.75rem;width:4.9375rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1C73Cz7x3mVLDDOKSttE2EABy0oRkW9 { top:10.4375rem;left:2rem;width:3.25rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnl3PyT7SigOoGtz9DZdWiLZB6lp7H4T { top:13.125rem;left:2.03125rem;width:3.1875rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc { display:none; }#nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wa4VfEd5dda5yHUJDbiRe0uiNF1wsbEU { top:1.5rem;left:3.9375009536743rem;width:39.9375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erLi0Vfrhwu7Z6EsnryWn9wBoMHqRHLv { top:1.5rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJMFqrUfnt0KGPfXS8OGlzuzeTTrrGKP { top:2.125rem;left:16.625000953674rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spbksJ6y9vZSyB71SRHSmkpTHZNNv8Ow { top:4.25rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh3BpRtvoHeA4Pugx6CAbv6dkN92Txus { top:9.75rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQRzLqqc03aEb6cGL1axpAZvyWsyT7Zg { top:4.9375rem;left:10.781250953674rem;width:6.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHOX4mcfWxIAMT09UoLe9gFSHMAQcHEJ { top:10.625rem;left:5.1250009536743rem;width:18.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkmEd80oFGGSBrxiN7OQCFWCT8DSvasE { top:7.875rem;left:5.0625009536743rem;width:18.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlCM1zzxAyNOFq2itIoZrpBMBg6ARLnJ { top:5rem;left:31.4375rem;width:4.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6dTLn5cOAm1K3UJCJtmmhwTCW5ddfkU { top:4.3125rem;left:23.812500953674rem;width:0.125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB4iX6SFBd70r0u7RCqnAaAG6ULp6bbw { top:7.875rem;left:29.75rem;width:8rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPEoceoAPzsBMgZ9q4xKnbvg9Prc8mun { top:10.5rem;left:29.6875rem;width:7.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSkaWzn08S8HlEn52L7t0qbTlysTAu4m { display:none; }#rSkaWzn08S8HlEn52L7t0qbTlysTAu4m > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OCK7kJKBiA6osu884yphTiwdrVR9Jop2 { top:1.5rem;left:3.9375rem;width:39.9375rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN0hlaAnEwLtiKkdGaZIQXCFd28hfnXm { top:1.5rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebkyv3RLap1Gy2LfSd3W9c1QFqzevTaP { top:2.125rem;left:12.937500953674rem;width:21.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IasJHWtWcENTHKQgRulDevsqgkTToVpF { top:4.25rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J72hqWKOzgcT14g5zsZIbZogemV81VR4 { top:9.75rem;left:3.9375rem;width:39.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Bw0sAxRv3nI3ziAUWeQOIUTV29UTf4 { top:4.9375rem;left:10.781250953674rem;width:6.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4pAvwk03ByzAtGr9Np7xup4P8mfAwmn { top:10.5625rem;left:5.1250009536743rem;width:18.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceKhDQCOpzSTMhuKMCU8k9BSvG8FFgB9 { top:7.875rem;left:5.0625009536743rem;width:18.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmTviVDRDCoh5B18KFPfTEo5EVcTtMHy { top:5rem;left:31.4375rem;width:4.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTTh1yLgsAMLNP3xfvoZawc5AhKtBiun { top:4.3125rem;left:23.812500953674rem;width:0.125rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei98yManskErfWTEFMSakTDFaMVMTxUW { top:7.875rem;left:29.75rem;width:8rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Hdq1OmWJLIarP0WiVT66FkRpouoEP0 { top:10.625rem;left:29.6875rem;width:7.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6kGWqBi3Vy7J4fNyNGmpgHAmoJDiUd6 { top:13.3125rem;left:5.125rem;width:18.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHFtP9mfZu6O3Mlt6eNNq3nD36tiUO3U { top:13.375rem;left:29.6875rem;width:7.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnyVNBMgJk52lWJa4hf3yCaGvQSVBWAs { top:17.625rem;left:3.9375rem;width:36.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 { display:block; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MqPNTFUPfDcmUopE2HQUCOd51ro22dga { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container { background-color: transparent; background-image: none; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container > .video-iframe-container { display: none; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row > .video-iframe-container { display: none; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .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); }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container { border-width: 0; border-radius: 0; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gk7IA1UfE5ilcTPDa5734QEPvlN4NIZk { width:3.1875rem;height:2.4375rem;top:6.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0GkeXgFcr1HxCqECThyTxTmMVdzLEdf { display:block; }
 }@media only screen and (max-width: 763px) { #hK5iGGyAPd91IbaUFowQ2g9LrMdWvDVA { width:3.3125rem;height:2.4375rem;top:6.3125rem;left:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDrn5IbNLGJQvzKVd04hi6c5DoMuSLQ9 { display:block; }
 }@media only screen and (max-width: 763px) { #hn1RFUq1NG12vIOa3NzOPkcpMegvdDWN { width:3.1875rem;height:2.4375rem;top:6.3125rem;left:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtKziT5Uq76BCBgnVqnHumVJBS1dSqPE { display:block; }
 }@media only screen and (max-width: 763px) { #JApTT84R5ku1DCoCQRng85XXWTiKAZ0o { width:3.25rem;height:2.4375rem;top:6.3125rem;left:8.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yafz6xqUXs5pTRAvTHb35xuMpgMmbc7e { display:block; }
 }@media only screen and (max-width: 763px) { #hixk9gqERaqkHfVaMddPoBusPxzywxZX { width:3.3125rem;height:2.4375rem;top:6.3125rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBnTA30VzhfaMZltJXsVZ1V5WCx20APa { display:block; }
 }@media only screen and (max-width: 763px) { #xuqSK2TIN5bx0mVkEXnk3HZWMdRavKW8 { width:4.375rem;height:2.4375rem;top:6.3125rem;left:15.1875rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #euJCB9CRbe0g4JfTyZ1V8Ir433n0RQ0W { display:block; }
 }@media only screen and (max-width: 763px) { #J7eGh9fU67rTInr1waOMkJXTT42tyOmG { width:20rem;height:2.75rem;top:6.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew3EEFST6aIkKwCEIRiKcKfbXKeZMV3d { width:20rem;height:2.0625rem;top:4.25rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWQQdPkAGW5NEGCxHb2ioBzzEKwRJuKB { width:3.625rem;height:1.4624rem;top:4.5rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esNlvWGKlOZqNSG6UFuT2AZ4TJwkkgEC { width:8.3125rem;height:2.4375rem;top:7.9375rem;left:5.8125rem;font-size:0.8125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #bJqfoiOUNNFr4vcW4CJn6UEla1Nvg05e { display:block; }
 }@media only screen and (max-width: 763px) { #IXatoarh2uRIcSk9Wwi2yTyw25Vqu7rw { width:8.25rem;height:1.875rem;top:1.1875rem;left:5.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ytMT8K8KdOza9rVfIzFRgWfIyr1k7BKM { width:2.5625rem;height:1.8125rem;top:1.3125rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #eV66CmgsIQP9PZUTHs548GLJF7uZSCLZ { display:block; }
 }@media only screen and (max-width: 763px) { #lfWdIZcdMcnHeUX7e6R375MSsz1q5nLe { width:4.4375rem;height:2.375rem;top:13.4375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiTTGyw1HlhouSIJ6sH4GGVsIyS9f7db { display:block; }
 }@media only screen and (max-width: 763px) { #ZBQW3fbis74OPSsIev8zXMpOCQ5WmSf9 { width:4.3125rem;height:1.9375rem;top:10.25rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJiTkNW9n7Xu71TvH0f35H4Q66s48pqG { position:relative;z-index:auto;display:block; } #e23529159d5234e369acbe321271bf53.widget-smartsection *:focus-visible, #e23529159d5234e369acbe321271bf53.widget-smartsection input[type="text"]:focus-visible, #e23529159d5234e369acbe321271bf53.widget-smartsection input[type="email"]:focus-visible, #e23529159d5234e369acbe321271bf53.widget-smartsection input[type="tel"]:focus-visible, #e23529159d5234e369acbe321271bf53.widget-smartsection textarea:focus-visible { outline: none; } #tJiTkNW9n7Xu71TvH0f35H4Q66s48pqG > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA { display:block; }#xbKVbbHbD8MxfFpT8ItTnNchT1T8VTpA > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9xmRCqI1Raf52IfaXC2XpbLxkfialx3 { width:20rem;height:14.5rem;top:1.25rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5DpTZ5uL7EEQROaxxKftpxmVQVqTi7H { width:20rem;height:2.75rem;top:1.25rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox3p4eGfWgNg2phI31ceA4DQ5nyAgBrX { width:3.625rem;height:1.4624rem;top:1.8935546875rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEJnR5C5QBCCkbBC463DZwWhLSOacnFy { width:20rem;height:2.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAMumFfMLSxrKiKgeMmVDOM2F3Bm8Tp2 { width:20rem;height:2.75rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLUXPr0U2euf2OQ0UWWbKdFsD6OoRnQz { width:3.8125rem;height:1.625rem;top:4.5625rem;left:0.1875rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xOoWnH5MO2wKolmcFS13vfOrLLlV0I2h { width:3.5625rem;height:2.4375rem;top:12.6875rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky1l6LsTrtTEJtX53s2g1mdKsT3Ef8lC { width:3.4375rem;height:1.625rem;top:10.0625rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T18cxZrS2DOf1JHg31zggpd7EZN7rDCO { width:2.875rem;height:1.625rem;top:7.375rem;left:0.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgGdvqwqcSXoMAqw29T4TwmEtuX4u8bL { width:4.125rem;height:1.625rem;top:4.5625rem;left:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzz4JUURtxsr783ccktEJ5elEXvi9KWP { width:4.6875rem;height:1.625rem;top:4.5625rem;left:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3Fy78XB01iMvLM82JyiBSZHTGWfy2OD { width:5.5625rem;height:1.625rem;top:4.5625rem;left:14.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0tVcUzkfxaD7gGw9nT6hPkJbt5MKZc8 { width:0.125rem;height:11.8125rem;top:4rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAkZEaW6BL5kgDcoiliHRfhbfwR5q7oo { width:0.125rem;height:11.8125rem;top:4rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqPJeqxkISXJ5dgvO4IM92Nf7TULuXrN { width:0.125rem;height:11.8125rem;top:4rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkiiXIe6r9qkre3kWgP8UG60anarsoNe { width:3.25rem;height:0.8125rem;top:7.75rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW1xQv1PQWAOSrH5A2rlHaF3ZVpoGTXe { width:3.25rem;height:0.8125rem;top:10.5rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlbrGIAaCDgxkQ8nzh8uJTVhEP0I8bgZ { width:3.1875rem;height:0.8125rem;top:13.5rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWTl8BVeaThuZ385NVviiDgvJt16ttlq { width:3.0625rem;height:0.8125rem;top:13.5rem;left:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWc0hVGUsxpttBbybtiGmbnvX3iN4u6o { width:3rem;height:0.8125rem;top:10.5rem;left:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itLIdZrRVh27JUC191otRGEAldTMGOC6 { width:2.9375rem;height:0.8125rem;top:7.75rem;left:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLUKWVzDK3av94uIfuFWeRZyNClmVbdq { width:4.9375rem;height:0.8125rem;top:13.5rem;left:14.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tku0TRMq4OT1DBa1mvAEquGWoMV6TMHu { width:4.9375rem;height:0.8125rem;top:10.5rem;left:14.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys5RJUrz6ZM4UePavNwrWvCSfi53Of7l { width:4.9375rem;height:0.8125rem;top:7.8125rem;left:14.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD7fES4nK3vgckPozu4qgSwIO15Bv2UQ { width:18.25rem;height:5.2807625rem;top:21.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHXftQZPOTLr7FN55m2MC4qret5tWoNA { width:6.75rem;height:2.1875rem;top:17.85888671875rem;left:6.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWXhVPR3wWW3MLDT6zOiCpF38Dk7Cu9f { display:block; }
 }@media only screen and (max-width: 763px) { #shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 { display:block; }#shG0Ld8l64cQKDrTktP8Jo7fQP1GeMU0 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVMUVVttzTwx5fNli4QMvNQOr6Ly0OpX { width:20rem;height:14.6875rem;top:1.25rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6GE2bMIsVTuZnMP9BIShVBgKHlOXTw1 { width:20rem;height:2.75rem;top:1.25rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whkGoMkCzi0cA6nhQKlreHACKBW4Z3T7 { width:20rem;height:2.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L75KGadZngqVgeMglaD0dhR6iQ0K4Lu6 { width:3.625rem;height:2.0625rem;top:4.3125rem;left:16.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWhsuCOGy6fbX50xqJ7t0wPPgkXZsx9 { width:0.125rem;height:11.9375rem;top:4rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2V1x7U2ukqOWQmgySfrV6O32nVaaKOq { width:0.125rem;height:11.125rem;top:4rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePzMTp3bVoykb9nOmSuTh6Xg8kyTvdsI { width:4.875rem;height:1.4624rem;top:1.8935546875rem;left:7.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyZS2M36fgqW6ubvmgCfbXhNTxk8LTPO { width:20rem;height:2.75rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbbT0pXkCC83bwLp8oJdzuIkBEEFhz8Z { width:4.5625rem;height:1.625rem;top:4.5625rem;left:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI3BXw512ny00nqyU1nXIDHHST2TQCzB { width:3.3125rem;height:0.8125rem;top:7.75rem;left:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEnVEryHeKqdlK82mComnFaTNhh5Npwy { width:3.375rem;height:0.8125rem;top:7.6875rem;left:16.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZpSqfa95JXamw7MVX7HVpMeaBGHviAN { width:3.625rem;height:1.625rem;top:4.5625rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6LbIohQOW96LC4bbWMEIXTK6dSEzCAZ { width:0.125rem;height:11.9375rem;top:4rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6OJ2apnG8Dv5AEqVzEz1aL0C4k0as38 { width:3.0625rem;height:0.8125rem;top:7.75rem;left:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgyks6Xxz2miBa2PLpAVnfcPQ1piTmD4 { width:2.875rem;height:0.8125rem;top:10.5rem;left:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSR0OT331qLNcNgiITDEtRGZamVpnGbw { width:3.1875rem;height:0.8125rem;top:10.4375rem;left:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhLDexditlZ62Uhop5GuHUriEkCL1FGM { width:3.5625rem;height:0.8125rem;top:10.4375rem;left:16.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRdRSZ9lb95XsdXqkTzAnOWawgypBSNa { width:0.125rem;height:11.9375rem;top:4rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb1bTblCfZeQRbTuIxBQNMGKxQhK4zA1 { width:3.4375rem;height:1.625rem;top:9.9375rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa1CTDHZoay5voyVRSO2oGAOeiJ6IrLb { width:4.25rem;height:2.4375rem;top:12.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ZUrkC3UiXdoDOixB1q2eWWLSvuNEmw { width:2.875rem;height:0.8125rem;top:13.5rem;left:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrOXNPhELQzzxT0UWwFoEUT06otJ35HL { width:3.1875rem;height:0.8125rem;top:13.5rem;left:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7GBkqdqvdnfXvNnTd0UeikQZcqEowZ5 { width:3.625rem;height:0.8125rem;top:13.4375rem;left:16.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQo71k33Z7gVFAsWVx3f6dxC0kIZDVHl { width:3.9375rem;height:1.625rem;top:4.5rem;left:0rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PBUIcABTLom7q4lE0RhhVtUcUcshTc { width:3.375rem;height:1.625rem;top:7.3125rem;left:0.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqbKWBh95enGvNnLKJEGLoabhLSJJH1c { width:0.125rem;height:11.9375rem;top:4rem;left:12.0625rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #KzkG7GTX7meNMmZaU6d1MVWNLImNsTtS { width:18.9375rem;height:5.2807625rem;top:22rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX5IT71vFZl9kEhhxpCewsmKKsLbzIC9 { width:18.875rem;height:3.16845625rem;top:28.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS7qadCZgk8x6ocRwRq6JPFBoyJNKdkK { width:3.125rem;height:0.8125rem;top:13.5rem;left:12.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8SgSTS24x8GTLH1EC7XPaTX0hXpEqSI { width:3.125rem;height:0.8125rem;top:10.4375rem;left:12.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V64aTovsc7bCiwemD3xSNe4fMWmPfO9d { width:3.125rem;height:0.8125rem;top:7.75rem;left:12.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERqAzIxnhw3rLceQ5b1KPFfsq76sQQ6T { width:3.3125rem;height:1.625rem;top:4.5625rem;left:12.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRWAwn1SnIwFJ5QXDwPVXIAcCtbmnfIF { width:6.75rem;height:2.1875rem;top:18.0283203125rem;left:6.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN0tWDtIVtplWn2305Ei70LotUTSmX3q { display:block; }
 }@media only screen and (max-width: 763px) { #ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D { display:block; }#ZtLg71Gx9Vz2nMUcDot6uSmvnTQu5V1D > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxCfN0xF4q6PwTkTcMUPQXQZuUsTd2Ti { width:20rem;height:24.625rem;top:1.25rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSOgsKX8TLcXU38yodFPZMiBcKT9xpMo { width:20rem;height:2.75rem;top:1.25rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykgxbBtvHsz5sXggFPprHoRyOkoQhpoR { width:3.625rem;height:1.4624rem;top:1.8935546875rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLVU85zvCbT05pFTTL09CPJ1VqRW0QHf { width:20rem;height:2.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWpvZwqzhydgJdTks42a3qvZ7hbXOmN0 { width:20rem;height:2.75rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbgwNCTeT6HyByTEA60EJQes9aq7BhzO { width:3.8125rem;height:0.8125rem;top:4.90625rem;left:5.8125rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HB71s3AxphPZpWTociTaquQUKHr5GDCw { width:13.8125rem;height:0.8125rem;top:13.125rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql6J2mwBwIFPcgN4UEm95OVZHxxrHH4M { width:14.8125rem;height:0.8125rem;top:10.4375rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVbi9ZvoQEkGpUwwU921sT1GPxc2sbho { width:14.5rem;height:1.625rem;top:7.375rem;left:0.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKmfC32QTTUpX0plSg3XQuTiTn6nATf1 { width:4.125rem;height:0.8125rem;top:4.90625rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTmvDr2984HgIzXe3oToeT9SHHrJF7G9 { width:0.125rem;height:25rem;top:4rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNGb7lAfD1JXvtmwEpAuBgcnc2UIeicb { width:3.25rem;height:0.8125rem;top:7.78125rem;left:16.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVaOS1O2BNDBDKhaPyo7IUcQDhTBA4t { width:3.25rem;height:0.8125rem;top:10.46875rem;left:16.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtWvgwJ0RPFWzHnL9PUFRSyHFqo7tnH9 { width:3.1875rem;height:0.8125rem;top:13.1875rem;left:16.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTbdrrMziROL0Q1UTugBXqkge721yol { width:15.3125rem;height:1.625rem;top:15.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEulAX0lqHtMmTlCdUWFesJGgyNSeQSz { width:20rem;height:2.75rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7892O6w0EtmQl8is1rkOzynyry9QvCr { width:4.3125rem;height:1.625rem;top:15.5rem;left:15.6875rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xJlDzQ7AodeuEAE0cXLQuKVQaJT6td0i { width:15rem;height:1.625rem;top:18.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibSpsOzWgiF3m6awbLLDxuWGTLT8mfHH { width:3.5rem;height:0.8125rem;top:18.59375rem;left:16.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ2rRA3atEZ8hIupQIagQVNJVqve5dOS { width:14.3125rem;height:0.8125rem;top:21.3125rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkO1sqCLla91awAnDmV2KG0OFTA80xCe { width:20rem;height:2.75rem;top:20.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCmwNSavNGDSnKHd7p4tBDSthMieEMB6 { width:2.8125rem;height:0.8125rem;top:21.3125rem;left:16.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siuU4E2uH3sCGvQS294s4CKWSdme1oAh { width:14.1875rem;height:1.625rem;top:23.5625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t11MEHFiF4oPiPTHSTrvCgQR9vn1Kk1D { width:2.875rem;height:0.8125rem;top:23.96875rem;left:16.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE8lAE6dh0QXu8Of4ifK1Ik5JTwFmRPn { width:14.125rem;height:0.8125rem;top:26.75rem;left:0.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl3NsCbKZgTpZFdUVTLWMKDzrlrGtUhz { width:20rem;height:2.75rem;top:25.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkOiHdTklxz8UxKw2Pa8CN2MGtGifbct { width:2.25rem;height:0.8125rem;top:26.75rem;left:16.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyBTWxlV0Me2nyga4b6SKQy5useEtFPH { display:block; }#CyBTWxlV0Me2nyga4b6SKQy5useEtFPH > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHKD1K3Akw7gIMBRTt5kKlDbnTHVB32v { width:20rem;height:13.875rem;top:1.25rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veBIK3JbAVqgtOodEiclTwknNSPwfTmT { width:20rem;height:2.75rem;top:1.25rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iElscr51WyeH2GU7ETfIruPJvXhk4EXy { width:3.625rem;height:1.4624rem;top:1.8935546875rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5ExxR23fsaSRXhCCVQo2AiST0viq6my { width:20rem;height:2.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxsLWTudzTyzdUWqiaIBvSkIMlvrTThl { width:20rem;height:2.75rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R94ZqhcH8aqJJnxn926S5Z4uraS9ETnc { width:3.8125rem;height:0.8125rem;top:4.90625rem;left:5.8125rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZZT4FQO38asSTonAf0h5puGqy0mlcfqD { width:13.8125rem;height:0.8125rem;top:13.15625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr7mPdmC9loFrLxh3EpKyyMqrTsJfzyr { width:10.6875rem;height:1.625rem;top:10.0625rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRb0CE8RQuMz6W1ncPxbXEd31lrTIWlf { width:10rem;height:1.625rem;top:7.375rem;left:1.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3FPUehElTRvDDlI1pE4xOQ31TdHLgkX { width:4.125rem;height:0.8125rem;top:4.96875rem;left:15.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0z0ufPp6RDucN2yHZsSJnFmBvH1ulPd { width:0.125rem;height:11rem;top:4rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBGo3uSKON9iLy282tSbSlzvuispvcKP { width:4.9375rem;height:1.625rem;top:7.375rem;left:14.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1C73Cz7x3mVLDDOKSttE2EABy0oRkW9 { width:3.6875rem;height:0.8125rem;top:10.46875rem;left:15.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnl3PyT7SigOoGtz9DZdWiLZB6lp7H4T { width:3.1875rem;height:0.8125rem;top:13.15625rem;left:15.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc { display:block; }#nUFmSJTiWbI0bml8eOf77wVMWeWrf8kc > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wa4VfEd5dda5yHUJDbiRe0uiNF1wsbEU { width:20rem;height:11rem;top:1.25rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erLi0Vfrhwu7Z6EsnryWn9wBoMHqRHLv { width:20rem;height:2.75rem;top:1.25rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJMFqrUfnt0KGPfXS8OGlzuzeTTrrGKP { width:13.6875rem;height:1.4624rem;top:1.8932285308838rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spbksJ6y9vZSyB71SRHSmkpTHZNNv8Ow { width:20rem;height:2.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh3BpRtvoHeA4Pugx6CAbv6dkN92Txus { width:20rem;height:2.75rem;top:9.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQRzLqqc03aEb6cGL1axpAZvyWsyT7Zg { width:3.8125rem;height:0.8125rem;top:4.96875rem;left:3.25rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IHOX4mcfWxIAMT09UoLe9gFSHMAQcHEJ { width:10.125rem;height:0.8125rem;top:10.46875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkmEd80oFGGSBrxiN7OQCFWCT8DSvasE { width:10rem;height:0.8125rem;top:7.625rem;left:0.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlCM1zzxAyNOFq2itIoZrpBMBg6ARLnJ { width:4.125rem;height:0.8125rem;top:4.96875rem;left:12.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6dTLn5cOAm1K3UJCJtmmhwTCW5ddfkU { width:0.125rem;height:11rem;top:4.1666698455811rem;left:10.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB4iX6SFBd70r0u7RCqnAaAG6ULp6bbw { width:9.1875rem;height:0.8125rem;top:7.625rem;left:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPEoceoAPzsBMgZ9q4xKnbvg9Prc8mun { width:8.5rem;height:0.8125rem;top:10.46875rem;left:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSkaWzn08S8HlEn52L7t0qbTlysTAu4m { display:block; }#rSkaWzn08S8HlEn52L7t0qbTlysTAu4m > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCK7kJKBiA6osu884yphTiwdrVR9Jop2 { width:20rem;height:13.6875rem;top:1.25rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN0hlaAnEwLtiKkdGaZIQXCFd28hfnXm { width:20rem;height:2.75rem;top:1.25rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebkyv3RLap1Gy2LfSd3W9c1QFqzevTaP { width:18.9375rem;height:1.4624rem;top:1.892578125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IasJHWtWcENTHKQgRulDevsqgkTToVpF { width:20rem;height:2.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J72hqWKOzgcT14g5zsZIbZogemV81VR4 { width:20rem;height:2.75rem;top:9.5rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #g4Bw0sAxRv3nI3ziAUWeQOIUTV29UTf4 { width:7.875rem;height:0.8125rem;top:4.96875rem;left:1.1875rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #M4pAvwk03ByzAtGr9Np7xup4P8mfAwmn { width:10.125rem;height:0.8125rem;top:10.46875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceKhDQCOpzSTMhuKMCU8k9BSvG8FFgB9 { width:10rem;height:0.8125rem;top:7.625rem;left:0.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmTviVDRDCoh5B18KFPfTEo5EVcTtMHy { width:8.125rem;height:0.8125rem;top:4.96875rem;left:11.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTTh1yLgsAMLNP3xfvoZawc5AhKtBiun { width:0.125rem;height:11.0625rem;top:4.1666698455811rem;left:10.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei98yManskErfWTEFMSakTDFaMVMTxUW { width:9.1875rem;height:0.8125rem;top:7.625rem;left:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Hdq1OmWJLIarP0WiVT66FkRpouoEP0 { width:8.5rem;height:0.8125rem;top:10.46875rem;left:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6kGWqBi3Vy7J4fNyNGmpgHAmoJDiUd6 { width:10.1875rem;height:0.8125rem;top:13.166015625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHFtP9mfZu6O3Mlt6eNNq3nD36tiUO3U { width:9.1875rem;height:0.8125rem;top:13.166015625rem;left:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnyVNBMgJk52lWJa4hf3yCaGvQSVBWAs { width:20rem;height:1.05615rem;top:16.66650390625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 { display:block; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }