.widget.c-faq.c-faq-template-1{
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 12vw, 48px) 0 clamp(44px, 12vw, 113px);
  opacity: 0;

  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.widget.c-faq.c-faq-template-1 .index-block {
  color: #141616;
  position: absolute;
  transform: translate(-84px, 44px);
}
.widget.c-faq.c-faq-template-1 .index-block:before {
  background: #141616;
}

.widget.c-faq.c-faq-template-1 .widget-content{
  margin-top: clamp(36px, 6vw, 99px);
  max-width: 1610px;
}
.widget.c-faq.c-faq-template-1 .widget-title{
  font-weight: 400;
  font-size: clamp(26px, 6vw, 78px) !important;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #141616;
}

.widget.c-faq.c-faq-template-1 .widget-title .line{
  margin: 0 0 15px;
  display: flex;
}
.widget.c-faq.c-faq-template-1 .widget-title .line:last-child{
  margin: 0;
}
.widget.c-faq.c-faq-template-1 .widget-title .line.line-2{
  justify-content: flex-end;
}
.widget.c-faq.c-faq-template-1 .widget-title .line.line-3{
  justify-content: center;
  transform: translateX(-80px);
  margin: clamp(8px, 4vw, 40px) 0 0 0;
  color: #2D7768;
  font-size: clamp(34px, 6vw, 78px) !important;
}

.widget.c-faq.c-faq-template-1 .widget-items {
  display: block;
  border-bottom: 1px solid #898989;
}
.widget.c-faq.c-faq-template-1 .widget-item {
  display: flex;
  justify-content: space-between;
	flex-direction:column;
  align-items: start;
  border-top: 1px solid #898989;
}
.widget.c-faq.c-faq-template-1 .widget-item-question {
  display: flex;
  padding: clamp(23px, 3.4vw, 44px) 0;
  cursor: pointer;
  flex: 0 0 calc(40% + 4px);
  justify-content: space-between;
  align-items: center;
width:90%;
}
.widget.c-faq.c-faq-template-1 .widget-item-question-wrapper {
  position: relative;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.widget.c-faq.c-faq-template-1 .widget-item-question-text {
  display: block;
  padding: 0 75px 0 20px;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 25px);
  line-height: 150%;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #808080;

  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -ms-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.widget.c-faq.c-faq-template-1 .widget-item[data-expanded="true"] .widget-item-question-text{
  color: #141616;
}

.widget.c-faq.c-faq-template-1 .widget-item-question-icon {
  display: flex;
  width: 40px;
  height: 40px;
}

.widget.c-faq.c-faq-template-1 .widget-item-question-icon svg{
  -webkit-transition: transform .3s ease-out;
  -moz-transition: transform .3s ease-out;
  -ms-transition: transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
}
.widget.c-faq.c-faq-template-1 .widget-item-question-icon path{
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
.widget.c-faq.c-faq-template-1 .widget-item[data-expanded="true"] .widget-item-question-icon path.horizontal-line{
  opacity: 0;
}
.widget.c-faq.c-faq-template-1 .widget-item[data-expanded="true"] .widget-item-question-icon svg{
  transform: rotate(270deg);
}

.widget.c-faq.c-faq-template-1 .widget-item-answer-wrap{
  flex: 0 0 calc(50% - 10px);
}
.widget.c-faq.c-faq-template-1 .widget-item-answer {
  display: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.c-faq.c-faq-template-1 .widget-item-answer-wrapper {
  display: none;
  font-weight: 400;
  font-size: clamp(13px, 3vw, 16px);
  line-height: 150%;
  color: #808080;
}
.widget.c-faq.c-faq-template-1 .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-faq.c-faq-template-1 .widget-footer-button:hover, .widget.c-faq.c-faq-template-1 .widget-footer-button:focus, .widget.c-faq.c-faq-template-1 .widget-footer-button:active {
  color: #fff !important;
}
.widget.c-faq.c-faq-template-1 .widget-item[data-alignment=left] {
  text-align: left;
}
.widget.c-faq.c-faq-template-1 .widget-item[data-alignment=center] {
  text-align: center;
}
.widget.c-faq.c-faq-template-1 .widget-item[data-alignment=center] .widget-item-question-text {
  padding-left: 75px;
}
.widget.c-faq.c-faq-template-1 .widget-item[data-alignment=right] {
  text-align: right;
}
.widget.c-faq.c-faq-template-1 .widget-item[data-expanded=true] .widget-item-question-icon i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.widget.c-faq.c-faq-template-1 .widget-all-container {
  display: none;
}
.widget.c-faq.c-faq-template-1 .widget-all-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget.c-faq.c-faq-template-1 .widget-all-button i {
  display: none;
  font-size: 18px;
}

.widget.c-faq.c-faq-template-1 .widget-call-form-wrap{
  display: flex;
  justify-content: center;
  margin: clamp(61px, 10vw, 125px) 0 clamp(32px, 4.7vw, 60px);
}
.widget.c-faq.c-faq-template-1 .widget-call-form{
  font-weight: 400;
  font-size: clamp(12px, 3.6vw, 20px);
  line-height: 150%;
  text-transform: uppercase;
  color: #173A33;
  cursor: pointer;

  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -ms-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.widget.c-faq.c-faq-template-1 .widget-call-form:hover {
  color: #66C3B1;
}
.widget.c-faq.c-faq-template-1 .widget-call-form path {
  -webkit-transition: stroke .3s ease-out;
  -moz-transition: stroke .3s ease-out;
  -ms-transition: stroke .3s ease-out;
  -o-transition: stroke .3s ease-out;
  transition: stroke .3s ease-out;
}
.widget.c-faq.c-faq-template-1 .widget-call-form:hover path {
  stroke: #66C3B1;
}

.widget.c-faq.c-faq-template-1 .custom-button svg {
  transform: translate(-7px, -55%);
}
.widget.c-faq.c-faq-template-1 .widget-item-answer-wrapper p:last-child{
  margin: 0;
}

@media all and (max-width: 1550px) {
  .widget.c-faq.c-faq-template-1 .index-block{
    display: inline-block;
    position: relative;
    transform: translateX(55px);
    margin: 0 0 16px;
  }
  .widget.c-faq.c-faq-template-1 .index-block:before{
    transform: translate(calc(-100% - 16px));
  }
  .widget.c-faq.c-faq-template-1 .widget-item-question{
    flex: 0 0 50%;
  }
  .widget.c-faq.c-faq-template-1 .widget-item-answer-wrap{
    flex: 0 0 calc(50% - 30px);
  }
  .widget.c-faq.c-faq-template-1 .widget-item-question-text{
    padding-right: 40px;
  }
}
@media all and (max-width: 1024px) {
  .widget.c-faq.c-faq-template-1 .widget-title .line.line-3{
    transform: translateX(18px);
  }
  .widget.c-faq.c-faq-template-1 .widget-item br{
    display: none;
  }
}
@media all and (max-width: 1000px) {
  .widget.c-faq.c-faq-template-1 .widget-item{
    flex-wrap: wrap;
  }
  .widget.c-faq.c-faq-template-1 .widget-content{
    padding: 0 20px 0 0;
  }
  .widget.c-faq.c-faq-template-1 .widget-item-answer-wrap,
  .widget.c-faq.c-faq-template-1 .widget-item-question{
    flex: 1 0 100%;
  }
  .widget.c-faq.c-faq-template-1 .widget-item-question{
    align-items: flex-start;
  }
  .widget.c-faq.c-faq-template-1 .widget-item-answer{
    padding: 0 0 26px;
  }
  .widget.c-faq.c-faq-template-1 .widget-call-form  svg {
    width: 79px;
    height: auto;
    transform: translate(-3px, -55%);
  }
  .widget.c-faq.c-faq-template-1 .widget-item-question-icon{
    width: 30px;
    height: 30px;
    align-items: center;
  }
}
@media all and (max-width: 550px) {
  .widget.c-faq.c-faq-template-1 .index-block{
    transform: translateX(35px);
  }
  .widget.c-faq.c-faq-template-1 .widget-title .line{
    margin: 0 0 5px;
  }
  .widget.c-faq.c-faq-template-1 .widget-title .line.line-2{
    text-align: right;
  }
  .widget.c-faq.c-faq-template-1 .widget-item-question-icon{
    width: 24px;
    height: 24px;
    align-items: center;
  }
  .widget.c-faq.c-faq-template-1 .widget-item-question-text{
    padding-right: 20px;
  }
}
@media all and (max-width: 400px) {
  .widget.c-faq.c-faq-template-1 .widget-title .line.line-2{
    justify-content: flex-start;
  }
  .widget.c-faq.c-faq-template-1 .widget-title .line.line-2 .annotation{
    max-width: 250px;
    margin: 0 0 0 30px;
  }
}

/*# sourceMappingURL=style.css.map */
