/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.content-layout-new {
  position: relative;
}
.content-layout-new--triangle .content-layout-new__bg-vector {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  right: unset;
  left: 50%;
  background-size: cover;
  background-color: #ffebea;
  height: 37.5rem;
  width: 37.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.content-layout-new--triangle .content-layout-new__img-group {
  text-align: center;
}
.content-layout-new--triangle.content-layout-new--right .content-layout-new__bg-vector {
  left: unset;
  right: 50%;
}