@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
@font-face {
  font-family: 'RobotoCondensed';
  src: url('../fonts/Roboto_Condensed/RobotoCondensed-Light.ttf') format('truetype');
      font-weight: 300;
}
@font-face {
  font-family: 'RobotoCondensed';
  src: url('../fonts/Roboto_Condensed/RobotoCondensed-LightItalic.ttf') format('truetype');
      font-weight: 300;
      font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins/Poppins-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'RobotoCondensed';
  src: url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
      font-weight: 400;
}
@font-face {
  font-family: 'RobotoCondensed';
  src: url('../fonts/Roboto_Condensed/RobotoCondensed-Italic.ttf') format('truetype');
      font-weight: 400;
      font-style: italic;
}
@font-face {
  font-family: 'RobotoCondensed';
  src: url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf') format('truetype');
      font-weight: 700;
}
@font-face {
  font-family: 'RobotoCondensed';
  src: url('../fonts/Roboto_Condensed/RobotoCondensed-BoldItalic.ttf') format('truetype');
      font-weight: 700;
      font-style: italic;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald/static/Oswald-ExtraLight.ttf') format('truetype');
      font-weight: 200;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald/static/Oswald-Light.ttf') format('truetype');
      font-weight: 300;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald/static/Oswald-Regular.ttf') format('truetype');
      font-weight: 400;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald/static/Oswald-Medium.ttf') format('truetype');
      font-weight: 500;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald/static/Oswald-SemiBold.ttf') format('truetype');
      font-weight: 600;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald/static/Oswald-Bold.ttf') format('truetype');
      font-weight: 700;
}
:root {
    --primary-color: #ffffff;
    --secondary-color: #96BF0D;
    --secondary-color2:#7EA107;
    --tertiary-color: #F29400;
    --color-1: #3F3F3F;
    --color-2: #C0C0C0;
    --color-3: #F2F2F2;
    --color-4: #3C3929;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'RobotoCondensed';
  font-weight: 400;
  color: var(--color-4);
}
*:focus {
  outline: 0 !important;
}
a{
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Oswald';
}
body{
  font-size: 1.6rem;
}

.editors{
  margin: 0 auto;
}
.editors .ql-container{
  min-height: 200px;
}
.title-style1,
.title-style2{
  color: var(--color-4);
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.title-style2{
  color: var(--primary-color);
}
.title-style1,
.title-style1 span,
.title-style2,
.title-style2 span{
  font-size: 5.4rem;
  line-height: 6.4rem;
}
.title-style1 span,
.title-style2 span{
  display: block;
  font-weight: 700;
}
.title-style1 span.span1,
.title-style2 span.span1{
  color: var(--tertiary-color);
}
.title-style1 span.span2,
.title-style2 span.span2{
  color: var(--secondary-color);
}
.section2 ul{
  list-style: none;
  margin: 0 auto;
  width: 100%;
}
.section2 ul li {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.section2 ul li:nth-child(odd) img {
  order: 1;
  margin-right: 2.5rem;
}
.section2 ul li:nth-child(odd) p {
  order: 2;
  text-align: left;
  padding-right: 97px;
}
.section2 ul li:nth-child(even) img {
  order: 2;
  margin-left: 2.5rem;
}
.section2 ul li:nth-child(even) p {
  order: 1;
  text-align: right;
  padding-left: 97px;
}
.section2 ul li p {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  line-height: 3rem;
  padding-bottom: 2.3rem;
  padding-bottom: 0;
}
#trigger1 {
  min-height: 11.4rem;
}
.section2 ul li p span{
  font-weight: 500;
}
.section2 ul li p::after{
  content: '';
  position: absolute;
  bottom: -0.4rem;
  bottom: -0.8rem;
  width: 33.5rem;
  border-radius: 0.4rem;
  background-color: var(--secondary-color);
  height: 0.4rem;
}
.section2 ul li:nth-child(1) p::after{
  width: 33.5rem;
}
.section2 ul li:nth-child(2) p::after{
  width: 38.2rem;
}
.section2 ul li:nth-child(3) p::after{
  width: 34rem;
}
.section2 ul li:nth-child(4) p::after{
  width: 38.2rem;
}

.section2 ul li:nth-child(odd) p{
  justify-content: flex-start;
}
.section2 ul li:nth-child(even) p{
  justify-content: flex-end;
}
.section2 ul li:nth-child(odd) p::after{
  left: 0;
}
.section2 ul li:nth-child(even) p::after{
  right: 0;
}
.section2 ul li:nth-child(5) p::after{
  left: initial;
  right: 14.9rem;
  bottom: -3.8rem;
}
.primary-btn{
  background-color: var(--secondary-color);
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  height: 8.3rem;
  padding: 3rem 5.37rem;
  font-weight: 700;
  transition-duration: 0.3s;
}
.primary-btn:hover{
  transform: scale(1.05);
  background-color: var(--secondary-color2);
}
.d-flex{
  display: flex;
  justify-content: center;
  align-content: center;
}
.section2 ul li:last-child p::after{
  display: none;
}
.section2 ul{
  margin-bottom: 2.8rem;
}
.list-triger {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.list-triger li {
  cursor: pointer;
  position: relative;
  margin: 0 10px;
  transition-duration: 0.3s;
  background-color: var(--primary-color);
  color: var(--color-4);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  min-width: 19rem;
  min-height: 6rem;
  text-align: center;
  font-family: 'Oswald';
  font-size: 2.4rem;
  line-height: 6rem;
}
.list-triger li:hover{
  color: var(--tertiary-color);
}
.list-triger li.active{
  background-color: var(--tertiary-color);
  color: var(--primary-color);
  font-weight: 700;
}
.list-triger li.active::after{
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  border-right: 1.1rem solid transparent;
  border-left: 1.1rem solid transparent; 
  
  border-top:1.1rem solid var(--tertiary-color);
  bottom: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
}
.list-content-holder{
  margin-top: auto;
}
.list-style2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.list-style2-box{
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3.8rem;
}
.section7 {
  padding: 9.7rem 0 9.8rem 0;
}
section.section7::before{
  background: linear-gradient(0deg, rgba(255,250,242,1) 0%, transparent 100%);
  top: 22.8rem;
  height: calc(100% - 22.8rem);
}
.container{
  margin: 0 3rem 0 auto;
  width: 74rem;
  width: 79.3rem;
  position: relative;
  z-index: 1;
}
section {
  position: relative;
}
.list-style2-box p{
  text-align: left;
  font-size: 2.6rem;
  line-height: 3rem;
  font-family: 'RobotoCondensed';
  font-weight: 400;
  color: var(--color-4);
}
.list-style2-box p b {
  font-family: 'RobotoCondensed';
  font-size: 3rem;
  line-height: 3.4rem;
  color: var(--tertiary-color);
  font-weight: 700;
  display: block;
}
main{
  display: flex;
}
.section-holder{
  width: calc(100% - 83.5rem);
}
.form-holder{
  width: 83.5rem;
}
.sticky {
  position: sticky;
  top: 16.8rem;
  z-index: 9999;
  padding-left: 3rem;
}
.sticky.active{
  top: 10rem;
}
section::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 83.5rem);
  height: 100%;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
}
footer{
  background-color: var(--primary-color);
  padding: 4rem 0;
}
.footer-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 129rem;
  margin: 0 auto;
}
.form{
  width: 52rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  padding: 2rem 3rem 15rem 3rem;
  position: relative;
}
.input-holder{
  display: none;
}
.input-holder.active{
  display: flex;
}
.input-holder{
  justify-content: space-between;
  align-items: center;
}
.input-holder input[type=text],
.input-holder input[type=email],
.input-holder input[type=tel]{
  border: 1px solid #BEBEBE;
  margin-bottom: 1rem;
  height: 4.6rem;
  font-size: 1.8rem;
  font-weight: 300;
  color: #797979;
  font-weight: 300;
  padding: 0 1rem 0 2rem;
}
.input-holder input[type=text].err-inpt,
.input-holder input[type=email].err-inpt,
.input-holder input[type=tel].err-inpt{
  border-color: red;
}
.input-holder input{
  width: 100%;
}
.input-holder-50-50 input{
  width: calc(50% - 0.5rem);
}
.input-holder-33-66 input:nth-child(1){
  width: 13.1rem;
}
.input-holder-33-66 input:nth-child(2){
  width: calc(100% - 14.1rem);
}
.footer-box1{
  width: 30rem;
}
.footer-box2{
  width: 22.5rem;
  text-align: center;
}
.footer-box3{
  width: 30rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-box1 .logo {
  width: 16rem;
  display: block;
}
footer .footer-box1 .logo img {
  width: 100%;
  display: block;
}
.footer-box1 p {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-top: 2.5rem;
  margin-bottom: 0;
}
.footer-box1 p b {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
footer .footer-box3 .logo {
  width: 8rem;
  display: block;
}
footer .footer-box3 .logo img {
  width: 100%;
  display: block;
}
footer .footer-box3 p{
  width: calc(100% - 9.5rem);
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: var(--color-1);
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.footer-box2 h3 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: var(--color-1);
  margin-bottom: 1.3rem;
}
.footer-media {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.5rem;
}
.footer-media a{
  display: block;
  transition-duration: 0.3s;
  color: var(--secondary-color);
}
.footer-media a i{
  color: var(--secondary-color);
}
.footer-media a:hover,
.footer-media a:hover i{
  color: var(--secondary-color2);
}
.footer-media a:nth-child(1) i{
  font-size: 2rem;
}
.footer-media a:nth-child(2) i{
  font-size: 2.2rem;
}
.footer-media a:nth-child(3) i{
  font-size: 2.4rem;
}
.footer-media a:nth-child(4) img{
  width: 2.2rem;
  display: block;
  transition-duration: 0.3s;
}
.footer-media a:nth-child(4) img:hover{
  filter: invert(49%) sepia(100%) saturate(743%) hue-rotate(38deg) brightness(91%) contrast(94%);
}
.footer-media a:nth-child(5) i{
  font-size: 2.2rem;
}
.footer-box2 p {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--color-1);
}
.footer-box2 p a{
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--color-1);
}
.footer-box2 p a:hover{
  text-decoration: underline;
}
.section7 .title-style1{
  margin-bottom: 6rem;
}
.list-style2-box .img{
  margin-right: 3rem;
  width: 8.3rem;
}
.list-style2-box img{
  display: block;
  margin: 0 auto;
}
.list-style2-box:nth-child(1) img{
  width: 8.3rem;
}
.list-style2-box:nth-child(2) img{
  width: 8rem;
}
.list-style2-box:nth-child(3) img{
  width: 8rem;
}
.list-style2-box:nth-child(4) img{
  width: 9.2rem;
}
.list-style2-box:nth-child(5) img{
  width: 5.9rem;
  width: 7.2rem;
}
.list-style2-box:nth-child(6) img{
  width: 8rem;
}
.list-style2-box p{
  width: calc(100% - 8.3rem);
}
.list-style2-box:nth-child(5),
.list-style2-box:nth-child(6) {
  margin-bottom: 0;
}
.section2 .title-style1 {
  margin-bottom: 2rem;
}
.section2 ul li:nth-child(1) img {
  width: 10.8rem;
}
.section2 ul li:nth-child(2) img {
  width: 10.8rem;
}
.section2 ul li:nth-child(3) img {
  width: 15.5rem;
}
.section2 ul li:nth-child(4) img {
  width: 10.8rem;
  width: 11.3rem;
}
.section2 ul li:nth-child(5) img {
  width: 11rem;
}
.section2 ul li:nth-child(6) img {
  width: 19.9rem;
}
.section2 ul li:nth-child(1) p {
  width: calc(100% - 10.8rem);
}
.section2 ul li:nth-child(2) p {
  width: calc(100% - 10.8rem);
}
.section2 ul li:nth-child(3) p {
  width: calc(100% - 15.5rem);
  padding-right: 0;
}
.section2 ul li:nth-child(4) p {
  width: calc(100% - 10.8rem);
  padding-left: 2rem;
}
.section2 ul li:nth-child(5) p {
  width: calc(100% - 11rem);
  padding-right: 5rem;
}
.list-style2-box:nth-child(5) p{
  letter-spacing: -0.05rem;
}
.list-style2-box:nth-child(5) p b{
  letter-spacing: initial;
}
.section2 ul li:nth-child(6) p {
  width: calc(100% - 19.9rem);
  padding-bottom: 0;
  padding-top: 1rem;
  padding-left: 8rem;
}
section.section6::before{
  background-image: url('../images/section6.jpg');
}
.section6{
  padding: 10rem 0;
}
.section6 .title-style2{
  margin-bottom: 4rem;
}
.slick2-content {
  background-color: var(--primary-color);
  padding: 5rem 5rem 9.2rem 5rem;
  margin: 1.5rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
  min-height: 39.6rem;
}
.slick2-content p{
  color: var(--color-4);
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 0rem;
}
.slick2-content p strong{
  font-weight: 700;
}
.slick2-content p:last-child{
  margin-bottom: 0;
}
.slick2{
  margin-bottom: 0 !important;
}
.slick2 .slick-dots{
  bottom: 6.5rem;
}
.slick2 .slick-dots li{
  margin: 0 1.2rem;
}
.slick2 .slick-dots li,
.slick2 .slick-dots li button{
  width: 2.4rem;
  height: 2.4rem;
}
.slick2 .slick-dots li button::before{
  display: none;
}
.slick2 .slick-dots li button{
  border-radius: 50%;
  background-color: #BEBEBE;
}
.slick2 .slick-dots li.slick-active button{
  background-color: var(--tertiary-color);
}
.section6 .container{
  width: 77rem;
}
.slick2 .slick-prev, .slick2 .slick-next{
  top: initial;
  transform: initial;
  bottom: 6.9rem;
  bottom: 6.2rem;
  bottom: 6.6rem;
}
.slick2 .slick-prev:before, .slick2 .slick-next:before {
  color: var(--tertiary-color);
  color: #BEBEBE;
  transition-duration: 0.3s;
  font-size: 2.8rem;
}
.slick2 .slick-next{
  right: 33.1rem;
  right: 27.82rem;
  z-index: 10;
}
.slick2 .slick-prev{
  left: 32.3rem;
  left: 27.02rem;
  z-index: 10;
}
.slick2 .slick-prev, .slick2 .slick-next{
  width: 2.4rem;
  height: 2.4rem;
}
.slick2 .slick-prev:hover:before, .slick2 .slick-next:hover:before {
  color: var(--tertiary-color);
}
section.section5::before{
  background-color: #EAF2CE;
}
.section5{
  padding: 10rem 0;
}
.section5 .title-style1{
  margin-bottom: 4rem;
}
.slick1-content{
  display: flex;
}
.slick1-img{
  width: 19rem;
  height: 19rem;
  position: relative;
}
.slick1-img::after{
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/double-quotes-l.svg');
  width: 5.4rem;
  height: 4.2rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.slick1-img img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
.slick1-txt{
  width: calc(100% - 19rem);
  padding-left: 3rem;
}
.slick1-txt p {
  font-size: 2.6rem;
  line-height: 3rem;
  color: var(--color-4);
  margin-bottom: 1.2rem;
}
.slick1-txt p:first-child{
  position: relative;
}
.slick1-txt p:last-child{
  margin-bottom: 0;
}
.slick1-txt strong{
  font-weight: 700;
}
.slick1-txt p:first-child::after{
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/double-quotes-r.svg');
  width: 3.6rem;
  height: 2.8rem;
  position: absolute;
  z-index: 1;
  bottom: -0.6rem;
  right: 0.3rem;
}
/*  */
.slick1{
  margin-bottom: 5.7rem !important;
}
.slick1 .slick-dots{
  bottom: -5.7rem;
}
.slick1 .slick-dots li{
  margin: 0 1.2rem;
}
.slick1 .slick-dots li,
.slick1 .slick-dots li button{
  width: 2.4rem;
  height: 2.4rem;
}
.slick1 .slick-dots li button::before{
  display: none;
}
.slick1 .slick-dots li button{
  border-radius: 50%;
  background-color: var(--primary-color);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
}
.slick1 .slick-dots li.slick-active button{
  background-color: var(--tertiary-color);
}
.slick1 .slick-prev, .slick1 .slick-next{
  top: initial;
  transform: initial;
  bottom: -6rem;
  bottom: -5.6rem;
}
.slick1 .slick-prev:before, .slick1 .slick-next:before {
  color: var(--tertiary-color);
  color: var(--tertiary-color);
  transition-duration: 0.3s;
  font-size: 2.8rem;
  opacity: 1;
}
.slick1 .slick-next{
  right: 33.1rem;
  right: 25rem;
  right: 10rem;
  z-index: 10;
}
.slick1 .slick-prev{
  left: 32.3rem;
  left: 25rem;
  left: 10rem;
  z-index: 10;
}
.slick1 .slick-prev, .slick1 .slick-next{
  width: 2.4rem;
  height: 2.4rem;
}
.slick1 .slick-prev:hover:before, .slick1 .slick-next:hover:before {
  color: var(--secondary-color);
}
section.section3::before{
  background-image: url('../images/sec3.jpg');
  background: #EFEFEF;
  background-position: top center;
}
.section3{
  padding: 10.1rem 0 3.5rem 0;
  padding: 11rem 0;
  position: relative;
  z-index: 1;
}
.section3 h2.title-style1 {
  margin-bottom: 2rem;
}
.section3 p.p{
  text-align: left;
  font-size: 2.6rem;
  line-height: 3rem;
  font-family: 'RobotoCondensed';
  color: var(--color-4);
  margin-bottom: 3.8rem;
}
.section3 p.p.mb-10 {
  margin-bottom: 0.7rem;
}
.section3 p.p b{
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3rem;
}
.list-triger li:nth-child(1){
  margin-left: 0;
}
.list-content p {
  font-size: 2.6rem;
  line-height: 3rem;
  text-align: left;
  color: var(--color-4);
}
section.section2{
  padding-top: 10rem;
  padding-bottom: 11rem;
}
.list-txt h4{
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: var(--tertiary-color);
  font-weight: 700;
  text-align: left;
  margin-bottom: 1rem;
}
.list-txt p{
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: var(--color-4);
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}
.list-txt p b,
.list-txt p a {
  font-weight: 700;
}
.list-box{
  border: 0.2rem solid var(--tertiary-color);
  padding: 0.8rem 5rem 0.8rem 1.8rem;
  padding: 2.5rem;
  margin-top: auto;
  /* position: absolute; */
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-content{
  min-height: 15.2rem;
}
.section3 .list{
  /* min-height: 34.9rem; */
  /* max-height: 34.9rem; */
  position: relative;
}
.list-box img{
  border-radius: 50%;
  width: 7.9rem;
}
.section3 .container{
  position: relative;
}
.section3 .container::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 4rem;
  background-color: var(--tertiary-color);
  z-index: 2;
  bottom: -7.5rem;
  display: none;
}
section.section4::before{
  background: linear-gradient(0deg, transparent 0%, rgba(255,250,242,1) 100%);
}
.section4{
  padding: 0.5rem 0 10rem 0;
  position: relative;
  padding: 11rem 0;
}
.sec4-arrow img{
  display: block;
  width: 2.4rem;
  margin-bottom: 1.2rem;
  transition-duration: 0.3s;
}
.sec4-arrow{
  position: absolute;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.8rem;
  border-bottom: 1px solid var(--color-4);
  color: var(--color-4);
  top: 8.8rem;
  cursor: pointer;
  transition-duration: 0.3s;
}
.prev-sec4{
  left: 0;
}
.next-sec4{
  right: 0;
}
.prev-sec4 img{
  margin: 0 auto 1.2rem 0;
}
.next-sec4 img{
  margin: 0 0 1.2rem auto;
}
.sec4-arrow span{
  font-family: 'Oswald';
  transition-duration: 0.3s;
}
.sec4-arrow:hover{
  color: var(--tertiary-color);
  border-color: var(--tertiary-color);
}
.sec4-arrow:hover span{
  color: var(--tertiary-color);
}
.sec4-arrow:hover img{
  filter: invert(61%) sepia(82%) saturate(3356%) hue-rotate(10deg) brightness(105%) contrast(104%);
}
.section4 .title-style1{
  margin-bottom: 1.3rem;
}
.sec4-list-container{
  margin-bottom: 1.8rem;
}
.sec4-list{
  list-style: none;
}
.sec4-list li {
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 1.8rem;
  padding-top: 2rem;
}
.sec4-list li:last-child{
  /* border-bottom: none; */
}
.sec4-list li p {
  display: none;
  font-size: 2.6rem;
  line-height: 3rem;
  width: 66rem;
  margin: 0 auto 0 0;
}
.sec4-list li h3 {
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  cursor: pointer;
  position: relative;
}
.sec4-list li.active h3{
  color: var(--tertiary-color);
}
.sec4-list li h3::after{
  content: '';
  position: absolute;
  right: 0;
  top: 0.8rem;
  width: 2rem;
  height: 2rem;
  background-image: url('../images/+.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec4-list li.active h3::after{
  top: 1.6rem;
  width: 2rem;
  height: 0.4rem;
  background-image: url('../images/-.svg');
}
.section1{
  height: 100vh;
}
.section1::before{
  background-image: url('../images/sec1.jpg');
  background-position: bottom left;
}
.section1 .container{
  height: 100%;
  padding-bottom: 6rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.section1 .title-style2{
  text-align: left;
  margin-bottom: 3rem;
}
.section1 .title-style2,
.section1 .title-style2 span {
  font-size: 6.4rem;
  line-height: 7.4rem;
  text-shadow: 0 0 5.5rem rgba(0, 0, 0, 1);
}
.section1 .d-flex{
  width: 100%;
  justify-content: flex-start;
}
.section1 .primary-btn{
  margin: 0 auto 0 0;
}
header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--primary-color);
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.3);
  height: 6.7rem;
}
.header-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 180.9rem;
  margin: 0 auto;
}
.header-logo {
  width: 19rem;
  height: 100%;
}

.header-logo img{
  width: 100%;
  transition-duration: 0.3s;
  display: block;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.3);
}
header.scrolled .header-logo img{
  width: 11rem;
}
.header-container ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 36.5rem;
  margin-left: 10.7rem;
  margin-right: auto;
}
.header-container ul li,
.header-container ul li a {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-family: 'Oswald';
  text-transform: uppercase;
  transition-duration: 0.3s;
  color: var(--color-4);
}
.header-container ul li:hover,
.header-container ul li:hover a,
.header-container ul li a.active {
  color: var(--tertiary-color);
}
.header-container ul li a.active {
  font-weight: 700;
}
.btns-list{
  height: 100%;
  display: flex;
  border-right: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
}
.btns-list .btn-scroll {
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 0 3.13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  color: var(--color-4);
}
.btns-list .btn-scroll:first-child{
  border-right: 1px solid #DFDFDF;
}
.btns-list .primary-btn{
  width: 19rem;
  padding: 0;
  height: 100%;
  font-size: 1.8rem;
  line-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  line-height: 120%;
  height: calc(100% + 1.4rem);
}
.btns-list .btn-scroll:hover{
  color: var(--tertiary-color);
}
.btns-list .primary-btn:hover{
  transform: scale(1);
  background-color: var(--secondary-color2);
}
.scroll-elem{
  position: absolute;
  top: -6.5rem;
  left: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  z-index: -1;
}
html{
  scroll-behavior: smooth;
}
.section3 .scroll-elem{
  top: -6.7rem;
}
.section4 .scroll-elem{
  top: -13rem;
}
.form h2 {
  display: flex;
  font-size: 2.6rem;
  line-height: 4rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--secondary-color);
  text-align: left;
  margin-bottom: 0;
}
.form h2 img{
  display: block;
  width: 2.2rem;
  margin-right: 1rem;
}
.form h3 {
  font-size: 1.8rem;
  line-height: 4rem;
  font-family: 'RobotoCondensed';
  font-weight: 400;
  color: var(--tertiary-color);
  text-align: left;
  margin-bottom: 1.3rem;
}
.form-changer{
  display: flex;
  position: relative;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 1.2rem;
}
.form-changer input,
.input-radio-holder input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.form-changer label{
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: 'RobotoCondensed';
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.form-changer input:checked ~ label{
  font-weight: 700;
}
.form-changer-box{
  position: relative;
}
.form-changer-box:nth-child(2) label {
  margin-left: 2.8rem;
}
.form-changer input:checked ~ label::after{
  height: 0.4rem;
  border-radius: 0.4rem;
  background-color: var(--tertiary-color);
  width: 8.7rem;
  z-index: 1;
  position: absolute;
  content: '';
  bottom: calc(-0.4rem - 1px);
  left: 0;
}
.info {
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: left;
  color: #797979;
  margin-bottom: 0.5rem;
  display: block;
  margin-top: 1rem;
}
.info2 {
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: left;
  margin-bottom: 0;
  display: block;
}
.info2 a{
  text-decoration: underline;
}
.form .primary-btn {
  padding: 0;
  height: 6rem;
  width: 100%;
  font-size: 2.2rem;
  line-height: 2.2rem;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.form .primary-btn:hover{
  transform: scale(1);
  background-color: var(--secondary-color2);
}
.input-radio-holder {
  margin-bottom: 1rem;
}
.input-radio-holder label {
  position: relative;
  padding-left: 2.9rem;
  font-size: 1.8rem;
  line-height: 4rem;
  padding-right: 2rem;
  cursor: pointer;
}
.input-radio-holder input:checked ~ label {
  font-weight: 700;
}
.input-radio-holder {
  display: flex;
}
.input-radio-holder label::before{
  width: calc(1.8rem - 2px);
  height: calc(1.8rem - 2px);
  border-radius: 50%;
  border: 1px solid #BEBEBE;
  background-color: var(--primary-color);
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.input-radio-holder input:checked ~ label::before{
  border: 1px solid var(--tertiary-color);
}
.input-radio-holder input:checked ~ label::after{
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--tertiary-color);
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(1px + 0.3rem);
}
.input-holder input[type="checkbox"]{
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.input-holder input[type="checkbox"] ~ label {
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-align: left;
  position: relative;
  padding-left: 2.8rem;
  cursor: pointer;
  margin-bottom: 1rem;
}
.input-holder input[type="checkbox"] ~ label::after{
  content: '';
  width: calc(1.8rem - 2px);
  height: calc(1.8rem - 2px);
  border: 1px solid #BEBEBE;
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.input-holder input[type="checkbox"] ~ label::before{
  opacity: 0;
  transition-duration: 0.3s;
  content: '✔';
  color: var(--secondary-color);
  font-size: 1.0rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.35rem;
  z-index: 2;
}
.input-holder input[type="checkbox"]:checked ~ label::before{
  opacity: 1;
  font-size: 1.8rem;
  left: 0.15rem;
}
.info3 {
  background-color: var(--tertiary-color);
  color: var(--primary-color);
  padding: 2rem 3rem;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 13.2rem;
}
.info3 h2 {
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: 300;
  margin-bottom: 0.4rem;
  text-align: left;
  position: relative;
}
.info3 h2::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  background-color: var(--primary-color);
  z-index: 1;
  width: 100%;
}
.info3 h2 span{
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: 300;
  position: relative;
  z-index: 2;
  height: 100%;
  color: var(--primary-color);
  background-color: var(--tertiary-color);
  padding: 0 1.6rem 0 0;
}
.info3 h3 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
  text-align: left;
  position: relative;
  color: var(--primary-color);
  margin-bottom: 1.2rem;
}
.info3 h3 span{
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
}
.links{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.links a {
  display: flex;
  font-size: 2rem;
  line-height: 1.8rem;
  color: var(--color-4);
}
.links a:nth-child(1) img{
  display: block;
  width: 2rem;
  margin-right: 1.2rem;
}
.links a:nth-child(2) img{
  display: block;
  width: 1.8rem;
  margin-right: 1.2rem;
}
.links a:nth-child(1){
  margin-right: 1.8rem;
}
.links a:nth-child(1):hover{
  text-decoration: none;
}
.err {
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: red;
  display: block;
  padding: 0.5rem 0 0.5rem 0;
  display: none;
}
.err.active{
  display: block;
}
.slick1 .slick-prev:before,
.slick1 .slick-next:before,
.slick2 .slick-prev:before,
.slick2 .slick-next:before{
  content: '';
}
.slick1 .slick-prev,
.slick1 .slick-next,
.slick2 .slick-prev,
.slick2 .slick-next{
  width: 2.4rem;
  height: 2.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}
.slick1 .slick-prev,
.slick2 .slick-prev{
  background-image: url('../images/arrow-left-line.svg');
}
.slick1 .slick-next,
.slick2 .slick-next{
  background-image: url('../images/arrow-right-line.svg');
}
.slick1 .slick-prev:hover,
.slick1 .slick-next:hover,
.slick2 .slick-prev:hover,
.slick2 .slick-next:hover{
  filter: invert(61%) sepia(82%) saturate(3356%) hue-rotate(10deg) brightness(105%) contrast(104%);
}
.bg-black {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: #000000;
  opacity: 0.8;
  display: none;
  width: 100%;
  height: 100%;
}
.bg-black.active{
  display: block;
}
.succ-form-close{

}
.succ-form-close.active {
  display: block;
}
.succ-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999999;
  background-color: #EAF2CE;
  color: var(--tertiary-color);
  text-align: center;
  font-size: 3.6rem;
  line-height: 3.6rem;
  padding: 4rem 8rem;
  border-radius: 1rem;
  display: none;
  font-weight: 700;
  width: 122rem;
  text-transform: uppercase;
}
.succ-form.active{
  display: block;
}
.form {
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
}
.form.active{
  animation: pulse 0.9s linear infinite;
  -webkit-animation: pulse 0.9s linear infinite;
  -moz-animation: pulse 0.9s linear infinite;
}
@keyframes pulse{
  50%{
    transform: scale(0.9,0.9);
  }
  75%{
    transform: scale(1.1,1.1);
  }
  100%{
    transform: scale(1,1);
  }
}
@-webkit-keyframes pulse{
  50%{
    -webkit-transform: scale(0.9,0.9);
  }
  75%{
    -webkit-transform: scale(1.1,1.1);
  }
  100%{
    -webkit-transform: scale(1,1);
  }
}
@-moz-keyframes pulse{
  50%{
    -moz-transform: scale(0.9,0.9);
  }
  75%{
    -moz-transform: scale(1.1,1.1);
  }
  100%{
    -moz-transform: scale(1,1);
  }
}
  /* Arrow Button 
	-----------------------------------*/
  .bawah-arrow{
    margin-top: -20px;
    font-weight: bold;
    text-transform: uppercase;
    color:#fff;
    display: inline-block;
    text-align: center;
    height: 6rem;
	  position: absolute;
	  bottom:0;left:0rem;
	  z-index: 10;
	  width:100%;
    width: calc(100% + 83.5rem);
	  padding-bottom: 0px;
	  font-size: 12px; 
	}
  .bawah-arrow i{
    color: var(--primary-color);
    font-size: 4.8rem;
    line-height: 4.5rem;
    text-shadow: 0 0 1rem #000000;
    cursor: pointer;
  }
	.bawah-arrow:hover,
	.bawah-arrow:focus{text-decoration: none;}

		/* Arrow Bouncing */
		.bawah-arrow span{  display: inline-block; 
       animation: .7s down  infinite alternate; -webkit-animation: .7s down infinite alternate; } 
		/***Animation Arrow down***/ 
		@keyframes down{ 0%{transform:translateY(0px)} 100%{transform:translateY(2rem)} } 
		@-webkit-keyframes down{ 0%{-webkit-transform:translateY(0px)} 100%{-webkit-transform:translateY(2rem)} } 
    .pulse:hover{
			animation: pulse 1s linear infinite;
			-webkit-animation: pulse 1s linear infinite;
			-moz-animation: pulse 1s linear infinite;
		}
  .section2 .primary-btn{
    position: relative;
  }
  .section2 .primary-btn span,
  .form .primary-btn span,
  .section1 .primary-btn span {
    font-weight: 700;
  }
  @keyframes bounce1 {
    0% {
      transform: rotate(-90deg) translateY(0);
    }
    5.55556% {
      transform: rotate(-90deg) translateY(0);
    }
    11.11111% {
      transform: rotate(-90deg) translateY(0);
    }
    22.22222% {
      transform: rotate(-90deg) translateY(-1.5rem);
    }
    27.77778% {
      transform: rotate(-90deg) translateY(0);
    }
    33.33333% {
      transform: rotate(-90deg) translateY(-1.5rem);
    }
    44.44444% {
      transform: rotate(-90deg) translateY(0);
    }
    100% {
      transform: rotate(-90deg) translateY(0);
    }
  }
  .section2 .primary-btn::before {
    content: "\f107";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    font-size: 5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: var(--secondary-color);
    left: -5rem;
    position: absolute;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation: bounce1 3.6s ease infinite;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
  }
  .section2 .primary-btn::after {
    content: "\f107";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    font-size: 5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: var(--secondary-color);
    right: -5rem;
    position: absolute;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation: bounce2 3.6s ease infinite;
    transform-origin: 50% 50%;
    transform: rotate(90deg);
  }
  @keyframes bounce2 {
    0% {
      transform: rotate(90deg) translateY(0);
    }
    5.55556% {
      transform: rotate(90deg) translateY(0);
    }
    11.11111% {
      transform: rotate(90deg) translateY(0);
    }
    22.22222% {
      transform: rotate(90deg) translateY(-1.5rem);
    }
    27.77778% {
      transform: rotate(90deg) translateY(0);
    }
    33.33333% {
      transform: rotate(90deg) translateY(-1.5rem);
    }
    44.44444% {
      transform: rotate(90deg) translateY(0);
    }
    100% {
      transform: rotate(90deg) translateY(0);
    }
  }
  .section2 ul li:nth-child(5) {
    padding-top: 2.5rem;
    align-items: flex-start;
  }
  .list-style2-box{
    transition-duration: 1.3s;
  }
  .list-style2-box:nth-child(1),
  .list-style2-box:nth-child(3),
  .list-style2-box:nth-child(5){
    transform: translateX(-5rem);
    opacity: 0;
  }
  .list-style2-box:nth-child(2),
  .list-style2-box:nth-child(4),
  .list-style2-box:nth-child(6){
    transform: translateX(5rem);
    opacity: 0;
  }
  .list-style2-box.active{
    transform: translateX(0);
    opacity: 1;
  }
  .primary-btn-1{
    display: none;
  }
  .close-form{
    display: none;
  }
  .credit-modal {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.credit-container {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 5.2rem;
    line-height: 5.8rem;
    text-transform: uppercase;
    color: var(--tertiary-color);
    text-align: center;
}

.credit-container span {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 4.8rem;
    text-transform: uppercase;
    color: var(--secondary-color);
    display: block;
    padding: 0.5rem;
}

.credit-close,
.credit-close-form {
    position: absolute;
    top: 5rem;
    right: 5rem;
    z-index: 1;
    background-image: url('../images/xmark-solid.svg');
    height: 5rem;
    width: 5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition-duration: 0.3s;
    opacity: 0.8;
}

.credit-close:hover,
.credit-close-form:hover {
    opacity: 1;
}
.credit-close-form{
  display: none;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 99999999;
  opacity: 1;
  filter: invert(48%) sepia(82%) saturate(985%) hue-rotate(9deg) brightness(105%) contrast(102%);
  height: 6rem;
  width: 6rem;
}
.credit-close-form.active{
  display: block;
}
.logo-bluesky {
  position: relative;
}
.logo-bluesky img {
  display: block;
  width: 2.2rem;
  position: relative;
  z-index: 1;
}

.logo-bluesky img:nth-child(2) {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition-duration: 0.1s;
  top: 0;
  left: 0;
}
.logo-bluesky:hover img:nth-child(2) {
  opacity: 1;
}
section.section8::before {
    background-color: #F29400;
}
.section8 {
  padding: 6rem 0;
}
.sec8-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec8-images-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec8-images-holder img {
  display: block;
}
.sec8-images-holder img:nth-child(1) {
  width: 3.6rem;
}
.sec8-images-holder img:nth-child(2) {
  width: 20.9rem;
}
.sec8-images-text {
  padding-left: 2rem;
}
.sec8-images-text p {
  color: var(--primary-color);
  font-size: 2.6rem;
  line-height: 3rem;
  font-family: 'Oswald';
  font-weight: 700;
  margin-bottom: 2rem;
}
.sec8-images-text .primary-btn {
  padding: 2rem;
  height: 7rem;
  background-color: var(--primary-color);
  color: var(--tertiary-color);
  font-size: 2.6rem;
  line-height: 3rem;
  font-family: 'Oswald';
  font-weight: 400;
}

.section3 ul {
  padding: 0 0 0 5rem;
  margin-bottom: 0.7rem;
}

.section3 ul li {
  text-align: left;
    font-size: 2.6rem;
    line-height: 3rem;
    font-family: 'RobotoCondensed';
    color: var(--color-4);
}
.section3 .p-btn{
  margin-top: 5rem;
  margin-bottom: 7.7rem;
}
.p-btn .primary-btn{
  position: relative;
}
.p-btn .primary-btn span {
  font-weight: 700;
}  
.p-btn .primary-btn::before {
    content: "\f107";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    font-size: 5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: var(--secondary-color);
    left: -5rem;
    position: absolute;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation: bounce1 3.6s ease infinite;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
  }
  .p-btn .primary-btn::after {
    content: "\f107";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    font-size: 5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: var(--secondary-color);
    right: -5rem;
    position: absolute;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation: bounce2 3.6s ease infinite;
    transform-origin: 50% 50%;
    transform: rotate(90deg);
  }
  .list-txt{
    padding-left: 2rem;
  }
  .section9 {
    padding: 8rem 0;
  }
  section.section9::before {
    background-color: #F29400;
  }
  .section9 p {
    color: var(--primary-color);
    font-size: 2.6rem;
    line-height: 3rem;
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .section9 .primary-btn {
    padding: 2rem;
    height: 7rem;
    background-color: var(--primary-color);
    color: var(--color-1);
    font-size: 2.6rem;
    line-height: 3rem;
    font-family: 'Oswald';
    font-weight: 400;
    width: 38.2rem;
  }
  .btn-holder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .sec7-info {
    width: 100%;
    padding: 1.5rem;
    border: 0.5rem solid var(--tertiary-color);
    text-align: left;
    margin-bottom: 6rem;
  }
  .sec7-info p,
  .sec7-info p b {
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 400;
  }
  .sec7-info p b {
    font-weight: 700;
  }
  .section7 h3 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 700;
    margin-bottom: 6rem;
    font-family: 'Oswald';
    text-align: center;
  }


  .section10 {
    padding: 8rem 0;
  }
  section.section10::before {
    background-color: #E6E6E6;
  }
  .section10 p {
    color: var(--tertiary-color);
    font-size: 2.6rem;
    line-height: 3rem;
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
  }
  .section10 .primary-btn {
    padding: 2rem;
    height: 7rem;
    background-color: var(--primary-color);
    color: var(--color-1);
    font-size: 2.6rem;
    line-height: 3rem;
    font-family: 'Oswald';
    font-weight: 400;
  }
  .sec10-btn-holder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 71.3rem;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .section10 .primary-btn-3 {
    background-color: var(--tertiary-color);
    color: var(--primary-color);
    font-weight: 700;
  }
  .section10 .primary-btn-4 {
    margin: 2rem auto 0 auto;
  }
  .section2 h3 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 700;
    margin-bottom: 4.1rem;
    margin-top: 4.1rem;
    font-family: 'Oswald';
    text-align: center;
}
/*  */
.popup-pdf {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  top: 0;
  left: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.popup-pdf.active{
  display: flex;
}
.popup-pdf iframe,
.popup-pdf embed {
  width: 90%;
  height: 90%;
}
.popup-pdf-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  background-image: url(../images/xmark-solid.svg);
  height: 5rem;
  width: 5rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition-duration: 0.3s;
  opacity: 0.8;
}
.popup-pdf-close:hover {
    opacity: 1;
}
.open-popup-pdf{
  cursor: pointer;
}