.section.support.contact .container .explanation{
  grid-column-start: 3;
  grid-column-end: 7;
  margin-left: calc(var(--default-items-margin) * 6);
  margin-top: 32px;
  max-width: 750px;
  grid-row-start: 1;
  grid-row-end: 1;
}
.support.contact.hero.small{
  position: relative;
  min-height: unset;
}
.support.contact.hero.small .hero-white-bg-overlay .gradient.top{
  background: linear-gradient(to bottom, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 20%) 30%, rgb(0 0 0 / 20%) 75%, rgb(0 0 0 / 60%) 100%);
}
.support.contact.hero.small .hero-white-bg-overlay svg{
  height: 170%;
}
.section.support.contact{
  background: linear-gradient(to bottom, rgb(245 245 245) 0%, rgba(253, 253, 253, 1) 20%);
  z-index: 15;
  position: relative;
}
.section.support.contact .container .explanation a{
  color:var(--primary-brand-color);
}
.section.support.contact .container .form-container{
  grid-column-start: 1;
  grid-column-end: 3;
  margin-left: 0;
  
  height: fit-content;
  grid-row-start: 1;
  grid-row-end: 1;
  position: sticky;
  top: 64px;
}
.section.support.contact .container .form-container>.support-contact.form-container{
  margin-top: 32px;
  box-shadow: 0 0 30px rgb(0 0 0 / 3%);
}
.support-contact.form-container{
  grid-column-start: 5;
  grid-column-end: 7;
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: var(--default-input-border-color);
  height: fit-content;
}
.section.support.contact .container .explanation ul{
  line-height: 1.4em;
}
.section.support.contact .container .explanation ul li{
  margin: 0.33em 0;
}
@keyframes sliderShape{
  0%,100%{
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  }
  50%{
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  }
}
.contact .hero .tittle{
  margin: calc(var(--default-padding-frame) * 2) 0 0 0;
}
.contact.hero .background-image img{
  height: 110%;
}
.contact .constraint>.add-padding>.container>.tittle .hero-path-container{
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.contact .constraint>.add-padding>.container>.tittle .hero-path-container h4,
.contact .constraint>.add-padding>.container>.tittle .hero-path-container h5{
  margin-block-start: 0;
  margin-block-end: 0;
  color: rgb(255 255 255 / 82%);
  text-shadow: 0 0 30px #00000054;
}

.contact .constraint>.add-padding>.container>.tittle .hero-path-container span.arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #ffffffa8;
  margin: 3px calc(var(--default-items-margin) / 2) 0 calc(var(--default-items-margin) / 8);
}

.contact .constraint>.add-padding>.container>.tittle .hero-path-container span.arrow svg{
    fill: inherit;
    height: 20px;
    width: 20px;
}
.contact .hero .tittle h3, 
.contact .hero .tittle h4 {
  margin-block-start: 0.33em;
}
@media screen and (min-width:0px) and (max-width:1019px) {
  .contact .hero .tittle h3, 
  .contact .hero .tittle h4 {
    max-width: 80%;

  }
  .support.contact.hero.small .hero-white-bg-overlay svg{
    height: 100%;
  }
  .section.support.contact .container .explanation{
    grid-column-start: 1;
    grid-column-end: 7;
    margin-right: 0;
    grid-row-start: 2;
    grid-row-end: 2;
    margin-left: 0;
    position: relative;
  }
  .section.support.contact .container .explanation h4:first-of-type{
    margin-block-start: 0;
  }
  .section.support.contact .container .form-container{
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 1;
    position: relative;
    top: unset;
  }
  .section.hero.support .animated-circle-big::before{
    width: 120vw;
    height: 120vw;
    left: -40vw;
    top: -60vw;
  }
  .section.hero.support .animated-circle::before{
    width: 25vw;
    height: 22vw;
    display: none;
  }
  .support-contact.form-container{
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    margin-top: 24px;
  }
  .support-contact.form-container .bottom-button-container .button{
    flex-grow: 1;
    justify-content: center;
    text-align: center;
  }
}