:root {
  --orange: #C95C35;
  --turq: #237B7F;
  --white: #FEFEFE;
  --beige: #FEEEDF;
  --dark: #231F20;
  --font-1: "Heebo", sans-serif;
  --font-2: "Alef", sans-serif;
  --container: 1370px;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Alef", sans-serif;
  background: var(--beige);
}
#page {
    display: flex;
    flex-direction: column;
    height: 100%;
}

[data-aos] {
    opacity: 0;
}
button.tab-content__head {
    color: #000;
}

.error-box {
    display: flex;
    flex-direction: column;
}

.error-box {
    padding: 80px;
    text-align: center;
}

.error-box h1 {
    text-align: center;
    font-size: 36px;
    font-family: var(--font-1);
}

.error-box h1 span {
    display: block;
    font-size: 50px;
}
main {
    flex: 1 0 auto;
}

body, html {
    height: 100%;
}
.container {
  max-width: var(--container);
}

.test {
  font-family: "Alef", sans-serif;
}

.footer {
    background: var(--dark);
    padding: 70px 0 60px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

a {
  transition: .23s;
}


p,
.text,
.editor {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}


.page--inner {
    padding-top: 138px;
}

.hero-inner h1 {
  font-family: var(--font-2);
  font-weight: 700;
  font-size: 80px;
  text-align: center;
  line-height: 1;
  margin: 0;
}

.hero-inner p {
    font-weight: 400;
    font-size: 52px;
    text-align: center;
    color: #231f20;
    font-family: var(--font-2);
    line-height: 1.2;
}

.hero-inner {
    padding: 40px 0 60px;
}

.block-whatsapp {
    display: flex;
    justify-content: center;
    text-align: center;
    background: var(--orange);
    padding: 30px;
}
.field p {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    display: flex;
    direction: rtl;
}


.form-bloc {
    background: var(--turq);
    padding: 40px 60px;
}

.field label {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    font-family: var(--font-2);
    display: flex;
    margin: 0;
    align-items: center;
    gap: 5px;
    line-height: 1;
    white-space: nowrap;
}
.field.field--accept label {
    white-space: normal;
}
.field label:before {
    content: '*';
    display: flex;
    font-weight: 400;
    font-size: 36px;
    color: var(--orange);
    line-height: 1;
    align-items: center;
    transform: translate(0%, 6px);
}

.field p {
    display: flex;
    align-items: center;
    padding: 20px 16px;
    border-radius: 20px;
    gap: 16px;
}



span.wpcf7-not-valid-tip {
    display: none;
}


.field p > span {
    flex:auto;
}

.field p input, .field p input:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}



.field input {
    font-size: 20px;
    text-align: right;
    color: #000 !important;
    padding: 0;
    line-height: 1;
    height: auto;
    font-family: var(--font-1);
}

.fields {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.field.field--area label {
    display: none;
}

.field.field--area textarea {
    color: #000 !important;
    font-size: 20px;
    border: 0;
    outline: none;
    box-shadow: none;
    padding: 0;
    font-family: var(--font-1);
    max-height: 140px;
}

.field.field--area textarea::placeholder {
    color: #000;
    font-weight: 700;
}


.field.field--accept p {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.field.field--accept span {
    margin: 0;
}

.field.field--accept label span {color: #fff;font-weight: 400;position: relative;display: block;padding-right: 52px;font-size: 20px;max-width: 455px;font-family: var(--font-2);}

.field.field--accept a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.field.field--accept label span:before {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 9px;
    position: absolute;
    top: 2px;
    right: 0;
}

.field.field--accept label:before {
    visibility: hidden;
    display: none;
}

.field.field--accept input {
    display: none;
}

.field.field--accept label span:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 6px;
    width: 26px;
    height: 26px;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-form.svg) no-repeat center;
    border-radius: 7px;
}

.field.field--submit p {
    padding: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}


#footer-menu ul {
    display: flex;
    justify-content: center;
    gap: 50px;
    font-weight: 700;
}

#footer-menu ul a {
    font-weight: 700;
    font-size: 24px;
    line-height: 170%;
    text-align: center;
    color: #fff;
}

#footer-menu ul a:hover {
    color: var(--orange);
}

.footer__logo {
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
}

.footer__menu {
    margin: 0 0 90px;
}

.footer__social .social {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.footer__social .social svg {
    fill: #fff;
}

.footer__social .social a:hover svg {
    fill: var(--orange);
}

.footer__text {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #fff;
    max-width: 560px;
    margin: 40px auto;
}

.footer__copy {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-family: var(--font-1);
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 20px 0 0 0;
    padding-top: 30px;
}


.info-menu #footer-menu ul a {
    font-size: 18px;
    font-family: var(--font-1);
}

.info-menu #footer-menu ul {
    gap: 36px;
}

.info-menu #footer-menu ul li {
    position: relative;
}

.info-menu #footer-menu ul li:before {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: -18px;
    top: 5px;
}

.info-menu #footer-menu ul li:first-child:before {
    opacity: 0;
}

.info-menu {
    margin: 0 0 30px;
}

.create {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    font-family: var(--font-1);
}

.create a {
    color: #fff;
    font-weight: 700;
}


button.link-main:focus {
    outline: none;
}
button.link-main {
    min-width: 230px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {

}


p {
  margin-bottom: 0em;
}


img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


.project-item__image {
    position: relative;
    background: #FEEDDF;
    aspect-ratio: 31/20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-item__image:before {}

.project-item__meta {
    background: #000;
    padding: 26px 30px 36px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.project-item__title {
    font-weight: 700;
    font-size: 24px;
    font-family: var(--font-2);
    color: #feeddf;
    margin: 0 0 5px;
}

.project-item__desc {
    font-size: 18px;
    color: #feeddf;
}

.project-item__meta svg {
    fill: #feeddf;
    width: 18px;
    height: 18px;
}

span.project-item__button {
    margin-right: auto;
}

.swiper.projects-list {
    max-width: 1920px;
    padding: 0 15px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}


#main-menu > ul > li > a {
    font-weight: 700;
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    color: #000;
}

#main-menu > ul {
    display: flex;
    gap: 16px;
}



ul.sub-menu a {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}



li.menu-item-has-children {
    position: relative;
}

.top__social {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.social {
    display: flex;
    align-items: center;
    gap: 5px;
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top__main {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    gap: 15px;
}

.top__menu {
    margin-top: auto;
}

.site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    padding: 20px 0;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, 0);
    z-index: 9;
}
.admin-bar .site-header {
  top: 32px;
}


.hero {
    padding-top: 130px;
}

.top__menu,
.top__logo img,
.site-header,
.top__social,
.site-header:before {
  transition: .23s;
}



.top__logo img {
    height: 89px;
}

.site-header.scroll {
  padding: 12px 0;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.6);
}

.site-header.scroll .blur {
  opacity: 1;
}

.site-header .blur {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(217, 215, 224, 0.36);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    opacity: 0;
}

.site-header.scroll .top__social {
    display: none;
}

.site-header.scroll .top__menu {
    margin: 0;
}

.site-header .container {
    position: relative;
    z-index: 1;
}
#main-menu a {
    font-family: var(--font2);
}
.top__social a:hover svg {
    fill: var(--orange);
}
.top__social svg {
    fill: var(--dark);
    transition: .23s;
}
.title-section {
    font-weight: 700;
    font-size: 52px;
    line-height: 1;
    margin: 0;
}

p.title-small {
    font-weight: 700;
    font-size: 22px;
}

.editor {
    font-family: var(--font-1);
}

.editor p {
    margin: 0 0 12px;
}

.editor p:last-child {
    margin: 0;
}

.story__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.story__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
}



.story__media .img-box {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}

.story__media .img-box:before {
    padding-top: 100%;
}

.section.story {
    background: var(--orange);
    padding: 80px 0 100px;
    color: #000;
}


.link-main {
    display: inline-flex;
    align-items: center;
    height: 58px;
    padding: 0 5px;
    font-family: var(--font-1);
    border: 1px solid var(--dark);
    border-radius: 60px;
    background: var(--dark);
    color: #fff;
    gap: 0;
}

.link-main .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 50%;
    background: var(--orange);
    width: 48px;
    position: absolute;
    opacity: 0;
    scale: 0;
    transition: .23s;
}

.link-main .text {
    color: #fff;
    overflow-wrap: normal;
    word-break: normal;
    display: block;
    white-space: nowrap;
    margin: 0 8px;
}


.link-main {
    position: relative;
    padding: 0 8px 0 56px;
    transition: .23s;
}

.link-main:hover {
    padding: 0 56px 0 8px;
}

.link-main .arrow:last-child {
    opacity: 1;
    scale: 1;
    left: 4px;
}

.link-main:hover .arrow:last-child {
    opacity: 0;
    scale: 0;
    width: 0%;
}

.link-main:hover .arrow:first-child {
    opacity: 1;
    scale: 1;
    right: 4px;
}

.link-main .arrow:first-child {
    right: 4px;
}

.link-main .arrow svg {
    fill: var(--dark);
    transition: .23s;
}

.link-main:hover .arrow svg {
    fill: var(--orange);
}

.link-main:hover .arrow {
    background: var(--dark);
}

.link-main:hover {
    background: var(--orange);
}

.link-main:hover .text {
    color: var(--dark);
}

.storytelling {
    background: var(--dark);
    color: #fff;
}
.storytelling .container {
  
    text-align: center;
}
.storytelling .container {
    padding: 0;
    max-width: 100%;
}
.title-medium {
    font-size: 30px;
}
.project-item {
    transition: .23s;
}
.project-item:hover {
    opacity: .7!important;
}
.storytelling__meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  max-width: 760px;
}

.storytelling__meta p {
    color: #fff;
}

.storytelling__meta .circle-dekor {
    margin: 15px 0;
}

.circle-item {
    border-radius: 50%;
    margin: 0 auto;
}
.story-slider .swiper-slide.is-odd .circle-item {
    background: var(--orange);
}

.story-slider .swiper-slide.is-odd .circle-item p {
    color: #000;
}

.story-slider .swiper-slide.is-even .circle-item {
    background: var(--turq);
}

button.story-toggle, button.story-toggle:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    padding: 0;
    border: 0;
    outline: none;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/pause.svg) no-repeat center;
    transition: .23s;
}

.slider-navigation {
    position: relative;
}

button.story-toggle {
    position: absolute;
    top: 50%;
    transform: translate(100%, -50%);
    right: -8px;
}

button.story-toggle.is-paused {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/play.svg) no-repeat center;
}

.circle-item .title-large {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    margin: 0 0 12px;
}

.circle-item .text {
    max-width:640px;
    margin: 0 auto;
    line-height: 110%;
    padding: 0 40px;
}
.circle-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-item__img img {
    max-width: 110px;
    max-height: 110px;
}
.circle-item p {
    color: #fff;
}



.circle-item {
    position: relative;
    overflow: hidden;
}

.circle-item:before {
   /* content: '';
    display: block;
    padding-top: 100%;*/
}

.slide-wrap {
    height: 100%;
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    align-items: center;
        width: 100%;
}
.circle-item {
    width: 100%;
   
    max-height: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.storytelling__meta {
    flex: 0 0 auto;
}

.storytelling__slider {
    flex: 1 1 auto;
    display: flex;
    align-items: center; 
    justify-content: center;
    flex-direction: column;
    min-height: 0;
}

.story-slider,
.story-slider .swiper-wrapper,
.story-slider .swiper-slide {
    height: 100%;
}

.storytelling__slider .swiper-slide {
    
}

.storytelling__slider > div {
    max-width: 100%;
    min-width: 1px;
}
.circle-item__wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.storytelling__bottom .title-large {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}
.storytelling__bottom p {
    color: #fff;
}
.storytelling__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    max-width: 460px;
    margin: 0px auto 0;
        padding: 0 15px;
}
.storytelling__slider .swiper-pagination {
    margin: 0 0 30px;
}
.swiper-pagination.swiper-pagination-clickable {
    display: flex;
    justify-content: center;
    gap: 7px;
}

.swiper-pagination.swiper-pagination-clickable span {
    width: 18px;
    height: 4px;
    margin: 0!important;
    border-radius: 4px;
    background: rgba(254, 238, 223, 0.2);
    opacity: 1;
}

.swiper-pagination.swiper-pagination-clickable span.swiper-pagination-bullet-active {
    background: rgba(254, 238, 223, 1);
}
.swiper-pagination.swiper-pagination-clickable {
    position: relative!important;
    top: auto!important;
    bottom: auto!important;
    left: auto!important;
    margin-top: 30px!important;
}
.projects .meta-box {
    margin: 0 0 40px;
}
.media .swiper-pagination.swiper-pagination-clickable span {
    background: rgba(35, 31, 32, 0.2);
}

.media .swiper-pagination.swiper-pagination-clickable span.swiper-pagination-bullet-active  {
    background: rgba(35, 31, 32, 1);
}
.media__link {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
}
.media__link a {
    min-width: 230px;
}

.faq-item__q svg {
    width: 20px;
    height: 11px;
    transition: .12s;
    transform: rotate(0deg);
}

.faq-item.open .faq-item__q svg {
  transform: rotate(180deg);
}

.faq-item__q span {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    border-radius: 50%;
}

.faq-item {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 20px;
    padding: 25px 34px;
}
.wa-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.wa-block__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}
.collaborations {
    padding-top: 150px;
}
.collaborations {
    overflow: hidden;
}

.collaborations .title-medium {
    text-align: center;
}

.logos-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    direction: ltr;
}

.logos-track {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    animation: collaborations-marquee 60s linear infinite;
    direction: ltr;
}

.logos-group {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: max-content;
    direction: ltr;
}

.logo-img {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 36px;
}

.logo-img img {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 70px;
    object-fit: contain;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@keyframes collaborations-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}
/*
.logos-marquee:hover .logos-track {
    animation-play-state: paused;
}*/

@media (max-width: 1199px) {
    .logo-img {
        padding: 0 28px;
    }

    .logo-img img {
        max-width: 150px;
        max-height: 58px;
    }
    .collaborations {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
  

    .logo-img {
        padding: 0 20px;
    }

    .logo-img img {
        max-width: 120px;
        max-height: 44px;
    }

    .logos-track {
        animation-duration: 40s;
    }
}
.logos-marquee {
    background: rgba(255, 255, 255, 0.3);
    padding: 40px 60px;
}

.collaborations__meta {
    position: relative;
    padding: 0 0 40px;
        z-index: 1;
}

.collaborations__meta .circle-dekor {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0%, 50%);
}
.faq-block {
    padding: 40px 0;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item__q {
    display: grid;
    grid-template-columns: auto 48px;
    gap: 24px;
    font-weight: 400;
    font-size: 20px;
    font-family: var(--font-1);
    align-items: center;
    cursor: pointer;
    transition: .12s;
}

.faq-item__a {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    font-family: var(--font-1);
    padding: 0 0px 0 72px;
}



.faq-item.open .faq-item__q {
    font-weight: 700;
}
.review__wrap {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
    background: #feeedf;
    border-radius: 20px;
    padding: 25px 20px 60px;
    margin: 10px;
}

.reviews .meta-box {
    margin: 0 0 30px;
}
.reviews .meta-box p {
    line-height: 1;
}
.meta-box .title-medium {
    line-height: 1;
}
.section.reviews {
    background: var(--orange);
}

.review__img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    max-width: 148px;
}

.review__img:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.review__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
}


.review__img {
    margin: 0 0 25px;
}

.review__title {
    font-weight: 700;
    font-size: 24px;
}

.review__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review__text.text {
    line-height: 1.1;
    font-family: var(--font-1);
    margin: 0 0 15px;
}

.review__comp, .review__name {
    font-family: var(--font-1);
    line-height: 1;
}

.review__comp {
    font-weight: 700;
}

.projects__meta,
.process__meta,
.meta-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.process__meta {
    max-width: 840px;
    margin: 80px auto 30px;
}

.process__meta .text,
.projects__meta .text,
.meta-box .text {
    max-width: 750px;
}
.projects  {
    background: var(--dark);
    color: #fff;
}
.projects .meta-box p {
    color: #fff;
}

.storytelling__main {
    min-height: auto;
    height: calc((var(--vh, 1vh) * 100) - 80px);
    display: flex;
    flex-direction: column;
}
.title-medium {
    font-size: 30px;
    line-height: 1.1;
}
section.section.storytelling {
    padding-top: 0;
}
.storytelling__main {
    padding-top: 60px;
}
.storytelling, 
.projects,
.reviews,
.media {
    padding:90px 0;
}


.media-item {
    display: grid;
    grid-template-columns: 2fr 3fr;
    background: var(--dark);
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding: 20px;
    align-items: center;
    gap: 40px;
}

.media-item__content p {
    color: #fff;
}

.media-item__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.media-item__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
}

.media-item__desc {
    line-height: 1;
}

.media-item__media {
    position: relative;
    overflow: hidden;
}
p.media-item__text {
    max-width: 480px;
    line-height: 150%;
}
.media-item__media:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.media-item__media iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link-main.link-light {
    margin: 0 auto;
    background: #F3F3F3;
    border-color: #F3F3F3;
    min-width: 230px;
}

.link-main.link-light .text {
    color: #000;
}

.link-main.link-light:hover {
    background: var(--orange);
    border-color: var(--orange);
}

.link-main.link-light:hover .arrow:first-child {
    background: #fff;
}

.link-main.link-light:hover .arrow:first-child svg {
    fill: #000;
}
.projects__link {
    display: flex;
    justify-content: center;
}

.process {
    padding: 60px 0 30px;
}

.tab-content__head .container {
    display: flex;
}
.tab-content:nth-child(even) {
    background: var(--orange);
}

.tab-content:nth-child(odd) {
    background: var(--turq);
}

.tab-content button, .tab-content button:focus {
    background: transparent;
    border: 0;
    outline: none;
}

.tab-content button {
    padding: 0;
    width: 100%;
}

button.tab-content__head {
    font-weight: 700;
    font-size: 52px;
    display: flex;
    font-family: var(--font-1);
}

.tab-content:nth-child(odd) button.tab-content__head {
    color: #fff;
}

.tab-content:nth-child(odd) .tab-content__main > div.text {
    color: #fff;
}

.tab-content__inner {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 20px;
}

.tab-content__main div.text {
    max-width: 620px;
    margin: 0 0 24px;
}

.tab-content__media .img-box {
    overflow: hidden;
}

.tab-content__media .img-box:before {
    content: '';
    display: block;
    padding-top: 41%;
}



.tab-content__head .container {
    display: flex;
}

.tab-content.is-active {
    padding-top: 52px;
}

.tab-content {
    padding: 0;
    transition: .23s;
}
.tab-content__media {
    position: relative;
    opacity: 0;
    transition: .23s;
}
.section.tabs {
    overflow: hidden;
}
.tab-content__media.is-visible {
    opacity: 1;
}
.media-wrap {
    min-height: 340px;
}

.media-box {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + (100vw - var(--container)) / 2 + 15px);
    height: 100%;
    max-width: 850px;
    transform: translate(0, -72px);
    overflow: hidden;
}
.media-box > div {
    width: 100%;
    height: auto;
}

.tab-content__num {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 44px;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 15px;
    right: 15px;
    transition: .23s;
    min-width: 52px;
    text-align: center;
}

.tab-content.is-active .tab-content__num {
    top: 9px;
}
.tab-content {
    position: relative;
}
.tab-content:nth-child(even) .tab-content__num {
   color: rgba(35, 31, 32, 0.7);
}

.tab-content__title {
    line-height: 1;
}

.tab-content__head {
    padding: 20px 0!important;
}

.img-box {
    position: relative;
}

.img-box:before {
    content: '';
    display: block;
}

.img-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-wrap {
    max-width: 825px;
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .top__social {
      padding-left: 22px;
  }
  ul.sub-menu {
      border-radius: 20px;
      background: var(--dark);
      padding: 5px 15px 15px;
      min-width: 160px;
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 10px;
  }
  ul.sub-menu {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 10px));
    visibility: hidden;
    transition: .12s;
    opacity: 0;
  }
  ul.sub-menu:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: -46px;
      background: var(--dark);
      border-radius: 20px;
      z-index: -1;
  }
  li.menu-item-has-children:hover > a {
    background: transparent!important;
    color: #fff !important;
    position: relative;
    z-index: 1;
  }
  
  li.menu-item-has-children:hover  ul.sub-menu {
      visibility: visible;
      transform: translate(-50%, 100%);
      opacity: 1;
  }
  ul.sub-menu a:hover {
      text-decoration: underline;
      color: var(--orange);
  }

  .site-header.scroll .top__logo img {
      height: 52px;
      width: auto;
  }

  #main-menu > ul > li > a {
      transition: .23s;
      height: 46px;
      padding: 0 22px;
      border-radius: 80px;
      display: flex;
      align-items: center;
  }

  #main-menu > ul > li:hover > a {
      background: var(--dark);
      color: #fff;
  }

}


.hero__meta {
    font-family: var(--font2);
    color: var(--dark);
    text-align: center;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero__meta h1 {
    font-weight: 700;
    font-size: 80px;
}

.hero__meta p {
    font-size: 52px;
    font-weight: 400;
}

.circle-dekor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--orange);
}

.circle-dekor:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: var(--dark);
    border-radius: 50%;
}

.hero__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 65px;
}

.hero__links a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #fff;
    border-radius: 50%;
    width: 165px;
    height: 165px;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #231f20;
    font-family: var(--font2);
    justify-content: center;
    box-shadow: 0px 9px 10px -4px rgba(0, 0, 0, 0.07);
    transition: .23s;
}

.hero__links a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
}

.home .hero {
    min-height: 620px;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-direction: column;
}

.home .section.hero > .container {
    min-height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.links-wrap {
    background: var(--turq);
    flex: 1 0 auto;
    margin-top: 90px;
    position: relative;
}

.links-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 68px;
    background: #feeedf;
}

.hero__links {
    transform: translate(0%, 0%);
}

.hero__links a:hover {
	animation: heroLinkBounce .8s infinite ease;
  background: var(--orange);
}

@keyframes heroLinkBounce {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}
.btn-mobile {
  display: none;
}
.mobile-info {
  display: none;
}
span.submenu-toggle {
    display: none;
}

.link-wa.link-wa--orange {
    background: var(--orange);
    display: inline-flex;
}

.link-wa.link-wa--orange .text {
    color: #000;
}

.link-wa.link-wa--orange .arrow {
    background: var(--dark);
}

.link-wa.link-wa--orange .arrow svg {
    fill: #fff;
}

.link-wa.link-wa--orange:hover {
    background: #fff;
    border-color: #fff;
}
.link-wa {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 60px;
    background: #000;
    padding: 0 24px 0 5px;
    border-radius: 60px;
    border: 1px solid #000;
}
.link-wa .text {
  color: #fff;
  font-size: 18px;
  font-family: var(--font-1);
}

.link-wa .arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      background: var(--orange);
      border-radius: 50%;
}

.link-wa:hover {
      background: var(--orange);
}

.link-wa:hover .text {
      color: #000;
}

.link-wa:hover .arrow {
      background: #000;
}

.link-wa:hover .arrow svg {
      fill: #fff;
}
.field.field--area textarea {
    padding-right: 24px;
}
.hero-inner__text {
    background: var(--orange);
    padding: 30px 0;
    margin-top: 50px;
}

.hero-inner__text p {
    font-size: 30px;
}

.section.hero-inner.media-inner {
    padding-bottom: 0;
}
/*
.media-block.is-hidden {
    display: none;
}
*/

.media-block.is-hidden {
    opacity: 0;
    transform: translateY(40px);
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
}

.media-main {
    background: var(--turq);
    padding: 50px 0 100px;
}



div#media-blocks {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.media-block {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.07);
    background: #feeedf;
    padding: 24px;
    border-radius: 20px;
    display: flex;
    gap: 20px;

    transition: max-height .5s ease, opacity .4s ease, transform .4s ease, margin .4s ease, padding .4s ease;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    max-height: 1200px;
}

.media-block__video {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 480px;
}

.media-block__video:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.media-block__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-block__content {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.media-block__content h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000;
    margin: 0;
}

.media-block__content .subtitle {
    font-weight: 500;
    font-size: 18px;
    font-family: var(--font-1);
}

.media-block__content .text p {
    font-weight: 400;
    font-size: 18px;
    font-family: var(--font-1);
}

button.media-main__more, button.media-main__more:focus {
    background: transparent;
    outline: none;
    border: 0;
    padding: 0;
}

button.media-main__more {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

button.media-main__more span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--orange);
    background: var(--orange);
}

button.media-main__more span svg {
    fill: #000;
}

button.media-main__more:hover span svg {
    fill: var(--orange);
}

button.media-main__more:hover span {
    background: #000;
    border-color: #000;
}

button.media-main__more:focus span {
    
    border: 1px solid var(--orange)!important;
}

.media-main__actions {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.service-item__editor {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #000;
    font-family: var(--font-1);
    margin-top: 10px;
}

.meta__item {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #000;
}

.main-services {
    background: var(--turq);
    padding: 0px 0 100px;
}

.lecture-content {
    padding: 50px 0;
    background: var(--orange);
}
.lecture-content .container {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 40px;
}

.lecture-content__editor p {
    font-weight: 500;
    font-size: 22px;
    line-height: 123%;
    text-align: right;
    color: #000;
    font-family: var(--font-1);
}

.lecture-content {
    position: relative;
}

.lecture-content:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    transform: translate(0%, 100%);
    background: var(--orange);
}
.main-services > .container {
    position: relative;
    z-index: 1;
}

.service-item {
    transition: max-height .5s ease, opacity .4s ease, transform .4s ease, margin .4s ease, padding .4s ease;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    max-height: 3000px;
}

.service-item.is-hidden {
    opacity: 0;
    transform: translateY(20px);
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
}

.service-list__actions {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.service-item {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);
    background: #feeddf;
    padding: 50px 70px;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
    align-items: flex-start;
    border-radius: 20px;
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-item__media {
    position: relative;
    overflow: hidden;
}

.service-item__media:before {
    content: '';
    display: block;
    padding-top: 77%;
}

.service-item__media img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
}

.service-item__content h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 87%;
    color: #231f20;
    font-family: var(--font-2);
    margin: 0 0 15px;
}

.service-item__content .desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #231f20;
    margin: 0 0 10px;
}

.main-projects {
    padding: 120px 0;
    background: var(--turq);
}

.projects-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.modal-content {
    background: #feeddf;
    padding: 54px 30px 30px;
    border: 0;
    border-radius: 0;
}

button.close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
}

button.close:before, button.close:after {
    content: '';
    display: block;
    width: 37px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
}

button.close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

button.close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

button.close span {
    display: none;
}

button.close:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.modal-body {
    padding: 0;
}

.project-modal__content.popup > h3 {
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: #000;
    line-height: 1.1;
    font-family: var(--font-2);
    margin: 0px 0 26px;
}

.project-modal__content.popup h3 span {
    font-weight: 700;
    display: block;
}

.popup__title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.1;
}
.project-item {
    cursor: pointer;
}
.popup__content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: flex-start;
    gap: 30px;
}

.modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 1200px;
}

.popup__editor h3, .popup__editor h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: var(--font-2);
    margin: 0 0 12px;
}

.popup__editor p {
    font-size: 16px;
    font-family: var( --font-1);
    margin: 0 0 15px;
}

.popup__editor p:last-child {
    margin: 0;
}

.popup__editor {
    margin: 0 0 15px;
}

.popup-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.popup-logos img {
    max-height: 52px;
    width: auto;
}

.popup__video {
    position: relative;
    overflow: hidden;
}

.popup__video:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.popup__video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0px;
}

.video-meta p {
    text-align: left;
    font-size: 14px;
    direction: ltr;
    font-family: var( --font-1);
    font-weight: 500;
}

.video-meta p:first-child {
    font-weight: 700;
}
.video-information {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
a.video_link {
    text-align: left;
    font-size: 14px;
    direction: ltr;
    font-family: var(--font-1);
    font-weight: 700;
    color: #000;
}
.popup__video {
    margin: 0 0 30px;
}
.meta__item span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: var(--orange);
    border-radius: 50%;
}

.meta__item span svg {
    width: 24px;
    height: 24px;
}

.meta__item > div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
}


.service-item .meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.popup-logos {
    margin: 0 0 30px;
}



section.desc {
    padding: 30px 0 50px;
    background: var(--orange);
}

section.desc .title-medium {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    text-align: center;
    color: #000;
    margin: 0 0 15px;
}


section.desc .text p {
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.desc .text {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
li.menu-item-has-children > a {
    pointer-events: none;
}

.popup__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.popup__editor, .popup__title {
    color: #000;
}
.collaborations .title-medium {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #231f20;
    line-height: 1.1;
  
}
button.close {
    z-index: 1;
}

.reviews .title-section {
    color: #000;
}

.reviews .container {
    max-width: 1700px;
}
.review__content {
    padding-right: 20px;
}


.service-item__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 30px 0 0 0;
}

.service-item__links a {
    min-width: 220px;
}

.service-item__links .link-wa.link-wa--orange {
    background: transparent;
}

.service-item__links .link-wa.link-wa--orange:hover {
    background: #fff;
}

.page-template-page-about .story-slider .swiper-slide.is-odd .circle-item {
    background: var(--turq);
    
}

.page-template-page-about .story-slider .swiper-slide.is-odd .circle-item p {
    color: #fff;
}

.page-template-page-about  .story-slider .swiper-slide.is-even .circle-item {
    background: var(--orange);
}

.page-template-page-about .circle-item p {
    color: #000;
}

.storytelling .title-section {
    font-size: 42px;
    max-width: 760px;
}

.storytelling__main {
    min-height: 615px;
}
.storytelling__meta {
    padding: 0 15px;
}

.tab-content {
    border-radius: 0 30px 0 0;
}



.tab-content:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}



.tab-content__body, .tab-content__header {
    position: relative;
    z-index: 3;
}

.tab-content:nth-child(1):before {
    background: #feeedf !important;
}

.tab-content:nth-child(even):before {
    background: #237b7f;
}

.tab-content:nth-child(odd):before {
    background: var(--orange);
}
.media-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section.projects .projects__link {
    margin-top: 50px;
}
.section.projects .swiper-pagination.swiper-pagination-clickable,
.section.reviews .swiper-pagination.swiper-pagination-clickable,
.section.media .swiper-pagination.swiper-pagination-clickable {
    margin-top: 40px !important;
}
.media .meta-box {
    margin-bottom: 40px;
}
.section.media {
    display: block;
}
.media__inner {
    position: relative;
    padding-top: 150px;
    background: var(--turq);
}
.media__swiper {
    position: relative;
}

.media__swiper:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: #feeedf;
}


.media__swiper {
    padding: 0 15px;
}
.media__swiper .media-item {
   max-width: 1340px;
   margin: 0 auto;
}
.hero [data-aos="fade-up"],
.hero-inner [data-aos="fade-up"] {
    transform: translate3d(0, 20px, 0);
}
@media only screen and (max-width: 1680px) {
    .media-box {
    width: calc(100% + 15px);
}
.media-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tab-content__inner {
    grid-template-columns: 1fr 1fr;
}
.storytelling .title-section {
    font-size: 32px;
    max-width: 580px;
}
.storytelling .title-medium {
    font-size: 24px;
}
.storytelling__meta p {
    font-size: 16px;
}
.storytelling__main {
    padding-top: 40px;
}
.swiper-pagination.swiper-pagination-clickable {
    margin-top: 20px !important;
}
.storytelling__slider .swiper-pagination {
    margin: 0 0 20px;
}
.circle-item .title-large {
    font-size: 28px;
}
.circle-item .text {
    font-size: 14px;
}
.circle-item__img img {
    max-width: 65px;
    max-height: 65px;
}
.circle-item__img {
    width: 80px;
    height: 80px;
}
.home .hero__meta p {
    line-height: 1.1;
}
.hero__meta h1 {
    font-size: 64px;
    line-height: 1.1;
}
.home .hero__meta p {
    line-height: 1.1;
    
}
.links-wrap {
    margin-top: 70px;
}
.hero__links {
    gap: 45px;
}
.hero__links a {
    width: 155px;
    height: 155px;
}
.service-item__content h2 {
    font-size: 46px;
}

.service-item__editor p {
    font-size: 16px;
}
.tab-content__head .container,
.tab-content__body .container {
    padding-right: 75px;
    max-width: 100%;
}
.modal-content {
    padding: 40px 25px 30px;
}

.project-modal__content.popup > h3 {
    font-size: 36px;
    margin: 0 0 20px;
}

.popup__title {
    font-size: 26px;
    margin: 0 0 10px;
}

.popup__editor h3, .popup__editor h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

.popup__editor p {
    font-size: 14px;
}

.popup__video {
    margin: 0 0 20px;
}
}

@media only screen and (max-width: 1440px) {
    .hero__meta h1 {
            font-size: 60px;
    }
    .hero__meta p {
        font-size: 42px;
        font-weight: 400;
    }
  .hero-inner h1 {
    font-size: 60px;
  }
    .story__block {
        gap: 30px;
    }
  .hero-inner p {
      font-size: 36px;
  }

  .hero-inner__text p {
      font-size: 24px;
  }

} 
@media only screen and (max-width: 1230px) {

    .modal-dialog.modal-dialog-centered.modal-lg {
        margin: 0 15px;
    }

}

.menu-open .site-header:before {
    opacity: 0;
}
.page-template-page-about .section.faq {
    padding: 90px 0;
}
@media only screen and (max-width: 1199px) {
 .faq-item__q span svg {
    width: 14px;
    height: 7px;
}
.page-template-page-about .section.faq {
    padding: 65px 0 80px;
}
.faq-item__q span {
    width: 36px;
    height: 36px;
}
.faq-item__q {
    grid-template-columns: auto 36px;
}
.faq-item {
    padding: 16px;
}
.faq-item__q {
    font-size: 16px;
}
.faq-item__a {
    font-size: 14px;
}
section.desc .title-medium {
    font-size: 20px;
}
.media__inner {
    padding-top: 50px;
}
.media-item__title {
    font-size: 24px;
}
p.media-item__desc {
    font-size: 18px;
}
p.media-item__text {
    font-size: 14px;
}
.media__swiper .media-item {
    padding: 16px;
    gap: 16px;
}
.media-box {
    aspect-ratio: 2.41 / 1;
    margin: 0 auto;
}
.service-item {
    padding: 24px;
    gap: 24px;
}
.lecture-content {
    padding: 40px 0 60px;
}

.lecture-content__editor p {
    font-size: 18px;
}

.lecture-content .container {
    gap: 30px;
}
section.desc .text p {
    font-size: 14px;
}

section.desc .text {
    gap: 10px;
}

section.desc {
    padding: 30px 0 40px;
}
.main-projects {
    padding: 80px 0 90px;
}
.project-item__desc {
    font-size: 14px;
}

.project-item__title {
    font-size: 16px;
}
.projects-grid {
    gap: 20px;
}
    button.tab-content__head {
        font-size: 32px;
   }
  .hero-inner__text p {
      font-size: 20px;
  }
  .tab-content__num {
        font-size: 36px;
        top: 9px;
  }
  .media-box {
        transform: translate(0);
        width: 100%;
        position: relative;
    }

.tab-content__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
 .tab-content__head .container, .tab-content__body .container {
        padding-right: 15px;
        max-width: 100%;
}
.tab-content__title {
    display: inline-flex;
    margin: 0;
    transition: .23s;
    padding-right: 55px;
}

.tab-content.is-active .tab-content__title {
    padding-right: 0;
    margin: 0 auto;
}
  .tab-content__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 0 40px;
  }
  .media-wrap {
    min-height: auto;
 }
  .media-block__content .text p {
      font-size: 14px;
  }
  .media-block__content h2 {
      font-size: 24px;
  }
  .media-block__content {
      padding-top: 15px;
  }

  .page--inner {
      padding-top: 96px;
  }
  body.menu-open {
    overflow: hidden;
  }
  .top__main {
    transform: translate(101%, 0);
    transition: .23s;
  }

  body.menu-open .top__main {
      transform: translate(0%, 0);
    
  }
  .site-header.scroll .top__main {
     padding-top: 80px;
     
  }

  
  .btn-mobile:focus {
      outline: none;
  }
  

  .mobile-info {
    display: flex;
  }

  .mobile-info > .text {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px;
  }
  .mobile-info {
      flex-direction: column;
      align-items: center;
      margin-top: 50px;
  }
  .site-header {
    z-index: 999;
  }
  .top__social {
      display: none;
  }
  .top__main {
    padding: 0;
  }

  .top__social {
    display: none;
  }
  li.menu-item-has-children > a {
      position: relative;
  }

  span.submenu-toggle {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        height: 64px;
        position: absolute;
        left: 0;
        top: 0px;
        padding: 0 16px;
  }
  span.submenu-toggle.active svg {
    transform: rotate(180deg);
  }
  span.submenu-toggle svg {
      transition: .23s;
      transform: rotate(0);
  }
  .top__main {
      padding: 0;
  }

  .top__menu {
      margin: 0;
      padding: 0 15px;
  }

  .top__menu #main-menu > ul {
      flex-direction: column;
      gap: 0;
  }

  .top__menu #main-menu > ul > li > a {
      font-size: 20px;
      font-weight: 700;
      padding: 16px 0;
      display: block;
      text-align: right;
  }

  .top__menu #main-menu > ul > li {
      border-bottom: 1px solid rgba(35, 31, 32, 0.2);
  }

  ul.sub-menu a {
      color: #000;
  }

  ul.sub-menu {
      padding: 0 0 16px;
      display: none;
  }
  .top__main {
      position: fixed;
      top: 0px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: var(--beige);
      padding-top: 96px;
  }
  button.btn-mobile, .top__logo {
    position: relative;
    z-index: 2;
    }   
  .top__logo img {
      height: 56px;
      width: auto;
  }
  .btn-mobile {
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--orange);
    padding: 0;
    border: 0;
    outline: none;
    border-radius: 54px;
  }

  .btn-mobile:before, .btn-mobile:after, .btn-mobile span {
        width: 24px;
        height: 2px;
        background: #000;
        display: block;
        transition: .23s;
        border-top: 0px solid var(--dark);
        left: 50%;
        position: absolute;
        top: 50%;
   }

  .btn-mobile:before, .btn-mobile:after {
      content: '';
  }

  .btn-mobile:before {
      transform: translate(-50%, calc(-50% - 8px)) rotate(0deg);
  }

  .btn-mobile:after {
      transform: translate(-50%, calc(-50% + 8px)) rotate(0deg);
  }

  .btn-mobile span {
      transform: translate(-50%, calc(-50% + 0px)) rotate(0deg);
  }

  .btn-mobile.menu-open span {
      opacity: 0;
  }

  .btn-mobile.menu-open:before {
      transform: translate(-50%, calc(-50% - 0px)) rotate(-45deg);
  }

  .btn-mobile.menu-open:after {
      transform: translate(-50%, calc(-50% - 0px)) rotate(45deg);
  }
  .footer {
      padding: 40px 0 30px;
  }

  .footer__logo img {
      max-width: 145px;
  }

  #footer-menu ul {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 18px;
  }

  .footer__menu {
      margin: 0 0 40px;
  }

  .footer__text {
      font-size: 14px;
      margin: 30px auto 40px;
      max-width: 370px;
  }

  .footer__copy {
      font-size: 14px;
  }

  .footer__bottom {
      margin-top: 30px;
  }

  .info-menu #footer-menu ul {
      flex-direction: row;
  }

  .info-menu #footer-menu ul a {
      font-size: 14px;
  }

  .create {
      font-size: 14px;
  }

}
form.wpcf7-form.invalid .f-valid label {
    color: var(--orange);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    border: 0;
    margin: 15px auto;
    line-height: 1;
    max-width: 320px;
    font-family: var(--font-1);
}
@media only screen and (max-width: 991px) {
.media-block {
    flex-direction: column;
    gap: 18px;
    padding: 16px;
}
.home .section.hero > .container {
    min-height: auto;
}
.storytelling__main {
        min-height: 715px;
}
.media__swiper .media-item {
    grid-template-columns: 1fr;
}
.media__swiper .media-item {
    grid-template-columns: 1fr;
    padding-bottom: 24px;
}
.title-medium {
    font-size: 24px;
}
.home .hero {
    min-height: 760px;
}
.story__media .img-box {
    max-width: 260px;
}
.service-item__content h2 {
    font-size: 32px;
}

.service-item__content .desc {
    font-size: 20px;
}

.meta__item > div, .meta__item {
    font-size: 16px;
    gap: 5px;
}

.service-item__links {
    margin: 20px 0 0 0;
}
.review__wrap {
    padding: 18px 15px 24px;
}
.reviews .title-medium {
    font-size: 24px;
}
.review__img {
    max-width: 130px;
    margin: 0 0 20px;
}
.storytelling, .projects, .reviews, .media {
    padding: 80px 0 90px;
}
.review__title {
    font-size: 20px;
}

.review__text.text {
    font-size: 14px;
}

.review__content {
    padding-right: 10px;
}
.review__wrap {
    margin: 5px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.01);
}
.modal-content {
    padding: 30px 20px 20px;
}

button.close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
}

.project-modal__content.popup > h3 {
    font-size: 32px;
    margin: 0 0 10px;
}

.popup__content {
    grid-template-columns: 1fr;
    gap: 30px;
}

.popup__info {
    order: 2;
}

.popup__media {
    order: 1;
}

.popup__title {
    font-size: 24px;
    margin: 0 0 15px;
}

.popup__info .link-wa span {
    font-size: 14px;
}

.popup__info .link-wa {
    margin: 0 auto;
}
.title-section {
    font-size: 32px;
}
p.title-small {
    font-size: 18px;
}
p, .text, .editor {
    font-size: 16px;
}
.story__content {
    align-items: center;
    text-align: center;
}
.section.story {
    padding: 60px 0 70px;
}
.story__content .link-main {
    margin-top: 15px;
}
.home .hero__meta p {
    max-width: 346px;
    line-height: 1.1;
    margin: 0 0 10px;
}
.hero__meta h1 {
    margin: 0 0 15px;
}
.story__block {
    grid-template-columns: 1fr;
}
    .hero__links a {
        width: 150px;
        height: 150px;
    }
    .hero__links {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        max-width: 330px;
        margin: 0 auto;
    }
    .hero__meta h1 {
        font-size: 32px;
    }
    .hero__meta p {
        font-size: 24px;
    }
    .hero__links {
    gap: 30px;
    }
    .home .hero {
        padding-top: 175px;
    }
    .home .hero__meta {
        padding: 0;
    }
    .links-wrap {
        margin-top:40px;
    }
  .media-block__content {
        padding-top: 0;
   }
  .media-block__video {
      max-width: 100%;
  }
  .hero-inner h1 {
      font-size: 36px;
      margin: 0 0 15px;
  }
  .media-main__actions {
      margin-top: 40px;
  }

  .media-main {
      padding: 50px 0 60px;
  }
  .hero-inner p {
      font-size: 20px;
  }
  .block-whatsapp {
      padding: 15px 15px;
  }
  .form-bloc {
      padding: 30px 0 60px;
  }
  .field p {
    padding: 16px;
 }

 .field.field--select > p > label {
    white-space: normal;
  }
  .field.field--select > p > label {
      white-space: normal;
      max-width: 120px;
  }
  .field.field--accept label span {
    color: #fff;
    font-weight: 400;
    position: relative;
    display: block;
    padding-right: 52px;
    font-size: 14px;
}
}


@media only screen and (max-width: 820px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }
    .lecture-content .container {
    grid-template-columns: 1fr;
    gap: 30px;
}

.lecture-content__media {
    order: 2;
}
.service-item {
    grid-template-columns: 1fr;
}

.lecture-content__editor p {
    font-size: 14px;
}
}
    .storytelling__slider .swiper-slide {
        padding: 0 40px;
    }

@media only screen and (max-width: 767px) {
    .reviews .container {
        padding: 0;
    }
    .reviews .meta-box {
        padding: 0 15px;
    }
    .swiper.reviews-slider {
        padding-left: 35%;
    }
    .storytelling .title-medium, .storytelling__meta p {
        max-width: 370px;
    }
    .circle-item__wrap {
        padding-bottom: 30px;
    }

    .storytelling__slider .swiper-slide {
        display: flex;
        align-items: center;
    }
    .circle-item {
        width: 100%;
        max-height: 100%;
        aspect-ratio: auto;
        margin: 0 auto;
    }
    .circle-item:before {
        content: '';
        display: block;
        padding-top: 100%;
    }
    
}