
html {
  scroll-behavior: smooth;
}
.subscribe-field1::-ms-input-placeholder {
color: rgba(255, 255, 255, .5);
font-family: Nitti v500, Arial, sans-serif;
}

.subscribe-field1::placeholder {
color: rgba(255, 255, 255, .5);
font-family: Nitti v500, Arial, sans-serif;
}


.html-embed-form-label1 {
  color: #000000;
  padding-bottom: 7px;
  font-family: Nitti v500, Arial, sans-serif;
  line-height: 14px;
}

.w-mt-5{
  margin-top: 50px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0;
  list-style: none;
  
  li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin: 0 auto 15px auto;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    cursor: pointer;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    
    &.active {
      h3 {
        &:after {
          transform: rotate(45deg);
        }
      }
    }
    
    h3 {
      font-weight: 700;
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 0 0 0 0;
      margin: 0;
      font-size: 20px;
      letter-spacing: 0.01em;
      cursor: pointer;
      font-family: sans-serif;
      padding: 20px;
      
      &:after {
        content: "+";
        font-family: "material-design-iconic-font";
        position: absolute;
        right: 15px;
        top: 20px;
        font-weight: 400;
        color: #383838;
        transition: all 0.3s ease-in-out;
        font-size: 30px;
      }
    }
    
    div.answer {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 20px;
      cursor: pointer;
      background-color: #fff;
      border-radius: 10px;
      
      p {
        position: relative;
        display: block;
        font-weight: 300;
        padding: 10px 0 0 0;
        cursor: pointer;
        line-height: 150%;
        margin: 0 0 15px 0;
        font-size: 18px;
      }
    }
  }
}

.contactform{
  display: ruby-text;
  text-align: center;
  width: 35%;
}

.h2-gradient, .gradient-label {
  background: -webkit-linear-gradient(90deg, #2D3691, #45C896);
  background: -moz-linear-gradient(90deg, #2D3691, #45C896);
  background: -o-linear-gradient(90deg, #2D3691, #45C896);
  background: -ms-linear-gradient(90deg, #2D3691, #45C896);
  background: linear-gradient(90deg, #00a63f, #29332f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .h2-gradient {
  background: none;
  color: #2D3691;
  }
  }
  .news-image img {
  object-fit :cover;
  width :100%;
  height: 140px;
  }
  input, textarea {
  -webkit-appearance: none;
  border-radius: 0; 
  }

.accordion-list p{
  font-size: 18px;
}

ul.accordion-list .active{
  background-color: #03a9f426;
}
ul.accordion-list li:hover {
  box-shadow: 0px 0px 4px 1px #dbdbdba6;
  background-color: #03a9f426;
}

a.homepage-nav-link.paragraph-white.w-nav-brand.w--current img {
width: 200px;
}

.service-images img{
  width: 100%;
  margin-top: 28px;
  border-radius: 20px;
  max-height: 418px;
  height: 418px;
  object-fit: cover;
}
.service-images {
  padding-right: 25px;
}

.services-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}

.div-block-9.padding-right-m.terms-uses-list strong {
  margin: 10px 0px;
  display: block;
  font-size: 20px;
}
.div-block-9.padding-right-m.privacy-policy-list strong {
  margin: 10px 0px;
  display: block;
  font-size: 20px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.select2-container{
  padding-bottom: 10px;
}


.form-row > div {
  width: calc(50% - 5px);
}

label.error {
  text-align: left;
  color: #FFEB3B;
}

.select2-container img.img-flag {
  width: 20px;
}
ul.select2-results {
  max-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #a59999;
  line-height: 50px;
}
.select2-container .select2-selection--single{
  height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  margin-top: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  text-align: left;
}
a.social-link.w-inline-block {
  background-color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-weight: bold;
  color: #000;
  line-height: 35px;
  text-align: center;
  transition-timing-function: ease-in-out;
}
a.social-link.w-inline-block:hover{
  background-color: #03A9F4;
}
a.social-link.w-inline-block:hover > i{
  color: rgb(255, 255, 255);
}