.is-style-design-table figcaption {
  font-family: 'montserrat-bold';
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #BCBDC0;
  margin-top: 10px; }

.is-style-design-table table {
  border-collapse: collapse;
  table-layout: fixed; }
  .is-style-design-table table thead tr {
    border-bottom: 1px solid #E2E5ED; }
    .is-style-design-table table thead tr td, .is-style-design-table table thead tr th {
      padding-top: 0;
      padding-bottom: 14px;
      padding-left: 30px;
      text-align: right;
      font-weight: normal;
      word-break: keep-all; }
      .is-style-design-table table thead tr td strong, .is-style-design-table table thead tr th strong {
        font-weight: normal; }
  .is-style-design-table table tbody {
    vertical-align: baseline; }
    .is-style-design-table table tbody tr {
      margin-top: 10px; }
      .is-style-design-table table tbody tr td:not(:first-child) {
        font-family: 'montserrat-bold';
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        min-width: 100px; }
      .is-style-design-table table tbody tr td {
        font-family: 'PT Sans';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        text-align: right;
        color: #231F20;
        word-break: normal;
        padding-top: 10px; }
        .is-style-design-table table tbody tr td:first-child {
          text-align: left; }

@media screen and (max-width: 667px) {
  .is-style-design-table figcaption {
    margin-top: 40px; }
  .is-style-design-table .large-only {
    display: none; }
  .is-style-design-table table .st-head-row .st-key {
    display: none; }
  .is-style-design-table table .st-head-row .st-val {
    white-space: nowrap;
    text-align: left;
    padding: 40px 0 12px;
    font-family: 'montserrat-bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    color: #BCBDC0;
    margin-top: 10px; }
  .is-style-design-table table .st-head-row + tr {
    border-top: 1px solid #E2E5ED; }
  .is-style-design-table table .st-head-row:first-child .st-val {
    padding-top: 0; }
  .is-style-design-table table tbody tr td {
    font-size: 16px;
    line-height: 22px;
    color: #231F20; }
    .is-style-design-table table tbody tr td:not(:first-child) {
      min-width: 60px; } }

.is-style-colored-button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 35px;
  text-transform: lowercase;
  position: relative;
  z-index: 1;
  margin-top: 5px; }
  .is-style-colored-button div {
    background-color: transparent !important; }
  .is-style-colored-button:before, .is-style-colored-button:after {
    content: "";
    width: 100%;
    height: 42px;
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: 2;
    background: #ed2c44; }
  .is-style-colored-button:after {
    top: 0;
    left: 0;
    z-index: 1;
    background: #08b0a0; }
  .is-style-colored-button span {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    margin-left: 5px; }
  .is-style-colored-button a {
    font-family: 'montserrat-bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 12px;
    color: white !important;
    position: absolute;
    z-index: 2;
    background-color: transparent;
    text-align: center;
    width: calc(100% - 5px);
    height: 38px;
    margin-left: 5px;
    top: 0;
    border-radius: 0; }
  .is-style-colored-button:hover a {
    background: black; }

.is-style-outline-button {
  width: 100%; }
  .is-style-outline-button div {
    background-color: transparent !important; }
  .is-style-outline-button div:focus {
    color: black; }
  .is-style-outline-button a, .is-style-outline-button div {
    font-family: 'montserrat-bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: black !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 47px;
    text-transform: lowercase;
    border: 2px solid #231F20;
    background-color: transparent;
    border-radius: 0; }
    .is-style-outline-button a:hover, .is-style-outline-button div:hover {
      background: #231F20;
      color: white !important; }

.is-style-link-button {
  width: 100%; }
  .is-style-link-button div {
    background-color: transparent !important; }
  .is-style-link-button div:focus {
    color: #BCBDC0; }
  .is-style-link-button a, .is-style-link-button div {
    font-family: 'montserrat-bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #BCBDC0 !important;
    display: flex;
    background-color: transparent;
    padding: 0;
    white-space: nowrap; }
    .is-style-link-button a:after, .is-style-link-button div:after {
      content: "";
      display: block;
      min-width: 16px;
      width: 16px;
      height: 16px;
      margin-left: 5px;
      background-image: url("../img/arrow-grey.svg");
      background-repeat: no-repeat; }
  .is-style-link-button:hover a, .is-style-link-button:hover div {
    color: #08b0a0 !important; }
    .is-style-link-button:hover a:after, .is-style-link-button:hover div:after {
      background-image: url("../img/arrow-green.svg"); }

@media screen and (max-width: 942px) {
  .is-style-link-button a {
    font-size: 16px; }
  .is-style-outline-button a {
    font-size: 16px;
    line-height: 14px; }
  .is-style-colored-button a {
    font-size: 16px;
    white-space: nowrap; } }

.is-style-colored-quote {
  font-family: 'PT Sans';
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #08B0A0; }
  .is-style-colored-quote:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #ED2C44;
    margin-top: 20px; }

@media screen and (max-width: 667px) {
  .is-style-colored-quote {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.01em; }
    .is-style-colored-quote:after {
      margin-top: 10px; } }

.is-style-head-title {
  font-family: 'montserrat-bold';
  font-weight: 700;
  font-size: 54px;
  line-height: 58px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #231F20;
  margin-bottom: 60px; }

.is-style-block-title {
  font-family: 'montserrat-bold';
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #231f20;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid #231f20;
  margin-bottom: 30px;
  margin-top: 30px; }

.wp-block-column .is-style-block-title:first-child {
  margin-top: 0; }

@media screen and (max-width: 667px) {
  .is-style-head-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 34px; } }
