.paragraph--type-pg-text-image .field--name-field-title h2,
.paragraph--type-pg-image-text .field--name-field-title h2,
.paragraph--type-pg-col-image-text .field--name-field-title h2 {
  color: #f18402;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 0) and (max-width: 1250px) {
  .paragraph--type-pg-text-image .field--name-field-title h2,
  .paragraph--type-pg-image-text .field--name-field-title h2,
  .paragraph--type-pg-col-image-text .field--name-field-title h2 {
    font-size: 36px;
    margin-top: 30px;
  }
}

.paragraph--type-pg-text-image .field--name-field-subtitle h3,
.paragraph--type-pg-image-text .field--name-field-subtitle h3,
.paragraph--type-pg-col-image-text .field--name-field-subtitle h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.paragraph--type-pg-col-image-text {
  margin-bottom: 70px;
}

.paragraph--type-pg-col-image-text .content-wrapper {
  padding: 0 20px;
}

.paragraph--type-pg-col-image-text .content-wrapper .field--name-field-title h2 {
  margin-top: 30px;
}

.paragraph--type-pg-bg-image-text h2 {
  color: #fff;
  font-size: 66px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
  padding: 0 20px;
}

.paragraph--type-pg-bg-image-text .field--type-link a {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  text-align: center;
  font-size: 20px;
  font-family: 'Muli';
  line-height: 30px;
  padding: .5em 3em;
  border-radius: 2em;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  background-color: #f18402;
  color: #fff;
}

@media (min-width: 0) and (max-width: 1940px) {
  .paragraph--type-pg-bg-image-text .field--type-link a {
    font-size: 18px;
  }
}

@media (min-width: 0) and (max-width: 1250px) {
  .paragraph--type-pg-bg-image-text .field--type-link a {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0) and (max-width: 374px) {
  .paragraph--type-pg-bg-image-text .field--type-link a {
    line-height: 1.1em;
  }
}

.paragraph--type-pg-bg-image-text .field--type-link a:hover {
  background-color: #d87602;
}

.paragraph--type-pg-n-cols-image-text .columns-2 {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
  float: none;
  width: auto;
}

.paragraph--type-pg-n-cols-image-text .columns-2:before {
  content: "";
  display: table;
}

.paragraph--type-pg-n-cols-image-text .columns-2:after {
  content: "";
  display: table;
  clear: both;
}

.paragraph--type-pg-n-cols-image-text .columns-2 > .column {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

.paragraph--type-pg-n-cols-image-text .columns-2 > .column:nth-child(2n+1) {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-2 > .column:nth-child(2n+1) + .column {
  clear: none;
}

[dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-2 > .column:nth-child(2n+1) {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-2 > .column:nth-child(2n+2) {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-2 > .column:nth-child(2n+2) + .column {
  clear: left;
}

[dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-2 > .column:nth-child(2n+2) + .column {
  clear: right;
}

[dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-2 > .column:nth-child(2n+2) {
  float: right;
  margin-right: 50%;
  margin-left: -100%;
}

@media (min-width: 0) and (max-width: 767px) {
  .paragraph--type-pg-n-cols-image-text .columns-2 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
  }
  .paragraph--type-pg-n-cols-image-text .columns-2:before {
    content: "";
    display: table;
  }
  .paragraph--type-pg-n-cols-image-text .columns-2:after {
    content: "";
    display: table;
    clear: both;
  }
  .paragraph--type-pg-n-cols-image-text .columns-2 > .column {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .paragraph--type-pg-n-cols-image-text .columns-2 > .column:nth-child(1n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  .paragraph--type-pg-n-cols-image-text .columns-2 > .column:nth-child(1n+1) + .column {
    clear: left;
  }
  [dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-2 > .column:nth-child(1n+1) + .column {
    clear: right;
  }
  [dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-2 > .column:nth-child(1n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
}

.paragraph--type-pg-n-cols-image-text .columns-3 {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
  float: none;
  width: auto;
}

.paragraph--type-pg-n-cols-image-text .columns-3:before {
  content: "";
  display: table;
}

.paragraph--type-pg-n-cols-image-text .columns-3:after {
  content: "";
  display: table;
  clear: both;
}

.paragraph--type-pg-n-cols-image-text .columns-3 > .column {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

.paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(3n+1) {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(3n+1) + .column {
  clear: none;
}

[dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(3n+1) {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(3n+2) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(3n+2) + .column {
  clear: none;
}

[dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(3n+2) {
  float: right;
  margin-right: 33.33333%;
  margin-left: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(3n+3) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(3n+3) + .column {
  clear: left;
}

[dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(3n+3) + .column {
  clear: right;
}

[dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(3n+3) {
  float: right;
  margin-right: 66.66667%;
  margin-left: -100%;
}

@media (min-width: 0) and (max-width: 991px) {
  .paragraph--type-pg-n-cols-image-text .columns-3 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
  }
  .paragraph--type-pg-n-cols-image-text .columns-3:before {
    content: "";
    display: table;
  }
  .paragraph--type-pg-n-cols-image-text .columns-3:after {
    content: "";
    display: table;
    clear: both;
  }
  .paragraph--type-pg-n-cols-image-text .columns-3 > .column {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
  }
  .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(2n+1) + .column {
    clear: none;
  }
  [dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(2n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(2n+2) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(2n+2) + .column {
    clear: left;
  }
  [dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(2n+2) + .column {
    clear: right;
  }
  [dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(2n+2) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .paragraph--type-pg-n-cols-image-text .columns-3 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
  }
  .paragraph--type-pg-n-cols-image-text .columns-3:before {
    content: "";
    display: table;
  }
  .paragraph--type-pg-n-cols-image-text .columns-3:after {
    content: "";
    display: table;
    clear: both;
  }
  .paragraph--type-pg-n-cols-image-text .columns-3 > .column {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(1n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(1n+1) + .column {
    clear: left;
  }
  [dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(1n+1) + .column {
    clear: right;
  }
  [dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-3 > .column:nth-child(1n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
}

.paragraph--type-pg-n-cols-image-text .columns-4 {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
  float: none;
  width: auto;
}

.paragraph--type-pg-n-cols-image-text .columns-4:before {
  content: "";
  display: table;
}

.paragraph--type-pg-n-cols-image-text .columns-4:after {
  content: "";
  display: table;
  clear: both;
}

.paragraph--type-pg-n-cols-image-text .columns-4 > .column {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

.paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(4n+1) {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(4n+1) + .column {
  clear: none;
}

[dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(4n+1) {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(4n+2) {
  float: left;
  width: 25%;
  margin-left: 25%;
  margin-right: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(4n+2) + .column {
  clear: none;
}

[dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(4n+2) {
  float: right;
  margin-right: 25%;
  margin-left: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(4n+3) {
  float: left;
  width: 25%;
  margin-left: 50%;
  margin-right: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(4n+3) + .column {
  clear: none;
}

[dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(4n+3) {
  float: right;
  margin-right: 50%;
  margin-left: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(4n+4) {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
}

.paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(4n+4) + .column {
  clear: left;
}

[dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(4n+4) + .column {
  clear: right;
}

[dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(4n+4) {
  float: right;
  margin-right: 75%;
  margin-left: -100%;
}

@media (min-width: 0) and (max-width: 991px) {
  .paragraph--type-pg-n-cols-image-text .columns-4 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
  }
  .paragraph--type-pg-n-cols-image-text .columns-4:before {
    content: "";
    display: table;
  }
  .paragraph--type-pg-n-cols-image-text .columns-4:after {
    content: "";
    display: table;
    clear: both;
  }
  .paragraph--type-pg-n-cols-image-text .columns-4 > .column {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
  }
  .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(2n+1) + .column {
    clear: none;
  }
  [dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(2n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(2n+2) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(2n+2) + .column {
    clear: left;
  }
  [dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(2n+2) + .column {
    clear: right;
  }
  [dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(2n+2) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .paragraph--type-pg-n-cols-image-text .columns-4 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
  }
  .paragraph--type-pg-n-cols-image-text .columns-4:before {
    content: "";
    display: table;
  }
  .paragraph--type-pg-n-cols-image-text .columns-4:after {
    content: "";
    display: table;
    clear: both;
  }
  .paragraph--type-pg-n-cols-image-text .columns-4 > .column {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(1n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(1n+1) + .column {
    clear: left;
  }
  [dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(1n+1) + .column {
    clear: right;
  }
  [dir="rtl"] .paragraph--type-pg-n-cols-image-text .columns-4 > .column:nth-child(1n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
}

.paragraph--type-pg-image-text.ds-2col,
.paragraph--type-pg-text-image.ds-2col {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  align-items: center;
  display: flex;
  margin: 0 0 70px;
}

.paragraph--type-pg-image-text.ds-2col:before,
.paragraph--type-pg-text-image.ds-2col:before {
  content: "";
  display: table;
}

.paragraph--type-pg-image-text.ds-2col:after,
.paragraph--type-pg-text-image.ds-2col:after {
  content: "";
  display: table;
  clear: both;
}

.paragraph--type-pg-image-text.ds-2col > .group-left,
.paragraph--type-pg-text-image.ds-2col > .group-left {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  padding: 0;
}

[dir="rtl"] .paragraph--type-pg-image-text.ds-2col > .group-left, [dir="rtl"]
.paragraph--type-pg-text-image.ds-2col > .group-left {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

.paragraph--type-pg-image-text.ds-2col > .group-left img,
.paragraph--type-pg-text-image.ds-2col > .group-left img {
  display: block;
}

.paragraph--type-pg-image-text.ds-2col > .group-right,
.paragraph--type-pg-text-image.ds-2col > .group-right {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  padding: 0;
}

[dir="rtl"] .paragraph--type-pg-image-text.ds-2col > .group-right, [dir="rtl"]
.paragraph--type-pg-text-image.ds-2col > .group-right {
  float: right;
  margin-right: 50%;
  margin-left: -100%;
}

.paragraph--type-pg-image-text.ds-2col > .group-right > div,
.paragraph--type-pg-text-image.ds-2col > .group-right > div {
  padding: 0 50px;
}

.paragraph--type-pg-image-text.ds-2col.wide,
.paragraph--type-pg-text-image.ds-2col.wide {
  background: #faf8f4;
}

.paragraph--type-pg-image-text.ds-2col.wide > .group-left,
.paragraph--type-pg-text-image.ds-2col.wide > .group-left {
  float: left;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .paragraph--type-pg-image-text.ds-2col.wide > .group-left, [dir="rtl"]
.paragraph--type-pg-text-image.ds-2col.wide > .group-left {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

.paragraph--type-pg-image-text.ds-2col.wide > .group-right,
.paragraph--type-pg-text-image.ds-2col.wide > .group-right {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}

[dir="rtl"] .paragraph--type-pg-image-text.ds-2col.wide > .group-right, [dir="rtl"]
.paragraph--type-pg-text-image.ds-2col.wide > .group-right {
  float: right;
  margin-right: 66.66667%;
  margin-left: -100%;
}

.paragraph--type-pg-text-image.ds-2col {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph--type-pg-text-image.ds-2col:before {
  content: "";
  display: table;
}

.paragraph--type-pg-text-image.ds-2col:after {
  content: "";
  display: table;
  clear: both;
}

.paragraph--type-pg-text-image.ds-2col > .group-left {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
  padding-left: 0;
  padding-right: 0;
}

[dir="rtl"] .paragraph--type-pg-text-image.ds-2col > .group-left {
  float: right;
  margin-right: 50%;
  margin-left: -100%;
}

.paragraph--type-pg-text-image.ds-2col > .group-right {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 0;
  padding-right: 0;
}

[dir="rtl"] .paragraph--type-pg-text-image.ds-2col > .group-right {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

.paragraph--type-pg-text-image.ds-2col.wide {
  background: #faf8f4;
}

.paragraph--type-pg-text-image.ds-2col.wide > .group-left {
  float: left;
  width: 66.66667%;
  margin-left: 33.33333%;
  margin-right: -100%;
}

[dir="rtl"] .paragraph--type-pg-text-image.ds-2col.wide > .group-left {
  float: right;
  margin-right: 33.33333%;
  margin-left: -100%;
}

.paragraph--type-pg-text-image.ds-2col.wide > .group-right {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .paragraph--type-pg-text-image.ds-2col.wide > .group-right {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 0) and (max-width: 1250px) {
  .paragraph--type-pg-image-text.ds-2col {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .paragraph--type-pg-image-text.ds-2col:before {
    content: "";
    display: table;
  }
  .paragraph--type-pg-image-text.ds-2col:after {
    content: "";
    display: table;
    clear: both;
  }
  .paragraph--type-pg-image-text.ds-2col > .group-left {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  [dir="rtl"] .paragraph--type-pg-image-text.ds-2col > .group-left {
    clear: right;
  }
  [dir="rtl"] .paragraph--type-pg-image-text.ds-2col > .group-left {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .paragraph--type-pg-image-text.ds-2col > .group-right {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  [dir="rtl"] .paragraph--type-pg-image-text.ds-2col > .group-right {
    clear: right;
  }
  [dir="rtl"] .paragraph--type-pg-image-text.ds-2col > .group-right {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .paragraph--type-pg-image-text.ds-2col > .group-right > div {
    padding: 0 20px;
  }
  .paragraph--type-pg-image-text.ds-2col.wide > .group-left {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .paragraph--type-pg-image-text.ds-2col.wide > .group-left {
    clear: right;
  }
  [dir="rtl"] .paragraph--type-pg-image-text.ds-2col.wide > .group-left {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .paragraph--type-pg-image-text.ds-2col.wide > .group-right {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .paragraph--type-pg-image-text.ds-2col.wide > .group-right {
    clear: right;
  }
  [dir="rtl"] .paragraph--type-pg-image-text.ds-2col.wide > .group-right {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .paragraph--type-pg-text-image.ds-2col {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .paragraph--type-pg-text-image.ds-2col:before {
    content: "";
    display: table;
  }
  .paragraph--type-pg-text-image.ds-2col:after {
    content: "";
    display: table;
    clear: both;
  }
  .paragraph--type-pg-text-image.ds-2col > .group-left {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  [dir="rtl"] .paragraph--type-pg-text-image.ds-2col > .group-left {
    clear: right;
  }
  [dir="rtl"] .paragraph--type-pg-text-image.ds-2col > .group-left {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .paragraph--type-pg-text-image.ds-2col > .group-right {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  [dir="rtl"] .paragraph--type-pg-text-image.ds-2col > .group-right {
    clear: right;
  }
  [dir="rtl"] .paragraph--type-pg-text-image.ds-2col > .group-right {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .paragraph--type-pg-text-image.ds-2col > .group-right > div {
    padding: 0 20px;
  }
  .paragraph--type-pg-text-image.ds-2col.wide > .group-left {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .paragraph--type-pg-text-image.ds-2col.wide > .group-left {
    clear: right;
  }
  [dir="rtl"] .paragraph--type-pg-text-image.ds-2col.wide > .group-left {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .paragraph--type-pg-text-image.ds-2col.wide > .group-right {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .paragraph--type-pg-text-image.ds-2col.wide > .group-right {
    clear: right;
  }
  [dir="rtl"] .paragraph--type-pg-text-image.ds-2col.wide > .group-right {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
}

/*# sourceMappingURL=pages-pg-text-image.css.map */
