.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:255,250,241;--color-primary-1:255,239,209;--color-primary-2:255,223,162;--color-primary-3:128,112,81;--color-primary-4:38,33,24;--color-secondary-0:254,245,233;--color-secondary-1:252,221,181;--color-secondary-2:249,186,106;--color-secondary-3:125,93,53;--color-secondary-4:37,28,16;--color-tertiary-0:255,255,255;--color-tertiary-1:182,181,179;--color-tertiary-2:12,7,3;--color-tertiary-3:6,4,2;--color-tertiary-4:1,1,0;--headlines-font-family:"Barlow Condensed";--paragraphs-font-family:"Josefin Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#26120d;background-image:url("https://images.assets-landingi.com/uc/904ec71d-9afd-4e1a-85fb-7bc40d6a7ccf/foto_hero.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#Pkb6IzomMBFLNqqeOh0b9IoTENmdBVqk { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #Pkb6IzomMBFLNqqeOh0b9IoTENmdBVqk > .row .container { position:relative;display:none; }#dmKoCHThxXBFZ1mHmXoVqpTfgt4Q1zr4 { position:relative;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #dmKoCHThxXBFZ1mHmXoVqpTfgt4Q1zr4 > .row .container { position:relative;display:none; }#JLAdFTdhrmleIw6t9Df9LW579hr1yeP3 { position:relative;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #JLAdFTdhrmleIw6t9Df9LW579hr1yeP3 > .row .container { position:relative;display:none; }#OzAhvPivTELKswNGh92uGMsownRkIoiO { position:relative;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #OzAhvPivTELKswNGh92uGMsownRkIoiO > .row .container { position:relative;display:none; }#MdgdsZExV3FkGcSbxTxUB22D0wltFARJ { position:relative;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #MdgdsZExV3FkGcSbxTxUB22D0wltFARJ > .row .container { position:relative;display:block; }#qfOePZOH0OJmtV0h0aVRVITnOWRvD9Kq { position:relative;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #qfOePZOH0OJmtV0h0aVRVITnOWRvD9Kq > .row .container { position:relative;display:block; }#M4llizGGNDMrlVfTr5RsVsww48pD6GZR { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #M4llizGGNDMrlVfTr5RsVsww48pD6GZR > .row .container { position:relative;display:block; }#DZ25Q7uVBgRPIynsAc0MGtTbfT5W08R6 { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #DZ25Q7uVBgRPIynsAc0MGtTbfT5W08R6 > .row .container { position:relative;display:block; }#WSeqJndTLwDrLGwgCMEsE0DfuKwsOsOJ { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #WSeqJndTLwDrLGwgCMEsE0DfuKwsOsOJ > .row .container { position:relative;display:block; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da522e7d-63d0-4afe-9d85-2101e6c6c450/kobiety_Weekly1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C.adaptive-delivery-prevent-bg, #yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C.lazyload, #yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C.lazyloading { background-image: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { background-color: transparent; background-image: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container > .video-iframe-container { display: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row > .video-iframe-container { display: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .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); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { border-width: 0; border-radius: 0; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#gMxow5bsyH8JLd2rVr4HOLWo9sX2rV8N { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:46.9375rem;top:34.1875rem;left:22.3125rem;overflow:hidden;display:block; }
#dVIQSdPrqOsT6VZ01TdubqwHoDxK8K9k { position:absolute;display:block;z-index:15006;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:6.75rem;width:20.625rem;top:40.21875rem;left:0rem;overflow:hidden;display:block; }
#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#87140f;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; }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row .container { background-color: transparent; background-image: none; }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row .container > .video-iframe-container { display: none; }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row > .video-iframe-container { display: none; }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .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); }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row .container { border-width: 0; border-radius: 0; }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:block; }#VRART9PiS5X85J4lQRC8447METK7TB3P { position:absolute;display:block;z-index:14999;height:3.75rem;width:38.75rem;top:50.8125rem;left:19.125rem;display:block; }
#nfyvh63ErDCuHsIvyb9fTJOJPOb4xt85 { position:absolute;display:block;z-index:14998;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:52.8125rem;width:62.0625rem;top:3.1875rem;left:6.46875rem;overflow:hidden;display:block; }
#shPDPAePT4UFo8capqGbX4qapZP0VBhP { 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:8.1875rem;width:54.875rem;top:46.4375rem;left:8.28125rem;overflow:hidden;display:block; }
#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#87140f;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; }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row .container { background-color: transparent; background-image: none; }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row .container > .video-iframe-container { display: none; }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row > .video-iframe-container { display: none; }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .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); }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row .container { border-width: 0; border-radius: 0; }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#FWhAumUeiTvCgOI3kfPo01iM7kECvQg0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.499875rem;width:11.875rem;top:2.0625rem;left:23.25rem;overflow:hidden;display:block; }
#khxrqTmRsaBo4fxTbhfKsNNzWtcTCQc5 { 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:12.5rem;width:12.1875rem;top:0rem;left:5.625rem;overflow:hidden;display:block; }
#aZtILoBoSl4Mw38i04dzAGcVr3Kluq73 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.93675rem;width:12.1875rem;top:2.8427734375rem;left:39.6875rem;overflow:hidden;display:block; }
#z9JrKc9dvWI1n0JhBAo8z88lSvK3MCzZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.498875rem;width:12.1875rem;top:3.1005859375rem;left:57.216796875rem;overflow:hidden;display:block; }
#xJFAMvexaqABodO2PqeRgRQof06uBZIm { color:#f1d3a6;display:block;width:11.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:13.4375rem;left:23.5625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BERG6nomtqw2kJMpdZKMKKa6zbm7vQwb { color:#f1d3a6;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:13.4375rem;left:40.625rem;height:3rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rRFGVfkQEcDWVxxdmTw4sUJAqxpafNCJ { color:#f1d3a6;display:block;width:11.1236875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:13.4375rem;left:57.75rem;height:3rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qG30K0AEFlbbT7DVs88xRdoIKJViObAh { box-sizing:content-box;height:14.8125rem;width:14.4375rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:2.8115234375rem;left:21.3740234375rem;display:block; }
#SUH5yOqTSZLf2TFwPySAJkEdF5wrEun9 { box-sizing:content-box;height:17rem;width:14.875rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:1.0615234375rem;left:4.2490234375rem;display:block; }
#T7saBpf3bEEVXUZPEDMQcIrrW6a2b6Gt { box-sizing:content-box;height:16.4361875rem;width:15.3735625rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:2.4375rem;left:38.09375rem;display:block; }
#VtQCnyqWJlAZxgd39ZfvwT8LW9F13CFf { box-sizing:content-box;height:16.6235625rem;width:15.3735625rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:2.34375rem;left:55.6865234375rem;display:block; }
#L3mmQF4su0ILzamCob3ADJg1etEiMrIp { color:#f1d3a6;display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:13.4375rem;left:6.875rem;height:3rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#b31TJfcK2NHJC9q1PWUBISRF5ttHQVRe { position:absolute;display:block;z-index:14989;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:15.499875rem;width:15.499875rem;top:2.8125rem;left:3.9375rem;overflow:hidden;display:block; }
#SI1I9RniClCoytVHNTd6PXWUkqfiCJ8w { position:absolute;display:block;z-index:15005;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:15.5rem;width:15.5rem;top:2.8125rem;left:20.875rem;overflow:hidden;display:block; }
#ULJJyf5BpuOyrXzGa3HoTchupgLtvkMy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.499875rem;width:15.499875rem;top:2.8125rem;left:38rem;overflow:hidden;display:block; }
#AcRLsJbbE7M8T1UuREtsAhoPQqHGfe8T { position:absolute;display:block;z-index:15007;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:15.49925rem;width:15.49925rem;top:2.8125rem;left:55.625rem;overflow:hidden;display:block; }
#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,211,166,0.9);background-image:url("https://images.assets-landingi.com/uc/37579c4c-381f-4710-9934-c3b5653d257d/gora.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC.adaptive-delivery-prevent-bg, #C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC.lazyload, #C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC.lazyloading { background-image: none; }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row .container { background-color: transparent; background-image: none; }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row .container > .video-iframe-container { display: none; }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row > .video-iframe-container { display: none; }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .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); }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row .container { border-width: 0; border-radius: 0; }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,211,166,0.9);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; }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row .container { background-color: transparent; background-image: none; }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row .container > .video-iframe-container { display: none; }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row > .video-iframe-container { display: none; }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .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); }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row .container { border-width: 0; border-radius: 0; }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#TBmO9h6fURLvpKqWJ6fvgnynE3y3On8i { color:#a30d0d;display:block;width:49.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:0.762939453125rem;left:12.529907226562rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6e5', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6e5', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container { background-color: transparent; background-image: none; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container > .video-iframe-container { display: none; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row > .video-iframe-container { display: none; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .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); }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container { border-width: 0; border-radius: 0; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#Eh2kU7qhNpmDmfHoDkc8wkICLaye4tx8 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19.0625rem;top:2.3125rem;left:4.4375rem;overflow:hidden;display:block; }
#pJ9FyV3s8dinIaVCKJnwIS0x3zN3gWpx { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:2.1125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r4CqZFEQu5bE0HPkkoJDBVwrby4fTGGt { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J0TN4U9CGu7ndJVLMCBWiw847t8zOfMm { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#gutkRaoR58ZwdlOcUui1ytuCEpfykVRO { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#AnIMZOepGJZ67DPq7xWsEfLDCHibF2C8 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#oFWZs9JgT1nayFRgfuee7naksKiwWkrb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#sKDwg1AqqMIHQXgfVszg0fQ27GXTThnw { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KR8uK6NBNSiTFPIcB3GFggKo0NIyIgGa { position:absolute;display:block;z-index:15004;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:16.12425rem;width:16.12425rem;top:3.75rem;left:29.375rem;overflow:hidden;display:block; }
#ZUZZq3FJs0Zr0GQO6r4yTOL0uxFGd1Kw { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:2.1125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#am5tyQbp8Pu196KQvSq77x4D7fTTKx75 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfXpMWO7UyV4hlITIWadvSTKFJCLdZ4m { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#TVW96utDosKWSTJ9i2tLzsV5OSiAGnGI { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#wRsRzB4BrAKrrm1nEkSkAM6Le6AHzZb2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#iZl0C3CJHp3ZoIcGZTHbV28v2cIXmmyg { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wf6GLg5TH2qc6y3v93TtgwWXgut4eCdq { position:absolute;display:block;z-index:15012;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:16.1236875rem;width:16.1236875rem;top:3.7811279296875rem;left:53.624877929688rem;overflow:hidden;display:block; }
#zkpgUvU1dv9pb7KiaeNrcD4X67izrQTu { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:2.1125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aT3NlWFybdGwsQS010fB8zxpe8a3qRt2 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VezgEFMpXxQKeIeHlwW1dQ16MT9GZ9IG { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#eTc6OXiP6Nvelr6LwschqNTU0rGLCmJv { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#wMCsab1vRM5TtNltB5fuiuJ3e0LIi82A { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#T3qJKJzEmo06tPEsvxFt8ObrKln6b9bW { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TMfyICAp0a68QilwwHV48nQP4JJr7z4y { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.3197937011719rem;left:26.382293701172rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZxskW8TswMSEf56bX7XFEGU3mNupWASp { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row .container { background-color: transparent; background-image: none; }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row .container > .video-iframe-container { display: none; }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row > .video-iframe-container { display: none; }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .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); }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row .container { border-width: 0; border-radius: 0; }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#qM4JAf7uGX8GKVEtVVow98yb5kdJLQ3n { position:absolute;display:block;z-index:14996;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:16.93725rem;width:16.93725rem;top:3.310546875rem;left:5.2484130859375rem;overflow:hidden;display:block; }
#Gl04crztmwKh4GJNgwPWrrhkq8wpAwZS { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:2.1125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q7cZoMKpnqn2U7Cz6HCS2rDFGrqf5kWT { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8O1AnKOTTQuDETLXUumbCsOBT38fF3E { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#sR53lmiVcqkRDeqIONuKTTNHICTv0r83 { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IUTSWrKOUXqi5IUensozHN4EGWvfy4BF { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#TyBppVaFuqlQ2xlTsclRFly4ikbohIDg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#zg1xhqkEJlegxTDSqgHlBDJdK6B3GksZ { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RRy3Sy3GOWEa4IZVuG03ncEG08JpOQQe { position:absolute;display:block;z-index:15004;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:16.0625rem;width:16.0625rem;top:3.75rem;left:29.375rem;overflow:hidden;display:block; }
#TCePLF1bSt9Rr1iggXFehgc5ZT2hiFVr { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CmL0Af6BnwZKmDpw42avDyyXoxiaKygH { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTQpHefbbKAcbCHak7akOJ8mJZO1U0U4 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#eDOUsHDECtnfkcUKNcgEDWcCk913BVaE { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#aqh4zX7GZRNN9TEZb4gZn0HzxssxKWTI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#rzBARz7DFWtEaE8iIlcm3kxCIUNc0rsn { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ySZWlE0TOMtBnJftukSwfkmaaKOVbAks { position:absolute;display:block;z-index:15012;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:17.0625rem;width:17.0625rem;top:3.4061279296875rem;left:52.749877929688rem;overflow:hidden;display:block; }
#JtA58FBwWkCE6WTxkDD72Xl4LiquwJJg { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W613ggLH8anr9tCXlZ10is1b4nVecHA8 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EufAstlOaTsEecA2BoMmrmFezzaNmPsK { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#pCU4AqmztaRGp6Uboeb0OmsiEvpMNHdy { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#ILxW790RLiDRG97NqXu6SaQxvtJ89VTC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#bdiMopAO8KKsScm7s1QzTHEE1XH6xsMJ { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#GWKfwUMcgwsdmz9KAQaZT2CR5ei8hUdA { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JFoarCg9ULqU5ZlNxuc6i6zfZ0slx7Fu { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row .container { background-color: transparent; background-image: none; }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row .container > .video-iframe-container { display: none; }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row > .video-iframe-container { display: none; }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .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); }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row .container { border-width: 0; border-radius: 0; }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#QZ7B9M85dPMgZqWUWty1t7RgseTf85TM { position:absolute;display:block;z-index:14996;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:16.875rem;width:16.875rem;top:3.30810546875rem;left:5.28076171875rem;overflow:hidden;display:block; }
#G9EJOKLwGuVrsn3wwq4z1hwnNDKFEnRC { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EsIxSvxZnLHAZX4BaaW6SgXWmfyQEK8B { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qka7uMKZN5mZS4t2FtgaLJBRU8Vliyh8 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#dB5QddTIFLZXbhltnhrMK32Ra3ZFrvnK { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DkN6taVD5kXuWwk7zGuT8mAkFTfZLndb { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#MU43M8Nvl6i6OqUyQzptmkk5mvsv8O9l { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#i05DuNS0kUS0viTZK92XWfIpbqgEmW3N { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UmaATy4t1svMEMd2b0ntfkdSIAGL5afs { position:absolute;display:block;z-index:15004;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:17.062375rem;width:17.062375rem;top:3.21533203125rem;left:28.96728515625rem;overflow:hidden;display:block; }
#wvdJqpVDn0J7zmZRH4ullt7NOACgSLHk { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:2.1125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pLDnw8DDE5rc6mNug30TB6oBfyxViiBe { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#czBXmuo2DaIF77rGvbFBtu5M1UPuwmnU { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#ZDy4Gp4gOFJTwnEWeHBMLMkoItOnnh5J { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#EXeM8JG4344uKWcprEZN998annRlAfxD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#B4p7Oc0PdPBXrGU2bZGbNmdsn4kMNdxW { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#SNimyefgq1nd15kOkHiN3sUSgUEuHGZD { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pet4N2kkQT4EO5IT1QysCi33LdsKsb6m { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.2124996185302rem;left:50.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kMRk2FXcHKgoWxNm56bZwZKzA85Lpi5R { position:absolute;display:block;z-index:15005;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:17.0625rem;width:11.375rem;top:3.2145833969116rem;left:55.412498474121rem;overflow:hidden;display:block; }
#rU8bFXseG2sWGNGmOmXG0RFAo1rII39C { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.912498474121rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IAWgsUABED9CAn3WAnMSKA9l4Li64Xag { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15008;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#Gpfdpt3hZTIr57Jvl3PRC5cVDpmZCH7s { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#g3osVKUom6fyrNDqSSdokXgTpCIkZP8c { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:20.875rem;left:60.162498474121rem; }
#ExxifwxEdKFoNRQng4DS05uL4Fughi8n { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.631248474121rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aFRRTlrQ0xrU6QDcheUAXRk7I6uKTVaV { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.599998474121rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,211,166,0.9);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; }#Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW > .row .container { background-color: transparent; background-image: none; }#Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW > .row .container > .video-iframe-container { display: none; }#Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW > .row > .video-iframe-container { display: none; }#Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW > .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); }#Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW > .row .container { border-width: 0; border-radius: 0; }#Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#LqA5Nd9LrzDDn2n7wAUl7BPTq1cLuVCo { color:#a30d0d;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:0.71875rem;left:11.8125rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6e5', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6e5', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row .container { background-color: transparent; background-image: none; }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row .container > .video-iframe-container { display: none; }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row > .video-iframe-container { display: none; }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .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); }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row .container { border-width: 0; border-radius: 0; }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#ctX97fh7WWCAsXMIJmXEGtfArwkPUFZN { position:absolute;display:block;z-index:14996;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:16.875rem;width:16.875rem;top:3.3087158203125rem;left:5.28076171875rem;overflow:hidden;display:block; }
#VBOIHVAzOeFAtJMQ2WZrllxqOg755I5u { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JIA0o3Qk5h3goeV5LyzHIh28O1umJ4yG { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yvTTD10aOOWZ9Bcr4ZoCSGTF7vM5S3AI { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#a1eXExKdSOy8AJ03knQxUJFN3T30dPXI { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TBSfNe8aWgHmcmPfBXa65x1sQk6gINWB { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#M7Tgiy3Bz1v5e4lay33Jud6ewxKaKLeP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#XPk45ZCFpIoxpGxXTs59BKEfcZ5yAzez { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Nm8mxgII6BU7MnggT2FcqRw0C4OiXxCX { position:absolute;display:block;z-index:15004;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:16.3745rem;width:16.3745rem;top:3.5595703125rem;left:29.3115234375rem;overflow:hidden;display:block; }
#wZ1gTG4mPT6947RLzq4odKHGhEhZdo1T { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BiQoKPr3ZHTSpgrFqMfk5wx7petPxTQQ { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wOi9zLysmhmbBLunD3W5oyKyveNzWlUM { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#vKtFKT5pIdcONRBlg5WNTBZNGyvwB9Jh { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#pD8C6BiZcwxMZycW4O4wV6NM3NWVcvpy { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#ZLhasNDiVEeJkuX00gH4Ma6w0rF0EgLF { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OKCmZeIDA0eieD2lUd84KtTEEsbuq9Aw { position:absolute;display:block;z-index:15012;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:17rem;width:17rem;top:3.2470703125rem;left:52.8125rem;overflow:hidden;display:block; }
#eGLxh13b5c2eLkS6a1IDbR3pR70zc5Zn { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m3fRRPft9DFJV5Fyhc2sCupB5Cetk1cx { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oIzfVWJNdMyTa7XgILrOd6BStENQwMHe { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#gbtJ5MGKLvVTBoCks0BTrSHJ5Uhclcqo { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#qh6WT3FGbC1OXqTq57tuswkmDaNslys8 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#E4otdK2JagGiPg3iph6zMok8C3AE4aTi { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BmDnXqyO3hQsLuO08gBHcoCu2ZXQCvMT { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#dKdaDThbiXQkZvfZHAsFwJUtCIeTEZcd { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row .container { background-color: transparent; background-image: none; }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row .container > .video-iframe-container { display: none; }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row > .video-iframe-container { display: none; }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .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); }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row .container { border-width: 0; border-radius: 0; }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#r5ZXpFFhLno2xT5tZIXwXsqF7prO1Wcx { position:absolute;display:block;z-index:14996;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:16.812125rem;width:16.812125rem;top:3.3349609375rem;left:5.3118896484375rem;overflow:hidden;display:block; }
#f5viwtK9ErkQXsccFHkmFcwoqRmkTSpW { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XhTz2ISkltcTqVRu5r5a0yaEwdWsIPx9 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gos5BKV9Kb60Hsgy8wnRgzXv28wPVpB9 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#xR1UJbh832ahOGaObhx08p0RnmeaaOIv { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#oafZaFwu4mE6tiCPDxUMe9mTS0PyO6bB { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#zQpAzNHyclH7X8LonVDFBBRAqDtAxa3W { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#NdvcUBm1oO9rqBS8ZbsvH9tiDOuJWDv9 { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eMBq4qw4Lbfy31tNMEMhbdPaBTWuOBbF { position:absolute;display:block;z-index:15004;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:17.687375rem;width:17.687375rem;top:2.89794921875rem;left:28.656005859375rem;overflow:hidden;display:block; }
#T0nH7CPHTbxST716IX8xMUQk77rTW6pl { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:2.1125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TUp64r8bw4UnssEDP8Pbin0VzA6zEFXw { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WMM4ZhqVHhlBZWJWLW8SxK4lo9f63f0N { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#J2EAQIehv6K30vu6QMSHhrb4stgPLwcB { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#QFQFWoaQETciFbd4GJlMCk2s3efJgZNC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#qdzuUhEfe2AaqC6ZtGUcGPGPFL6dtuVJ { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mynsyV6aye1idfnsQ2D0rZO6E1N9FdZm { position:absolute;display:block;z-index:15012;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:16.9375rem;width:15.375rem;top:3.2729167938233rem;left:53.625rem;overflow:hidden;display:block; }
#zhAR4XVETBkAkc2yBxh5Dwg5UdFLvvLt { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CsT2X9BPsBSlshPTs6HCd0h7oMyM0uhf { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ze1ci0ORz1Zro1T7RLhBwfOM6Q1zt5oF { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#hDlMazIWOqgLzA1Bn9MBHduF4EaZl1ge { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#RPaQb5TgvXlRh1lhHrcKZcAECT7f48MO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#f4zP3oGa3ZWy4KG6UvK3RCWQJMVwFXez { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#AfgbZOa1MV9u1KqHTh7QOzHZsWmOlBGC { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KMWJArxLxGxGyTKNP1zBecwdAJB8OQau { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tm36hFmeln7oeumET4LATLTfHLrDTyEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row .container { background-color: transparent; background-image: none; }#tm36hFmeln7oeumET4LATLTfHLrDTyEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row .container > .video-iframe-container { display: none; }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row > .video-iframe-container { display: none; }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .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); }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row .container { border-width: 0; border-radius: 0; }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#mPQkNNypUJgW0NPSVF1THNJc86DL1a6S { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.8125rem;top:2.9635419845581rem;left:4.5625rem;overflow:hidden;display:block; }
#fr2rksgq0QL5cR56Wrc0aush3PgWc4Tf { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D6SfVBMzRed9vDL7qhL9Eitmde2FZID4 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mUmmX0W5BLbS39Nf1ycO9O9ZRv5ZWTSN { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#yNIodMphzlh0OVTtmnb0N3ZeLfSFkGv5 { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lfdg7ebo7bIPwUJWxoSqiuCKxLvC2f3B { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#rZaWwrtvKrbl0iQBvIMA2frmw7h6Q4U0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#ksWbfdHX9TrU4iAQxlkiyQA6VkfU3szU { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pUCRmHqmh2r6rQalAnSlBLSH6hnREJZp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:13.75rem;top:2.9635419845581rem;left:27.8125rem;overflow:hidden;display:block; }
#SCkFJJqCoNBFz8lUi1bgrPiuBoXQZaml { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k5uB3JoloozhcA91VXeQykb9WNEWUyCE { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7LsGbD4PIqrvF9y6HbndZld14q8rHQ0 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#KdiTIUNqIT3GrSB8cQRCmrJAEaGyT1B9 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#ElU6Xi3rQvzrVlBZmLZFW0rkOJyuM1sf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#V4b36TUtVShf6CSJPNM2HpAyg2LFwLV3 { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#d7FuTsNCSV4bWDQQMlUfgwE8abuCuiwV { position:absolute;display:block;z-index:15012;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:16.9375rem;width:16.9375rem;top:3.2763671875rem;left:52.842407226562rem;overflow:hidden;display:block; }
#pOKqQ7DTloTLL1WupcWxuv3ThWJsVzkl { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:2.1125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X77HWmAWIFxghe0wDFU5C2HyA5JW2sW3 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TzetqbNbHaLKyMWKO5P7tJrJBxgetbLx { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#QrVpT5lB5iaSKqbZPCSrOCFJqeaILpHE { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#Im4A4Dhd0GgEZ7mzHTS6bTBJcy1vD6Nz { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#ZCSEbF14ynX28fzITTizX3E9wBMbz283 { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ePxZBAqGnppX8TLXyLpRIq0zlDJ7dmi8 { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KJzkyo3ESw8GXHCcG6sFIW5xT5VN2IlM { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TErBAPLiWNzAr4sAtdlUeeBo39w22ytQ { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:13.8125rem;top:9.425000190735rem;left:8.9249992370606rem;overflow:hidden;display:block; }
#nCVDfzb8pgnNbLvGHO8a7z3EXAmShSyJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:13.625rem;top:9.456250190735rem;left:32.3125rem;overflow:hidden;display:block; }
#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row .container { background-color: transparent; background-image: none; }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row .container > .video-iframe-container { display: none; }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row > .video-iframe-container { display: none; }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .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); }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row .container { border-width: 0; border-radius: 0; }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#BcaJCn3nbUIEM3TDoMdT6BfWP6RT1Eah { position:absolute;display:block;z-index:14996;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:16.75rem;width:16.75rem;top:3.3349609375rem;left:5.3118896484375rem;overflow:hidden;display:block; }
#RcsW3ALCyoW10ahQwJPMkMo26xn7HaeO { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Kn4yORZ1nfLpA01M1eiptH2lfQrQhMXb { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJR1UHBLZWJZpDfPNzef9GlZ3SFlhmLd { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#zJRQTQBnu1no22viIdRsS6EAFaP0T2Tp { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TrTBDgIVMCaHDWUqtEZhz2AfvJoT40WT { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#hgkKoT5U8t5NcEBaHdNO0QhMhB4rCzxz { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#Bd82fPiHqskKhqIkTGMTc2boUk5Qyr1A { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rfmNV9ZB2QMT2ObfdbfqPqydzy39XGQF { position:absolute;display:block;z-index:15004;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:17.625rem;width:17.625rem;top:2.89794921875rem;left:28.656005859375rem;overflow:hidden;display:block; }
#WmXq2TEDCtbPthD56NhM3eq1TaJST3U6 { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QFiqiQyegmLhkMLuN9xEZiLI6D6BH7Lp { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f9oM0mzgwwAKDKMKbA9RMPwB44ao1q6m { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#gxHL0i2QVaIHWTqe3WMzWeaf1D9KcbbM { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#tOQGB7aogXiLbIpyFUSAxZcgTbNeMeoQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#vc2PW61Tn9ps9Zb9NMumctfobV82odG6 { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eWSk1aIVFKDbphENZ1HRzFWONllfq3fA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.49975rem;width:18.49975rem;top:3.3349609375rem;left:52.061157226562rem;overflow:hidden;display:block; }
#PraRATpCc49vKA9yhfeQUl2GvcMD0T7K { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:2.1125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ni7GrXCRl1MuWZqCUfhqEv9CIg3Cl7R4 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FmrgaRTS2X80zs4NXuM3fbSWTadskgX3 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#XJ8BHp8oCh7uHZoXSLZTmK3PoiBDkM8Z { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#FygWbkMHsHyAmCbJG7HaCIIo6TS8wiZ3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#lcUltKbyPTXQWvg8gHXDZ4sAI39bldJM { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#c2sTF5Guda7OTx2gDtXb5S4AOMocT5ci { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZrnCiT15nQD1Ws2Ri9BF6lgyMdt8DU1T { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row .container { background-color: transparent; background-image: none; }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row .container > .video-iframe-container { display: none; }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row > .video-iframe-container { display: none; }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .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); }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row .container { border-width: 0; border-radius: 0; }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#r2km3lCa4Z03dVDbcnxII6bvmPxr7DUp { position:absolute;display:block;z-index:14996;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:16.6875rem;width:16.6875rem;top:3.3349609375rem;left:5.3118896484375rem;overflow:hidden;display:block; }
#GfAEVBapIHaTmaTw6U6eEadTviIGDSuE { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MJQu5KpyOkwGlsbJx9QVNW2ILrkKBGWr { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i4Urd3G0hRfTB1elFLgoHJ27EAnzpzCO { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#phLTuTknnrS5rcKNO8yrBOxzhnyNVwGw { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JzFGNTI2H3tarSxBQV6JhP5F9g1vvkkK { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#KsbzxcoiKhi2l32enqb7ribVtBdEW4q9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#OU7P32NayupGHs9n1DTOeXbOftMrI8yI { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#CLv7AePoiF30i402lHtQIpHbNuF6SvSF { position:absolute;display:block;z-index:15004;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:17.5625rem;width:17.5625rem;top:2.89794921875rem;left:28.656005859375rem;overflow:hidden;display:block; }
#WfXa53QhIkrCpJI3So5DSwA1gcPyH2dn { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VsAVSNL1H5VB1U25R0A0MwpsoB2d0P3E { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpzHncrGHpJkMvbBWynGxJxOAI9C0P8S { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#fJDpavQHus9cb3WbO4lZbWfrnPlwWNi0 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#tzrr3fONILvHC64Vun0XfcRXXTioOCBl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#HxPzzNw4VecKBqF3WNkhOzE6O0nn0o6c { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rTSKB6DKMv46Tyzk7V6JfK2MJfgdKZwy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:3.3349609375rem;left:52.061157226562rem;overflow:hidden;display:block; }
#pf92dElBEwd0mK1USAegnVhNUfy8hX7P { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NopvJkXl66PBTly6634PFvX8EaX0Qnrw { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vqgffKg56NIKUoApCpC0N4snoe8070gy { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#EpLVmhUQTk6hTvN5Bl6GFZfxzIlS2M5t { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#dwgADgbZOOQURs6JVxt8CTG1Obd4SFq9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#L97XykRspXsT9OLIoyyePwCyPvWBo2uE { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mtwT6COaWFvOoUcmZ8QqND1HwG7sJ8na { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#W8rgqTNw2FfHcI5fOyyKpTva9RUMQJgy { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row .container { background-color: transparent; background-image: none; }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row .container > .video-iframe-container { display: none; }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row > .video-iframe-container { display: none; }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .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); }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row .container { border-width: 0; border-radius: 0; }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#i1Z02kpEIn6GwqaldiyzSxGnCLgMKl1x { position:absolute;display:block;z-index:14996;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:16.625rem;width:16.625rem;top:3.3349609375rem;left:5.3118896484375rem;overflow:hidden;display:block; }
#kqTUSVH7CaozJChG2Sn85VIlTwN0mQal { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:2.1125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#igU33SsAAC5cRs4nJb7GT2sNaLONNX03 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rHL1MQQs2FpZrJEbO6cgUGEHnRd7NWz0 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#oH432qvxmMq3oilR0KQQxbCIydEA6hMh { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vDUsnXVZKvvmEUpTAfTd8H0MVTzF7uiQ { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#C8GWJF9KfRBIlkft8TOEWtpqIoCeGyqO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#XDf2mrHqTFEe7tI81ypKb3Sr59TSR5Kh { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zx1WkGnMg1SuZEoXVU36DDHhc2i4IE74 { position:absolute;display:block;z-index:15004;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:17.5rem;width:17.5rem;top:2.89794921875rem;left:28.656005859375rem;overflow:hidden;display:block; }
#R1RilxMtdubAvyZKkUBgJZUoRHAEwR7p { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dvou3CTA9gmQi6UG8lI8VrJtpJXWZIqq { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iezOJvHUzmvdI3G3VCm6UVniZLmSX43m { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#OI2cDaHEzzWhRbm4q7qQyaygJmDIp93i { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#vlbxNgwiFFIBUU43W2CQOUkdzNdbAUsr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#bi5JZNXQhpJVQFuVyxQ9679PadUiqKXm { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#bVihNBbRIg7eyPUxeGfPdHRlF0u4yudf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:3.3349609375rem;left:52.061157226562rem;overflow:hidden;display:block; }
#MUbnvcmkLFrRIhzGCt0Hz2WaTbNV8So3 { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PBbwFgsE4WISfEclbV5fo3yJeb4D9HwL { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nt4ZayXOBDxkPNZ3vr5GGGn8zgNoxBr6 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#sTWraxEQsLGPONw0RidCsRb5kZvUo72L { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#rARdMvq29ATXPUXFzlR8Gaqsavcb5dQT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#iu7bu8ufdznqHncZnX0XqRgraVn2t45n { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JXwUQnwFyMiaR1CM8uSL9i09qdFp6iPz { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LQIuPTuQMwIDsLergF2p8XAslAHW2bRe { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row .container { background-color: transparent; background-image: none; }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row .container > .video-iframe-container { display: none; }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row > .video-iframe-container { display: none; }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .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); }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row .container { border-width: 0; border-radius: 0; }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#iKZkcauyRzHO5PShqTcV63LhE36PJcib { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:18.9375rem;top:8.3354148864744rem;left:4.25rem;overflow:hidden;display:block; }
#XC48sEqZBF6atIZVXqg2Uu9KDaOcn5yx { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MtEPQ84i6UzPFZp9HihgSBaBTWzwTNn1 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OSRf9g9MmS5q1i0vTsGzEsHzJB6sG6OD { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#EKI7cDDd4KUbiU4o1JRfRwGBgsfaryK7 { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#q00ZbfUdWdKq1TUvcfmorzEsBdDq38p0 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#hTKxDGR1qRH6g9DbBOghCZXXOqx8KI7D { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#VhAAdlOBDNTefcekQbSNmaWu9rkVpvNB { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JHGcVbALB9u6OLHpU9UCo1WASn6PPtmP { position:absolute;display:block;z-index:15004;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:15.125rem;width:9.0625rem;top:2.6416563034058rem;left:28.739718863229rem;overflow:hidden;display:block; }
#u1D48ABksLLk8ar4HAzAmXeEkrOv3TwW { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GrP8aJ93zZlmVHeuG4KXosVrRkegoDwD { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yT8QWppR9Ob18wGc7tr1JJ5TQKmNcdDy { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#DzX5UeFQnZViTUHoZF1h0pGL87nefGfH { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#TVEnUzD6CkocMNBXHVUCmpqoMAT3EDX6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#NqutcVU8DtDg2G2arMEt1n27LVJ1NZmx { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZHo7DIVQPFuO27eTBkEuP00tzQTJLMVU { position:absolute;display:block;z-index:15012;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:15.8125rem;width:9.5625rem;top:4.9875001907349rem;left:36.5625rem;overflow:hidden;display:block; }
#wnHKXkS1KKPVfqJOrccWLT6HPDczkFfJ { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tKMDIzSDQWPfQK2ToyxRMo7Bva6XncML { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q22xagAAi5HbkueHVqcGc4KdwSFszR5p { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#ECwyS9SyLPE4R45FihWVAfNp9xxddTpJ { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#f6WBrQne5U9xqAGqZKnNTadw7C5TySXO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#W00v6JqqCfZO4helDlp4TL73zhHOClyI { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#WQtgK93TV38D8hXTTORwgU5xAOPbOLgW { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#AJCnlRdBPJVgy10MmLugsMhl7p5B54tP { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#COS93aBivnJU3AvXCcaVK6UPfS0LLnU3 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:10.4375rem;top:4.3979167938233rem;left:55.90625rem;overflow:hidden;display:block; }
#ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,211,166,0.9);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; }#ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 > .row .container { background-color: transparent; background-image: none; }#ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 > .row .container > .video-iframe-container { display: none; }#ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 > .row > .video-iframe-container { display: none; }#ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 > .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); }#ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 > .row .container { border-width: 0; border-radius: 0; }#ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#aVPTHu19uyctuPEXHas3Lwhos2EOlGF1 { color:#a30d0d;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:0.71875rem;left:11.8125rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6e5', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6e5', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row .container { background-color: transparent; background-image: none; }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row .container > .video-iframe-container { display: none; }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row > .video-iframe-container { display: none; }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .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); }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row .container { border-width: 0; border-radius: 0; }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#M6v9BkFr3fpHBwcHLiGPw29yp7uqHrnm { position:absolute;display:block;z-index:14996;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:16.75rem;width:16.75rem;top:3.3349609375rem;left:5.3118896484375rem;overflow:hidden;display:block; }
#Ed0MrlMaozn2vKhRcyZrvTU5Jo2t8flI { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kJgJwu5vIVDQDiVcJvNgkWdkrIaUnO2a { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MEyvlQaZ1I4uOAi4TWFi20LsRtt98HmA { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#XA3EFBagE67DRtxSTwrU2gPldXyo8eTs { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#EefOaFuxyVyprKDaT1JaH6NH0e5PMzW6 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#FIidPTwLo8UHIXn2GeDSBuV2bxE1hTDC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#b48n2C3OC4sIFdxt3cD9eNmfQoWW6rZB { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VvcxAiVxo4agflQNkGc3AeHML2BtQsDT { position:absolute;display:block;z-index:15004;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:17.875rem;width:17.875rem;top:2.89794921875rem;left:28.656005859375rem;overflow:hidden;display:block; }
#k8JwcJbORdLOZ4pt5zeit0EouXsnsSXV { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:2.1125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F0u3rn8RX5uqv157K9ev6vRRgnJrWJJZ { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b7DrEgbW5hVMmOJeisxo23WEfp0zRb1Z { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#q0EwgLoyJZAtkVLr7iEQtGog6ITBwuFk { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#kP21DFIek96s8EN8AgMWUfqryqn5KPug { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#Hk3wbuBQ2OwcwGhUInsFK7OfkTbluz3u { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#qLKMIGRrZnzo1UcNzDRBcxqqsgz61NSp { position:absolute;display:block;z-index:15012;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:16.875rem;width:16.875rem;top:3.2763671875rem;left:52.842407226562rem;overflow:hidden;display:block; }
#CIHRlQW09BDhKpqm2g1n17m5AaTdr44M { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:2.1125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bfGFvkJHEC0TAGpuPO513woTVdoD3veS { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vJfgOkTwy036IQadBQMRU076hpOIJMnL { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#ldEi7iNzVPqiJNFdlrcP6Lt9GoO660O8 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#C8a5UOuEwlvfpUMxkccAzQ1g2emuFbL0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#GClRKFCoDefBFqSQOshig7ZVss6BVTN3 { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uHe8scTEeC4V5SSEmbna01S9hn8J1BCk { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Gcp7Tp9tmd91WAgTspz8gzwbTORDWdlw { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row .container { background-color: transparent; background-image: none; }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row .container > .video-iframe-container { display: none; }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row > .video-iframe-container { display: none; }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .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); }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row .container { border-width: 0; border-radius: 0; }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#ft5Lp8qUx0PzTebqcxTE7X80cXSGr4yE { position:absolute;display:block;z-index:14996;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:16.6875rem;width:16.6875rem;top:3.3349609375rem;left:5.3118896484375rem;overflow:hidden;display:block; }
#gpQQy3RxubeFqTZkwMv20OfNZMd8L1wZ { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#akizahgwknyC2G22IAqTDMF85hEdNbal { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GGKfCOIoSODESX5o9Kw5hxNVLz6wQhSa { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#OXHFw9aHIMTbwpZPrRguC7ytfgcZPzVJ { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#CV3Kh7Em977Z3VbThSM2wWKq9Qqavypq { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#KX3JPyE961it8wXxyKG4Z3pOm5a0TLnO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#H20QX1L174P5QItt80To62bMpZq43cBJ { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#P2R0XUX975V9OVH8wmk2IulWKDLTe6wZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:3.3349609375rem;left:28.4375rem;overflow:hidden;display:block; }
#JRrfeLnRx6G92v3vsbsHyhkUJT0M5iUa { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SvTdNfQXqc0ZSgZpVb1IFwqQ9VTMJ4HB { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aRlxnHHu4Nme9LOVVydwfQQ31sNHkewT { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#KC8H3SreEcpiErxAvFDvZyzTFPVMDhZb { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#raCKNqUMtiZQNF4y1aAnUMhXauQimRRW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#zFKAMHbf0GgL1mFO5MV67EVfBG1oXdpW { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#p0nUGLlRyu6xz9FhnhUzlXloISZFl0kV { position:absolute;display:block;z-index:15012;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:17.749625rem;width:17.749625rem;top:3.3349609375rem;left:52.435913085938rem;overflow:hidden;display:block; }
#bpLUelK2pIg5f9NNsyMxHalQxVWDxcF2 { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HxSxfJ8qXq8oGL62GT0VBnEdFwi5Xd4u { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x1N0qz8QsPl3AgERG6ldtT0t00emUpRT { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#axUOM3Z5sDaLeUX4rKZBoe5FoknZu8l3 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#tTKoX5VNhR5lBk6BGbzES7ynTcuPJ8x8 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#w2Xek2pubomIJ2DS3UHhPHUn2TtFhfWA { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#A2hcJJk2zrFnAZHlLDB4mJGNDU6QWLOc { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#SWlrIr3AspduTkOlKywH13fN3WAbWuGt { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row .container { background-color: transparent; background-image: none; }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row .container > .video-iframe-container { display: none; }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row > .video-iframe-container { display: none; }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .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); }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row .container { border-width: 0; border-radius: 0; }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#uEgs6Jy8l2HQToRDMhVgegTMu0humyPn { position:absolute;display:block;z-index:14996;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:16.625rem;width:16.625rem;top:3.3349609375rem;left:5.3118896484375rem;overflow:hidden;display:block; }
#dpa8xhIgJEEDFhJ03Br2A7bpmUhasRZi { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SmXZibTVs6TPidc1lUVIvGpMx7Nrhzl2 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ptw728hxBaddO6RENrTgiaewSQ2cnhIt { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#TShDDwEVTFxEH6lfcFFMAf7ZGQnLAF3p { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xJRTb2skp1IFUPIFWhS9LoFyXhDe053Z { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#hLBJD4knLWkXbTroPcGzeDhZVpLPo5gX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#UVwPhJvgpb2QF8H9hq8ILF9phzqsv4lQ { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FkwLseRDXdfntCzS4UXVlQb11szkq25h { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:3.3349609375rem;left:28.4375rem;overflow:hidden;display:block; }
#KC0GseDJCn8VQ8n7XL9lxJXdz2vEkcUp { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HTv2yeClHTsTTlULRGLp9GsvepIwmD4C { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qiGtaAUBltXVx2Phg4tE9uyNQ0NcPB8f { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#RfNF2KyAb64PT5BtSg1yoDRAQBvlnE6r { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#pWBCL54AhAQcFqPHAetg5OwOyRGMNFb3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#DzMc1nTaTsE8nq13QXmJSIL4wP9KXkLk { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#theNItKi5F9k5U5tbdk5Cfrunm51VzTn { position:absolute;display:block;z-index:15012;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:17.6875rem;width:17.6875rem;top:3.3349609375rem;left:52.435913085938rem;overflow:hidden;display:block; }
#bKIws0xeerwwpVgxcUqxFO5yscRgPzNA { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rTAZqrJZ6nc0J8WZhr4fqgfn3OLMF7va { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oD9hOiZIHCOJ0qGFalxABaEqSqcRTb6P { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#K7kWBAoWknbzoLtyWTIDCNADzJl0Ddt6 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#IbUGbzeiA9oM9ZQEGMRTETtOgniI7Lq9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#wl0p6rT43Hfd8uwqLVq36XRJmSIaetAT { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#w8U8A8HR1p5KnlVU044WKXcEPv6qu8zk { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BXPEnTH1Er8HuCoyIk4SyBcfdbNZt8MJ { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row .container { background-color: transparent; background-image: none; }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row .container > .video-iframe-container { display: none; }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row > .video-iframe-container { display: none; }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .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); }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row .container { border-width: 0; border-radius: 0; }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#GzSqUXfemhTFiAGlx8TkITETT2TmoPom { position:absolute;display:block;z-index:14996;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:16.5625rem;width:16.5625rem;top:3.3349609375rem;left:5.3118896484375rem;overflow:hidden;display:block; }
#NSOrAgg9pqPF3sSFw9qnA3wrkV2b7NMA { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lCsWGo0NQtKezdqFoOoBEZ3AUQe3tHQf { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M86fa8hVprkWAKaSJLFxqKngdcSP0uvQ { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#v4rRBd5iFWlRA4ngXPfxuhfGUv2anHBv { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MPzvGpeE2ksVIK8iS3A7dAS7QDviNDJ9 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#qgnFvTQUHW44UNIs8W9eotk8pkT5W2mK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#StRvxALwJzGzpzcU692Gyr8pAaEaTO1o { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#I88xk900IQh2vFus6w7KGpUbRWmf16yO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:3.3349609375rem;left:28.4375rem;overflow:hidden;display:block; }
#kKcFuhGhTIQLzPbnDPL6LTW24yvKi0CW { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T0dJRW3MSZdWkNTrS6uQAVbITvEnfKig { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AXJdyyTdICXem2oDgzIie7JC2u4OB6xH { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#AKevqfn0wD8VFKMWgCd2KtvhxZlPfXtB { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#KgxiJlWG2nTQn5eK7KvQc5aDA6IDkebq { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#cVUVLmgTW1xAPqNv2ttcr5pO64OqpUb3 { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XdaHuxVzITRoq9CBehU2LUqtokgIldml { position:absolute;display:block;z-index:15012;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:17.625rem;width:17.625rem;top:3.3349609375rem;left:52.435913085938rem;overflow:hidden;display:block; }
#Crq8BWAEVOPONiQ5c4OFcLHZqHDl2HCG { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qH8XaRcu9FUeeUsOBTVPTzn2owyATye3 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UWOlz9DtBrWVHBA8cfaqqBWBB3frp4Sm { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#d1Fv4CllHEIlaoEdf7GGypORCr5AFFCd { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#VWAtirTy1JleWqAcy9gA8LQTgtC43Bhz { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#tE4q6C4KGqbSfl6wMJ7sf7Is6R7uBXDM { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MI9CValZZNEhPkLx5k9hJTwN3kaDgFef { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uiyTZxbpMfIQ5TcikZgOhH1pWncI209N { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BWgZLgec700QT39Ook1uBJFqDK2yocaa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row .container { background-color: transparent; background-image: none; }#BWgZLgec700QT39Ook1uBJFqDK2yocaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row .container > .video-iframe-container { display: none; }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row > .video-iframe-container { display: none; }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .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); }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row .container { border-width: 0; border-radius: 0; }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#ueNQi70pQHIKFGAOWPpTL6wqTsaCcNNA { position:absolute;display:block;z-index:14996;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:16.5625rem;width:16.5625rem;top:3.3349609375rem;left:5.3118896484375rem;overflow:hidden;display:block; }
#FTrWKUJTqvIHzdlvk0gSiBlCPECVkI9F { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A6afbkRZfaZ9R3KXJEJkcqiJOieF27x5 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W905IeUVe4TCZC06wx3WNmHckwbBkO93 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#GXzWRgN3t2hBKwTU0UxDNPbVA5kbGeKc { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Nxq3UORX80naKuynQ5iAFmCyQFgVJexf { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#M1q5ZCcFT1SJaFdOd9Jn33tOMBA0C8fr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#pwGvApoSI8IyznQiHO2pMCMKbZNTvXup { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tqG7DQWhhRTOkuROgTk6ee2TRDOtQ3Bg { position:absolute;display:block;z-index:15004;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:16.5625rem;width:16.5625rem;top:3.3349609375rem;left:29.21875rem;overflow:hidden;display:block; }
#cZVCdUkit470TL3LuPmd5edWQATeo9Mi { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HIaTDiOWXAIV6Ure7iExoRtu2GlhweHE { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ACseVROlvZ8GbheTf5ETmOAlECHpVWDr { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#XFfJe4Mvxc0GHdTGy6sS16T9s7U8NQgn { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#TIiGRyHFeTqZhyxUrDtgtSeo8QVtSZPr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#lwdBOl9lzP6RxvoIF4Pb7QK0sHk8ZDAO { box-sizing:content-box;height:31.875rem;width:20.7495rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.904296875rem;left:50.841064453125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#aSNsdXLPz1bNyR70sGehT8A0l8hSgKtH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.562rem;width:18.562rem;top:2.333984375rem;left:51.932983398438rem;overflow:hidden;display:block; }
#TQhiQqDGze2wyEVpZFax7MbzkMSSz8OV { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JxmJdmZrktmaHahCpbrbrUHfpgrkerft { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AtApmmU5Qs9C0IrqpGV14xhirRbgkvCn { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#nXW2KhJtt8u0D2LL2iKNKsgGv2qSPJkw { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#yk6FTfmh82x5cIv8TXEcDNA7EVcqI8hc { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#suvV5Sd0ePrPqO72lnURLzJL72UDvS6d { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#oZx7Jz0KUHa6qVMlyGqSMgDa0lcNoC5Z { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vi0UXmMfG6UdqlrxI1bRmvqIcT91qOWw { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row .container { background-color: transparent; background-image: none; }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row .container > .video-iframe-container { display: none; }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row > .video-iframe-container { display: none; }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .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); }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row .container { border-width: 0; border-radius: 0; }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#wu0ytTyXmmlTn0WGz1WugfO7Ki7ztFfD { position:absolute;display:block;z-index:14996;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:17.125rem;width:17.125rem;top:3.3349609375rem;left:5.3118896484375rem;overflow:hidden;display:block; }
#fw98KLZfXW2FgPrvNHPyy2PAKJHJXAd2 { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GdNhnzvOS21QE8FzOSvS1LUTT98qCvO2 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PowTtDBCsFgsZrXAneKzZ0kK0FOX3NVn { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#P9skyQvLxTH3RrK8Kg4oECaIVHWUxewH { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eauN97FfFOp6oJCDaUIAds6IkrCMKrx2 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#rvXkApkQKrWkrFLhVoySUuEMldG9ZGnZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#HCrT0fltE3NUTU8UwoMo7fzyu8p7ZAHy { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#a32C9EvtcGeHUBrQ4KPmRqkfnDCMwwEx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:3.3349609375rem;left:29.1015625rem;overflow:hidden;display:block; }
#M2afVZA8STaaM1JZMaqe1VLGwNCV3cfJ { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:2.1125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TWgoFGMoJ7GBO6bUcZh2f5F7Qu7yZXLd { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#una3LbVZD4dKx1szVXlWb934afNPK61T { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#HweIQtVm1NDXJOV77phJTWX8a5LqlFZ4 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#bTclUZt1dGLkGBVwQrO8IgfP4rxfpMHv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#BSP1kqJNsKxC9dq7CyNiPp1ES21yyZtg { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JpfzPNVIRd0aDKEV16ZSzSefgWuAdFnA { position:absolute;display:block;z-index:15012;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:17.5rem;width:17.5rem;top:3.14697265625rem;left:51.476440429688rem;overflow:hidden;display:block; }
#Un7QncIpprNLBTrTNZipTDT1XI209XP1 { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sKTGaSHrb12z3q5HtiIzcPsVJnoIO5Tg { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:5.84765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DzVv4wuJzIPFFPu7gq4oiaI2D4Rg4Cqv { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#kQx4nL1rIAFyc3ofMGvpPeuDFP3JIKZd { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#XIb5OATfk6FAC6TlW9WLHgAEs0qnLNQS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#fM6pxWM4exlm8pGJtGT2wO5HJaSEc3rl { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hE9FEJpr0MbR1XFIZF4HpeaRbT1377dr { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hiSNM9wvNyqUfWqEG9mp58qHaM8IkPtu { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,211,166,0.9);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; }#rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q > .row .container { background-color: transparent; background-image: none; }#rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q > .row .container > .video-iframe-container { display: none; }#rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q > .row > .video-iframe-container { display: none; }#rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q > .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); }#rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q > .row .container { border-width: 0; border-radius: 0; }#rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#d3yTJM0LL8qirTJ1QZudv7EtsaKsF0hx { color:#a30d0d;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:0.71875rem;left:11.8125rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6e5', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6e5', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.9), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row .container { background-color: transparent; background-image: none; }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row .container > .video-iframe-container { display: none; }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row > .video-iframe-container { display: none; }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .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); }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row .container { border-width: 0; border-radius: 0; }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#v8OlvA1S3gCmD6gCwDe3GylVOwqDMwFC { position:absolute;display:block;z-index:14996;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:17.87475rem;width:17.87475rem;top:3.1640625rem;left:4.7796630859375rem;overflow:hidden;display:block; }
#dSAHnqEOwTTO2ndCI7q8rPTn2tN716kf { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VTVdTKG0lxEruByArueHVLv42wSsi9eP { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x63T5getkghoqFe1A6pUDQ2TLN6T13JP { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#Z2AMmDSZ3S7lzV3Lz5CmkFBZGhNvbkRT { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:3.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MzXe6F2oVvg7ftiTxno5aeLvwTmNIpoR { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#M7tkSCqaRNlK67AQDWA0cKFdry7kcqZi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#VEUpTRPnrSFmK3xEpGkaQS6rWn31LQV3 { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fOukJmBW97gUa7s8nISXn6hsRPJdXPUB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.49975rem;width:17.5rem;top:3.3349609375rem;left:28.75rem;overflow:hidden;display:block; }
#wpOT4yob6kKbWtsqvDzbEfTzS3S6fElr { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LqdQJOXffSyyVsAZCimQxTnVAw56ZETA { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q7WXlPpqZ8c7B5SBSrX3dZfWI52KTFt2 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#hssalsJQTsaWsOf9uUS9pH5OeJZxD6lS { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#UPSZFuDPqJoZfdBpnQHnnNqiu1cvNTP5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#w37dBm1U9SeBDKmQel4Ntk4kSg2nUJys { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#cQZS2TkG6Ti0Tt3tQ6PSoGygEwp8UhOy { position:absolute;display:block;z-index:15012;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:17.5625rem;width:17.5625rem;top:3.3349609375rem;left:52.435913085938rem;overflow:hidden;display:block; }
#UisXd6yBy7V0cteRR0JvkIk3B13b8TOR { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nM5ymOyTxiSo6IbbNEdTVrTWAegAwh6u { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.625rem;height:5.84765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kmEXJVnlZX99Kzf7oADV8UuV2iqZVIm3 { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#c06c1a;background-image:none;top:22.0625rem;left:52.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#nR2wPCefaHbhxX7goqkOCABwvWzsqwvO { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15015;background-color:#c06c1a;background-image:none;top:22.0625rem;left:63.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#A7lFlBozy8RwcArE6tsfr5TGNRieK431 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:20.6875rem;left:60rem; }
#gIM1eBZcMTfz3c28L6CPpCUWVTTTQgVf { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#icL9m7PA2GvDbXJduAn0KsWh60oEdEnM { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#PzgyUkGsx0o4hAMlEvyifFpweF4Hok2F { box-sizing:content-box;height:33.125rem;width:21.998875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:50.194702148438rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -moz-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -ms-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-image: -o-linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d3a6b2', endColorstr='#f1d3a6b2' );";background-image: linear-gradient(180deg, rgba(241,211,166,0.7), rgba(241,211,166,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row .container { background-color: transparent; background-image: none; }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row .container > .video-iframe-container { display: none; }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row > .video-iframe-container { display: none; }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .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); }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row .container { border-width: 0; border-radius: 0; }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#e7uPOfQxxForDvrSL3isigvOOq8CvAJi { position:absolute;display:block;z-index:14996;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:16.5625rem;width:16.5625rem;top:3.3349609375rem;left:5.3118896484375rem;overflow:hidden;display:block; }
#TECA1dyqNa6hIJlzLzN7a2tHWX4O0iLf { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#roKKzQXTudG6LqViHNnaXHf9t5GWxF33 { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z8mvTLorWhWZsbaUgkVq3oexF4HzFRCg { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#a30d0d;background-image:none;top:22.0625rem;left:4.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#FLP7f8k6C3hTxdkH2SKMCfuERORUbgTW { box-sizing:content-box;height:31.875rem;width:20.7495rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.904296875rem;left:3.2171630859375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#GyWB5GHhfRrTTW3li7WhekTyXCUg4kir { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:#c06c1a;background-image:none;top:22.0625rem;left:15.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#f3n4hsVo3ggyf5TKmKcprxHZNiFx3l7t { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21rem;left:12.5rem; }
#cKm1Zit7RXZyIl0gnoAgpfhT9ffC5Btl { box-sizing:content-box;height:31.875rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -moz-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -ms-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-image: -o-linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedce99', endColorstr='#ffedce' );";background-image: linear-gradient(155deg, rgba(255,237,206,0.6), #ffedce);background-size:auto !important;box-shadow: 0.0625rem 0.5625rem 0.4375rem rgba(76,40,19,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.9375rem;left:27.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Bdu8hx8ff6w97HXR2h8FKKwXOwP9aLkO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.6875rem;top:3.3349609375rem;left:28.4375rem;overflow:hidden;display:block; }
#nVIuTkI7EhuLwlnqQLsqsJX2LMIxeobF { color:#a30d0d;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XTtphVVz7KINUVmMwWT4yyGAAcS4SDUV { color:#4f2828;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zylvbFJaCPzNNJfTN2bk8W5IVTrQfbhe { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#c06c1a;background-image:none;top:22.0625rem;left:28.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#kJVM7Il4TaWMRWXyUls8aeR5GuOweTIm { box-sizing:content-box;height:0.125rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:#c06c1a;background-image:none;top:22.0625rem;left:39.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#bST4woqCaz3clTUPRawEd1OPl9Taa0qk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.874633789062rem;left:36.25rem; }
#yh9AFBu3HM73sXUTOqMJATOyyM9SJHvZ { box-sizing:content-box;height:33.125rem;width:22rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.312255859375rem;left:2.6873779296875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LW2g1lWnTa2BSW8kx1HmzrOb5umWIFUK { box-sizing:content-box;height:33.125rem;width:21.9995rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:1.195068359375rem;left:26.382446289062rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LJEnciMJeUAXh02yGNd1k40NXCOUglKX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,211,166,0.7);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; }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row .container { background-color: transparent; background-image: none; }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row .container > .video-iframe-container { display: none; }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row > .video-iframe-container { display: none; }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .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); }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row .container { border-width: 0; border-radius: 0; }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,211,166,0.7);background-image:url("https://images.assets-landingi.com/uc/14d458b1-410b-46fb-8bef-e1d32cb9d4f0/dol.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX.adaptive-delivery-prevent-bg, #AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX.lazyload, #AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX.lazyloading { background-image: none; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row .container { background-color: transparent; background-image: none; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row .container > .video-iframe-container { display: none; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row > .video-iframe-container { display: none; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .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); }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row .container { border-width: 0; border-radius: 0; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#87140f;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; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row .container { background-color: transparent; background-image: none; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row .container > .video-iframe-container { display: none; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row > .video-iframe-container { display: none; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .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); }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row .container { border-width: 0; border-radius: 0; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:block; }#zBUbaAscb2Vmc5zoTJ82HyvdMnCM4nVs { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:32.06175rem;width:57.062375rem;top:8.9996337890625rem;left:9.874267578125rem;display:block; }
#a8KXa1RtTmSKR5u9rETKTzMtEiZiMRKd { box-sizing:content-box;height:34.125rem;width:59.3125rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c06c1a;border-left:0.125rem solid #c06c1a;border-right:0.125rem solid #c06c1a;border-bottom:0.125rem solid #c06c1a;top:7.8759765625rem;left:8.87451171875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fHUqPb1dHsT18fvaxNiK6ylWzZlufkGs { position:absolute;display:block;z-index:14994;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:25.125rem;width:26.75rem;top:21.140869140625rem;left:50.562744140625rem;overflow:hidden;display:block; }
#IPcit5BrAB4CA7veMOG0hXoQuAhpcsTA { position:absolute;display:block;z-index:14993;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:16.625rem;width:18.125rem;top:11.6845703125rem;left:-2.75rem;overflow:hidden;display:block; }
#Fhp1wwfn6f92zpfFh79Gc4H9N8KgLeWm { position:relative;display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #Fhp1wwfn6f92zpfFh79Gc4H9N8KgLeWm > .row .container { position:relative;display:block; }#U9AHpi9fCFfFxyaIn2NecKxaDXH4zIdU { position:relative;display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #U9AHpi9fCFfFxyaIn2NecKxaDXH4zIdU > .row .container { position:relative;display:none; }#n9qMRx3CfbNlxbt6U8X09tybfZAJwFIm { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #n9qMRx3CfbNlxbt6U8X09tybfZAJwFIm > .row .container { position:relative;display:none; }#ZMJaLNeXLwsFn8GqXXMytNfyDTbxsUoh { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #ZMJaLNeXLwsFn8GqXXMytNfyDTbxsUoh > .row .container { position:relative;display:none; }#zDmuUIxIkqfi56grQ8QmoTDCzTdECMMH { position:relative;display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #zDmuUIxIkqfi56grQ8QmoTDCzTdECMMH > .row .container { position:relative;display:none; }#eKXx7C6K45dbzh15scdAxESdZpoJ8k3S { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #eKXx7C6K45dbzh15scdAxESdZpoJ8k3S > .row .container { position:relative;display:none; }#Q376MOpvptTAvbDHfwwyTJ2HoXvOdUmV { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #Q376MOpvptTAvbDHfwwyTJ2HoXvOdUmV > .row .container { position:relative;display:none; }#aBNtp0Tlm6ATJIVUdsFRLUcpVnZsqWr7 { position:relative;display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #aBNtp0Tlm6ATJIVUdsFRLUcpVnZsqWr7 > .row .container { position:relative;display:none; }#x0dnOCGZX0L8cL8rxeRD3feEl5cKB1wa { position:relative;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #x0dnOCGZX0L8cL8rxeRD3feEl5cKB1wa > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pkb6IzomMBFLNqqeOh0b9IoTENmdBVqk { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #Pkb6IzomMBFLNqqeOh0b9IoTENmdBVqk > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #dmKoCHThxXBFZ1mHmXoVqpTfgt4Q1zr4 { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #dmKoCHThxXBFZ1mHmXoVqpTfgt4Q1zr4 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #JLAdFTdhrmleIw6t9Df9LW579hr1yeP3 { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #JLAdFTdhrmleIw6t9Df9LW579hr1yeP3 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #OzAhvPivTELKswNGh92uGMsownRkIoiO { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #OzAhvPivTELKswNGh92uGMsownRkIoiO > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #MdgdsZExV3FkGcSbxTxUB22D0wltFARJ { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #MdgdsZExV3FkGcSbxTxUB22D0wltFARJ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfOePZOH0OJmtV0h0aVRVITnOWRvD9Kq { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #qfOePZOH0OJmtV0h0aVRVITnOWRvD9Kq > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4llizGGNDMrlVfTr5RsVsww48pD6GZR { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #M4llizGGNDMrlVfTr5RsVsww48pD6GZR > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ25Q7uVBgRPIynsAc0MGtTbfT5W08R6 { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #DZ25Q7uVBgRPIynsAc0MGtTbfT5W08R6 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSeqJndTLwDrLGwgCMEsE0DfuKwsOsOJ { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #WSeqJndTLwDrLGwgCMEsE0DfuKwsOsOJ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C { display:block; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMxow5bsyH8JLd2rVr4HOLWo9sX2rV8N { top:34.1875rem;left:0.8125rem;width:46.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVIQSdPrqOsT6VZ01TdubqwHoDxK8K9k { top:40.1875rem;left:0rem;width:20.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA { display:block; }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRART9PiS5X85J4lQRC8447METK7TB3P { top:50.8125rem;left:5.5rem;width:38.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfyvh63ErDCuHsIvyb9fTJOJPOb4xt85 { top:3.1875rem;left:0rem;width:47.75rem;height:40.633182275932rem;display:block; }
 }@media only screen and (max-width: 763px) { #shPDPAePT4UFo8capqGbX4qapZP0VBhP { top:46.4375rem;left:0rem;width:47.75rem;height:7.124430523918rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8TSbsQgTVmDteweByQ5FDMutAWf8TwN { display:block; }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWhAumUeiTvCgOI3kfPo01iM7kECvQg0 { top:2.0625rem;left:9.625rem;width:11.875rem;height:10.499rem;display:block; }
 }@media only screen and (max-width: 763px) { #khxrqTmRsaBo4fxTbhfKsNNzWtcTCQc5 { top:0rem;left:0rem;width:12.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZtILoBoSl4Mw38i04dzAGcVr3Kluq73 { top:2.8125rem;left:26.0625rem;width:12.1875rem;height:8.9365rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9JrKc9dvWI1n0JhBAo8z88lSvK3MCzZ { top:3.0625rem;left:35.5625rem;width:12.1875rem;height:9.4980625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJFAMvexaqABodO2PqeRgRQof06uBZIm { top:13.4375rem;left:9.9375rem;width:11.125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BERG6nomtqw2kJMpdZKMKKa6zbm7vQwb { top:13.4375rem;left:27rem;width:10.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRFGVfkQEcDWVxxdmTw4sUJAqxpafNCJ { top:13.4375rem;left:36.6875rem;width:11.0625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG30K0AEFlbbT7DVs88xRdoIKJViObAh { top:2.75rem;left:7.7490234375rem;width:14.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUH5yOqTSZLf2TFwPySAJkEdF5wrEun9 { top:1rem;left:0rem;width:14.875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7saBpf3bEEVXUZPEDMQcIrrW6a2b6Gt { top:2.4375rem;left:24.46875rem;width:15.3125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtQCnyqWJlAZxgd39ZfvwT8LW9F13CFf { top:2.3125rem;left:32.4375rem;width:15.3125rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3mmQF4su0ILzamCob3ADJg1etEiMrIp { top:13.4375rem;left:0rem;width:9.6875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b31TJfcK2NHJC9q1PWUBISRF5ttHQVRe { top:2.8125rem;left:0rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI1I9RniClCoytVHNTd6PXWUkqfiCJ8w { top:2.8125rem;left:7.25rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULJJyf5BpuOyrXzGa3HoTchupgLtvkMy { top:2.8125rem;left:24.375rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcRLsJbbE7M8T1UuREtsAhoPQqHGfe8T { top:2.8125rem;left:32.3125rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC { display:block; }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FITLxskvAgdg5MvSmmH33xIbqp0o5rEv { display:block; }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBmO9h6fURLvpKqWJ6fvgnynE3y3On8i { top:0.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 { display:block; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eh2kU7qhNpmDmfHoDkc8wkICLaye4tx8 { top:2.3125rem;left:0rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ9FyV3s8dinIaVCKJnwIS0x3zN3gWpx { top:23.9375rem;left:0rem;width:15.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4CqZFEQu5bE0HPkkoJDBVwrby4fTGGt { top:26.4375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0TN4U9CGu7ndJVLMCBWiw847t8zOfMm { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gutkRaoR58ZwdlOcUui1ytuCEpfykVRO { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnIMZOepGJZ67DPq7xWsEfLDCHibF2C8 { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFWZs9JgT1nayFRgfuee7naksKiwWkrb { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKDwg1AqqMIHQXgfVszg0fQ27GXTThnw { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR8uK6NBNSiTFPIcB3GFggKo0NIyIgGa { top:3.75rem;left:15.75rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZZq3FJs0Zr0GQO6r4yTOL0uxFGd1Kw { top:23.9375rem;left:16.1875rem;width:15.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #am5tyQbp8Pu196KQvSq77x4D7fTTKx75 { top:26.4375rem;left:14.1875rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfXpMWO7UyV4hlITIWadvSTKFJCLdZ4m { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVW96utDosKWSTJ9i2tLzsV5OSiAGnGI { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRsRzB4BrAKrrm1nEkSkAM6Le6AHzZb2 { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZl0C3CJHp3ZoIcGZTHbV28v2cIXmmyg { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf6GLg5TH2qc6y3v93TtgwWXgut4eCdq { top:3.75rem;left:31.6875rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkpgUvU1dv9pb7KiaeNrcD4X67izrQTu { top:23.9375rem;left:32.4375rem;width:15.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3NlWFybdGwsQS010fB8zxpe8a3qRt2 { top:26.4375rem;left:28.375rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VezgEFMpXxQKeIeHlwW1dQ16MT9GZ9IG { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTc6OXiP6Nvelr6LwschqNTU0rGLCmJv { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMCsab1vRM5TtNltB5fuiuJ3e0LIi82A { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3qJKJzEmo06tPEsvxFt8ObrKln6b9bW { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMfyICAp0a68QilwwHV48nQP4JJr7z4y { top:1.3125rem;left:12.757293701172rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxskW8TswMSEf56bX7XFEGU3mNupWASp { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa { display:block; }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qM4JAf7uGX8GKVEtVVow98yb5kdJLQ3n { top:3.25rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl04crztmwKh4GJNgwPWrrhkq8wpAwZS { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7cZoMKpnqn2U7Cz6HCS2rDFGrqf5kWT { top:26.4375rem;left:0rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8O1AnKOTTQuDETLXUumbCsOBT38fF3E { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR53lmiVcqkRDeqIONuKTTNHICTv0r83 { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUTSWrKOUXqi5IUensozHN4EGWvfy4BF { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyBppVaFuqlQ2xlTsclRFly4ikbohIDg { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg1xhqkEJlegxTDSqgHlBDJdK6B3GksZ { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRy3Sy3GOWEa4IZVuG03ncEG08JpOQQe { top:3.75rem;left:15.75rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCePLF1bSt9Rr1iggXFehgc5ZT2hiFVr { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmL0Af6BnwZKmDpw42avDyyXoxiaKygH { top:26.375rem;left:14.1875rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTQpHefbbKAcbCHak7akOJ8mJZO1U0U4 { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDOUsHDECtnfkcUKNcgEDWcCk913BVaE { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqh4zX7GZRNN9TEZb4gZn0HzxssxKWTI { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzBARz7DFWtEaE8iIlcm3kxCIUNc0rsn { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySZWlE0TOMtBnJftukSwfkmaaKOVbAks { top:3.375rem;left:30.6875rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtA58FBwWkCE6WTxkDD72Xl4LiquwJJg { top:23.875rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W613ggLH8anr9tCXlZ10is1b4nVecHA8 { top:26.4375rem;left:28.375rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufAstlOaTsEecA2BoMmrmFezzaNmPsK { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCU4AqmztaRGp6Uboeb0OmsiEvpMNHdy { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILxW790RLiDRG97NqXu6SaQxvtJ89VTC { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdiMopAO8KKsScm7s1QzTHEE1XH6xsMJ { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWKfwUMcgwsdmz9KAQaZT2CR5ei8hUdA { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFoarCg9ULqU5ZlNxuc6i6zfZ0slx7Fu { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB { display:block; }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZ7B9M85dPMgZqWUWty1t7RgseTf85TM { top:3.25rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9EJOKLwGuVrsn3wwq4z1hwnNDKFEnRC { top:23.9375rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsIxSvxZnLHAZX4BaaW6SgXWmfyQEK8B { top:26.4375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qka7uMKZN5mZS4t2FtgaLJBRU8Vliyh8 { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB5QddTIFLZXbhltnhrMK32Ra3ZFrvnK { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkN6taVD5kXuWwk7zGuT8mAkFTfZLndb { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU43M8Nvl6i6OqUyQzptmkk5mvsv8O9l { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i05DuNS0kUS0viTZK92XWfIpbqgEmW3N { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmaATy4t1svMEMd2b0ntfkdSIAGL5afs { top:3.1875rem;left:15.34228515625rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvdJqpVDn0J7zmZRH4ullt7NOACgSLHk { top:23.9375rem;left:16.1875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLDnw8DDE5rc6mNug30TB6oBfyxViiBe { top:26.4375rem;left:14.1875rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czBXmuo2DaIF77rGvbFBtu5M1UPuwmnU { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDy4Gp4gOFJTwnEWeHBMLMkoItOnnh5J { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXeM8JG4344uKWcprEZN998annRlAfxD { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4p7Oc0PdPBXrGU2bZGbNmdsn4kMNdxW { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNimyefgq1nd15kOkHiN3sUSgUEuHGZD { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pet4N2kkQT4EO5IT1QysCi33LdsKsb6m { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMRk2FXcHKgoWxNm56bZwZKzA85Lpi5R { top:3.1875rem;left:36.375rem;width:11.375rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU8bFXseG2sWGNGmOmXG0RFAo1rII39C { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAWgsUABED9CAn3WAnMSKA9l4Li64Xag { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpfdpt3hZTIr57Jvl3PRC5cVDpmZCH7s { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3osVKUom6fyrNDqSSdokXgTpCIkZP8c { top:20.875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExxifwxEdKFoNRQng4DS05uL4Fughi8n { top:23.9375rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFRRTlrQ0xrU6QDcheUAXRk7I6uKTVaV { top:26.4375rem;left:28.375rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW { display:block; }#Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqA5Nd9LrzDDn2n7wAUl7BPTq1cLuVCo { top:0.6875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLcAaHKQHtqtkkJDuScw50vTgstrKDkx { display:block; }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctX97fh7WWCAsXMIJmXEGtfArwkPUFZN { top:3.25rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBOIHVAzOeFAtJMQ2WZrllxqOg755I5u { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIA0o3Qk5h3goeV5LyzHIh28O1umJ4yG { top:26.375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvTTD10aOOWZ9Bcr4ZoCSGTF7vM5S3AI { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1eXExKdSOy8AJ03knQxUJFN3T30dPXI { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBSfNe8aWgHmcmPfBXa65x1sQk6gINWB { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7Tgiy3Bz1v5e4lay33Jud6ewxKaKLeP { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPk45ZCFpIoxpGxXTs59BKEfcZ5yAzez { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm8mxgII6BU7MnggT2FcqRw0C4OiXxCX { top:3.5rem;left:15.6865234375rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ1gTG4mPT6947RLzq4odKHGhEhZdo1T { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiQoKPr3ZHTSpgrFqMfk5wx7petPxTQQ { top:26.375rem;left:14.1875rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOi9zLysmhmbBLunD3W5oyKyveNzWlUM { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKtFKT5pIdcONRBlg5WNTBZNGyvwB9Jh { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD8C6BiZcwxMZycW4O4wV6NM3NWVcvpy { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhasNDiVEeJkuX00gH4Ma6w0rF0EgLF { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKCmZeIDA0eieD2lUd84KtTEEsbuq9Aw { top:3.1875rem;left:30.75rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGLxh13b5c2eLkS6a1IDbR3pR70zc5Zn { top:23.875rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3fRRPft9DFJV5Fyhc2sCupB5Cetk1cx { top:26.375rem;left:28.375rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIzfVWJNdMyTa7XgILrOd6BStENQwMHe { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbtJ5MGKLvVTBoCks0BTrSHJ5Uhclcqo { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh6WT3FGbC1OXqTq57tuswkmDaNslys8 { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4otdK2JagGiPg3iph6zMok8C3AE4aTi { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmDnXqyO3hQsLuO08gBHcoCu2ZXQCvMT { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKdaDThbiXQkZvfZHAsFwJUtCIeTEZcd { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ { display:block; }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5ZXpFFhLno2xT5tZIXwXsqF7prO1Wcx { top:3.3125rem;left:0rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5viwtK9ErkQXsccFHkmFcwoqRmkTSpW { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhTz2ISkltcTqVRu5r5a0yaEwdWsIPx9 { top:26.375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gos5BKV9Kb60Hsgy8wnRgzXv28wPVpB9 { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR1UJbh832ahOGaObhx08p0RnmeaaOIv { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oafZaFwu4mE6tiCPDxUMe9mTS0PyO6bB { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQpAzNHyclH7X8LonVDFBBRAqDtAxa3W { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdvcUBm1oO9rqBS8ZbsvH9tiDOuJWDv9 { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBq4qw4Lbfy31tNMEMhbdPaBTWuOBbF { top:2.875rem;left:15.031005859375rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0nH7CPHTbxST716IX8xMUQk77rTW6pl { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUp64r8bw4UnssEDP8Pbin0VzA6zEFXw { top:26.4375rem;left:14.1875rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMM4ZhqVHhlBZWJWLW8SxK4lo9f63f0N { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2EAQIehv6K30vu6QMSHhrb4stgPLwcB { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFQFWoaQETciFbd4GJlMCk2s3efJgZNC { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdzuUhEfe2AaqC6ZtGUcGPGPFL6dtuVJ { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mynsyV6aye1idfnsQ2D0rZO6E1N9FdZm { top:3.25rem;left:32.375rem;width:15.375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhAR4XVETBkAkc2yBxh5Dwg5UdFLvvLt { top:23.9375rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsT2X9BPsBSlshPTs6HCd0h7oMyM0uhf { top:26.4375rem;left:28.375rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze1ci0ORz1Zro1T7RLhBwfOM6Q1zt5oF { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDlMazIWOqgLzA1Bn9MBHduF4EaZl1ge { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPaQb5TgvXlRh1lhHrcKZcAECT7f48MO { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4zP3oGa3ZWy4KG6UvK3RCWQJMVwFXez { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfgbZOa1MV9u1KqHTh7QOzHZsWmOlBGC { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMWJArxLxGxGyTKNP1zBecwdAJB8OQau { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm36hFmeln7oeumET4LATLTfHLrDTyEe { display:block; }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPQkNNypUJgW0NPSVF1THNJc86DL1a6S { top:2.9375rem;left:0rem;width:13.8125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr2rksgq0QL5cR56Wrc0aush3PgWc4Tf { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6SfVBMzRed9vDL7qhL9Eitmde2FZID4 { top:26.4375rem;left:0rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUmmX0W5BLbS39Nf1ycO9O9ZRv5ZWTSN { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNIodMphzlh0OVTtmnb0N3ZeLfSFkGv5 { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfdg7ebo7bIPwUJWxoSqiuCKxLvC2f3B { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZaWwrtvKrbl0iQBvIMA2frmw7h6Q4U0 { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksWbfdHX9TrU4iAQxlkiyQA6VkfU3szU { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUCRmHqmh2r6rQalAnSlBLSH6hnREJZp { top:2.9375rem;left:14.1875rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCkFJJqCoNBFz8lUi1bgrPiuBoXQZaml { top:23.875rem;left:16.1875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5uB3JoloozhcA91VXeQykb9WNEWUyCE { top:26.4375rem;left:14.1875rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7LsGbD4PIqrvF9y6HbndZld14q8rHQ0 { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdiTIUNqIT3GrSB8cQRCmrJAEaGyT1B9 { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElU6Xi3rQvzrVlBZmLZFW0rkOJyuM1sf { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4b36TUtVShf6CSJPNM2HpAyg2LFwLV3 { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7FuTsNCSV4bWDQQMlUfgwE8abuCuiwV { top:3.25rem;left:30.8125rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOKqQ7DTloTLL1WupcWxuv3ThWJsVzkl { top:23.875rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X77HWmAWIFxghe0wDFU5C2HyA5JW2sW3 { top:26.4375rem;left:28.375rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzetqbNbHaLKyMWKO5P7tJrJBxgetbLx { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrVpT5lB5iaSKqbZPCSrOCFJqeaILpHE { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im4A4Dhd0GgEZ7mzHTS6bTBJcy1vD6Nz { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCSEbF14ynX28fzITTizX3E9wBMbz283 { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePxZBAqGnppX8TLXyLpRIq0zlDJ7dmi8 { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJzkyo3ESw8GXHCcG6sFIW5xT5VN2IlM { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TErBAPLiWNzAr4sAtdlUeeBo39w22ytQ { top:9.375rem;left:0rem;width:13.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCVDfzb8pgnNbLvGHO8a7z3EXAmShSyJ { top:9.4375rem;left:18.6875rem;width:13.625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A { display:block; }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcaJCn3nbUIEM3TDoMdT6BfWP6RT1Eah { top:3.3125rem;left:0rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcsW3ALCyoW10ahQwJPMkMo26xn7HaeO { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn4yORZ1nfLpA01M1eiptH2lfQrQhMXb { top:26.4375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJR1UHBLZWJZpDfPNzef9GlZ3SFlhmLd { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJRQTQBnu1no22viIdRsS6EAFaP0T2Tp { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTBDgIVMCaHDWUqtEZhz2AfvJoT40WT { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgkKoT5U8t5NcEBaHdNO0QhMhB4rCzxz { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd82fPiHqskKhqIkTGMTc2boUk5Qyr1A { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfmNV9ZB2QMT2ObfdbfqPqydzy39XGQF { top:2.875rem;left:15.031005859375rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmXq2TEDCtbPthD56NhM3eq1TaJST3U6 { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFiqiQyegmLhkMLuN9xEZiLI6D6BH7Lp { top:26.4375rem;left:14.1875rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9oM0mzgwwAKDKMKbA9RMPwB44ao1q6m { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxHL0i2QVaIHWTqe3WMzWeaf1D9KcbbM { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOQGB7aogXiLbIpyFUSAxZcgTbNeMeoQ { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc2PW61Tn9ps9Zb9NMumctfobV82odG6 { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWSk1aIVFKDbphENZ1HRzFWONllfq3fA { top:3.3125rem;left:29.25rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PraRATpCc49vKA9yhfeQUl2GvcMD0T7K { top:23.875rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni7GrXCRl1MuWZqCUfhqEv9CIg3Cl7R4 { top:26.4375rem;left:28.375rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmrgaRTS2X80zs4NXuM3fbSWTadskgX3 { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ8BHp8oCh7uHZoXSLZTmK3PoiBDkM8Z { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FygWbkMHsHyAmCbJG7HaCIIo6TS8wiZ3 { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcUltKbyPTXQWvg8gHXDZ4sAI39bldJM { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2sTF5Guda7OTx2gDtXb5S4AOMocT5ci { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrnCiT15nQD1Ws2Ri9BF6lgyMdt8DU1T { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP { display:block; }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2km3lCa4Z03dVDbcnxII6bvmPxr7DUp { top:3.3125rem;left:0rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfAEVBapIHaTmaTw6U6eEadTviIGDSuE { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJQu5KpyOkwGlsbJx9QVNW2ILrkKBGWr { top:26.4375rem;left:0rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4Urd3G0hRfTB1elFLgoHJ27EAnzpzCO { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phLTuTknnrS5rcKNO8yrBOxzhnyNVwGw { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzFGNTI2H3tarSxBQV6JhP5F9g1vvkkK { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsbzxcoiKhi2l32enqb7ribVtBdEW4q9 { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU7P32NayupGHs9n1DTOeXbOftMrI8yI { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLv7AePoiF30i402lHtQIpHbNuF6SvSF { top:2.875rem;left:15.031005859375rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfXa53QhIkrCpJI3So5DSwA1gcPyH2dn { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsAVSNL1H5VB1U25R0A0MwpsoB2d0P3E { top:26.4375rem;left:14.1875rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpzHncrGHpJkMvbBWynGxJxOAI9C0P8S { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJDpavQHus9cb3WbO4lZbWfrnPlwWNi0 { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzrr3fONILvHC64Vun0XfcRXXTioOCBl { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxPzzNw4VecKBqF3WNkhOzE6O0nn0o6c { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTSKB6DKMv46Tyzk7V6JfK2MJfgdKZwy { top:3.3125rem;left:29.25rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf92dElBEwd0mK1USAegnVhNUfy8hX7P { top:23.875rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NopvJkXl66PBTly6634PFvX8EaX0Qnrw { top:26.4375rem;left:28.375rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqgffKg56NIKUoApCpC0N4snoe8070gy { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpLVmhUQTk6hTvN5Bl6GFZfxzIlS2M5t { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwgADgbZOOQURs6JVxt8CTG1Obd4SFq9 { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L97XykRspXsT9OLIoyyePwCyPvWBo2uE { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtwT6COaWFvOoUcmZ8QqND1HwG7sJ8na { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8rgqTNw2FfHcI5fOyyKpTva9RUMQJgy { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS { display:block; }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1Z02kpEIn6GwqaldiyzSxGnCLgMKl1x { top:3.3125rem;left:0rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTUSVH7CaozJChG2Sn85VIlTwN0mQal { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igU33SsAAC5cRs4nJb7GT2sNaLONNX03 { top:26.4375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHL1MQQs2FpZrJEbO6cgUGEHnRd7NWz0 { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH432qvxmMq3oilR0KQQxbCIydEA6hMh { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDUsnXVZKvvmEUpTAfTd8H0MVTzF7uiQ { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8GWJF9KfRBIlkft8TOEWtpqIoCeGyqO { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDf2mrHqTFEe7tI81ypKb3Sr59TSR5Kh { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx1WkGnMg1SuZEoXVU36DDHhc2i4IE74 { top:2.875rem;left:15.031005859375rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1RilxMtdubAvyZKkUBgJZUoRHAEwR7p { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvou3CTA9gmQi6UG8lI8VrJtpJXWZIqq { top:26.4375rem;left:14.1875rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iezOJvHUzmvdI3G3VCm6UVniZLmSX43m { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI2cDaHEzzWhRbm4q7qQyaygJmDIp93i { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlbxNgwiFFIBUU43W2CQOUkdzNdbAUsr { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi5JZNXQhpJVQFuVyxQ9679PadUiqKXm { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVihNBbRIg7eyPUxeGfPdHRlF0u4yudf { top:3.3125rem;left:29.25rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUbnvcmkLFrRIhzGCt0Hz2WaTbNV8So3 { top:23.875rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBbwFgsE4WISfEclbV5fo3yJeb4D9HwL { top:26.4375rem;left:28.375rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt4ZayXOBDxkPNZ3vr5GGGn8zgNoxBr6 { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTWraxEQsLGPONw0RidCsRb5kZvUo72L { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rARdMvq29ATXPUXFzlR8Gaqsavcb5dQT { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu7bu8ufdznqHncZnX0XqRgraVn2t45n { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXwUQnwFyMiaR1CM8uSL9i09qdFp6iPz { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQIuPTuQMwIDsLergF2p8XAslAHW2bRe { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D { display:block; }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKZkcauyRzHO5PShqTcV63LhE36PJcib { top:8.3125rem;left:0rem;width:18.9375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC48sEqZBF6atIZVXqg2Uu9KDaOcn5yx { top:23.9375rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtEPQ84i6UzPFZp9HihgSBaBTWzwTNn1 { top:26.4375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSRf9g9MmS5q1i0vTsGzEsHzJB6sG6OD { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKI7cDDd4KUbiU4o1JRfRwGBgsfaryK7 { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q00ZbfUdWdKq1TUvcfmorzEsBdDq38p0 { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTKxDGR1qRH6g9DbBOghCZXXOqx8KI7D { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhAAdlOBDNTefcekQbSNmaWu9rkVpvNB { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHGcVbALB9u6OLHpU9UCo1WASn6PPtmP { top:2.625rem;left:15.114718863229rem;width:9.0625rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1D48ABksLLk8ar4HAzAmXeEkrOv3TwW { top:23.9375rem;left:16.1875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrP8aJ93zZlmVHeuG4KXosVrRkegoDwD { top:26.4375rem;left:14.1875rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT8QWppR9Ob18wGc7tr1JJ5TQKmNcdDy { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzX5UeFQnZViTUHoZF1h0pGL87nefGfH { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVEnUzD6CkocMNBXHVUCmpqoMAT3EDX6 { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqutcVU8DtDg2G2arMEt1n27LVJ1NZmx { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHo7DIVQPFuO27eTBkEuP00tzQTJLMVU { top:4.9375rem;left:22.9375rem;width:9.5625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnHKXkS1KKPVfqJOrccWLT6HPDczkFfJ { top:23.9375rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKMDIzSDQWPfQK2ToyxRMo7Bva6XncML { top:26.4375rem;left:28.375rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q22xagAAi5HbkueHVqcGc4KdwSFszR5p { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECwyS9SyLPE4R45FihWVAfNp9xxddTpJ { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6WBrQne5U9xqAGqZKnNTadw7C5TySXO { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W00v6JqqCfZO4helDlp4TL73zhHOClyI { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQtgK93TV38D8hXTTORwgU5xAOPbOLgW { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJCnlRdBPJVgy10MmLugsMhl7p5B54tP { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COS93aBivnJU3AvXCcaVK6UPfS0LLnU3 { top:4.375rem;left:37.3125rem;width:10.4375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 { display:block; }#ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVPTHu19uyctuPEXHas3Lwhos2EOlGF1 { top:0.6875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC { display:block; }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6v9BkFr3fpHBwcHLiGPw29yp7uqHrnm { top:3.3125rem;left:0rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed0MrlMaozn2vKhRcyZrvTU5Jo2t8flI { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJgJwu5vIVDQDiVcJvNgkWdkrIaUnO2a { top:26.4375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEyvlQaZ1I4uOAi4TWFi20LsRtt98HmA { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA3EFBagE67DRtxSTwrU2gPldXyo8eTs { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EefOaFuxyVyprKDaT1JaH6NH0e5PMzW6 { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIidPTwLo8UHIXn2GeDSBuV2bxE1hTDC { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b48n2C3OC4sIFdxt3cD9eNmfQoWW6rZB { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvcxAiVxo4agflQNkGc3AeHML2BtQsDT { top:2.875rem;left:15.031005859375rem;width:17.875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8JwcJbORdLOZ4pt5zeit0EouXsnsSXV { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0u3rn8RX5uqv157K9ev6vRRgnJrWJJZ { top:26.4375rem;left:14.1875rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7DrEgbW5hVMmOJeisxo23WEfp0zRb1Z { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0EwgLoyJZAtkVLr7iEQtGog6ITBwuFk { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP21DFIek96s8EN8AgMWUfqryqn5KPug { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk3wbuBQ2OwcwGhUInsFK7OfkTbluz3u { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLKMIGRrZnzo1UcNzDRBcxqqsgz61NSp { top:3.25rem;left:30.8125rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIHRlQW09BDhKpqm2g1n17m5AaTdr44M { top:23.875rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfGFvkJHEC0TAGpuPO513woTVdoD3veS { top:26.4375rem;left:28.375rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJfgOkTwy036IQadBQMRU076hpOIJMnL { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldEi7iNzVPqiJNFdlrcP6Lt9GoO660O8 { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8a5UOuEwlvfpUMxkccAzQ1g2emuFbL0 { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GClRKFCoDefBFqSQOshig7ZVss6BVTN3 { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHe8scTEeC4V5SSEmbna01S9hn8J1BCk { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcp7Tp9tmd91WAgTspz8gzwbTORDWdlw { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH { display:block; }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ft5Lp8qUx0PzTebqcxTE7X80cXSGr4yE { top:3.3125rem;left:0rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpQQy3RxubeFqTZkwMv20OfNZMd8L1wZ { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akizahgwknyC2G22IAqTDMF85hEdNbal { top:26.4375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGKfCOIoSODESX5o9Kw5hxNVLz6wQhSa { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXHFw9aHIMTbwpZPrRguC7ytfgcZPzVJ { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV3Kh7Em977Z3VbThSM2wWKq9Qqavypq { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX3JPyE961it8wXxyKG4Z3pOm5a0TLnO { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H20QX1L174P5QItt80To62bMpZq43cBJ { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2R0XUX975V9OVH8wmk2IulWKDLTe6wZ { top:3.3125rem;left:14.8125rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRrfeLnRx6G92v3vsbsHyhkUJT0M5iUa { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvTdNfQXqc0ZSgZpVb1IFwqQ9VTMJ4HB { top:26.4375rem;left:14.1875rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRlxnHHu4Nme9LOVVydwfQQ31sNHkewT { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC8H3SreEcpiErxAvFDvZyzTFPVMDhZb { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raCKNqUMtiZQNF4y1aAnUMhXauQimRRW { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFKAMHbf0GgL1mFO5MV67EVfBG1oXdpW { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0nUGLlRyu6xz9FhnhUzlXloISZFl0kV { top:3.3125rem;left:30rem;width:17.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpLUelK2pIg5f9NNsyMxHalQxVWDxcF2 { top:23.875rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxSxfJ8qXq8oGL62GT0VBnEdFwi5Xd4u { top:26.4375rem;left:28.375rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1N0qz8QsPl3AgERG6ldtT0t00emUpRT { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axUOM3Z5sDaLeUX4rKZBoe5FoknZu8l3 { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTKoX5VNhR5lBk6BGbzES7ynTcuPJ8x8 { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Xek2pubomIJ2DS3UHhPHUn2TtFhfWA { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2hcJJk2zrFnAZHlLDB4mJGNDU6QWLOc { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWlrIr3AspduTkOlKywH13fN3WAbWuGt { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCxLHDswxAvTJlahWhGNcDvlkz01w4CA { display:block; }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEgs6Jy8l2HQToRDMhVgegTMu0humyPn { top:3.3125rem;left:0rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpa8xhIgJEEDFhJ03Br2A7bpmUhasRZi { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmXZibTVs6TPidc1lUVIvGpMx7Nrhzl2 { top:26.4375rem;left:0rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptw728hxBaddO6RENrTgiaewSQ2cnhIt { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TShDDwEVTFxEH6lfcFFMAf7ZGQnLAF3p { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJRTb2skp1IFUPIFWhS9LoFyXhDe053Z { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLBJD4knLWkXbTroPcGzeDhZVpLPo5gX { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVwPhJvgpb2QF8H9hq8ILF9phzqsv4lQ { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwLseRDXdfntCzS4UXVlQb11szkq25h { top:3.3125rem;left:14.8125rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC0GseDJCn8VQ8n7XL9lxJXdz2vEkcUp { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTv2yeClHTsTTlULRGLp9GsvepIwmD4C { top:26.4375rem;left:14.1875rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiGtaAUBltXVx2Phg4tE9uyNQ0NcPB8f { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfNF2KyAb64PT5BtSg1yoDRAQBvlnE6r { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWBCL54AhAQcFqPHAetg5OwOyRGMNFb3 { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzMc1nTaTsE8nq13QXmJSIL4wP9KXkLk { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #theNItKi5F9k5U5tbdk5Cfrunm51VzTn { top:3.3125rem;left:30rem;width:17.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKIws0xeerwwpVgxcUqxFO5yscRgPzNA { top:23.875rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTAZqrJZ6nc0J8WZhr4fqgfn3OLMF7va { top:26.4375rem;left:28.375rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD9hOiZIHCOJ0qGFalxABaEqSqcRTb6P { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7kWBAoWknbzoLtyWTIDCNADzJl0Ddt6 { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbUGbzeiA9oM9ZQEGMRTETtOgniI7Lq9 { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl0p6rT43Hfd8uwqLVq36XRJmSIaetAT { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8U8A8HR1p5KnlVU044WKXcEPv6qu8zk { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXPEnTH1Er8HuCoyIk4SyBcfdbNZt8MJ { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq { display:block; }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzSqUXfemhTFiAGlx8TkITETT2TmoPom { top:3.3125rem;left:0rem;width:16.5625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSOrAgg9pqPF3sSFw9qnA3wrkV2b7NMA { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCsWGo0NQtKezdqFoOoBEZ3AUQe3tHQf { top:26.375rem;left:0rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M86fa8hVprkWAKaSJLFxqKngdcSP0uvQ { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4rRBd5iFWlRA4ngXPfxuhfGUv2anHBv { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPzvGpeE2ksVIK8iS3A7dAS7QDviNDJ9 { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgnFvTQUHW44UNIs8W9eotk8pkT5W2mK { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #StRvxALwJzGzpzcU692Gyr8pAaEaTO1o { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I88xk900IQh2vFus6w7KGpUbRWmf16yO { top:3.3125rem;left:14.8125rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKcFuhGhTIQLzPbnDPL6LTW24yvKi0CW { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0dJRW3MSZdWkNTrS6uQAVbITvEnfKig { top:26.375rem;left:14.1875rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXJdyyTdICXem2oDgzIie7JC2u4OB6xH { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKevqfn0wD8VFKMWgCd2KtvhxZlPfXtB { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgxiJlWG2nTQn5eK7KvQc5aDA6IDkebq { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVUVLmgTW1xAPqNv2ttcr5pO64OqpUb3 { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdaHuxVzITRoq9CBehU2LUqtokgIldml { top:3.3125rem;left:30rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crq8BWAEVOPONiQ5c4OFcLHZqHDl2HCG { top:23.875rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH8XaRcu9FUeeUsOBTVPTzn2owyATye3 { top:26.375rem;left:28.375rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWOlz9DtBrWVHBA8cfaqqBWBB3frp4Sm { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Fv4CllHEIlaoEdf7GGypORCr5AFFCd { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWAtirTy1JleWqAcy9gA8LQTgtC43Bhz { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4q6C4KGqbSfl6wMJ7sf7Is6R7uBXDM { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI9CValZZNEhPkLx5k9hJTwN3kaDgFef { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiyTZxbpMfIQ5TcikZgOhH1pWncI209N { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWgZLgec700QT39Ook1uBJFqDK2yocaa { display:block; }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueNQi70pQHIKFGAOWPpTL6wqTsaCcNNA { top:3.3125rem;left:0rem;width:16.5625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTrWKUJTqvIHzdlvk0gSiBlCPECVkI9F { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6afbkRZfaZ9R3KXJEJkcqiJOieF27x5 { top:26.4375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W905IeUVe4TCZC06wx3WNmHckwbBkO93 { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXzWRgN3t2hBKwTU0UxDNPbVA5kbGeKc { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxq3UORX80naKuynQ5iAFmCyQFgVJexf { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1q5ZCcFT1SJaFdOd9Jn33tOMBA0C8fr { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwGvApoSI8IyznQiHO2pMCMKbZNTvXup { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqG7DQWhhRTOkuROgTk6ee2TRDOtQ3Bg { top:3.3125rem;left:15.59375rem;width:16.5625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZVCdUkit470TL3LuPmd5edWQATeo9Mi { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIaTDiOWXAIV6Ure7iExoRtu2GlhweHE { top:26.4375rem;left:14.1875rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACseVROlvZ8GbheTf5ETmOAlECHpVWDr { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFfJe4Mvxc0GHdTGy6sS16T9s7U8NQgn { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIiGRyHFeTqZhyxUrDtgtSeo8QVtSZPr { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwdBOl9lzP6RxvoIF4Pb7QK0sHk8ZDAO { top:1.875rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSNsdXLPz1bNyR70sGehT8A0l8hSgKtH { top:2.3125rem;left:29.1875rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQhiQqDGze2wyEVpZFax7MbzkMSSz8OV { top:23.875rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxmJdmZrktmaHahCpbrbrUHfpgrkerft { top:26.4375rem;left:28.375rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtApmmU5Qs9C0IrqpGV14xhirRbgkvCn { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXW2KhJtt8u0D2LL2iKNKsgGv2qSPJkw { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk6FTfmh82x5cIv8TXEcDNA7EVcqI8hc { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #suvV5Sd0ePrPqO72lnURLzJL72UDvS6d { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZx7Jz0KUHa6qVMlyGqSMgDa0lcNoC5Z { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi0UXmMfG6UdqlrxI1bRmvqIcT91qOWw { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL { display:block; }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wu0ytTyXmmlTn0WGz1WugfO7Ki7ztFfD { top:3.3125rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw98KLZfXW2FgPrvNHPyy2PAKJHJXAd2 { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdNhnzvOS21QE8FzOSvS1LUTT98qCvO2 { top:26.4375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PowTtDBCsFgsZrXAneKzZ0kK0FOX3NVn { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9skyQvLxTH3RrK8Kg4oECaIVHWUxewH { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eauN97FfFOp6oJCDaUIAds6IkrCMKrx2 { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvXkApkQKrWkrFLhVoySUuEMldG9ZGnZ { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCrT0fltE3NUTU8UwoMo7fzyu8p7ZAHy { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a32C9EvtcGeHUBrQ4KPmRqkfnDCMwwEx { top:3.3125rem;left:15.4765625rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2afVZA8STaaM1JZMaqe1VLGwNCV3cfJ { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWgoFGMoJ7GBO6bUcZh2f5F7Qu7yZXLd { top:26.4375rem;left:14.1875rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #una3LbVZD4dKx1szVXlWb934afNPK61T { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HweIQtVm1NDXJOV77phJTWX8a5LqlFZ4 { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTclUZt1dGLkGBVwQrO8IgfP4rxfpMHv { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSP1kqJNsKxC9dq7CyNiPp1ES21yyZtg { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpfzPNVIRd0aDKEV16ZSzSefgWuAdFnA { top:3.125rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un7QncIpprNLBTrTNZipTDT1XI209XP1 { top:23.875rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKTGaSHrb12z3q5HtiIzcPsVJnoIO5Tg { top:26.4375rem;left:28.375rem;width:19.375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzVv4wuJzIPFFPu7gq4oiaI2D4Rg4Cqv { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQx4nL1rIAFyc3ofMGvpPeuDFP3JIKZd { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIb5OATfk6FAC6TlW9WLHgAEs0qnLNQS { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM6pxWM4exlm8pGJtGT2wO5HJaSEc3rl { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9FEJpr0MbR1XFIZF4HpeaRbT1377dr { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiSNM9wvNyqUfWqEG9mp58qHaM8IkPtu { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q { display:block; }#rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3yTJM0LL8qirTJ1QZudv7EtsaKsF0hx { top:0.6875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 { display:block; }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8OlvA1S3gCmD6gCwDe3GylVOwqDMwFC { top:3.125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSAHnqEOwTTO2ndCI7q8rPTn2tN716kf { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTVdTKG0lxEruByArueHVLv42wSsi9eP { top:26.4375rem;left:0rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x63T5getkghoqFe1A6pUDQ2TLN6T13JP { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2AMmDSZ3S7lzV3Lz5CmkFBZGhNvbkRT { top:1.9375rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzXe6F2oVvg7ftiTxno5aeLvwTmNIpoR { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7tkSCqaRNlK67AQDWA0cKFdry7kcqZi { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEUpTRPnrSFmK3xEpGkaQS6rWn31LQV3 { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOukJmBW97gUa7s8nISXn6hsRPJdXPUB { top:3.3125rem;left:15.125rem;width:17.5rem;height:18.49975rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpOT4yob6kKbWtsqvDzbEfTzS3S6fElr { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqdQJOXffSyyVsAZCimQxTnVAw56ZETA { top:26.4375rem;left:14.1875rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7WXlPpqZ8c7B5SBSrX3dZfWI52KTFt2 { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hssalsJQTsaWsOf9uUS9pH5OeJZxD6lS { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPSZFuDPqJoZfdBpnQHnnNqiu1cvNTP5 { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w37dBm1U9SeBDKmQel4Ntk4kSg2nUJys { top:1.9375rem;left:27rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQZS2TkG6Ti0Tt3tQ6PSoGygEwp8UhOy { top:3.3125rem;left:30rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UisXd6yBy7V0cteRR0JvkIk3B13b8TOR { top:23.875rem;left:32.4375rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM5ymOyTxiSo6IbbNEdTVrTWAegAwh6u { top:26.4375rem;left:28.375rem;width:19.375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmEXJVnlZX99Kzf7oADV8UuV2iqZVIm3 { top:22.0625rem;left:38.75rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR2wPCefaHbhxX7goqkOCABwvWzsqwvO { top:22.0625rem;left:41.0625rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7lFlBozy8RwcArE6tsfr5TGNRieK431 { top:20.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIM1eBZcMTfz3c28L6CPpCUWVTTTQgVf { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icL9m7PA2GvDbXJduAn0KsWh60oEdEnM { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzgyUkGsx0o4hAMlEvyifFpweF4Hok2F { top:1.1875rem;left:25.5rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm { display:block; }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7uPOfQxxForDvrSL3isigvOOq8CvAJi { top:3.3125rem;left:0rem;width:16.5625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TECA1dyqNa6hIJlzLzN7a2tHWX4O0iLf { top:23.875rem;left:0rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roKKzQXTudG6LqViHNnaXHf9t5GWxF33 { top:26.4375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8mvTLorWhWZsbaUgkVq3oexF4HzFRCg { top:22.0625rem;left:0rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLP7f8k6C3hTxdkH2SKMCfuERORUbgTW { top:1.875rem;left:0rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyWB5GHhfRrTTW3li7WhekTyXCUg4kir { top:22.0625rem;left:2.3125rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3n4hsVo3ggyf5TKmKcprxHZNiFx3l7t { top:21rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKm1Zit7RXZyIl0gnoAgpfhT9ffC5Btl { top:1.9375rem;left:13.4375rem;width:20.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdu8hx8ff6w97HXR2h8FKKwXOwP9aLkO { top:3.3125rem;left:14.8125rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVIuTkI7EhuLwlnqQLsqsJX2LMIxeobF { top:23.875rem;left:16.18701171875rem;width:15.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTtphVVz7KINUVmMwWT4yyGAAcS4SDUV { top:26.4375rem;left:14.1875rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zylvbFJaCPzNNJfTN2bk8W5IVTrQfbhe { top:22.0625rem;left:14.9375rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVM7Il4TaWMRWXyUls8aeR5GuOweTIm { top:22.0625rem;left:26.1875rem;width:6.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bST4woqCaz3clTUPRawEd1OPl9Taa0qk { top:20.8125rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh9AFBu3HM73sXUTOqMJATOyyM9SJHvZ { top:1.25rem;left:0rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW2g1lWnTa2BSW8kx1HmzrOb5umWIFUK { top:1.1875rem;left:12.757446289062rem;width:22rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJEnciMJeUAXh02yGNd1k40NXCOUglKX { display:block; }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX { display:block; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKiJpAx0rFCkTgibLoPmkmieV34vDgTb { display:block; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBUbaAscb2Vmc5zoTJ82HyvdMnCM4nVs { top:8.9375rem;left:0rem;width:47.75rem;height:26.829387359008rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8KXa1RtTmSKR5u9rETKTzMtEiZiMRKd { top:7.875rem;left:0rem;width:47.5rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHUqPb1dHsT18fvaxNiK6ylWzZlufkGs { top:21.125rem;left:21rem;width:26.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPcit5BrAB4CA7veMOG0hXoQuAhpcsTA { top:11.625rem;left:0rem;width:18.125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhp1wwfn6f92zpfFh79Gc4H9N8KgLeWm { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #Fhp1wwfn6f92zpfFh79Gc4H9N8KgLeWm > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9AHpi9fCFfFxyaIn2NecKxaDXH4zIdU { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #U9AHpi9fCFfFxyaIn2NecKxaDXH4zIdU > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #n9qMRx3CfbNlxbt6U8X09tybfZAJwFIm { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #n9qMRx3CfbNlxbt6U8X09tybfZAJwFIm > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZMJaLNeXLwsFn8GqXXMytNfyDTbxsUoh { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #ZMJaLNeXLwsFn8GqXXMytNfyDTbxsUoh > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #zDmuUIxIkqfi56grQ8QmoTDCzTdECMMH { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #zDmuUIxIkqfi56grQ8QmoTDCzTdECMMH > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #eKXx7C6K45dbzh15scdAxESdZpoJ8k3S { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #eKXx7C6K45dbzh15scdAxESdZpoJ8k3S > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q376MOpvptTAvbDHfwwyTJ2HoXvOdUmV { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #Q376MOpvptTAvbDHfwwyTJ2HoXvOdUmV > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #aBNtp0Tlm6ATJIVUdsFRLUcpVnZsqWr7 { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #aBNtp0Tlm6ATJIVUdsFRLUcpVnZsqWr7 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #x0dnOCGZX0L8cL8rxeRD3feEl5cKB1wa { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #x0dnOCGZX0L8cL8rxeRD3feEl5cKB1wa > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/904ec71d-9afd-4e1a-85fb-7bc40d6a7ccf/foto_hero.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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) { #Pkb6IzomMBFLNqqeOh0b9IoTENmdBVqk { display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #Pkb6IzomMBFLNqqeOh0b9IoTENmdBVqk > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmKoCHThxXBFZ1mHmXoVqpTfgt4Q1zr4 { display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #dmKoCHThxXBFZ1mHmXoVqpTfgt4Q1zr4 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLAdFTdhrmleIw6t9Df9LW579hr1yeP3 { display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #JLAdFTdhrmleIw6t9Df9LW579hr1yeP3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzAhvPivTELKswNGh92uGMsownRkIoiO { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #OzAhvPivTELKswNGh92uGMsownRkIoiO > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdgdsZExV3FkGcSbxTxUB22D0wltFARJ { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #MdgdsZExV3FkGcSbxTxUB22D0wltFARJ > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #qfOePZOH0OJmtV0h0aVRVITnOWRvD9Kq { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #qfOePZOH0OJmtV0h0aVRVITnOWRvD9Kq > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #M4llizGGNDMrlVfTr5RsVsww48pD6GZR { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #M4llizGGNDMrlVfTr5RsVsww48pD6GZR > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ25Q7uVBgRPIynsAc0MGtTbfT5W08R6 { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #DZ25Q7uVBgRPIynsAc0MGtTbfT5W08R6 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #WSeqJndTLwDrLGwgCMEsE0DfuKwsOsOJ { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #WSeqJndTLwDrLGwgCMEsE0DfuKwsOsOJ > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4b8d99c-0013-4bc5-a2d7-a086de34d5da/mob.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C.adaptive-delivery-prevent-bg, #yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C.lazyload, #yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C.lazyloading { background-image: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { background-color: transparent; background-image: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container > .video-iframe-container { display: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row > .video-iframe-container { display: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .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); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMxow5bsyH8JLd2rVr4HOLWo9sX2rV8N { width:17.1875rem;height:6.75rem;top:17.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVIQSdPrqOsT6VZ01TdubqwHoDxK8K9k { width:9.625rem;height:3.25rem;top:13.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA { background-color:#87140f;background-image:none;display:block; }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row .container { background-color: transparent; background-image: none; }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row .container > .video-iframe-container { display: none; }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row > .video-iframe-container { display: none; }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .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); }#OOdizFa3Pw55PuwCWuRNw8nVAFXK3OqA > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRART9PiS5X85J4lQRC8447METK7TB3P { width:20rem;height:1.186525rem;top:5.6240234375rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #nfyvh63ErDCuHsIvyb9fTJOJPOb4xt85 { width:20rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shPDPAePT4UFo8capqGbX4qapZP0VBhP { width:20rem;height:2.9840546697039rem;top:15.6240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8TSbsQgTVmDteweByQ5FDMutAWf8TwN { background-color:#87140f;background-image:none;display:block; }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row .container { background-color: transparent; background-image: none; }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row .container > .video-iframe-container { display: none; }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row > .video-iframe-container { display: none; }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .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); }#U8TSbsQgTVmDteweByQ5FDMutAWf8TwN > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWhAumUeiTvCgOI3kfPo01iM7kECvQg0 { width:7.06175rem;height:6.25rem;top:1.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khxrqTmRsaBo4fxTbhfKsNNzWtcTCQc5 { width:7.5rem;height:7.68675rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZtILoBoSl4Mw38i04dzAGcVr3Kluq73 { width:7.2485625rem;height:5.3125rem;top:13.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9JrKc9dvWI1n0JhBAo8z88lSvK3MCzZ { width:7.249125rem;height:5.625rem;top:13.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJFAMvexaqABodO2PqeRgRQof06uBZIm { width:7.623875rem;height:1.6875rem;top:8.625rem;left:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BERG6nomtqw2kJMpdZKMKKa6zbm7vQwb { width:9.125rem;height:1.6875rem;top:19.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRFGVfkQEcDWVxxdmTw4sUJAqxpafNCJ { width:9.0625rem;height:1.6875rem;top:19.8125rem;left:10.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG30K0AEFlbbT7DVs88xRdoIKJViObAh { width:9.375rem;height:9.875rem;top:1.6875rem;left:10.5625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #SUH5yOqTSZLf2TFwPySAJkEdF5wrEun9 { width:9.375rem;height:9.375rem;top:1.06201171875rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #T7saBpf3bEEVXUZPEDMQcIrrW6a2b6Gt { width:9.312125rem;height:8.49975rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtQCnyqWJlAZxgd39ZfvwT8LW9F13CFf { width:9.74975rem;height:8.49975rem;top:13.0625rem;left:10.25rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #L3mmQF4su0ILzamCob3ADJg1etEiMrIp { width:8.186625rem;height:1.6875rem;top:8.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b31TJfcK2NHJC9q1PWUBISRF5ttHQVRe { width:9.4995rem;height:9.43725rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI1I9RniClCoytVHNTd6PXWUkqfiCJ8w { width:9.5rem;height:9.5rem;top:2rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULJJyf5BpuOyrXzGa3HoTchupgLtvkMy { width:9.5rem;height:9.5rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcRLsJbbE7M8T1UuREtsAhoPQqHGfe8T { width:9.5rem;height:9.5rem;top:13rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC { background-color:rgba(241,211,166,0.9);background-image:url("https://images.assets-landingi.com/uc/37579c4c-381f-4710-9934-c3b5653d257d/gora.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC.adaptive-delivery-prevent-bg, #C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC.lazyload, #C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC.lazyloading { background-image: none; }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row .container { background-color: transparent; background-image: none; }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row .container > .video-iframe-container { display: none; }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row > .video-iframe-container { display: none; }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .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); }#C5B8FzhfJVdmM0TMIIcAKOSVVihZxfWC > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FITLxskvAgdg5MvSmmH33xIbqp0o5rEv { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row .container { background-color: transparent; background-image: none; }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row .container > .video-iframe-container { display: none; }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row > .video-iframe-container { display: none; }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .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); }#FITLxskvAgdg5MvSmmH33xIbqp0o5rEv > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBmO9h6fURLvpKqWJ6fvgnynE3y3On8i { width:20rem;height:8.3965rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container { background-color: transparent; background-image: none; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container > .video-iframe-container { display: none; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row > .video-iframe-container { display: none; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .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); }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eh2kU7qhNpmDmfHoDkc8wkICLaye4tx8 { width:18.3125rem;height:18.3125rem;top:2.8000001907349rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ9FyV3s8dinIaVCKJnwIS0x3zN3gWpx { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r4CqZFEQu5bE0HPkkoJDBVwrby4fTGGt { width:16.5rem;height:2.6rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0TN4U9CGu7ndJVLMCBWiw847t8zOfMm { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gutkRaoR58ZwdlOcUui1ytuCEpfykVRO { width:18.75rem;height:31.25rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnIMZOepGJZ67DPq7xWsEfLDCHibF2C8 { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oFWZs9JgT1nayFRgfuee7naksKiwWkrb { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #sKDwg1AqqMIHQXgfVszg0fQ27GXTThnw { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #KR8uK6NBNSiTFPIcB3GFggKo0NIyIgGa { width:17.311375rem;height:17.311375rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZZq3FJs0Zr0GQO6r4yTOL0uxFGd1Kw { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #am5tyQbp8Pu196KQvSq77x4D7fTTKx75 { width:19.375rem;height:2.6rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfXpMWO7UyV4hlITIWadvSTKFJCLdZ4m { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVW96utDosKWSTJ9i2tLzsV5OSiAGnGI { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRsRzB4BrAKrrm1nEkSkAM6Le6AHzZb2 { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #iZl0C3CJHp3ZoIcGZTHbV28v2cIXmmyg { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #wf6GLg5TH2qc6y3v93TtgwWXgut4eCdq { width:16.25rem;height:16.25rem;top:76.124877929688rem;left:2.3748779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkpgUvU1dv9pb7KiaeNrcD4X67izrQTu { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3NlWFybdGwsQS010fB8zxpe8a3qRt2 { width:19.375rem;height:2.6rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VezgEFMpXxQKeIeHlwW1dQ16MT9GZ9IG { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTc6OXiP6Nvelr6LwschqNTU0rGLCmJv { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMCsab1vRM5TtNltB5fuiuJ3e0LIi82A { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #T3qJKJzEmo06tPEsvxFt8ObrKln6b9bW { width:19.8125rem;height:32.8125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMfyICAp0a68QilwwHV48nQP4JJr7z4y { width:19.74975rem;height:32.8125rem;top:37.3125rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #ZxskW8TswMSEf56bX7XFEGU3mNupWASp { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row .container { background-color: transparent; background-image: none; }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row .container > .video-iframe-container { display: none; }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row > .video-iframe-container { display: none; }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .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); }#oO2slUQEdP9b3dzkOMTdFHxoXMmlNRoa > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qM4JAf7uGX8GKVEtVVow98yb5kdJLQ3n { width:18.25rem;height:18.25rem;top:2.7886962890625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl04crztmwKh4GJNgwPWrrhkq8wpAwZS { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #q7cZoMKpnqn2U7Cz6HCS2rDFGrqf5kWT { width:16.5rem;height:3.89941875rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8O1AnKOTTQuDETLXUumbCsOBT38fF3E { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sR53lmiVcqkRDeqIONuKTTNHICTv0r83 { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUTSWrKOUXqi5IUensozHN4EGWvfy4BF { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TyBppVaFuqlQ2xlTsclRFly4ikbohIDg { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #zg1xhqkEJlegxTDSqgHlBDJdK6B3GksZ { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #RRy3Sy3GOWEa4IZVuG03ncEG08JpOQQe { width:17.25rem;height:17.25rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #TCePLF1bSt9Rr1iggXFehgc5ZT2hiFVr { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmL0Af6BnwZKmDpw42avDyyXoxiaKygH { width:19.375rem;height:2.6rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTQpHefbbKAcbCHak7akOJ8mJZO1U0U4 { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDOUsHDECtnfkcUKNcgEDWcCk913BVaE { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqh4zX7GZRNN9TEZb4gZn0HzxssxKWTI { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #rzBARz7DFWtEaE8iIlcm3kxCIUNc0rsn { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ySZWlE0TOMtBnJftukSwfkmaaKOVbAks { width:16.25rem;height:16.25rem;top:76.124877929688rem;left:2.3748779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtA58FBwWkCE6WTxkDD72Xl4LiquwJJg { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W613ggLH8anr9tCXlZ10is1b4nVecHA8 { width:19.375rem;height:3.89941875rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufAstlOaTsEecA2BoMmrmFezzaNmPsK { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCU4AqmztaRGp6Uboeb0OmsiEvpMNHdy { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILxW790RLiDRG97NqXu6SaQxvtJ89VTC { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #bdiMopAO8KKsScm7s1QzTHEE1XH6xsMJ { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWKfwUMcgwsdmz9KAQaZT2CR5ei8hUdA { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #JFoarCg9ULqU5ZlNxuc6i6zfZ0slx7Fu { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row .container { background-color: transparent; background-image: none; }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row .container > .video-iframe-container { display: none; }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row > .video-iframe-container { display: none; }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .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); }#DawEzvuwhPU6uDG9I2r48sRgMOHFvpFB > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZ7B9M85dPMgZqWUWty1t7RgseTf85TM { width:18.25rem;height:18.25rem;top:2.7886962890625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9EJOKLwGuVrsn3wwq4z1hwnNDKFEnRC { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EsIxSvxZnLHAZX4BaaW6SgXWmfyQEK8B { width:16.5rem;height:2.6rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qka7uMKZN5mZS4t2FtgaLJBRU8Vliyh8 { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dB5QddTIFLZXbhltnhrMK32Ra3ZFrvnK { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkN6taVD5kXuWwk7zGuT8mAkFTfZLndb { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MU43M8Nvl6i6OqUyQzptmkk5mvsv8O9l { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #i05DuNS0kUS0viTZK92XWfIpbqgEmW3N { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #UmaATy4t1svMEMd2b0ntfkdSIAGL5afs { width:17.25rem;height:17.25rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #wvdJqpVDn0J7zmZRH4ullt7NOACgSLHk { width:15.3125rem;height:2.1125rem;top:60.5625rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLDnw8DDE5rc6mNug30TB6oBfyxViiBe { width:19.375rem;height:2.6rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czBXmuo2DaIF77rGvbFBtu5M1UPuwmnU { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDy4Gp4gOFJTwnEWeHBMLMkoItOnnh5J { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXeM8JG4344uKWcprEZN998annRlAfxD { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #B4p7Oc0PdPBXrGU2bZGbNmdsn4kMNdxW { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNimyefgq1nd15kOkHiN3sUSgUEuHGZD { width:19.75rem;height:32.8125rem;top:37.375rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #pet4N2kkQT4EO5IT1QysCi33LdsKsb6m { width:19.75rem;height:32.8125rem;top:74.2625rem;left:0.0625rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #kMRk2FXcHKgoWxNm56bZwZKzA85Lpi5R { width:11.375rem;height:17.0625rem;top:75.827083778381rem;left:4.5rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #rU8bFXseG2sWGNGmOmXG0RFAo1rII39C { width:18.75rem;height:31.875rem;top:74.799998283387rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #IAWgsUABED9CAn3WAnMSKA9l4Li64Xag { width:6.6875rem;height:0.125rem;top:94.675000381469rem;left:12.712501525879rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpfdpt3hZTIr57Jvl3PRC5cVDpmZCH7s { width:6.6875rem;height:0.125rem;top:94.675000381469rem;left:1.4625015258789rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3osVKUom6fyrNDqSSdokXgTpCIkZP8c { display:flex;width:2.5rem;height:2.5rem;top:93.487500381469rem;left:9.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ExxifwxEdKFoNRQng4DS05uL4Fughi8n { width:15.3125rem;height:2.1125rem;top:97.112537384031rem;left:2.34375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFRRTlrQ0xrU6QDcheUAXRk7I6uKTVaV { width:19.375rem;height:2.6rem;top:100.54999923706rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW { display:block; }#Zzwdm7ubHyo9qIy4HpnFT60ytxTx8wMW > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqA5Nd9LrzDDn2n7wAUl7BPTq1cLuVCo { width:20rem;height:9.795875rem;top:0.804443359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLcAaHKQHtqtkkJDuScw50vTgstrKDkx { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row .container { background-color: transparent; background-image: none; }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row .container > .video-iframe-container { display: none; }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row > .video-iframe-container { display: none; }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .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); }#HLcAaHKQHtqtkkJDuScw50vTgstrKDkx > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctX97fh7WWCAsXMIJmXEGtfArwkPUFZN { width:17.1875rem;height:17.1875rem;top:2.9760417938233rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBOIHVAzOeFAtJMQ2WZrllxqOg755I5u { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JIA0o3Qk5h3goeV5LyzHIh28O1umJ4yG { width:16.5rem;height:2.6rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvTTD10aOOWZ9Bcr4ZoCSGTF7vM5S3AI { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #a1eXExKdSOy8AJ03knQxUJFN3T30dPXI { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBSfNe8aWgHmcmPfBXa65x1sQk6gINWB { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #M7Tgiy3Bz1v5e4lay33Jud6ewxKaKLeP { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XPk45ZCFpIoxpGxXTs59BKEfcZ5yAzez { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #Nm8mxgII6BU7MnggT2FcqRw0C4OiXxCX { width:17.25rem;height:17.25rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #wZ1gTG4mPT6947RLzq4odKHGhEhZdo1T { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiQoKPr3ZHTSpgrFqMfk5wx7petPxTQQ { width:19.375rem;height:2.6rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOi9zLysmhmbBLunD3W5oyKyveNzWlUM { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKtFKT5pIdcONRBlg5WNTBZNGyvwB9Jh { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD8C6BiZcwxMZycW4O4wV6NM3NWVcvpy { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ZLhasNDiVEeJkuX00gH4Ma6w0rF0EgLF { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #OKCmZeIDA0eieD2lUd84KtTEEsbuq9Aw { width:16.25rem;height:16.25rem;top:75.93750190735rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGLxh13b5c2eLkS6a1IDbR3pR70zc5Zn { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3fRRPft9DFJV5Fyhc2sCupB5Cetk1cx { width:19.375rem;height:2.6rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIzfVWJNdMyTa7XgILrOd6BStENQwMHe { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbtJ5MGKLvVTBoCks0BTrSHJ5Uhclcqo { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh6WT3FGbC1OXqTq57tuswkmDaNslys8 { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #E4otdK2JagGiPg3iph6zMok8C3AE4aTi { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmDnXqyO3hQsLuO08gBHcoCu2ZXQCvMT { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #dKdaDThbiXQkZvfZHAsFwJUtCIeTEZcd { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row .container { background-color: transparent; background-image: none; }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row .container > .video-iframe-container { display: none; }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row > .video-iframe-container { display: none; }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .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); }#ldrJrk6Hwqllo4i5ScOX9nfyMa1z6equ > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5ZXpFFhLno2xT5tZIXwXsqF7prO1Wcx { width:17.625rem;height:17.625rem;top:2.7885360717774rem;left:0.8427085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5viwtK9ErkQXsccFHkmFcwoqRmkTSpW { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XhTz2ISkltcTqVRu5r5a0yaEwdWsIPx9 { width:16.5rem;height:2.6rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gos5BKV9Kb60Hsgy8wnRgzXv28wPVpB9 { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xR1UJbh832ahOGaObhx08p0RnmeaaOIv { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oafZaFwu4mE6tiCPDxUMe9mTS0PyO6bB { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zQpAzNHyclH7X8LonVDFBBRAqDtAxa3W { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #NdvcUBm1oO9rqBS8ZbsvH9tiDOuJWDv9 { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #eMBq4qw4Lbfy31tNMEMhbdPaBTWuOBbF { width:17.25rem;height:17.25rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #T0nH7CPHTbxST716IX8xMUQk77rTW6pl { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUp64r8bw4UnssEDP8Pbin0VzA6zEFXw { width:19.375rem;height:2.6rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMM4ZhqVHhlBZWJWLW8SxK4lo9f63f0N { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2EAQIehv6K30vu6QMSHhrb4stgPLwcB { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFQFWoaQETciFbd4GJlMCk2s3efJgZNC { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #qdzuUhEfe2AaqC6ZtGUcGPGPFL6dtuVJ { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #mynsyV6aye1idfnsQ2D0rZO6E1N9FdZm { width:14.75rem;height:16.25rem;top:76.124877929688rem;left:2.3748779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhAR4XVETBkAkc2yBxh5Dwg5UdFLvvLt { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsT2X9BPsBSlshPTs6HCd0h7oMyM0uhf { width:19.375rem;height:2.5996125rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze1ci0ORz1Zro1T7RLhBwfOM6Q1zt5oF { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDlMazIWOqgLzA1Bn9MBHduF4EaZl1ge { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPaQb5TgvXlRh1lhHrcKZcAECT7f48MO { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #f4zP3oGa3ZWy4KG6UvK3RCWQJMVwFXez { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfgbZOa1MV9u1KqHTh7QOzHZsWmOlBGC { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #KMWJArxLxGxGyTKNP1zBecwdAJB8OQau { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm36hFmeln7oeumET4LATLTfHLrDTyEe { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row .container { background-color: transparent; background-image: none; }#tm36hFmeln7oeumET4LATLTfHLrDTyEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row .container > .video-iframe-container { display: none; }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row > .video-iframe-container { display: none; }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .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); }#tm36hFmeln7oeumET4LATLTfHLrDTyEe > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPQkNNypUJgW0NPSVF1THNJc86DL1a6S { width:14.375rem;height:9.75rem;top:3.4760417938233rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr2rksgq0QL5cR56Wrc0aush3PgWc4Tf { width:17.25rem;height:1.7875rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D6SfVBMzRed9vDL7qhL9Eitmde2FZID4 { width:16.5rem;height:3.89941875rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUmmX0W5BLbS39Nf1ycO9O9ZRv5ZWTSN { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yNIodMphzlh0OVTtmnb0N3ZeLfSFkGv5 { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfdg7ebo7bIPwUJWxoSqiuCKxLvC2f3B { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rZaWwrtvKrbl0iQBvIMA2frmw7h6Q4U0 { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ksWbfdHX9TrU4iAQxlkiyQA6VkfU3szU { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #pUCRmHqmh2r6rQalAnSlBLSH6hnREJZp { width:14.8125rem;height:9.8125rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #SCkFJJqCoNBFz8lUi1bgrPiuBoXQZaml { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5uB3JoloozhcA91VXeQykb9WNEWUyCE { width:19.375rem;height:3.89941875rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7LsGbD4PIqrvF9y6HbndZld14q8rHQ0 { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdiTIUNqIT3GrSB8cQRCmrJAEaGyT1B9 { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElU6Xi3rQvzrVlBZmLZFW0rkOJyuM1sf { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #V4b36TUtVShf6CSJPNM2HpAyg2LFwLV3 { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #d7FuTsNCSV4bWDQQMlUfgwE8abuCuiwV { width:16.25rem;height:16.25rem;top:75.99992752075rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOKqQ7DTloTLL1WupcWxuv3ThWJsVzkl { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X77HWmAWIFxghe0wDFU5C2HyA5JW2sW3 { width:19.375rem;height:3.89941875rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzetqbNbHaLKyMWKO5P7tJrJBxgetbLx { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrVpT5lB5iaSKqbZPCSrOCFJqeaILpHE { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im4A4Dhd0GgEZ7mzHTS6bTBJcy1vD6Nz { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ZCSEbF14ynX28fzITTizX3E9wBMbz283 { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePxZBAqGnppX8TLXyLpRIq0zlDJ7dmi8 { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #KJzkyo3ESw8GXHCcG6sFIW5xT5VN2IlM { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TErBAPLiWNzAr4sAtdlUeeBo39w22ytQ { width:14.125rem;height:9.375rem;top:10.449999809265rem;left:4.5536796955492rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCVDfzb8pgnNbLvGHO8a7z3EXAmShSyJ { width:13.625rem;height:9.125rem;top:46.262426376343rem;left:4.6750001907349rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row .container { background-color: transparent; background-image: none; }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row .container > .video-iframe-container { display: none; }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row > .video-iframe-container { display: none; }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .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); }#grBBWzD8bQAtP8Q4iG8MlknIwHinbV6A > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcaJCn3nbUIEM3TDoMdT6BfWP6RT1Eah { width:18.25rem;height:18.25rem;top:2.7886962890625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcsW3ALCyoW10ahQwJPMkMo26xn7HaeO { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Kn4yORZ1nfLpA01M1eiptH2lfQrQhMXb { width:16.5rem;height:2.6rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJR1UHBLZWJZpDfPNzef9GlZ3SFlhmLd { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zJRQTQBnu1no22viIdRsS6EAFaP0T2Tp { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTBDgIVMCaHDWUqtEZhz2AfvJoT40WT { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hgkKoT5U8t5NcEBaHdNO0QhMhB4rCzxz { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Bd82fPiHqskKhqIkTGMTc2boUk5Qyr1A { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #rfmNV9ZB2QMT2ObfdbfqPqydzy39XGQF { width:17.25rem;height:17.25rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #WmXq2TEDCtbPthD56NhM3eq1TaJST3U6 { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFiqiQyegmLhkMLuN9xEZiLI6D6BH7Lp { width:19.375rem;height:2.6rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9oM0mzgwwAKDKMKbA9RMPwB44ao1q6m { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxHL0i2QVaIHWTqe3WMzWeaf1D9KcbbM { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOQGB7aogXiLbIpyFUSAxZcgTbNeMeoQ { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #vc2PW61Tn9ps9Zb9NMumctfobV82odG6 { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #eWSk1aIVFKDbphENZ1HRzFWONllfq3fA { width:16.25rem;height:16.25rem;top:76.124877929688rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PraRATpCc49vKA9yhfeQUl2GvcMD0T7K { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni7GrXCRl1MuWZqCUfhqEv9CIg3Cl7R4 { width:19.375rem;height:2.6rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmrgaRTS2X80zs4NXuM3fbSWTadskgX3 { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ8BHp8oCh7uHZoXSLZTmK3PoiBDkM8Z { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FygWbkMHsHyAmCbJG7HaCIIo6TS8wiZ3 { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #lcUltKbyPTXQWvg8gHXDZ4sAI39bldJM { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2sTF5Guda7OTx2gDtXb5S4AOMocT5ci { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #ZrnCiT15nQD1Ws2Ri9BF6lgyMdt8DU1T { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row .container { background-color: transparent; background-image: none; }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row .container > .video-iframe-container { display: none; }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row > .video-iframe-container { display: none; }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .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); }#TTyu5Tw7AMmCPRrmdSblHWd4X0LFu7bP > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2km3lCa4Z03dVDbcnxII6bvmPxr7DUp { width:18.25rem;height:18.25rem;top:2.7886962890625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfAEVBapIHaTmaTw6U6eEadTviIGDSuE { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MJQu5KpyOkwGlsbJx9QVNW2ILrkKBGWr { width:16.5rem;height:3.89941875rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4Urd3G0hRfTB1elFLgoHJ27EAnzpzCO { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #phLTuTknnrS5rcKNO8yrBOxzhnyNVwGw { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzFGNTI2H3tarSxBQV6JhP5F9g1vvkkK { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KsbzxcoiKhi2l32enqb7ribVtBdEW4q9 { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #OU7P32NayupGHs9n1DTOeXbOftMrI8yI { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #CLv7AePoiF30i402lHtQIpHbNuF6SvSF { width:17.25rem;height:17.25rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #WfXa53QhIkrCpJI3So5DSwA1gcPyH2dn { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsAVSNL1H5VB1U25R0A0MwpsoB2d0P3E { width:19.375rem;height:2.6rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpzHncrGHpJkMvbBWynGxJxOAI9C0P8S { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJDpavQHus9cb3WbO4lZbWfrnPlwWNi0 { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzrr3fONILvHC64Vun0XfcRXXTioOCBl { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #HxPzzNw4VecKBqF3WNkhOzE6O0nn0o6c { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #rTSKB6DKMv46Tyzk7V6JfK2MJfgdKZwy { width:17.75rem;height:17.75rem;top:75.831254005431rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf92dElBEwd0mK1USAegnVhNUfy8hX7P { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NopvJkXl66PBTly6634PFvX8EaX0Qnrw { width:19.375rem;height:2.6rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqgffKg56NIKUoApCpC0N4snoe8070gy { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpLVmhUQTk6hTvN5Bl6GFZfxzIlS2M5t { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwgADgbZOOQURs6JVxt8CTG1Obd4SFq9 { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #L97XykRspXsT9OLIoyyePwCyPvWBo2uE { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtwT6COaWFvOoUcmZ8QqND1HwG7sJ8na { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #W8rgqTNw2FfHcI5fOyyKpTva9RUMQJgy { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row .container { background-color: transparent; background-image: none; }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row .container > .video-iframe-container { display: none; }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row > .video-iframe-container { display: none; }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .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); }#XAtdgRRPCNG6lc6AKyfy59xL6Tm8iDxS > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1Z02kpEIn6GwqaldiyzSxGnCLgMKl1x { width:18.25rem;height:18.25rem;top:2.7886962890625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTUSVH7CaozJChG2Sn85VIlTwN0mQal { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #igU33SsAAC5cRs4nJb7GT2sNaLONNX03 { width:16.5rem;height:2.6rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHL1MQQs2FpZrJEbO6cgUGEHnRd7NWz0 { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oH432qvxmMq3oilR0KQQxbCIydEA6hMh { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDUsnXVZKvvmEUpTAfTd8H0MVTzF7uiQ { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C8GWJF9KfRBIlkft8TOEWtpqIoCeGyqO { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XDf2mrHqTFEe7tI81ypKb3Sr59TSR5Kh { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #zx1WkGnMg1SuZEoXVU36DDHhc2i4IE74 { width:17.25rem;height:17.25rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #R1RilxMtdubAvyZKkUBgJZUoRHAEwR7p { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvou3CTA9gmQi6UG8lI8VrJtpJXWZIqq { width:18.3125rem;height:3.89941875rem;top:63.6875rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iezOJvHUzmvdI3G3VCm6UVniZLmSX43m { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI2cDaHEzzWhRbm4q7qQyaygJmDIp93i { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlbxNgwiFFIBUU43W2CQOUkdzNdbAUsr { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #bi5JZNXQhpJVQFuVyxQ9679PadUiqKXm { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #bVihNBbRIg7eyPUxeGfPdHRlF0u4yudf { width:16.25rem;height:16.25rem;top:76.124877929688rem;left:2.3748779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUbnvcmkLFrRIhzGCt0Hz2WaTbNV8So3 { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBbwFgsE4WISfEclbV5fo3yJeb4D9HwL { width:17.25rem;height:3.89941875rem;top:99.6875038147rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt4ZayXOBDxkPNZ3vr5GGGn8zgNoxBr6 { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTWraxEQsLGPONw0RidCsRb5kZvUo72L { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rARdMvq29ATXPUXFzlR8Gaqsavcb5dQT { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #iu7bu8ufdznqHncZnX0XqRgraVn2t45n { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXwUQnwFyMiaR1CM8uSL9i09qdFp6iPz { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #LQIuPTuQMwIDsLergF2p8XAslAHW2bRe { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row .container { background-color: transparent; background-image: none; }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row .container > .video-iframe-container { display: none; }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row > .video-iframe-container { display: none; }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .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); }#Rlya7Q4rayb7uX8iWdxSSSAeRqpzEZ1D > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKZkcauyRzHO5PShqTcV63LhE36PJcib { width:18.25rem;height:6.4375rem;top:8.9135417938231rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC48sEqZBF6atIZVXqg2Uu9KDaOcn5yx { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MtEPQ84i6UzPFZp9HihgSBaBTWzwTNn1 { width:16.5rem;height:2.6rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSRf9g9MmS5q1i0vTsGzEsHzJB6sG6OD { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EKI7cDDd4KUbiU4o1JRfRwGBgsfaryK7 { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q00ZbfUdWdKq1TUvcfmorzEsBdDq38p0 { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hTKxDGR1qRH6g9DbBOghCZXXOqx8KI7D { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #VhAAdlOBDNTefcekQbSNmaWu9rkVpvNB { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #JHGcVbALB9u6OLHpU9UCo1WASn6PPtmP { width:9.125rem;height:15rem;top:38.874999046326rem;left:1.75rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #u1D48ABksLLk8ar4HAzAmXeEkrOv3TwW { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrP8aJ93zZlmVHeuG4KXosVrRkegoDwD { width:19.375rem;height:3.89941875rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT8QWppR9Ob18wGc7tr1JJ5TQKmNcdDy { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzX5UeFQnZViTUHoZF1h0pGL87nefGfH { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVEnUzD6CkocMNBXHVUCmpqoMAT3EDX6 { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #NqutcVU8DtDg2G2arMEt1n27LVJ1NZmx { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ZHo7DIVQPFuO27eTBkEuP00tzQTJLMVU { width:9.875rem;height:16.25rem;top:40.267706871033rem;left:8.987500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnHKXkS1KKPVfqJOrccWLT6HPDczkFfJ { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKMDIzSDQWPfQK2ToyxRMo7Bva6XncML { width:19.375rem;height:2.6rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q22xagAAi5HbkueHVqcGc4KdwSFszR5p { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECwyS9SyLPE4R45FihWVAfNp9xxddTpJ { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6WBrQne5U9xqAGqZKnNTadw7C5TySXO { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #W00v6JqqCfZO4helDlp4TL73zhHOClyI { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQtgK93TV38D8hXTTORwgU5xAOPbOLgW { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #AJCnlRdBPJVgy10MmLugsMhl7p5B54tP { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COS93aBivnJU3AvXCcaVK6UPfS0LLnU3 { width:10.4375rem;height:14.5rem;top:76.825096130369rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 { display:block; }#ewqeITkCHcgkfmBkgpgsCBsxc7tKeN52 > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVPTHu19uyctuPEXHas3Lwhos2EOlGF1 { width:20rem;height:9.795875rem;top:0.804443359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row .container { background-color: transparent; background-image: none; }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row .container > .video-iframe-container { display: none; }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row > .video-iframe-container { display: none; }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .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); }#TPJ49PBxn0pcQyEzZuHQnD9tZiTWpbrC > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6v9BkFr3fpHBwcHLiGPw29yp7uqHrnm { width:18.25rem;height:18.25rem;top:2.7886962890625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed0MrlMaozn2vKhRcyZrvTU5Jo2t8flI { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kJgJwu5vIVDQDiVcJvNgkWdkrIaUnO2a { width:16.5rem;height:2.6rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEyvlQaZ1I4uOAi4TWFi20LsRtt98HmA { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XA3EFBagE67DRtxSTwrU2gPldXyo8eTs { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EefOaFuxyVyprKDaT1JaH6NH0e5PMzW6 { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FIidPTwLo8UHIXn2GeDSBuV2bxE1hTDC { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #b48n2C3OC4sIFdxt3cD9eNmfQoWW6rZB { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #VvcxAiVxo4agflQNkGc3AeHML2BtQsDT { width:17.25rem;height:17.25rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #k8JwcJbORdLOZ4pt5zeit0EouXsnsSXV { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0u3rn8RX5uqv157K9ev6vRRgnJrWJJZ { width:19.375rem;height:3.89941875rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7DrEgbW5hVMmOJeisxo23WEfp0zRb1Z { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0EwgLoyJZAtkVLr7iEQtGog6ITBwuFk { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP21DFIek96s8EN8AgMWUfqryqn5KPug { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Hk3wbuBQ2OwcwGhUInsFK7OfkTbluz3u { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #qLKMIGRrZnzo1UcNzDRBcxqqsgz61NSp { width:16.25rem;height:16.25rem;top:76.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIHRlQW09BDhKpqm2g1n17m5AaTdr44M { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfGFvkJHEC0TAGpuPO513woTVdoD3veS { width:19.375rem;height:2.6rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJfgOkTwy036IQadBQMRU076hpOIJMnL { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldEi7iNzVPqiJNFdlrcP6Lt9GoO660O8 { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8a5UOuEwlvfpUMxkccAzQ1g2emuFbL0 { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #GClRKFCoDefBFqSQOshig7ZVss6BVTN3 { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHe8scTEeC4V5SSEmbna01S9hn8J1BCk { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #Gcp7Tp9tmd91WAgTspz8gzwbTORDWdlw { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row .container { background-color: transparent; background-image: none; }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row .container > .video-iframe-container { display: none; }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row > .video-iframe-container { display: none; }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .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); }#WM41Nqc8NWBSnf5vLAU6zDVp6kRMTelH > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ft5Lp8qUx0PzTebqcxTE7X80cXSGr4yE { width:18.25rem;height:18.25rem;top:2.7886962890625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpQQy3RxubeFqTZkwMv20OfNZMd8L1wZ { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #akizahgwknyC2G22IAqTDMF85hEdNbal { width:16.5rem;height:2.6rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGKfCOIoSODESX5o9Kw5hxNVLz6wQhSa { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OXHFw9aHIMTbwpZPrRguC7ytfgcZPzVJ { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV3Kh7Em977Z3VbThSM2wWKq9Qqavypq { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KX3JPyE961it8wXxyKG4Z3pOm5a0TLnO { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #H20QX1L174P5QItt80To62bMpZq43cBJ { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #P2R0XUX975V9OVH8wmk2IulWKDLTe6wZ { width:17.25rem;height:17.25rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #JRrfeLnRx6G92v3vsbsHyhkUJT0M5iUa { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvTdNfQXqc0ZSgZpVb1IFwqQ9VTMJ4HB { width:19.375rem;height:3.89941875rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRlxnHHu4Nme9LOVVydwfQQ31sNHkewT { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC8H3SreEcpiErxAvFDvZyzTFPVMDhZb { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raCKNqUMtiZQNF4y1aAnUMhXauQimRRW { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #zFKAMHbf0GgL1mFO5MV67EVfBG1oXdpW { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #p0nUGLlRyu6xz9FhnhUzlXloISZFl0kV { width:17.375rem;height:17.375rem;top:76.124877929688rem;left:1.1248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpLUelK2pIg5f9NNsyMxHalQxVWDxcF2 { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxSxfJ8qXq8oGL62GT0VBnEdFwi5Xd4u { width:19.375rem;height:3.89941875rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1N0qz8QsPl3AgERG6ldtT0t00emUpRT { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axUOM3Z5sDaLeUX4rKZBoe5FoknZu8l3 { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTKoX5VNhR5lBk6BGbzES7ynTcuPJ8x8 { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #w2Xek2pubomIJ2DS3UHhPHUn2TtFhfWA { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2hcJJk2zrFnAZHlLDB4mJGNDU6QWLOc { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #SWlrIr3AspduTkOlKywH13fN3WAbWuGt { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCxLHDswxAvTJlahWhGNcDvlkz01w4CA { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row .container { background-color: transparent; background-image: none; }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row .container > .video-iframe-container { display: none; }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row > .video-iframe-container { display: none; }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .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); }#UCxLHDswxAvTJlahWhGNcDvlkz01w4CA > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEgs6Jy8l2HQToRDMhVgegTMu0humyPn { width:18.1875rem;height:18.1875rem;top:2.7886962890625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpa8xhIgJEEDFhJ03Br2A7bpmUhasRZi { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SmXZibTVs6TPidc1lUVIvGpMx7Nrhzl2 { width:16.5rem;height:3.89941875rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptw728hxBaddO6RENrTgiaewSQ2cnhIt { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TShDDwEVTFxEH6lfcFFMAf7ZGQnLAF3p { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJRTb2skp1IFUPIFWhS9LoFyXhDe053Z { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hLBJD4knLWkXbTroPcGzeDhZVpLPo5gX { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #UVwPhJvgpb2QF8H9hq8ILF9phzqsv4lQ { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #FkwLseRDXdfntCzS4UXVlQb11szkq25h { width:17.1875rem;height:17.1875rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #KC0GseDJCn8VQ8n7XL9lxJXdz2vEkcUp { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTv2yeClHTsTTlULRGLp9GsvepIwmD4C { width:19.375rem;height:2.6rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiGtaAUBltXVx2Phg4tE9uyNQ0NcPB8f { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfNF2KyAb64PT5BtSg1yoDRAQBvlnE6r { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWBCL54AhAQcFqPHAetg5OwOyRGMNFb3 { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #DzMc1nTaTsE8nq13QXmJSIL4wP9KXkLk { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #theNItKi5F9k5U5tbdk5Cfrunm51VzTn { width:17.3125rem;height:17.3125rem;top:76.124877929688rem;left:1.1248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKIws0xeerwwpVgxcUqxFO5yscRgPzNA { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTAZqrJZ6nc0J8WZhr4fqgfn3OLMF7va { width:18.25rem;height:3.89941875rem;top:99.8749961853rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD9hOiZIHCOJ0qGFalxABaEqSqcRTb6P { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7kWBAoWknbzoLtyWTIDCNADzJl0Ddt6 { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbUGbzeiA9oM9ZQEGMRTETtOgniI7Lq9 { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #wl0p6rT43Hfd8uwqLVq36XRJmSIaetAT { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8U8A8HR1p5KnlVU044WKXcEPv6qu8zk { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #BXPEnTH1Er8HuCoyIk4SyBcfdbNZt8MJ { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row .container { background-color: transparent; background-image: none; }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row .container > .video-iframe-container { display: none; }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row > .video-iframe-container { display: none; }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .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); }#eIOWZlTyFeWMEvxaVZyGrNpZQDa6e2Aq > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzSqUXfemhTFiAGlx8TkITETT2TmoPom { width:18.1875rem;height:18.1875rem;top:2.7886962890625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSOrAgg9pqPF3sSFw9qnA3wrkV2b7NMA { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lCsWGo0NQtKezdqFoOoBEZ3AUQe3tHQf { width:16.5rem;height:3.89941875rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M86fa8hVprkWAKaSJLFxqKngdcSP0uvQ { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v4rRBd5iFWlRA4ngXPfxuhfGUv2anHBv { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPzvGpeE2ksVIK8iS3A7dAS7QDviNDJ9 { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qgnFvTQUHW44UNIs8W9eotk8pkT5W2mK { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #StRvxALwJzGzpzcU692Gyr8pAaEaTO1o { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #I88xk900IQh2vFus6w7KGpUbRWmf16yO { width:17.1875rem;height:17.1875rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #kKcFuhGhTIQLzPbnDPL6LTW24yvKi0CW { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0dJRW3MSZdWkNTrS6uQAVbITvEnfKig { width:19.375rem;height:2.6rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXJdyyTdICXem2oDgzIie7JC2u4OB6xH { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKevqfn0wD8VFKMWgCd2KtvhxZlPfXtB { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgxiJlWG2nTQn5eK7KvQc5aDA6IDkebq { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cVUVLmgTW1xAPqNv2ttcr5pO64OqpUb3 { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #XdaHuxVzITRoq9CBehU2LUqtokgIldml { width:17.3125rem;height:17.3125rem;top:76.124877929688rem;left:1.1248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crq8BWAEVOPONiQ5c4OFcLHZqHDl2HCG { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH8XaRcu9FUeeUsOBTVPTzn2owyATye3 { width:19.375rem;height:2.6rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWOlz9DtBrWVHBA8cfaqqBWBB3frp4Sm { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Fv4CllHEIlaoEdf7GGypORCr5AFFCd { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWAtirTy1JleWqAcy9gA8LQTgtC43Bhz { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #tE4q6C4KGqbSfl6wMJ7sf7Is6R7uBXDM { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI9CValZZNEhPkLx5k9hJTwN3kaDgFef { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #uiyTZxbpMfIQ5TcikZgOhH1pWncI209N { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWgZLgec700QT39Ook1uBJFqDK2yocaa { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row .container { background-color: transparent; background-image: none; }#BWgZLgec700QT39Ook1uBJFqDK2yocaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row .container > .video-iframe-container { display: none; }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row > .video-iframe-container { display: none; }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .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); }#BWgZLgec700QT39Ook1uBJFqDK2yocaa > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueNQi70pQHIKFGAOWPpTL6wqTsaCcNNA { width:18.1875rem;height:18.1875rem;top:2.7886962890625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTrWKUJTqvIHzdlvk0gSiBlCPECVkI9F { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #A6afbkRZfaZ9R3KXJEJkcqiJOieF27x5 { width:16.5rem;height:2.6rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W905IeUVe4TCZC06wx3WNmHckwbBkO93 { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GXzWRgN3t2hBKwTU0UxDNPbVA5kbGeKc { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxq3UORX80naKuynQ5iAFmCyQFgVJexf { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #M1q5ZCcFT1SJaFdOd9Jn33tOMBA0C8fr { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #pwGvApoSI8IyznQiHO2pMCMKbZNTvXup { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #tqG7DQWhhRTOkuROgTk6ee2TRDOtQ3Bg { width:17.1875rem;height:17.1875rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #cZVCdUkit470TL3LuPmd5edWQATeo9Mi { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIaTDiOWXAIV6Ure7iExoRtu2GlhweHE { width:19.375rem;height:2.6rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACseVROlvZ8GbheTf5ETmOAlECHpVWDr { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFfJe4Mvxc0GHdTGy6sS16T9s7U8NQgn { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIiGRyHFeTqZhyxUrDtgtSeo8QVtSZPr { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #lwdBOl9lzP6RxvoIF4Pb7QK0sHk8ZDAO { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #aSNsdXLPz1bNyR70sGehT8A0l8hSgKtH { width:17.3125rem;height:17.3125rem;top:75.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQhiQqDGze2wyEVpZFax7MbzkMSSz8OV { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxmJdmZrktmaHahCpbrbrUHfpgrkerft { width:19.375rem;height:3.89941875rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtApmmU5Qs9C0IrqpGV14xhirRbgkvCn { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXW2KhJtt8u0D2LL2iKNKsgGv2qSPJkw { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk6FTfmh82x5cIv8TXEcDNA7EVcqI8hc { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #suvV5Sd0ePrPqO72lnURLzJL72UDvS6d { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZx7Jz0KUHa6qVMlyGqSMgDa0lcNoC5Z { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #vi0UXmMfG6UdqlrxI1bRmvqIcT91qOWw { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row .container { background-color: transparent; background-image: none; }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row .container > .video-iframe-container { display: none; }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row > .video-iframe-container { display: none; }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .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); }#OVoKvTyU0tT40boc4vvbKUiaBeQtkoHL > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wu0ytTyXmmlTn0WGz1WugfO7Ki7ztFfD { width:18.1875rem;height:18.1875rem;top:2.7886962890625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw98KLZfXW2FgPrvNHPyy2PAKJHJXAd2 { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GdNhnzvOS21QE8FzOSvS1LUTT98qCvO2 { width:16.5rem;height:2.6rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PowTtDBCsFgsZrXAneKzZ0kK0FOX3NVn { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P9skyQvLxTH3RrK8Kg4oECaIVHWUxewH { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eauN97FfFOp6oJCDaUIAds6IkrCMKrx2 { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rvXkApkQKrWkrFLhVoySUuEMldG9ZGnZ { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #HCrT0fltE3NUTU8UwoMo7fzyu8p7ZAHy { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #a32C9EvtcGeHUBrQ4KPmRqkfnDCMwwEx { width:17.1875rem;height:17.1875rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #M2afVZA8STaaM1JZMaqe1VLGwNCV3cfJ { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWgoFGMoJ7GBO6bUcZh2f5F7Qu7yZXLd { width:19.375rem;height:2.6rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #una3LbVZD4dKx1szVXlWb934afNPK61T { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HweIQtVm1NDXJOV77phJTWX8a5LqlFZ4 { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTclUZt1dGLkGBVwQrO8IgfP4rxfpMHv { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #BSP1kqJNsKxC9dq7CyNiPp1ES21yyZtg { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #JpfzPNVIRd0aDKEV16ZSzSefgWuAdFnA { width:17.3125rem;height:17.3125rem;top:76.124877929688rem;left:1.1248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un7QncIpprNLBTrTNZipTDT1XI209XP1 { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKTGaSHrb12z3q5HtiIzcPsVJnoIO5Tg { width:19.375rem;height:5.199225rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzVv4wuJzIPFFPu7gq4oiaI2D4Rg4Cqv { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQx4nL1rIAFyc3ofMGvpPeuDFP3JIKZd { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIb5OATfk6FAC6TlW9WLHgAEs0qnLNQS { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fM6pxWM4exlm8pGJtGT2wO5HJaSEc3rl { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9FEJpr0MbR1XFIZF4HpeaRbT1377dr { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #hiSNM9wvNyqUfWqEG9mp58qHaM8IkPtu { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q { display:block; }#rfbMxasaduNLNSKEEzfcOIq3q3ATVz4q > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3yTJM0LL8qirTJ1QZudv7EtsaKsF0hx { width:20rem;height:9.795875rem;top:0.804443359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row .container { background-color: transparent; background-image: none; }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row .container > .video-iframe-container { display: none; }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row > .video-iframe-container { display: none; }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .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); }#tNTsUDniuD5wIIHpabUKcPr93lKw9Hm6 > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8OlvA1S3gCmD6gCwDe3GylVOwqDMwFC { width:18.1875rem;height:18.1875rem;top:2.7886962890625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSAHnqEOwTTO2ndCI7q8rPTn2tN716kf { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VTVdTKG0lxEruByArueHVLv42wSsi9eP { width:16.5rem;height:3.89941875rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x63T5getkghoqFe1A6pUDQ2TLN6T13JP { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Z2AMmDSZ3S7lzV3Lz5CmkFBZGhNvbkRT { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzXe6F2oVvg7ftiTxno5aeLvwTmNIpoR { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #M7tkSCqaRNlK67AQDWA0cKFdry7kcqZi { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #VEUpTRPnrSFmK3xEpGkaQS6rWn31LQV3 { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #fOukJmBW97gUa7s8nISXn6hsRPJdXPUB { width:15.375rem;height:16.25rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #wpOT4yob6kKbWtsqvDzbEfTzS3S6fElr { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqdQJOXffSyyVsAZCimQxTnVAw56ZETA { width:19.375rem;height:2.6rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7WXlPpqZ8c7B5SBSrX3dZfWI52KTFt2 { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hssalsJQTsaWsOf9uUS9pH5OeJZxD6lS { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPSZFuDPqJoZfdBpnQHnnNqiu1cvNTP5 { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #w37dBm1U9SeBDKmQel4Ntk4kSg2nUJys { width:18.75rem;height:31.25rem;top:74.562377929688rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #cQZS2TkG6Ti0Tt3tQ6PSoGygEwp8UhOy { width:16.25rem;height:16.25rem;top:76.124877929688rem;left:2.3748779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UisXd6yBy7V0cteRR0JvkIk3B13b8TOR { width:15.3125rem;height:2.1125rem;top:96.875rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM5ymOyTxiSo6IbbNEdTVrTWAegAwh6u { width:19.375rem;height:5.199225rem;top:99.874877929688rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmEXJVnlZX99Kzf7oADV8UuV2iqZVIm3 { width:6.625rem;height:0.0625rem;top:94.749755859375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR2wPCefaHbhxX7goqkOCABwvWzsqwvO { width:6.625rem;height:0.0625rem;top:94.624633789062rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7lFlBozy8RwcArE6tsfr5TGNRieK431 { display:flex;width:2.5rem;height:2.5rem;top:93.530883789062rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #gIM1eBZcMTfz3c28L6CPpCUWVTTTQgVf { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icL9m7PA2GvDbXJduAn0KsWh60oEdEnM { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #PzgyUkGsx0o4hAMlEvyifFpweF4Hok2F { width:19.74975rem;height:32.8125rem;top:73.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row .container { background-color: transparent; background-image: none; }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row .container > .video-iframe-container { display: none; }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row > .video-iframe-container { display: none; }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .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); }#en3ISUJZsaA0gSI4VK1qEVucsSz7FtAm > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7uPOfQxxForDvrSL3isigvOOq8CvAJi { width:18.25rem;height:18.25rem;top:2.7886962890625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TECA1dyqNa6hIJlzLzN7a2tHWX4O0iLf { width:17.25rem;height:1.7871125rem;top:24.375rem;left:1.5rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #roKKzQXTudG6LqViHNnaXHf9t5GWxF33 { width:16.5rem;height:2.6rem;top:27.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8mvTLorWhWZsbaUgkVq3oexF4HzFRCg { width:5.625rem;height:0.0625rem;top:22.3125rem;left:1.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FLP7f8k6C3hTxdkH2SKMCfuERORUbgTW { width:18.75rem;height:31.25rem;top:1.7498779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyWB5GHhfRrTTW3li7WhekTyXCUg4kir { width:5.625rem;height:0.0625rem;top:22.25rem;left:12.75rem;background-color:#c06c1a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #f3n4hsVo3ggyf5TKmKcprxHZNiFx3l7t { display:flex;width:2.5rem;height:2.5rem;top:21.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cKm1Zit7RXZyIl0gnoAgpfhT9ffC5Btl { width:18.75rem;height:31.25rem;top:38rem;left:0.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #Bdu8hx8ff6w97HXR2h8FKKwXOwP9aLkO { width:16.3125rem;height:16.3125rem;top:39.0625rem;left:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #nVIuTkI7EhuLwlnqQLsqsJX2LMIxeobF { width:15.3125rem;height:2.1125rem;top:60.75rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTtphVVz7KINUVmMwWT4yyGAAcS4SDUV { width:19.375rem;height:3.89941875rem;top:63.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zylvbFJaCPzNNJfTN2bk8W5IVTrQfbhe { width:6.625rem;height:0.0625rem;top:58.312133789062rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVM7Il4TaWMRWXyUls8aeR5GuOweTIm { width:6.625rem;height:0.0625rem;top:58.24951171875rem;left:11.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bST4woqCaz3clTUPRawEd1OPl9Taa0qk { display:flex;width:2.5rem;height:2.5rem;top:57.092895507812rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #yh9AFBu3HM73sXUTOqMJATOyyM9SJHvZ { width:19.8125rem;height:32.8125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW2g1lWnTa2BSW8kx1HmzrOb5umWIFUK { width:19.74975rem;height:32.8125rem;top:37.374877929688rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #LJEnciMJeUAXh02yGNd1k40NXCOUglKX { background-color:rgba(241,211,166,0.9);background-image:none;display:block; }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row .container { background-color: transparent; background-image: none; }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row .container > .video-iframe-container { display: none; }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row > .video-iframe-container { display: none; }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .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); }#LJEnciMJeUAXh02yGNd1k40NXCOUglKX > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX { background-color:#f1d3a6;background-image:url("https://images.assets-landingi.com/uc/14d458b1-410b-46fb-8bef-e1d32cb9d4f0/dol.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX.adaptive-delivery-prevent-bg, #AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX.lazyload, #AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX.lazyloading { background-image: none; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row .container { background-color: transparent; background-image: none; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row .container > .video-iframe-container { display: none; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row > .video-iframe-container { display: none; }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .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); }#AyK3NLlhW0bmdCQqNfw9VgquwvhHB7hX > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKiJpAx0rFCkTgibLoPmkmieV34vDgTb { display:block; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBUbaAscb2Vmc5zoTJ82HyvdMnCM4nVs { height:10.7495rem;width:19.187rem;top:4.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8KXa1RtTmSKR5u9rETKTzMtEiZiMRKd { width:19.9375rem;height:11.4375rem;top:3.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHUqPb1dHsT18fvaxNiK6ylWzZlufkGs { width:7.437125rem;height:6.9995rem;top:0.5621337890625rem;left:12.562866210938rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPcit5BrAB4CA7veMOG0hXoQuAhpcsTA { width:9.0625rem;height:8.312375rem;top:11.655883789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhp1wwfn6f92zpfFh79Gc4H9N8KgLeWm { display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #Fhp1wwfn6f92zpfFh79Gc4H9N8KgLeWm > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #U9AHpi9fCFfFxyaIn2NecKxaDXH4zIdU { display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #U9AHpi9fCFfFxyaIn2NecKxaDXH4zIdU > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9qMRx3CfbNlxbt6U8X09tybfZAJwFIm { display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #n9qMRx3CfbNlxbt6U8X09tybfZAJwFIm > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMJaLNeXLwsFn8GqXXMytNfyDTbxsUoh { display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #ZMJaLNeXLwsFn8GqXXMytNfyDTbxsUoh > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDmuUIxIkqfi56grQ8QmoTDCzTdECMMH { display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #zDmuUIxIkqfi56grQ8QmoTDCzTdECMMH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKXx7C6K45dbzh15scdAxESdZpoJ8k3S { display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #eKXx7C6K45dbzh15scdAxESdZpoJ8k3S > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q376MOpvptTAvbDHfwwyTJ2HoXvOdUmV { display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #Q376MOpvptTAvbDHfwwyTJ2HoXvOdUmV > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBNtp0Tlm6ATJIVUdsFRLUcpVnZsqWr7 { display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #aBNtp0Tlm6ATJIVUdsFRLUcpVnZsqWr7 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0dnOCGZX0L8cL8rxeRD3feEl5cKB1wa { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #x0dnOCGZX0L8cL8rxeRD3feEl5cKB1wa > .row .container { position:relative;display:block; } }