.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*$light-gray: #d8d8d8;*/
/*$lightest-gray: #f3f3f3;*/
/*$flame-orange: #f15322;*/
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media (min-width: 768px) {
  .cta-container {
    width: 18.5rem;
    height: 3rem;
    margin-left: 33.5rem;
    margin-top: 3.938rem;
    margin-bottom: 3.938rem;
    position: relative; }
  .experience-component .experience-assets-CTA {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem; } }

@media (min-width: 320px) and (max-width: 767px) {
  .cta-container {
    width: 17.938rem;
    height: 1.625rem;
    margin-left: 0.75rem;
    margin-top: 3.938rem;
    position: relative; }
  .experience-component .experience-assets-CTA {
    top: 0;
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem; } }

.cta-button {
  position: absolute;
  background: #ff5219; }

.full-static-pages .experience-layouts-1column:last-of-type .region_landscape-large {
  margin: 0; }
  .full-static-pages .experience-layouts-1column:last-of-type .region_landscape-large:before {
    padding: 0; }

.full-static-pages .cta-container {
  text-align: center;
  margin: 75px auto; }
  @media (min-width: 320px) and (max-width: 768px) {
    .full-static-pages .cta-container {
      margin: 31px auto;
      height: auto;
      width: 95%; } }

.full-static-pages .cta-button {
  font-family: Segma-Regular;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-decoration: none;
  background: #ff5219;
  padding: 11px 0;
  transition: all 0.4s ease;
  border: 2px solid #ff5219; }
  .full-static-pages .cta-button:hover {
    color: #ff5219;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid #ff5219; }
  @media (min-width: 320px) and (max-width: 768px) {
    .full-static-pages .cta-button {
      position: relative;
      left: 0;
      top: 0;
      width: auto;
      line-height: 48px;
      padding: 11px 5px; } }
