.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,224,224;--color-primary-1:163,163,163;--color-primary-2:102,102,102;--color-primary-3:61,61,61;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:243,243,243;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat up";--paragraphs-font-family:"montserrat up"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#10160f;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP { background-color:#fff5ce;background-image:url("https://images.assets-landingi.com/uc/0d84748b-600c-40f2-a0e4-9757c9244604/bgmotav2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.adaptive-delivery-prevent-bg, #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.lazyload, #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.lazyloading { background-image: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { background-color: transparent; background-image: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container > .video-iframe-container { display: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container { display: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .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); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { border-width: 0; border-radius: 0; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { width:75rem;height:31.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FLg2ADIypehbxvaoTLJbUiLR4tvKAoOZ { color:#713e14;display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.5625rem;left:4.3125rem;height:2.76171875rem;text-align:left;text-align-last:left;display:block; }
#WTWNGDKQ1sLH5oNde3EnlhTTsvpp8coK { color:#3f1e03;display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:11.71875rem;left:4.3125rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b5SwL6QzRBE4Qw3xNifM8fTAiG73zCBR { position:absolute;display:block;z-index:15008;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:31.3125rem;width:25rem;top:0rem;left:39.1875rem;overflow:hidden;display:block; }
#TRDVAOf3mlodD6sJk5hNMspWW27Tnxi7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:54rem;display:none; }
#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff5ce;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; }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row .container { background-color: transparent; background-image: none; }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row .container > .video-iframe-container { display: none; }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row > .video-iframe-container { display: none; }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .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); }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row .container { border-width: 0; border-radius: 0; }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#os3MTF7WXvvlbcoFrFBXcH6DJcaZTAzm { color:#3f1e03;display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.2568359375rem;left:16.03125rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#BfMx6hlw0hnxkFiI5o6dp6h7GnoI3WaC { color:#3f1e03;display:block;width:47.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:13.71875rem;height:3.4121125rem;display:block; }
#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff5ce;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; }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row .container { background-color: transparent; background-image: none; }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row .container > .video-iframe-container { display: none; }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row > .video-iframe-container { display: none; }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .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); }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row .container { border-width: 0; border-radius: 0; }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row .container { font-size:0.875rem;font-family:arial;height:178.5625rem;width:75rem;position:relative;display:block; }#ZXKnxccC0oLsS8onVi9W0Hh0JOCSNwoz { color:#3f1e03;display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:19.25rem;height:3.8183625rem;display:block; }
#AXy6hXnVDnhPmy6Tny5XU0XP0mbLW4r4 { box-sizing:content-box;height:37.25rem;width:19.8125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -o-linear-gradient(180deg, #ffe7c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe7c8, #ffffff);background-size:auto !important;top:12.5625rem;left:3.75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;display:block; }
#anzdpMv8pzDSuaOW1uwKr8zFz2RZMZaf { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.2) ;height:17.5625rem;width:17.5625rem;top:13.9375rem;left:4.9375rem;overflow:hidden;display:block; }
#G9UVRubRnr7AF0mmEVrEcT0Ft34H68co { color:#3f1e03;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15100;line-height:1.1;letter-spacing:0;top:32.1875rem;left:5rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UVBdwCydaoFbbdBTHPUUmFTlS25tngbI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:37.5625rem;left:5rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rVN2fVfC9qRdxSVPDscQ8lTQrwCNk0dE { background-color:#4f872a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15103;text-align:center;text-align-last:center;top:45.0625rem;left:5rem;display:block; }
#trKdxSOI5FTEJnv5y3Rgi4IBptrKVqad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tpH9XBsZCycJdotlP1dixu49ezXnXDyq { color:#3f1e03;display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.068359375rem;left:21.625rem;height:1.29980625rem;display:block; }
#ppNcrTJ7JhJWLJvtnneog573JhyTgX3L { box-sizing:content-box;height:37.4375rem;width:19.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fdd094, #ffffff);background-image: -moz-linear-gradient(180deg, #fdd094, #ffffff);background-image: -ms-linear-gradient(180deg, #fdd094, #ffffff);background-image: -o-linear-gradient(180deg, #fdd094, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd094', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd094', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fdd094, #ffffff);background-size:auto !important;top:12.5625rem;left:51.25rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;display:block; }
#OE6wQHTID1hQyMiTXLwcz0ot0BsvQaT6 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.2) ;height:17.5625rem;width:17.5625rem;top:13.9375rem;left:52.4375rem;overflow:hidden;display:block; }
#ZOaoPDULovGX54SMA4iGweNXMCCmmLCh { color:#3f1e03;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15105;line-height:1.1;letter-spacing:0;top:32.5625rem;left:52.5rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ErUJXsPExhPdme4R5ZTs9ze6y84AlIBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15103;line-height:1.3;letter-spacing:0;top:37.5625rem;left:52.5rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LdGzB40wUgWwlZFFbBBwgDtPGg9aGdKA { background-color:#4f872a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.6875rem;text-decoration:none;z-index:15108;text-align:center;text-align-last:center;top:45.0625rem;left:52.5rem;display:block; }
#S1f1eT4aykUQoqcfuFqDQMmxCTG9vgTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WterDQAhB9aqqQumfy6HxwCy0UBMOJkM { box-sizing:content-box;height:37.25rem;width:19.8125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fddcc9, #ffffff);background-image: -moz-linear-gradient(180deg, #fddcc9, #ffffff);background-image: -ms-linear-gradient(180deg, #fddcc9, #ffffff);background-image: -o-linear-gradient(180deg, #fddcc9, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddcc9', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddcc9', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fddcc9, #ffffff);background-size:auto !important;top:12.5625rem;left:27.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;display:block; }
#Ve7F1aSSF1CUTTfmPvooCbkKKb1ehnFF { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.2) ;height:17.5625rem;width:17.5625rem;top:13.9375rem;left:28.6875rem;overflow:hidden;display:block; }
#sWl1yEKLI8p0iC7UULPm57qSy4QdpVsC { color:#3f1e03;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15110;line-height:1.1;letter-spacing:0;top:32.5625rem;left:28.75rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MD4ndTOouTiGGd8CC4tCIf0bJaW7rafn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15108;line-height:1.3;letter-spacing:0;top:37.5625rem;left:28.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l9hPhIwZ29BbOV0cKP2sxmnLObEuzGBE { background-color:#4f872a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.6875rem;text-decoration:none;z-index:15113;text-align:center;text-align-last:center;top:45.0625rem;left:28.75rem;display:block; }
#yEeiZzTyWXIp3fMbUGaUx4mUGCLhaFly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLDg7q0pJiaGRHpe5cryLi5FPEdu3O5E { box-sizing:content-box;height:37.25rem;width:19.8125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -o-linear-gradient(180deg, #ffe7c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe7c8, #ffffff);background-size:auto !important;top:53.8125rem;left:3.75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;display:block; }
#gaIWhmI2l6awBLQPpvRHHZZrSLVTmbWi { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.2) ;height:17.5625rem;width:17.5625rem;top:55.1875rem;left:4.9375rem;overflow:hidden;display:block; }
#zHzF1dzePUzsQoMa80SHd80oblFdAoTE { color:#3f1e03;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15115;line-height:1.1;letter-spacing:0;top:73.4375rem;left:5rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J7lvt2zVThcbFAGN1co36iZ4qulbc1XS { box-sizing:content-box;height:37.25rem;width:19.8125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fddcc9, #ffffff);background-image: -moz-linear-gradient(180deg, #fddcc9, #ffffff);background-image: -ms-linear-gradient(180deg, #fddcc9, #ffffff);background-image: -o-linear-gradient(180deg, #fddcc9, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddcc9', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddcc9', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fddcc9, #ffffff);background-size:auto !important;top:53.8125rem;left:27.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;display:block; }
#WNWtCsL4LSlCPKOP2IpEy0zMNEoRWC0g { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.2) ;height:17.5625rem;width:17.5625rem;top:55.1875rem;left:28.6875rem;overflow:hidden;display:block; }
#mHvFdeWJ360LC2pl3TSi0SByxcX3vGCk { color:#3f1e03;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15125;line-height:1.1;letter-spacing:0;top:73.8125rem;left:28.75rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iPO0Ag0crMOyltNKVlutpqWIcNOgBvJf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15113;line-height:1.3;letter-spacing:0;top:78.8125rem;left:5rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zMi0rofXhTDSCC0C8x31S7HAG7Zy21ur { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15123;line-height:1.3;letter-spacing:0;top:78.8125rem;left:28.75rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wurWEbtiDwBTILL05rIhpVKqyIFtn61l { box-sizing:content-box;height:37.4375rem;width:19.8125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fdd094, #ffffff);background-image: -moz-linear-gradient(180deg, #fdd094, #ffffff);background-image: -ms-linear-gradient(180deg, #fdd094, #ffffff);background-image: -o-linear-gradient(180deg, #fdd094, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd094', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd094', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fdd094, #ffffff);background-size:auto !important;top:53.8125rem;left:51.25rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;display:block; }
#I2C0lfhx7ITNE31wKTT0Gvtukfvdh6oQ { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.2) ;height:17.5625rem;width:17.5625rem;top:55.1875rem;left:52.4375rem;overflow:hidden;display:block; }
#CA7iGMPnwKOR7nad6P4wkFtsHT03NROL { color:#3f1e03;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15120;line-height:1.1;letter-spacing:0;top:74.46875rem;left:52.3125rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G3ei4VhWTvufkskfeUCkahbio740S26L { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15118;line-height:1.3;letter-spacing:0;top:78.8125rem;left:52.5rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GE3i1mutBcchQMvnT5APrGymowNiMkT2 { background-color:#4f872a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15118;text-align:center;text-align-last:center;top:86.3125rem;left:5rem;display:block; }
#PQQFQHtTdWlHHrDJefEifmb9SS3tfKZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M2J7uWi5sxcmCGD6dvdOrBLp4GytSMit { background-color:#4f872a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.6875rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:86.3125rem;left:52.5rem;display:block; }
#eL0eLPw5zmT6aA6hMnMc31D7zRAVvgkk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A5IISyxAkPkkuhMoTAbUl9EtLDtlNELP { background-color:#4f872a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.6875rem;text-decoration:none;z-index:15128;text-align:center;text-align-last:center;top:86.3125rem;left:28.75rem;display:block; }
#x4yW0RsHZJBMoMG38dpPfHkbzMB6tZbE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tMzrkWBT1w3rfOKOEtwevdNZNO9xSspO { box-sizing:content-box;height:37.25rem;width:19.8125rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -o-linear-gradient(180deg, #ffe7c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe7c8, #ffffff);background-size:auto !important;top:95.0625rem;left:3.75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;display:block; }
#pTlU7EOKZ4tLdcxTan7Ab95QimVppqeS { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.2) ;height:17.5625rem;width:17.5625rem;top:96.4375rem;left:4.9375rem;overflow:hidden;display:block; }
#TtgVQSfUuaPS9J4tBOBItJ0C7lfd1uif { box-sizing:content-box;height:37.25rem;width:19.8125rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fddcc9, #ffffff);background-image: -moz-linear-gradient(180deg, #fddcc9, #ffffff);background-image: -ms-linear-gradient(180deg, #fddcc9, #ffffff);background-image: -o-linear-gradient(180deg, #fddcc9, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddcc9', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddcc9', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fddcc9, #ffffff);background-size:auto !important;top:95.0625rem;left:27.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;display:block; }
#DIEAHAIOhbOCOlvmEAq8S8cRr4Hii51c { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.2) ;height:17.5625rem;width:17.5625rem;top:96.4375rem;left:28.6875rem;overflow:hidden;display:block; }
#eJ4ffUM5IlAp6IciDoDdkH80kmXm6i19 { color:#3f1e03;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15130;line-height:1.1;letter-spacing:0;top:114.6875rem;left:5rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xCdiToLbGIQc3UQ0a2NPICXi38QIH1DX { color:#3f1e03;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15140;line-height:1.1;letter-spacing:0;top:115.0625rem;left:28.75rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kLrVc3stIvQEQ4trvPoMTVHhHNHMb0Fc { box-sizing:content-box;height:37.4375rem;width:19.8125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fdd094, #ffffff);background-image: -moz-linear-gradient(180deg, #fdd094, #ffffff);background-image: -ms-linear-gradient(180deg, #fdd094, #ffffff);background-image: -o-linear-gradient(180deg, #fdd094, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd094', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd094', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fdd094, #ffffff);background-size:auto !important;top:95.0625rem;left:51.25rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;display:block; }
#NEdEvpFHHDtpasFWwfG0QKRaVgXePwsT { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.2) ;height:17.5625rem;width:17.5625rem;top:96.4375rem;left:52.4375rem;overflow:hidden;display:block; }
#enDn7VT2rWDJ8RGTlc3MoxAcsDXDldH7 { color:#3f1e03;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15135;line-height:1.1;letter-spacing:0;top:115.0625rem;left:52.5rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EZ8inGbyukmSm86rrzXrw2DpnM0CXFXR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15128;line-height:1.3;letter-spacing:0;top:120.0625rem;left:5rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rk7k3shHnVmTSZZxuhpizpyeSEhbnirX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15138;line-height:1.3;letter-spacing:0;top:120.0625rem;left:28.75rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vGRz0RpBUPvswsVgkLF1me8RLVMtGWod { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15133;line-height:1.3;letter-spacing:0;top:120.671875rem;left:52.3125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yLNeocO9WLHayr5ZByrZVQoi8L1DiJbg { background-color:#4f872a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15133;text-align:center;text-align-last:center;top:127.5625rem;left:5rem;display:block; }
#dZFdqqKuUyuT5Q9cco4Ehlwc1f9Cv3LU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAg07rUI2V79flWghNExq3RDbd99DHSO { background-color:#4f872a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.6875rem;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:127.5625rem;left:52.5rem;display:block; }
#GBQClenbyLaPruA9DwLksE6pUc63M6JV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UexmCiTWE3Nym8t9axkg9KirfgbSRTvE { background-color:#4f872a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.6875rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:127.5625rem;left:28.75rem;display:block; }
#uvezhvtm3eJrz97ULhXUzmHlLnA3olu8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eab1ny9t19RJIuakX3evirwToIfJBBXX { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:174.9375rem;left:23.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#IOVflaFAQNb3HwU6iQHOSSxSXX1vSqvW { position:absolute;display:block;z-index:15145;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:37.5rem;top:135.6875rem;left:18.75rem;overflow:hidden;display:block; }
#QJDhXII2LR2IRMmN2Qqeb9FcCwUFT0F7 { background-color:#4f872a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.6875rem;text-decoration:none;z-index:15140;text-align:center;text-align-last:center;top:157.1875rem;left:28.75rem;display:block; }
#TadFbmmnhr80DaTX7sydJlMtJp5Ti0cO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HMnCkeJalxKEbWB0miB2paSdM5NVnN1B { box-sizing:content-box;height:21.75rem;width:36.6875rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5f361e, #ffffff);background-image: -moz-linear-gradient(180deg, #5f361e, #ffffff);background-image: -ms-linear-gradient(180deg, #5f361e, #ffffff);background-image: -o-linear-gradient(180deg, #5f361e, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f361e', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f361e', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #5f361e, #ffffff);background-size:auto !important;top:140.375rem;left:19.0625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;display:block; }
#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8eecf;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; }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row .container { background-color: transparent; background-image: none; }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row .container > .video-iframe-container { display: none; }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row > .video-iframe-container { display: none; }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .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); }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row .container { border-width: 0; border-radius: 0; }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#UQSdnHpc4BTGcJVeETReZEOxV9MxIMzQ { color:#3f3f3f;display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:25.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLDpWiX1HbTECE5qRu1dgrcFTXTBGcc7 { color:#545454;display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0625rem;left:26.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP { display:block; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLg2ADIypehbxvaoTLJbUiLR4tvKAoOZ { top:20.5625rem;left:0rem;width:34.75rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTWNGDKQ1sLH5oNde3EnlhTTsvpp8coK { top:11.6875rem;left:0rem;width:33.625rem;height:7.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5SwL6QzRBE4Qw3xNifM8fTAiG73zCBR { top:0rem;left:22.6875rem;width:25rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRDVAOf3mlodD6sJk5hNMspWW27Tnxi7 { width:38.1875rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw { display:block; }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os3MTF7WXvvlbcoFrFBXcH6DJcaZTAzm { top:9.25rem;left:2.40625rem;width:42.9375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfMx6hlw0hnxkFiI5o6dp6h7GnoI3WaC { top:4.5rem;left:0.09375rem;width:47.5625rem;height:3.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz { display:none; }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZXKnxccC0oLsS8onVi9W0Hh0JOCSNwoz { top:3.25rem;left:5.625rem;width:34.75rem;height:3.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXy6hXnVDnhPmy6Tny5XU0XP0mbLW4r4 { top:12.5625rem;left:0rem;width:19.8125rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anzdpMv8pzDSuaOW1uwKr8zFz2RZMZaf { top:13.9375rem;left:0rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UVRubRnr7AF0mmEVrEcT0Ft34H68co { width:17.625rem;height:4.125rem;top:32.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVBdwCydaoFbbdBTHPUUmFTlS25tngbI { width:17.5625rem;height:6.0625rem;top:37.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVN2fVfC9qRdxSVPDscQ8lTQrwCNk0dE { width:17.5rem;height:3.625rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trKdxSOI5FTEJnv5y3Rgi4IBptrKVqad { display:block; }
 }@media only screen and (max-width: 763px) { #tpH9XBsZCycJdotlP1dixu49ezXnXDyq { top:7.0625rem;left:8rem;width:31.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppNcrTJ7JhJWLJvtnneog573JhyTgX3L { top:12.5625rem;left:27.8125rem;width:19.8125rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE6wQHTID1hQyMiTXLwcz0ot0BsvQaT6 { top:13.9375rem;left:30.1875rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOaoPDULovGX54SMA4iGweNXMCCmmLCh { width:18.25rem;height:4.125rem;top:32.5625rem;left:29.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErUJXsPExhPdme4R5ZTs9ze6y84AlIBQ { width:17.5625rem;height:6.0625rem;top:37.5625rem;left:30.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdGzB40wUgWwlZFFbBBwgDtPGg9aGdKA { width:17.5rem;height:3.6875rem;top:45.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1f1eT4aykUQoqcfuFqDQMmxCTG9vgTT { display:block; }
 }@media only screen and (max-width: 763px) { #WterDQAhB9aqqQumfy6HxwCy0UBMOJkM { top:12.5625rem;left:13.875rem;width:19.8125rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve7F1aSSF1CUTTfmPvooCbkKKb1ehnFF { top:13.9375rem;left:15.0625rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWl1yEKLI8p0iC7UULPm57qSy4QdpVsC { width:17.5625rem;height:4.125rem;top:32.5625rem;left:15.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD4ndTOouTiGGd8CC4tCIf0bJaW7rafn { width:17.5625rem;height:6.0625rem;top:37.5625rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9hPhIwZ29BbOV0cKP2sxmnLObEuzGBE { width:17.5rem;height:3.6875rem;top:45.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEeiZzTyWXIp3fMbUGaUx4mUGCLhaFly { display:block; }
 }@media only screen and (max-width: 763px) { #GLDg7q0pJiaGRHpe5cryLi5FPEdu3O5E { top:53.8125rem;left:0rem;width:19.8125rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaIWhmI2l6awBLQPpvRHHZZrSLVTmbWi { top:55.1875rem;left:0rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHzF1dzePUzsQoMa80SHd80oblFdAoTE { width:17.625rem;height:4.125rem;top:73.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7lvt2zVThcbFAGN1co36iZ4qulbc1XS { top:53.8125rem;left:13.875rem;width:19.8125rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNWtCsL4LSlCPKOP2IpEy0zMNEoRWC0g { top:55.1875rem;left:15.0625rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHvFdeWJ360LC2pl3TSi0SByxcX3vGCk { width:17.5625rem;height:4.125rem;top:73.8125rem;left:15.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPO0Ag0crMOyltNKVlutpqWIcNOgBvJf { width:17.5625rem;height:6.0625rem;top:78.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMi0rofXhTDSCC0C8x31S7HAG7Zy21ur { width:17.5625rem;height:6.0625rem;top:78.8125rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wurWEbtiDwBTILL05rIhpVKqyIFtn61l { top:53.8125rem;left:27.8125rem;width:19.8125rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2C0lfhx7ITNE31wKTT0Gvtukfvdh6oQ { top:55.1875rem;left:30.1875rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA7iGMPnwKOR7nad6P4wkFtsHT03NROL { width:18.25rem;height:4.125rem;top:74.4375rem;left:29.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ei4VhWTvufkskfeUCkahbio740S26L { width:17.5625rem;height:4.875rem;top:78.8125rem;left:30.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE3i1mutBcchQMvnT5APrGymowNiMkT2 { width:17.5rem;height:3.625rem;top:86.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQQFQHtTdWlHHrDJefEifmb9SS3tfKZf { display:block; }
 }@media only screen and (max-width: 763px) { #M2J7uWi5sxcmCGD6dvdOrBLp4GytSMit { width:17.5rem;height:3.6875rem;top:86.3125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL0eLPw5zmT6aA6hMnMc31D7zRAVvgkk { display:block; }
 }@media only screen and (max-width: 763px) { #A5IISyxAkPkkuhMoTAbUl9EtLDtlNELP { width:17.5rem;height:3.6875rem;top:86.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4yW0RsHZJBMoMG38dpPfHkbzMB6tZbE { display:block; }
 }@media only screen and (max-width: 763px) { #tMzrkWBT1w3rfOKOEtwevdNZNO9xSspO { top:95.0625rem;left:0rem;width:19.8125rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTlU7EOKZ4tLdcxTan7Ab95QimVppqeS { top:96.4375rem;left:0rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtgVQSfUuaPS9J4tBOBItJ0C7lfd1uif { top:95.0625rem;left:13.875rem;width:19.8125rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIEAHAIOhbOCOlvmEAq8S8cRr4Hii51c { top:96.4375rem;left:15.0625rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ4ffUM5IlAp6IciDoDdkH80kmXm6i19 { width:17.625rem;height:4.125rem;top:114.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCdiToLbGIQc3UQ0a2NPICXi38QIH1DX { width:17.5625rem;height:4.125rem;top:115.0625rem;left:15.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLrVc3stIvQEQ4trvPoMTVHhHNHMb0Fc { top:95.0625rem;left:27.8125rem;width:19.8125rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEdEvpFHHDtpasFWwfG0QKRaVgXePwsT { top:96.4375rem;left:30.1875rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enDn7VT2rWDJ8RGTlc3MoxAcsDXDldH7 { width:18.25rem;height:4.125rem;top:115.0625rem;left:29.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ8inGbyukmSm86rrzXrw2DpnM0CXFXR { width:17.5625rem;height:6.0625rem;top:120.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk7k3shHnVmTSZZxuhpizpyeSEhbnirX { width:17.5625rem;height:4.875rem;top:120.0625rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGRz0RpBUPvswsVgkLF1me8RLVMtGWod { width:17.5625rem;height:4.875rem;top:120.625rem;left:30.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLNeocO9WLHayr5ZByrZVQoi8L1DiJbg { width:17.5rem;height:3.625rem;top:127.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZFdqqKuUyuT5Q9cco4Ehlwc1f9Cv3LU { display:block; }
 }@media only screen and (max-width: 763px) { #CAg07rUI2V79flWghNExq3RDbd99DHSO { width:17.5rem;height:3.6875rem;top:127.5625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBQClenbyLaPruA9DwLksE6pUc63M6JV { display:block; }
 }@media only screen and (max-width: 763px) { #UexmCiTWE3Nym8t9axkg9KirfgbSRTvE { width:17.5rem;height:3.6875rem;top:127.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvezhvtm3eJrz97ULhXUzmHlLnA3olu8 { display:block; }
 }@media only screen and (max-width: 763px) { #eab1ny9t19RJIuakX3evirwToIfJBBXX { top:174.9375rem;left:9.625rem;width:28.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOVflaFAQNb3HwU6iQHOSSxSXX1vSqvW { top:135.6875rem;left:5.125rem;width:37.5rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJDhXII2LR2IRMmN2Qqeb9FcCwUFT0F7 { width:17.5rem;height:3.6875rem;top:157.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadFbmmnhr80DaTX7sydJlMtJp5Ti0cO { display:block; }
 }@media only screen and (max-width: 763px) { #HMnCkeJalxKEbWB0miB2paSdM5NVnN1B { top:140.375rem;left:5.4375rem;width:36.6875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a { display:block; }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQSdnHpc4BTGcJVeETReZEOxV9MxIMzQ { top:1.625rem;left:11.5rem;width:24.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLDpWiX1HbTECE5qRu1dgrcFTXTBGcc7 { top:3.0625rem;left:12.875rem;width:23.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#fff5ce;background-image:none;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); } }@media only screen and (max-width: 763px) { #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fdfffa, #fff2c7);background-image: -moz-linear-gradient(180deg, #fdfffa, #fff2c7);background-image: -ms-linear-gradient(180deg, #fdfffa, #fff2c7);background-image: -o-linear-gradient(180deg, #fdfffa, #fff2c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfffa', endColorstr='#fff2c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfffa', endColorstr='#fff2c7' );";background-image: linear-gradient(180deg, #fdfffa, #fff2c7);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { background-color: transparent; background-image: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container > .video-iframe-container { display: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container { display: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .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); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { border-width: 0; border-radius: 0; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLg2ADIypehbxvaoTLJbUiLR4tvKAoOZ { width:20rem;height:3.41015625rem;top:11.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTWNGDKQ1sLH5oNde3EnlhTTsvpp8coK { width:20rem;height:4.6875rem;top:5.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5SwL6QzRBE4Qw3xNifM8fTAiG73zCBR { width:16rem;height:20rem;top:40.4375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TRDVAOf3mlodD6sJk5hNMspWW27Tnxi7 { top:13.8125rem;left:1.125rem;width:17.75rem;height:22.3125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw { background-color:#fff5ce;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row .container { background-color: transparent; background-image: none; }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row .container > .video-iframe-container { display: none; }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row > .video-iframe-container { display: none; }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .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); }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row .container { border-width: 0; border-radius: 0; }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWNQ689MUDNiOTPWE77BgaBVsdceg0Dw > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os3MTF7WXvvlbcoFrFBXcH6DJcaZTAzm { width:20rem;height:23.39641875rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfMx6hlw0hnxkFiI5o6dp6h7GnoI3WaC { width:20rem;height:5.0371125rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz { background-color:#fff5ce;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row .container { background-color: transparent; background-image: none; }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row .container > .video-iframe-container { display: none; }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row > .video-iframe-container { display: none; }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .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); }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row .container { border-width: 0; border-radius: 0; }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zg7r3tPUG7DnBPaoT4Cwkb2zwV7kGBwz > .row .container { width:20rem;height:382.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXKnxccC0oLsS8onVi9W0Hh0JOCSNwoz { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXy6hXnVDnhPmy6Tny5XU0XP0mbLW4r4 { width:19.875rem;height:37.375rem;top:7.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -o-linear-gradient(180deg, #ffe7c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe7c8, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #anzdpMv8pzDSuaOW1uwKr8zFz2RZMZaf { width:17.5rem;height:17.5rem;top:8.625rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UVRubRnr7AF0mmEVrEcT0Ft34H68co { width:18.25rem;height:4.875rem;top:27.375rem;left:1.25rem;font-size:1.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UVBdwCydaoFbbdBTHPUUmFTlS25tngbI { width:16.75rem;height:6.12305rem;top:32.375rem;left:1.25rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rVN2fVfC9qRdxSVPDscQ8lTQrwCNk0dE { width:17.5rem;height:3.6875rem;top:39.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trKdxSOI5FTEJnv5y3Rgi4IBptrKVqad { display:block; }
 }@media only screen and (max-width: 763px) { #tpH9XBsZCycJdotlP1dixu49ezXnXDyq { width:20rem;height:2.4375rem;top:3.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppNcrTJ7JhJWLJvtnneog573JhyTgX3L { width:19.8125rem;height:37.4375rem;top:84.75rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -o-linear-gradient(180deg, #ffe7c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe7c8, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OE6wQHTID1hQyMiTXLwcz0ot0BsvQaT6 { width:17.5625rem;height:17.5625rem;top:86.125rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOaoPDULovGX54SMA4iGweNXMCCmmLCh { width:18.25rem;height:4.875rem;top:104.75rem;left:1.3125rem;font-size:1.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ErUJXsPExhPdme4R5ZTs9ze6y84AlIBQ { width:17.5625rem;height:6.12305rem;top:109.75rem;left:1.3125rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LdGzB40wUgWwlZFFbBBwgDtPGg9aGdKA { width:17.5rem;height:3.6875rem;top:117.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1f1eT4aykUQoqcfuFqDQMmxCTG9vgTT { display:block; }
 }@media only screen and (max-width: 763px) { #WterDQAhB9aqqQumfy6HxwCy0UBMOJkM { width:19.8125rem;height:37.25rem;top:46.125rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -o-linear-gradient(180deg, #ffe7c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe7c8, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ve7F1aSSF1CUTTfmPvooCbkKKb1ehnFF { width:17.5625rem;height:17.5625rem;top:47.5rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWl1yEKLI8p0iC7UULPm57qSy4QdpVsC { width:17.5625rem;height:4.875rem;top:66.125rem;left:1.3125rem;font-size:1.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MD4ndTOouTiGGd8CC4tCIf0bJaW7rafn { width:17.5625rem;height:6.12305rem;top:71.125rem;left:1.3125rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l9hPhIwZ29BbOV0cKP2sxmnLObEuzGBE { width:17.5rem;height:3.6875rem;top:78.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEeiZzTyWXIp3fMbUGaUx4mUGCLhaFly { display:block; }
 }@media only screen and (max-width: 763px) { #GLDg7q0pJiaGRHpe5cryLi5FPEdu3O5E { width:19.8125rem;height:37.25rem;top:123.5625rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -o-linear-gradient(180deg, #ffe7c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe7c8, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gaIWhmI2l6awBLQPpvRHHZZrSLVTmbWi { width:17.5625rem;height:17.5625rem;top:124.9375rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHzF1dzePUzsQoMa80SHd80oblFdAoTE { width:17.625rem;height:4.875rem;top:143.6875rem;left:1.3125rem;font-size:1.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J7lvt2zVThcbFAGN1co36iZ4qulbc1XS { width:19.8125rem;height:37.25rem;top:162.1875rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -o-linear-gradient(180deg, #ffe7c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe7c8, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WNWtCsL4LSlCPKOP2IpEy0zMNEoRWC0g { width:17.5625rem;height:17.5625rem;top:163.5625rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHvFdeWJ360LC2pl3TSi0SByxcX3vGCk { width:17.5625rem;height:4.875rem;top:182.1875rem;left:1.3125rem;font-size:1.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iPO0Ag0crMOyltNKVlutpqWIcNOgBvJf { width:17.5625rem;height:4.8984375rem;top:148.8125rem;left:1.3125rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zMi0rofXhTDSCC0C8x31S7HAG7Zy21ur { width:17.5625rem;height:6.12305rem;top:187.1875rem;left:1.3125rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wurWEbtiDwBTILL05rIhpVKqyIFtn61l { width:19.8125rem;height:37.4375rem;top:200.8125rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -o-linear-gradient(180deg, #ffe7c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe7c8, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #I2C0lfhx7ITNE31wKTT0Gvtukfvdh6oQ { width:17.5625rem;height:17.5625rem;top:202.1875rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA7iGMPnwKOR7nad6P4wkFtsHT03NROL { width:18.25rem;height:4.7109375rem;top:221.25rem;left:1.3125rem;font-size:1.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G3ei4VhWTvufkskfeUCkahbio740S26L { width:17.5625rem;height:4.8984375rem;top:226.5625rem;left:1.25rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GE3i1mutBcchQMvnT5APrGymowNiMkT2 { width:17.5rem;height:3.625rem;top:156.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQQFQHtTdWlHHrDJefEifmb9SS3tfKZf { display:block; }
 }@media only screen and (max-width: 763px) { #M2J7uWi5sxcmCGD6dvdOrBLp4GytSMit { width:17.5rem;height:3.6875rem;top:233.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL0eLPw5zmT6aA6hMnMc31D7zRAVvgkk { display:block; }
 }@media only screen and (max-width: 763px) { #A5IISyxAkPkkuhMoTAbUl9EtLDtlNELP { width:17.5rem;height:3.6875rem;top:194.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4yW0RsHZJBMoMG38dpPfHkbzMB6tZbE { display:block; }
 }@media only screen and (max-width: 763px) { #tMzrkWBT1w3rfOKOEtwevdNZNO9xSspO { width:19.8125rem;height:37.25rem;top:239.625rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -o-linear-gradient(180deg, #ffe7c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe7c8, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pTlU7EOKZ4tLdcxTan7Ab95QimVppqeS { width:17.5625rem;height:17.5625rem;top:241rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtgVQSfUuaPS9J4tBOBItJ0C7lfd1uif { width:19.8125rem;height:37.25rem;top:278.25rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -o-linear-gradient(180deg, #ffe7c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe7c8, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DIEAHAIOhbOCOlvmEAq8S8cRr4Hii51c { width:17.5625rem;height:17.5625rem;top:279.625rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ4ffUM5IlAp6IciDoDdkH80kmXm6i19 { width:17.625rem;height:4.875rem;top:259.25rem;left:1.3125rem;font-size:1.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xCdiToLbGIQc3UQ0a2NPICXi38QIH1DX { width:17.5625rem;height:4.875rem;top:298.25rem;left:1.3125rem;font-size:1.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kLrVc3stIvQEQ4trvPoMTVHhHNHMb0Fc { width:19.8125rem;height:37.4375rem;top:316.875rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -moz-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -ms-linear-gradient(180deg, #ffe7c8, #ffffff);background-image: -o-linear-gradient(180deg, #ffe7c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7c8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffe7c8, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NEdEvpFHHDtpasFWwfG0QKRaVgXePwsT { width:17.5625rem;height:17.5625rem;top:318.25rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enDn7VT2rWDJ8RGTlc3MoxAcsDXDldH7 { width:18.25rem;height:4.875rem;top:336.875rem;left:1.3125rem;font-size:1.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EZ8inGbyukmSm86rrzXrw2DpnM0CXFXR { width:17.5625rem;height:6.12305rem;top:264.625rem;left:1.3125rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rk7k3shHnVmTSZZxuhpizpyeSEhbnirX { width:17.5625rem;height:3.673825rem;top:303.25rem;left:1.3125rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vGRz0RpBUPvswsVgkLF1me8RLVMtGWod { width:17.5625rem;height:4.8984375rem;top:341.875rem;left:1.3125rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yLNeocO9WLHayr5ZByrZVQoi8L1DiJbg { width:17.5rem;height:3.625rem;top:272.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZFdqqKuUyuT5Q9cco4Ehlwc1f9Cv3LU { display:block; }
 }@media only screen and (max-width: 763px) { #CAg07rUI2V79flWghNExq3RDbd99DHSO { width:17.5rem;height:3.6875rem;top:349.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBQClenbyLaPruA9DwLksE6pUc63M6JV { display:block; }
 }@media only screen and (max-width: 763px) { #UexmCiTWE3Nym8t9axkg9KirfgbSRTvE { width:17.5rem;height:3.6875rem;top:310.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvezhvtm3eJrz97ULhXUzmHlLnA3olu8 { display:block; }
 }@media only screen and (max-width: 763px) { #eab1ny9t19RJIuakX3evirwToIfJBBXX { width:20rem;height:2.5996125rem;top:378.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOVflaFAQNb3HwU6iQHOSSxSXX1vSqvW { width:20rem;height:11.0625rem;top:355.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJDhXII2LR2IRMmN2Qqeb9FcCwUFT0F7 { width:17.5rem;height:3.6875rem;top:369.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadFbmmnhr80DaTX7sydJlMtJp5Ti0cO { display:block; }
 }@media only screen and (max-width: 763px) { #HMnCkeJalxKEbWB0miB2paSdM5NVnN1B { width:19.875rem;height:17.25rem;top:357.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a0733e, #ffffff);background-image: -moz-linear-gradient(180deg, #a0733e, #ffffff);background-image: -ms-linear-gradient(180deg, #a0733e, #ffffff);background-image: -o-linear-gradient(180deg, #a0733e, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0733e', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0733e', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #a0733e, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a { background-color:#f6eec8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row .container { background-color: transparent; background-image: none; }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row .container > .video-iframe-container { display: none; }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row > .video-iframe-container { display: none; }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .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); }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row .container { border-width: 0; border-radius: 0; }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T26e4klUZTLrRnZ3eKSHQsCdmoiSls6a > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQSdnHpc4BTGcJVeETReZEOxV9MxIMzQ { width:20rem;height:1.29980625rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLDpWiX1HbTECE5qRu1dgrcFTXTBGcc7 { width:20rem;height:2.5996125rem;top:3.79980625rem;left:0rem;font-size:1rem;display:block; }
 }