.headings.simple .title {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark-color);
  line-height: 1.5;
}
.headings.simple .title i {
  font-style: normal;
  color: var(--green-color);
}
.headings.simple .title.medium {
  font-size: 50px;
  line-height: 1.2;
}
.headings.simple .title.large {
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.headings.simple .title.x-large {
  font-size: 5.2vw;
  line-height: 1.1;
  margin-bottom: 25px;
}
.headings.simple .title:last-child {
  margin-bottom: 0;
}
.headings.simple .title.size28 {
  font-size: 28px;
}
.headings.simple .subtitle {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--green-color);
  margin-bottom: 13px;
}
.headings.simple .text {
  color: var(--grey-color);
  font-size: 15px;
  line-height: 1.73;
  max-width: 700px;
  margin: 20px auto auto;
}
.headings.simple.light .subtitle,
.headings.simple.light .title,
.headings.simple.light .text {
  color: var(--light-color);
}
.headings.simple_inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headings.simple_inline .headings-content {
  max-width: 500px;
}
.headings.simple_inline .title {
  color: var(--dark-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
.headings.simple_inline .title i {
  font-style: normal;
  color: var(--green-color);
}
.headings.simple_inline .title.medium {
  line-height: 1.2;
  margin-bottom: 15px;
}
.headings.simple_inline .title.large {
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.headings.simple_inline .title.x-large {
  font-size: 5.2vw;
  line-height: 1.1;
  margin-bottom: 25px;
}
.headings.simple_inline.light .title, .headings.simple_inline.light .text p {
  color: var(--light-color);
}
.headings.simple_inline .text {
  max-width: 450px;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}

@media only screen and (max-width: 1500px) {
  .headings.simple_inline .title.medium {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1200px) {
  .headings.simple .title {
    font-size: 35px;
  }
  .headings.simple .title.large {
    font-size: 40px;
  }
  .headings.simple .title.medium {
    font-size: 38px;
  }
  .headings.simple .title.x-large {
    font-size: 4.5vw;
  }

  .headings.simple_inline .title {
    font-size: 26px;
  }
  .headings.simple_inline .title.large {
    font-size: 40px;
  }
  .headings.simple_inline .title.medium {
    font-size: 38px;
  }
  .headings.simple_inline .title.x-large {
    font-size: 4.5vw;
  }
}
@media (max-width: 991px) {
  .headings.simple .title.x-large,
  .headings.simple_inline .title.x-large {
    font-size: 35px;
  }
  .headings.simple .title.medium,
  .headings.simple_inline .title.medium {
    font-size: 35px;
  }

  .headings.simple_inline {
    padding: 30px;
    flex-direction: column;
  }
  .headings.simple_inline .headings-content {
    max-width: 100%;
    text-align: center;
  }
  .headings.simple_inline .button {
    text-align: center;
    padding-top: 30px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .headings.simple .title,
  .headings.simple_inline .title {
    font-size: 22px;
    letter-spacing: 0;
  }

  .headings.simple_inline {
    padding: 0px;
  }

  .headings.simple .text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .headings.simple .title,
  .headings.simple_inline .title {
    font-size: 24px;
  }
  .headings.simple .title.x-large,
  .headings.simple_inline .title.x-large {
    font-size: 32px;
  }
  .headings.simple .title.medium,
  .headings.simple_inline .title.medium {
    font-size: 28px;
  }
  .headings.simple .title.large,
  .headings.simple_inline .title.large {
    font-size: 32px;
  }

  .headings.simple .text {
    font-size: 16px;
  }

  .headings.simple_inline {
    padding: 20px;
  }
}
.headings.classic {
  max-width: 400px;
}
.headings.classic .subtitle {
  color: var(--green-color);
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
}
.headings.classic .title {
  margin-top: 25px;
  color: var(--dark-color);
  font-size: 40px;
  font-weight: bold;
}
.headings.classic .text {
  margin-top: 30px;
  margin-bottom: 0;
  color: var(--grey-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73;
}
.headings.classic .button {
  margin-bottom: 15px;
  margin-top: 55px;
}

@media only screen and (max-width: 1200px) {
  .headings.classic .title {
    margin-top: 20px;
    font-size: 32px;
  }
  .headings.classic .text {
    margin-top: 25px;
  }
  .headings.classic .button {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .headings.classic .title {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .headings.classic .title {
    margin-top: 20px;
    font-size: 24px;
  }
  .headings.classic .text {
    margin-top: 20px;
  }
  .headings.classic .button {
    margin-top: 30px;
  }
}
.headings.modern {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}
.headings.modern .title {
  color: var(--dark-color);
  font-size: 54px;
  font-weight: 800;
  line-height: 1.3;
}
.headings.modern .title i {
  font-style: normal;
  color: #d82323;
}
.headings.modern .text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: var(--grey-color);
}
.headings.modern .button {
  margin-top: 35px;
}

@media only screen and (max-width: 1200px) {
  .headings.modern .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .headings.modern .title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .headings.modern {
    max-width: 100%;
  }
  .headings.modern .title {
    font-size: 28px;
  }
  .headings.modern .button {
    margin-top: 20px;
  }
}
.headings.monochrome {
  max-width: 770px;
}
.headings.monochrome .title {
  margin-top: 55px;
  color: #333;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}
.headings.monochrome .title i {
  font-style: normal;
}
.headings.monochrome .subtitle {
  color: var(--grey-color);
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  .headings.monochrome .title {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .headings.monochrome .title {
    margin-top: 30px;
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .headings.monochrome {
    padding: 0 15px;
  }
  .headings.monochrome .title {
    margin-top: 20px;
    max-width: 100%;
    font-size: 28px;
  }
}
.headings.with_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.headings.with_image.image-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.headings.with_image > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.headings.with_image .heading-content {
  padding: 100px 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_trans-fixed + .container .vc_row:first-child .headings.with_image .heading-content {
  padding-top: 150px;
}
.headings.with_image .title {
  font-size: 100px;
  line-height: 1.2;
  font-weight: bold;
  color: var(--dark-color);
  margin-bottom: 0;
}
.headings.with_image .title i {
  font-style: normal;
  color: var(--green-color);
}
.headings.with_image .subtitle {
  color: #b5b5b5;
  font-size: 13px;
  letter-spacing: 2px;
}
.headings.with_image .subtitle:not(:last-child) {
  margin-bottom: 30px;
}
.headings.with_image .text p,
.headings.with_image .text ol,
.headings.with_image .text ul {
  color: var(--grey-color);
  font-size: 15px;
  line-height: 1.73;
}
.headings.with_image .text p:empty,
.headings.with_image .text ol:empty,
.headings.with_image .text ul:empty {
  display: none;
}
.headings.with_image .text * {
  margin-bottom: 0;
}
.headings.with_image .text *:not(:last-child) {
  margin-bottom: 30px;
}
.headings.with_image .heading-image {
  min-height: 700px;
}
.headings.with_image .heading-row {
  width: 100%;
  max-width: 600px;
}
.headings.with_image .heading-row:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1440px) {
  .headings.with_image .title {
    font-size: 80px;
  }
  .headings.with_image .heading-image {
    min-height: 600px;
  }
  .headings.with_image .heading-content {
    padding: 70px 65px;
  }
  .header_trans-fixed + .container .vc_row:first-child .headings.with_image .heading-content {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .headings.with_image .title {
    font-size: 70px;
  }
  .headings.with_image .heading-image {
    min-height: 500px;
  }
  .headings.with_image .heading-content {
    padding: 40px 35px;
  }
  .header_trans-fixed + .container .vc_row:first-child .headings.with_image .heading-content {
    padding-top: 100px;
  }
  .headings.with_image .heading-row:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .headings.with_image .title {
    font-size: 60px;
  }
  .header_trans-fixed + .container .vc_row:first-child .headings.with_image .heading-content {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .headings.with_image.image-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .headings.with_image.image-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .header_trans-fixed + .container .vc_row:first-child .headings.with_image.image-top .heading-content {
    padding-top: 30px;
  }
  .headings.with_image .heading-image {
    min-height: 300px;
    padding-bottom: 56.25%;
  }
  .headings.with_image .title {
    font-size: 50px;
  }
  .headings.with_image .title br {
    display: none;
  }
  .headings.with_image .heading-row {
    max-width: 100%;
  }
  .headings.with_image .heading-row:not(:last-child) {
    margin-bottom: 25px;
  }
  .headings.with_image .heading-content {
    padding: 30px 15px;
  }
  .headings.with_image .subtitle:not(:last-child) {
    margin-bottom: 15px;
  }
  .headings.with_image .text *:not(:last-child) {
    margin-bottom: 15px;
  }
}
.headings.with_video_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.headings.with_video_btn .subtitle {
  font-size: 15px;
  font-weight: 600;
  color: var(--green-color);
  margin-bottom: 25px;
}
.headings.with_video_btn .subtitle:before {
  width: 43px;
  display: inline-block;
  content: '';
  height: 2px;
  background-color: currentColor;
  margin-right: 10px;
  margin-bottom: 0.2em;
}
.headings.with_video_btn .title {
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
}
.headings.with_video_btn .video-btn-wrap {
  margin-left: 30px;
}
.headings.with_video_btn .video-btn-link .svg-nav {
  height: 80px;
  width: 80px;
}
.headings.with_video_btn .video-btn-link .svg-nav .circle1 {
  stroke: #dadada;
  fill: none;
  stroke-width: 3;
  stroke-miterlimit: 10;
  opacity: 0.5;
}
.headings.with_video_btn .video-btn-link .svg-nav .circle2 {
  stroke: var(--green-color);
  opacity: 1;
  stroke-dasharray: 240;
  stroke-dashoffset: 120;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.headings.with_video_btn .video-btn-link .svg-nav .poly-arrow {
  stroke: var(--green-color);
  stroke-width: 2px;
  transition: 0.35s;
}
.headings.with_video_btn .video-btn-link .svg-nav .poly-arrow-hover {
  opacity: 0;
  stroke-width: 3px;
}
.headings.with_video_btn .video-btn-link:hover .circle2 {
  stroke-dasharray: 360;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.headings.with_video_btn .video-btn-link:hover .poly-arrow-hover {
  opacity: 1;
}

@media (max-width: 1200px) {
  .headings.with_video_btn .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .headings.with_video_btn .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .headings.with_video_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .headings.with_video_btn .video-btn-wrap {
    margin-left: 0;
    margin-top: 30px;
  }
  .headings.with_video_btn .title {
    font-size: 25px;
  }
}
.headings.title_gradient .title {
  font-size: 40px;
  font-weight: bold;
  color: var(--dark-color);
  line-height: 1.3;
  margin-bottom: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.headings.title_gradient .title.medium {
  font-size: 50px;
  line-height: 1.2;
}
.headings.title_gradient .title.large {
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.headings.title_gradient .title.x-large {
  font-size: 5.2vw;
  line-height: 1.1;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1200px) {
  .headings.title_gradient .title {
    font-size: 35px;
  }
  .headings.title_gradient .title.large {
    font-size: 40px;
  }
  .headings.title_gradient .title.x-large {
    font-size: 4.5vw;
  }
}
@media (max-width: 991px) {
  .headings.title_gradient .title.x-large {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .headings.title_gradient .title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .headings.title_gradient .title.x-large {
    font-size: 32px;
  }
  .headings.title_gradient .title.large {
    font-size: 32px;
  }
}
.headings.simple_light .title {
  line-height: 1.5;
  letter-spacing: 0.56px;
  color: var(--dark-color);
  font-weight: bold;
  margin: 0;
}
.headings.simple_light .title.normal {
  font-size: 28px;
}
.headings.simple_light .title.large {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.22;
}
.headings.simple_light .title:not(:last-child) {
  margin-bottom: 20px;
}
.headings.simple_light .text {
  max-width: 700px;
  margin: auto;
}
.headings.simple_light .text,
.headings.simple_light .text * {
  font-size: 15px;
  line-height: 1.67;
  color: var(--grey-color);
}
.headings.simple_light.light .title {
  color: var(--light-color);
}
.headings.simple_light.light .text,
.headings.simple_light.light .text * {
  color: var(--light-color);
}

@media (max-width: 1200px) {
  .headings.simple_light .title.large {
    font-size: 40px;
  }
  .headings.simple_light .title.normal {
    font-size: 32px;
  }
  .headings.simple_light .text,
  .headings.simple_light .text * {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .headings.simple_light .title.normal {
    font-size: 28px;
  }
  .headings.simple_light .title.large {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .headings.simple_light .title.normal {
    font-size: 24px;
  }
  .headings.simple_light .title.large {
    font-size: 32px;
    line-height: 1.25;
  }
}
.grey-subtitle .headings.simple_inline .text {
  color: var(--grey-color);
}

/*# sourceMappingURL=headings.min.css.map */
