.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#f8ecec;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); }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3dce0c6-3cfb-4f0d-a77c-3a4f42366768/202308_AgniAjurweda_Podlasie_025.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd.adaptive-delivery-prevent-bg, #m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd.lazyload, #m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd.lazyloading { background-image: none; }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row .container { background-color: transparent; background-image: none; }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row .container > .video-iframe-container { display: none; }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row > .video-iframe-container { display: none; }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .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); }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row .container { border-width: 0; border-radius: 0; }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#u6vsWc4kGvXXRGeJE87ihX3FHlJahP8d { color:#7a3855;display:block;width:40.5625rem;position:absolute;font-family:"josefin sans";font-size:5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.6875rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aiCemdRnuTyndc5SA5LEveQX0TNi7sL3 { color:#7a3855;display:block;width:40.625rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.1875rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TswlQAEwkVATRMU2ZHgkwfW16ZwkLf4G { position:absolute;display:block;z-index:15002;background-color:rgba(248,236,236,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:36.25rem;top:9.4375rem;left:2.1875rem;display:block; }
#W2A980aTAd6zP9yQcdOh7eAGsVxhGHaH { color:#a54870;display:block;width:40.625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:32.3125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x12SGkBhhFEWOvDTUvQCPyNBwzdlact1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:35.5625rem;left:22.937501907349rem;overflow:hidden;display:block; }
#q1SMZXPdqK4ewKliGpZRZEVT8BXwvEvm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:12.5rem;left:17.6875rem;overflow:hidden;display:block; }
#ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO { position:relative;display:block; }#ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO { background-color: transparent; background-image: none; }#ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO > .row .container > .video-iframe-container { display: none; }#ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO > .row > .video-iframe-container { display: none; }#ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO > .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); }#ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO { border-width: 0; border-radius: 0; }#ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R4bDWpVDdhslPKloXrMnetdJX4RU6DC2 { color:#7a3855;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.4601554870606rem;left:11.967968940735rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#ACEGTGwDVKzkr4TQEctgvGJHOz8giQ1J { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.4375rem;left:23.656250953674rem;display:block; }
#Gv3cJoFUs788ppayDP9QgLQH8FUTmNu9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZZ9LCDeHkr6quObSD0hPrEuEhqi3zRP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:24.75rem;left:7.8125rem;overflow:hidden;display:block; }
#O52NHf7IgDF4imirdolhJw1oIqtnM4Mr { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:40.8125rem;left:42.25rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#hxHnnUeQmGGdfXT8o4OLBEIk7aezHNhR { color:#7a3855;display:block;width:25.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.500001907349rem;left:38.875000953674rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#n07qa0zhG9D0OHyuzX3yURaI3qAZfQ4I { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:20.8125rem;top:38.875rem;left:41.0625rem;display:block; }
#EWtJb4e18aq3snG0cc8qOcqOS7XnTNzI { position:relative;display:none; }#EWtJb4e18aq3snG0cc8qOcqOS7XnTNzI { border-width: 0; border-radius: 0; }#EWtJb4e18aq3snG0cc8qOcqOS7XnTNzI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EWtJb4e18aq3snG0cc8qOcqOS7XnTNzI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dsGc5hEkl04HxwktC1Ano9WTqIk9sgT5 { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#wkn6miP3SllhW3CwlnHqGvOcDhcdg4Io { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#ov7a2AyM4MoZBAvy4M5HN9zvv8dJrtCi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lal0l7cugfR9QCTRx0htmFwup8Rqmmzu { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#mo3WlzgMnxvTHXoraIp2idNNhaaundUF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:26.625000953674rem;left:9.3125rem;overflow:hidden;display:block; }
#DWC85nrIieJVnFk55elUJWl5Z0dpZkDK { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:40rem;left:40.5625rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#WHI91ckblvowhxxpZBTNUOphtOyxwBUO { color:#7a3855;display:block;width:27.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.499218940735rem;left:36.031250953674rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#UKbN8fodSl6Vxa3bAKSbzVHANoerCy5k { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:39.25rem;left:39.375rem;display:block; }
#Epk9NrkPyUcdcA9wbfM6vJ72NiQrU0Oo { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zirxfrqMywLlm6lPdK6CV1hLTvkc1eLU { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#bwrFl4ZSpCfia2Jmg5kh3rT57MQ3flH6 { position:relative;display:none; }#bwrFl4ZSpCfia2Jmg5kh3rT57MQ3flH6 { border-width: 0; border-radius: 0; }#bwrFl4ZSpCfia2Jmg5kh3rT57MQ3flH6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bwrFl4ZSpCfia2Jmg5kh3rT57MQ3flH6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#g99GJi9UGTL8N2QH6Xs5wIJnZJ1tFPUb { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#S9dXWrdOldzKA5Lc1AbU2GzfyOQ8ceTb { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#Aqlc2MTyfObTlXolaRMiDKtdMnlIAq31 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpbEyKz7t1PQ10F5nxD9gBw7skWJ8ZV8 { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#oBD9WBmhNV2Fxh7blX4IGtAkcT7sd7B0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:26.625000953674rem;left:9.3125rem;overflow:hidden;display:block; }
#ooZ9aB52md9P1mK8u6TVhyJZiTf2w0Jq { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:38.5625rem;left:42.25rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#SxNOmd8HmxAngFXiybTf1VvyHbAehoTN { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.000005960464rem;left:35.812500953674rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#nN039gKa57oSy0fgyBZTQ6HO2qWfxIAc { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:20.8125rem;top:37.25rem;left:41.0625rem;display:block; }
#lvM5ThFLzkIlQSwlpT4hMBqzdI0Lz5Cx { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OHhh1ZsJumStlD00NzTMKrm6xuJ4huB6 { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX { position:relative;display:block; }#EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX { background-color: transparent; background-image: none; }#EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX > .row .container > .video-iframe-container { display: none; }#EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX > .row > .video-iframe-container { display: none; }#EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX > .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); }#EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX { border-width: 0; border-radius: 0; }#EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M3UUhHema4RpT1CSGblVeGLsbQ7qOE13 { color:#7a3855;display:block;width:60.75rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1593749523163rem;left:7.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#sHatHta185vmMuCr3vvkOSe5iEK4oucQ { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.0625rem;left:23.6875rem;display:block; }
#hpqeCGxXRTn75wNqMTQKJmWCS3qnvRcQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bVEkQ7TryCzGTXyT6TdBfQxkm6sRifxX { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#OiRdguP3OIuzOaTukwQfHmeivLwEApBc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:25rem;top:24.125rem;left:9.3125rem;overflow:hidden;display:block; }
#X2MfvywE3E10DPCmeIwyt7fedaqlXcuO { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:38.125rem;left:42.4375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#ZrHAP1MuLUel2vihJIDV8BzoenA9bsZf { color:#7a3855;display:block;width:24.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.1875rem;left:39.25rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#ThCVBgRT1eRAElBbFibd02NLJa95gQTm { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:37.375rem;left:41.25rem;display:block; }
#w9BrGzhxBQuTHaTdt2mk6yet1h4HodkI { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#LydnVZBsvogtCvcodvHCniH6kQMyhgid { position:relative;display:none; }#LydnVZBsvogtCvcodvHCniH6kQMyhgid { border-width: 0; border-radius: 0; }#LydnVZBsvogtCvcodvHCniH6kQMyhgid > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LydnVZBsvogtCvcodvHCniH6kQMyhgid > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tChxuLmN40ZPNWRLVA9I3rTUdtmwyD8S { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.598437309265rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#fiN0HlDk2qiyidB5WTBnmdRSPhKa7R2v { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.012500762939rem;left:23.656251907349rem;display:block; }
#u3baqLcCwXcrDsXeNa5GvIhxU8kGwMOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3wfTAJAeNh3TAPuZ1d1fnMxsQSCO6LW { color:#7a3855;display:block;width:49.25rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.223437786102rem;left:12.875000953674rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#kHQCiHSssH8Ais6mR8IQsdZG2vRoMA3h { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:24.9375rem;top:22.25rem;left:8rem;overflow:hidden;display:block; }
#otOdisfQPZrE9OkSfOcJP3ccpHfH4k9q { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:40.3125rem;left:42.4375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#izfznLVRNyaVCoE9i6BprK8FEnk7cNWS { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.749219894409rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#nM2ceJP6BmJz2LHP4gB0rq8nxf6Hq7eU { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:20.8125rem;top:38.25rem;left:41.25rem;display:block; }
#NmoKQmmoKRawBwJA66KSrqR71dEHKCVZ { position:relative;display:none; }#NmoKQmmoKRawBwJA66KSrqR71dEHKCVZ { border-width: 0; border-radius: 0; }#NmoKQmmoKRawBwJA66KSrqR71dEHKCVZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NmoKQmmoKRawBwJA66KSrqR71dEHKCVZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TVM4rnvPLfbt2Nx9pvy39564ULGtPPr6 { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#KTXIiJQfuFBxXowdRh7STWOaQDiboN0M { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#wdkJ8EC1b4bzUhvvNgiqTay5G5JR0yrx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dOzQCLVQhC6ydhvsC7qXePN4GnlMPkRS { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Zu2fl4GPrTTm608gUNVvOEPuhzf8wQE2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:26.625000953674rem;left:9.3125rem;overflow:hidden;display:block; }
#becPJVGtkw3DSTTpXG6NQEZCAH2i38Z1 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:45rem;left:42.4375rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#IyTaqTBybfgGTQgb8Cnv8RoKSOLHn1Ad { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.686723709106rem;left:36.000000953674rem;height:14.21875rem;text-align:center;text-align-last:center;display:block; }
#JNBKXJ55J6QLFVZUi96sBr1bIqK1aOHC { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:43.5rem;left:41.25rem;display:block; }
#rh4DceZGa5hacBnVGl28kXfqvDQ2wipi { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOvLpnTyUKtVW6tDirwpb0NVIINNupca { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#OIztsNO67hTtsObyh1bAyAhHoXxsr5X2 { position:relative;display:none; }#OIztsNO67hTtsObyh1bAyAhHoXxsr5X2 { border-width: 0; border-radius: 0; }#OIztsNO67hTtsObyh1bAyAhHoXxsr5X2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OIztsNO67hTtsObyh1bAyAhHoXxsr5X2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bCZX2WXZpV4FkUXxUskqGHvVoTnvoUT2 { color:#7a3855;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1476626396179rem;left:11.96875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#XDGamwUPuec5u2Cs4GJR2pClbD3ZoWyt { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.5rem;left:23.5rem;display:block; }
#AmsD41oZDcKykNmfwzyBbEBFBpkiv46s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfBRlUOiX7VsIKQTzaTuiCnBRyNUkBWZ { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.6875rem;left:14.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#N1rHykoTzl2LpXI0iZNpDSrXV3yGIuaO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:24.75rem;left:7.8125rem;overflow:hidden;display:block; }
#EVMIdpJ25TobfhpdgLkw0FekftyeC7xA { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:40.3125rem;left:42.25rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#VTmonmaCOsxMVvXJQNAQKsa2fA7rMPDZ { color:#7a3855;display:block;width:25.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.125rem;left:38.875001907349rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#CbGvMMNznJevgLLQiaDhBPPDvoLHuHg0 { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:20.8125rem;top:39.125rem;left:41.0625rem;display:block; }
#Mnga16eTAdtT5fk0op4n0VvSyTuXT0M8 { position:relative;display:none; }#Mnga16eTAdtT5fk0op4n0VvSyTuXT0M8 { border-width: 0; border-radius: 0; }#Mnga16eTAdtT5fk0op4n0VvSyTuXT0M8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mnga16eTAdtT5fk0op4n0VvSyTuXT0M8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XpOcHmqz1JJmCSdqKJGD0euyLu4HKTc1 { color:#7a3855;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.4601554870606rem;left:11.967968940735rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#MM4drDKP4xe4dKDapiTUZONN7ELJHCBx { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.4375rem;left:23.656250953674rem;display:block; }
#uQ4FxHJwBge5FS8AWXLwzAMN1QTl7ZVp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZBQlhkTbuZLBQT5mdbe657bvD8Fr3Dms { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:24.75rem;left:7.8125rem;overflow:hidden;display:block; }
#gCppOiUxqLWclT7Sqy31vIxbK22UqJo2 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:40.8125rem;left:42.25rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#i6aRQNmmQ0V2XhS6D1SNvruk8yzJ10JN { color:#7a3855;display:block;width:25.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.125rem;left:38.875001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#Hvt1ywzdXw2ImZ5osn6W37SoKq7L1LTp { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:20.8125rem;top:38.875rem;left:41.0625rem;display:block; }
#o9SS2c8tfxQcegUx8EpD2B7ud2qoLtMB { position:relative;display:none; }#o9SS2c8tfxQcegUx8EpD2B7ud2qoLtMB { border-width: 0; border-radius: 0; }#o9SS2c8tfxQcegUx8EpD2B7ud2qoLtMB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o9SS2c8tfxQcegUx8EpD2B7ud2qoLtMB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xRnnaGU3zETpIdgCIa2atHfCwUlcE4qr { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.598437309265rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#z2HsUOk1GOLyKsEBmRH8vwaCdkoci76k { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.012500762939rem;left:23.656251907349rem;display:block; }
#MJvlbLzkbaBDzIZ6AG1SpEJioCCOXiHJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yFnZyGu1GeWMT1hOxzcMkJzJuXtqi8Nx { color:#7a3855;display:block;width:51.25rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.035937786102rem;left:11.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#NfkLK9qd827I13zIn08Jvg9NGowDWLR3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:22.75rem;top:22.25rem;left:8rem;overflow:hidden;display:block; }
#BGdH78we3CrFIt7Z3qd1KHcI6lOePoa4 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:41.39999961853rem;left:42.437501907349rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#r9Kx3yfSSFI2csbU5Jz8Cr1p1lG9EUqT { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.749219894409rem;left:36.000001907349rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#XRJeRLLQexDiOhlf1DeK2gpQM4r1TKk9 { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:40.625rem;left:41.25rem;display:block; }
#m0FsWfIeuzlTWTh9ZzSuwcESgKOhRqOi { position:relative;display:none; }#m0FsWfIeuzlTWTh9ZzSuwcESgKOhRqOi { border-width: 0; border-radius: 0; }#m0FsWfIeuzlTWTh9ZzSuwcESgKOhRqOi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m0FsWfIeuzlTWTh9ZzSuwcESgKOhRqOi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fLoL0URA2PC5ZtaKcdLQEz2cGxPXWLd3 { color:#7a3855;display:block;width:49.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5976568460462rem;left:12.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#RDx7WD99usoT5llenatILC8EVWmMkPQ7 { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.9375rem;left:23.6875rem;display:block; }
#NPLhsp1LupmtqlTulNWAyRXFTL1Tf3R7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDIBdD2eX083Hu78UVu9eAKOwKSXSWyJ { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#wS9RTV0sdwCKGInIu8cTvx3BGtJatq3o { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:22.6875rem;top:30.162501335144rem;left:10.4375rem;overflow:hidden;display:block; }
#t4oKWM5ImDix8H3aUtCprPROs9QHtNI1 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.75rem;left:41.5rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#cJdgXMTl31JkDEAR32oRuNs9gtuTHszX { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.0625rem;left:38.1875rem;height:5.3625rem;text-align:center;text-align-last:center;display:block; }
#Pf57Vfv8lEWg7ktcuyGqXk8b6Tcb8d2g { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:43rem;left:40.3125rem;display:block; }
#TkEd2rUNLPTmxoxDEvkwGSyITupvSvu3 { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19rem;left:14.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TsoqTBvKHoE4tSNgsfgMxioaAcsCOEra { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#N87p5woPKedpEZR5g19KAGRN3UOWJe7h { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#n5ToQcMT3vu2gTml35fkAkbLbOsVIyei { position:relative;display:none; }#n5ToQcMT3vu2gTml35fkAkbLbOsVIyei { border-width: 0; border-radius: 0; }#n5ToQcMT3vu2gTml35fkAkbLbOsVIyei > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n5ToQcMT3vu2gTml35fkAkbLbOsVIyei > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fw0x1EfXhnGKMbmS5qo43cTkQzPHvtFy { color:#7a3855;display:block;width:49.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5976568460462rem;left:12.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#zOSQ335iFvU3NWJzqFPrZ7NasrgsGxfa { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#rt3ronbAiiZaTwyt67DvJdx6kDCds39u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uF8SyTNwFBQVQzg6RchZ2CCZILEtHoru { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#QgIclKWzpQ5QakWemoepf4eB3vn80d0f { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:22.625rem;top:26.975000858307rem;left:10.3125rem;overflow:hidden;display:block; }
#FTcMRJTc1c0497bUX0devUW0rNwL6qXH { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:44.46249961853rem;left:42.375001907349rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#CbHQeOcGlEyvT0cTrXoB4FTfEpiiTLP3 { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.87343788147rem;left:39.062501907349rem;height:10.725rem;text-align:center;text-align-last:center;display:block; }
#U26NsTWRlC5RCN4isTsZ5Z9npQ8huXB6 { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:20.8125rem;top:43.1875rem;left:41.187501907349rem;display:block; }
#FTfCbIETdI1GtEkB4kXEFBKVTqcnuMDz { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B9cGRy3BByqrPtyG8dOTAIl9VQaPUEZo { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#esr2fTnm96gKl5S6fGG5cC1S3kqKA48q { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#VFZUe8G16WMsQL4lMmIqiB5LTCelPSp6 { position:relative;display:none; }#VFZUe8G16WMsQL4lMmIqiB5LTCelPSp6 { border-width: 0; border-radius: 0; }#VFZUe8G16WMsQL4lMmIqiB5LTCelPSp6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VFZUe8G16WMsQL4lMmIqiB5LTCelPSp6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VIlw4EZA55QNsxhfAeKZORqZANPLJi8D { color:#7a3855;display:block;width:49.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5976568460462rem;left:12.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#RAeFtL1SaNiRRRTIogGq2aUoqTZf1fn6 { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:16.950000286103rem;left:23.656251907349rem;display:block; }
#V8pJfrKHUh9qoUBnnbmBxJxGKmBwWg0J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBT9urFkeXxEg3Xxrn1I1ETvO0F44mlS { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#owb2uBaiKfbHMDJNvmKlIIf97Xye45yx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:22.6875rem;top:25.0625rem;left:10.5625rem;overflow:hidden;display:block; }
#PUIyehklEL9UlcOxeEQ1bakFATBU5Z51 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:42.025008678436rem;left:42.625001907349rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#CpPricNTrROia5rxTgvMMsazyXzq1LfP { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.125001430511rem;left:39.312501907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:block; }
#ckdTiSvLh1nvIeO9hB5dRVmOtkJSsulc { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:41.25rem;left:41.4375rem;display:block; }
#FrTtIT5caO0XL9KvEoa5d03ENQ38t0oN { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#W7fruzzzllHtdKsJW7FDhxFEZ1umiPb9 { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#t8DgUNh37BKDHR6FIlMvh9XnPRx4IW0L { position:relative;display:none; }#t8DgUNh37BKDHR6FIlMvh9XnPRx4IW0L { border-width: 0; border-radius: 0; }#t8DgUNh37BKDHR6FIlMvh9XnPRx4IW0L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t8DgUNh37BKDHR6FIlMvh9XnPRx4IW0L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#olQ55nhByS2Z8HCnzzsZvRfs6UhxXCeO { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#kB03gviGQPxyiydCpIM9ghd1H08uq2Pa { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:16.887500047684rem;left:23.656250953674rem;display:block; }
#rdhstli4wpRzMkKOSw5d42sMnVVmDJnV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QKC0xb8hhW1wLQlOMKTELDhlyJmwgyba { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#rwLxcBlsrECXuZeQeSBsxCowxiq1cUlp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:22.6875rem;top:23.9375rem;left:10.5625rem;overflow:hidden;display:block; }
#gPQLAZPTBMnUu2niOOLFOOhDGBcMvQON { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:38.25rem;left:42.625rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#GDwNk7vMRITuuwqdnpdH6UaddpPqRlx9 { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.1875rem;left:39.3125rem;height:7.15rem;text-align:center;text-align-last:center;display:block; }
#RigARnTecMV5W6QkIuTZL7aQxk2qL099 { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:37.5rem;left:41.4375rem;display:block; }
#uWn3wwWozGodey3h6JPTeWTEaPQktmUb { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#EEXOysR11haxKZ6km2aN55eLkunDkw5H { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#q6v3PNMCT58gSfaychg5WCT1W2WpyTsT { position:relative;display:none; }#q6v3PNMCT58gSfaychg5WCT1W2WpyTsT { border-width: 0; border-radius: 0; }#q6v3PNMCT58gSfaychg5WCT1W2WpyTsT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q6v3PNMCT58gSfaychg5WCT1W2WpyTsT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UTQLnaW0wzGSkUHH9nPrHHMU6NblMt01 { color:#7a3855;display:block;width:49.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5976568460462rem;left:12.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#iNcDTA0TwXHSTkmhd5XvoDerQLRTRzhn { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#VF5SwynmmVxMFWNX2h2HHPhBSRr8GPh4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NL9lssn29P6CN4mSMGEgBpzs6WL4C4qp { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xkzbRGgAWMHELuICXvJM0HeyX7zOlKsF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:22.6875rem;top:26.975000858307rem;left:10.3125rem;overflow:hidden;display:block; }
#vf6LwzU0op8MEFfWrPU9kML9ttEFosph { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:44.69375038147rem;left:42.375001907349rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#DpxxoyvsxTo8bqJP9igOU4h7mSbNzuNS { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.87343788147rem;left:39.062501907349rem;height:10.725rem;text-align:center;text-align-last:center;display:block; }
#efcKw5kbKXsCRQ3GXQtwwqoHf5GLKlqJ { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:43.1875rem;left:41.1875rem;display:block; }
#tNEZhBMUs6vMRsZt612lNQpGG2zN2uT7 { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dOXzVIGeW0mmyTMAdW2kRhMSsdBzZfvk { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#i7G8u50LO5Lp9pHc7NwpR6Zvf7ZbSmFi { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#dvcomP6I7KBQBnH1FPAlTAcS13mGFJh4 { position:relative;display:none; }#dvcomP6I7KBQBnH1FPAlTAcS13mGFJh4 { border-width: 0; border-radius: 0; }#dvcomP6I7KBQBnH1FPAlTAcS13mGFJh4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dvcomP6I7KBQBnH1FPAlTAcS13mGFJh4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qgDXk8SkIGbRTrUh0HoMTI5g68Ki6hIw { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.598437309265rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#yX6vWHsZW9alsr5RVGssDHRZUOyCL2m8 { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.012500762939rem;left:23.656251907349rem;display:block; }
#NSIp2uKmEyoIZid5xtEFKCGhFc4cCTSq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TN5HDdFrUQpw42bcif2bIvrfT6IuI0z4 { color:#7a3855;display:block;width:48.875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.160156726837rem;left:13.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#pp1l6HLE5Ty5OqgbU0fCgecpfe3Hpk7M { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:24.375rem;left:8.5rem;overflow:hidden;display:block; }
#J1vLr2RXFP9N11Tu8OETfqcUSlT920se { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:39.525008678436rem;left:42.437501907349rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#pTWxEoF2z0ndxpovzTBQRQW3EIbQI7P9 { color:#7a3855;display:block;width:30.125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.686721324921rem;left:36.593751907349rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#yQ0QiVHo6ZpcgB38yfG8ABNhyxWRels4 { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:20.8125rem;top:38.25rem;left:41.250001907349rem;display:block; }
#yIVwMdHEXVfQcTmZCna2sbhhTJgwRHf5 { color:#7a3855;display:block;width:30.125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.686721324921rem;left:36.593751907349rem;height:6.09375rem;text-align:center;text-align-last:center;display:none; }
#WJtrd8B1g2B0alwmwF1MSCNllrASIfbu { position:relative;display:none; }#WJtrd8B1g2B0alwmwF1MSCNllrASIfbu { border-width: 0; border-radius: 0; }#WJtrd8B1g2B0alwmwF1MSCNllrASIfbu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WJtrd8B1g2B0alwmwF1MSCNllrASIfbu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kZRhDwVRLKCPfUv2r0dtZsWFRSceHrHM { color:#7a3855;display:block;width:49.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5976568460462rem;left:12.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Z4P7ix3XwziUc9Tb9sQhoJas1TZZhOa7 { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#LEo0NxFUN5RW8vOrszZcLCg887tD4t00 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lzlpCVU8CTEBG7XHappx26OyBCXcgrvk { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xhv86Wzch5X5zeFtO0FfJSAPcS1VOBZl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:22.6875rem;top:26.975000858307rem;left:10.3125rem;overflow:hidden;display:block; }
#DyTz4VLn1xTCC200zOHhUVRRxf2HvRKM { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.9375rem;left:42.375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#Tvo180uT2qcfIDXxrwi2WKOp0qHDC78G { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.686707139015rem;left:39.062501907349rem;height:10.725rem;text-align:center;text-align-last:center;display:block; }
#o2X5E30VXDZgQbS0hXCWMGhR6Lp4Amhh { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:43.1875rem;left:41.1875rem;display:block; }
#l2UdTA08aaCNchl9yC4Ayx9F9uUyUXXh { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHF7ImTeoCLwkwOFqXu4HytAzyqFGKro { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#fTkyA86TgwUtcEZBa6S4OOKIqCXFw1I0 { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#vOu7Ka1XR4TcL4s7RBPR6mJbuJtWZUmg { position:relative;display:none; }#vOu7Ka1XR4TcL4s7RBPR6mJbuJtWZUmg { border-width: 0; border-radius: 0; }#vOu7Ka1XR4TcL4s7RBPR6mJbuJtWZUmg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vOu7Ka1XR4TcL4s7RBPR6mJbuJtWZUmg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#thKGkzsS5w3AkAVJ0aRGODZHnRkC0ouv { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.598437309265rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xWEkmDw2nI8JLGfB4P5dKJlwxm2e2i7o { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.012500762939rem;left:23.656251907349rem;display:block; }
#Gbn3OzJyiIPxS1HkF8SOTtsksBcu2IRp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRApWHxtpIGZxBvIf9DvhEu0vZTNrLNG { color:#7a3855;display:block;width:54.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.160938024521rem;left:10.40625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PxxF1Uns1uuTSFgBcOgJBIWvZDhATE26 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:22.75rem;top:22.25rem;left:8rem;overflow:hidden;display:block; }
#TT7DqCvmJ5RFNc6kxMbU68Sr1HXRqEIc { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:40.256251335144rem;left:42.437501907349rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#VRGKTJhWKOdf7Kk032JFmX36zyJ9Gdwv { color:#7a3855;display:block;width:30.125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.124218940735rem;left:36.593751907349rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#oRnB0KT0FlT6dmtlQXLXmVGloUuBTwJe { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:20.8125rem;top:38.25rem;left:41.250001907349rem;display:block; }
#CNboXsbrDnp1OJA7OQbLo1f4QyagAqSS { position:relative;display:none; }#CNboXsbrDnp1OJA7OQbLo1f4QyagAqSS { border-width: 0; border-radius: 0; }#CNboXsbrDnp1OJA7OQbLo1f4QyagAqSS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CNboXsbrDnp1OJA7OQbLo1f4QyagAqSS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TfJgbxLiw71UPT9kEuk2ZidOoT4Xeeiw { color:#7a3855;display:block;width:49.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5976568460462rem;left:12.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#adKcsKE1Z6FpsvXVq2V2qm3XLSMUzBoS { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#PLkCDV1IKsBSNGA0TgnpfByQmqeSJrsw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWfsdCEJITH0CEbpgX1OXTNUZFWNWG8h { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#KcTlInFNCTcvoDxWVfTit3oZNbxat3IF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:22.6875rem;top:26.975000858307rem;left:10.3125rem;overflow:hidden;display:block; }
#Pzp68pPscgdQu6W4gBgSKrtn3M9ggJ3A { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:44.743750572204rem;left:42.375001907349rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#LkZBIWK8QVla51xBnVXltkFhKIvnqfIL { color:#7a3855;display:block;width:23.75rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.810936927796rem;left:39.718750953674rem;height:7.15rem;text-align:center;text-align-last:center;display:block; }
#l8ehd51Px9RGMUnKrFXJLCHhQnnepbWW { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:20.8125rem;top:43.1875rem;left:41.187501907349rem;display:block; }
#u4gxiDzloqteuVvZLtn4f6w26iKAKWD1 { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SDGRSAaqJ9WxFKI4bTIlqMsHWJgWUarp { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#cxaRuyNqxCACzkTyTM2xr1yasfaWw68R { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#PURLPeH1ciWQQ6bazeqxJsKBArI2Ubic { position:relative;display:none; }#PURLPeH1ciWQQ6bazeqxJsKBArI2Ubic { border-width: 0; border-radius: 0; }#PURLPeH1ciWQQ6bazeqxJsKBArI2Ubic > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PURLPeH1ciWQQ6bazeqxJsKBArI2Ubic > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TFSwMFnLSxIihgTrx5lIEWgmQc6a9ATh { color:#7a3855;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1476626396179rem;left:11.96875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#GCogdsv96oOdTTstoCqGIQMFQLt98TKt { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.5rem;left:23.5rem;display:block; }
#QIdtUDrHWAuCkhQTZeNPhWXxGQTP6cPS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uxdSk1QrULk0hUIr3XKZT789u6vmA6ZZ { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.6875rem;left:14.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#qw2momAp6OHLUcMAa3qdOaDerxtf8453 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:24.75rem;left:7.8125rem;overflow:hidden;display:block; }
#F8rHeXi3ddNCDBrGW7GADaH7FVzi8fNV { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:42.66250038147rem;left:42.250001907349rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#ki9ILHyUusltQCaDLd9yu5KPLKxEXHN9 { color:#7a3855;display:block;width:25.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.125rem;left:38.875001907349rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#heoT84sAEXyPzrWLy6daKLh9Tt6PcfAZ { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:20.8125rem;top:40.75rem;left:41.062501907349rem;display:block; }
#Pdah9Ev0pTDzgIcCFnVNthXIe3030Oup { position:relative;display:none; }#Pdah9Ev0pTDzgIcCFnVNthXIe3030Oup { border-width: 0; border-radius: 0; }#Pdah9Ev0pTDzgIcCFnVNthXIe3030Oup > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Pdah9Ev0pTDzgIcCFnVNthXIe3030Oup > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GkPzbPeZEaT6ygywVK7QTqpe3ZMKrMOM { color:#7a3855;display:block;width:58rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984377861025rem;left:9.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#uzh8Cw4pXQzc8ZEncuSFST7p5xU62iaZ { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.012500762939rem;left:23.656251907349rem;display:block; }
#GDQFLwv13zeZNydNt12tTsm8uW35cUIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQXfQUF6bW6kUo446IlEzs4EDTAG19Qh { color:#7a3855;display:block;width:56.5rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.223437786102rem;left:9.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#sxXqHJxupmd7iHs1CiGgfHen7QLrbQXs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:22.25rem;left:8rem;overflow:hidden;display:block; }
#wk8qXOo00kkwWAt7OFgwdizoyOOxACpU { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:39.1875rem;left:41.5625rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#wCT6rHqJlr5qysivgEKv8M8oOh8nQGiQ { color:#7a3855;display:block;width:34.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.87265586853rem;left:33.656251907349rem;height:14.21875rem;text-align:center;text-align-last:center;display:block; }
#laJwdSUh1kaaO8qhuWZx0T2gD0fgrVIV { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:23.5625rem;top:38.375rem;left:39rem;display:block; }
#zWO9By2o8VmqJGML9a6niNwOoU0NLn5q { position:relative;display:none; }#zWO9By2o8VmqJGML9a6niNwOoU0NLn5q { border-width: 0; border-radius: 0; }#zWO9By2o8VmqJGML9a6niNwOoU0NLn5q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zWO9By2o8VmqJGML9a6niNwOoU0NLn5q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lu6IQ3CBIqKh0kWzplT6fOcJImOTsagx { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.598437309265rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#zuh1Le062NZq8lL0aroWa6XDBxiyLSNZ { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:12.699218988419rem;left:23.656251907349rem;display:block; }
#dnKxIfKKH1rM5VSfJyWNFKy5Jl572aCQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PFVHpDT4bssWTfBt17V5nylhrdJfIcP6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:20.187499582768rem;left:5.5625rem;overflow:hidden;display:block; }
#iIMHoqTDCiHB8lqkch0Z9EsEglIJUyXx { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.074999809265rem;left:39.187501907349rem;height:6.3333335rem;text-align:center;text-align-last:center;display:block; }
#mFV086460w7BykOxHVFXANwwnbangpla { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.75rem;left:35.5rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#a0IT367nJxwtnlMQH0TrWE8XlW3EEzsL { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:30.0625rem;top:30.887499809265rem;left:36.125001907349rem;display:block; }
#Utq4Bp66hMkFnxoO6BnqD2eHoSyA2d2c { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:21.875rem;top:29.812500536442rem;left:53.125001907349rem;overflow:hidden;display:block; }
#TP3MXTFmBeXcMDsAaDagQOsG2SLmrz6O { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0.74920660257338rem;left:0rem;overflow:hidden;display:block; }
#qwAGngcHB7Pypw3oUPwTW1zk6ZnLlce5 { position:relative;display:none; }#qwAGngcHB7Pypw3oUPwTW1zk6ZnLlce5 { border-width: 0; border-radius: 0; }#qwAGngcHB7Pypw3oUPwTW1zk6ZnLlce5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qwAGngcHB7Pypw3oUPwTW1zk6ZnLlce5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QXLvQEbQ3dbJSvJOO9lQ4TLFoi6d7JQs { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.598437309265rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Tl2VeIB47oyalSx6cXyshvSXXniD3FwP { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.012500762939rem;left:23.656251907349rem;display:block; }
#pRml36q7G11FdoHZUS0byDpkJby3bHwt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#smNQkNupcGko249mclJXFkkNKW8KOAgy { color:#7a3855;display:block;width:51.25rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.035937786102rem;left:11.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#UqbdH2fKIkHaR0IDZ7E1mE4ypae4klxb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:22.75rem;top:22.25rem;left:8rem;overflow:hidden;display:block; }
#y0JaEk2DLwh4ZlLIumcOBBXNTnedxLbz { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:42.125rem;left:42.4375rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#CZ7cBysAQ3Z1yHsh3zJC9GIl4oHWOXpD { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.749219894409rem;left:36.000001907349rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#ndhzw3xTzZfD7QuVFOXPrKxTib2H3x8B { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:40.625rem;left:41.25rem;display:block; }
#DSOTo5V6w5hMWxoP4faGxvV2FsegcOXn { position:relative;display:none; }#DSOTo5V6w5hMWxoP4faGxvV2FsegcOXn { border-width: 0; border-radius: 0; }#DSOTo5V6w5hMWxoP4faGxvV2FsegcOXn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DSOTo5V6w5hMWxoP4faGxvV2FsegcOXn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#A7v1sH1XeZXN9IQVG0cGItLwHEeZ7mkW { color:#7a3855;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984380245206rem;left:11.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#DdTkVUFMfDGbX3vIOd5hLfUGuzAub17w { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.012500762939rem;left:23.656251907349rem;display:block; }
#ponpthByxFzznDAePc84DsnTckV6NroP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTwub4w7ecK0byrFDpragGQv2ABqlMyT { color:#7a3855;display:block;width:56.5rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.223437786102rem;left:9.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Ji26Tyb0Tdz57NbU4lvLlryfPGB7H6qD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:22.25rem;left:8rem;overflow:hidden;display:block; }
#AX6AgnlnOCB310D1o3XdFuk7TfJAmK1w { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:40.33749961853rem;left:42.437501907349rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#a2WC1epVmsENZCyBLg913H8iDgAfDW5p { color:#7a3855;display:block;width:25.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.560156822204rem;left:38.781251907349rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#XNTu2wMIT01vQbTTAOtUrAzuHVEhbMVz { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:20.8125rem;top:38.25rem;left:41.25rem;display:block; }
#qG5dGd80cuP9GJuUkzFu4kTFEO0Ai9Pa { position:relative;display:none; }#qG5dGd80cuP9GJuUkzFu4kTFEO0Ai9Pa { border-width: 0; border-radius: 0; }#qG5dGd80cuP9GJuUkzFu4kTFEO0Ai9Pa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qG5dGd80cuP9GJuUkzFu4kTFEO0Ai9Pa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hbDEO0bIVHabgXpFMBrAEWBOOXiEklbS { color:#7a3855;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984380245206rem;left:11.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#S6dORo7FBUFSwVLnMQD1RhdLDP2TQagw { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.012500762939rem;left:23.656251907349rem;display:block; }
#lbA0IR9fkzTTOkAZAtLEySH24oTkmvpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQSGIMyFu0xdBwLw8czZT2ouLzP1T8Wn { color:#7a3855;display:block;width:56.5rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.223437786102rem;left:9.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ea1IihGVF9qdyi6OpOrr7SyrIEuenasX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:22.25rem;left:8rem;overflow:hidden;display:block; }
#V2TORxvc8txDEnLkBe98T3axQIZ9B6o1 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:40.33749961853rem;left:42.437501907349rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#W0VpZTQp1UiPCK8rId7CSqKtgWq52O9X { color:#7a3855;display:block;width:28.125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.622657299042rem;left:36.937501907349rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#dZ1IXnyTeylncWEPDrWTeVT84dcxXPR1 { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:20.8125rem;top:38.25rem;left:41.25rem;display:block; }
#OOtTv0WRCMt06LT3bqICEFaGGIX6TrFd { position:relative;display:none; }#OOtTv0WRCMt06LT3bqICEFaGGIX6TrFd { border-width: 0; border-radius: 0; }#OOtTv0WRCMt06LT3bqICEFaGGIX6TrFd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OOtTv0WRCMt06LT3bqICEFaGGIX6TrFd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oQgGDBXCH91ps03r48fJlab71pTBIxdG { color:#7a3855;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1476626396179rem;left:11.96875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#kSZROU1S2FUHp99yaoFXQh8Vhyh4NOST { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.5rem;left:23.5rem;display:block; }
#VyD26gEc6F9rSFpvOyfcIRMSWXRo9VJH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HGOpTOetJb8oWqcCHJIMXBPmoXnO0UEh { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.6875rem;left:14.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#FJ6y4heCZGpF8i7RA99QVnfn5i19mvV5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:24.75rem;left:7.8125rem;overflow:hidden;display:block; }
#fEG120F5lhbuqMmEUbtTdQn95hkQcna1 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:42.106250286103rem;left:42.250001907349rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#U8rR5FEECpBP0qCAhbFfbhmzTUt4NX3v { color:#7a3855;display:block;width:30.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.187501430511rem;left:36.343751907349rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#xOM0rXTUmWmq2Vn3QvTVzw8HwrFtZnNW { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:20.8125rem;top:40.75rem;left:41.0625rem;display:block; }
#diUg9xbLJdvH6cRpN4qMs2CbNQ5JtSvv { position:relative;display:none; }#diUg9xbLJdvH6cRpN4qMs2CbNQ5JtSvv { border-width: 0; border-radius: 0; }#diUg9xbLJdvH6cRpN4qMs2CbNQ5JtSvv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#diUg9xbLJdvH6cRpN4qMs2CbNQ5JtSvv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#s9mM7muFifuZiTM8dv3NV2NpSKcW3HR8 { color:#7a3855;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984380245206rem;left:11.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#R18Ide8TnTLDAEmTcnTlaU7EXopq5Ctq { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.012500762939rem;left:23.656251907349rem;display:block; }
#QOJPWpJsFo7TIfq73RP9FortdIJ8cq9F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fT5bstkHupoiCs1QZLtkyhxDycTOViV1 { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.160938262939rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#md8BICAicL1IInaFraireg4d9ONIqusM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:22.75rem;top:22.25rem;left:8rem;overflow:hidden;display:block; }
#lz04NTiawLJ1QSX5TnBpOeC6vPSyXLGq { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:40.33749961853rem;left:42.437501907349rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#UXHgDhmAf1iMzNKu3lbf3oUaR56wh8Do { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.311715841293rem;left:36.000001907349rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#sdi5GOwHHbG6OFwnsb7BsDyACsIAwDuU { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:20.8125rem;top:38.25rem;left:41.25rem;display:block; }
#bhSQWy2T4T4qemPy0OHuhL6ofmz8MFeD { position:relative;display:none; }#bhSQWy2T4T4qemPy0OHuhL6ofmz8MFeD { border-width: 0; border-radius: 0; }#bhSQWy2T4T4qemPy0OHuhL6ofmz8MFeD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bhSQWy2T4T4qemPy0OHuhL6ofmz8MFeD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#F9WSsSoJuV5sFZXuABHedxAVye5hB95r { color:#7a3855;display:block;width:49.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5976568460462rem;left:12.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ppS2ymTRgPHK72GBy963fe5lLae0614N { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#RbbRVG45GiXa5yDW7LrW0PGWemX7zF6f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xT6I3dTTGvlToDoovlUcvFkeIMWiFcC7 { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#OJX4L5ruQ4M9OvghfcKyDauBA5WpZUqW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:22.6875rem;top:26.975000858307rem;left:10.3125rem;overflow:hidden;display:block; }
#TZc3UfsoOFuT1ta7sWWDvSCnx65BHeS5 { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.1875rem;left:45.0625rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#v4l3ERZmxeHWzqGSnokapeDDJigamtsq { color:#7a3855;display:block;width:23.75rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.810936927796rem;left:39.718750953674rem;height:7.15rem;text-align:center;text-align-last:center;display:block; }
#ngvdNBrKbSuv8qS09K6vZS1rhDEZe9J0 { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:20.8125rem;top:41.5625rem;left:41.3125rem;display:block; }
#FAb2TFUJneDGIJvRna7mUTdWSHAv5ISw { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xT5KF70TkX48gT7HUzqWUfboyDVFalTW { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#s2AlQrsSkXaMXAg8tddtr04MVTUiacaq { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#zdc9XTcLwy19GNTha6G2GVpRkMpr0PKW { position:relative;display:none; }#zdc9XTcLwy19GNTha6G2GVpRkMpr0PKW { border-width: 0; border-radius: 0; }#zdc9XTcLwy19GNTha6G2GVpRkMpr0PKW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zdc9XTcLwy19GNTha6G2GVpRkMpr0PKW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#z3kuAQy9cHDzfVXWt4K454FefyUWVXLb { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#wvt2a8nXefaJQkVhLfGV0hbBMDhNo538 { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:37rem;left:35.6875rem;display:block; }
#Bq69N8KzdahBzZcWWieXh0IeTRK0oyA1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qO8y30Cc38BOvIW95ToDqPNmHE4kBVcZ { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.160938262939rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#CpsugPPm0UkmfUTg4CyVVONll29AxC3E { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:23.9375rem;left:8.1875rem;overflow:hidden;display:block; }
#cITubzqDe0AF1aeNrtqiMAaORxoxsCoK { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.25rem;left:33.875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#E7ASADWEXAuenZfVFmz92qOh8hIxRD8g { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.567189216614rem;left:14.65625rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cmkr4ZUOA5b8nkK6ySrTfpgW2r5MMv2G { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#KnLDzb4IyIQ0JyIuSxzFcNTeuuhUtN1G { position:relative;display:none; }#KnLDzb4IyIQ0JyIuSxzFcNTeuuhUtN1G { border-width: 0; border-radius: 0; }#KnLDzb4IyIQ0JyIuSxzFcNTeuuhUtN1G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KnLDzb4IyIQ0JyIuSxzFcNTeuuhUtN1G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FATz2psCOtb9uBamH6dpLsKyI2869L99 { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#UONR6UhydTRKUkbJ6OWCb8bFPm3cPITP { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#FdJ4EqtznAyCLbPsuEV6tLMb9dZ7k1ia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EUAWdR8Aki5uK4x2bERJ2Fo16FgZSQmk { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#OHQpMrsQqLEcUsGpmQ5ekvVfAQ7UeoXd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:22.75rem;top:26.625000953674rem;left:9.3125rem;overflow:hidden;display:block; }
#ZFtGpT5QuluBTQT4Nu9oMo2tF1O2nE1S { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:38.5625rem;left:42.25rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#Srycc4WRlAGWLiibmsWqRtqZUH63PpGK { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.6875rem;left:35.8125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#rkXDixLxlGVy5OfCCTWQdNs40Whp9vGA { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:20.8125rem;top:37.25rem;left:41.0625rem;display:block; }
#ZDlisUTBT2xREkl8VedUEOGgmeaTo9LN { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FBtb3ZvfluBsJsX4gxNnXm51ZaVvGRRi { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#dI5FfAmN0pQV5C78guZWixF4Oru6yzDU { position:relative;display:none; }#dI5FfAmN0pQV5C78guZWixF4Oru6yzDU { border-width: 0; border-radius: 0; }#dI5FfAmN0pQV5C78guZWixF4Oru6yzDU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dI5FfAmN0pQV5C78guZWixF4Oru6yzDU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MbcIiyrXJlLWJLIoVI2JRhSHKro8iqPS { color:#7a3855;display:block;width:48.625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8476560115813rem;left:13.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#BrTRgJyo7O0BpfwhCkGPIS4hprq1NnS3 { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:16.949999809265rem;left:23.656251907349rem;display:block; }
#u7E3SlOO7OaKQoiSi71ipJiyqmyALx8v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CZ6bGww9ZmwTHpz5T7qNKZ8EC2nsegLf { color:#7a3855;display:block;width:47.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.159375190735rem;left:13.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#K7TLnztg5Kpau8946Zkn1lN4w5OZAon6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:26.625000953674rem;left:9.3125rem;overflow:hidden;display:block; }
#ctNAT5maCkNAAXrATSqwcIHFKnOXWPxP { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:40.625rem;left:42.4375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#QVhVkvgvekAEAEnJZqLvgcIfKeVB7iCH { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#esDAMHTVUiK5DACtAtnIU1cfGMdAgBRE { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:39.875rem;left:41.25rem;display:block; }
#fhRdCp5ZT1AmHw8ES6XoF4vMA1TNtgPK { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#ZlS0CnW0BNMTUvoXe1Msi2bGd4BEmDdI { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#vePIWT7K42XNanDRgiVXlQX2kqdLFdpX { position:relative;display:none; }#vePIWT7K42XNanDRgiVXlQX2kqdLFdpX { border-width: 0; border-radius: 0; }#vePIWT7K42XNanDRgiVXlQX2kqdLFdpX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vePIWT7K42XNanDRgiVXlQX2kqdLFdpX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qkWcKWp6ZXZvih7kZNERkw8OlT8gcSPR { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#MC5EuIa7ITkZ8QaE9wvZcerR81DVMZ0s { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#xNhw5gzbuPlPspp5L8XVmt4EhCDfsnSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kUa56sGdGPNV37uberv0y7iP9TOQnGhO { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Kuly8ru61NSHwwKyy2laHcOHyGAtNfc7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:26.625000953674rem;left:9.3125rem;overflow:hidden;display:block; }
#fTTCtO55DNFsJy8mqq3M16TDBk3DTkA3 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:39.274990081787rem;left:42.250001907349rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#LvFSuZ73ObXud9UPciTLMXhS3VxSNA5Q { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.6875rem;left:35.8125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#gvZWrHJ8uXubtGZKIArZeq90fHSzOl4M { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:20.8125rem;top:37.25rem;left:41.0625rem;display:block; }
#TarcXs4MN9nXc2iuh1PBlG4xHTG90yaz { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vE0D7IhHkKPW3MSp4leXtRIt7bmWZRM3 { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#ut6ISWrXOqxoX6ynJHtnJmtBeabQXPet { position:relative;display:none; }#ut6ISWrXOqxoX6ynJHtnJmtBeabQXPet { border-width: 0; border-radius: 0; }#ut6ISWrXOqxoX6ynJHtnJmtBeabQXPet > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ut6ISWrXOqxoX6ynJHtnJmtBeabQXPet > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mhZs42XyqOXaE42q0VKltmaWBGIm2KSk { color:#7a3855;display:block;width:49.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5976568460462rem;left:12.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#aWatgx9Fi68VHR8XhTBaEIADOAtKpVnW { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#gw0AmvH2GrroW1AKZNZldrST39Jcw8Sg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M45BVWntXKJRkTHSsGDE0hL66gDuVion { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xBvMpn5krq3TDD3STkhoS0RfMkhAXp0U { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:22.6875rem;top:26.975000858307rem;left:10.3125rem;overflow:hidden;display:block; }
#foXueD5T7kf0ODG6LRESofbcWfmFJGC6 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:44.693751335144rem;left:42.375000953674rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#UeGgaHM25DJHarcorCq7pcgJJuE6ok81 { color:#7a3855;display:block;width:23.75rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.810936927796rem;left:39.718750953674rem;height:7.15rem;text-align:center;text-align-last:center;display:block; }
#TVOgV2ZRuNFtoptCA8wFNtSToBI1NNG1 { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:43.1875rem;left:41.1875rem;display:block; }
#z9ZUikhfZFw2VxeP3VnLgDi6WGDL8eSb { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ilPQaiE1eTqqNJXzgMP0yfIkmmKdw86U { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#P02qvkrhD5N2cqSXf4KeSssBn6GxMTiZ { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#aV1rGAilKWW9NxQC4q5DGXRRbFqo46JV { position:relative;display:none; }#aV1rGAilKWW9NxQC4q5DGXRRbFqo46JV { border-width: 0; border-radius: 0; }#aV1rGAilKWW9NxQC4q5DGXRRbFqo46JV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aV1rGAilKWW9NxQC4q5DGXRRbFqo46JV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mS0wN8wiPaudvisQTVcNtV87oeDrBsaA { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.598437309265rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#QSQpduothruhGS6pqgwgtqTZmZCIssQc { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.012500762939rem;left:23.656251907349rem;display:block; }
#raAL3VFqovsd8CDwqfvKhTpneems83hm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xeMCKAsJ9Ut3XBCWoQ94HCvoKZvktVgP { color:#7a3855;display:block;width:49.125rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.285156011581rem;left:12.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Jau4QmQCSpai9wDEVOy9HZ7t9LUO7VKd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:22.75rem;top:22.25rem;left:8rem;overflow:hidden;display:block; }
#kcUKq1X8OuIngWgMH9QnP9oZSvhJt4Q6 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:39.525008678436rem;left:42.437501907349rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#XtgMdWoXzwQQoJRThbSPgWiQ5udbE1WL { color:#7a3855;display:block;width:30.125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.124218940735rem;left:36.593751907349rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#HgtMINoAtTdlsDIn8RPtypyAuJtPLuCV { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:20.8125rem;top:38.25rem;left:41.250001907349rem;display:block; }
#zb1PUCZmQO5HATGbLdPc9Dwqce8xl2WB { position:relative;display:none; }#zb1PUCZmQO5HATGbLdPc9Dwqce8xl2WB { border-width: 0; border-radius: 0; }#zb1PUCZmQO5HATGbLdPc9Dwqce8xl2WB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zb1PUCZmQO5HATGbLdPc9Dwqce8xl2WB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:63.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Obu7oGTLOTq23aBdpw5TmKUbzTS0U2rK { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#hgTXvpQQctQrdvJDIIUAE2oC8SvFlaE0 { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:49.875rem;left:36.5rem;display:block; }
#ZewMDI8T6KUETsmrT1K62dcENF0aun7D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XpU1JxL1XV9Huy5FaTv03TGD1AULVGI7 { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.160938262939rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Pl5oRlC3nNv7xlbQgzf1tMfBGW2Nh29C { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:18.4375rem;top:36.8125rem;left:9rem;overflow:hidden;display:block; }
#akKQ63Vp5p6RVs4s9iwedbtgNa3Oi8OV { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:42.125rem;left:34.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#XG34CTcXHl8KGadZM6UwiM3rDhv1gzkn { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.567189216614rem;left:14.65625rem;height:19.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oKD2O7BZb9P5KirgVk6QfXx71IJQRvJ5 { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#EEK09NBkmQXxoBfasn4gc7JovUIUwSae { position:relative;display:none; }#EEK09NBkmQXxoBfasn4gc7JovUIUwSae { border-width: 0; border-radius: 0; }#EEK09NBkmQXxoBfasn4gc7JovUIUwSae > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EEK09NBkmQXxoBfasn4gc7JovUIUwSae > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dTOw4DmRBVFdX7KDoPJFqU28qErUBTls { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#gC8DO1VOQdgClzStC4kqs9382qafdDKw { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#TL4wXVB2J8kkwiXdKm9zUTToKWgAOTdh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pRbbQwkdG1aIgQh3vWMSOziUWSoqPfdA { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.160938262939rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#gB4R4c4Q8m9yLrDtfJL0SK02gN3FGohW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:26.625000953674rem;left:9.3125rem;overflow:hidden;display:block; }
#Q6dLTSyydIWvhBTqdkscPJnCboJ639OR { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:40.625rem;left:42.4375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#DexXdVUH417TATUTa1IdpoHm41HXUKMD { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#wTKLhkopSF4JQiX4qOPgGdGI1ymBD36Q { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:39.875rem;left:41.25rem;display:block; }
#rfV8a66zeMd2BWQXFZuuCJl78RXOl3lR { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XowEGA8SG2hCyVlLXT6DRrBGOC0aDENn { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#tBGsqROlqvVSWxcBk5qy4gouEfNmRPoc { position:relative;display:none; }#tBGsqROlqvVSWxcBk5qy4gouEfNmRPoc { border-width: 0; border-radius: 0; }#tBGsqROlqvVSWxcBk5qy4gouEfNmRPoc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tBGsqROlqvVSWxcBk5qy4gouEfNmRPoc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VfhNwSmzwQiDTXnrxNo42GXqby69gfM7 { color:#7a3855;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984380245206rem;left:11.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ROQZ1FNIanXhb4LGUUUOrzw6s5Tt9x5f { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.012500762939rem;left:23.656251907349rem;display:block; }
#WXrSu2A6Bvs3tae1bLPy9x9XHcbpfXoN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CaGgPi1lC94IO06kyWzIKXR4z5E1ztBp { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.160938262939rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ZArwAfnNAbbbduQhE0AvLreIEJv0rzPO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:22.75rem;top:22.25rem;left:8rem;overflow:hidden;display:block; }
#TqORs36hgT7xRMPic0GGczi8tXp6cGAB { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:39.606247663498rem;left:42.437501907349rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#mkWqSnHVgSny0gE0iJ6pA8zVrQt641tk { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.311715841293rem;left:36.000001907349rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#lHq9O3ldLdfFGEiS6TDoE6PcKsJKK7P8 { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:20.8125rem;top:38.25rem;left:41.25rem;display:block; }
#kspvobWnzyxdkBGwE8mM1sPiznOT4GBR { position:relative;display:none; }#kspvobWnzyxdkBGwE8mM1sPiznOT4GBR { border-width: 0; border-radius: 0; }#kspvobWnzyxdkBGwE8mM1sPiznOT4GBR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kspvobWnzyxdkBGwE8mM1sPiznOT4GBR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HeFNJV0q0GOF6tIfQqz5embq7mv6cTHw { color:#7a3855;display:block;width:49.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5976568460462rem;left:12.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Dcq8gRiXcDZE5MTgtIwIeNIU9EMGR8NP { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#k7tmvs7OVDzT1Hrq4OrEo4JhNx2urHiN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iMQ96OzB61yicTGdFVIrkPTwQu0XFqfk { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#qiLytxTo0zNeEd05qViwFoEOLt264mae { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:22.6875rem;top:26.974999904633rem;left:10.0625rem;overflow:hidden;display:block; }
#FpTy6EHrsx0PnvGD66a92Rbha5X65ezw { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:42rem;left:42.5rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#HfmR873hieKDbWlAGqEg47kzyUN8I7JU { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.810930967331rem;left:39.062501907349rem;height:7.15rem;text-align:center;text-align-last:center;display:block; }
#C22yUqETptUUZskwpGkLrt7NTCQ9yZya { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:40.5rem;left:41.3125rem;display:block; }
#KKHBC33PHLp2H4WBswwiAzGyTEs8TwzN { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#moLocRdGnOFZ0UMJyE0gCtOVzluarIQP { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#y4aLLJMx4Snq6V8rn0LHL7TKbJuqEx2B { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#GTABtHP2VwlShP2hxH5qUessdb0k6v9J { position:relative;display:none; }#GTABtHP2VwlShP2hxH5qUessdb0k6v9J { border-width: 0; border-radius: 0; }#GTABtHP2VwlShP2hxH5qUessdb0k6v9J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GTABtHP2VwlShP2hxH5qUessdb0k6v9J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gtlrxXK4xymDqwl4gFOEGIDv7RKWTKnB { color:#7a3855;display:block;width:49.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5976568460462rem;left:12.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Z7GbBAofiZwuR2yOrxFTzeh4lZE1nIxx { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.512499570846rem;left:23.656251907349rem;display:block; }
#DXG5iKT2FTwXZPrirXtutQ0VJTbfsHTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BENmLUf6TKsiAxbSaNRAiDf4DTTBqS7R { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#oaVfuGaMQd6D2Aos6gkv0i4UoAJ2ZhKw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:22.6875rem;top:26.975000858307rem;left:10.3125rem;overflow:hidden;display:block; }
#VZXJlquGApuUayT86M0k7ul2eOhtCJnI { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.9375rem;left:42.375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#ax7EzRf1h4v4nnOekK59uyz0K4CL3FDN { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.248428106308rem;left:39.062501907349rem;height:7.15rem;text-align:center;text-align-last:center;display:block; }
#rCzzJDEobrWwGluxRm2y1B7bwAgFgaHJ { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:43.1875rem;left:41.1875rem;display:block; }
#GruGcnTNGkn1WagTa23tLiHSVbQIFept { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#DPmAf3mySqEcVHe7riNANCFLrVU2fu6K { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#zoRWQcqpMZvsyvxylFQZe5MMfJGLMEkw { position:relative;display:none; }#zoRWQcqpMZvsyvxylFQZe5MMfJGLMEkw { border-width: 0; border-radius: 0; }#zoRWQcqpMZvsyvxylFQZe5MMfJGLMEkw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zoRWQcqpMZvsyvxylFQZe5MMfJGLMEkw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tBim5QWmsfzUdUQASMk5CWrc3SlRV48K { color:#7a3855;display:block;width:49.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5976568460462rem;left:12.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LqTtKQZTOeuT8KVlfh3Zlq8QZ4iX3v69 { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#E1JZUhKaf65hLVMm1mysegnABZ9BW4ws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pbttXe8rfMZiwVCrprh9ZAM3nwRX4lmM { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Vyir5OvfTewdm4lA74sSAVCUuqPHM4WL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:22.6875rem;top:26.975000858307rem;left:10.3125rem;overflow:hidden;display:block; }
#oDqvIzSlnTdT8KHQAeXyMUZhPGynsMTK { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.9375rem;left:42.375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#NA4JRun8FNoQqFB3P8huiuTXLsoXCKge { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.686707139015rem;left:39.062501907349rem;height:8.9375rem;text-align:center;text-align-last:center;display:block; }
#qwFTHKkFmTZCMzIQc3VUSwOer9dlg24B { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:43.1875rem;left:41.1875rem;display:block; }
#XiBHAcnHdDT7VHzOKNcagXK35KaUkPJ3 { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NWO7Ld0y8yZNeq3zNKKnZPMy9WEPU22s { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#fgaTkHLX7zSRS7eIZW67TOBMJZQylRwe { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#NcsdQRBBmrTsvcHc3M492BxfsX0TCyTw { position:relative;display:none; }#NcsdQRBBmrTsvcHc3M492BxfsX0TCyTw { border-width: 0; border-radius: 0; }#NcsdQRBBmrTsvcHc3M492BxfsX0TCyTw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NcsdQRBBmrTsvcHc3M492BxfsX0TCyTw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bJdfb9cT29TU6QfWukxJLwlkeUd74QKt { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#eGOl8WkPRTihO7UczPUI3PmzrUxPVnvq { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:43.3125rem;left:35.625rem;display:block; }
#mai5mnaXUJ4kTJDXQHPIWcR3x7K4KDqz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhko9SrEwaDZqfwuyXi0TO5gycNzOLMd { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.160938262939rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#mVfXDoq1mTPbPnEWXkoSG34zvMdnEIhA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:30.25rem;left:8.125rem;overflow:hidden;display:block; }
#FtIu8AeIH52ZMXy7iJAu3P5Xcw9rIOBG { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:35.5625rem;left:33.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#wlOM6qvlzQUIshvAbQQTfkT97ozVadBt { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.567189216614rem;left:14.65625rem;height:17.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OCuZ26nQz0L9RSuB6AGuMkSMcc0bRdnQ { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#F1iL7mQ9DBATVyxZFN5CHzKkGBfBsHHc { position:relative;display:none; }#F1iL7mQ9DBATVyxZFN5CHzKkGBfBsHHc { border-width: 0; border-radius: 0; }#F1iL7mQ9DBATVyxZFN5CHzKkGBfBsHHc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F1iL7mQ9DBATVyxZFN5CHzKkGBfBsHHc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BJA339okmsw20yEfSDU72XdqmAZb6Ocg { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#hmLSb9FGXM9MUcPzA8nTqZXaWTJXLaNh { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#P6TkQJF8cS7IZEsmKV3VN0QyRkby0Uzq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#toz2HqMNIzRUwh4CMu1u5bmQLuM12xLg { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#e0FCnlac6qSHIOmhDNOeOHNaiTfHyxCk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:22.75rem;top:27.037517547608rem;left:7.6875rem;overflow:hidden;display:block; }
#cWcOdrqTLrgs2C1TZOMvHeUfnHMPrFU3 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:45.875rem;left:42.4375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#BJo3tFFu1ES3OawT5xoKRe1EdgVsgfks { color:#7a3855;display:block;width:23.4375rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.99843788147rem;left:39.937501907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:block; }
#WAKXkLZLmGEzTbsNNb0EFasUicEuqw28 { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:45.125rem;left:41.25rem;display:block; }
#SU0vsgEDdd3VLNbqWQTC9wgZ71BPq2rE { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eK2UWB12nRlPcAvJBcu8lCoR3MEwBu8K { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#SLVntxS3gzr5XTo8KTM0uJSPyb7PbBUC { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#zrUwldTsF6rzi03dOL3Rzd43TJvTtU0W { position:relative;display:none; }#zrUwldTsF6rzi03dOL3Rzd43TJvTtU0W { border-width: 0; border-radius: 0; }#zrUwldTsF6rzi03dOL3Rzd43TJvTtU0W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zrUwldTsF6rzi03dOL3Rzd43TJvTtU0W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hsCiPM90FbVsfIPCJ7nd9ZvaagfkvZ0R { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#lh9fqOHFcfkes6u41BvsJHOmdtXkZ6Ur { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:36.750000953674rem;left:36.250001907349rem;display:block; }
#cEdooW6MU4QgsAgDlFNQseBvXWJPEpG8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcIZ59Wn26UlFbsxOTohN6UJnODTSFxb { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.160938262939rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#XKxhpIQq6vDiNPudWc4TvEVM5VksLzg7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:23.686717510223rem;left:8.75rem;overflow:hidden;display:block; }
#reNKnB9rtPIDwa9TMN94P4QuOTwu4MaL { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.999999523163rem;left:34.437501907349rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#uEPoWIgFwFyDiT51z5WvIwl3S0F2iDlR { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.567189216614rem;left:14.65625rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZkThBktV3kqbcEImxUvpfoP7nTls1wQB { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#a6NTa06NmPaf6rGnMwF8XxqvEXebApg7 { position:relative;display:none; }#a6NTa06NmPaf6rGnMwF8XxqvEXebApg7 { border-width: 0; border-radius: 0; }#a6NTa06NmPaf6rGnMwF8XxqvEXebApg7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a6NTa06NmPaf6rGnMwF8XxqvEXebApg7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CGQHQdIHsvcVKiTk8ZT0B9ZU1BTRiySX { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#wI0Wte6rCdq8bNEnx7fqa7i0eAkRtz5B { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#EuTZJJ9tKmrm16teHa7grmN0MwRL4IOW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ms0I41NctiTRTLJTqGkN21xzDcmZFNfT { color:#7a3855;display:block;width:49.0625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.16015625rem;left:12.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#WUerr66RlrvCB5vB6kru9kI2v9nfXam5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:22.75rem;top:27.037517547608rem;left:7.6875rem;overflow:hidden;display:block; }
#FydLCJgzqTQbWzXFC34B6tmRkaT60erW { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:45.875rem;left:42.4375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#WhWomzTMe0cH4mhaDGHxznI3r1Wkm4Ud { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:block; }
#Gz6T0ibx2Tk0onRpl0C7kobCctyG5Ex4 { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:45.125rem;left:41.25rem;display:block; }
#A283TVWJQN57xWs98wPPP8fWgAk79M2v { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vxPP8K7L7UicG1C8XblP2o0h5XiQ7uJx { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#UISlB5hMkybPplDNQZrOgfTodHTNcW5C { color:#7a3855;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.560938358307rem;left:39.125001907349rem;height:12.5125rem;text-align:center;text-align-last:center;display:none; }
#dBznhOrzTXwdL19bC0A4P9Dd4pS1F3rt { position:relative;display:none; }#dBznhOrzTXwdL19bC0A4P9Dd4pS1F3rt { border-width: 0; border-radius: 0; }#dBznhOrzTXwdL19bC0A4P9Dd4pS1F3rt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dBznhOrzTXwdL19bC0A4P9Dd4pS1F3rt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZyipEtH0vsKazFlZtSrT9P99QpkgU5O6 { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5984344482425rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LVBVeKzlT5Vu3uEXi2HWPNz45SteOzoc { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:36.750000953674rem;left:36.250001907349rem;display:block; }
#mgdZTizaMZlZJhTuO0Utsvb45F3KyqCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tZeOgfC1ylUvRXNO6KrbEL2kFIsa4MGV { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.160938262939rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#mw5ZIRw9ozVN7mv5Unz1u8ktQwrkNlgm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:21.75rem;left:9.0625rem;overflow:hidden;display:block; }
#Gu79gcZrMH1HQmLvxSSvguJvGTXEJvxw { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.500000953674rem;left:34.437501907349rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#AeVu57WZvsnprmrLTTGTQHlPl1CIn1xg { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.567189216614rem;left:14.65625rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gRksLuLVE51atOcxD5r3O5EsXumicmsR { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#trrgqTfb6wOGgLKWku8gAbTPEnrl7Mrc { position:relative;display:none; }#trrgqTfb6wOGgLKWku8gAbTPEnrl7Mrc { border-width: 0; border-radius: 0; }#trrgqTfb6wOGgLKWku8gAbTPEnrl7Mrc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#trrgqTfb6wOGgLKWku8gAbTPEnrl7Mrc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pKJBG6BlknRQQGvd8MSwZUeofzaqJT75 { color:#7a3855;display:block;width:48.5rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.53515625rem;left:13.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#pKWGNm2hLevLi1ETM2U4w2GZNawSbgCw { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.575006484986rem;left:23.656251907349rem;display:block; }
#xuGr1rxA2eOQvH1HPioOytuIaIuz1X9E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wp2e1oysRDT0TUd3Ou6nBO4s7Vh9UENw { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.160938262939rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#N21h3TcZCsTVNTrIOWvIFhWZAOwrr7a3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.75rem;top:26.625000953674rem;left:9.3125rem;overflow:hidden;display:block; }
#cZGWssQ0UrOzZBq8kiRCNsOU5VxCV28R { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:40.625rem;left:42.4375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#rH6u8HRXqfzQcR9IW73noQOs8m7T4HUZ { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#JaxfOLBw2nxopDUJTB6sRLrJr7qtXwbw { position:absolute;display:block;z-index:14999;background-color:#7a3855;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.8125rem;top:39.875rem;left:41.25rem;display:block; }
#WgvOUo0PvbIm6af7Vlf2B3DoTKWT3GGq { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.60000038147rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HD9vZ7rzdMwxTlScupcL3p4ESQpyXGLk { color:#7a3855;display:block;width:31.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.311718940735rem;left:36.000001907349rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#lO1qn49VkWErsJL3TgxeTVqInsi0lOWn { position:relative;display:none; }#lO1qn49VkWErsJL3TgxeTVqInsi0lOWn { border-width: 0; border-radius: 0; }#lO1qn49VkWErsJL3TgxeTVqInsi0lOWn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lO1qn49VkWErsJL3TgxeTVqInsi0lOWn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:65.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HpsMSaLaMDsHe088qqOD4DdnxAxc7yoE { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.598437309265rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#OfUFuCBJEPben11AAWWW8yEaSa5pTXEc { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.262495040894rem;left:23.656251907349rem;display:block; }
#nWm8IS1ySgOhguwcztVAqDufC5wO7dzt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HqTRVFTEA9hqaLpVIqRl1ZJKACo51QeB { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.473437309265rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#l4ObZNGaurwuG85tC4XWuJ1MgfssJhDb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.6875rem;width:75rem;top:24.85000038147rem;left:0rem;overflow:hidden;display:block; }
#h3tDHI5TckaSeb3FLgS1kXAhdqTrhLgJ { color:#7a3855;display:block;width:45.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.098437309265rem;left:14.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfd;background-image:url("https://images.assets-landingi.com/uc/3bd5ac23-4f67-4e3b-9ad2-2a05ee2ad3a5/TenKursBackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7.adaptive-delivery-prevent-bg, #cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7.lazyload, #cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7.lazyloading { background-image: none; }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row .container { background-color: transparent; background-image: none; }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row .container > .video-iframe-container { display: none; }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row > .video-iframe-container { display: none; }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .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); }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row .container { border-width: 0; border-radius: 0; }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#okFDKvuon28emT2TpCNTr6hOSVFoTiuZ { color:#f2a51e;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.125rem;left:6.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#RGBNtBRi11Hv1qVM45TI8VFH4TiAUBxB { color:#47545a;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13rem;left:6.25rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#WoblJQkuE2Cn0ChOZZe0FBTqEKqEI6c8 { color:#f2a51e;display:block;width:22.375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1250028610231rem;left:26.312501907349rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#sytGvtJ0W0ih8oheTfeXgxU57zT6RCp8 { color:#47545a;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.000001907349rem;left:31.250001907349rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#KcDws2Xn1aDRKborPzL9gwETsWos688q { color:#f2a51e;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:56.249998092651rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#nqXwq5JHiFltuWwxSdKQ0KWXm6QDAd9Z { color:#47545a;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.93124961853rem;left:56.249998092651rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#hZHyAm6ceKPugzGO0IGNVBZodrSzTmTm { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.25rem;width:23.75rem;top:4rem;left:0.625rem;display:block; }
#KFXXed3VBTgpWBiP7DI81JmoiIBwLvvI { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.25rem;width:23.75rem;top:4rem;left:25.625rem;display:block; }
#SToBKHpPsETtcumxmRDNs5xLMPZJ128E { position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.25rem;width:23.75rem;top:4rem;left:50.625001907349rem;display:block; }
#WXsGsPiUgU5KdT8U49KT8uJr02JZ6DlN { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.75rem;left:3.75rem;display:block; }
#x1khAXJ9oGoSXF0Q5Z0MTTc8v0v156K3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tg3wyug6TadM0xOzc9er0G654Ttqncft { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.750001907349rem;left:28.750001907349rem;display:block; }
#OEGgbIToXPitXWftOrNuih6mLJ7WNCOi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p8ARB5DmqVROQcDA8x7A1A7aQ2lTpbXZ { background-color:#4bae16;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.75rem;left:53.750001907349rem;display:block; }
#wNA6KNTErsGST5sxLc2NDzxkyredJW0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf { position:relative;display:block; }#AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf { background-color: transparent; background-image: none; }#AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf > .row .container > .video-iframe-container { display: none; }#AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf > .row > .video-iframe-container { display: none; }#AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf > .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); }#AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf { border-width: 0; border-radius: 0; }#AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x7dxBxAT2pelWQTOn9ikbU3gc6guHLFS { color:#7a3855;display:block;width:31.5625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.40625rem;left:21.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 { position:relative;display:block; }#CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 { background-color: transparent; background-image: none; }#CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 > .row .container > .video-iframe-container { display: none; }#CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 > .row > .video-iframe-container { display: none; }#CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 > .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); }#CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 { border-width: 0; border-radius: 0; }#CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8ecec;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kNKgvvfkMS7tFLFCeZ2nkQSyHNv5NTG3 { color:#7a3855;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7rem;left:3rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#kKWRxn4p4mT2eFmB0GIpiJz8P1QDTrl5 { color:#7a3855;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7rem;left:21.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wFXQyhJI8c4blcEu6nsbO5XcCu1BZlBa { color:#7a3855;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:40.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ycw2py2AHk8yTJNeohMVbwfBna1LHZWl { color:#7a3855;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:59.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#V5Z8qoO3cgG6EsRR1WnhHIbcrwlqSkXD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2rem;left:7.6875rem; }
#V5Z8qoO3cgG6EsRR1WnhHIbcrwlqSkXD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#nm1us20KJtLlcDBfPmCgtVTEBe7cuoVl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2rem;left:45.1875rem; }
#nm1us20KJtLlcDBfPmCgtVTEBe7cuoVl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#x7SbdNLVWdwphSy9l5pCeZXPxJGdS8gO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2rem;left:26.4375rem; }
#x7SbdNLVWdwphSy9l5pCeZXPxJGdS8gO > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#mDanM3rvBbW1FTiQQexwkHEuoGBcMJm7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2rem;left:63.9375rem; }
#mDanM3rvBbW1FTiQQexwkHEuoGBcMJm7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row .container { background-color: transparent; background-image: none; }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row .container > .video-iframe-container { display: none; }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row > .video-iframe-container { display: none; }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .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); }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row .container { border-width: 0; border-radius: 0; }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#qlC7INwIdyguoociq3RGtO32FxmE4IVZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:11.25rem;top:5.625rem;left:31.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd { display:block; }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row .container { width:47.75rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u6vsWc4kGvXXRGeJE87ihX3FHlJahP8d { width:18.75rem;height:2.84375rem;top:9.5625001192094rem;left:3.887500166893rem;font-size:2.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #aiCemdRnuTyndc5SA5LEveQX0TNi7sL3 { width:18.75rem;height:2.4375rem;top:13.956250309944rem;left:3.887500166893rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TswlQAEwkVATRMU2ZHgkwfW16ZwkLf4G { width:24.375rem;height:23.625rem;top:3.362499833107rem;left:1.0750000476837rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W2A980aTAd6zP9yQcdOh7eAGsVxhGHaH { width:23.4375rem;height:2.4375rem;top:19.125001072884rem;left:1.5429688692093rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x12SGkBhhFEWOvDTUvQCPyNBwzdlact1 { width:12.5rem;height:12.5rem;top:21.562501072884rem;left:13.000000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1SMZXPdqK4ewKliGpZRZEVT8BXwvEvm { width:4.375rem;height:4.375rem;top:4.1875001192093rem;left:11.075000166893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO { display:block; }#ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO > .row .container { width:47.75rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R4bDWpVDdhslPKloXrMnetdJX4RU6DC2 { width:45.6875rem;height:4.875rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACEGTGwDVKzkr4TQEctgvGJHOz8giQ1J { width:27.6875rem;height:3.4375rem;top:13.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gv3cJoFUs788ppayDP9QgLQH8FUTmNu9 { display:block; }
 }@media only screen and (max-width: 1199px) { #WZZ9LCDeHkr6quObSD0hPrEuEhqi3zRP { width:22.75rem;height:22.75rem;top:20.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O52NHf7IgDF4imirdolhJw1oIqtnM4Mr { width:17.6875rem;height:2.925rem;top:34.3125rem;left:27.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxHnnUeQmGGdfXT8o4OLBEIk7aezHNhR { width:19.75rem;height:8.125rem;top:23.25rem;left:25.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n07qa0zhG9D0OHyuzX3yURaI3qAZfQ4I { width:20.8125rem;height:5.875rem;top:32.8125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EWtJb4e18aq3snG0cc8qOcqOS7XnTNzI { display:none; }#EWtJb4e18aq3snG0cc8qOcqOS7XnTNzI > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #dsGc5hEkl04HxwktC1Ano9WTqIk9sgT5 { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wkn6miP3SllhW3CwlnHqGvOcDhcdg4Io { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ov7a2AyM4MoZBAvy4M5HN9zvv8dJrtCi { display:block; }
 }@media only screen and (max-width: 1199px) { #lal0l7cugfR9QCTRx0htmFwup8Rqmmzu { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mo3WlzgMnxvTHXoraIp2idNNhaaundUF { width:20.125rem;height:20.125rem;top:20.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWC85nrIieJVnFk55elUJWl5Z0dpZkDK { width:18.4375rem;height:4.3875rem;top:33.9375rem;left:26.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WHI91ckblvowhxxpZBTNUOphtOyxwBUO { width:19.1875rem;height:8.125rem;top:23.000001430511rem;left:26.062499582768rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKbN8fodSl6Vxa3bAKSbzVHANoerCy5k { width:20.8125rem;height:6.3125rem;top:33rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Epk9NrkPyUcdcA9wbfM6vJ72NiQrU0Oo { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zirxfrqMywLlm6lPdK6CV1hLTvkc1eLU { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bwrFl4ZSpCfia2Jmg5kh3rT57MQ3flH6 { display:none; }#bwrFl4ZSpCfia2Jmg5kh3rT57MQ3flH6 > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #g99GJi9UGTL8N2QH6Xs5wIJnZJ1tFPUb { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9dXWrdOldzKA5Lc1AbU2GzfyOQ8ceTb { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aqlc2MTyfObTlXolaRMiDKtdMnlIAq31 { display:block; }
 }@media only screen and (max-width: 1199px) { #TpbEyKz7t1PQ10F5nxD9gBw7skWJ8ZV8 { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oBD9WBmhNV2Fxh7blX4IGtAkcT7sd7B0 { width:20.125rem;height:20.125rem;top:20.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ooZ9aB52md9P1mK8u6TVhyJZiTf2w0Jq { width:18.4375rem;height:5.85rem;top:32.75rem;left:26.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SxNOmd8HmxAngFXiybTf1VvyHbAehoTN { width:20.4375rem;height:8.125rem;top:21.62500667572rem;left:25.374999582768rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nN039gKa57oSy0fgyBZTQ6HO2qWfxIAc { width:20.8125rem;height:8.9375rem;top:31.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lvM5ThFLzkIlQSwlpT4hMBqzdI0Lz5Cx { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHhh1ZsJumStlD00NzTMKrm6xuJ4huB6 { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX { display:block; }#EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M3UUhHema4RpT1CSGblVeGLsbQ7qOE13 { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sHatHta185vmMuCr3vvkOSe5iEK4oucQ { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hpqeCGxXRTn75wNqMTQKJmWCS3qnvRcQ { display:block; }
 }@media only screen and (max-width: 1199px) { #bVEkQ7TryCzGTXyT6TdBfQxkm6sRifxX { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OiRdguP3OIuzOaTukwQfHmeivLwEApBc { width:19.25rem;height:19.3125rem;top:20.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X2MfvywE3E10DPCmeIwyt7fedaqlXcuO { width:18.4375rem;height:4.3875rem;top:33.5rem;left:26.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrHAP1MuLUel2vihJIDV8BzoenA9bsZf { width:19.75rem;height:8.125rem;top:22.125rem;left:25.781250357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThCVBgRT1eRAElBbFibd02NLJa95gQTm { width:20.8125rem;height:6.3125rem;top:32.5625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w9BrGzhxBQuTHaTdt2mk6yet1h4HodkI { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LydnVZBsvogtCvcodvHCniH6kQMyhgid { display:none; }#LydnVZBsvogtCvcodvHCniH6kQMyhgid > .row .container { width:47.75rem;height:51.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tChxuLmN40ZPNWRLVA9I3rTUdtmwyD8S { width:45.6875rem;height:2.4375rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fiN0HlDk2qiyidB5WTBnmdRSPhKa7R2v { width:27.6875rem;height:3.4375rem;top:13.874997138977rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u3baqLcCwXcrDsXeNa5GvIhxU8kGwMOU { display:block; }
 }@media only screen and (max-width: 1199px) { #Q3wfTAJAeNh3TAPuZ1d1fnMxsQSCO6LW { width:45.6875rem;height:1.86875rem;top:9.4999971389769rem;left:1.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHQCiHSssH8Ais6mR8IQsdZG2vRoMA3h { width:24.9375rem;height:28.0625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otOdisfQPZrE9OkSfOcJP3ccpHfH4k9q { width:18.4375rem;height:4.3875rem;top:38.8125rem;left:27.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #izfznLVRNyaVCoE9i6BprK8FEnk7cNWS { width:22.375rem;height:8.125rem;top:26.25rem;left:25.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nM2ceJP6BmJz2LHP4gB0rq8nxf6Hq7eU { width:20.8125rem;height:8.5625rem;top:36.75rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NmoKQmmoKRawBwJA66KSrqR71dEHKCVZ { display:none; }#NmoKQmmoKRawBwJA66KSrqR71dEHKCVZ > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TVM4rnvPLfbt2Nx9pvy39564ULGtPPr6 { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTXIiJQfuFBxXowdRh7STWOaQDiboN0M { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wdkJ8EC1b4bzUhvvNgiqTay5G5JR0yrx { display:block; }
 }@media only screen and (max-width: 1199px) { #dOzQCLVQhC6ydhvsC7qXePN4GnlMPkRS { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zu2fl4GPrTTm608gUNVvOEPuhzf8wQE2 { width:20.125rem;height:20.125rem;top:20.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #becPJVGtkw3DSTTpXG6NQEZCAH2i38Z1 { width:18.4375rem;height:2.925rem;top:36.943752765656rem;left:26.437499582768rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IyTaqTBybfgGTQgb8Cnv8RoKSOLHn1Ad { width:19.1875rem;height:13rem;top:20.875000476837rem;left:26.062499582768rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JNBKXJ55J6QLFVZUi96sBr1bIqK1aOHC { width:20.8125rem;height:6.3125rem;top:35.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rh4DceZGa5hacBnVGl28kXfqvDQ2wipi { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WOvLpnTyUKtVW6tDirwpb0NVIINNupca { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OIztsNO67hTtsObyh1bAyAhHoXxsr5X2 { display:none; }#OIztsNO67hTtsObyh1bAyAhHoXxsr5X2 > .row .container { width:47.75rem;height:51.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bCZX2WXZpV4FkUXxUskqGHvVoTnvoUT2 { width:45.6875rem;height:4.875rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XDGamwUPuec5u2Cs4GJR2pClbD3ZoWyt { width:27.6875rem;height:3.4375rem;top:16.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AmsD41oZDcKykNmfwzyBbEBFBpkiv46s { display:block; }
 }@media only screen and (max-width: 1199px) { #NfBRlUOiX7VsIKQTzaTuiCnBRyNUkBWZ { width:45.6875rem;height:1.86875rem;top:12.5rem;left:1.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N1rHykoTzl2LpXI0iZNpDSrXV3yGIuaO { width:22.75rem;height:22.75rem;top:23.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EVMIdpJ25TobfhpdgLkw0FekftyeC7xA { width:17.6875rem;height:4.3875rem;top:36.55624961853rem;left:27.412499964238rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTmonmaCOsxMVvXJQNAQKsa2fA7rMPDZ { width:19.75rem;height:6.5rem;top:26.250001430511rem;left:25.299999594688rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CbGvMMNznJevgLLQiaDhBPPDvoLHuHg0 { width:20.8125rem;height:5.875rem;top:35.8125rem;left:25.375000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mnga16eTAdtT5fk0op4n0VvSyTuXT0M8 { display:none; }#Mnga16eTAdtT5fk0op4n0VvSyTuXT0M8 > .row .container { width:47.75rem;height:47.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #XpOcHmqz1JJmCSdqKJGD0euyLu4HKTc1 { width:45.6875rem;height:4.875rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MM4drDKP4xe4dKDapiTUZONN7ELJHCBx { width:27.6875rem;height:3.4375rem;top:13.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uQ4FxHJwBge5FS8AWXLwzAMN1QTl7ZVp { display:block; }
 }@media only screen and (max-width: 1199px) { #ZBQlhkTbuZLBQT5mdbe657bvD8Fr3Dms { width:22.75rem;height:22.75rem;top:20.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gCppOiUxqLWclT7Sqy31vIxbK22UqJo2 { width:17.6875rem;height:2.925rem;top:34.3125rem;left:27.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i6aRQNmmQ0V2XhS6D1SNvruk8yzJ10JN { width:19.75rem;height:6.5rem;top:23.25rem;left:25.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hvt1ywzdXw2ImZ5osn6W37SoKq7L1LTp { width:20.8125rem;height:5.875rem;top:32.8125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o9SS2c8tfxQcegUx8EpD2B7ud2qoLtMB { display:none; }#o9SS2c8tfxQcegUx8EpD2B7ud2qoLtMB > .row .container { width:47.75rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xRnnaGU3zETpIdgCIa2atHfCwUlcE4qr { width:45.6875rem;height:2.03125rem;top:6.5625rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2HsUOk1GOLyKsEBmRH8vwaCdkoci76k { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MJvlbLzkbaBDzIZ6AG1SpEJioCCOXiHJ { display:block; }
 }@media only screen and (max-width: 1199px) { #yFnZyGu1GeWMT1hOxzcMkJzJuXtqi8Nx { width:45.6875rem;height:1.625rem;top:9.8125rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NfkLK9qd827I13zIn08Jvg9NGowDWLR3 { width:22.75rem;height:28.0625rem;top:19.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BGdH78we3CrFIt7Z3qd1KHcI6lOePoa4 { width:18.4375rem;height:4.3875rem;top:37.461720466614rem;left:26.343750357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9Kx3yfSSFI2csbU5Jz8Cr1p1lG9EUqT { width:24.6875rem;height:8.125rem;top:26.187500953674rem;left:23.062500357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XRJeRLLQexDiOhlf1DeK2gpQM4r1TKk9 { width:20.8125rem;height:6.3125rem;top:36.5rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m0FsWfIeuzlTWTh9ZzSuwcESgKOhRqOi { display:none; }#m0FsWfIeuzlTWTh9ZzSuwcESgKOhRqOi > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #fLoL0URA2PC5ZtaKcdLQEz2cGxPXWLd3 { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RDx7WD99usoT5llenatILC8EVWmMkPQ7 { width:27.6875rem;height:3.4375rem;top:17.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPLhsp1LupmtqlTulNWAyRXFTL1Tf3R7 { display:block; }
 }@media only screen and (max-width: 1199px) { #ZDIBdD2eX083Hu78UVu9eAKOwKSXSWyJ { width:45.6875rem;height:4.0625rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wS9RTV0sdwCKGInIu8cTvx3BGtJatq3o { width:16.75rem;height:16.75rem;top:23.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t4oKWM5ImDix8H3aUtCprPROs9QHtNI1 { width:18.4375rem;height:4.3875rem;top:32.9375rem;left:25.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cJdgXMTl31JkDEAR32oRuNs9gtuTHszX { width:20.4375rem;height:4.63125rem;top:24.625rem;left:24.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pf57Vfv8lEWg7ktcuyGqXk8b6Tcb8d2g { width:20.8125rem;height:6.3125rem;top:32rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TkEd2rUNLPTmxoxDEvkwGSyITupvSvu3 { width:45.6875rem;height:1.625rem;top:14.1875rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsoqTBvKHoE4tSNgsfgMxioaAcsCOEra { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #N87p5woPKedpEZR5g19KAGRN3UOWJe7h { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #n5ToQcMT3vu2gTml35fkAkbLbOsVIyei { display:none; }#n5ToQcMT3vu2gTml35fkAkbLbOsVIyei > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #fw0x1EfXhnGKMbmS5qo43cTkQzPHvtFy { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOSQ335iFvU3NWJzqFPrZ7NasrgsGxfa { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rt3ronbAiiZaTwyt67DvJdx6kDCds39u { display:block; }
 }@media only screen and (max-width: 1199px) { #uF8SyTNwFBQVQzg6RchZ2CCZILEtHoru { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QgIclKWzpQ5QakWemoepf4eB3vn80d0f { width:17.4375rem;height:21.5rem;top:20.17421913147rem;left:3.3125001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTcMRJTc1c0497bUX0devUW0rNwL6qXH { width:18.4375rem;height:4.3875rem;top:35.14999961853rem;left:24.750000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CbHQeOcGlEyvT0cTrXoB4FTfEpiiTLP3 { width:20.4375rem;height:10.80625rem;top:22.1875rem;left:23.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U26NsTWRlC5RCN4isTsZ5Z9npQ8huXB6 { width:20.8125rem;height:6.3125rem;top:34.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTfCbIETdI1GtEkB4kXEFBKVTqcnuMDz { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B9cGRy3BByqrPtyG8dOTAIl9VQaPUEZo { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #esr2fTnm96gKl5S6fGG5cC1S3kqKA48q { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VFZUe8G16WMsQL4lMmIqiB5LTCelPSp6 { display:none; }#VFZUe8G16WMsQL4lMmIqiB5LTCelPSp6 > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VIlw4EZA55QNsxhfAeKZORqZANPLJi8D { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAeFtL1SaNiRRRTIogGq2aUoqTZf1fn6 { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V8pJfrKHUh9qoUBnnbmBxJxGKmBwWg0J { display:block; }
 }@media only screen and (max-width: 1199px) { #cBT9urFkeXxEg3Xxrn1I1ETvO0F44mlS { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #owb2uBaiKfbHMDJNvmKlIIf97Xye45yx { width:16.75rem;height:16.75rem;top:20.987498760223rem;left:3.4999998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PUIyehklEL9UlcOxeEQ1bakFATBU5Z51 { width:18.4375rem;height:4.3875rem;top:35.149997711182rem;left:24.750000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CpPricNTrROia5rxTgvMMsazyXzq1LfP { width:20.4375rem;height:10.80625rem;top:20.98671913147rem;left:23.750000357628rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ckdTiSvLh1nvIeO9hB5dRVmOtkJSsulc { width:20.8125rem;height:6.3125rem;top:34.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FrTtIT5caO0XL9KvEoa5d03ENQ38t0oN { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #W7fruzzzllHtdKsJW7FDhxFEZ1umiPb9 { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #t8DgUNh37BKDHR6FIlMvh9XnPRx4IW0L { display:none; }#t8DgUNh37BKDHR6FIlMvh9XnPRx4IW0L > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #olQ55nhByS2Z8HCnzzsZvRfs6UhxXCeO { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kB03gviGQPxyiydCpIM9ghd1H08uq2Pa { width:27.6875rem;height:3.4375rem;top:12.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rdhstli4wpRzMkKOSw5d42sMnVVmDJnV { display:block; }
 }@media only screen and (max-width: 1199px) { #QKC0xb8hhW1wLQlOMKTELDhlyJmwgyba { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwLxcBlsrECXuZeQeSBsxCowxiq1cUlp { width:22.75rem;height:22.75rem;top:19rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gPQLAZPTBMnUu2niOOLFOOhDGBcMvQON { width:18.4375rem;height:4.3875rem;top:32.4375rem;left:27.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GDwNk7vMRITuuwqdnpdH6UaddpPqRlx9 { width:20.4375rem;height:6.175rem;top:22.9375rem;left:26.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RigARnTecMV5W6QkIuTZL7aQxk2qL099 { width:20.8125rem;height:6.3125rem;top:31.5rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWn3wwWozGodey3h6JPTeWTEaPQktmUb { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EEXOysR11haxKZ6km2aN55eLkunDkw5H { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #q6v3PNMCT58gSfaychg5WCT1W2WpyTsT { display:none; }#q6v3PNMCT58gSfaychg5WCT1W2WpyTsT > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UTQLnaW0wzGSkUHH9nPrHHMU6NblMt01 { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNcDTA0TwXHSTkmhd5XvoDerQLRTRzhn { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VF5SwynmmVxMFWNX2h2HHPhBSRr8GPh4 { display:block; }
 }@media only screen and (max-width: 1199px) { #NL9lssn29P6CN4mSMGEgBpzs6WL4C4qp { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xkzbRGgAWMHELuICXvJM0HeyX7zOlKsF { width:16.75rem;height:16.75rem;top:20.987498760223rem;left:3.4999998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vf6LwzU0op8MEFfWrPU9kML9ttEFosph { width:18.4375rem;height:2.925rem;top:35.880459308624rem;left:24.750000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DpxxoyvsxTo8bqJP9igOU4h7mSbNzuNS { width:20.4375rem;height:9.2625rem;top:22.1875rem;left:23.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #efcKw5kbKXsCRQ3GXQtwwqoHf5GLKlqJ { width:20.8125rem;height:6.3125rem;top:34.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNEZhBMUs6vMRsZt612lNQpGG2zN2uT7 { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOXzVIGeW0mmyTMAdW2kRhMSsdBzZfvk { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #i7G8u50LO5Lp9pHc7NwpR6Zvf7ZbSmFi { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dvcomP6I7KBQBnH1FPAlTAcS13mGFJh4 { display:none; }#dvcomP6I7KBQBnH1FPAlTAcS13mGFJh4 > .row .container { width:47.75rem;height:42.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qgDXk8SkIGbRTrUh0HoMTI5g68Ki6hIw { width:45.6875rem;height:2.4375rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yX6vWHsZW9alsr5RVGssDHRZUOyCL2m8 { width:27.6875rem;height:3.4375rem;top:13.874997138977rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NSIp2uKmEyoIZid5xtEFKCGhFc4cCTSq { display:block; }
 }@media only screen and (max-width: 1199px) { #TN5HDdFrUQpw42bcif2bIvrfT6IuI0z4 { width:45.6875rem;height:1.86875rem;top:9.4999971389769rem;left:1.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pp1l6HLE5Ty5OqgbU0fCgecpfe3Hpk7M { width:16.75rem;height:16.75rem;top:20rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1vLr2RXFP9N11Tu8OETfqcUSlT920se { width:18.4375rem;height:4.3875rem;top:33.3125rem;left:26.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTWxEoF2z0ndxpovzTBQRQW3EIbQI7P9 { width:19.125rem;height:8.125rem;top:20.812499523163rem;left:25.843750357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQ0QiVHo6ZpcgB38yfG8ABNhyxWRels4 { width:20.8125rem;height:8.5625rem;top:31.25rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yIVwMdHEXVfQcTmZCna2sbhhTJgwRHf5 { width:19.125rem;height:8.125rem;top:26.250000953674rem;left:25.312500357628rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WJtrd8B1g2B0alwmwF1MSCNllrASIfbu { display:none; }#WJtrd8B1g2B0alwmwF1MSCNllrASIfbu > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #kZRhDwVRLKCPfUv2r0dtZsWFRSceHrHM { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4P7ix3XwziUc9Tb9sQhoJas1TZZhOa7 { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEo0NxFUN5RW8vOrszZcLCg887tD4t00 { display:block; }
 }@media only screen and (max-width: 1199px) { #lzlpCVU8CTEBG7XHappx26OyBCXcgrvk { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xhv86Wzch5X5zeFtO0FfJSAPcS1VOBZl { width:16.75rem;height:20.6875rem;top:20.987498760223rem;left:3.4999998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DyTz4VLn1xTCC200zOHhUVRRxf2HvRKM { width:18.4375rem;height:4.3875rem;top:35.125rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tvo180uT2qcfIDXxrwi2WKOp0qHDC78G { width:20.4375rem;height:10.80625rem;top:22.1875rem;left:23.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2X5E30VXDZgQbS0hXCWMGhR6Lp4Amhh { width:20.8125rem;height:6.3125rem;top:34.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2UdTA08aaCNchl9yC4Ayx9F9uUyUXXh { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHF7ImTeoCLwkwOFqXu4HytAzyqFGKro { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fTkyA86TgwUtcEZBa6S4OOKIqCXFw1I0 { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vOu7Ka1XR4TcL4s7RBPR6mJbuJtWZUmg { display:none; }#vOu7Ka1XR4TcL4s7RBPR6mJbuJtWZUmg > .row .container { width:47.75rem;height:51.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #thKGkzsS5w3AkAVJ0aRGODZHnRkC0ouv { width:45.6875rem;height:2.4375rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWEkmDw2nI8JLGfB4P5dKJlwxm2e2i7o { width:27.6875rem;height:3.4375rem;top:13.874997138977rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gbn3OzJyiIPxS1HkF8SOTtsksBcu2IRp { display:block; }
 }@media only screen and (max-width: 1199px) { #TRApWHxtpIGZxBvIf9DvhEu0vZTNrLNG { width:45.6875rem;height:1.86875rem;top:9.4999971389769rem;left:1.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PxxF1Uns1uuTSFgBcOgJBIWvZDhATE26 { width:22.75rem;height:28.0625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TT7DqCvmJ5RFNc6kxMbU68Sr1HXRqEIc { width:18.4375rem;height:2.925rem;top:39.5rem;left:25.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VRGKTJhWKOdf7Kk032JFmX36zyJ9Gdwv { width:22.375rem;height:8.125rem;top:26.1875rem;left:23.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oRnB0KT0FlT6dmtlQXLXmVGloUuBTwJe { width:20.8125rem;height:8.5625rem;top:36.6875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CNboXsbrDnp1OJA7OQbLo1f4QyagAqSS { display:none; }#CNboXsbrDnp1OJA7OQbLo1f4QyagAqSS > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TfJgbxLiw71UPT9kEuk2ZidOoT4Xeeiw { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #adKcsKE1Z6FpsvXVq2V2qm3XLSMUzBoS { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PLkCDV1IKsBSNGA0TgnpfByQmqeSJrsw { display:block; }
 }@media only screen and (max-width: 1199px) { #fWfsdCEJITH0CEbpgX1OXTNUZFWNWG8h { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KcTlInFNCTcvoDxWVfTit3oZNbxat3IF { width:16.75rem;height:20.6875rem;top:20.987498760223rem;left:3.4999998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pzp68pPscgdQu6W4gBgSKrtn3M9ggJ3A { width:18.4375rem;height:4.3875rem;top:33.400000572204rem;left:24.750000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkZBIWK8QVla51xBnVXltkFhKIvnqfIL { width:20.4375rem;height:6.175rem;top:23.750000953674rem;left:23.750000357628rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l8ehd51Px9RGMUnKrFXJLCHhQnnepbWW { width:20.8125rem;height:6.3125rem;top:32.4375rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4gxiDzloqteuVvZLtn4f6w26iKAKWD1 { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SDGRSAaqJ9WxFKI4bTIlqMsHWJgWUarp { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cxaRuyNqxCACzkTyTM2xr1yasfaWw68R { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PURLPeH1ciWQQ6bazeqxJsKBArI2Ubic { display:none; }#PURLPeH1ciWQQ6bazeqxJsKBArI2Ubic > .row .container { width:47.75rem;height:51.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TFSwMFnLSxIihgTrx5lIEWgmQc6a9ATh { width:45.6875rem;height:4.875rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GCogdsv96oOdTTstoCqGIQMFQLt98TKt { width:27.6875rem;height:3.4375rem;top:16.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QIdtUDrHWAuCkhQTZeNPhWXxGQTP6cPS { display:block; }
 }@media only screen and (max-width: 1199px) { #uxdSk1QrULk0hUIr3XKZT789u6vmA6ZZ { width:45.6875rem;height:1.86875rem;top:12.5rem;left:1.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qw2momAp6OHLUcMAa3qdOaDerxtf8453 { width:22.75rem;height:22.75rem;top:23.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F8rHeXi3ddNCDBrGW7GADaH7FVzi8fNV { width:17.6875rem;height:2.925rem;top:37.287502288818rem;left:26.937500357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ki9ILHyUusltQCaDLd9yu5KPLKxEXHN9 { width:19.75rem;height:8.125rem;top:26.250001430511rem;left:25.299999594688rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #heoT84sAEXyPzrWLy6daKLh9Tt6PcfAZ { width:20.8125rem;height:5.875rem;top:35.8125rem;left:25.375000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pdah9Ev0pTDzgIcCFnVNthXIe3030Oup { display:none; }#Pdah9Ev0pTDzgIcCFnVNthXIe3030Oup > .row .container { width:47.75rem;height:48.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GkPzbPeZEaT6ygywVK7QTqpe3ZMKrMOM { width:45.6875rem;height:2.4375rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uzh8Cw4pXQzc8ZEncuSFST7p5xU62iaZ { width:27.6875rem;height:3.4375rem;top:13.874997138977rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GDQFLwv13zeZNydNt12tTsm8uW35cUIT { display:block; }
 }@media only screen and (max-width: 1199px) { #kQXfQUF6bW6kUo446IlEzs4EDTAG19Qh { width:45.6875rem;height:1.86875rem;top:9.4999971389769rem;left:1.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sxXqHJxupmd7iHs1CiGgfHen7QLrbQXs { width:22.75rem;height:22.75rem;top:20.81250333786rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wk8qXOo00kkwWAt7OFgwdizoyOOxACpU { width:18.4375rem;height:6.175rem;top:38.0625rem;left:27.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wCT6rHqJlr5qysivgEKv8M8oOh8nQGiQ { width:19.6875rem;height:16.25rem;top:19.987500190735rem;left:26.437500357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #laJwdSUh1kaaO8qhuWZx0T2gD0fgrVIV { width:20.8125rem;height:6.9375rem;top:37.6875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWO9By2o8VmqJGML9a6niNwOoU0NLn5q { display:none; }#zWO9By2o8VmqJGML9a6niNwOoU0NLn5q > .row .container { width:47.75rem;height:46.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lu6IQ3CBIqKh0kWzplT6fOcJImOTsagx { width:45.6875rem;height:1.625rem;top:6.5625rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zuh1Le062NZq8lL0aroWa6XDBxiyLSNZ { width:27.6875rem;height:3.4375rem;top:10.875002861023rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnKxIfKKH1rM5VSfJyWNFKy5Jl572aCQ { display:block; }
 }@media only screen and (max-width: 1199px) { #PFVHpDT4bssWTfBt17V5nylhrdJfIcP6 { width:25rem;height:25rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iIMHoqTDCiHB8lqkch0Z9EsEglIJUyXx { width:20rem;height:5.525rem;top:28.625rem;left:26.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFV086460w7BykOxHVFXANwwnbangpla { width:22.375rem;height:3.25rem;top:22.25rem;left:25.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0IT367nJxwtnlMQH0TrWE8XlW3EEzsL { width:20.8125rem;height:8.5625rem;top:27.0625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Utq4Bp66hMkFnxoO6BnqD2eHoSyA2d2c { width:15.625rem;height:15.625rem;top:29.550000190735rem;left:32.125002264976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TP3MXTFmBeXcMDsAaDagQOsG2SLmrz6O { width:12.5rem;height:12.5rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qwAGngcHB7Pypw3oUPwTW1zk6ZnLlce5 { display:none; }#qwAGngcHB7Pypw3oUPwTW1zk6ZnLlce5 > .row .container { width:47.75rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #QXLvQEbQ3dbJSvJOO9lQ4TLFoi6d7JQs { width:45.6875rem;height:2.03125rem;top:6.5625rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tl2VeIB47oyalSx6cXyshvSXXniD3FwP { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRml36q7G11FdoHZUS0byDpkJby3bHwt { display:block; }
 }@media only screen and (max-width: 1199px) { #smNQkNupcGko249mclJXFkkNKW8KOAgy { width:45.6875rem;height:1.625rem;top:9.8125rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UqbdH2fKIkHaR0IDZ7E1mE4ypae4klxb { width:22.75rem;height:28.0625rem;top:19.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y0JaEk2DLwh4ZlLIumcOBBXNTnedxLbz { width:18.4375rem;height:2.925rem;top:38.1875rem;left:26.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CZ7cBysAQ3Z1yHsh3zJC9GIl4oHWOXpD { width:22.375rem;height:9.75rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ndhzw3xTzZfD7QuVFOXPrKxTib2H3x8B { width:20.8125rem;height:6.3125rem;top:36.5rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DSOTo5V6w5hMWxoP4faGxvV2FsegcOXn { display:none; }#DSOTo5V6w5hMWxoP4faGxvV2FsegcOXn > .row .container { width:47.75rem;height:48.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #A7v1sH1XeZXN9IQVG0cGItLwHEeZ7mkW { width:45.6875rem;height:2.4375rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DdTkVUFMfDGbX3vIOd5hLfUGuzAub17w { width:27.6875rem;height:3.4375rem;top:13.874997138977rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ponpthByxFzznDAePc84DsnTckV6NroP { display:block; }
 }@media only screen and (max-width: 1199px) { #eTwub4w7ecK0byrFDpragGQv2ABqlMyT { width:45.6875rem;height:1.86875rem;top:9.4999971389769rem;left:1.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ji26Tyb0Tdz57NbU4lvLlryfPGB7H6qD { width:22.75rem;height:22.75rem;top:20.81250333786rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AX6AgnlnOCB310D1o3XdFuk7TfJAmK1w { width:18.4375rem;height:3.0875rem;top:36.125rem;left:27.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2WC1epVmsENZCyBLg913H8iDgAfDW5p { width:18.125rem;height:9.75rem;top:23.1875rem;left:27.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNTu2wMIT01vQbTTAOtUrAzuHVEhbMVz { width:20.8125rem;height:6.9375rem;top:34.25rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qG5dGd80cuP9GJuUkzFu4kTFEO0Ai9Pa { display:none; }#qG5dGd80cuP9GJuUkzFu4kTFEO0Ai9Pa > .row .container { width:47.75rem;height:48.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hbDEO0bIVHabgXpFMBrAEWBOOXiEklbS { width:45.6875rem;height:2.4375rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6dORo7FBUFSwVLnMQD1RhdLDP2TQagw { width:27.6875rem;height:3.4375rem;top:13.874997138977rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lbA0IR9fkzTTOkAZAtLEySH24oTkmvpU { display:block; }
 }@media only screen and (max-width: 1199px) { #zQSGIMyFu0xdBwLw8czZT2ouLzP1T8Wn { width:45.6875rem;height:1.86875rem;top:9.4999971389769rem;left:1.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ea1IihGVF9qdyi6OpOrr7SyrIEuenasX { width:22.75rem;height:22.75rem;top:20.81250333786rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V2TORxvc8txDEnLkBe98T3axQIZ9B6o1 { width:18.4375rem;height:4.3875rem;top:35.5rem;left:27.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0VpZTQp1UiPCK8rId7CSqKtgWq52O9X { width:20.125rem;height:9.75rem;top:22.4375rem;left:26.500000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZ1IXnyTeylncWEPDrWTeVT84dcxXPR1 { width:20.8125rem;height:8.5625rem;top:33.4375rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OOtTv0WRCMt06LT3bqICEFaGGIX6TrFd { display:none; }#OOtTv0WRCMt06LT3bqICEFaGGIX6TrFd > .row .container { width:47.75rem;height:51.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #oQgGDBXCH91ps03r48fJlab71pTBIxdG { width:45.6875rem;height:4.875rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSZROU1S2FUHp99yaoFXQh8Vhyh4NOST { width:27.6875rem;height:3.4375rem;top:16.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyD26gEc6F9rSFpvOyfcIRMSWXRo9VJH { display:block; }
 }@media only screen and (max-width: 1199px) { #HGOpTOetJb8oWqcCHJIMXBPmoXnO0UEh { width:45.6875rem;height:1.86875rem;top:12.5rem;left:1.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJ6y4heCZGpF8i7RA99QVnfn5i19mvV5 { width:22.75rem;height:22.75rem;top:23.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fEG120F5lhbuqMmEUbtTdQn95hkQcna1 { width:18.4375rem;height:5.85rem;top:37.1875rem;left:26.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U8rR5FEECpBP0qCAhbFfbhmzTUt4NX3v { width:21.9375rem;height:8.125rem;top:25.75rem;left:24.831249594688rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xOM0rXTUmWmq2Vn3QvTVzw8HwrFtZnNW { width:20.8125rem;height:8.5625rem;top:35.8125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #diUg9xbLJdvH6cRpN4qMs2CbNQ5JtSvv { display:none; }#diUg9xbLJdvH6cRpN4qMs2CbNQ5JtSvv > .row .container { width:47.75rem;height:51.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #s9mM7muFifuZiTM8dv3NV2NpSKcW3HR8 { width:45.6875rem;height:2.4375rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R18Ide8TnTLDAEmTcnTlaU7EXopq5Ctq { width:27.6875rem;height:3.4375rem;top:13.874997138977rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QOJPWpJsFo7TIfq73RP9FortdIJ8cq9F { display:block; }
 }@media only screen and (max-width: 1199px) { #fT5bstkHupoiCs1QZLtkyhxDycTOViV1 { width:45.6875rem;height:1.86875rem;top:9.4999971389769rem;left:1.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #md8BICAicL1IInaFraireg4d9ONIqusM { width:22.75rem;height:28.0625rem;top:20.81250333786rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lz04NTiawLJ1QSX5TnBpOeC6vPSyXLGq { width:18.4375rem;height:4.3875rem;top:36.96249961853rem;left:27.343750357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXHgDhmAf1iMzNKu3lbf3oUaR56wh8Do { width:22.375rem;height:6.5rem;top:26.25rem;left:25.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdi5GOwHHbG6OFwnsb7BsDyACsIAwDuU { width:20.8125rem;height:8.5625rem;top:34.875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bhSQWy2T4T4qemPy0OHuhL6ofmz8MFeD { display:none; }#bhSQWy2T4T4qemPy0OHuhL6ofmz8MFeD > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #F9WSsSoJuV5sFZXuABHedxAVye5hB95r { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ppS2ymTRgPHK72GBy963fe5lLae0614N { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RbbRVG45GiXa5yDW7LrW0PGWemX7zF6f { display:block; }
 }@media only screen and (max-width: 1199px) { #xT6I3dTTGvlToDoovlUcvFkeIMWiFcC7 { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJX4L5ruQ4M9OvghfcKyDauBA5WpZUqW { width:16.75rem;height:20.6875rem;top:20.987498760223rem;left:3.4999998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZc3UfsoOFuT1ta7sWWDvSCnx65BHeS5 { width:13.1875rem;height:5.85rem;top:33.481249809265rem;left:27.375000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v4l3ERZmxeHWzqGSnokapeDDJigamtsq { width:20.4375rem;height:6.175rem;top:23.750000953674rem;left:23.750000357628rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ngvdNBrKbSuv8qS09K6vZS1rhDEZe9J0 { width:20.8125rem;height:7.9375rem;top:32.4375rem;left:23.562500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FAb2TFUJneDGIJvRna7mUTdWSHAv5ISw { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xT5KF70TkX48gT7HUzqWUfboyDVFalTW { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s2AlQrsSkXaMXAg8tddtr04MVTUiacaq { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zdc9XTcLwy19GNTha6G2GVpRkMpr0PKW { display:none; }#zdc9XTcLwy19GNTha6G2GVpRkMpr0PKW > .row .container { width:47.75rem;height:44.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #z3kuAQy9cHDzfVXWt4K454FefyUWVXLb { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wvt2a8nXefaJQkVhLfGV0hbBMDhNo538 { width:20.6875rem;height:3.4375rem;top:31.5rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bq69N8KzdahBzZcWWieXh0IeTRK0oyA1 { display:block; }
 }@media only screen and (max-width: 1199px) { #qO8y30Cc38BOvIW95ToDqPNmHE4kBVcZ { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CpsugPPm0UkmfUTg4CyVVONll29AxC3E { width:22.75rem;height:22.75rem;top:18.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cITubzqDe0AF1aeNrtqiMAaORxoxsCoK { width:22.375rem;height:3.25rem;top:25.4375rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7ASADWEXAuenZfVFmz92qOh8hIxRD8g { width:45.6875rem;height:6.5rem;top:9.43750333786rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cmkr4ZUOA5b8nkK6ySrTfpgW2r5MMv2G { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KnLDzb4IyIQ0JyIuSxzFcNTeuuhUtN1G { display:none; }#KnLDzb4IyIQ0JyIuSxzFcNTeuuhUtN1G > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FATz2psCOtb9uBamH6dpLsKyI2869L99 { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UONR6UhydTRKUkbJ6OWCb8bFPm3cPITP { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FdJ4EqtznAyCLbPsuEV6tLMb9dZ7k1ia { display:block; }
 }@media only screen and (max-width: 1199px) { #EUAWdR8Aki5uK4x2bERJ2Fo16FgZSQmk { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHQpMrsQqLEcUsGpmQ5ekvVfAQ7UeoXd { width:22.75rem;height:20.125rem;top:20.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZFtGpT5QuluBTQT4Nu9oMo2tF1O2nE1S { width:18.4375rem;height:5.85rem;top:32.75rem;left:26.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Srycc4WRlAGWLiibmsWqRtqZUH63PpGK { width:20.4375rem;height:8.125rem;top:22.250000238419rem;left:25.437500357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rkXDixLxlGVy5OfCCTWQdNs40Whp9vGA { width:20.8125rem;height:8.9375rem;top:31.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDlisUTBT2xREkl8VedUEOGgmeaTo9LN { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBtb3ZvfluBsJsX4gxNnXm51ZaVvGRRi { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dI5FfAmN0pQV5C78guZWixF4Oru6yzDU { display:none; }#dI5FfAmN0pQV5C78guZWixF4Oru6yzDU > .row .container { width:47.75rem;height:44.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #MbcIiyrXJlLWJLIoVI2JRhSHKro8iqPS { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BrTRgJyo7O0BpfwhCkGPIS4hprq1NnS3 { width:27.6875rem;height:3.4375rem;top:12.187500476837rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u7E3SlOO7OaKQoiSi71ipJiyqmyALx8v { display:block; }
 }@media only screen and (max-width: 1199px) { #CZ6bGww9ZmwTHpz5T7qNKZ8EC2nsegLf { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K7TLnztg5Kpau8946Zkn1lN4w5OZAon6 { width:22.75rem;height:22.75rem;top:19.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ctNAT5maCkNAAXrATSqwcIHFKnOXWPxP { width:18.4375rem;height:4.3875rem;top:34.3125rem;left:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVhVkvgvekAEAEnJZqLvgcIfKeVB7iCH { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #esDAMHTVUiK5DACtAtnIU1cfGMdAgBRE { width:20.8125rem;height:6.3125rem;top:33.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fhRdCp5ZT1AmHw8ES6XoF4vMA1TNtgPK { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZlS0CnW0BNMTUvoXe1Msi2bGd4BEmDdI { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vePIWT7K42XNanDRgiVXlQX2kqdLFdpX { display:none; }#vePIWT7K42XNanDRgiVXlQX2kqdLFdpX > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qkWcKWp6ZXZvih7kZNERkw8OlT8gcSPR { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MC5EuIa7ITkZ8QaE9wvZcerR81DVMZ0s { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xNhw5gzbuPlPspp5L8XVmt4EhCDfsnSA { display:block; }
 }@media only screen and (max-width: 1199px) { #kUa56sGdGPNV37uberv0y7iP9TOQnGhO { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kuly8ru61NSHwwKyy2laHcOHyGAtNfc7 { width:20.125rem;height:20.125rem;top:20.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTTCtO55DNFsJy8mqq3M16TDBk3DTkA3 { width:18.4375rem;height:4.3875rem;top:33.461720466614rem;left:26.437500357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LvFSuZ73ObXud9UPciTLMXhS3VxSNA5Q { width:20.4375rem;height:6.5rem;top:22.250000238419rem;left:25.437500357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gvZWrHJ8uXubtGZKIArZeq90fHSzOl4M { width:20.8125rem;height:8.9375rem;top:31.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TarcXs4MN9nXc2iuh1PBlG4xHTG90yaz { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vE0D7IhHkKPW3MSp4leXtRIt7bmWZRM3 { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ut6ISWrXOqxoX6ynJHtnJmtBeabQXPet { display:none; }#ut6ISWrXOqxoX6ynJHtnJmtBeabQXPet > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #mhZs42XyqOXaE42q0VKltmaWBGIm2KSk { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aWatgx9Fi68VHR8XhTBaEIADOAtKpVnW { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gw0AmvH2GrroW1AKZNZldrST39Jcw8Sg { display:block; }
 }@media only screen and (max-width: 1199px) { #M45BVWntXKJRkTHSsGDE0hL66gDuVion { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBvMpn5krq3TDD3STkhoS0RfMkhAXp0U { width:16.75rem;height:20.6875rem;top:20.987498760223rem;left:3.4999998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #foXueD5T7kf0ODG6LRESofbcWfmFJGC6 { width:18.4375rem;height:2.925rem;top:34.125rem;left:24.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UeGgaHM25DJHarcorCq7pcgJJuE6ok81 { width:20.4375rem;height:6.175rem;top:23.750000953674rem;left:23.750000357628rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVOgV2ZRuNFtoptCA8wFNtSToBI1NNG1 { width:20.8125rem;height:6.3125rem;top:32.4375rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z9ZUikhfZFw2VxeP3VnLgDi6WGDL8eSb { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ilPQaiE1eTqqNJXzgMP0yfIkmmKdw86U { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P02qvkrhD5N2cqSXf4KeSssBn6GxMTiZ { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aV1rGAilKWW9NxQC4q5DGXRRbFqo46JV { display:none; }#aV1rGAilKWW9NxQC4q5DGXRRbFqo46JV > .row .container { width:47.75rem;height:51.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #mS0wN8wiPaudvisQTVcNtV87oeDrBsaA { width:45.6875rem;height:2.4375rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QSQpduothruhGS6pqgwgtqTZmZCIssQc { width:27.6875rem;height:3.4375rem;top:13.874997138977rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raAL3VFqovsd8CDwqfvKhTpneems83hm { display:block; }
 }@media only screen and (max-width: 1199px) { #xeMCKAsJ9Ut3XBCWoQ94HCvoKZvktVgP { width:45.6875rem;height:1.86875rem;top:9.4999971389769rem;left:1.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jau4QmQCSpai9wDEVOy9HZ7t9LUO7VKd { width:22.75rem;height:28.0625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kcUKq1X8OuIngWgMH9QnP9oZSvhJt4Q6 { width:18.4375rem;height:4.3875rem;top:38.77499961853rem;left:25.656250357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XtgMdWoXzwQQoJRThbSPgWiQ5udbE1WL { width:22.375rem;height:6.5rem;top:26.1875rem;left:23.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HgtMINoAtTdlsDIn8RPtypyAuJtPLuCV { width:20.8125rem;height:8.5625rem;top:36.6875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zb1PUCZmQO5HATGbLdPc9Dwqce8xl2WB { display:none; }#zb1PUCZmQO5HATGbLdPc9Dwqce8xl2WB > .row .container { width:47.75rem;height:49.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Obu7oGTLOTq23aBdpw5TmKUbzTS0U2rK { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hgTXvpQQctQrdvJDIIUAE2oC8SvFlaE0 { width:20.6875rem;height:3.4375rem;top:35.75rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZewMDI8T6KUETsmrT1K62dcENF0aun7D { display:block; }
 }@media only screen and (max-width: 1199px) { #XpU1JxL1XV9Huy5FaTv03TGD1AULVGI7 { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pl5oRlC3nNv7xlbQgzf1tMfBGW2Nh29C { width:18.4375rem;height:22.75rem;top:23.5rem;left:2.6250001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #akKQ63Vp5p6RVs4s9iwedbtgNa3Oi8OV { width:22.375rem;height:3.25rem;top:29.6875rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XG34CTcXHl8KGadZM6UwiM3rDhv1gzkn { width:35.1875rem;height:13rem;top:8.2492184638975rem;left:6.2812498807906rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oKD2O7BZb9P5KirgVk6QfXx71IJQRvJ5 { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EEK09NBkmQXxoBfasn4gc7JovUIUwSae { display:none; }#EEK09NBkmQXxoBfasn4gc7JovUIUwSae > .row .container { width:47.75rem;height:44.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #dTOw4DmRBVFdX7KDoPJFqU28qErUBTls { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gC8DO1VOQdgClzStC4kqs9382qafdDKw { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TL4wXVB2J8kkwiXdKm9zUTToKWgAOTdh { display:block; }
 }@media only screen and (max-width: 1199px) { #pRbbQwkdG1aIgQh3vWMSOziUWSoqPfdA { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gB4R4c4Q8m9yLrDtfJL0SK02gN3FGohW { width:22.75rem;height:22.75rem;top:19.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6dLTSyydIWvhBTqdkscPJnCboJ639OR { width:18.4375rem;height:4.3875rem;top:34.3125rem;left:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DexXdVUH417TATUTa1IdpoHm41HXUKMD { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTKLhkopSF4JQiX4qOPgGdGI1ymBD36Q { width:20.8125rem;height:6.3125rem;top:33.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rfV8a66zeMd2BWQXFZuuCJl78RXOl3lR { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XowEGA8SG2hCyVlLXT6DRrBGOC0aDENn { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tBGsqROlqvVSWxcBk5qy4gouEfNmRPoc { display:none; }#tBGsqROlqvVSWxcBk5qy4gouEfNmRPoc > .row .container { width:47.75rem;height:51.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VfhNwSmzwQiDTXnrxNo42GXqby69gfM7 { width:45.6875rem;height:2.4375rem;top:5.7499971389771rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ROQZ1FNIanXhb4LGUUUOrzw6s5Tt9x5f { width:27.6875rem;height:3.4375rem;top:13.874997138977rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WXrSu2A6Bvs3tae1bLPy9x9XHcbpfXoN { display:block; }
 }@media only screen and (max-width: 1199px) { #CaGgPi1lC94IO06kyWzIKXR4z5E1ztBp { width:45.6875rem;height:1.86875rem;top:9.4999971389769rem;left:1.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZArwAfnNAbbbduQhE0AvLreIEJv0rzPO { width:22.75rem;height:28.0625rem;top:20.81250333786rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqORs36hgT7xRMPic0GGczi8tXp6cGAB { width:18.4375rem;height:5.85rem;top:36.25rem;left:27.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mkWqSnHVgSny0gE0iJ6pA8zVrQt641tk { width:22.375rem;height:6.5rem;top:26.25rem;left:25.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHq9O3ldLdfFGEiS6TDoE6PcKsJKK7P8 { width:20.8125rem;height:8.5625rem;top:34.875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kspvobWnzyxdkBGwE8mM1sPiznOT4GBR { display:none; }#kspvobWnzyxdkBGwE8mM1sPiznOT4GBR > .row .container { width:47.75rem;height:46.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HeFNJV0q0GOF6tIfQqz5embq7mv6cTHw { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dcq8gRiXcDZE5MTgtIwIeNIU9EMGR8NP { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7tmvs7OVDzT1Hrq4OrEo4JhNx2urHiN { display:block; }
 }@media only screen and (max-width: 1199px) { #iMQ96OzB61yicTGdFVIrkPTwQu0XFqfk { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qiLytxTo0zNeEd05qViwFoEOLt264mae { width:18.75rem;height:23rem;top:20.61171913147rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpTy6EHrsx0PnvGD66a92Rbha5X65ezw { width:18.4375rem;height:2.925rem;top:35.3125rem;left:24.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HfmR873hieKDbWlAGqEg47kzyUN8I7JU { width:20.4375rem;height:6.175rem;top:24.3125rem;left:23.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C22yUqETptUUZskwpGkLrt7NTCQ9yZya { width:20.8125rem;height:6.3125rem;top:33.625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KKHBC33PHLp2H4WBswwiAzGyTEs8TwzN { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #moLocRdGnOFZ0UMJyE0gCtOVzluarIQP { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #y4aLLJMx4Snq6V8rn0LHL7TKbJuqEx2B { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GTABtHP2VwlShP2hxH5qUessdb0k6v9J { display:none; }#GTABtHP2VwlShP2hxH5qUessdb0k6v9J > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gtlrxXK4xymDqwl4gFOEGIDv7RKWTKnB { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7GbBAofiZwuR2yOrxFTzeh4lZE1nIxx { width:27.6875rem;height:3.4375rem;top:12.750000953674rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DXG5iKT2FTwXZPrirXtutQ0VJTbfsHTN { display:block; }
 }@media only screen and (max-width: 1199px) { #BENmLUf6TKsiAxbSaNRAiDf4DTTBqS7R { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oaVfuGaMQd6D2Aos6gkv0i4UoAJ2ZhKw { width:16.75rem;height:20.6875rem;top:20.987498760223rem;left:3.4999998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VZXJlquGApuUayT86M0k7ul2eOhtCJnI { width:18.4375rem;height:4.3875rem;top:35.125rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ax7EzRf1h4v4nnOekK59uyz0K4CL3FDN { width:20.4375rem;height:7.71875rem;top:23.937500953674rem;left:23.750000357628rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rCzzJDEobrWwGluxRm2y1B7bwAgFgaHJ { width:20.8125rem;height:6.3125rem;top:34.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GruGcnTNGkn1WagTa23tLiHSVbQIFept { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DPmAf3mySqEcVHe7riNANCFLrVU2fu6K { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zoRWQcqpMZvsyvxylFQZe5MMfJGLMEkw { display:none; }#zoRWQcqpMZvsyvxylFQZe5MMfJGLMEkw > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tBim5QWmsfzUdUQASMk5CWrc3SlRV48K { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LqTtKQZTOeuT8KVlfh3Zlq8QZ4iX3v69 { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E1JZUhKaf65hLVMm1mysegnABZ9BW4ws { display:block; }
 }@media only screen and (max-width: 1199px) { #pbttXe8rfMZiwVCrprh9ZAM3nwRX4lmM { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vyir5OvfTewdm4lA74sSAVCUuqPHM4WL { width:16.75rem;height:20.6875rem;top:20.987498760223rem;left:3.4999998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oDqvIzSlnTdT8KHQAeXyMUZhPGynsMTK { width:18.4375rem;height:4.3875rem;top:35.125rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NA4JRun8FNoQqFB3P8huiuTXLsoXCKge { width:20.4375rem;height:9.2625rem;top:22.1875rem;left:23.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qwFTHKkFmTZCMzIQc3VUSwOer9dlg24B { width:20.8125rem;height:6.3125rem;top:34.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XiBHAcnHdDT7VHzOKNcagXK35KaUkPJ3 { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NWO7Ld0y8yZNeq3zNKKnZPMy9WEPU22s { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fgaTkHLX7zSRS7eIZW67TOBMJZQylRwe { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NcsdQRBBmrTsvcHc3M492BxfsX0TCyTw { display:none; }#NcsdQRBBmrTsvcHc3M492BxfsX0TCyTw > .row .container { width:47.75rem;height:49.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bJdfb9cT29TU6QfWukxJLwlkeUd74QKt { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eGOl8WkPRTihO7UczPUI3PmzrUxPVnvq { width:20.6875rem;height:3.4375rem;top:35.75rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mai5mnaXUJ4kTJDXQHPIWcR3x7K4KDqz { display:block; }
 }@media only screen and (max-width: 1199px) { #zhko9SrEwaDZqfwuyXi0TO5gycNzOLMd { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVfXDoq1mTPbPnEWXkoSG34zvMdnEIhA { width:22.75rem;height:22.75rem;top:22.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FtIu8AeIH52ZMXy7iJAu3P5Xcw9rIOBG { width:22.375rem;height:3.25rem;top:29.6875rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wlOM6qvlzQUIshvAbQQTfkT97ozVadBt { width:45.6875rem;height:11.375rem;top:9.43750333786rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCuZ26nQz0L9RSuB6AGuMkSMcc0bRdnQ { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #F1iL7mQ9DBATVyxZFN5CHzKkGBfBsHHc { display:none; }#F1iL7mQ9DBATVyxZFN5CHzKkGBfBsHHc > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BJA339okmsw20yEfSDU72XdqmAZb6Ocg { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hmLSb9FGXM9MUcPzA8nTqZXaWTJXLaNh { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P6TkQJF8cS7IZEsmKV3VN0QyRkby0Uzq { display:block; }
 }@media only screen and (max-width: 1199px) { #toz2HqMNIzRUwh4CMu1u5bmQLuM12xLg { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e0FCnlac6qSHIOmhDNOeOHNaiTfHyxCk { width:16.8125rem;height:20.6875rem;top:20.875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cWcOdrqTLrgs2C1TZOMvHeUfnHMPrFU3 { width:18.4375rem;height:4.3875rem;top:36.25rem;left:25.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJo3tFFu1ES3OawT5xoKRe1EdgVsgfks { width:20.4375rem;height:10.80625rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WAKXkLZLmGEzTbsNNb0EFasUicEuqw28 { width:20.8125rem;height:6.3125rem;top:35.3125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SU0vsgEDdd3VLNbqWQTC9wgZ71BPq2rE { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eK2UWB12nRlPcAvJBcu8lCoR3MEwBu8K { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SLVntxS3gzr5XTo8KTM0uJSPyb7PbBUC { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zrUwldTsF6rzi03dOL3Rzd43TJvTtU0W { display:none; }#zrUwldTsF6rzi03dOL3Rzd43TJvTtU0W > .row .container { width:47.75rem;height:41.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hsCiPM90FbVsfIPCJ7nd9ZvaagfkvZ0R { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lh9fqOHFcfkes6u41BvsJHOmdtXkZ6Ur { width:20.6875rem;height:3.4375rem;top:30.624998092651rem;left:25.218750357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEdooW6MU4QgsAgDlFNQseBvXWJPEpG8 { display:block; }
 }@media only screen and (max-width: 1199px) { #RcIZ59Wn26UlFbsxOTohN6UJnODTSFxb { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XKxhpIQq6vDiNPudWc4TvEVM5VksLzg7 { width:22.75rem;height:22.75rem;top:17.249997138977rem;left:1.6750000715256rem;display:block; }
 }@media only screen and (max-width: 1199px) { #reNKnB9rtPIDwa9TMN94P4QuOTwu4MaL { width:22.375rem;height:3.25rem;top:24.562497138977rem;left:24.393749594688rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uEPoWIgFwFyDiT51z5WvIwl3S0F2iDlR { width:45.6875rem;height:6.5rem;top:9.43750333786rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZkThBktV3kqbcEImxUvpfoP7nTls1wQB { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a6NTa06NmPaf6rGnMwF8XxqvEXebApg7 { display:none; }#a6NTa06NmPaf6rGnMwF8XxqvEXebApg7 > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CGQHQdIHsvcVKiTk8ZT0B9ZU1BTRiySX { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wI0Wte6rCdq8bNEnx7fqa7i0eAkRtz5B { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EuTZJJ9tKmrm16teHa7grmN0MwRL4IOW { display:block; }
 }@media only screen and (max-width: 1199px) { #Ms0I41NctiTRTLJTqGkN21xzDcmZFNfT { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUerr66RlrvCB5vB6kru9kI2v9nfXam5 { width:16.8125rem;height:20.6875rem;top:20.875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FydLCJgzqTQbWzXFC34B6tmRkaT60erW { width:18.4375rem;height:4.3875rem;top:36.25rem;left:25.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WhWomzTMe0cH4mhaDGHxznI3r1Wkm4Ud { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gz6T0ibx2Tk0onRpl0C7kobCctyG5Ex4 { width:20.8125rem;height:6.3125rem;top:35.3125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A283TVWJQN57xWs98wPPP8fWgAk79M2v { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vxPP8K7L7UicG1C8XblP2o0h5XiQ7uJx { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UISlB5hMkybPplDNQZrOgfTodHTNcW5C { width:20.4375rem;height:12.35rem;top:21.812500953674rem;left:24.062500357628rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dBznhOrzTXwdL19bC0A4P9Dd4pS1F3rt { display:none; }#dBznhOrzTXwdL19bC0A4P9Dd4pS1F3rt > .row .container { width:47.75rem;height:41.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZyipEtH0vsKazFlZtSrT9P99QpkgU5O6 { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LVBVeKzlT5Vu3uEXi2HWPNz45SteOzoc { width:20.6875rem;height:3.4375rem;top:29.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mgdZTizaMZlZJhTuO0Utsvb45F3KyqCo { display:block; }
 }@media only screen and (max-width: 1199px) { #tZeOgfC1ylUvRXNO6KrbEL2kFIsa4MGV { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mw5ZIRw9ozVN7mv5Unz1u8ktQwrkNlgm { width:22.75rem;height:22.75rem;top:16.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gu79gcZrMH1HQmLvxSSvguJvGTXEJvxw { width:22.375rem;height:4.875rem;top:21.8125rem;left:24.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AeVu57WZvsnprmrLTTGTQHlPl1CIn1xg { width:45.6875rem;height:4.875rem;top:9.43750333786rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gRksLuLVE51atOcxD5r3O5EsXumicmsR { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #trrgqTfb6wOGgLKWku8gAbTPEnrl7Mrc { display:none; }#trrgqTfb6wOGgLKWku8gAbTPEnrl7Mrc > .row .container { width:47.75rem;height:44.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #pKJBG6BlknRQQGvd8MSwZUeofzaqJT75 { width:45.6875rem;height:2.4375rem;top:5.0625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pKWGNm2hLevLi1ETM2U4w2GZNawSbgCw { width:27.6875rem;height:3.4375rem;top:14.5rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xuGr1rxA2eOQvH1HPioOytuIaIuz1X9E { display:block; }
 }@media only screen and (max-width: 1199px) { #wp2e1oysRDT0TUd3Ou6nBO4s7Vh9UENw { width:45.6875rem;height:2.03125rem;top:8.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N21h3TcZCsTVNTrIOWvIFhWZAOwrr7a3 { width:22.75rem;height:22.75rem;top:19.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZGWssQ0UrOzZBq8kiRCNsOU5VxCV28R { width:18.4375rem;height:4.3875rem;top:34.3125rem;left:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rH6u8HRXqfzQcR9IW73noQOs8m7T4HUZ { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JaxfOLBw2nxopDUJTB6sRLrJr7qtXwbw { width:20.8125rem;height:6.3125rem;top:33.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WgvOUo0PvbIm6af7Vlf2B3DoTKWT3GGq { width:45.6875rem;height:1.625rem;top:11.4375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HD9vZ7rzdMwxTlScupcL3p4ESQpyXGLk { width:22.375rem;height:6.5rem;top:24.8125rem;left:24.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lO1qn49VkWErsJL3TgxeTVqInsi0lOWn { display:none; }#lO1qn49VkWErsJL3TgxeTVqInsi0lOWn > .row .container { width:47.75rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HpsMSaLaMDsHe088qqOD4DdnxAxc7yoE { width:45.6875rem;height:1.625rem;top:4.375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OfUFuCBJEPben11AAWWW8yEaSa5pTXEc { width:27.6875rem;height:3.4375rem;top:13.875rem;left:10.031250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nWm8IS1ySgOhguwcztVAqDufC5wO7dzt { display:block; }
 }@media only screen and (max-width: 1199px) { #HqTRVFTEA9hqaLpVIqRl1ZJKACo51QeB { width:45.6875rem;height:1.625rem;top:7.125rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4ObZNGaurwuG85tC4XWuJ1MgfssJhDb { width:47.75rem;height:22.7203125rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h3tDHI5TckaSeb3FLgS1kXAhdqTrhLgJ { width:45.6875rem;height:1.625rem;top:9.875rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 { display:block; }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #okFDKvuon28emT2TpCNTr6hOSVFoTiuZ { width:12.5rem;height:4.875rem;top:5.6867189407349rem;left:1.7078124284744rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGBNtBRi11Hv1qVM45TI8VFH4TiAUBxB { width:12.5rem;height:4.3875rem;top:12.874218940735rem;left:1.7078124284744rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WoblJQkuE2Cn0ChOZZe0FBTqEKqEI6c8 { width:14.6875rem;height:4.875rem;top:5.6867189407349rem;left:16.531250357628rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sytGvtJ0W0ih8oheTfeXgxU57zT6RCp8 { width:12.5rem;height:4.3875rem;top:13rem;left:17.562501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KcDws2Xn1aDRKborPzL9gwETsWos688q { width:12.5rem;height:4.875rem;top:5.6867189407349rem;left:33.687502264976rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqXwq5JHiFltuWwxSdKQ0KWXm6QDAd9Z { width:12.5rem;height:4.3875rem;top:12.875rem;left:33.437498092651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hZHyAm6ceKPugzGO0IGNVBZodrSzTmTm { width:15.625rem;height:22.25rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KFXXed3VBTgpWBiP7DI81JmoiIBwLvvI { width:15.625rem;height:22.25rem;top:3.9992189407349rem;left:16.062500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SToBKHpPsETtcumxmRDNs5xLMPZJ128E { width:15.625rem;height:22.25rem;top:3.9992141723633rem;left:32.125002264976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WXsGsPiUgU5KdT8U49KT8uJr02JZ6DlN { width:14.375rem;height:3.4375rem;top:20.361718177796rem;left:0.77031254768369rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1khAXJ9oGoSXF0Q5Z0MTTc8v0v156K3 { display:block; }
 }@media only screen and (max-width: 1199px) { #tg3wyug6TadM0xOzc9er0G654Ttqncft { width:14.375rem;height:3.4375rem;top:20.311718940735rem;left:16.687500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OEGgbIToXPitXWftOrNuih6mLJ7WNCOi { display:block; }
 }@media only screen and (max-width: 1199px) { #p8ARB5DmqVROQcDA8x7A1A7aQ2lTpbXZ { width:14.375rem;height:3.4375rem;top:20.311718940735rem;left:32.603906989098rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wNA6KNTErsGST5sxLc2NDzxkyredJW0Q { display:block; }
 }@media only screen and (max-width: 1199px) { #AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf { display:block; }#AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf > .row .container { width:47.75rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x7dxBxAT2pelWQTOn9ikbU3gc6guHLFS { width:31.5625rem;height:2.03125rem;top:6.375rem;left:8.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 { display:block; }#CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kNKgvvfkMS7tFLFCeZ2nkQSyHNv5NTG3 { width:10.0625rem;height:2.6rem;top:7rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kKWRxn4p4mT2eFmB0GIpiJz8P1QDTrl5 { width:10.3125rem;height:2.6rem;top:7rem;left:12.750000357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wFXQyhJI8c4blcEu6nsbO5XcCu1BZlBa { width:12.5rem;height:2.6rem;top:7rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ycw2py2AHk8yTJNeohMVbwfBna1LHZWl { width:10.625rem;height:2.6rem;top:7rem;left:36.468752264976rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V5Z8qoO3cgG6EsRR1WnhHIbcrwlqSkXD { width:3.125rem;height:3.125rem;top:2rem;left:4.28125rem;display:block; }
#V5Z8qoO3cgG6EsRR1WnhHIbcrwlqSkXD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #nm1us20KJtLlcDBfPmCgtVTEBe7cuoVl { width:3.125rem;height:3.125rem;top:2rem;left:28.15625rem;display:block; }
#nm1us20KJtLlcDBfPmCgtVTEBe7cuoVl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #x7SbdNLVWdwphSy9l5pCeZXPxJGdS8gO { width:3.125rem;height:3.125rem;top:2rem;left:16.21875rem;display:block; }
#x7SbdNLVWdwphSy9l5pCeZXPxJGdS8gO > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #mDanM3rvBbW1FTiQQexwkHEuoGBcMJm7 { width:3.125rem;height:3.125rem;top:2rem;left:40.09375rem;display:block; }
#mDanM3rvBbW1FTiQQexwkHEuoGBcMJm7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK { display:block; }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row .container { width:47.75rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qlC7INwIdyguoociq3RGtO32FxmE4IVZ { width:11.25rem;height:4.5rem;top:3.8750038146973rem;left:18.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd { background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/d3dce0c6-3cfb-4f0d-a77c-3a4f42366768/202308_AgniAjurweda_Podlasie_025.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd.adaptive-delivery-prevent-bg, #m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd.lazyload, #m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd.lazyloading { background-image: none; }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row .container { background-color: transparent; background-image: none; }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row .container > .video-iframe-container { display: none; }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row > .video-iframe-container { display: none; }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .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); }#m69uaSIW4ArKPfBLgbt5Mgw3DPNAyigd > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6vsWc4kGvXXRGeJE87ihX3FHlJahP8d { width:20rem;height:2.4375rem;top:18.700001239777rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiCemdRnuTyndc5SA5LEveQX0TNi7sL3 { width:20rem;height:2.4375rem;top:21.137501239777rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TswlQAEwkVATRMU2ZHgkwfW16ZwkLf4G { width:20rem;height:19.9375rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2A980aTAd6zP9yQcdOh7eAGsVxhGHaH { width:15.4375rem;height:4.0625rem;top:24.375rem;left:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x12SGkBhhFEWOvDTUvQCPyNBwzdlact1 { width:5rem;height:5rem;top:28.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1SMZXPdqK4ewKliGpZRZEVT8BXwvEvm { width:3.125rem;height:3.125rem;top:14.887500047684rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO { display:block; }#ZAaLtTV5WsLAeUgsuqpRJZAFCElPxLUO > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4bDWpVDdhslPKloXrMnetdJX4RU6DC2 { width:17rem;height:5.3625rem;top:1.6875rem;left:1.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACEGTGwDVKzkr4TQEctgvGJHOz8giQ1J { width:19rem;height:3.4375rem;top:7.8742237091062rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv3cJoFUs788ppayDP9QgLQH8FUTmNu9 { display:block; }
 }@media only screen and (max-width: 763px) { #WZZ9LCDeHkr6quObSD0hPrEuEhqi3zRP { width:18.1875rem;height:18.1875rem;top:12.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O52NHf7IgDF4imirdolhJw1oIqtnM4Mr { width:18.4375rem;height:2.925rem;top:43.875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxHnnUeQmGGdfXT8o4OLBEIk7aezHNhR { width:20rem;height:8.125rem;top:33.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n07qa0zhG9D0OHyuzX3yURaI3qAZfQ4I { width:20rem;height:5.6875rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWtJb4e18aq3snG0cc8qOcqOS7XnTNzI { display:none; }#EWtJb4e18aq3snG0cc8qOcqOS7XnTNzI > .row .container { width:20rem;height:53.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dsGc5hEkl04HxwktC1Ano9WTqIk9sgT5 { width:18.6875rem;height:1.625rem;top:1.75rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkn6miP3SllhW3CwlnHqGvOcDhcdg4Io { width:19rem;height:3.4375rem;top:12.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov7a2AyM4MoZBAvy4M5HN9zvv8dJrtCi { display:block; }
 }@media only screen and (max-width: 763px) { #lal0l7cugfR9QCTRx0htmFwup8Rqmmzu { width:14.3125rem;height:3.25rem;top:4.4476561546326rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo3WlzgMnxvTHXoraIp2idNNhaaundUF { width:16.0625rem;height:16.0625rem;top:17.875001430511rem;left:1.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWC85nrIieJVnFk55elUJWl5Z0dpZkDK { width:18.4375rem;height:4.3875rem;top:46.25rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHI91ckblvowhxxpZBTNUOphtOyxwBUO { width:17.0625rem;height:7.3125rem;top:35.78515625rem;left:1.4687500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKbN8fodSl6Vxa3bAKSbzVHANoerCy5k { width:20rem;height:6.1875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epk9NrkPyUcdcA9wbfM6vJ72NiQrU0Oo { width:20rem;height:1.625rem;top:8.9601532816888rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zirxfrqMywLlm6lPdK6CV1hLTvkc1eLU { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #bwrFl4ZSpCfia2Jmg5kh3rT57MQ3flH6 { display:none; }#bwrFl4ZSpCfia2Jmg5kh3rT57MQ3flH6 > .row .container { width:20rem;height:54.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g99GJi9UGTL8N2QH6Xs5wIJnZJ1tFPUb { width:17.125rem;height:3.25rem;top:1.8125rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9dXWrdOldzKA5Lc1AbU2GzfyOQ8ceTb { width:19rem;height:3.4375rem;top:12.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqlc2MTyfObTlXolaRMiDKtdMnlIAq31 { display:block; }
 }@media only screen and (max-width: 763px) { #TpbEyKz7t1PQ10F5nxD9gBw7skWJ8ZV8 { width:14.3125rem;height:1.625rem;top:6.0726594924927rem;left:2.8437500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBD9WBmhNV2Fxh7blX4IGtAkcT7sd7B0 { width:16.0625rem;height:16.0625rem;top:17.874994277954rem;left:1.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooZ9aB52md9P1mK8u6TVhyJZiTf2w0Jq { width:18.4375rem;height:5.85rem;top:45.950000762939rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxNOmd8HmxAngFXiybTf1VvyHbAehoTN { width:17.0625rem;height:7.3125rem;top:36.347655773163rem;left:1.4687501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN039gKa57oSy0fgyBZTQ6HO2qWfxIAc { width:20rem;height:8.125rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvM5ThFLzkIlQSwlpT4hMBqzdI0Lz5Cx { width:20rem;height:1.625rem;top:8.9601532816888rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHhh1ZsJumStlD00NzTMKrm6xuJ4huB6 { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX { display:block; }#EEhEtCoxofo5XunBZ3Wm4TqvTEMNfflX > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3UUhHema4RpT1CSGblVeGLsbQ7qOE13 { width:18.6875rem;height:3.25rem;top:1.75rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHatHta185vmMuCr3vvkOSe5iEK4oucQ { width:19rem;height:3.4375rem;top:9.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpqeCGxXRTn75wNqMTQKJmWCS3qnvRcQ { display:block; }
 }@media only screen and (max-width: 763px) { #bVEkQ7TryCzGTXyT6TdBfQxkm6sRifxX { width:14.3125rem;height:1.625rem;top:6.26015644148rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiRdguP3OIuzOaTukwQfHmeivLwEApBc { width:18.125rem;height:18.125rem;top:14.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2MfvywE3E10DPCmeIwyt7fedaqlXcuO { width:18.4375rem;height:4.3875rem;top:43.125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrHAP1MuLUel2vihJIDV8BzoenA9bsZf { width:17.6875rem;height:7.3125rem;top:32.812499046326rem;left:1.1554687619209rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThCVBgRT1eRAElBbFibd02NLJa95gQTm { width:20rem;height:6.1875rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9BrGzhxBQuTHaTdt2mk6yet1h4HodkI { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #LydnVZBsvogtCvcodvHCniH6kQMyhgid { display:none; }#LydnVZBsvogtCvcodvHCniH6kQMyhgid > .row .container { width:20rem;height:58.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tChxuLmN40ZPNWRLVA9I3rTUdtmwyD8S { width:17.0625rem;height:1.7875rem;top:1.8125004768372rem;left:1.4687501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiN0HlDk2qiyidB5WTBnmdRSPhKa7R2v { width:19rem;height:3.4375rem;top:9.1484379768369rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3baqLcCwXcrDsXeNa5GvIhxU8kGwMOU { display:block; }
 }@media only screen and (max-width: 763px) { #Q3wfTAJAeNh3TAPuZ1d1fnMxsQSCO6LW { width:14.9375rem;height:3.0875rem;top:4.4460926055908rem;left:2.5312500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHQCiHSssH8Ais6mR8IQsdZG2vRoMA3h { width:19.9375rem;height:22.4375rem;top:14.072655916214rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otOdisfQPZrE9OkSfOcJP3ccpHfH4k9q { width:18.4375rem;height:4.3875rem;top:48.75rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izfznLVRNyaVCoE9i6BprK8FEnk7cNWS { width:20rem;height:8.125rem;top:37.09765625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM2ceJP6BmJz2LHP4gB0rq8nxf6Hq7eU { width:20rem;height:8.5625rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmoKQmmoKRawBwJA66KSrqR71dEHKCVZ { display:none; }#NmoKQmmoKRawBwJA66KSrqR71dEHKCVZ > .row .container { width:20rem;height:57.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TVM4rnvPLfbt2Nx9pvy39564ULGtPPr6 { width:18.6875rem;height:1.625rem;top:1.75rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTXIiJQfuFBxXowdRh7STWOaQDiboN0M { width:19rem;height:3.4375rem;top:12.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdkJ8EC1b4bzUhvvNgiqTay5G5JR0yrx { display:block; }
 }@media only screen and (max-width: 763px) { #dOzQCLVQhC6ydhvsC7qXePN4GnlMPkRS { width:14.3125rem;height:3.25rem;top:4.4476561546326rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu2fl4GPrTTm608gUNVvOEPuhzf8wQE2 { width:16.0625rem;height:16.0625rem;top:17.875001430511rem;left:1.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #becPJVGtkw3DSTTpXG6NQEZCAH2i38Z1 { width:18.4375rem;height:2.925rem;top:52.0625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyTaqTBybfgGTQgb8Cnv8RoKSOLHn1Ad { width:17.0625rem;height:13.1625rem;top:35.78515625rem;left:1.4687500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNBKXJ55J6QLFVZUi96sBr1bIqK1aOHC { width:20rem;height:6.1875rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh4DceZGa5hacBnVGl28kXfqvDQ2wipi { width:20rem;height:1.625rem;top:8.9601532816888rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOvLpnTyUKtVW6tDirwpb0NVIINNupca { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #OIztsNO67hTtsObyh1bAyAhHoXxsr5X2 { display:none; }#OIztsNO67hTtsObyh1bAyAhHoXxsr5X2 > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bCZX2WXZpV4FkUXxUskqGHvVoTnvoUT2 { width:17rem;height:5.3625rem;top:1.6875rem;left:1.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDGamwUPuec5u2Cs4GJR2pClbD3ZoWyt { width:19rem;height:3.4375rem;top:11.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmsD41oZDcKykNmfwzyBbEBFBpkiv46s { display:block; }
 }@media only screen and (max-width: 763px) { #NfBRlUOiX7VsIKQTzaTuiCnBRyNUkBWZ { width:15.625rem;height:1.54375rem;top:8.375rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1rHykoTzl2LpXI0iZNpDSrXV3yGIuaO { width:18.1875rem;height:18.1875rem;top:17.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVMIdpJ25TobfhpdgLkw0FekftyeC7xA { width:18.4375rem;height:4.3875rem;top:46.9375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTmonmaCOsxMVvXJQNAQKsa2fA7rMPDZ { width:20rem;height:6.5rem;top:38.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbGvMMNznJevgLLQiaDhBPPDvoLHuHg0 { width:20rem;height:5.6875rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnga16eTAdtT5fk0op4n0VvSyTuXT0M8 { display:none; }#Mnga16eTAdtT5fk0op4n0VvSyTuXT0M8 > .row .container { width:20rem;height:49.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XpOcHmqz1JJmCSdqKJGD0euyLu4HKTc1 { width:17rem;height:3.575rem;top:1.6875rem;left:1.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM4drDKP4xe4dKDapiTUZONN7ELJHCBx { width:19rem;height:3.4375rem;top:7rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ4FxHJwBge5FS8AWXLwzAMN1QTl7ZVp { display:block; }
 }@media only screen and (max-width: 763px) { #ZBQlhkTbuZLBQT5mdbe657bvD8Fr3Dms { width:18.1875rem;height:18.1875rem;top:12.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCppOiUxqLWclT7Sqy31vIxbK22UqJo2 { width:18.4375rem;height:2.925rem;top:42.5625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6aRQNmmQ0V2XhS6D1SNvruk8yzJ10JN { width:20rem;height:6.5rem;top:33.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvt1ywzdXw2ImZ5osn6W37SoKq7L1LTp { width:20rem;height:5.6875rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9SS2c8tfxQcegUx8EpD2B7ud2qoLtMB { display:none; }#o9SS2c8tfxQcegUx8EpD2B7ud2qoLtMB > .row .container { width:20rem;height:62.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xRnnaGU3zETpIdgCIa2atHfCwUlcE4qr { width:17.5625rem;height:1.625rem;top:1.74609375rem;left:1.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2HsUOk1GOLyKsEBmRH8vwaCdkoci76k { width:19rem;height:3.4375rem;top:8.9609379768369rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJvlbLzkbaBDzIZ6AG1SpEJioCCOXiHJ { display:block; }
 }@media only screen and (max-width: 763px) { #yFnZyGu1GeWMT1hOxzcMkJzJuXtqi8Nx { width:14.3125rem;height:3.25rem;top:4.4476561546326rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfkLK9qd827I13zIn08Jvg9NGowDWLR3 { width:18.1875rem;height:22.4375rem;top:14.197657108307rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGdH78we3CrFIt7Z3qd1KHcI6lOePoa4 { width:18.4375rem;height:4.3875rem;top:53.9375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Kx3yfSSFI2csbU5Jz8Cr1p1lG9EUqT { width:20rem;height:11.375rem;top:38.59765625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRJeRLLQexDiOhlf1DeK2gpQM4r1TKk9 { width:20rem;height:6.1875rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0FsWfIeuzlTWTh9ZzSuwcESgKOhRqOi { display:none; }#m0FsWfIeuzlTWTh9ZzSuwcESgKOhRqOi > .row .container { width:20rem;height:52.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fLoL0URA2PC5ZtaKcdLQEz2cGxPXWLd3 { width:16.8125rem;height:1.625rem;top:2.75rem;left:1.5937501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDx7WD99usoT5llenatILC8EVWmMkPQ7 { width:19rem;height:3.4375rem;top:16.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPLhsp1LupmtqlTulNWAyRXFTL1Tf3R7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZDIBdD2eX083Hu78UVu9eAKOwKSXSWyJ { width:12.25rem;height:6.5rem;top:5.0710945129394rem;left:3.8749998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS9RTV0sdwCKGInIu8cTvx3BGtJatq3o { width:12.875rem;height:12.875rem;top:23.250000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4oKWM5ImDix8H3aUtCprPROs9QHtNI1 { width:18.4375rem;height:4.3875rem;top:45.4375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJdgXMTl31JkDEAR32oRuNs9gtuTHszX { width:17.0625rem;height:4.3875rem;top:38.125000953674rem;left:1.4687501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf57Vfv8lEWg7ktcuyGqXk8b6Tcb8d2g { width:20rem;height:6.1875rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkEd2rUNLPTmxoxDEvkwGSyITupvSvu3 { width:20rem;height:1.625rem;top:13.218750476837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsoqTBvKHoE4tSNgsfgMxioaAcsCOEra { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #N87p5woPKedpEZR5g19KAGRN3UOWJe7h { width:17.0625rem;height:0;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #n5ToQcMT3vu2gTml35fkAkbLbOsVIyei { display:none; }#n5ToQcMT3vu2gTml35fkAkbLbOsVIyei > .row .container { width:20rem;height:58.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fw0x1EfXhnGKMbmS5qo43cTkQzPHvtFy { width:18.25rem;height:1.625rem;top:2.75rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOSQ335iFvU3NWJzqFPrZ7NasrgsGxfa { width:19rem;height:3.4375rem;top:11.624999761581rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt3ronbAiiZaTwyt67DvJdx6kDCds39u { display:block; }
 }@media only screen and (max-width: 763px) { #uF8SyTNwFBQVQzg6RchZ2CCZILEtHoru { width:16.125rem;height:1.95rem;top:5.4460937976837rem;left:1.9375001192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgIclKWzpQ5QakWemoepf4eB3vn80d0f { width:15.5rem;height:19.125rem;top:16.656250476837rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTcMRJTc1c0497bUX0devUW0rNwL6qXH { width:18.4375rem;height:4.3875rem;top:50.625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbHQeOcGlEyvT0cTrXoB4FTfEpiiTLP3 { width:17.0625rem;height:10.2375rem;top:37.9375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U26NsTWRlC5RCN4isTsZ5Z9npQ8huXB6 { width:20rem;height:6.1875rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTfCbIETdI1GtEkB4kXEFBKVTqcnuMDz { width:20rem;height:1.625rem;top:8.4999971389769rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9cGRy3BByqrPtyG8dOTAIl9VQaPUEZo { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #esr2fTnm96gKl5S6fGG5cC1S3kqKA48q { width:17.0625rem;height:0;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #VFZUe8G16WMsQL4lMmIqiB5LTCelPSp6 { display:none; }#VFZUe8G16WMsQL4lMmIqiB5LTCelPSp6 > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VIlw4EZA55QNsxhfAeKZORqZANPLJi8D { width:12.375rem;height:3.25rem;top:1.8125004768372rem;left:3.8124998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAeFtL1SaNiRRRTIogGq2aUoqTZf1fn6 { width:19rem;height:3.4375rem;top:12.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8pJfrKHUh9qoUBnnbmBxJxGKmBwWg0J { display:block; }
 }@media only screen and (max-width: 763px) { #cBT9urFkeXxEg3Xxrn1I1ETvO0F44mlS { width:13.4375rem;height:3.25rem;top:6.3835940361025rem;left:3.2812498807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owb2uBaiKfbHMDJNvmKlIIf97Xye45yx { width:12.875rem;height:12.875rem;top:17.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUIyehklEL9UlcOxeEQ1bakFATBU5Z51 { width:18.4375rem;height:4.3875rem;top:46.89999961853rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpPricNTrROia5rxTgvMMsazyXzq1LfP { width:17.0625rem;height:11.7rem;top:31.5rem;left:1.4687501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckdTiSvLh1nvIeO9hB5dRVmOtkJSsulc { width:20rem;height:6.1875rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrTtIT5caO0XL9KvEoa5d03ENQ38t0oN { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #W7fruzzzllHtdKsJW7FDhxFEZ1umiPb9 { width:17.0625rem;height:0;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #t8DgUNh37BKDHR6FIlMvh9XnPRx4IW0L { display:none; }#t8DgUNh37BKDHR6FIlMvh9XnPRx4IW0L > .row .container { width:20rem;height:50.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #olQ55nhByS2Z8HCnzzsZvRfs6UhxXCeO { width:17.125rem;height:1.625rem;top:1.8125rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB03gviGQPxyiydCpIM9ghd1H08uq2Pa { width:19rem;height:3.4375rem;top:10.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdhstli4wpRzMkKOSw5d42sMnVVmDJnV { display:block; }
 }@media only screen and (max-width: 763px) { #QKC0xb8hhW1wLQlOMKTELDhlyJmwgyba { width:14.3125rem;height:3.25rem;top:6.0093746185303rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwLxcBlsrECXuZeQeSBsxCowxiq1cUlp { width:18.1875rem;height:18.1875rem;top:15.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPQLAZPTBMnUu2niOOLFOOhDGBcMvQON { width:18.4375rem;height:4.3875rem;top:43.875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDwNk7vMRITuuwqdnpdH6UaddpPqRlx9 { width:17.0625rem;height:5.85rem;top:34.9375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RigARnTecMV5W6QkIuTZL7aQxk2qL099 { width:20rem;height:6.1875rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWn3wwWozGodey3h6JPTeWTEaPQktmUb { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #EEXOysR11haxKZ6km2aN55eLkunDkw5H { width:17.0625rem;height:0;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #q6v3PNMCT58gSfaychg5WCT1W2WpyTsT { display:none; }#q6v3PNMCT58gSfaychg5WCT1W2WpyTsT > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UTQLnaW0wzGSkUHH9nPrHHMU6NblMt01 { width:16.375rem;height:3.25rem;top:1.8125004768372rem;left:1.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNcDTA0TwXHSTkmhd5XvoDerQLRTRzhn { width:19rem;height:3.4375rem;top:12.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF5SwynmmVxMFWNX2h2HHPhBSRr8GPh4 { display:block; }
 }@media only screen and (max-width: 763px) { #NL9lssn29P6CN4mSMGEgBpzs6WL4C4qp { width:11.6875rem;height:3.25rem;top:5.9460940361023rem;left:4.1562498807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkzbRGgAWMHELuICXvJM0HeyX7zOlKsF { width:12.875rem;height:12.875rem;top:17.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6LwzU0op8MEFfWrPU9kML9ttEFosph { width:18.4375rem;height:2.925rem;top:47.631252288818rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpxxoyvsxTo8bqJP9igOU4h7mSbNzuNS { width:17.0625rem;height:11.7rem;top:32.187501430511rem;left:1.4687501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efcKw5kbKXsCRQ3GXQtwwqoHf5GLKlqJ { width:20rem;height:6.1875rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNEZhBMUs6vMRsZt612lNQpGG2zN2uT7 { width:20rem;height:1.625rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOXzVIGeW0mmyTMAdW2kRhMSsdBzZfvk { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #i7G8u50LO5Lp9pHc7NwpR6Zvf7ZbSmFi { width:17.0625rem;height:0;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #dvcomP6I7KBQBnH1FPAlTAcS13mGFJh4 { display:none; }#dvcomP6I7KBQBnH1FPAlTAcS13mGFJh4 > .row .container { width:20rem;height:50.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qgDXk8SkIGbRTrUh0HoMTI5g68Ki6hIw { width:17.0625rem;height:3.575rem;top:1.1875rem;left:1.4687501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX6vWHsZW9alsr5RVGssDHRZUOyCL2m8 { width:19rem;height:3.4375rem;top:10.772655487061rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSIp2uKmEyoIZid5xtEFKCGhFc4cCTSq { display:block; }
 }@media only screen and (max-width: 763px) { #TN5HDdFrUQpw42bcif2bIvrfT6IuI0z4 { width:14.9375rem;height:3.0875rem;top:5.8875002861023rem;left:2.5312501192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp1l6HLE5Ty5OqgbU0fCgecpfe3Hpk7M { width:12.875rem;height:12.875rem;top:16.249998092651rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1vLr2RXFP9N11Tu8OETfqcUSlT920se { width:18.4375rem;height:4.3875rem;top:42.375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTWxEoF2z0ndxpovzTBQRQW3EIbQI7P9 { width:19.625rem;height:0;top:38.625rem;left:0.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQ0QiVHo6ZpcgB38yfG8ABNhyxWRels4 { width:20rem;height:7rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIVwMdHEXVfQcTmZCna2sbhhTJgwRHf5 { width:19.625rem;height:8.125rem;top:31.375rem;left:0rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #WJtrd8B1g2B0alwmwF1MSCNllrASIfbu { display:none; }#WJtrd8B1g2B0alwmwF1MSCNllrASIfbu > .row .container { width:20rem;height:58.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kZRhDwVRLKCPfUv2r0dtZsWFRSceHrHM { width:17.125rem;height:3.25rem;top:1.8125rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4P7ix3XwziUc9Tb9sQhoJas1TZZhOa7 { width:19rem;height:3.4375rem;top:12.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEo0NxFUN5RW8vOrszZcLCg887tD4t00 { display:block; }
 }@media only screen and (max-width: 763px) { #lzlpCVU8CTEBG7XHappx26OyBCXcgrvk { width:8.625rem;height:3.25rem;top:6.0085940361023rem;left:5.6874998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhv86Wzch5X5zeFtO0FfJSAPcS1VOBZl { width:12.875rem;height:15.875rem;top:17.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyTz4VLn1xTCC200zOHhUVRRxf2HvRKM { width:18.4375rem;height:4.3875rem;top:51.212501525879rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvo180uT2qcfIDXxrwi2WKOp0qHDC78G { width:17.0625rem;height:13.1625rem;top:34.937500715256rem;left:1.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2X5E30VXDZgQbS0hXCWMGhR6Lp4Amhh { width:20rem;height:6.1875rem;top:50.312501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2UdTA08aaCNchl9yC4Ayx9F9uUyUXXh { width:20rem;height:1.625rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHF7ImTeoCLwkwOFqXu4HytAzyqFGKro { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #fTkyA86TgwUtcEZBa6S4OOKIqCXFw1I0 { width:17.0625rem;height:0;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #vOu7Ka1XR4TcL4s7RBPR6mJbuJtWZUmg { display:none; }#vOu7Ka1XR4TcL4s7RBPR6mJbuJtWZUmg > .row .container { width:20rem;height:56.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #thKGkzsS5w3AkAVJ0aRGODZHnRkC0ouv { width:19.25rem;height:1.7875rem;top:1.8109374046326rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWEkmDw2nI8JLGfB4P5dKJlwxm2e2i7o { width:19rem;height:3.4375rem;top:9.1484379768369rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbn3OzJyiIPxS1HkF8SOTtsksBcu2IRp { display:block; }
 }@media only screen and (max-width: 763px) { #TRApWHxtpIGZxBvIf9DvhEu0vZTNrLNG { width:15.9375rem;height:3.0875rem;top:4.5718755722046rem;left:2.0312501192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxxF1Uns1uuTSFgBcOgJBIWvZDhATE26 { width:18.1875rem;height:22.4375rem;top:14.13515625149rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7DqCvmJ5RFNc6kxMbU68Sr1HXRqEIc { width:18.4375rem;height:2.925rem;top:48.75rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRGKTJhWKOdf7Kk032JFmX36zyJ9Gdwv { width:20rem;height:8.125rem;top:37.09765625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRnB0KT0FlT6dmtlQXLXmVGloUuBTwJe { width:20rem;height:7rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNboXsbrDnp1OJA7OQbLo1f4QyagAqSS { display:none; }#CNboXsbrDnp1OJA7OQbLo1f4QyagAqSS > .row .container { width:20rem;height:50.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TfJgbxLiw71UPT9kEuk2ZidOoT4Xeeiw { width:16.375rem;height:3.25rem;top:2.625rem;left:1.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adKcsKE1Z6FpsvXVq2V2qm3XLSMUzBoS { width:19rem;height:3.4375rem;top:12.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLkCDV1IKsBSNGA0TgnpfByQmqeSJrsw { display:block; }
 }@media only screen and (max-width: 763px) { #fWfsdCEJITH0CEbpgX1OXTNUZFWNWG8h { width:17.6875rem;height:1.625rem;top:6.7585945129394rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcTlInFNCTcvoDxWVfTit3oZNbxat3IF { width:12.875rem;height:15.875rem;top:17.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzp68pPscgdQu6W4gBgSKrtn3M9ggJ3A { width:18.4375rem;height:4.3875rem;top:43.4375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkZBIWK8QVla51xBnVXltkFhKIvnqfIL { width:17.0625rem;height:5.85rem;top:34.9375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8ehd51Px9RGMUnKrFXJLCHhQnnepbWW { width:20rem;height:6.1875rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4gxiDzloqteuVvZLtn4f6w26iKAKWD1 { width:20rem;height:1.625rem;top:9.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDGRSAaqJ9WxFKI4bTIlqMsHWJgWUarp { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #cxaRuyNqxCACzkTyTM2xr1yasfaWw68R { width:17.0625rem;height:0;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #PURLPeH1ciWQQ6bazeqxJsKBArI2Ubic { display:none; }#PURLPeH1ciWQQ6bazeqxJsKBArI2Ubic > .row .container { width:20rem;height:58.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TFSwMFnLSxIihgTrx5lIEWgmQc6a9ATh { width:17rem;height:7.15rem;top:1.6875rem;left:1.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCogdsv96oOdTTstoCqGIQMFQLt98TKt { width:19rem;height:3.4375rem;top:13.811719894409rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIdtUDrHWAuCkhQTZeNPhWXxGQTP6cPS { display:block; }
 }@media only screen and (max-width: 763px) { #uxdSk1QrULk0hUIr3XKZT789u6vmA6ZZ { width:15.625rem;height:1.54375rem;top:10.686719894409rem;left:2.1875001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw2momAp6OHLUcMAa3qdOaDerxtf8453 { width:18.1875rem;height:18.1875rem;top:19.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8rHeXi3ddNCDBrGW7GADaH7FVzi8fNV { width:18.4375rem;height:2.925rem;top:51.5625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki9ILHyUusltQCaDLd9yu5KPLKxEXHN9 { width:20rem;height:8.125rem;top:39.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heoT84sAEXyPzrWLy6daKLh9Tt6PcfAZ { width:20rem;height:5.6875rem;top:50.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdah9Ev0pTDzgIcCFnVNthXIe3030Oup { display:none; }#Pdah9Ev0pTDzgIcCFnVNthXIe3030Oup > .row .container { width:20rem;height:62.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GkPzbPeZEaT6ygywVK7QTqpe3ZMKrMOM { width:18.25rem;height:3.575rem;top:1.8750004768372rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzh8Cw4pXQzc8ZEncuSFST7p5xU62iaZ { width:19rem;height:3.4375rem;top:10.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDQFLwv13zeZNydNt12tTsm8uW35cUIT { display:block; }
 }@media only screen and (max-width: 763px) { #kQXfQUF6bW6kUo446IlEzs4EDTAG19Qh { width:11.75rem;height:3.0875rem;top:6.1960945129394rem;left:4.1249998807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxXqHJxupmd7iHs1CiGgfHen7QLrbQXs { width:18.1875rem;height:18.1875rem;top:15.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk8qXOo00kkwWAt7OFgwdizoyOOxACpU { width:18.4375rem;height:4.3875rem;top:54.587501525879rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCT6rHqJlr5qysivgEKv8M8oOh8nQGiQ { width:18.0625rem;height:16.25rem;top:36.03515625rem;left:0.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #laJwdSUh1kaaO8qhuWZx0T2gD0fgrVIV { width:20rem;height:5.8125rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWO9By2o8VmqJGML9a6niNwOoU0NLn5q { display:none; }#zWO9By2o8VmqJGML9a6niNwOoU0NLn5q > .row .container { width:20rem;height:55.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lu6IQ3CBIqKh0kWzplT6fOcJImOTsagx { width:14.5625rem;height:3.25rem;top:1.6874971389771rem;left:2.7187501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuh1Le062NZq8lL0aroWa6XDBxiyLSNZ { width:19rem;height:3.4375rem;top:6.7109379768369rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnKxIfKKH1rM5VSfJyWNFKy5Jl572aCQ { display:block; }
 }@media only screen and (max-width: 763px) { #PFVHpDT4bssWTfBt17V5nylhrdJfIcP6 { width:20rem;height:20rem;top:12.322659254074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIMHoqTDCiHB8lqkch0Z9EsEglIJUyXx { width:18.125rem;height:6.90625rem;top:41.83203125rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFV086460w7BykOxHVFXANwwnbangpla { width:20rem;height:3.25rem;top:34.897653579712rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0IT367nJxwtnlMQH0TrWE8XlW3EEzsL { width:20rem;height:10.875rem;top:39.84765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utq4Bp66hMkFnxoO6BnqD2eHoSyA2d2c { width:7.5rem;height:7.5rem;top:10.148437976837rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TP3MXTFmBeXcMDsAaDagQOsG2SLmrz6O { width:6.25rem;height:6.25rem;top:49.04843711853rem;left:13.750000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwAGngcHB7Pypw3oUPwTW1zk6ZnLlce5 { display:none; }#qwAGngcHB7Pypw3oUPwTW1zk6ZnLlce5 > .row .container { width:20rem;height:59.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QXLvQEbQ3dbJSvJOO9lQ4TLFoi6d7JQs { width:15.3125rem;height:1.625rem;top:1.6875rem;left:2.3437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl2VeIB47oyalSx6cXyshvSXXniD3FwP { width:19rem;height:3.4375rem;top:8.9609379768369rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRml36q7G11FdoHZUS0byDpkJby3bHwt { display:block; }
 }@media only screen and (max-width: 763px) { #smNQkNupcGko249mclJXFkkNKW8KOAgy { width:14.3125rem;height:3.25rem;top:4.4476561546326rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqbdH2fKIkHaR0IDZ7E1mE4ypae4klxb { width:18.1875rem;height:22.4375rem;top:14.197657108307rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0JaEk2DLwh4ZlLIumcOBBXNTnedxLbz { width:18.4375rem;height:2.925rem;top:51.625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ7cBysAQ3Z1yHsh3zJC9GIl4oHWOXpD { width:20rem;height:9.75rem;top:38.59765625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndhzw3xTzZfD7QuVFOXPrKxTib2H3x8B { width:20rem;height:6.1875rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSOTo5V6w5hMWxoP4faGxvV2FsegcOXn { display:none; }#DSOTo5V6w5hMWxoP4faGxvV2FsegcOXn > .row .container { width:20rem;height:55.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A7v1sH1XeZXN9IQVG0cGItLwHEeZ7mkW { width:17.0625rem;height:3.575rem;top:1.8125004768372rem;left:1.4687501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTkVUFMfDGbX3vIOd5hLfUGuzAub17w { width:19rem;height:3.4375rem;top:10.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ponpthByxFzznDAePc84DsnTckV6NroP { display:block; }
 }@media only screen and (max-width: 763px) { #eTwub4w7ecK0byrFDpragGQv2ABqlMyT { width:11.75rem;height:3.0875rem;top:6.1960945129394rem;left:4.1249998807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji26Tyb0Tdz57NbU4lvLlryfPGB7H6qD { width:18.1875rem;height:18.1875rem;top:15.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX6AgnlnOCB310D1o3XdFuk7TfJAmK1w { width:18.4375rem;height:2.925rem;top:49.13125038147rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2WC1epVmsENZCyBLg913H8iDgAfDW5p { width:18.0625rem;height:9.75rem;top:36.03515625rem;left:0.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNTu2wMIT01vQbTTAOtUrAzuHVEhbMVz { width:20rem;height:5.8125rem;top:47.687500715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG5dGd80cuP9GJuUkzFu4kTFEO0Ai9Pa { display:none; }#qG5dGd80cuP9GJuUkzFu4kTFEO0Ai9Pa > .row .container { width:20rem;height:59.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hbDEO0bIVHabgXpFMBrAEWBOOXiEklbS { width:17.0625rem;height:3.575rem;top:1.8125004768372rem;left:1.4687501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6dORo7FBUFSwVLnMQD1RhdLDP2TQagw { width:19rem;height:3.4375rem;top:10.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbA0IR9fkzTTOkAZAtLEySH24oTkmvpU { display:block; }
 }@media only screen and (max-width: 763px) { #zQSGIMyFu0xdBwLw8czZT2ouLzP1T8Wn { width:15.375rem;height:3.0875rem;top:6.1976566314697rem;left:2.3125001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea1IihGVF9qdyi6OpOrr7SyrIEuenasX { width:18.1875rem;height:18.1875rem;top:15.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2TORxvc8txDEnLkBe98T3axQIZ9B6o1 { width:18.4375rem;height:4.3875rem;top:49.75rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0VpZTQp1UiPCK8rId7CSqKtgWq52O9X { width:20rem;height:9.75rem;top:36.097656607628rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ1IXnyTeylncWEPDrWTeVT84dcxXPR1 { width:20rem;height:8.5625rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOtTv0WRCMt06LT3bqICEFaGGIX6TrFd { display:none; }#OOtTv0WRCMt06LT3bqICEFaGGIX6TrFd > .row .container { width:20rem;height:61.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oQgGDBXCH91ps03r48fJlab71pTBIxdG { width:17.0625rem;height:7.15rem;top:1.8125004768372rem;left:1.4687501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSZROU1S2FUHp99yaoFXQh8Vhyh4NOST { width:19rem;height:3.4375rem;top:14.499219894409rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyD26gEc6F9rSFpvOyfcIRMSWXRo9VJH { display:block; }
 }@media only screen and (max-width: 763px) { #HGOpTOetJb8oWqcCHJIMXBPmoXnO0UEh { width:11.1875rem;height:3.0875rem;top:10.311718940735rem;left:4.4062498807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ6y4heCZGpF8i7RA99QVnfn5i19mvV5 { width:18.1875rem;height:18.1875rem;top:19.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEG120F5lhbuqMmEUbtTdQn95hkQcna1 { width:18.4375rem;height:5.85rem;top:52.91796875rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8rR5FEECpBP0qCAhbFfbhmzTUt4NX3v { width:20rem;height:9.75rem;top:39.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOM0rXTUmWmq2Vn3QvTVzw8HwrFtZnNW { width:20rem;height:8.5625rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diUg9xbLJdvH6cRpN4qMs2CbNQ5JtSvv { display:none; }#diUg9xbLJdvH6cRpN4qMs2CbNQ5JtSvv > .row .container { width:20rem;height:58.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s9mM7muFifuZiTM8dv3NV2NpSKcW3HR8 { width:17.0625rem;height:3.575rem;top:1.8125004768372rem;left:1.4687501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R18Ide8TnTLDAEmTcnTlaU7EXopq5Ctq { width:19rem;height:3.4375rem;top:9.1484379768369rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOJPWpJsFo7TIfq73RP9FortdIJ8cq9F { display:block; }
 }@media only screen and (max-width: 763px) { #fT5bstkHupoiCs1QZLtkyhxDycTOViV1 { width:15.375rem;height:1.54375rem;top:6.1976566314697rem;left:2.3125001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #md8BICAicL1IInaFraireg4d9ONIqusM { width:18.1875rem;height:22.4375rem;top:14.135154724121rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz04NTiawLJ1QSX5TnBpOeC6vPSyXLGq { width:18.4375rem;height:4.3875rem;top:48.774219512939rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXHgDhmAf1iMzNKu3lbf3oUaR56wh8Do { width:20rem;height:6.5rem;top:38.53515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdi5GOwHHbG6OFwnsb7BsDyACsIAwDuU { width:20rem;height:8.5625rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhSQWy2T4T4qemPy0OHuhL6ofmz8MFeD { display:none; }#bhSQWy2T4T4qemPy0OHuhL6ofmz8MFeD > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F9WSsSoJuV5sFZXuABHedxAVye5hB95r { width:8.75rem;height:3.25rem;top:2.5rem;left:5.6249998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppS2ymTRgPHK72GBy963fe5lLae0614N { width:19rem;height:3.4375rem;top:13.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbbRVG45GiXa5yDW7LrW0PGWemX7zF6f { display:block; }
 }@media only screen and (max-width: 763px) { #xT6I3dTTGvlToDoovlUcvFkeIMWiFcC7 { width:15.625rem;height:3.25rem;top:6.696093559265rem;left:2.1875001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJX4L5ruQ4M9OvghfcKyDauBA5WpZUqW { width:12.875rem;height:15.875rem;top:18.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZc3UfsoOFuT1ta7sWWDvSCnx65BHeS5 { width:12.9375rem;height:5.85rem;top:44.950000762939rem;left:3.5312498807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4l3ERZmxeHWzqGSnokapeDDJigamtsq { width:17.0625rem;height:5.85rem;top:36.0625rem;left:1.4687501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngvdNBrKbSuv8qS09K6vZS1rhDEZe9J0 { width:20rem;height:7.625rem;top:44.062499523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAb2TFUJneDGIJvRna7mUTdWSHAv5ISw { width:20rem;height:1.625rem;top:10.737501144409rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT5KF70TkX48gT7HUzqWUfboyDVFalTW { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #s2AlQrsSkXaMXAg8tddtr04MVTUiacaq { width:17.0625rem;height:0;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #zdc9XTcLwy19GNTha6G2GVpRkMpr0PKW { display:none; }#zdc9XTcLwy19GNTha6G2GVpRkMpr0PKW > .row .container { width:20rem;height:49.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z3kuAQy9cHDzfVXWt4K454FefyUWVXLb { width:15.3125rem;height:1.625rem;top:1.6875rem;left:2.3437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvt2a8nXefaJQkVhLfGV0hbBMDhNo538 { width:19rem;height:3.4375rem;top:43.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq69N8KzdahBzZcWWieXh0IeTRK0oyA1 { display:block; }
 }@media only screen and (max-width: 763px) { #qO8y30Cc38BOvIW95ToDqPNmHE4kBVcZ { width:14.3125rem;height:1.625rem;top:4.4476561546326rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpsugPPm0UkmfUTg4CyVVONll29AxC3E { width:18.1875rem;height:18.1875rem;top:17.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cITubzqDe0AF1aeNrtqiMAaORxoxsCoK { width:20rem;height:3.25rem;top:37.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7ASADWEXAuenZfVFmz92qOh8hIxRD8g { width:20rem;height:9.75rem;top:5.3226565346122rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmkr4ZUOA5b8nkK6ySrTfpgW2r5MMv2G { width:18.5rem;height:0;top:33.910151861608rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #KnLDzb4IyIQ0JyIuSxzFcNTeuuhUtN1G { display:none; }#KnLDzb4IyIQ0JyIuSxzFcNTeuuhUtN1G > .row .container { width:20rem;height:54.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FATz2psCOtb9uBamH6dpLsKyI2869L99 { width:17.125rem;height:1.625rem;top:1.8125rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UONR6UhydTRKUkbJ6OWCb8bFPm3cPITP { width:19rem;height:3.4375rem;top:12.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdJ4EqtznAyCLbPsuEV6tLMb9dZ7k1ia { display:block; }
 }@media only screen and (max-width: 763px) { #EUAWdR8Aki5uK4x2bERJ2Fo16FgZSQmk { width:14.3125rem;height:3.25rem;top:4.4476561546326rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHQpMrsQqLEcUsGpmQ5ekvVfAQ7UeoXd { width:18.1875rem;height:16.0625rem;top:17.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFtGpT5QuluBTQT4Nu9oMo2tF1O2nE1S { width:18.4375rem;height:5.85rem;top:45.950000762939rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srycc4WRlAGWLiibmsWqRtqZUH63PpGK { width:17.0625rem;height:7.3125rem;top:36.347655773163rem;left:1.4687501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkXDixLxlGVy5OfCCTWQdNs40Whp9vGA { width:20rem;height:8.125rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDlisUTBT2xREkl8VedUEOGgmeaTo9LN { width:20rem;height:1.625rem;top:8.9601532816888rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBtb3ZvfluBsJsX4gxNnXm51ZaVvGRRi { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #dI5FfAmN0pQV5C78guZWixF4Oru6yzDU { display:none; }#dI5FfAmN0pQV5C78guZWixF4Oru6yzDU > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MbcIiyrXJlLWJLIoVI2JRhSHKro8iqPS { width:15.3125rem;height:3.25rem;top:1.6875rem;left:2.3437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrTRgJyo7O0BpfwhCkGPIS4hprq1NnS3 { width:19rem;height:3.4375rem;top:9.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7E3SlOO7OaKQoiSi71ipJiyqmyALx8v { display:block; }
 }@media only screen and (max-width: 763px) { #CZ6bGww9ZmwTHpz5T7qNKZ8EC2nsegLf { width:14.3125rem;height:3.25rem;top:5.5101642608642rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TLnztg5Kpau8946Zkn1lN4w5OZAon6 { width:18.1875rem;height:18.1875rem;top:14.562500476837rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctNAT5maCkNAAXrATSqwcIHFKnOXWPxP { width:18.4375rem;height:4.3875rem;top:46.125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVhVkvgvekAEAEnJZqLvgcIfKeVB7iCH { width:18.75rem;height:0;top:35.03515791893rem;left:0.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #esDAMHTVUiK5DACtAtnIU1cfGMdAgBRE { width:20rem;height:6.1875rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhRdCp5ZT1AmHw8ES6XoF4vMA1TNtgPK { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ZlS0CnW0BNMTUvoXe1Msi2bGd4BEmDdI { width:18.75rem;height:8.125rem;top:35.03515791893rem;left:0.625rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vePIWT7K42XNanDRgiVXlQX2kqdLFdpX { display:none; }#vePIWT7K42XNanDRgiVXlQX2kqdLFdpX > .row .container { width:20rem;height:54.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qkWcKWp6ZXZvih7kZNERkw8OlT8gcSPR { width:17.125rem;height:1.625rem;top:1.8125rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC5EuIa7ITkZ8QaE9wvZcerR81DVMZ0s { width:19rem;height:3.4375rem;top:12.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNhw5gzbuPlPspp5L8XVmt4EhCDfsnSA { display:block; }
 }@media only screen and (max-width: 763px) { #kUa56sGdGPNV37uberv0y7iP9TOQnGhO { width:14.3125rem;height:3.25rem;top:4.4476561546326rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kuly8ru61NSHwwKyy2laHcOHyGAtNfc7 { width:16.0625rem;height:16.0625rem;top:17.875rem;left:1.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTCtO55DNFsJy8mqq3M16TDBk3DTkA3 { width:18.4375rem;height:4.3875rem;top:45.875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvFSuZ73ObXud9UPciTLMXhS3VxSNA5Q { width:17.0625rem;height:5.85rem;top:36.347655773163rem;left:1.4687501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvZWrHJ8uXubtGZKIArZeq90fHSzOl4M { width:20rem;height:8.125rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TarcXs4MN9nXc2iuh1PBlG4xHTG90yaz { width:20rem;height:1.625rem;top:8.9601532816888rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE0D7IhHkKPW3MSp4leXtRIt7bmWZRM3 { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ut6ISWrXOqxoX6ynJHtnJmtBeabQXPet { display:none; }#ut6ISWrXOqxoX6ynJHtnJmtBeabQXPet > .row .container { width:20rem;height:53.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mhZs42XyqOXaE42q0VKltmaWBGIm2KSk { width:16.375rem;height:3.25rem;top:2.625rem;left:1.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWatgx9Fi68VHR8XhTBaEIADOAtKpVnW { width:19rem;height:3.4375rem;top:12.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw0AmvH2GrroW1AKZNZldrST39Jcw8Sg { display:block; }
 }@media only screen and (max-width: 763px) { #M45BVWntXKJRkTHSsGDE0hL66gDuVion { width:15.625rem;height:1.625rem;top:7.071093559265rem;left:2.1875001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBvMpn5krq3TDD3STkhoS0RfMkhAXp0U { width:12.875rem;height:15.875rem;top:17.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #foXueD5T7kf0ODG6LRESofbcWfmFJGC6 { width:18.4375rem;height:2.925rem;top:46.25rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeGgaHM25DJHarcorCq7pcgJJuE6ok81 { width:17.0625rem;height:7.3125rem;top:34.9375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOgV2ZRuNFtoptCA8wFNtSToBI1NNG1 { width:20rem;height:6.1875rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9ZUikhfZFw2VxeP3VnLgDi6WGDL8eSb { width:20rem;height:1.625rem;top:9.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilPQaiE1eTqqNJXzgMP0yfIkmmKdw86U { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #P02qvkrhD5N2cqSXf4KeSssBn6GxMTiZ { width:17.0625rem;height:0;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #aV1rGAilKWW9NxQC4q5DGXRRbFqo46JV { display:none; }#aV1rGAilKWW9NxQC4q5DGXRRbFqo46JV > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mS0wN8wiPaudvisQTVcNtV87oeDrBsaA { width:14.5rem;height:3.575rem;top:1.1875rem;left:2.7500001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSQpduothruhGS6pqgwgtqTZmZCIssQc { width:19rem;height:3.4375rem;top:10.772655487061rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raAL3VFqovsd8CDwqfvKhTpneems83hm { display:block; }
 }@media only screen and (max-width: 763px) { #xeMCKAsJ9Ut3XBCWoQ94HCvoKZvktVgP { width:14.9375rem;height:3.0875rem;top:5.8875002861023rem;left:2.5312501192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jau4QmQCSpai9wDEVOy9HZ7t9LUO7VKd { width:18.1875rem;height:22.4375rem;top:15.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcUKq1X8OuIngWgMH9QnP9oZSvhJt4Q6 { width:18.4375rem;height:4.3875rem;top:48.4375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtgMdWoXzwQQoJRThbSPgWiQ5udbE1WL { width:19.625rem;height:6.5rem;top:38.625rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgtMINoAtTdlsDIn8RPtypyAuJtPLuCV { width:20rem;height:7rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb1PUCZmQO5HATGbLdPc9Dwqce8xl2WB { display:none; }#zb1PUCZmQO5HATGbLdPc9Dwqce8xl2WB > .row .container { width:20rem;height:58.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Obu7oGTLOTq23aBdpw5TmKUbzTS0U2rK { width:15.3125rem;height:1.625rem;top:1.6875rem;left:2.3437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgTXvpQQctQrdvJDIIUAE2oC8SvFlaE0 { width:19rem;height:3.4375rem;top:51.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZewMDI8T6KUETsmrT1K62dcENF0aun7D { display:block; }
 }@media only screen and (max-width: 763px) { #XpU1JxL1XV9Huy5FaTv03TGD1AULVGI7 { width:14.3125rem;height:1.625rem;top:4.4476561546326rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl5oRlC3nNv7xlbQgzf1tMfBGW2Nh29C { width:14.75rem;height:18.1875rem;top:25.500000059604rem;left:2.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #akKQ63Vp5p6RVs4s9iwedbtgNa3Oi8OV { width:20rem;height:3.25rem;top:46.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG34CTcXHl8KGadZM6UwiM3rDhv1gzkn { width:20rem;height:17.875rem;top:5.3226565346122rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKD2O7BZb9P5KirgVk6QfXx71IJQRvJ5 { width:18.5rem;height:0;top:33.910151861608rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #EEK09NBkmQXxoBfasn4gc7JovUIUwSae { display:none; }#EEK09NBkmQXxoBfasn4gc7JovUIUwSae > .row .container { width:20rem;height:58.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dTOw4DmRBVFdX7KDoPJFqU28qErUBTls { width:15.3125rem;height:1.7875rem;top:1.6875rem;left:2.3437501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC8DO1VOQdgClzStC4kqs9382qafdDKw { width:19rem;height:3.4375rem;top:12.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4wXVB2J8kkwiXdKm9zUTToKWgAOTdh { display:block; }
 }@media only screen and (max-width: 763px) { #pRbbQwkdG1aIgQh3vWMSOziUWSoqPfdA { width:14.3125rem;height:3.25rem;top:4.4476561546326rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB4R4c4Q8m9yLrDtfJL0SK02gN3FGohW { width:18.1875rem;height:18.1875rem;top:17.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6dLTSyydIWvhBTqdkscPJnCboJ639OR { width:18.4375rem;height:4.3875rem;top:50.900005340576rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DexXdVUH417TATUTa1IdpoHm41HXUKMD { width:20rem;height:0;top:38.59765625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTKLhkopSF4JQiX4qOPgGdGI1ymBD36Q { width:20rem;height:6.1875rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfV8a66zeMd2BWQXFZuuCJl78RXOl3lR { width:20rem;height:1.625rem;top:8.9601532816888rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XowEGA8SG2hCyVlLXT6DRrBGOC0aDENn { width:18.5rem;height:9.75rem;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #tBGsqROlqvVSWxcBk5qy4gouEfNmRPoc { display:none; }#tBGsqROlqvVSWxcBk5qy4gouEfNmRPoc > .row .container { width:20rem;height:58.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VfhNwSmzwQiDTXnrxNo42GXqby69gfM7 { width:17.0625rem;height:3.575rem;top:1.8125004768372rem;left:1.4687501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROQZ1FNIanXhb4LGUUUOrzw6s5Tt9x5f { width:19rem;height:3.4375rem;top:9.1484379768369rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXrSu2A6Bvs3tae1bLPy9x9XHcbpfXoN { display:block; }
 }@media only screen and (max-width: 763px) { #CaGgPi1lC94IO06kyWzIKXR4z5E1ztBp { width:15.375rem;height:1.54375rem;top:6.1976566314697rem;left:2.3125001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZArwAfnNAbbbduQhE0AvLreIEJv0rzPO { width:18.1875rem;height:22.4375rem;top:14.135154724121rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqORs36hgT7xRMPic0GGczi8tXp6cGAB { width:18.4375rem;height:5.85rem;top:48.043746948243rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkWqSnHVgSny0gE0iJ6pA8zVrQt641tk { width:20rem;height:6.5rem;top:38.53515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHq9O3ldLdfFGEiS6TDoE6PcKsJKK7P8 { width:20rem;height:8.5625rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kspvobWnzyxdkBGwE8mM1sPiznOT4GBR { display:none; }#kspvobWnzyxdkBGwE8mM1sPiznOT4GBR > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HeFNJV0q0GOF6tIfQqz5embq7mv6cTHw { width:16.375rem;height:3.25rem;top:1.8125004768372rem;left:1.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcq8gRiXcDZE5MTgtIwIeNIU9EMGR8NP { width:19rem;height:3.4375rem;top:12.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7tmvs7OVDzT1Hrq4OrEo4JhNx2urHiN { display:block; }
 }@media only screen and (max-width: 763px) { #iMQ96OzB61yicTGdFVIrkPTwQu0XFqfk { width:11.6875rem;height:3.25rem;top:5.9460940361023rem;left:4.1562498807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiLytxTo0zNeEd05qViwFoEOLt264mae { width:15.625rem;height:19.25rem;top:17.5625rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTy6EHrsx0PnvGD66a92Rbha5X65ezw { width:18.4375rem;height:2.925rem;top:47.631252288818rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfmR873hieKDbWlAGqEg47kzyUN8I7JU { width:17.0625rem;height:5.85rem;top:38.625rem;left:1.8125001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C22yUqETptUUZskwpGkLrt7NTCQ9yZya { width:20rem;height:6.1875rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKHBC33PHLp2H4WBswwiAzGyTEs8TwzN { width:20rem;height:1.625rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moLocRdGnOFZ0UMJyE0gCtOVzluarIQP { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #y4aLLJMx4Snq6V8rn0LHL7TKbJuqEx2B { width:17.0625rem;height:0;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #GTABtHP2VwlShP2hxH5qUessdb0k6v9J { display:none; }#GTABtHP2VwlShP2hxH5qUessdb0k6v9J > .row .container { width:20rem;height:52.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gtlrxXK4xymDqwl4gFOEGIDv7RKWTKnB { width:16.375rem;height:1.625rem;top:2.5624995231628rem;left:1.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7GbBAofiZwuR2yOrxFTzeh4lZE1nIxx { width:19rem;height:3.4375rem;top:10.562500476837rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXG5iKT2FTwXZPrirXtutQ0VJTbfsHTN { display:block; }
 }@media only screen and (max-width: 763px) { #BENmLUf6TKsiAxbSaNRAiDf4DTTBqS7R { width:11.6875rem;height:3.25rem;top:5.6335940361023rem;left:4.1562498807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaVfuGaMQd6D2Aos6gkv0i4UoAJ2ZhKw { width:12.875rem;height:15.875rem;top:16.624997615814rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZXJlquGApuUayT86M0k7ul2eOhtCJnI { width:18.4375rem;height:4.3875rem;top:45rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax7EzRf1h4v4nnOekK59uyz0K4CL3FDN { width:18.25rem;height:7.3125rem;top:34.9375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCzzJDEobrWwGluxRm2y1B7bwAgFgaHJ { width:20rem;height:6.1875rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GruGcnTNGkn1WagTa23tLiHSVbQIFept { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #DPmAf3mySqEcVHe7riNANCFLrVU2fu6K { width:17.0625rem;height:0;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #zoRWQcqpMZvsyvxylFQZe5MMfJGLMEkw { display:none; }#zoRWQcqpMZvsyvxylFQZe5MMfJGLMEkw > .row .container { width:20rem;height:55.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tBim5QWmsfzUdUQASMk5CWrc3SlRV48K { width:16.375rem;height:3.25rem;top:1.8125004768372rem;left:1.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqTtKQZTOeuT8KVlfh3Zlq8QZ4iX3v69 { width:19rem;height:3.4375rem;top:12.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1JZUhKaf65hLVMm1mysegnABZ9BW4ws { display:block; }
 }@media only screen and (max-width: 763px) { #pbttXe8rfMZiwVCrprh9ZAM3nwRX4lmM { width:11.6875rem;height:3.25rem;top:5.9460940361023rem;left:4.1562498807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyir5OvfTewdm4lA74sSAVCUuqPHM4WL { width:12.875rem;height:15.875rem;top:17.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDqvIzSlnTdT8KHQAeXyMUZhPGynsMTK { width:18.4375rem;height:4.3875rem;top:46.875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA4JRun8FNoQqFB3P8huiuTXLsoXCKge { width:17.0625rem;height:8.775rem;top:34.9375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwFTHKkFmTZCMzIQc3VUSwOer9dlg24B { width:20rem;height:6.1875rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiBHAcnHdDT7VHzOKNcagXK35KaUkPJ3 { width:20rem;height:1.625rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWO7Ld0y8yZNeq3zNKKnZPMy9WEPU22s { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #fgaTkHLX7zSRS7eIZW67TOBMJZQylRwe { width:17.0625rem;height:0;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #NcsdQRBBmrTsvcHc3M492BxfsX0TCyTw { display:none; }#NcsdQRBBmrTsvcHc3M492BxfsX0TCyTw > .row .container { width:20rem;height:54.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bJdfb9cT29TU6QfWukxJLwlkeUd74QKt { width:15.3125rem;height:1.625rem;top:1.6875rem;left:2.3437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGOl8WkPRTihO7UczPUI3PmzrUxPVnvq { width:19rem;height:3.4375rem;top:48.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mai5mnaXUJ4kTJDXQHPIWcR3x7K4KDqz { display:block; }
 }@media only screen and (max-width: 763px) { #zhko9SrEwaDZqfwuyXi0TO5gycNzOLMd { width:14.3125rem;height:1.625rem;top:4.4476561546326rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVfXDoq1mTPbPnEWXkoSG34zvMdnEIhA { width:18.1875rem;height:18.1875rem;top:22.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtIu8AeIH52ZMXy7iJAu3P5Xcw9rIOBG { width:20rem;height:3.25rem;top:42.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlOM6qvlzQUIshvAbQQTfkT97ozVadBt { width:20rem;height:16.25rem;top:5.3226565346122rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCuZ26nQz0L9RSuB6AGuMkSMcc0bRdnQ { width:18.5rem;height:0;top:33.910151861608rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #F1iL7mQ9DBATVyxZFN5CHzKkGBfBsHHc { display:none; }#F1iL7mQ9DBATVyxZFN5CHzKkGBfBsHHc > .row .container { width:20rem;height:57.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BJA339okmsw20yEfSDU72XdqmAZb6Ocg { width:17.125rem;height:1.625rem;top:1.8125rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmLSb9FGXM9MUcPzA8nTqZXaWTJXLaNh { width:19rem;height:3.4375rem;top:10.500000476837rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6TkQJF8cS7IZEsmKV3VN0QyRkby0Uzq { display:block; }
 }@media only screen and (max-width: 763px) { #toz2HqMNIzRUwh4CMu1u5bmQLuM12xLg { width:14.3125rem;height:3.25rem;top:4.0625004768372rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0FCnlac6qSHIOmhDNOeOHNaiTfHyxCk { width:12.9375rem;height:16rem;top:15.374218463898rem;left:3.5312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWcOdrqTLrgs2C1TZOMvHeUfnHMPrFU3 { width:18.4375rem;height:4.3875rem;top:49.125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJo3tFFu1ES3OawT5xoKRe1EdgVsgfks { width:17.0625rem;height:0;top:33.100003242492rem;left:1.4687501192093rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAKXkLZLmGEzTbsNNb0EFasUicEuqw28 { width:20rem;height:6.1875rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU0vsgEDdd3VLNbqWQTC9wgZ71BPq2rE { width:20rem;height:1.625rem;top:7.8343720436094rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK2UWB12nRlPcAvJBcu8lCoR3MEwBu8K { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #SLVntxS3gzr5XTo8KTM0uJSPyb7PbBUC { width:17.0625rem;height:13.1625rem;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zrUwldTsF6rzi03dOL3Rzd43TJvTtU0W { display:none; }#zrUwldTsF6rzi03dOL3Rzd43TJvTtU0W > .row .container { width:20rem;height:44.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hsCiPM90FbVsfIPCJ7nd9ZvaagfkvZ0R { width:15.3125rem;height:1.625rem;top:1.6875rem;left:2.3437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh9fqOHFcfkes6u41BvsJHOmdtXkZ6Ur { width:19rem;height:3.4375rem;top:39.410154342651rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEdooW6MU4QgsAgDlFNQseBvXWJPEpG8 { display:block; }
 }@media only screen and (max-width: 763px) { #RcIZ59Wn26UlFbsxOTohN6UJnODTSFxb { width:14.3125rem;height:1.625rem;top:4.4476561546326rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKxhpIQq6vDiNPudWc4TvEVM5VksLzg7 { width:18.1875rem;height:18.1875rem;top:13.625000379979rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reNKnB9rtPIDwa9TMN94P4QuOTwu4MaL { width:20rem;height:3.25rem;top:33.722655296326rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEPoWIgFwFyDiT51z5WvIwl3S0F2iDlR { width:20rem;height:6.5rem;top:5.3226565346122rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkThBktV3kqbcEImxUvpfoP7nTls1wQB { width:18.5rem;height:0;top:33.910151861608rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #a6NTa06NmPaf6rGnMwF8XxqvEXebApg7 { display:none; }#a6NTa06NmPaf6rGnMwF8XxqvEXebApg7 > .row .container { width:20rem;height:57.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CGQHQdIHsvcVKiTk8ZT0B9ZU1BTRiySX { width:17.125rem;height:1.625rem;top:1.8125rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI0Wte6rCdq8bNEnx7fqa7i0eAkRtz5B { width:19rem;height:3.4375rem;top:10.500000476837rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuTZJJ9tKmrm16teHa7grmN0MwRL4IOW { display:block; }
 }@media only screen and (max-width: 763px) { #Ms0I41NctiTRTLJTqGkN21xzDcmZFNfT { width:14.3125rem;height:1.625rem;top:4.4476561546326rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUerr66RlrvCB5vB6kru9kI2v9nfXam5 { width:12.9375rem;height:16rem;top:15.374218463898rem;left:3.5312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FydLCJgzqTQbWzXFC34B6tmRkaT60erW { width:18.4375rem;height:4.3875rem;top:49.125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhWomzTMe0cH4mhaDGHxznI3r1Wkm4Ud { width:17.0625rem;height:0;top:33.100003242492rem;left:1.4687501192093rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gz6T0ibx2Tk0onRpl0C7kobCctyG5Ex4 { width:20rem;height:6.1875rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A283TVWJQN57xWs98wPPP8fWgAk79M2v { width:20rem;height:1.625rem;top:7.4593777656556rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxPP8K7L7UicG1C8XblP2o0h5XiQ7uJx { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #UISlB5hMkybPplDNQZrOgfTodHTNcW5C { width:17.0625rem;height:13.1625rem;top:33.10000038147rem;left:1.4687501192093rem;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dBznhOrzTXwdL19bC0A4P9Dd4pS1F3rt { display:none; }#dBznhOrzTXwdL19bC0A4P9Dd4pS1F3rt > .row .container { width:20rem;height:47.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZyipEtH0vsKazFlZtSrT9P99QpkgU5O6 { width:15.3125rem;height:1.625rem;top:1.6875rem;left:2.3437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVBVeKzlT5Vu3uEXi2HWPNz45SteOzoc { width:19rem;height:3.4375rem;top:41.03515625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgdZTizaMZlZJhTuO0Utsvb45F3KyqCo { display:block; }
 }@media only screen and (max-width: 763px) { #tZeOgfC1ylUvRXNO6KrbEL2kFIsa4MGV { width:14.3125rem;height:1.625rem;top:4.4476561546326rem;left:2.8437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw5ZIRw9ozVN7mv5Unz1u8ktQwrkNlgm { width:18.1875rem;height:18.1875rem;top:13.625000379979rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu79gcZrMH1HQmLvxSSvguJvGTXEJvxw { width:20rem;height:4.875rem;top:33.722655296326rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeVu57WZvsnprmrLTTGTQHlPl1CIn1xg { width:20rem;height:4.875rem;top:5.3226565346122rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRksLuLVE51atOcxD5r3O5EsXumicmsR { width:18.5rem;height:0;top:33.910151861608rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #trrgqTfb6wOGgLKWku8gAbTPEnrl7Mrc { display:none; }#trrgqTfb6wOGgLKWku8gAbTPEnrl7Mrc > .row .container { width:20rem;height:57.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pKJBG6BlknRQQGvd8MSwZUeofzaqJT75 { width:15.3125rem;height:3.25rem;top:1.6875rem;left:2.3437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKWGNm2hLevLi1ETM2U4w2GZNawSbgCw { width:19rem;height:3.4375rem;top:12.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuGr1rxA2eOQvH1HPioOytuIaIuz1X9E { display:block; }
 }@media only screen and (max-width: 763px) { #wp2e1oysRDT0TUd3Ou6nBO4s7Vh9UENw { width:15.125rem;height:1.625rem;top:6.125rem;left:2.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N21h3TcZCsTVNTrIOWvIFhWZAOwrr7a3 { width:18.1875rem;height:18.1875rem;top:17.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZGWssQ0UrOzZBq8kiRCNsOU5VxCV28R { width:18.4375rem;height:4.3875rem;top:47.75rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH6u8HRXqfzQcR9IW73noQOs8m7T4HUZ { width:20rem;height:6.5rem;top:38.59765625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaxfOLBw2nxopDUJTB6sRLrJr7qtXwbw { width:20rem;height:6.1875rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgvOUo0PvbIm6af7Vlf2B3DoTKWT3GGq { width:20rem;height:1.625rem;top:8.9601532816888rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD9vZ7rzdMwxTlScupcL3p4ESQpyXGLk { width:18.5rem;height:0;top:38.347657203674rem;left:0.75rem;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #lO1qn49VkWErsJL3TgxeTVqInsi0lOWn { display:none; }#lO1qn49VkWErsJL3TgxeTVqInsi0lOWn > .row .container { width:20rem;height:28.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HpsMSaLaMDsHe088qqOD4DdnxAxc7yoE { width:15.3125rem;height:1.625rem;top:1.6875rem;left:2.3437501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfUFuCBJEPben11AAWWW8yEaSa5pTXEc { width:19rem;height:3.4375rem;top:12.210937976837rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWm8IS1ySgOhguwcztVAqDufC5wO7dzt { display:block; }
 }@media only screen and (max-width: 763px) { #HqTRVFTEA9hqaLpVIqRl1ZJKACo51QeB { width:15.375rem;height:3.25rem;top:4.4484367370606rem;left:2.3125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4ObZNGaurwuG85tC4XWuJ1MgfssJhDb { width:20rem;height:9.5166666666669rem;top:17.960937976837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3tDHI5TckaSeb3FLgS1kXAhdqTrhLgJ { width:20rem;height:1.625rem;top:8.7734379768369rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 { background-color:#fffbfd;background-image:url("https://images.assets-landingi.com/uc/3bd5ac23-4f67-4e3b-9ad2-2a05ee2ad3a5/TenKursBackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7.adaptive-delivery-prevent-bg, #cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7.lazyload, #cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7.lazyloading { background-image: none; }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row .container { background-color: transparent; background-image: none; }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row .container > .video-iframe-container { display: none; }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row > .video-iframe-container { display: none; }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .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); }#cZhN8qyvSCf4ssvl7DIMesFdKhiRz3g7 > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okFDKvuon28emT2TpCNTr6hOSVFoTiuZ { width:12.5rem;height:4.875rem;top:4.3125076293945rem;left:3.7499998807907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGBNtBRi11Hv1qVM45TI8VFH4TiAUBxB { width:12.5rem;height:4.3875rem;top:10.180469512939rem;left:3.7499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoblJQkuE2Cn0ChOZZe0FBTqEKqEI6c8 { width:20rem;height:4.875rem;top:27.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sytGvtJ0W0ih8oheTfeXgxU57zT6RCp8 { width:12.5rem;height:4.3875rem;top:33.687498092651rem;left:3.7499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcDws2Xn1aDRKborPzL9gwETsWos688q { width:12.5rem;height:4.875rem;top:50.87500667572rem;left:3.7499998807907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqXwq5JHiFltuWwxSdKQ0KWXm6QDAd9Z { width:12.5rem;height:4.3875rem;top:57.181251525879rem;left:3.7499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZHyAm6ceKPugzGO0IGNVBZodrSzTmTm { width:20rem;height:22.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFXXed3VBTgpWBiP7DI81JmoiIBwLvvI { width:20rem;height:22.25rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SToBKHpPsETtcumxmRDNs5xLMPZJ128E { width:20rem;height:22.25rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXsGsPiUgU5KdT8U49KT8uJr02JZ6DlN { width:17.5rem;height:3.4375rem;top:17.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1khAXJ9oGoSXF0Q5Z0MTTc8v0v156K3 { display:block; }
 }@media only screen and (max-width: 763px) { #tg3wyug6TadM0xOzc9er0G654Ttqncft { width:17.5rem;height:3.4375rem;top:40.562500953674rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEGgbIToXPitXWftOrNuih6mLJ7WNCOi { display:block; }
 }@media only screen and (max-width: 763px) { #p8ARB5DmqVROQcDA8x7A1A7aQ2lTpbXZ { width:17.5rem;height:3.4375rem;top:64.43750190735rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNA6KNTErsGST5sxLc2NDzxkyredJW0Q { display:block; }
 }@media only screen and (max-width: 763px) { #AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf { display:block; }#AqaOTAZPwpk7U0rFQ5g1gIuBasuVstQf > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7dxBxAT2pelWQTOn9ikbU3gc6guHLFS { width:20rem;height:2.03125rem;top:3.1742191314698rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 { display:block; }#CIFph4PmPrEN6ETIPtq6kqZNCXRT3Dh4 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNKgvvfkMS7tFLFCeZ2nkQSyHNv5NTG3 { width:12.5rem;height:0;top:5.625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKWRxn4p4mT2eFmB0GIpiJz8P1QDTrl5 { width:12.5rem;height:0;top:12.55rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFXQyhJI8c4blcEu6nsbO5XcCu1BZlBa { width:12.5rem;height:0;top:19.524219512939rem;left:3.7499998807907rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycw2py2AHk8yTJNeohMVbwfBna1LHZWl { width:12.5rem;height:0;top:27.7rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5Z8qoO3cgG6EsRR1WnhHIbcrwlqSkXD { display:flex;width:3.125rem;height:3.125rem;top:1.0625rem;left:2.6250001192093rem; }
#V5Z8qoO3cgG6EsRR1WnhHIbcrwlqSkXD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #nm1us20KJtLlcDBfPmCgtVTEBe7cuoVl { display:flex;width:3.125rem;height:3.125rem;top:15.512499809265rem;left:8.4375003576281rem;display:none; }
#nm1us20KJtLlcDBfPmCgtVTEBe7cuoVl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #x7SbdNLVWdwphSy9l5pCeZXPxJGdS8gO { display:flex;width:3.125rem;height:3.125rem;top:1.0625rem;left:8.4375003576281rem; }
#x7SbdNLVWdwphSy9l5pCeZXPxJGdS8gO > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #mDanM3rvBbW1FTiQQexwkHEuoGBcMJm7 { display:flex;width:3.125rem;height:3.125rem;top:1.0625rem;left:14.437500357628rem; }
#mDanM3rvBbW1FTiQQexwkHEuoGBcMJm7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK { display:block; }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlC7INwIdyguoociq3RGtO32FxmE4IVZ { width:6.625rem;height:2.625rem;top:2.8125019073486rem;left:6.6874998807906rem;overflow:hidden;display:block; }
 }