.headings.simple .title {
  font-size: 36px;
  font-weight: bold;
  color: var(--dark-color);
  line-height: 1.5; }
  .headings.simple .title i {
    font-style: normal;
    color: var(--dark-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 .subtitle {
  opacity: 0.4;
  font-size: 12px;
  letter-spacing: 1.8px;
  color: var(--dark-color); }
.headings.simple .text {
  color: var(--grey-color);
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.73; }
.headings.simple.light .subtitle,
.headings.simple.light .title,
.headings.simple.light .text {
  color: var(--light-color); }
.headings.simple.light .gray.text {
  opacity: .6; }

@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; } }
@media (max-width: 991px) {
  .headings.simple .title.x-large {
    font-size: 35px; }
  .headings.simple .title.medium {
    font-size: 35px; } }
@media only screen and (max-width: 767px) {
  .headings.simple .title {
    font-size: 28px;
    letter-spacing: 0; } }
@media (max-width: 575px) {
  .headings.simple .title.x-large {
    font-size: 32px; }
  .headings.simple .title.medium {
    font-size: 28px; }
  .headings.simple .title.large {
    font-size: 32px; } }
.headings.classic {
  max-width: 600px; }
  .headings.classic .subtitle {
    color: var(--dark-color);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .headings.classic .title {
    color: var(--dark-color);
    font-size: 60px;
    font-weight: 400;
    line-height: 1.3; }
  .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-top: 35px; }
  .headings.classic.light .subtitle {
    color: var(--light-color);
    opacity: .4; }
  .headings.classic.light .title {
    color: var(--light-color); }
  .headings.classic.light .text {
    color: var(--light-color); }

@media only screen and (max-width: 1200px) {
  .headings.classic .title {
    font-size: 32px; }
  .headings.classic .text {
    margin-top: 25px; }
  .headings.classic .button {
    margin-top: 2px; } }
@media only screen and (max-width: 991px) {
  .headings.classic .title {
    font-size: 27px; } }
@media only screen and (max-width: 767px) {
  .headings.classic .title {
    font-size: 24px; }
  .headings.classic .text {
    margin-top: 20px; }
  .headings.classic .button {
    margin-top: 20px; } }
.headings.metro .subtitle {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 5px; }
.headings.metro .title {
  font-size: 42px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: var(--dark-color); }
.headings.metro .text {
  color: var(--dark-color);
  opacity: 0.4;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase; }
.headings.metro .button {
  margin-top: 35px; }
.headings.metro.light .subtitle {
  color: var(--light-color);
  opacity: .4; }
.headings.metro.light .title {
  color: var(--light-color); }
.headings.metro.light .text {
  color: var(--light-color); }

@media only screen and (max-width: 1200px) {
  .headings.metro .title {
    font-size: 32px; }
  .headings.metro .text {
    margin-top: 25px; }
  .headings.metro .button {
    margin-top: 2px; } }
@media only screen and (max-width: 991px) {
  .headings.metro .title {
    font-size: 27px; } }
@media only screen and (max-width: 767px) {
  .headings.metro .title {
    font-size: 24px; }
  .headings.metro .text {
    margin-top: 20px; }
  .headings.metro .button {
    margin-top: 20px; } }
.headings.modern {
  max-width: 770px;
  margin: 0 auto;
  text-align: center; }
  .headings.modern .title {
    color: var(--dark-color);
    font-size: 50px;
    font-weight: bold;
    line-height: 1.26; }
    .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: 40px;
    font-size: 36px;
    font-weight: 700;
    line-height: normal; }
    .headings.monochrome .title i {
      font-style: normal; }
  .headings.monochrome .subtitle {
    color: rgba(var(--dark-color-a), 0.4);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.8px; }

@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: 140px 15px 100px 14%;
    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; }
    .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: #9b9b9b; }
  .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;
    max-width: 44%; }
  .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: 120px 65px 70px; }
    .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;
    min-width: 50%;
    max-width: none; }
  .headings.with_image .heading-content {
    padding: 88px 35px 40px; }
    .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: 767px) {
  .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.modern_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: visible; }
  .headings.modern_btn .title {
    font-size: 50px;
    font-weight: bold;
    color: var(--dark-color);
    margin-bottom: 0; }
    .headings.modern_btn .title i {
      font-style: normal;
      opacity: .5; }

@media only screen and (max-width: 1200px) {
  .headings.modern_btn .title {
    font-size: 40px; } }
@media only screen and (max-width: 1024px) {
  .headings.modern_btn .title {
    font-size: 35px; } }
@media only screen and (max-width: 991px) {
  .headings.modern_btn {
    flex-direction: column; }
    .headings.modern_btn .title {
      margin-bottom: 15px; } }
@media only screen and (max-width: 768px) {
  .headings.modern_btn .title {
    font-size: 28px; } }

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