body {
  background: #fff;
  font-size: 1.125em;
  line-height: 1.875em;
  color: rgba(44, 48, 61, 0.85);
  font-family: 'Open Sans', sans-serif;
}

body.fp-responsive {
  -ms-touch-action: auto !important;
      touch-action: auto !important;
}

body.fp-responsive #fullpage {
  overflow: auto !important;
}

a {
  color: #006518;
}

a:hover {
  text-decoration: none;
}

a:focus {
  color: #006518;
}

a:active {
  color: #2C303D;
}

img {
  max-width: 100%;
}

.gFont {
  color: #8EC642;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 10px;
  border-radius: 10px;
}

/*  header
----------------------------------------------------*/
#header.headerDesk {
  background: #fff;
  border-right: 1px solid rgba(44, 48, 61, 0.1);
  position: fixed;
  width: 60px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  /*------- logo -------*/
  /*------- menu vertical -------*/
  /*------- Social Media -------*/
}

#header.headerDesk .logo {
  display: inline-block;
  z-index: 9;
}

#header.headerDesk .logo img {
  max-width: 100%;
}

#header.headerDesk .menu-outer {
  position: relative;
  height: 100vh;
  width: 60px;
}

#header.headerDesk .menu-outer .menu {
  position: absolute;
  width: 100vh;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(270deg) translatey(-50%);
          transform: rotate(270deg) translatey(-50%);
  -webkit-transform-origin: 0 0px;
          transform-origin: 0 0px;
}

#header.headerDesk .menu-outer .menu a {
  font-size: 0.75em;
  letter-spacing: 3.35px;
  padding: 10px;
  display: inline-block;
}

#header.headerDesk .menu-outer .menu i {
  margin-right: 10px;
}

#header.headerDesk .social-media {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}

#header.headerDesk .social-media .socialList {
  margin: 0 20px;
  padding: 15px 0;
}

#header.headerDesk .social-media .socialList:last-child {
  border-top: 1px solid #E7E8EB;
}

#header.headerDesk .social-media .socialList a {
  font-size: 1em;
  display: block;
  color: #2C303D;
}

/*  header mobile
----------------------------------------------------*/
#headerMob.headerMob {
  background: #fff;
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

#headerMob.headerMob nav.navbarMob .mobLogo a {
  display: inline-block;
}

#headerMob.headerMob nav.navbarMob .mobLogo a img {
  width: 150px;
}

#headerMob.headerMob.scrollUp {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "rubik", sans-serif;
  font-weight: 700;
}

h1 {
  line-height: 3.1875rem;
  font-size: 2rem;
  letter-spacing: 0.45px;
}

h2 {
  line-height: 3.1875rem;
  font-size: 2rem;
  letter-spacing: 0.45px;
}

#main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}

#main-menu.active {
  pointer-events: auto;
}

#main-menu.active .menu-container, #main-menu.active .menu-background {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: ease-out all 0.6s;
  transition: ease-out all 0.6s;
}

#main-menu .menu-container {
  width: 80%;
  height: 100%;
  position: absolute;
  background: white;
  z-index: 3;
  padding-top: 100px;
  padding-left: 20px;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-transition: ease-in all 0.6s;
  transition: ease-in all 0.6s;
}

@media (min-width: 577px) {
  #main-menu .menu-container {
    width: auto;
    padding-left: 110px;
    padding-right: 50px;
  }
}

#main-menu .menu-container .nav-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#main-menu .menu-container .nav-menu .nav-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#main-menu .menu-container .nav-menu .nav-item a {
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
}

#main-menu .menu-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: ease-in all 0.6s;
  transition: ease-in all 0.6s;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 60px;
}

.section .section_inner.cover .headline .headlineThumb {
  width: 300px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

.section .section_inner.cover .headline .headlineThumb img {
  width: 300px;
  max-width: 100%;
  margin: auto;
}

.section .section_inner.cover .headline .headlineTitle {
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.section .section_inner.cover .headline .headlineSub {
  text-align: center;
  margin-bottom: 20px;
}

.section .section_inner.cover .headline .buttoncta {
  display: inline-block;
  margin-top: 0px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  padding: 12px 18px;
  background: #8EC642;
  border: none;
  -webkit-box-shadow: 0px 4px 4px rgba(142, 198, 66, 0.33);
          box-shadow: 0px 4px 4px rgba(142, 198, 66, 0.33);
  -webkit-transition: .1s ease-in;
  transition: .1s ease-in;
  border-radius: 4px;
  margin: auto;
}

.section .section_inner.cover .headline .buttoncta i {
  margin-right: 12px;
}

.section .section_inner.cover .headline .buttoncta:hover {
  background: #84BC42;
  -webkit-box-shadow: 0px 0px 0px rgba(142, 198, 66, 0.33);
          box-shadow: 0px 0px 0px rgba(142, 198, 66, 0.33);
}

.section .section_inner.textDesc {
  padding-left: 100px;
  padding-right: 100px;
}

.section .section_inner.textDesc .headline .headlineTitle {
  max-width: 100%;
}

.section .section_inner.textDesc .headline .headlineThumb {
  max-width: 100%;
}

.section .section_inner.textDesc .headline .headlineSub {
  max-width: 100%;
}

.section .section_inner.textDesc .headline .headlineSub p {
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 0;
}

.section .aksen {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 1px;
}

.section .aksen .aksen1 {
  position: absolute;
}

.section .aksen .aksen2 {
  position: absolute;
}

#section3 .section_inner.textDesc, #section4 .section_inner.textDesc, #section5 .section_inner.textDesc, #section6 .section_inner.textDesc {
  position: relative;
  background-image: url("../../assets/img/Section2/Bg_section2.png") center center;
  background-size: cover;
}

#section3 .section_inner.textDesc .headline .headlineThumb, #section4 .section_inner.textDesc .headline .headlineThumb, #section5 .section_inner.textDesc .headline .headlineThumb, #section6 .section_inner.textDesc .headline .headlineThumb {
  margin: auto;
}

#section3 .section_inner.textDesc .headline .headlineSub p, #section4 .section_inner.textDesc .headline .headlineSub p, #section5 .section_inner.textDesc .headline .headlineSub p, #section6 .section_inner.textDesc .headline .headlineSub p {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.75rem;
}

#section3 .section_inner.textDesc .aksen, #section4 .section_inner.textDesc .aksen, #section5 .section_inner.textDesc .aksen, #section6 .section_inner.textDesc .aksen {
  width: 100%;
}

#section3 .section_inner.textDesc .aksen .aksen1, #section4 .section_inner.textDesc .aksen .aksen1, #section5 .section_inner.textDesc .aksen .aksen1, #section6 .section_inner.textDesc .aksen .aksen1 {
  left: 25px;
  bottom: 15px;
}

#section3 .section_inner.textDesc .aksen .aksen1 p, #section4 .section_inner.textDesc .aksen .aksen1 p, #section5 .section_inner.textDesc .aksen .aksen1 p, #section6 .section_inner.textDesc .aksen .aksen1 p {
  font-size: 0.75rem;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.3);
}

#section3 .section_inner.textDesc .aksen .aksen2, #section4 .section_inner.textDesc .aksen .aksen2, #section5 .section_inner.textDesc .aksen .aksen2, #section6 .section_inner.textDesc .aksen .aksen2 {
  display: none;
  right: 25px;
  bottom: 15px;
  text-align: right;
}

#section3 .section_inner.textDesc .aksen .aksen2 p, #section4 .section_inner.textDesc .aksen .aksen2 p, #section5 .section_inner.textDesc .aksen .aksen2 p, #section6 .section_inner.textDesc .aksen .aksen2 p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.3);
}

#section3 .section_inner.end .headline .headlineTitle, #section4 .section_inner.end .headline .headlineTitle, #section5 .section_inner.end .headline .headlineTitle, #section6 .section_inner.end .headline .headlineTitle {
  width: 800px !important;
}

#section3 .section_inner.end .headline .headlineTitle h2, #section4 .section_inner.end .headline .headlineTitle h2, #section5 .section_inner.end .headline .headlineTitle h2, #section6 .section_inner.end .headline .headlineTitle h2 {
  font-weight: 600 !important;
  font-size: 1.5rem !important;
  line-height: 2.75rem !important;
  font-family: "open sans", sans-serif;
  margin-bottom: 30px;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.owl-carousel.owl-loaded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.owl-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  bottom: 25px;
  width: 100%;
}

.owl-dots button.owl-dot {
  cursor: pointer;
  display: inline-block;
  height: 10px;
  width: 10px;
  background: rgba(220, 227, 210, 0.4);
  border-radius: 100%;
  padding: 5px;
  margin-left: 7px;
  margin-right: 7px;
  border: 0px;
  outline: none;
}

.owl-dots button.owl-dot.active {
  background: #FFB446;
}

.owl-dots button.owl-dot.active:focus {
  outline: none;
}

.sectionQuiz {
  background: #d0d859;
}

.sectionQuiz .section_inner iframe {
  position: relative;
  width: 95%;
  height: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* section1
------------------------------------------*/
#section1 {
  background: #FFFBD6 url(../../assets/img/Section1/Bg_section1.png) center center;
  background-size: cover;
}

#section1 .section_inner1 .headline .headlineTitle {
  width: 435px;
}

#section1 .section_inner1 .headline .headlineSub h2 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-family: 'open sans', sans-serif;
  font-weight: 600;
}

#section1 .aksen .aksen1 {
  width: 301px;
  left: 0;
  bottom: 0;
}

#section1 .aksen .aksen2 {
  width: 293px;
  right: 0;
  bottom: 0;
}

/* section2
------------------------------------------*/
#section2 {
  background: #80D1F3 url(../../assets/img/Section2/Bg_section2.png) center center;
  background-size: cover;
}

#section2 .section_inner .headline .headlineThumb {
  width: 445px;
  text-align: right;
}

#section2 .section_inner .headline .headlineTitle {
  width: 465px;
  margin-bottom: 20px;
  color: #2c303d;
  text-transform: uppercase;
}

#section2 .section_inner .headline .headlineSub {
  color: rgba(44, 48, 61, 0.85);
}

/* section3
------------------------------------------*/
#section3 .section_inner.cover {
  background: #FFB446;
  background-image: url(../../assets/img/Section3/Bg_section3.png);
  border-radius: 10px;
  margin-left: 60px;
  margin-right: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.85);
}

#section3 .section_inner.cover .headline {
  width: 100%;
}

#section3 .section_inner.cover .headline .headlineTitle {
  width: 479px;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#section3 .section_inner.cover .headline .headlineSub {
  color: #8F5300;
}

#section3 .section_inner.textDesc {
  background: #ffe5bf url("../../assets/img/pattern.png") center center;
  background-size: cover;
  border-radius: 10px;
  margin-left: 60px;
  margin-right: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section3 .aksen .aksen1 {
  left: 60px;
  bottom: 0;
  width: 250px;
}

#section3 .aksen .aksen2 {
  right: 60px;
  bottom: 0;
  width: 293px;
}

/* section4
------------------------------------------*/
#section4 .section_inner.cover {
  background: #e62c28;
  background-image: url(../../assets/img/Section4/Bg_section4.png);
  border-radius: 10px;
  margin-left: 60px;
  margin-right: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
}

#section4 .section_inner.cover .headline {
  width: 100%;
}

#section4 .section_inner.cover .headline .headlineThumb {
  width: 260px;
}

#section4 .section_inner.cover .headline .headlineThumb img {
  width: 260px;
}

#section4 .section_inner.cover .headline .headlineTitle {
  width: 600px;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#section4 .section_inner.textDesc {
  background: #ffcdce url("../../assets/img/pattern.png") center center;
  background-size: cover;
  border-radius: 10px;
  margin-left: 60px;
  margin-right: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section4 .owl-dots button.owl-dot.active {
  background: #e62c28;
}

#section4 .aksen .aksen1 {
  left: 0px;
  bottom: 0;
  width: 250px;
}

#section4 .aksen .aksen2 {
  right: 0px;
  bottom: 0;
  width: 270px;
}

/* section5
------------------------------------------*/
#section5 .section_inner.cover {
  position: relative;
  background: #3B3494 url(../../assets/img/Section5/Bg_section5.png) center center;
  background-size: cover;
  border-radius: 10px;
  margin-left: 60px;
  margin-right: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.85);
}

#section5 .section_inner.cover .headline {
  width: 100%;
}

#section5 .section_inner.cover .headline .headlineThumb {
  width: 260px;
}

#section5 .section_inner.cover .headline .headlineThumb img {
  width: 260px;
}

#section5 .section_inner.cover .headline .headlineTitle {
  width: 600px;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#section5 .section_inner.textDesc {
  background: #d7d4ff url("../../assets/img/pattern.png") center center;
  background-size: cover;
  border-radius: 10px;
  margin-left: 60px;
  margin-right: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section5 .owl-dots button.owl-dot.active {
  background: #3B3494;
}

#section5 .aksen .aksen1 {
  left: 0;
  bottom: 0;
  width: 242px;
}

#section5 .aksen .aksen2 {
  right: 0;
  bottom: 0;
  width: 308px;
}

/* section6
------------------------------------------*/
#section6 .section_inner.cover {
  position: relative;
  background: #FF859B url(../../assets/img/Section6/Bg_section6.png) center center;
  background-size: cover;
  border-radius: 10px;
  margin-left: 60px;
  margin-right: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.85);
}

#section6 .section_inner.cover .headline {
  width: 100%;
}

#section6 .section_inner.cover .headline .headlineThumb {
  width: 389px;
}

#section6 .section_inner.cover .headline .headlineTitle {
  width: 600px;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#section6 .section_inner.cover .headline .headlineSub {
  color: #922F41;
}

#section6 .section_inner.textDesc {
  background: #ffd0d9 url("../../assets/img/pattern.png") center center;
  background-size: cover;
  border-radius: 10px;
  margin-left: 60px;
  margin-right: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section6 .owl-dots button.owl-dot.active {
  background: #FF859B;
}

#section6 .aksen .aksen1 {
  left: 0;
  bottom: 0;
  width: 180px;
}

#section6 .aksen .aksen2 {
  right: 0;
  bottom: 0;
  width: 180px;
}

/* section7
------------------------------------------*/
#section7 {
  background: #D0D859 url(../../assets/img/Section9/Bg_section9.png) center center;
  background-size: cover;
}

#section7 .section_inner7 {
  padding: 60px;
}

#section7 .section_inner7 .rowGrid {
  margin-bottom: 70px;
}

#section7 .section_inner7 .rowGrid .headline {
  margin-bottom: 60px;
}

#section7 .section_inner7 .rowGrid .headline .headlineThumb {
  width: 95px;
  margin: auto;
  margin-bottom: 20px;
}

#section7 .section_inner7 .rowGrid .headline .headlineThumb img {
  width: 95px;
  max-width: 100%;
}

#section7 .section_inner7 .rowGrid .headline .headlineTitle {
  width: 150px;
  margin: auto;
  text-align: center;
}

#section7 .section_inner7 .rowGrid .headline .headlineTitle h3 {
  font-size: 1.125rem;
  line-height: 1.875rem;
}

#section7 .section_inner7 .rowGrid:last-child {
  margin-bottom: 0;
}

/* section8
------------------------------------------*/
#section8 {
  background: #dbe451 url(../../assets/img/Section10/Bg_section10.png) center center;
  background-size: cover;
}

#section8 .section_inner8 .rowGrid .headline {
  width: 100%;
}

#section8 .section_inner8 .rowGrid .headline .headlineThumb {
  width: 85px;
  margin: auto;
  margin-bottom: 20px;
}

#section8 .section_inner8 .rowGrid .headline .headlineTitle {
  text-align: center;
  color: #fff;
}

#section8 .section_inner8 .rowGrid .headline .headlineSub {
  width: 300px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  margin: auto;
}

#section8 .section_inner8 .rowGrid .item {
  border-radius: 10px;
  height: 100%;
  padding: 50px 20px;
}

#section8 .section_inner8 .rowGrid .item1 {
  background: #006518;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section8 .section_inner8 .rowGrid .item1 .headline {
  margin: auto;
}

#section8 .section_inner8 .rowGrid .item1 .headline .headlineThumb {
  width: 200px;
}

#section8 .section_inner8 .rowGrid .item1 .headline .headlineThumb img {
  width: 200px;
}

#section8 .section_inner8 .rowGrid .item2 {
  background: #8EC642;
}

#section8 .section_inner8 .rowGrid .item3 {
  background: #91DFEF;
}

#section8 .section_inner8 .rowGrid .item4 {
  background: #B7C22D;
}

#section8 .section_inner8 .rowGrid .item5 {
  background: #E75A57;
}

/* sectionQuiz
------------------------------------------*/
#quiz .section_innerQuiz {
  width: 100%;
}

#quiz .section_innerQuiz .typeform-widget {
  width: 100%;
  height: 100vh;
}

/* section9
------------------------------------------*/
#section9 {
  background: #C7E1A9 url(../../assets/img/Section9/Bg_section9.png) center center;
  background-size: cover;
}

#section9 .section_inner .headline .headlineThumb {
  width: 251px;
}

#section9 .section_inner .headline .headlineTitle {
  width: 500px;
  text-align: center;
}

#section9 .aksen .aksen1 {
  width: 226px;
  left: 0;
  bottom: 0;
}

#section9 .aksen .aksen2 {
  width: 286px;
  right: 0;
  bottom: 0;
}

/* section10
------------------------------------------*/
#section10 {
  background: #C7E1A9 url("../../assets/img/Section10/Bg_section10.png") center center;
  background-size: cover;
}

#section10 .section_inner {
  width: 700px;
  margin: auto;
  max-width: 100%;
  padding: 20px;
}

#section10 .section_inner .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

#section10 .section_inner .headline .headlineThumb {
  width: 75px;
}

#section10 .section_inner .headline .headlineThumb img {
  width: 75px;
}

#section10 .section_inner .headline .headlineTitle {
  padding-left: 15px;
  margin-bottom: 15px;
}

#section10 .section_inner .headline .headlineSub {
  padding-left: 15px;
}

#section10 .section_inner .headline:last-child {
  margin-bottom: 0;
}

#section10 .aksen {
  top: 0;
}

#section10 .aksen .aksen1 {
  left: 0;
  width: 226px;
}

#section10 .aksen .aksen2 {
  right: 0;
  width: 296px;
}

/* section11
------------------------------------------*/
#section11 {
  background: #F9F09B url("../../assets/img/Section11/Bg_section11.png") center center;
  background-size: cover;
}

#section11 .headline .headlineThumb {
  margin: auto;
  width: 246px;
  margin-bottom: 50px;
}

#section11 .headline .headlineTitle {
  margin: auto;
  text-align: center;
  width: 700px;
  text-transform: uppercase;
}

#section11 .aksen .aksen1 {
  width: 295px;
  bottom: 0px;
  left: 0px;
}

#section11 .aksen .aksen2 {
  width: 244px;
  bottom: 0px;
  right: 0px;
}

/* section12
------------------------------------------*/
#section12 {
  background: #F9F09B url("../../assets/img/Section12/bg_section12.png") center center;
  background-size: cover;
}

#section12 .headline .headlineTitle {
  margin: auto;
  text-align: center;
}

#section12 .headline .headlineTitle h2 {
  font-family: 'open sans', sans-serif;
  font-weight: 600;
  width: 736px;
  max-width: 100%;
  margin: auto;
  font-size: 1.5rem;
  line-height: 2.75rem;
}

#section12 .headline .headlineRow {
  width: 80%;
  margin: auto;
  margin-top: 70px;
}

#section12 .headline .headlineRow .col-md-4 {
  padding: 0;
}

#section12 .headline .headlineRow .headlineThumb {
  margin-bottom: 15px;
}

#section12 .headline .headlineRow .headlineTitle h3 {
  font-family: 'open sans', sans-serif;
  font-size: 1.125rem;
  margin-bottom: 5px;
  font-weight: 600;
}

#section12 .headline .headlineRow .item {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 10px;
  width: 80%;
}

#section12 .headline .headlineRow .item .headlineThumb {
  width: 180px;
  margin: auto;
}

#section12 .headline .headlineRow .item .headlineThumb img {
  width: 100%;
}

#section12 .aksen {
  top: 0;
  right: 0;
  height: 1px;
}

#section12 .aksen .aksen1 {
  left: 0;
  top: 0;
  width: 295px;
}

#section12 .aksen .aksen2 {
  right: 0;
  width: 272px;
}

/* section13
------------------------------------------*/
#section13 {
  background: #D3E692 url("../../assets/img/Section13/Bg_section13.png") center center;
  background-size: cover;
}

#section13 .headline {
  text-align: center;
}

#section13 .headline .headlineThumb {
  width: 290px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 70px;
}

#section13 .headline .headlineTitle h2 {
  margin: auto;
  margin-bottom: 20px;
}

#section13 .headline .headlineSub p {
  font-size: 1.5rem;
  line-height: 2.75rem;
  margin-bottom: 5px;
  font-weight: 600;
  width: 698px;
  max-width: 100%;
  margin: auto;
}

#section13 .aksen {
  bottom: 0;
}

#section13 .aksen .aksen1 {
  left: 0;
  bottom: 0;
  width: 265px;
}

#section13 .aksen .aksen2 {
  right: 0;
  bottom: 0;
  width: 277px;
}

/* section14
------------------------------------------*/
#section14 {
  background: #D3E692 url("../../assets/img/Section14/bg_section14.png") center center;
  background-size: cover;
}

#section14 .section_inner .headline {
  width: 350px;
  max-width: 100%;
  margin: auto;
}

#section14 .section_inner .headline .super {
  font-size: 1.875rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}

#section14 .section_inner .headline .superText {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 30px;
}

#section14 .section_inner .buttonCTA {
  text-align: center;
  margin-top: 30px;
}

#section14 .section_inner .buttonCTA a {
  display: inline-block;
  margin-top: 0px;
  color: #fff;
  font-size: 1.235rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 20px 50px;
  background: #2B612C;
  -webkit-box-shadow: 0px 4px 4px rgba(43, 97, 44, 0.33);
          box-shadow: 0px 4px 4px rgba(43, 97, 44, 0.33);
  border-radius: 4px;
  margin: auto;
}

#section14 .section_inner .buttonCTA a i {
  margin-right: 12px;
}

#section14 .aksen {
  top: 0;
  height: 1px;
}

#section14 .aksen .aksen1 {
  width: 265px;
  left: 0;
  top: 0;
}

#section14 .aksen .aksen2 {
  width: 265px;
  right: 0;
  top: 0;
}

/*----------------------------------------------------
/*  
/*  Mobile Responsive
/*
----------------------------------------------------*/
@media (max-width: 576px) {
  /*Header Responsive
    ----------------------------------------------------*/
  #header.headerDesk {
    display: none !important;
  }
  #headerMob.headerMob {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  #fullpage {
    margin-left: 0;
  }
  .section {
    padding-left: 0;
    height: auto !important;
    min-height: 100%;
  }
  .section .section_inner.cover .headline .headlineThumb {
    width: 250px;
    margin: auto;
  }
  .section .section_inner.cover .headline .headlineTitle {
    width: 100% !important;
  }
  .section .section_inner.cover .headline .headlineTitle h1 {
    font-size: 1.5rem;
    line-height: 2.3475rem;
  }
  .section .section_inner.cover .headline .headlineTitle h2 {
    font-size: 1.5rem;
    line-height: 2.3475rem;
  }
  .section .section_inner.cover .headline .headlineSub {
    width: 100% !important;
  }
  .section .section_inner.cover .headline .headlineSub p {
    font-size: 1rem;
    line-height: 1.6785rem;
  }
  .section .section_inner.textDesc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section .section_inner.textDesc .headline .headlineThumb {
    width: 250px;
  }
  .section .section_inner.textDesc .headline .headlineTitle {
    width: 100% !important;
  }
  .section .section_inner.textDesc .headline .headlineTitle h2 {
    font-size: 1.5rem;
    line-height: 2.3475rem;
  }
  .section .section_inner.textDesc .headline .headlineSub {
    width: 100% !important;
  }
  .section .section_inner.textDesc .headline .headlineSub p {
    font-size: 0.875rem;
    line-height: 1.6875rem;
  }
  .section .aksen {
    display: none;
  }
  .owl-carousel .owl-stage {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .owl-dots {
    bottom: 15px;
  }
  /*section1
    ----------------------------------------------------*/
  #section1 .section_inner .headline .headlineThumb {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #section1 .section_inner .headline .headlineSub {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #section1 .section_inner .headline .headlineSub h2 {
    font-size: 1rem;
    line-height: 1.6785rem;
  }
  /*section2
    ----------------------------------------------------*/
  #section2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #section2 .section_inner .headline .headlineThumb {
    width: 250px;
    margin: 60px auto 0;
  }
  /*section3
    ----------------------------------------------------*/
  #section3 .section_inner.cover {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
  }
  #section3 .section_inner.cover .headline .headlineThumb {
    margin-bottom: 30px;
    width: 200px;
  }
  #section3 .section_inner.cover .headline .headlineThumb img {
    width: 200px;
  }
  #section3 .section_inner.cover .headline .headlineTitle h2 {
    font-size: 1.25rem;
    line-height: 2.065rem;
  }
  #section3 .section_inner.textDesc {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
  }
  #section3 .section_inner.textDesc .headline .headlineSub {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*section4
    ----------------------------------------------------*/
  #section4 .section_inner.cover {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
  }
  #section4 .section_inner.cover .headline .headlineThumb {
    margin-bottom: 30px;
    width: 180px;
  }
  #section4 .section_inner.cover .headline .headlineThumb img {
    width: 180px;
  }
  #section4 .section_inner.cover .headline .headlineTitle h2 {
    font-size: 1.25rem;
    line-height: 2.065rem;
  }
  #section4 .section_inner.textDesc {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
  }
  #section4 .section_inner.textDesc .headline .headlineSub {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*section5
    ----------------------------------------------------*/
  #section5 .section_inner.cover {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
  }
  #section5 .section_inner.cover .headline .headlineThumb {
    margin-bottom: 30px;
    width: 200px;
  }
  #section5 .section_inner.cover .headline .headlineThumb img {
    width: 200px;
  }
  #section5 .section_inner.cover .headline .headlineTitle h2 {
    font-size: 1.25rem;
    line-height: 2.065rem;
  }
  #section5 .section_inner.textDesc {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
  }
  #section5 .section_inner.textDesc .headline .headlineSub {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*section6
    ----------------------------------------------------*/
  #section6 .section_inner.cover {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
  }
  #section6 .section_inner.cover .headline .headlineThumb {
    margin-bottom: 30px;
    width: 200px;
  }
  #section6 .section_inner.cover .headline .headlineThumb img {
    width: 200px;
  }
  #section6 .section_inner.cover .headline .headlineTitle h2 {
    font-size: 1.25rem;
    line-height: 2.065rem;
  }
  #section6 .section_inner.textDesc {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
  }
  #section6 .section_inner.textDesc .headline .headlineSub {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*section7
    ----------------------------------------------------*/
  #section7 .section_inner {
    padding: 80px 20px 20px;
  }
  #section7 .section_inner .rowGrid {
    margin-bottom: 0;
  }
  #section7 .section_inner .rowGrid .itemGrid {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /*section8
    ----------------------------------------------------*/
  #section8 .section_inner .rowGrid .col-md-4 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #section8 .section_inner .rowGrid .col-md-6 {
    margin-bottom: 30px;
  }
  #section8 .section_inner .rowGrid .row {
    margin-bottom: 0 !important;
  }
  /*Quiz
    ----------------------------------------------------*/
  #quiz.sectionQuiz .section_inner .typeform-widget {
    width: 100%;
    height: 900px;
  }
  #quiz.sectionQuiz .section_inner iframe {
    position: relative;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /*section9
    ----------------------------------------------------*/
  #section9 .section_inner {
    width: 100%;
  }
  #section9 .section_inner .headline .headlineThumb {
    margin-bottom: 30px;
    width: 230px;
  }
  #section9 .section_inner .headline .headlineTitle {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /*section10
    ----------------------------------------------------*/
  #section10 .section_inner .headline {
    text-align: center;
  }
  #section10 .section_inner .headline .headlineThumb {
    margin: auto;
    margin-bottom: 30px;
  }
  #section10 .section_inner .headline .headlineTitle {
    padding-left: 0;
  }
  #section10 .section_inner .headline .headlineSub {
    padding-left: 0;
  }
  #section10 .section_inner .headline:last-child {
    margin-bottom: 100px;
  }
  /*section11
    ----------------------------------------------------*/
  #section11 .section_inner .headline .headlineThumb {
    margin-top: 120px;
    width: 250px;
  }
  /*section12
    ----------------------------------------------------*/
  #section12 .section_inner {
    width: 100%;
  }
  #section12 .section_inner .headline .headlineTitle {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #section12 .section_inner .headline .headlineTitle h2 {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  #section12 .section_inner .headline .headlineThumb {
    width: 130px !important;
  }
  #section12 .section_inner .headline .headlineThumb img {
    width: 85px;
  }
  #section12 .section_inner .headline .item3 {
    margin-bottom: 100px;
  }
  /*section13
    ----------------------------------------------------*/
  #section13 .section_inner {
    width: 100%;
  }
  #section13 .section_inner .headline .headlineThumb {
    margin-top: 200px;
    width: 250px;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  #section13 .section_inner .headline .headlineTitle {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #section13 .section_inner .headline .headlineTitle h2 {
    font-size: 1.5rem;
    line-height: 2.3475rem;
  }
  #section13 .section_inner .headline .headlineSub {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #section13 .section_inner .headline .headlineSub p {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  /*section14
    ----------------------------------------------------*/
  #section14 .section_inner .headline {
    width: 240px;
  }
  #section14 .section_inner .headline .super {
    font-size: 1.25rem;
  }
  #section14 .section_inner .headline .superText {
    font-size: 1.25rem;
  }
  /*textDesc
    ----------------------------------------------------*/
  #section3 .section_inner.textDesc .headline .headlineThumb, #section4 .section_inner.textDesc .headline .headlineThumb, #section5 .section_inner.textDesc .headline .headlineThumb, #section6 .section_inner.textDesc .headline .headlineThumb {
    margin: auto;
    width: 220px;
    height: 220px;
  }
  #section3 .section_inner.textDesc .headline .headlineSub p, #section4 .section_inner.textDesc .headline .headlineSub p, #section5 .section_inner.textDesc .headline .headlineSub p, #section6 .section_inner.textDesc .headline .headlineSub p {
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: center;
  }
  #section3 .section_inner.textDesc .aksen, #section4 .section_inner.textDesc .aksen, #section5 .section_inner.textDesc .aksen, #section6 .section_inner.textDesc .aksen {
    display: block;
  }
  #section3 .section_inner.end .headline .headlineTitle, #section4 .section_inner.end .headline .headlineTitle, #section5 .section_inner.end .headline .headlineTitle, #section6 .section_inner.end .headline .headlineTitle {
    width: 800px !important;
  }
  #section3 .section_inner.end .headline .headlineTitle h2, #section4 .section_inner.end .headline .headlineTitle h2, #section5 .section_inner.end .headline .headlineTitle h2, #section6 .section_inner.end .headline .headlineTitle h2 {
    font-size: 1.25rem !important;
    line-height: 2.075rem !important;
    text-transform: none;
  }
}
/*# sourceMappingURL=styles.css.map */