.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/0KcSWk82/corsopizza3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(127,121,121,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(127,121,121,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#Cf1M4s7ILhLI7wShFzOgkRSFU7kWPE3s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:13.3125rem;top:0.96875rem;left:0.9375rem;overflow:hidden;display:block; }
#weBBWWMq7910UkGo5M2zs5TAZth34z9g { color:#f8f8f8;display:block;width:59.0625rem;position:absolute;font-family:"bree serif";font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.75rem;left:0.9375rem;height:14.21875rem;text-align:center;text-align-last:center;display:block; }
#yhXpPhCQsbBiQB2xLGenSJEKzfbJkaOM { color:#be1e2d;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.009765625rem;left:20.65625rem;height:4.7109375rem;display:block; }
#aPpM9OleSdF1gCzMzX0xUQfTSAOv2uZL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:6.3125rem;top:31.187500953674rem;left:52.990884780884rem;overflow:hidden;display:block; }
#zlvxuxIpK4JbpnATc1TnToTb5xpV08sN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:6.3125rem;top:31.187500953674rem;left:0.85286521911619rem;overflow:hidden;display:block; }
#lD6vSKx1IBTCiknaQDh0kL0xCAHeUUOP { z-index:15000;top:29.375rem;left:14.09375rem;background-color:#be1e2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #333333 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.8125rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hE9PcpoaaAKzuaANLGNDZsZgCQ9mfauJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qoBSvwGbdwlW7vHBuepCHBHzFSZKC8C4 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:60rem;top:0rem;left:0rem;display:block; }
#MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW > .row .container { background-color: transparent; background-image: none; }#MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW > .row .container > .video-iframe-container { display: none; }#MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW > .row > .video-iframe-container { display: none; }#MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW > .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); }#MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW > .row .container { border-width: 0; border-radius: 0; }#MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:60rem;position:relative;display:block; }#GNTFP2Q7RLJT5FgRIpNCrwWTbbeqMEGL { color:#333333;display:block;width:48.3125rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:24.625rem;left:6.75rem;height:21.260775rem;display:block; }
#fKZ6qxemTOGVJBlxe3WFLgGEdTf85EG9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:41.8125rem;left:9.3125rem;height:0;display:block; }
#J7r5RWeBn5IIsOIkwHGyI43WQdARD10t { color:#333333;display:block;width:32.5rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:47.835938453674rem;left:21.812503814698rem;height:7.0875rem;display:block; }
#pDJFbG0G5GmPgo9HRcKqIGtOZdiupJAF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:7.1875rem;top:50.460205078125rem;left:14.686279296875rem;overflow:hidden;display:block; }
#izRq0rIlx0dtQt6w7ARTV5kmP9wG8TfP { color:#333333;display:block;width:51.5rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:18.0625rem;left:3.5rem;height:4.725rem;display:block; }
#fSxrv0nT4kSWuIh2UFkpdEFQwcnM0XCW { color:#007f4d;display:block;width:56.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9778652191162rem;left:1.71875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#GyS9CT1iqPqTfrUkmOpVMv5Kfyohx17f { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:25.375rem;left:1.875rem;overflow:hidden;display:block; }
#n5vfcgruKTlMKTuJ4H5LrO4RDTUIinb5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:32.3125rem;left:1.875rem;overflow:hidden;display:block; }
#nK2pRN68VxI8xxVyo4oacoPykU4x598u { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:40.1875rem;left:1.875rem;overflow:hidden;display:block; }
#KpNHmM0cG5JeLDZTZSSOBB3xcOFdnTib { color:#333333;display:block;width:51.5rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:7.95703125rem;left:3.625rem;height:7.0875rem;display:block; }
#XxQTw5G5UfPK0JfpIu3xNPPAbVDqmNTR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:7.1875rem;top:39.4375rem;left:5.1875rem;overflow:hidden;display:none; }
#T7R72ASwBS8hsSLn8dxDut8fanybJp13 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zafc5P4c/pizza_634967_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7R72ASwBS8hsSLn8dxDut8fanybJp13.adaptive-delivery-prevent-bg, #T7R72ASwBS8hsSLn8dxDut8fanybJp13.lazyload, #T7R72ASwBS8hsSLn8dxDut8fanybJp13.lazyloading { background-image: none; }#T7R72ASwBS8hsSLn8dxDut8fanybJp13 > .row .container { background-color: transparent; background-image: none; }#T7R72ASwBS8hsSLn8dxDut8fanybJp13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,244,0.85); }#T7R72ASwBS8hsSLn8dxDut8fanybJp13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7R72ASwBS8hsSLn8dxDut8fanybJp13 > .row .container > .video-iframe-container { display: none; }#T7R72ASwBS8hsSLn8dxDut8fanybJp13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,244,0.85); }#T7R72ASwBS8hsSLn8dxDut8fanybJp13 > .row > .video-iframe-container { display: none; }#T7R72ASwBS8hsSLn8dxDut8fanybJp13 > .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); }#T7R72ASwBS8hsSLn8dxDut8fanybJp13 > .row .container { border-width: 0; border-radius: 0; }#T7R72ASwBS8hsSLn8dxDut8fanybJp13::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7R72ASwBS8hsSLn8dxDut8fanybJp13 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7R72ASwBS8hsSLn8dxDut8fanybJp13 > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:60rem;position:relative;display:block; }#RpaBlXbiTA13iqDsotsG8AaWAXxNI639 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #2e2e2e ;height:10.375rem;width:10.3125rem;top:9rem;left:9.84375rem;overflow:hidden;display:block; }
#Xdm3k5nr3TXI1SnI8G6GUJGD4wmpdQ8f { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:10.1875rem;width:10.3125rem;top:9.03125rem;left:39.84375rem;overflow:hidden;display:block; }
#cvzV3KT8rdQGBq7eSWMWTs3GRA7TeaK4 { color:#007f4d;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.89453125rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ov5VIrbieRWu4Xx3K90AhbnhCJTXCH47 { color:#000000;display:block;width:25.375rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:29.3125rem;left:2.3125rem;height:21.26078125rem;text-align:center;text-align-last:center;display:block; }
#u1GI2qmtxo8Hbi84CKoGlbxUEtWnSwQX { color:#be1e2d;display:block;width:22.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.5625rem;left:3.96875rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#DwA8XgNRgysQUaziWWuKUUyp3sqpVH2e { color:#be1e2d;display:block;width:22.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.5625rem;left:33.96875rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#CrZ4PEuLkySi1SH3sJOHKutDXBly9txA { color:#202020;display:block;width:25.375rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:29.3115234375rem;left:33.96875rem;height:21.26073125rem;text-align:center;text-align-last:center;display:block; }
#HxLToP5DqsQoPEMhCenyZvObwb2aksnl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5615rem;width:5.749025rem;top:48.43359375rem;left:28rem;overflow:hidden;display:block; }
#qiWL0N7K0qkmn1tetQH0AlF055RT0SQg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(245,245,244,0.91);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qiWL0N7K0qkmn1tetQH0AlF055RT0SQg > .row .container { border-width: 0; border-radius: 0; }#qiWL0N7K0qkmn1tetQH0AlF055RT0SQg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qiWL0N7K0qkmn1tetQH0AlF055RT0SQg > .row .container { font-size:0.875rem;font-family:arial;height:63.25rem;width:60rem;position:relative;display:none; }#iaisxdWNIJV8izJlVVSrN6VD2M1eszHV { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(337deg, rgba(0,127,77,0.7), rgba(12,81,46,0.7));background-image: -moz-linear-gradient(337deg, rgba(0,127,77,0.7), rgba(12,81,46,0.7));background-image: -ms-linear-gradient(337deg, rgba(0,127,77,0.7), rgba(12,81,46,0.7));background-image: -o-linear-gradient(337deg, rgba(0,127,77,0.7), rgba(12,81,46,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2007f4d', endColorstr='#b20c512e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2007f4d', endColorstr='#b20c512e' );";background-image: linear-gradient(337deg, rgba(0,127,77,0.7), rgba(12,81,46,0.7));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.625rem 0.625rem 1rem rgba(0,0,0,0.5) ;height:50.375rem;width:23.8125rem;top:9.674072265625rem;left:3.092041015625rem;display:block; }
#XlxUdo3yUmpp5d7gzCJmXa5m3uF5V9WO { color:#007f4d;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6640625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#TFtm60QqPUVINwB7pOQ1Vqmm2R93Ca29 { color:#be1e2d;display:block;width:15.25rem;position:absolute;font-family:"bree serif";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.7265625rem;left:7.375rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#AM1bH4qsmtykF2BexBLEMmnBnKIKMJ8X { color:#000000;display:block;width:19rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.645833015442rem;left:6.5rem;height:4.38574375rem;display:block; }
#iRTgb1D7tgCdCitoTNMBSk2CAsMJRwir { color:#f8f8f8;display:block;width:18.5rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.832032203674rem;left:5.75rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#VXnCec2qs2Ssh47z2lGIWSkmwqNfiVJU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:22.645833015442rem;left:4.20703125rem;overflow:hidden;display:block; }
#I06OcVDd64e09bUZv8VvDIkP6ye0ftqd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:31.145833015442rem;left:4.3125rem;overflow:hidden;display:block; }
#IgsuMIeSLHvHuKzu1F0FLJfTHwcsFk2O { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:28.278645515442rem;left:4.3125rem;overflow:hidden;display:block; }
#KTPZx8hzU8kN6JNRgxhHLv3zw9eXEsOc { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.208333015442rem;left:6.5rem;height:17.79295rem;display:block; }
#aZAi8uIyXBSL7o7hz4fozgRb1bArt2sr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:35.208333015442rem;left:4.3125rem;overflow:hidden;display:block; }
#N98c0395tIw8pds970IkqVbeI0lMqcHQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:38.083333015442rem;left:4.20703125rem;overflow:hidden;display:block; }
#b4d1US314npeMINkMPZ37yZQqO1s3MBf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:40.914794921875rem;left:4.3115234375rem;overflow:hidden;display:block; }
#oHdR5CtTbneLl5EsZnK14qzIMHEErtAu { color:#f8f8f8;display:block;width:12.5rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:49.9462890625rem;left:6.4990234375rem;height:1.4619125rem;display:block; }
#OLKH6IUwno8syuw31gJQiJrcszCc4bpz { background-color:#be1e2d;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:54.416667938233rem;left:6.25rem;display:block; }
#GvFpqGQi4cSaVodrio0NvX3XrREnclxX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eu9GdMTG8K7GGWqxe3EW81pU9bsp8ebQ { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(337deg, rgba(222,0,0,0.5), rgba(251,0,0,0.5));background-image: -moz-linear-gradient(337deg, rgba(222,0,0,0.5), rgba(251,0,0,0.5));background-image: -ms-linear-gradient(337deg, rgba(222,0,0,0.5), rgba(251,0,0,0.5));background-image: -o-linear-gradient(337deg, rgba(222,0,0,0.5), rgba(251,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fde0000', endColorstr='#7ffb0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fde0000', endColorstr='#7ffb0000' );";background-image: linear-gradient(337deg, rgba(222,0,0,0.5), rgba(251,0,0,0.5));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.625rem 0.625rem 1rem rgba(0,0,0,0.5) ;height:50.375rem;width:23.8125rem;top:9.9365234375rem;left:33.09326171875rem;display:block; }
#gAoQUvbUsNJ5FrqQOg9BUvSoTq9o7xwB { color:#007f4d;display:block;width:15.25rem;position:absolute;font-family:"bree serif";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.1640625rem;left:37.375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#U8tObTMIu072CpuAlT5JTGb2TfVg15gt { color:#000000;display:block;width:19rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:19.8125rem;left:36.6875rem;height:4.38574375rem;display:block; }
#tMN7mO6ICCoxTq0i6zT7Hanr0ZUKyRBs { color:#f8f8f8;display:block;width:18.5rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14rem;left:35.75rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#haF3ORS3WU0ObE5kQLIJqGCDtykTrTdf { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:19.9375rem;left:34.375rem;overflow:hidden;display:block; }
#zTWqEOzGqCvipAObasW61SwMZSTAaWqM { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:28.3125rem;left:34.5rem;overflow:hidden;display:block; }
#lo8tKrB9b7LOdWfmh79CC6tVZ5VToiAZ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:25.4375rem;left:34.5rem;overflow:hidden;display:block; }
#vP3eV1EFFT4L2mPw8tidRL5vA9LohmLD { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:25.375rem;left:36.6875rem;height:22.11619375rem;display:block; }
#lwOq0kKx65LgSFMRS6kXPZVK3HWlcv6s { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:32.375rem;left:34.5rem;overflow:hidden;display:block; }
#TAsxOyJ7zsOkA5TNJhtkS8LbmdIm77Xk { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:35.25rem;left:34.375rem;overflow:hidden;display:block; }
#NVHq62L8VPBwHmxvpTz2NPXE80rUNUnB { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:38.124267578125rem;left:34.49951171875rem;overflow:hidden;display:block; }
#RKcoy4PBr3h3V2Ix45rbxIDgygWgmMFX { color:#f8f8f8;display:block;width:12.5rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:52.227783203125rem;left:36.68701171875rem;height:1.4619125rem;display:block; }
#cmgHItTgw7TsHQx0RXFlzI4irySoNHNP { background-color:#007f4d;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:54.41650390625rem;left:36.25rem;display:block; }
#fWOX7MNAVfgSklcUQAKOBmhUevakVCDb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A8znOXIT4sDkCD4daAWLyZzkrAqVll78 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"bree serif";font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:48.0712890625rem;left:36.09375rem;height:2.923825rem;display:block; }
#SLE1RyAiUHaiPgZUTTW2bqdq0dlaO3zc { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:43.640869140625rem;left:34.312744140625rem;overflow:hidden;display:block; }
#Qwglkq9VMLyp5iEbTPJ7uUOK7W0NU2Hb { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:44.017333984375rem;left:4.3115234375rem;overflow:hidden;display:block; }
#V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 > .row .container { background-color: transparent; background-image: none; }#V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 > .row .container > .video-iframe-container { display: none; }#V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 > .row > .video-iframe-container { display: none; }#V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 > .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); }#V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 > .row .container { border-width: 0; border-radius: 0; }#V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 > .row .container { font-size:0.875rem;font-family:arial;height:79.625rem;width:60rem;position:relative;display:block; }#vTrabKgnRLzUmwhx3blMcrxa814MlvFE { color:#007f4d;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#GONJT6GziIyGKqUSRDWArLJPAHaqTTad { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(0,127,77,0.2), rgba(0,127,77,0.98));background-image: -moz-linear-gradient(183deg, rgba(0,127,77,0.2), rgba(0,127,77,0.98));background-image: -ms-linear-gradient(183deg, rgba(0,127,77,0.2), rgba(0,127,77,0.98));background-image: -o-linear-gradient(183deg, rgba(0,127,77,0.2), rgba(0,127,77,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33007f4d', endColorstr='#f9007f4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33007f4d', endColorstr='#f9007f4d' );";background-image: linear-gradient(183deg, rgba(0,127,77,0.2), rgba(0,127,77,0.98));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.625rem 0.625rem 1rem rgba(0,0,0,0.5) ;height:48.75rem;width:34.1875rem;top:8.125rem;left:12.90625rem;display:block; }
#GOtE3phR0c81JaoNqRFnWiQXN1kcg7WJ { color:#202020;display:block;width:24.375rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.1171875rem;left:20.71875rem;height:19.5rem;display:block; }
#quU8VHN7PXncxBik4OZsByfMHuNlUTLf { color:#202020;display:block;width:24.1875rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.0625rem;left:20.812501907349rem;height:3.25rem;display:block; }
#sLUtIL9GeVG7VRAahAk2ScWGEUF0TTVs { color:#be1e2d;display:block;width:21.125rem;position:absolute;font-family:"bree serif";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:19.4375rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#b7TScKSUB0h0NQSPwWBVkEBM70AAGfw6 { color:#f8f8f8;display:block;width:22.9375rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.3125rem;left:18.53125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#elQmdu4BZIwJ0PTFSIDSJeTDVFoqkf1w { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:28.625rem;left:18rem;overflow:hidden;display:block; }
#Tnh1msTMHSX3Tp2o7Zyp81eAKVE2g9Ok { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:25.625rem;left:18rem;overflow:hidden;display:block; }
#ZCy7D6MPbTVZd4uoslcH5OnlBAE6TATW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:33.375rem;left:18rem;overflow:hidden;display:block; }
#iPFWVJbZHKk0Arcb1elHM69kro4uZD9y { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:20.9375rem;left:17.987501144409rem;overflow:hidden;display:block; }
#a3Ba3zyHwupZSZQr15H3bKwCG9ZCCZ5W { background-color:#be1e2d;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:51.3125rem;left:21.25rem;display:block; }
#cVsuIfezuAXGEw54C1q6rIOTXUBwtMXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lfy9xPUcMhgyiBFM5KGUVeJkzWDia6JE { color:#f8f8f8;display:block;width:12.5rem;position:absolute;font-family:"bree serif";font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:47.5625rem;left:23.75rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#AnCEnENviktmceXTiJXHbOXJxmGP6Mk6 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:40.125rem;left:18rem;overflow:hidden;display:block; }
#PeOEWXy6KzZKdoTXHoiF3CeU4nnuFO7v { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:43.1806640625rem;left:18rem;overflow:hidden;display:block; }
#vM5MJ8rDTRHAssu1oqn4SM7XLliCKhwd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:36.875rem;left:18rem;overflow:hidden;display:block; }
#RgxakWQ1styeyc4iKonCAAVMc69gmbAD { color:#212121;display:block;width:53.3125rem;position:absolute;font-family:"bree serif";font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.8;letter-spacing:0;top:62.714063644406rem;left:3.34375rem;height:10.34765rem;text-align:center;text-align-last:center;display:block; }
#oLRCSITEqioLQkrG7F3nvQ3MAPlXE5Qs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oLRCSITEqioLQkrG7F3nvQ3MAPlXE5Qs > .row .container { border-width: 0; border-radius: 0; }#oLRCSITEqioLQkrG7F3nvQ3MAPlXE5Qs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLRCSITEqioLQkrG7F3nvQ3MAPlXE5Qs > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:none; }#RAFJJ7L9KH6DTI4WJkTGIa4UcBy19TC9 { position:absolute;display:block;z-index:15001;background-color:rgba(255,191,0,0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.625rem 0.625rem 1rem rgba(0,0,0,0.5) ;height:24.75rem;width:53.25rem;top:2.75rem;left:3.375rem;display:block; }
#aA1mLyPNndsTmpA1maUqUFTdxV4T2k5y { background-color:#007f4d;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:22.6015625rem;left:21.250003814698rem;display:block; }
#laPgThAptUteoVR8znOkpvRVCp1rxPyG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EUoqxFFXlILuhOpZ0AHUFOh1uBWpQvX2 { color:#be1e2d;display:block;width:22.75rem;position:absolute;font-family:"bree serif";font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:4.39453125rem;left:18.625003814698rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#vEVuCzQSaySIhE0Fbte6gFCiWXbFydef { color:#be1e2d;display:block;width:46.375rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:7.39453125rem;left:6.8125rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#cMzTMR2RpHyRg20N8I7ey3nnp8b1Gx6w { color:#000000;display:block;width:46.375rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.1015625rem;left:6.83203125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#DFrRSurLV5psU5dLJhTkEXagiqvT3TJT { color:#202020;display:block;width:46.375rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:11.488277435302rem;left:6.92578125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#DdlMbD6Nu9lRvuy23T9nnh7RIWA2dvOy { color:#be1e2d;display:block;width:28.1875rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:20.14453125rem;left:15.90625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#lGJIbbrXSdR0iov15DKNoNGNwqSAxhSK { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:12.424480438233rem;left:4.51953125rem;overflow:hidden;display:block; }
#PTm39O0S7atblTcAmQJUQ7Hqvl2xNsTV { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:15.765625rem;left:4.51953125rem;overflow:hidden;display:block; }
#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f4;background-image:url("https://images.assets-landingi.com/avcafSqe/szakacs2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2.adaptive-delivery-prevent-bg, #iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2.lazyload, #iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2.lazyloading { background-image: none; }#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 > .row .container { background-color: transparent; background-image: none; }#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 > .row .container > .video-iframe-container { display: none; }#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 > .row > .video-iframe-container { display: none; }#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 > .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); }#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 > .row .container { border-width: 0; border-radius: 0; }#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:block; }#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-form-header {  }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:bold;color:#202020;width:25.9375rem;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;overflow:hidden; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .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:25.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-text {padding-top: 0; padding-bottom: 0;}#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .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:25.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .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:25.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-select {padding-top: 0; padding-bottom: 0;}#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .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; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:25.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .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:"open sans";line-height:1.3;font-size:0.9375rem;font-weight:300;color:#000000;vertical-align:top;width:24.5rem;overflow:hidden;font-style:normal; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .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; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.9375rem;vertical-align:middle;font-family:"open sans";font-size:1rem;font-weight:700;color:#202020;overflow:hidden;font-style:normal;line-height:1.7;text-align:left;text-align-last:left; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-container:first-of-type{padding-top:0;}#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-container:last-of-type{padding-bottom:0;}#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB  { background-color:transparent;background-image: -webkit-linear-gradient(177deg, rgba(0,127,77,0.14), #007f4d);background-image: -moz-linear-gradient(177deg, rgba(0,127,77,0.14), #007f4d);background-image: -ms-linear-gradient(177deg, rgba(0,127,77,0.14), #007f4d);background-image: -o-linear-gradient(177deg, rgba(0,127,77,0.14), #007f4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23007f4d', endColorstr='#007f4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#23007f4d', endColorstr='#007f4d' );";background-image: linear-gradient(177deg, rgba(0,127,77,0.14), #007f4d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;position:absolute;top:10.24609375rem;left:10.5380859375rem; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.9375rem; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB {display:block;}#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB { background-color:transparent;background-image: -webkit-linear-gradient(177deg, rgba(0,127,77,0.14), #007f4d);background-image: -moz-linear-gradient(177deg, rgba(0,127,77,0.14), #007f4d);background-image: -ms-linear-gradient(177deg, rgba(0,127,77,0.14), #007f4d);background-image: -o-linear-gradient(177deg, rgba(0,127,77,0.14), #007f4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23007f4d', endColorstr='#007f4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#23007f4d', endColorstr='#007f4d' );";background-image: linear-gradient(177deg, rgba(0,127,77,0.14), #007f4d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;position:absolute;top:10.24609375rem;left:10.5380859375rem; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #FFu8UNz1bwZSnUkkP8LsALaqzsoHWlrT { position:relative; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #Wlbc1zLyCbhDqKBukGBOTKI224Iun3Ki { position:relative;display:block; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #HNVaXPqAc3cVmDQCElNxX0VCldNXVIam { position:relative; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #T2M3MTLlfT3xZuN3liZRfcGT79Kfhla5 { position:relative; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #AdfwLiN1w42hq4SIZWTJckJSDbbLexI0 { position:relative;display:block; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #tGCr5lKrhfwTpiwwDiHuuwKxirig1Be7 { position:relative; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #OSDleS59p4TSuW9ZAuArGIFqEczKmLWX { position:relative; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #zvuK40Q4pvRgdxkeuVpyU1TSCDT0KbpF { position:relative;display:block; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #ApSoXi5a6QzhOPoZ0qOfa3gOQ2LD1oT6 { position:relative; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #WFadkkP6Qpw3vQLsISWGwP67yEHd8myH { position:relative; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #kW7RKyIROFBOFfmXTFKXgTfXy1BKblJ2 { position:relative;z-index:2; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #anyDdsOMHGBBBVGdGNdievpkseHLldpt { position:relative; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #z8szM9ZC2Te82wF4b4Cp49hN4byqe4RV { position:relative; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #DChUZtrcLKuM2wlhb1T2r7QZnVua0wqn { position:relative; }
#nTSWTRgIUtONA6TqOW9HvQcwLhJiPMl0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:8.9375rem;top:6.31119787693rem;left:39.040369033814rem;overflow:hidden;display:block; }
#s3skEl7LHm5mGWyxMFpNOMPDZfANRKDN { color:#202020;display:block;width:23.5rem;position:absolute;font-family:bitter;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.498046875rem;left:13.0078125rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 > .row .container { background-color: transparent; background-image: none; }#lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 > .row .container > .video-iframe-container { display: none; }#lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 > .row > .video-iframe-container { display: none; }#lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 > .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); }#lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 > .row .container { border-width: 0; border-radius: 0; }#lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#fVh49RaQxCfi92SkaKog3QovbVJTHAHV { color:#5d5d5d;display:block;width:22.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.21875rem;left:28.979166030884rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
#FmPxaZ8llKQ7bsbirFI0IASObeANKgPy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:13.3125rem;top:1.5rem;left:6.6653652191163rem;overflow:hidden;display:block; }
#kMXr7fGVSgwk1hJKAueKXaqmmQl6mqyn { z-index:15005;top:7.4375rem;left:36.322917938233rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.33333375rem;height:1.89583375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CCIdiNnLaedMCFaWC8KAVW71zcUqgDEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cf1M4s7ILhLI7wShFzOgkRSFU7kWPE3s { top:0.9375rem;left:0rem;width:13.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weBBWWMq7910UkGo5M2zs5TAZth34z9g { top:12.75rem;left:0rem;width:47.75rem;height:14.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhXpPhCQsbBiQB2xLGenSJEKzfbJkaOM { top:3rem;left:14.53125rem;width:25.3125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPpM9OleSdF1gCzMzX0xUQfTSAOv2uZL { top:31.1875rem;left:41.4375rem;width:6.3125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlvxuxIpK4JbpnATc1TnToTb5xpV08sN { top:31.1875rem;left:0rem;width:6.3125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD6vSKx1IBTCiknaQDh0kL0xCAHeUUOP { top:29.375rem;left:7.96875rem;width:31.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9PcpoaaAKzuaANLGNDZsZgCQ9mfauJ { display:block; }
 }@media only screen and (max-width: 763px) { #qoBSvwGbdwlW7vHBuepCHBHzFSZKC8C4 { top:0rem;left:0rem;width:47.75rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW { display:block; }#MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNTFP2Q7RLJT5FgRIpNCrwWTbbeqMEGL { top:24.625rem;left:0rem;width:47.75rem;height:21.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKZ6qxemTOGVJBlxe3WFLgGEdTf85EG9 { top:41.8125rem;left:3.1875rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7r5RWeBn5IIsOIkwHGyI43WQdARD10t { top:47.8125rem;left:15.25rem;width:32.5rem;height:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDJFbG0G5GmPgo9HRcKqIGtOZdiupJAF { top:50.4375rem;left:8.561279296875rem;width:7.1875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izRq0rIlx0dtQt6w7ARTV5kmP9wG8TfP { top:18.0625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSxrv0nT4kSWuIh2UFkpdEFQwcnM0XCW { top:1.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyS9CT1iqPqTfrUkmOpVMv5Kfyohx17f { top:25.375rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5vfcgruKTlMKTuJ4H5LrO4RDTUIinb5 { top:32.3125rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK2pRN68VxI8xxVyo4oacoPykU4x598u { top:40.1875rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpNHmM0cG5JeLDZTZSSOBB3xcOFdnTib { top:7.9375rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxQTw5G5UfPK0JfpIu3xNPPAbVDqmNTR { top:39.4375rem;left:0rem;width:7.1875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7R72ASwBS8hsSLn8dxDut8fanybJp13 { display:block; }#T7R72ASwBS8hsSLn8dxDut8fanybJp13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpaBlXbiTA13iqDsotsG8AaWAXxNI639 { top:9rem;left:6.78125rem;width:10.3125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdm3k5nr3TXI1SnI8G6GUJGD4wmpdQ8f { top:9rem;left:30.65625rem;width:10.3125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvzV3KT8rdQGBq7eSWMWTs3GRA7TeaK4 { top:3.875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov5VIrbieRWu4Xx3K90AhbnhCJTXCH47 { top:29.3125rem;left:0rem;width:25.375rem;height:21.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1GI2qmtxo8Hbi84CKoGlbxUEtWnSwQX { top:22.5625rem;left:0.90625rem;width:22.0625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwA8XgNRgysQUaziWWuKUUyp3sqpVH2e { top:22.5625rem;left:24.781251907349rem;width:22.0625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrZ4PEuLkySi1SH3sJOHKutDXBly9txA { top:29.25rem;left:22.375rem;width:25.375rem;height:21.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxLToP5DqsQoPEMhCenyZvObwb2aksnl { top:48.375rem;left:18.1875rem;width:5.6875rem;height:8.4698764138269rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiWL0N7K0qkmn1tetQH0AlF055RT0SQg { display:block; }#qiWL0N7K0qkmn1tetQH0AlF055RT0SQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaisxdWNIJV8izJlVVSrN6VD2M1eszHV { top:9.625rem;left:0.029541015625rem;width:23.8125rem;height:50.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlxUdo3yUmpp5d7gzCJmXa5m3uF5V9WO { top:4.625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFtm60QqPUVINwB7pOQ1Vqmm2R93Ca29 { top:10.6875rem;left:4.3125rem;width:15.25rem;height:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM1bH4qsmtykF2BexBLEMmnBnKIKMJ8X { top:22.625rem;left:3.4365234375rem;width:18.9375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTgb1D7tgCdCitoTNMBSk2CAsMJRwir { top:15.8125rem;left:2.6875rem;width:18.5rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXnCec2qs2Ssh47z2lGIWSkmwqNfiVJU { top:22.625rem;left:1.14453125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I06OcVDd64e09bUZv8VvDIkP6ye0ftqd { top:31.125rem;left:1.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgsuMIeSLHvHuKzu1F0FLJfTHwcsFk2O { top:28.25rem;left:1.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTPZx8hzU8kN6JNRgxhHLv3zw9eXEsOc { top:28.1875rem;left:3.4365234375rem;width:17.875rem;height:18.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZAi8uIyXBSL7o7hz4fozgRb1bArt2sr { top:35.1875rem;left:1.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98c0395tIw8pds970IkqVbeI0lMqcHQ { top:38.0625rem;left:1.14453125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4d1US314npeMINkMPZ37yZQqO1s3MBf { top:40.875rem;left:1.2490234375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHdR5CtTbneLl5EsZnK14qzIMHEErtAu { top:49.9375rem;left:3.4365234375rem;width:12.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLKH6IUwno8syuw31gJQiJrcszCc4bpz { width:17.5rem;height:3.4375rem;top:54.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvFpqGQi4cSaVodrio0NvX3XrREnclxX { display:block; }
 }@media only screen and (max-width: 763px) { #Eu9GdMTG8K7GGWqxe3EW81pU9bsp8ebQ { top:9.875rem;left:23.90576171875rem;width:23.8125rem;height:50.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAoQUvbUsNJ5FrqQOg9BUvSoTq9o7xwB { top:11.125rem;left:28.1875rem;width:15.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8tObTMIu072CpuAlT5JTGb2TfVg15gt { top:19.75rem;left:27.49951171875rem;width:18.9375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMN7mO6ICCoxTq0i6zT7Hanr0ZUKyRBs { top:14rem;left:26.5625rem;width:18.5rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haF3ORS3WU0ObE5kQLIJqGCDtykTrTdf { top:19.9375rem;left:25.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTWqEOzGqCvipAObasW61SwMZSTAaWqM { top:28.3125rem;left:25.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo8tKrB9b7LOdWfmh79CC6tVZ5VToiAZ { top:25.4375rem;left:25.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP3eV1EFFT4L2mPw8tidRL5vA9LohmLD { top:25.375rem;left:27.5rem;width:18.625rem;height:21.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwOq0kKx65LgSFMRS6kXPZVK3HWlcv6s { top:32.375rem;left:25.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAsxOyJ7zsOkA5TNJhtkS8LbmdIm77Xk { top:35.25rem;left:25.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVHq62L8VPBwHmxvpTz2NPXE80rUNUnB { top:38.0625rem;left:25.31201171875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKcoy4PBr3h3V2Ix45rbxIDgygWgmMFX { top:52.1875rem;left:27.49951171875rem;width:12.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmgHItTgw7TsHQx0RXFlzI4irySoNHNP { width:17.5rem;height:3.4375rem;top:54.375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWOX7MNAVfgSklcUQAKOBmhUevakVCDb { display:block; }
 }@media only screen and (max-width: 763px) { #A8znOXIT4sDkCD4daAWLyZzkrAqVll78 { top:48.0625rem;left:26.90625rem;width:17.8125rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLE1RyAiUHaiPgZUTTW2bqdq0dlaO3zc { top:43.625rem;left:25.125244140625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwglkq9VMLyp5iEbTPJ7uUOK7W0NU2Hb { top:44rem;left:1.2490234375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 { display:block; }#V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTrabKgnRLzUmwhx3blMcrxa814MlvFE { top:3.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GONJT6GziIyGKqUSRDWArLJPAHaqTTad { top:8.125rem;left:6.78125rem;width:34.1875rem;height:48.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOtE3phR0c81JaoNqRFnWiQXN1kcg7WJ { top:25.0625rem;left:14.59375rem;width:24.375rem;height:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #quU8VHN7PXncxBik4OZsByfMHuNlUTLf { top:20.0625rem;left:14.687501907349rem;width:24.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLUtIL9GeVG7VRAahAk2ScWGEUF0TTVs { top:9.875rem;left:13.3125rem;width:21.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7TScKSUB0h0NQSPwWBVkEBM70AAGfw6 { top:13.3125rem;left:12.40625rem;width:22.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elQmdu4BZIwJ0PTFSIDSJeTDVFoqkf1w { top:28.625rem;left:11.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnh1msTMHSX3Tp2o7Zyp81eAKVE2g9Ok { top:25.625rem;left:11.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCy7D6MPbTVZd4uoslcH5OnlBAE6TATW { top:33.375rem;left:11.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPFWVJbZHKk0Arcb1elHM69kro4uZD9y { top:20.9375rem;left:11.862501144409rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3Ba3zyHwupZSZQr15H3bKwCG9ZCCZ5W { width:17.5rem;height:3.4375rem;top:51.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVsuIfezuAXGEw54C1q6rIOTXUBwtMXI { display:block; }
 }@media only screen and (max-width: 763px) { #lfy9xPUcMhgyiBFM5KGUVeJkzWDia6JE { top:47.5625rem;left:17.625rem;width:12.5rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnCEnENviktmceXTiJXHbOXJxmGP6Mk6 { top:40.125rem;left:11.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeOEWXy6KzZKdoTXHoiF3CeU4nnuFO7v { top:43.125rem;left:11.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM5MJ8rDTRHAssu1oqn4SM7XLliCKhwd { top:36.875rem;left:11.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgxakWQ1styeyc4iKonCAAVMc69gmbAD { top:62.6875rem;left:0rem;width:47.75rem;height:10.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLRCSITEqioLQkrG7F3nvQ3MAPlXE5Qs { display:block; }#oLRCSITEqioLQkrG7F3nvQ3MAPlXE5Qs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAFJJ7L9KH6DTI4WJkTGIa4UcBy19TC9 { top:2.75rem;left:0rem;width:47.75rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA1mLyPNndsTmpA1maUqUFTdxV4T2k5y { width:17.5rem;height:3.4375rem;top:22.5625rem;left:15.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #laPgThAptUteoVR8znOkpvRVCp1rxPyG { display:block; }
 }@media only screen and (max-width: 763px) { #EUoqxFFXlILuhOpZ0AHUFOh1uBWpQvX2 { top:4.375rem;left:12.500003814698rem;width:22.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEVuCzQSaySIhE0Fbte6gFCiWXbFydef { top:7.375rem;left:0.6875rem;width:46.375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMzTMR2RpHyRg20N8I7ey3nnp8b1Gx6w { top:15.0625rem;left:0.70703125rem;width:46.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFrRSurLV5psU5dLJhTkEXagiqvT3TJT { top:11.4375rem;left:0.80078125rem;width:46.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdlMbD6Nu9lRvuy23T9nnh7RIWA2dvOy { top:20.125rem;left:9.78125rem;width:28.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGJIbbrXSdR0iov15DKNoNGNwqSAxhSK { top:12.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTm39O0S7atblTcAmQJUQ7Hqvl2xNsTV { top:15.75rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 { display:block; }#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-regular-label { width:25.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-text { width:25.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-text {padding-top: 0; padding-bottom: 0;}#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-textarea { width:25.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-select { width:25.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-select {padding-top: 0; padding-bottom: 0;}#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-button { width:25.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-checkbox-label { width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB  { width:25.9375rem;height:auto;top:10.1875rem;left:4.4130859375rem; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .radio-container { width:25.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB {display:block;}#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB { width:25.9375rem;height:auto;top:10.1875rem;left:4.4130859375rem; }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #FFu8UNz1bwZSnUkkP8LsALaqzsoHWlrT {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #Wlbc1zLyCbhDqKBukGBOTKI224Iun3Ki { display:block; }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #HNVaXPqAc3cVmDQCElNxX0VCldNXVIam {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #T2M3MTLlfT3xZuN3liZRfcGT79Kfhla5 {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #AdfwLiN1w42hq4SIZWTJckJSDbbLexI0 { display:block; }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #tGCr5lKrhfwTpiwwDiHuuwKxirig1Be7 {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #OSDleS59p4TSuW9ZAuArGIFqEczKmLWX {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #zvuK40Q4pvRgdxkeuVpyU1TSCDT0KbpF { display:block; }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #ApSoXi5a6QzhOPoZ0qOfa3gOQ2LD1oT6 {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #WFadkkP6Qpw3vQLsISWGwP67yEHd8myH {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #kW7RKyIROFBOFfmXTFKXgTfXy1BKblJ2 {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #anyDdsOMHGBBBVGdGNdievpkseHLldpt {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #z8szM9ZC2Te82wF4b4Cp49hN4byqe4RV {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #DChUZtrcLKuM2wlhb1T2r7QZnVua0wqn {  }
 }@media only screen and (max-width: 763px) { #nTSWTRgIUtONA6TqOW9HvQcwLhJiPMl0 { top:6.25rem;left:32.915369033814rem;width:8.9375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3skEl7LHm5mGWyxMFpNOMPDZfANRKDN { top:4.4375rem;left:6.8828125rem;width:23.5rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 { display:block; }#lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVh49RaQxCfi92SkaKog3QovbVJTHAHV { top:2.1875rem;left:22.853271484375rem;width:22rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmPxaZ8llKQ7bsbirFI0IASObeANKgPy { top:1.5rem;left:0.54036521911621rem;width:13.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMXr7fGVSgwk1hJKAueKXaqmmQl6mqyn { top:7.4375rem;left:30.197917938233rem;width:7.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCIdiNnLaedMCFaWC8KAVW71zcUqgDEf { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cf1M4s7ILhLI7wShFzOgkRSFU7kWPE3s { width:10.1875rem;height:4.8125rem;top:1.125rem;left:4.9062502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #weBBWWMq7910UkGo5M2zs5TAZth34z9g { width:20rem;height:13.07715rem;top:12.59375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhXpPhCQsbBiQB2xLGenSJEKzfbJkaOM { width:20rem;height:4.0625rem;top:7.21875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPpM9OleSdF1gCzMzX0xUQfTSAOv2uZL { width:3.5625rem;height:7.0625rem;top:33.05078125rem;left:8.21875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zlvxuxIpK4JbpnATc1TnToTb5xpV08sN { width:6.3125rem;height:12.5625rem;top:38.175783157349rem;left:1.2500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #lD6vSKx1IBTCiknaQDh0kL0xCAHeUUOP { top:27.2998046875rem;left:0rem;width:20rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9PcpoaaAKzuaANLGNDZsZgCQ9mfauJ { display:block; }
 }@media only screen and (max-width: 763px) { #qoBSvwGbdwlW7vHBuepCHBHzFSZKC8C4 { width:20rem;height:17.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW { display:block; }#MC1v1gE4TrJr7qsvEruaPo4Qu77DFtcW > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNTFP2Q7RLJT5FgRIpNCrwWTbbeqMEGL { width:20rem;height:28.6816125rem;top:6.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKZ6qxemTOGVJBlxe3WFLgGEdTf85EG9 { width:12.5rem;height:0;top:83.1875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7r5RWeBn5IIsOIkwHGyI43WQdARD10t { width:18.6875rem;height:7.6484375rem;top:67.34375rem;left:1.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDJFbG0G5GmPgo9HRcKqIGtOZdiupJAF { width:3.4375rem;height:6.1875rem;top:58.59375rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #izRq0rIlx0dtQt6w7ARTV5kmP9wG8TfP { width:20rem;height:7.6484375rem;top:57.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fSxrv0nT4kSWuIh2UFkpdEFQwcnM0XCW { width:20rem;height:3.575rem;top:1.2499980926514rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GyS9CT1iqPqTfrUkmOpVMv5Kfyohx17f { width:3rem;height:2.875rem;top:35.9365234375rem;left:13.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5vfcgruKTlMKTuJ4H5LrO4RDTUIinb5 { width:2.875rem;height:2.875rem;top:35.9365234375rem;left:7.843017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK2pRN68VxI8xxVyo4oacoPykU4x598u { width:2.875rem;height:2.875rem;top:35.9365234375rem;left:2.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpNHmM0cG5JeLDZTZSSOBB3xcOFdnTib { width:20rem;height:15.296875rem;top:40.591796875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxQTw5G5UfPK0JfpIu3xNPPAbVDqmNTR { width:4.3125rem;height:8.25rem;top:74.0625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #T7R72ASwBS8hsSLn8dxDut8fanybJp13 { display:block; }#T7R72ASwBS8hsSLn8dxDut8fanybJp13 > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpaBlXbiTA13iqDsotsG8AaWAXxNI639 { width:10.3125rem;height:10.375rem;top:8.2070293426512rem;left:4.8437502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdm3k5nr3TXI1SnI8G6GUJGD4wmpdQ8f { width:10.3125rem;height:10.1875rem;top:48.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvzV3KT8rdQGBq7eSWMWTs3GRA7TeaK4 { width:20rem;height:5.361325rem;top:1.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ov5VIrbieRWu4Xx3K90AhbnhCJTXCH47 { width:20rem;height:19.12111875rem;top:25.14453125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1GI2qmtxo8Hbi84CKoGlbxUEtWnSwQX { width:20rem;height:4.62890625rem;top:19.95703125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwA8XgNRgysQUaziWWuKUUyp3sqpVH2e { width:20rem;height:3.0859375rem;top:60.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrZ4PEuLkySi1SH3sJOHKutDXBly9txA { width:20rem;height:17.20895625rem;top:64.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxLToP5DqsQoPEMhCenyZvObwb2aksnl { width:4.0625rem;height:6.1875rem;top:80.6875rem;left:7.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiWL0N7K0qkmn1tetQH0AlF055RT0SQg { display:none; }#qiWL0N7K0qkmn1tetQH0AlF055RT0SQg > .row .container { width:20rem;height:109.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iaisxdWNIJV8izJlVVSrN6VD2M1eszHV { width:20rem;height:48.4375rem;top:5.706787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlxUdo3yUmpp5d7gzCJmXa5m3uF5V9WO { width:20rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFtm60QqPUVINwB7pOQ1Vqmm2R93Ca29 { width:15.25rem;height:4.125rem;top:5.7070274353028rem;left:2.3750000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AM1bH4qsmtykF2BexBLEMmnBnKIKMJ8X { width:17.625rem;height:4.3125rem;top:17.591796875rem;left:2.09375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iRTgb1D7tgCdCitoTNMBSk2CAsMJRwir { width:18.5rem;height:4.3125rem;top:10.8125rem;left:0.75000005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXnCec2qs2Ssh47z2lGIWSkmwqNfiVJU { width:0.9375rem;height:0.9375rem;top:17.877605438233rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I06OcVDd64e09bUZv8VvDIkP6ye0ftqd { width:0.9375rem;height:0.9375rem;top:27.376953125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgsuMIeSLHvHuKzu1F0FLJfTHwcsFk2O { width:0.9375rem;height:0.9375rem;top:24.447265625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTPZx8hzU8kN6JNRgxhHLv3zw9eXEsOc { width:17.5625rem;height:18.6875rem;top:24.197265625rem;left:2.060546875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZAi8uIyXBSL7o7hz4fozgRb1bArt2sr { width:0.9375rem;height:0.9375rem;top:31.626220703125rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98c0395tIw8pds970IkqVbeI0lMqcHQ { width:0.9375rem;height:0.9375rem;top:34.625732421875rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4d1US314npeMINkMPZ37yZQqO1s3MBf { width:0.9375rem;height:0.9375rem;top:37.52099609375rem;left:1.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHdR5CtTbneLl5EsZnK14qzIMHEErtAu { width:9.1235625rem;height:1.4375rem;top:46.10302734375rem;left:5.43701171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLKH6IUwno8syuw31gJQiJrcszCc4bpz { width:17.5rem;height:3.4375rem;top:48.585205078125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvFpqGQi4cSaVodrio0NvX3XrREnclxX { display:block; }
 }@media only screen and (max-width: 763px) { #Eu9GdMTG8K7GGWqxe3EW81pU9bsp8ebQ { width:20rem;height:50.375rem;top:56.728515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAoQUvbUsNJ5FrqQOg9BUvSoTq9o7xwB { width:15.25rem;height:2rem;top:57.854167938233rem;left:2.3750000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8tObTMIu072CpuAlT5JTGb2TfVg15gt { width:16.4375rem;height:5.75rem;top:65.815109252931rem;left:2.3125000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tMN7mO6ICCoxTq0i6zT7Hanr0ZUKyRBs { width:18.5rem;height:4.3125rem;top:60.565105438233rem;left:0.75000005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haF3ORS3WU0ObE5kQLIJqGCDtykTrTdf { width:0.9375rem;height:0.9375rem;top:66.065109252931rem;left:1.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTWqEOzGqCvipAObasW61SwMZSTAaWqM { width:0.9375rem;height:0.9375rem;top:76.627605438231rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo8tKrB9b7LOdWfmh79CC6tVZ5VToiAZ { width:0.9375rem;height:0.9375rem;top:72.502605438231rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP3eV1EFFT4L2mPw8tidRL5vA9LohmLD { width:17.0625rem;height:23rem;top:72.127607345581rem;left:2.3750000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lwOq0kKx65LgSFMRS6kXPZVK3HWlcv6s { width:0.9375rem;height:0.9375rem;top:81.002605438231rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAsxOyJ7zsOkA5TNJhtkS8LbmdIm77Xk { width:0.9375rem;height:0.9375rem;top:83.915771484375rem;left:1.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVHq62L8VPBwHmxvpTz2NPXE80rUNUnB { width:0.9375rem;height:0.9375rem;top:86.876708984375rem;left:1.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKcoy4PBr3h3V2Ix45rbxIDgygWgmMFX { width:11rem;height:1.4375rem;top:98.79345703125rem;left:4.686279296875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmgHItTgw7TsHQx0RXFlzI4irySoNHNP { width:17.5rem;height:3.4375rem;top:101.29321289062rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWOX7MNAVfgSklcUQAKOBmhUevakVCDb { display:block; }
 }@media only screen and (max-width: 763px) { #A8znOXIT4sDkCD4daAWLyZzkrAqVll78 { width:17.8125rem;height:2.8125rem;top:95.479736328125rem;left:1.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLE1RyAiUHaiPgZUTTW2bqdq0dlaO3zc { width:0.9375rem;height:0.9375rem;top:92.77099609375rem;left:1.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwglkq9VMLyp5iEbTPJ7uUOK7W0NU2Hb { width:0.9375rem;height:0.9375rem;top:43.288330078125rem;left:1.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 { display:block; }#V5sUsmIrVqt6DXIgZNP8OdPqilDrBRC7 > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTrabKgnRLzUmwhx3blMcrxa814MlvFE { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GONJT6GziIyGKqUSRDWArLJPAHaqTTad { width:20rem;height:48.4375rem;top:5.706787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOtE3phR0c81JaoNqRFnWiQXN1kcg7WJ { width:17.5625rem;height:19.0048625rem;top:24.197265625rem;left:2.060546875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #quU8VHN7PXncxBik4OZsByfMHuNlUTLf { width:17.625rem;height:4.38574375rem;top:17.591796875rem;left:2.09375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sLUtIL9GeVG7VRAahAk2ScWGEUF0TTVs { width:15.25rem;height:4.225rem;top:6.3935546875rem;left:2.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7TScKSUB0h0NQSPwWBVkEBM70AAGfw6 { width:18.5rem;height:4.875rem;top:11.0625rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elQmdu4BZIwJ0PTFSIDSJeTDVFoqkf1w { width:0.9375rem;height:0.9375rem;top:27.376953125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnh1msTMHSX3Tp2o7Zyp81eAKVE2g9Ok { width:0.9375rem;height:0.9375rem;top:24.447265625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCy7D6MPbTVZd4uoslcH5OnlBAE6TATW { width:0.9375rem;height:0.9375rem;top:31.626220703125rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPFWVJbZHKk0Arcb1elHM69kro4uZD9y { width:0.9375rem;height:0.9375rem;top:17.877605438233rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3Ba3zyHwupZSZQr15H3bKwCG9ZCCZ5W { width:17.5rem;height:3.4375rem;top:48.585205078125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVsuIfezuAXGEw54C1q6rIOTXUBwtMXI { display:block; }
 }@media only screen and (max-width: 763px) { #lfy9xPUcMhgyiBFM5KGUVeJkzWDia6JE { width:9.1230625rem;height:1.625rem;top:44.9775390625rem;left:5.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnCEnENviktmceXTiJXHbOXJxmGP6Mk6 { width:0.9375rem;height:0.9375rem;top:37.52099609375rem;left:1.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeOEWXy6KzZKdoTXHoiF3CeU4nnuFO7v { width:0.9375rem;height:0.9375rem;top:40.7255859375rem;left:1.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM5MJ8rDTRHAssu1oqn4SM7XLliCKhwd { width:0.9375rem;height:0.9375rem;top:34.625732421875rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgxakWQ1styeyc4iKonCAAVMc69gmbAD { width:20rem;height:17.32225rem;top:58.125001907349rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLRCSITEqioLQkrG7F3nvQ3MAPlXE5Qs { display:none; }#oLRCSITEqioLQkrG7F3nvQ3MAPlXE5Qs > .row .container { width:20rem;height:63.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RAFJJ7L9KH6DTI4WJkTGIa4UcBy19TC9 { width:20rem;height:37.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA1mLyPNndsTmpA1maUqUFTdxV4T2k5y { width:17.5rem;height:3.4375rem;top:33.164064407349rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #laPgThAptUteoVR8znOkpvRVCp1rxPyG { display:block; }
 }@media only screen and (max-width: 763px) { #EUoqxFFXlILuhOpZ0AHUFOh1uBWpQvX2 { width:20rem;height:4.0625rem;top:2.89453125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEVuCzQSaySIhE0Fbte6gFCiWXbFydef { width:20rem;height:5.84765625rem;top:7.8190097808837rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMzTMR2RpHyRg20N8I7ey3nnp8b1Gx6w { width:16.6875rem;height:7.3095625rem;top:20.748697280884rem;left:2.1250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DFrRSurLV5psU5dLJhTkEXagiqvT3TJT { width:16.875rem;height:5.84765625rem;top:14.265645980835rem;left:2.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DdlMbD6Nu9lRvuy23T9nnh7RIWA2dvOy { width:20rem;height:2.923825rem;top:29.208333969116rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGJIbbrXSdR0iov15DKNoNGNwqSAxhSK { width:0.9375rem;height:0.9375rem;top:14.515626907349rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTm39O0S7atblTcAmQJUQ7Hqvl2xNsTV { width:0.9375rem;height:0.9375rem;top:21.061197280884rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 { display:block; }#iXDL2UlgLVe2ghO82Hr9RafItDIoHJM2 > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-text {padding-top: 0; padding-bottom: 0;}#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-select {padding-top: 0; padding-bottom: 0;}#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB  { width:17.5rem;height:auto;top:9.0703125rem;left:0rem; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB {display:block;}#CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB { width:17.5rem;height:auto;top:9.0703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #FFu8UNz1bwZSnUkkP8LsALaqzsoHWlrT {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #Wlbc1zLyCbhDqKBukGBOTKI224Iun3Ki { display:block; }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #HNVaXPqAc3cVmDQCElNxX0VCldNXVIam {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #T2M3MTLlfT3xZuN3liZRfcGT79Kfhla5 {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #AdfwLiN1w42hq4SIZWTJckJSDbbLexI0 { display:block; }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #tGCr5lKrhfwTpiwwDiHuuwKxirig1Be7 {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #OSDleS59p4TSuW9ZAuArGIFqEczKmLWX {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #zvuK40Q4pvRgdxkeuVpyU1TSCDT0KbpF { display:block; }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #ApSoXi5a6QzhOPoZ0qOfa3gOQ2LD1oT6 {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #WFadkkP6Qpw3vQLsISWGwP67yEHd8myH {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #kW7RKyIROFBOFfmXTFKXgTfXy1BKblJ2 {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #anyDdsOMHGBBBVGdGNdievpkseHLldpt {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #z8szM9ZC2Te82wF4b4Cp49hN4byqe4RV {  }
 }@media only screen and (max-width: 763px) { #CDLr0uIUSkJu4CWPp3RnkNE1Rc6Wp5IB #DChUZtrcLKuM2wlhb1T2r7QZnVua0wqn {  }
 }@media only screen and (max-width: 763px) { #nTSWTRgIUtONA6TqOW9HvQcwLhJiPMl0 { width:8.9375rem;height:16rem;top:0.6875rem;left:10.000000298023rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3skEl7LHm5mGWyxMFpNOMPDZfANRKDN { width:20rem;height:4.548825rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 { display:block; }#lEzZIgxteinTrcUDcnUfMhqlvaSXxGr1 > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVh49RaQxCfi92SkaKog3QovbVJTHAHV { width:20rem;height:6.499025rem;top:8.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmPxaZ8llKQ7bsbirFI0IASObeANKgPy { width:13.3125rem;height:6.4375rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMXr7fGVSgwk1hJKAueKXaqmmQl6mqyn { top:16.6875rem;left:6.3125rem;width:7.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCIdiNnLaedMCFaWC8KAVW71zcUqgDEf { display:block; }
 }