.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#wmsIvtWFUU2bIATxSdeeG0ruraxzlvOv { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:9.6875rem;top:0.96875rem;left:0rem;overflow:hidden;display:block; }
#CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.05);background-image:none;position:relative;display:block; }#CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG > .row .container { background-color: transparent; background-image: none; }#CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG > .row .container > .video-iframe-container { display: none; }#CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG > .row > .video-iframe-container { display: none; }#CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG > .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); }#CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG > .row .container { border-width: 0; border-radius: 0; }#CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG > .row > .video-iframe-container {  }#CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#AfXht7qCkiX509XukW2qnU7ORwoln8BL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/920d2f1f-fac1-42c9-a74f-15a5705204cd/intro_foto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#AfXht7qCkiX509XukW2qnU7ORwoln8BL.adaptive-delivery-prevent-bg, #AfXht7qCkiX509XukW2qnU7ORwoln8BL.lazyload, #AfXht7qCkiX509XukW2qnU7ORwoln8BL.lazyloading { background-image: none; }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row .container { background-color: transparent; background-image: none; }#AfXht7qCkiX509XukW2qnU7ORwoln8BL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row .container > .video-iframe-container { display: none; }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row > .video-iframe-container { display: none; }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .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); }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row .container { border-width: 0; border-radius: 0; }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row > .video-iframe-container {  }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#NRmPCiaqGxnuB43rRfyy6GToVas2Ucge { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:15.625rem;width:30.5625rem;top:6.21240234375rem;left:2.1875rem;display:block; }
#BOTxugHywcFOpzki7ZNpgZE5xftsG8mX { color:#ee7f00;display:block;width:25.1875rem;position:absolute;font-family:"dagny display";font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:8.8125rem;left:5.15625rem;height:3.25rem;font-style:normal;display:block; }
#mbIuNkulvLuUQza1Lp8K34ybXgPfk5uu { color:#767676;display:block;width:32rem;position:absolute;font-family:"nn dagny text";font-size:0.75rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:8.0625rem;left:5.28125rem;height:0.97485625rem;font-style:normal;display:block; }
#Z51raTELz1Q9kTivv0xNx9ncfGX1QRxI { color:#414141;display:block;width:24.5rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:12.625rem;left:5.21875rem;height:2.798825rem;font-style:normal;display:block; }
#CA8zJw6M1PNleUCTNOxBE9iSPLLg4Gmp { background-color:#ea650d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nn dagny text";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:16.625rem;left:5.15625rem;display:block; }
#Uuqd2AgyER1AJNiQ44K8OO9h9nSQXkDd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nmEateBIz2yU8M8UdzpZ6AMTTO8fwi86 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ylynxT64QA3WZDFHa8PFqD8JJS6krhvF { position:relative;display:block; }#ylynxT64QA3WZDFHa8PFqD8JJS6krhvF { background-color: transparent; background-image: none; }#ylynxT64QA3WZDFHa8PFqD8JJS6krhvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylynxT64QA3WZDFHa8PFqD8JJS6krhvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylynxT64QA3WZDFHa8PFqD8JJS6krhvF > .row .container > .video-iframe-container { display: none; }#ylynxT64QA3WZDFHa8PFqD8JJS6krhvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylynxT64QA3WZDFHa8PFqD8JJS6krhvF > .row > .video-iframe-container { display: none; }#ylynxT64QA3WZDFHa8PFqD8JJS6krhvF > .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); }#ylynxT64QA3WZDFHa8PFqD8JJS6krhvF { border-width: 0; border-radius: 0; }#ylynxT64QA3WZDFHa8PFqD8JJS6krhvF > .row .container > .video-iframe-container {  }#ylynxT64QA3WZDFHa8PFqD8JJS6krhvF > .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:4.3125rem;width:75rem;position:relative;display:block; }#IqcRraTrePLF0qmwLAFehd8zncTfBJfq { color:#ee7f00;display:block;width:75rem;position:absolute;font-family:"dagny display";font-size:2rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 { position:relative;display:block; }#Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 { background-color: transparent; background-image: none; }#Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 > .row .container > .video-iframe-container { display: none; }#Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 > .row > .video-iframe-container { display: none; }#Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 > .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); }#Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 { border-width: 0; border-radius: 0; }#Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 > .row .container > .video-iframe-container {  }#Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 > .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:15.25rem;width:75rem;position:relative;display:block; }#kvMBQxZkXvkbK9cemkzR0RFaUUD3JKKA { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:1.625rem;top:3.6875rem;left:11.6875rem;overflow:hidden;display:block; }
#iXAVWHPkpMN9olxmZ5cQRsbmRgduBUTp { position:absolute;display:block;z-index:100005;background-color:#ea650d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3rem;width:3rem;top:2.9375rem;left:11rem;display:block; }
#I4ECv3ibTXfMaPO6Thb4ufrbMbsl5Of0 { color:#414141;display:block;width:24.9375rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:6.875rem;left:0rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGFVCDIFoCkmp6EuqKrcBoQsspeFWW52 { color:#414141;display:block;width:13.4375rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:9.0625rem;left:5.78125rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZxFSFehFEC1yEeTkVmXqieZJh4V4ZTr2 { color:#414141;display:block;width:24.9375rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:6.875rem;left:25rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XpdXVKkT59GBeSsgnA84h2It7Whyf50r { color:#414141;display:block;width:12.0625rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100010;line-height:1.4;letter-spacing:0;top:9.0615234375rem;left:31.46875rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFrDCwOR1Or4cAvkI0AusTngo62M2vfS { position:absolute;display:block;z-index:100009;background-color:#ea650d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3rem;width:3rem;top:2.9375rem;left:36rem;display:block; }
#ceNnh70v88Hp7rSVZHfZxCHER2ElNTcw { color:#414141;display:block;width:12.0625rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:9.0625rem;left:56.5625rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQCQCa0t8NTaRoe8390UCTrVuhRhMSKd { color:#414141;display:block;width:24.9375rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:6.875rem;left:50.0625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJVxUE6RLxQIsF5m0iNe4DtUhpBBJqGz { position:absolute;display:block;z-index:100013;background-color:#ea650d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3rem;width:3rem;top:2.9375rem;left:61.0625rem;display:block; }
#nN2txJieEccBzrk7FTwDehKG9OLnGMD3 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:3.5rem;left:36.5rem;overflow:hidden;display:block; }
#cm73KImIuB3TWOJBwAZDpZ3FfJsccE9u { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:3.5rem;left:61.5rem;overflow:hidden;display:block; }
#pQckOsxxkHCARz4qXtqlZiuF1vo6bklw { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:16.375rem;top:4.1875rem;left:17.21875rem;overflow:hidden;display:block; }
#BhQp3FfZXOugLigiXmlTWZp85l947fcv { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:16.375rem;top:4.1875rem;left:42.28125rem;overflow:hidden;display:block; }
#voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i { position:relative;display:block; }#voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i { background-color: transparent; background-image: none; }#voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i > .row .container > .video-iframe-container { display: none; }#voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i > .row > .video-iframe-container { display: none; }#voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i > .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); }#voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i { border-width: 0; border-radius: 0; }#voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i > .row .container > .video-iframe-container {  }#voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i > .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:17.875rem;width:75rem;position:relative;display:block; }#R5q32MVBwXhMq745L8EEMaROaydnZb1M { color:#ee7f00;display:block;width:75rem;position:absolute;font-family:"dagny display";font-size:2rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.53375rem;padding-right:0.499375rem;padding-bottom:0.53375rem;padding-left:0.499375rem;display:block;align-items:center;width:2.996875rem;min-width:2.996875rem;height:2.866875rem;position:relative;font-family:"nn dagny text";font-size:2.134375rem;font-weight:400;line-height:45.87px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.333125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.994375rem;height:1.1325rem;position:relative;font-family:"nn dagny text";font-size:0.800625rem;font-weight:400;line-height:18.12px;text-align:center;text-align-last:center;text-transform:none;top:9%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:20rem;height:5.4rem;padding-top:0.6675rem;padding-right:0.713125rem;padding-bottom:0.6675rem;padding-left:0.713125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.3125rem;left:26.4375rem;z-index:100013; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #k3VrrKGpDpa0PL2hEtFZI2rRcQDwlybC { display:flex;position:relative;top:0rem;left:0rem; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #ps68bLVrFBaJvGUEDoaPzoT3hoyoQqhr { width:auto; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #TFTcpZgDp0lCes0Gudlp9bFh0RUahIDb {  }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #D1h5SXTXsystKa5V1pBRLqIvnH3oJvSc { display:flex;position:relative;top:0rem;left:0rem; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #kUTGxxRUhox2bRBtcBhX3tek40EfieFW {  }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #wmoyqxSksBhNIhE40AMMif765MCES4NX {  }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #SCdR6bz0PpGgrEVePJiydXFXMLIQc70I { display:flex;position:relative;top:0rem;left:0rem; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #Nq3WIBJ6TNRwp0QoMiFSrX6C1lI7DIDB {  }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #N8Z3XxkTAlsyTetihMiWcrfSXckucWfT {  }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #typTUUJHwwdnRCQQkZVzE11MozchhtXs { display:flex;position:relative;top:0rem;left:0rem; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #h6KR3Oda0eiUTVrdcwIfdVf4DM8f1ABN {  }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #mrHWGvcpMXSJIWQzFSgRP9htibu00zT1 {  }
#XnzuzBXgCCWVamcBVo9yX3m7fp7HA6XF { color:#414141;display:block;width:19.625rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:5rem;left:27.3125rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTE3eGeIz5E1Twnw4u6bP7mStJq6Ig0i { position:absolute;display:block;z-index:100006;background-color:#ee7f00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.875rem;width:3.875rem;top:8.0625rem;left:43.1875rem;display:block; }
#ogbxOmCIg50Q6iy89pmOaVT83DRnZhfX { position:absolute;display:block;z-index:100005;background-color:#e64415;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.875rem;width:3.875rem;top:8.0625rem;left:37.875rem;display:block; }
#Z0WUZQlv3rTXXqWESZCmWDKpQHqTGGsW { position:absolute;display:block;z-index:100004;background-color:#ea650d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.875rem;width:3.875rem;top:8.0625rem;left:32.5625rem;display:block; }
#qS5TCzb1STMIkC3qEZxqgnzWiip0ovF2 { position:absolute;display:block;z-index:100003;background-color:#ee7f00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.875rem;width:3.875rem;top:8.0625rem;left:27.25rem;display:block; }
#Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm { position:relative;display:block; }#Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm { background-color: transparent; background-image: none; }#Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm > .row .container > .video-iframe-container { display: none; }#Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm > .row > .video-iframe-container { display: none; }#Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm > .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); }#Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm { border-width: 0; border-radius: 0; }#Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm > .row .container > .video-iframe-container {  }#Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm > .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:30.0625rem;width:75rem;position:relative;display:block; }#X3oEfg3Wzhm6F7MEo8cuvxiNPAsZHXyo { color:#414141;display:block;width:25.125rem;position:absolute;font-family:"dagny display";font-size:1.3125rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:3.8125rem;left:42.375rem;height:1.8374rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-form-header {  }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-regular-label { height:auto;display:block;font-family:"nn dagny text";font-size:0.875rem;font-weight:bold;color:#000000;width:31.375rem;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; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .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:31.375rem;box-sizing:border-box;height:3.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"nn dagny text"; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-input-text {padding-top: 0; padding-bottom: 0;}#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .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:31.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"nn dagny text"; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .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:31.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"nn dagny text";font-size:0.875rem;overflow:hidden; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-input-select {padding-top: 0; padding-bottom: 0;}#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .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; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .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:#ea650d;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:19.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:11.5625rem;height:3.4375rem;font-family:"dagny display";overflow:hidden;font-style:normal; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS [class*="-text"]:-moz-placeholder { color:#767676;font-family:"dagny display";font-size:0.875rem; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS [class*="-text"]::-moz-placeholder { color:#767676;font-family:"dagny display";font-size:0.875rem; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS [class*="-text"]:-ms-input-placeholder { color:#767676;font-family:"dagny display";font-size:0.875rem; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS [class*="-text"]::-webkit-input-placeholder { color:#767676;font-family:"dagny display";font-size:0.875rem; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .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:"dagny display";line-height:1.3;font-size:0.75rem;font-weight:300;color:#414141;vertical-align:top;width:29.9375rem;overflow:hidden;font-style:normal; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .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; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .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:"nn dagny text";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-container:first-of-type{padding-top:0;}#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-container:last-of-type{padding-bottom:0;}#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:5.3125rem;left:41.125rem; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.375rem; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-info-text { display:block;height:auto;font-family:"dagny display";font-size:0.75rem;line-height:1.3;font-weight:300;color:#767676;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS {display:block;}#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:5.3125rem;left:41.125rem; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #bwBaQfBIoLiNy0PyTNAd62C7yAxDwIp2 { position:relative; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #JKIqllBpl3WBhQvrU62UQGAJel4QLvTw { position:relative; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #q03wgk6waF99NWtSwTAmlKsuqel1IKIc { position:relative; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #SBeOZotx8AbbkT8Dqo3XVf9VBWAiyyTE { position:relative;display:block;z-index:100000; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #MtNa38t9q9xyvmZS3Qw371dQSsMp7zhH { position:relative;display:block;z-index:100000; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #u15faq9Ogzfm14JAtEkAd3oA4CPFaFcJ { position:relative; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #IwEXztlEt1SFmgExFOscXe6uXgRDqBeJ { position:relative; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #RKbr6LJyOuW2dtZMetXmLlhUhQRWBmKo { position:relative; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #u5hdT28s9FCTlATgGDlN185biVrqG66A { position:relative;display:block;z-index:100000; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #uZ8kn3hgoR6P0u0SCudea37T8hTsDvUr { position:relative;display:block;z-index:100000; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #POQrO2Xz2Sb51Tq5BT4Rl8zBcpAm1mou { position:relative; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #T0vZs1EthCrSmTqOepA8ucTPtdJBr32B { position:relative;z-index:2; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #WXOIILdXPdzMu4MX9WDnk9FPTeWvEiQ8 { position:relative; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #oqCrQpsgK8BDLWVNam19OT26XS2kevFy { position:relative; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #OgJbotvByCuCWeIKyRvODdef6BNOyMls { position:relative;z-index:2; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #dEwKIvETALBQs3r9eA2pPsWtykGLE0R6 { position:relative; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #nza3emTnXv0GysaqLRnMUsaBTPk030NT { position:relative; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #Q9B2LBbwmZtr7pLUNut1oEfTcehDOncn { position:relative; }
#ixHtDp1V2TcOVyU8wB8bFren39Tx33St { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.14) ;height:30rem;width:75rem;top:0rem;left:0rem;display:block; }
#qDITFeJ89Crpmo5WkMgMXTvCnUZh65eE { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#oycBcoMsStsP7OKa0hUrCPbJlyPkfFTo { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:0.8125rem;top:11.375rem;left:42.375rem;overflow:hidden;display:block; }
#w39S6S2fkVUNFcAwEuEV0Tl7sa2uvBP8 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:0.8125rem;top:17.625rem;left:42.375rem;overflow:hidden;display:block; }
#yikf94UEITy9JAHF0fp2pApMTBv84mTW { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:17.8125rem;top:2.4169921875rem;left:2.40625rem;overflow:hidden;display:block; }
#OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl { position:relative;display:block; }#OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl { background-color: transparent; background-image: none; }#OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl > .row .container > .video-iframe-container { display: none; }#OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl > .row > .video-iframe-container { display: none; }#OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl > .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); }#OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl { border-width: 0; border-radius: 0; }#OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl > .row .container > .video-iframe-container {  }#OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl > .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:36.1875rem;width:75rem;position:relative;display:block; }#FcZT7CkLmblKT4hTlkSBJNrkvaPQf9vR { color:#ee7f00;display:block;width:75rem;position:absolute;font-family:"dagny display";font-size:2.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lJeR2eKfgQ65utcuWVm1BvGTmhLdeMyT { color:#414141;display:block;width:33rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:3.8994125rem;font-style:normal;display:block; }
#apAbvhDvcIpdVThpqVcETTQm42I1ZInU { color:#414141;display:block;width:10.6875rem;position:absolute;font-family:"dagny display";font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:18.244140625rem;left:4rem;height:2.4375rem;font-style:normal;display:block; }
#N7KPV6psaXuwWhv5xlLmp1B115SaJQlh { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:17.978515625rem;left:0rem;overflow:hidden;display:block; }
#UIlV79hT7aT3yKVKLcAvv3yyd4HtoLdp { color:#414141;display:block;width:8.875rem;position:absolute;font-family:"dagny display";font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:18.375rem;left:18.6875rem;height:2.4375rem;font-style:normal;display:block; }
#rpv7Df5JksZaPaT4MQKlla1ea6N2SxOP { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:18.0625rem;left:14.6875rem;overflow:hidden;display:block; }
#gzmBrhOfanRpw8VFnRQu4NCBCoBtGdoa { color:#414141;display:block;width:11.8125rem;position:absolute;font-family:"dagny display";font-size:0.9375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:23.875rem;left:18.6875rem;height:2.4375rem;font-style:normal;display:block; }
#lBJLWaVZCybiZp5X0cESFavoIF27WhWd { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:2.875rem;top:23.5625rem;left:14.6875rem;overflow:hidden;display:block; }
#icvzXz0rnfoVbVqwsHt6dONu3qxCTORV { color:#414141;display:block;width:10.6875rem;position:absolute;font-family:"dagny display";font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:23.75rem;left:4rem;height:2.4375rem;font-style:normal;display:block; }
#TtVWkq3DaSOiSHrhE39ApdIdE0FmSpZM { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:2.9375rem;top:23.5rem;left:0rem;overflow:hidden;display:block; }
#LBckCsTrIkwHf2UBEGX0UKvFPU8AEyOX { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:37.5rem;top:8.125rem;left:37.5rem;overflow:hidden;display:block; }
#BbJe9EuEMsgdQIh9AR9p7itR7W3Tt4b5 { background-color:#ea650d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dagny display";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:29.5625rem;left:0rem;display:block; }
#BmLZlLJmNLzc2a7sLqUelmVmqiIt5ivC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr { position:relative;display:block; }#vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr { background-color: transparent; background-image: none; }#vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr > .row .container > .video-iframe-container { display: none; }#vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr > .row > .video-iframe-container { display: none; }#vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr > .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); }#vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr { border-width: 0; border-radius: 0; }#vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr > .row .container > .video-iframe-container {  }#vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr > .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:7rem;width:75rem;position:relative;display:block; }#BRLtd3wleDTdeTauQxBdE8ZG8gAO74hT { color:#414141;display:block;width:29.5rem;position:absolute;font-family:"dagny display";font-size:1.75rem;font-weight:700;z-index:100012;line-height:1.4;letter-spacing:0;top:2.4365234375rem;left:0rem;height:2.44970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w0u8HauqdxRRKIdL6wezIAupZRzlz2RH { position:relative;display:block; }#w0u8HauqdxRRKIdL6wezIAupZRzlz2RH { background-color: transparent; background-image: none; }#w0u8HauqdxRRKIdL6wezIAupZRzlz2RH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0u8HauqdxRRKIdL6wezIAupZRzlz2RH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0u8HauqdxRRKIdL6wezIAupZRzlz2RH > .row .container > .video-iframe-container { display: none; }#w0u8HauqdxRRKIdL6wezIAupZRzlz2RH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0u8HauqdxRRKIdL6wezIAupZRzlz2RH > .row > .video-iframe-container { display: none; }#w0u8HauqdxRRKIdL6wezIAupZRzlz2RH > .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); }#w0u8HauqdxRRKIdL6wezIAupZRzlz2RH { border-width: 0; border-radius: 0; }#w0u8HauqdxRRKIdL6wezIAupZRzlz2RH > .row .container > .video-iframe-container {  }#w0u8HauqdxRRKIdL6wezIAupZRzlz2RH > .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:3.6875rem;width:75rem;position:relative;display:block; }#TBI5zrh3hWZncyWceVFJaOQetB9KVcfH { color:#414141;display:block;width:29.5rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:1.1240234375rem;left:2.4375rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zhflf9AmWKAonOWiKPa3JyROxldief88 { position:absolute;display:block;z-index:100015;background-color:rgba(189,189,189,0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:3.5rem;left:0rem;display:block; }
#D3i4B4a0iFUJFyWkemT6pLVlmOHwyHge { position:absolute;display:block;z-index:100016;background-color:rgba(189,189,189,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#b2vk1gOQgWOf38vywNOCCfXnMyqs7K3e { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:1rem;top:1.53125rem;left:0rem;overflow:hidden;display:block; }
#K3hyXywEHGOMnT67InXgUkHXqQRDlbpT { position:relative;display:block; }#K3hyXywEHGOMnT67InXgUkHXqQRDlbpT { background-color: transparent; background-image: none; }#K3hyXywEHGOMnT67InXgUkHXqQRDlbpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3hyXywEHGOMnT67InXgUkHXqQRDlbpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3hyXywEHGOMnT67InXgUkHXqQRDlbpT > .row .container > .video-iframe-container { display: none; }#K3hyXywEHGOMnT67InXgUkHXqQRDlbpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3hyXywEHGOMnT67InXgUkHXqQRDlbpT > .row > .video-iframe-container { display: none; }#K3hyXywEHGOMnT67InXgUkHXqQRDlbpT > .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); }#K3hyXywEHGOMnT67InXgUkHXqQRDlbpT { border-width: 0; border-radius: 0; }#K3hyXywEHGOMnT67InXgUkHXqQRDlbpT > .row .container > .video-iframe-container {  }#K3hyXywEHGOMnT67InXgUkHXqQRDlbpT > .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:6.0625rem;width:75rem;position:relative;display:block; }#dxuwXrX8n381OswR1y3xyMH2JkrMPb5i { color:#414141;display:block;width:56.875rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:1.375rem;left:0rem;height:2.798825rem;font-style:normal;display:block; }
#ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT { position:relative;display:block; }#ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT { background-color: transparent; background-image: none; }#ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT > .row .container > .video-iframe-container { display: none; }#ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT > .row > .video-iframe-container { display: none; }#ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT > .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); }#ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT { border-width: 0; border-radius: 0; }#ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT > .row .container > .video-iframe-container {  }#ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT > .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:3.6875rem;width:75rem;position:relative;display:block; }#swatAvT9qwoRIp4N4skETE8aLKRpGaws { color:#414141;display:block;width:29.5rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:1.1240234375rem;left:2.4375rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTpmJJaoncMS49rTZoUqzfXh62ebSaZu { position:absolute;display:block;z-index:100017;background-color:rgba(189,189,189,0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:3.5224609375rem;left:0rem;display:block; }
#ViL40NVhAGcH9uJHi6X2v9rfdnau5cIW { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:1rem;top:1.46875rem;left:0rem;overflow:hidden;display:block; }
#eEMoEapTzGet404N502p5T5TWDhInsxA { position:relative;display:block; }#eEMoEapTzGet404N502p5T5TWDhInsxA { background-color: transparent; background-image: none; }#eEMoEapTzGet404N502p5T5TWDhInsxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEMoEapTzGet404N502p5T5TWDhInsxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEMoEapTzGet404N502p5T5TWDhInsxA > .row .container > .video-iframe-container { display: none; }#eEMoEapTzGet404N502p5T5TWDhInsxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEMoEapTzGet404N502p5T5TWDhInsxA > .row > .video-iframe-container { display: none; }#eEMoEapTzGet404N502p5T5TWDhInsxA > .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); }#eEMoEapTzGet404N502p5T5TWDhInsxA { border-width: 0; border-radius: 0; }#eEMoEapTzGet404N502p5T5TWDhInsxA > .row .container > .video-iframe-container {  }#eEMoEapTzGet404N502p5T5TWDhInsxA > .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:15.1875rem;width:75rem;position:relative;display:block; }#THT4d8zzbF7QOQp2BGNwDqPpkXVZ1Iti { color:#414141;display:block;width:56.875rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:1.375rem;left:0rem;height:2.798825rem;font-style:normal;display:block; }
#PEKT2VMF0zdMEbwIBu94IVKEpW5MDW3o { color:#414141;display:block;width:56.875rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:5.9375rem;left:0.625rem;height:;font-style:normal;display:block; }#PEKT2VMF0zdMEbwIBu94IVKEpW5MDW3o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PEKT2VMF0zdMEbwIBu94IVKEpW5MDW3o li:before{  }
#TVeqxZHDQl7MuMsTOTEb1edqW5FhSeyM { color:#414141;display:block;width:56.875rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:10.6875rem;left:0rem;height:1.3999rem;font-style:normal;display:block; }
#GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT { position:relative;display:block; }#GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT { background-color: transparent; background-image: none; }#GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT > .row .container > .video-iframe-container { display: none; }#GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT > .row > .video-iframe-container { display: none; }#GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT > .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); }#GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT { border-width: 0; border-radius: 0; }#GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT > .row .container > .video-iframe-container {  }#GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT > .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:3.6875rem;width:75rem;position:relative;display:block; }#vT65zEvTwGn8h2reH14P7chUKAXv6rBK { color:#414141;display:block;width:29.5rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:1.1240234375rem;left:2.4375rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aC5tvaoeaGDkx2EUTCR3iw7RpFeTSUsd { position:absolute;display:block;z-index:100015;background-color:rgba(189,189,189,0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:3.5625rem;left:0rem;display:block; }
#Onfc1VvHyfnBUr2FQXx4OLyAlkQehklw { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:1rem;top:1.53125rem;left:0rem;overflow:hidden;display:block; }
#fEa15cP3S2cRX2dywTlxx4KH43tTJt91 { position:relative;display:block; }#fEa15cP3S2cRX2dywTlxx4KH43tTJt91 { background-color: transparent; background-image: none; }#fEa15cP3S2cRX2dywTlxx4KH43tTJt91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEa15cP3S2cRX2dywTlxx4KH43tTJt91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEa15cP3S2cRX2dywTlxx4KH43tTJt91 > .row .container > .video-iframe-container { display: none; }#fEa15cP3S2cRX2dywTlxx4KH43tTJt91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEa15cP3S2cRX2dywTlxx4KH43tTJt91 > .row > .video-iframe-container { display: none; }#fEa15cP3S2cRX2dywTlxx4KH43tTJt91 > .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); }#fEa15cP3S2cRX2dywTlxx4KH43tTJt91 { border-width: 0; border-radius: 0; }#fEa15cP3S2cRX2dywTlxx4KH43tTJt91 > .row .container > .video-iframe-container {  }#fEa15cP3S2cRX2dywTlxx4KH43tTJt91 > .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:7.0625rem;width:75rem;position:relative;display:block; }#hJfTqVKxfZv5MoaWKpPyhiWooRBSzTTk { color:#414141;display:block;width:56.875rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:1.375rem;left:0rem;height:4.19824375rem;font-style:normal;display:block; }
#kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq { position:relative;display:block; }#kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq { background-color: transparent; background-image: none; }#kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq > .row .container > .video-iframe-container { display: none; }#kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq > .row > .video-iframe-container { display: none; }#kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq > .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); }#kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq { border-width: 0; border-radius: 0; }#kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq > .row .container > .video-iframe-container {  }#kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq > .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:3.6875rem;width:75rem;position:relative;display:block; }#k5pP2KUT5z5tIS041GQhabazITy6vwP6 { color:#414141;display:block;width:29.5rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:1.1240234375rem;left:2.4375rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uk7N0pKEAIfMZQ38mICPzToNq6JObBwT { position:absolute;display:block;z-index:100015;background-color:rgba(189,189,189,0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:3.5625rem;left:0rem;display:block; }
#SKvAynETWKC4qpVmgWK8qq3Jg6mxUfpp { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:1rem;top:1.53125rem;left:0rem;overflow:hidden;display:block; }
#v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV { position:relative;display:block; }#v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV { background-color: transparent; background-image: none; }#v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV > .row .container > .video-iframe-container { display: none; }#v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV > .row > .video-iframe-container { display: none; }#v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV > .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); }#v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV { border-width: 0; border-radius: 0; }#v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV > .row .container > .video-iframe-container {  }#v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV > .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:6.0625rem;width:75rem;position:relative;display:block; }#Ryuma32T6RemRtmWfbW8tMMVtbUe0keQ { color:#414141;display:block;width:54rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:1.375rem;left:0rem;height:2.798825rem;font-style:normal;display:block; }
#EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d { position:relative;display:block; }#EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d { background-color: transparent; background-image: none; }#EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d > .row .container > .video-iframe-container { display: none; }#EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d > .row > .video-iframe-container { display: none; }#EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d > .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); }#EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d { border-width: 0; border-radius: 0; }#EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d > .row .container > .video-iframe-container {  }#EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d > .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:3.6875rem;width:75rem;position:relative;display:block; }#vClDiKwyqg13ccPL4r9RCmtysVM1tvQc { color:#414141;display:block;width:29.5rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:1.1240234375rem;left:2.4375rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UkIA3TwfT2cV4cn5deFNf71uMX0iiJpk { position:absolute;display:block;z-index:100015;background-color:rgba(189,189,189,0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:3.5625rem;left:0rem;display:block; }
#uAsnQziuxUislGTH5V6nTkdDFmy8Crie { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:1rem;top:1.53125rem;left:0rem;overflow:hidden;display:block; }
#eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE { position:relative;display:block; }#eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE { background-color: transparent; background-image: none; }#eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE > .row .container > .video-iframe-container { display: none; }#eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE > .row > .video-iframe-container { display: none; }#eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE > .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); }#eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE { border-width: 0; border-radius: 0; }#eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE > .row .container > .video-iframe-container {  }#eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE > .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:6.5rem;width:75rem;position:relative;display:block; }#lOeZrEshPFVo1Ku5nSuXvth7eIp6D9Qw { color:#414141;display:block;width:56.875rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:1.375rem;left:0rem;height:1.3999rem;font-style:normal;display:block; }
#xTJDtpDh6GTf7e3P84op4r9BwCIBabdT { position:relative;display:block; }#xTJDtpDh6GTf7e3P84op4r9BwCIBabdT { background-color: transparent; background-image: none; }#xTJDtpDh6GTf7e3P84op4r9BwCIBabdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJDtpDh6GTf7e3P84op4r9BwCIBabdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJDtpDh6GTf7e3P84op4r9BwCIBabdT > .row .container > .video-iframe-container { display: none; }#xTJDtpDh6GTf7e3P84op4r9BwCIBabdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJDtpDh6GTf7e3P84op4r9BwCIBabdT > .row > .video-iframe-container { display: none; }#xTJDtpDh6GTf7e3P84op4r9BwCIBabdT > .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); }#xTJDtpDh6GTf7e3P84op4r9BwCIBabdT { border-width: 0; border-radius: 0; }#xTJDtpDh6GTf7e3P84op4r9BwCIBabdT > .row .container > .video-iframe-container {  }#xTJDtpDh6GTf7e3P84op4r9BwCIBabdT > .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:5.375rem;width:75rem;position:relative;display:block; }#q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ee7f00;background-image:none;position:relative;display:block; }#q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 > .row .container { background-color: transparent; background-image: none; }#q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 > .row .container > .video-iframe-container { display: none; }#q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 > .row > .video-iframe-container { display: none; }#q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 > .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); }#q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 > .row .container { border-width: 0; border-radius: 0; }#q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 > .row > .video-iframe-container {  }#q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h { position:relative;display:block; }#QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h { background-color: transparent; background-image: none; }#QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h > .row .container > .video-iframe-container { display: none; }#QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h > .row > .video-iframe-container { display: none; }#QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h > .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); }#QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h { border-width: 0; border-radius: 0; }#QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h > .row .container > .video-iframe-container {  }#QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h > .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:6.3125rem;width:75rem;position:relative;display:block; }#WsGKlRK18BXvtbITDlra5f4i1u4mQ21q { position:relative;display:block; }#WsGKlRK18BXvtbITDlra5f4i1u4mQ21q { background-color: transparent; background-image: none; }#WsGKlRK18BXvtbITDlra5f4i1u4mQ21q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsGKlRK18BXvtbITDlra5f4i1u4mQ21q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsGKlRK18BXvtbITDlra5f4i1u4mQ21q > .row .container > .video-iframe-container { display: none; }#WsGKlRK18BXvtbITDlra5f4i1u4mQ21q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsGKlRK18BXvtbITDlra5f4i1u4mQ21q > .row > .video-iframe-container { display: none; }#WsGKlRK18BXvtbITDlra5f4i1u4mQ21q > .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); }#WsGKlRK18BXvtbITDlra5f4i1u4mQ21q { border-width: 0; border-radius: 0; }#WsGKlRK18BXvtbITDlra5f4i1u4mQ21q > .row .container > .video-iframe-container {  }#WsGKlRK18BXvtbITDlra5f4i1u4mQ21q > .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;position:relative;display:block; }#asGDg0V9TavrdqZGaLSTMg6QR9QTGidd { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:8.5rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#IlO690F7X5MH7c9OM0trVZCwlhCGXKRp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#414141;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dagny display";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:1.5rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:5.75rem;left:0rem;display:block; }
#he23TX262HMwT9lWfEaTU4DePOAO1R3g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QnBuGE9ZwcuRHRBoM62dpqKSCckGtDFb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#414141;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dagny display";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:1.5rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:5.75rem;left:7.5625rem;display:block; }
#VRblJtPcifaysNXfitv8apS31KzXiLCp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lPKT0M5wAGeMcPATpxCiy2X7ygLaXFLk { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#414141;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dagny display";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:1.5rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:5.75rem;left:19.4375rem;display:block; }
#XJgkTh8Ho4AXffvMFRqxM1sKFari8I7z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BBp6yabGXKWwJoGF8TE7wtLF9MzquUd2 { color:#767676;display:block;width:25.0625rem;position:absolute;font-family:"dagny display";font-size:0.75rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:7.8125rem;left:0rem;height:1.04980625rem;font-style:normal;display:block; }
#Rq4so9UeGhb5fKzJlTSFhoZaArkgTOko { color:#767676;display:block;width:8.625rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:5.75rem;left:35.875rem;height:1.3999rem;font-style:normal;display:block; }
#voWWMygZ6hSFyDuslroBwNbfb5lrmFfD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#767676;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dagny display";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:1.5rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:5.625rem;left:43.6875rem;display:block; }
#RTJBzGtDcITSQnX8PH35HTRPbLcwBeie { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mNepoiOmOi2R3tghXOo2sC97odp9rWS6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#767676;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dagny display";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:1.5rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:5.625rem;left:53rem;display:block; }
#WSCNVv3iOmwhnnEQHGroTC0EmQxMWA0x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VXydFPqScPdxFqVTA7ddFBnyoDAVTONz { color:#767676;display:block;width:12.4375rem;position:absolute;font-family:"dagny display";font-size:1rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:5.67578125rem;left:62.5625rem;height:1.3999rem;font-style:normal;display:block; }
#aadzb4ooBIFnHosNqgu5hSu5mSLrAhI1 { color:#767676;display:block;width:26.375rem;position:absolute;font-family:"nn dagny text";font-size:0.75rem;font-weight:400;z-index:100010;line-height:1.4;letter-spacing:0;top:7.8125rem;left:47.5625rem;height:1.04980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fnPZXBRGlbBq3ORS5C8flpcMCKFTPRkB { color:#bdbdbd;display:block;width:25.0625rem;position:absolute;font-family:"dagny display";font-size:0.625rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:12.0625rem;left:0rem;height:0.875rem;font-style:normal;display:block; }
#ctyNnZlSVW334HyRcDZKPUKna649IHsR { color:#bdbdbd;display:block;width:5rem;position:absolute;font-family:"dagny display";font-size:0.625rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:15.6875rem;left:0rem;height:0.875rem;font-style:normal;display:block; }
#DgkhCzn5um1ocA8TUxABsDwCBGT2xIbX { color:#bdbdbd;display:block;width:69.375rem;position:absolute;font-family:"dagny display";font-size:0.625rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:12.0625rem;left:5.6875rem;height:2.625rem;font-style:normal;display:block; }
#Wur1bMKidlrsNlQk9JB5yl0uWi8AvGBr { color:#bdbdbd;display:block;width:69.375rem;position:absolute;font-family:"dagny display";font-size:0.625rem;font-weight:400;z-index:100010;line-height:1.4;letter-spacing:0;top:15.6875rem;left:5.625rem;height:0.875rem;font-style:normal;display:block; }
#Igdpd4Z2KEe1hiS6mrSGxn2wtbeszzt5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#414141;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dagny display";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5625rem;height:1.5rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:2.34375rem;left:72.4375rem;display:block; }
#FM14g6dUTel3zu72W0k8xHXT3mxJir1t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#py2M9IHTMRQpVOp7l9R8zdNHhsHl7sV2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100028;top:2.28125rem;left:70.53125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmsIvtWFUU2bIATxSdeeG0ruraxzlvOv { top:0.9375rem;left:0rem;width:9.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG { display:block; }#CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AfXht7qCkiX509XukW2qnU7ORwoln8BL { display:block; }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRmPCiaqGxnuB43rRfyy6GToVas2Ucge { top:6.1875rem;left:0rem;width:30.5625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOTxugHywcFOpzki7ZNpgZE5xftsG8mX { top:8.8125rem;left:0rem;width:25.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbIuNkulvLuUQza1Lp8K34ybXgPfk5uu { top:8.0625rem;left:0rem;width:32rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z51raTELz1Q9kTivv0xNx9ncfGX1QRxI { top:12.625rem;left:0rem;width:24.5rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA8zJw6M1PNleUCTNOxBE9iSPLLg4Gmp { width:8.5rem;height:3rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuqd2AgyER1AJNiQ44K8OO9h9nSQXkDd { display:block; }
 }@media only screen and (max-width: 763px) { #nmEateBIz2yU8M8UdzpZ6AMTTO8fwi86 { display:none; }
 }@media only screen and (max-width: 763px) { #ylynxT64QA3WZDFHa8PFqD8JJS6krhvF { display:block; }#ylynxT64QA3WZDFHa8PFqD8JJS6krhvF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqcRraTrePLF0qmwLAFehd8zncTfBJfq { top:1.125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 { display:block; }#Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvMBQxZkXvkbK9cemkzR0RFaUUD3JKKA { top:3.6875rem;left:7.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXAVWHPkpMN9olxmZ5cQRsbmRgduBUTp { top:2.9375rem;left:6.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4ECv3ibTXfMaPO6Thb4ufrbMbsl5Of0 { top:6.875rem;left:0rem;width:24.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGFVCDIFoCkmp6EuqKrcBoQsspeFWW52 { top:9.0625rem;left:1.21875rem;width:13.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxFSFehFEC1yEeTkVmXqieZJh4V4ZTr2 { top:6.875rem;left:6.8125rem;width:24.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpdXVKkT59GBeSsgnA84h2It7Whyf50r { top:9rem;left:17.78125rem;width:12.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFrDCwOR1Or4cAvkI0AusTngo62M2vfS { top:2.9375rem;left:22.3125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceNnh70v88Hp7rSVZHfZxCHER2ElNTcw { top:9.0625rem;left:33.75rem;width:12.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQCQCa0t8NTaRoe8390UCTrVuhRhMSKd { top:6.875rem;left:22.6875rem;width:24.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVxUE6RLxQIsF5m0iNe4DtUhpBBJqGz { top:2.9375rem;left:38.25rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN2txJieEccBzrk7FTwDehKG9OLnGMD3 { top:3.5rem;left:22.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm73KImIuB3TWOJBwAZDpZ3FfJsccE9u { top:3.5rem;left:38.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQckOsxxkHCARz4qXtqlZiuF1vo6bklw { top:4.1875rem;left:0rem;width:16.375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhQp3FfZXOugLigiXmlTWZp85l947fcv { top:4.1875rem;left:15.375rem;width:16.375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i { display:block; }#voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5q32MVBwXhMq745L8EEMaROaydnZb1M { top:1.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs .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; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs .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; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs { display:flex;width:18rem;height:5.0625rem;top:9.125rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #k3VrrKGpDpa0PL2hEtFZI2rRcQDwlybC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #ps68bLVrFBaJvGUEDoaPzoT3hoyoQqhr {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #TFTcpZgDp0lCes0Gudlp9bFh0RUahIDb {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #D1h5SXTXsystKa5V1pBRLqIvnH3oJvSc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #kUTGxxRUhox2bRBtcBhX3tek40EfieFW {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #wmoyqxSksBhNIhE40AMMif765MCES4NX {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #SCdR6bz0PpGgrEVePJiydXFXMLIQc70I { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #Nq3WIBJ6TNRwp0QoMiFSrX6C1lI7DIDB {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #N8Z3XxkTAlsyTetihMiWcrfSXckucWfT {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #typTUUJHwwdnRCQQkZVzE11MozchhtXs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #h6KR3Oda0eiUTVrdcwIfdVf4DM8f1ABN {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #mrHWGvcpMXSJIWQzFSgRP9htibu00zT1 {  }
 }@media only screen and (max-width: 763px) { #XnzuzBXgCCWVamcBVo9yX3m7fp7HA6XF { top:5rem;left:13.6875rem;width:19.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTE3eGeIz5E1Twnw4u6bP7mStJq6Ig0i { top:8.0625rem;left:29.5625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogbxOmCIg50Q6iy89pmOaVT83DRnZhfX { top:8.0625rem;left:24.25rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WUZQlv3rTXXqWESZCmWDKpQHqTGGsW { top:8.0625rem;left:18.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS5TCzb1STMIkC3qEZxqgnzWiip0ovF2 { top:8.0625rem;left:13.625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm { display:block; }#Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3oEfg3Wzhm6F7MEo8cuvxiNPAsZHXyo { top:3.8125rem;left:22.625rem;width:25.125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-regular-label { width:31.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-input-text { width:31.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-input-text {padding-top: 0; padding-bottom: 0;}#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-textarea { width:31.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-input-select { width:31.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-input-select {padding-top: 0; padding-bottom: 0;}#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-input-button { width:11.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-checkbox-label { width:30rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS  { width:31.375rem;height:auto;top:5.3125rem;left:13.875rem; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .radio-container { width:31.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS {display:block;}#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS { width:31.375rem;height:auto;top:5.3125rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #bwBaQfBIoLiNy0PyTNAd62C7yAxDwIp2 {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #JKIqllBpl3WBhQvrU62UQGAJel4QLvTw {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #q03wgk6waF99NWtSwTAmlKsuqel1IKIc {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #SBeOZotx8AbbkT8Dqo3XVf9VBWAiyyTE {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #MtNa38t9q9xyvmZS3Qw371dQSsMp7zhH {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #u15faq9Ogzfm14JAtEkAd3oA4CPFaFcJ {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #IwEXztlEt1SFmgExFOscXe6uXgRDqBeJ {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #RKbr6LJyOuW2dtZMetXmLlhUhQRWBmKo {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #u5hdT28s9FCTlATgGDlN185biVrqG66A {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #uZ8kn3hgoR6P0u0SCudea37T8hTsDvUr {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #POQrO2Xz2Sb51Tq5BT4Rl8zBcpAm1mou {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #T0vZs1EthCrSmTqOepA8ucTPtdJBr32B {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #WXOIILdXPdzMu4MX9WDnk9FPTeWvEiQ8 {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #oqCrQpsgK8BDLWVNam19OT26XS2kevFy {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #OgJbotvByCuCWeIKyRvODdef6BNOyMls {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #dEwKIvETALBQs3r9eA2pPsWtykGLE0R6 {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #nza3emTnXv0GysaqLRnMUsaBTPk030NT {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #Q9B2LBbwmZtr7pLUNut1oEfTcehDOncn {  }
 }@media only screen and (max-width: 763px) { #ixHtDp1V2TcOVyU8wB8bFren39Tx33St { top:0rem;left:0rem;width:47.75rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDITFeJ89Crpmo5WkMgMXTvCnUZh65eE { top:0rem;left:0rem;width:37.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #oycBcoMsStsP7OKa0hUrCPbJlyPkfFTo { top:11.375rem;left:28.75rem;width:0.8125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w39S6S2fkVUNFcAwEuEV0Tl7sa2uvBP8 { top:17.625rem;left:28.75rem;width:0.8125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yikf94UEITy9JAHF0fp2pApMTBv84mTW { top:2.375rem;left:0rem;width:17.8125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl { display:block; }#OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcZT7CkLmblKT4hTlkSBJNrkvaPQf9vR { top:7.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJeR2eKfgQ65utcuWVm1BvGTmhLdeMyT { top:11.9375rem;left:0rem;width:33rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apAbvhDvcIpdVThpqVcETTQm42I1ZInU { top:18.1875rem;left:0rem;width:10.6875rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7KPV6psaXuwWhv5xlLmp1B115SaJQlh { top:17.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIlV79hT7aT3yKVKLcAvv3yyd4HtoLdp { top:18.375rem;left:5.0625rem;width:8.875rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpv7Df5JksZaPaT4MQKlla1ea6N2SxOP { top:18.0625rem;left:1.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzmBrhOfanRpw8VFnRQu4NCBCoBtGdoa { top:23.875rem;left:5.0625rem;width:11.8125rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBJLWaVZCybiZp5X0cESFavoIF27WhWd { top:23.5625rem;left:1.0625rem;width:2.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icvzXz0rnfoVbVqwsHt6dONu3qxCTORV { top:23.75rem;left:0rem;width:10.6875rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtVWkq3DaSOiSHrhE39ApdIdE0FmSpZM { top:23.5rem;left:0rem;width:2.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBckCsTrIkwHf2UBEGX0UKvFPU8AEyOX { top:8.125rem;left:10.25rem;width:37.5rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbJe9EuEMsgdQIh9AR9p7itR7W3Tt4b5 { width:12.6875rem;height:3rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmLZlLJmNLzc2a7sLqUelmVmqiIt5ivC { display:block; }
 }@media only screen and (max-width: 763px) { #vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr { display:block; }#vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRLtd3wleDTdeTauQxBdE8ZG8gAO74hT { top:2.375rem;left:0rem;width:29.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0u8HauqdxRRKIdL6wezIAupZRzlz2RH { display:block; }#w0u8HauqdxRRKIdL6wezIAupZRzlz2RH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBI5zrh3hWZncyWceVFJaOQetB9KVcfH { top:1.0625rem;left:0rem;width:29.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhflf9AmWKAonOWiKPa3JyROxldief88 { top:3.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3i4B4a0iFUJFyWkemT6pLVlmOHwyHge { top:0.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2vk1gOQgWOf38vywNOCCfXnMyqs7K3e { top:1.5rem;left:0rem;width:1rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3hyXywEHGOMnT67InXgUkHXqQRDlbpT { display:block; }#K3hyXywEHGOMnT67InXgUkHXqQRDlbpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxuwXrX8n381OswR1y3xyMH2JkrMPb5i { top:1.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT { display:block; }#ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swatAvT9qwoRIp4N4skETE8aLKRpGaws { top:1.0625rem;left:0rem;width:29.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTpmJJaoncMS49rTZoUqzfXh62ebSaZu { top:3.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViL40NVhAGcH9uJHi6X2v9rfdnau5cIW { top:1.4375rem;left:0rem;width:1rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEMoEapTzGet404N502p5T5TWDhInsxA { display:block; }#eEMoEapTzGet404N502p5T5TWDhInsxA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THT4d8zzbF7QOQp2BGNwDqPpkXVZ1Iti { top:1.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEKT2VMF0zdMEbwIBu94IVKEpW5MDW3o { top:5.9375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#PEKT2VMF0zdMEbwIBu94IVKEpW5MDW3o li:before{  }
 }@media only screen and (max-width: 763px) { #TVeqxZHDQl7MuMsTOTEb1edqW5FhSeyM { top:10.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT { display:block; }#GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vT65zEvTwGn8h2reH14P7chUKAXv6rBK { top:1.0625rem;left:0rem;width:29.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC5tvaoeaGDkx2EUTCR3iw7RpFeTSUsd { top:3.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onfc1VvHyfnBUr2FQXx4OLyAlkQehklw { top:1.5rem;left:0rem;width:1rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEa15cP3S2cRX2dywTlxx4KH43tTJt91 { display:block; }#fEa15cP3S2cRX2dywTlxx4KH43tTJt91 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJfTqVKxfZv5MoaWKpPyhiWooRBSzTTk { top:1.375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq { display:block; }#kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5pP2KUT5z5tIS041GQhabazITy6vwP6 { top:1.0625rem;left:0rem;width:29.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk7N0pKEAIfMZQ38mICPzToNq6JObBwT { top:3.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKvAynETWKC4qpVmgWK8qq3Jg6mxUfpp { top:1.5rem;left:0rem;width:1rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV { display:block; }#v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ryuma32T6RemRtmWfbW8tMMVtbUe0keQ { top:1.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d { display:block; }#EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vClDiKwyqg13ccPL4r9RCmtysVM1tvQc { top:1.0625rem;left:0rem;width:29.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkIA3TwfT2cV4cn5deFNf71uMX0iiJpk { top:3.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAsnQziuxUislGTH5V6nTkdDFmy8Crie { top:1.5rem;left:0rem;width:1rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE { display:block; }#eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOeZrEshPFVo1Ku5nSuXvth7eIp6D9Qw { top:1.375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTJDtpDh6GTf7e3P84op4r9BwCIBabdT { display:block; }#xTJDtpDh6GTf7e3P84op4r9BwCIBabdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 { display:block; }#q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h { display:block; }#QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsGKlRK18BXvtbITDlra5f4i1u4mQ21q { display:block; }#WsGKlRK18BXvtbITDlra5f4i1u4mQ21q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asGDg0V9TavrdqZGaLSTMg6QR9QTGidd { top:1.8125rem;left:0rem;width:8.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlO690F7X5MH7c9OM0trVZCwlhCGXKRp { width:4.625rem;height:1.5rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #he23TX262HMwT9lWfEaTU4DePOAO1R3g { display:block; }
 }@media only screen and (max-width: 763px) { #QnBuGE9ZwcuRHRBoM62dpqKSCckGtDFb { width:9.0625rem;height:1.5rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRblJtPcifaysNXfitv8apS31KzXiLCp { display:block; }
 }@media only screen and (max-width: 763px) { #lPKT0M5wAGeMcPATpxCiy2X7ygLaXFLk { width:9.0625rem;height:1.5rem;top:5.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJgkTh8Ho4AXffvMFRqxM1sKFari8I7z { display:block; }
 }@media only screen and (max-width: 763px) { #BBp6yabGXKWwJoGF8TE7wtLF9MzquUd2 { top:7.8125rem;left:0rem;width:25.0625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq4so9UeGhb5fKzJlTSFhoZaArkgTOko { top:5.75rem;left:22.25rem;width:8.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voWWMygZ6hSFyDuslroBwNbfb5lrmFfD { width:8.375rem;height:1.5rem;top:5.625rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTJBzGtDcITSQnX8PH35HTRPbLcwBeie { display:block; }
 }@media only screen and (max-width: 763px) { #mNepoiOmOi2R3tghXOo2sC97odp9rWS6 { width:8.375rem;height:1.5rem;top:5.625rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSCNVv3iOmwhnnEQHGroTC0EmQxMWA0x { display:block; }
 }@media only screen and (max-width: 763px) { #VXydFPqScPdxFqVTA7ddFBnyoDAVTONz { top:5.625rem;left:35.3125rem;width:12.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aadzb4ooBIFnHosNqgu5hSu5mSLrAhI1 { top:7.8125rem;left:21.375rem;width:26.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnPZXBRGlbBq3ORS5C8flpcMCKFTPRkB { top:12.0625rem;left:0rem;width:25.0625rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctyNnZlSVW334HyRcDZKPUKna649IHsR { top:15.6875rem;left:0rem;width:5rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgkhCzn5um1ocA8TUxABsDwCBGT2xIbX { top:12.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wur1bMKidlrsNlQk9JB5yl0uWi8AvGBr { top:15.6875rem;left:0rem;width:47.75rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igdpd4Z2KEe1hiS6mrSGxn2wtbeszzt5 { width:2.5625rem;height:1.5rem;top:2.3125rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM14g6dUTel3zu72W0k8xHXT3mxJir1t { display:block; }
 }@media only screen and (max-width: 763px) { #py2M9IHTMRQpVOp7l9R8zdNHhsHl7sV2 { top:2.25rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmsIvtWFUU2bIATxSdeeG0ruraxzlvOv { width:9.25rem;height:2.75rem;top:0.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG { display:block; }#CbQx1TACymUDzxuX9sfUMxEFGC1ug5gG > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AfXht7qCkiX509XukW2qnU7ORwoln8BL { background-color:#ffffff;background-image:none;display:block; }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row .container { background-color: transparent; background-image: none; }#AfXht7qCkiX509XukW2qnU7ORwoln8BL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row .container > .video-iframe-container { display: none; }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row > .video-iframe-container { display: none; }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .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); }#AfXht7qCkiX509XukW2qnU7ORwoln8BL > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRmPCiaqGxnuB43rRfyy6GToVas2Ucge { width:20rem;height:15.625rem;top:6.8662109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOTxugHywcFOpzki7ZNpgZE5xftsG8mX { width:20rem;height:1.8125rem;top:16.375rem;left:0rem;font-size:1.75rem;line-height:1;font-family:"dagny display";display:block; }
 }@media only screen and (max-width: 763px) { #mbIuNkulvLuUQza1Lp8K34ybXgPfk5uu { width:20rem;height:0.8125rem;top:15.25rem;left:0rem;font-size:0.625rem;font-family:dagnywebfont;display:block; }
 }@media only screen and (max-width: 763px) { #Z51raTELz1Q9kTivv0xNx9ncfGX1QRxI { width:18.8125rem;height:4.29345625rem;top:19.125rem;left:0rem;font-size:1rem;font-family:"dagny display";display:block; }
 }@media only screen and (max-width: 763px) { #CA8zJw6M1PNleUCTNOxBE9iSPLLg4Gmp { width:8.75rem;height:3rem;top:24.375rem;left:0rem;font-family:"dagny display";display:block; }
 }@media only screen and (max-width: 763px) { #Uuqd2AgyER1AJNiQ44K8OO9h9nSQXkDd { display:block; }
 }@media only screen and (max-width: 763px) { #nmEateBIz2yU8M8UdzpZ6AMTTO8fwi86 { top:0rem;left:0rem;width:20rem;height:13.6875rem;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/920d2f1f-fac1-42c9-a74f-15a5705204cd/intro_foto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#nmEateBIz2yU8M8UdzpZ6AMTTO8fwi86.adaptive-delivery-prevent-bg, #nmEateBIz2yU8M8UdzpZ6AMTTO8fwi86.lazyload, #nmEateBIz2yU8M8UdzpZ6AMTTO8fwi86.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ylynxT64QA3WZDFHa8PFqD8JJS6krhvF { display:block; }#ylynxT64QA3WZDFHa8PFqD8JJS6krhvF > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqcRraTrePLF0qmwLAFehd8zncTfBJfq { width:13.875rem;height:4.67480625rem;top:0.693359375rem;left:3.0625rem;font-size:1.75rem;font-family:"dagny display";display:block; }
 }@media only screen and (max-width: 763px) { #Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 { display:block; }#Bsu9tiZUUrupMm4wuM5RUZGrkEtOPxc5 > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvMBQxZkXvkbK9cemkzR0RFaUUD3JKKA { width:1.625rem;height:1.625rem;top:2rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXAVWHPkpMN9olxmZ5cQRsbmRgduBUTp { width:3rem;height:3rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4ECv3ibTXfMaPO6Thb4ufrbMbsl5Of0 { width:20rem;height:1.3999rem;top:4.875rem;left:0rem;font-size:1rem;font-family:"dagny display";display:block; }
 }@media only screen and (max-width: 763px) { #OGFVCDIFoCkmp6EuqKrcBoQsspeFWW52 { width:13.4375rem;height:2.86230625rem;top:6.58642578125rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxFSFehFEC1yEeTkVmXqieZJh4V4ZTr2 { width:20rem;height:1.3999rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpdXVKkT59GBeSsgnA84h2It7Whyf50r { width:12.0625rem;height:2.83105625rem;top:16.6875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFrDCwOR1Or4cAvkI0AusTngo62M2vfS { width:3rem;height:3rem;top:11.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceNnh70v88Hp7rSVZHfZxCHER2ElNTcw { width:12.0625rem;height:2.83105625rem;top:26.75rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQCQCa0t8NTaRoe8390UCTrVuhRhMSKd { width:20rem;height:1.3999rem;top:24.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVxUE6RLxQIsF5m0iNe4DtUhpBBJqGz { width:3rem;height:3rem;top:21.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN2txJieEccBzrk7FTwDehKG9OLnGMD3 { width:2rem;height:2rem;top:11.875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm73KImIuB3TWOJBwAZDpZ3FfJsccE9u { width:2rem;height:2rem;top:21.6875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQckOsxxkHCARz4qXtqlZiuF1vo6bklw { width:16.375rem;height:0.625rem;top:29.5273453125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhQp3FfZXOugLigiXmlTWZp85l947fcv { width:16.375rem;height:0.625rem;top:31.4023453125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i { display:block; }#voe7fIuveCDrSo9LCn49LWCnv0Xsqy7i > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5q32MVBwXhMq745L8EEMaROaydnZb1M { width:20rem;height:2.3374rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs .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; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs .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; }
#hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs { display:flex;width:18rem;height:5.0625rem;top:6.375rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #k3VrrKGpDpa0PL2hEtFZI2rRcQDwlybC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #ps68bLVrFBaJvGUEDoaPzoT3hoyoQqhr {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #TFTcpZgDp0lCes0Gudlp9bFh0RUahIDb {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #D1h5SXTXsystKa5V1pBRLqIvnH3oJvSc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #kUTGxxRUhox2bRBtcBhX3tek40EfieFW {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #wmoyqxSksBhNIhE40AMMif765MCES4NX {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #SCdR6bz0PpGgrEVePJiydXFXMLIQc70I { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #Nq3WIBJ6TNRwp0QoMiFSrX6C1lI7DIDB {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #N8Z3XxkTAlsyTetihMiWcrfSXckucWfT {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #typTUUJHwwdnRCQQkZVzE11MozchhtXs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #h6KR3Oda0eiUTVrdcwIfdVf4DM8f1ABN {  }
 }@media only screen and (max-width: 763px) { #hgsk3Vk4agTvCU43Q2BDg95t1mv1nyCs #mrHWGvcpMXSJIWQzFSgRP9htibu00zT1 {  }
 }@media only screen and (max-width: 763px) { #XnzuzBXgCCWVamcBVo9yX3m7fp7HA6XF { width:19.625rem;height:1.43115rem;top:4.2099609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTE3eGeIz5E1Twnw4u6bP7mStJq6Ig0i { width:3.875rem;height:3.875rem;top:6.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogbxOmCIg50Q6iy89pmOaVT83DRnZhfX { width:3.875rem;height:3.875rem;top:6.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WUZQlv3rTXXqWESZCmWDKpQHqTGGsW { width:3.875rem;height:3.875rem;top:6.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS5TCzb1STMIkC3qEZxqgnzWiip0ovF2 { width:3.875rem;height:3.875rem;top:6.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm { display:block; }#Ok6GImcSEtzaVDUCEBb8eHdmUac21pSm > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3oEfg3Wzhm6F7MEo8cuvxiNPAsZHXyo { width:19.625rem;height:1.3999rem;top:6.1240234375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-input-text {padding-top: 0; padding-bottom: 0;}#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-input-select {padding-top: 0; padding-bottom: 0;}#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS  { width:17.5rem;height:auto;top:16.5625rem;left:0rem; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS {display:block;}#lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS { width:17.5rem;height:auto;top:16.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #bwBaQfBIoLiNy0PyTNAd62C7yAxDwIp2 {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #JKIqllBpl3WBhQvrU62UQGAJel4QLvTw {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #q03wgk6waF99NWtSwTAmlKsuqel1IKIc {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #SBeOZotx8AbbkT8Dqo3XVf9VBWAiyyTE {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #MtNa38t9q9xyvmZS3Qw371dQSsMp7zhH {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #u15faq9Ogzfm14JAtEkAd3oA4CPFaFcJ {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #IwEXztlEt1SFmgExFOscXe6uXgRDqBeJ {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #RKbr6LJyOuW2dtZMetXmLlhUhQRWBmKo {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #u5hdT28s9FCTlATgGDlN185biVrqG66A {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #uZ8kn3hgoR6P0u0SCudea37T8hTsDvUr {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #POQrO2Xz2Sb51Tq5BT4Rl8zBcpAm1mou {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #T0vZs1EthCrSmTqOepA8ucTPtdJBr32B {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #WXOIILdXPdzMu4MX9WDnk9FPTeWvEiQ8 {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #oqCrQpsgK8BDLWVNam19OT26XS2kevFy {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #OgJbotvByCuCWeIKyRvODdef6BNOyMls {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #dEwKIvETALBQs3r9eA2pPsWtykGLE0R6 {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #nza3emTnXv0GysaqLRnMUsaBTPk030NT {  }
 }@media only screen and (max-width: 763px) { #lGmEkXTObrbT8G6TR3MRQhzoOJL2wneS #Q9B2LBbwmZtr7pLUNut1oEfTcehDOncn {  }
 }@media only screen and (max-width: 763px) { #ixHtDp1V2TcOVyU8wB8bFren39Tx33St { width:20rem;height:31.1875rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDITFeJ89Crpmo5WkMgMXTvCnUZh65eE { width:20rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oycBcoMsStsP7OKa0hUrCPbJlyPkfFTo { width:0.8125rem;height:0.75rem;top:22.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w39S6S2fkVUNFcAwEuEV0Tl7sa2uvBP8 { width:0.8125rem;height:0.75rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yikf94UEITy9JAHF0fp2pApMTBv84mTW { width:10.875rem;height:3.8125rem;top:2.3740234375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl { display:block; }#OkGsrT3O0n0fezZX1B4xOO1tBGD5AnLl > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcZT7CkLmblKT4hTlkSBJNrkvaPQf9vR { width:20rem;height:2.2749rem;top:13.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJeR2eKfgQ65utcuWVm1BvGTmhLdeMyT { width:19.75rem;height:6.65525rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apAbvhDvcIpdVThpqVcETTQm42I1ZInU { width:10.6875rem;height:2.6621125rem;top:25.75rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7KPV6psaXuwWhv5xlLmp1B115SaJQlh { width:3.125rem;height:3.125rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIlV79hT7aT3yKVKLcAvv3yyd4HtoLdp { width:10.6875rem;height:2.6621125rem;top:30rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpv7Df5JksZaPaT4MQKlla1ea6N2SxOP { width:3.125rem;height:3.125rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzmBrhOfanRpw8VFnRQu4NCBCoBtGdoa { width:11.8125rem;height:2.6621125rem;top:38.4375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBJLWaVZCybiZp5X0cESFavoIF27WhWd { width:2.875rem;height:3.125rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icvzXz0rnfoVbVqwsHt6dONu3qxCTORV { width:10.6875rem;height:2.6621125rem;top:34.1875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtVWkq3DaSOiSHrhE39ApdIdE0FmSpZM { width:3.125rem;height:3.125rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBckCsTrIkwHf2UBEGX0UKvFPU8AEyOX { width:20rem;height:11.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbJe9EuEMsgdQIh9AR9p7itR7W3Tt4b5 { width:12.6875rem;height:3rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmLZlLJmNLzc2a7sLqUelmVmqiIt5ivC { display:block; }
 }@media only screen and (max-width: 763px) { #vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr { display:block; }#vHVwqSd6h7BoUThmXpUSTrt5WgUgynEr > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRLtd3wleDTdeTauQxBdE8ZG8gAO74hT { width:20rem;height:5.0244125rem;top:1.9248046875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0u8HauqdxRRKIdL6wezIAupZRzlz2RH { display:block; }#w0u8HauqdxRRKIdL6wezIAupZRzlz2RH > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBI5zrh3hWZncyWceVFJaOQetB9KVcfH { width:17.3125rem;height:1.3999rem;top:1.20703125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhflf9AmWKAonOWiKPa3JyROxldief88 { width:20rem;height:0.125rem;top:3.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3i4B4a0iFUJFyWkemT6pLVlmOHwyHge { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2vk1gOQgWOf38vywNOCCfXnMyqs7K3e { width:1rem;height:0.625rem;top:1.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3hyXywEHGOMnT67InXgUkHXqQRDlbpT { display:block; }#K3hyXywEHGOMnT67InXgUkHXqQRDlbpT > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxuwXrX8n381OswR1y3xyMH2JkrMPb5i { width:20rem;height:5.7246125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT { display:block; }#ILgU5TJeeR347pVkGPTDrRaGSJQSnkqT > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swatAvT9qwoRIp4N4skETE8aLKRpGaws { width:17.125rem;height:1.3999rem;top:1.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTpmJJaoncMS49rTZoUqzfXh62ebSaZu { width:20rem;height:0.125rem;top:3.50488125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViL40NVhAGcH9uJHi6X2v9rfdnau5cIW { width:1rem;height:0.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEMoEapTzGet404N502p5T5TWDhInsxA { display:block; }#eEMoEapTzGet404N502p5T5TWDhInsxA > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THT4d8zzbF7QOQp2BGNwDqPpkXVZ1Iti { width:20rem;height:7.15575rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEKT2VMF0zdMEbwIBu94IVKEpW5MDW3o { width:20rem;height:8.8994375rem;top:9.499rem;left:0rem;font-size:1rem;display:block; }#PEKT2VMF0zdMEbwIBu94IVKEpW5MDW3o li:before{  }
 }@media only screen and (max-width: 763px) { #TVeqxZHDQl7MuMsTOTEb1edqW5FhSeyM { width:20rem;height:4.29345625rem;top:19.4609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT { display:block; }#GaVLu2e5S6gqoZTxqxmBgDu2P2iBAEhT > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vT65zEvTwGn8h2reH14P7chUKAXv6rBK { width:16.125rem;height:2.79980625rem;top:1.14453125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC5tvaoeaGDkx2EUTCR3iw7RpFeTSUsd { width:20rem;height:0.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onfc1VvHyfnBUr2FQXx4OLyAlkQehklw { width:1rem;height:0.625rem;top:2.23193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEa15cP3S2cRX2dywTlxx4KH43tTJt91 { display:block; }#fEa15cP3S2cRX2dywTlxx4KH43tTJt91 > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJfTqVKxfZv5MoaWKpPyhiWooRBSzTTk { width:20rem;height:11.44925rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq { display:block; }#kGolEZpH4D1QgINW1Jm0ISPh9JqpgCNq > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5pP2KUT5z5tIS041GQhabazITy6vwP6 { width:17.6875rem;height:1.3999rem;top:1.26953125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk7N0pKEAIfMZQ38mICPzToNq6JObBwT { width:20rem;height:0.125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKvAynETWKC4qpVmgWK8qq3Jg6mxUfpp { width:1rem;height:0.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV { display:block; }#v5OO0QhFhg0hD3pZKcZrTtQK8K4yIeTV > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ryuma32T6RemRtmWfbW8tMMVtbUe0keQ { width:20rem;height:5.7246125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d { display:block; }#EzeT5aAwJZHpZZLaz4aXNT0akfcAAR1d > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vClDiKwyqg13ccPL4r9RCmtysVM1tvQc { width:16.125rem;height:1.3999rem;top:1.26953125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkIA3TwfT2cV4cn5deFNf71uMX0iiJpk { width:20rem;height:0.125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAsnQziuxUislGTH5V6nTkdDFmy8Crie { width:1rem;height:0.625rem;top:1.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE { display:block; }#eiIE1GLPUtJcHuA1TN7TEkGlU2gmC8hE > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOeZrEshPFVo1Ku5nSuXvth7eIp6D9Qw { width:20rem;height:2.86230625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTJDtpDh6GTf7e3P84op4r9BwCIBabdT { display:block; }#xTJDtpDh6GTf7e3P84op4r9BwCIBabdT > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 { display:block; }#q4lgzhttipuT4yPhPo8WyuliLDJyzEQ1 > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h { display:block; }#QcmhdOo8ZTEWehAgVwDCwFrx1Letk99h > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsGKlRK18BXvtbITDlra5f4i1u4mQ21q { display:block; }#WsGKlRK18BXvtbITDlra5f4i1u4mQ21q > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asGDg0V9TavrdqZGaLSTMg6QR9QTGidd { width:8.5rem;height:2.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlO690F7X5MH7c9OM0trVZCwlhCGXKRp { width:5.0625rem;height:1.5rem;top:4.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #he23TX262HMwT9lWfEaTU4DePOAO1R3g { display:block; }
 }@media only screen and (max-width: 763px) { #QnBuGE9ZwcuRHRBoM62dpqKSCckGtDFb { width:9.0625rem;height:1.5rem;top:6.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRblJtPcifaysNXfitv8apS31KzXiLCp { display:block; }
 }@media only screen and (max-width: 763px) { #lPKT0M5wAGeMcPATpxCiy2X7ygLaXFLk { width:9.0625rem;height:1.5rem;top:8.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJgkTh8Ho4AXffvMFRqxM1sKFari8I7z { display:block; }
 }@media only screen and (max-width: 763px) { #BBp6yabGXKWwJoGF8TE7wtLF9MzquUd2 { width:20rem;height:1.04980625rem;top:23.359375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rq4so9UeGhb5fKzJlTSFhoZaArkgTOko { width:8.625rem;height:1.3999rem;top:11.9375rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #voWWMygZ6hSFyDuslroBwNbfb5lrmFfD { width:8.375rem;height:1.5rem;top:13.9609375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTJBzGtDcITSQnX8PH35HTRPbLcwBeie { display:block; }
 }@media only screen and (max-width: 763px) { #mNepoiOmOi2R3tghXOo2sC97odp9rWS6 { width:8.375rem;height:1.5rem;top:16.0859375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSCNVv3iOmwhnnEQHGroTC0EmQxMWA0x { display:block; }
 }@media only screen and (max-width: 763px) { #VXydFPqScPdxFqVTA7ddFBnyoDAVTONz { width:12.4375rem;height:1.43115rem;top:18.4609375rem;left:3.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aadzb4ooBIFnHosNqgu5hSu5mSLrAhI1 { width:20rem;height:1.04980625rem;top:21.2216796875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnPZXBRGlbBq3ORS5C8flpcMCKFTPRkB { width:20rem;height:0.875rem;top:26.146484375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctyNnZlSVW334HyRcDZKPUKna649IHsR { width:5rem;height:0.875rem;top:38.208984375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgkhCzn5um1ocA8TUxABsDwCBGT2xIbX { width:20rem;height:8.75rem;top:27.833984375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wur1bMKidlrsNlQk9JB5yl0uWi8AvGBr { width:20rem;height:1.75rem;top:39.333984375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igdpd4Z2KEe1hiS6mrSGxn2wtbeszzt5 { width:2.5625rem;height:1.5rem;top:1.78125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM14g6dUTel3zu72W0k8xHXT3mxJir1t { display:block; }
 }@media only screen and (max-width: 763px) { #py2M9IHTMRQpVOp7l9R8zdNHhsHl7sV2 { width:1.75rem;height:1.75rem;top:1.65625rem;left:15.75rem;display:block; }
 }