body {
  margin: 0; }

* {
  -webkit-box-sizing: border-box; }

.highlight {
  color: #D02C31;
  font-family: 'mukta-bold', sans-serif; }

.pik_header_text {
  background-color: #D02C31;
  color: white;
  padding: 16px 24px;
  text-align: center;
  font-family: 'mukta-bold', sans-serif; }
  .pik_header_text h2 {
    margin: 0 auto;
    font-size: 24px;
    line-height: 28px;
    max-width: 60%; }

picture.pik_block {
  display: flex; }
  picture.pik_block.vertical {
    height: 100%;
    overflow: hidden;
    justify-content: center; }
    picture.pik_block.vertical img {
      height: 100%;
      width: auto; }
  picture.pik_block.horizontal {
    width: 100%; }
    picture.pik_block.horizontal img {
      width: 100%; }

.pik_text_bottom_container {
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23a6a6a6' stroke-width='2' stroke-dasharray='6%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 24px 14px; }
  .pik_text_bottom_container p {
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    color: #333333;
    margin: 0;
    font-family: 'mukta-regular', sans-serif; }
  .pik_text_bottom_container .pik_btn_container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: -10px; }
    .pik_text_bottom_container .pik_btn_container a {
      background-color: #D02C31;
      color: white;
      font-size: 24px;
      padding: 8px 44px;
      text-transform: uppercase;
      font-family: 'mukta-bold', sans-serif;
      text-decoration: none; }

picture + .pik_text_bottom_container {
  position: relative;
  top: -4px;
  margin-bottom: -4px; }

.pik_full_img_margin .pik_video_container {
  padding: 56.25% 0 0 0;
  position: relative;
  margin: 24px 0; }
  .pik_full_img_margin .pik_video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.pik_two_images_text_square .pik_text_square {
  background-color: #FFF0E1;
  padding: 48px 24px;
  margin: -4px 0; }
  .pik_two_images_text_square .pik_text_square p {
    margin: 0;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    font-family: 'mukta-regular', sans-serif; }
    .pik_two_images_text_square .pik_text_square p:not(:first-of-type) {
      margin-top: 24px; }

.pik_two_images_text_square .pik_first_column .vertical img {
  height: auto;
  width: 100%; }

.pik_two_images_text_square .pik_text_bottom_container {
  margin: 10px 0 14px; }

.pik_two_images_diagonal picture {
  margin-bottom: 16px; }
  .pik_two_images_diagonal picture img {
    width: 100%; }

@media screen and (min-width: 769px) {
  #landing_happy_people section {
    max-width: 1800px;
    margin: 0 auto; }
  .pik_header_text {
    display: none; }
  .pik_text_bottom_container {
    padding: 36px 24px; }
    .pik_text_bottom_container p {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      font-size: 24px;
      line-height: 40px; }
      .pik_text_bottom_container p.pik_full {
        max-width: 100%; }
  .pik_full_img_margin {
    background-color: #FFF0E1; }
    .pik_full_img_margin .pik_video_container {
      margin: 0; }
      .pik_full_img_margin .pik_video_container iframe {
        width: 80%;
        left: 10%; }
  .pik_two_images_text_square {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .pik_two_images_text_square .pik_first_column {
      width: 44%; }
      .pik_two_images_text_square .pik_first_column .vertical img {
        height: 100%;
        width: auto; }
    .pik_two_images_text_square .pik_second_column {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 44%; }
      .pik_two_images_text_square .pik_second_column .pik_text_square {
        margin: 40px auto;
        padding: 30px 40px;
        max-width: 550px; }
        .pik_two_images_text_square .pik_second_column .pik_text_square p {
          font-size: 18px;
          line-height: 30px; }
    .pik_two_images_text_square .pik_text_bottom_container {
      width: 100%;
      margin: 0; }
      .pik_two_images_diagonal .pik_image_column:first-child {
        position: relative;
        z-index: 2;
        display: inline-block;
        width: 60%;
      }
      .pik_two_images_diagonal .pik_image_column:first-child a {
        width: 100%;
        display: inline-block;
      }
      .pik_two_images_diagonal .pik_image_column:nth-child(2) a {
        width: 60%;
        display: inline-block;
      }
      .pik_two_images_diagonal .pik_image_column:first-child picture {
      margin-bottom: 0; }
    .pik_two_images_diagonal .pik_image_column:nth-child(2) {
      display: flex;
      justify-content: flex-end;
      position: relative;
      bottom: 9vw;
      z-index: 1;
      margin-bottom: -6vw; }
   }
