.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UqP7U400AZs/unsplash/milad-fakurian-UqP7U400AZs-photo-1600172454520-134a542a2255.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn.adaptive-delivery-prevent-bg, #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn.lazyload, #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn.lazyloading { background-image: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { background-color: transparent; background-image: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .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); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { border-width: 0; border-radius: 0; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container {  }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#T8S42SFAg1AVRIhqyvrW9qa3oDbhpqFn { color:#a9754d;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.18408203125rem;left:22.625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/178j8tJrNlc/unsplash/todd-kent-178j8tJrNlc-photo-1570129477492-45c003edd2be.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:6.75rem;font-weight:400;z-index:100001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem #a9754d;top:4.375rem;left:7.0625rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UqP7U400AZs/unsplash/milad-fakurian-UqP7U400AZs-photo-1600172454520-134a542a2255.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #a9754d;border-left:0.1875rem solid #a9754d;border-right:0.1875rem solid #a9754d;border-bottom:0.1875rem solid #a9754d;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:23.9375rem;width:24.375rem;top:14.8125rem;left:5.75rem;display:block; }#zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd.adaptive-delivery-prevent-bg, #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd.lazyload, #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd.lazyloading { background-image: none; }
#XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { color:#a9754d;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:17.8125rem;left:8rem;height:4.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dexwJUZlKA9iJ17Qev2nHF1Srs9pHEnO { color:#040000;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1;letter-spacing:0;top:24.3125rem;left:8rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cMqBhAoWM34G3tsh7ur3Pqef6OWG4C0G { color:rgba(16,16,16,0.7);display:block;width:6.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:26.4375rem;left:9.875rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zBTGs8vmctBBonR6JQX9RSHV6c5rn411 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.625rem;top:26.25rem;left:8rem;overflow:hidden;display:block; }
#x3BkWeIloks6yE2upsbeWdz7hy7eErKy { color:rgba(16,16,16,0.7);display:block;width:1.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:26.4375rem;left:18.25rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ObIcPTtlg1iuoRoJK6TiJO3d5gJefxVi { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.625rem;top:26.25rem;left:16.3125rem;overflow:hidden;display:block; }
#F1tGnBcasCrLnACg9N4oUVVc2gSZkyfK { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.625rem;top:26.25rem;left:20.5625rem;overflow:hidden;display:block; }
#MTkAJS7uV5K5qtZHkWgPcySKuWzxVC73 { color:rgba(16,16,16,0.7);display:block;width:1.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:26.4375rem;left:22.5rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lPgMsLiAZL3fznxAKxuSWfC3AJ8iXdc2 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.625rem;top:26.25rem;left:24.875rem;overflow:hidden;display:block; }
#ZmZ5KPTS9wgmEf0rve8CI1RBaOgGnE62 { color:rgba(16,16,16,0.7);display:block;width:1.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1;letter-spacing:0;top:26.4375rem;left:26.8125rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { position:absolute;display:block;z-index:100012;background-color:rgba(16,16,16,0.1);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;height:0.0625rem;width:20rem;top:29.375rem;left:7.8125rem;display:block; }
#LXrCcGVMm45h3egZTeiTtCh6ZhHAcBkS { color:#040000;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:100004;line-height:1;letter-spacing:0;top:32.375rem;left:8rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QJU5TbSJNc7ytmypQwaTgxXxl9VGggpi { color:#a9754d;display:block;width:11.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:32.0625rem;left:16rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-form-header {  }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#a9754d;width:24.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#a9754d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:24.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .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; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .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:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-container:first-of-type{padding-top:0;}#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-container:last-of-type{padding-bottom:0;}#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno  { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UqP7U400AZs/unsplash/milad-fakurian-UqP7U400AZs-photo-1600172454520-134a542a2255.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.9375rem;height:auto;border-top:0.1875rem solid #a9754d;border-left:0.1875rem solid #a9754d;border-right:0.1875rem solid #a9754d;border-bottom:0.1875rem solid #a9754d;z-index:100013;position:absolute;top:17.875rem;left:32.5625rem; }#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .adaptive-delivery-prevent-bg, #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .lazyload, #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .lazyloading { background-image: none; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.9375rem; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno {display:block;}#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UqP7U400AZs/unsplash/milad-fakurian-UqP7U400AZs-photo-1600172454520-134a542a2255.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.9375rem;height:auto;border-top:0.1875rem solid #a9754d;border-left:0.1875rem solid #a9754d;border-right:0.1875rem solid #a9754d;border-bottom:0.1875rem solid #a9754d;z-index:100013;position:absolute;top:17.875rem;left:32.5625rem; }#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno.adaptive-delivery-prevent-bg, #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno.lazyload, #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno.lazyloading { background-image: none; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #JxfPhkMTwIPPVOhqf14DcNpvsqC0lwm0 { position:relative; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #wDOhcMcN1JWIZXvKzeU64aaNxZ4rcMf3 { position:relative; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #EJANZAQBk1TkunKgJAxu3wyPCkgyMaWw { position:relative; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #enPgFEDth7HoqmcRrlAfazIOoyfPBt4L { position:relative; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #XkaAlaJ6cEakJFAC6xWUd2qp2Ds5vR4u { position:relative; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #Tn4D9bpBnUdu0PfwUFMPMibLPLPKWr5U { position:relative; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #goDI4fUuEESEVzCmVXrIo8SV8q7dwEyH { position:relative; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #BXMB6qOPwZDTh4sTlM7Ku142ObIbFxFC { position:relative; }
#FOxOfceTd3kSwsgPM0UG7IDqSCxlRS73 { color:#040000;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100004;line-height:1;letter-spacing:0;top:36rem;left:8rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ebe0;background-image:none;position:relative;display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { background-color: transparent; background-image: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .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); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { border-width: 0; border-radius: 0; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container {  }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { position:absolute;display:block;z-index:100000;background-color:#a9754d;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;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { color:#101010;display:block;width:26.3125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100002;line-height:1.1;letter-spacing:0;top:4.9375rem;left:2.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { color:#121111;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:5.25rem;left:29.125rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 li:before{  }
#eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { position:absolute;display:block;z-index:100005;border-top:0.25rem solid #a9754d;border-left:0.25rem solid #a9754d;border-right:0.25rem solid #a9754d;border-bottom:0.25rem solid #a9754d;height:15.0625rem;width:22.625rem;top:15rem;left:18.6875rem;overflow:hidden;display:block; }
#vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { position:absolute;display:block;z-index:100006;border-top:0.3125rem solid #f6f6f6;border-left:0.3125rem solid #f6f6f6;border-right:0.3125rem solid #f6f6f6;border-bottom:0.3125rem solid #f6f6f6;height:11.8125rem;width:15.75rem;top:16.625rem;left:0rem;overflow:hidden;display:block; }
#L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { position:absolute;display:block;z-index:100007;border-top:0.3125rem solid #f6f6f6;border-left:0.3125rem solid #f6f6f6;border-right:0.3125rem solid #f6f6f6;border-bottom:0.3125rem solid #f6f6f6;height:11.8125rem;width:13rem;top:16.4375rem;left:44rem;overflow:hidden;display:block; }
#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UqP7U400AZs/unsplash/milad-fakurian-UqP7U400AZs-photo-1600172454520-134a542a2255.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.adaptive-delivery-prevent-bg, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyload, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyloading { background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { border-width: 0; border-radius: 0; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container {  }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;position:relative;display:block; }#kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { position:absolute;display:block;z-index:100011;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;height:26.0625rem;width:17.375rem;top:5.4375rem;left:26.875rem;overflow:hidden;display:block; }
#RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { position:absolute;display:block;z-index:100012;border-top:0.3125rem solid #a9754d;border-left:0.3125rem solid #a9754d;border-right:0.3125rem solid #a9754d;border-bottom:0.3125rem solid #a9754d;height:12.875rem;width:19.375rem;top:13.5rem;left:40.625rem;overflow:hidden;display:block; }
#bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { position:absolute;display:block;z-index:100002;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;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:26.5625rem;width:24.375rem;top:5.375rem;left:0rem;display:block; }
#RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { color:#101010;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:8.1875rem;left:2.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { color:#a9754d;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100017;line-height:1;letter-spacing:0;top:11rem;left:2.3125rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { position:absolute;display:block;z-index:100026;background-color:rgba(16,16,16,0.1);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;height:0.0625rem;width:20rem;top:14.5rem;left:2.1875rem;display:block; }
#TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:16.1875rem;left:2.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q4A2DTNHSfJuCZS0sIci9lrSvLLqHWTp { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.55908203125rem;left:2.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HwaS1Qln2epsDAapGiLa0u91GOdbqdUA { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:22.5625rem;left:2.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CzHX30uSspR85miGTX0MtZQarZDLJotb { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:25.68115234375rem;left:2.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8S42SFAg1AVRIhqyvrW9qa3oDbhpqFn { width:14.75rem;height:1.375rem;top:1.125rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:16.5625rem;height:13.5rem;top:4.375rem;left:0.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { width:24.375rem;height:23.9375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { width:19.6875rem;height:4.5rem;top:17.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dexwJUZlKA9iJ17Qev2nHF1Srs9pHEnO { width:14.6875rem;height:1.125rem;top:24.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMqBhAoWM34G3tsh7ur3Pqef6OWG4C0G { width:6.875rem;height:1.125rem;top:26.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBTGs8vmctBBonR6JQX9RSHV6c5rn411 { width:1.625rem;height:1.5625rem;top:26.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3BkWeIloks6yE2upsbeWdz7hy7eErKy { width:1.25rem;height:1.125rem;top:26.4375rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObIcPTtlg1iuoRoJK6TiJO3d5gJefxVi { width:1.625rem;height:1.5625rem;top:26.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1tGnBcasCrLnACg9N4oUVVc2gSZkyfK { width:1.625rem;height:1.5625rem;top:26.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTkAJS7uV5K5qtZHkWgPcySKuWzxVC73 { width:1.25rem;height:1.125rem;top:26.4375rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPgMsLiAZL3fznxAKxuSWfC3AJ8iXdc2 { width:1.625rem;height:1.5625rem;top:26.25rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmZ5KPTS9wgmEf0rve8CI1RBaOgGnE62 { width:1.25rem;height:1.125rem;top:26.4375rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:20rem;height:0.0625rem;top:29.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXrCcGVMm45h3egZTeiTtCh6ZhHAcBkS { width:5.25rem;height:1.875rem;top:32.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJU5TbSJNc7ytmypQwaTgxXxl9VGggpi { width:11.75rem;height:2.5rem;top:32.0625rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-regular-label { width:24.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-text { width:24.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-textarea { width:24.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-select { width:24.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-button { width:24.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-checkbox-label { width:23.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno  { width:24.9375rem;height:auto;top:17.875rem;left:20.3125rem; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .radio-container { width:24.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno {display:block;}#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno { width:24.9375rem;height:auto;top:17.875rem;left:20.3125rem; }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #JxfPhkMTwIPPVOhqf14DcNpvsqC0lwm0 {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #wDOhcMcN1JWIZXvKzeU64aaNxZ4rcMf3 {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #EJANZAQBk1TkunKgJAxu3wyPCkgyMaWw {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #enPgFEDth7HoqmcRrlAfazIOoyfPBt4L {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #XkaAlaJ6cEakJFAC6xWUd2qp2Ds5vR4u {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #Tn4D9bpBnUdu0PfwUFMPMibLPLPKWr5U {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #goDI4fUuEESEVzCmVXrIo8SV8q7dwEyH {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #BXMB6qOPwZDTh4sTlM7Ku142ObIbFxFC {  }
 }@media only screen and (max-width: 763px) { #FOxOfceTd3kSwsgPM0UG7IDqSCxlRS73 { width:14.6875rem;height:1.125rem;top:36rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:26.3125rem;height:;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { width:27.8125rem;height:;top:5.25rem;left:19.9375rem;font-size:1rem;display:block; }#kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 li:before{  }
 }@media only screen and (max-width: 763px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:22.625rem;height:15.0625rem;top:15rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { width:15.75rem;height:11.8125rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { width:13rem;height:11.8125rem;top:16.4375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { width:17.375rem;height:26.0625rem;top:5.4375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { width:19.375rem;height:12.875rem;top:13.5rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:24.375rem;height:26.5625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { width:19.6875rem;height:;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { width:14.6875rem;height:1.125rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { width:20rem;height:0.0625rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { width:13.5rem;height:1.375rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4A2DTNHSfJuCZS0sIci9lrSvLLqHWTp { width:13.5rem;height:1.375rem;top:19.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwaS1Qln2epsDAapGiLa0u91GOdbqdUA { width:13.5rem;height:1.375rem;top:22.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzHX30uSspR85miGTX0MtZQarZDLJotb { width:13.5rem;height:1.375rem;top:25.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8S42SFAg1AVRIhqyvrW9qa3oDbhpqFn { width:11.9375rem;height:1.29980625rem;top:1.3125rem;left:5.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/178j8tJrNlc/unsplash/todd-kent-178j8tJrNlc-photo-1570129477492-45c003edd2be.jpg");background-position:center !important;background-repeat:no-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(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:18.75rem;height:6.125rem;top:1.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { width:20rem;height:23.375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { width:18.4375rem;height:4.2246125rem;top:10.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dexwJUZlKA9iJ17Qev2nHF1Srs9pHEnO { width:14.6875rem;height:1rem;top:16.5rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMqBhAoWM34G3tsh7ur3Pqef6OWG4C0G { width:5.0625rem;height:1rem;top:19.3125rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBTGs8vmctBBonR6JQX9RSHV6c5rn411 { width:1.625rem;height:1.5625rem;top:19.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3BkWeIloks6yE2upsbeWdz7hy7eErKy { width:1.25rem;height:1rem;top:19.3125rem;left:10.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ObIcPTtlg1iuoRoJK6TiJO3d5gJefxVi { width:1.625rem;height:1.5625rem;top:19.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1tGnBcasCrLnACg9N4oUVVc2gSZkyfK { width:1.625rem;height:1.5625rem;top:19.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTkAJS7uV5K5qtZHkWgPcySKuWzxVC73 { width:1.25rem;height:1rem;top:19.3125rem;left:15rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPgMsLiAZL3fznxAKxuSWfC3AJ8iXdc2 { width:1.625rem;height:1.5625rem;top:19.125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmZ5KPTS9wgmEf0rve8CI1RBaOgGnE62 { width:1.25rem;height:1rem;top:19.3125rem;left:18.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:20rem;height:0.0625rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXrCcGVMm45h3egZTeiTtCh6ZhHAcBkS { width:5.25rem;height:1rem;top:24rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJU5TbSJNc7ytmypQwaTgxXxl9VGggpi { width:11.75rem;height:1rem;top:24rem;left:7.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno  { width:17.5rem;height:auto;top:28.875rem;left:0rem; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno {display:block;}#TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno { width:17.5rem;height:auto;top:28.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #JxfPhkMTwIPPVOhqf14DcNpvsqC0lwm0 {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #wDOhcMcN1JWIZXvKzeU64aaNxZ4rcMf3 {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #EJANZAQBk1TkunKgJAxu3wyPCkgyMaWw {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #enPgFEDth7HoqmcRrlAfazIOoyfPBt4L {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #XkaAlaJ6cEakJFAC6xWUd2qp2Ds5vR4u {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #Tn4D9bpBnUdu0PfwUFMPMibLPLPKWr5U {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #goDI4fUuEESEVzCmVXrIo8SV8q7dwEyH {  }
 }@media only screen and (max-width: 763px) { #TrT3EbGVZqDVmT2g0q25kBt8RXbUrNno #BXMB6qOPwZDTh4sTlM7Ku142ObIbFxFC {  }
 }@media only screen and (max-width: 763px) { #FOxOfceTd3kSwsgPM0UG7IDqSCxlRS73 { width:14.6875rem;height:1rem;top:26.0625rem;left:2.84375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { width:9.25rem;height:10.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:18.75rem;height:4.125rem;top:6.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { width:20rem;height:1.5996125rem;top:16.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }#kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 li:before{  }
 }@media only screen and (max-width: 763px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:20rem;height:13.3125rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { width:15.75rem;height:11.8125rem;top:20.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { width:13rem;height:11.8125rem;top:52.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UqP7U400AZs/unsplash/milad-fakurian-UqP7U400AZs-photo-1600172454520-134a542a2255.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.adaptive-delivery-prevent-bg, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyload, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyloading { background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { width:11.5rem;height:17.4375rem;top:1.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { width:13rem;height:8.5625rem;top:7.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:20rem;height:26.5625rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { width:15.0625rem;height:2.11230625rem;top:26.875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { width:14.6875rem;height:1rem;top:29.9375rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { width:20rem;height:0.0625rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { width:13.5rem;height:1.29980625rem;top:34.3125rem;left:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4A2DTNHSfJuCZS0sIci9lrSvLLqHWTp { width:13.5rem;height:1.29980625rem;top:37.875rem;left:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwaS1Qln2epsDAapGiLa0u91GOdbqdUA { width:13.5rem;height:1.29980625rem;top:41.8125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzHX30uSspR85miGTX0MtZQarZDLJotb { width:13.5rem;height:1.29980625rem;top:47rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }