.body {
  font-family: Gotham, sans-serif;
  font-size: 61.5%;
}

.loginform-label {
  margin-top: 0px;
  margin-bottom: 7px;
  border-color: #ff3400;
  border-radius: 6px;
  background-color: transparent;
  color: #220700;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}

.alert-p-blue {
  padding: 10px;
  border-radius: 6px;
  background-color: #d1ebff;
  color: #00324a;
  font-size: 1rem;
  line-height: 1.1rem;
}

.db-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ff3400;
}

.sidebar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #220700;
}

.sidebar-indik {
  width: 4px;
  height: 20px;
  margin-right: 10px;
  background-color: #ff3400;
}

.sidebar-indik.on {
  background-color: #220700;
}

.sidebar-link {
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar-link.on {
  color: #220700;
  font-weight: 500;
}

.logo {
  height: 61px;
  margin-bottom: 40px;
}

.cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  min-width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #ff3400;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 400;
}

.loginform-input2 {
  height: 50px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(57, 57, 57, 0.2);
  border-radius: 6px;
  background-color: #fff;
  color: #220700;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
}

.loginform-input2.textarea {
  height: 200px;
}

.loginform-submit2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #ff3400;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 400;
  text-align: center;
}

.loginform-submit2.sus {
  width: 100%;
}

.modal {
  position: fixed;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(34, 7, 0, 0.93);
}

.modalin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 600px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #fff;
}

.modalclosein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-closebut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 20px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff3400;
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.modal-contentblk {
  overflow: scroll;
  padding: 0px 20px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.modal-txt1 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.cta-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  min-width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3400;
  border-radius: 100px;
  background-color: #fff;
  color: #ff3400;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 400;
}

.sb-separator {
  height: 20px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modalin2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: auto;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #fff;
}

.modal-contentblk2 {
  overflow: hidden;
  padding: 0px 20px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.modal-answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sb-logo {
  width: 119px;
  padding-top: 20px;
  padding-left: 20px;
}

.sidebar-mobile-button {
  display: none;
}

.wrapper {
  min-height: 100vh;
  font-family: Gotham, sans-serif;
}

.fmenu {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff3400;
}

.navbar {
  width: 100%;
  background-color: #ff3400;
}

.brand {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.brand-logo {
  width: 130px;
}

.navlink {
  color: #fefafa;
  font-size: 0.9rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.navlink.phone {
  padding-left: 24px;
  background-image: url('../images/phone-white.svg');
  background-position: 0% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.navlink.user {
  padding-left: 24px;
  background-image: url('../images/user.svg');
  background-position: 0% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-sep {
  width: 1px;
  height: 22px;
  margin-right: 20px;
  margin-left: 15px;
  background-color: #fefafa;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fefafa;
  font-size: 2.1rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hero-h1b {
  color: #ff3400;
}

.button {
  padding: 15px 30px;
  border-radius: 6px;
  background-color: #ff9800;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button.reverse {
  border: 2px solid #ff9800;
  background-color: #fff;
  color: #ff9800;
}

.hero-t1 {
  margin-top: 12px;
  color: #fefafa;
  font-size: 0.8rem;
  font-weight: 400;
}

.hero-t1.b {
  color: #220700;
}

.content-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  min-height: 50px;
  margin: 80px auto 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text1 {
  margin-bottom: 10px;
  color: #220700;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.column1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column1.sep2 {
  padding-right: 39px;
  border-right: 1px solid rgba(34, 7, 0, 0.21);
}

.row1.m-b {
  margin-bottom: 40px;
}

.content-icon1 {
  margin-bottom: 20px;
}

.text2 {
  margin-bottom: 4px;
  color: #220700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: center;
}

.text3 {
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
}

.text-block-2 {
  color: #ff3400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 700;
  text-align: left;
}

.content-blk2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 189px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blk-orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff3400;
}

.content-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fefafa;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.av-ico-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text4 {
  margin-bottom: 4px;
  color: #fefafa;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.but1 {
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #220700;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 500;
}

.blk-brown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #220700;
}

.text6 {
  margin-bottom: 19px;
  color: #fefafa;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.text7 {
  margin-bottom: 20px;
  color: #ff9800;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 500;
  text-align: center;
}

.ul1 {
  width: auto;
  margin-top: 0px;
  color: #fefafa;
  font-size: 1.4rem;
  font-weight: 500;
}

.li1 {
  margin-bottom: 13px;
  padding-left: 41px;
  background-image: url('../images/check-yellow.svg');
  background-position: 0% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.but2 {
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #ff9800;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 500;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-t1 {
  margin-bottom: 30px;
  color: #220700;
  font-size: 1rem;
  font-weight: 500;
}

.footer-link1 {
  margin-bottom: 10px;
  padding-left: 30px;
  color: #220700;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.footer-link1.phone {
  background-image: url('../images/phone-orange.svg');
  background-position: 0% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.footer-link1.email {
  background-image: url('../images/mail-orange.svg');
  background-position: 0% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.footer-address {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.3rem;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.offer-t1 {
  margin-bottom: 30px;
  color: #ff3400;
  font-size: 2.2rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.content-blk3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 204px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offer-p-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offer-p-t1 {
  color: #ff3400;
  font-size: 3.7rem;
  line-height: 3.7rem;
  font-weight: 500;
}

.offer-p-t2 {
  margin-top: 2px;
  color: #ff3400;
  font-size: 1.9rem;
  line-height: 1.8rem;
  font-weight: 500;
}

.offer-p-t3 {
  color: #ff3400;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 500;
}

.offer-ul {
  height: 230px;
  padding-left: 0px;
  color: #220700;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.offer-li {
  margin-bottom: 11px;
  padding-left: 34px;
  background-image: url('../images/check-orange.svg');
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.offer-li.bold {
  color: #ff3400;
  font-weight: 500;
}

.row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-h2b {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #fefafa;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: center;
}

.offer-ico1 {
  width: 140px;
  margin-bottom: 41px;
}

.content-h2c {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #fefafa;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: center;
}

.offer-li2 {
  margin-bottom: 11px;
  padding-left: 34px;
  background-image: url('../images/check-black.svg');
  background-position: 0% 0%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.offer-ul2 {
  margin-bottom: 40px;
  padding-left: 0px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.offer-li2small {
  font-size: 1rem;
  line-height: 1.2rem;
}

.suscribe-form {
  width: 400px;
  padding: 30px;
  border-radius: 20px;
  background-color: #f1f1f1;
}

.hero2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  min-height: 50px;
  margin: 0px auto 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero2-l {
  padding-right: 25px;
}

.hero2-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid rgba(34, 7, 0, 0.21);
}

.li2 {
  margin-bottom: 10px;
  padding-left: 41px;
  background-image: url('../images/check-orange.svg');
  background-position: 0% 0%;
  background-size: 28px;
  background-repeat: no-repeat;
  color: #1f1f1f;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.hero3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  min-height: 50px;
  margin: 80px auto 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text1b {
  margin-bottom: 10px;
  color: #220700;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-align: left;
}

.form-error {
  margin-top: -16px;
  padding: 9px;
  border-radius: 6px;
  background-color: rgba(255, 0, 0, 0.16);
  color: #a70101;
  font-size: 0.9rem;
}

.form-link {
  margin-top: 10px;
  color: #ff3400;
  font-size: 0.9rem;
}

.text-block-3 {
  margin-top: 10px;
}

.form-link-con {
  margin-top: 10px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contentin {
  width: 960px;
  min-height: 100px;
}

.chart-t1 {
  margin-bottom: 23px;
  color: #220700;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: left;
}

.chart-t2 {
  color: #ff3400;
}

.welc-t2 {
  margin-bottom: 26px;
  color: #ff3400;
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-align: center;
}

.chart-t3 {
  color: #ff3400;
}

@media screen and (max-width: 991px) {
  .db-l {
    width: 100%;
    height: 60px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo {
    height: auto;
    margin-bottom: 0px;
  }

  .sb-logo {
    width: 39px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .sidebar-menu {
    display: none;
  }

  .sidebar-mobile-button {
    display: block;
  }

  .nav-menu {
    margin-top: 0px;
    padding-left: 15px;
    border-top: 1px solid #fff;
    background-color: #ff3400;
  }

  .menu-sep {
    display: none;
  }

  .hero-h1 {
    font-size: 1.9rem;
  }

  .content-blk {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text2 {
    font-size: 1.3rem;
  }

  .text-block-2 {
    margin-bottom: 20px;
  }

  .content-blk2 {
    height: 214px;
  }

  .content-h2 {
    font-size: 1.9rem;
  }

  .ul1 {
    width: auto;
  }

  .menu-mobile-icon {
    color: #fefafa;
    font-size: 2.9rem;
  }

  .offer-t1 {
    height: 64px;
  }

  .content-blk3 {
    height: 247px;
  }

  .content-h2b {
    font-size: 1.9rem;
  }

  .content-h2c {
    font-size: 1.9rem;
  }

  .menu-button {
    background-color: #ff3400;
  }

  .menu-button.w--open {
    background-color: #ff3400;
  }

  .hero2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero2-r {
    width: 70%;
    border-left-style: none;
  }

  .hero3 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text1b {
    text-align: center;
  }

  .content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .column1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column1.sep2 {
    margin-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
    border-right-style: none;
  }

  .text2 {
    font-size: 1.1rem;
  }

  .content-blk2 {
    height: auto;
    margin-bottom: 26px;
  }

  .offer-t1 {
    height: auto;
    margin-bottom: 20px;
  }

  .content-blk3 {
    height: auto;
    margin-bottom: 26px;
  }

  .offer-ul {
    height: auto;
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero2-r {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .loginform-submit2.sus {
    min-width: 100%;
  }

  .fmenu {
    height: auto;
  }

  .brand-logo {
    width: 109px;
  }

  .hero {
    padding-top: 40px;
  }

  .hero-h1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .text-block-2 {
    text-align: center;
  }

  .blk-orange {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-h2 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .but1 {
    text-align: center;
  }

  .text6 {
    font-size: 1.2rem;
  }

  .li1 {
    font-size: 1rem;
  }

  .content-h2b {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .content-h2c {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .suscribe-form {
    width: 100%;
  }

  .hero2-r {
    padding-left: 0px;
  }

  .li2 {
    font-size: 1rem;
  }

  .chart-t1 {
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: left;
  }

  .welc-t2 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}