/**
 * ideamatic.css
 */

 /* Document level adjustments */
/* Document level adjustments */
html {
  font-size: 16px;
}
html {
  font-size: 112.5%;
}
@media (max-width: 900px) {
  html { font-size: 15px; }
}
@media (max-width: 400px) {
  html { font-size: 13px; }
}


 body {
   --text-size-80: 0.5rem;
   --text-size-90: 0.707rem;
   --text-size-100: 1rem;
   --text-size-200: 1.414rem;
   --text-size-300: 1.999rem;
   --text-size-400: 2.827rem;
   --text-size-500: 3.998rem;
   --text-size-600: 5.653rem;
   --text-size-700: 7.993rem;
   font-family: 'DM Sans', sans-serif;
   font-weight: 400;
   line-height: 1.6;
   color: #222222;
   background: #FFFFFF;
 }
 h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
   margin-top: 0;
   margin-bottom: 1rem;
   font-family: 'DM Sans', sans-serif;
   font-weight: 600;
   line-height: 1.15;
   letter-spacing: -0.022em;
 }
 p {
   margin-top: 1rem;
   margin-bottom: 1rem;
   font-size: 1.2222rem;
   line-height: 1.6111rem;
 }
 
 small {
   font-size: var(--text-size-90);
 }
 
  h1{
    font-size: 4.8333rem;
    list-style: 4.8889rem;
    font-weight: 600;
  }
  h2{
    font-size: 3.3333rem;
    list-style: 4.3889rem;
    font-weight: 600;
  }
  h3{
    font-size: 2.5rem;
    list-style: 3.2778rem !important;
    font-weight: 600;
    margin-top: 0 !important;
  }
  h4{
    font-size: 1.6667rem;
    list-style: 1.8333rem;
    font-weight: 700;
  }

  .wp-block-button__link{
    font-weight: 700;
    font-size: 1.2222rem;
    border-bottom: solid 4px #000;
    border-radius: 0px;
    padding: 0;
  }
  a:hover{
    color:#2173EC;
  }
  .entry-content-wrap {
    padding: 0rem;
}

  /*header*/
.page-template-default{
background-image: url(img/bg_page.webp);
background-repeat: no-repeat;
background-color: #F0F0F0;
}
.current-menu-item a{
  font-weight: 800 !important;
}
.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:after {
  height: 3px;
}
.language_header{
  position: absolute;
  top: 0px;
  width: 1245px;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  font-size: 18px;
}
.header-navigation, .header-menu-container {
  margin-top: 15px;
}
/*home*/
.title_h1_home{
  border-bottom: solid 2px #D8D8D8;
  padding-bottom: 30px;
}
.title_h2_home strong{
  font-weight: 600;
  background-image: url(img/line_01.svg);
  background-repeat: repeat-x;
  background-position: 0px 16px;
}
.txt_highlighter_01{
  font-weight: 300;
  font-size: 2.2222rem;
  line-height: 2.8889rem;
  color: #000000;
}
.txt_highlighter_01 strong{
  font-weight: 600;
}
.txt_highlighter_01 em{
  font-style: normal;
  border-bottom: solid 5px #A691C2;
}
.entry.single-entry {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.content_home>.kt-row-layout-overlay{
  background-position: 0% 91% !important;
}
.site-footer p{
  font-size: 1rem;
}
.site-footer p a{
  color:#2173EC;
}
.site-footer p a:hover{
  color:#2173EC;
}
.site-middle-footer-inner-wrap {
  padding-top: 0px;
}
.header_about .opinion{
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 2.8889rem;
  font-style: italic;
}
.header_about h1{
  border-bottom: solid 2px #D8D8D8;
  padding-bottom: 24px;
  margin-bottom: 28px;
}
/*other pages*/
.content-area {
  margin-bottom: 0rem;
}
.logo_clients h4{
margin-top: 0 !important;
padding-top: 0 !important;
}
.logo_clients .wp-block-image figure {
  margin-bottom: 18px !important;
}
/*Contact*/

.cf7md-form{
  margin-top: 14px;
}
/**/
.form-row {
  margin-bottom: 0px;
}

.form-row.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-row label {
  display: block;
  margin-bottom: -7px;
  font-weight: 500;
}

.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row textarea {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #F1F1F1;
}

.form-row textarea {
  height: 6.1111rem;
  margin-bottom: 1.3333rem;
  resize: vertical;
}
.wpcf7-list-item {
  margin: 0 0 1.1111rem 0em;

}
.wpcf7-list-item .wpcf7-list-item-label{
  font-size: .8889rem;
  font-weight: 300;
}

.form-row input::placeholder, .form-row textarea::placeholder {
  color:#000000;
  font-size: 1rem;
}
input.wpcf7-submit{
  color:#000;
  padding: .5556rem 1.3333rem;
  background: #fff;
  font-weight: 700;
  font-size: 1.2222rem;
  border-bottom: solid 4px #000;
  border-radius: 0px;
  padding: 0;
}
input.wpcf7-submit:hover{
  color:#000;
  background-color: #fff;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}
.form_contact label{
  text-indent: -100000000px;
}
.form-row p{
  font-size: 7px;
  line-height: 18px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #BAE8BE;
  background-color: #BAE8BE;
  border-radius: .4444rem;
}
/*Cookies*/
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: 100%;
}
.cmplz-document p{
  font-size: 18px !important;
}


/* Responsive */
@media all and (max-width: 1024px) {
  .language_header {
    top: 1px;
    width: 97%;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
}
}


@media (max-width: 768px) {
  .form-row.two-columns, .footer-row.two-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .content-area {
      margin-top: 5rem;
      margin-bottom: 2rem;
  }
  h1 {
    font-size: 3.8333rem;
}
  h2{
    font-size: 3rem;
  }
  h3 {
    font-size: 2.1rem;
  }
  .entry-content-wrap {
    padding: 0 1.1111rem !important;
  }
  .language_header{
    top: 64px;
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
  }
}