.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#efece3;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { position:relative;z-index:auto;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container {  }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;width:75rem;height:40.0625rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { color:#000000;display:block;width:29.875rem;position:absolute;font-family:brown;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.74951171875rem;left:3.75rem;height:8.125rem;font-style:normal;display:block; }
#FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { color:#000000;display:block;width:26.373875rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25rem;left:3.75rem;height:9.74825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pA0woraBkOrG7h8epGH9kdPphFWm9gBx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.62475rem;width:6.62475rem;top:11.4990234375rem;left:68.375854492188rem;overflow:hidden;display:block; }
#qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:9.5rem;top:0.375rem;left:33.375rem;overflow:hidden;display:block; }
#qDHTMaznpHhkBqW5tWK8ZkDw3Ftd0oVn { color:#000000;display:block;width:20.625rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.46875rem;left:3.75rem;height:2.03125rem;font-style:normal;display:block; }
#nd4xBtpN3KwrTDgTLsi2v3egTmHlDtGK { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UCb5kpfUaQOTy8nECffEdELW6LmdBbeh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37rem;width:75rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#nuTl6MLFhv8uWey3fpml0cJEbLWRTMa2 { color:#000000;display:block;width:32.687375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.687255859375rem;left:3.75rem;height:2.57595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n4LUABCATlNoSHMruPdNXe3oArIT8lbK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120rem;width:67.5rem;display:none; }
#rek1gwK1iReixKevIGKCSbc9ZO0UxfzW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:7.0625rem;top:4.249267578125rem;left:67.81298825rem;overflow:hidden;display:block; }
#qF1WAeWbRnn8IQR1s4R9iARpuGMZmk55 { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nawwqvTT4ls78kFpR4DGgsSLwBOmLE6S { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mQbHM97X4wRbcrRTZqT2LsmIKuB7wsVy { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TxOFxtmHxmJvk4RzwQC8T2fASeTgWco3 { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#S4N7tUEXkxamHAbqtnhIagi5MiF8UoPU { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UFUorauwmX4lHCZrdnKyIs8J9TehuDG0 { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(243,243,243,0.54);background-image:none;position:relative;display:block; }#iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI > .row .container { background-color: transparent; background-image: none; }#iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI > .row .container > .video-iframe-container { display: none; }#iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI > .row > .video-iframe-container { display: none; }#iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI > .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); }#iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI > .row .container { border-width: 0; border-radius: 0; }#iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI > .row > .video-iframe-container {  }#iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { color:#000000;display:block;width:67.5625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:1.187744140625rem;left:5rem;height:3.6382375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#noOWpZ0rsWMrAZM0TIONy20zQTQ3ZnUi { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:4.5625rem;left:8.875rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#igTkbaTqwK6221QMUvKGCbzOGhe8teSt { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:0.9375rem;left:11.75rem;height:2.25rem;text-align:center;text-align-last:center;display:none; }
#BQAwCTeMPsWPxsmrZni6Q1a4w5DlORGb { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:0.9375rem;left:11.75rem;height:2.25rem;text-align:center;text-align-last:center;display:none; }
#f7JXn8KVWM8Vlf2JB0EbiSFTnOArEsKU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:22.5rem;top:3.8747835159302rem;left:7.5000019073488rem;display:none; }
#CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(243,243,243,0.54);background-image:none;position:relative;display:block; }#CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw > .row .container { background-color: transparent; background-image: none; }#CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw > .row .container > .video-iframe-container { display: none; }#CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw > .row > .video-iframe-container { display: none; }#CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw > .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); }#CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw > .row .container { border-width: 0; border-radius: 0; }#CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw > .row > .video-iframe-container {  }#CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#aTm7tJNyX2WghducNTVZ7CnhpezNoqvz { color:#000000;display:block;width:20.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:1.3748779296875rem;left:8.87451171875rem;height:6.9986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ndWIV33bgNnNTaS9QmfWcODp48so2apv { color:#000000;display:block;width:2.999875rem;position:absolute;font-family:brown;font-size:2.5rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:0.125rem;left:5rem;height:3.63878125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ua4m49AT8A9ZpQv6qMX6QL3IGrnKHlnF { color:#000000;display:block;width:20.06225rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:1.3125rem;left:47.4375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xAhgMIs3Io5Z94nneBHBRVVbOBIiDSit { color:#000000;display:block;width:2.999875rem;position:absolute;font-family:brown;font-size:2.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:0.1875rem;left:43.5625rem;height:3.63878125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FJM4rZzZE1bMvFOZCAAEfG4SytaEme4m { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:0.9375rem;left:11.75rem;height:2.25rem;text-align:center;text-align-last:center;display:none; }
#crJXL1XIBLWaZ4H27JlH5dCSJRt3uWTy { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:22.5rem;top:3.8747835159302rem;left:7.5000019073488rem;display:none; }
#IHOlCoTSFlBxAiZkLI7fdmCCRCdZk0gU { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:4.5625rem;left:8.875rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WRvWcBgKTIvCJqJLffT3DwbUUwcP5WmB { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:1.3740234375rem;left:47.4375rem;height:8.748375rem;display:block; }
#uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(243,243,243,0.54);background-image:none;position:relative;display:block; }#uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So > .row .container { background-color: transparent; background-image: none; }#uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So > .row .container > .video-iframe-container { display: none; }#uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So > .row > .video-iframe-container { display: none; }#uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So > .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); }#uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So > .row .container { border-width: 0; border-radius: 0; }#uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So > .row > .video-iframe-container {  }#uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#VJqu3umLhDyJKfROPOWf3yZlzrdeDwtU { color:#000000;display:block;width:61.124875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:1.8431396484375rem;left:5.062255859375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XIkBqNm6u3HPa8vtibFggIbEGzgDOHAi { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:0.9375rem;left:11.75rem;height:2.25rem;text-align:center;text-align-last:center;display:none; }
#PqmlfRt8ygkVgEDlTL3DU3miDhXFf4sk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:22.5rem;top:3.8747835159302rem;left:7.5000019073488rem;display:none; }
#L8R2SR2GxQFPBSfkvpZFp6JWWtrCTkVP { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:4.5625rem;left:8.875rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { background-color: transparent; background-image: none; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container > .video-iframe-container { display: none; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row > .video-iframe-container { display: none; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .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); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { border-width: 0; border-radius: 0; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row > .video-iframe-container {  }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { font-size:0.875rem;font-family:arial;height:64.0625rem;width:75rem;position:relative;display:block; }#hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { color:#000000;display:block;width:32.3746875rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:12.249755859375rem;left:42.437377929688rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#x50q0OyXhPCz7Wzmswy99wntBwms6Q3D { position:absolute;display:block;z-index:15026;height:29.0625rem;width:38.8125rem;top:7.25rem;left:11.125rem;display:none; }
#EXTv779ozgRCgQNfi5GwE7Cq6ZZxDRxo { color:#000000;display:block;width:29.875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:15.999755859375rem;left:42.562255859375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#J6gfyunRDQO6sx7af72k7t34Npr4UqwQ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:22.5rem;top:3.8747835159302rem;left:7.5000019073488rem;display:none; }
#kgOLryTfpIM4S3ESxg4lomERZKM3ShOq { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.0625rem;width:31.25rem;top:12.5rem;left:3.125rem;display:block; }
#gxtwLyrCvvEurDORFPg8LR8lOKWNfPk0 { color:#000000;display:block;width:32.3736875rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:4.56298828125rem;left:3.75rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { background-color: transparent; background-image: none; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container > .video-iframe-container { display: none; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row > .video-iframe-container { display: none; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .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); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { border-width: 0; border-radius: 0; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row > .video-iframe-container {  }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:75rem;position:relative;display:block; }#lTJv5OWr9DTNmTN1ohXxJxoAV7rTLq2W { color:#000000;display:block;width:37.5rem;position:absolute;font-family:brown;font-size:1.6875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:18.1875rem;left:37.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#pwUQX8MOtPGOftt5PTxgmnItPcwmXP4D { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:normal;z-index:15018;line-height:1;letter-spacing:0;top:4.437255859375rem;left:7.43701171875rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#wkhvvUaM1RXNCG9zz1Uuso3gZe30XW9H { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:8.187255859375rem;left:7.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ePRolmvIkIkdKbi8fvzleNmoecBcQoZA { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.0625rem;width:31.25rem;top:4.43701171875rem;left:40.6875rem;display:block; }
#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { background-color: transparent; background-image: none; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container > .video-iframe-container { display: none; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row > .video-iframe-container { display: none; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .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); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { border-width: 0; border-radius: 0; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row > .video-iframe-container {  }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { font-size:0.875rem;font-family:arial;height:57.3125rem;width:75rem;position:relative;display:block; }#FpJOznlhdMPsx8oOACXH5O95iHdrcitW { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.0625rem;width:31.25rem;top:4.00048828125rem;left:3.125rem;display:block; }
#UaTEXACcMTuSAHk0STN0xbq2el7r2t96 { color:#000000;display:block;width:27.4365rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:7.75390625rem;left:41.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uRFFZ6ABsEEmKp0aUviFScn6vrTPrUuN { color:#000000;display:block;width:32.3746875rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:4.0005444288254rem;left:41.250005722046rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,236,227,0.3);background-image:none;position:relative;z-index:auto;display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { background-color: transparent; background-image: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container > .video-iframe-container { display: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container { display: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .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); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { border-width: 0; border-radius: 0; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container {  }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { font-size:0.875rem;font-family:arial;height:12.375244125rem;width:75rem;position:relative;display:block; }#SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.875rem;top:5.375rem;left:33.9375rem;overflow:hidden;display:block; }
#WwK6Cg95WhGako3FlQchTuGteTvyLpVC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.9375rem;top:5.375rem;left:36.4375rem;overflow:hidden;display:block; }
#l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.125rem;top:5.25rem;left:38.8125rem;overflow:hidden;display:block; }
#oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6870125rem;width:6.31225rem;top:2.1884765625rem;left:34.374389648438rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { top:10.6875rem;left:0rem;width:29.8125rem;height:8.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { top:25rem;left:0rem;width:26.3125rem;height:9.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0woraBkOrG7h8epGH9kdPphFWm9gBx { top:11.4375rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { top:0.375rem;left:19.75rem;width:9.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDHTMaznpHhkBqW5tWK8ZkDw3Ftd0oVn { top:8.4375rem;left:0rem;width:20.625rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd4xBtpN3KwrTDgTLsi2v3egTmHlDtGK { top:45rem;left:0rem;width:20rem;height:8.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCb5kpfUaQOTy8nECffEdELW6LmdBbeh { top:2.875rem;left:0rem;width:47.75rem;height:23.556666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuTl6MLFhv8uWey3fpml0cJEbLWRTMa2 { top:20.625rem;left:0rem;width:32.625rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4LUABCATlNoSHMruPdNXe3oArIT8lbK { width:47.75rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rek1gwK1iReixKevIGKCSbc9ZO0UxfzW { top:4.1875rem;left:40.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF1WAeWbRnn8IQR1s4R9iARpuGMZmk55 { top:56rem;left:0rem;width:20rem;height:9.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nawwqvTT4ls78kFpR4DGgsSLwBOmLE6S { top:68.1875rem;left:0rem;width:15.75rem;height:8.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQbHM97X4wRbcrRTZqT2LsmIKuB7wsVy { top:78.0625rem;left:0rem;width:15.75rem;height:1.5625rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxOFxtmHxmJvk4RzwQC8T2fASeTgWco3 { top:78.1875rem;left:0rem;width:17.1875rem;height:11.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4N7tUEXkxamHAbqtnhIagi5MiF8UoPU { top:77.625rem;left:0rem;width:15.75rem;height:2.75rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFUorauwmX4lHCZrdnKyIs8J9TehuDG0 { top:87.75rem;left:0rem;width:20rem;height:4.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI { display:block; }#iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { top:1.1875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noOWpZ0rsWMrAZM0TIONy20zQTQ3ZnUi { top:48.75rem;left:0rem;width:20rem;height:60rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #igTkbaTqwK6221QMUvKGCbzOGhe8teSt { top:6.4375rem;left:0rem;width:20rem;height:2.5rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQAwCTeMPsWPxsmrZni6Q1a4w5DlORGb { top:11.4375rem;left:0rem;width:20rem;height:2.5rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7JXn8KVWM8Vlf2JB0EbiSFTnOArEsKU { top:3.8125rem;left:0rem;width:22.5rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw { display:block; }#CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTm7tJNyX2WghducNTVZ7CnhpezNoqvz { top:1.3125rem;left:2.06201171875rem;width:20.375rem;height:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndWIV33bgNnNTaS9QmfWcODp48so2apv { top:0.125rem;left:0rem;width:2.9375rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua4m49AT8A9ZpQv6qMX6QL3IGrnKHlnF { top:1.3125rem;left:27rem;width:20rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAhgMIs3Io5Z94nneBHBRVVbOBIiDSit { top:0.1875rem;left:23.875rem;width:2.9375rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJM4rZzZE1bMvFOZCAAEfG4SytaEme4m { top:2.3125rem;left:0rem;width:20rem;height:2.5rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #crJXL1XIBLWaZ4H27JlH5dCSJRt3uWTy { top:3.8125rem;left:0rem;width:22.5rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHOlCoTSFlBxAiZkLI7fdmCCRCdZk0gU { top:44.8125rem;left:0rem;width:20rem;height:75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRvWcBgKTIvCJqJLffT3DwbUUwcP5WmB { top:1.3125rem;left:24.6875rem;width:23rem;height:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So { display:block; }#uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJqu3umLhDyJKfROPOWf3yZlzrdeDwtU { top:1.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIkBqNm6u3HPa8vtibFggIbEGzgDOHAi { top:2.5rem;left:0rem;width:20rem;height:2.5rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqmlfRt8ygkVgEDlTL3DU3miDhXFf4sk { top:3.8125rem;left:0rem;width:22.5rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8R2SR2GxQFPBSfkvpZFp6JWWtrCTkVP { top:49.8125rem;left:0rem;width:20rem;height:65.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { top:12.1875rem;left:3.5rem;width:32.3125rem;height:2.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x50q0OyXhPCz7Wzmswy99wntBwms6Q3D { top:7.875rem;left:0rem;width:38.8125rem;height:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXTv779ozgRCgQNfi5GwE7Cq6ZZxDRxo { top:15.9375rem;left:6rem;width:29.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6gfyunRDQO6sx7af72k7t34Npr4UqwQ { top:3.8125rem;left:0rem;width:22.5rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgOLryTfpIM4S3ESxg4lomERZKM3ShOq { top:12.5rem;left:0rem;width:31.25rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxtwLyrCvvEurDORFPg8LR8lOKWNfPk0 { top:4.5625rem;left:0rem;width:32.3125rem;height:2.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTJv5OWr9DTNmTN1ohXxJxoAV7rTLq2W { top:18.1875rem;left:0rem;width:37.5rem;height:4.6875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwUQX8MOtPGOftt5PTxgmnItPcwmXP4D { top:4.375rem;left:0rem;width:25.9375rem;height:2.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkhvvUaM1RXNCG9zz1Uuso3gZe30XW9H { top:8.125rem;left:0rem;width:29.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePRolmvIkIkdKbi8fvzleNmoecBcQoZA { top:4.375rem;left:4.5625rem;width:31.25rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpJOznlhdMPsx8oOACXH5O95iHdrcitW { top:4rem;left:0rem;width:31.25rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaTEXACcMTuSAHk0STN0xbq2el7r2t96 { top:7.75rem;left:8.4375rem;width:27.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRFFZ6ABsEEmKp0aUviFScn6vrTPrUuN { top:4rem;left:3.5rem;width:32.3125rem;height:2.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { top:5.375rem;left:20.3125rem;width:1.875rem;height:1.6870125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwK6Cg95WhGako3FlQchTuGteTvyLpVC { top:5.375rem;left:22.8125rem;width:1.875rem;height:1.632798158478rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { top:5.25rem;left:25.1875rem;width:2.0625rem;height:1.9410401363766rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { top:7.8125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { top:2.1875rem;left:20.749389648438rem;width:6.25rem;height:1.6703755594281rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;background-color:#efece3;background-image:none;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { position:relative;z-index:auto;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:20rem;height:97.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { width:20rem;height:5.69986875rem;top:9.3121337890625rem;left:0rem;font-size:2.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { width:20rem;height:5.361325rem;top:26.7470703125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #pA0woraBkOrG7h8epGH9kdPphFWm9gBx { width:5.3125rem;height:5.3125rem;top:38.74755859375rem;left:14.6875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { width:9.3125rem;height:2.5rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDHTMaznpHhkBqW5tWK8ZkDw3Ftd0oVn { width:20rem;height:1.687625rem;top:7.0623779296875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nd4xBtpN3KwrTDgTLsi2v3egTmHlDtGK { width:20rem;height:8.125rem;top:45.9375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15013;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UCb5kpfUaQOTy8nECffEdELW6LmdBbeh { width:19.8125rem;height:9.8125rem;top:54.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuTl6MLFhv8uWey3fpml0cJEbLWRTMa2 { width:20rem;height:auto;top:20.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #n4LUABCATlNoSHMruPdNXe3oArIT8lbK { top:8.1866455078125rem;left:0rem;width:20rem;height:35.812375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rek1gwK1iReixKevIGKCSbc9ZO0UxfzW { width:5.4370125rem;height:5.4370125rem;top:32.373657226562rem;left:14.56298828125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #qF1WAeWbRnn8IQR1s4R9iARpuGMZmk55 { width:20rem;height:9.749375rem;top:56.06201171875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15014;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nawwqvTT4ls78kFpR4DGgsSLwBOmLE6S { width:17.1875rem;height:6.5rem;top:68.311157226562rem;left:2.90478515625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15015;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mQbHM97X4wRbcrRTZqT2LsmIKuB7wsVy { width:15.812375rem;height:2.7625875rem;top:67.748413085938rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15016;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TxOFxtmHxmJvk4RzwQC8T2fASeTgWco3 { width:17.1875rem;height:11.37425rem;top:78.1875rem;left:2.875rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15017;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S4N7tUEXkxamHAbqtnhIagi5MiF8UoPU { width:15.812375rem;height:2.7625875rem;top:77.625rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15018;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UFUorauwmX4lHCZrdnKyIs8J9TehuDG0 { width:20rem;height:4.875rem;top:91.2490234375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15018;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI { display:block; }#iAGdTAGd6Z1dqBtBXFtaWCN3Wp4o9rTI > .row .container { width:20rem;height:100.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { width:20rem;height:23.15625rem;top:8.75rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #noOWpZ0rsWMrAZM0TIONy20zQTQ3ZnUi { width:20rem;height:60rem;top:38.6875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #igTkbaTqwK6221QMUvKGCbzOGhe8teSt { width:20rem;height:2.55005rem;top:6.9378662109375rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #BQAwCTeMPsWPxsmrZni6Q1a4w5DlORGb { width:20rem;height:2.55005rem;top:2.68798828125rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #f7JXn8KVWM8Vlf2JB0EbiSFTnOArEsKU { height:25rem;width:20rem;top:11.312866210938rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw { display:block; }#CZaAwWpVXQo8lRdpbU24dbUPv3WqUFRw > .row .container { width:20rem;height:110.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTm7tJNyX2WghducNTVZ7CnhpezNoqvz { width:20rem;height:auto;top:1.3125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #ndWIV33bgNnNTaS9QmfWcODp48so2apv { width:2.9375rem;height:auto;top:0.125rem;left:8.5rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #Ua4m49AT8A9ZpQv6qMX6QL3IGrnKHlnF { width:20rem;height:auto;top:1.3125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #xAhgMIs3Io5Z94nneBHBRVVbOBIiDSit { width:2.9375rem;height:auto;top:0.1875rem;left:8.5rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #FJM4rZzZE1bMvFOZCAAEfG4SytaEme4m { width:20rem;height:2.55005rem;top:2.3125rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #crJXL1XIBLWaZ4H27JlH5dCSJRt3uWTy { height:25rem;width:20rem;top:6.6875rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #IHOlCoTSFlBxAiZkLI7fdmCCRCdZk0gU { width:20rem;height:75rem;top:34.06298828125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #WRvWcBgKTIvCJqJLffT3DwbUUwcP5WmB { width:20rem;height:8.75rem;top:110.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So { display:block; }#uISwhp9nrDvEnGTH8P4CA3VmW0NTF8So > .row .container { width:20rem;height:104.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJqu3umLhDyJKfROPOWf3yZlzrdeDwtU { width:20rem;height:23.15625rem;top:8.75rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #XIkBqNm6u3HPa8vtibFggIbEGzgDOHAi { width:20rem;height:2.55005rem;top:2.5628662109375rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #PqmlfRt8ygkVgEDlTL3DU3miDhXFf4sk { height:25rem;width:20rem;top:7.5625rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #L8R2SR2GxQFPBSfkvpZFp6JWWtrCTkVP { width:20rem;height:65.625rem;top:35.00048828125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { display:none; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { border-width: 0; border-radius: 0; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { width:20rem;height:98.8125rem;border-top:0;border-left:0rem solid #ee3162;border-right:0rem solid #000000;border-bottom:0.0625rem solid #000000;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { width:20rem;height:1.5rem;top:33.375rem;left:0rem;font-size:1.5rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #x50q0OyXhPCz7Wzmswy99wntBwms6Q3D { width:20rem;height:29.0625rem;top:39.375rem;left:2.3125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #EXTv779ozgRCgQNfi5GwE7Cq6ZZxDRxo { width:20rem;height:auto;top:15.9375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #J6gfyunRDQO6sx7af72k7t34Npr4UqwQ { height:35.555555555556rem;width:20rem;top:63.180778503419rem;left:-23.562393188476rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #kgOLryTfpIM4S3ESxg4lomERZKM3ShOq { height:25rem;width:20rem;top:12.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxtwLyrCvvEurDORFPg8LR8lOKWNfPk0 { width:20rem;height:auto;top:4.5625rem;left:0rem;font-size:1.5rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { display:none; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { width:20rem;height:161.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lTJv5OWr9DTNmTN1ohXxJxoAV7rTLq2W { width:20rem;height:0;top:97.5rem;left:2.5rem;font-size:1.6875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #pwUQX8MOtPGOftt5PTxgmnItPcwmXP4D { width:20rem;height:auto;top:4.375rem;left:0rem;font-size:1.5rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #wkhvvUaM1RXNCG9zz1Uuso3gZe30XW9H { width:20rem;height:auto;top:8.125rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #ePRolmvIkIkdKbi8fvzleNmoecBcQoZA { height:35.555555555556rem;width:20rem;top:124.68586706543rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { display:none; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FpJOznlhdMPsx8oOACXH5O95iHdrcitW { height:35.555555555556rem;width:20rem;top:10.336364306641rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaTEXACcMTuSAHk0STN0xbq2el7r2t96 { width:20rem;height:auto;top:7.75rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #uRFFZ6ABsEEmKp0aUviFScn6vrTPrUuN { width:20rem;height:auto;top:4rem;left:0rem;font-size:1.5rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { position:relative;z-index:auto;display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { border-width: 0; border-radius: 0; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { width:20rem;height:15.3125rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0rem none #000000;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { width:2.6875rem;height:2.5625rem;top:5.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwK6Cg95WhGako3FlQchTuGteTvyLpVC { width:2.5rem;height:2.375rem;top:6rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { width:3.1875rem;height:3.0625rem;top:5.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { width:20rem;height:1.13769375rem;top:9.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { width:7.687375rem;height:2.062375rem;top:1.81396484375rem;left:6.25rem;display:block; }
 }