﻿@import url('../ionicons/css/ionicons.min.css');

/* @import url("../icons/bootstrap-icons.min.css");  */
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

/* Adjustment for css frameworks */

.content-builder html{
  color: #000;
} /* For UIKit */

.content-builder .mdl-cell{
  margin-top: 0px;
  margin-bottom: 0px;
} /* For Material Design Lite */

.content-builder .container img{
  margin: 0.4rem 0 0.4rem;
} /* Images' default margin */

/* Default Typography */

.content-builder html{
  font-size: 100%;
}
.content-builder body{
  margin: 0;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.content-builder h1, .content-builder h2, .content-builder h3, .content-builder h4, .content-builder h5, .content-builder h6{
  font-weight: 500;
  line-height: 1.17;
}
.content-builder h1{
  font-size: 2.5rem;
  margin: 1.2rem 0 1.2rem;
}
.content-builder h2{
  font-size: 2rem;
  margin: 1rem 0 1rem;
}
.content-builder h3{
  font-size: 1.73rem;
  margin: 1rem 0 1rem;
}
.content-builder h4{
  font-size: 1.5rem;
  margin: 0.5rem 0 0.5rem;
}
.content-builder h5{
  font-size: 1.25rem;
  margin: 0.5rem 0 0.5rem;
}
.content-builder h6{
  font-size: 1rem;
  margin: 0.5rem 0 0.5rem;
}
.content-builder p{
  margin: 0.8rem 0 0.8rem;
}
.content-builder ul, .content-builder ol{
  margin: 0 0 1rem;
  padding-inline-start: 20px;
}

.content-builder .display{
  margin-bottom: 0.5rem;
}
.content-builder .display h2{
  font-weight: 800;
  font-size: 3.2rem;
}
.content-builder .display p{
  font-size: 1.3rem;
}

/* @media all and (max-width: 1024px) {
    .content-builder h1 {font-size: 2rem; margin: 0.5rem 0 1rem; }
    .content-builder h2 {font-size: 1.8rem; margin: 0.5rem 0 1rem; }
    .content-builder h3 {font-size: 1.5rem; margin: 0.5rem 0 0.8rem; }
    .content-builder h4 {font-size: 1.25rem; margin: 0.5rem 0 0.5rem; }
    .content-builder h5 {font-size: 1.1rem; margin: 0.5rem 0 0.5rem; }
    .content-builder h6 {font-size: 1rem; margin: 0.5rem 0 0.5rem; }
    .content-builder p {font-size: 1rem; margin: 0 0 0.8rem; }
    .display h2 { font-size: 2.2rem; }
    .display p { font-size: 1.1rem; }
} */

/* Default Elements */

.content-builder a{
  color: inherit;
}
.content-builder a[role='button'] i{
  color: inherit;
}
.content-builder .is-dark-text a[role='button'] i, .content-builder .is-light-text a[role='button'] i, .content-builder a[role='button'] i{
  color: inherit;
}
.content-builder hr{
  background: none;
  background-color: transparent;
  border: none;
  border-top: rgba(0, 0, 0, 0.18) 1px solid;
  margin: 30px 0 25px;
  padding: 5px;
}
.content-builder img{
  max-width: 100%;
}
.content-builder figure{
  margin: 0;
}
.content-builder table td{
  padding: 12px;
}
.content-builder pre{
  font-family: courier, monospace;
  font-size: 1rem;
  white-space: pre-wrap;
  line-height: 1.4;
  padding: 15px;
  background: rgba(0, 0, 0, 0.03);
}
.content-builder blockquote{
  margin: 16px 40px;
}
.content-builder b, .content-builder strong{
  font-weight: 600;
}
.content-builder sup{
  vertical-align: super;
}
.content-builder sub{
  vertical-align: sub;
}
[type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], .content-builder textarea, .content-builder button, .content-builder a{
  box-sizing: border-box;
}

/* Built-in Grid */
.content-builder .container{
  margin: 0 auto;
  max-width: 800px;
}
.content-builder .column{
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 761px) {
  /*971px*/
.content-builder .row{
    display: flex;
  }
.content-builder .column{
    padding-left: 1rem;
    padding-right: 1rem;
  }
.content-builder .column.full{
    width: 100%;
  }
.content-builder .column.two-third{
    width: 66.7%;
  }
.content-builder .column.two-fourth{
    width: 75%;
  }
.content-builder .column.two-fifth{
    width: 80%;
  }
.content-builder .column.two-sixth{
    width: 83.3%;
  }
.content-builder .column.half{
    width: 50%;
  }
.content-builder .column.third{
    width: 33.3%;
  }
.content-builder .column.fourth{
    width: 25%;
  }
.content-builder .column.fifth{
    width: 20%;
  }
.content-builder .column.sixth{
    width: 16.6%;
  }
.content-builder .column.seventh{
    width: 14.285714285714286%;
  }
.content-builder .column.eighth{
    width: 12.5%;
  }
.content-builder .column.ninth{
    width: 11.111111111111111%;
  }
.content-builder .column.tenth{
    width: 10%;
  }
.content-builder .column.eleventh{
    width: 9.090909090909091%;
  }
.content-builder .column.twelfth{
    width: 8.333333333333333%;
  }
.content-builder .column.flow-opposite{
    float: right;
  }

  /* 
.content-builder .is-container > .row{
        display: flex;
        flex-wrap: nowrap;
        max-width: unset;
    }
.content-builder .is-container > .row > .column{
        padding-left: 1rem;
        padding-right: 1rem;
        flex-shrink: initial; 
    }
    */
}

/* Overide Bootstrap */
.content-builder .row{
  flex-wrap: initial;
}
.content-builder .row > *{
  flex-shrink: initial;
}

/* Responsive Utility */
@media all and (max-width: 760px) {
  /*970px*/
.content-builder .flow-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
.content-builder .column, .content-builder .container > div /* in needed, .content-builder container class here can be changed with your own class */{
    min-width: 100%; /* If there is column's inline width, this will make the column full-width in mobile */
    min-height: unset !important;
  }
}

@media (max-width: 760px) {
.content-builder body:not(.data-editor) .xs-hidden{
    display: none !important;
  }
.content-builder body.data-editor .xs-hidden{
    opacity: 0.6;
  }
}
@media (min-width: 761px) and (max-width: 970px) {
.content-builder body:not(.data-editor) .sm-hidden{
    display: none !important;
  }
.content-builder body.data-editor .sm-hidden{
    opacity: 0.6;
  }
.content-builder .sm-autofit > div:not(.is-row-overlay):not(.is-row-tool):not(.is-col-tool){
    width: 100% !important;
    flex: auto !important;
  }
}
@media (min-width: 971px) and (max-width: 1280px) {
.content-builder body:not(.data-editor) .md-hidden{
    display: none !important;
  }
.content-builder body.data-editor .md-hidden{
    opacity: 0.6;
  }
.content-builder .md-autofit > div:not(.is-row-overlay):not(.is-row-tool):not(.is-col-tool){
    width: 100% !important;
    flex: auto !important;
  }
}
@media (min-width: 1281px) {
  /* Use: body:not(.data-editor) to prevent hidden during editing */
.content-builder body:not(.data-editor) .desktop-hidden{
    display: none !important;
  }
.content-builder body.data-editor .desktop-hidden{
    opacity: 0.6;
  }
  body:not(.data-editor)
    .desktop-autofit:not(.desktop-items-1):not(.desktop-items-2):not(
      .desktop-items-3
    ):not(.desktop-items-4):not(.desktop-items-5):not(.desktop-items-6)
.content-builder > div:not(.is-row-overlay):not(.is-row-tool):not(.is-col-tool){
    width: 100% !important;
    flex: auto !important;
  }
}

/* wrap & reverse columns */
@media (max-width: 760px) {
.content-builder .xs-items-6, .content-builder .xs-items-5, .content-builder .xs-items-4, .content-builder .xs-items-3, .content-builder .xs-items-2, .content-builder .xs-items-1{
    display: flex !important;
    flex-flow: wrap;
    justify-content: space-between;
  }
.content-builder .xs-items-6 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 6)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    min-width: unset !important;
    padding-right: 15px;
  }
.content-builder .xs-items-5 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 5)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    min-width: unset !important;
    padding-right: 15px;
  }
.content-builder .xs-items-4 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 4)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    min-width: unset !important;
    padding-right: 15px;
  }
.content-builder .xs-items-3 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 3)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    min-width: unset !important;
    padding-right: 15px;
  }
.content-builder .xs-items-2 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 2)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    min-width: unset !important;
    padding-right: 15px;
  }
.content-builder .xs-items-1 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 1)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    min-width: unset !important;
  }
  /* no class (not set) = xs-items-1 */

.content-builder .xs-column-reverse{
    display: flex;
    flex-direction: column-reverse !important;
  }
.content-builder .xs-column-reverse.xs-items-1{
    flex-direction: column-reverse !important;
  }
.content-builder .xs-column-reverse.xs-items-2{
    flex-direction: row-reverse !important;
  }
.content-builder .xs-column-reverse.xs-items-3{
    flex-direction: row-reverse !important;
  }
.content-builder .xs-column-reverse.xs-items-4{
    flex-direction: row-reverse !important;
  }
.content-builder .xs-column-reverse.xs-items-5{
    flex-direction: row-reverse !important;
  }
.content-builder .xs-column-reverse.xs-items-6{
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 761px) and (max-width: 970px) {
.content-builder .sm-items-6, .content-builder .sm-items-5, .content-builder .sm-items-4, .content-builder .sm-items-3, .content-builder .sm-items-2, .content-builder .sm-items-1{
    display: flex !important;
    flex-flow: wrap;
    justify-content: space-between;
  }
.content-builder .sm-items-6 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 6)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .sm-items-5 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 5)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .sm-items-4 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 4)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .sm-items-3 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 3)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .sm-items-2 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 2)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .sm-items-1 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 1)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* no class (not set) => use default (all columns in one line) */

.content-builder .sm-column-reverse{
    display: flex;
    flex-direction: row-reverse !important;
  }
.content-builder .sm-column-reverse.sm-items-1{
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 971px) and (max-width: 1280px) {
.content-builder .md-items-6, .content-builder .md-items-5, .content-builder .md-items-4, .content-builder .md-items-3, .content-builder .md-items-2, .content-builder .md-items-1{
    display: flex !important;
    flex-flow: wrap;
    justify-content: space-between;
  }
.content-builder .md-items-6 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 6)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .md-items-5 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 5)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .md-items-4 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 4)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .md-items-3 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 3)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .md-items-2 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 2)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .md-items-1 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 1)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* no class (not set) => use default (all columns in one line) */

.content-builder .md-column-reverse{
    display: flex;
    flex-direction: row-reverse !important;
  }
.content-builder .md-column-reverse.md-items-1{
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1281px) {
.content-builder .desktop-items-6, .content-builder .desktop-items-5, .content-builder .desktop-items-4, .content-builder .desktop-items-3, .content-builder .desktop-items-2, .content-builder .desktop-items-1{
    display: flex !important;
    flex-flow: wrap;
    justify-content: space-between;
  }
.content-builder .desktop-items-6 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 6)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .desktop-items-5 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 5)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .desktop-items-4 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 4)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .desktop-items-3 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 3)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .desktop-items-2 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 2)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
.content-builder .desktop-items-1 > div:not(.is-tool, .content-builder .is-rowadd-tool, .content-builder .is-row-overlay){
    width: calc(100% * (1 / 1)) !important;
    max-width: unset !important;
    flex: 1 0 auto !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* no class (not set) => use default (all columns in one line) */

.content-builder .desktop-column-reverse{
    display: flex;
    flex-direction: row-reverse !important;
  }
.content-builder .desktop-column-reverse.desktop-items-1{
    flex-direction: column-reverse !important;
  }
}
/* /Responsive Utility */

.content-builder .spacer{
  width: 100%;
}
.content-builder .center{
  text-align: center;
}
.content-builder .right{
  text-align: right;
}
.content-builder .left{
  text-align: left;
}
.content-builder .img-circular{
  display: inline-block;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.content-builder .img-circular img{
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
}

.content-builder .padding-0{
  padding: 0px !important;
  box-sizing: border-box;
}
.content-builder .padding-10{
  padding: 10px !important;
  box-sizing: border-box;
}
.content-builder .padding-20{
  padding: 20px !important;
  box-sizing: border-box;
}
.content-builder .padding-30{
  padding: 30px !important;
  box-sizing: border-box;
}
.content-builder .padding-40{
  padding: 40px !important;
  box-sizing: border-box;
}
.content-builder .padding-50{
  padding: 50px !important;
  box-sizing: border-box;
}
.content-builder .padding-60{
  padding: 60px !important;
  box-sizing: border-box;
}

@media all and (max-width: 540px) {
.content-builder .padding-0{
    padding: 0px !important;
  }
.content-builder .padding-10{
    padding: 5px !important;
  }
.content-builder .padding-20{
    padding: 10px !important;
  }
.content-builder .padding-30{
    padding: 15px !important;
  }
.content-builder .padding-40{
    padding: 20px !important;
  }
.content-builder .padding-50{
    padding: 25px !important;
  }
.content-builder .padding-60{
    padding: 30px !important;
  }
}

.content-builder .margin-0{
  margin: 0 !important;
}
.content-builder .margin-20{
  margin: 20px !important;
}
.content-builder .margin-25{
  margin: 25px !important;
}
.content-builder .margin-30{
  margin: 30px !important;
}
.content-builder .margin-35{
  margin: 35px !important;
}
.content-builder .margin-40{
  margin: 40px !important;
}
.content-builder .is-card{
  display: table;
  background-color: #fff;
}
.content-builder .is-card > *{
  display: table;
}
.content-builder .is-card-circle{
  width: 280px;
  height: 280px;
  border-radius: 500px;
  padding: 70px;
  margin: 0 auto;
}
@media all and (max-width: 540px) {
.content-builder .is-card-circle{
    zoom: 0.7;
    transform: scale(0.7);
  }
}
.content-builder .is-card-content-centered{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.content-builder .max-390{
  max-width: 390px;
  margin: 0 auto;
}
.content-builder .box-border{
  box-sizing: border-box;
}
.content-builder .shadow-1{
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.content-builder .shadow-2{
  /* screenshot */
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}
.content-builder .shadow-3{
  /* highlight */
  -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}

.content-builder img.circle{
  border-radius: 500px;
  margin-top: 0;
}
.content-builder img.bordered{
  border: #ccc 1px solid;
}

.content-builder .embed-responsive{
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 1.4em;
  margin-bottom: 1em;
}
.content-builder .embed-responsive.embed-responsive-16by9{
  padding-bottom: 56.25%;
}
.content-builder .embed-responsive.embed-responsive-4by3{
  padding-bottom: 75%;
}
.content-builder .embed-responsive iframe{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.content-builder .list{
  position: relative;
  margin: 1.5em 0;
  box-shadow: none;
}
.content-builder .list > i{
  position: absolute;
  left: -3px;
  top: 6px;
  font-size: 1.7em;
  line-height: 1;
}
.content-builder .list > h2, .content-builder .list > h3{
  margin: 0 0 0 50px !important;
  line-height: 1.2 !important;
}
.content-builder .list > p{
  margin: 5px 0 0 50px !important;
}

.content-builder .list.larger > i{
  position: absolute;
  left: -3px;
  top: 0;
  font-size: 1.7em;
  line-height: 1;
}
.content-builder .list.larger > h2, .content-builder .list.larger > h3{
  margin: 0 0 0 70px !important;
  line-height: 1.2 !important;
}
.content-builder .list.larger > p{
  margin: 5px 0 0 70px !important;
}

.content-builder .quote{
  position: relative;
  margin: 1.5em 0;
}
.content-builder .quote > i{
  position: absolute;
  top: -10px;
  left: -7px;
  font-size: 2em;
}
.content-builder .quote > small{
  margin-left: 50px;
  opacity: 0.7;
  font-size: 1em;
}
.content-builder .quote > p{
  margin-left: 50px;
  font-size: 1.5em;
}
@media all and (max-width: 540px) {
.content-builder .quote > i{
    left: -15px;
    font-size: 1.5em;
  }
.content-builder .quote > small{
    margin-left: 20px;
    font-size: 1em;
  }
.content-builder .quote > p{
    margin-left: 20px !important;
    font-size: 1.2em;
  }
}

.content-builder .left .is-social{
  justify-content: flex-start;
}
.content-builder .center .is-social{
  justify-content: center;
}
.content-builder .right .is-social{
  justify-content: flex-end;
}

.content-builder .is-social{
  display: flex;
  gap: 2.2rem;
  margin: 1.2rem 0 0.8rem;
}
.content-builder .is-social a > i{
  font-size: 1.2em;
}
.content-builder .is-social.text-left{
  justify-content: flex-start;
}
.content-builder .is-social.text-right{
  justify-content: flex-end;
}
.content-builder .is-social.text-center{
  justify-content: center;
}
.content-builder .is-social.text-justify{
  justify-content: space-around;
}

.content-builder .height-20{
  height: 20px;
  flex: none;
}
.content-builder .height-40{
  height: 40px;
  flex: none;
}
.content-builder .height-60{
  height: 60px;
  flex: none;
}
.content-builder .height-80{
  height: 80px;
  flex: none;
}
.content-builder .height-100{
  height: 100px;
  flex: none;
}
.content-builder .height-120{
  height: 120px;
  flex: none;
}
.content-builder .height-140{
  height: 140px;
  flex: none;
}
.content-builder .height-160{
  height: 160px;
  flex: none;
}
.content-builder .height-180{
  height: 180px;
  flex: none;
}
.content-builder .height-200{
  height: 200px;
  flex: none;
}
.content-builder .height-220{
  height: 220px;
  flex: none;
}
.content-builder .height-240{
  height: 240px;
  flex: none;
}
.content-builder .height-260{
  height: 260px;
  flex: none;
}
.content-builder .height-280{
  height: 280px;
  flex: none;
}
.content-builder .height-300{
  height: 300px;
  flex: none;
}
@media (min-width: 1921px) {
.content-builder .height-20{
    height: 2.5vh;
  }
.content-builder .height-40{
    height: 5vh;
  }
.content-builder .height-60{
    height: 7.5vh;
  }
.content-builder .height-80{
    height: 10vh;
  }
.content-builder .height-100{
    height: 12.5vh;
  }
.content-builder .height-120{
    height: 15vh;
  }
.content-builder .height-140{
    height: 17.5vh;
  }
.content-builder .height-160{
    height: 20vh;
  }
.content-builder .height-180{
    height: 22.5vh;
  }
.content-builder .height-200{
    height: 25vh;
  }
.content-builder .height-220{
    height: 27.5vh;
  }
.content-builder .height-240{
    height: 30vh;
  }
.content-builder .height-260{
    height: 32.5vh;
  }
.content-builder .height-280{
    height: 35vh;
  }
.content-builder .height-300{
    height: 37.5vh;
  }
}
@media (max-width: 1440px) {
.content-builder .height-20{
    height: 10px;
  }
.content-builder .height-40{
    height: 20px;
  }
.content-builder .height-60{
    height: 30px;
  }
.content-builder .height-80{
    height: 40px;
  }
.content-builder .height-100{
    height: 50px;
  }
.content-builder .height-120{
    height: 60px;
  }
.content-builder .height-140{
    height: 70px;
  }
.content-builder .height-160{
    height: 80px;
  }
.content-builder .height-180{
    height: 90px;
  }
.content-builder .height-200{
    height: 100px;
  }
.content-builder .height-220{
    height: 110px;
  }
.content-builder .height-240{
    height: 120px;
  }
.content-builder .height-260{
    height: 130px;
  }
.content-builder .height-280{
    height: 140px;
  }
.content-builder .height-300{
    height: 150px;
  }
}

.content-builder .size-12{
  font-size: 12px !important;
}
.content-builder .size-13{
  font-size: 13px !important;
}
.content-builder .size-14{
  font-size: 14px !important;
}
.content-builder .size-15{
  font-size: 15px !important;
}
.content-builder .size-16{
  font-size: 16px !important;
}
.content-builder .size-17{
  font-size: 17px !important;
}
.content-builder .size-18{
  font-size: 18px !important;
}
.content-builder .size-19{
  font-size: 19px !important;
}
.content-builder .size-20{
  font-size: 20px !important;
}
.content-builder .size-21{
  font-size: 21px !important;
}
.content-builder .size-24{
  font-size: 24px !important;
}
.content-builder .size-28{
  font-size: 28px !important;
}
.content-builder .size-32{
  font-size: 32px !important;
}
.content-builder .size-35{
  font-size: 35px !important;
}
.content-builder .size-38{
  font-size: 38px !important;
}
.content-builder .size-42{
  font-size: 42px !important;
}
.content-builder .size-46{
  font-size: 46px !important;
}
.content-builder .size-48{
  font-size: 48px !important;
}
.content-builder .size-50{
  font-size: 50px !important;
}
.content-builder .size-54{
  font-size: 54px !important;
}
.content-builder .size-60{
  font-size: 60px !important;
}
.content-builder .size-64{
  font-size: 64px !important;
}
.content-builder .size-68{
  font-size: 68px !important;
}
.content-builder .size-72{
  font-size: 72px !important;
}
.content-builder .size-76{
  font-size: 76px !important;
}
.content-builder .size-80{
  font-size: 80px !important;
}
.content-builder .size-84{
  font-size: 84px !important;
}
.content-builder .size-88{
  font-size: 88px !important;
}
.content-builder .size-92{
  font-size: 92px !important;
}
.content-builder .size-96{
  font-size: 96px !important;
}
.content-builder .size-100{
  font-size: 100px !important;
}
.content-builder .size-104{
  font-size: 104px !important;
}
.content-builder .size-108{
  font-size: 108px !important;
}
.content-builder .size-112{
  font-size: 112px !important;
}
.content-builder .size-116{
  font-size: 116px !important;
}
.content-builder .size-120{
  font-size: 120px !important;
}
.content-builder .size-124{
  font-size: 124px !important;
}
.content-builder .size-128{
  font-size: 128px !important;
}
.content-builder .size-132{
  font-size: 132px !important;
}
.content-builder .size-136{
  font-size: 136px !important;
}
.content-builder .size-140{
  font-size: 140px !important;
}
.content-builder .size-144{
  font-size: 144px !important;
}
.content-builder .size-148{
  font-size: 148px !important;
}
.content-builder .size-152{
  font-size: 152px !important;
}
.content-builder .size-156{
  font-size: 156px !important;
}
.content-builder .size-160{
  font-size: 160px !important;
}
.content-builder .size-164{
  font-size: 164px !important;
}
.content-builder .size-168{
  font-size: 168px !important;
}
.content-builder .size-172{
  font-size: 172px !important;
}
.content-builder .size-176{
  font-size: 176px !important;
}
.content-builder .size-180{
  font-size: 180px !important;
}
.content-builder .size-184{
  font-size: 184px !important;
}
.content-builder .size-188{
  font-size: 188px !important;
}
.content-builder .size-192{
  font-size: 192px !important;
}
.content-builder .size-196{
  font-size: 196px !important;
}
.content-builder .size-200{
  font-size: 200px !important;
}
.content-builder .size-204{
  font-size: 204px !important;
}
.content-builder .size-208{
  font-size: 208px !important;
}
.content-builder .size-212{
  font-size: 212px !important;
}
.content-builder .size-216{
  font-size: 216px !important;
}
.content-builder .size-220{
  font-size: 220px !important;
}
.content-builder .size-224{
  font-size: 224px !important;
}
.content-builder .size-228{
  font-size: 228px !important;
}
.content-builder .size-232{
  font-size: 232px !important;
}
.content-builder .size-236{
  font-size: 236px !important;
}
.content-builder .size-240{
  font-size: 240px !important;
}
.content-builder .size-244{
  font-size: 244px !important;
}
.content-builder .size-248{
  font-size: 248px !important;
}
.content-builder .size-252{
  font-size: 252px !important;
}
.content-builder .size-256{
  font-size: 256px !important;
}
.content-builder .size-260{
  font-size: 260px !important;
}
.content-builder .size-264{
  font-size: 264px !important;
}
.content-builder .size-268{
  font-size: 268px !important;
}
.content-builder .size-272{
  font-size: 272px !important;
}
.content-builder .size-276{
  font-size: 276px !important;
}
.content-builder .size-280{
  font-size: 280px !important;
}
.content-builder .size-284{
  font-size: 284px !important;
}
.content-builder .size-288{
  font-size: 288px !important;
}
.content-builder .size-292{
  font-size: 292px !important;
}
.content-builder .size-296{
  font-size: 296px !important;
}
.content-builder .size-300{
  font-size: 300px !important;
}
.content-builder .size-304{
  font-size: 304px !important;
}
.content-builder .size-308{
  font-size: 308px !important;
}
.content-builder .size-312{
  font-size: 312px !important;
}
.content-builder .size-316{
  font-size: 316px !important;
}
.content-builder .size-320{
  font-size: 320px !important;
}
.content-builder .size-324{
  font-size: 324px !important;
}
.content-builder .size-328{
  font-size: 328px !important;
}
.content-builder .size-332{
  font-size: 332px !important;
}
.content-builder .size-336{
  font-size: 336px !important;
}
.content-builder .size-340{
  font-size: 340px !important;
}
.content-builder .size-344{
  font-size: 344px !important;
}
.content-builder .size-348{
  font-size: 348px !important;
}
.content-builder .size-352{
  font-size: 352px !important;
}
.content-builder .size-356{
  font-size: 356px !important;
}
.content-builder .size-360{
  font-size: 360px !important;
}
.content-builder .size-364{
  font-size: 364px !important;
}
.content-builder .size-368{
  font-size: 368px !important;
}
.content-builder .size-372{
  font-size: 372px !important;
}
.content-builder .size-376{
  font-size: 376px !important;
}
.content-builder .size-380{
  font-size: 380px !important;
}
.content-builder .size-384{
  font-size: 384px !important;
}
.content-builder .size-388{
  font-size: 388px !important;
}
.content-builder .size-392{
  font-size: 392px !important;
}
.content-builder .size-396{
  font-size: 396px !important;
}
.content-builder .size-400{
  font-size: 400px !important;
}

.content-builder .container .size-64, .content-builder .is-container .size-64{
  width: unset;
  height: unset;
}

@media all and (max-width: 1800px) {
.content-builder .v2 .size-12{
    font-size: 0.74vw !important;
    font-size: clamp(12px, 0.74vw, 0.74vw) !important;
  } /* Use clamp to prevent small sizes */
.content-builder .v2 .size-13{
    font-size: 0.8vw !important;
    font-size: clamp(13px, 0.8vw, 0.8vw) !important;
  }
.content-builder .v2 .size-14{
    font-size: 0.86vw !important;
    font-size: clamp(14px, 0.86vw, 0.86vw) !important;
  }
.content-builder .v2 .size-15{
    font-size: 0.93vw !important;
    font-size: clamp(15px, 0.93vw, 0.93vw) !important;
  }
.content-builder .v2 .size-16{
    font-size: 0.99vw !important;
    font-size: clamp(16px, 0.99vw, 0.99vw) !important;
  }
.content-builder .v2 .size-17{
    font-size: 1.05vw !important;
    font-size: clamp(17px, 1.05vw, 1.05vw) !important;
  }
.content-builder .v2 .size-18{
    font-size: 1.11vw !important;
    font-size: clamp(18px, 1.11vw, 1.11vw) !important;
  }
.content-builder .v2 .size-19{
    font-size: 1.17vw !important;
    font-size: clamp(19px, 1.17vw, 1.17vw) !important;
  }
.content-builder .v2 .size-20{
    font-size: 1.23vw !important;
    font-size: clamp(20px, 1.23vw, 1.23vw) !important;
  }
.content-builder .v2 .size-21{
    font-size: 1.29vw !important;
    font-size: clamp(21px, 1.29vw, 1.29vw) !important;
  }
.content-builder .v2 .size-24{
    font-size: 1.48vw !important;
    font-size: clamp(22px, 1.48vw, 1.48vw) !important;
  }
.content-builder .v2 .size-28{
    font-size: 1.56vw !important;
    font-size: clamp(23px, 1.56vw, 1.56vw) !important;
  }
.content-builder .v2 .size-32{
    font-size: 1.64vw !important;
    font-size: clamp(24px, 1.64vw, 1.64vw) !important;
  }
.content-builder .v2 .size-35{
    font-size: 1.82vw !important;
    font-size: clamp(25px, 1.82vw, 1.82vw) !important;
  }
.content-builder .v2 .size-38{
    font-size: 1.98vw !important;
    font-size: clamp(26px, 1.98vw, 1.98vw) !important;
  }
.content-builder .v2 .size-42{
    font-size: 2.19vw !important;
    font-size: clamp(27px, 2.19vw, 2.19vw) !important;
  } /**/
.content-builder .v2 .size-46{
    font-size: 2.4vw !important;
    font-size: clamp(28px, 2.4vw, 2.4vw) !important;
  }
.content-builder .v2 .size-48{
    font-size: 2.5vw !important;
    font-size: clamp(29px, 2.5vw, 2.5vw) !important;
  }
.content-builder .v2 .size-50{
    font-size: 2.61vw !important;
    font-size: clamp(30px, 2.61vw, 2.61vw) !important;
  }
.content-builder .v2 .size-54{
    font-size: 2.81vw !important;
    font-size: clamp(31px, 2.81vw, 2.81vw) !important;
  }
.content-builder .v2 .size-60{
    font-size: 3.13vw !important;
    font-size: clamp(32px, 3.13vw, 3.13vw) !important;
  }
.content-builder .v2 .size-64{
    font-size: 3.33vw !important;
    font-size: clamp(33px, 3.33vw, 3.33vw) !important;
  }
.content-builder .v2 .size-68{
    font-size: 3.54vw !important;
    font-size: clamp(34px, 3.54vw, 3.54vw) !important;
  }
.content-builder .v2 .size-72{
    font-size: 3.75vw !important;
    font-size: clamp(35px, 3.75vw, 3.75vw) !important;
  }
.content-builder .v2 .size-76{
    font-size: 3.96vw !important;
    font-size: clamp(36px, 3.96vw, 3.96vw) !important;
  }
.content-builder .v2 .size-80{
    font-size: 4.17vw !important;
    font-size: clamp(37px, 4.17vw, 4.17vw) !important;
  }
.content-builder .v2 .size-84{
    font-size: 4.38vw !important;
    font-size: clamp(38px, 4.38vw, 4.38vw) !important;
  }
.content-builder .v2 .size-88{
    font-size: 4.58vw !important;
    font-size: clamp(39px, 4.58vw, 4.58vw) !important;
  }
.content-builder .v2 .size-92{
    font-size: 4.79vw !important;
    font-size: clamp(40px, 4.79vw, 4.79vw) !important;
  } /**/
.content-builder .v2 .size-96{
    font-size: 5vw !important;
    font-size: clamp(41px, 5vw, 5vw) !important;
  }
.content-builder .v2 .size-100{
    font-size: 5.21vw !important;
    font-size: clamp(42px, 5.21vw, 5.21vw) !important;
  }
.content-builder .v2 .size-104{
    font-size: 5.42vw !important;
    font-size: clamp(43px, 5.42vw, 5.42vw) !important;
  }
.content-builder .v2 .size-108{
    font-size: 5.63vw !important;
    font-size: clamp(44px, 5.63vw, 5.63vw) !important;
  }
.content-builder .v2 .size-112{
    font-size: 5.84vw !important;
    font-size: clamp(45px, 5.84vw, 5.84vw) !important;
  }
.content-builder .v2 .size-116{
    font-size: 6.04vw !important;
    font-size: clamp(46px, 6.04vw, 6.04vw) !important;
  }
.content-builder .v2 .size-120{
    font-size: 6.25vw !important;
    font-size: clamp(47px, 6.25vw, 6.25vw) !important;
  }
.content-builder .v2 .size-124{
    font-size: 6.46vw !important;
    font-size: clamp(48px, 6.46vw, 6.46vw) !important;
  }
.content-builder .v2 .size-128{
    font-size: 6.67vw !important;
    font-size: clamp(49px, 6.67vw, 6.67vw) !important;
  }
.content-builder .v2 .size-132{
    font-size: 6.88vw !important;
    font-size: clamp(50px, 6.88vw, 6.88vw) !important;
  }
.content-builder .v2 .size-136{
    font-size: 7.09vw !important;
    font-size: clamp(51px, 7.09vw, 7.09vw) !important;
  }
.content-builder .v2 .size-140{
    font-size: 7.29vw !important;
    font-size: clamp(52px, 7.29vw, 7.29vw) !important;
  }
.content-builder .v2 .size-144{
    font-size: 7.5vw !important;
    font-size: clamp(53px, 7.5vw, 7.5vw) !important;
  }
.content-builder .v2 .size-148{
    font-size: 7.71vw !important;
    font-size: clamp(54px, 7.71vw, 7.71vw) !important;
  }
.content-builder .v2 .size-152{
    font-size: 7.92vw !important;
    font-size: clamp(55px, 7.92vw, 7.92vw) !important;
  }
.content-builder .v2 .size-156{
    font-size: 8.13vw !important;
    font-size: clamp(56px, 8.13vw, 8.13vw) !important;
  }
.content-builder .v2 .size-160{
    font-size: 8.34vw !important;
    font-size: clamp(57px, 8.34vw, 8.34vw) !important;
  }
.content-builder .v2 .size-164{
    font-size: 8.54vw !important;
    font-size: clamp(58px, 8.54vw, 8.54vw) !important;
  }
.content-builder .v2 .size-168{
    font-size: 8.75vw !important;
    font-size: clamp(59px, 8.75vw, 8.75vw) !important;
  }
.content-builder .v2 .size-172{
    font-size: 8.96vw !important;
    font-size: clamp(60px, 8.96vw, 8.96vw) !important;
  }
.content-builder .v2 .size-176{
    font-size: 9.17vw !important;
    font-size: clamp(61px, 9.17vw, 9.17vw) !important;
  }
.content-builder .v2 .size-180{
    font-size: 9.38vw !important;
    font-size: clamp(62px, 9.38vw, 9.38vw) !important;
  }
.content-builder .v2 .size-184{
    font-size: 9.59vw !important;
    font-size: clamp(63px, 9.59vw, 9.59vw) !important;
  }
.content-builder .v2 .size-188{
    font-size: 9.79vw !important;
    font-size: clamp(64px, 9.79vw, 9.79vw) !important;
  }
.content-builder .v2 .size-192{
    font-size: 10vw !important;
    font-size: clamp(65px, 10vw, 10vw) !important;
  }
.content-builder .v2 .size-196{
    font-size: 10.21vw !important;
    font-size: clamp(66px, 10.21vw, 10.21vw) !important;
  }
.content-builder .v2 .size-200{
    font-size: 10.42vw !important;
    font-size: clamp(67px, 10.42vw, 10.42vw) !important;
  }
.content-builder .v2 .size-204{
    font-size: 10.63vw !important;
    font-size: clamp(68px, 10.63vw, 10.63vw) !important;
  }
.content-builder .v2 .size-208{
    font-size: 10.84vw !important;
    font-size: clamp(69px, 10.84vw, 10.84vw) !important;
  }
.content-builder .v2 .size-212{
    font-size: 11.05vw !important;
    font-size: clamp(70px, 11.05vw, 11.05vw) !important;
  }
.content-builder .v2 .size-216{
    font-size: 11.25vw !important;
    font-size: clamp(71px, 11.25vw, 11.25vw) !important;
  }
.content-builder .v2 .size-220{
    font-size: 11.46vw !important;
    font-size: clamp(72px, 11.46vw, 11.46vw) !important;
  }
.content-builder .v2 .size-224{
    font-size: 11.67vw !important;
    font-size: clamp(73px, 11.67vw, 11.67vw) !important;
  }
.content-builder .v2 .size-228{
    font-size: 11.88vw !important;
    font-size: clamp(75px, 11.88vw, 11.88vw) !important;
  }
.content-builder .v2 .size-232{
    font-size: 12.09vw !important;
    font-size: clamp(75px, 12.09vw, 12.09vw) !important;
  }
.content-builder .v2 .size-236{
    font-size: 12.3vw !important;
    font-size: clamp(76px, 12.3vw, 12.3vw) !important;
  }
.content-builder .v2 .size-240{
    font-size: 12.5vw !important;
    font-size: clamp(77px, 12.5vw, 12.5vw) !important;
  }
.content-builder .v2 .size-244{
    font-size: 12.71vw !important;
    font-size: clamp(78px, 12.71vw, 12.71vw) !important;
  }
.content-builder .v2 .size-248{
    font-size: 12.92vw !important;
    font-size: clamp(79px, 12.92vw, 12.92vw) !important;
  }
.content-builder .v2 .size-252{
    font-size: 13.13vw !important;
    font-size: clamp(80px, 13.13vw, 13.13vw) !important;
  }
.content-builder .v2 .size-256{
    font-size: 13.34vw !important;
    font-size: clamp(81px, 13.34vw, 13.34vw) !important;
  }
.content-builder .v2 .size-260{
    font-size: 13.55vw !important;
    font-size: clamp(82px, 13.55vw, 13.55vw) !important;
  }
.content-builder .v2 .size-264{
    font-size: 13.75vw !important;
    font-size: clamp(83px, 13.75vw, 13.75vw) !important;
  }
.content-builder .v2 .size-268{
    font-size: 13.96vw !important;
    font-size: clamp(84px, 13.96vw, 13.96vw) !important;
  }
.content-builder .v2 .size-272{
    font-size: 14.17vw !important;
    font-size: clamp(85px, 14.17vw, 14.17vw) !important;
  }
.content-builder .v2 .size-276{
    font-size: 14.38vw !important;
    font-size: clamp(86px, 14.38vw, 14.38vw) !important;
  }
.content-builder .v2 .size-280{
    font-size: 14.59vw !important;
    font-size: clamp(87px, 14.59vw, 14.59vw) !important;
  }
.content-builder .v2 .size-284{
    font-size: 14.8vw !important;
    font-size: clamp(88px, 14.8vw, 14.8vw) !important;
  }
.content-builder .v2 .size-288{
    font-size: 15vw !important;
    font-size: clamp(89px, 15vw, 15vw) !important;
  }
.content-builder .v2 .size-292{
    font-size: 15.21vw !important;
    font-size: clamp(90px, 15.21vw, 15.21vw) !important;
  }
.content-builder .v2 .size-296{
    font-size: 15.42vw !important;
    font-size: clamp(91px, 15.42vw, 15.42vw) !important;
  }
.content-builder .v2 .size-300{
    font-size: 15.63vw !important;
    font-size: clamp(92px, 15.63vw, 15.63vw) !important;
  }
.content-builder .v2 .size-304{
    font-size: 15.84vw !important;
    font-size: clamp(93px, 15.84vw, 15.84vw) !important;
  }
.content-builder .v2 .size-308{
    font-size: 16.06vw !important;
    font-size: clamp(94px, 16.06vw, 16.06vw) !important;
  }
.content-builder .v2 .size-312{
    font-size: 16.26vw !important;
    font-size: clamp(95px, 16.26vw, 16.26vw) !important;
  }
.content-builder .v2 .size-316{
    font-size: 16.46vw !important;
    font-size: clamp(96px, 16.46vw, 16.46vw) !important;
  }
.content-builder .v2 .size-320{
    font-size: 16.67vw !important;
    font-size: clamp(97px, 16.67vw, 16.67vw) !important;
  }
.content-builder .v2 .size-324{
    font-size: 16.88vw !important;
    font-size: clamp(98px, 16.88vw, 16.88vw) !important;
  }
.content-builder .v2 .size-328{
    font-size: 17.09vw !important;
    font-size: clamp(99px, 17.09vw, 17.09vw) !important;
  }
.content-builder .v2 .size-332{
    font-size: 17.3vw !important;
    font-size: clamp(100px, 17.3vw, 17.3vw) !important;
  }
.content-builder .v2 .size-336{
    font-size: 17.5vw !important;
    font-size: clamp(101px, 17.5vw, 17.5vw) !important;
  }
.content-builder .v2 .size-340{
    font-size: 17.71vw !important;
    font-size: clamp(102px, 17.71vw, 17.71vw) !important;
  }
.content-builder .v2 .size-344{
    font-size: 17.92vw !important;
    font-size: clamp(103px, 17.92vw, 17.92vw) !important;
  }
.content-builder .v2 .size-348{
    font-size: 18.13vw !important;
    font-size: clamp(104px, 18.13vw, 18.13vw) !important;
  }
.content-builder .v2 .size-352{
    font-size: 18.34vw !important;
    font-size: clamp(105px, 18.34vw, 18.34vw) !important;
  }
.content-builder .v2 .size-356{
    font-size: 18.55vw !important;
    font-size: clamp(106px, 18.55vw, 18.55vw) !important;
  }
.content-builder .v2 .size-360{
    font-size: 18.76vw !important;
    font-size: clamp(107px, 18.76vw, 18.76vw) !important;
  }
.content-builder .v2 .size-364{
    font-size: 18.96vw !important;
    font-size: clamp(108px, 18.96vw, 18.96vw) !important;
  }
.content-builder .v2 .size-368{
    font-size: 19.17vw !important;
    font-size: clamp(109px, 19.17vw, 19.17vw) !important;
  }
.content-builder .v2 .size-372{
    font-size: 19.38vw !important;
    font-size: clamp(110px, 19.38vw, 19.38vw) !important;
  }
.content-builder .v2 .size-376{
    font-size: 19.59vw !important;
    font-size: clamp(111px, 19.59vw, 19.59vw) !important;
  }
.content-builder .v2 .size-380{
    font-size: 19.8vw !important;
    font-size: clamp(112px, 19.8vw, 19.8vw) !important;
  }
.content-builder .v2 .size-384{
    font-size: 20vw !important;
    font-size: clamp(113px, 20vw, 20vw) !important;
  }
.content-builder .v2 .size-388{
    font-size: 20.21vw !important;
    font-size: clamp(114px, 20.21vw, 20.21vw) !important;
  }
.content-builder .v2 .size-392{
    font-size: 20.42vw !important;
    font-size: clamp(115px, 20.42vw, 20.42vw) !important;
  }
.content-builder .v2 .size-396{
    font-size: 20.63vw !important;
    font-size: clamp(116px, 20.63vw, 20.63vw) !important;
  }
.content-builder .v2 .size-400{
    font-size: 20.84vw !important;
    font-size: clamp(117px, 20.84vw, 20.84vw) !important;
  }
}

@media all and (min-width: 1921px) {
.content-builder .v2 .size-12{
    font-size: 0.63vw !important;
  }
.content-builder .v2 .size-13{
    font-size: 0.68vw !important;
  }
.content-builder .v2 .size-14{
    font-size: 0.73vw !important;
  }
.content-builder .v2 .size-15{
    font-size: 0.78vw !important;
  }
.content-builder .v2 .size-16{
    font-size: 0.83vw !important;
  }
.content-builder .v2 .size-17{
    font-size: 0.89vw !important;
  }
.content-builder .v2 .size-18{
    font-size: 0.94vw !important;
  }
.content-builder .v2 .size-19{
    font-size: 0.99vw !important;
  }
.content-builder .v2 .size-20{
    font-size: 1.04vw !important;
  }
.content-builder .v2 .size-21{
    font-size: 1.09vw !important;
  }
.content-builder .v2 .size-24{
    font-size: 1.25vw !important;
  }
.content-builder .v2 .size-28{
    font-size: 1.46vw !important;
  }
.content-builder .v2 .size-32{
    font-size: 1.67vw !important;
  }
.content-builder .v2 .size-35{
    font-size: 1.82vw !important;
  }
.content-builder .v2 .size-38{
    font-size: 1.98vw !important;
  }
.content-builder .v2 .size-42{
    font-size: 2.19vw !important;
  }
.content-builder .v2 .size-46{
    font-size: 2.4vw !important;
  }
.content-builder .v2 .size-48{
    font-size: 2.5vw !important;
  }
.content-builder .v2 .size-50{
    font-size: 2.61vw !important;
  }
.content-builder .v2 .size-54{
    font-size: 2.81vw !important;
  }
.content-builder .v2 .size-60{
    font-size: 3.13vw !important;
  }
.content-builder .v2 .size-64{
    font-size: 3.33vw !important;
  }
.content-builder .v2 .size-68{
    font-size: 3.54vw !important;
  }
.content-builder .v2 .size-72{
    font-size: 3.75vw !important;
  }
.content-builder .v2 .size-76{
    font-size: 3.96vw !important;
  }
.content-builder .v2 .size-80{
    font-size: 4.17vw !important;
  }
.content-builder .v2 .size-84{
    font-size: 4.38vw !important;
  }
.content-builder .v2 .size-88{
    font-size: 4.58vw !important;
  }
.content-builder .v2 .size-92{
    font-size: 4.79vw !important;
  }
.content-builder .v2 .size-96{
    font-size: 5vw !important;
  }
.content-builder .v2 .size-100{
    font-size: 5.21vw !important;
  }
.content-builder .v2 .size-104{
    font-size: 5.42vw !important;
  }
.content-builder .v2 .size-108{
    font-size: 5.63vw !important;
  }
.content-builder .v2 .size-112{
    font-size: 5.84vw !important;
  }
.content-builder .v2 .size-116{
    font-size: 6.04vw !important;
  }
.content-builder .v2 .size-120{
    font-size: 6.25vw !important;
  }
.content-builder .v2 .size-124{
    font-size: 6.46vw !important;
  }
.content-builder .v2 .size-128{
    font-size: 6.67vw !important;
  }
.content-builder .v2 .size-132{
    font-size: 6.88vw !important;
  }
.content-builder .v2 .size-136{
    font-size: 7.09vw !important;
  }
.content-builder .v2 .size-140{
    font-size: 7.29vw !important;
  }
.content-builder .v2 .size-144{
    font-size: 7.5vw !important;
  }
.content-builder .v2 .size-148{
    font-size: 7.71vw !important;
  }
.content-builder .v2 .size-152{
    font-size: 7.92vw !important;
  }
.content-builder .v2 .size-156{
    font-size: 8.13vw !important;
  }
.content-builder .v2 .size-160{
    font-size: 8.34vw !important;
  }
.content-builder .v2 .size-164{
    font-size: 8.54vw !important;
  }
.content-builder .v2 .size-168{
    font-size: 8.75vw !important;
  }
.content-builder .v2 .size-172{
    font-size: 8.96vw !important;
  }
.content-builder .v2 .size-176{
    font-size: 9.17vw !important;
  }
.content-builder .v2 .size-180{
    font-size: 9.38vw !important;
  }
.content-builder .v2 .size-184{
    font-size: 9.59vw !important;
  }
.content-builder .v2 .size-188{
    font-size: 9.79vw !important;
  }
.content-builder .v2 .size-192{
    font-size: 10vw !important;
  }
.content-builder .v2 .size-196{
    font-size: 10.21vw !important;
  }
.content-builder .v2 .size-200{
    font-size: 10.42vw !important;
  }
.content-builder .v2 .size-204{
    font-size: 10.63vw !important;
  }
.content-builder .v2 .size-208{
    font-size: 10.84vw !important;
  }
.content-builder .v2 .size-212{
    font-size: 11.05vw !important;
  }
.content-builder .v2 .size-216{
    font-size: 11.25vw !important;
  }
.content-builder .v2 .size-220{
    font-size: 11.46vw !important;
  }
.content-builder .v2 .size-224{
    font-size: 11.67vw !important;
  }
.content-builder .v2 .size-228{
    font-size: 11.88vw !important;
  }
.content-builder .v2 .size-232{
    font-size: 12.09vw !important;
  }
.content-builder .v2 .size-236{
    font-size: 12.3vw !important;
  }
.content-builder .v2 .size-240{
    font-size: 12.5vw !important;
  }
.content-builder .v2 .size-244{
    font-size: 12.71vw !important;
  }
.content-builder .v2 .size-248{
    font-size: 12.92vw !important;
  }
.content-builder .v2 .size-252{
    font-size: 13.13vw !important;
  }
.content-builder .v2 .size-256{
    font-size: 13.34vw !important;
  }
.content-builder .v2 .size-260{
    font-size: 13.55vw !important;
  }
.content-builder .v2 .size-264{
    font-size: 13.75vw !important;
  }
.content-builder .v2 .size-268{
    font-size: 13.96vw !important;
  }
.content-builder .v2 .size-272{
    font-size: 14.17vw !important;
  }
.content-builder .v2 .size-276{
    font-size: 14.38vw !important;
  }
.content-builder .v2 .size-280{
    font-size: 14.59vw !important;
  }
.content-builder .v2 .size-284{
    font-size: 14.8vw !important;
  }
.content-builder .v2 .size-288{
    font-size: 15vw !important;
  }
.content-builder .v2 .size-292{
    font-size: 15.21vw !important;
  }
.content-builder .v2 .size-296{
    font-size: 15.42vw !important;
  }
.content-builder .v2 .size-300{
    font-size: 15.63vw !important;
  }
.content-builder .v2 .size-304{
    font-size: 15.84vw !important;
  }
.content-builder .v2 .size-308{
    font-size: 16.06vw !important;
  }
.content-builder .v2 .size-312{
    font-size: 16.26vw !important;
  }
.content-builder .v2 .size-316{
    font-size: 16.46vw !important;
  }
.content-builder .v2 .size-320{
    font-size: 16.67vw !important;
  }
.content-builder .v2 .size-324{
    font-size: 16.88vw !important;
  }
.content-builder .v2 .size-328{
    font-size: 17.09vw !important;
  }
.content-builder .v2 .size-332{
    font-size: 17.3vw !important;
  }
.content-builder .v2 .size-336{
    font-size: 17.5vw !important;
  }
.content-builder .v2 .size-340{
    font-size: 17.71vw !important;
  }
.content-builder .v2 .size-344{
    font-size: 17.92vw !important;
  }
.content-builder .v2 .size-348{
    font-size: 18.13vw !important;
  }
.content-builder .v2 .size-352{
    font-size: 18.34vw !important;
  }
.content-builder .v2 .size-356{
    font-size: 18.55vw !important;
  }
.content-builder .v2 .size-360{
    font-size: 18.76vw !important;
  }
.content-builder .v2 .size-364{
    font-size: 18.96vw !important;
  }
.content-builder .v2 .size-368{
    font-size: 19.17vw !important;
  }
.content-builder .v2 .size-372{
    font-size: 19.38vw !important;
  }
.content-builder .v2 .size-376{
    font-size: 19.59vw !important;
  }
.content-builder .v2 .size-380{
    font-size: 19.8vw !important;
  }
.content-builder .v2 .size-384{
    font-size: 20vw !important;
  }
.content-builder .v2 .size-388{
    font-size: 20.21vw !important;
  }
.content-builder .v2 .size-392{
    font-size: 20.42vw !important;
  }
.content-builder .v2 .size-396{
    font-size: 20.63vw !important;
  }
.content-builder .v2 .size-400{
    font-size: 20.84vw !important;
  }

  /* new v3: limit the size on large screen */
.content-builder .v3 .size-12{
    font-size: 0.63vw !important;
  }
.content-builder .v3 .size-13{
    font-size: 0.68vw !important;
  }
.content-builder .v3 .size-14{
    font-size: 0.73vw !important;
  }
.content-builder .v3 .size-15{
    font-size: 0.78vw !important;
  }
.content-builder .v3 .size-16{
    font-size: 0.83vw !important;
  }
.content-builder .v3 .size-17{
    font-size: 0.89vw !important;
  }
.content-builder .v3 .size-18{
    font-size: 0.94vw !important;
  }
.content-builder .v3 .size-19{
    font-size: 0.99vw !important;
  }
.content-builder .v3 .size-20{
    font-size: 1.04vw !important;
  }
.content-builder .v3 .size-21{
    font-size: 1.09vw !important;
  }
.content-builder .v3 .size-24{
    font-size: 1.25vw !important;
  }
.content-builder .v3 .size-28{
    font-size: 1.46vw !important;
  }
.content-builder .v3 .size-32{
    font-size: clamp(30px, 1.67vw, 43px) !important;
  }
.content-builder .v3 .size-35{
    font-size: clamp(30px, 1.82vw, 44px) !important;
  }
.content-builder .v3 .size-38{
    font-size: clamp(30px, 1.98vw, 45px) !important;
  }
.content-builder .v3 .size-42{
    font-size: clamp(30px, 2.19vw, 46px) !important;
  }
.content-builder .v3 .size-46{
    font-size: clamp(30px, 2.4vw, 47px) !important;
  }
.content-builder .v3 .size-48{
    font-size: clamp(30px, 2.5vw, 48px) !important;
  }
.content-builder .v3 .size-50{
    font-size: clamp(30px, 2.61vw, 50px) !important;
  }
.content-builder .v3 .size-54{
    font-size: clamp(30px, 2.81vw, 54px) !important;
  }
.content-builder .v3 .size-60{
    font-size: clamp(30px, 3.13vw, 60px) !important;
  }
.content-builder .v3 .size-64{
    font-size: clamp(30px, 3.33vw, 64px) !important;
  }
.content-builder .v3 .size-68{
    font-size: clamp(30px, 3.54vw, 68px) !important;
  }
.content-builder .v3 .size-72{
    font-size: clamp(30px, 3.75vw, 72px) !important;
  }
.content-builder .v3 .size-76{
    font-size: clamp(30px, 3.96vw, 76px) !important;
  }
.content-builder .v3 .size-80{
    font-size: clamp(30px, 4.17vw, 80px) !important;
  }
.content-builder .v3 .size-84{
    font-size: clamp(30px, 4.38vw, 84px) !important;
  }
.content-builder .v3 .size-88{
    font-size: clamp(30px, 4.58vw, 88px) !important;
  }
.content-builder .v3 .size-92{
    font-size: clamp(30px, 4.79vw, 92px) !important;
  }
.content-builder .v3 .size-96{
    font-size: clamp(30px, 5vw, 96px) !important;
  }
.content-builder .v3 .size-100{
    font-size: clamp(30px, 5.21vw, 100px) !important;
  }
.content-builder .v3 .size-104{
    font-size: clamp(30px, 5.42vw, 104px) !important;
  }
.content-builder .v3 .size-108{
    font-size: clamp(30px, 5.63vw, 108px) !important;
  }
.content-builder .v3 .size-112{
    font-size: clamp(30px, 5.84vw, 112px) !important;
  }
.content-builder .v3 .size-116{
    font-size: clamp(30px, 6.04vw, 116px) !important;
  }
.content-builder .v3 .size-120{
    font-size: clamp(30px, 6.25vw, 120px) !important;
  }
.content-builder .v3 .size-124{
    font-size: clamp(30px, 6.46vw, 124px) !important;
  }
.content-builder .v3 .size-128{
    font-size: clamp(30px, 6.67vw, 128px) !important;
  }
.content-builder .v3 .size-132{
    font-size: clamp(30px, 6.88vw, 132px) !important;
  }
.content-builder .v3 .size-136{
    font-size: clamp(30px, 7.09vw, 136px) !important;
  }
.content-builder .v3 .size-140{
    font-size: clamp(30px, 7.29vw, 140px) !important;
  }
.content-builder .v3 .size-144{
    font-size: clamp(30px, 7.5vw, 144px) !important;
  }
.content-builder .v3 .size-148{
    font-size: clamp(30px, 7.71vw, 148px) !important;
  }
.content-builder .v3 .size-152{
    font-size: clamp(30px, 7.92vw, 152px) !important;
  }
.content-builder .v3 .size-156{
    font-size: clamp(30px, 8.13vw, 156px) !important;
  }
.content-builder .v3 .size-160{
    font-size: clamp(30px, 8.34vw, 160px) !important;
  }
.content-builder .v3 .size-164{
    font-size: clamp(30px, 8.54vw, 164px) !important;
  }
.content-builder .v3 .size-168{
    font-size: clamp(30px, 8.75vw, 168px) !important;
  }
.content-builder .v3 .size-172{
    font-size: clamp(30px, 8.96vw, 172px) !important;
  }
.content-builder .v3 .size-176{
    font-size: clamp(30px, 9.17vw, 176px) !important;
  }
.content-builder .v3 .size-180{
    font-size: clamp(30px, 9.38vw, 180px) !important;
  }
.content-builder .v3 .size-184{
    font-size: clamp(30px, 9.59vw, 184px) !important;
  }
.content-builder .v3 .size-188{
    font-size: clamp(30px, 9.79vw, 188px) !important;
  }
.content-builder .v3 .size-192{
    font-size: clamp(30px, 10vw, 192px) !important;
  }
.content-builder .v3 .size-196{
    font-size: clamp(30px, 10.21vw, 196px) !important;
  }
.content-builder .v3 .size-200{
    font-size: clamp(30px, 10.42vw, 200px) !important;
  }
.content-builder .v3 .size-204{
    font-size: clamp(30px, 10.63vw, 204px) !important;
  }
.content-builder .v3 .size-208{
    font-size: clamp(30px, 10.84vw, 208px) !important;
  }
.content-builder .v3 .size-212{
    font-size: clamp(30px, 11.05vw, 212px) !important;
  }
.content-builder .v3 .size-216{
    font-size: clamp(30px, 11.25vw, 216px) !important;
  }
.content-builder .v3 .size-220{
    font-size: clamp(30px, 11.46vw, 220px) !important;
  }
.content-builder .v3 .size-224{
    font-size: clamp(30px, 11.67vw, 224px) !important;
  }
.content-builder .v3 .size-228{
    font-size: clamp(30px, 11.88vw, 228px) !important;
  }
.content-builder .v3 .size-232{
    font-size: clamp(30px, 12.09vw, 232px) !important;
  }
.content-builder .v3 .size-236{
    font-size: clamp(30px, 12.3vw, 236px) !important;
  }
.content-builder .v3 .size-240{
    font-size: clamp(30px, 12.5vw, 240px) !important;
  }
.content-builder .v3 .size-244{
    font-size: clamp(30px, 12.71vw, 244px) !important;
  }
.content-builder .v3 .size-248{
    font-size: clamp(30px, 12.92vw, 248px) !important;
  }
.content-builder .v3 .size-252{
    font-size: clamp(30px, 13.13vw, 252px) !important;
  }
.content-builder .v3 .size-256{
    font-size: clamp(30px, 13.34vw, 256px) !important;
  }
.content-builder .v3 .size-260{
    font-size: clamp(30px, 13.55vw, 260px) !important;
  }
.content-builder .v3 .size-264{
    font-size: clamp(30px, 13.75vw, 264px) !important;
  }
.content-builder .v3 .size-268{
    font-size: clamp(30px, 13.96vw, 268px) !important;
  }
.content-builder .v3 .size-272{
    font-size: clamp(30px, 14.17vw, 272px) !important;
  }
.content-builder .v3 .size-276{
    font-size: clamp(30px, 14.38vw, 276px) !important;
  }
.content-builder .v3 .size-280{
    font-size: clamp(30px, 14.59vw, 280px) !important;
  }
.content-builder .v3 .size-284{
    font-size: clamp(30px, 14.8vw, 284px) !important;
  }
.content-builder .v3 .size-288{
    font-size: clamp(30px, 15vw, 288px) !important;
  }
.content-builder .v3 .size-292{
    font-size: clamp(30px, 15.21vw, 292px) !important;
  }
.content-builder .v3 .size-296{
    font-size: clamp(30px, 15.42vw, 296px) !important;
  }
.content-builder .v3 .size-300{
    font-size: clamp(30px, 15.63vw, 300px) !important;
  }
.content-builder .v3 .size-304{
    font-size: clamp(30px, 15.84vw, 304px) !important;
  }
.content-builder .v3 .size-308{
    font-size: clamp(30px, 16.06vw, 308px) !important;
  }
.content-builder .v3 .size-312{
    font-size: clamp(30px, 16.26vw, 312px) !important;
  }
.content-builder .v3 .size-316{
    font-size: clamp(30px, 16.46vw, 316px) !important;
  }
.content-builder .v3 .size-320{
    font-size: clamp(30px, 16.67vw, 320px) !important;
  }
.content-builder .v3 .size-324{
    font-size: clamp(30px, 16.88vw, 324px) !important;
  }
.content-builder .v3 .size-328{
    font-size: clamp(30px, 17.09vw, 328px) !important;
  }
.content-builder .v3 .size-332{
    font-size: clamp(30px, 17.3vw, 332px) !important;
  }
.content-builder .v3 .size-336{
    font-size: clamp(30px, 17.5vw, 336px) !important;
  }
.content-builder .v3 .size-340{
    font-size: clamp(30px, 17.71vw, 340px) !important;
  }
.content-builder .v3 .size-344{
    font-size: clamp(30px, 17.92vw, 344px) !important;
  }
.content-builder .v3 .size-348{
    font-size: clamp(30px, 18.13vw, 348px) !important;
  }
.content-builder .v3 .size-352{
    font-size: clamp(30px, 18.34vw, 352px) !important;
  }
.content-builder .v3 .size-356{
    font-size: clamp(30px, 18.55vw, 356px) !important;
  }
.content-builder .v3 .size-360{
    font-size: clamp(30px, 18.76vw, 360px) !important;
  }
.content-builder .v3 .size-364{
    font-size: clamp(30px, 18.96vw, 364px) !important;
  }
.content-builder .v3 .size-368{
    font-size: clamp(30px, 19.17vw, 368px) !important;
  }
.content-builder .v3 .size-372{
    font-size: clamp(30px, 19.38vw, 372px) !important;
  }
.content-builder .v3 .size-376{
    font-size: clamp(30px, 19.59vw, 376px) !important;
  }
.content-builder .v3 .size-380{
    font-size: clamp(30px, 19.8vw, 380px) !important;
  }
.content-builder .v3 .size-384{
    font-size: clamp(30px, 20vw, 384px) !important;
  }
.content-builder .v3 .size-388{
    font-size: clamp(30px, 20.21vw, 388px) !important;
  }
.content-builder .v3 .size-392{
    font-size: clamp(30px, 20.42vw, 392px) !important;
  }
.content-builder .v3 .size-396{
    font-size: clamp(30px, 20.63vw, 396px) !important;
  }
.content-builder .v3 .size-400{
    font-size: clamp(30px, 20.84vw, 400px) !important;
  }
}

/* targetted font sizes */
@media (min-width: 971px) and (max-width: 1280px) {
.content-builder .v2 .md-size-12{
    font-size: 0.74vw !important;
    font-size: clamp(12px, 0.74vw, 0.74vw) !important;
  }
.content-builder .v2 .md-size-13{
    font-size: 0.8vw !important;
    font-size: clamp(13px, 0.8vw, 0.8vw) !important;
  }
.content-builder .v2 .md-size-14{
    font-size: 0.86vw !important;
    font-size: clamp(14px, 0.86vw, 0.86vw) !important;
  }
.content-builder .v2 .md-size-15{
    font-size: 0.93vw !important;
    font-size: clamp(15px, 0.93vw, 0.93vw) !important;
  }
.content-builder .v2 .md-size-16{
    font-size: 0.99vw !important;
    font-size: clamp(16px, 0.99vw, 0.99vw) !important;
  }
.content-builder .v2 .md-size-17{
    font-size: 1.05vw !important;
    font-size: clamp(17px, 1.05vw, 1.05vw) !important;
  }
.content-builder .v2 .md-size-18{
    font-size: 1.11vw !important;
    font-size: clamp(18px, 1.11vw, 1.11vw) !important;
  }
.content-builder .v2 .md-size-19{
    font-size: 1.17vw !important;
    font-size: clamp(19px, 1.17vw, 1.17vw) !important;
  }
.content-builder .v2 .md-size-20{
    font-size: 1.23vw !important;
    font-size: clamp(20px, 1.23vw, 1.23vw) !important;
  }
.content-builder .v2 .md-size-21{
    font-size: 1.29vw !important;
    font-size: clamp(21px, 1.29vw, 1.29vw) !important;
  }
.content-builder .v2 .md-size-24{
    font-size: 1.48vw !important;
    font-size: clamp(22px, 1.48vw, 1.48vw) !important;
  }
.content-builder .v2 .md-size-28{
    font-size: 1.56vw !important;
    font-size: clamp(23px, 1.56vw, 1.56vw) !important;
  }
.content-builder .v2 .md-size-32{
    font-size: 1.64vw !important;
    font-size: clamp(24px, 1.64vw, 1.64vw) !important;
  }
.content-builder .v2 .md-size-35{
    font-size: 1.82vw !important;
    font-size: clamp(25px, 1.82vw, 1.82vw) !important;
  }
.content-builder .v2 .md-size-38{
    font-size: 1.98vw !important;
    font-size: clamp(26px, 1.98vw, 1.98vw) !important;
  }
.content-builder .v2 .md-size-42{
    font-size: 2.19vw !important;
    font-size: clamp(27px, 2.19vw, 2.19vw) !important;
  }
.content-builder .v2 .md-size-46{
    font-size: 2.4vw !important;
    font-size: clamp(28px, 2.4vw, 2.4vw) !important;
  }
.content-builder .v2 .md-size-48{
    font-size: 2.5vw !important;
    font-size: clamp(29px, 2.5vw, 2.5vw) !important;
  }
.content-builder .v2 .md-size-50{
    font-size: 2.61vw !important;
    font-size: clamp(30px, 2.61vw, 2.61vw) !important;
  }
.content-builder .v2 .md-size-54{
    font-size: 2.81vw !important;
    font-size: clamp(31px, 2.81vw, 2.81vw) !important;
  }
.content-builder .v2 .md-size-60{
    font-size: 3.13vw !important;
    font-size: clamp(32px, 3.13vw, 3.13vw) !important;
  }
.content-builder .v2 .md-size-64{
    font-size: 3.33vw !important;
    font-size: clamp(33px, 3.33vw, 3.33vw) !important;
  }
.content-builder .v2 .md-size-68{
    font-size: 3.54vw !important;
    font-size: clamp(34px, 3.54vw, 3.54vw) !important;
  }
.content-builder .v2 .md-size-72{
    font-size: 3.75vw !important;
    font-size: clamp(35px, 3.75vw, 3.75vw) !important;
  }
.content-builder .v2 .md-size-76{
    font-size: 3.96vw !important;
    font-size: clamp(36px, 3.96vw, 3.96vw) !important;
  }
.content-builder .v2 .md-size-80{
    font-size: 4.17vw !important;
    font-size: clamp(37px, 4.17vw, 4.17vw) !important;
  }
.content-builder .v2 .md-size-84{
    font-size: 4.38vw !important;
    font-size: clamp(38px, 4.38vw, 4.38vw) !important;
  }
.content-builder .v2 .md-size-88{
    font-size: 4.58vw !important;
    font-size: clamp(39px, 4.58vw, 4.58vw) !important;
  }
.content-builder .v2 .md-size-92{
    font-size: 4.79vw !important;
    font-size: clamp(40px, 4.79vw, 4.79vw) !important;
  }
.content-builder .v2 .md-size-96{
    font-size: 5vw !important;
    font-size: clamp(41px, 5vw, 5vw) !important;
  }
.content-builder .v2 .md-size-100{
    font-size: 5.21vw !important;
    font-size: clamp(42px, 5.21vw, 5.21vw) !important;
  }
.content-builder .v2 .md-size-104{
    font-size: 5.42vw !important;
    font-size: clamp(43px, 5.42vw, 5.42vw) !important;
  }
.content-builder .v2 .md-size-108{
    font-size: 5.63vw !important;
    font-size: clamp(44px, 5.63vw, 5.63vw) !important;
  }
.content-builder .v2 .md-size-112{
    font-size: 5.84vw !important;
    font-size: clamp(45px, 5.84vw, 5.84vw) !important;
  }
.content-builder .v2 .md-size-116{
    font-size: 6.04vw !important;
    font-size: clamp(46px, 6.04vw, 6.04vw) !important;
  }
.content-builder .v2 .md-size-120{
    font-size: 6.25vw !important;
    font-size: clamp(47px, 6.25vw, 6.25vw) !important;
  }
.content-builder .v2 .md-size-124{
    font-size: 6.46vw !important;
    font-size: clamp(48px, 6.46vw, 6.46vw) !important;
  }
.content-builder .v2 .md-size-128{
    font-size: 6.67vw !important;
    font-size: clamp(49px, 6.67vw, 6.67vw) !important;
  }
.content-builder .v2 .md-size-132{
    font-size: 6.88vw !important;
    font-size: clamp(50px, 6.88vw, 6.88vw) !important;
  }
.content-builder .v2 .md-size-136{
    font-size: 7.09vw !important;
    font-size: clamp(51px, 7.09vw, 7.09vw) !important;
  }
.content-builder .v2 .md-size-140{
    font-size: 7.29vw !important;
    font-size: clamp(52px, 7.29vw, 7.29vw) !important;
  }
.content-builder .v2 .md-size-144{
    font-size: 7.5vw !important;
    font-size: clamp(53px, 7.5vw, 7.5vw) !important;
  }
.content-builder .v2 .md-size-148{
    font-size: 7.71vw !important;
    font-size: clamp(54px, 7.71vw, 7.71vw) !important;
  }
.content-builder .v2 .md-size-152{
    font-size: 7.92vw !important;
    font-size: clamp(55px, 7.92vw, 7.92vw) !important;
  }
.content-builder .v2 .md-size-156{
    font-size: 8.13vw !important;
    font-size: clamp(56px, 8.13vw, 8.13vw) !important;
  }
.content-builder .v2 .md-size-160{
    font-size: 8.34vw !important;
    font-size: clamp(57px, 8.34vw, 8.34vw) !important;
  }
.content-builder .v2 .md-size-164{
    font-size: 8.54vw !important;
    font-size: clamp(58px, 8.54vw, 8.54vw) !important;
  }
.content-builder .v2 .md-size-168{
    font-size: 8.75vw !important;
    font-size: clamp(59px, 8.75vw, 8.75vw) !important;
  }
.content-builder .v2 .md-size-172{
    font-size: 8.96vw !important;
    font-size: clamp(60px, 8.96vw, 8.96vw) !important;
  }
.content-builder .v2 .md-size-176{
    font-size: 9.17vw !important;
    font-size: clamp(61px, 9.17vw, 9.17vw) !important;
  }
.content-builder .v2 .md-size-180{
    font-size: 9.38vw !important;
    font-size: clamp(62px, 9.38vw, 9.38vw) !important;
  }
.content-builder .v2 .md-size-184{
    font-size: 9.59vw !important;
    font-size: clamp(63px, 9.59vw, 9.59vw) !important;
  }
.content-builder .v2 .md-size-188{
    font-size: 9.79vw !important;
    font-size: clamp(64px, 9.79vw, 9.79vw) !important;
  }
.content-builder .v2 .md-size-192{
    font-size: 10vw !important;
    font-size: clamp(65px, 10vw, 10vw) !important;
  }
.content-builder .v2 .md-size-196{
    font-size: 10.21vw !important;
    font-size: clamp(66px, 10.21vw, 10.21vw) !important;
  }
.content-builder .v2 .md-size-200{
    font-size: 10.42vw !important;
    font-size: clamp(67px, 10.42vw, 10.42vw) !important;
  }
.content-builder .v2 .md-size-204{
    font-size: 10.63vw !important;
    font-size: clamp(68px, 10.63vw, 10.63vw) !important;
  }
.content-builder .v2 .md-size-208{
    font-size: 10.84vw !important;
    font-size: clamp(69px, 10.84vw, 10.84vw) !important;
  }
.content-builder .v2 .md-size-212{
    font-size: 11.05vw !important;
    font-size: clamp(70px, 11.05vw, 11.05vw) !important;
  }
.content-builder .v2 .md-size-216{
    font-size: 11.25vw !important;
    font-size: clamp(71px, 11.25vw, 11.25vw) !important;
  }
.content-builder .v2 .md-size-220{
    font-size: 11.46vw !important;
    font-size: clamp(72px, 11.46vw, 11.46vw) !important;
  }
.content-builder .v2 .md-size-224{
    font-size: 11.67vw !important;
    font-size: clamp(73px, 11.67vw, 11.67vw) !important;
  }
.content-builder .v2 .md-size-228{
    font-size: 11.88vw !important;
    font-size: clamp(75px, 11.88vw, 11.88vw) !important;
  }
.content-builder .v2 .md-size-232{
    font-size: 12.09vw !important;
    font-size: clamp(75px, 12.09vw, 12.09vw) !important;
  }
.content-builder .v2 .md-size-236{
    font-size: 12.3vw !important;
    font-size: clamp(76px, 12.3vw, 12.3vw) !important;
  }
.content-builder .v2 .md-size-240{
    font-size: 12.5vw !important;
    font-size: clamp(77px, 12.5vw, 12.5vw) !important;
  }
.content-builder .v2 .md-size-244{
    font-size: 12.71vw !important;
    font-size: clamp(78px, 12.71vw, 12.71vw) !important;
  }
.content-builder .v2 .md-size-248{
    font-size: 12.92vw !important;
    font-size: clamp(79px, 12.92vw, 12.92vw) !important;
  }
.content-builder .v2 .md-size-252{
    font-size: 13.13vw !important;
    font-size: clamp(80px, 13.13vw, 13.13vw) !important;
  }
.content-builder .v2 .md-size-256{
    font-size: 13.34vw !important;
    font-size: clamp(81px, 13.34vw, 13.34vw) !important;
  }
.content-builder .v2 .md-size-260{
    font-size: 13.55vw !important;
    font-size: clamp(82px, 13.55vw, 13.55vw) !important;
  }
.content-builder .v2 .md-size-264{
    font-size: 13.75vw !important;
    font-size: clamp(83px, 13.75vw, 13.75vw) !important;
  }
.content-builder .v2 .md-size-268{
    font-size: 13.96vw !important;
    font-size: clamp(84px, 13.96vw, 13.96vw) !important;
  }
.content-builder .v2 .md-size-272{
    font-size: 14.17vw !important;
    font-size: clamp(85px, 14.17vw, 14.17vw) !important;
  }
.content-builder .v2 .md-size-276{
    font-size: 14.38vw !important;
    font-size: clamp(86px, 14.38vw, 14.38vw) !important;
  }
.content-builder .v2 .md-size-280{
    font-size: 14.59vw !important;
    font-size: clamp(87px, 14.59vw, 14.59vw) !important;
  }
.content-builder .v2 .md-size-284{
    font-size: 14.8vw !important;
    font-size: clamp(88px, 14.8vw, 14.8vw) !important;
  }
.content-builder .v2 .md-size-288{
    font-size: 15vw !important;
    font-size: clamp(89px, 15vw, 15vw) !important;
  }
.content-builder .v2 .md-size-292{
    font-size: 15.21vw !important;
    font-size: clamp(90px, 15.21vw, 15.21vw) !important;
  }
.content-builder .v2 .md-size-296{
    font-size: 15.42vw !important;
    font-size: clamp(91px, 15.42vw, 15.42vw) !important;
  }
.content-builder .v2 .md-size-300{
    font-size: 15.63vw !important;
    font-size: clamp(92px, 15.63vw, 15.63vw) !important;
  }
.content-builder .v2 .md-size-304{
    font-size: 15.84vw !important;
    font-size: clamp(93px, 15.84vw, 15.84vw) !important;
  }
.content-builder .v2 .md-size-308{
    font-size: 16.06vw !important;
    font-size: clamp(94px, 16.06vw, 16.06vw) !important;
  }
.content-builder .v2 .md-size-312{
    font-size: 16.26vw !important;
    font-size: clamp(95px, 16.26vw, 16.26vw) !important;
  }
.content-builder .v2 .md-size-316{
    font-size: 16.46vw !important;
    font-size: clamp(96px, 16.46vw, 16.46vw) !important;
  }
.content-builder .v2 .md-size-320{
    font-size: 16.67vw !important;
    font-size: clamp(97px, 16.67vw, 16.67vw) !important;
  }
.content-builder .v2 .md-size-324{
    font-size: 16.88vw !important;
    font-size: clamp(98px, 16.88vw, 16.88vw) !important;
  }
.content-builder .v2 .md-size-328{
    font-size: 17.09vw !important;
    font-size: clamp(99px, 17.09vw, 17.09vw) !important;
  }
.content-builder .v2 .md-size-332{
    font-size: 17.3vw !important;
    font-size: clamp(100px, 17.3vw, 17.3vw) !important;
  }
.content-builder .v2 .md-size-336{
    font-size: 17.5vw !important;
    font-size: clamp(101px, 17.5vw, 17.5vw) !important;
  }
.content-builder .v2 .md-size-340{
    font-size: 17.71vw !important;
    font-size: clamp(102px, 17.71vw, 17.71vw) !important;
  }
.content-builder .v2 .md-size-344{
    font-size: 17.92vw !important;
    font-size: clamp(103px, 17.92vw, 17.92vw) !important;
  }
.content-builder .v2 .md-size-348{
    font-size: 18.13vw !important;
    font-size: clamp(104px, 18.13vw, 18.13vw) !important;
  }
.content-builder .v2 .md-size-352{
    font-size: 18.34vw !important;
    font-size: clamp(105px, 18.34vw, 18.34vw) !important;
  }
.content-builder .v2 .md-size-356{
    font-size: 18.55vw !important;
    font-size: clamp(106px, 18.55vw, 18.55vw) !important;
  }
.content-builder .v2 .md-size-360{
    font-size: 18.76vw !important;
    font-size: clamp(107px, 18.76vw, 18.76vw) !important;
  }
.content-builder .v2 .md-size-364{
    font-size: 18.96vw !important;
    font-size: clamp(108px, 18.96vw, 18.96vw) !important;
  }
.content-builder .v2 .md-size-368{
    font-size: 19.17vw !important;
    font-size: clamp(109px, 19.17vw, 19.17vw) !important;
  }
.content-builder .v2 .md-size-372{
    font-size: 19.38vw !important;
    font-size: clamp(110px, 19.38vw, 19.38vw) !important;
  }
.content-builder .v2 .md-size-376{
    font-size: 19.59vw !important;
    font-size: clamp(111px, 19.59vw, 19.59vw) !important;
  }
.content-builder .v2 .md-size-380{
    font-size: 19.8vw !important;
    font-size: clamp(112px, 19.8vw, 19.8vw) !important;
  }
.content-builder .v2 .md-size-384{
    font-size: 20vw !important;
    font-size: clamp(113px, 20vw, 20vw) !important;
  }
.content-builder .v2 .md-size-388{
    font-size: 20.21vw !important;
    font-size: clamp(114px, 20.21vw, 20.21vw) !important;
  }
.content-builder .v2 .md-size-392{
    font-size: 20.42vw !important;
    font-size: clamp(115px, 20.42vw, 20.42vw) !important;
  }
.content-builder .v2 .md-size-396{
    font-size: 20.63vw !important;
    font-size: clamp(116px, 20.63vw, 20.63vw) !important;
  }
.content-builder .v2 .md-size-400{
    font-size: 20.84vw !important;
    font-size: clamp(117px, 20.84vw, 20.84vw) !important;
  }
}
@media (min-width: 761px) and (max-width: 970px) {
.content-builder .v2 .sm-size-12{
    font-size: 0.74vw !important;
    font-size: clamp(12px, 0.74vw, 0.74vw) !important;
  }
.content-builder .v2 .sm-size-13{
    font-size: 0.8vw !important;
    font-size: clamp(13px, 0.8vw, 0.8vw) !important;
  }
.content-builder .v2 .sm-size-14{
    font-size: 0.86vw !important;
    font-size: clamp(14px, 0.86vw, 0.86vw) !important;
  }
.content-builder .v2 .sm-size-15{
    font-size: 0.93vw !important;
    font-size: clamp(15px, 0.93vw, 0.93vw) !important;
  }
.content-builder .v2 .sm-size-16{
    font-size: 0.99vw !important;
    font-size: clamp(16px, 0.99vw, 0.99vw) !important;
  }
.content-builder .v2 .sm-size-17{
    font-size: 1.05vw !important;
    font-size: clamp(17px, 1.05vw, 1.05vw) !important;
  }
.content-builder .v2 .sm-size-18{
    font-size: 1.11vw !important;
    font-size: clamp(18px, 1.11vw, 1.11vw) !important;
  }
.content-builder .v2 .sm-size-19{
    font-size: 1.17vw !important;
    font-size: clamp(19px, 1.17vw, 1.17vw) !important;
  }
.content-builder .v2 .sm-size-20{
    font-size: 1.23vw !important;
    font-size: clamp(20px, 1.23vw, 1.23vw) !important;
  }
.content-builder .v2 .sm-size-21{
    font-size: 1.29vw !important;
    font-size: clamp(21px, 1.29vw, 1.29vw) !important;
  }
.content-builder .v2 .sm-size-24{
    font-size: 1.48vw !important;
    font-size: clamp(22px, 1.48vw, 1.48vw) !important;
  }
.content-builder .v2 .sm-size-28{
    font-size: 1.56vw !important;
    font-size: clamp(23px, 1.56vw, 1.56vw) !important;
  }
.content-builder .v2 .sm-size-32{
    font-size: 1.64vw !important;
    font-size: clamp(24px, 1.64vw, 1.64vw) !important;
  }
.content-builder .v2 .sm-size-35{
    font-size: 1.82vw !important;
    font-size: clamp(25px, 1.82vw, 1.82vw) !important;
  }
.content-builder .v2 .sm-size-38{
    font-size: 1.98vw !important;
    font-size: clamp(26px, 1.98vw, 1.98vw) !important;
  }
.content-builder .v2 .sm-size-42{
    font-size: 2.19vw !important;
    font-size: clamp(27px, 2.19vw, 2.19vw) !important;
  }
.content-builder .v2 .sm-size-46{
    font-size: 2.4vw !important;
    font-size: clamp(28px, 2.4vw, 2.4vw) !important;
  }
.content-builder .v2 .sm-size-48{
    font-size: 2.5vw !important;
    font-size: clamp(29px, 2.5vw, 2.5vw) !important;
  }
.content-builder .v2 .sm-size-50{
    font-size: 2.61vw !important;
    font-size: clamp(30px, 2.61vw, 2.61vw) !important;
  }
.content-builder .v2 .sm-size-54{
    font-size: 2.81vw !important;
    font-size: clamp(31px, 2.81vw, 2.81vw) !important;
  }
.content-builder .v2 .sm-size-60{
    font-size: 3.13vw !important;
    font-size: clamp(32px, 3.13vw, 3.13vw) !important;
  }
.content-builder .v2 .sm-size-64{
    font-size: 3.33vw !important;
    font-size: clamp(33px, 3.33vw, 3.33vw) !important;
  }
.content-builder .v2 .sm-size-68{
    font-size: 3.54vw !important;
    font-size: clamp(34px, 3.54vw, 3.54vw) !important;
  }
.content-builder .v2 .sm-size-72{
    font-size: 3.75vw !important;
    font-size: clamp(35px, 3.75vw, 3.75vw) !important;
  }
.content-builder .v2 .sm-size-76{
    font-size: 3.96vw !important;
    font-size: clamp(36px, 3.96vw, 3.96vw) !important;
  }
.content-builder .v2 .sm-size-80{
    font-size: 4.17vw !important;
    font-size: clamp(37px, 4.17vw, 4.17vw) !important;
  }
.content-builder .v2 .sm-size-84{
    font-size: 4.38vw !important;
    font-size: clamp(38px, 4.38vw, 4.38vw) !important;
  }
.content-builder .v2 .sm-size-88{
    font-size: 4.58vw !important;
    font-size: clamp(39px, 4.58vw, 4.58vw) !important;
  }
.content-builder .v2 .sm-size-92{
    font-size: 4.79vw !important;
    font-size: clamp(40px, 4.79vw, 4.79vw) !important;
  }
.content-builder .v2 .sm-size-96{
    font-size: 5vw !important;
    font-size: clamp(41px, 5vw, 5vw) !important;
  }
.content-builder .v2 .sm-size-100{
    font-size: 5.21vw !important;
    font-size: clamp(42px, 5.21vw, 5.21vw) !important;
  }
.content-builder .v2 .sm-size-104{
    font-size: 5.42vw !important;
    font-size: clamp(43px, 5.42vw, 5.42vw) !important;
  }
.content-builder .v2 .sm-size-108{
    font-size: 5.63vw !important;
    font-size: clamp(44px, 5.63vw, 5.63vw) !important;
  }
.content-builder .v2 .sm-size-112{
    font-size: 5.84vw !important;
    font-size: clamp(45px, 5.84vw, 5.84vw) !important;
  }
.content-builder .v2 .sm-size-116{
    font-size: 6.04vw !important;
    font-size: clamp(46px, 6.04vw, 6.04vw) !important;
  }
.content-builder .v2 .sm-size-120{
    font-size: 6.25vw !important;
    font-size: clamp(47px, 6.25vw, 6.25vw) !important;
  }
.content-builder .v2 .sm-size-124{
    font-size: 6.46vw !important;
    font-size: clamp(48px, 6.46vw, 6.46vw) !important;
  }
.content-builder .v2 .sm-size-128{
    font-size: 6.67vw !important;
    font-size: clamp(49px, 6.67vw, 6.67vw) !important;
  }
.content-builder .v2 .sm-size-132{
    font-size: 6.88vw !important;
    font-size: clamp(50px, 6.88vw, 6.88vw) !important;
  }
.content-builder .v2 .sm-size-136{
    font-size: 7.09vw !important;
    font-size: clamp(51px, 7.09vw, 7.09vw) !important;
  }
.content-builder .v2 .sm-size-140{
    font-size: 7.29vw !important;
    font-size: clamp(52px, 7.29vw, 7.29vw) !important;
  }
.content-builder .v2 .sm-size-144{
    font-size: 7.5vw !important;
    font-size: clamp(53px, 7.5vw, 7.5vw) !important;
  }
.content-builder .v2 .sm-size-148{
    font-size: 7.71vw !important;
    font-size: clamp(54px, 7.71vw, 7.71vw) !important;
  }
.content-builder .v2 .sm-size-152{
    font-size: 7.92vw !important;
    font-size: clamp(55px, 7.92vw, 7.92vw) !important;
  }
.content-builder .v2 .sm-size-156{
    font-size: 8.13vw !important;
    font-size: clamp(56px, 8.13vw, 8.13vw) !important;
  }
.content-builder .v2 .sm-size-160{
    font-size: 8.34vw !important;
    font-size: clamp(57px, 8.34vw, 8.34vw) !important;
  }
.content-builder .v2 .sm-size-164{
    font-size: 8.54vw !important;
    font-size: clamp(58px, 8.54vw, 8.54vw) !important;
  }
.content-builder .v2 .sm-size-168{
    font-size: 8.75vw !important;
    font-size: clamp(59px, 8.75vw, 8.75vw) !important;
  }
.content-builder .v2 .sm-size-172{
    font-size: 8.96vw !important;
    font-size: clamp(60px, 8.96vw, 8.96vw) !important;
  }
.content-builder .v2 .sm-size-176{
    font-size: 9.17vw !important;
    font-size: clamp(61px, 9.17vw, 9.17vw) !important;
  }
.content-builder .v2 .sm-size-180{
    font-size: 9.38vw !important;
    font-size: clamp(62px, 9.38vw, 9.38vw) !important;
  }
.content-builder .v2 .sm-size-184{
    font-size: 9.59vw !important;
    font-size: clamp(63px, 9.59vw, 9.59vw) !important;
  }
.content-builder .v2 .sm-size-188{
    font-size: 9.79vw !important;
    font-size: clamp(64px, 9.79vw, 9.79vw) !important;
  }
.content-builder .v2 .sm-size-192{
    font-size: 10vw !important;
    font-size: clamp(65px, 10vw, 10vw) !important;
  }
.content-builder .v2 .sm-size-196{
    font-size: 10.21vw !important;
    font-size: clamp(66px, 10.21vw, 10.21vw) !important;
  }
.content-builder .v2 .sm-size-200{
    font-size: 10.42vw !important;
    font-size: clamp(67px, 10.42vw, 10.42vw) !important;
  }
.content-builder .v2 .sm-size-204{
    font-size: 10.63vw !important;
    font-size: clamp(68px, 10.63vw, 10.63vw) !important;
  }
.content-builder .v2 .sm-size-208{
    font-size: 10.84vw !important;
    font-size: clamp(69px, 10.84vw, 10.84vw) !important;
  }
.content-builder .v2 .sm-size-212{
    font-size: 11.05vw !important;
    font-size: clamp(70px, 11.05vw, 11.05vw) !important;
  }
.content-builder .v2 .sm-size-216{
    font-size: 11.25vw !important;
    font-size: clamp(71px, 11.25vw, 11.25vw) !important;
  }
.content-builder .v2 .sm-size-220{
    font-size: 11.46vw !important;
    font-size: clamp(72px, 11.46vw, 11.46vw) !important;
  }
.content-builder .v2 .sm-size-224{
    font-size: 11.67vw !important;
    font-size: clamp(73px, 11.67vw, 11.67vw) !important;
  }
.content-builder .v2 .sm-size-228{
    font-size: 11.88vw !important;
    font-size: clamp(75px, 11.88vw, 11.88vw) !important;
  }
.content-builder .v2 .sm-size-232{
    font-size: 12.09vw !important;
    font-size: clamp(75px, 12.09vw, 12.09vw) !important;
  }
.content-builder .v2 .sm-size-236{
    font-size: 12.3vw !important;
    font-size: clamp(76px, 12.3vw, 12.3vw) !important;
  }
.content-builder .v2 .sm-size-240{
    font-size: 12.5vw !important;
    font-size: clamp(77px, 12.5vw, 12.5vw) !important;
  }
.content-builder .v2 .sm-size-244{
    font-size: 12.71vw !important;
    font-size: clamp(78px, 12.71vw, 12.71vw) !important;
  }
.content-builder .v2 .sm-size-248{
    font-size: 12.92vw !important;
    font-size: clamp(79px, 12.92vw, 12.92vw) !important;
  }
.content-builder .v2 .sm-size-252{
    font-size: 13.13vw !important;
    font-size: clamp(80px, 13.13vw, 13.13vw) !important;
  }
.content-builder .v2 .sm-size-256{
    font-size: 13.34vw !important;
    font-size: clamp(81px, 13.34vw, 13.34vw) !important;
  }
.content-builder .v2 .sm-size-260{
    font-size: 13.55vw !important;
    font-size: clamp(82px, 13.55vw, 13.55vw) !important;
  }
.content-builder .v2 .sm-size-264{
    font-size: 13.75vw !important;
    font-size: clamp(83px, 13.75vw, 13.75vw) !important;
  }
.content-builder .v2 .sm-size-268{
    font-size: 13.96vw !important;
    font-size: clamp(84px, 13.96vw, 13.96vw) !important;
  }
.content-builder .v2 .sm-size-272{
    font-size: 14.17vw !important;
    font-size: clamp(85px, 14.17vw, 14.17vw) !important;
  }
.content-builder .v2 .sm-size-276{
    font-size: 14.38vw !important;
    font-size: clamp(86px, 14.38vw, 14.38vw) !important;
  }
.content-builder .v2 .sm-size-280{
    font-size: 14.59vw !important;
    font-size: clamp(87px, 14.59vw, 14.59vw) !important;
  }
.content-builder .v2 .sm-size-284{
    font-size: 14.8vw !important;
    font-size: clamp(88px, 14.8vw, 14.8vw) !important;
  }
.content-builder .v2 .sm-size-288{
    font-size: 15vw !important;
    font-size: clamp(89px, 15vw, 15vw) !important;
  }
.content-builder .v2 .sm-size-292{
    font-size: 15.21vw !important;
    font-size: clamp(90px, 15.21vw, 15.21vw) !important;
  }
.content-builder .v2 .sm-size-296{
    font-size: 15.42vw !important;
    font-size: clamp(91px, 15.42vw, 15.42vw) !important;
  }
.content-builder .v2 .sm-size-300{
    font-size: 15.63vw !important;
    font-size: clamp(92px, 15.63vw, 15.63vw) !important;
  }
.content-builder .v2 .sm-size-304{
    font-size: 15.84vw !important;
    font-size: clamp(93px, 15.84vw, 15.84vw) !important;
  }
.content-builder .v2 .sm-size-308{
    font-size: 16.06vw !important;
    font-size: clamp(94px, 16.06vw, 16.06vw) !important;
  }
.content-builder .v2 .sm-size-312{
    font-size: 16.26vw !important;
    font-size: clamp(95px, 16.26vw, 16.26vw) !important;
  }
.content-builder .v2 .sm-size-316{
    font-size: 16.46vw !important;
    font-size: clamp(96px, 16.46vw, 16.46vw) !important;
  }
.content-builder .v2 .sm-size-320{
    font-size: 16.67vw !important;
    font-size: clamp(97px, 16.67vw, 16.67vw) !important;
  }
.content-builder .v2 .sm-size-324{
    font-size: 16.88vw !important;
    font-size: clamp(98px, 16.88vw, 16.88vw) !important;
  }
.content-builder .v2 .sm-size-328{
    font-size: 17.09vw !important;
    font-size: clamp(99px, 17.09vw, 17.09vw) !important;
  }
.content-builder .v2 .sm-size-332{
    font-size: 17.3vw !important;
    font-size: clamp(100px, 17.3vw, 17.3vw) !important;
  }
.content-builder .v2 .sm-size-336{
    font-size: 17.5vw !important;
    font-size: clamp(101px, 17.5vw, 17.5vw) !important;
  }
.content-builder .v2 .sm-size-340{
    font-size: 17.71vw !important;
    font-size: clamp(102px, 17.71vw, 17.71vw) !important;
  }
.content-builder .v2 .sm-size-344{
    font-size: 17.92vw !important;
    font-size: clamp(103px, 17.92vw, 17.92vw) !important;
  }
.content-builder .v2 .sm-size-348{
    font-size: 18.13vw !important;
    font-size: clamp(104px, 18.13vw, 18.13vw) !important;
  }
.content-builder .v2 .sm-size-352{
    font-size: 18.34vw !important;
    font-size: clamp(105px, 18.34vw, 18.34vw) !important;
  }
.content-builder .v2 .sm-size-356{
    font-size: 18.55vw !important;
    font-size: clamp(106px, 18.55vw, 18.55vw) !important;
  }
.content-builder .v2 .sm-size-360{
    font-size: 18.76vw !important;
    font-size: clamp(107px, 18.76vw, 18.76vw) !important;
  }
.content-builder .v2 .sm-size-364{
    font-size: 18.96vw !important;
    font-size: clamp(108px, 18.96vw, 18.96vw) !important;
  }
.content-builder .v2 .sm-size-368{
    font-size: 19.17vw !important;
    font-size: clamp(109px, 19.17vw, 19.17vw) !important;
  }
.content-builder .v2 .sm-size-372{
    font-size: 19.38vw !important;
    font-size: clamp(110px, 19.38vw, 19.38vw) !important;
  }
.content-builder .v2 .sm-size-376{
    font-size: 19.59vw !important;
    font-size: clamp(111px, 19.59vw, 19.59vw) !important;
  }
.content-builder .v2 .sm-size-380{
    font-size: 19.8vw !important;
    font-size: clamp(112px, 19.8vw, 19.8vw) !important;
  }
.content-builder .v2 .sm-size-384{
    font-size: 20vw !important;
    font-size: clamp(113px, 20vw, 20vw) !important;
  }
.content-builder .v2 .sm-size-388{
    font-size: 20.21vw !important;
    font-size: clamp(114px, 20.21vw, 20.21vw) !important;
  }
.content-builder .v2 .sm-size-392{
    font-size: 20.42vw !important;
    font-size: clamp(115px, 20.42vw, 20.42vw) !important;
  }
.content-builder .v2 .sm-size-396{
    font-size: 20.63vw !important;
    font-size: clamp(116px, 20.63vw, 20.63vw) !important;
  }
.content-builder .v2 .sm-size-400{
    font-size: 20.84vw !important;
    font-size: clamp(117px, 20.84vw, 20.84vw) !important;
  }
}

@media (max-width: 760px) {
.content-builder .v2 .xs-size-12{
    font-size: 0.74vw !important;
    font-size: clamp(12px, 0.74vw, 0.74vw) !important;
  }
.content-builder .v2 .xs-size-13{
    font-size: 0.8vw !important;
    font-size: clamp(13px, 0.8vw, 0.8vw) !important;
  }
.content-builder .v2 .xs-size-14{
    font-size: 0.86vw !important;
    font-size: clamp(14px, 0.86vw, 0.86vw) !important;
  }
.content-builder .v2 .xs-size-15{
    font-size: 0.93vw !important;
    font-size: clamp(15px, 0.93vw, 0.93vw) !important;
  }
.content-builder .v2 .xs-size-16{
    font-size: 0.99vw !important;
    font-size: clamp(16px, 0.99vw, 0.99vw) !important;
  }
.content-builder .v2 .xs-size-17{
    font-size: 1.05vw !important;
    font-size: clamp(17px, 1.05vw, 1.05vw) !important;
  }
.content-builder .v2 .xs-size-18{
    font-size: 1.11vw !important;
    font-size: clamp(18px, 1.11vw, 1.11vw) !important;
  }
.content-builder .v2 .xs-size-19{
    font-size: 1.17vw !important;
    font-size: clamp(19px, 1.17vw, 1.17vw) !important;
  }
.content-builder .v2 .xs-size-20{
    font-size: 1.23vw !important;
    font-size: clamp(20px, 1.23vw, 1.23vw) !important;
  }
.content-builder .v2 .xs-size-21{
    font-size: 1.29vw !important;
    font-size: clamp(21px, 1.29vw, 1.29vw) !important;
  }
.content-builder .v2 .xs-size-24{
    font-size: 1.48vw !important;
    font-size: clamp(22px, 1.48vw, 1.48vw) !important;
  }
.content-builder .v2 .xs-size-28{
    font-size: 1.56vw !important;
    font-size: clamp(23px, 1.56vw, 1.56vw) !important;
  }
.content-builder .v2 .xs-size-32{
    font-size: 1.64vw !important;
    font-size: clamp(24px, 1.64vw, 1.64vw) !important;
  }
.content-builder .v2 .xs-size-35{
    font-size: 1.82vw !important;
    font-size: clamp(25px, 1.82vw, 1.82vw) !important;
  }
.content-builder .v2 .xs-size-38{
    font-size: 1.98vw !important;
    font-size: clamp(26px, 1.98vw, 1.98vw) !important;
  }
.content-builder .v2 .xs-size-42{
    font-size: 2.19vw !important;
    font-size: clamp(27px, 2.19vw, 2.19vw) !important;
  }
.content-builder .v2 .xs-size-46{
    font-size: 2.4vw !important;
    font-size: clamp(28px, 2.4vw, 2.4vw) !important;
  }
.content-builder .v2 .xs-size-48{
    font-size: 2.5vw !important;
    font-size: clamp(29px, 2.5vw, 2.5vw) !important;
  }
.content-builder .v2 .xs-size-50{
    font-size: 2.61vw !important;
    font-size: clamp(30px, 2.61vw, 2.61vw) !important;
  }
.content-builder .v2 .xs-size-54{
    font-size: 2.81vw !important;
    font-size: clamp(31px, 2.81vw, 2.81vw) !important;
  }
.content-builder .v2 .xs-size-60{
    font-size: 3.13vw !important;
    font-size: clamp(32px, 3.13vw, 3.13vw) !important;
  }
.content-builder .v2 .xs-size-64{
    font-size: 3.33vw !important;
    font-size: clamp(33px, 3.33vw, 3.33vw) !important;
  }
.content-builder .v2 .xs-size-68{
    font-size: 3.54vw !important;
    font-size: clamp(34px, 3.54vw, 3.54vw) !important;
  }
.content-builder .v2 .xs-size-72{
    font-size: 3.75vw !important;
    font-size: clamp(35px, 3.75vw, 3.75vw) !important;
  }
.content-builder .v2 .xs-size-76{
    font-size: 3.96vw !important;
    font-size: clamp(36px, 3.96vw, 3.96vw) !important;
  }
.content-builder .v2 .xs-size-80{
    font-size: 4.17vw !important;
    font-size: clamp(37px, 4.17vw, 4.17vw) !important;
  }
.content-builder .v2 .xs-size-84{
    font-size: 4.38vw !important;
    font-size: clamp(38px, 4.38vw, 4.38vw) !important;
  }
.content-builder .v2 .xs-size-88{
    font-size: 4.58vw !important;
    font-size: clamp(39px, 4.58vw, 4.58vw) !important;
  }
.content-builder .v2 .xs-size-92{
    font-size: 4.79vw !important;
    font-size: clamp(40px, 4.79vw, 4.79vw) !important;
  }
.content-builder .v2 .xs-size-96{
    font-size: 5vw !important;
    font-size: clamp(41px, 5vw, 5vw) !important;
  }
.content-builder .v2 .xs-size-100{
    font-size: 5.21vw !important;
    font-size: clamp(42px, 5.21vw, 5.21vw) !important;
  }
.content-builder .v2 .xs-size-104{
    font-size: 5.42vw !important;
    font-size: clamp(43px, 5.42vw, 5.42vw) !important;
  }
.content-builder .v2 .xs-size-108{
    font-size: 5.63vw !important;
    font-size: clamp(44px, 5.63vw, 5.63vw) !important;
  }
.content-builder .v2 .xs-size-112{
    font-size: 5.84vw !important;
    font-size: clamp(45px, 5.84vw, 5.84vw) !important;
  }
.content-builder .v2 .xs-size-116{
    font-size: 6.04vw !important;
    font-size: clamp(46px, 6.04vw, 6.04vw) !important;
  }
.content-builder .v2 .xs-size-120{
    font-size: 6.25vw !important;
    font-size: clamp(47px, 6.25vw, 6.25vw) !important;
  }
.content-builder .v2 .xs-size-124{
    font-size: 6.46vw !important;
    font-size: clamp(48px, 6.46vw, 6.46vw) !important;
  }
.content-builder .v2 .xs-size-128{
    font-size: 6.67vw !important;
    font-size: clamp(49px, 6.67vw, 6.67vw) !important;
  }
.content-builder .v2 .xs-size-132{
    font-size: 6.88vw !important;
    font-size: clamp(50px, 6.88vw, 6.88vw) !important;
  }
.content-builder .v2 .xs-size-136{
    font-size: 7.09vw !important;
    font-size: clamp(51px, 7.09vw, 7.09vw) !important;
  }
.content-builder .v2 .xs-size-140{
    font-size: 7.29vw !important;
    font-size: clamp(52px, 7.29vw, 7.29vw) !important;
  }
.content-builder .v2 .xs-size-144{
    font-size: 7.5vw !important;
    font-size: clamp(53px, 7.5vw, 7.5vw) !important;
  }
.content-builder .v2 .xs-size-148{
    font-size: 7.71vw !important;
    font-size: clamp(54px, 7.71vw, 7.71vw) !important;
  }
.content-builder .v2 .xs-size-152{
    font-size: 7.92vw !important;
    font-size: clamp(55px, 7.92vw, 7.92vw) !important;
  }
.content-builder .v2 .xs-size-156{
    font-size: 8.13vw !important;
    font-size: clamp(56px, 8.13vw, 8.13vw) !important;
  }
.content-builder .v2 .xs-size-160{
    font-size: 8.34vw !important;
    font-size: clamp(57px, 8.34vw, 8.34vw) !important;
  }
.content-builder .v2 .xs-size-164{
    font-size: 8.54vw !important;
    font-size: clamp(58px, 8.54vw, 8.54vw) !important;
  }
.content-builder .v2 .xs-size-168{
    font-size: 8.75vw !important;
    font-size: clamp(59px, 8.75vw, 8.75vw) !important;
  }
.content-builder .v2 .xs-size-172{
    font-size: 8.96vw !important;
    font-size: clamp(60px, 8.96vw, 8.96vw) !important;
  }
.content-builder .v2 .xs-size-176{
    font-size: 9.17vw !important;
    font-size: clamp(61px, 9.17vw, 9.17vw) !important;
  }
.content-builder .v2 .xs-size-180{
    font-size: 9.38vw !important;
    font-size: clamp(62px, 9.38vw, 9.38vw) !important;
  }
.content-builder .v2 .xs-size-184{
    font-size: 9.59vw !important;
    font-size: clamp(63px, 9.59vw, 9.59vw) !important;
  }
.content-builder .v2 .xs-size-188{
    font-size: 9.79vw !important;
    font-size: clamp(64px, 9.79vw, 9.79vw) !important;
  }
.content-builder .v2 .xs-size-192{
    font-size: 10vw !important;
    font-size: clamp(65px, 10vw, 10vw) !important;
  }
.content-builder .v2 .xs-size-196{
    font-size: 10.21vw !important;
    font-size: clamp(66px, 10.21vw, 10.21vw) !important;
  }
.content-builder .v2 .xs-size-200{
    font-size: 10.42vw !important;
    font-size: clamp(67px, 10.42vw, 10.42vw) !important;
  }
.content-builder .v2 .xs-size-204{
    font-size: 10.63vw !important;
    font-size: clamp(68px, 10.63vw, 10.63vw) !important;
  }
.content-builder .v2 .xs-size-208{
    font-size: 10.84vw !important;
    font-size: clamp(69px, 10.84vw, 10.84vw) !important;
  }
.content-builder .v2 .xs-size-212{
    font-size: 11.05vw !important;
    font-size: clamp(70px, 11.05vw, 11.05vw) !important;
  }
.content-builder .v2 .xs-size-216{
    font-size: 11.25vw !important;
    font-size: clamp(71px, 11.25vw, 11.25vw) !important;
  }
.content-builder .v2 .xs-size-220{
    font-size: 11.46vw !important;
    font-size: clamp(72px, 11.46vw, 11.46vw) !important;
  }
.content-builder .v2 .xs-size-224{
    font-size: 11.67vw !important;
    font-size: clamp(73px, 11.67vw, 11.67vw) !important;
  }
.content-builder .v2 .xs-size-228{
    font-size: 11.88vw !important;
    font-size: clamp(75px, 11.88vw, 11.88vw) !important;
  }
.content-builder .v2 .xs-size-232{
    font-size: 12.09vw !important;
    font-size: clamp(75px, 12.09vw, 12.09vw) !important;
  }
.content-builder .v2 .xs-size-236{
    font-size: 12.3vw !important;
    font-size: clamp(76px, 12.3vw, 12.3vw) !important;
  }
.content-builder .v2 .xs-size-240{
    font-size: 12.5vw !important;
    font-size: clamp(77px, 12.5vw, 12.5vw) !important;
  }
.content-builder .v2 .xs-size-244{
    font-size: 12.71vw !important;
    font-size: clamp(78px, 12.71vw, 12.71vw) !important;
  }
.content-builder .v2 .xs-size-248{
    font-size: 12.92vw !important;
    font-size: clamp(79px, 12.92vw, 12.92vw) !important;
  }
.content-builder .v2 .xs-size-252{
    font-size: 13.13vw !important;
    font-size: clamp(80px, 13.13vw, 13.13vw) !important;
  }
.content-builder .v2 .xs-size-256{
    font-size: 13.34vw !important;
    font-size: clamp(81px, 13.34vw, 13.34vw) !important;
  }
.content-builder .v2 .xs-size-260{
    font-size: 13.55vw !important;
    font-size: clamp(82px, 13.55vw, 13.55vw) !important;
  }
.content-builder .v2 .xs-size-264{
    font-size: 13.75vw !important;
    font-size: clamp(83px, 13.75vw, 13.75vw) !important;
  }
.content-builder .v2 .xs-size-268{
    font-size: 13.96vw !important;
    font-size: clamp(84px, 13.96vw, 13.96vw) !important;
  }
.content-builder .v2 .xs-size-272{
    font-size: 14.17vw !important;
    font-size: clamp(85px, 14.17vw, 14.17vw) !important;
  }
.content-builder .v2 .xs-size-276{
    font-size: 14.38vw !important;
    font-size: clamp(86px, 14.38vw, 14.38vw) !important;
  }
.content-builder .v2 .xs-size-280{
    font-size: 14.59vw !important;
    font-size: clamp(87px, 14.59vw, 14.59vw) !important;
  }
.content-builder .v2 .xs-size-284{
    font-size: 14.8vw !important;
    font-size: clamp(88px, 14.8vw, 14.8vw) !important;
  }
.content-builder .v2 .xs-size-288{
    font-size: 15vw !important;
    font-size: clamp(89px, 15vw, 15vw) !important;
  }
.content-builder .v2 .xs-size-292{
    font-size: 15.21vw !important;
    font-size: clamp(90px, 15.21vw, 15.21vw) !important;
  }
.content-builder .v2 .xs-size-296{
    font-size: 15.42vw !important;
    font-size: clamp(91px, 15.42vw, 15.42vw) !important;
  }
.content-builder .v2 .xs-size-300{
    font-size: 15.63vw !important;
    font-size: clamp(92px, 15.63vw, 15.63vw) !important;
  }
.content-builder .v2 .xs-size-304{
    font-size: 15.84vw !important;
    font-size: clamp(93px, 15.84vw, 15.84vw) !important;
  }
.content-builder .v2 .xs-size-308{
    font-size: 16.06vw !important;
    font-size: clamp(94px, 16.06vw, 16.06vw) !important;
  }
.content-builder .v2 .xs-size-312{
    font-size: 16.26vw !important;
    font-size: clamp(95px, 16.26vw, 16.26vw) !important;
  }
.content-builder .v2 .xs-size-316{
    font-size: 16.46vw !important;
    font-size: clamp(96px, 16.46vw, 16.46vw) !important;
  }
.content-builder .v2 .xs-size-320{
    font-size: 16.67vw !important;
    font-size: clamp(97px, 16.67vw, 16.67vw) !important;
  }
.content-builder .v2 .xs-size-324{
    font-size: 16.88vw !important;
    font-size: clamp(98px, 16.88vw, 16.88vw) !important;
  }
.content-builder .v2 .xs-size-328{
    font-size: 17.09vw !important;
    font-size: clamp(99px, 17.09vw, 17.09vw) !important;
  }
.content-builder .v2 .xs-size-332{
    font-size: 17.3vw !important;
    font-size: clamp(100px, 17.3vw, 17.3vw) !important;
  }
.content-builder .v2 .xs-size-336{
    font-size: 17.5vw !important;
    font-size: clamp(101px, 17.5vw, 17.5vw) !important;
  }
.content-builder .v2 .xs-size-340{
    font-size: 17.71vw !important;
    font-size: clamp(102px, 17.71vw, 17.71vw) !important;
  }
.content-builder .v2 .xs-size-344{
    font-size: 17.92vw !important;
    font-size: clamp(103px, 17.92vw, 17.92vw) !important;
  }
.content-builder .v2 .xs-size-348{
    font-size: 18.13vw !important;
    font-size: clamp(104px, 18.13vw, 18.13vw) !important;
  }
.content-builder .v2 .xs-size-352{
    font-size: 18.34vw !important;
    font-size: clamp(105px, 18.34vw, 18.34vw) !important;
  }
.content-builder .v2 .xs-size-356{
    font-size: 18.55vw !important;
    font-size: clamp(106px, 18.55vw, 18.55vw) !important;
  }
.content-builder .v2 .xs-size-360{
    font-size: 18.76vw !important;
    font-size: clamp(107px, 18.76vw, 18.76vw) !important;
  }
.content-builder .v2 .xs-size-364{
    font-size: 18.96vw !important;
    font-size: clamp(108px, 18.96vw, 18.96vw) !important;
  }
.content-builder .v2 .xs-size-368{
    font-size: 19.17vw !important;
    font-size: clamp(109px, 19.17vw, 19.17vw) !important;
  }
.content-builder .v2 .xs-size-372{
    font-size: 19.38vw !important;
    font-size: clamp(110px, 19.38vw, 19.38vw) !important;
  }
.content-builder .v2 .xs-size-376{
    font-size: 19.59vw !important;
    font-size: clamp(111px, 19.59vw, 19.59vw) !important;
  }
.content-builder .v2 .xs-size-380{
    font-size: 19.8vw !important;
    font-size: clamp(112px, 19.8vw, 19.8vw) !important;
  }
.content-builder .v2 .xs-size-384{
    font-size: 20vw !important;
    font-size: clamp(113px, 20vw, 20vw) !important;
  }
.content-builder .v2 .xs-size-388{
    font-size: 20.21vw !important;
    font-size: clamp(114px, 20.21vw, 20.21vw) !important;
  }
.content-builder .v2 .xs-size-392{
    font-size: 20.42vw !important;
    font-size: clamp(115px, 20.42vw, 20.42vw) !important;
  }
.content-builder .v2 .xs-size-396{
    font-size: 20.63vw !important;
    font-size: clamp(116px, 20.63vw, 20.63vw) !important;
  }
.content-builder .v2 .xs-size-400{
    font-size: 20.84vw !important;
    font-size: clamp(117px, 20.84vw, 20.84vw) !important;
  }
}

/* targetted font sizes */
@media (min-width: 971px) and (max-width: 1280px) {
.content-builder .md-size-12{
    font-size: 12px !important;
  }
.content-builder .md-size-13{
    font-size: 13px !important;
  }
.content-builder .md-size-14{
    font-size: 14px !important;
  }
.content-builder .md-size-15{
    font-size: 15px !important;
  }
.content-builder .md-size-16{
    font-size: 16px !important;
  }
.content-builder .md-size-17{
    font-size: 17px !important;
  }
.content-builder .md-size-18{
    font-size: 18px !important;
  }
.content-builder .md-size-19{
    font-size: 19px !important;
  }
.content-builder .md-size-20{
    font-size: 20px !important;
  }
.content-builder .md-size-21{
    font-size: 21px !important;
  }
.content-builder .md-size-24{
    font-size: 24px !important;
  }
.content-builder .md-size-28{
    font-size: 28px !important;
  }
.content-builder .md-size-32{
    font-size: 32px !important;
  }
.content-builder .md-size-35{
    font-size: 35px !important;
  }
.content-builder .md-size-38{
    font-size: 38px !important;
  }
.content-builder .md-size-42{
    font-size: 42px !important;
  }
.content-builder .md-size-46{
    font-size: 46px !important;
  }
.content-builder .md-size-48{
    font-size: 48px !important;
  }
.content-builder .md-size-50{
    font-size: 50px !important;
  }
.content-builder .md-size-54{
    font-size: 54px !important;
  }
.content-builder .md-size-60{
    font-size: 60px !important;
  }
.content-builder .md-size-64{
    font-size: 64px !important;
  }
.content-builder .md-size-68{
    font-size: 68px !important;
  }
.content-builder .md-size-72{
    font-size: 72px !important;
  }
.content-builder .md-size-76{
    font-size: 76px !important;
  }
.content-builder .md-size-80{
    font-size: 80px !important;
  }
.content-builder .md-size-84{
    font-size: 84px !important;
  }
.content-builder .md-size-88{
    font-size: 88px !important;
  }
.content-builder .md-size-92{
    font-size: 92px !important;
  }
.content-builder .md-size-96{
    font-size: 96px !important;
  }
.content-builder .md-size-100{
    font-size: 100px !important;
  }
.content-builder .md-size-104{
    font-size: 104px !important;
  }
.content-builder .md-size-108{
    font-size: 108px !important;
  }
.content-builder .md-size-112{
    font-size: 112px !important;
  }
.content-builder .md-size-116{
    font-size: 116px !important;
  }
.content-builder .md-size-120{
    font-size: 120px !important;
  }
.content-builder .md-size-124{
    font-size: 124px !important;
  }
.content-builder .md-size-128{
    font-size: 128px !important;
  }
.content-builder .md-size-132{
    font-size: 132px !important;
  }
.content-builder .md-size-136{
    font-size: 136px !important;
  }
.content-builder .md-size-140{
    font-size: 140px !important;
  }
.content-builder .md-size-144{
    font-size: 144px !important;
  }
.content-builder .md-size-148{
    font-size: 148px !important;
  }
.content-builder .md-size-152{
    font-size: 152px !important;
  }
.content-builder .md-size-156{
    font-size: 156px !important;
  }
.content-builder .md-size-160{
    font-size: 160px !important;
  }
.content-builder .md-size-164{
    font-size: 164px !important;
  }
.content-builder .md-size-168{
    font-size: 168px !important;
  }
.content-builder .md-size-172{
    font-size: 172px !important;
  }
.content-builder .md-size-176{
    font-size: 176px !important;
  }
.content-builder .md-size-180{
    font-size: 180px !important;
  }
.content-builder .md-size-184{
    font-size: 184px !important;
  }
.content-builder .md-size-188{
    font-size: 188px !important;
  }
.content-builder .md-size-192{
    font-size: 192px !important;
  }
.content-builder .md-size-196{
    font-size: 196px !important;
  }
.content-builder .md-size-200{
    font-size: 200px !important;
  }
.content-builder .md-size-204{
    font-size: 204px !important;
  }
.content-builder .md-size-208{
    font-size: 208px !important;
  }
.content-builder .md-size-212{
    font-size: 212px !important;
  }
.content-builder .md-size-216{
    font-size: 216px !important;
  }
.content-builder .md-size-220{
    font-size: 220px !important;
  }
.content-builder .md-size-224{
    font-size: 224px !important;
  }
.content-builder .md-size-228{
    font-size: 228px !important;
  }
.content-builder .md-size-232{
    font-size: 232px !important;
  }
.content-builder .md-size-236{
    font-size: 236px !important;
  }
.content-builder .md-size-240{
    font-size: 240px !important;
  }
.content-builder .md-size-244{
    font-size: 244px !important;
  }
.content-builder .md-size-248{
    font-size: 248px !important;
  }
.content-builder .md-size-252{
    font-size: 252px !important;
  }
.content-builder .md-size-256{
    font-size: 256px !important;
  }
.content-builder .md-size-260{
    font-size: 260px !important;
  }
.content-builder .md-size-264{
    font-size: 264px !important;
  }
.content-builder .md-size-268{
    font-size: 268px !important;
  }
.content-builder .md-size-272{
    font-size: 272px !important;
  }
.content-builder .md-size-276{
    font-size: 276px !important;
  }
.content-builder .md-size-280{
    font-size: 280px !important;
  }
.content-builder .md-size-284{
    font-size: 284px !important;
  }
.content-builder .md-size-288{
    font-size: 288px !important;
  }
.content-builder .md-size-292{
    font-size: 292px !important;
  }
.content-builder .md-size-296{
    font-size: 296px !important;
  }
.content-builder .md-size-300{
    font-size: 300px !important;
  }
.content-builder .md-size-304{
    font-size: 304px !important;
  }
.content-builder .md-size-308{
    font-size: 308px !important;
  }
.content-builder .md-size-312{
    font-size: 312px !important;
  }
.content-builder .md-size-316{
    font-size: 316px !important;
  }
.content-builder .md-size-320{
    font-size: 320px !important;
  }
.content-builder .md-size-324{
    font-size: 324px !important;
  }
.content-builder .md-size-328{
    font-size: 328px !important;
  }
.content-builder .md-size-332{
    font-size: 332px !important;
  }
.content-builder .md-size-336{
    font-size: 336px !important;
  }
.content-builder .md-size-340{
    font-size: 340px !important;
  }
.content-builder .md-size-344{
    font-size: 344px !important;
  }
.content-builder .md-size-348{
    font-size: 348px !important;
  }
.content-builder .md-size-352{
    font-size: 352px !important;
  }
.content-builder .md-size-356{
    font-size: 356px !important;
  }
.content-builder .md-size-360{
    font-size: 360px !important;
  }
.content-builder .md-size-364{
    font-size: 364px !important;
  }
.content-builder .md-size-368{
    font-size: 368px !important;
  }
.content-builder .md-size-372{
    font-size: 372px !important;
  }
.content-builder .md-size-376{
    font-size: 376px !important;
  }
.content-builder .md-size-380{
    font-size: 380px !important;
  }
.content-builder .md-size-384{
    font-size: 384px !important;
  }
.content-builder .md-size-388{
    font-size: 388px !important;
  }
.content-builder .md-size-392{
    font-size: 392px !important;
  }
.content-builder .md-size-396{
    font-size: 396px !important;
  }
.content-builder .md-size-400{
    font-size: 400px !important;
  }
}
@media (min-width: 761px) and (max-width: 970px) {
.content-builder .sm-size-12{
    font-size: 12px !important;
  }
.content-builder .sm-size-13{
    font-size: 13px !important;
  }
.content-builder .sm-size-14{
    font-size: 14px !important;
  }
.content-builder .sm-size-15{
    font-size: 15px !important;
  }
.content-builder .sm-size-16{
    font-size: 16px !important;
  }
.content-builder .sm-size-17{
    font-size: 17px !important;
  }
.content-builder .sm-size-18{
    font-size: 18px !important;
  }
.content-builder .sm-size-19{
    font-size: 19px !important;
  }
.content-builder .sm-size-20{
    font-size: 20px !important;
  }
.content-builder .sm-size-21{
    font-size: 21px !important;
  }
.content-builder .sm-size-24{
    font-size: 24px !important;
  }
.content-builder .sm-size-28{
    font-size: 28px !important;
  }
.content-builder .sm-size-32{
    font-size: 32px !important;
  }
.content-builder .sm-size-35{
    font-size: 35px !important;
  }
.content-builder .sm-size-38{
    font-size: 38px !important;
  }
.content-builder .sm-size-42{
    font-size: 42px !important;
  }
.content-builder .sm-size-46{
    font-size: 46px !important;
  }
.content-builder .sm-size-48{
    font-size: 48px !important;
  }
.content-builder .sm-size-50{
    font-size: 50px !important;
  }
.content-builder .sm-size-54{
    font-size: 54px !important;
  }
.content-builder .sm-size-60{
    font-size: 60px !important;
  }
.content-builder .sm-size-64{
    font-size: 64px !important;
  }
.content-builder .sm-size-68{
    font-size: 68px !important;
  }
.content-builder .sm-size-72{
    font-size: 72px !important;
  }
.content-builder .sm-size-76{
    font-size: 76px !important;
  }
.content-builder .sm-size-80{
    font-size: 80px !important;
  }
.content-builder .sm-size-84{
    font-size: 84px !important;
  }
.content-builder .sm-size-88{
    font-size: 88px !important;
  }
.content-builder .sm-size-92{
    font-size: 92px !important;
  }
.content-builder .sm-size-96{
    font-size: 96px !important;
  }
.content-builder .sm-size-100{
    font-size: 100px !important;
  }
.content-builder .sm-size-104{
    font-size: 104px !important;
  }
.content-builder .sm-size-108{
    font-size: 108px !important;
  }
.content-builder .sm-size-112{
    font-size: 112px !important;
  }
.content-builder .sm-size-116{
    font-size: 116px !important;
  }
.content-builder .sm-size-120{
    font-size: 120px !important;
  }
.content-builder .sm-size-124{
    font-size: 124px !important;
  }
.content-builder .sm-size-128{
    font-size: 128px !important;
  }
.content-builder .sm-size-132{
    font-size: 132px !important;
  }
.content-builder .sm-size-136{
    font-size: 136px !important;
  }
.content-builder .sm-size-140{
    font-size: 140px !important;
  }
.content-builder .sm-size-144{
    font-size: 144px !important;
  }
.content-builder .sm-size-148{
    font-size: 148px !important;
  }
.content-builder .sm-size-152{
    font-size: 152px !important;
  }
.content-builder .sm-size-156{
    font-size: 156px !important;
  }
.content-builder .sm-size-160{
    font-size: 160px !important;
  }
.content-builder .sm-size-164{
    font-size: 164px !important;
  }
.content-builder .sm-size-168{
    font-size: 168px !important;
  }
.content-builder .sm-size-172{
    font-size: 172px !important;
  }
.content-builder .sm-size-176{
    font-size: 176px !important;
  }
.content-builder .sm-size-180{
    font-size: 180px !important;
  }
.content-builder .sm-size-184{
    font-size: 184px !important;
  }
.content-builder .sm-size-188{
    font-size: 188px !important;
  }
.content-builder .sm-size-192{
    font-size: 192px !important;
  }
.content-builder .sm-size-196{
    font-size: 196px !important;
  }
.content-builder .sm-size-200{
    font-size: 200px !important;
  }
.content-builder .sm-size-204{
    font-size: 204px !important;
  }
.content-builder .sm-size-208{
    font-size: 208px !important;
  }
.content-builder .sm-size-212{
    font-size: 212px !important;
  }
.content-builder .sm-size-216{
    font-size: 216px !important;
  }
.content-builder .sm-size-220{
    font-size: 220px !important;
  }
.content-builder .sm-size-224{
    font-size: 224px !important;
  }
.content-builder .sm-size-228{
    font-size: 228px !important;
  }
.content-builder .sm-size-232{
    font-size: 232px !important;
  }
.content-builder .sm-size-236{
    font-size: 236px !important;
  }
.content-builder .sm-size-240{
    font-size: 240px !important;
  }
.content-builder .sm-size-244{
    font-size: 244px !important;
  }
.content-builder .sm-size-248{
    font-size: 248px !important;
  }
.content-builder .sm-size-252{
    font-size: 252px !important;
  }
.content-builder .sm-size-256{
    font-size: 256px !important;
  }
.content-builder .sm-size-260{
    font-size: 260px !important;
  }
.content-builder .sm-size-264{
    font-size: 264px !important;
  }
.content-builder .sm-size-268{
    font-size: 268px !important;
  }
.content-builder .sm-size-272{
    font-size: 272px !important;
  }
.content-builder .sm-size-276{
    font-size: 276px !important;
  }
.content-builder .sm-size-280{
    font-size: 280px !important;
  }
.content-builder .sm-size-284{
    font-size: 284px !important;
  }
.content-builder .sm-size-288{
    font-size: 288px !important;
  }
.content-builder .sm-size-292{
    font-size: 292px !important;
  }
.content-builder .sm-size-296{
    font-size: 296px !important;
  }
.content-builder .sm-size-300{
    font-size: 300px !important;
  }
.content-builder .sm-size-304{
    font-size: 304px !important;
  }
.content-builder .sm-size-308{
    font-size: 308px !important;
  }
.content-builder .sm-size-312{
    font-size: 312px !important;
  }
.content-builder .sm-size-316{
    font-size: 316px !important;
  }
.content-builder .sm-size-320{
    font-size: 320px !important;
  }
.content-builder .sm-size-324{
    font-size: 324px !important;
  }
.content-builder .sm-size-328{
    font-size: 328px !important;
  }
.content-builder .sm-size-332{
    font-size: 332px !important;
  }
.content-builder .sm-size-336{
    font-size: 336px !important;
  }
.content-builder .sm-size-340{
    font-size: 340px !important;
  }
.content-builder .sm-size-344{
    font-size: 344px !important;
  }
.content-builder .sm-size-348{
    font-size: 348px !important;
  }
.content-builder .sm-size-352{
    font-size: 352px !important;
  }
.content-builder .sm-size-356{
    font-size: 356px !important;
  }
.content-builder .sm-size-360{
    font-size: 360px !important;
  }
.content-builder .sm-size-364{
    font-size: 364px !important;
  }
.content-builder .sm-size-368{
    font-size: 368px !important;
  }
.content-builder .sm-size-372{
    font-size: 372px !important;
  }
.content-builder .sm-size-376{
    font-size: 376px !important;
  }
.content-builder .sm-size-380{
    font-size: 380px !important;
  }
.content-builder .sm-size-384{
    font-size: 384px !important;
  }
.content-builder .sm-size-388{
    font-size: 388px !important;
  }
.content-builder .sm-size-392{
    font-size: 392px !important;
  }
.content-builder .sm-size-396{
    font-size: 396px !important;
  }
.content-builder .sm-size-400{
    font-size: 400px !important;
  }
}
@media (max-width: 760px) {
.content-builder .xs-size-12{
    font-size: 12px !important;
  }
.content-builder .xs-size-13{
    font-size: 13px !important;
  }
.content-builder .xs-size-14{
    font-size: 14px !important;
  }
.content-builder .xs-size-15{
    font-size: 15px !important;
  }
.content-builder .xs-size-16{
    font-size: 16px !important;
  }
.content-builder .xs-size-17{
    font-size: 17px !important;
  }
.content-builder .xs-size-18{
    font-size: 18px !important;
  }
.content-builder .xs-size-19{
    font-size: 19px !important;
  }
.content-builder .xs-size-20{
    font-size: 20px !important;
  }
.content-builder .xs-size-21{
    font-size: 21px !important;
  }
.content-builder .xs-size-24{
    font-size: 24px !important;
  }
.content-builder .xs-size-28{
    font-size: 28px !important;
  }
.content-builder .xs-size-32{
    font-size: 32px !important;
  }
.content-builder .xs-size-35{
    font-size: 35px !important;
  }
.content-builder .xs-size-38{
    font-size: 38px !important;
  }
.content-builder .xs-size-42{
    font-size: 42px !important;
  }
.content-builder .xs-size-46{
    font-size: 46px !important;
  }
.content-builder .xs-size-48{
    font-size: 48px !important;
  }
.content-builder .xs-size-50{
    font-size: 50px !important;
  }
.content-builder .xs-size-54{
    font-size: 54px !important;
  }
.content-builder .xs-size-60{
    font-size: 60px !important;
  }
.content-builder .xs-size-64{
    font-size: 64px !important;
  }
.content-builder .xs-size-68{
    font-size: 68px !important;
  }
.content-builder .xs-size-72{
    font-size: 72px !important;
  }
.content-builder .xs-size-76{
    font-size: 76px !important;
  }
.content-builder .xs-size-80{
    font-size: 80px !important;
  }
.content-builder .xs-size-84{
    font-size: 84px !important;
  }
.content-builder .xs-size-88{
    font-size: 88px !important;
  }
.content-builder .xs-size-92{
    font-size: 92px !important;
  }
.content-builder .xs-size-96{
    font-size: 96px !important;
  }
.content-builder .xs-size-100{
    font-size: 100px !important;
  }
.content-builder .xs-size-104{
    font-size: 104px !important;
  }
.content-builder .xs-size-108{
    font-size: 108px !important;
  }
.content-builder .xs-size-112{
    font-size: 112px !important;
  }
.content-builder .xs-size-116{
    font-size: 116px !important;
  }
.content-builder .xs-size-120{
    font-size: 120px !important;
  }
.content-builder .xs-size-124{
    font-size: 124px !important;
  }
.content-builder .xs-size-128{
    font-size: 128px !important;
  }
.content-builder .xs-size-132{
    font-size: 132px !important;
  }
.content-builder .xs-size-136{
    font-size: 136px !important;
  }
.content-builder .xs-size-140{
    font-size: 140px !important;
  }
.content-builder .xs-size-144{
    font-size: 144px !important;
  }
.content-builder .xs-size-148{
    font-size: 148px !important;
  }
.content-builder .xs-size-152{
    font-size: 152px !important;
  }
.content-builder .xs-size-156{
    font-size: 156px !important;
  }
.content-builder .xs-size-160{
    font-size: 160px !important;
  }
.content-builder .xs-size-164{
    font-size: 164px !important;
  }
.content-builder .xs-size-168{
    font-size: 168px !important;
  }
.content-builder .xs-size-172{
    font-size: 172px !important;
  }
.content-builder .xs-size-176{
    font-size: 176px !important;
  }
.content-builder .xs-size-180{
    font-size: 180px !important;
  }
.content-builder .xs-size-184{
    font-size: 184px !important;
  }
.content-builder .xs-size-188{
    font-size: 188px !important;
  }
.content-builder .xs-size-192{
    font-size: 192px !important;
  }
.content-builder .xs-size-196{
    font-size: 196px !important;
  }
.content-builder .xs-size-200{
    font-size: 200px !important;
  }
.content-builder .xs-size-204{
    font-size: 204px !important;
  }
.content-builder .xs-size-208{
    font-size: 208px !important;
  }
.content-builder .xs-size-212{
    font-size: 212px !important;
  }
.content-builder .xs-size-216{
    font-size: 216px !important;
  }
.content-builder .xs-size-220{
    font-size: 220px !important;
  }
.content-builder .xs-size-224{
    font-size: 224px !important;
  }
.content-builder .xs-size-228{
    font-size: 228px !important;
  }
.content-builder .xs-size-232{
    font-size: 232px !important;
  }
.content-builder .xs-size-236{
    font-size: 236px !important;
  }
.content-builder .xs-size-240{
    font-size: 240px !important;
  }
.content-builder .xs-size-244{
    font-size: 244px !important;
  }
.content-builder .xs-size-248{
    font-size: 248px !important;
  }
.content-builder .xs-size-252{
    font-size: 252px !important;
  }
.content-builder .xs-size-256{
    font-size: 256px !important;
  }
.content-builder .xs-size-260{
    font-size: 260px !important;
  }
.content-builder .xs-size-264{
    font-size: 264px !important;
  }
.content-builder .xs-size-268{
    font-size: 268px !important;
  }
.content-builder .xs-size-272{
    font-size: 272px !important;
  }
.content-builder .xs-size-276{
    font-size: 276px !important;
  }
.content-builder .xs-size-280{
    font-size: 280px !important;
  }
.content-builder .xs-size-284{
    font-size: 284px !important;
  }
.content-builder .xs-size-288{
    font-size: 288px !important;
  }
.content-builder .xs-size-292{
    font-size: 292px !important;
  }
.content-builder .xs-size-296{
    font-size: 296px !important;
  }
.content-builder .xs-size-300{
    font-size: 300px !important;
  }
.content-builder .xs-size-304{
    font-size: 304px !important;
  }
.content-builder .xs-size-308{
    font-size: 308px !important;
  }
.content-builder .xs-size-312{
    font-size: 312px !important;
  }
.content-builder .xs-size-316{
    font-size: 316px !important;
  }
.content-builder .xs-size-320{
    font-size: 320px !important;
  }
.content-builder .xs-size-324{
    font-size: 324px !important;
  }
.content-builder .xs-size-328{
    font-size: 328px !important;
  }
.content-builder .xs-size-332{
    font-size: 332px !important;
  }
.content-builder .xs-size-336{
    font-size: 336px !important;
  }
.content-builder .xs-size-340{
    font-size: 340px !important;
  }
.content-builder .xs-size-344{
    font-size: 344px !important;
  }
.content-builder .xs-size-348{
    font-size: 348px !important;
  }
.content-builder .xs-size-352{
    font-size: 352px !important;
  }
.content-builder .xs-size-356{
    font-size: 356px !important;
  }
.content-builder .xs-size-360{
    font-size: 360px !important;
  }
.content-builder .xs-size-364{
    font-size: 364px !important;
  }
.content-builder .xs-size-368{
    font-size: 368px !important;
  }
.content-builder .xs-size-372{
    font-size: 372px !important;
  }
.content-builder .xs-size-376{
    font-size: 376px !important;
  }
.content-builder .xs-size-380{
    font-size: 380px !important;
  }
.content-builder .xs-size-384{
    font-size: 384px !important;
  }
.content-builder .xs-size-388{
    font-size: 388px !important;
  }
.content-builder .xs-size-392{
    font-size: 392px !important;
  }
.content-builder .xs-size-396{
    font-size: 396px !important;
  }
.content-builder .xs-size-400{
    font-size: 400px !important;
  }
}

@media all and (max-width: 970px) {
.content-builder .margin-left-1024-reset{
    margin-left: 0px !important;
  }
.content-builder .margin-right-1024-reset{
    margin-right: 0px !important;
  }
}

.content-builder .is-light-text *:not(svg):not(path){
  color: rgba(255, 255, 255, 0.93);
}
.content-builder .is-dark-text *:not(svg):not(path){
  color: #000;
}

/* Snippets: text */

.content-builder .is-title1-96{
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-builder .is-title1-80{
  margin-top: 15px;
  margin-bottom: 15px;
}
.content-builder .is-title1-64{
  margin-top: 15px;
  margin-bottom: 15px;
}
.content-builder .is-title1-48{
  margin-top: 15px;
  margin-bottom: 15px;
}
.content-builder .is-title1-32{
  margin-top: 15px;
  margin-bottom: 15px;
}

.content-builder .is-title2-96{
  margin-top: 25px;
  margin-bottom: 20px;
}
.content-builder .is-title2-80{
  margin-top: 20px;
  margin-bottom: 15px;
}
.content-builder .is-title2-64{
  margin-top: 20px;
  margin-bottom: 15px;
}
.content-builder .is-title2-48{
  margin-top: 15px;
  margin-bottom: 15px;
}
.content-builder .is-title2-32{
  margin-top: 10px;
  margin-bottom: 15px;
}

.content-builder .is-title3-96{
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.content-builder .is-title3-80{
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.content-builder .is-title3-64{
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.content-builder .is-title3-48{
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.content-builder .is-title3-32{
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.content-builder .is-light-text .is-title3-96{
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.content-builder .is-light-text .is-title3-80{
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.content-builder .is-light-text .is-title3-64{
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.content-builder .is-light-text .is-title3-48{
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.content-builder .is-light-text .is-title3-32{
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.content-builder .is-dark-text .is-title3-96{
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.content-builder .is-dark-text .is-title3-80{
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.content-builder .is-dark-text .is-title3-64{
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.content-builder .is-dark-text .is-title3-48{
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.content-builder .is-dark-text .is-title3-32{
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.content-builder .is-title4-96{
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 30px;
  border: #000 2px solid;
}
.content-builder .is-title4-80{
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 30px;
  border: #000 2px solid;
}
.content-builder .is-title4-64{
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 30px;
  border: #000 2px solid;
}
.content-builder .is-title4-48{
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 30px;
  border: #000 2px solid;
}
.content-builder .is-title4-32{
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 30px;
  border: #000 2px solid;
}

.content-builder .is-light-text .is-title4-96{
  border: #fff 2px solid;
}
.content-builder .is-light-text .is-title4-80{
  border: #fff 2px solid;
}
.content-builder .is-light-text .is-title4-64{
  border: #fff 2px solid;
}
.content-builder .is-light-text .is-title4-48{
  border: #fff 2px solid;
}
.content-builder .is-light-text .is-title4-32{
  border: #fff 2px solid;
}

.content-builder .is-dark-text .is-title4-96{
  border: #000 2px solid;
}
.content-builder .is-dark-text .is-title4-80{
  border: #000 2px solid;
}
.content-builder .is-dark-text .is-title4-64{
  border: #000 2px solid;
}
.content-builder .is-dark-text .is-title4-48{
  border: #000 2px solid;
}
.content-builder .is-dark-text .is-title4-32{
  border: #000 2px solid;
}

.content-builder .is-title5-96{
  margin-top: 10px;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}
.content-builder .is-title5-80{
  margin-top: 10px;
  margin-bottom: 33px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}
.content-builder .is-title5-64{
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}
.content-builder .is-title5-48{
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}
.content-builder .is-title5-32{
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

.content-builder .is-light-text .is-title5-96{
  border-bottom: #fff 2px solid;
}
.content-builder .is-light-text .is-title5-80{
  border-bottom: #fff 2px solid;
}
.content-builder .is-light-text .is-title5-64{
  border-bottom: #fff 2px solid;
}
.content-builder .is-light-text .is-title5-48{
  border-bottom: #fff 2px solid;
}
.content-builder .is-light-text .is-title5-32{
  border-bottom: #fff 2px solid;
}

.content-builder .is-dark-text .is-title5-96{
  border-bottom: #000 2px solid;
}
.content-builder .is-dark-text .is-title5-80{
  border-bottom: #000 2px solid;
}
.content-builder .is-dark-text .is-title5-64{
  border-bottom: #000 2px solid;
}
.content-builder .is-dark-text .is-title5-48{
  border-bottom: #000 2px solid;
}
.content-builder .is-dark-text .is-title5-32{
  border-bottom: #000 2px solid;
}

.content-builder .is-title-lite{
  letter-spacing: 3px;
  word-spacing: 5px;
}
.content-builder .is-title-lite.is-title3-96, .content-builder .is-title-lite.is-title4-96, .content-builder .is-title-lite.is-title5-96{
  letter-spacing: 4px;
  word-spacing: 8px;
}
.content-builder .is-title-lite.is-title3-80, .content-builder .is-title-lite.is-title4-80, .content-builder .is-title-lite.is-title5-80{
  letter-spacing: 4px;
  word-spacing: 8px;
}
.content-builder .is-title-lite.is-title3-64, .content-builder .is-title-lite.is-title4-64, .content-builder .is-title-lite.is-title5-64{
  letter-spacing: 4px;
  word-spacing: 8px;
}
.content-builder .is-title-lite.is-title3-48, .content-builder .is-title-lite.is-title4-48, .content-builder .is-title-lite.is-title5-48{
  letter-spacing: 4px;
  word-spacing: 8px;
}
.content-builder .is-title-lite.is-title3-32, .content-builder .is-title-lite.is-title4-32, .content-builder .is-title-lite.is-title5-32{
  letter-spacing: 3px;
  word-spacing: 5px;
}

.content-builder .is-title-bold{
  font-weight: 800;
}
.content-builder .is-title-bold.is-title3-96, .content-builder .is-title-bold.is-title4-96, .content-builder .is-title-bold.is-title5-96{
  border-width: 4px;
}
.content-builder .is-title-bold.is-title3-80, .content-builder .is-title-bold.is-title4-80, .content-builder .is-title-bold.is-title5-80{
  border-width: 4px;
}
.content-builder .is-title-bold.is-title3-64, .content-builder .is-title-bold.is-title4-64, .content-builder .is-title-bold.is-title5-64{
  border-width: 3px;
}
.content-builder .is-title-bold.is-title3-48, .content-builder .is-title-bold.is-title4-48, .content-builder .is-title-bold.is-title5-48{
  border-width: 3px;
}
.content-builder .is-title-bold.is-title3-32, .content-builder .is-title-bold.is-title4-32, .content-builder .is-title-bold.is-title5-32{
  border-width: 2px;
}

.content-builder .is-info1{
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: italic;
}
.content-builder .is-info1.size-21{
  margin-top: 12px;
}
.content-builder .is-info1.size-24{
  margin-top: 15px;
}

.content-builder .is-info2{
  margin-top: 10px;
  margin-bottom: 0px;
}
.content-builder .is-info2.size-21{
  margin-top: 12px;
}
.content-builder .is-info2.size-24{
  margin-top: 15px;
}

/* Snippets: buttons */

.content-builder .is-rounded-button-big a{
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 110px;
  height: 110px;
  background-color: #aaa;
  overflow: hidden;
  text-decoration: none;
}
.content-builder .is-rounded-button-big a i{
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-builder .is-rounded-button-big a:first-child{
  margin: 0 20px 0 0;
}
.content-builder .is-rounded-button-big a:last-child{
  margin: 0 0 0 20px;
}

.content-builder .is-rounded-button-medium a{
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  background-color: #aaa;
  overflow: hidden;
  text-decoration: none;
}
.content-builder .is-rounded-button-medium a i{
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-builder .is-rounded-button-medium a:first-child{
  margin: 0 20px 0 0;
}
.content-builder .is-rounded-button-medium a:last-child{
  margin: 0 0 0 20px;
}

.content-builder .is-boxed-button-big{
  display: inline-block;
}
.content-builder .is-boxed-button-big a{
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 110px;
  height: 110px;
  background-color: #aaa;
  text-decoration: none;
}
.content-builder .is-boxed-button-big a i{
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-builder .is-boxed-button-big2{
  display: inline-block;
}
.content-builder .is-boxed-button-big2 a{
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 150px;
  height: 70px;
  background-color: #aaa;
  text-decoration: none;
}
.content-builder .is-boxed-button-big2 a i{
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-builder .is-boxed-button-medium{
  display: inline-block;
}
.content-builder .is-boxed-button-medium a{
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 70px;
  height: 70px;
  background-color: #aaa;
  text-decoration: none;
}
.content-builder .is-boxed-button-medium a i{
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-builder .is-boxed-button-medium2{
  display: inline-block;
}
.content-builder .is-boxed-button-medium2 a{
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 100px;
  height: 50px;
  background-color: #aaa;
  text-decoration: none;
}
.content-builder .is-boxed-button-medium2 a i{
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-builder .is-boxed-button-small{
  display: inline-block;
}
.content-builder .is-boxed-button-small a{
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
  background-color: #aaa;
  text-decoration: none;
}
.content-builder .is-boxed-button-small a i{
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-builder .is-btn, .content-builder a.is-btn{
  padding: 10px 50px;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 0;
  letter-spacing: 3px;
  display: inline-block;
  margin: 3px 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
  text-decoration: none;
  color: #000;
}
.content-builder .is-btn:hover, .content-builder .is-btn:visited, .content-builder .is-btn:focus, .content-builder a.is-btn:hover, .content-builder a.is-btn:visited, .content-builder a.is-btn:focus{
  color: initial;
  text-decoration: initial;
  opacity: initial;
} /* prevent overide */

.content-builder .is-btn-ghost1, .content-builder a.is-btn-ghost1{
  color: #000;
  border: 2px solid #111;
}

.content-builder .is-light-text .is-btn-ghost1, .content-builder .is-dark-text .is-light-text .is-btn-ghost1, .content-builder .is-light-text a.is-btn-ghost1, .content-builder .is-dark-text .is-light-text a.is-btn-ghost1{
  color: #fff;
  border: 2px solid #fff;
}

.content-builder .is-dark-text .is-btn-ghost1, .content-builder .is-light-text .is-dark-text .is-btn-ghost1, .content-builder .is-dark-text a.is-btn-ghost1, .content-builder .is-light-text .is-dark-text a.is-btn-ghost1{
  color: #000;
  border: 2px solid #111;
}

.content-builder .is-btn-ghost2, .content-builder a.is-btn-ghost2{
  color: #000;
  border: 2px solid #dcdcdc;
  background-color: #dcdcdc;
}

.content-builder .is-light-text .is-btn-ghost2, .content-builder .is-dark-text .is-light-text .is-btn-ghost2, .content-builder .is-light-text a.is-btn-ghost2, .content-builder .is-dark-text .is-light-text a.is-btn-ghost2{
  color: #000;
  border: 2px solid #f9f9f9;
  background-color: #f9f9f9;
}

.content-builder .is-dark-text .is-btn-ghost2, .content-builder .is-light-text .is-dark-text .is-btn-ghost2, .content-builder .is-dark-text a.is-btn-ghost2, .content-builder .is-light-text .is-dark-text a.is-btn-ghost2{
  color: #000;
  border: 2px solid #d7d7d7;
  background-color: #d7d7d7;
}

.content-builder .is-btn.is-btn-small, .content-builder .is-btn-small{
  padding: 5px 25px;
  font-size: 0.85em;
}
.content-builder .is-btn.is-upper, .content-builder .is-upper{
  text-transform: uppercase;
}
.content-builder .is-btn.is-rounded-30, .content-builder .is-rounded-30{
  border-radius: 30px;
}

.content-builder .btn{
  padding: 7px 25px;
  font-size: 1em;
  line-height: 2em;
  border-radius: 5px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
}
.content-builder .btn.btn-primary{
  color: #ffffff;
  background-color: #08c9b9;
}
.content-builder .btn.btn-primary:hover{
  color: #ffffff;
  background-color: #07b0a2;
  border-color: #07b0a2;
}
.content-builder .btn.btn-default{
  color: #333333;
  background-color: #d3d3d3;
}
.content-builder .btn.btn-default:hover{
  color: #111;
  background-color: #ccc;
  border-color: #ccc;
}

/* ---------- Editing Utilities ---------- */

/* Responsive */
@media all and (max-width: 970px) {
.content-builder .hideonmobile{
    display: none !important;
  }
}

/* Lightbox */

.content-builder .block-click{
  cursor: pointer;
}

.content-builder .block-click > *{
  pointer-events: none;
  user-select: none;
}

/* Column Height */

.content-builder .min-height-300{
  min-height: 300px !important;
}
.content-builder .min-height-350{
  min-height: 350px !important;
}
.content-builder .min-height-400{
  min-height: 400px !important;
}
.content-builder .min-height-450{
  min-height: 450px !important;
}
.content-builder .min-height-500{
  min-height: 500px !important;
}
.content-builder .min-height-550{
  min-height: 550px !important;
}
.content-builder .min-height-600{
  min-height: 600px !important;
}
.content-builder .min-height-650{
  min-height: 650px !important;
}
.content-builder .min-height-700{
  min-height: 700px !important;
}

@media all and (max-width: 1024px) {
.content-builder .min-height-300{
    min-height: 300px !important;
  }
.content-builder .min-height-350{
    min-height: 340px !important;
  }
.content-builder .min-height-400{
    min-height: 380px !important;
  }
.content-builder .min-height-450{
    min-height: 430px !important;
  }
.content-builder .min-height-500{
    min-height: 480px !important;
  }
.content-builder .min-height-550{
    min-height: 530px !important;
  }
.content-builder .min-height-600{
    min-height: 580px !important;
  }
.content-builder .min-height-650{
    min-height: 630px !important;
  }
.content-builder .min-height-700{
    min-height: 680px !important;
  }
}

@media all and (max-width: 640px) {
.content-builder .min-height-300{
    min-height: 240px !important;
  }
.content-builder .min-height-350{
    min-height: 270px !important;
  }
.content-builder .min-height-400{
    min-height: 300px !important;
  }
.content-builder .min-height-450{
    min-height: 350px !important;
  }
.content-builder .min-height-500{
    min-height: 400px !important;
  }
.content-builder .min-height-550{
    min-height: 430px !important;
  }
.content-builder .min-height-600{
    min-height: 460px !important;
  }
.content-builder .min-height-650{
    min-height: 500px !important;
  }
.content-builder .min-height-700{
    min-height: 540px !important;
  }
}

@media all and (max-width: 540px) {
.content-builder .min-height-300{
    min-height: 180px !important;
  }
.content-builder .min-height-350{
    min-height: 210px !important;
  }
.content-builder .min-height-400{
    min-height: 240px !important;
  }
.content-builder .min-height-450{
    min-height: 270px !important;
  }
.content-builder .min-height-500{
    min-height: 300px !important;
  }
.content-builder .min-height-550{
    min-height: 310px !important;
  }
.content-builder .min-height-600{
    min-height: 320px !important;
  }
.content-builder .min-height-650{
    min-height: 360px !important;
  }
.content-builder .min-height-700{
    min-height: 400px !important;
  }
}

@media all and (max-width: 425px) {
.content-builder .min-height-300{
    min-height: 150px !important;
  }
.content-builder .min-height-350{
    min-height: 185px !important;
  }
.content-builder .min-height-400{
    min-height: 220px !important;
  }
.content-builder .min-height-450{
    min-height: 240px !important;
  }
.content-builder .min-height-500{
    min-height: 260px !important;
  }
.content-builder .min-height-550{
    min-height: 270px !important;
  }
.content-builder .min-height-600{
    min-height: 280px !important;
  }
.content-builder .min-height-650{
    min-height: 315px !important;
  }
.content-builder .min-height-700{
    min-height: 350px !important;
  }
}

/* Text Formatting */

.content-builder .font-thin{
  font-weight: 100 !important;
}
.content-builder .font-extralight{
  font-weight: 200 !important;
}
.content-builder .font-light{
  font-weight: 300 !important;
}
.content-builder .font-normal{
  font-weight: 400 !important;
}
.content-builder .font-medium{
  font-weight: 500 !important;
}
.content-builder .font-semibold{
  font-weight: 600 !important;
}
.content-builder .font-bold{
  font-weight: 700 !important;
}
.content-builder .font-extrabold{
  font-weight: 800 !important;
}
.content-builder .font-black{
  font-weight: 900 !important;
}
.content-builder .italic{
  font-style: italic !important;
}
.content-builder .not-italic{
  font-style: normal !important;
}
.content-builder .display .italic{
  font-style: italic !important;
}
.content-builder .display .not-italic{
  font-style: normal !important;
}
.content-builder .underline{
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
}
.content-builder .line-through{
  -webkit-text-decoration-line: line-through !important;
  text-decoration-line: line-through !important;
}
.content-builder .no-underline{
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
}
.content-builder .uppercase{
  text-transform: uppercase !important;
}
.content-builder .lowercase{
  text-transform: lowercase !important;
}
.content-builder .capitalize{
  text-transform: capitalize !important;
}
.content-builder .normal-case{
  text-transform: none !important;
}

.content-builder .text-left{
  text-align: left;
}
.content-builder .text-center{
  text-align: center;
}
.content-builder .text-right{
  text-align: right;
}
.content-builder .text-justify{
  text-align: justify;
}

.content-builder .sub, .content-builder .sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.content-builder .sup{
  top: -0.3em;
  vertical-align: super;
}
.content-builder .sub{
  bottom: -0.25em;
  vertical-align: sub;
}

.content-builder .tracking--100{
  letter-spacing: -0.1em !important;
}
.content-builder .tracking--75{
  letter-spacing: -0.075em !important;
}
.content-builder .tracking--50, .content-builder .tracking-tighter{
  letter-spacing: -0.05em !important;
}
.content-builder .tracking--25, .content-builder .tracking-tight{
  letter-spacing: -0.025em !important;
}
.content-builder .tracking-0, .content-builder .tracking-normal{
  letter-spacing: 0em !important;
}
.content-builder .tracking-25, .content-builder .tracking-wide{
  letter-spacing: 0.025em !important;
}
.content-builder .tracking-50, .content-builder .tracking-wider{
  letter-spacing: 0.05em !important;
}
.content-builder .tracking-75{
  letter-spacing: 0.075em !important;
}
.content-builder .tracking-100, .content-builder .tracking-widest{
  letter-spacing: 0.1em !important;
}
.content-builder .tracking-125{
  letter-spacing: 0.125em !important;
}
.content-builder .tracking-150{
  letter-spacing: 0.15em !important;
}
.content-builder .tracking-175{
  letter-spacing: 0.175em !important;
}
.content-builder .tracking-200{
  letter-spacing: 0.2em !important;
}
.content-builder .tracking-225{
  letter-spacing: 0.225em !important;
}
.content-builder .tracking-250{
  letter-spacing: 0.25em !important;
}
.content-builder .tracking-275{
  letter-spacing: 0.275em !important;
}
.content-builder .tracking-300{
  letter-spacing: 0.3em !important;
}
.content-builder .tracking-325{
  letter-spacing: 0.325em !important;
}
.content-builder .tracking-350{
  letter-spacing: 0.35em !important;
}
.content-builder .tracking-375{
  letter-spacing: 0.375em !important;
}
.content-builder .tracking-400{
  letter-spacing: 0.4em !important;
}
.content-builder .tracking-425{
  letter-spacing: 0.425em !important;
}
.content-builder .tracking-450{
  letter-spacing: 0.45em !important;
}
.content-builder .tracking-475{
  letter-spacing: 0.475em !important;
}
.content-builder .tracking-500{
  letter-spacing: 0.5em !important;
}

.content-builder .leading-05{
  line-height: 0.5 !important;
}
.content-builder .leading-06{
  line-height: 0.6 !important;
}
.content-builder .leading-07{
  line-height: 0.7 !important;
}
.content-builder .leading-08{
  line-height: 0.8 !important;
}
.content-builder .leading-09{
  line-height: 0.9 !important;
}
.content-builder .leading-10, .content-builder .leading-none{
  line-height: 1 !important;
}
.content-builder .leading-11{
  line-height: 1.1 !important;
}
.content-builder .leading-12{
  line-height: 1.2 !important;
}
.content-builder .leading-tight{
  line-height: 1.25 !important;
}
.content-builder .leading-13{
  line-height: 1.3 !important;
}
.content-builder .leading-snug{
  line-height: 1.375 !important;
}
.content-builder .leading-14{
  line-height: 1.4 !important;
}
.content-builder .leading-15, .content-builder .leading-normal{
  line-height: 1.5 !important;
}
.content-builder .leading-16{
  line-height: 1.6 !important;
}
.content-builder .leading-relaxed{
  line-height: 1.625 !important;
}
.content-builder .leading-17{
  line-height: 1.7 !important;
}
.content-builder .leading-18{
  line-height: 1.8 !important;
}
.content-builder .leading-19{
  line-height: 1.9 !important;
}
.content-builder .leading-20, .content-builder .leading-loose{
  line-height: 2 !important;
}
.content-builder .leading-21{
  line-height: 2.1 !important;
}
.content-builder .leading-22{
  line-height: 2.2 !important;
}
.content-builder .leading-23{
  line-height: 2.3 !important;
}
.content-builder .leading-24{
  line-height: 2.4 !important;
}
.content-builder .leading-25{
  line-height: 2.5 !important;
}
.content-builder .leading-26{
  line-height: 2.6 !important;
}
.content-builder .leading-27{
  line-height: 2.7 !important;
}
.content-builder .leading-28{
  line-height: 2.8 !important;
}
.content-builder .leading-29{
  line-height: 2.9 !important;
}
.content-builder .leading-30{
  line-height: 3 !important;
}

/* Opacity */

.content-builder .opacity-0{
  opacity: 0 !important;
}
.content-builder .opacity-2{
  opacity: 0.02 !important;
}
.content-builder .opacity-4{
  opacity: 0.04 !important;
}
.content-builder .opacity-5{
  opacity: 0.05 !important;
}
.content-builder .opacity-6{
  opacity: 0.06 !important;
}
.content-builder .opacity-8{
  opacity: 0.08 !important;
}
.content-builder .opacity-10{
  opacity: 0.1 !important;
}
.content-builder .opacity-12{
  opacity: 0.12 !important;
}
.content-builder .opacity-15{
  opacity: 0.15 !important;
}
.content-builder .opacity-20{
  opacity: 0.2 !important;
}
.content-builder .opacity-25{
  opacity: 0.25 !important;
}
.content-builder .opacity-30{
  opacity: 0.3 !important;
}
.content-builder .opacity-35{
  opacity: 0.35 !important;
}
.content-builder .opacity-40{
  opacity: 0.4 !important;
}
.content-builder .opacity-45{
  opacity: 0.45 !important;
}
.content-builder .opacity-50{
  opacity: 0.5 !important;
}
.content-builder .opacity-55{
  opacity: 0.55 !important;
}
.content-builder .opacity-60{
  opacity: 0.6 !important;
}
.content-builder .opacity-65{
  opacity: 0.65 !important;
}
.content-builder .opacity-70{
  opacity: 0.7 !important;
}
.content-builder .opacity-75{
  opacity: 0.75 !important;
}
.content-builder .opacity-80{
  opacity: 0.8 !important;
}
.content-builder .opacity-85{
  opacity: 0.85 !important;
}
.content-builder .opacity-90{
  opacity: 0.9 !important;
}
.content-builder .opacity-95{
  opacity: 0.95 !important;
}
.content-builder .opacity-100{
  opacity: 1 !important;
}

/* Spacing */

.content-builder .p-0{
  padding: 0px;
}
.content-builder .p-1{
  padding: 0.25rem;
}
.content-builder .p-2{
  padding: 0.5rem;
}
.content-builder .p-3{
  padding: 0.75rem;
}
.content-builder .p-4{
  padding: 1rem;
}
.content-builder .p-5{
  padding: 1.25rem;
}
.content-builder .p-6{
  padding: 1.5rem;
}
.content-builder .p-7{
  padding: 1.75rem;
}
.content-builder .p-8{
  padding: 2rem;
}
.content-builder .p-9{
  padding: 2.25rem;
}
.content-builder .p-10{
  padding: 2.5rem;
}
.content-builder .p-11{
  padding: 2.75rem;
}
.content-builder .p-12{
  padding: 3rem;
}
.content-builder .p-14{
  padding: 3.5rem;
}
.content-builder .p-16{
  padding: 4rem;
}
.content-builder .p-20{
  padding: 5rem;
}

.content-builder .px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.content-builder .px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.content-builder .px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.content-builder .px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.content-builder .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.content-builder .px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.content-builder .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.content-builder .px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.content-builder .px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.content-builder .px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.content-builder .px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.content-builder .px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.content-builder .px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.content-builder .px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.content-builder .px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.content-builder .px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.content-builder .py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.content-builder .py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.content-builder .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.content-builder .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.content-builder .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.content-builder .py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.content-builder .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.content-builder .py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.content-builder .py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.content-builder .py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.content-builder .py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.content-builder .py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.content-builder .py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.content-builder .py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.content-builder .py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.content-builder .py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Overide Bootstrap */
.content-builder a[role='button'].px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.content-builder a[role='button'].px-1{
  padding-left: 0.25em !important;
  padding-right: 0.25em !important;
}
.content-builder a[role='button'].px-2{
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}
.content-builder a[role='button'].px-3{
  padding-left: 0.75em !important;
  padding-right: 0.75em !important;
}
.content-builder a[role='button'].px-4{
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.content-builder a[role='button'].px-5{
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
}
.content-builder a[role='button'].px-6{
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}
.content-builder a[role='button'].px-7{
  padding-left: 1.75em !important;
  padding-right: 1.75em !important;
}
.content-builder a[role='button'].px-8{
  padding-left: 2em !important;
  padding-right: 2em !important;
}
.content-builder a[role='button'].px-9{
  padding-left: 2.25em !important;
  padding-right: 2.25em !important;
}
.content-builder a[role='button'].px-10{
  padding-left: 2.5em !important;
  padding-right: 2.5em !important;
}
.content-builder a[role='button'].px-11{
  padding-left: 2.75em !important;
  padding-right: 2.75em !important;
}
.content-builder a[role='button'].px-12{
  padding-left: 3em !important;
  padding-right: 3em !important;
}
.content-builder a[role='button'].px-14{
  padding-left: 3.5em !important;
  padding-right: 3.5em !important;
}
.content-builder a[role='button'].px-16{
  padding-left: 4em !important;
  padding-right: 4em !important;
}
.content-builder a[role='button'].px-20{
  padding-left: 5em !important;
  padding-right: 5em !important;
}

.content-builder a[role='button'].py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.content-builder a[role='button'].py-1{
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
}
.content-builder a[role='button'].py-2{
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}
.content-builder a[role='button'].py-3{
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;
}
.content-builder a[role='button'].py-4{
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.content-builder a[role='button'].py-5{
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
}
.content-builder a[role='button'].py-6{
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}
.content-builder a[role='button'].py-7{
  padding-top: 1.75em !important;
  padding-bottom: 1.75em !important;
}
.content-builder a[role='button'].py-8{
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.content-builder a[role='button'].py-9{
  padding-top: 2.25em !important;
  padding-bottom: 2.25em !important;
}
.content-builder a[role='button'].py-10{
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}
.content-builder a[role='button'].py-11{
  padding-top: 2.75em !important;
  padding-bottom: 2.75em !important;
}
.content-builder a[role='button'].py-12{
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}
.content-builder a[role='button'].py-14{
  padding-top: 3.5em !important;
  padding-bottom: 3.5em !important;
}
.content-builder a[role='button'].py-16{
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}
.content-builder a[role='button'].py-20{
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.content-builder .pb-0{
  padding-bottom: 0px !important;
}
.content-builder .pb-1{
  padding-bottom: 0.25rem !important;
}
.content-builder .pb-2{
  padding-bottom: 0.5rem !important;
}
.content-builder .pb-3{
  padding-bottom: 0.75rem !important;
}
.content-builder .pb-4{
  padding-bottom: 1rem !important;
}
.content-builder .pb-5{
  padding-bottom: 1.25rem !important;
}
.content-builder .pb-6{
  padding-bottom: 1.5rem !important;
}
.content-builder .pb-7{
  padding-bottom: 1.75rem !important;
}
.content-builder .pb-8{
  padding-bottom: 2rem !important;
}
.content-builder .pb-9{
  padding-bottom: 2.25rem !important;
}
.content-builder .pb-10{
  padding-bottom: 2.5rem !important;
}
.content-builder .pb-11{
  padding-bottom: 2.75rem !important;
}
.content-builder .pb-12{
  padding-bottom: 3rem !important;
}
.content-builder .pb-14{
  padding-bottom: 3.5rem !important;
}
.content-builder .pb-16{
  padding-bottom: 4rem !important;
}
.content-builder .pb-20{
  padding-bottom: 5rem !important;
}

.content-builder .pr-0{
  padding-right: 0px !important;
}
.content-builder .pr-1{
  padding-right: 0.25rem !important;
}
.content-builder .pr-2{
  padding-right: 0.5rem !important;
}
.content-builder .pr-3{
  padding-right: 0.75rem !important;
}
.content-builder .pr-4{
  padding-right: 1rem !important;
}
.content-builder .pr-5{
  padding-right: 1.25rem !important;
}
.content-builder .pr-6{
  padding-right: 1.5rem !important;
}
.content-builder .pr-7{
  padding-right: 1.75rem !important;
}
.content-builder .pr-8{
  padding-right: 2rem !important;
}
.content-builder .pr-9{
  padding-right: 2.25rem !important;
}
.content-builder .pr-10{
  padding-right: 2.5rem !important;
}
.content-builder .pr-11{
  padding-right: 2.75rem !important;
}
.content-builder .pr-12{
  padding-right: 3rem !important;
}
.content-builder .pr-14{
  padding-right: 3.5rem !important;
}
.content-builder .pr-16{
  padding-right: 4rem !important;
}
.content-builder .pr-20{
  padding-right: 5rem !important;
}

.content-builder .pt-0{
  padding-top: 0px !important;
}
.content-builder .pt-1{
  padding-top: 0.25rem !important;
}
.content-builder .pt-2{
  padding-top: 0.5rem !important;
}
.content-builder .pt-3{
  padding-top: 0.75rem !important;
}
.content-builder .pt-4{
  padding-top: 1rem !important;
}
.content-builder .pt-5{
  padding-top: 1.25rem !important;
}
.content-builder .pt-6{
  padding-top: 1.5rem !important;
}
.content-builder .pt-7{
  padding-top: 1.75rem !important;
}
.content-builder .pt-8{
  padding-top: 2rem !important;
}
.content-builder .pt-9{
  padding-top: 2.25rem !important;
}
.content-builder .pt-10{
  padding-top: 2.5rem !important;
}
.content-builder .pt-11{
  padding-top: 2.75rem !important;
}
.content-builder .pt-12{
  padding-top: 3rem !important;
}
.content-builder .pt-14{
  padding-top: 3.5rem !important;
}
.content-builder .pt-16{
  padding-top: 4rem !important;
}
.content-builder .pt-20{
  padding-top: 5rem !important;
}

.content-builder .pl-0{
  padding-left: 0px !important;
}
.content-builder .pl-1{
  padding-left: 0.25rem !important;
}
.content-builder .pl-2{
  padding-left: 0.5rem !important;
}
.content-builder .pl-3{
  padding-left: 0.75rem !important;
}
.content-builder .pl-4{
  padding-left: 1rem !important;
}
.content-builder .pl-5{
  padding-left: 1.25rem !important;
}
.content-builder .pl-6{
  padding-left: 1.5rem !important;
}
.content-builder .pl-7{
  padding-left: 1.75rem !important;
}
.content-builder .pl-8{
  padding-left: 2rem !important;
}
.content-builder .pl-9{
  padding-left: 2.25rem !important;
}
.content-builder .pl-10{
  padding-left: 2.5rem !important;
}
.content-builder .pl-11{
  padding-left: 2.75rem !important;
}
.content-builder .pl-12{
  padding-left: 3rem !important;
}
.content-builder .pl-14{
  padding-left: 3.5rem !important;
}
.content-builder .pl-16{
  padding-left: 4rem !important;
}
.content-builder .pl-20{
  padding-left: 5rem !important;
}

@media (max-width: 760px) {
.content-builder .xs-pb-0{
    padding-bottom: 0px !important;
  }
.content-builder .xs-pb-1{
    padding-bottom: 0.25rem !important;
  }
.content-builder .xs-pb-2{
    padding-bottom: 0.5rem !important;
  }
.content-builder .xs-pb-3{
    padding-bottom: 0.75rem !important;
  }
.content-builder .xs-pb-4{
    padding-bottom: 1rem !important;
  }
.content-builder .xs-pb-5{
    padding-bottom: 1.25rem !important;
  }
.content-builder .xs-pb-6{
    padding-bottom: 1.5rem !important;
  }
.content-builder .xs-pb-7{
    padding-bottom: 1.75rem !important;
  }
.content-builder .xs-pb-8{
    padding-bottom: 2rem !important;
  }
.content-builder .xs-pb-9{
    padding-bottom: 2.25rem !important;
  }
.content-builder .xs-pb-10{
    padding-bottom: 2.5rem !important;
  }
.content-builder .xs-pb-11{
    padding-bottom: 2.75rem !important;
  }
.content-builder .xs-pb-12{
    padding-bottom: 3rem !important;
  }
.content-builder .xs-pb-14{
    padding-bottom: 3.5rem !important;
  }
.content-builder .xs-pb-16{
    padding-bottom: 4rem !important;
  }
.content-builder .xs-pb-20{
    padding-bottom: 5rem !important;
  }

.content-builder .xs-pr-0{
    padding-right: 0px !important;
  }
.content-builder .xs-pr-1{
    padding-right: 0.25rem !important;
  }
.content-builder .xs-pr-2{
    padding-right: 0.5rem !important;
  }
.content-builder .xs-pr-3{
    padding-right: 0.75rem !important;
  }
.content-builder .xs-pr-4{
    padding-right: 1rem !important;
  }
.content-builder .xs-pr-5{
    padding-right: 1.25rem !important;
  }
.content-builder .xs-pr-6{
    padding-right: 1.5rem !important;
  }
.content-builder .xs-pr-7{
    padding-right: 1.75rem !important;
  }
.content-builder .xs-pr-8{
    padding-right: 2rem !important;
  }
.content-builder .xs-pr-9{
    padding-right: 2.25rem !important;
  }
.content-builder .xs-pr-10{
    padding-right: 2.5rem !important;
  }
.content-builder .xs-pr-11{
    padding-right: 2.75rem !important;
  }
.content-builder .xs-pr-12{
    padding-right: 3rem !important;
  }
.content-builder .xs-pr-14{
    padding-right: 3.5rem !important;
  }
.content-builder .xs-pr-16{
    padding-right: 4rem !important;
  }
.content-builder .xs-pr-20{
    padding-right: 5rem !important;
  }

.content-builder .xs-pt-0{
    padding-top: 0px !important;
  }
.content-builder .xs-pt-1{
    padding-top: 0.25rem !important;
  }
.content-builder .xs-pt-2{
    padding-top: 0.5rem !important;
  }
.content-builder .xs-pt-3{
    padding-top: 0.75rem !important;
  }
.content-builder .xs-pt-4{
    padding-top: 1rem !important;
  }
.content-builder .xs-pt-5{
    padding-top: 1.25rem !important;
  }
.content-builder .xs-pt-6{
    padding-top: 1.5rem !important;
  }
.content-builder .xs-pt-7{
    padding-top: 1.75rem !important;
  }
.content-builder .xs-pt-8{
    padding-top: 2rem !important;
  }
.content-builder .xs-pt-9{
    padding-top: 2.25rem !important;
  }
.content-builder .xs-pt-10{
    padding-top: 2.5rem !important;
  }
.content-builder .xs-pt-11{
    padding-top: 2.75rem !important;
  }
.content-builder .xs-pt-12{
    padding-top: 3rem !important;
  }
.content-builder .xs-pt-14{
    padding-top: 3.5rem !important;
  }
.content-builder .xs-pt-16{
    padding-top: 4rem !important;
  }
.content-builder .xs-pt-20{
    padding-top: 5rem !important;
  }

.content-builder .xs-pl-0{
    padding-left: 0px !important;
  }
.content-builder .xs-pl-1{
    padding-left: 0.25rem !important;
  }
.content-builder .xs-pl-2{
    padding-left: 0.5rem !important;
  }
.content-builder .xs-pl-3{
    padding-left: 0.75rem !important;
  }
.content-builder .xs-pl-4{
    padding-left: 1rem !important;
  }
.content-builder .xs-pl-5{
    padding-left: 1.25rem !important;
  }
.content-builder .xs-pl-6{
    padding-left: 1.5rem !important;
  }
.content-builder .xs-pl-7{
    padding-left: 1.75rem !important;
  }
.content-builder .xs-pl-8{
    padding-left: 2rem !important;
  }
.content-builder .xs-pl-9{
    padding-left: 2.25rem !important;
  }
.content-builder .xs-pl-10{
    padding-left: 2.5rem !important;
  }
.content-builder .xs-pl-11{
    padding-left: 2.75rem !important;
  }
.content-builder .xs-pl-12{
    padding-left: 3rem !important;
  }
.content-builder .xs-pl-14{
    padding-left: 3.5rem !important;
  }
.content-builder .xs-pl-16{
    padding-left: 4rem !important;
  }
.content-builder .xs-pl-20{
    padding-left: 5rem !important;
  }
}

@media (min-width: 761px) and (max-width: 970px) {
.content-builder .sm-pb-0{
    padding-bottom: 0px !important;
  }
.content-builder .sm-pb-1{
    padding-bottom: 0.25rem !important;
  }
.content-builder .sm-pb-2{
    padding-bottom: 0.5rem !important;
  }
.content-builder .sm-pb-3{
    padding-bottom: 0.75rem !important;
  }
.content-builder .sm-pb-4{
    padding-bottom: 1rem !important;
  }
.content-builder .sm-pb-5{
    padding-bottom: 1.25rem !important;
  }
.content-builder .sm-pb-6{
    padding-bottom: 1.5rem !important;
  }
.content-builder .sm-pb-7{
    padding-bottom: 1.75rem !important;
  }
.content-builder .sm-pb-8{
    padding-bottom: 2rem !important;
  }
.content-builder .sm-pb-9{
    padding-bottom: 2.25rem !important;
  }
.content-builder .sm-pb-10{
    padding-bottom: 2.5rem !important;
  }
.content-builder .sm-pb-11{
    padding-bottom: 2.75rem !important;
  }
.content-builder .sm-pb-12{
    padding-bottom: 3rem !important;
  }
.content-builder .sm-pb-14{
    padding-bottom: 3.5rem !important;
  }
.content-builder .sm-pb-16{
    padding-bottom: 4rem !important;
  }
.content-builder .sm-pb-20{
    padding-bottom: 5rem !important;
  }

.content-builder .sm-pr-0{
    padding-right: 0px !important;
  }
.content-builder .sm-pr-1{
    padding-right: 0.25rem !important;
  }
.content-builder .sm-pr-2{
    padding-right: 0.5rem !important;
  }
.content-builder .sm-pr-3{
    padding-right: 0.75rem !important;
  }
.content-builder .sm-pr-4{
    padding-right: 1rem !important;
  }
.content-builder .sm-pr-5{
    padding-right: 1.25rem !important;
  }
.content-builder .sm-pr-6{
    padding-right: 1.5rem !important;
  }
.content-builder .sm-pr-7{
    padding-right: 1.75rem !important;
  }
.content-builder .sm-pr-8{
    padding-right: 2rem !important;
  }
.content-builder .sm-pr-9{
    padding-right: 2.25rem !important;
  }
.content-builder .sm-pr-10{
    padding-right: 2.5rem !important;
  }
.content-builder .sm-pr-11{
    padding-right: 2.75rem !important;
  }
.content-builder .sm-pr-12{
    padding-right: 3rem !important;
  }
.content-builder .sm-pr-14{
    padding-right: 3.5rem !important;
  }
.content-builder .sm-pr-16{
    padding-right: 4rem !important;
  }
.content-builder .sm-pr-20{
    padding-right: 5rem !important;
  }

.content-builder .sm-pt-0{
    padding-top: 0px !important;
  }
.content-builder .sm-pt-1{
    padding-top: 0.25rem !important;
  }
.content-builder .sm-pt-2{
    padding-top: 0.5rem !important;
  }
.content-builder .sm-pt-3{
    padding-top: 0.75rem !important;
  }
.content-builder .sm-pt-4{
    padding-top: 1rem !important;
  }
.content-builder .sm-pt-5{
    padding-top: 1.25rem !important;
  }
.content-builder .sm-pt-6{
    padding-top: 1.5rem !important;
  }
.content-builder .sm-pt-7{
    padding-top: 1.75rem !important;
  }
.content-builder .sm-pt-8{
    padding-top: 2rem !important;
  }
.content-builder .sm-pt-9{
    padding-top: 2.25rem !important;
  }
.content-builder .sm-pt-10{
    padding-top: 2.5rem !important;
  }
.content-builder .sm-pt-11{
    padding-top: 2.75rem !important;
  }
.content-builder .sm-pt-12{
    padding-top: 3rem !important;
  }
.content-builder .sm-pt-14{
    padding-top: 3.5rem !important;
  }
.content-builder .sm-pt-16{
    padding-top: 4rem !important;
  }
.content-builder .sm-pt-20{
    padding-top: 5rem !important;
  }

.content-builder .sm-pl-0{
    padding-left: 0px !important;
  }
.content-builder .sm-pl-1{
    padding-left: 0.25rem !important;
  }
.content-builder .sm-pl-2{
    padding-left: 0.5rem !important;
  }
.content-builder .sm-pl-3{
    padding-left: 0.75rem !important;
  }
.content-builder .sm-pl-4{
    padding-left: 1rem !important;
  }
.content-builder .sm-pl-5{
    padding-left: 1.25rem !important;
  }
.content-builder .sm-pl-6{
    padding-left: 1.5rem !important;
  }
.content-builder .sm-pl-7{
    padding-left: 1.75rem !important;
  }
.content-builder .sm-pl-8{
    padding-left: 2rem !important;
  }
.content-builder .sm-pl-9{
    padding-left: 2.25rem !important;
  }
.content-builder .sm-pl-10{
    padding-left: 2.5rem !important;
  }
.content-builder .sm-pl-11{
    padding-left: 2.75rem !important;
  }
.content-builder .sm-pl-12{
    padding-left: 3rem !important;
  }
.content-builder .sm-pl-14{
    padding-left: 3.5rem !important;
  }
.content-builder .sm-pl-16{
    padding-left: 4rem !important;
  }
.content-builder .sm-pl-20{
    padding-left: 5rem !important;
  }
}
@media (min-width: 971px) and (max-width: 1280px) {
.content-builder .md-pb-0{
    padding-bottom: 0px !important;
  }
.content-builder .md-pb-1{
    padding-bottom: 0.25rem !important;
  }
.content-builder .md-pb-2{
    padding-bottom: 0.5rem !important;
  }
.content-builder .md-pb-3{
    padding-bottom: 0.75rem !important;
  }
.content-builder .md-pb-4{
    padding-bottom: 1rem !important;
  }
.content-builder .md-pb-5{
    padding-bottom: 1.25rem !important;
  }
.content-builder .md-pb-6{
    padding-bottom: 1.5rem !important;
  }
.content-builder .md-pb-7{
    padding-bottom: 1.75rem !important;
  }
.content-builder .md-pb-8{
    padding-bottom: 2rem !important;
  }
.content-builder .md-pb-9{
    padding-bottom: 2.25rem !important;
  }
.content-builder .md-pb-10{
    padding-bottom: 2.5rem !important;
  }
.content-builder .md-pb-11{
    padding-bottom: 2.75rem !important;
  }
.content-builder .md-pb-12{
    padding-bottom: 3rem !important;
  }
.content-builder .md-pb-14{
    padding-bottom: 3.5rem !important;
  }
.content-builder .md-pb-16{
    padding-bottom: 4rem !important;
  }
.content-builder .md-pb-20{
    padding-bottom: 5rem !important;
  }

.content-builder .md-pr-0{
    padding-right: 0px !important;
  }
.content-builder .md-pr-1{
    padding-right: 0.25rem !important;
  }
.content-builder .md-pr-2{
    padding-right: 0.5rem !important;
  }
.content-builder .md-pr-3{
    padding-right: 0.75rem !important;
  }
.content-builder .md-pr-4{
    padding-right: 1rem !important;
  }
.content-builder .md-pr-5{
    padding-right: 1.25rem !important;
  }
.content-builder .md-pr-6{
    padding-right: 1.5rem !important;
  }
.content-builder .md-pr-7{
    padding-right: 1.75rem !important;
  }
.content-builder .md-pr-8{
    padding-right: 2rem !important;
  }
.content-builder .md-pr-9{
    padding-right: 2.25rem !important;
  }
.content-builder .md-pr-10{
    padding-right: 2.5rem !important;
  }
.content-builder .md-pr-11{
    padding-right: 2.75rem !important;
  }
.content-builder .md-pr-12{
    padding-right: 3rem !important;
  }
.content-builder .md-pr-14{
    padding-right: 3.5rem !important;
  }
.content-builder .md-pr-16{
    padding-right: 4rem !important;
  }
.content-builder .md-pr-20{
    padding-right: 5rem !important;
  }

.content-builder .md-pt-0{
    padding-top: 0px !important;
  }
.content-builder .md-pt-1{
    padding-top: 0.25rem !important;
  }
.content-builder .md-pt-2{
    padding-top: 0.5rem !important;
  }
.content-builder .md-pt-3{
    padding-top: 0.75rem !important;
  }
.content-builder .md-pt-4{
    padding-top: 1rem !important;
  }
.content-builder .md-pt-5{
    padding-top: 1.25rem !important;
  }
.content-builder .md-pt-6{
    padding-top: 1.5rem !important;
  }
.content-builder .md-pt-7{
    padding-top: 1.75rem !important;
  }
.content-builder .md-pt-8{
    padding-top: 2rem !important;
  }
.content-builder .md-pt-9{
    padding-top: 2.25rem !important;
  }
.content-builder .md-pt-10{
    padding-top: 2.5rem !important;
  }
.content-builder .md-pt-11{
    padding-top: 2.75rem !important;
  }
.content-builder .md-pt-12{
    padding-top: 3rem !important;
  }
.content-builder .md-pt-14{
    padding-top: 3.5rem !important;
  }
.content-builder .md-pt-16{
    padding-top: 4rem !important;
  }
.content-builder .md-pt-20{
    padding-top: 5rem !important;
  }

.content-builder .md-pl-0{
    padding-left: 0px !important;
  }
.content-builder .md-pl-1{
    padding-left: 0.25rem !important;
  }
.content-builder .md-pl-2{
    padding-left: 0.5rem !important;
  }
.content-builder .md-pl-3{
    padding-left: 0.75rem !important;
  }
.content-builder .md-pl-4{
    padding-left: 1rem !important;
  }
.content-builder .md-pl-5{
    padding-left: 1.25rem !important;
  }
.content-builder .md-pl-6{
    padding-left: 1.5rem !important;
  }
.content-builder .md-pl-7{
    padding-left: 1.75rem !important;
  }
.content-builder .md-pl-8{
    padding-left: 2rem !important;
  }
.content-builder .md-pl-9{
    padding-left: 2.25rem !important;
  }
.content-builder .md-pl-10{
    padding-left: 2.5rem !important;
  }
.content-builder .md-pl-11{
    padding-left: 2.75rem !important;
  }
.content-builder .md-pl-12{
    padding-left: 3rem !important;
  }
.content-builder .md-pl-14{
    padding-left: 3.5rem !important;
  }
.content-builder .md-pl-16{
    padding-left: 4rem !important;
  }
.content-builder .md-pl-20{
    padding-left: 5rem !important;
  }
}

.content-builder .ml-0{
  margin-left: 0px;
}
.content-builder .ml-1{
  margin-left: 0.25rem;
}
.content-builder .ml-2{
  margin-left: 0.5rem;
}
.content-builder .ml-3{
  margin-left: 0.75rem;
}
.content-builder .ml-4{
  margin-left: 1rem;
}
.content-builder .ml-5{
  margin-left: 1.25rem;
}
.content-builder .ml-6{
  margin-left: 1.5rem;
}
.content-builder .ml-8{
  margin-left: 2rem;
}
.content-builder .ml-10{
  margin-left: 2.5rem;
}
.content-builder .mr-0{
  margin-right: 0px;
}
.content-builder .mr-1{
  margin-right: 0.25rem;
}
.content-builder .mr-2{
  margin-right: 0.5rem;
}
.content-builder .mr-3{
  margin-right: 0.75rem;
}
.content-builder .mr-4{
  margin-right: 1rem;
}
.content-builder .mr-5{
  margin-right: 1.25rem;
}
.content-builder .mr-6{
  margin-right: 1.5rem;
}
.content-builder .mr-8{
  margin-right: 2rem;
}
.content-builder .mr-10{
  margin-right: 2.5rem;
}
.content-builder .mt-0{
  margin-top: 0px;
}
.content-builder .mt-1{
  margin-top: 0.25rem;
}
.content-builder .mt-2{
  margin-top: 0.5rem;
}
.content-builder .mt-3{
  margin-top: 0.75rem;
}
.content-builder .mt-4{
  margin-top: 1rem;
}
.content-builder .mt-5{
  margin-top: 1.25rem;
}
.content-builder .mt-6{
  margin-top: 1.5rem;
}
.content-builder .mt-8{
  margin-top: 2rem;
}
.content-builder .mt-10{
  margin-top: 2.5rem;
}
.content-builder .mb-0{
  margin-bottom: 0px;
}
.content-builder .mb-1{
  margin-bottom: 0.25rem;
}
.content-builder .mb-2{
  margin-bottom: 0.5rem;
}
.content-builder .mb-3{
  margin-bottom: 0.75rem;
}
.content-builder .mb-4{
  margin-bottom: 1rem;
}
.content-builder .mb-5{
  margin-bottom: 1.25rem;
}
.content-builder .mb-6{
  margin-bottom: 1.5rem;
}
.content-builder .mb-8{
  margin-bottom: 2rem;
}
.content-builder .mb-10{
  margin-bottom: 2.5rem;
}

/* flex */

.content-builder .flex{
  display: flex;
}
.content-builder .block{
  display: block;
}
.content-builder .inline{
  display: inline;
}
.content-builder .inline-block{
  display: inline-block;
}
.content-builder .inline-flex{
  display: inline-flex;
}

.content-builder .flex-row{
  flex-direction: row;
}
.content-builder .flex-row-reverse{
  flex-direction: row-reverse;
}
.content-builder .flex-col{
  flex-direction: column;
}
.content-builder .flex-col-reverse{
  flex-direction: column-reverse;
}

.content-builder .flex-wrap{
  flex-wrap: wrap;
}
.content-builder .flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}
.content-builder .flex-nowrap{
  flex-wrap: nowrap;
}
.content-builder .justify-start{
  justify-content: flex-start;
}
.content-builder .justify-end{
  justify-content: flex-end;
}
.content-builder .justify-center{
  justify-content: center;
}
.content-builder .justify-between{
  justify-content: space-between;
}
.content-builder .justify-around{
  justify-content: space-around;
}
.content-builder .justify-evenly{
  justify-content: space-evenly;
}

.content-builder .items-start{
  align-items: flex-start;
}
.content-builder .items-end{
  align-items: flex-end;
}
.content-builder .items-center{
  align-items: center;
}
.content-builder .items-baseline{
  align-items: baseline;
}
.content-builder .items-stretch{
  align-items: stretch;
}

/* border */

.content-builder .border-solid{
  border-style: solid;
}
.content-builder .border-none{
  border-style: none;
}

.content-builder .border{
  border-width: 1px;
}
.content-builder .border-0{
  border-width: 0px;
}
.content-builder .border-2{
  border-width: 2px;
}

.content-builder .border-gray-900{
  border-color: rgb(17 24 39 / 1);
}

.content-builder .border-transparent{
  border-color: transparent;
}
.content-builder .border-current{
  border-color: currentColor;
}
.content-builder .hover\:border-transparent:hover{
  border-color: transparent !important;
}
.content-builder .hover\:border-current:hover{
  border-color: currentColor !important;
}

.content-builder .rounded-none{
  border-radius: 0px;
}
.content-builder .rounded-sm{
  border-radius: 0.125rem;
}
.content-builder .rounded{
  border-radius: 0.25rem;
}
.content-builder .rounded-md{
  border-radius: 0.375rem;
}
.content-builder .rounded-lg{
  border-radius: 0.5rem;
}
.content-builder .rounded-full{
  border-radius: 9999px;
}
.content-builder .rounded-2xl{
  border-radius: 1rem;
}
.content-builder .rounded-3xl{
  border-radius: 1.5rem;
}
.content-builder .rounded-xl{
  border-radius: 0.75rem;
}

/* height */

.content-builder .h-auto{
  height: auto;
}
.content-builder .h-full{
  height: 100%;
}

/* colors */

.content-builder .bg-transparent{
  background-color: transparent;
}
.content-builder .bg-current{
  background-color: currentColor;
}
.content-builder .bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.content-builder .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.content-builder .bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.content-builder .bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.content-builder .bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.content-builder .bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.content-builder .bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.content-builder .bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.content-builder .bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.content-builder .bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.content-builder .bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.content-builder .bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.content-builder .bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.content-builder .bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.content-builder .bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.content-builder .bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.content-builder .bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.content-builder .bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.content-builder .bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.content-builder .bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.content-builder .bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.content-builder .bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.content-builder .bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.content-builder .bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.content-builder .bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.content-builder .bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.content-builder .bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.content-builder .bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.content-builder .bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.content-builder .bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.content-builder .bg-orange-800{
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.content-builder .bg-orange-900{
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.content-builder .bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.content-builder .bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.content-builder .bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.content-builder .bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.content-builder .bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.content-builder .bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.content-builder .bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.content-builder .bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.content-builder .bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
.content-builder .bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.content-builder .bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.content-builder .bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.content-builder .bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.content-builder .bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.content-builder .bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.content-builder .bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.content-builder .bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.content-builder .bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.content-builder .bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.content-builder .bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-200{
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-300{
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-400{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-700{
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-800{
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-900{
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
.content-builder .bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.content-builder .bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.content-builder .bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.content-builder .bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.content-builder .bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.content-builder .bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.content-builder .bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.content-builder .bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.content-builder .bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.content-builder .bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.content-builder .bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.content-builder .bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.content-builder .bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}
.content-builder .bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}
.content-builder .bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.content-builder .bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.content-builder .bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.content-builder .bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.content-builder .bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}
.content-builder .bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}
.content-builder .bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}
.content-builder .bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
.content-builder .bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}
.content-builder .bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}
.content-builder .bg-pink-400{
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}
.content-builder .bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.content-builder .bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.content-builder .bg-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}
.content-builder .bg-pink-800{
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}
.content-builder .bg-pink-900{
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}
.content-builder .bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.content-builder .bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.content-builder .bg-amber-200{
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.content-builder .bg-amber-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.content-builder .bg-amber-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.content-builder .bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.content-builder .bg-amber-600{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.content-builder .bg-amber-700{
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.content-builder .bg-amber-800{
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.content-builder .bg-amber-900{
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.content-builder .bg-lime-50{
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}
.content-builder .bg-lime-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.content-builder .bg-lime-200{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}
.content-builder .bg-lime-300{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}
.content-builder .bg-lime-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.content-builder .bg-lime-500{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
.content-builder .bg-lime-600{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.content-builder .bg-lime-700{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}
.content-builder .bg-lime-800{
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}
.content-builder .bg-lime-900{
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.content-builder .bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.content-builder .bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.content-builder .bg-emerald-200{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.content-builder .bg-emerald-300{
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.content-builder .bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.content-builder .bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.content-builder .bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.content-builder .bg-emerald-700{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.content-builder .bg-emerald-800{
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.content-builder .bg-emerald-900{
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-200{
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-300{
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-400{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-700{
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-800{
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
.content-builder .bg-teal-900{
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
.content-builder .bg-cyan-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.content-builder .bg-cyan-100{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.content-builder .bg-cyan-200{
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.content-builder .bg-cyan-300{
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.content-builder .bg-cyan-400{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.content-builder .bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.content-builder .bg-cyan-600{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.content-builder .bg-cyan-700{
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.content-builder .bg-cyan-800{
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.content-builder .bg-cyan-900{
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.content-builder .bg-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.content-builder .bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.content-builder .bg-sky-200{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.content-builder .bg-sky-300{
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.content-builder .bg-sky-400{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.content-builder .bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.content-builder .bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.content-builder .bg-sky-700{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.content-builder .bg-sky-800{
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.content-builder .bg-sky-900{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.content-builder .bg-violet-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.content-builder .bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.content-builder .bg-violet-200{
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.content-builder .bg-violet-300{
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.content-builder .bg-violet-400{
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.content-builder .bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.content-builder .bg-violet-600{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.content-builder .bg-violet-700{
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.content-builder .bg-violet-800{
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.content-builder .bg-violet-900{
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}
.content-builder .bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}
.content-builder .bg-fuchsia-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.content-builder .bg-fuchsia-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.content-builder .bg-fuchsia-200{
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.content-builder .bg-fuchsia-300{
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
.content-builder .bg-fuchsia-400{
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.content-builder .bg-fuchsia-500{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
.content-builder .bg-fuchsia-600{
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.content-builder .bg-fuchsia-700{
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.content-builder .bg-fuchsia-800{
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
.content-builder .bg-fuchsia-900{
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.content-builder .bg-rose-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.content-builder .bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.content-builder .bg-rose-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}
.content-builder .bg-rose-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}
.content-builder .bg-rose-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
.content-builder .bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.content-builder .bg-rose-600{
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
.content-builder .bg-rose-700{
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}
.content-builder .bg-rose-800{
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}
.content-builder .bg-rose-900{
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}

.content-builder .hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-red-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-red-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-red-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-red-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-red-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-red-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-orange-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-orange-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-orange-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-orange-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-orange-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-orange-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-orange-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-orange-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-orange-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-orange-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-yellow-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-yellow-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-yellow-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-yellow-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-yellow-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-yellow-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-yellow-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-yellow-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-yellow-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-yellow-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-green-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-green-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-green-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-green-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-green-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-green-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-green-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-green-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-teal-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-teal-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-teal-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-teal-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-teal-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-teal-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-teal-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-teal-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-teal-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-teal-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-blue-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-blue-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-blue-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-indigo-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-indigo-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-indigo-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-indigo-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-indigo-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-indigo-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-indigo-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-indigo-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-indigo-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-pink-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-pink-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-pink-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-pink-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-pink-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-pink-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-pink-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-pink-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-pink-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-pink-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-amber-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-amber-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-amber-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-amber-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-amber-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-amber-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-amber-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-amber-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-amber-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-amber-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-lime-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-lime-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-lime-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-lime-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-lime-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-lime-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-lime-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-lime-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-lime-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-lime-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-emerald-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-emerald-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-emerald-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-emerald-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-emerald-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-emerald-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-emerald-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-emerald-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-emerald-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-emerald-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-cyan-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-cyan-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-cyan-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-cyan-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-cyan-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-cyan-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-cyan-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-cyan-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-cyan-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-cyan-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-sky-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-sky-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-sky-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-sky-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-sky-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-sky-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-sky-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-sky-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-sky-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-sky-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-violet-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-violet-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-violet-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-violet-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-violet-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-violet-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-violet-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-violet-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-violet-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-violet-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-purple-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-fuchsia-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-fuchsia-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-fuchsia-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-fuchsia-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-fuchsia-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-fuchsia-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-fuchsia-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-fuchsia-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-fuchsia-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-fuchsia-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-rose-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-rose-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-rose-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-rose-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-rose-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-rose-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-rose-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-rose-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-rose-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}
.content-builder .hover\:bg-rose-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}

/* text colors */

.content-builder .text-transparent{
  color: transparent;
}
.content-builder .text-current{
  color: currentColor;
}

.content-builder .text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.content-builder .text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-builder .text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.content-builder .text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.content-builder .text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.content-builder .text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.content-builder .text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.content-builder .text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.content-builder .text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.content-builder .text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.content-builder .text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.content-builder .text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.content-builder .text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.content-builder .text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.content-builder .text-red-200{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.content-builder .text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.content-builder .text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.content-builder .text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.content-builder .text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.content-builder .text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.content-builder .text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.content-builder .text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.content-builder .text-orange-50{
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}
.content-builder .text-orange-100{
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
.content-builder .text-orange-200{
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}
.content-builder .text-orange-300{
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.content-builder .text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.content-builder .text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.content-builder .text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.content-builder .text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.content-builder .text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.content-builder .text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}
.content-builder .text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
.content-builder .text-yellow-100{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}
.content-builder .text-yellow-200{
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}
.content-builder .text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.content-builder .text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.content-builder .text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.content-builder .text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.content-builder .text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.content-builder .text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.content-builder .text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.content-builder .text-green-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.content-builder .text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}
.content-builder .text-green-200{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}
.content-builder .text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
.content-builder .text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.content-builder .text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.content-builder .text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.content-builder .text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.content-builder .text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.content-builder .text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.content-builder .text-blue-50{
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}
.content-builder .text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
.content-builder .text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
.content-builder .text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}
.content-builder .text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.content-builder .text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.content-builder .text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.content-builder .text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.content-builder .text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.content-builder .text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.content-builder .text-indigo-50{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
.content-builder .text-indigo-100{
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}
.content-builder .text-indigo-200{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}
.content-builder .text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}
.content-builder .text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}
.content-builder .text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.content-builder .text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.content-builder .text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.content-builder .text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.content-builder .text-indigo-900{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}
.content-builder .text-purple-50{
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}
.content-builder .text-purple-100{
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}
.content-builder .text-purple-200{
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}
.content-builder .text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}
.content-builder .text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}
.content-builder .text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}
.content-builder .text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.content-builder .text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
.content-builder .text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}
.content-builder .text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}
.content-builder .text-pink-50{
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}
.content-builder .text-pink-100{
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}
.content-builder .text-pink-200{
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}
.content-builder .text-pink-300{
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}
.content-builder .text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}
.content-builder .text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}
.content-builder .text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
.content-builder .text-pink-700{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}
.content-builder .text-pink-800{
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}
.content-builder .text-pink-900{
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}
.content-builder .text-amber-50{
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.content-builder .text-amber-100{
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
.content-builder .text-amber-200{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
.content-builder .text-amber-300{
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.content-builder .text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.content-builder .text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.content-builder .text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.content-builder .text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.content-builder .text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.content-builder .text-amber-900{
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.content-builder .text-lime-50{
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}
.content-builder .text-lime-100{
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}
.content-builder .text-lime-200{
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}
.content-builder .text-lime-300{
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}
.content-builder .text-lime-400{
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}
.content-builder .text-lime-500{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}
.content-builder .text-lime-600{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}
.content-builder .text-lime-700{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
.content-builder .text-lime-800{
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}
.content-builder .text-lime-900{
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}
.content-builder .text-emerald-50{
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.content-builder .text-emerald-100{
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
.content-builder .text-emerald-200{
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
.content-builder .text-emerald-300{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.content-builder .text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.content-builder .text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.content-builder .text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.content-builder .text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.content-builder .text-emerald-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.content-builder .text-emerald-900{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}
.content-builder .text-teal-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}
.content-builder .text-teal-100{
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}
.content-builder .text-teal-200{
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}
.content-builder .text-teal-300{
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}
.content-builder .text-teal-400{
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}
.content-builder .text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.content-builder .text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.content-builder .text-teal-700{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}
.content-builder .text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
.content-builder .text-teal-900{
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}
.content-builder .text-cyan-50{
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}
.content-builder .text-cyan-100{
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}
.content-builder .text-cyan-200{
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}
.content-builder .text-cyan-300{
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}
.content-builder .text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
.content-builder .text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.content-builder .text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
.content-builder .text-cyan-700{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}
.content-builder .text-cyan-800{
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.content-builder .text-cyan-900{
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}
.content-builder .text-sky-50{
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.content-builder .text-sky-100{
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.content-builder .text-sky-200{
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.content-builder .text-sky-300{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.content-builder .text-sky-400{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.content-builder .text-sky-500{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.content-builder .text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.content-builder .text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.content-builder .text-sky-800{
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.content-builder .text-sky-900{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.content-builder .text-violet-50{
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}
.content-builder .text-violet-100{
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}
.content-builder .text-violet-200{
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}
.content-builder .text-violet-300{
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}
.content-builder .text-violet-400{
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}
.content-builder .text-violet-500{
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}
.content-builder .text-violet-600{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}
.content-builder .text-violet-700{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}
.content-builder .text-violet-800{
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}
.content-builder .text-violet-900{
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}
.content-builder .text-fuchsia-50{
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}
.content-builder .text-fuchsia-100{
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}
.content-builder .text-fuchsia-200{
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}
.content-builder .text-fuchsia-300{
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}
.content-builder .text-fuchsia-400{
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}
.content-builder .text-fuchsia-500{
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}
.content-builder .text-fuchsia-600{
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}
.content-builder .text-fuchsia-700{
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}
.content-builder .text-fuchsia-800{
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}
.content-builder .text-fuchsia-900{
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}
.content-builder .text-rose-50{
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}
.content-builder .text-rose-100{
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}
.content-builder .text-rose-200{
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}
.content-builder .text-rose-300{
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}
.content-builder .text-rose-400{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
.content-builder .text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.content-builder .text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.content-builder .text-rose-700{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}
.content-builder .text-rose-800{
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}
.content-builder .text-rose-900{
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}

.content-builder .hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.content-builder .hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.content-builder .hover\:text-current:hover{
  color: currentColor !important;
}

/* width */

.content-builder .w-full{
  width: 100%;
}
.content-builder .w-screen{
  width: 100vw;
}
.content-builder .w-1\/2{
  width: 50%;
}
.content-builder .w-1\/3{
  width: 33.333333%;
}
.content-builder .w-2\/3{
  width: 66.666667%;
}
.content-builder .w-1\/4{
  width: 25%;
}
.content-builder .w-2\/4{
  width: 50%;
}
.content-builder .w-3\/4{
  width: 75%;
}
.content-builder .w-1\/5{
  width: 20%;
}
.content-builder .w-2\/5{
  width: 40%;
}
.content-builder .w-3\/5{
  width: 60%;
}
.content-builder .w-4\/5{
  width: 80%;
}
.content-builder .w-1\/6{
  width: 16.666667%;
}
.content-builder .w-2\/6{
  width: 33.333333%;
}
.content-builder .w-3\/6{
  width: 50%;
}
.content-builder .w-4\/6{
  width: 66.666667%;
}
.content-builder .w-5\/6{
  width: 83.333333%;
}
.content-builder .w-1\/12{
  width: 8.333333%;
}
.content-builder .w-2\/12{
  width: 16.666667%;
}
.content-builder .w-3\/12{
  width: 25%;
}
.content-builder .w-4\/12{
  width: 33.333333%;
}
.content-builder .w-5\/12{
  width: 41.666667%;
}
.content-builder .w-6\/12{
  width: 50%;
}
.content-builder .w-7\/12{
  width: 58.333333%;
}
.content-builder .w-8\/12{
  width: 66.666667%;
}
.content-builder .w-9\/12{
  width: 75%;
}
.content-builder .w-10\/12{
  width: 83.333333%;
}
.content-builder .w-11\/12{
  width: 91.666667%;
}

/* height */

.content-builder .h-full{
  height: 100%;
}
.content-builder .h-screen{
  height: 100vw;
}

/* space between */

.content-builder .space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.content-builder .space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.content-builder .space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.content-builder .space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.content-builder .space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.content-builder .space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.content-builder .space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.content-builder .space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.content-builder .space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.content-builder .space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.content-builder .space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.content-builder .space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.content-builder .space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.content-builder .space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.content-builder .space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.content-builder .space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.content-builder .space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.content-builder .space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.content-builder .space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

/* others */
.content-builder .whitespace-nowrap{
  white-space: nowrap;
}
.content-builder .text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.content-builder .transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.content-builder .cursor-pointer{
  cursor: pointer;
}

*, ::before, ::after{
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

/* 
Master Style (new feature)
You can apply master style to the container (must be .is-container class).
Example:
<div class="is-container size-18 leading-14 v2">
    ...content here (rows & columns)...
</div>
Note: .v2 class option gives optimization for large screen.
*/
.content-builder .feature-master-style{
  display: none;
} /* do not remove */

/* size-16 */
.content-builder .is-container.size-16{
  font-size: 16px;
}
.content-builder .is-container.size-16 p, .content-builder .is-container.size-16 td, .content-builder .is-container.size-16 li, .content-builder .is-container.size-16 label{
  font-size: 16px;
}
@media all and (max-width: 1800px) {
.content-builder .is-container.size-16 p, .content-builder .is-container.size-16 td, .content-builder .is-container.size-16 li, .content-builder .is-container.size-16 label{
    font-size: 0.99vw;
    font-size: clamp(16px, 0.99vw, 0.99vw);
  }
}
@media all and (min-width: 1921px) {
.content-builder .is-container.size-16.v2:not(.v3) p, .content-builder .is-container.size-16.v2:not(.v3) td, .content-builder .is-container.size-16.v2:not(.v3) li, .content-builder .is-container.size-16.v2:not(.v3) label{
    font-size: 0.83vw;
  }
}

/* size-17 */
.content-builder .is-container.size-17{
  font-size: 17px;
}
.content-builder .is-container.size-17 p, .content-builder .is-container.size-17 td, .content-builder .is-container.size-17 li, .content-builder .is-container.size-17 label{
  font-size: 17px;
}
@media all and (max-width: 1800px) {
.content-builder .is-container.size-17 p, .content-builder .is-container.size-17 td, .content-builder .is-container.size-17 li, .content-builder .is-container.size-17 label{
    font-size: 1.05vw;
    font-size: clamp(17px, 1.05vw, 1.05vw);
  }
}
@media all and (min-width: 1921px) {
.content-builder .is-container.size-17.v2:not(.v3) p, .content-builder .is-container.size-17.v2:not(.v3) td, .content-builder .is-container.size-17.v2:not(.v3) li, .content-builder .is-container.size-17.v2:not(.v3) label{
    font-size: 0.89vw;
  }
}

/* size-18 */
.content-builder .is-container.size-18{
  font-size: 18px;
}
.content-builder .is-container.size-18 p, .content-builder .is-container.size-18 td, .content-builder .is-container.size-18 li, .content-builder .is-container.size-18 label{
  font-size: 18px;
}
@media all and (max-width: 1800px) {
.content-builder .is-container.size-18 p, .content-builder .is-container.size-18 td, .content-builder .is-container.size-18 li, .content-builder .is-container.size-18 label{
    font-size: 1.11vw;
    font-size: clamp(18px, 1.11vw, 1.11vw);
  }
}
@media all and (min-width: 1921px) {
.content-builder .is-container.size-18.v2:not(.v3) p, .content-builder .is-container.size-18.v2:not(.v3) td, .content-builder .is-container.size-18.v2:not(.v3) li, .content-builder .is-container.size-18.v2:not(.v3) label{
    font-size: 0.94vw;
  }
}

/* size-19 */
.content-builder .is-container.size-19{
  font-size: 19px;
}
.content-builder .is-container.size-19 p, .content-builder .is-container.size-19 td, .content-builder .is-container.size-19 li, .content-builder .is-container.size-19 label{
  font-size: 19px;
}
@media all and (max-width: 1800px) {
.content-builder .is-container.size-19 p, .content-builder .is-container.size-19 td, .content-builder .is-container.size-19 li, .content-builder .is-container.size-19 label{
    font-size: 1.17vw;
    font-size: clamp(19px, 1.17vw, 1.17vw);
  }
}
@media all and (min-width: 1921px) {
.content-builder .is-container.size-19.v2:not(.v3) p, .content-builder .is-container.size-19.v2:not(.v3) td, .content-builder .is-container.size-19.v2:not(.v3) li, .content-builder .is-container.size-19.v2:not(.v3) label{
    font-size: 0.99vw;
  }
}

/* size-20 */
.content-builder .is-container.size-20{
  font-size: 20px;
}
.content-builder .is-container.size-20 p, .content-builder .is-container.size-20 td, .content-builder .is-container.size-20 li, .content-builder .is-container.size-20 label{
  font-size: 20px;
}
@media all and (max-width: 1800px) {
.content-builder .is-container.size-20 p, .content-builder .is-container.size-20 td, .content-builder .is-container.size-20 li, .content-builder .is-container.size-20 label{
    font-size: 1.23vw;
    font-size: clamp(20px, 1.23vw, 1.23vw);
  }
}
@media all and (min-width: 1921px) {
.content-builder .is-container.size-20.v2:not(.v3) p, .content-builder .is-container.size-20.v2:not(.v3) td, .content-builder .is-container.size-20.v2:not(.v3) li, .content-builder .is-container.size-20.v2:not(.v3) label{
    font-size: 1.04vw;
  }
}

/* size-21 */
.content-builder .is-container.size-21{
  font-size: 21px;
}
.content-builder .is-container.size-21 p, .content-builder .is-container.size-21 td, .content-builder .is-container.size-21 li, .content-builder .is-container.size-21 label{
  font-size: 21px;
}
@media all and (max-width: 1800px) {
.content-builder .is-container.size-21 p, .content-builder .is-container.size-21 td, .content-builder .is-container.size-21 li, .content-builder .is-container.size-21 label{
    font-size: 1.29vw;
    font-size: clamp(21px, 1.29vw, 1.29vw);
  }
}
@media all and (min-width: 1921px) {
.content-builder .is-container.size-21.v2:not(.v3) p, .content-builder .is-container.size-21.v2:not(.v3) td, .content-builder .is-container.size-21.v2:not(.v3) li, .content-builder .is-container.size-21.v2:not(.v3) label{
    font-size: 1.09vw;
  }
}

/* leading */
.content-builder .is-container.leading-none p, .content-builder .is-container.leading-none td, .content-builder .is-container.leading-none li, .content-builder .is-container.leading-none label{
  line-height: 1;
}
.content-builder .is-container.leading-none h1, .content-builder .is-container.leading-none h2, .content-builder .is-container.leading-none h3, .content-builder .is-container.leading-none h4, .content-builder .is-container.leading-none h5, .content-builder .is-container.leading-none h6{
  line-height: 1.1;
}
.content-builder .is-container.leading-10 p, .content-builder .is-container.leading-10 td, .content-builder .is-container.leading-10 li, .content-builder .is-container.leading-10 label{
  line-height: 1;
}
.content-builder .is-container.leading-10 h1, .content-builder .is-container.leading-10 h2, .content-builder .is-container.leading-10 h3, .content-builder .is-container.leading-10 h4, .content-builder .is-container.leading-10 h5, .content-builder .is-container.leading-10 h6{
  line-height: 1.1;
}
.content-builder .is-container.leading-11 p, .content-builder .is-container.leading-11 td, .content-builder .is-container.leading-11 li, .content-builder .is-container.leading-11 label{
  line-height: 1.1;
}
.content-builder .is-container.leading-11 h1, .content-builder .is-container.leading-11 h2, .content-builder .is-container.leading-11 h3, .content-builder .is-container.leading-11 h4, .content-builder .is-container.leading-11 h5, .content-builder .is-container.leading-11 h6{
  line-height: 1.1;
}
.content-builder .is-container.leading-12 p, .content-builder .is-container.leading-12 td, .content-builder .is-container.leading-12 li, .content-builder .is-container.leading-12 label{
  line-height: 1.2;
}
.content-builder .is-container.leading-12 h1, .content-builder .is-container.leading-12 h2, .content-builder .is-container.leading-12 h3, .content-builder .is-container.leading-12 h4, .content-builder .is-container.leading-12 h5, .content-builder .is-container.leading-12 h6{
  line-height: 1.1;
}
.content-builder .is-container.leading-13 p, .content-builder .is-container.leading-13 td, .content-builder .is-container.leading-13 li, .content-builder .is-container.leading-13 label{
  line-height: 1.3;
}
.content-builder .is-container.leading-13 h1, .content-builder .is-container.leading-13 h2, .content-builder .is-container.leading-13 h3, .content-builder .is-container.leading-13 h4, .content-builder .is-container.leading-13 h5, .content-builder .is-container.leading-13 h6{
  line-height: 1.2;
}
.content-builder .is-container.leading-14 p, .content-builder .is-container.leading-14 td, .content-builder .is-container.leading-14 li, .content-builder .is-container.leading-14 label{
  line-height: 1.4;
}
.content-builder .is-container.leading-14 h1, .content-builder .is-container.leading-14 h2, .content-builder .is-container.leading-14 h3, .content-builder .is-container.leading-14 h4, .content-builder .is-container.leading-14 h5, .content-builder .is-container.leading-14 h6{
  line-height: 1.2;
}
.content-builder .is-container.leading-15 p, .content-builder .is-container.leading-15 td, .content-builder .is-container.leading-15 li, .content-builder .is-container.leading-15 label{
  line-height: 1.5;
}
.content-builder .is-container.leading-15 h1, .content-builder .is-container.leading-15 h2, .content-builder .is-container.leading-15 h3, .content-builder .is-container.leading-15 h4, .content-builder .is-container.leading-15 h5, .content-builder .is-container.leading-15 h6{
  line-height: 1.3;
}
.content-builder .is-container.leading-16 p, .content-builder .is-container.leading-16 td, .content-builder .is-container.leading-16 li, .content-builder .is-container.leading-16 label{
  line-height: 1.6;
}
.content-builder .is-container.leading-16 h1, .content-builder .is-container.leading-16 h2, .content-builder .is-container.leading-16 h3, .content-builder .is-container.leading-16 h4, .content-builder .is-container.leading-16 h5, .content-builder .is-container.leading-16 h6{
  line-height: 1.3;
}
.content-builder .is-container.leading-17 p, .content-builder .is-container.leading-17 td, .content-builder .is-container.leading-17 li, .content-builder .is-container.leading-17 label{
  line-height: 1.7;
}
.content-builder .is-container.leading-17 h1, .content-builder .is-container.leading-17 h2, .content-builder .is-container.leading-17 h3, .content-builder .is-container.leading-17 h4, .content-builder .is-container.leading-17 h5, .content-builder .is-container.leading-17 h6{
  line-height: 1.3;
}
.content-builder .is-container.leading-18 p, .content-builder .is-container.leading-18 td, .content-builder .is-container.leading-18 li, .content-builder .is-container.leading-18 label{
  line-height: 1.8;
}
.content-builder .is-container.leading-18 h1, .content-builder .is-container.leading-18 h2, .content-builder .is-container.leading-18 h3, .content-builder .is-container.leading-18 h4, .content-builder .is-container.leading-18 h5, .content-builder .is-container.leading-18 h6{
  line-height: 1.3;
}
.content-builder .is-container.leading-19 p, .content-builder .is-container.leading-19 td, .content-builder .is-container.leading-19 li, .content-builder .is-container.leading-19 label{
  line-height: 1.9;
}
.content-builder .is-container.leading-19 h1, .content-builder .is-container.leading-19 h2, .content-builder .is-container.leading-19 h3, .content-builder .is-container.leading-19 h4, .content-builder .is-container.leading-19 h5, .content-builder .is-container.leading-19 h6{
  line-height: 1.3;
}
.content-builder .is-container.leading-20 p, .content-builder .is-container.leading-20 td, .content-builder .is-container.leading-20 li, .content-builder .is-container.leading-20 label{
  line-height: 2;
}
.content-builder .is-container.leading-20 h1, .content-builder .is-container.leading-20 h2, .content-builder .is-container.leading-20 h3, .content-builder .is-container.leading-20 h4, .content-builder .is-container.leading-20 h5, .content-builder .is-container.leading-20 h6{
  line-height: 1.3;
}

.content-builder .relative{
  position: relative;
}
.content-builder .is-row-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

.content-builder .is-dock{
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  height: 0px;
}
.content-builder .is-dock > div{
  position: absolute;
}
.content-builder .is-dock > div > img{
  width: 100%;
}
@media all and (max-width: 970px) {
.content-builder .is-dock{
    position: relative;
    width: 350px;
    padding-bottom: 350px;
    height: 0px;
  }
}
.content-builder .is-container > div > div:has(.is-dock){
  width: 100%;
  position: relative; /* for tailwind */
}

.content-builder .grow{
  flex-grow: 1;
}

/* Media Grid */
.content-builder .is-media-grid{
  column-count: 4;
  column-gap: 10px;
  padding: 0px;
}
.content-builder .is-media-grid.cols-1{
  column-count: 1 !important;
}
.content-builder .is-media-grid.cols-2{
  column-count: 2 !important;
}
.content-builder .is-media-grid.cols-3{
  column-count: 3 !important;
}
.content-builder .is-media-grid.cols-4{
  column-count: 4 !important;
}
.content-builder .is-media-grid.cols-5{
  column-count: 5 !important;
}
.content-builder .is-media-grid.cols-6{
  column-count: 6 !important;
}
.content-builder .is-media-grid.cols-7{
  column-count: 7 !important;
}
.content-builder .is-media-grid.cols-8{
  column-count: 8 !important;
}
.content-builder .is-media-grid.cols-9{
  column-count: 9 !important;
}
.content-builder .is-media-grid.cols-10{
  column-count: 10 !important;
}
.content-builder .is-media-grid .gallery-item{
  position: relative;
  break-inside: avoid;
  border-radius: 0px;
  margin-bottom: 10px;
  line-height: 0;
  overflow: hidden;
}
.content-builder .is-media-grid .gallery-item img{
  width: 100%;
  height: auto;
  transition: 0.8s all;
}
.content-builder .is-media-grid .gallery-item .caption{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 12px 15px;
  opacity: 0;
  transition: all 0.8s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.9em;
  font-weight: 200;
  line-height: 1.2;
}
.content-builder .is-media-grid .gallery-item .caption h4{
  font-weight: 300;
  font-size: 1.1em;
  margin: 0 0 0.1em;
}
.content-builder .is-media-grid .gallery-item video{
  height: auto;
  width: 100%;
  object-fit: cover;
}

.content-builder .is-container form{
  width: 100%;
}

  .content-builder .is-container .size-12, .content-builder .is-container .size-13, .content-builder .is-container .size-14, .content-builder .is-container .size-15, .content-builder .is-container .size-16, .content-builder .is-container .size-17, .content-builder .is-container .size-18, .content-builder .is-container .size-19, .content-builder .is-container .size-20, .content-builder .is-container .size-21, .content-builder .is-container .size-24, .content-builder .is-container .size-28, .content-builder .is-container .size-32, .content-builder .is-container .size-35, .content-builder .is-container .size-38, .content-builder .is-container .size-42, .content-builder .is-container .size-46, .content-builder .is-container .size-48, .content-builder .is-container .size-50, .content-builder .is-container .size-54, .content-builder .is-container .size-60, .content-builder .is-container .size-64, .content-builder .is-container .size-68, .content-builder .is-container .size-72, .content-builder .is-container .size-76, .content-builder .is-container .size-80, .content-builder .is-container .size-84, .content-builder .is-container .size-88, .content-builder .is-container .size-92, .content-builder .is-container .size-96, .content-builder .is-container .size-100, .content-builder .is-container .size-104, .content-builder .is-container .size-108, .content-builder .is-container .size-112, .content-builder .is-container .size-116, .content-builder .is-container .size-120, .content-builder .is-container .size-124, .content-builder .is-container .size-128, .content-builder .is-container .size-132, .content-builder .is-container .size-136, .content-builder .is-container .size-140, .content-builder .is-container .size-144, .content-builder .is-container .size-148, .content-builder .is-container .size-152, .content-builder .is-container .size-156, .content-builder .is-container .size-160, .content-builder .is-container .size-164, .content-builder .is-container .size-168, .content-builder .is-container .size-172, .content-builder .is-container .size-176, .content-builder .is-container .size-180, .content-builder .is-container .size-184, .content-builder .is-container .size-188, .content-builder .is-container .size-192, .content-builder .is-container .size-196, .content-builder .is-container .size-200, .content-builder .is-container .size-204, .content-builder .is-container .size-208, .content-builder .is-container .size-212, .content-builder .is-container .size-216, .content-builder .is-container .size-220, .content-builder .is-container .size-224, .content-builder .is-container .size-228, .content-builder .is-container .size-232, .content-builder .is-container .size-236, .content-builder .is-container .size-240, .content-builder .is-container .size-244, .content-builder .is-container .size-248, .content-builder .is-container .size-252, .content-builder .is-container .size-256, .content-builder .is-container .size-260, .content-builder .is-container .size-264, .content-builder .is-container .size-268, .content-builder .is-container .size-272, .content-builder .is-container .size-276, .content-builder .is-container .size-280, .content-builder .is-container .size-284, .content-builder .is-container .size-288, .content-builder .is-container .size-292, .content-builder .is-container .size-296, .content-builder .is-container .size-300, .content-builder .is-container .size-304, .content-builder .is-container .size-308, .content-builder .is-container .size-312, .content-builder .is-container .size-316, .content-builder .is-container .size-320, .content-builder .is-container .size-324, .content-builder .is-container .size-328, .content-builder .is-container .size-332, .content-builder .is-container .size-336, .content-builder .is-container .size-340, .content-builder .is-container .size-344, .content-builder .is-container .size-348, .content-builder .is-container .size-352, .content-builder .is-container .size-356, .content-builder .is-container .size-360, .content-builder .is-container .size-364, .content-builder .is-container .size-368, .content-builder .is-container .size-372, .content-builder .is-container .size-376, .content-builder .is-container .size-380, .content-builder .is-container .size-384, .content-builder .is-container .size-388, .content-builder .is-container .size-392, .content-builder .is-container .size-396, .content-builder .is-container .size-400{
  width: initial;
  height: initial;
}

.content-builder .is-container.size-16,
.content-builder .is-container.size-17,
.content-builder .is-container.size-18,
.content-builder .is-container.size-19,
.content-builder .is-container.size-20,
.content-builder .is-container.size-21 {
  width: 100%;
  height: initial;
}
.content-builder .is-container.size-16.h-full,
.content-builder .is-container.size-17.h-full,
.content-builder .is-container.size-18.h-full,
.content-builder .is-container.size-19.h-full,
.content-builder .is-container.size-20.h-full,
.content-builder .is-container.size-21.h-full {
  width: 100%;
  height: 100%;
}
