:root {
	--graphik-wide: 'Graphik Wide', sans-serif;
	--graphik-web: 'Graphik Web', sans-serif;
	--graphik-wide-super: 'Graphik Wide Super', sans-serif;
	--recoleta-alt: 'Recoleta Alt', sans-serif;
	--recoleta: 'Recoleta', sans-serif;
}

/*html, body {
  scroll-behavior: auto !important;
}*/


body {padding: 0px; margin: 0px;}

.container {max-width: 1280px;}

.btn {display: inline-flex; padding: 18px 28px; font-family: var(--graphik-web); font-size: 18px; font-weight: normal; border: 0px; border-radius: 50px; letter-spacing: 0.1rem; box-shadow: none; outline: 0px; line-height: 1;}
.btn.btn-primary {background: #c5aa70; color: #ffffff;}
.btn.btn-primary:hover {background: #13276f;}
.btn:focus {box-shadow: none; outline: 0px;}



header.navbar {display: block; padding: 0px; background: url(./assets/images/header-bg.png) left top repeat-x; position: fixed; top: 0px; left: 0px; right: 0px; z-index: 999; transition: top 0.3s ease, transform 0.3s ease;}
header.navbar.absolute {transform: translateY(-50px);}
header.navbar.fixed {transform: translateY(0);}
header.navbar .navbar-logo-menu {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; align-items: flex-start; padding: 0 203px;}
header.navbar .navbar-logo-menu .site-logo {display: block; margin-top: -6px; transition: all 0.5s; max-width: 150px;}
header.navbar .navbar-logo-menu .site-logo img {display: block; max-width: 100%; height: auto; transition: all 0.5s;}
header.navbar.scrolled .navbar-logo-menu .site-logo {max-width: 90px;}

header.navbar .navbar-logo-menu ul.navbar-nav {display: flex; flex-wrap: wrap; gap: 90px;}
header.navbar .navbar-logo-menu ul.navbar-nav li.nav-item {display: block;}
header.navbar .navbar-logo-menu ul.navbar-nav li.nav-item a.nav-link {display: block; padding: 0px 0 0 25px; font-family: var(--graphik-web); font-size: 12px; font-weight: normal; color: #ffffff; line-height: 72px; text-transform: uppercase; letter-spacing: 0.05rem; background: url(./assets/images/menu-icon.png) left center no-repeat;}


.wrap {position: relative;}
.js-sticky {position: sticky; top: var(--offset); height: calc(100vh - var(--offset));}

.hero-section {display: flex; flex-wrap: wrap; align-items: center; background: #dccec1 url(./assets/images/hero-img.jpg) center center no-repeat; background-size: cover; height: 100vh;}
.hero-section .hero-content {display: block; padding: 0;}
.hero-section .hero-content h1 {display: block; font-family: var(--recoleta-alt); font-weight: normal; font-size: 60px; color: #13276f; margin: 0 0 28px; line-height: 1.2; letter-spacing: -0.05rem;}
.hero-section .hero-content h3 {display: block; font-family: var(--recoleta-alt); font-weight: normal; font-size: 30px; color: #13276f; margin: 0 0 40px; line-height: 1; letter-spacing: -0.05rem;}


.dropsays-section {display: flex; flex-wrap: wrap; align-items: center; background: #c5aa70; height: 100vh; margin:0; position: relative;}
.dropsays-section:before {content: ''; position: absolute; left: 0px; top: -7px; right: 0px; background: url(./assets/images/dropsays-before.png) left bottom repeat-x; height: 7px;}
.dropsays-section:after {content: ''; position: absolute; left: 0px; bottom: -7px; right: 0px; background: url(./assets/images/dropsays-after.png) left bottom repeat-x; height: 7px;}
.dropsays-section .dropsays-content {display: block; width: 100%;}
.dropsays-section .dropsays-content h2 {display: block; font-family: var(--recoleta-alt); font-weight: normal; font-size: 48px; color: #ffffff; margin: 0 0 18px; letter-spacing: -0.05rem; line-height: 1;}
.dropsays-section .dropsays-content p {display: block; font-family: var(--graphik-web); font-weight: normal; font-size: 18px; color: #ffffff; margin: 0 0 37px;}
.dropsays-section hr {display: block; margin: 0; width: 83px; height: 2px; background: #ffffff; border: 0px; opacity: 1;}

.dropsays-section .dropsays-slider {display: block; margin-top: 18px;}
.dropsays-section .dropsays-slider .item {display: block; padding-right: 30px;}
.dropsays-section .dropsays-slider .item h3 {display: block; font-family: var(--recoleta-alt); font-weight: normal; font-size: 30px; color: #ffffff; margin: 0; letter-spacing: 0; line-height: 1.2;}
/*.dropsays-section .dropsays-slider .item.swiper-slide-active {opacity: 1 !important;}*/

.dropsays-section .dropsays-slider-img {display: block; width: 100%;}
.dropsays-section .dropsays-img {display: flex; flex-wrap: wrap; justify-content: center; width: 100%;}

.dropsays-section .slider-button-prev, .dropsays-section .slider-button-next {left: 0; position: absolute; top: 50%; width: 27px; height: 42px; transform: translateY(-50%); cursor: pointer; padding: 0px;}
.dropsays-section .slider-button-prev.slick-disabled, .dropsays-section .slider-button-next.slick-disabled {opacity: 0.5; cursor: none;}
.dropsays-section .slider-button-next {right: 0; left: auto;}


.whatmakes-section {display: flex; flex-wrap: wrap; align-items: center; background: #f5f1e7; height: auto; margin: 0; position: relative; padding: 100px 0;}
.whatmakes-section:before {content: ''; position: absolute; left: 0px; top: -7px; right: 0px; background: url(./assets/images/whatmakes-before.png) 58px bottom repeat-x; height: 7px;}
.whatmakes-section:after {content: ''; position: absolute; left: 0px; bottom: -7px; right: 0px; background: url(./assets/images/whatmakes-after.png) 58px bottom repeat-x; height: 7px;}
.whatmakes-section h4 {display: block; font-family: var(--graphik-web); font-size: 14px; color: #c5aa70; font-weight: 500; margin: 0 0 20px; letter-spacing: 0.25rem; line-height: 1; text-transform: uppercase;}
.whatmakes-section h2 {display: block; font-family: var(--recoleta-alt); font-weight: normal; font-size: 48px; color: #13276f; margin: 0 -10px; letter-spacing: -0.05rem; line-height: 1.2;}
.whatmakes-section .whatmakes-main {display: block; padding: 0 70px; position: relative; margin-top: 50px;}
.whatmakes-section .whatmakes-slider {display: block; position: relative;}
.whatmakes-section .whatmakes-slider .slick-list {margin: 0 -15px;}
.whatmakes-section .whatmakes-slider .item {display: block; padding: 0 15px;}
.whatmakes-section .whatmakes-slider .whatmakes-boxs {display: block; width: 100%; position: relative;}
.whatmakes-section .whatmakes-slider .whatmakes-boxs .whatmakes-image {display: block; width: 100%; border: solid 1px #c5aa70; border-radius: 20px; overflow: hidden;}
.whatmakes-section .whatmakes-slider .whatmakes-boxs .whatmakes-image img {display: block; width: 100%;}
.whatmakes-section .whatmakes-slider .whatmakes-boxs .whatmakes-content {display: block; width: 100%; position: absolute; left: 0px; bottom: 0px; right: 0px; background: #cca762; border-radius: 20px; padding: 20px 32.5px 20px 32.5px; min-height: 134px;}
.whatmakes-section .whatmakes-slider .whatmakes-boxs .whatmakes-content h3 {display: block; font-family: var(--recoleta-alt); font-weight: 500; font-size: 24px; color: #ffffff; margin: 0; letter-spacing: -0.05rem; line-height: 1.3; text-align: center;}

.whatmakes-section .whatmakes-slider .slick-arrow {position: absolute; left: -82px; top: 50%; transform: translateY(-50%); width: 27px; height: 42px; background: transparent; border: 0px; padding: 0px;}
.whatmakes-section .whatmakes-slider .slick-arrow.next-arrow {left: auto; right: -82px;}



.straight-section {display: flex; flex-wrap: wrap; align-items: center; background: #13276f; height: auto; margin: 0; position: relative; padding: 110px 0; z-index: 1;}
.straight-section:before {content: ''; position: absolute; left: 0px; top: -7px; right: 0px; background: url(./assets/images/straight-before.png) left bottom repeat-x; height: 7px;}
.straight-section:after {content: ''; position: absolute; left: 0px; bottom: -7px; right: 0px; background: url(./assets/images/straight-after.png) left bottom repeat-x; height: 7px;}
.straight-section h2 {display: block; font-family: var(--recoleta-alt); font-weight: normal; font-size: 48px; color: #c3aa71; margin: 0 0 40px; letter-spacing: -0.05rem; line-height: 1.2;}
.straight-section .straight-main {display: block; padding: 0 70px; position: relative; margin-top: 50px; margin-bottom: 80px;}
.straight-section .straight-slider {display: block;}
.straight-section .straight-slider .straight-boxs {display: block; width: 100%; position: relative;}
.straight-section .straight-slider .straight-boxs .straight-image {display: flex; flex-wrap: wrap; justify-content: center; width: 100%; position: relative;}
.straight-section .straight-slider .straight-boxs .straight-image img {display: block; max-width: 100%;}
.straight-section .straight-slider .straight-boxs .straight-content {display: block; width: 100%; text-align: center;}
.straight-section .straight-slider .straight-boxs .straight-content h3 {display: block; font-family: var(--recoleta-alt); font-weight: 400; font-size: 30px; color: #ffffff; margin: 0 0 15px; letter-spacing: 0rem; line-height: 1;}
.straight-section .straight-slider .straight-boxs .straight-content p {display: block; font-family: var(--graphik-web); font-weight: 400; font-size: 18px; color: #ffffff; margin: 0; letter-spacing: 0rem; line-height: 1.2;}

.straight-section .straight-slider .slick-arrow {position: absolute; left: -82px; top: 50%; transform: translateY(-50%); width: 27px; height: 42px; background: transparent; border: 0px; padding: 0px;}
.straight-section .straight-slider .slick-arrow.next-arrow {left: auto; right: -82px;}


.straight-section .available-text {display: block; text-align: center;}
.straight-section .available-text h4 {display: block; font-family: var(--graphik-web); font-weight: normal; font-size: 24px; color: #ffffff; line-height: 1; margin: 0px 0 10px;}
.straight-section .available-text h4 span {color: #626f9f;}
.straight-section .available-text h4 span.dot {display: inline-flex; margin: 0 15px; color: #fff;}
.straight-section .available-text h5 {display: block; font-family: var(--graphik-web); font-weight: 300; font-size: 24px; color: #ffffff; line-height: 1; margin: 0px;}
.straight-section .available-text ul {display: flex; flex-wrap: wrap; justify-content: center; padding: 0px; margin: 0px; list-style: none; gap: 16px;}
.straight-section .available-text ul li {display: block; font-family: var(--recoleta-alt); font-weight: 500; font-size: 24px; color: #baa371; margin: 0; letter-spacing: -0.05rem; line-height: 1.3;}



.ourstory-section {display: flex; flex-wrap: wrap; align-items: center; background: #f5f1e7; height: 100vh; margin: 0; position: relative; padding: 0;}
.ourstory-section .ourstory-img {display: block; width: 100%; position: relative; height: 100vh;}
.ourstory-section .ourstory-img img {display: block; width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; object-fit: cover;}

.ourstory-section .ourstory-content {display: flex; flex-wrap: wrap; justify-content: center; width: 52%; margin: 0 auto; text-align: center;}
.ourstory-section .ourstory-content h4 {display: block; width: 100%; font-family: var(--graphik-web); font-size: 14px; color: #231f20; font-weight: 500; margin: 0 0 20px; letter-spacing: 0.25rem; line-height: 1; text-transform: uppercase;}
.ourstory-section .ourstory-content h2 {display: block; width: 100%; font-family: var(--recoleta-alt); font-weight: normal; font-size: 48px; color: #c5aa70; margin: 0; letter-spacing: -0.05rem; line-height: 1.2;}
.ourstory-section .ourstory-content hr {display: block; width: 83px; height: 1px; background: #c5aa70; border: 0px; opacity: 1; margin: 0px;}
.ourstory-section .ourstory-content h3 {display: block; width: 100%; font-family: var(--graphik-web); font-weight: normal; font-size: 24px; color: #14276f; margin: 0; letter-spacing: 0; line-height: 1.2; padding: 20px 40px;}
.ourstory-section .ourstory-content p {display: block; width: 100%; font-family: var(--graphik-web); font-weight: normal; font-size: 18px; color: #231f20; margin: 30px 0 70px; letter-spacing: 0.05rem; line-height: 1.5;}
.ourstory-section .ourstory-content p span {display: block; font-weight: 500; margin-top: 20px;}

.ourstory-section .ourstory-content .icon {display: flex; flex-wrap: wrap; justify-content: center; width: 100%; position: relative; height: 114px;}
.ourstory-section .ourstory-content .icon:before {content: ''; position: absolute; top: -52px; left: 50%; transform: translateX(-50%); width: 1px; height: 32px; background: #c5aa70;}
.ourstory-section .ourstory-content .icon .rotate {display: block; position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.ourstory-section .ourstory-content .icon .rotate img {display: block; max-width: 100%; animation: animRotate 5s linear infinite;}

@keyframes animRotate {
 	0% {
    	transform: rotate(0deg);
   	} 100% {
    	transform: rotate(360deg);
   	}
}


.howmake-section {display: flex; flex-wrap: wrap; align-items: center; background: url(./assets/images/howmake-bg.png) center center no-repeat; background-size: auto 100%; height: 100vh; margin: -7px 0 0 0; position: relative; padding: 0;}
.howmake-section .howmake-title {display: block; padding-top: 60px;}
.howmake-section .howmake-title h4 {display: block; width: 100%; font-family: var(--graphik-web); font-size: 14px; color: #ffffff; font-weight: 500; margin: 0 0 20px; letter-spacing: 0.25rem; line-height: 1; text-transform: uppercase;}
.howmake-section .howmake-title h2 {display: block; width: 100%; font-family: var(--recoleta-alt); font-weight: normal; font-size: 48px; color: #c5aa70; margin: 0; letter-spacing: -0.05rem; line-height: 1.1;}

.howmake-section .howmake-boxs {display: block; margin-bottom: 30px;}
.howmake-section .howmake-boxs .howmake-img {display: block; margin-bottom: 20px;}
.howmake-section .howmake-boxs .howmake-img img {display: block; max-width: 100%;}
.howmake-section .howmake-boxs .howmake-content {display: block;}
.howmake-section .howmake-boxs .howmake-content h5 {display: block; font-family: var(--graphik-web); font-size: 18px; color: #ffffff; font-weight: 500; letter-spacing: -0.05rem; line-height: 1; margin: 0 0 25px;}
.howmake-section .howmake-boxs .howmake-content p {display: block; font-family: var(--graphik-web); font-size: 18px; color: #ffffff; font-weight: normal; letter-spacing: -0.05rem; line-height: 1.2; margin: 0;}


.testimonials-section {display: flex; flex-wrap: wrap; align-items: center; background: #fff; height: 100vh; margin: 0; position: relative; padding: 80px 0 0 0;}
.testimonials-section:before {content: ''; position: absolute; left: 0px; top: -7px; right: 0px; background: url(./assets/images/testimonials-before.png) 24px bottom repeat-x; height: 7px;}
.testimonials-section:after {content: ''; position: absolute; left: 0px; bottom: -7px; right: 0px; background: url(./assets/images/testimonials-after.png) 82px bottom repeat-x; height: 7px;}
.testimonials-section .testimonials-title {display: block; text-align: center; margin-bottom: 60px;}
.testimonials-section .testimonials-title h4 {display: block; width: 100%; font-family: var(--graphik-web); font-size: 14px; color: #c5aa70; font-weight: 500; margin: 0 0 20px; letter-spacing: 0.25rem; line-height: 1; text-transform: uppercase;}
.testimonials-section .testimonials-title h2 {display: inline-block; width: auto; font-family: var(--recoleta-alt); font-weight: normal; font-size: 48px; color: #13276f; margin: 0; letter-spacing: -0.05rem; line-height: 1.1;}

.testimonials-section .testimonials-main {display: block; padding: 0 70px; position: relative; margin-top: 50px; margin-bottom: 80px;}
.testimonials-section .testimonials-slider {display: block;}
.testimonials-section .testimonials-slider .slick-track {padding: 20px 0 !important;}
.testimonials-section .testimonials-slider .item {transform: scale(0.8); transition: all 0.5s;}
.testimonials-section .testimonials-slider .item.slick-current.slick-active {display: block; transform: scale(1.1);}

.testimonials-section .testimonials-boxs {display: block; background: #f5f1e7; border: solid 1px #c5aa70; border-radius: 20px; padding: 75px 47px 70px 47px;}
.testimonials-section .testimonials-boxs .testimonials-content {display: block;}
.testimonials-section .testimonials-boxs .testimonials-content p {display: block; text-align: center; font-family: var(--recoleta-alt); font-weight: normal; font-size: 24px; color: #13276f; letter-spacing: -0.05rem; line-height: 1.1; margin: 0px 0 53px; min-height: 81px;}
.testimonials-section .testimonials-boxs .testimonials-image {display: flex; flex-wrap: wrap; justify-content: center;}
.testimonials-section .testimonials-boxs .testimonials-image img {display: block; width: 68px; height: 68px; border-radius: 50%; object-fit: cover;}
.testimonials-section .testimonials-boxs .testimonials-name {display: block; position: relative; margin-top: 30px;}
.testimonials-section .testimonials-boxs .testimonials-name:before {content: ''; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 25px; height: 1px; background: #231f20;}
.testimonials-section .testimonials-boxs .testimonials-name h3 {display: block; text-align: center; font-family: var(--graphik-web); font-size: 18px; color: #231f20; font-weight: normal; margin: 0; letter-spacing: 0.05rem; line-height: 1;}


.testimonials-section .testimonials-slider .slick-arrow {position: absolute; left: -82px; top: 50%; transform: translateY(-50%); width: 27px; height: 42px; background: transparent; border: 0px; padding: 0px;}
.testimonials-section .testimonials-slider .slick-arrow.next-arrow {left: auto; right: -82px;}

.testimonials-section .swiper-button-prev {left: 0;}
.testimonials-section .swiper-button-prev:after {display: none;}
.testimonials-section .swiper-button-next {right: 0;}
.testimonials-section .swiper-button-next:after {display: none;}



.partner-section {display: flex; flex-wrap: wrap; align-items: center; background: url(./assets/images/partner-bg.png) center center no-repeat; background-size: auto 100%; height: 100vh; margin: 0; position: relative; padding: 0; z-index: 2;}
.partner-section .partner-content {display: block;}
.partner-section .partner-content h4 {display: block; width: 100%; font-family: var(--graphik-web); font-size: 14px; color: #ffffff; font-weight: 500; margin: 0 0 20px; letter-spacing: 0.25rem; line-height: 1; text-transform: uppercase;}
.partner-section .partner-content h2 {display: block; width: 100%; font-family: var(--recoleta-alt); font-weight: normal; font-size: 36px; color: #ffffff; margin: 0; letter-spacing: -0.05rem; line-height: 1.2;}
.partner-section .partner-content hr {display: block; width: 83px; height: 1px; opacity: 1; border: 0px; background: #c5aa70; margin: 30px 0;}
.partner-section .partner-content h3 {display: block; width: 100%; font-family: var(--graphik-web); font-weight: normal; font-size: 24px; color: #ffffff; margin: 0 0 25px; letter-spacing: 0; line-height: 1.1;}
.partner-section .partner-content ul.partner-contact {display: block; padding: 0px; margin: 0px; list-style: none;}
.partner-section .partner-content ul.partner-contact li {display: block; font-family: var(--graphik-web); font-size: 18px; color: #c5aa70; font-weight: 500; letter-spacing: 0.05rem;}
.partner-section .partner-content ul.partner-contact li a {color: #c5aa70; font-weight: normal; text-decoration: none;}




.getintouch-section {display: flex; flex-wrap: wrap; align-items: flex-start; background: #ffffff; height: 100vh; margin: -7px 0 0 0; position: relative; padding: 0;}
.getintouch-section:before {content: ''; position: absolute; left: 0; top: 0; bottom: 0; display: block; background: #f5f1e7; width: 50%;}
.getintouch-section:after {content: ''; position: absolute; left: 0; right: 0; bottom: 0; display: block; background: url(./assets/images/getintouch-bg.png); height: 267px; z-index: 0;}

.getintouch-section .container {position: relative; z-index: 1;}
.getintouch-section .getintouch-logo {display: block; margin-bottom: 35px;}
.getintouch-section .getintouch-logo img {display: block; max-width: 100%;}

.getintouch-section .getintouch-content {display: block;}
.getintouch-section .getintouch-content h2 {display: block; width: 100%; font-family: var(--recoleta-alt); font-weight: normal; font-size: 48px; color: #c5aa70; margin: 0; letter-spacing: -0.05rem; line-height: 1.2;}
.getintouch-section .getintouch-content hr {display: block; width: 83px; height: 1px; opacity: 1; border: 0px; background: #c5aa70; margin: 20px 0 30px;}
.getintouch-section .getintouch-content p {display: block; width: 100%; font-family: var(--graphik-web); font-weight: normal; font-size: 18px; color: #231f20; margin: 0 0 25px; letter-spacing: 0.05rem; line-height: 1.3;}
.getintouch-section .getintouch-content p span {display: block; font-weight: 500; margin-bottom: 10px;}
.getintouch-section .getintouch-content ul.partner-contact {display: block; padding: 0px; margin: 0px; list-style: none;}
.getintouch-section .getintouch-content ul.partner-contact li {display: block; font-family: var(--graphik-web); font-size: 18px; color: #231f20; font-weight: 500; letter-spacing: 0.05rem;}
.getintouch-section .getintouch-content ul.partner-contact li a {color: #231f20; font-weight: normal; text-decoration: none;}

.getintouch-section .getintouch-content .followus-boxs {display: flex; flex-wrap: wrap; gap: 20px; align-items: center; padding: 24px 0;}
.getintouch-section .getintouch-content .followus-boxs span {display: block; font-family: var(--graphik-web); font-size: 18px; font-weight: normal; color: #231f20; line-height: 1;}
.getintouch-section .getintouch-content .followus-boxs .social-icon {display: flex; flex-wrap: wrap; gap: 12px;}
.getintouch-section .getintouch-content .followus-boxs .social-icon a {display: block;}
.getintouch-section .getintouch-content .followus-boxs .social-icon img {display: block; width: 25px; height: 25px;}
.getintouch-section .getintouch-content .incubated-text {display: block; width: 71%; padding: 10px 0; border-top: solid 1px #c5aa70; border-bottom: solid 1px #c5aa70;}
.getintouch-section .getintouch-content .incubated-text p {display: block; font-family: var(--graphik-web); font-weight: normal; font-size: 18px; color: #14276f; line-height: 1.3; margin: 0px; letter-spacing: 0px;}

.getintouch-section .getintouch-form {display: block; padding-top: 267px;}
.getintouch-section .getintouch-form .wpcf7-form {display: block;}
.getintouch-section .getintouch-form .wpcf7-form .form-group {display: block; width: 100%; margin-bottom: 40px;}
.getintouch-section .getintouch-form .wpcf7-form .form-group:nth-last-child(2) {margin-bottom: 0;}
.getintouch-section .getintouch-form .wpcf7-form .form-group p {display: flex; flex-wrap: wrap; width: 100%; margin: 0px;}
.getintouch-section .getintouch-form .wpcf7-form .form-group span {display: block; width: 100%; margin: 0px;}
.getintouch-section .getintouch-form .wpcf7-form .form-group span.wpcf7-spinner {width: 24px; margin: 0 10px;}
.getintouch-section .getintouch-form .wpcf7-form .form-group .form-control {display: block; width: 100%; margin: 0px; padding: 5px 0; background: #fff; border-radius: 0; border: 0px; border-bottom: solid 1px #c5aa70; font-family: var(--graphik-web); font-weight: normal; font-size: 18px; color: #231f20; line-height: 1; margin: 0px; letter-spacing: 0.05rem; outline: none; box-shadow: none;}
.getintouch-section .getintouch-form .wpcf7-form .form-group .form-control.wpcf7-textarea {height: 70px;}
.getintouch-section .getintouch-form .wpcf7-form .form-group .form-control::placeholder {opacity: 0.5; color: #231f20;}
.getintouch-section .getintouch-form .wpcf7-form .form-group .btn.btn-primary {display: inline-flex; padding: 19px 29px; background: #c5aa70; border-radius: 30px; font-family: var(--graphik-web); font-size: 18px; color: #ffffff; border: 0px; line-height: 1; cursor: pointer; letter-spacing: 0.05rem;}
.getintouch-section .getintouch-form .wpcf7-form .form-group .btn.btn-primary:hover {background: #13276f;}


footer {display: block; background: #e1d4b8; padding: 40px 0;}
footer ul.footer-menu {display: flex; flex-wrap: wrap; padding: 0px; margin: 0px 28px 0 0; list-style: none;}
footer ul.footer-menu li.menu-item {display: block;}
footer ul.footer-menu li.menu-item a {display: block; font-family: var(--graphik-web); font-size: 16px; font-weight: normal; color: #231f20; line-height: 1; letter-spacing: 0.05rem; text-decoration: none;}
footer .copyright-text {display: block; font-family: var(--graphik-web); font-size: 16px; font-weight: normal; color: #231f20; line-height: 1; letter-spacing: 0.05rem; margin: 0px;}
footer .copyright-text a {color: #231f20; text-decoration: none;}
footer .designed-text {display: block; text-align: right; font-family: var(--graphik-web); font-size: 16px; font-weight: normal; color: #231f20; line-height: 1; letter-spacing: 0.05rem; margin: 0px;}
footer .designed-text a {color: #231f20; text-decoration: none;}
footer .designed-text a:hover {color: #13276f; text-decoration: underline;}

.modal-title {display: block; font-family: var(--recoleta-alt); font-weight: normal; font-size: 36px; color: #13276f; margin: 0; letter-spacing: -0.05rem; line-height: 1.2;}
.modal-body h4 {display: block; font-family: var(--recoleta-alt); font-weight: normal; font-size: 26px; color: #13276f; margin: 0 0 15px; letter-spacing: -0.05rem; line-height: 1.2;}
.modal-body p {display: block; font-family: var(--graphik-web); font-weight: normal; font-size: 16px; color: #231f20; letter-spacing: 0.01rem; line-height: 1.5;}
.modal-body a {font-family: var(--graphik-web); font-weight: normal; font-size: 16px; color: #231f20; letter-spacing: 0.01rem; line-height: 1.5;}
.modal-body li {font-family: var(--graphik-web); font-weight: normal; font-size: 16px; color: #231f20; letter-spacing: 0.01rem; line-height: 1.5;}


/* Responsive */

@media (max-width: 1700px) {
	.ourstory-section .ourstory-content {width: 62%;}
	.getintouch-section::after {background-size: 100% auto; height: 222px; background-repeat: no-repeat;}
}


@media (max-width: 1599px) {
	.ourstory-section .ourstory-content {width: 72%;}
	.getintouch-section::after {height: 200px;}
}


@media (max-width: 1439px) {
	.container {max-width: 1140px;}
	header.navbar .navbar-logo-menu {padding: 0 100px;}
	.whatmakes-section .whatmakes-slider .whatmakes-boxs .whatmakes-content {padding: 20px;}
	.whatmakes-section .whatmakes-slider .whatmakes-boxs .whatmakes-content h3 {font-size: 20px;}
	.ourstory-section .ourstory-content {width: 78%;}
	.getintouch-section::after {height: 178px;}
	.testimonials-section .testimonials-boxs {padding: 45px 27px 40px 27px;}

}


@media (max-width: 1199px) {
	.container {max-width: 960px;}
	header.navbar .navbar-logo-menu {padding: 0 50px;}

	.hero-section .hero-content h1 {font-size: 50px; margin-bottom: 20px;}
	.hero-section .hero-content h3 {font-size: 26px; margin-bottom: 30px;}

	.dropsays-section .slider-button-prev {left: -20px;}
	.dropsays-section .slider-button-next {right: -20px;}

	.whatmakes-section h2 {font-size: 42px;}
	.whatmakes-section .whatmakes-main {padding: 0 40px;}
	.whatmakes-section .whatmakes-slider .whatmakes-boxs .whatmakes-content {min-height: 112px;}
	.whatmakes-section .whatmakes-slider .whatmakes-boxs .whatmakes-content h3 {font-size: 18px;}	

	.whatmakes-section .whatmakes-slider .slick-arrow {left: -62px;}
	.whatmakes-section .whatmakes-slider .slick-arrow.next-arrow {right: -62px;}

	.straight-section {padding: 80px 0;}
	.straight-section h2 {font-size: 42px; margin-bottom: 30px;}
	.straight-section .straight-main {padding: 0 40px; margin-top: 30px; margin-bottom: 50px;}
	.straight-section .straight-slider .straight-boxs .straight-content h3 {font-size: 26px;}
	.straight-section .straight-slider .straight-boxs .straight-content p {font-size: 16px;}
	.straight-section .available-text h4 {font-size: 20px;}
	.straight-section .available-text ul li {font-size: 20px;}
	.straight-section .available-text h5 {font-size: 20px;}

	.straight-section .straight-slider .slick-arrow {left: -62px;}
	.straight-section .straight-slider .slick-arrow.next-arrow {right: -62px;}

	.ourstory-section .ourstory-content h2 {font-size: 42px;}
	.ourstory-section .ourstory-content h3 {font-size: 20px; padding: 20px 10px;}
	.ourstory-section .ourstory-content p {margin: 20px 0 70px; font-size: 16px;}

	.howmake-section .howmake-title h2 {font-size: 42px;}

	.testimonials-section .testimonials-title {margin-bottom: 30px;}
	.testimonials-section .testimonials-title h2 {font-size: 42px;}

	.testimonials-section .testimonials-main {padding: 0 40px; margin-top: 30px; margin-bottom: 50px;}
	.testimonials-section .testimonials-boxs {padding: 45px 37px 40px 37px;}

	.testimonials-section .testimonials-slider .slick-arrow {left: -62px;}
	.testimonials-section .testimonials-slider .slick-arrow.next-arrow {right: -62px;}

	.partner-section .partner-content h2 {font-size: 32px;}
	.partner-section .partner-content h3 {font-size: 22px;}

	.getintouch-section::after {height: 142px;}
	.getintouch-section .getintouch-logo {margin-bottom: 25px;}
	.getintouch-section .getintouch-logo img {max-width: 140px;}
	.getintouch-section .getintouch-content h2 {font-size: 42px;}
	.getintouch-section .getintouch-content p {font-size: 16px;}
	.getintouch-section .getintouch-content ul.partner-contact li {font-size: 16px;}
	.getintouch-section .getintouch-content .incubated-text p {font-size: 16px;}
	.getintouch-section .getintouch-form {padding-top: 167px;}

	footer {padding: 25px 0;}
	footer ul.footer-menu li.menu-item a {font-size: 14px;}
	footer .copyright-text {font-size: 14px;}
	footer .designed-text {font-size: 14px;}

}


@media (max-width: 991px) {
	.container {max-width: 720px;}

	header.navbar .navbar-logo-menu {padding: 0;}
	header.navbar .navbar-logo-menu .site-logo {z-index: 2;}
	header.navbar .navbar-logo-menu .site-logo img {max-width: 120px; height: auto;}
	header.navbar .navbar-toggler {padding: 0; margin-top: 16px; border: 0; background: transparent; border-radius: 0px; width: 40px; outline: 0; box-shadow: none;}
	header.navbar .navbar-toggler svg {fill: #fff;}
	header.navbar .navbar-logo-menu .navbar-collapse {position: absolute; left: 0px; top: 60px; right: 0px; z-index: 1;}
	header.navbar .navbar-logo-menu ul.navbar-nav {background: #13276f; padding: 80px 36px 0; gap: 0px;}
	header.navbar .navbar-logo-menu ul.navbar-nav li.nav-item a.nav-link {line-height: 50px;}

	.hero-section {background: #dccec1 url(./assets/images/hero-img-mobile.jpg) center center no-repeat; padding-top: 150px; align-items: flex-start;}

	.dropsays-section .dropsays-content {margin-bottom: 40px;}
		
	.ourstory-section {align-items: flex-start;}
	.ourstory-section .ourstory-img {height: 30vh;}
	.ourstory-section .ourstory-content {width: 70%; padding: 50px 0;}

	.howmake-section .howmake-title {padding: 0px; margin-bottom: 40px;}

	.testimonials-section .testimonials-slider .item {transform: scale(1.0); padding: 0 15px;}
	.testimonials-section .testimonials-slider .item.slick-current.slick-active {transform: scale(1);}

	.testimonials-section .testimonials-boxs {padding: 35px 25px;}
	.testimonials-section .testimonials-boxs .testimonials-content p {min-height: 110px;}

	.partner-section {background: url(./assets/images/partner-bg-mobile.jpg) center center no-repeat; align-items: flex-start; padding-top: 140px;}

	.getintouch-section::before {height: 58vh; width: 100%; bottom: auto;}
	.getintouch-section::after {height: 107px;}
	.getintouch-section .getintouch-form {padding-top: 75px;}
	.getintouch-section .getintouch-form .wpcf7-form .form-group {margin-bottom: 20px;}
}


@media (max-width: 767px) {
	.container {max-width: 540px;}

	.btn {padding: 14px 18px; font-size: 14px; letter-spacing: 0.05rem;}

	header.navbar {background-size: 90px auto; padding: 0 20px;}
	header.navbar .navbar-logo-menu .site-logo img {max-width: 100px;}
	header.navbar.scrolled .navbar-logo-menu .site-logo img {max-width: 80px;}
	header.navbar .navbar-toggler {width: 30px; margin-top: 10px;}
	header.navbar .navbar-logo-menu .navbar-collapse {top: 40px;}
	header.navbar .navbar-logo-menu ul.navbar-nav {padding: 60px 16px 0;}

	.hero-section {padding: 110px 20px 50px 20px; align-items: flex-start; background-size: cover;}
	.hero-section .hero-content h1 {font-size: 24px;}
	.hero-section .hero-content h3 {font-size: 18px; margin-bottom: 20px;}
	
	.dropsays-section {padding: 50px 20px; height: auto; align-items: flex-start;}
	.dropsays-section .dropsays-content {margin-bottom: 20px; text-align: center;}
	.dropsays-section .dropsays-content h2 {font-size: 24px;}
	.dropsays-section .dropsays-content p {font-size: 14px; margin-bottom: 25px;}
	.dropsays-section .dropsays-slider {margin: 0px;}
	.dropsays-section .dropsays-slider .item h3 {padding: 0px; font-size: 18px; line-height: 1.3; text-align: center;}
	.dropsays-section .dropsays-img img {max-width: 160px;}
	.dropsays-section hr {margin: 35px auto 10px; height: 1px;}
	.dropsays-section .slider-button-prev {left: 0px; transform: scale(0.8);}
	.dropsays-section .slider-button-next {right: 0px; transform: scale(0.8);}

	.whatmakes-section {padding: 50px 20px; height: auto; align-items: flex-start;}
	.whatmakes-section h2 {font-size: 24px;}
	.whatmakes-section .whatmakes-main {padding: 0 30px; margin-top: 20px;}
	.whatmakes-section .whatmakes-slider .whatmakes-boxs .whatmakes-content {padding: 15px; border-radius: 15px; min-height: 100px;}
	.whatmakes-section .whatmakes-slider .slick-arrow {left: -45px; transform: scale(0.8);}
	.whatmakes-section .whatmakes-slider .slick-arrow.next-arrow {right: -45px;}


	.straight-section {padding: 50px 20px; height: auto; align-items: flex-start;}
	.straight-section h2 {font-size: 24px; margin-bottom: 20px;}
	.straight-section .straight-main {padding: 0 30px; margin-top: 0px; margin-bottom: 20px;}
	.straight-section .straight-slider .straight-boxs .straight-content h3 {font-size: 22px;}
	.straight-section .available-text h4 {font-size: 16px;}
	.straight-section .available-text h4 span.dot {margin: 0 10px;}
	.straight-section .available-text ul {gap: 10px;}
	.straight-section .available-text ul li {font-size: 16px;}
	.straight-section .available-text h5 {font-size: 16px;}
	.straight-section .straight-slider .slick-arrow {left: -45px; transform: scale(0.8);}
	.straight-section .straight-slider .slick-arrow.next-arrow {right: -45px;}
	

	.ourstory-section {height: auto;}
	.ourstory-section .ourstory-img {height: 40vh;}
	.ourstory-section .ourstory-content {padding: 50px 30px; width: 100%;}
	.ourstory-section .ourstory-content h4 {margin-bottom: 10px;}
	.ourstory-section .ourstory-content h2 {font-size: 24px;}
	.ourstory-section .ourstory-content h3 {padding: 10px 0; font-size: 16px;}
	.ourstory-section .ourstory-content p {margin: 10px 0 30px; font-size: 14px;}
	.ourstory-section .ourstory-content p span {margin-top: 10px;}
	.ourstory-section .ourstory-content .icon {height: 70px;}
	.ourstory-section .ourstory-content .icon img {max-width: 70px;}
	.ourstory-section .ourstory-content .icon::before {height: 12px; top: -22px;}
	.ourstory-section .ourstory-content .icon .rotate {max-width: 70px;}

	.howmake-section {padding: 50px 20px 20px; height: auto; align-items: flex-start; background: url(./assets/images/howmake-mobile-bg.png) center bottom no-repeat; background-size: cover;}
	.howmake-section .howmake-title {margin-bottom: 30px; text-align: center;}
	.howmake-section .howmake-title h4 {margin-bottom: 10px;}
	.howmake-section .howmake-title h2 {font-size: 24px;}
	.howmake-section .howmake-main {padding: 0 30px; position: relative;}
	.howmake-section .howmake-boxs {margin-bottom: 15px; text-align: center;}
	.howmake-section .howmake-boxs .howmake-img {display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 10px;}
	.howmake-section .howmake-boxs .howmake-img img {max-width: 50px;}
	.howmake-section .howmake-boxs .howmake-content h5 {margin-bottom: 10px;}
	.howmake-section .howmake-boxs .howmake-content p {font-size: 16px;}
	.howmake-section .howmake-boxs .howmake-content p br {display: none;}
	

	.testimonials-section {padding: 50px 20px; height: auto; align-items: flex-start;}
	.testimonials-section::before {background-position: -36px bottom;}
	.testimonials-section .testimonials-title {margin-bottom: 20px;}
	.testimonials-section .testimonials-title h4 {margin-bottom: 10px;}
	.testimonials-section .testimonials-title h2 {font-size: 24px;}
	.testimonials-section .testimonials-slider .swiper-slide {width: 100%;}
	.testimonials-section .testimonials-main {padding: 0px; margin-bottom: 0px;}
	.testimonials-section .testimonials-boxs {padding: 25px 15px; margin-bottom: 30px;}
	.testimonials-section .testimonials-boxs:last-child {margin-bottom: 0;}
	.testimonials-section .testimonials-boxs .testimonials-content p {font-size: 18px; min-height: inherit; margin-bottom: 40px;}
	.testimonials-section .testimonials-boxs .testimonials-name h3 {font-size: 16px;}

	.partner-section {padding: 50px 20px; background-size: cover;}
	.partner-section .partner-content {text-align: center;}
	.partner-section .partner-content h2 {font-size: 24px;}
	.partner-section .partner-content hr {margin: 15px auto;}
	.partner-section .partner-content h3 {font-size: 18px; margin-bottom: 15px;}
	.partner-section .partner-content ul.partner-contact li {font-size: 16px;}

	.getintouch-section {height: auto; padding: 0 20px 50px;}
	.getintouch-section::before {display: none;}
	.getintouch-section::after {height: 62px; background-size: 120% auto; background-position: center top;}
	.getintouch-section .getintouch-logo {margin-bottom: 15px;}
	.getintouch-section .getintouch-logo img {max-width: 90px;}
	.getintouch-section .getintouch-content h2 {font-size: 24px;}
	.getintouch-section .getintouch-content hr {margin: 15px 0;}
	.getintouch-section .getintouch-content p {font-size: 14px; margin-bottom: 15px; letter-spacing: 0px;}
	.getintouch-section .getintouch-content ul.partner-contact li {font-size: 14px; letter-spacing: 0px;}
	.getintouch-section .getintouch-content .followus-boxs {padding: 15px 0; gap: 15px;}
	.getintouch-section .getintouch-content .followus-boxs span {font-size: 14px;}
	.getintouch-section .getintouch-content .incubated-text {width: 100%;}
	.getintouch-section .getintouch-content .incubated-text p {font-size: 14px;}
	.getintouch-section .getintouch-form {padding-top: 15px;}
	.getintouch-section .getintouch-form .wpcf7-form .form-group {margin-bottom: 10px;}
	.getintouch-section .getintouch-form .wpcf7-form .form-group .form-control {font-size: 14px;}
	.getintouch-section .getintouch-form .wpcf7-form .form-group .form-control.wpcf7-textarea {height: 60px;}
	.getintouch-section .getintouch-form .wpcf7-form .form-group .btn.btn-primary {padding: 12px 20px; font-size: 14px;}


	footer {padding: 15px 0;}

	footer ul.footer-menu {width: 100%; margin: 0 0 10px 0; justify-content: center;}
	footer .copyright-text {width: 100%; margin: 0 0 10px 0; text-align: center;}
	footer .designed-text {width: 100%; margin: 0; text-align: center;}

	.modal-title {font-size: 26px;}
	.modal-body h4 {font-size: 22px;}

}


@media (max-width: 567px) {
	.container {max-width: 100%;}
}
