.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX > .row .container { background-color: transparent; background-image: none; }#E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX > .row .container > .video-iframe-container { display: none; }#E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX > .row > .video-iframe-container { display: none; }#E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX > .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); }#E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX > .row .container { border-width: 0; border-radius: 0; }#E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX > .row > .video-iframe-container {  }#E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#ekS9lAZyXwIph1y2X5l6HiwG5lvaTTeU { color:#5f5f5f;display:block;width:14.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:1.4375rem;left:58.75rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o0LRtSk4Q7vJxgwHz0CPXpSS4NAmSfM8 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:13.5rem;top:0.8125rem;left:0.7490234375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/PUzZuzBG/familyguy_8.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,52,132,0.25); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,52,132,0.25); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;overflow:visible;position:relative;display:block; }#QJnFWnwIxzs2lH8k7P0gqHr3QJgNqqNo { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:39.4375rem;left:25.65625rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bL72EmuTqdQKUw4NQtz8fMhrh09tSLys { position:absolute;display:block;z-index:100002;background-color:rgba(104,117,222,0.87);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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.18) ;height:33.625rem;width:33.625rem;top:18.875rem;left:20.6875rem;display:block; }
#N68wnyx8X9eedqBOpEgCQFEvObyq7ldB { color:#f5da6f;display:block;width:31.060546875rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:27.9853515625rem;left:21.9697265625rem;height:9.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dSlT9XJ8ACKeSJM3M3lCH1eggaoeFomP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:49.9375rem;width:75rem;display:none; }
#gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(289deg, #ffffff, #ededed);background-image: -moz-linear-gradient(289deg, #ffffff, #ededed);background-image: -ms-linear-gradient(289deg, #ffffff, #ededed);background-image: -o-linear-gradient(289deg, #ffffff, #ededed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed' );";background-image: linear-gradient(289deg, #ffffff, #ededed);background-size:auto !important;position:relative;display:block; }#gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO > .row .container { background-color: transparent; background-image: none; }#gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO > .row .container > .video-iframe-container { display: none; }#gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO > .row > .video-iframe-container { display: none; }#gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO > .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); }#gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO > .row .container { border-width: 0; border-radius: 0; }#gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO > .row > .video-iframe-container {  }#gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO > .row .container { font-size:0.875rem;font-family:arial;height:74.3125rem;width:75rem;position:relative;display:block; }#zD4UGt7mfm4uU4OtTLAdx9NS8y0ysEoD { color:#383838;display:block;width:51.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:8.625rem;left:11.75rem;height:28.6875rem;display:block; }
#EbiAJzBAHHVJHt2GXdp1FS4HbQ9wIGue { color:#000000;display:block;width:40.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:36.6875rem;left:16.5625rem;height:15.25rem;display:block; }#EbiAJzBAHHVJHt2GXdp1FS4HbQ9wIGue li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#EbiAJzBAHHVJHt2GXdp1FS4HbQ9wIGue li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PgJSD2oJ/check.png); }
#ghvavBK42wNmdgvmiM1aRcgIE7ncy9h9 { color:#383838;display:block;width:51.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:57rem;left:11.75rem;height:4.78125rem;display:block; }
#HIV7hytwyska8Q6QhNSKn4b8iGiNcC3c { background-color:#f5da6f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#383838;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.375rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:66.75rem;left:23.8125rem;display:block; }
#LWQTskXBkPgnOSGlC1yRFssICB6vHu1F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 > .row .container { background-color: transparent; background-image: none; }#xhvAqKf759zmhXkUmwiliGVlmEg2pIv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 > .row .container > .video-iframe-container { display: none; }#xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 > .row > .video-iframe-container { display: none; }#xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 > .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); }#xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 > .row .container { border-width: 0; border-radius: 0; }#xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 > .row > .video-iframe-container {  }#xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#CsDId4HgNGeAoA0PpeUOuDTRDwl88VzB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:31.875rem;width:47.875rem;top:3.3125rem;left:2.78515625rem;overflow:hidden;display:block; }
#RKKGvz8rTgbXpEMiINvENnHin6eylQyT { position:absolute;display:block;z-index:100001;background-color:#6875de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8rem;width:8.875rem;top:14rem;left:48.4375rem;display:block; }
#EX01FbPHggJ2QN2tApqWDTSlHLFgsvLP { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:15rem;left:47.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QuHamQzsvpbZ1L7Zzn2gZvMvil736ReT { color:#f5da6f;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:5.9375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:15.1875rem;left:47rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl > .row .container { background-color: transparent; background-image: none; }#JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl > .row .container > .video-iframe-container { display: none; }#JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl > .row > .video-iframe-container { display: none; }#JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl > .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); }#JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl > .row .container { border-width: 0; border-radius: 0; }#JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl > .row > .video-iframe-container {  }#JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#V8yOSfJpUOqSf2VoPloQfRtZOTfyCWwy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:31.875rem;width:47.875rem;top:3rem;left:23.66015625rem;overflow:hidden;display:block; }
#wZPHviMiaPqG9dve4oJiq4bKPFIshO6u { position:absolute;display:block;z-index:100001;background-color:#6875de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8rem;width:8.875rem;top:14.625rem;left:18.1875rem;display:block; }
#v56SMQMEhkgIZeDlPd4DV2ZzbOUuG1Lr { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:15.625rem;left:16.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xicUG4Wx3Io31UaJ5BeTXKzbtMB8JP72 { color:#f5da6f;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:5.9375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:16.75rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJOT0uCku1oFHn4khKTuGcfWmINsX8wz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:none;position:relative;display:block; }#PJOT0uCku1oFHn4khKTuGcfWmINsX8wz > .row .container { background-color: transparent; background-image: none; }#PJOT0uCku1oFHn4khKTuGcfWmINsX8wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJOT0uCku1oFHn4khKTuGcfWmINsX8wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJOT0uCku1oFHn4khKTuGcfWmINsX8wz > .row .container > .video-iframe-container { display: none; }#PJOT0uCku1oFHn4khKTuGcfWmINsX8wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJOT0uCku1oFHn4khKTuGcfWmINsX8wz > .row > .video-iframe-container { display: none; }#PJOT0uCku1oFHn4khKTuGcfWmINsX8wz > .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); }#PJOT0uCku1oFHn4khKTuGcfWmINsX8wz > .row .container { border-width: 0; border-radius: 0; }#PJOT0uCku1oFHn4khKTuGcfWmINsX8wz > .row > .video-iframe-container {  }#PJOT0uCku1oFHn4khKTuGcfWmINsX8wz > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#p9Ot4wGfeBConHNPUUo9LEpl1CDIHOoM { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:31.875rem;width:47.875rem;top:3.3125rem;left:2.78515625rem;overflow:hidden;display:block; }
#z2Aqq94M1i5b4612RGf639wATEBzPgRN { position:absolute;display:block;z-index:100001;background-color:#6875de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8rem;width:8.875rem;top:14rem;left:48.4375rem;display:block; }
#wAptXoEZ1Jo9uBIv2TcgKtQPcIGSfnoT { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:15rem;left:47.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JbDHU3qGqN85JhKMdbIZofv2Lt6C70q7 { color:#f5da6f;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:5.9375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:15.1875rem;left:47rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 > .row .container { background-color: transparent; background-image: none; }#NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 > .row .container > .video-iframe-container { display: none; }#NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 > .row > .video-iframe-container { display: none; }#NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 > .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); }#NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 > .row .container { border-width: 0; border-radius: 0; }#NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 > .row > .video-iframe-container {  }#NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#glJKogafLRlsglW4TS4CHguSS07u8cgS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:31.875rem;width:47.875rem;top:3rem;left:23.66015625rem;overflow:hidden;display:block; }
#hcAeEkKwl6V6LHte5aoNAFiLLCQ1FcfB { position:absolute;display:block;z-index:100001;background-color:#6875de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8rem;width:8.875rem;top:14.625rem;left:18.1875rem;display:block; }
#XIbEafyWrU8bETqCKRT98hDqh3WT7Zqw { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:15.625rem;left:16.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hSlykbVG5IteVxMTttTOkC85J5hhfInL { color:#f5da6f;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:5.9375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:16.75rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 > .row .container { background-color: transparent; background-image: none; }#MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 > .row .container > .video-iframe-container { display: none; }#MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 > .row > .video-iframe-container { display: none; }#MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 > .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); }#MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 > .row .container { border-width: 0; border-radius: 0; }#MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 > .row > .video-iframe-container {  }#MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#piSf5gbuUTdbuo3EEQPRUMRPPE9nQh6D { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:31.875rem;width:47.875rem;top:3.3125rem;left:2.78515625rem;overflow:hidden;display:block; }
#PTAet1c3SPIhaZgv4BJM20f0nDfMsav9 { position:absolute;display:block;z-index:100001;background-color:#6875de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8rem;width:8.875rem;top:14rem;left:48.4375rem;display:block; }
#bysSygRS7r2oSFbgRJdqiyuVWs7pR0uN { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:15rem;left:47.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A0bAumd2t2yVnyCtqd6ZaXVTtmO5c3Un { color:#f5da6f;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:5.9375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:15.1875rem;left:47rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ > .row .container { background-color: transparent; background-image: none; }#PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ > .row .container > .video-iframe-container { display: none; }#PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ > .row > .video-iframe-container { display: none; }#PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ > .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); }#PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ > .row .container { border-width: 0; border-radius: 0; }#PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ > .row > .video-iframe-container {  }#PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#hfBKKwxSBNTuBXU8p5Dbqf04dbNE3WNy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:31.875rem;width:47.875rem;top:3rem;left:23.66015625rem;overflow:hidden;display:block; }
#uhITeKLxKSzXhJmCpJ5pcSCShPZCoLvJ { position:absolute;display:block;z-index:100001;background-color:#6875de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8rem;width:8.875rem;top:14.625rem;left:18.1875rem;display:block; }
#f3HnQ3bbFUywxHsTkbxTZu3vNX8hqCBo { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:15.625rem;left:16.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kQOtiTvn0Z1fT91AVL9FUxibwXoJ9ZyZ { color:#f5da6f;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:5.9375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:16.75rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f > .row .container { background-color: transparent; background-image: none; }#pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f > .row .container > .video-iframe-container { display: none; }#pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f > .row > .video-iframe-container { display: none; }#pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f > .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); }#pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f > .row .container { border-width: 0; border-radius: 0; }#pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f > .row > .video-iframe-container {  }#pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#T9iP2q67M04hIFbDDJyq79dKQoK58xeI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:31.875rem;width:47.875rem;top:3.3125rem;left:2.78515625rem;overflow:hidden;display:block; }
#UBqI9MywX38JdJRZTLK1DD36CHdmAIup { position:absolute;display:block;z-index:100001;background-color:#6875de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8rem;width:8.875rem;top:14rem;left:48.4375rem;display:block; }
#UgRb8CfdTBibaGy0xQr0398UWe3u4owP { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:15rem;left:47.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f30QTTLH3TiHGnGiMD2VTc2GsQrG1X5i { color:#f5da6f;display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:5.9375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:15.1875rem;left:47rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTyKg4EPAcUeli9g41suyEL4JzPmCK0C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#WTyKg4EPAcUeli9g41suyEL4JzPmCK0C > .row .container { background-color: transparent; background-image: none; }#WTyKg4EPAcUeli9g41suyEL4JzPmCK0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTyKg4EPAcUeli9g41suyEL4JzPmCK0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTyKg4EPAcUeli9g41suyEL4JzPmCK0C > .row .container > .video-iframe-container { display: none; }#WTyKg4EPAcUeli9g41suyEL4JzPmCK0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTyKg4EPAcUeli9g41suyEL4JzPmCK0C > .row > .video-iframe-container { display: none; }#WTyKg4EPAcUeli9g41suyEL4JzPmCK0C > .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); }#WTyKg4EPAcUeli9g41suyEL4JzPmCK0C > .row .container { border-width: 0; border-radius: 0; }#WTyKg4EPAcUeli9g41suyEL4JzPmCK0C > .row > .video-iframe-container {  }#WTyKg4EPAcUeli9g41suyEL4JzPmCK0C > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:75rem;position:relative;display:block; }#F5DaLG7UTkW50UturbgEL8GSIl5ey3mI { color:#383838;display:block;width:41.5625rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:27.3125rem;left:19.5rem;height:2.53125rem;display:block; }
#kIAe83JJl7vUp6dI1EBQZe8Bcs1fPkgH { color:#6875de;display:block;width:34.8125rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:16rem;left:20.09375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yA1NXE6zbO8rZsZTuShHTke6TOhVUg9U { color:#f5da6f;display:block;width:4.25rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:29.4375rem;left:13.9375rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w6mzJm2oC04aGtstOl4FZWv0r7zTOre2 { position:absolute;display:block;z-index:100004;background-color:#6875de;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.75rem;width:3.75rem;top:29.0625rem;left:14.1875rem;display:block; }
#OpLbceO512WyvV0QtfWVeQf21bMgA293 { color:#383838;display:block;width:32.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:30.0625rem;left:19.5rem;height:6rem;display:block; }
#Bnl5OqPXAyTqqwlmuNpXXPkvryO6hp40 { color:#383838;display:block;width:32.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:42.3125rem;left:19.5625rem;height:4.5rem;display:block; }
#rSGTdnKXACbUbnmDOT4XWhWK9fxgI2PA { color:#f5da6f;display:block;width:4.25rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:42.3125rem;left:14rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w4eCCIRvn0va3EwTJ8hOD2At9qmsLm8Q { position:absolute;display:block;z-index:100008;background-color:#6875de;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.75rem;width:3.75rem;top:41.9375rem;left:14.25rem;display:block; }
#FZpBkrl3epRs1K2AmBRvwkKS8uTmOehg { color:#383838;display:block;width:41.5625rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:39.5625rem;left:19.5625rem;height:2.53125rem;display:block; }
#PGlyvhhw3mlqqE4iy8UFSclv1blHEULH { position:absolute;display:block;z-index:100012;background-color:#6875de;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.75rem;width:3.75rem;top:53.75rem;left:14.25rem;display:block; }
#E31dtmDkWuyv7zpFNC4aHXTEUb1v2yNb { color:#383838;display:block;width:32.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:53.5625rem;left:19.5625rem;height:7.5rem;display:block; }
#Xw40x5ZalT1zsvHupiALbcog21Ngp1SX { color:#f5da6f;display:block;width:4.25rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:54.125rem;left:14rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Au97RoErBcG6Qhq0ke14mGQozpd9NdoU { color:#383838;display:block;width:41.5625rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:50.8125rem;left:19.5625rem;height:2.53125rem;display:block; }
#NZlwc7D4XcL66tQ9Q6917ZI5bhABNJWT { color:#383838;display:block;width:53.75rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:6.3125rem;left:13.40625rem;height:3.5625rem;display:block; }
#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bReocqC9/familyguy_7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy.adaptive-delivery-prevent-bg, #xw58li5L0CwxADxnTi1dECyDQZ7FkNmy.lazyload, #xw58li5L0CwxADxnTi1dECyDQZ7FkNmy.lazyloading { background-image: none; }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy > .row .container { background-color: transparent; background-image: none; }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,52,132,0.59); }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy > .row .container > .video-iframe-container { display: none; }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,52,132,0.59); }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy > .row > .video-iframe-container { display: none; }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy > .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); }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy > .row .container { border-width: 0; border-radius: 0; }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy > .row > .video-iframe-container {  }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#wQz9TL9c5K9ef0xGKyaaX9gmSTEIdxyF { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 6.25rem rgba(0,0,0,0.36) ;height:33.375rem;width:38.4375rem;top:7.375rem;left:18.25rem;display:block; }
#UKX4tTUns6SNoCxEl6ox7nBl9u6w9KHN { position:absolute;display:block;z-index:100000;background-color:#f5da6f;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;height:9.625rem;width:38.5rem;top:7.375rem;left:18.25rem;display:block; }
#uSS18wLpKiJATWG5QAd2TJayJ6uUmxNG { color:#494949;display:block;width:33.6875rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:9.3125rem;left:20.6875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZrDIqTfUqUGxgokFFmpDvS6PPgOW7AHS { color:#494949;display:block;width:31.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:12.625rem;left:21.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-form-header { font-size:0.875rem; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-regular-label { height:auto;display:block;font-family:rubik;font-size:0.875rem;font-weight:bold;color:#343e66;width:29.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-text { 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:#f3f3fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:29.1875rem;box-sizing:border-box;height:3.0625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-textarea { 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:#f3f3fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:29.1875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .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;border-right:0;border-bottom:0;border-left:0;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:29.1875rem;box-sizing:border-box;height:2.5rem;color:#6e6e6e;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#f5da6f;background-image:none;background-position:top left !important;background-repeat:repeat !important;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:3.0625rem;margin-bottom:0.25rem;margin-left:3.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#5b435b;width:23rem;height:4.375rem;font-family:rubik;overflow:hidden;text-align:center;text-align-last:center;line-height:1.7; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 [class*="-text"]:-moz-placeholder { color:#aeaeae;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 [class*="-text"]::-moz-placeholder { color:#aeaeae;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 [class*="-text"]:-ms-input-placeholder { color:#aeaeae;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 [class*="-text"]::-webkit-input-placeholder { color:#aeaeae;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .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";font-size:0.75rem;font-weight:400;color:#5b435b;vertical-align:top;width:28.125rem;overflow:hidden;font-style:normal;float:none; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .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; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-container:first-of-type{padding-top:0;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-container:last-of-type{padding-bottom:0;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8  { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.6875rem;top:18.9375rem;z-index:100003;position:absolute;font-size:0.875rem; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.1875rem;display:block;vertical-align:top; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-info-text { font-size:0.75rem; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 {display:block;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.6875rem;top:18.9375rem;z-index:100003;position:absolute;font-size:0.875rem; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #AHeFoaBICeJTfnogRTtlDsWsyDHcMFXo { position:relative; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #vs5wVnCm0y65Dq4CSRUbKrIaBR3Zug1n { position:relative; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #MnEf4x3IpsE2Q2rQoMawZ32hXUAgMCv8 { position:relative; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #fyeGlfgonT7lLqw9MJqycykaGXd2olSU { position:relative; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #ydXnHW6znGLReKFvhzVCxTg4D6kmrFh6 { position:relative; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #gHPyR97XHM19gnSPzgkGs7CCmhbGOxHV { position:relative; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #UoHHQxPwibV675CdENeSA3a0QlXfBPhv { position:relative; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #ImriDyE8pKWfL1XG7iTMoA9lBMd7CStx { position:relative;z-index:2; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #c2oZ5lRHwDAW2xSlR50PqzTWXWl1I7ex { position:relative; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #ovZlKBwncQW5X9n7oDo9pTXcr6yPGJvH { position:relative; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #kMgJVWiur2bqooPZ5P9s7F356VTOLuTW { position:relative; }
#hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x > .row .container { background-color: transparent; background-image: none; }#hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x > .row .container > .video-iframe-container { display: none; }#hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x > .row > .video-iframe-container { display: none; }#hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x > .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); }#hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x > .row .container { border-width: 0; border-radius: 0; }#hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x > .row > .video-iframe-container {  }#hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#tf4XdWpyAIuJ1iZ5EzzoBtyNkrXFEsqF { color:#5f5f5f;display:block;width:39rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:4.625rem;left:18rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fM2xVeapG41J3upIG1MIrxousgZEXPbA { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:37.5rem;top:6.125rem;left:18.75rem;overflow:hidden;display:block; }
#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bReocqC9/familyguy_7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4.adaptive-delivery-prevent-bg, #LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4.lazyload, #LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4.lazyloading { background-image: none; }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 > .row .container { background-color: transparent; background-image: none; }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,52,132,0.59); }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 > .row .container > .video-iframe-container { display: none; }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,52,132,0.59); }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 > .row > .video-iframe-container { display: none; }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 > .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); }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 > .row .container { border-width: 0; border-radius: 0; }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 > .row > .video-iframe-container {  }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#gzH64m57yM1EnREk2xdTvcheR4U7Eh3X { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:5.1875rem;left:14.3125rem;height:10.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dTBWGrBlaXDnRkSfwCy6QpqzzoH7miTn { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:19.5625rem;top:18.4375rem;left:27.75rem;overflow:hidden;display:block; }
#mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #fafafa, #ffffff);background-image: -moz-linear-gradient(top, #fafafa, #ffffff);background-image: -ms-linear-gradient(top, #fafafa, #ffffff);background-image: -o-linear-gradient(top, #fafafa, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #fafafa, #ffffff);background-size:auto !important;position:relative;display:block; }#mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd > .row .container { background-color: transparent; background-image: none; }#mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd > .row .container > .video-iframe-container { display: none; }#mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd > .row > .video-iframe-container { display: none; }#mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd > .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); }#mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd > .row .container { border-width: 0; border-radius: 0; }#mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd > .row > .video-iframe-container {  }#mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#cn9AzqKFHUVeJ0C6QJggCUKzzmI5uE8r { color:#5f5f5f;display:block;width:13.125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:3.375rem;left:4.875rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C66RDR4rUUkMN2ooxygqGHgsgQyRfdVW { color:#5f5f5f;display:block;width:13.125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:4.75rem;left:30.9375rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7ZKCiq9zSt3VPtTAQxoVfJ5q21ibO3q { color:#5f5f5f;display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:3.375rem;left:54.75rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ekS9lAZyXwIph1y2X5l6HiwG5lvaTTeU { width:18.5rem;height:1.5rem;top:1.4375rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0LRtSk4Q7vJxgwHz0CPXpSS4NAmSfM8 { width:13.5rem;height:2.25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QJnFWnwIxzs2lH8k7P0gqHr3QJgNqqNo { width:24.0625rem;height:6.9375rem;top:40.875rem;left:11.84375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #bL72EmuTqdQKUw4NQtz8fMhrh09tSLys { width:33.625rem;height:33.625rem;top:18.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N68wnyx8X9eedqBOpEgCQFEvObyq7ldB { width:23.125rem;height:14rem;top:24.1875rem;left:12.3125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dSlT9XJ8ACKeSJM3M3lCH1eggaoeFomP { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO { display:block; }#gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zD4UGt7mfm4uU4OtTLAdx9NS8y0ysEoD { width:47.75rem;height:28.6875rem;top:8.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbiAJzBAHHVJHt2GXdp1FS4HbQ9wIGue { width:40.375rem;height:14.75rem;top:36.6875rem;left:2.9375rem;font-size:1rem;display:block; }#EbiAJzBAHHVJHt2GXdp1FS4HbQ9wIGue li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PgJSD2oJ/check.png); }
 }@media only screen and (max-width: 1199px) { #ghvavBK42wNmdgvmiM1aRcgIE7ncy9h9 { width:47.75rem;height:4.6875rem;top:57rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIV7hytwyska8Q6QhNSKn4b8iGiNcC3c { width:27.375rem;height:3.4375rem;top:65.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LWQTskXBkPgnOSGlC1yRFssICB6vHu1F { display:block; }
 }@media only screen and (max-width: 1199px) { #xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 { display:block; }#xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CsDId4HgNGeAoA0PpeUOuDTRDwl88VzB { width:47.75rem;height:31.791775456919rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKKGvz8rTgbXpEMiINvENnHin6eylQyT { width:8.875rem;height:8rem;top:14rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EX01FbPHggJ2QN2tApqWDTSlHLFgsvLP { width:11.5625rem;height:1.25rem;top:15rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QuHamQzsvpbZ1L7Zzn2gZvMvil736ReT { width:11.5625rem;height:7.6875rem;top:15.1875rem;left:33.375rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl { display:block; }#JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #V8yOSfJpUOqSf2VoPloQfRtZOTfyCWwy { width:47.75rem;height:31.791775456919rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZPHviMiaPqG9dve4oJiq4bKPFIshO6u { width:8.875rem;height:8rem;top:14.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v56SMQMEhkgIZeDlPd4DV2ZzbOUuG1Lr { width:11.5625rem;height:1.25rem;top:15.625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xicUG4Wx3Io31UaJ5BeTXKzbtMB8JP72 { width:11.5625rem;height:7.6875rem;top:15.8125rem;left:3.125rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJOT0uCku1oFHn4khKTuGcfWmINsX8wz { display:block; }#PJOT0uCku1oFHn4khKTuGcfWmINsX8wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p9Ot4wGfeBConHNPUUo9LEpl1CDIHOoM { width:47.75rem;height:31.791775456919rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2Aqq94M1i5b4612RGf639wATEBzPgRN { width:8.875rem;height:8rem;top:14rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wAptXoEZ1Jo9uBIv2TcgKtQPcIGSfnoT { width:11.5625rem;height:1.25rem;top:15rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JbDHU3qGqN85JhKMdbIZofv2Lt6C70q7 { width:11.5625rem;height:7.6875rem;top:15.1875rem;left:33.375rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 { display:block; }#NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #glJKogafLRlsglW4TS4CHguSS07u8cgS { width:47.75rem;height:31.791775456919rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcAeEkKwl6V6LHte5aoNAFiLLCQ1FcfB { width:8.875rem;height:8rem;top:14.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XIbEafyWrU8bETqCKRT98hDqh3WT7Zqw { width:11.5625rem;height:1.25rem;top:15.625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSlykbVG5IteVxMTttTOkC85J5hhfInL { width:11.5625rem;height:7.6875rem;top:15.8125rem;left:3.125rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 { display:block; }#MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #piSf5gbuUTdbuo3EEQPRUMRPPE9nQh6D { width:47.75rem;height:31.791775456919rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTAet1c3SPIhaZgv4BJM20f0nDfMsav9 { width:8.875rem;height:8rem;top:14rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bysSygRS7r2oSFbgRJdqiyuVWs7pR0uN { width:11.5625rem;height:1.25rem;top:15rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0bAumd2t2yVnyCtqd6ZaXVTtmO5c3Un { width:11.5625rem;height:7.6875rem;top:15.1875rem;left:33.375rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ { display:block; }#PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hfBKKwxSBNTuBXU8p5Dbqf04dbNE3WNy { width:47.75rem;height:31.791775456919rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uhITeKLxKSzXhJmCpJ5pcSCShPZCoLvJ { width:8.875rem;height:8rem;top:14.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f3HnQ3bbFUywxHsTkbxTZu3vNX8hqCBo { width:11.5625rem;height:1.25rem;top:15.625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQOtiTvn0Z1fT91AVL9FUxibwXoJ9ZyZ { width:11.5625rem;height:7.6875rem;top:15.8125rem;left:3.125rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f { display:block; }#pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T9iP2q67M04hIFbDDJyq79dKQoK58xeI { width:47.75rem;height:31.791775456919rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UBqI9MywX38JdJRZTLK1DD36CHdmAIup { width:8.875rem;height:8rem;top:14rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UgRb8CfdTBibaGy0xQr0398UWe3u4owP { width:11.5625rem;height:1.25rem;top:15rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f30QTTLH3TiHGnGiMD2VTc2GsQrG1X5i { width:11.5625rem;height:7.6875rem;top:15.1875rem;left:33.375rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTyKg4EPAcUeli9g41suyEL4JzPmCK0C { display:block; }#WTyKg4EPAcUeli9g41suyEL4JzPmCK0C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F5DaLG7UTkW50UturbgEL8GSIl5ey3mI { width:41.5625rem;height:2.5rem;top:26.1875rem;left:6.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kIAe83JJl7vUp6dI1EBQZe8Bcs1fPkgH { width:34.8125rem;height:5.625rem;top:15rem;left:6.46875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yA1NXE6zbO8rZsZTuShHTke6TOhVUg9U { width:4.25rem;height:3rem;top:29.4375rem;left:0.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6mzJm2oC04aGtstOl4FZWv0r7zTOre2 { width:3.75rem;height:3.75rem;top:29.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OpLbceO512WyvV0QtfWVeQf21bMgA293 { width:32.6875rem;height:6rem;top:30.0625rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bnl5OqPXAyTqqwlmuNpXXPkvryO6hp40 { width:32.6875rem;height:6rem;top:42.3125rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rSGTdnKXACbUbnmDOT4XWhWK9fxgI2PA { width:4.25rem;height:3rem;top:42.3125rem;left:0.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w4eCCIRvn0va3EwTJ8hOD2At9qmsLm8Q { width:3.75rem;height:3.75rem;top:41.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FZpBkrl3epRs1K2AmBRvwkKS8uTmOehg { width:41.5625rem;height:2.5rem;top:39.5625rem;left:5.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PGlyvhhw3mlqqE4iy8UFSclv1blHEULH { width:3.75rem;height:3.75rem;top:53.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E31dtmDkWuyv7zpFNC4aHXTEUb1v2yNb { width:32.6875rem;height:7.5rem;top:53.5625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xw40x5ZalT1zsvHupiALbcog21Ngp1SX { width:4.25rem;height:3rem;top:54.125rem;left:0.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Au97RoErBcG6Qhq0ke14mGQozpd9NdoU { width:41.5625rem;height:2.5rem;top:50.8125rem;left:5.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZlwc7D4XcL66tQ9Q6917ZI5bhABNJWT { width:47.75rem;height:5.25rem;top:5.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xw58li5L0CwxADxnTi1dECyDQZ7FkNmy { display:block; }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy > .row .container { width:47.75rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wQz9TL9c5K9ef0xGKyaaX9gmSTEIdxyF { width:27.5rem;height:30.75rem;top:16.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKX4tTUns6SNoCxEl6ox7nBl9u6w9KHN { width:27.5rem;height:9.625rem;top:9.875rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSS18wLpKiJATWG5QAd2TJayJ6uUmxNG { width:24.0625rem;height:4.5rem;top:13.125rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrDIqTfUqUGxgokFFmpDvS6PPgOW7AHS { width:22.0625rem;height:4.3125rem;top:21.75rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8  { width:19.25rem;height:auto;top:26.0625rem;left:13rem; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 {display:block;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 { width:19.25rem;height:auto;top:26.0625rem;left:13rem; }
 }@media only screen and (max-width: 1199px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #AHeFoaBICeJTfnogRTtlDsWsyDHcMFXo {  }
 }@media only screen and (max-width: 1199px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #vs5wVnCm0y65Dq4CSRUbKrIaBR3Zug1n {  }
 }@media only screen and (max-width: 1199px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #MnEf4x3IpsE2Q2rQoMawZ32hXUAgMCv8 {  }
 }@media only screen and (max-width: 1199px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #fyeGlfgonT7lLqw9MJqycykaGXd2olSU {  }
 }@media only screen and (max-width: 1199px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #ydXnHW6znGLReKFvhzVCxTg4D6kmrFh6 {  }
 }@media only screen and (max-width: 1199px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #gHPyR97XHM19gnSPzgkGs7CCmhbGOxHV {  }
 }@media only screen and (max-width: 1199px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #UoHHQxPwibV675CdENeSA3a0QlXfBPhv {  }
 }@media only screen and (max-width: 1199px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #ImriDyE8pKWfL1XG7iTMoA9lBMd7CStx {  }
 }@media only screen and (max-width: 1199px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #c2oZ5lRHwDAW2xSlR50PqzTWXWl1I7ex {  }
 }@media only screen and (max-width: 1199px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #ovZlKBwncQW5X9n7oDo9pTXcr6yPGJvH {  }
 }@media only screen and (max-width: 1199px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #kMgJVWiur2bqooPZ5P9s7F356VTOLuTW {  }
 }@media only screen and (max-width: 1199px) { #hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x { display:block; }#hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tf4XdWpyAIuJ1iZ5EzzoBtyNkrXFEsqF { width:34.9375rem;height:4.3125rem;top:6.4375rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fM2xVeapG41J3upIG1MIrxousgZEXPbA { width:37.5rem;height:28.125rem;top:6.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 { display:block; }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gzH64m57yM1EnREk2xdTvcheR4U7Eh3X { width:46.4375rem;height:9rem;top:5.1875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTBWGrBlaXDnRkSfwCy6QpqzzoH7miTn { width:19.5625rem;height:2.875rem;top:18.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd { display:block; }#mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cn9AzqKFHUVeJ0C6QJggCUKzzmI5uE8r { width:13.125rem;height:4.5rem;top:3.375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C66RDR4rUUkMN2ooxygqGHgsgQyRfdVW { width:13.125rem;height:1.5rem;top:4.75rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q7ZKCiq9zSt3VPtTAQxoVfJ5q21ibO3q { width:15.4375rem;height:4.5rem;top:3.375rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX { position:relative;z-index:auto;display:block; }#E1uQqCmcU8TW0vGaxVKOy047q7OHZ3lX > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekS9lAZyXwIph1y2X5l6HiwG5lvaTTeU { width:20rem;height:1.5rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0LRtSk4Q7vJxgwHz0CPXpSS4NAmSfM8 { width:13.5rem;height:2.25rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/YonlURPc/aquamarine_sofa_in_kids_room_PC3QAUU.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(69,82,178,0.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(69,82,178,0.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJnFWnwIxzs2lH8k7P0gqHr3QJgNqqNo { width:18.0625rem;height:6rem;top:39.25rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bL72EmuTqdQKUw4NQtz8fMhrh09tSLys { width:20rem;height:33.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N68wnyx8X9eedqBOpEgCQFEvObyq7ldB { width:18.75rem;height:14.5rem;top:16.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSlT9XJ8ACKeSJM3M3lCH1eggaoeFomP { top:1.3125rem;left:0rem;width:20rem;height:13.25rem;z-index:100005;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO { display:block; }#gsLyKhRDiPxAWvnew6zVqunIp7ZSLdZO > .row .container { width:20rem;height:104.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zD4UGt7mfm4uU4OtTLAdx9NS8y0ysEoD { width:18.875rem;height:50rem;top:3.0625rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbiAJzBAHHVJHt2GXdp1FS4HbQ9wIGue { width:18.0625rem;height:31rem;top:53.5rem;left:1.9375rem;font-size:1rem;display:block; }#EbiAJzBAHHVJHt2GXdp1FS4HbQ9wIGue li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PgJSD2oJ/check.png); }
 }@media only screen and (max-width: 763px) { #ghvavBK42wNmdgvmiM1aRcgIE7ncy9h9 { width:18.875rem;height:10.9375rem;top:86.8125rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIV7hytwyska8Q6QhNSKn4b8iGiNcC3c { width:19rem;height:3.4375rem;top:99.5rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWQTskXBkPgnOSGlC1yRFssICB6vHu1F { display:block; }
 }@media only screen and (max-width: 763px) { #xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 { display:block; }#xhvAqKf759zmhXkUmwiliGVlmEg2pIv1 > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsDId4HgNGeAoA0PpeUOuDTRDwl88VzB { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKKGvz8rTgbXpEMiINvENnHin6eylQyT { width:8.875rem;height:5.625rem;top:11.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX01FbPHggJ2QN2tApqWDTSlHLFgsvLP { width:11.5625rem;height:1.25rem;top:12.1875rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHamQzsvpbZ1L7Zzn2gZvMvil736ReT { width:11.5625rem;height:2.5625rem;top:13.625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl { display:block; }#JZGnRSTVIKZ8ymdEewrz6agg2o6P1ayl > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8yOSfJpUOqSf2VoPloQfRtZOTfyCWwy { width:20rem;height:13.3125rem;top:3.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZPHviMiaPqG9dve4oJiq4bKPFIshO6u { width:8.875rem;height:5.625rem;top:12.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v56SMQMEhkgIZeDlPd4DV2ZzbOUuG1Lr { width:11.5625rem;height:1.25rem;top:13.75rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xicUG4Wx3Io31UaJ5BeTXKzbtMB8JP72 { width:11.5625rem;height:2.5625rem;top:15.125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJOT0uCku1oFHn4khKTuGcfWmINsX8wz { display:block; }#PJOT0uCku1oFHn4khKTuGcfWmINsX8wz > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9Ot4wGfeBConHNPUUo9LEpl1CDIHOoM { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2Aqq94M1i5b4612RGf639wATEBzPgRN { width:8.875rem;height:5.625rem;top:10.8154296875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAptXoEZ1Jo9uBIv2TcgKtQPcIGSfnoT { width:11.5625rem;height:1.25rem;top:11.8154296875rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbDHU3qGqN85JhKMdbIZofv2Lt6C70q7 { width:11.5625rem;height:2.5625rem;top:13.0029296875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 { display:block; }#NHL7ygZbOtLPoc8CsbO2S5DRN7LAL4X6 > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glJKogafLRlsglW4TS4CHguSS07u8cgS { width:20rem;height:13.3125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcAeEkKwl6V6LHte5aoNAFiLLCQ1FcfB { width:8.875rem;height:5.625rem;top:12.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIbEafyWrU8bETqCKRT98hDqh3WT7Zqw { width:11.5625rem;height:1.25rem;top:13.75rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSlykbVG5IteVxMTttTOkC85J5hhfInL { width:11.5625rem;height:2.5625rem;top:14.875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 { display:block; }#MIMf5bdvumCNPiB4mtEt7NTgi0RLKcr4 > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piSf5gbuUTdbuo3EEQPRUMRPPE9nQh6D { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTAet1c3SPIhaZgv4BJM20f0nDfMsav9 { width:8.875rem;height:5.625rem;top:11.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bysSygRS7r2oSFbgRJdqiyuVWs7pR0uN { width:11.5625rem;height:1.25rem;top:12.125rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0bAumd2t2yVnyCtqd6ZaXVTtmO5c3Un { width:11.5625rem;height:2.5625rem;top:13.3125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ { display:block; }#PkrOThzRVBXKv1m9IPLhzBecZGdb7FLQ > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfBKKwxSBNTuBXU8p5Dbqf04dbNE3WNy { width:20rem;height:13.3125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhITeKLxKSzXhJmCpJ5pcSCShPZCoLvJ { width:8.875rem;height:5.625rem;top:12.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3HnQ3bbFUywxHsTkbxTZu3vNX8hqCBo { width:11.5625rem;height:1.25rem;top:13.4375rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQOtiTvn0Z1fT91AVL9FUxibwXoJ9ZyZ { width:11.5625rem;height:2.5625rem;top:14.5rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f { display:block; }#pZTK0w79NJnmLSD7JR4ghA4DWaxeal3f > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9iP2q67M04hIFbDDJyq79dKQoK58xeI { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBqI9MywX38JdJRZTLK1DD36CHdmAIup { width:8.875rem;height:5.625rem;top:11.4404296875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgRb8CfdTBibaGy0xQr0398UWe3u4owP { width:11.5625rem;height:1.25rem;top:12.5654296875rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f30QTTLH3TiHGnGiMD2VTc2GsQrG1X5i { width:11.5625rem;height:2.5625rem;top:13.6279296875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTyKg4EPAcUeli9g41suyEL4JzPmCK0C { display:block; }#WTyKg4EPAcUeli9g41suyEL4JzPmCK0C > .row .container { width:20rem;height:113.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5DaLG7UTkW50UturbgEL8GSIl5ey3mI { width:20rem;height:4rem;top:39.75rem;left:0rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kIAe83JJl7vUp6dI1EBQZe8Bcs1fPkgH { width:20rem;height:10.25rem;top:21.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA1NXE6zbO8rZsZTuShHTke6TOhVUg9U { width:4.25rem;height:2.5625rem;top:35.375rem;left:7.875rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w6mzJm2oC04aGtstOl4FZWv0r7zTOre2 { width:3.75rem;height:3.75rem;top:34.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpLbceO512WyvV0QtfWVeQf21bMgA293 { width:20rem;height:9rem;top:45.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnl5OqPXAyTqqwlmuNpXXPkvryO6hp40 { width:20rem;height:9rem;top:68.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSGTdnKXACbUbnmDOT4XWhWK9fxgI2PA { width:4.25rem;height:2.5625rem;top:59.4375rem;left:7.875rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w4eCCIRvn0va3EwTJ8hOD2At9qmsLm8Q { width:3.75rem;height:3.75rem;top:58.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZpBkrl3epRs1K2AmBRvwkKS8uTmOehg { width:20rem;height:4rem;top:63.375rem;left:0rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PGlyvhhw3mlqqE4iy8UFSclv1blHEULH { width:3.75rem;height:3.75rem;top:84rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E31dtmDkWuyv7zpFNC4aHXTEUb1v2yNb { width:20rem;height:10.5rem;top:96.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw40x5ZalT1zsvHupiALbcog21Ngp1SX { width:4.25rem;height:2.5625rem;top:84.625rem;left:7.875rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Au97RoErBcG6Qhq0ke14mGQozpd9NdoU { width:20rem;height:6rem;top:89.25rem;left:0rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NZlwc7D4XcL66tQ9Q6917ZI5bhABNJWT { width:20rem;height:10.5rem;top:4.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw58li5L0CwxADxnTi1dECyDQZ7FkNmy { display:block; }#xw58li5L0CwxADxnTi1dECyDQZ7FkNmy > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQz9TL9c5K9ef0xGKyaaX9gmSTEIdxyF { width:20rem;height:36.75rem;top:4.1875rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #UKX4tTUns6SNoCxEl6ox7nBl9u6w9KHN { width:20rem;height:8.5rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSS18wLpKiJATWG5QAd2TJayJ6uUmxNG { width:19.3125rem;height:6.1875rem;top:5.5625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDIqTfUqUGxgokFFmpDvS6PPgOW7AHS { width:18.8125rem;height:4.125rem;top:15.125rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-input-button { width:13.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.8125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;font-size:1rem;overflow:hidden;height:3.75rem; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 [class*="-text"]:-moz-placeholder { color:#aeaeae;font-weight:300;font-style:normal;font-size:0.875rem; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 [class*="-text"]::-moz-placeholder { color:#aeaeae;font-weight:300;font-style:normal;font-size:0.875rem; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 [class*="-text"]:-ms-input-placeholder { color:#aeaeae;font-weight:300;font-style:normal;font-size:0.875rem; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 [class*="-text"]::-webkit-input-placeholder { color:#aeaeae;font-weight:300;font-style:normal;font-size:0.875rem; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-container:first-of-type{padding-top:0;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .widget-container:last-of-type{padding-bottom:0;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8  { width:17.5rem;height:auto;top:20.4375rem;left:0rem; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 {display:block;}#fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 { width:17.5rem;height:auto;top:20.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #AHeFoaBICeJTfnogRTtlDsWsyDHcMFXo {  }
 }@media only screen and (max-width: 763px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #vs5wVnCm0y65Dq4CSRUbKrIaBR3Zug1n {  }
 }@media only screen and (max-width: 763px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #MnEf4x3IpsE2Q2rQoMawZ32hXUAgMCv8 {  }
 }@media only screen and (max-width: 763px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #fyeGlfgonT7lLqw9MJqycykaGXd2olSU {  }
 }@media only screen and (max-width: 763px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #ydXnHW6znGLReKFvhzVCxTg4D6kmrFh6 {  }
 }@media only screen and (max-width: 763px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #gHPyR97XHM19gnSPzgkGs7CCmhbGOxHV {  }
 }@media only screen and (max-width: 763px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #UoHHQxPwibV675CdENeSA3a0QlXfBPhv {  }
 }@media only screen and (max-width: 763px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #ImriDyE8pKWfL1XG7iTMoA9lBMd7CStx {  }
 }@media only screen and (max-width: 763px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #c2oZ5lRHwDAW2xSlR50PqzTWXWl1I7ex {  }
 }@media only screen and (max-width: 763px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #ovZlKBwncQW5X9n7oDo9pTXcr6yPGJvH {  }
 }@media only screen and (max-width: 763px) { #fTkGkrICxc5HyudRmq0QBt4p9IcHIKQ8 #kMgJVWiur2bqooPZ5P9s7F356VTOLuTW {  }
 }@media only screen and (max-width: 763px) { #hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x { display:block; }#hTl9ZrlN3gQmZxPLPV3cdf5c7O2APO3x > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tf4XdWpyAIuJ1iZ5EzzoBtyNkrXFEsqF { width:20rem;height:5.5rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM2xVeapG41J3upIG1MIrxousgZEXPbA { width:20rem;height:15rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 { display:block; }#LfhP06g0yM4zCH001MKJ2tWqPoHE9Vu4 > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzH64m57yM1EnREk2xdTvcheR4U7Eh3X { width:20rem;height:13.5rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTBWGrBlaXDnRkSfwCy6QpqzzoH7miTn { width:14.125rem;height:2rem;top:20.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd { display:block; }#mctgK6z2Fri3T8mRnMNS3zT0sxA3fQsd > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cn9AzqKFHUVeJ0C6QJggCUKzzmI5uE8r { width:13.125rem;height:4.5rem;top:1.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C66RDR4rUUkMN2ooxygqGHgsgQyRfdVW { width:13.125rem;height:1.5rem;top:7rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ZKCiq9zSt3VPtTAQxoVfJ5q21ibO3q { width:13.125rem;height:7.5rem;top:9.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }