html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#1180E7;
--secondary:#70B3E5;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.footer_contact {
 background: url("https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/about_8/assets/img/cta.jpg") center center / cover no-repeat;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.footer_contact .flex {
 padding: 4rem 0px;
 min-height: 40rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.footer_contact .flex {
 min-height: unset;
 }}
@media screen and (max-width: 576px){
.footer_contact .flex {
 display: block;
 }}
.footer_contact .head {
 color: rgb(255, 255, 255);
 flex: 1 1 0%;
 max-width: 61rem;
 }
@media screen and (max-width: 768px){
.footer_contact .head {
 max-width: 400px;
 }}
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }


@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.head p {
 font-size: 1.8rem;
 line-height: 3rem;
 }
.footer_contact .head p {
 color: rgba(255, 255, 255, 0.8);
 font-weight: 300;
 line-height: 2.8rem;
 max-width: 56.5rem;
 margin-top: 1.6rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.footer_contact .head p {
 font-size: 14px;
 margin-top: 12px;
 line-height: 1.5;
 }}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 vertical-align: top;
 transition: 0.3s;
 text-align: center;
 cursor: pointer;
 color: rgb(255, 255, 255);
 font-weight: 600;
 font-size: 1.8rem;
 line-height: 6.4rem;
 border-radius: 0.6rem;
 padding: 0px 4rem;
 min-width: 18.2rem;
 background-color: var(--primary);
 }
.btn:hover {
 background-color: var(--secondary);
 }
.footer_contact .btn {
 min-width: 20rem;
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 line-height: 42px;
 min-width: 120px;
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.footer_contact .btn {
 min-width: 120px;
 }}
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}