.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefefe;background-image:none;position:relative;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:60rem;position:relative;display:block; }#RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { color:#000000;display:block;width:44.5rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:5.6250004768372rem;left:8.2812509536744rem;height:22.45018125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { background-color:#9b8142;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:#1f1c1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.183625rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:29.437255859375rem;left:8.28125rem;display:block; }
#iy83BnqSECBPxLUNJnm793H8A22NXScJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VQTWUr4DqU2OV3bkHP3wrMNHUtehV3QE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.0625rem;left:2.0625rem;display:block; }
#MBblTLw2g7rbvMaVcaKbUPTG5C7nZbaW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T2qCTkeKrPdBFqg2l531nDnwLlVLgbe0 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:1.0625rem;left:8.1875rem;display:block; }
#Wqg4Plr3CJv7w9tMPai5Fz7pe17v5IOz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vKPcT8uow4dTvofXyRB9uhLZwxg7VWRJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:1.0625rem;left:14.0625rem;display:block; }
#Q5KI93mq8VEFkpoVG0uiASstFF200XBP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lgsC5wVEqTxGtcDib605QyUAr3drURLu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3.5rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:1.0622863769531rem;left:20.74978351593rem;display:block; }
#tFEEkawh9nNV4aX13oKvwfQG18we9mtw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QuRqdz8tQswDRdZooALFyTbkiJnlLMmV { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:28.031005859375rem;left:45.546875rem;overflow:hidden;display:block; }
#RTaUTiaPRWdZT2T8CTHchTFC2806A7oB { color:#9b8142;display:block;width:12.937rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:29.43115234375rem;left:31.81298828125rem;height:3.4497rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefefe;background-image:none;position:relative;display:block; }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row .container { background-color: transparent; background-image: none; }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row .container > .video-iframe-container { display: none; }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row > .video-iframe-container { display: none; }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .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); }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row .container { border-width: 0; border-radius: 0; }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:60rem;position:relative;display:block; }#aTZXpTfBD9RWvEEWvcPuxP18TTBHPlbx { color:#9b8142;display:block;width:41.6875rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:5.5625rem;left:9.125rem;height:3.96264375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wb0Mfl0Vxas10aqRK82MSipZ8VPCsVtn { color:#000000;display:block;width:41.6875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:10.125rem;left:9.125rem;height:25.6484375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cec5ac;background-image:none;position:relative;display:block; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container { background-color: transparent; background-image: none; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container > .video-iframe-container { display: none; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row > .video-iframe-container { display: none; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .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); }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container { border-width: 0; border-radius: 0; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:60rem;position:relative;display:block; }#Ld5TM42TA0y7v9fWTwiIL0zCAhbygMuC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:27.560765743256rem;left:10.000000953674rem;display:block; }
#B585AtnqvH6yscJSdBTaLqnUuctCfGOh { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.249375rem;width:13.125rem;top:51.560333251953rem;left:23.437500953674rem;overflow:hidden;display:block; }
#TT9BxoW7Q5bVFD9rTLrkswQTi8tREa23 { color:#000000;display:block;width:50.8745625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:3.5774741172791rem;left:4.5616331100464rem;height:23.0019375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;display:block; }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row .container { background-color: transparent; background-image: none; }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row .container > .video-iframe-container { display: none; }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row > .video-iframe-container { display: none; }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .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); }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row .container { border-width: 0; border-radius: 0; }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:60rem;position:relative;display:block; }#aGhFJAxD1V0JpWxnMLUxc8KGvEgKKGtu { color:#000000;display:block;width:26.43675rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:6.375rem;left:3rem;height:20.1904375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z1l6Sk3il3RNfznK8Id4P0RkaZ7Weo6I { background-color:#ff3333;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:#fefefe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.183625rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:31.25rem;left:9.6875rem;display:block; }
#daJQavy4A1K7we5uNKkb1cRKOU5n99DW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CcStasKngXfXwe0zbzdK6sRAOCNnDrct { color:#000000;display:block;width:25.49925rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.9;letter-spacing:0;top:15rem;left:31.4375rem;height:19.952375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#k0ekl9wWsE8MJAGuO0JTVdUx4q8K7kuW { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:9.874125rem;top:7.8114153146744rem;left:39.248047828674rem;overflow:hidden;display:block; }
#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cec5ac;background-image:none;position:relative;display:block; }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row .container { background-color: transparent; background-image: none; }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row .container > .video-iframe-container { display: none; }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row > .video-iframe-container { display: none; }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .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); }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row .container { border-width: 0; border-radius: 0; }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:block; }#tFTte3BBfbJL7BkAiQvFDgRkyHxH0aUf { background-color:#9b8142;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:#1f1c1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.183625rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:15.936417877674rem;left:23.407120704651rem;display:block; }
#ItLQWBHM7blPTpmnrahfxaSvLQQo1Oa6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KfMqd5FsL4X9bZQ7q6pEEhypTfecEwDZ { color:#000000;display:block;width:25rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:3.625rem;left:29.4375rem;height:8.999rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RtJLJWBO06xTXGsQKiUIeTmLKS4ZwaTX { color:#000000;display:block;width:18.5623125rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:5rem;left:5.5625rem;height:6.19873125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v9uR67JHZqzBafzrB3STdECxn7MlBM3S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;display:block; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container { background-color: transparent; background-image: none; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container > .video-iframe-container { display: none; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row > .video-iframe-container { display: none; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .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); }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container { border-width: 0; border-radius: 0; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#SXLrhSyUKNuQqRIk6glBgDTM4RprPdfM { color:#9b8142;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.577392578125rem;left:0rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;display:block; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container { background-color: transparent; background-image: none; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container > .video-iframe-container { display: none; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row > .video-iframe-container { display: none; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .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); }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container { border-width: 0; border-radius: 0; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#yl23lpLaHsDedPvsP6wPaTTKiZIf2M9S { color:#000000;display:block;width:57.061625rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:1.7306861877441rem;left:1.4680995941162rem;height:4.60069375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cec5ac;background-image:none;position:relative;display:block; }#OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73 > .row .container { background-color: transparent; background-image: none; }#OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73 > .row .container > .video-iframe-container { display: none; }#OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73 > .row > .video-iframe-container { display: none; }#OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73 > .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); }#OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73 > .row .container { border-width: 0; border-radius: 0; }#OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#XeM3Jry5efFKnzFgTA6w5VICGhpPO91I { color:#000000;display:block;width:25.25rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:23.1875rem;left:2.0625rem;height:12.597625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ammuHxSKBBfuvWps9OB5S1FThn1RTRKE { color:#000000;display:block;width:28.5625rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:29.4375rem;height:12.597625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RRT4C3RtT0zFI5DrOJl4Jr9MReXkITrT { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.0625rem;width:25.25rem;top:0.99935150146487rem;left:1.875rem;overflow:hidden;display:block; }
#DDTKvoEVg941kRivFoeFyCvVtch88TWf { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.124125rem;width:27.686625rem;top:0.99826395511625rem;left:29.389107704163rem;overflow:hidden;display:block; }
#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e3d8;background-image:none;position:relative;display:block; }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row .container { background-color: transparent; background-image: none; }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row .container > .video-iframe-container { display: none; }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row > .video-iframe-container { display: none; }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .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); }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row .container { border-width: 0; border-radius: 0; }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#TGW47qkRC3HzmbecXokXnTI6J6dSu1y1 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:32.5rem;left:12.1875rem;overflow:hidden;display:block; }
#Hmg7QsBUuO5ExE4uzAtErPtTT89OPDv3 { color:#000000;display:block;width:44.3120625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:4.2632379531861rem;left:7.8428831100462rem;height:13.59375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KXLPmdukB59xHg80cR6GL8dvTrS8Wysr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.3730625rem;width:40rem;top:19.873046875rem;left:9.43603515625rem;overflow:hidden;display:block; }
#hBpNLC0T8b3XcqIGlkfyV7JBNbzSFlwa { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:23.4375rem;left:12.1875rem;overflow:hidden;display:block; }
#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn { position:relative;display:block; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn { background-color: transparent; background-image: none; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row .container > .video-iframe-container { display: none; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row > .video-iframe-container { display: none; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .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); }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn { border-width: 0; border-radius: 0; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#hoQnwkmBMvf5xtQgrTNkWWplq19HGuSx { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4.3125rem;top:2.5rem;left:4.8125rem;overflow:hidden;display:block; }
#y4HeLm8wbVcJOnaFRt577MWTcwk3pN84 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:4.1875rem;top:1.9375rem;left:49.999219894409rem;overflow:hidden;display:block; }
#V8MrlEdUk7xyNRgO01236mMo7NW2oQgT { position:absolute;display:block;z-index:100001;background-color:#f4dccc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:4.375rem;width:4.375rem;top:1.875rem;left:36rem;display:block; }
#ETEpmcfixSwKewgKPzCIHeh5W4tD6037 { position:absolute;display:block;z-index:100002;background-color:#d5aea0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:4.375rem;width:4.375rem;top:1.875rem;left:51rem;display:block; }
#NQGqJDWV3F8L8Zt2rid1go78o0g1acqc { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.0625rem;top:2.25rem;left:35.440789473684rem;overflow:hidden;display:block; }
#W8n3pkfwTmb9anR4hkFf0zUDhX2s7Xmr { position:absolute;display:block;z-index:99999;background-color:rgba(60,127,80,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:4.375rem;width:4.375rem;top:1.875rem;left:5.375rem;display:block; }
#JGcRPCTay8DBZxGmZMA0pENP66HS8siu { position:absolute;display:block;z-index:99996;background-color:#c1d9c2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:4.375rem;width:4.375rem;top:1.875rem;left:20.25rem;display:block; }
#wGbbO37l3mBfI37JcuRszoTrvPkNTCBt { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:2.34375rem;left:19.5625rem;overflow:hidden;display:block; }
#eBegKrXmx3vRMTxxuPP631EtClxmisKr { color:#2d403e;display:block;width:13.375rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:7.93701171875rem;left:0.811767578125rem;height:5.11596875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZRdApVc1J4uZgkLEIcxVni70qSR9JUl { color:#000000;display:block;width:13.375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:13.612060546875rem;left:0.811767578125rem;height:11.76175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJXIfMw27kN4KD74mhP5ynoGMAJfnV8A { color:#000000;display:block;width:13.375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:13.612060546875rem;left:15.811767578125rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CyiRflNhvqLQtEMTOyi7mJSkfaqtHwTz { color:#87b289;display:block;width:12.124rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:7.93701171875rem;left:16.436767578125rem;height:5.17846875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vGQn5crpVq8Iw8JyEkE0ZyXDoTtbnO7c { color:#be9a84;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:30.000001907349rem;height:1.767825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NCZ7NlIOsLFSqAg34WliHQEHftJsFKwS { color:#000000;display:block;width:13.875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:10.686849117279rem;left:30.562066078186rem;height:13.161625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDF2MUWRow75lZyku4FSe8gZnOcIcXrT { color:#8c5345;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:8rem;left:45.000001907349rem;height:1.767825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QXTHOClzSUphUMS0wsvwiiQD2O6zHnAo { color:#000000;display:block;width:13.374rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:10.687255859375rem;left:45.811767578125rem;height:16.1489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cec5ac;background-image:none;position:relative;display:block; }#KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9 > .row .container { background-color: transparent; background-image: none; }#KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9 > .row .container > .video-iframe-container { display: none; }#KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9 > .row > .video-iframe-container { display: none; }#KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9 > .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); }#KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9 > .row .container { border-width: 0; border-radius: 0; }#KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9 > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#uozsv6XkRLu141RH4glTJTunEdcDGbkl { background-color:#ff3333;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.311rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:9.54345703125rem;left:21.84326171875rem;display:block; }
#bXUlbAttXSE6dAAPyRPL2ASE1idOKKI6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZkhB9TtOCDzsPSKe5BfNBXiQB6GILB3V { color:#740001;display:block;width:41.31225rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.31201171875rem;left:9.3408203125rem;height:5.26025625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#E8cDnWOfuB8S41198NCcdsQuTs6QWQit { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;display:block; }#E8cDnWOfuB8S41198NCcdsQuTs6QWQit > .row .container { background-color: transparent; background-image: none; }#E8cDnWOfuB8S41198NCcdsQuTs6QWQit::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E8cDnWOfuB8S41198NCcdsQuTs6QWQit > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E8cDnWOfuB8S41198NCcdsQuTs6QWQit > .row .container > .video-iframe-container { display: none; }#E8cDnWOfuB8S41198NCcdsQuTs6QWQit > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E8cDnWOfuB8S41198NCcdsQuTs6QWQit > .row > .video-iframe-container { display: none; }#E8cDnWOfuB8S41198NCcdsQuTs6QWQit > .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); }#E8cDnWOfuB8S41198NCcdsQuTs6QWQit > .row .container { border-width: 0; border-radius: 0; }#E8cDnWOfuB8S41198NCcdsQuTs6QWQit > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#S5iM5xuQ2uaga65EDAhEHBluQVx5FdJQ { color:#740001;display:block;width:33.6853125rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.93701171875rem;left:2.186279296875rem;height:2.598875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;display:block; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { background-color: transparent; background-image: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container > .video-iframe-container { display: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row > .video-iframe-container { display: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .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); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { border-width: 0; border-radius: 0; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:60rem;position:relative;display:block; }#Eu9iwVlRBNJ6xgL5J3H1Rk6L25u2LFPK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:27.5rem;top:9.875rem;left:1.25rem;overflow:hidden;display:block; }
#p2x3XCVZTIBDO6wrrEhWGtDc66NXTNkk { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.625rem;width:21.625rem;top:8.25rem;left:2.375rem;overflow:hidden;display:block; }
#kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL { color:#000000;display:block;width:28.75rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.6;letter-spacing:0;top:16.0595703125rem;left:30.625rem;height:34.484375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gBdaIQ7SOh82rS9tmO2ub3NSrTslqqI0 { color:#fefefe;display:block;width:2.124025rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.125rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILR0v1F9eWhi9XNqOItlTt9BmxPV97o9 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.374025rem;width:3.374025rem;top:1.8125rem;left:1.5rem;overflow:hidden;display:block; }
#pHW8RlRn28U7CVRCQQwI9JMpoExCuvoF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.374025rem;width:3.374025rem;top:1.8125rem;left:9.1875rem;overflow:hidden;display:block; }
#bL1Qze8fVlwO5wAnWnUGyEGdXrEcBvBu { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.374025rem;width:3.374025rem;top:1.8125rem;left:16.875rem;overflow:hidden;display:block; }
#fmgnQHc6699IdbAM2M5BPTlidhFLVT1T { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.374025rem;width:3.374025rem;top:1.8125rem;left:24.5rem;overflow:hidden;display:block; }
#opkVUMcPEFcZDkDW5mXE2dggKvXHNZHl { color:#fefefe;display:block;width:2.124025rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:9.8125rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTSUT7Pw4ywHOOkJT22902wwH8NA1MCG { color:#fefefe;display:block;width:2.124025rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.3125rem;left:17.5rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F284mMhlH8oKSchNgyChHf859VD4KI0P { color:#fefefe;display:block;width:2.124025rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.3125rem;left:25.125rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tg1L73gPJkBhE9D3fEHnr01V5U7ODlam { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:5.8125rem;left:0.9375rem;height:0.87524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RqmAxPtqCPrXyCNPCe5hk4RILKNO1kJF { color:#000000;display:block;width:4.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:5.8125rem;left:8.5rem;height:0.87524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vGWifyVUS1DqFeQ0UV331fe52q46SOy4 { color:#000000;display:block;width:6.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:5.8125rem;left:15.3125rem;height:0.87524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#apOHaWNk6OaAWP9HPInNtpF0LEfwhpT8 { color:#000000;display:block;width:5.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:5.8125rem;left:23.3125rem;height:0.87524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTNNOmTQgMHKH41zWuweizT5cRgM8ihD { color:#666666;display:block;width:28.8745rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:34.296875rem;left:0.562744140625rem;height:2.598875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tOr0oxIZi5RdOo4gpDpFpsdJIcoMb2PT { color:#000000;display:block;width:28.75rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:100015;line-height:1.6;letter-spacing:0;top:38.12255859375rem;left:0.625rem;height:18.691375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kHH9ZJDEmoaAvdCmIZzwgx8dcX2g1TTP { color:#666666;display:block;width:28.75rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:9.874267578125rem;left:30.625rem;height:3.41064375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { position:relative;display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { background-color: transparent; background-image: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container > .video-iframe-container { display: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container { display: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .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); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { border-width: 0; border-radius: 0; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#VQzm7IlPNTpWFfGILMBnT2HoT1JKscEF { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.436767578125rem;left:27.1875rem;overflow:hidden;display:block; }
#kNJ0Lc4OJWydbtPyT90cLHosg3xq4KC6 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.436767578125rem;left:43.773193359375rem;overflow:hidden;display:block; }
#dQP2i9hrSRIGxD5EG9pz34i5asWTnB98 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.436767578125rem;left:11.392822265625rem;overflow:hidden;display:block; }
#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cec5ac;background-image:none;position:relative;display:block; }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row .container { background-color: transparent; background-image: none; }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row .container > .video-iframe-container { display: none; }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row > .video-iframe-container { display: none; }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .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); }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row .container { border-width: 0; border-radius: 0; }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;position:relative;display:block; }#n7IpGDTvuEx1QCckP2OUZnC8o2LyAE39 { color:#666666;display:block;width:40.1875rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:8.585205078125rem;left:8.09326171875rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZM4EaxR7Geu5TFMBro7DbBnIF5k0bQU { color:#ff3333;display:block;width:39.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:4.12451171875rem;left:8.24951171875rem;height:3.4609375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#C0FXOUiTA7geOFNQzcZrtA5P8nLLmQDy { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:11.312255859375rem;left:8.18603515625rem;display:block; }
#mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cec5ac;background-image:none;position:relative;display:block; }#mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb > .row .container { background-color: transparent; background-image: none; }#mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb > .row .container > .video-iframe-container { display: none; }#mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb > .row > .video-iframe-container { display: none; }#mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb > .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); }#mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb > .row .container { border-width: 0; border-radius: 0; }#mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#ylSMggR5sqTixnckQc2NwfV505w5tQzn { color:#740001;display:block;width:40.5615rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.607421875rem;left:9.686279296875rem;height:2.598875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cec5ac;background-image:none;position:relative;display:block; }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row .container { background-color: transparent; background-image: none; }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row .container > .video-iframe-container { display: none; }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row > .video-iframe-container { display: none; }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .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); }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row .container { border-width: 0; border-radius: 0; }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#ILVhNOBwK5y1uNTTg92unoEVZHf9pU2D { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.183625rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:3.625rem;left:10.875rem;display:block; }
#l8WMHk1UnWLMN3FDmxSr9LgddkHc5XBc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ByxVqhidZTFf7SuzavNx50mKM9R4pcon { background-color:#2ed058;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.183625rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:3.625rem;left:36rem;display:block; }
#D2G80WecVtIJuTOq7xFgMicIRb1XfJGU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #120000, #ff0202);background-image: -moz-linear-gradient(45deg, #120000, #ff0202);background-image: -ms-linear-gradient(45deg, #120000, #ff0202);background-image: -o-linear-gradient(45deg, #120000, #ff0202);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#120000', endColorstr='#ff0202' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#120000', endColorstr='#ff0202' );";background-image: linear-gradient(45deg, #120000, #ff0202);background-size:auto !important;position:relative;display:block; }#XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7 > .row .container { background-color: transparent; background-image: none; }#XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7 > .row .container > .video-iframe-container { display: none; }#XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7 > .row > .video-iframe-container { display: none; }#XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7 > .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); }#XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7 > .row .container { border-width: 0; border-radius: 0; }#XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#Vm1bRTp708GT45ATllWOMsFKieqP1Mcp { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.671875rem;left:0rem;height:2.598875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #120000, #ff0202);background-image: -moz-linear-gradient(45deg, #120000, #ff0202);background-image: -ms-linear-gradient(45deg, #120000, #ff0202);background-image: -o-linear-gradient(45deg, #120000, #ff0202);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#120000', endColorstr='#ff0202' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#120000', endColorstr='#ff0202' );";background-image: linear-gradient(45deg, #120000, #ff0202);background-size:auto !important;position:relative;display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { background-color: transparent; background-image: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .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); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { border-width: 0; border-radius: 0; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;position:relative;display:block; }#ddHKznW0ewldE3iJ40M2dpVoXRBHAKls { color:#ffffff;display:block;width:52.8125rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.255859375rem;left:3.59375rem;height:6.3354375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-form-header {  }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:3.125rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffb100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:700;color:#000008;width:19.5625rem;height:3.125rem;font-family:dosis;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:dosis;line-height:1.3;font-size:0.9375rem;font-weight:300;color:#ffffff;vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:first-of-type{padding-top:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:last-of-type{padding-bottom:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.529296875rem;top:9.6875rem;z-index:100005;position:absolute; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem;display:block;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 {display:block;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.529296875rem;top:9.6875rem;z-index:100005;position:absolute; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #I6EODbw7r3HD5TnfRwphMNOwt6UdxgPk { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #hZuyM7patqZfUzPLkQCKlydIe55gS2wR { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LVZHQq0xzPusunswuxUS8ASoKh9L1CO8 { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #omftMxQFU9L3JGKPl13IKsh0Fyad9kw8 { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #lAOsRSSu5pIKRcWQUSzXVVqye3aguydd { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #TPMbHBnbGZKCo4q4KJDLVqUmJ6BrTK8y { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LmNIIzwDeLuxLHO3TKJCZguP627raGkD { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #llSLeQhkgpFurQVO321fKq7EZ8E0kftp { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #vPF2QuzDrpHmMNv7WeTWeU6SFvpzDaJc { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #THpHToJhh3QvUgJwHeiEeTNIDCdWHNfu { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Cu6U6toC26QKJyPRytAy32RzTtyZaiGo { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #auvpTqIx3P0KmIDJbySrF8zEG12t318L { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #un2h2gL9Cs4NHigqZsVB006tBusFLbUE { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #t2TfGdSl5c8N7qiIrryIksDuIWBFrOMg { position:relative;z-index:2; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #RcA2XRzc2BpofWVWvwKg8hhiruSlG4do { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Lik4x5D3pqiN8nMHL5fKwMdGHmOJoFTs { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #dNVZ4VVO58ZSOnm28qPTToNN5D0si8gJ { position:relative; }
#WLtxowbKNZCT1Hdy3w1I23XEoIOme4aG { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5rem;width:6.5rem;top:20.810546875rem;left:47.08984375rem;overflow:hidden;display:block; }
#G9VLHZtXRTXy8nq71IWckH7VTtJvqRIp { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5rem;width:6.5rem;top:11.1865234375rem;left:47.060546875rem;overflow:hidden;display:block; }
#BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1 > .row .container { background-color: transparent; background-image: none; }#BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1 > .row .container > .video-iframe-container { display: none; }#BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1 > .row > .video-iframe-container { display: none; }#BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1 > .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); }#BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1 > .row .container { border-width: 0; border-radius: 0; }#BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#C4LrDTnz6WPpwh2csCyuTNbuTHxrd1oX { color:#000008;display:block;width:46.8103125rem;position:absolute;font-family:dosis;font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:8.375244140625rem;left:6.561279296875rem;height:5.99365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SEIBwuCQwSP3CgcG264oAvlQu0KPTCbD { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:9.5625rem;top:1.76513671875rem;left:25.185546875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { top:5.625rem;left:2.1562509536743rem;width:44.4375rem;height:22.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { width:13.125rem;height:3.4375rem;top:29.375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy83BnqSECBPxLUNJnm793H8A22NXScJ { display:block; }
 }@media only screen and (max-width: 763px) { #VQTWUr4DqU2OV3bkHP3wrMNHUtehV3QE { width:5rem;height:3.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBblTLw2g7rbvMaVcaKbUPTG5C7nZbaW { display:block; }
 }@media only screen and (max-width: 763px) { #T2qCTkeKrPdBFqg2l531nDnwLlVLgbe0 { width:5rem;height:3.4375rem;top:1.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqg4Plr3CJv7w9tMPai5Fz7pe17v5IOz { display:block; }
 }@media only screen and (max-width: 763px) { #vKPcT8uow4dTvofXyRB9uhLZwxg7VWRJ { width:5.625rem;height:3.4375rem;top:1.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5KI93mq8VEFkpoVG0uiASstFF200XBP { display:block; }
 }@media only screen and (max-width: 763px) { #lgsC5wVEqTxGtcDib605QyUAr3drURLu { width:9.875rem;height:3.5rem;top:1rem;left:14.62478351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFEEkawh9nNV4aX13oKvwfQG18we9mtw { display:block; }
 }@media only screen and (max-width: 763px) { #QuRqdz8tQswDRdZooALFyTbkiJnlLMmV { top:28rem;left:39.421875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTaUTiaPRWdZT2T8CTHchTFC2806A7oB { top:29.375rem;left:25.68798828125rem;width:12.875rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC { display:block; }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTZXpTfBD9RWvEEWvcPuxP18TTBHPlbx { top:5.5625rem;left:3rem;width:41.6875rem;height:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb0Mfl0Vxas10aqRK82MSipZ8VPCsVtn { top:10.0625rem;left:2.9993505477905rem;width:41.625rem;height:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S29QhdnmrAaPewOI7cJgba9uXILT7OJQ { display:block; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld5TM42TA0y7v9fWTwiIL0zCAhbygMuC { top:27.5rem;left:3.8750009536743rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B585AtnqvH6yscJSdBTaLqnUuctCfGOh { top:51.5rem;left:17.312500953674rem;width:13.125rem;height:7.249375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9BxoW7Q5bVFD9rTLrkswQTi8tREa23 { top:3.5625rem;left:0rem;width:47.75rem;height:22.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl { display:block; }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGhFJAxD1V0JpWxnMLUxc8KGvEgKKGtu { top:6.3125rem;left:0rem;width:26.375rem;height:20.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1l6Sk3il3RNfznK8Id4P0RkaZ7Weo6I { width:13.125rem;height:3.4375rem;top:31.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daJQavy4A1K7we5uNKkb1cRKOU5n99DW { display:block; }
 }@media only screen and (max-width: 763px) { #CcStasKngXfXwe0zbzdK6sRAOCNnDrct { top:15rem;left:22.3125rem;width:25.4375rem;height:19.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ekl9wWsE8MJAGuO0JTVdUx4q8K7kuW { top:7.75rem;left:33.123047828674rem;width:9.8125rem;height:5.2793443722861rem;display:block; }
 }@media only screen and (max-width: 763px) { #COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK { display:block; }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFTte3BBfbJL7BkAiQvFDgRkyHxH0aUf { width:13.125rem;height:3.4375rem;top:15.875rem;left:17.282120704651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItLQWBHM7blPTpmnrahfxaSvLQQo1Oa6 { display:block; }
 }@media only screen and (max-width: 763px) { #KfMqd5FsL4X9bZQ7q6pEEhypTfecEwDZ { top:3.625rem;left:22.75rem;width:25rem;height:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtJLJWBO06xTXGsQKiUIeTmLKS4ZwaTX { top:5rem;left:0rem;width:18.5rem;height:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9uR67JHZqzBafzrB3STdECxn7MlBM3S { display:block; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXLrhSyUKNuQqRIk6glBgDTM4RprPdfM { top:1.5625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ { display:block; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yl23lpLaHsDedPvsP6wPaTTKiZIf2M9S { top:1.6875rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73 { display:block; }#OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeM3Jry5efFKnzFgTA6w5VICGhpPO91I { top:23.1875rem;left:0rem;width:25.1875rem;height:12.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ammuHxSKBBfuvWps9OB5S1FThn1RTRKE { top:23.1875rem;left:19.25rem;width:28.5rem;height:12.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRT4C3RtT0zFI5DrOJl4Jr9MReXkITrT { width:25.25rem;height:21.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDTKvoEVg941kRivFoeFyCvVtch88TWf { width:27.625rem;height:21.077106838591rem;top:0.9375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 { display:block; }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGW47qkRC3HzmbecXokXnTI6J6dSu1y1 { top:32.5rem;left:6.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmg7QsBUuO5ExE4uzAtErPtTT89OPDv3 { top:4.25rem;left:1.7178831100464rem;width:44.25rem;height:13.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXLPmdukB59xHg80cR6GL8dvTrS8Wysr { width:40rem;height:22.3730625rem;top:19.8125rem;left:3.31103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBpNLC0T8b3XcqIGlkfyV7JBNbzSFlwa { top:23.4375rem;left:6.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn { display:block; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hoQnwkmBMvf5xtQgrTNkWWplq19HGuSx { top:2.5rem;left:3.28125rem;width:4.3125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4HeLm8wbVcJOnaFRt577MWTcwk3pN84 { top:1.9375rem;left:39.280469894409rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8MrlEdUk7xyNRgO01236mMo7NW2oQgT { top:1.875rem;left:28.34375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETEpmcfixSwKewgKPzCIHeh5W4tD6037 { top:1.875rem;left:40.28125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQGqJDWV3F8L8Zt2rid1go78o0g1acqc { top:2.25rem;left:27.784539473684rem;width:3.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8n3pkfwTmb9anR4hkFf0zUDhX2s7Xmr { top:1.875rem;left:3.84375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGcRPCTay8DBZxGmZMA0pENP66HS8siu { top:1.875rem;left:15.65625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGbbO37l3mBfI37JcuRszoTrvPkNTCBt { top:2.3125rem;left:14.96875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBegKrXmx3vRMTxxuPP631EtClxmisKr { top:7.875rem;left:0rem;width:13.375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZRdApVc1J4uZgkLEIcxVni70qSR9JUl { top:13.5625rem;left:0rem;width:13.375rem;height:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJXIfMw27kN4KD74mhP5ynoGMAJfnV8A { top:13.5625rem;left:10.5rem;width:13.375rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyiRflNhvqLQtEMTOyi7mJSkfaqtHwTz { top:7.875rem;left:11.8125rem;width:12.0625rem;height:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGQn5crpVq8Iw8JyEkE0ZyXDoTtbnO7c { top:7.875rem;left:21rem;width:14.8125rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCZ7NlIOsLFSqAg34WliHQEHftJsFKwS { top:10.625rem;left:21.9375rem;width:13.875rem;height:13.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDF2MUWRow75lZyku4FSe8gZnOcIcXrT { top:7.9375rem;left:33rem;width:14.75rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXTHOClzSUphUMS0wsvwiiQD2O6zHnAo { top:10.625rem;left:34.4375rem;width:13.3125rem;height:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9 { display:block; }#KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uozsv6XkRLu141RH4glTJTunEdcDGbkl { width:16.25rem;height:3.4375rem;top:9.5rem;left:15.71826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXUlbAttXSE6dAAPyRPL2ASE1idOKKI6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZkhB9TtOCDzsPSKe5BfNBXiQB6GILB3V { top:2.25rem;left:3.2158203125rem;width:41.25rem;height:5.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8cDnWOfuB8S41198NCcdsQuTs6QWQit { display:block; }#E8cDnWOfuB8S41198NCcdsQuTs6QWQit > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5iM5xuQ2uaga65EDAhEHBluQVx5FdJQ { top:2.875rem;left:0rem;width:33.625rem;height:0;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHStD6BOVApH2P49PTEyVwyX7muMXIGZ { display:block; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eu9iwVlRBNJ6xgL5J3H1Rk6L25u2LFPK { top:9.875rem;left:0rem;width:27.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2x3XCVZTIBDO6wrrEhWGtDc66NXTNkk { top:8.25rem;left:0rem;width:21.5625rem;height:24.553116220997rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL { top:16rem;left:19rem;width:28.75rem;height:34.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBdaIQ7SOh82rS9tmO2ub3NSrTslqqI0 { top:2.25rem;left:0rem;width:2.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILR0v1F9eWhi9XNqOItlTt9BmxPV97o9 { width:3.3125rem;height:3.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHW8RlRn28U7CVRCQQwI9JMpoExCuvoF { width:3.3125rem;height:3.3125rem;top:1.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL1Qze8fVlwO5wAnWnUGyEGdXrEcBvBu { width:3.3125rem;height:3.3125rem;top:1.8125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmgnQHc6699IdbAM2M5BPTlidhFLVT1T { width:3.3125rem;height:3.3125rem;top:1.8125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opkVUMcPEFcZDkDW5mXE2dggKvXHNZHl { top:2.3125rem;left:6.75rem;width:2.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTSUT7Pw4ywHOOkJT22902wwH8NA1MCG { top:2.3125rem;left:14.4375rem;width:2.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F284mMhlH8oKSchNgyChHf859VD4KI0P { top:2.3125rem;left:21.8125rem;width:2.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1L73gPJkBhE9D3fEHnr01V5U7ODlam { top:5.8125rem;left:0rem;width:4.5rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqmAxPtqCPrXyCNPCe5hk4RILKNO1kJF { top:5.8125rem;left:5.4375rem;width:4.75rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGWifyVUS1DqFeQ0UV331fe52q46SOy4 { top:5.8125rem;left:12.25rem;width:6.4375rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apOHaWNk6OaAWP9HPInNtpF0LEfwhpT8 { top:5.8125rem;left:18.1875rem;width:5.6875rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTNNOmTQgMHKH41zWuweizT5cRgM8ihD { top:34.25rem;left:0rem;width:28.8125rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOr0oxIZi5RdOo4gpDpFpsdJIcoMb2PT { top:38.0625rem;left:0rem;width:28.75rem;height:18.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHH9ZJDEmoaAvdCmIZzwgx8dcX2g1TTP { top:9.8125rem;left:19rem;width:28.75rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQzm7IlPNTpWFfGILMBnT2HoT1JKscEF { top:1.375rem;left:21.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNJ0Lc4OJWydbtPyT90cLHosg3xq4KC6 { top:1.375rem;left:37.648193359375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQP2i9hrSRIGxD5EG9pz34i5asWTnB98 { top:1.375rem;left:5.267822265625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH { display:block; }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7IpGDTvuEx1QCckP2OUZnC8o2LyAE39 { top:8.5625rem;left:1.96826171875rem;width:40.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZM4EaxR7Geu5TFMBro7DbBnIF5k0bQU { top:4.0625rem;left:2.12451171875rem;width:39.875rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0FXOUiTA7geOFNQzcZrtA5P8nLLmQDy { width:40rem;height:22.5rem;top:11.25rem;left:2.06103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb { display:block; }#mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylSMggR5sqTixnckQc2NwfV505w5tQzn { top:2.5625rem;left:3.561279296875rem;width:40.5rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 { display:block; }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILVhNOBwK5y1uNTTg92unoEVZHf9pU2D { width:13.125rem;height:3.4375rem;top:3.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8WMHk1UnWLMN3FDmxSr9LgddkHc5XBc { display:block; }
 }@media only screen and (max-width: 763px) { #ByxVqhidZTFf7SuzavNx50mKM9R4pcon { width:13.125rem;height:3.4375rem;top:3.625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2G80WecVtIJuTOq7xFgMicIRb1XfJGU { display:block; }
 }@media only screen and (max-width: 763px) { #XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7 { display:block; }#XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vm1bRTp708GT45ATllWOMsFKieqP1Mcp { top:3.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddHKznW0ewldE3iJ40M2dpVoXRBHAKls { top:2.25rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.1875rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6  { width:20.4375rem;height:auto;top:9.6875rem;left:12.404296875rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 {display:block;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 { width:20.4375rem;height:auto;top:9.6875rem;left:12.404296875rem; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #I6EODbw7r3HD5TnfRwphMNOwt6UdxgPk {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #hZuyM7patqZfUzPLkQCKlydIe55gS2wR {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LVZHQq0xzPusunswuxUS8ASoKh9L1CO8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #omftMxQFU9L3JGKPl13IKsh0Fyad9kw8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #lAOsRSSu5pIKRcWQUSzXVVqye3aguydd {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #TPMbHBnbGZKCo4q4KJDLVqUmJ6BrTK8y {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LmNIIzwDeLuxLHO3TKJCZguP627raGkD {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #llSLeQhkgpFurQVO321fKq7EZ8E0kftp {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #vPF2QuzDrpHmMNv7WeTWeU6SFvpzDaJc {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #THpHToJhh3QvUgJwHeiEeTNIDCdWHNfu {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Cu6U6toC26QKJyPRytAy32RzTtyZaiGo {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #auvpTqIx3P0KmIDJbySrF8zEG12t318L {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #un2h2gL9Cs4NHigqZsVB006tBusFLbUE {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #t2TfGdSl5c8N7qiIrryIksDuIWBFrOMg {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #RcA2XRzc2BpofWVWvwKg8hhiruSlG4do {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Lik4x5D3pqiN8nMHL5fKwMdGHmOJoFTs {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #dNVZ4VVO58ZSOnm28qPTToNN5D0si8gJ {  }
 }@media only screen and (max-width: 763px) { #WLtxowbKNZCT1Hdy3w1I23XEoIOme4aG { top:20.75rem;left:40.96484375rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9VLHZtXRTXy8nq71IWckH7VTtJvqRIp { top:11.125rem;left:40.935546875rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1 { display:block; }#BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4LrDTnz6WPpwh2csCyuTNbuTHxrd1oX { top:8.375rem;left:0.436279296875rem;width:46.75rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEIBwuCQwSP3CgcG264oAvlQu0KPTCbD { top:1.75rem;left:19.060546875rem;width:9.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:#fefefe;background-image:none;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { width:19.375rem;height:16.09156875rem;top:12.633899211884rem;left:0.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { width:13.183625rem;height:3.4375rem;top:29.834419250488rem;left:3.4060330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy83BnqSECBPxLUNJnm793H8A22NXScJ { display:block; }
 }@media only screen and (max-width: 763px) { #VQTWUr4DqU2OV3bkHP3wrMNHUtehV3QE { width:5rem;height:3.4375rem;top:0.124267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBblTLw2g7rbvMaVcaKbUPTG5C7nZbaW { display:block; }
 }@media only screen and (max-width: 763px) { #T2qCTkeKrPdBFqg2l531nDnwLlVLgbe0 { width:3.75rem;height:3.4375rem;top:0.123046875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqg4Plr3CJv7w9tMPai5Fz7pe17v5IOz { display:block; }
 }@media only screen and (max-width: 763px) { #vKPcT8uow4dTvofXyRB9uhLZwxg7VWRJ { width:5.5rem;height:3.4375rem;top:0.123046875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5KI93mq8VEFkpoVG0uiASstFF200XBP { display:block; }
 }@media only screen and (max-width: 763px) { #lgsC5wVEqTxGtcDib605QyUAr3drURLu { width:5rem;height:3.4375rem;top:0.124267578125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFEEkawh9nNV4aX13oKvwfQG18we9mtw { display:block; }
 }@media only screen and (max-width: 763px) { #QuRqdz8tQswDRdZooALFyTbkiJnlLMmV { width:4.6875rem;height:4.6875rem;top:4.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTaUTiaPRWdZT2T8CTHchTFC2806A7oB { width:7.8125rem;height:2.448725rem;top:9.3125rem;left:6.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC { background-color:#fefefe;background-image:none;display:block; }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row .container { background-color: transparent; background-image: none; }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row .container > .video-iframe-container { display: none; }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row > .video-iframe-container { display: none; }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .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); }#DQDd5pfJ3IcWyKb5xNUCVsPp3cfnduCC > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTZXpTfBD9RWvEEWvcPuxP18TTBHPlbx { width:18.8125rem;height:5.0610375rem;top:1.5071616172791rem;left:0.59353297948838rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Wb0Mfl0Vxas10aqRK82MSipZ8VPCsVtn { width:18.8125rem;height:15.293rem;top:7.1293406486513rem;left:0.59353297948838rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #S29QhdnmrAaPewOI7cJgba9uXILT7OJQ { background-color:#cec5ac;background-image:none;display:block; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container { background-color: transparent; background-image: none; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container > .video-iframe-container { display: none; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row > .video-iframe-container { display: none; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .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); }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld5TM42TA0y7v9fWTwiIL0zCAhbygMuC { height:11.25rem;width:20rem;top:26.991103410721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B585AtnqvH6yscJSdBTaLqnUuctCfGOh { width:7.4370625rem;height:3.93663125rem;top:20.509981632232rem;left:6.2814674973487rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9BxoW7Q5bVFD9rTLrkswQTi8tREa23 { width:20rem;height:16.355rem;top:2.4730901718139rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.7;font-family:poppins;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl { background-color:#fefefe;background-image:none;display:block; }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row .container { background-color: transparent; background-image: none; }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row .container > .video-iframe-container { display: none; }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row > .video-iframe-container { display: none; }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .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); }#xHq0ETMuKVMgRqlZukST1eKbTs3kNHZl > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGhFJAxD1V0JpWxnMLUxc8KGvEgKKGtu { width:18.2498125rem;height:8.496125rem;top:2.5477447509766rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Z1l6Sk3il3RNfznK8Id4P0RkaZ7Weo6I { width:13.183625rem;height:3.4375rem;top:32.994791984558rem;left:3.4071183800697rem;display:block; }
 }@media only screen and (max-width: 763px) { #daJQavy4A1K7we5uNKkb1cRKOU5n99DW { display:block; }
 }@media only screen and (max-width: 763px) { #CcStasKngXfXwe0zbzdK6sRAOCNnDrct { width:20rem;height:11.4770625rem;top:12.910156965256rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #k0ekl9wWsE8MJAGuO0JTVdUx4q8K7kuW { width:7.4375rem;height:3.9375rem;top:26.494141578674rem;left:6.2489152550698rem;display:block; }
 }@media only screen and (max-width: 763px) { #COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK { background-color:#cec5ac;background-image:none;display:block; }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row .container { background-color: transparent; background-image: none; }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row .container > .video-iframe-container { display: none; }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row > .video-iframe-container { display: none; }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .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); }#COiCsgr5i0rhNpmlx0fEUt3mueGh1CrK > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFTte3BBfbJL7BkAiQvFDgRkyHxH0aUf { width:13.183625rem;height:3.4375rem;top:31.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItLQWBHM7blPTpmnrahfxaSvLQQo1Oa6 { display:block; }
 }@media only screen and (max-width: 763px) { #KfMqd5FsL4X9bZQ7q6pEEhypTfecEwDZ { width:18.5625rem;height:10.620125rem;top:3.271484375rem;left:0.68603515625rem;font-size:1.25rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RtJLJWBO06xTXGsQKiUIeTmLKS4ZwaTX { width:14.3120625rem;height:4.26171875rem;top:19.310982599854rem;left:2.8428819775581rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v9uR67JHZqzBafzrB3STdECxn7MlBM3S { display:block; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXLrhSyUKNuQqRIk6glBgDTM4RprPdfM { width:19.375rem;height:4.38585rem;top:1.556396484375rem;left:0.3125rem;font-size:1.6875rem;line-height:1.3;color:#9b8142;display:block; }
 }@media only screen and (max-width: 763px) { #Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ { display:block; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yl23lpLaHsDedPvsP6wPaTTKiZIf2M9S { width:20rem;height:10.0951875rem;top:0rem;left:0rem;font-size:1.1875rem;line-height:1.7;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73 { display:block; }#OCbfGQ7G6iyMS8TPwsc8bUwJJH2F4S73 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeM3Jry5efFKnzFgTA6w5VICGhpPO91I { width:18.75rem;height:14.2480625rem;top:1.1853294372559rem;left:0.62500005960463rem;font-size:1.1875rem;line-height:1.5;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ammuHxSKBBfuvWps9OB5S1FThn1RTRKE { width:19.436875rem;height:17.09475rem;top:30.872180938721rem;left:0.56206601858139rem;font-size:1.1875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RRT4C3RtT0zFI5DrOJl4Jr9MReXkITrT { width:14.6875rem;height:11.997625rem;top:16.1875rem;left:0rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #DDTKvoEVg941kRivFoeFyCvVtch88TWf { width:8.9355625rem;height:6.4355625rem;top:23.9375rem;left:10.4375rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 { background-color:#e6e3d8;background-image:none;display:block; }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row .container { background-color: transparent; background-image: none; }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row .container > .video-iframe-container { display: none; }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row > .video-iframe-container { display: none; }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .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); }#JftqyJykVNfnVlf0TGTMmwHyW7lcTkK9 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGW47qkRC3HzmbecXokXnTI6J6dSu1y1 { width:3.75rem;height:3.75rem;top:30.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmg7QsBUuO5ExE4uzAtErPtTT89OPDv3 { width:20rem;height:15.025875rem;top:4.43603515625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:2.1;font-family:poppins;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KXLPmdukB59xHg80cR6GL8dvTrS8Wysr { width:20rem;height:11.1865rem;top:24.654541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBpNLC0T8b3XcqIGlkfyV7JBNbzSFlwa { width:3.75rem;height:3.75rem;top:25.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn { display:block; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hoQnwkmBMvf5xtQgrTNkWWplq19HGuSx { width:4.3125rem;height:4rem;top:2.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4HeLm8wbVcJOnaFRt577MWTcwk3pN84 { width:4.1875rem;height:4.1875rem;top:60.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8MrlEdUk7xyNRgO01236mMo7NW2oQgT { width:4.375rem;height:4.375rem;top:41.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETEpmcfixSwKewgKPzCIHeh5W4tD6037 { width:4.375rem;height:4.375rem;top:60.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQGqJDWV3F8L8Zt2rid1go78o0g1acqc { width:2.625rem;height:3.375rem;top:41.5625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8n3pkfwTmb9anR4hkFf0zUDhX2s7Xmr { width:4.375rem;height:4.375rem;top:2.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGcRPCTay8DBZxGmZMA0pENP66HS8siu { width:4.375rem;height:4.375rem;top:21.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGbbO37l3mBfI37JcuRszoTrvPkNTCBt { width:3.4375rem;height:3.4375rem;top:22.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBegKrXmx3vRMTxxuPP631EtClxmisKr { width:19.5625rem;height:3.3120125rem;top:7.25rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZRdApVc1J4uZgkLEIcxVni70qSR9JUl { width:16.8125rem;height:8.2836875rem;top:11.3125rem;left:1.5625rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KJXIfMw27kN4KD74mhP5ynoGMAJfnV8A { width:16.8125rem;height:6.9030625rem;top:30.75rem;left:1.5625rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CyiRflNhvqLQtEMTOyi7mJSkfaqtHwTz { width:16.31225rem;height:3.2495125rem;top:27rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGQn5crpVq8Iw8JyEkE0ZyXDoTtbnO7c { width:15.18675rem;height:1.625rem;top:45.9375rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCZ7NlIOsLFSqAg34WliHQEHftJsFKwS { width:16.8125rem;height:9.6643125rem;top:48.0625rem;left:1.5625rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #UDF2MUWRow75lZyku4FSe8gZnOcIcXrT { width:18.9375rem;height:1.625rem;top:65.5625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXTHOClzSUphUMS0wsvwiiQD2O6zHnAo { width:16.8115rem;height:11.0449375rem;top:67.6875rem;left:1.5625rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9 { display:block; }#KR69iA5LBCE5sDhr2wPxMoKgKuE4yry9 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uozsv6XkRLu141RH4glTJTunEdcDGbkl { width:17.8723125rem;height:3.4375rem;top:16.37451171875rem;left:1.06201171875rem;background-color:#ff3333;background-image:none;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXUlbAttXSE6dAAPyRPL2ASE1idOKKI6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZkhB9TtOCDzsPSKe5BfNBXiQB6GILB3V { width:20rem;height:12.182625rem;top:1.8115234375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8cDnWOfuB8S41198NCcdsQuTs6QWQit { display:block; }#E8cDnWOfuB8S41198NCcdsQuTs6QWQit > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5iM5xuQ2uaga65EDAhEHBluQVx5FdJQ { width:18.375rem;height:4.87413125rem;top:1.06201171875rem;left:0.811767578125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHStD6BOVApH2P49PTEyVwyX7muMXIGZ { background-color:#fefefe;background-image:none;display:block; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { background-color: transparent; background-image: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container > .video-iframe-container { display: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row > .video-iframe-container { display: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .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); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { width:20rem;height:121.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eu9iwVlRBNJ6xgL5J3H1Rk6L25u2LFPK { width:15.8125rem;height:13rem;top:2.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2x3XCVZTIBDO6wrrEhWGtDc66NXTNkk { width:15.5rem;height:17.6875rem;top:1rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL { width:20rem;height:48.9338625rem;top:72.21923828125rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gBdaIQ7SOh82rS9tmO2ub3NSrTslqqI0 { width:2.06176875rem;height:2.436525rem;top:23.0625rem;left:1.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILR0v1F9eWhi9XNqOItlTt9BmxPV97o9 { width:3.3125rem;height:3.3125rem;top:22.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHW8RlRn28U7CVRCQQwI9JMpoExCuvoF { width:3.31176875rem;height:3.31176875rem;top:22.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL1Qze8fVlwO5wAnWnUGyEGdXrEcBvBu { width:3.31176875rem;height:3.31176875rem;top:22.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmgnQHc6699IdbAM2M5BPTlidhFLVT1T { width:3.3125rem;height:3.3125rem;top:22.625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opkVUMcPEFcZDkDW5mXE2dggKvXHNZHl { width:2.06176875rem;height:2.436525rem;top:23.0625rem;left:6.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTSUT7Pw4ywHOOkJT22902wwH8NA1MCG { width:2.06176875rem;height:2.436525rem;top:23.125rem;left:11.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F284mMhlH8oKSchNgyChHf859VD4KI0P { width:2.06176875rem;height:2.436525rem;top:23.0625rem;left:16.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1L73gPJkBhE9D3fEHnr01V5U7ODlam { width:3.4375rem;height:0.562744375rem;top:26.5625rem;left:0.6875rem;font-size:0.5625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RqmAxPtqCPrXyCNPCe5hk4RILKNO1kJF { width:3.5625rem;height:0.562744375rem;top:26.5625rem;left:5.5rem;font-size:0.5625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGWifyVUS1DqFeQ0UV331fe52q46SOy4 { width:4.6875rem;height:0.562744375rem;top:26.5625rem;left:10.125rem;font-size:0.5625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apOHaWNk6OaAWP9HPInNtpF0LEfwhpT8 { width:3.9375rem;height:0.562744375rem;top:26.5625rem;left:15.375rem;font-size:0.5625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTNNOmTQgMHKH41zWuweizT5cRgM8ihD { width:20rem;height:2.1984875rem;top:19.310302734375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tOr0oxIZi5RdOo4gpDpFpsdJIcoMb2PT { width:20rem;height:28.94925rem;top:28.718017578125rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #kHH9ZJDEmoaAvdCmIZzwgx8dcX2g1TTP { width:20rem;height:10.625rem;top:59.422607421875rem;left:0rem;font-size:1.5625rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQzm7IlPNTpWFfGILMBnT2HoT1JKscEF { width:4.375rem;height:4.375rem;top:0.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNJ0Lc4OJWydbtPyT90cLHosg3xq4KC6 { width:4.375rem;height:4.375rem;top:0.25rem;left:14.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQP2i9hrSRIGxD5EG9pz34i5asWTnB98 { width:4.375rem;height:4.375rem;top:0.25rem;left:0.8740234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH { background-color:#cec5ac;background-image:none;display:block; }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row .container { background-color: transparent; background-image: none; }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row .container > .video-iframe-container { display: none; }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row > .video-iframe-container { display: none; }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .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); }#mkDsqN28G5Py9JBAmnCBcZhXbWbr14XH > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7IpGDTvuEx1QCckP2OUZnC8o2LyAE39 { width:19.3125rem;height:2.76123125rem;top:6.14013671875rem;left:0.311279296875rem;font-size:1.0625rem;line-height:1.3;color:rgba(0,0,0,0.65);text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eZM4EaxR7Geu5TFMBro7DbBnIF5k0bQU { width:20rem;height:2.44385rem;top:1.925048828125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.7;font-family:poppins;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #C0FXOUiTA7geOFNQzcZrtA5P8nLLmQDy { height:11.25rem;width:20rem;top:9.65234453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb { display:block; }#mDRW1dgHUNt0us46b5eoaTfNPsuuxqVb > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylSMggR5sqTixnckQc2NwfV505w5tQzn { width:20rem;height:4.22363125rem;top:2.01220703125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 { background-color:#cec5ac;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row .container { background-color: transparent; background-image: none; }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row .container > .video-iframe-container { display: none; }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row > .video-iframe-container { display: none; }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .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); }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row .container { border-width: 0; border-radius: 0; }#IdmcTl4zksdSrqSfiFEbstLxvsRfPHQ3 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILVhNOBwK5y1uNTTg92unoEVZHf9pU2D { width:13.125rem;height:3.4375rem;top:2.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8WMHk1UnWLMN3FDmxSr9LgddkHc5XBc { display:block; }
 }@media only screen and (max-width: 763px) { #ByxVqhidZTFf7SuzavNx50mKM9R4pcon { width:13.125rem;height:3.4375rem;top:8.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2G80WecVtIJuTOq7xFgMicIRb1XfJGU { display:block; }
 }@media only screen and (max-width: 763px) { #XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7 { display:block; }#XMVsXMePwaTFIlGKwHlCGgvZOp9cGht7 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vm1bRTp708GT45ATllWOMsFKieqP1Mcp { width:20rem;height:7.3720625rem;top:1.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddHKznW0ewldE3iJ40M2dpVoXRBHAKls { width:18.3105625rem;height:10.80075rem;top:6.392578125rem;left:0.843505859375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-form-header {  }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffb100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#000008;width:17.125rem;height:3.25rem;font-family:dosis;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:first-of-type{padding-top:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:last-of-type{padding-bottom:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:12.5498046875rem;z-index:100001; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 {display:block;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:12.5498046875rem;z-index:100001; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #I6EODbw7r3HD5TnfRwphMNOwt6UdxgPk {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #hZuyM7patqZfUzPLkQCKlydIe55gS2wR {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LVZHQq0xzPusunswuxUS8ASoKh9L1CO8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #omftMxQFU9L3JGKPl13IKsh0Fyad9kw8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #lAOsRSSu5pIKRcWQUSzXVVqye3aguydd {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #TPMbHBnbGZKCo4q4KJDLVqUmJ6BrTK8y {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LmNIIzwDeLuxLHO3TKJCZguP627raGkD {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #llSLeQhkgpFurQVO321fKq7EZ8E0kftp {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #vPF2QuzDrpHmMNv7WeTWeU6SFvpzDaJc {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #THpHToJhh3QvUgJwHeiEeTNIDCdWHNfu {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Cu6U6toC26QKJyPRytAy32RzTtyZaiGo {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #auvpTqIx3P0KmIDJbySrF8zEG12t318L {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #un2h2gL9Cs4NHigqZsVB006tBusFLbUE {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #t2TfGdSl5c8N7qiIrryIksDuIWBFrOMg {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #RcA2XRzc2BpofWVWvwKg8hhiruSlG4do {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Lik4x5D3pqiN8nMHL5fKwMdGHmOJoFTs {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #dNVZ4VVO58ZSOnm28qPTToNN5D0si8gJ {  }
 }@media only screen and (max-width: 763px) { #WLtxowbKNZCT1Hdy3w1I23XEoIOme4aG { width:3.75rem;height:3.75rem;top:1.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9VLHZtXRTXy8nq71IWckH7VTtJvqRIp { width:3.75rem;height:3.75rem;top:1.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1 { display:block; }#BZe1LwzZ2TJ9xLLqHx8D36HmMES25tm1 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4LrDTnz6WPpwh2csCyuTNbuTHxrd1oX { width:19.1235rem;height:13.186rem;top:5.28076171875rem;left:0.43701171875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SEIBwuCQwSP3CgcG264oAvlQu0KPTCbD { width:7.4375rem;height:2.75rem;top:1.810302734375rem;left:6.248779296875rem;overflow:hidden;display:block; }
 }