.csbs1012-mainWrapper {
  font-family: "ClarinsRegular", "Times New Roman", Times, serif;
  font-weight: normal;
  max-width: 1600px;
  padding: 0;
  margin: 0px auto;
}

/* Body */
.csbs1012-body {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.csbs1012-nowrap-desktop {
  white-space: nowrap;
}

.csbs1012-body .brcbs-logo-we-care {
  width: 308px;
  display: block;
  margin: 50px auto 25px;
}
.csbs1012-body .brcbs-logo-we-care img {
  width: 100%;
}

/* BODY TEXT */
.csbs1012-body .csbs1012-text {
  text-align: center;
  max-width: 1000px;
  margin: 0px auto 30px;
  position: relative;
  z-index: 2;
}

.csbs1012-body .csbs1012-text .csbs1012-title {
  font-family: "ClarinsRegular", "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  color: #333333;
  margin: 0 auto 30px;
}

.csbs1012-body .csbs1012-text .csbs1012-bodyText {
  margin: 0 30px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}

/* BODY TILES */
.csbs1012-tiles {
  width: 1170px;
  margin: 0 auto 0px;
  position: relative;
  z-index: 2;
}

.csbs1012-group:after {
  content: "";
  display: table;
  clear: both;
}

.csbs1012-tiles .csbs1012-tile {
  float: left;
  position: relative;
  width: 585px;
  height: 585px;
  margin: 0px;
}

.csbs1012-tiles .csbs1012-tile.csbs1012-tileLeftSide {
  float: left;
}
.csbs1012-tiles .csbs1012-tile.csbs1012-tileRightSide {
  float: right;
}

.csbs1012-tiles .csbs1012-tile .csbs1012-imgWrapper {
  width: inherit;
  height: inherit;
  background-color: #e4e4e4;
  overflow: hidden;
}

.csbs1012-tiles .csbs1012-tile .csbs1012-imgWrapper a {
  color: #333333;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  font-size: 12px;
  border: none;
  display: block;
}

.csbs1012-tiles .csbs1012-tile .csbs1012-imgWrapper a img {
  width: 100%;
  height: auto;
  position: relative;
  object-fit: cover;
  color: #333333;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  font-size: 12px;
  border: none;
}

.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper {
  width: inherit;
  height: inherit;
  box-sizing: border-box;
  border: solid 1px #cfcac9;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  display: table;
  padding-left: 80px;
  padding-right: 20px;
}

.csbs1012-tiles .csbs1012-tile.csbs1012-tileLeftSide .csbs1012-textWrapper {
  text-align: right;
  padding-left: 20px;
  padding-right: 80px;
}

.csbs1012-tiles
  .csbs1012-tile
  .csbs1012-textWrapper
  .csbs1012-textWrapperInner {
  display: table-cell;
  vertical-align: middle;
}

.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-title {
  font-family: "ClarinsRegular", "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 35px;
  color: #333333;
  margin: 0 0px 21px;
}

.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-subTitle {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,
    sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  margin: 0px 0px 0px 0px;
}

.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-bodyText {
  color: #000000;
  margin: 0px 80px 24px 0px;
}

.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-bodyText b {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,
    sans-serif;
  font-weight: 500;
}

.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-bodyText,
.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper a {
  font-size: 14px;
  line-height: 20px;
}

.csbs1012-tiles
  .csbs1012-tile.csbs1012-tileLeftSide
  .csbs1012-textWrapper
  .csbs1012-bodyText {
  margin: 0px 0px 24px 65px;
}

.csbs1012-tiles
  .csbs1012-tile
  .csbs1012-textWrapper
  .csbs1012-bodyText
  .csbs1012-footnote {
  font-size: 11px;
  line-height: 18px;
  display: block;
}

.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper a,
.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper a:visited,
.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper a:hover,
.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper a:active {
  text-decoration: underline;
  color: inherit;
  margin: 0px 10px 0px 0px;
}

.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper a:hover {
  color: #be0f34;
}

/* Desktop */
@media only screen and (max-width: 1190px) {
  .csbs1012-body .brcbs-logo-we-care {
    width: 40.419vw;
  }

  .csbs1012-body .csbs1012-text .csbs1012-title {
    font-size: 6.299vw;
    line-height: 6.299vw;
  }

  .csbs1012-body .csbs1012-text .csbs1012-bodyText {
    /* font-size: 2.09vw;
    line-height: 3.674vw;*/
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 10vw;
  }

  .csbs1012-tiles {
    width: 88.712vw;
  }

  .csbs1012-tiles .csbs1012-tile {
    width: 44.356vw;
    height: 44.356vw;
  }

  .csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper {
    padding-left: 4.724vw;
  }

  .csbs1012-tiles .csbs1012-tile.csbs1012-tileLeftSide .csbs1012-textWrapper {
    padding-right: 4.724vw;
  }

  .csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-title {
    margin-bottom: 2.724vw;
  }

  .csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-bodyText {
    margin-right: 8vw;
    margin-bottom: 2.724vw;
  }
  .csbs1012-tiles
    .csbs1012-tile.csbs1012-tileLeftSide
    .csbs1012-textWrapper
    .csbs1012-bodyText {
    margin-left: 0vw;
  }
}

/* Tablet */
@media only screen and (max-width: 1023px) {
  .csbs1012-hide {
    display: none;
  }
  .csbs1012-nowrap-desktop {
    white-space: normal;
  }

  .csbs1012-body .brcbs-logo-we-care {
    margin-bottom: 6.036vw;
  }

  .csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-title {
    font-size: 4.59vw;
    line-height: 4.59vw;
  }

  .csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-subTitle {
    font-size: 2.62vw;
    line-height: 4.199vw;
  }

  .csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-bodyText {
    font-size: 1.83vw;
    line-height: 2.62vw;
  }

  .csbs1012-tiles
    .csbs1012-tile
    .csbs1012-textWrapper
    .csbs1012-bodyText
    .csbs1012-footnote {
    font-size: 1.443vw;
    line-height: 2.362vw;
  }
}

/* Mobile */
@media only screen and (max-width: 761px) {
  .csbs1012-body .brcbs-logo-we-care {
    width: 70.13vw;
    margin-bottom: 8.533vw;
  }

  .csbs1012-body .csbs1012-text {
    margin: 9.866vw auto;
  }

  .csbs1012-body .csbs1012-text .csbs1012-title {
    font-size: 9.333vw;
    line-height: 9.333vw;
    margin-bottom: 10vw;
  }

  .csbs1012-tiles {
    width: 84.8vw;
  }

  .csbs1012-tiles .csbs1012-tile {
    width: 84.8vw;
    height: 84.8vw;
  }

  .csbs1012-tiles .csbs1012-tile.csbs1012-tileText {
    height: auto;
  }

  .csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper {
    border: none;
    height: auto;
    margin-bottom: 16vw;
    padding-left: 7.2vw;
    padding-right: 0px;
  }

  .csbs1012-tiles .csbs1012-tile.csbs1012-tileLeftSide .csbs1012-textWrapper {
    text-align: left;
    padding-left: 7.2vw;
  }

  .csbs1012-tiles .csbs1012-tile.csbs1012-tileLeftSide {
    float: left;
  }
  .csbs1012-tiles .csbs1012-tile.csbs1012-tileRightSide {
    float: left;
  }

  .csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-title {
    margin-top: 8.8vw;
    font-size: 9.333vw;
    line-height: 9.333vw;
  }

  .csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-subTitle {
    font-size: 5.333vw;
    line-height: 8.533vw;
  }

  .csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-bodyText,
  .csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper a {
    font-size: 3.733vw;
    line-height: 5.333vw;
  }

  .csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-bodyText {
    padding-right: 0px;
    margin-right: 0px;
  }

  .csbs1012-tiles
    .csbs1012-tile
    .csbs1012-textWrapper
    .csbs1012-bodyText
    .csbs1012-footnote {
    font-size: 2.933vw;
    line-height: 4.8vw;
  }
}

/*DTW edits*/

/*Iphone Portrait*/
@media screen and (max-width: 761px) {
.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-title {
    font-size: 8.333vw;
}
.csbs1012-tiles .csbs1012-tile .csbs1012-textWrapper .csbs1012-bodyText {
    width: 262px;
}
}