.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#f1f0f0;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8e5452;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; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { background-color: transparent; background-image: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { border-width: 0; border-radius: 0; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#8e5452;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"source sans pro";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#8e5452;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.09375rem;left:27.875rem;z-index:5000; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #rCiIKFrtMLKZTZVFBJNK3x1RKVDIyGRg { display:flex;position:relative;top:0rem;left:0rem; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #K4WaACi2qh4UUJv2UlxxQcKR2n52LzRK { width:auto; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #gByqSckAP48A5A1Vzpf0yMs2D6uge71p {  }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #wkOXCWwiFqPugBumlzHXmRKWhJJfgMUn { display:flex;position:relative;top:0rem;left:0rem; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #sgf7mFqmaXNboFcrIMyHsyu79xhrmE8A {  }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #Lx8UBKCJ9vkoJvTRKcLPMrlc16p1TQAw {  }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #TICa9VgAZJQx912pKCA9xplc2DXZcKZx { display:flex;position:relative;top:0rem;left:0rem; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #whUL9FKJDhox08xmUcuXAKhEpqqgTbwZ {  }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #UWxXNJAshGrOHDVELIDVVNprqdLdCAAI {  }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #AxQnLi408Vo13MgPCALipHUpO0uPHp8i { display:flex;position:relative;top:0rem;left:0rem; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #DuqTFkasQ5ruTg2MS4dd6cdUetlI4EKn {  }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #oscHrutoZKKToIAszycpaH7QnOorWqMz {  }
#WIlZ53gdBM4zgMDITb8QWIxwMIrfqhvt { color:#fbfbfb;display:block;width:47.5rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:1rem;left:13.75rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfoLTQf7mIs2AlUOeBHVIqu1RDBye4mZ { color:#000000;display:block;width:24.125rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZmMLRrh43EcDk9dHZssJkHPdpxkHAUqZ { color:#000000;display:block;width:24.125rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KcTU2fUXnF8WZLysJllmrMO1ANpEBp0m { color:#000000;display:block;width:24.125rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VannQuFVBCOnurbglolo5VPx0768HVaS { position:relative;display:none; }#VannQuFVBCOnurbglolo5VPx0768HVaS { border-width: 0; border-radius: 0; }#VannQuFVBCOnurbglolo5VPx0768HVaS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VannQuFVBCOnurbglolo5VPx0768HVaS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UcohauNhBD3x2yXKJw1NSv1MMlfz7xar { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:75rem;display:none; }
#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J { position:relative;display:none; }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J { border-width: 0; border-radius: 0; }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#r7H6lVqmXRTHf7xmeQmmxwdKkpWMbgi3 { color:#ffffff;display:block;width:63.1875rem;position:absolute;font-family:"source sans pro";font-size:2.4375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:1.162109375rem;left:5.90625rem;height:2.6806625rem;text-align:center;text-align-last:center;display:none; }
#XXN1XbVKLqPne5TP7BAlxMQxqZSuLN04 { color:#fdfdfd;display:block;width:32.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.625rem;left:5.9375rem;height:9.75rem;text-align:left;text-align-last:left;display:none; }
#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fd7b91db-1bad-4801-bbc3-b431d85b2722/Cozytober_LP_DesktopHeader_1500x700_V2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71.adaptive-delivery-prevent-bg, #k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71.lazyload, #k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71.lazyloading { background-image: none; }#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 > .row .container { background-color: transparent; background-image: none; }#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 > .row .container > .video-iframe-container { display: none; }#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 > .row > .video-iframe-container { display: none; }#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 > .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); }#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 > .row .container { border-width: 0; border-radius: 0; }#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#itwE8thnQH1sM8L7SK1SZgIyKrl5AOEX { color:#ffffff;display:block;width:44.3115rem;position:absolute;font-family:"source sans pro";font-size:5.0625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7);top:16.46484375rem;left:0.6875rem;height:5.5683625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bq72UZOePvhGi8KqAvMm94oeZqJxJzOi { 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:7.74975rem;width:42.687rem;top:8.2001953125rem;left:0rem;overflow:hidden;display:block; }
#GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; }#GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug > .row .container { background-color: transparent; background-image: none; }#GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug > .row .container > .video-iframe-container { display: none; }#GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug > .row > .video-iframe-container { display: none; }#GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug > .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); }#GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug > .row .container { border-width: 0; border-radius: 0; }#GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:block; }#q1N47kO0JrKheIbXbDpQS1l68E96x9sK { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"scotch text";font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:24.3125rem;left:40.75rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ItU9DxVZq2EftxC662aJsBfS6SwaZgqx { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.4375rem;left:40.75rem;height:3.2504875rem;text-align:left;text-align-last:left;display:block; }
#R2UFfwgXBGwE4DmvMVduVxZNUXnJSpJJ { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3125rem;left:40.75rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#mJ3xfkxhD1KBtpQPF06TgZcppmCaLdEL { color:#ffffff;display:block;width:63.1875rem;position:absolute;font-family:"source sans pro";font-size:2.4375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:1.162109375rem;left:5.90625rem;height:2.6806625rem;text-align:center;text-align-last:center;display:none; }
#S9sTULzRvW3WhavWdg13XCPUTCdArPLV { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.37475rem;width:31.37475rem;top:14.559814453125rem;left:6rem;overflow:hidden;display:block; }
#iN0RaLELQt2yCTegQS7ohN4q2Uq5If9d { color:#000000;display:block;width:63rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.013671875rem;left:6rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#REWHRBOJpMs5z9AtTWQqdelVcW8EascA { color:#000000;display:block;width:59.187rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.968505859375rem;left:7.90576171875rem;height:2.9245625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EysO0sseRdf9sePW14yuwC5TgzSzIZ4Q { color:#000000;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.07763671875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uxommMAV3kcik7z8BKn5GHwiZwduLvVa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8e5452;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; }#uxommMAV3kcik7z8BKn5GHwiZwduLvVa > .row .container { background-color: transparent; background-image: none; }#uxommMAV3kcik7z8BKn5GHwiZwduLvVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxommMAV3kcik7z8BKn5GHwiZwduLvVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxommMAV3kcik7z8BKn5GHwiZwduLvVa > .row .container > .video-iframe-container { display: none; }#uxommMAV3kcik7z8BKn5GHwiZwduLvVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxommMAV3kcik7z8BKn5GHwiZwduLvVa > .row > .video-iframe-container { display: none; }#uxommMAV3kcik7z8BKn5GHwiZwduLvVa > .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); }#uxommMAV3kcik7z8BKn5GHwiZwduLvVa > .row .container { border-width: 0; border-radius: 0; }#uxommMAV3kcik7z8BKn5GHwiZwduLvVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxommMAV3kcik7z8BKn5GHwiZwduLvVa > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#asQSL6la8uiaR7oTsJNyF6oOG8KUrJ4q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:6.375rem;left:0rem;overflow:hidden;display:block; }
#zyuIH2G5yEqvrKKNRzh7d90vH4vk3hQV { color:#fbfbfb;display:block;width:56.125rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:1.65625rem;left:9.4375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tktFVWCyNHJPW8hMr93s6dpLXWTkTAXe { position:absolute;display:block;z-index:15001;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:6.375rem;left:19rem;overflow:hidden;display:block; }
#P4bTsiJki0RXIyaZ7LHkNOMQ3v8Rq53x { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:6.375rem;left:37.875rem;overflow:hidden;display:block; }
#NMBRPlzQqtV0GQN4ZuOlcPSgieSD2Wr3 { position:absolute;display:block;z-index:15003;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:6.375rem;left:56.875rem;overflow:hidden;display:block; }
#ciGrM5trhA4p1HmZsivTXvVMOw0AUvFc { color:#fbfbfb;display:block;width:13.25rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:25.0625rem;left:2.4375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ti74kly3TW0peGqXiOzqW4RaXuI4zLSw { color:#fbfbfb;display:block;width:56.125rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:1.65625rem;left:9.4375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gQtRrKfz9793zgtMgOTWrdcAEBZr6TEn { color:#ffffff;display:block;width:63.1875rem;position:absolute;font-family:"source sans pro";font-size:2.4375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:1.162109375rem;left:5.90625rem;height:2.6806625rem;text-align:center;text-align-last:center;display:none; }
#UCeOTp5sXEGs2fkowbDf68GXeKNglPBN { color:#fbfbfb;display:block;width:17.125rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:25.0625rem;left:19.5rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GP3DzTQ2eJ7WE8DHXLbh1iTLdtx3wUyQ { color:#fbfbfb;display:block;width:21.75rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:25.234375rem;left:36.0625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTN39Tr1iS0qxKavzTzQloK3uqvOf0QG { color:#fbfbfb;display:block;width:17.5rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:25.234375rem;left:57.1875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N71V5Mi6klJSmnMB8QCIe1KxKfqWazLc { color:#ffffff;display:block;width:63.1875rem;position:absolute;font-family:"source sans pro";font-size:2.4375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:1.162109375rem;left:5.90625rem;height:2.6806625rem;text-align:center;text-align-last:center;display:none; }
#hEI6t9BPdnEhLRnm99cFEpVz2rq46xN4 { color:#ffffff;display:block;width:63.1875rem;position:absolute;font-family:"source sans pro";font-size:2.4375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:1.162109375rem;left:5.90625rem;height:2.6806625rem;text-align:center;text-align-last:center;display:none; }
#MhV3tO6mh9657GLNhM5lioX5aH6w26PN { color:#ffffff;display:block;width:63.1875rem;position:absolute;font-family:"source sans pro";font-size:2.4375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:1.162109375rem;left:5.90625rem;height:2.6806625rem;text-align:center;text-align-last:center;display:none; }
#WyT3upo756TU163CHWRddkDfhgRD84Ne { color:#ffffff;display:block;width:63.1875rem;position:absolute;font-family:"source sans pro";font-size:2.4375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:1.162109375rem;left:5.90625rem;height:2.6806625rem;text-align:center;text-align-last:center;display:none; }
#PSyCNxEIQBNXwWyRFOkns75uTKQ18J2s { color:#ffffff;display:block;width:63.1875rem;position:absolute;font-family:"source sans pro";font-size:2.4375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:1.162109375rem;left:5.90625rem;height:2.6806625rem;text-align:center;text-align-last:center;display:none; }
#t9yxqdo1kZpUBx3Bw8Fx5mtGIVETacmO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8e5452;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:none; }#t9yxqdo1kZpUBx3Bw8Fx5mtGIVETacmO > .row .container { border-width: 0; border-radius: 0; }#t9yxqdo1kZpUBx3Bw8Fx5mtGIVETacmO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9yxqdo1kZpUBx3Bw8Fx5mtGIVETacmO > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:none; }#qaGpZNEHVrAn61MzxsdrowGgduQRrdbM { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:29.8125rem;width:29.8125rem;top:2.1875rem;left:37.5rem;overflow:hidden;display:block; }
#AsE6iOIb0PsRLpFGHkEATmN4b758kBPt { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:7.4375rem;left:8.4375rem;height:2.88720625rem;text-align:center;text-align-last:center;display:block; }
#dGSMxwNT0w4UcdTVUyWvO2eTxL0hTnmp { color:#000000;display:block;width:23.9365rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:10.9375rem;left:10.5625rem;height:4.0495625rem;text-align:left;text-align-last:left;display:block; }
#l1IO5sX0CSyLlDyuUKA3N8CPqVbrwXXG { color:#000000;display:block;width:23.249rem;position:absolute;font-family:"source sans pro";font-size:0.5625rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:15.6875rem;left:10.5625rem;height:3.09081875rem;text-align:left;text-align-last:left;display:block; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-form-header {  }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:21.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f58974;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#ffffff;width:21.0625rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-container:first-of-type{padding-top:0;}#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-container:last-of-type{padding-bottom:0;}#xFriaLUXE0hG5OVf7JzownQUUct42lV4  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.8125rem;left:10.375rem; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.0625rem; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 {display:block;}#xFriaLUXE0hG5OVf7JzownQUUct42lV4 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.8125rem;left:10.375rem; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 #CBL33Z4ciNtWO0Tv56kQCIayZXNHCLGo { position:relative; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 #Nh6yxh73BSbyvWlM762S6RhbdL0LmKsT { position:relative;display:block; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 #KnyuatbLLb7Mw6yIt4Z5vy32sVxFVM85 { position:relative; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 #IAbSxEpsWsIcmMfXpeNDNsCIiZGR5KqP { position:relative; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 #p3GuLFm7qD9snCP4XtNk8cTtb8emHgpk { position:relative; }
#QDT5QcHGkhbDysXkHD6NTttnvPTAvR8e { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:5.75rem;left:13.1875rem;height:1.71875rem;text-align:center;text-align-last:center;display:block; }
#BZvNnqFIkEwP8MHCc9JQE3bLcWuKXngR { box-sizing:content-box;height:30.0625rem;width:30.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.1875rem;left:7.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#GnolKtGqum6NqOBUbUf8sLpmeN0AlGfr { box-sizing:content-box;height:30.0625rem;width:0.5rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:2.1875rem;left:37.3125rem;display:block; }
#EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; }#EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 > .row .container { background-color: transparent; background-image: none; }#EgHuVbmxH1AET689xcpqp6oCLuq8vEB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 > .row .container > .video-iframe-container { display: none; }#EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 > .row > .video-iframe-container { display: none; }#EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 > .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); }#EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 > .row .container { border-width: 0; border-radius: 0; }#EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#rloOp5NkXUREsrJD8gzTFi6arUqkVpba { position:absolute;display:block;z-index:15000;height:21.75rem;width:17.0625rem;top:6.0625rem;left:19.4375rem;display:block; }
#vJXdU9ePkgn2xaDCfISAUl3ylkif3Hho { position:absolute;display:block;z-index:15001;height:21.75rem;width:17.0625rem;top:6.0625rem;left:57.9375rem;display:block; }
#mEy97LP6T9yRfZNNW5wzkbQJuR8sDldM { position:absolute;display:block;z-index:15001;height:21.75rem;width:17.0625rem;top:6.0625rem;left:38.8125rem;display:block; }
#DWPMAe9TPKKPI6p6BEeo8FewROqRoIvA { position:absolute;display:block;z-index:15001;height:21.75rem;width:17.0625rem;top:6.0625rem;left:0rem;display:block; }
#HTwaZx4sAV0hLXcuFd4Way7d0kXlTl0g { color:#8e5452;display:block;width:63.1875rem;position:absolute;font-family:"source sans pro";font-size:2.4375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:1.162109375rem;left:5.90625rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#xRywPUnGBpk85Je26pbMEtdZRlPtaV5G { color:#8e5452;display:block;width:63.1875rem;position:absolute;font-family:"source sans pro";font-size:2.875rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:3.486328125rem;left:5.90625rem;height:3.1621125rem;text-align:center;text-align-last:center;display:block; }
#JXz7FW7HW5ymuiVaT3BPtiCI04lo28lf { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#50271b;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; }#pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc > .row .container { background-color: transparent; background-image: none; }#pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc > .row .container > .video-iframe-container { display: none; }#pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc > .row > .video-iframe-container { display: none; }#pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc > .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); }#pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc > .row .container { border-width: 0; border-radius: 0; }#pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#VwkTuU0vcw26elTXDXAm8Hp7h1xCS3H7 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:0rem;left:18.125rem;display:block; }
#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { position:relative;display:none; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { border-width: 0; border-radius: 0; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:4.5rem;top:18.3125rem;left:7.5rem;display:none; }
#TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { color:#000000;display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#er5fEMXU3S39sLVExoVpgFOnBF96smGc { color:#000000;display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { background-color: transparent; background-image: none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container > .video-iframe-container { display: none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row > .video-iframe-container { display: none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .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); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { border-width: 0; border-radius: 0; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:23.59375rem;height:3.41235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { color:#000000;display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:9.3125rem;left:12.125rem;display:none; }
#LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OV9FihfineS3JbR1HRmK19m0DwA45MoO { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:14.625rem;left:15.9375rem;display:none; }
#sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#niHl12cN94Iy1ylAfwwEifJygTNU9nIz { color:#000000;display:block;width:10.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:22.1875rem;left:15.4375rem;display:none; }
#LHJkpRtJPi8G5VrHxbJChgqfSuNQFec4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { background-color: transparent; background-image: none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container > .video-iframe-container { display: none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row > .video-iframe-container { display: none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .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); }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { border-width: 0; border-radius: 0; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:3.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.10107421875rem;left:4.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:28.6875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { color:#000000;display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.1005859375rem;left:28.5rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:53.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POkwuATwa5QUosShcrKbnnRREh70KHDM { position:absolute;display:block;z-index:15001;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.5625rem;width:12.5625rem;top:0rem;left:31.1875rem;overflow:hidden;display:block; }
#O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.6875rem;top:0rem;left:6.125rem;overflow:hidden;display:block; }
#HT9etEN8fMcUcBbH4PxGemwiwvJias9d { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.1005859375rem;left:54.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:0rem;left:55.6875rem;overflow:hidden;display:block; }
#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f0;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; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container { background-color: transparent; background-image: none; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container > .video-iframe-container { display: none; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row > .video-iframe-container { display: none; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .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); }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container { border-width: 0; border-radius: 0; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#PkOf509sga7lHbHgB8aoBeqHTCpcOyxm { color:#000000;display:block;width:67.375rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.25rem;left:3.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKLUTTlNlBRr0KazEd6JJaq6UhQS4oMi { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#MilWHAhF0IB0Lb8GR6DbemMHydTFaQIm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:block; }
#GniNr8fZpTNQ9hmvLayS1VXtZTPQGuUX { color:#000000;display:block;width:13rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ammHu2QIpK790G3psebXmuEHORu3KhJc { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.375rem;left:24.1875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNTZCl0TaF4CiWa7fxSTOtENAeLTed1W { 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:1.3125rem;width:1.3125rem;top:7.25rem;left:50.5625rem;overflow:hidden;display:block; }
#RVabmWfrZT8ZAtyEBM3v7entJB9pNpU0 { 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:1.3125rem;width:1.3125rem;top:7.25rem;left:51.8125rem;overflow:hidden;display:block; }
#g5vfDzrFlyUaJAuZ8TMGO4o7wImbvyPA { position:absolute;display:block;z-index:15014;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:1.3125rem;width:1.3125rem;top:7.25rem;left:53.0625rem;overflow:hidden;display:block; }
#kCUfAIt834ChT2wxZbbKaDEh4Pyy5xva { position:absolute;display:block;z-index:15015;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:1.3125rem;width:1.3125rem;top:7.25rem;left:54.375rem;overflow:hidden;display:block; }
#SWxTDE222D1zZctTHhRDTlsPFDAK503E { position:absolute;display:block;z-index:15016;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:1.3125rem;width:1.3125rem;top:7.25rem;left:55.625rem;overflow:hidden;display:block; }
#kLBTSPfG5qehoLTBagvTlLphBO8rVwRz { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:14.375rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#oHKrNNiT4QNU2rI77lmNZ6BeTBlbLULI { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:14.9375rem;left:51.5rem;overflow:hidden;display:block; }
#lmU4rdz2o1OzxCwFBEE4iFddt1rGO17U { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.0625rem;left:35.1875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#J4fCiJVQebfRUosh8ryHhMNkd8esrv6H { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.0146484375rem;left:17.9375rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ky9ruuz7zqHJONAlfNd23930iO3IwLZr { position:absolute;display:block;z-index:15021;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:1.3125rem;width:1.3125rem;top:14.9375rem;left:22.9375rem;overflow:hidden;display:block; }
#ZJ3pP02miyrHG57Rsi7wP6J4XakXOqxS { position:absolute;display:block;z-index:15022;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:1.3125rem;width:1.3125rem;top:14.9375rem;left:19.25rem;overflow:hidden;display:block; }
#qigxQ5ZftrafLuO6ErpvTkEaI028EnSu { position:absolute;display:block;z-index:15023;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:1.3125rem;width:1.3125rem;top:14.9375rem;left:21.875rem;overflow:hidden;display:block; }
#Gluo2iLIGpxLrL6P29909VKBNZWnTE9U { position:absolute;display:block;z-index:15024;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:1.3125rem;width:1.3125rem;top:14.9375rem;left:17.9375rem;overflow:hidden;display:block; }
#r3HJAfo8TC2D9qr90FRg0ZOIyINW2pVz { position:absolute;display:block;z-index:15025;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:1.3125rem;width:1.3125rem;top:14.9375rem;left:20.5625rem;overflow:hidden;display:block; }
#leIqVPTvcTNJfbDd1ebdm11ToMXA5BTQ { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:22.1875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#BtL1t9aRhQBCvaPfdlnSlUVMpATMF5zQ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:22.75rem;left:17.9375rem;overflow:hidden;display:block; }
#wtg5Q9zfmTsQrnTJtN1HUcBKAhvkibM3 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.875rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MAAVgoZL7IweIm2Gofb6gvaiTC2o7D4g { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.4375rem;left:24.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ci87qOmtC50R1JdIzJwdtIJxdQ9a3LID { position:absolute;display:block;z-index:15021;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:1.3125rem;width:1.3125rem;top:22.75rem;left:55.625rem;overflow:hidden;display:block; }
#CmLLwFTBrO0reqfze5T7O1QoDG5K35gH { position:absolute;display:block;z-index:15022;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:1.3125rem;width:1.3125rem;top:22.75rem;left:54.375rem;overflow:hidden;display:block; }
#KRCZQ63Or8PzIJMlfxm7wZ6RNXcxRH8p { position:absolute;display:block;z-index:15023;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:1.3125rem;width:1.3125rem;top:22.75rem;left:53.125rem;overflow:hidden;display:block; }
#XMFZJKXkPu5WLwivOq5qGxzofFHB431d { position:absolute;display:block;z-index:15024;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:1.3125rem;width:1.3125rem;top:22.75rem;left:51.875rem;overflow:hidden;display:block; }
#ZtTTVLhDN6QBVaRhzeIre26eT9kDQXqk { position:absolute;display:block;z-index:15025;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:1.3125rem;width:1.3125rem;top:22.75rem;left:50.5625rem;overflow:hidden;display:block; }
#X6QBMMmsobV5i2pJ507OARHE1TmRGBTV { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:29.8125rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#BEck7xWWaKuau4byTqlfp2PGlcL0pwh8 { position:absolute;display:block;z-index:15033;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:1.3125rem;width:1.3125rem;top:30.4375rem;left:18rem;overflow:hidden;display:block; }
#l3DQFwPNZXvwfUszbO7cbTX5dHuQ7uMx { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:32.4521484375rem;left:18.125rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AFHvinQz7AMIb95xTxWLXlZVvFIqvXGe { position:absolute;display:block;z-index:15030;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:1.3125rem;width:1.3125rem;top:30.4375rem;left:23.125rem;overflow:hidden;display:block; }
#ZP2O1zKFv1P4L1OVkKTVD0hVa2NP8KO1 { position:absolute;display:block;z-index:15031;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:1.3125rem;width:1.3125rem;top:30.4375rem;left:19.3125rem;overflow:hidden;display:block; }
#Z6XIbzXW7gMyt5R8GzkZIUmqfVaAQQL8 { position:absolute;display:block;z-index:15032;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:1.3125rem;width:1.3125rem;top:30.4375rem;left:21.9375rem;overflow:hidden;display:block; }
#v5JTuUa2sAr49uXHyUMh9hQmcKuivN3d { position:absolute;display:block;z-index:15034;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:1.3125rem;width:1.3125rem;top:30.4375rem;left:20.625rem;overflow:hidden;display:block; }
#QBlb69wNnJvWbWcrQPN7LWJTNle1aTkV { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:30.6875rem;left:38.875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rrz2toNRtu6OWXhIGFeOK5DDALTq3dUa { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:30.375rem;left:51.5rem;overflow:hidden;display:block; }
#IHqg8SuFcmAN0Ch0zcrxD1xlqNLzWNNm { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:27.07421875rem;left:46rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF { position:relative;display:none; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF { border-width: 0; border-radius: 0; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DaxqcDSXrWaSeOM28HnUcSyfexpKunEn { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fH8PEU9d7pxWIdgCIX8Qf7k9QhGbN7DU { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#abO6PLxygJ7UunJkW2ZMSc1svkzQWApd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#TRZy1ZXxzBTi1qPigBl3WR4ZrEIPNHcI { position:absolute;display:block;z-index:15016;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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#d4NN9ZS72lK7ayTT82P87BmHkdBL4WW2 { position:absolute;display:block;z-index:15015;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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#caguKXMuingtR0eSmxEFeka621fzOwxS { position:absolute;display:block;z-index:15014;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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#T93v7AA7GLl3Tc6XH2w7dPsBJHWSwZGH { 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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#kp8v2o9o2UOGTbf4APibTxXaNmaICXxh { 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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:50.5625rem;overflow:hidden;display:none; }
#d3LMN05IieJkUHwX6WLfrxWeyAfS8SEE { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XTyKaCEXWii7E8aoIIaKSnLeLXGlFVgq { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.85107421875rem;left:24.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#R8d0WDmX5cFeNNrzgBloHthSVcvZBr7H { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#tbeFDoCFJKMuEpbEXh66c67kz0DHqgM1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#qR9qhk01Ld3G5bx05KnS9CWXILryvi8P { position:absolute;display:block;z-index:15016;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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#xTFJhxwBXkNOULXIU6iaGWbu4VDb7tf6 { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#E0nRVL97lw8Gbo9cDo4Jbd8qGr387l1x { position:absolute;display:block;z-index:15015;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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#BTQdIdAaWgFqWoauBFmGd22swaQEsIAh { position:absolute;display:block;z-index:15014;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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#D9NXm5eNT6FoRwntZeIi3miqGr1TdVRP { 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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#dVJu5yAbwF7DhV5es1bV5xg5Z6HA2geN { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.4873046875rem;left:18.0625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TTGnaJPUEosTm6HunWVb16DB9wIKOC0w { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#y9Gweq4yUyhukmsfsr7388tdFfs9s96N { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#HDxvOOwDRpqkT2IotG4IiiN78au4tF7H { position:absolute;display:block;z-index:15016;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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#f0Ry3DtfMvV82TJ3PxCJI9W7UdNNpOli { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IHcdoS6RLMby3rfmp52xCov5i8UZWz1T { position:absolute;display:block;z-index:15015;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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#ZfTnP06SJrNd3gtQHQcr2OyNtl3wLk40 { position:absolute;display:block;z-index:15014;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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#NaEhK5IHmNMLc8bcfeSZKMH9bQVJXgXJ { 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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#vCpcSpy6dLngry5drBUEtgsthUzufZK4 { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.28857421875rem;left:24.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yHoW1rUcpfh1U7p6AhtfM9FuFKOfJuI8 { 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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#oJTiCXBuVagxP5rIPoXT8hgzfDiqoTmW { 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:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#IXuZhfZFum2cIrWyFOLnP2WlbgrxAd5A { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.28857421875rem;left:24.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { background-color: transparent; background-image: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .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); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { border-width: 0; border-radius: 0; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { color:#f6f6f6;display:block;width:34.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.25rem;left:20.1875rem;height:1.13745rem;text-align:center;text-align-last:center;display:block; }
#Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { 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:1.8125rem;width:10.5625rem;top:1.625rem;left:32.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT { display:flex;width:18rem;height:5.0625rem;top:0.5625rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #rCiIKFrtMLKZTZVFBJNK3x1RKVDIyGRg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #K4WaACi2qh4UUJv2UlxxQcKR2n52LzRK {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #gByqSckAP48A5A1Vzpf0yMs2D6uge71p {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #wkOXCWwiFqPugBumlzHXmRKWhJJfgMUn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #sgf7mFqmaXNboFcrIMyHsyu79xhrmE8A {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #Lx8UBKCJ9vkoJvTRKcLPMrlc16p1TQAw {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #TICa9VgAZJQx912pKCA9xplc2DXZcKZx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #whUL9FKJDhox08xmUcuXAKhEpqqgTbwZ {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #UWxXNJAshGrOHDVELIDVVNprqdLdCAAI {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #AxQnLi408Vo13MgPCALipHUpO0uPHp8i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #DuqTFkasQ5ruTg2MS4dd6cdUetlI4EKn {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #oscHrutoZKKToIAszycpaH7QnOorWqMz {  }
 }@media only screen and (max-width: 763px) { #WIlZ53gdBM4zgMDITb8QWIxwMIrfqhvt { top:1rem;left:0.125rem;width:47.5rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfoLTQf7mIs2AlUOeBHVIqu1RDBye4mZ { top:0.625rem;left:0rem;width:20rem;height:2.1875rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmMLRrh43EcDk9dHZssJkHPdpxkHAUqZ { top:2.75rem;left:0rem;width:20rem;height:2.6875rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcTU2fUXnF8WZLysJllmrMO1ANpEBp0m { top:3.75rem;left:0rem;width:20rem;height:2.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VannQuFVBCOnurbglolo5VPx0768HVaS { display:none; }#VannQuFVBCOnurbglolo5VPx0768HVaS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UcohauNhBD3x2yXKJw1NSv1MMlfz7xar { width:47.75rem;height:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J { display:none; }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r7H6lVqmXRTHf7xmeQmmxwdKkpWMbgi3 { width:20rem;height:2.5625rem;top:0.75rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXN1XbVKLqPne5TP7BAlxMQxqZSuLN04 { top:4.125rem;left:0rem;width:20rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 { display:block; }#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itwE8thnQH1sM8L7SK1SZgIyKrl5AOEX { top:16.4375rem;left:0rem;width:44.25rem;height:5.5625rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq72UZOePvhGi8KqAvMm94oeZqJxJzOi { top:8.1875rem;left:0rem;width:42.625rem;height:7.7384940087146rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug { display:block; }#GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1N47kO0JrKheIbXbDpQS1l68E96x9sK { top:24.3125rem;left:20.1875rem;width:27.5625rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItU9DxVZq2EftxC662aJsBfS6SwaZgqx { top:27.4375rem;left:20.6875rem;width:27.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2UFfwgXBGwE4DmvMVduVxZNUXnJSpJJ { top:31.3125rem;left:18.6875rem;width:29.0625rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ3xfkxhD1KBtpQPF06TgZcppmCaLdEL { width:20rem;height:2.5625rem;top:2.4375rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9sTULzRvW3WhavWdg13XCPUTCdArPLV { top:14.5rem;left:0rem;width:31.3125rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN0RaLELQt2yCTegQS7ohN4q2Uq5If9d { top:7rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REWHRBOJpMs5z9AtTWQqdelVcW8EascA { top:2.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EysO0sseRdf9sePW14yuwC5TgzSzIZ4Q { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxommMAV3kcik7z8BKn5GHwiZwduLvVa { display:block; }#uxommMAV3kcik7z8BKn5GHwiZwduLvVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asQSL6la8uiaR7oTsJNyF6oOG8KUrJ4q { top:6.375rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyuIH2G5yEqvrKKNRzh7d90vH4vk3hQV { top:1.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tktFVWCyNHJPW8hMr93s6dpLXWTkTAXe { top:6.375rem;left:5.375rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4bTsiJki0RXIyaZ7LHkNOMQ3v8Rq53x { top:6.375rem;left:24.25rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMBRPlzQqtV0GQN4ZuOlcPSgieSD2Wr3 { top:6.375rem;left:29.625rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciGrM5trhA4p1HmZsivTXvVMOw0AUvFc { top:25.0625rem;left:0rem;width:13.25rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti74kly3TW0peGqXiOzqW4RaXuI4zLSw { top:1.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQtRrKfz9793zgtMgOTWrdcAEBZr6TEn { width:20rem;height:5.1875rem;top:0.75rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCeOTp5sXEGs2fkowbDf68GXeKNglPBN { top:25.0625rem;left:5.875rem;width:17.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP3DzTQ2eJ7WE8DHXLbh1iTLdtx3wUyQ { top:25.1875rem;left:22.4375rem;width:21.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTN39Tr1iS0qxKavzTzQloK3uqvOf0QG { top:25.1875rem;left:30.25rem;width:17.5rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N71V5Mi6klJSmnMB8QCIe1KxKfqWazLc { width:20rem;height:2.5625rem;top:27.1875rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEI6t9BPdnEhLRnm99cFEpVz2rq46xN4 { width:8.625rem;height:1.8125rem;top:17.875rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhV3tO6mh9657GLNhM5lioX5aH6w26PN { width:8.625rem;height:;top:31.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyT3upo756TU163CHWRddkDfhgRD84Ne { width:8.625rem;height:3.6875rem;top:30.5rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSyCNxEIQBNXwWyRFOkns75uTKQ18J2s { width:8.625rem;height:3.6875rem;top:31.25rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9yxqdo1kZpUBx3Bw8Fx5mtGIVETacmO { display:block; }#t9yxqdo1kZpUBx3Bw8Fx5mtGIVETacmO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaGpZNEHVrAn61MzxsdrowGgduQRrdbM { top:2.1875rem;left:17.6875rem;width:29.8125rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsE6iOIb0PsRLpFGHkEATmN4b758kBPt { width:28.125rem;height:2.875rem;top:7.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGSMxwNT0w4UcdTVUyWvO2eTxL0hTnmp { width:23.875rem;height:4rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1IO5sX0CSyLlDyuUKA3N8CPqVbrwXXG { width:23.1875rem;height:3.0625rem;top:15.6875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-regular-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-text { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-textarea { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-select { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-button { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4  { width:21.0625rem;height:auto;top:19.8125rem;left:0rem; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .radio-container { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 {display:block;}#xFriaLUXE0hG5OVf7JzownQUUct42lV4 { width:21.0625rem;height:auto;top:19.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xFriaLUXE0hG5OVf7JzownQUUct42lV4 #CBL33Z4ciNtWO0Tv56kQCIayZXNHCLGo {  }
 }@media only screen and (max-width: 763px) { #xFriaLUXE0hG5OVf7JzownQUUct42lV4 #Nh6yxh73BSbyvWlM762S6RhbdL0LmKsT {  }
 }@media only screen and (max-width: 763px) { #xFriaLUXE0hG5OVf7JzownQUUct42lV4 #KnyuatbLLb7Mw6yIt4Z5vy32sVxFVM85 {  }
 }@media only screen and (max-width: 763px) { #xFriaLUXE0hG5OVf7JzownQUUct42lV4 #IAbSxEpsWsIcmMfXpeNDNsCIiZGR5KqP {  }
 }@media only screen and (max-width: 763px) { #xFriaLUXE0hG5OVf7JzownQUUct42lV4 #p3GuLFm7qD9snCP4XtNk8cTtb8emHgpk {  }
 }@media only screen and (max-width: 763px) { #QDT5QcHGkhbDysXkHD6NTttnvPTAvR8e { width:18.625rem;height:1.6875rem;top:5.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZvNnqFIkEwP8MHCc9JQE3bLcWuKXngR { top:2.1875rem;left:0rem;width:30.0625rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnolKtGqum6NqOBUbUf8sLpmeN0AlGfr { top:2.1875rem;left:23.6875rem;width:0.5rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 { display:block; }#EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rloOp5NkXUREsrJD8gzTFi6arUqkVpba { width:17.0625rem;height:21.75rem;top:6.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJXdU9ePkgn2xaDCfISAUl3ylkif3Hho { width:17.0625rem;height:21.75rem;top:6.0625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEy97LP6T9yRfZNNW5wzkbQJuR8sDldM { width:17.0625rem;height:21.75rem;top:6.0625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWPMAe9TPKKPI6p6BEeo8FewROqRoIvA { width:17.0625rem;height:21.75rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTwaZx4sAV0hLXcuFd4Way7d0kXlTl0g { width:47.75rem;height:2.625rem;top:1.125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRywPUnGBpk85Je26pbMEtdZRlPtaV5G { width:47.75rem;height:3.125rem;top:3.4375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXz7FW7HW5ymuiVaT3BPtiCI04lo28lf { display:none; }
 }@media only screen and (max-width: 763px) { #pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc { display:block; }#pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwkTuU0vcw26elTXDXAm8Hp7h1xCS3H7 { top:0rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { display:none; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { top:2.0625rem;left:0rem;width:20rem;height:2.0625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { top:0.5625rem;left:0rem;width:16.875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #er5fEMXU3S39sLVExoVpgFOnBF96smGc { top:4.9375rem;left:0rem;width:18.875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #udDppoPSKWeaqluLyldhcnoRbmVEqW2c { display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { top:1.6875rem;left:9.96875rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { top:13.125rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { top:9.3125rem;left:0rem;width:16.875rem;height:3.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { top:12.75rem;left:0rem;width:11.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OV9FihfineS3JbR1HRmK19m0DwA45MoO { top:14.1875rem;left:0rem;width:10.875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { top:13.125rem;left:0rem;width:9.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #niHl12cN94Iy1ylAfwwEifJygTNU9nIz { top:21.9375rem;left:0rem;width:10.875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHJkpRtJPi8G5VrHxbJChgqfSuNQFec4 { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { display:block; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { top:13.125rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { top:16.0625rem;left:0.125rem;width:15.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { top:13.125rem;left:14.1875rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { top:16.0625rem;left:13.75rem;width:18rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { top:13.125rem;left:30.0625rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkwuATwa5QUosShcrKbnnRREh70KHDM { top:0rem;left:17.5rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { top:0rem;left:1.5625rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9etEN8fMcUcBbH4PxGemwiwvJias9d { top:16.0625rem;left:31.875rem;width:15.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { top:0rem;left:32.875rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo { display:block; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkOf509sga7lHbHgB8aoBeqHTCpcOyxm { top:2.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKLUTTlNlBRr0KazEd6JJaq6UhQS4oMi { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MilWHAhF0IB0Lb8GR6DbemMHydTFaQIm { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GniNr8fZpTNQ9hmvLayS1VXtZTPQGuUX { top:7.5rem;left:10.5625rem;width:13rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ammHu2QIpK790G3psebXmuEHORu3KhJc { top:9.375rem;left:10.5625rem;width:32.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTZCl0TaF4CiWa7fxSTOtENAeLTed1W { top:7.25rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVabmWfrZT8ZAtyEBM3v7entJB9pNpU0 { top:7.25rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5vfDzrFlyUaJAuZ8TMGO4o7wImbvyPA { top:7.25rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCUfAIt834ChT2wxZbbKaDEh4Pyy5xva { top:7.25rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWxTDE222D1zZctTHhRDTlsPFDAK503E { top:7.25rem;left:42rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLBTSPfG5qehoLTBagvTlLphBO8rVwRz { top:14.375rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKrNNiT4QNU2rI77lmNZ6BeTBlbLULI { top:14.9375rem;left:37.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmU4rdz2o1OzxCwFBEE4iFddt1rGO17U { top:15.0625rem;left:21.5625rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4fCiJVQebfRUosh8ryHhMNkd8esrv6H { top:17rem;left:4.3125rem;width:33.0625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky9ruuz7zqHJONAlfNd23930iO3IwLZr { top:14.9375rem;left:9.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ3pP02miyrHG57Rsi7wP6J4XakXOqxS { top:14.9375rem;left:5.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qigxQ5ZftrafLuO6ErpvTkEaI028EnSu { top:14.9375rem;left:8.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gluo2iLIGpxLrL6P29909VKBNZWnTE9U { top:14.9375rem;left:4.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3HJAfo8TC2D9qr90FRg0ZOIyINW2pVz { top:14.9375rem;left:6.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leIqVPTvcTNJfbDd1ebdm11ToMXA5BTQ { top:22.1875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtL1t9aRhQBCvaPfdlnSlUVMpATMF5zQ { top:22.75rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtg5Q9zfmTsQrnTJtN1HUcBKAhvkibM3 { top:22.875rem;left:10.5625rem;width:18.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAAVgoZL7IweIm2Gofb6gvaiTC2o7D4g { top:24.4375rem;left:10.5625rem;width:32.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci87qOmtC50R1JdIzJwdtIJxdQ9a3LID { top:22.75rem;left:42rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmLLwFTBrO0reqfze5T7O1QoDG5K35gH { top:22.75rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRCZQ63Or8PzIJMlfxm7wZ6RNXcxRH8p { top:22.75rem;left:39.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMFZJKXkPu5WLwivOq5qGxzofFHB431d { top:22.75rem;left:38.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtTTVLhDN6QBVaRhzeIre26eT9kDQXqk { top:22.75rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6QBMMmsobV5i2pJ507OARHE1TmRGBTV { top:29.8125rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEck7xWWaKuau4byTqlfp2PGlcL0pwh8 { top:30.4375rem;left:4.375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3DQFwPNZXvwfUszbO7cbTX5dHuQ7uMx { top:32.4375rem;left:4.5rem;width:32.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFHvinQz7AMIb95xTxWLXlZVvFIqvXGe { top:30.4375rem;left:9.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2O1zKFv1P4L1OVkKTVD0hVa2NP8KO1 { top:30.4375rem;left:5.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6XIbzXW7gMyt5R8GzkZIUmqfVaAQQL8 { top:30.4375rem;left:8.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5JTuUa2sAr49uXHyUMh9hQmcKuivN3d { top:30.4375rem;left:7rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBlb69wNnJvWbWcrQPN7LWJTNle1aTkV { top:30.6875rem;left:25.25rem;width:11.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrz2toNRtu6OWXhIGFeOK5DDALTq3dUa { top:30.375rem;left:37.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHqg8SuFcmAN0Ch0zcrxD1xlqNLzWNNm { top:27.0625rem;left:32.375rem;width:4.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF { display:none; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DaxqcDSXrWaSeOM28HnUcSyfexpKunEn { top:0.8125rem;left:0rem;width:20rem;height:5.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fH8PEU9d7pxWIdgCIX8Qf7k9QhGbN7DU { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #abO6PLxygJ7UunJkW2ZMSc1svkzQWApd { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRZy1ZXxzBTi1qPigBl3WR4ZrEIPNHcI { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4NN9ZS72lK7ayTT82P87BmHkdBL4WW2 { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #caguKXMuingtR0eSmxEFeka621fzOwxS { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T93v7AA7GLl3Tc6XH2w7dPsBJHWSwZGH { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kp8v2o9o2UOGTbf4APibTxXaNmaICXxh { top:7.1875rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3LMN05IieJkUHwX6WLfrxWeyAfS8SEE { top:7.0625rem;left:0rem;width:6.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTyKaCEXWii7E8aoIIaKSnLeLXGlFVgq { top:14.4375rem;left:0rem;width:16.0625rem;height:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8d0WDmX5cFeNNrzgBloHthSVcvZBr7H { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbeFDoCFJKMuEpbEXh66c67kz0DHqgM1 { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qR9qhk01Ld3G5bx05KnS9CWXILryvi8P { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTFJhxwBXkNOULXIU6iaGWbu4VDb7tf6 { top:24rem;left:0rem;width:7.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0nRVL97lw8Gbo9cDo4Jbd8qGr387l1x { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTQdIdAaWgFqWoauBFmGd22swaQEsIAh { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9NXm5eNT6FoRwntZeIi3miqGr1TdVRP { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVJu5yAbwF7DhV5es1bV5xg5Z6HA2geN { top:31.125rem;left:0rem;width:15.8125rem;height:5.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTGnaJPUEosTm6HunWVb16DB9wIKOC0w { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9Gweq4yUyhukmsfsr7388tdFfs9s96N { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDxvOOwDRpqkT2IotG4IiiN78au4tF7H { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0Ry3DtfMvV82TJ3PxCJI9W7UdNNpOli { top:39.6875rem;left:0rem;width:9.5rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHcdoS6RLMby3rfmp52xCov5i8UZWz1T { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfTnP06SJrNd3gtQHQcr2OyNtl3wLk40 { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaEhK5IHmNMLc8bcfeSZKMH9bQVJXgXJ { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCpcSpy6dLngry5drBUEtgsthUzufZK4 { top:46.9375rem;left:0rem;width:16.625rem;height:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHoW1rUcpfh1U7p6AhtfM9FuFKOfJuI8 { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJTiCXBuVagxP5rIPoXT8hgzfDiqoTmW { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXuZhfZFum2cIrWyFOLnP2WlbgrxAd5A { top:47.625rem;left:0rem;width:16.625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { top:4.25rem;left:6.5625rem;width:34.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { top:1.625rem;left:18.5625rem;width:10.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT { display:flex;width:18rem;height:5.0625rem;top:0.1875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #rCiIKFrtMLKZTZVFBJNK3x1RKVDIyGRg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #K4WaACi2qh4UUJv2UlxxQcKR2n52LzRK {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #gByqSckAP48A5A1Vzpf0yMs2D6uge71p {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #wkOXCWwiFqPugBumlzHXmRKWhJJfgMUn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #sgf7mFqmaXNboFcrIMyHsyu79xhrmE8A {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #Lx8UBKCJ9vkoJvTRKcLPMrlc16p1TQAw {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #TICa9VgAZJQx912pKCA9xplc2DXZcKZx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #whUL9FKJDhox08xmUcuXAKhEpqqgTbwZ {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #UWxXNJAshGrOHDVELIDVVNprqdLdCAAI {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #AxQnLi408Vo13MgPCALipHUpO0uPHp8i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #DuqTFkasQ5ruTg2MS4dd6cdUetlI4EKn {  }
 }@media only screen and (max-width: 763px) { #F8Zo2lTQrRBXm01BT35aOTxTbKRNrXoT #oscHrutoZKKToIAszycpaH7QnOorWqMz {  }
 }@media only screen and (max-width: 763px) { #WIlZ53gdBM4zgMDITb8QWIxwMIrfqhvt { width:20rem;height:auto;top:1rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfoLTQf7mIs2AlUOeBHVIqu1RDBye4mZ { width:20rem;height:0;top:0.5390625rem;left:0rem;font-size:2.0625rem;z-index:15012;color:#ffffff;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #ZmMLRrh43EcDk9dHZssJkHPdpxkHAUqZ { width:20rem;height:0;top:2.75rem;left:0rem;font-size:2.6875rem;z-index:15013;color:#ffffff;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #KcTU2fUXnF8WZLysJllmrMO1ANpEBp0m { width:2.625rem;height:0;top:2.9140625rem;left:16.4375rem;font-size:1.4375rem;z-index:15014;color:#ffffff;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #VannQuFVBCOnurbglolo5VPx0768HVaS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4c648720-4279-4cc4-bb4d-903e8b42e6be/1x1_Cozytober_LP_mobile_Header_1500x700_V2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VannQuFVBCOnurbglolo5VPx0768HVaS.adaptive-delivery-prevent-bg, #VannQuFVBCOnurbglolo5VPx0768HVaS.lazyload, #VannQuFVBCOnurbglolo5VPx0768HVaS.lazyloading { background-image: none; }#VannQuFVBCOnurbglolo5VPx0768HVaS > .row .container { background-color: transparent; background-image: none; }#VannQuFVBCOnurbglolo5VPx0768HVaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VannQuFVBCOnurbglolo5VPx0768HVaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VannQuFVBCOnurbglolo5VPx0768HVaS > .row .container > .video-iframe-container { display: none; }#VannQuFVBCOnurbglolo5VPx0768HVaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VannQuFVBCOnurbglolo5VPx0768HVaS > .row > .video-iframe-container { display: none; }#VannQuFVBCOnurbglolo5VPx0768HVaS > .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); }#VannQuFVBCOnurbglolo5VPx0768HVaS > .row .container { border-width: 0; border-radius: 0; }#VannQuFVBCOnurbglolo5VPx0768HVaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VannQuFVBCOnurbglolo5VPx0768HVaS > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcohauNhBD3x2yXKJw1NSv1MMlfz7xar { top:1.625rem;left:0rem;width:20rem;height:3.6875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J { background-color:#8e5452;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J > .row .container { background-color: transparent; background-image: none; }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J > .row .container > .video-iframe-container { display: none; }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J > .row > .video-iframe-container { display: none; }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J > .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); }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J > .row .container { border-width: 0; border-radius: 0; }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1XWZqXBDiCGlvLCtRsvhBuQ1td2XW6J > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7H6lVqmXRTHf7xmeQmmxwdKkpWMbgi3 { width:20rem;height:2.61255rem;top:0.75rem;left:0rem;font-size:2.375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #XXN1XbVKLqPne5TP7BAlxMQxqZSuLN04 { width:20rem;height:7.79883125rem;top:4.125rem;left:0rem;font-size:1rem;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 { display:none; }#k5SPyTtfeLmGzmLyzbOZwp3N0gOoKf71 > .row .container { width:20rem;height:37.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #itwE8thnQH1sM8L7SK1SZgIyKrl5AOEX { width:20rem;height:0;top:18.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bq72UZOePvhGi8KqAvMm94oeZqJxJzOi { width:20rem;height:3.6310395314788rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug { display:block; }#GRrFUtdeN3s90puoFM7RzllAzsCbd1Ug > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1N47kO0JrKheIbXbDpQS1l68E96x9sK { width:20rem;height:0;top:4.3125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItU9DxVZq2EftxC662aJsBfS6SwaZgqx { width:14.625rem;height:3.25rem;top:25rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2UFfwgXBGwE4DmvMVduVxZNUXnJSpJJ { width:18.499rem;height:3.8994125rem;top:28.9375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ3xfkxhD1KBtpQPF06TgZcppmCaLdEL { width:18.499rem;height:2.4624rem;top:22.6875rem;left:0.75rem;font-size:2.125rem;z-index:15009;color:#000000;font-family:"scotch text";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S9sTULzRvW3WhavWdg13XCPUTCdArPLV { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN0RaLELQt2yCTegQS7ohN4q2Uq5If9d { width:19.9995rem;height:0;top:28.560791015625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #REWHRBOJpMs5z9AtTWQqdelVcW8EascA { width:19.9995rem;height:0;top:12.397705078125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EysO0sseRdf9sePW14yuwC5TgzSzIZ4Q { width:19.9995rem;height:0;top:33.242920703125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxommMAV3kcik7z8BKn5GHwiZwduLvVa { display:block; }#uxommMAV3kcik7z8BKn5GHwiZwduLvVa > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asQSL6la8uiaR7oTsJNyF6oOG8KUrJ4q { width:9.6875rem;height:9.6875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyuIH2G5yEqvrKKNRzh7d90vH4vk3hQV { width:20rem;height:auto;top:1.625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tktFVWCyNHJPW8hMr93s6dpLXWTkTAXe { width:9.625rem;height:9.625rem;top:7.65625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4bTsiJki0RXIyaZ7LHkNOMQ3v8Rq53x { width:9.625rem;height:9.625rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMBRPlzQqtV0GQN4ZuOlcPSgieSD2Wr3 { width:9.625rem;height:9.625rem;top:20.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciGrM5trhA4p1HmZsivTXvVMOw0AUvFc { width:13.25rem;height:auto;top:25.0625rem;left:3.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ti74kly3TW0peGqXiOzqW4RaXuI4zLSw { width:20rem;height:0;top:4.3125rem;left:2.5rem;font-size:2rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #gQtRrKfz9793zgtMgOTWrdcAEBZr6TEn { width:20rem;height:5.2246125rem;top:0.75rem;left:0rem;font-size:2.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #UCeOTp5sXEGs2fkowbDf68GXeKNglPBN { width:17.125rem;height:auto;top:25.0625rem;left:1.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GP3DzTQ2eJ7WE8DHXLbh1iTLdtx3wUyQ { width:20rem;height:auto;top:25.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTN39Tr1iS0qxKavzTzQloK3uqvOf0QG { width:17.5rem;height:auto;top:25.1875rem;left:1.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #N71V5Mi6klJSmnMB8QCIe1KxKfqWazLc { width:8.625rem;height:1.85595625rem;top:17.875rem;left:0.53125rem;font-size:1.6875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #hEI6t9BPdnEhLRnm99cFEpVz2rq46xN4 { width:8.625rem;height:1.85595625rem;top:17.875rem;left:10.75rem;font-size:1.6875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #MhV3tO6mh9657GLNhM5lioX5aH6w26PN { width:8.625rem;height:;top:31.25rem;left:0.53125rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #WyT3upo756TU163CHWRddkDfhgRD84Ne { width:8.625rem;height:3.7119125rem;top:31.25rem;left:0.53125rem;font-size:1.6875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #PSyCNxEIQBNXwWyRFOkns75uTKQ18J2s { width:8.625rem;height:3.7119125rem;top:31.25rem;left:10.875rem;font-size:1.6875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #t9yxqdo1kZpUBx3Bw8Fx5mtGIVETacmO { display:none; }#t9yxqdo1kZpUBx3Bw8Fx5mtGIVETacmO > .row .container { width:20rem;height:48rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qaGpZNEHVrAn61MzxsdrowGgduQRrdbM { width:19.75rem;height:19.75rem;top:25.896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsE6iOIb0PsRLpFGHkEATmN4b758kBPt { width:20rem;height:2.20019375rem;top:4.03125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGSMxwNT0w4UcdTVUyWvO2eTxL0hTnmp { width:18.0625rem;height:3.59765625rem;top:6.8125rem;left:0.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l1IO5sX0CSyLlDyuUKA3N8CPqVbrwXXG { width:17.8125rem;height:3.7089875rem;top:11.3125rem;left:1.09375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4  { width:17.5rem;height:auto;top:15.021484375rem;left:0rem; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xFriaLUXE0hG5OVf7JzownQUUct42lV4 {display:block;}#xFriaLUXE0hG5OVf7JzownQUUct42lV4 { width:17.5rem;height:auto;top:15.021484375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xFriaLUXE0hG5OVf7JzownQUUct42lV4 #CBL33Z4ciNtWO0Tv56kQCIayZXNHCLGo {  }
 }@media only screen and (max-width: 763px) { #xFriaLUXE0hG5OVf7JzownQUUct42lV4 #Nh6yxh73BSbyvWlM762S6RhbdL0LmKsT {  }
 }@media only screen and (max-width: 763px) { #xFriaLUXE0hG5OVf7JzownQUUct42lV4 #KnyuatbLLb7Mw6yIt4Z5vy32sVxFVM85 {  }
 }@media only screen and (max-width: 763px) { #xFriaLUXE0hG5OVf7JzownQUUct42lV4 #IAbSxEpsWsIcmMfXpeNDNsCIiZGR5KqP {  }
 }@media only screen and (max-width: 763px) { #xFriaLUXE0hG5OVf7JzownQUUct42lV4 #p3GuLFm7qD9snCP4XtNk8cTtb8emHgpk {  }
 }@media only screen and (max-width: 763px) { #QDT5QcHGkhbDysXkHD6NTttnvPTAvR8e { width:18.625rem;height:1.51171875rem;top:2.4375rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZvNnqFIkEwP8MHCc9JQE3bLcWuKXngR { width:20rem;height:25.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnolKtGqum6NqOBUbUf8sLpmeN0AlGfr { width:0.5rem;height:30.0625rem;top:32.5625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 { display:block; }#EgHuVbmxH1AET689xcpqp6oCLuq8vEB9 > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rloOp5NkXUREsrJD8gzTFi6arUqkVpba { width:17.0625rem;height:21.75rem;top:29.9rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJXdU9ePkgn2xaDCfISAUl3ylkif3Hho { width:17.0625rem;height:21.75rem;top:75.9rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEy97LP6T9yRfZNNW5wzkbQJuR8sDldM { width:17.0625rem;height:21.75rem;top:52.9rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWPMAe9TPKKPI6p6BEeo8FewROqRoIvA { width:11.875rem;height:15.125rem;top:7.1249961853025rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTwaZx4sAV0hLXcuFd4Way7d0kXlTl0g { width:20rem;height:2.61255rem;top:0.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRywPUnGBpk85Je26pbMEtdZRlPtaV5G { width:20rem;height:2.54345625rem;top:3.4248046875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXz7FW7HW5ymuiVaT3BPtiCI04lo28lf { top:7.375rem;left:0rem;width:20rem;height:24.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc { display:block; }#pJ0PQoDbNq4Xk3FhNE99LFuWAQcOBwZc > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwkTuU0vcw26elTXDXAm8Hp7h1xCS3H7 { width:20rem;height:21.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { display:none; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container { width:20rem;height:8.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { top:2.1103515625rem;left:0rem;width:20rem;height:2.0625rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:2.0625rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { top:0.623046875rem;left:1.5625rem;width:16.875rem;height:1.29980625rem;z-index:15002;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #er5fEMXU3S39sLVExoVpgFOnBF96smGc { top:4.9375rem;left:0.5625rem;width:18.875rem;height:3.41015625rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udDppoPSKWeaqluLyldhcnoRbmVEqW2c { display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { width:9.4375rem;height:1.4625rem;top:4.96875rem;left:8.46875rem;font-size:1.125rem;z-index:15005;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { top:6.61376953125rem;left:8.46875rem;width:10.6875rem;height:4.548825rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { width:7.25rem;height:7.1875rem;top:12.28125rem;left:0.6875rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { width:7.25rem;height:7.1875rem;top:20.375rem;left:0.6875rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { width:11.8125rem;height:1.3808625rem;top:12.78125rem;left:8.46875rem;font-size:1.0625rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OV9FihfineS3JbR1HRmK19m0DwA45MoO { top:14.23291015625rem;left:8.46875rem;width:10.875rem;height:4.548825rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { width:9.4375rem;height:1.4624rem;top:20.375rem;left:8.5rem;font-size:1.125rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #niHl12cN94Iy1ylAfwwEifJygTNU9nIz { top:21.9375rem;left:8.5rem;width:10.875rem;height:4.548825rem;z-index:15006;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHJkpRtJPi8G5VrHxbJChgqfSuNQFec4 { width:7.25rem;height:7.1875rem;top:4.03515625rem;left:0.6875rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { display:none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { width:20rem;height:54rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { width:17.5625rem;height:1.94970625rem;top:15.1875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { width:15.5625rem;height:3.8994125rem;top:18.38671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { width:17.5625rem;height:1.94970625rem;top:37.34814375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { width:15.5625rem;height:5.19921875rem;top:40.5473625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { width:17.5625rem;height:1.94970625rem;top:45.6962875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkwuATwa5QUosShcrKbnnRREh70KHDM { width:12.5625rem;height:12.5625rem;top:23.53564375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { width:12.6875rem;height:12.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9etEN8fMcUcBbH4PxGemwiwvJias9d { width:15.5625rem;height:3.8994125rem;top:48.89550625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { width:7.25rem;height:7.1875rem;top:4.162109375rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo { display:none; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container { width:20rem;height:81.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PkOf509sga7lHbHgB8aoBeqHTCpcOyxm { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKLUTTlNlBRr0KazEd6JJaq6UhQS4oMi { width:20rem;height:6.5625rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MilWHAhF0IB0Lb8GR6DbemMHydTFaQIm { width:5.4375rem;height:5.4375rem;top:15.51171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GniNr8fZpTNQ9hmvLayS1VXtZTPQGuUX { width:6.8125rem;height:1.29980625rem;top:22.19921875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ammHu2QIpK790G3psebXmuEHORu3KhJc { width:20rem;height:6.499rem;top:37.51171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTZCl0TaF4CiWa7fxSTOtENAeLTed1W { width:1.3125rem;height:1.3125rem;top:24.69921875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVabmWfrZT8ZAtyEBM3v7entJB9pNpU0 { width:1.3125rem;height:1.3125rem;top:27.26171875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5vfDzrFlyUaJAuZ8TMGO4o7wImbvyPA { width:1.3125rem;height:1.3125rem;top:29.82421875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCUfAIt834ChT2wxZbbKaDEh4Pyy5xva { width:1.3125rem;height:1.3125rem;top:32.38671875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWxTDE222D1zZctTHhRDTlsPFDAK503E { width:1.3125rem;height:1.3125rem;top:34.94921875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLBTSPfG5qehoLTBagvTlLphBO8rVwRz { width:20rem;height:6.5625rem;top:42.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKrNNiT4QNU2rI77lmNZ6BeTBlbLULI { width:5.4375rem;height:5.4375rem;top:43.19921875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmU4rdz2o1OzxCwFBEE4iFddt1rGO17U { width:11.1875rem;height:0;top:43.32421875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4fCiJVQebfRUosh8ryHhMNkd8esrv6H { width:20rem;height:5.19921875rem;top:44.7490234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky9ruuz7zqHJONAlfNd23930iO3IwLZr { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ3pP02miyrHG57Rsi7wP6J4XakXOqxS { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qigxQ5ZftrafLuO6ErpvTkEaI028EnSu { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gluo2iLIGpxLrL6P29909VKBNZWnTE9U { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3HJAfo8TC2D9qr90FRg0ZOIyINW2pVz { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leIqVPTvcTNJfbDd1ebdm11ToMXA5BTQ { width:20rem;height:6.5625rem;top:50.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtL1t9aRhQBCvaPfdlnSlUVMpATMF5zQ { width:5.4375rem;height:5.4375rem;top:51.01171875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtg5Q9zfmTsQrnTJtN1HUcBKAhvkibM3 { width:11.4375rem;height:0;top:51.13671875rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAAVgoZL7IweIm2Gofb6gvaiTC2o7D4g { width:20rem;height:4.875rem;top:52.5498046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci87qOmtC50R1JdIzJwdtIJxdQ9a3LID { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmLLwFTBrO0reqfze5T7O1QoDG5K35gH { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRCZQ63Or8PzIJMlfxm7wZ6RNXcxRH8p { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMFZJKXkPu5WLwivOq5qGxzofFHB431d { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtTTVLhDN6QBVaRhzeIre26eT9kDQXqk { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6QBMMmsobV5i2pJ507OARHE1TmRGBTV { width:20rem;height:6.5625rem;top:61.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEck7xWWaKuau4byTqlfp2PGlcL0pwh8 { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3DQFwPNZXvwfUszbO7cbTX5dHuQ7uMx { width:20rem;height:0;top:63.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFHvinQz7AMIb95xTxWLXlZVvFIqvXGe { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2O1zKFv1P4L1OVkKTVD0hVa2NP8KO1 { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6XIbzXW7gMyt5R8GzkZIUmqfVaAQQL8 { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5JTuUa2sAr49uXHyUMh9hQmcKuivN3d { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBlb69wNnJvWbWcrQPN7LWJTNle1aTkV { width:11.75rem;height:0;top:62.142578125rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrz2toNRtu6OWXhIGFeOK5DDALTq3dUa { width:5.4375rem;height:5.4375rem;top:61.82421875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHqg8SuFcmAN0Ch0zcrxD1xlqNLzWNNm { width:4.4375rem;height:0;top:69.07421875rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF { background-color:#f1f0f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container { background-color: transparent; background-image: none; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container > .video-iframe-container { display: none; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row > .video-iframe-container { display: none; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .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); }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container { border-width: 0; border-radius: 0; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaxqcDSXrWaSeOM28HnUcSyfexpKunEn { width:20rem;height:5.7744125rem;top:0.8125rem;left:0rem;font-size:1.75rem;z-index:15005;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fH8PEU9d7pxWIdgCIX8Qf7k9QhGbN7DU { width:17.5rem;height:15.5625rem;top:7.875rem;left:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #abO6PLxygJ7UunJkW2ZMSc1svkzQWApd { width:7.375rem;height:7.375rem;top:8.4375rem;left:1.6875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TRZy1ZXxzBTi1qPigBl3WR4ZrEIPNHcI { width:1.3125rem;height:1.3125rem;top:12.0625rem;left:10.0625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #d4NN9ZS72lK7ayTT82P87BmHkdBL4WW2 { width:1.3125rem;height:1.3125rem;top:12.0625rem;left:11.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #caguKXMuingtR0eSmxEFeka621fzOwxS { width:1.3125rem;height:1.3125rem;top:12.0625rem;left:12.6875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #T93v7AA7GLl3Tc6XH2w7dPsBJHWSwZGH { width:1.3125rem;height:1.3125rem;top:12.0625rem;left:14rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #kp8v2o9o2UOGTbf4APibTxXaNmaICXxh { width:1.3125rem;height:1.3125rem;top:12.0625rem;left:15.3125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #d3LMN05IieJkUHwX6WLfrxWeyAfS8SEE { width:6.8125rem;height:2.19921875rem;top:9.5869140625rem;left:10.1875rem;font-size:1rem;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XTyKaCEXWii7E8aoIIaKSnLeLXGlFVgq { width:16.0625rem;height:6.09375rem;top:16.75390625rem;left:1.84375rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #R8d0WDmX5cFeNNrzgBloHthSVcvZBr7H { width:17.5rem;height:15.5625rem;top:24.125rem;left:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #tbeFDoCFJKMuEpbEXh66c67kz0DHqgM1 { width:7.375rem;height:7.375rem;top:25.375rem;left:1.8125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qR9qhk01Ld3G5bx05KnS9CWXILryvi8P { width:1.3125rem;height:1.3125rem;top:29rem;left:10.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #xTFJhxwBXkNOULXIU6iaGWbu4VDb7tf6 { width:7.8125rem;height:2.19921875rem;top:26.4619140625rem;left:10.375rem;font-size:1rem;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #E0nRVL97lw8Gbo9cDo4Jbd8qGr387l1x { width:1.3125rem;height:1.3125rem;top:29rem;left:11.5rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #BTQdIdAaWgFqWoauBFmGd22swaQEsIAh { width:1.3125rem;height:1.3125rem;top:29rem;left:12.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #D9NXm5eNT6FoRwntZeIi3miqGr1TdVRP { width:1.3125rem;height:1.3125rem;top:29rem;left:14.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #dVJu5yAbwF7DhV5es1bV5xg5Z6HA2geN { width:15.8125rem;height:4.875rem;top:33.75rem;left:2.09375rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TTGnaJPUEosTm6HunWVb16DB9wIKOC0w { width:17.5rem;height:17.5rem;top:40.375rem;left:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #y9Gweq4yUyhukmsfsr7388tdFfs9s96N { width:7.375rem;height:7.375rem;top:40.9375rem;left:1.8125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HDxvOOwDRpqkT2IotG4IiiN78au4tF7H { width:1.3125rem;height:1.3125rem;top:45.65625rem;left:10.0625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #f0Ry3DtfMvV82TJ3PxCJI9W7UdNNpOli { width:7.25rem;height:3.65625rem;top:42rem;left:10.3125rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #IHcdoS6RLMby3rfmp52xCov5i8UZWz1T { width:1.3125rem;height:1.3125rem;top:45.65625rem;left:11.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ZfTnP06SJrNd3gtQHQcr2OyNtl3wLk40 { width:1.3125rem;height:1.3125rem;top:45.65625rem;left:12.6875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #NaEhK5IHmNMLc8bcfeSZKMH9bQVJXgXJ { width:1.3125rem;height:1.3125rem;top:45.65625rem;left:14rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #vCpcSpy6dLngry5drBUEtgsthUzufZK4 { width:16.625rem;height:7.9604375rem;top:49.25rem;left:1.6875rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #yHoW1rUcpfh1U7p6AhtfM9FuFKOfJuI8 { width:1.3125rem;height:1.3125rem;top:29rem;left:15.3125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #oJTiCXBuVagxP5rIPoXT8hgzfDiqoTmW { width:1.3125rem;height:1.3125rem;top:45.65625rem;left:15.3125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #IXuZhfZFum2cIrWyFOLnP2WlbgrxAd5A { width:5.0625rem;height:1.21875rem;top:56.0498046875rem;left:6.875rem;font-size:0.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { width:20rem;height:0.89375rem;top:3.470703125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { width:10.5625rem;height:1.8125rem;top:1rem;left:4.71875rem;display:block; }
 }