@import "colors.css";
body {
  padding: 0;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  background-color: var(--black);
}

.reset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.warn {
  display: block !important;
  margin-top: 25px;
  color: var(--red);
}

.success {
  display: block !important;
  margin-top: 25px;
  color: var(--light_green);
}

.fixed {
  position: fixed;
  -webkit-box-shadow: 0 0 6px 0 #e0e0e0;
  -moz-box-shadow: 0 0 6px 0 #e0e0e0;
  box-shadow: 0 0 6px 0 #e0e0e0;
  transition: box-shadow 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: var(--white);
}

button {
  outline: none;
}

aside > p::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

aside.warn > p::after {
  background-image: url('/images/svg/warn.svg');
}

aside.success > p::after {
  background-image: url('/images/svg/success.svg');
}

section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

header {
  width: 100%;
  padding: 25px 10px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition-duration: 0.2s;
}

header > a#logo {
  display: inline-block;
  height: 36px;
  position: relative;
  z-index: 1000;
}

header > a#logo > img {
  width: 160px;
  height: auto;
  vertical-align: middle;
}

header.fixed > a#logo > img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(2023%) hue-rotate(254deg) brightness(102%) contrast(100%);
}

header > p#langs {
  display: inline-block;
  padding-right: 20px;
  margin: 0;
  position: absolute;
  right: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header > p#langs::after {
  content: "";
  width: 12px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/images/svg/bottom_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header.fixed > p#langs::after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(2023%) hue-rotate(254deg) brightness(102%) contrast(100%);
}

header > p#langs > img {
  width: 27px;
  height: auto;
  vertical-align: middle;
}

header > img.menu {
  width: 40px;
  height: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(497%) hue-rotate(173deg) brightness(113%) contrast(100%);
}

header.fixed > img.menu {
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(2023%) hue-rotate(254deg) brightness(102%) contrast(100%);
}

main > section:nth-child(1):not(.newsletter_popup), main > section:nth-child(2):not(.newsletter_popup) {
  opacity: 1;
  transform: translateY(0);
}

main > section:nth-child(n+3):not(.newsletter_popup) {
  opacity: 0;
  transform: translateY(144px);
}

main > section:not(.newsletter_popup) {
  position: relative;
  transform: translateY(144px);
  opacity: 0;
  transition: 1s all ease;
}

main > section.active:not(.newsletter_popup) {
  transform: translateY(0);
  opacity: 1;
}

main > section:first-of-type:not(.slider) {
  padding-top: 150px;
}

main section.slider {
  height: 100vh;
  position: relative;
}

main section.slider ul {
}

main section.slider ul li {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*main section.slider ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}*/

main section.slider ul li div.text {
  height: 100%;
  position: relative;
}

main section.slider ul li div.text > div {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--white);
}

main section.slider > ul.owl-slider > div > div > div > li > div > div > h1, main section.slider > ul.owl-slider > div > div > div > li > div > div > h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

main section.slider > ul.owl-slider > div > div > div > li > div > div > h1 + p:not([class]), main section.slider > ul.owl-slider > div > div > div > li > div > div > h2 + p:not([class]) {
  margin-top: 25px;
}

main section.slider > ul.owl-slider > div > div > div > li > div > div > h1 + p.btn, main section.slider > ul.owl-slider > div > div > div > li > div > div > h2 + p.btn {
  margin-top: 30px;
}

main section.slider > ul.owl-slider > div > div > div > li > div > div > p:not([class]) {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--light_gray);
}

main section.slider > ul.owl-slider > div > div > div > li > div > div > p + p.btn {
  margin-top: 35px;
}

main section.slider > ul.owl-slider > div > div > div > li > div > div > p.btn {
  display: inline-block;
  position: relative;
  margin: 0;
  border-radius: 50px;
  border: 1px solid var(--light_purple);
  background-color: var(--light_purple);
}

main section.slider > ul.owl-slider > div > div > div > li > div > div > p.btn > a {
  display: block;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--white);
}

main section.slider > ul.owl-slider > div.owl-nav {
  position: absolute;
  left: 0;
  right: 30px;
  bottom: 60px;
}

main section.slider > ul.owl-slider > div.owl-nav > button {
  position: absolute;
}

main section.slider > ul.owl-slider > div.owl-nav > button.owl-prev {
  right: 50px;
}

main section.slider > ul.owl-slider > div.owl-nav > button.owl-next {
  right: 0;
}

main section.slider > ul.owl-slider > div.owl-nav > button > p {
  margin: 0;
}

main section.slider > ul.owl-slider > div.owl-nav > button > p > img {
  width: 30px;
  height: auto;
  vertical-align: middle;
}

main section.filler_services {
  padding: 100px 15px;
  background-color: var(--black);
}

main section.filler_services > section > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.filler_services > section > * + h1, main section.filler_services > section > * + h2 {
  margin-top: 15px !important;
}

main section.filler_services > section > h1, main section.filler_services > section > h2 {
  width: 95%;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--white);
}

main section.filler_services > section {
  position: relative;
}

main section.filler_services > section > ul {
  margin-top: 70px !important;
}

main section.filler_services.edit > section > ul > div.owl-nav {
  display: none !important;
}

main section.filler_services > section > ul li > div + div {
  margin-top: 80px !important;
}

main section.filler_services > section > ul li > div > a {
  display: block;
  padding-top: 50px;
  border-top: 1px solid var(--gray);
  color: var(--white);
}

main section.filler_services > section > ul li > div > a > h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

main section.filler_services > section > ul li > div > a > * + p:not([class]) {
  margin-top: 20px !important;
}

main section.filler_services > section > ul li > div > a > p:not([class]) {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

main section.filler_services > section > ul > div.owl-nav {
  display: block !important;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: -33px;
}

main section.filler_services > section > ul > div.owl-nav > button {
  position: absolute;
}

main section.filler_services > section > ul > div.owl-nav > button.owl-prev {
  left: 0;
}

main section.filler_services > section > ul > div.owl-nav > button.owl-next {
  left: 50px;
}

main section.filler_services > section > ul > div.owl-nav > button > p {
  margin: 0;
}

main section.filler_services > section > ul > div.owl-nav > button > p > img {
  width: 30px;
  height: auto;
  vertical-align: middle;
}

main section.filler_services > section > div {
  margin-top: 25px !important;
  text-align: right;
}

main section.filler_services > section > div > a.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}

main section.filler_services > section > div > a.btn > p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

main section.filler_services > section > div > a.btn > span {
  display: inline-block;
  padding: 10px 13px 16px 13px;
  margin-left: 12px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--dark_pink);
}

main section.filler_services > section > div > a.btn > span > img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(1%) hue-rotate(11deg) brightness(110%) contrast(101%);
}

main section.counter {
  padding: 100px 15px;
  background-color: var(--black);
}

main section.counter > section {
  padding: 100px 15px;
  position: relative;
  background-color: var(--white);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.counter > section::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--pink);
}

main section.counter > section > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.counter > section > * + h1, main section.counter > section > * + h2 {
  margin-top: 15px !important;
}

main section.counter > section > h1, main section.counter > section > h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

main section.counter > section > * + ul {
  margin-top: 40px !important;
}

main section.counter > section > ul > li {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid var(--black);
  vertical-align: top;
}

main section.counter > section > ul > li + li {
  margin-top: 25px;
}

main section.counter > section > ul > li > h3 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
}

main section.counter > section > ul > li > * + p {
  margin-top: 5px !important;
}

main section.counter > section > ul > li > p {
  width: 80%;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

main section.video_area {
  padding: 100px 15px;
  transform: none !important;
}

main section.video_area > section {
  text-align: center;
}

main section.video_area > section > h1, main section.video_area > section > h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  color: var(--white);
}

main section.video_area > section > * + p {
  margin-top: 25px !important;
}

main section.video_area > section > p {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
  color: var(--light_gray);
}

main section.video_area > section > * + ul {
  margin-top: 35px !important;
}

main section.video_area > section > ul {
}

main section.video_area > section > ul > li {
  padding: 100px 15px;
  position: relative;
  text-align: center;
  cursor: pointer;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {	 _::-webkit-full-page-media, main section.video_area > section > ul > li { background-attachment: scroll !important; }		 }

main section.video_area > section > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

main section.video_area > section > ul > li > img {
  width: 50px;
  height: auto;
  vertical-align: middle;
  position: relative;
}

main section.owl_gallery {
  padding: 100px 15px;
  background-color: var(--black);
}

main section.owl_gallery > section {
}

main section.owl_gallery > section > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.owl_gallery > section > * + h1, main section.owl_gallery > section > * + h2 {
  margin-top: 15px !important;
}

main section.owl_gallery > section > h1, main section.owl_gallery > section > h2 {
  width: 95%;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}

main section.owl_gallery > section > * + div {
  position: relative;
  margin-top: 100px !important;
}

main section.owl_gallery > section > div > ul {
  position: relative;
}

main section.owl_gallery > section > div > ul li > picture {
  display: inline-block;
  width: 100%;
  height: 200px;
  margin-top: 25px;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.owl_gallery > section > div > ul li > picture > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.owl_gallery > section > div > ul li > div {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--gray);
}

main section.owl_gallery > section > div > ul li > div > h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

main section.owl_gallery > section > div > ul li > div > * + p:not([class]) {
  margin-top: 20px !important;
}

main section.owl_gallery > section > div > ul li > div > p:not([class]) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--light_gray);
}

main section.owl_gallery > section > div > ul li > div > * + p.btn {
  margin-top: 20px !important;
}

main section.owl_gallery > section > div > ul li > div > p.btn {
  display: inline-block;
  position: relative;
  margin: 0;
  border-radius: 50px;
  border: 1px solid var(--pink);
  background-color: transparent;
}

main section.owl_gallery > section > div > ul li > div > p.btn > a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--white);
}

main section.owl_gallery > section > div > ul > div.owl-nav {
  display: block !important;
  width: 100%;
  margin: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gray);
  position: absolute;
  left: 0;
  top: -38px;
}

main section.owl_gallery > section > div > ul > div.owl-nav > button {
  position: absolute;
}

main section.owl_gallery > section > div > ul > div.owl-nav > button.owl-prev {
  left: 0;
}

main section.owl_gallery > section > div > ul > div.owl-nav > button.owl-next {
  left: 70px;
}

main section.owl_gallery > section > div > ul > div.owl-nav > button > p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}

main section.owl_gallery > section > div > a.btn {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: -50px;
  color: var(--white);
}

main section.owl_gallery > section > div > a.btn > p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

main section.owl_gallery > section > div > a.btn > span {
  display: inline-block;
  padding: 8px 9px 12px 9px;
  margin-left: 12px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--dark_pink);
}

main section.owl_gallery > section > div > a.btn > span > img {
  width: 16px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(1%) hue-rotate(11deg) brightness(110%) contrast(101%);
}

main section.filler_services_list + section.z_pattern {
  padding-top: 0;
}

main section.z_pattern {
  padding: 100px 0;
  background-color: var(--black);
}

main section.z_pattern > section {
}

main section.z_pattern > section > picture {
  display: block;
  width: 90%;
  height: 270px;
  margin: 0 auto;
  vertical-align: top;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.z_pattern > section > picture > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.z_pattern > section > picture + div, main section.z_pattern > section > div + picture {
  margin-top: 50px;
}

main section.z_pattern > section > div {
  width: 90%;
  margin: 0 auto;
  vertical-align: top;
  border-top: 1px solid var(--gray);
}

main section.z_pattern > section > div > h2 {
  width: 80%;
  margin: 25px 0 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--white);
}

main section.z_pattern > section > div > * + p:not([class]) {
  margin-top: 15px !important;
}

main section.z_pattern > section > div > p:not([class]) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  color: var(--light_gray);
}

main section.z_pattern > section > div > * + p.btn {
  margin-top: 25px !important;
}

main section.z_pattern > section > div > p.btn {
  display: inline-block;
  position: relative;
  margin: 0;
  border-radius: 50px;
  border: 1px solid var(--pink);
  background-color: transparent;
}

main section.z_pattern > section > div > p.btn > a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--white);
}

main section.z_pattern.full_image > section {
  width: 100%;
}

main section.news {
  padding: 100px 15px;
  background-color: var(--black);
}

main section.news > section {
  padding: 50px 20px;
  position: relative;
  background-color: var(--white);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.news > section::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--pink);
}

main section.news > section > h1, main section.news > section > h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--light_purple);
}

main section.news > section > * + ul {
  margin-top: 35px !important;
}

main section.news > section > ul {
}

main section.news > section > ul > li {
  border-top: 1px solid var(--black);
}

main section.news > section > ul > li + li {
}

main section.news > section > ul > li > a {
  display: block;
  padding: 25px 0;
  color: var(--black);
}

main section.news > section > ul > li > a > ol > li {
  display: inline-block;
  vertical-align: top;
}

main section.news > section > ul > li > a > ol > li:nth-child(1) {
  width: 35%;
}

main section.news > section > ul > li > a > ol > li:nth-child(2) {
  width: 55%;
}

main section.news > section > ul > li > a > ol > li:nth-child(3) {
  width: 10%;
  text-align: center;
}

main section.news > section > ul > li > a > ol > li > h3 {
  width: 90%;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

main section.news > section > ul > li > a > ol > li > p:not([class]) {
  width: 80%;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}

main section.news > section > ul > li > a > ol > li > * + p.date {
  margin-top: 10px !important;
}

main section.news > section > ul > li > a > ol > li > p.date {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}

main section.news > section > ul > li > a > ol > li > p:not([class]) {
  display: inline-block;
  vertical-align: middle;
}

main section.news > section > ul > li > a > ol > li > img {
  width: 18px;
  height: auto;
  margin-top: 5px;
  vertical-align: top;
}

main section.lead_form {
  padding: 100px 15px;
  background-color: var(--black);
}

main section.lead_form > section {
}

main section.lead_form > section > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.lead_form > section > * + h1, main section.lead_form > section > * + h2 {
  margin-top: 15px !important;
}

main section.lead_form > section > h1, main section.lead_form > section > h2 {
  width: 95%;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--white);
}

main section.lead_form > section > * + form {
  margin-top: 50px !important;
}

main section.lead_form > section > form {
  position: relative;
  text-align: right;
}

main section.lead_form > section > form > ul {
  text-align: left;
}

main section.lead_form > section > form > ul > li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}

main section.lead_form > section > form > ul > li + li {
  margin-top: 35px;
}

main section.lead_form > section > form > ul > li > label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

main section.lead_form > section > form > ul > li > input, main section.lead_form > section > form > ul > li > textarea {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border: none;
  border-bottom: 1px solid var(--gray);
  outline: none;
  font-size: 15px;
  font-family: "Libre Franklin", sans-serif;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: transparent;
  color: var(--white);
}

main section.lead_form > section > form > ul > li > input[name="lf_country_code"] {
  width: 20%;
  height: 61px;
  margin-right: 5%;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: bottom;
}

main section.lead_form > section > form > ul > li > input[name="lf_country_code"][type="image"] {
  padding: 10px;
}

main section.lead_form > section > form > ul > li > input[name="lf_telephone"] {
  width: 73%;
  position: relative;
  vertical-align: middle;
}

main section.lead_form > section > form > ul > li > input[name="lf_telephone"]::after {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--gray);
}

input:-webkit-autofill, input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s;
}

main section.lead_form > section > form > ul > li > textarea {
  height: 130px;
  min-height: 130px;
  max-height: 200px;
  resize: vertical;
  overscroll-behavior: none;
}

main section.lead_form > section > form > button {
  display: inline-block;
  padding: 0;
  margin-top: 35px;
  cursor: pointer;
  border: none;
  vertical-align: bottom;
  font-size: 14px;
  font-weight: 600;
  font-family: "Libre Franklin", sans-serif;
  color: var(--white);
  background-color: transparent;
}

main section.lead_form > section > form > button > span {
  display: inline-block;
  padding: 8px 11px 14px 11px;
  margin-left: 12px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--dark_pink);
}

main section.lead_form > section > form > button > span > img {
  width: 16px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(1%) hue-rotate(11deg) brightness(110%) contrast(101%);
}

main section.lead_form > section > form > label.agree_terms {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 25px;
  text-align: left;
}

main section.lead_form > section > form > label.agree_terms > input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  accent-color: var(--green);
}

main section.lead_form > section > form > label.agree_terms > p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}

main section.lead_form > section > form > label.agree_terms > span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  color: #636161;
}

main section.lead_form > section > form > label.agree_terms > span > a {
  text-decoration: underline;
  color: #636161;
}

main section.lead_form > section > form > aside {
  display: none;
  text-align: right;
}

main section.lead_form > section > form > aside > p {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
}

main section.blog_module {
  padding: 100px 0;
  background-color: var(--black);
}

main section.blog_module > section {
}

main section.blog_module > section > div {
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.blog_module > section > div > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.blog_module > section > div > * + h1, main section.blog_module > section > div > * + h2 {
  margin-top: 15px !important;
}

main section.blog_module > section > div > h1, main section.blog_module > section > div > h2 {
  width: 95%;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--white);
}

main section.blog_module > section > * + ul {
  margin-top: 15px !important;
}

main section.blog_module > section > ul li {
  width: 100%;
}

main section.blog_module > section > ul li + li {
  margin-top: 25px;
}

main section.blog_module > section > ul li > picture {
  display: inline-block;
  width: 100%;
  height: 200px;
  padding-bottom: 25px;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.blog_module > section > ul li > picture > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.blog_module > section > ul li > h4 {
  margin: 25px 0 0 0;
  padding-top: 25px;
  border-top: 1px solid var(--gray);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--white);
}

main section.blog_module > section > ul li > * + p:not([class]) {
  margin-top: 20px !important;
}

main section.blog_module > section > ul li > p:not([class]) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--light_gray);
}

main section.blog_module > section > ul li > * + p.btn {
  margin-top: 25px !important;
}

main section.blog_module > section > ul li > p.btn {
  display: inline-block;
  position: relative;
  margin: 0;
  border-radius: 50px;
  border: 1px solid var(--light_purple);
  background-color: transparent;
}

main section.blog_module > section > ul li > p.btn > a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--white);
}

main section.blog_module > section > p.btn {
  width: 90%;
  margin: 50px auto 0 auto;
  text-align: right;
}

main section.blog_module > section > p.btn > a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}

main section.blog_module > section > p.btn > a > p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

main section.blog_module > section > p.btn > a > span {
  display: inline-block;
  padding: 8px 11px 14px 11px;
  margin-left: 12px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--light_purple);
}

main section.blog_module > section > p.btn > a > span > img {
  width: 16px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(1%) hue-rotate(11deg) brightness(110%) contrast(101%);
}

main section.filler_gallery {
  padding: 100px 0;
  background-color: var(--black);
}

main section.filler_gallery > div {
  width: 90%;
  margin: 0 auto;
  color: var(--white);
}

main section.filler_gallery > div > h1, main section.filler_gallery > div > h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

main section.filler_gallery > div > * + p:not([class]) {
  margin-top: 25px !important;
}

main section.filler_gallery > div > p:not([class]) {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

main section.filler_gallery > * + section {
  margin-top: 32px !important;
}

main section.filler_gallery > section {
  width: 90%;
  margin: 0 auto;
  padding: 50px 20px 80px 20px;
  position: relative;
  background-color: var(--white);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.filler_gallery > section::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--pink);
}

main section.filler_gallery > section > picture {
  display: inline-block;
  width: 100%;
  height: 220px;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
}

main section.filler_gallery > section > picture > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.filler_gallery > section > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.filler_gallery > section > * + h1, main section.filler_gallery > section > * + h2 {
  margin-top: 35px !important;
}

main section.filler_gallery > section > h1, main section.filler_gallery > section > h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

main section.filler_gallery > section > * + p:not([class]) {
  margin-top: 25px !important;
}

main section.filler_gallery > section > p:not([class]) {
  width: 90%;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

main section.filler_gallery > section > * + div {
  margin-top: 32px !important;
}

main section.filler_gallery > section > div {
  width: 87%;
  position: relative;
  text-align: right;
}

main section.filler_gallery > section > div > ul {
  height: 186px;
  overflow: hidden;
  text-align: left;
}

main section.filler_gallery > section > div > ul li {
  display: inline-block;
  position: relative;
  width: 48%;
  height: 93px;
  padding: 10px 0;
  vertical-align: top;
  border-top: 1px solid var(--black);
  box-sizing: border-box;
}

/*main section.filler_gallery:not(.images) > section > div > ul li + li {
  margin-top: 15px;
}*/

main section.filler_gallery.images > section > div > ul li + li {
  margin-left: 4%;
}

main section.filler_gallery.images > section > div > ul li:nth-child(2n+3) {
  margin-left: 0 !important;
}

main section.filler_gallery > section > div > ul li > img {
  width: 100%;
  height: 73px;
  margin: 0 auto;
}

main section.filler_gallery.edit > section > div > ul li > img {
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

main section.filler_gallery.border_text  > section > div > ul {
  height: 330px;
}

main section.filler_gallery.border_text  > section > div > ul > li {
  width: 100%;
  min-height: inherit;
  max-height: inherit;
  height: 330px;
  padding: 20px 0;
  border: none;
}

main section.filler_gallery.border_text  > section > div > ul > li::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: var(--black);
}

main section.filler_gallery > section > div > ul > li > h3 {
  margin: 20px 0 0 0;
  font-size: 24px;
  font-weight: 700;
}

main section.filler_gallery > section > div > ul > li > h3 > a {
  color: #000;
}

main section.filler_gallery > section > div > ul > li > p {
  margin: 20px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7em;
}

main section.filler_gallery > section > * + p.desc {
  margin-top: 15px !important;
}

main section.filler_gallery > section > p.desc {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5em;
}

main section.filler_gallery > section > div > img {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  right: -40px;
  transform: rotate(90deg);
  filter: brightness(0) saturate(100%) invert(0%) sepia(82%) saturate(7427%) hue-rotate(44deg) brightness(120%) contrast(116%);
}

main section.filler_gallery > section > div > img.top {
  top: 0;
}

main section.filler_gallery > section > div > img.bottom {
  top: 40px;
}

main section.filler_gallery > section > div > p.btn {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: right;
  position: absolute;
  right: -40px;
  bottom: -50px;
  color: var(--black);
}

main section.filler_gallery > section > div > p.btn > span {
  display: inline-block;
  padding: 10px 11px 12px 13px;
  margin-left: 12px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--dark_pink);
}

main section.filler_gallery > section > div > p.btn > span > img {
  width: 18px;
  height: auto;
  vertical-align: middle;
}

main section.filler_gallery > section > div > p.btn.see_all > span > img {
  transform: rotate(135deg);
}

main section.filler_gallery > section > div > p.btn.see_less {
  display: none;
}

main section.filler_gallery > section > div > p.see_less > span {
  padding: 9px 13px 13px 11px;
}

main section.filler_gallery > section > div > p.btn.see_less > span > img {
  transform: rotate(-45deg);
}

main section.contact_list_area {
  padding: 100px 15px;
  background-color: var(--black);
}

main section.contact_list_area > section {
}

main section.contact_list_area > section > h3 {
  width: 95%;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.contact_list_area > section > * + h1, main section.contact_list_area > section > * + h2 {
  margin-top: 15px !important;
}

main section.contact_list_area > section > h1, main section.contact_list_area > section > h2 {
  width: 95%;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}

main section.contact_list_area > section > * + ul {
  margin-top: 50px !important;
}

main section.contact_list_area > section > ul > li {
  display: inline-block;
  width: 48%;
  padding-top: 25px;
  border-top: 1px solid var(--gray);
  vertical-align: top;
}

main section.contact_list_area > section > ul > li + li {
  margin-left: 4%;
}

main section.contact_list_area > section > ul > li:nth-child(2n+3) {
  margin-left: 0;
}

main section.contact_list_area > section > ul > li:nth-child(n+3) {
  margin-top: 32px;
}

main section.contact_list_area > section > ul > li > h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}

main section.contact_list_area > section > ul > li > * + p:not([class]) {
  margin-top: 15px !important;
}

main section.contact_list_area > section > ul > li > p:not([class]) {
  margin: 0;
}

main section.contact_list_area > section > ul > li > p:not([class]) a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--light_gray);
}

main section.contact_list_area > section > ul > li > * + a {
  margin-top: 35px !important;
}

main section.contact_list_area > section > ul > li > a {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--light_gray);
}

main section.main_services {
  padding: 100px 0;
  background-color: var(--black);
}

main section.main_services > section {
  width: 90%;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
  background-color: var(--white);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.main_services > section::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--pink);
}

main section.main_services > section > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.main_services > section > * + h1, main section.main_services > section > * + h2 {
  margin-top: 15px !important;
}

main section.main_services > section > h1, main section.main_services > section > h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

main section.main_services > section > * + p:not([class]) {
  margin-top: 15px !important;
}

main section.main_services > section > p:not([class]) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

main section.main_services > section > * + picture {
  margin-top: 25px !important;
}

main section.main_services > section > picture {
  display: inline-block;
  width: 100%;
  height: 100px;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.main_services > section > picture > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.main_services > section > * + ul {
  margin-top: 32px !important;
}

main section.main_services > section > ul {
}

main section.main_services > section > ul > li {
  display: inline-block;
  width: 45%;
  padding-top: 15px;
  border-top: 1px solid var(--black);
  vertical-align: top;
}

main section.main_services > section > ul > li + li {
  margin-left: 10%;
}

main section.main_services > section > ul > li:nth-child(2n+3) {
  margin-left: 0;
}

main section.main_services > section > ul > li:nth-child(n+3) {
  margin-top: 50px !important;
}

main section.main_services > section > ul > li > h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

main section.main_services > section > ul > li > * + p:not([class]) {
  margin-top: 10px !important;
}

main section.main_services > section > ul > li > p:not([class]) {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}

main section.contact_form {
  padding: 100px 0;
  background-color: var(--black);
}

main section.contact_form > div {
  width: 90%;
  margin: 0 auto;
  color: var(--white);
}

main section.contact_form > div > h1, main section.contact_form > div > h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

main section.contact_form > div > * + p:not([class]) {
  margin-top: 25px !important;
}

main section.contact_form > div > p:not([class]) {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--light_gray);
}

main section.contact_form > * + section {
  margin-top: 32px !important;
}

main section.contact_form > section {
  width: 90%;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
  background-color: var(--white);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.contact_form > section::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--pink);
}

main section.contact_form > section > form > ul > li {
  position: relative;
}

main section.contact_form > section > form > ul > li + li {
  margin-top: 35px !important;
}

main section.contact_form > section > form > ul > li > label {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

main section.contact_form > section > form > ul > li > input, main section.contact_form > section > form > ul > li > select {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  border: none;
  border-bottom: 0.5px solid var(--black);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Libre Franklin", sans-serif;
}

main section.contact_form > section > form > ul > li > input + input {
  margin-left: 10%;
}

main section.contact_form > section > form > ul > li input[name="lf_country_code"] {
  width: 20%;
  margin-right: 5%;
  padding: 10px;
  vertical-align: bottom;
}

main section.contact_form > section > form > ul > li input[name="lf_country_code"][type="text"] {
  padding: 15px 0;
}

main section.contact_form > section > form > ul > li input[name="lf_country_code"] + ul {
  top: 90px;
  z-index: 1000;
}

main section.contact_form > section > form > ul > li input[name="lf_telephone"] {
  width: 73%;
}

main section.contact_form > section > form > ul > li > input[name="lf_name"] {
  width: 45%;
}

main section.contact_form > section > form > ul > li > input[name="lf_last_name"] {
  width: 45%;
}

main section.contact_form > section > form > ul > li > select {
  color: #757575;
}

main section.contact_form > section > form > ul > li > textarea {
  width: 90%;
  height: 150px;
  min-height: 150px;
  max-height: 250px;
  margin-top: 15px;
  padding: 25px 20px;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  resize: vertical;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overscroll-behavior: none;
  font-family: "Libre Franklin", sans-serif;
  background-color: #ececec;
}

main section.contact_form > section > form > ul > li > textarea::placeholder {
  color: var(--black);
}

main section.contact_form > section > form > label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 25px;
}

main section.contact_form > section > form > label > input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  accent-color: var(--purple);
}

main section.contact_form > section > form > label > p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

main section.contact_form > section > form > label > span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  color: #636161;
}

main section.contact_form > section > form > label > span > a {
  text-decoration: underline;
  color: #636161;
}

main section.contact_form > section > form > * + button {
  margin-top: 25px !important;
}

main section.contact_form > section > form > button {
  display: inline-block;
  padding: 13px 20px;
  position: relative;
  margin: 0;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid var(--light_purple);
  color: var(--white);
  background-color: var(--light_purple);
  font-family: "Libre Franklin", sans-serif;
}

main section.contact_form > section > form > aside {
  display: none;
}

main section.contact_form > section > form > aside > p {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  padding-left: 35px;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
}

main section.tabbed_content_list {
  padding: 100px 0;
  background-color: var(--black);
}

main section.tabbed_content_list > section {
  width: 90%;
  margin: 0 auto;
}

main section.tabbed_content_list > section > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.tabbed_content_list > section > * + h1, main section.tabbed_content_list > section > * + h2 {
  margin-top: 15px !important;
}

main section.tabbed_content_list > section > h1, main section.tabbed_content_list > section > h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--white);
}

main section.tabbed_content_list > section > * + dl.tabs {
  margin-top: 32px !important;
}

main section.tabbed_content_list > section > dl.tabs {
  width: 100%;
  margin: 0;
  display: grid;
  grid-auto-flow: column;
  scroll-behavior: auto;
  overflow-y: auto;
  gap: 10.5%;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

main section.tabbed_content_list > section > dl.tabs > dt {
  display: inline-block;
  margin: 0;
  padding-bottom: 15px;
  padding-right: 25px;
  vertical-align: bottom;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 3px solid var(--gray);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gray);
}

main section.tabbed_content_list > section > dl.tabs > dt + dt {
  margin-left: 10px;
}

main section.tabbed_content_list > section > dl.tabs > dt.active {
  color: var(--white);
  border-color: var(--pink);
}

main section.tabbed_content_list > section > ul {
  display: none !important;
  position: relative;
  margin-top: 80px !important;
}

main section.tabbed_content_list.edit > section > ul {
  margin-top: 50px !important;
}

main section.tabbed_content_list.edit > section > ul > div.owl-nav {
  display: none !important;
}

main section.tabbed_content_list > section > ul.active {
  display: block !important;
}

main section.tabbed_content_list > section > ul li {
  color: var(--white);
}

main section.tabbed_content_list > section > ul li > picture {
  display: inline-block;
  width: 100%;
  height: 210px;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.tabbed_content_list > section > ul li > picture > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.tabbed_content_list > section > ul > div.owl-nav {
  display: block !important;
  position: absolute;
  left: 80px;
  top: -50px;
}

main section.tabbed_content_list > section > ul > div.owl-nav > button {
  position: absolute;
}

main section.tabbed_content_list > section > ul > div.owl-nav > button.owl-prev {
  right: 50px;
}

main section.tabbed_content_list > section > ul > div.owl-nav > button.owl-next {
  right: 0;
}

main section.tabbed_content_list > section > ul > div.owl-nav > button > p {
  margin: 0;
}

main section.tabbed_content_list > section > ul > div.owl-nav > button > p > img {
  width: 30px;
  height: auto;
  vertical-align: middle;
}

main section.full_width_image {
  padding: 100px 15px;
  background-color: var(--black);
}

main section.full_width_image > section {
  padding: 80px 20px;
  position: relative;
  background-color: var(--white);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main section.full_width_image > section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}

main section.full_width_image.line > section::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: var(--pink);
}

main section.full_width_image > section > div {
  text-align: center;
  position: relative;
  z-index: 1000;
}

main section.full_width_image > section > div > h1, main section.full_width_image > section > div > h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--white);
}

main section.full_width_image > section > div > h2 + p:not([class]) {
  margin-top: 35px !important;
}

main section.full_width_image > section > div > p:not([class]) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--light_gray);
}

main section.full_width_image > section > div > p:not([class]) + p:not([class]) {
  margin-top: 25px !important;
}

main section.full_width_image > section > div > * + a.btn {
  margin-top: 35px !important;
}

main section.full_width_image > section > div > a.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}

main section.full_width_image > section > div > a.btn > p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

main section.full_width_image > section > div > a.btn > span {
  display: inline-block;
  padding: 10px 13px 16px 13px;
  margin-left: 12px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--pink);
}

main section.full_width_image.line > section > div > a.btn > span {
  border: 1px solid var(--dark_pink);
}

main section.full_width_image > section > div > a.btn > span > img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(1%) hue-rotate(11deg) brightness(110%) contrast(101%);
}

main section.full_width_image.line > section > div > a.btn > span > img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(1%) hue-rotate(11deg) brightness(110%) contrast(101%);
}

main section.filler {
  padding: 100px 15px;
  background-color: var(--black);
}

main section.filler > div {
  color: var(--white);
}

main section.filler > div > h1, main section.filler > div > h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

main section.filler > div > * + p:not([class]) {
  margin-top: 25px !important;
}

main section.filler > div > p:not([class]) {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

main section.filler > * + section {
  margin-top: 32px !important;
}

main section.filler > section {
  width: 90%;
  padding: 50px 20px 100px 20px;
  position: relative;
  background-color: var(--white);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.filler > section.left {
  margin: 0 auto 0 0;
}

main section.filler > section.right {
  margin: 0 0 0 auto;
}

main section.filler > section::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--pink);
}

main section.filler > section > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.filler > section > * + h1, main section.filler > section > * + h2 {
  margin-top: 15px !important;
}

main section.filler > section > h1, main section.filler > section > h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

main section.filler > section > * + p:not([class]) {
  margin-top: 50px !important;
}

main section.filler > section > p:not([class]) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

main section.filler > section > a.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: var(--black);
}

main section.filler > section > a.btn > p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

main section.filler > section > a.btn > span {
  display: inline-block;
  padding: 10px 13px 16px 13px;
  margin-left: 12px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--dark_pink);
}

main section.filler > section > a.btn > span > img {
  width: 18px;
  height: auto;
  vertical-align: middle;
}

main section.content_area_with_image {
  padding: 100px 15px;
  position: relative;
  background-position: center  top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transform: none !important;
  background-color: var(--black);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {	 _::-webkit-full-page-media, main section.content_area_with_image { background-attachment: scroll !important; }		 }

main section.content_area_with_image {
  background-attachment: fixed;
}

main section.content_area_with_image.edit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}

main section.content_area_with_image.none::before {
  content: none;
}

main section.content_area_with_image > section {
  position: relative;
  z-index: 1000;
}

main section.content_area_with_image > section > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.content_area_with_image > section.edit > h3 {
  position: relative;
  padding-bottom: 25px;
  font-size: 17px;
  letter-spacing: 5px;
}

main section.content_area_with_image > section.edit > h3::after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--pink);
}

main section.content_area_with_image > section.edit > h3 + p {
  margin-top: 25px !important;
}

main section.content_area_with_image > section > * + h1, main section.content_area_with_image > section > * + h2 {
  margin-top: 15px !important;
}

main section.content_area_with_image > section > h1, main section.content_area_with_image > section > h2 {
  width: 60%;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--white);
}

main section.content_area_with_image > section > * + p {
  margin-top: 15px !important;
}

main section.content_area_with_image > section > p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--light_gray);
}

main section.content_area_with_image > section.edit > p {
  width: 70%;
  font-size: 15px;
}

main section.content_area_with_image > section.edit > * + p {
  margin-top: 15px !important;
}

main section.content_area_with_image > section.edit > * + h4 {
  margin-top: 15px !important;
}

main section.content_area_with_image > section.edit > h4 {
  width: 70%;
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--white);
}

main section.content_area_with_image > section.edit > h4 + p {
  width: 100%;
}

main section.content_area_with_image > section > * + p.btn {
  margin-top: 25px !important;
}

main section.content_area_with_image > section > p.btn {
  display: inline-block;
  position: relative;
  margin: 0;
  border-radius: 50px;
  border: 1px solid var(--light_purple);
  background-color: var(--light_purple);
}

main section.content_area_with_image > section > p.btn > a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--white);
}

main section.content_area_with_image > section > * + a.btn {
  margin-top: 25px !important;
}

main section.content_area_with_image > section > a.btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--white);
}

main section.content_area_with_image > section > a.btn > p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

main section.content_area_with_image > section > a.btn > span {
  display: inline-block;
  padding: 9px 11px 14px 11px;
  margin-left: 15px;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid var(--dark_pink);
}

main section.content_area_with_image > section > a.btn > span > img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(1%) hue-rotate(11deg) brightness(110%) contrast(101%);
}


main section.filler_services_list {
  padding: 100px 15px;
  background-color: var(--black);
}

main section.filler_services_list > section {
}

main section.filler_services_list > section > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.filler_services_list > section > * + h1, main section.filler_services_list > section > * + h2 {
  margin-top: 15px !important;
}

main section.filler_services_list > section > h1, main section.filler_services_list > section > h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--white);
}

main section.filler_services_list > section > * + div {
  margin-top: 32px !important;
}

main section.filler_services_list > section > div {
  position: relative;
}

main section.filler_services_list > section > div > ul {
  width: 100%;
  overflow-y: hidden;
}

main section.filler_services_list > section > div > ul > li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

main section.filler_services_list > section > div > ul > li + li {
  margin-top: 25px;
}

main section.filler_services_list > section > div > ul > li > a {
  display: block;
  padding: 50px 0;
  border-top: 1px solid var(--gray);
}

main section.filler_services_list > section > div > ul > li > a > h4 {
  display: inline-block;
  margin: 0;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}

main section.filler_services_list > section > div > ul > li > a > * + p:not([class]) {
  margin-top: 35px !important;
}

main section.filler_services_list > section > div > ul > li > a > p:not([class]) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--light_gray);
}

main section.filler_services_list > section > div > p.btn {
  margin: 25px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  color: var(--white);
}

main section.filler_services_list > section > div > p.btn > span {
  display: inline-block;
  padding: 10px 11px 12px 13px;
  margin-left: 12px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--dark_pink);
}

main section.filler_services_list > section > div > p.btn > span > img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(1%) hue-rotate(11deg) brightness(110%) contrast(101%);
}

main section.filler_services_list > section > div > p.btn.see_all > span > img {
  transform: rotate(135deg);
}

main section.filler_services_list > section > div > p.btn.see_less {
  display: none;
}

main section.filler_services_list > section > div > p.see_less > span {
  padding: 9px 13px 13px 11px;
}

main section.filler_services_list > section > div > p.btn.see_less > span > img {
  transform: rotate(-45deg);
}

main section.smm {
  padding: 30px 0;
  text-align: center;
  background-color: var(--dark);
}

main section.smm > ol {
  width: 95%;
  margin: 0 auto;
  vertical-align: middle;
}

main section.smm > ol > li {
  display: inline-block;
}

main section.smm > ol > li + li {
  margin-left: 15px;
}

main section.smm > ol > li > a {
  display: block;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid var(--white);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: transparent;
}

main section.smm > ol > li > a > img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

main section.blog_list {
  padding: 100px 0;
}

main section.blog_list > section {
  width: 90%;
  margin: 0 auto;
}

main section.blog_list > section > h1, main section.blog_list > section > h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.blog_list > section > * + ul {
  margin-top: 35px !important;
}

main section.blog_list > section > ul {
  width: 95%;
  margin: 0 auto;
}

main section.blog_list > section > ul > li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

main section.blog_list > section > ul > li + li {
  margin-top: 40px;
}

main section.blog_list > section > ul > li > a {
  display: block;
  color: #fff;
}

main section.blog_list > section > ul > li > a > picture {
  display: inline-block;
  width: 100%;
  height: 200px;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.blog_list > section > ul > li > a > picture > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.blog_list > section > ul > li > a > * + h3 {
  margin-top: 20px !important;
}

main section.blog_list > section > ul > li > a > h3 {
  position: relative;
  margin: 0;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 600;
}

main section.blog_list > section > ul > li > a > h3::after {
  content: "";
  width: 60px;
  height: 0.5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--gray);
}

main section.blog_list > section > ul > li > a > * + p.result {
  margin-top: 5px !important;
}

main section.blog_list > section > ul > li > a > p.result {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  color: var(--gray);
}

main section.blog_list > section > ul > li > a > * + p:not([class]) {
  margin-top: 10px !important;
}

main section.blog_list > section > ul > li > a > p:not([class]) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--light_gray);
}

main section.blog_list > section > ul > li > a > * + p.read {
  margin-top: 20px !important;
}

main section.blog_list > section > ul > li > a > p.read {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

main section.blog_list > section > ul > li > a > p.read::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/images/svg/read_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.blog_list > section > ol.page_nums {
  margin: 100px 0 0 0;
  text-align: center;
  vertical-align: middle;
}

main section.blog_list > section > ol.page_nums > li {
  display: inline-block;
  padding: 6px 12px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  color: var(--white);
}

main section.blog_list > section > ol.page_nums > li + li {
  margin-left: 10px;
}

ol.page_nums > li.active {
  background-color: var(--dark_pink);
}

main section.article {
  padding: 100px 0;
}

main section.article > article {
  width: 95%;
  margin: 0 auto;
}

main section.article > article > h1, main section.article > article > h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: var(--white);
}

main section.article > article > * + p.result {
  margin-top: 25px !important;
}

main section.article > article > p.result {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: var(--gray);
}

main section.article > article > * + picture {
  margin-top: 50px !important;
}

main section.article > article > picture {
  display: inline-block;
  width: 100%;
  height: 220px;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.article > article > picture > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.article > article > * + h3 {
  margin-top: 35px !important;
}

main section.article > article > h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  color: var(--white);
}

main section.article > article > * + p:not([class]) {
  margin-top: 15px !important;
}

main section.article > article > p:not([class]) {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--light_gray);
}

main section.article > article > p:not([class]) + h4 {
  margin-top: 50px !important;
}

main section.article > article > h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}

main section.article > article > * + ol.smm {
  margin-top: 25px !important;
}

main section.article > article > ol.smm {
  display: block;
  vertical-align: middle;
  text-align: right;
}

main section.article > article > ol.smm > li {
  display: inline-block;
}

main section.article > article > ol.smm > li + li {
  margin-left: 12px;
}

main section.article > article > ol.smm > li > a {
  display: block;
  padding: 5px 7px 7px 7px;
  border-radius: 50%;
  border: 1px solid var(--white);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: transparent;
}

main section.article > article > ol.smm > li > a > img {
  width: 17px;
  height: 17px;
  vertical-align: middle;
}

main section.article > article > section.bottom {
  margin-top: 80px;
}

main section.article > article > section.bottom > h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}

main section.article > article > section.bottom > * + ul {
  margin-top: 60px !important;
}

main section.article > article > section.bottom > ul {
  position: relative;
}

main section.article > article > section.bottom > ul li {
  display: inline-block;
  vertical-align: top;
}

main section.article > article > section.bottom > ul li > a {
  display: block;
  color: #fff;
}

main section.article > article > section.bottom > ul li > a > picture {
  display: inline-block;
  width: 100%;
  height: 200px;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.article > article > section.bottom > ul li > a > picture > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.article > article > section.bottom > ul li > a > * + h3 {
  margin-top: 20px !important;
}

main section.article > article > section.bottom > ul li > a > h3 {
  position: relative;
  margin: 0;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 600;
}

main section.article > article > section.bottom > ul li > a > h3::after {
  content: "";
  width: 60px;
  height: 0.5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--gray);
}

main section.article > article > section.bottom > ul li > a > * + p.result {
  margin-top: 5px !important;
}

main section.article > article > section.bottom > ul li > a > p.result {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  color: var(--gray);
}

main section.article > article > section.bottom > ul li > a > * + p:not([class]) {
  margin-top: 10px !important;
}

main section.article > article > section.bottom > ul li > a > p:not([class]) {
  width: 70%;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--light_gray);
}

main section.article > article > section.bottom > ul li > a > * + p.read {
  margin-top: 20px !important;
}

main section.article > article > section.bottom > ul li > a > p.read {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

main section.article > article > section.bottom > ul li > a > p.read::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/images/svg/read_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.article > article > section.bottom > ul > div.owl-nav {
  display: block !important;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: -45px;
}

main section.article > article > section.bottom > ul > div.owl-nav > button {
  position: absolute;
}

main section.article > article > section.bottom > ul > div.owl-nav > button.owl-prev {
  right: 50px;
}

main section.article > article > section.bottom > ul > div.owl-nav > button.owl-next {
  right: 0;
}

main section.article > article > section.bottom > ul > div.owl-nav > button > p {
  margin: 0;
}

main section.article > article > section.bottom > ul > div.owl-nav > button > p > img {
  width: 30px;
  height: auto;
  vertical-align: middle;
}

main section.clients {
  padding: 100px 15px;
  background-color: var(--black);
}

main section.clients > section > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.clients > section > * + h1, main section.clients > section > * + h2 {
  margin-top: 35px !important;
}

main section.clients > section > h1, main section.clients > section > h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}

main section.clients > section > div {
  margin-top: 50px !important;
  position: relative;
  width: 75%;
  margin: 0 0 0 auto;
}

main section.clients > section > div > ul {
}

main section.clients > section > div > ul li > div {
  display: inline-block;
  width: 44%;
}

main section.clients > section > div > ul li > div + div {
  margin-left: 12%;
}

main section.clients > section > div > ul li > div:nth-child(2n+3) {
  margin-left: 0;
}

main section.clients > section > div > ul li > div:nth-child(n+3) {
  margin-top: 50px;
}

main section.clients > section > div > ul li > div > a {
  display: block;
  padding-top: 25px;
  border-top: 1px solid var(--white);
  color: var(--white);
}

/*main section.clients > section > div > ul li > div > a > h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  transition-duration: 0.5s;
}

main section.clients > section > div > ul li > div > a[href]:hover > h3 {
  padding-right: 37px;
  color: var(--pink);
  transition-duration: 0.5s;
}

main section.clients > section > div > ul li > div > a > h3::after {
  opacity: 0;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/svg/thin_right_arrow.svg");
  transition-duration: 0.5s;
}

main section.clients > section > div > ul li > div > a[href]:hover > h3::after {
  opacity: 1;
  transition-duration: 0.5s;
}*/

main section.clients > section > div > ul li > div > a > img {
  width: auto;
  height: 30px;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(100%) sepia(25%) saturate(16%) hue-rotate(45deg) brightness(106%) contrast(101%);
}

main section.clients > section > div > ul li > div > a > * + p:not([class]) {
  margin-top: 25px !important;
}

main section.clients > section > div > ul li > div > a > p:not([class]) {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2em;
  color: #aaaaaa;
}

main section.clients > section > div > ul > div.owl-nav {
  display: block !important;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: -12px;
}

main section.clients > section > div > ul > div.owl-nav > button {
  position: absolute;
}

main section.clients > section > div > ul > div.owl-nav > button.owl-prev {
  left: -82px;
}

main section.clients > section > div > ul > div.owl-nav > button.owl-next {
  left: -43px;
}

main section.clients > section > div > ul > div.owl-nav > button > p {
  margin: 0;
}

main section.clients > section > div > ul > div.owl-nav > button > p > img {
  width: 23px;
  height: auto;
  vertical-align: middle;
}

main section.gallery_module {
  padding: 100px 0;
  background-color: var(--black);
}

main section.gallery_module > div {
  padding: 0 15px;
}

main section.gallery_module > div > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.gallery_module > div > * + h1, main section.gallery_module > div > * + h2 {
  margin-top: 35px !important;
}

main section.gallery_module > div > h1, main section.gallery_module > div > h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}

main section.gallery_module > * + ul {
  margin-top: 60px !important;
}

main section.gallery_module > ul {
  position: relative;
  padding-top: 60px;
}

main section.gallery_module > ul li {
  vertical-align: top;
  position: relative;
  z-index: 1000;
}

main section.gallery_module > ul li > a {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1000;
  color: var(--white);
}

main section.gallery_module > ul li > a > picture {
  display: inline-block;
  width: 100%;
  height: 210px;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.gallery_module > ul li > a > picture > img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

main section.gallery_module > ul li > a > div.overlay {
  width: 100%;
  padding: 25px 0;
}

main section.gallery_module > ul li > a > div.overlay > h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

main section.gallery_module > ul li > a > div.overlay > * + p:not([class]) {
  margin-top: 15px !important;
}

main section.gallery_module > ul li > a > div.overlay > p:not([class]) {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  color: #ddd;
}

main section.gallery_module > ul > div.owl-nav {
  display: block !important;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
}

main section.gallery_module > ul > div.owl-nav > button {
  position: absolute;
}

main section.gallery_module > ul > div.owl-nav > button.owl-prev {
  left: 0;
}

main section.gallery_module > ul > div.owl-nav > button.owl-next {
  left: 50px;
}

main section.gallery_module > ul > div.owl-nav > button > p {
  margin: 0;
}

main section.gallery_module > ul > div.owl-nav > button > p > img {
  width: 30px;
  height: auto;
  vertical-align: middle;
}

main section.carousel_gallery {
  padding: 100px 15px;
  background-color: var(--black);
}

main section.carousel_gallery > section > ul {
  display: inline-block !important;
  width: 55%;
  vertical-align: middle;
  position: relative;
}

main section.carousel_gallery > section > ul li > a {
  display: block;
  color: var(--white);
}

main section.carousel_gallery > section > ul li > a > picture {
  display: inline-block;
  width: 100%;
  height: 180px;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.carousel_gallery > section > ul li > a > picture > img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

main section.carousel_gallery > section > ul > div.owl-nav {
  display: block !important;
  width: 95%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: -60px;
}

main section.carousel_gallery > section > ul > div.owl-nav > button {
  position: absolute;
}

main section.carousel_gallery > section > ul > div.owl-nav > button.owl-prev {
  left: 0;
}

main section.carousel_gallery > section > ul > div.owl-nav > button.owl-next {
  left: 55px;
}

main section.carousel_gallery > section > ul > div.owl-nav > button > p {
  margin: 0;
}

main section.carousel_gallery > section > ul > div.owl-nav > button > p > img {
  width: 30px;
  height: auto;
  vertical-align: middle;
}

main section.carousel_gallery > section > * + div {
  margin-left: 5%;
}

main section.carousel_gallery > section > div {
  display: none;
  width: 40%;
  vertical-align: top;
}

main section.carousel_gallery > section > div.active {
  display: inline-block;
}

main section.carousel_gallery > section > div > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 5px;
  color: var(--dark_pink);
}

main section.carousel_gallery > section > div > * + h1, main section.carousel_gallery > section > div > * + h2 {
  margin-top: 10px !important;
}

main section.carousel_gallery > section > div > h1, main section.carousel_gallery > section > div > h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  color: var(--white);
}

main section.newsletter {
  padding: 100px 30px;
  background-color: var(--black);
}

main section.newsletter > section {
  text-align: center;
}

main section.newsletter > section > h1, main section.newsletter > section > h2 {
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7em;
  color: var(--white);
}

main section.newsletter > section > * + p:not([class]) {
  margin-top: 20px !important;
}

main section.newsletter > section > p:not([class]) {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--light_gray);
}

main section.newsletter > section > * + form {
  margin-top: 60px !important;
}

main section.newsletter_large > section > form {
  width: 90%;
  margin: 0 0 0 auto;
  position: relative;
  text-align: center;
}

main section.newsletter_large > section > form > ul > li {
  width: 100%;
  vertical-align: top;
  text-align: left;
}

main section.newsletter_large > section > form > ul > li + li {
  margin-top: 50px;
}

main section.newsletter_large > section > form > ul > li > label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}

main section.newsletter_large > section > form > ul > li > input, main section.newsletter_large > section > form > ul > li > textarea {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid var(--gray);
  outline: none;
  font-size: 14px;
  font-family: "Libre Franklin", sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: transparent;
  color: var(--white);
}

main section.newsletter_large > section > form > ul > li > textarea {
  height: 60.5px;
  min-height: 60.5px;
  max-height: 150px;
  resize: vertical;
  overscroll-behavior: none;
}

main section.newsletter_large > section > form > ul > li > textarea::-webkit-scrollbar {
  width: 0;
}

main section.newsletter > section > form > * + label.agree_terms {
  margin-top: 25px !important;
}

main section.newsletter > section > form > label.agree_terms {
  display: block;
  vertical-align: top;
  position: relative;
  text-align: left;
  padding-left: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.newsletter > section > form > label.agree_terms > input[type="checkbox"] {
  width: 19px;
  height: 19px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  accent-color: var(--light_purple);
}

main section.newsletter > section > form > label.agree_terms > p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}

main section.newsletter > section > form > label.agree_terms > span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  color: #636161;
}

main section.newsletter > section > form > label.agree_terms > span > a {
  text-decoration: underline;
  color: #636161;
}

main section.newsletter_large > section > form > * + button {
  margin-top: 35px !important;
}

main section.newsletter_large > section > form > button {
  display: inline-block;
  padding: 15px 40px;
  position: relative;
  margin: 0;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid var(--light_purple);
  color: var(--white);
  background-color: var(--light_purple);
  font-family: "Libre Franklin", sans-serif;
}

main section.newsletter_large > section > form > button:after {
  opacity: 0;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(74%) sepia(62%) saturate(948%) hue-rotate(203deg) brightness(100%) contrast(102%);
  background-image: url("/images/svg/thin_right_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

main section.newsletter > section > form > div.aside {
  display: block;
  vertical-align: top;
  text-align: left;
}

main section.newsletter > section > form > div.aside > aside {
  display: none;
}

main section.newsletter > section > form > div.aside > aside.warn, main section.newsletter > section > form > div.aside > aside.success {
  display: inline-block !important;
  margin-top: 35px;
}

main section.newsletter > section > form > div.aside > aside > p {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

main section.newsletter_small > section > form {
  margin: 0;
  position: relative;
  text-align: center;
}

main section.newsletter_small > section > form > ul {
}

main section.newsletter_small > section > form > ul > li {
  vertical-align: top;
}

main section.newsletter_small > section > form > ul > li:nth-child(2) {
  text-align: right;
}

main section.newsletter_small > section > form > ul > li + li {
  margin-top: 25px;
}

main section.newsletter_small > section > form > ul > li > input {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid var(--gray);
  outline: none;
  font-size: 14px;
  font-family: "Libre Franklin", sans-serif;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: transparent;
  color: var(--white);
}

main section.newsletter_small > section > form > ul > li > button {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  border: none;
  vertical-align: bottom;
  font-size: 17px;
  font-weight: 600;
  font-family: "Libre Franklin", sans-serif;
  color: var(--white);
  background-color: transparent;
}

main section.newsletter_small > section > form > ul > li > button > span {
  display: inline-block;
  padding: 10px 13px 16px 13px;
  margin-left: 12px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--dark_pink);
}

main section.newsletter_small > section > form > ul > li > button > span > img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(1%) hue-rotate(11deg) brightness(110%) contrast(101%);
}

section.newsletter_popup {
  display: inline-block;
  margin: 0 auto;
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  z-index: 16000161;
}

section.newsletter_popup > form {
  width: 270px;
  margin: 0 0 0 auto;
  padding: 30px 25px;
  text-align: left;
  background-color: var(--white);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

section.newsletter_popup > form > img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: -33px;
  cursor: pointer;
}

section.newsletter_popup > form > h1, section.newsletter_popup > form > h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
}

section.newsletter_popup > form > input {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  margin-top: 15px;
  border: none;
  border-bottom: 1px solid var(--gray);
  outline: none;
  font-size: 14px;
  font-family: "Libre Franklin", sans-serif;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: transparent;
  color: var(--black);
}

section.newsletter_popup > form > button {
  display: inline-block;
  padding: 0;
  margin-top: 30px;
  cursor: pointer;
  border: none;
  vertical-align: bottom;
  font-size: 15px;
  font-weight: 600;
  font-family: "Libre Franklin", sans-serif;
  color: var(--black);
  background-color: transparent;
}

section.newsletter_popup > form > button > span {
  display: inline-block;
  padding: 5px 9px 11px 9px;
  margin-left: 12px;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid var(--dark_pink);
}

section.newsletter_popup > form > button > span > img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(0%) hue-rotate(293deg) brightness(102%) contrast(105%);
}

section.newsletter_popup > form > * + label.agree_terms {
  margin-top: 25px !important;
}

section.newsletter_popup > form > label.agree_terms {
  display: block;
  vertical-align: top;
  position: relative;
  text-align: left;
  padding-left: 32px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

section.newsletter_popup > form > label.agree_terms > input[type="checkbox"] {
  width: 19px;
  height: 19px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  accent-color: var(--light_purple);
}

section.newsletter_popup > form > label.agree_terms > p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
}

section.newsletter_popup > form > label.agree_terms > span {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5em;
  color: #636161;
}

section.newsletter_popup > form > label.agree_terms > span > a {
  text-decoration: underline;
  color: #636161;
}

section.newsletter_popup > div.popup_form {
  display: inline-block;
  padding: 10px 20px 12px 25px;
  cursor: pointer;
  border-radius: 50px;
  opacity: 0;
  background-color: var(--dark_pink);
}

section.newsletter_popup > div.popup_form > p {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  color: var(--white);
}

section.newsletter_popup > div.popup_form > img {
  padding: 0 6px;
  margin-left: 10px;
  width: 18px;
  height: auto;
  border-left: 1px solid var(--light_gray);
  border-right: 1px solid var(--light_gray);
  vertical-align: middle;
}

section.newsletter_popup > form > div.aside {
  display: block;
  vertical-align: top;
  text-align: left;
}

section.newsletter_popup > form > div.aside > aside {
  display: none;
}

section.newsletter_popup > form > div.aside > aside.warn, section.newsletter_popup > form > div.aside > aside.success {
  display: inline-block !important;
  margin-top: 25px;
}

section.newsletter_popup > form > div.aside > aside > p {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5em;
}

section.newsletter_popup > form > div.aside > aside > p::after {
  width: 20px;
  height: 20px;
}

main section.customer_projects {
  padding: 100px 0;
  background-color: var(--black);
}

main section.customer_projects > section {
  width: 90%;
  margin: 0 auto;
}

main section.customer_projects > section.bottom {
  width: 100%;
  margin-top: 100px;
}

main section.customer_projects > section.bottom > h3 {
  width: 90%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}

main section.customer_projects > section.bottom > h3 + * {
  margin-top: 35px;
}

main section.customer_projects > section.bottom > ul > div.owl-nav {
  display: none !important;
}

main section.customer_projects > section > ul > li, main section.customer_projects > section.bottom > ul > li {
  vertical-align: top;
  position: relative;
}

main section.customer_projects > section > ul > li + li, main section.customer_projects > section.bottom > ul > li + li {
  margin-top: 50px;
}

main section.customer_projects > section > ul > li > a, main section.customer_projects > section.bottom > ul li > a {
  display: block;
}

main section.customer_projects > section > ul > li > a > picture, main section.customer_projects > section.bottom > ul li > a > picture {
  display: inline-block;
  width: 100%;
  height: 320px;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.customer_projects > section.bottom > ul li > a > picture {
  height: 200px;
}

main section.customer_projects > section > ul > li > a > picture > img, main section.customer_projects > section.bottom > ul li > a > picture > img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

main section.customer_projects > section > ul > li > a > picture::before, main section.customer_projects > section.bottom > ul li > a > picture::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
}

main section.customer_projects > section > ul > li > a > div, main section.customer_projects > section.bottom > ul li > a > div {
  width: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.customer_projects > section > ul > li > a > div > h3, main section.customer_projects > section.bottom > ul li > a > div > h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}

main section.customer_projects > section > ul > li > a > div > * + p:not([class]), main section.customer_projects > section.bottom > ul li > a > div > * + p:not([class]) {
  margin-top: 10px !important;
}

main section.customer_projects > section > ul > li > a > div > p:not([class]), main section.customer_projects > section.bottom > ul li > a > div > p:not([class]) {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--gray);
}

main section.customer_projects > section > ol.page_nums {
  margin: 60px 0 0 0;
  text-align: center;
  vertical-align: middle;
}

main section.customer_projects > section > ol.page_nums > li {
  display: inline-block;
  padding: 6px 12px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  color: var(--white);
}

main section.customer_projects > section > ol.page_nums > li.active {
  background-color: var(--dark_pink);
}

main section.customer_projects > section > ol.page_nums > li + li {
  margin-left: 10px;
}

main section.linkedin_post {
  padding: 100px 0;
  background-color: var(--black);
}

main section.linkedin_post > section {
  width: 95%;
  margin: 0 auto;
}

main section.linkedin_post > section > div.left {
  display: block;
  padding-top: 35px;
  border-top: 0.5px solid var(--gray);
}

main section.linkedin_post > section > div.left > picture {
  display: inline-block;
  width: 100%;
  height: 220px;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.linkedin_post > section > div.left > picture > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.linkedin_post > section > div.left > h1, main section.linkedin_post > section > div.left > h2 {
  margin: 35px 0 0 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--white);
}

main section.linkedin_post > section > div.left > p:not([class]){
  margin: 20px 0 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
  color: var(--light_gray);
}

main section.linkedin_post > section > div.left > * + p.btn {
  margin-top: 25px !important;
}

main section.linkedin_post > section > div.left > p.btn {
  display: inline-block;
  position: relative;
  margin: 0;
  border-radius: 50px;
  border: 1px solid var(--dark_pink);
  background-color: transparent;
}

main section.linkedin_post > section > div.left > p.btn > a {
  display: block;
  padding: 12px 60px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--white);
}

main section.linkedin_post > section > div.right {
  padding: 15px;
  margin-top: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: var(--dark);
}

main section.linkedin_post > section > div.right > iframe {
  width: 100%;
}

footer {
  position: relative;
  padding: 120px 15px 140px 15px;
  background-color: var(--purple);
  box-sizing: border-box;
}

footer > section {
}

footer > section > a > h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}

footer > section > a > h2 > span {
  display: inline-flex;
  margin-left: 15px;
  vertical-align: middle;
}

footer > section > a > h2 > span > img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(1%) hue-rotate(11deg) brightness(110%) contrast(101%);
}

footer > section > ol.smm {
  display: inline-block;
  margin-top: 30px;
  vertical-align: middle;
}

footer > section > ol.smm > li {
  display: inline-block;
}

footer > section > ol.smm > li + li {
  margin-left: 15px;
}

footer > section > ol.smm > li > a {
  display: block;
  padding: 7px;
  border-radius: 50%;
  border: 1px solid var(--white);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: transparent;
}

footer > section > ol.smm > li > a > img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

footer > section:not(.business_smm) > ul {
  padding-top: 35px !important;
  margin-top: 25px !important;
  border-top: 1px solid var(--gray);
}

footer > section:not(.business_smm) > ul > li {
  width: 100%;
  vertical-align: top;
}

footer > section:not(.business_smm) > ul > li > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}

footer > section:not(.business_smm) > ul > li > * + p:not([class]), footer > section:not(.business_smm) > ul > li > h3 + * {
  margin: 15px 0 35px 0 !important;
}

footer > section:not(.business_smm) > ul > li > p:not([class]) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  color: var(--white);
}

footer > section:not(.business_smm) > ul > li > nav > details[open], footer > section:not(.business_smm) > ul > li > details[open] {
  padding-bottom: 20px;
}

footer > section:not(.business_smm) > ul > li > nav > details > summary, footer > section:not(.business_smm) > ul > li > details > summary, footer > section:not(.business_smm) > ul > li > a {
  display: block;
  padding: 20px 0;
  border-top: 1px solid var(--gray);
  list-style-type: none;
  outline: none;
}

footer > section:not(.business_smm) > ul > li > nav > details > summary::-webkit-details-marker, footer > section:not(.business_smm) > ul > li > details > summary::-webkit-details-marker {
  display: none;
}

footer > section:not(.business_smm) > ul > li > nav > details > summary > h3, footer > section:not(.business_smm) > ul > li > details > summary > h3, footer > section:not(.business_smm) > ul > li > a > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}

footer > section > ul > li > nav > details > p, footer > section > ul > li > details > p {
  margin: 0;
}

footer > section > ul > li > nav > details > p + p, footer > section > ul > li > details > p + p {
  margin-top: 5px;
}

footer > section > ul > li > nav > details > p > a, footer > section > ul > li > details > p > a {
  display: inline-block;
  width: 65%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
  color: var(--white);
}

footer section.whatsapp_form, footer section.popup_contact_form {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

footer section.whatsapp_form::before, footer section.popup_contact_form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

footer section.whatsapp_form > section, footer section.popup_contact_form > section {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

footer section.whatsapp_form > section > form, footer section.popup_contact_form > section > form {
  width: 100%;
  height: auto;
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

footer section.whatsapp_form > section > form > h1, footer section.whatsapp_form > section > form > h2, footer section.popup_contact_form > section > form > h1, footer section.popup_contact_form > section > form > h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -27px;
  text-transform: uppercase;
  color: #fff;
}

footer section.whatsapp_form > section > form > img, footer section.popup_contact_form > section > form > img {
  width: 25px;
  height: auto;
  position: absolute;
  top: -33px;
  right: 0;
  cursor: pointer;
}

footer section.whatsapp_form > section > form > label, footer section.popup_contact_form > section > form > label {
  display: block;
  margin-top: 15px !important;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
}

footer section.whatsapp_form > section > form > label:first-of-type, footer section.popup_contact_form > section > form > label:first-of-type {
  margin-top: 0 !important;
}

footer section.whatsapp_form > section > form > input, footer section.popup_contact_form > section > form > input {
  height: 40px;
  padding: 15px 0;
  font-size: 11px;
  outline: none;
  border: none;
  border-bottom: 0.5px solid var(--dark);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Libre Franklin", sans-serif;
}

footer section.whatsapp_form > section > form > input[type="text"], footer section.popup_contact_form > section > form > input[type="text"] {
  width: 100%;
}

footer section.whatsapp_form > section > form > input[name="wp_country_code"], footer section.popup_contact_form > section > form > input[name="lf_country_code"] {
  width: 10%;
  padding: 3px;
  margin-right: 1%;
  vertical-align: bottom;
  position: relative;
}

footer section.whatsapp_form > section > form > input[name="wp_country_code"][type="text"], footer section.popup_contact_form > section > form > input[name="lf_country_code"][type="text"] {
  padding: 6px 0;
}

footer section.whatsapp_form > section > form > input[name="wp_country_code"] + ul, footer section.popup_contact_form > section > form > input[name="lf_country_code"] + ul {
  top: 255px;
  z-index: 100;
}

footer section.whatsapp_form > section > form > input[type="number"], footer section.popup_contact_form > section > form > input[type="number"] {
  width: 77%;
  border-left: none;
  -moz-appearance: textfield;
}

footer section.whatsapp_form > section > form > input[type="email"], footer section.popup_contact_form > section > form > input[type="email"] {
  width: 100%;
}

footer section.whatsapp_form > section > form > input[type="number"]::-webkit-outer-spin-button,
footer section.whatsapp_form > section > form > input[type="number"]::-webkit-inner-spin-button,
footer section.popup_contact_form > section > form > input[type="number"]::-webkit-outer-spin-button,
footer section.popup_contact_form > section > form > input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

footer section.whatsapp_form > section > form > input[name="wp_country_code"], footer section.popup_contact_form > section > form > input[name="lf_country_code"] {
  width: 20%;
}

footer section.whatsapp_form > section > form > select, footer section.popup_contact_form > section > form > select {
  width: 100%;
  padding: 15px 0 10px 0;
  font-size: 11px;
  outline: none;
  border: none;
  border-bottom: 0.5px solid var(--dark);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #757575;
  font-family: "Libre Franklin", sans-serif;
}

footer section.whatsapp_form > section > form > textarea, footer section.popup_contact_form > section > form > textarea {
  width: 100%;
  margin-top: 15px;
  padding: 22px;
  height: 70px;
  min-height: 70px;
  max-height: 250px;
  font-size: 11px;
  resize: vertical;
  outline: none;
  border: none;
  vertical-align: bottom;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family: "Libre Franklin", sans-serif;
  background-color: #ececec;
}

footer section.whatsapp_form > section > form > label.agree_terms, footer section.popup_contact_form > section > form > label.agree_terms {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
  text-align: left;
}

footer section.whatsapp_form > section > form > label.agree_terms > input[type="checkbox"], footer section.popup_contact_form > section > form > label.agree_terms > input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  accent-color: var(--green);
}

footer section.whatsapp_form > section > form > label.agree_terms > p, footer section.popup_contact_form > section > form > label.agree_terms > p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

footer section.whatsapp_form > section > form > label.agree_terms > span, footer section.popup_contact_form > section > form > label.agree_terms > span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  color: #636161;
}

footer section.whatsapp_form > section > form > label.agree_terms > span > a, footer section.popup_contact_form > section > form > label.agree_terms > span > a {
  text-decoration: underline;
  color: #636161;
}

footer section.whatsapp_form > section > form > button, footer section.popup_contact_form > section > form > button {
  margin-top: 25px;
  padding: 13px 20px;
  border-radius: 50px;
  line-height: 1.2em;
  border: none;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
}

footer section.whatsapp_form > section > form > button {
  background-color: #69e382;
  border: 1px solid #69e382;
}

footer section.popup_contact_form > section > form > button {
  background-color: var(--light_purple);
  border: 1px solid var(--light_purple);
}

footer section.whatsapp_form > section > form > button > img, footer section.popup_contact_form > section > form > button > img {
  width: auto !important;
  height: 20px;
  margin-left: 8px;
  vertical-align: middle;
}

footer section.whatsapp_form > section > form > button > p, footer section.popup_contact_form > section > form > button > p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2em;
}

footer section.whatsapp_form > section > form > aside, footer section.popup_contact_form > section > form > aside {
  display: none;
  margin-top: 20px;
}

footer section.whatsapp_form > section > form > aside > p, footer section.popup_contact_form > section > form > aside > p {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
}

footer > section.business_smm {
  width: 100%;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background-color: #000;
}

footer > section.business_smm > ul {
  padding: 0 15px;
  text-align: center;
  box-sizing: border-box;
}

footer > section.business_smm > ul > li {
  display: inline-block;
  vertical-align: middle;
}

footer > section.business_smm > ul > li + li {
  margin-left: 25px;
}

footer > section.business_smm > ul > li > a {
  display: block;
}

footer > section.business_smm > ul > li > a > img {
  width: auto;
  height: 35px;
  vertical-align: middle;
}

ul#langs {
  display: none;
  width: 150px;
  position: fixed;
  z-index: 100000;
  top: 70px;
}

ul#langs li {
  display: block;
  background-color: var(--black);
}

ul#langs li + li {
  border-top: 0.5px solid var(--gray);
}

ul#langs li a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul#langs li a > img {
  width: 25px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

nav.menu {
  display: none;
  width: 100%;
  height: 100vh;
  padding: 40px 30px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: var(--black);
  overflow-y: scroll;
  z-index: 10000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

nav.menu > img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

nav.menu > h3 {
  margin: 30px 0 0 0;
  font-size: 38px;
  font-weight: 600;
  color: var(--white);
}

nav.menu > h3 + * {
  margin-top: 50px !important;
}

nav.menu > details {
  text-align: start;
}

nav.menu > details + details {
  margin-top: 25px;
}

nav.menu > details > summary {
  padding: 17px 30px;
  list-style-type: none;
  outline: none;
  border-radius: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-image: url("/images/svg/black_arrow.svg");
  background-size: 18px;
  background-position: 90% 50%;
  color: var(--black);
  background-repeat: no-repeat;
  background-color: var(--white)
}

nav.menu > details > summary > a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}

nav.menu > details summary::-webkit-details-marker {
  display:none;
}

nav.menu > details.sub > summary.sub_menu {
  padding: 17px 30px;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
  outline: none;
  color: var(--black);
}

nav.menu > details.sub[open] {
  border-radius: 27px;
  background-color: #3C096C;
}

nav.menu > details.sub[open] > summary.sub_menu {
  background-image: url("/images/svg/white_arrow.svg") !important;
  color: var(--white);
  background-color: #663AA5;
}

nav.menu > details.sub > p {
  width: 80%;
  margin: 0 auto;
}

nav.menu > details.sub > p + p {
  border-top: 0.5px solid var(--white);
}

nav.menu > details.sub > p > a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}

nav.menu > details.sub > p.see_all {
  padding: 20px 0;
  text-align: center;
}

nav.menu > details.sub > p.see_all > a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  color: #3C096C;
  background-color: var(--white);
}

ul.country_codes {
  display: none;
  min-width: 230px;
  max-width: 230px;
  height: 180px;
  max-height: 180px;
  overflow-y: scroll;
  position: absolute;
  top: 95px;
  background-color: var(--dark);
  z-index: 100;
}

ul.country_codes > li {
  position: relative;
  padding: 20px 20px 20px 70px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  border-bottom: 0.5px solid var(--gray);
  color: var(--light_gray);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.country_codes > li > img {
  width: 35px;
  height: auto;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}
