body {
  background-color: #fff;
  font-family: Lora, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #dd783f;
  text-decoration: none;
}

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), color-stop(99%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), transparent 99%);
}

.navlink {
  display: inline-block;
  margin-right: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.menu-icon4 {
  display: inline-block;
  float: right;
  line-height: 13px;
}

.menu-button4 {
  display: block;
  margin-top: 0px;
  padding: 10px 8px 9px;
  float: right;
  border-radius: 2px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: hsla(0, 0%, 100%, 0.85);
}

.menu-button4:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.menu-button4.w--open {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.long-text4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #daa742;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.hero-content4 {
  margin-top: 60px;
  text-align: center;
}

.main-section4 {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.main-section4.dark5 {
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  background-color: #4d565d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 47, 56, 0.47)), color-stop(99%, rgba(35, 47, 56, 0.31))), url('../images/footer-bg.jpg');
  background-image: linear-gradient(180deg, rgba(35, 47, 56, 0.47), rgba(35, 47, 56, 0.31) 99%), url('../images/footer-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.main-section4.gray5 {
  background-color: #f8f8f8;
}

.thumbnail-wrapper7 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.thumbnail-wrapper7:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0px 1px, rgba(0, 0, 0, 0.09) 0px 2px 23px 0px;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blog-title7 {
  display: inline-block;
  margin-bottom: 6px;
  color: #101315;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.category-tag7 {
  position: absolute;
  left: 10px;
  top: 4px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.image-wrapper7 {
  position: relative;
  overflow: hidden;
}

.thumbnail-text7 {
  position: relative;
  overflow: hidden;
  height: 93px;
  padding: 13px;
  border-top: 1px solid #e5e5e5;
}

.thumbnail-date5 {
  display: inline-block;
  float: right;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumbnail-date5.lite6 {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.author-img6 {
  position: static;
  right: 10px;
  bottom: 10px;
  width: 26px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 60px;
}

.thumb-details7 {
  padding: 6px 13px;
  border-top: 1px solid #efefef;
  background-color: #fcfcfc;
}

.preview-text6 {
  overflow: hidden;
  height: 40px;
  font-family: Oxygen, sans-serif;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 19px;
}

.author-title5 {
  float: left;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title5.lite7 {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.section-heading44 {
  text-align: center;
}

.med-divider54 {
  display: block;
  width: 20%;
  height: 5px;
  margin: 0px auto 30px;
  border-radius: 10px;
  background-color: #dd783f;
  list-style-type: lower-alpha;
}

.med-divider54._154 {
  background-color: #dd783f;
}

.white45 {
  margin-top: 0px;
  color: #efefef;
  font-size: 23px;
  letter-spacing: 0px;
}

.white45._2222 {
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}

.form-wrappertr {
  display: block;
  width: 500px;
  margin: 20px auto 80px;
}

.fieldtr {
  width: 75%;
  height: 50px;
  float: left;
  border: 1px none #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #4d565d;
  font-size: 15px;
}

.submit-buttonrtr {
  width: 25%;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #dd783f;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Oxygen, sans-serif;
}

.submit-buttonrtr:hover {
  background-color: #dd783f;
}

.submit-buttonrtr:active {
  background-color: #5cc489;
}

.footer-sectionrtrrr {
  padding-top: 27px;
  padding-bottom: 27px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.12);
  background-color: rgba(0, 0, 0, 0.63);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#462c1e), to(#462c1e));
  background-image: linear-gradient(180deg, #462c1e, #462c1e);
}

.footer-linkrtrrr {
  display: inline-block;
  padding: 3px 0px 3px 20px;
  float: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 11px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-linkrtrrr:hover {
  color: #fff;
}

.thumbnail-imagerrr {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d6d6d6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-wrapperrrr {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.featured-wrapperrrr:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.featured-textgg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px 62px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(46%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.76)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.6) 46%, rgba(0, 0, 0, 0.76));
}

.featured-titlefgf {
  display: block;
  margin-bottom: 4px;
  padding-right: 20px;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  text-align: left;
}

.category-tag-2fg {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  padding: 7px 9px 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-descriptionfg {
  padding-right: 44px;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.featured-detailsfgf {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
}

.featured-imagefg {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-datefg {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: 10px;
  color: #999;
  line-height: 25px;
}

.blog-categorygf {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px;
  border-radius: 2px;
  color: #d25f7c;
  text-decoration: none;
  text-transform: uppercase;
}

.author-linkfg {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.author-linkfg:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.author-wrappergf {
  display: block;
  width: 70%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-namegf {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #353535;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.author-namegf:hover {
  color: #243039;
}

.inner-herogf {
  position: relative;
  height: 300px;
  padding-top: 125px;
  background-image: url('../images/bridges.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.author-picturegf {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 300px;
  margin-right: 25px;
  margin-bottom: 17px;
  float: left;
  border-radius: 6px;
}

.author-name-mainfg {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.authorbiofgf p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-linksfg {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0px;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.author-linksfg:hover {
  opacity: 1;
}

.social-wrappergfg {
  margin-bottom: 8px;
}

.hero-headerfgfg {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-thumbnailfgf {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.footer-logofgf {
  text-decoration: none;
}

.footer-logofgf.w--current {
  display: block;
  color: #fff;
}

.hero-blogfg {
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.smallest-dividergf {
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  background-color: #dedede;
}

.author-biogfg {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-biogfg p {
  font-size: 13px;
  line-height: 21px;
}

.social-linkfgf {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-linkfgf:hover {
  opacity: 0.45;
}

._78666 {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.featuredthumbnail67 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.nav-link67 {
  display: inline-block;
  margin-right: 10px;
  padding: 20px 11px 0px;
  border-bottom: 5px solid transparent;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-link67:hover {
  border-bottom-width: 5px;
  border-bottom-color: #dd783f;
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #462c1e;
}

.nav-link67:active {
  color: #462c1e;
}

.nav-link67:focus {
  color: #ff0505;
}

.nav-link67.w--current {
  opacity: 1;
  color: #fff;
}

.nav-link67.toggle76 {
  padding: 20px 20px 0px;
  -webkit-transition-duration: 350ms, 350ms;
  transition-duration: 350ms, 350ms;
}

.nav-link67.current67 {
  border-style: none none solid;
  border-bottom-width: 5px;
  border-bottom-color: #dd783f;
  border-radius: 5px;
  opacity: 1;
  color: #dd783f;
}

.nav-link67.current67:hover {
  color: #5cc489;
}

.nav-link67.drop76 {
  display: block;
  color: #243039;
}

.nav-link67.drop76:hover {
  color: #dd783f;
}

.nav-link67.phone76 {
  margin-top: 0px;
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 33px;
  font-weight: 400;
  text-align: right;
  text-transform: none;
}

.nav-link67.phone76:hover {
  border-bottom-style: none;
  color: #fff;
}

.nav-link67.phone76._276 {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.nav-link67.phone76._2222 {
  margin-right: 0px;
}

.nav-link67.logo-text76666 {
  width: 200px;
  height: 160px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
  color: #ffaa7a;
  font-size: 35px;
  line-height: 45px;
}

.nav-link67.logo-text76666:hover {
  border-bottom-style: none;
  color: #ffaa7a;
}

.view-all76 {
  margin-bottom: 13px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.full-divide76 {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #dedede;
}

.author-photo76 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 100%;
}

.social-icon767 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.category-section76 {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.category-link76 {
  display: block;
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #768088;
  text-align: center;
  text-decoration: none;
}

.category-link76:hover {
  background-color: #f0f0f0;
  color: #243039;
}

.dark-overlay76 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.23;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-shadow: none;
}

.footer-links76 {
  text-align: right;
}

.hero-wrapper76 {
  position: relative;
  z-index: 10;
}

.success-message76 {
  padding-top: 27px;
  border-radius: 3px;
  background-color: #5cc489;
  color: #fff;
}

.section-title76 {
  margin-top: 60px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
}

.section-title76._18888888888 {
  display: block;
  max-width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Muli, sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 1px 1px 6px #000;
}

.section-title76._38888888888 {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #243039;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.section-title76._4y8 {
  margin-top: 50px;
  color: #243039;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0px;
}

.section-title76._567u {
  margin-top: 50px;
  margin-bottom: 10px;
  color: #243039;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0px;
}

.section-title76._567u._1ggu {
  margin-top: 19px;
  color: #243039;
  letter-spacing: 0px;
}

.section-title76._6yu {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0px;
}

.blog-post-title78 {
  margin-top: 0px;
  margin-bottom: 7px;
}

.hrt6u {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar-2ujyt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -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: transparent;
}

.headinghu6 {
  font-family: Notosansmalayalam, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.dropdown-listhiu.w--open {
  background-color: #fff;
}

.container-25y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: center;
}

.columny5r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.column-2h5 {
  background-color: transparent;
}

.rowh5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -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: transparent;
}

.column-3h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.brandh5 {
  padding-bottom: 0px;
}

.logo-texth5 {
  margin-top: 0px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
}

.button-2h5 {
  margin-top: 6px;
  border: 5px solid transparent;
  border-radius: 5px;
  background-color: #34f34c;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.button-2h5:hover {
  background-color: #dd783f;
  color: #fff;
}

.button-2h5:active {
  border-color: #5cc489;
  background-color: #5cc489;
}

.button-2h5._2h5 {
  display: block;
  width: 150px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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: #26dd75;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}

.button-2h5._2h5:hover {
  background-color: #dd783f;
}

.button-2h5._878h5 {
  margin-top: 50px;
}

.row-2h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(249, 161, 24, 0.81);
}

.div-blockh5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  -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;
  border: 1px solid #fff;
  border-radius: 150px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.div-blockh5:hover {
  border-color: #dd783f;
  background-color: #dd783f;
}

.div-blockh5:active {
  border-color: #5cc489;
  background-color: #5cc489;
}

.image {
  margin-top: 0px;
  margin-bottom: 0px;
}

.column-4 {
  display: none;
  -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;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 11px 0px 12px;
  -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;
}

.image-2 {
  margin-bottom: 0px;
}

.div-block-2 {
  margin-top: 0px;
  padding: 0px 30px;
  background-color: transparent;
  background-image: none;
}

.div-block-3 {
  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;
  -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;
  text-align: center;
}

.text-block {
  font-family: Oxygen, sans-serif;
  color: #243039;
  font-size: 18px;
  text-align: center;
}

.div-block-4 {
  text-align: center;
}

.div-block-5 {
  text-align: center;
}

.div-block-6 {
  text-align: center;
}

.div-block-7 {
  text-align: center;
}

.div-block-8 {
  text-align: center;
}

.div-block-9 {
  text-align: center;
}

.div-block-10 {
  text-align: center;
}

.text-spano8 {
  color: #dd783f;
}

.column-6 {
  text-align: center;
}

.column-7 {
  text-align: center;
}

.div-block-13 {
  margin-top: 0px;
  margin-right: -30px;
  margin-left: -30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/tekstura-fon-derevo-korichnevyy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/tekstura-fon-derevo-korichnevyy.jpg');
  background-position: 0px 0px, 0px 0px;
}

.text-block-3 {
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 20px;
}

.div-block-14 {
  padding-bottom: 0px;
  text-align: center;
}

.div-block-16 {
  padding-right: 30px;
  padding-left: 30px;
}

.div-block-17 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/sborka_4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-18 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/otdelka-doma-blok-hausom.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-19 {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/foto-vnutrenney-otdelki-derevyannogo-doma.jpg');
  background-position: 0px 0px;
  background-size: 300px;
}

.div-block-20 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/otrezannye-tortsy-vsegda-temnye-iz-za-togo-chto-na-material-vozdeystvuet-vysokaya-temperatura.jpg');
  background-position: 50% 64%;
  background-size: cover;
}

.div-block-21 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/zavershauschiy-etap2.jpg');
  background-position: 50% 92%;
  background-size: cover;
}

.heading-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 500ms ease, opacity 200ms ease;
  transition: all 500ms ease, opacity 200ms ease;
  color: #fff;
  text-align: center;
}

.heading-2:hover {
  background-color: transparent;
}

.row-3 {
  margin-bottom: 20px;
}

.link-block-2 {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.link-block-2:hover {
  background-color: rgba(0, 0, 0, 0.49);
}

.link-block-3 {
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.link-block-3:hover {
  background-color: rgba(0, 0, 0, 0.49);
}

.link-block-4 {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.link-block-4:hover {
  background-color: rgba(0, 0, 0, 0.49);
  color: #fff;
}

.link-block-5 {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.link-block-5:hover {
  background-color: rgba(0, 0, 0, 0.49);
}

.link-block-6 {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.link-block-6:hover {
  background-color: rgba(0, 0, 0, 0.49);
}

.div-block-22 {
  width: 25%;
  text-align: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-24 {
  margin-top: 0px;
  margin-right: -30px;
  margin-left: -30px;
  background-image: none;
  background-position: 0px 0px;
}

.sending-form {
  margin-bottom: 0px;
}

.container-4 {
  padding: 20px 200px 50px;
}

.field-label-2o8 {
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
}

.text-block-4 {
  color: #fff;
  text-align: left;
}

.link {
  font-family: Oxygen, sans-serif;
  color: #fff;
  text-decoration: underline;
}

.link:hover {
  color: #fff;
}

.container-5 {
  padding: 50px 200px;
}

.div-block-25 {
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/Doma-iz-otsilindrovannogo-brevna-Izhevsk-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/Doma-iz-otsilindrovannogo-brevna-Izhevsk-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-4 {
  box-shadow: 1px 1px 3px 0 #000;
}

.column-10o8 {
  display: none;
}

.text-block-58o {
  font-family: Oxygen, sans-serif;
  color: #243039;
  font-size: 18px;
  text-align: center;
}

.o888888 {
  font-family: Oxygen, sans-serif;
  color: #243039;
  font-size: 18px;
  text-align: center;
}

.text-block-7o8 {
  font-family: Oxygen, sans-serif;
  color: #243039;
  font-size: 18px;
  text-align: center;
}

.text-block-8o8 {
  margin-left: 15px;
  font-family: Oxygen, sans-serif;
  color: #243039;
  font-size: 18px;
  text-align: center;
}

.column-13 {
  position: static;
}

.row-5 {
  margin-bottom: 30px;
}

.text-span-2o8 {
  font-size: 20px;
}

.column-18 {
  display: block;
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: left;
}

.text-block-10 {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.text-block-10:hover {
  text-decoration: none;
}

.row-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #fff;
}

.column-19 {
  text-align: right;
}

.link-2 {
  color: #fff;
  font-size: 15px;
}

.link-2:hover {
  color: #fff;
}

.link-3 {
  color: #fff;
  text-decoration: underline;
}

.link-3:hover {
  color: #fff;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  text-decoration: underline;
}

.link-4:hover {
  color: #fff;
  text-decoration: none;
}

.column-20 {
  position: static;
  display: block;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-11 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.text-block-12 {
  font-size: 15px;
}

.text-block-13 {
  font-family: Oxygen, sans-serif;
  color: #243039;
  font-size: 18px;
}

.text-block-14 {
  font-family: Oxygen, sans-serif;
  color: #243039;
  font-size: 18px;
}

.text-block-15 {
  font-family: Oxygen, sans-serif;
  color: #243039;
  font-size: 18px;
}

.text-block-16 {
  font-family: Oxygen, sans-serif;
  color: #243039;
  font-size: 18px;
}

.text-block-17 {
  font-family: Oxygen, sans-serif;
  color: #243039;
  font-size: 18px;
}

.text-block-18 {
  font-family: Oxygen, sans-serif;
  color: #243039;
  font-size: 18px;
}

.text-block-19 {
  font-family: Oxygen, sans-serif;
  color: #243039;
  font-size: 18px;
}

.div-block-26 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 111111;
  display: none;
  background-color: rgba(0, 0, 0, 0.73);
}

.container-6 {
  padding: 60px 116px;
}

.button-3 {
  margin-bottom: 20px;
  float: right;
  background-color: #dd783f;
}

.button-3:hover {
  background-color: #af4b12;
  color: #fff;
}

.image-5 {
  margin-bottom: 50px;
  box-shadow: 1px 1px 3px 0 #000;
}

.row-8 {
  margin-bottom: 10px;
}

.container-7 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
}

.container-8 {
  padding-bottom: 30px;
  background-color: transparent;
}

.container-9 {
  padding-bottom: 0px;
  background-color: transparent;
}

.heading-3 {
  margin-top: 50px;
  color: #243039;
  font-size: 35px;
  text-align: center;
}

.heading-4 {
  margin-top: 0px;
  color: #243039;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}

.row-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

.section {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(29%, transparent), color-stop(53%, hsla(0, 0%, 93.3%, 0.04)), color-stop(63%, rgba(58, 58, 58, 0.01)), color-stop(76%, transparent), color-stop(100%, rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.57)));
  background-image: linear-gradient(180deg, transparent 29%, hsla(0, 0%, 93.3%, 0.04) 53%, rgba(58, 58, 58, 0.01) 63%, transparent 76%, rgba(0, 0, 0, 0.63) 100%, rgba(0, 0, 0, 0.57));
}

.column-21 {
  padding-left: 0px;
}

.link-block-7 {
  text-align: center;
}

.link-block-8 {
  text-align: center;
}

.column-23 {
  display: none;
  -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;
}

.row-11oi {
  margin-bottom: 20px;
}

.section-2oi {
  display: block;
}

.image-6 {
  box-shadow: 1px 1px 3px 0 #000;
}

.image-7 {
  box-shadow: 1px 1px 3px 0 #000;
}

.image-8 {
  box-shadow: 1px 1px 3px 0 #000;
}

.image-9oi {
  box-shadow: 1px 1px 3px 0 #000;
}

.form-blockoi {
  margin-left: 0px;
  padding: 27px 23px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63));
}

.text-fieldoi {
  height: 25px;
}

.text-field-2oi {
  height: 25px;
}

.textareaoi {
  height: 35px;
}

.div-block-28oi {
  background-color: #462c1e;
}

.container-10oi {
  text-align: right;
}

.div-block-29oi {
  background-color: rgba(70, 44, 30, 0.59);
}

.row-13oi {
  max-width: 100%;
}

.column-26oi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.container-11io {
  display: block;
  text-align: left;
}

.nav-menu {
  font-size: 20px;
}

.text-block-20 {
  margin-right: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.text-block-21 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.txt-adler-wbf {
  font-family: Oxygen, sans-serif;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
}

.span-red-wbf {
  color: #ff0505;
  font-weight: 700;
}

.h5-colors-wbf {
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.div-flex-wbf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.div-color-wbf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19%;
  margin-bottom: 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;
  font-family: Oxygen, sans-serif;
  font-weight: 400;
  text-align: center;
}

.div-img-color {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.div-img-color._1 {
  margin-bottom: 10px;
  background-image: url('../images/color1_1color1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-color._2 {
  background-image: url('../images/color2_1color2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-color._3 {
  background-image: url('../images/color3_1color3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-color._4 {
  background-image: url('../images/color4_1color4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-color._5 {
  background-image: url('../images/color5_1color5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-color._6 {
  background-image: url('../images/color6_1color6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-color._7 {
  background-image: url('../images/color7_1color7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-color._8 {
  background-image: url('../images/color8_1color8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-color._9 {
  background-image: url('../images/color9_1color9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-color._10 {
  background-image: url('../images/color10_1color10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.txt-name-wbf {
  margin-top: 0px;
}

.txt-name-wbf._2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.txt-art-wbf {
  color: #ff0505;
  font-size: 12px;
}

.par-prim-wbf {
  padding-left: 45px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.div-1-adler {
  margin-top: 0px;
  padding-top: 30px;
  background-image: url('../images/Ramsauer.jpg');
  background-position: 100% 100%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  height: 100vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  background-color: transparent;
  font-family: Muli, sans-serif;
}

.text-span {
  font-family: Muli, sans-serif;
  color: #ff0505;
  font-size: 100px;
  font-weight: 800;
  text-shadow: 1px 1px 0 #fff;
}

.image-9 {
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), hsla(0, 0%, 100%, 0));
}

.icon {
  margin-top: 20px;
  margin-right: -19px;
}

.image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.image-section.last-section {
  margin-bottom: 100px;
}

.image-section.right {
  margin-top: 140px;
}

.home-second-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -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;
}

.leftimage {
  box-shadow: 10px 10px 40px 10px rgba(0, 0, 0, 0.19);
}

.leftimage.right {
  box-shadow: -10px -10px 40px 10px rgba(0, 0, 0, 0.19);
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.willkommmen {
  margin-bottom: 20px;
  font-size: 32.5px;
  font-weight: 400;
}

.willkommmen.bottom {
  margin-top: 10px;
}

.willkommen-devider {
  display: none;
  width: 20%;
  height: 2px;
  margin-top: 10px;
  background-color: #ccd929;
  box-shadow: none;
}

.slider-heading-1 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(204, 217, 41, 0.78);
}

.slider-heading-1.heading-2 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: rgba(200, 195, 201, 0.66);
}

.slider-heading-1.heading-2.h1s2 {
  left: 14%;
  top: auto;
  right: auto;
  bottom: 22%;
  margin-top: 8px;
  margin-left: 60px;
}

.slider-heading-1.h1s1 {
  left: 10%;
  top: auto;
  right: auto;
  bottom: 30%;
}

.slider-heading-1.h1s1._3d {
  margin-top: 5px;
  margin-left: 100px;
}

.divider-shade {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 10px;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ccd929, #fff);
}

.divider-shade.small {
  height: 3px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.slider-heading-block {
  position: absolute;
  left: 14%;
  top: auto;
  right: auto;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 5px;
  -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;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-shadow: 1px 1px 2px #000;
}

.slider-heading-block.hs3 {
  left: 30%;
  bottom: 0%;
}

.slider-heading-block.hs2 {
  left: 0%;
}

.hi-highlight {
  font-family: Muli, sans-serif;
  color: red;
  font-size: 58px;
  line-height: 58px;
  font-weight: 800;
  text-shadow: 2px 0 0 #c4dd0a;
}

.bold-text {
  font-weight: 600;
}

.left-image-heading-1 {
  position: absolute;
  left: 35%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(204, 217, 41, 0.73);
}

.left-image-heading-1._3rd-sec {
  bottom: 5%;
  display: none;
}

.welcome-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  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: 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;
}

.paragraph {
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.left-image-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  padding-left: 60px;
  -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;
}

.left-image-right-div.left {
  padding-right: 40px;
  padding-left: 0px;
}

.heading-9 {
  text-align: center;
}

.left-image-div {
  position: relative;
  width: 70%;
  margin-left: -100px;
}

.left-image-div.right {
  margin-right: -100px;
  margin-left: 0px;
}

.text-span-2 {
  font-weight: 600;
}

.slider-heading {
  position: static;
  left: 11%;
  top: auto;
  right: auto;
  bottom: 6%;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
}

.div-block-27 {
  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;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed {
  margin-bottom: -10px;
}

.popup-1st-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.popup-close {
  position: absolute;
  left: auto;
  top: -20px;
  right: 20px;
  bottom: auto;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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: #fff;
  cursor: pointer;
}

.popup-close:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 84, 92, 0.82)), to(transparent));
  background-image: linear-gradient(180deg, rgba(77, 84, 92, 0.82), transparent);
  color: #fff;
}

.close-button {
  font-size: 20px;
  line-height: 20px;
}

.div-block-28 {
  width: 100%;
  max-width: 1080px;
  margin-top: 0px;
  padding: 20px 40px 40px;
  border-left: 4px none #4d545c;
  border-radius: 5px;
  box-shadow: none;
}

.div-block-29 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.kontact-form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(77, 84, 92, 0.26);
}

.submit-button {
  margin-top: 20px;
  background-color: #4d545c;
}

.div-block-30 {
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hide {
  display: none;
}

.div-block-31 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 8000;
}

html.w-mod-js *[data-ix="navbar"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hero-text-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

html.w-mod-js *[data-ix="view-more"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="down"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hover"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-section4 {
    padding: 40px 10px;
  }
  .main-section4.dark5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .preview-text6 {
    overflow: hidden;
    max-height: 40px;
  }
  .section-heading44 {
    display: block;
    text-align: center;
  }
  .submit-buttonrtr {
    width: 30%;
  }
  .footer-sectionrtrrr {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-textgg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 70px;
  }
  .featured-titlefgf {
    font-size: 23px;
  }
  .category-tag-2fg {
    z-index: 10;
  }
  .featured-descriptionfg {
    overflow: hidden;
    max-height: 55px;
    padding-right: 0px;
    font-size: 17px;
    line-height: 23px;
  }
  .blog-thumbnailfgf {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .featuredthumbnail67 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-link67.phone76 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
  }
  .nav-link67.logo-text76666 {
    font-size: 25px;
  }
  .nav-link67.toggle {
    display: block;
  }
  .section-title76 {
    font-size: 15px;
  }
  .section-title76._38888888888 {
    margin-top: 60px;
  }
  .section-title76._567u {
    margin-top: 30px;
    font-size: 18px;
  }
  .section-title76._567u._1ggu {
    margin-top: 0px;
  }
  .navbar-2ujyt {
    padding-bottom: 0px;
  }
  .headinghu6 {
    line-height: 60px;
  }
  .menu-button-2ht6.w--open {
    background-color: rgba(77, 86, 93, 0.49);
  }
  .icont6 {
    color: #fff;
  }
  .nav-menu-2ht6 {
    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;
    -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: #4d565d;
  }
  .container-25y {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-3h5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .brandh5 {
    text-align: center;
  }
  .logo-texth5 {
    font-size: 15px;
  }
  .column-4 {
    display: none;
  }
  .div-block-16 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-2 {
    padding-top: 85px;
    padding-bottom: 85px;
    font-size: 15px;
  }
  .heading-2._2 {
    font-size: 15px;
  }
  .div-block-23 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-4 {
    min-width: 60%;
  }
  .column-10o8 {
    display: none;
  }
  .column-18 {
    display: none;
  }
  .div-1-adler {
    background-image: none;
  }
  .image-section {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-section.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .slider-heading-1.heading-2.h1s2 {
    left: 37%;
  }
  .slider-heading-1.h1s1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hi-highlight {
    text-align: center;
  }
  .left-image-right-div {
    width: 100vw;
    margin-top: 60px;
    padding-top: 20px;
    padding-left: 20px;
  }
  .left-image-right-div.left {
    padding-left: 10px;
  }
  .heading-9 {
    text-align: center;
  }
  .left-image-div {
    width: 100vw;
    margin-left: 0px;
  }
  .left-image-div.right {
    margin-right: 0px;
  }
  .column-24 {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-section4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-section4.dark5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .featured-textgg {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
  .featured-titlefgf {
    font-size: 27px;
  }
  .featured-descriptionfg {
    font-size: 18px;
  }
  .author-picturegf {
    width: 210px;
    margin-right: 13px;
    margin-bottom: 6px;
  }
  .authorbiofgf {
    font-size: 14px;
    line-height: 17px;
  }
  .blog-thumbnailfgf {
    width: 50%;
  }
  .featuredthumbnail67 {
    padding: 10px 0px;
  }
  .nav-link67.phone76 {
    font-size: 18px;
    line-height: 22px;
  }
  .success-message76 {
    padding-top: 28px;
    background-color: #5cc489;
    color: #fff;
    font-size: 18px;
  }
  .headinghu6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .brandh5 {
    padding-bottom: 0px;
  }
  .logo-texth5 {
    font-weight: 400;
  }
  .div-block-16 {
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 11px;
    padding-left: 11px;
  }
  .div-block-17 {
    background-position: 50% 50%;
  }
  .div-block-18 {
    background-position: 50% 50%;
  }
  .div-block-19 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .row-3 {
    margin-bottom: 0px;
  }
  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-4 {
    min-width: 20%;
  }
  .column-10o8 {
    display: block;
  }
  .text-block-58o {
    text-align: left;
  }
  .o888888 {
    text-align: left;
  }
  .text-block-7o8 {
    text-align: left;
  }
  .text-block-8o8 {
    text-align: left;
  }
  .txt-adler-wbf {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-color-wbf {
    width: 24%;
  }
  .slider-heading-block {
    font-size: 30px;
    line-height: 40px;
  }
  .hi-highlight {
    font-size: 36px;
    line-height: 42px;
  }
  .left-image-heading-1 {
    top: auto;
  }
  .heading-9 {
    text-align: center;
  }
  .slider-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .div-block-29 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }
  .column-24 {
    display: none;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .navbar {
    padding: 2px 15px 7px;
  }
  .menu-button4 {
    margin-top: 13px;
  }
  .long-text4 {
    margin-top: 0px;
  }
  .main-section4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .author-img6 {
    display: block;
  }
  .section-heading44 {
    display: block;
    font-size: 13px;
    text-align: center;
  }
  .med-divider54 {
    width: 60%;
  }
  .med-divider54._154 {
    margin-bottom: -5px;
  }
  .form-wrappertr {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .fieldtr {
    width: 100%;
    margin-bottom: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .submit-buttonrtr {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .footer-sectionrtrrr {
    position: relative;
  }
  .footer-linkrtrrr {
    display: block;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .featured-textgg {
    padding: 0px 15px 55px;
  }
  .featured-titlefgf {
    font-size: 18px;
  }
  .category-tag-2fg {
    left: 15px;
    top: 15px;
    padding: 6px;
  }
  .featured-descriptionfg {
    display: none;
  }
  .featured-detailsfgf {
    padding-right: 15px;
    padding-left: 15px;
  }
  .inner-herogf {
    height: 330px;
  }
  .author-picturegf {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-bottom: 2px;
    margin-left: auto;
    float: none;
    border-radius: 110px;
    text-align: center;
  }
  .author-name-mainfg {
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
  }
  .authorbiofgf {
    font-size: 14px;
    text-align: center;
  }
  .social-wrappergfg {
    text-align: center;
  }
  .hero-headerfgfg {
    font-size: 40px;
  }
  .blog-thumbnailfgf {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .footer-logofgf {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .footer-logofgf.w--current {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  ._78666 {
    width: 95%;
  }
  .featuredthumbnail67 {
    padding: 5px 0px;
  }
  .nav-link67 {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0.7;
    font-size: 17px;
    text-align: center;
  }
  .nav-link67.w--current {
    opacity: 1;
    color: #fff;
  }
  .nav-link67.phone76 {
    margin-right: 0px;
  }
  .nav-link67.phone76._276 {
    margin-right: 10px;
  }
  .logo76 {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .nav-menu76 {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: rgba(35, 47, 56, 0.92);
  }
  .close-x76 {
    position: absolute;
    left: 35px;
    top: 21px;
    right: 35px;
    display: block;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .section-title76._18888888888 {
    line-height: 25px;
  }
  .section-title76._38888888888 {
    font-size: 18px;
  }
  .section-title76._4y8 {
    font-size: 18px;
  }
  .section-title76._567u {
    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;
    -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;
    font-size: 18px;
    text-align: center;
  }
  .headinghu6 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .nav-menu-2ht6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .columny5r {
    -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;
  }
  .rowh5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-texth5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center;
  }
  .button-2h5._2h5 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row-2h5 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .column-4 {
    display: none;
  }
  .div-block-16 {
    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;
    -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;
    text-align: center;
  }
  .div-block-22 {
    width: 100%;
  }
  .div-block-23 {
    padding-right: 0px;
    padding-left: 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;
    text-align: center;
  }
  .row-4 {
    width: 100%;
    -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;
  }
  .column-10o8 {
    display: none;
  }
  .text-block-58o {
    text-align: center;
  }
  .o888888 {
    text-align: center;
  }
  .text-block-7o8 {
    text-align: center;
  }
  .text-block-8o8 {
    margin-left: 0px;
    text-align: center;
  }
  .column-13 {
    display: none;
  }
  .column-14 {
    display: none;
  }
  .column-15 {
    display: none;
  }
  .text-span-2o8 {
    font-size: 15px;
  }
  .column-16 {
    display: none;
  }
  .column-17 {
    display: none;
  }
  .column-18 {
    display: none;
  }
  .column-19 {
    text-align: center;
  }
  .column-20 {
    -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;
    text-align: center;
  }
  .div-block-26 {
    display: none;
  }
  .container-6 {
    padding: 7px 20px 37px;
  }
  .heading-4 {
    color: #243039;
    text-align: center;
  }
  .row-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-22 {
    text-align: center;
  }
  .container-10oi {
    text-align: center;
  }
  .div-block-29oi {
    padding-top: 60px;
  }
  .column-26oi {
    -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;
  }
  .column-27oi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .txt-adler-wbf {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-color-wbf {
    width: 49%;
  }
  .text-span {
    font-size: 70px;
  }
  .willkommmen {
    font-size: 30px;
  }
  .divider-shade {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .slider-heading-block {
    bottom: 0%;
    font-size: 15px;
    line-height: 30px;
  }
  .slider-heading-block.hs3 {
    left: 18%;
  }
  .slider-heading-block.hs2 {
    bottom: 0%;
  }
  .hi-highlight {
    font-size: 40px;
  }
  .left-image-heading-1 {
    left: 20px;
    top: auto;
    right: auto;
    bottom: 40px;
  }
  .left-image-right-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-heading {
    font-size: 15px;
    line-height: 30px;
  }
  .div-block-27 {
    width: 100vw;
  }
  .div-block-31 {
    position: static;
  }
  .column-24 {
    display: none;
  }
}

#issue.w-node-f45f6b5791a4-ebefca8c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 767px) {
  #issue.w-node-f45f6b5791a4-ebefca8c {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Notosansmalayalam';
  src: url('../fonts/NotoSansMalayalam-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Notosansmalayalam';
  src: url('../fonts/NotoSansMalayalam-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}