@charset "UTF-8";
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  position: relative; }

input {
  font-size: inherit;
  text-transform: inherit;
  line-height: 0;
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit; }

textarea {
  background: transparent;
  border: 0;
  word-wrap: break-word;
  resize: none;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  height: 100%;
  text-align: inherit; }

body {
  font-family: "Roboto";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  color: #2b2b2b;
  box-sizing: border-box; }

.heading-primary {
  font-family: "Roboto";
  color: #2b2b2b;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center; }

.heading-secondary {
  font-family: "Roboto";
  color: #2b2b2b;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px; }

@media (min-width: 320px) and (max-width: 767px) {
  .heading-primary {
    font-size: 2.5rem; } }

.center-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: white; }

.hidden {
  display: none !important; }

.u-block {
  padding: 50px 9.93%; }

.u-main-wrapper {
  max-width: 1440px;
  margin: auto; }

.u-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 4; }

.u-center-text {
  text-align: center; }

.u-left-text {
  text-align: left; }

.u-margin-bottom-big {
  margin-bottom: 8rem; }

.u-margin-bottom-medium {
  margin-bottom: 4rem; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem; }

.u-margin-top-big {
  margin-top: 8rem; }

.u-margin-top-big {
  margin-top: 10rem; }

.column {
  display: inline-block;
  vertical-align: top; }

.col_w_45 {
  width: 45%; }

.col_w_55 {
  width: 55%; }

.col_h_full {
  height: 100%; }

.col_h_half {
  height: 50%; }

.col_w_half {
  width: 50%; }

.col_w_full {
  width: 100%; }

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px; }

@media (min-width: 320px) and (max-width: 480px) {
  .u-block {
    padding: 30px 2%; } }

@media (min-width: 481px) and (max-width: 768px) {
  .u-block {
    padding: 30px 15px; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .u-block {
    padding: 50px 50px; } }

/*!
 * Cropper v4.0.0
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-04-01T06:26:32.417Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cropper-container img {
  /*Avoid margin top issue (Occur only when margin-top <= -height)
 */
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%; }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden; }

.cropper-drag-box {
  background-color: #fff;
  opacity: 0; }

.cropper-modal {
  background-color: #000;
  opacity: .5; }

.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(51, 153, 255, 0.75);
  outline: 1px solid #39f;
  overflow: hidden;
  width: 100%; }

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute; }

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%; }

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%; }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0; }

.cropper-center:before,
.cropper-center:after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute; }

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px; }

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px; }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%; }

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0; }

.cropper-line {
  background-color: #39f; }

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px; }

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px; }

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px; }

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0; }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px; }

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%; }

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px; }

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%; }

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px; }

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px; }

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px; }

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px; }

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px; }

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px; } }

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px; } }

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px; } }

.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%; }

.cropper-invisible {
  opacity: 0; }

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.cropper-hidden {
  display: none !important; }

.cropper-move {
  cursor: move; }

.cropper-crop {
  cursor: crosshair; }

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed; }

.btn {
  padding-left: .75rem;
  padding-right: .75rem; }

label.btn {
  margin-bottom: 0; }

.d-flex > .btn {
  flex: 1; }

.carbonads {
  border-radius: .25rem;
  border: 1px solid #ccc;
  font-size: .875rem;
  overflow: hidden;
  padding: 1rem; }

.carbon-wrap {
  overflow: hidden; }

.carbon-img {
  clear: left;
  display: block;
  float: left; }

.carbon-text,
.carbon-poweredby {
  display: block;
  margin-left: 140px; }

.carbon-text,
.carbon-text:hover,
.carbon-text:focus {
  color: #fff;
  text-decoration: none; }

.carbon-poweredby,
.carbon-poweredby:hover,
.carbon-poweredby:focus {
  color: #ddd;
  text-decoration: none; }

@media (min-width: 768px) {
  .carbonads {
    float: right;
    margin-bottom: -1rem;
    margin-top: -1rem;
    max-width: 360px; } }

.footer {
  font-size: .875rem;
  overflow: hidden; }

.heart {
  color: #ddd;
  display: block;
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 0;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  width: 100%; }

.heart:hover {
  color: #ff4136; }

.heart::before {
  border-top: 1px solid #eee;
  content: " ";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%; }

.heart::after {
  background-color: #fff;
  content: "♥";
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
  z-index: 1; }

.img-container,
.img-preview {
  background-color: #f7f7f7;
  text-align: center;
  width: 100%; }

.img-container {
  margin-bottom: 1rem;
  max-height: 497px;
  min-height: 200px; }

@media (min-width: 768px) {
  .img-container {
    min-height: 497px; } }

.img-container > img {
  max-width: 100%; }

.docs-preview {
  margin-right: -1rem; }

.img-preview {
  float: left;
  margin-bottom: .5rem;
  margin-right: .5rem;
  overflow: hidden; }

.img-preview > img {
  max-width: 100%; }

.preview-lg {
  height: 9rem;
  width: 16rem; }

.preview-md {
  height: 4.5rem;
  width: 8rem; }

.preview-sm {
  height: 2.25rem;
  width: 4rem; }

.preview-xs {
  height: 1.125rem;
  margin-right: 0;
  width: 2rem; }

.docs-data > .input-group {
  margin-bottom: .5rem; }

.docs-data .input-group-prepend .input-group-text {
  min-width: 4rem; }

.docs-data .input-group-append .input-group-text {
  min-width: 3rem; }

.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
  margin-bottom: .5rem;
  margin-right: .25rem; }

.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
  margin-bottom: .5rem; }

.docs-tooltip {
  display: block;
  margin: -.5rem -.75rem;
  padding: .5rem .75rem; }

.docs-tooltip > .icon {
  margin: 0 -.25rem;
  vertical-align: top; }

.tooltip-inner {
  white-space: normal; }

.btn-upload .tooltip-inner,
.btn-toggle .tooltip-inner {
  white-space: nowrap; }

.btn-toggle {
  padding: .5rem; }

.btn-toggle > .docs-tooltip {
  margin: -.5rem;
  padding: .5rem; }

.uploadButton {
  width: 140px !important;
  font-size: 12px; }
  .uploadButton span.fa {
    margin-right: 5px; }

.zoomButton {
  width: 100px !important;
  font-size: 12px; }
  .zoomButton span.fa {
    margin-right: 5px; }

.resetButton {
  width: 70px !important;
  font-size: 12px; }
  .resetButton span.fa {
    margin-right: 5px; }

.cropButton span.fa {
  margin-right: 5px; }

@media (max-width: 400px) {
  .btn-group-crop {
    margin-right: -1rem !important; }
  .btn-group-crop > .btn {
    padding-left: .5rem;
    padding-right: .5rem; }
  .btn-group-crop .docs-tooltip {
    margin-left: -.5rem;
    margin-right: -.5rem;
    padding-left: .5rem;
    padding-right: .5rem; } }

.docs-options .dropdown-menu {
  width: 100%; }

.docs-options .dropdown-menu > li {
  font-size: .875rem;
  padding: .125rem 1rem; }

.docs-options .dropdown-menu .form-check-label {
  display: block; }

.docs-cropped .modal-body {
  text-align: center; }

.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
  max-width: 100%; }

.options__menu {
  background: #2b2b2b;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px 49px; }
  .options__menu .branding {
    display: inline-block; }
    .options__menu .branding img.showcaseBranding {
      width: 100px;
      vertical-align: top; }
    .options__menu .branding:hover {
      cursor: pointer; }
  .options__menu .templateInfo {
    display: inline-block;
    color: #fff;
    vertical-align: -webkit-baseline-middle;
    margin-left: 50px;
    font-family: "Droid Sans"; }
    .options__menu .templateInfo .templateStatus {
      margin-right: 10px; }
    .options__menu .templateInfo .partition {
      color: grey; }
    .options__menu .templateInfo .saveStatus {
      margin-left: 10px; }
  .options__menu .templateOptionsSection {
    display: inline-block;
    position: absolute;
    right: 7.93%;
    top: 12px; }
    .options__menu .templateOptionsSection .templateOptions {
      margin-left: 5px; }
    .options__menu .templateOptionsSection .faviconOption {
      margin: 0;
      vertical-align: middle;
      position: relative;
      padding-top: 3px; }
  .options__menu .share-dialog {
    position: absolute;
    z-index: 500;
    top: 100%;
    width: 300px;
    margin: 10px 0;
    background: #FFF;
    right: 62%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
    border: 2px solid #e8e8e8;
    padding: 15px; }
    .options__menu .share-dialog:after {
      content: '';
      border-bottom: 10px solid #fff;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      position: absolute;
      top: -10px;
      right: 0px; }
    .options__menu .share-dialog .close-dialog {
      float: right;
      width: 40px;
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px;
      cursor: pointer; }
      .options__menu .share-dialog .close-dialog i:before {
        color: black;
        font-size: 15px; }
    .options__menu .share-dialog p {
      font-size: 14px;
      line-height: 1.5; }
    .options__menu .share-dialog .share-link {
      display: block;
      margin: 10px 0 0 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearanance: none;
      border-radius: 3px;
      background: #fff;
      width: 100%;
      border: 1px solid #e8e8e8;
      cursor: pointer;
      padding: 16px 22px;
      font-size: 14px;
      line-height: 1.5;
      padding: 5px 10px; }
      .options__menu .share-dialog .share-link:focus {
        border-color: #149075;
        outline: 0; }
      .options__menu .share-dialog .share-link.error-border {
        border-color: #eb1c2a; }
  .options__menu .profileImgAction {
    float: right;
    display: inline-block;
    position: relative; }
    .options__menu .profileImgAction .user_img {
      padding: 0;
      height: 37px;
      width: 37px;
      border-radius: 50%;
      cursor: pointer; }
    .options__menu .profileImgAction .profile-menu {
      font-family: "Droid Sans";
      position: absolute;
      width: 280px;
      right: 0;
      z-index: 10;
      background: #FFF;
      margin: 0 auto;
      margin-top: 15px;
      box-shadow: 0 4px 8px grey;
      border-radius: 4px;
      transition: all 0.2s ease-in-out; }
      .options__menu .profileImgAction .profile-menu:before {
        content: '';
        border-right: 10px solid transparent;
        border-bottom: 10px solid #8d622e;
        border-left: 10px solid transparent;
        position: absolute;
        top: -8px;
        right: 10px; }
      .options__menu .profileImgAction .profile-menu .profile-header {
        padding: 15px;
        background: #8d622e;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px; }
        .options__menu .profileImgAction .profile-menu .profile-header p {
          margin: 0;
          color: #fff;
          font-size: 14px;
          line-height: 1.3; }
          .options__menu .profileImgAction .profile-menu .profile-header p.user-name {
            font-size: 16px;
            text-transform: capitalize; }
      .options__menu .profileImgAction .profile-menu .profile-body {
        background: #fff;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px; }
        .options__menu .profileImgAction .profile-menu .profile-body .content-container {
          border-bottom: 1px solid #ebebeb;
          padding: 10px 15px; }
          .options__menu .profileImgAction .profile-menu .profile-body .content-container .basicAccount {
            color: #808080;
            font-size: 14px;
            /* Approximation due to font substitution */
            font-weight: 400;
            line-height: 24px;
            /* Approximation due to font substitution */
            text-align: left;
            margin: 3px 0px; }
          .options__menu .profileImgAction .profile-menu .profile-body .content-container span {
            color: #2b2b2b;
            font-size: 14px;
            /* Approximation due to font substitution */
            font-weight: 400;
            line-height: 24px;
            /* Approximation due to font substitution */
            text-align: left; }
        .options__menu .profileImgAction .profile-menu .profile-body ul {
          margin: 0;
          list-style: none;
          padding-left: 0;
          padding: 10px 15px; }
          .options__menu .profileImgAction .profile-menu .profile-body ul li {
            margin: 10px 0;
            font-size: 16px;
            cursor: pointer; }
            .options__menu .profileImgAction .profile-menu .profile-body ul li:hover {
              text-decoration: underline; }
            .options__menu .profileImgAction .profile-menu .profile-body ul li .button {
              position: relative;
              top: -5px;
              border-radius: 6px;
              padding: 5px 15px;
              border: 1px solid #4b4b4b; }
            .options__menu .profileImgAction .profile-menu .profile-body ul li a {
              color: inherit; }
              .options__menu .profileImgAction .profile-menu .profile-body ul li a:hover {
                text-decoration: underline; }
      .options__menu .profileImgAction .profile-menu.active {
        opacity: 1;
        visibility: visible;
        top: 100%;
        height: auto; }

@media (max-width: 1200px) {
  .options__menu .templateInfo {
    font-size: 12px;
    margin-left: 20px; }
  .options__menu .templateOptionsSection {
    right: 9%; } }

@media (max-width: 374px) {
  .profileImgAction {
    margin-right: 0; }
    .profileImgAction .profile-menu {
      margin-right: 0; } }

.removeSection {
  position: relative; }
  .removeSection .optional-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .7;
    z-index: 2; }
  .removeSection .optional-section-include {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7rem;
    text-align: center;
    transition: all .5s;
    backface-visibility: hidden;
    opacity: 0; }
    .removeSection .optional-section-include .includeButton {
      display: inline-block;
      line-height: 2.2;
      margin: 10px; }
  .removeSection:hover .optional-section-include {
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 2; }

.bannerOne {
  position: relative;
  min-height: 803px; }
  .bannerOne .bg-video img.banner_image {
    width: 100%; }
  .bannerOne .bg-video .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(70%);
    overflow: hidden; }
  .bannerOne .bg-video .video-foreground,
  .bannerOne .bg-video .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .bannerOne__container {
    width: 100%;
    margin: 100px 0;
    margin: 0; }
  .bannerOne__section-one {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 20px; }
  .bannerOne__company-logo {
    height: 60px;
    display: block; }
  .bannerOne__red-row {
    background-color: #cf381e;
    width: 90px;
    height: 3px;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto; }
  .bannerOne__section-two {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%; }
  .bannerOne__company-name {
    color: #fff;
    font-size: 30px;
    font-size: 27px;
    background: transparent;
    border: 0;
    display: block;
    width: 45%;
    font-weight: 700;
    margin: 0 auto;
    width: 100%; }
    .bannerOne__company-name ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 1;
      /* Firefox */ }
    .bannerOne__company-name :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
    .bannerOne__company-name ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #fff; }
  .bannerOne__headingSubText {
    font-family: "Roboto";
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    transform: scaleX(1.0002);
    display: block;
    background: transparent;
    border: 0;
    word-wrap: break-word;
    height: 150px;
    resize: none;
    text-align: center;
    width: 45%;
    margin: 0 auto;
    width: 100%; }
  .bannerOne .play__video1 {
    position: relative;
    color: #fff;
    padding: 10px;
    width: 65%;
    margin: 0 auto;
    top: 50px; }
    .bannerOne .play__video1 img {
      width: 25px; }

@media (max-width: 767px) {
  .bannerOne {
    min-height: 541px;
    position: relative; }
    .bannerOne .bg-video .video-background {
      z-index: 0; }
    .bannerOne .bg-video .video-background iframe {
      height: 100%;
      transform: scale(2);
      pointer-events: auto; }
    .bannerOne__section-two {
      width: 80%; }
    .bannerOne__company-name {
      font-size: 24px; }
    .bannerOne__headingSubText {
      font-size: 14px; } }

@media (max-width: 479px) {
  .bannerOne {
    min-height: 470px;
    position: relative; }
    .bannerOne .bg-video .video-background iframe {
      height: 100%;
      transform: scale(2); }
    .bannerOne__company-logo {
      height: 40px; } }

@media (max-width: 360px) {
  .bannerOne {
    min-height: 400px;
    position: relative; }
    .bannerOne .bg-video .video-background iframe {
      height: 100%;
      transform: scale(2); }
    .bannerOne__company-logo {
      height: 30px; } }

@media (min-width: 768px) {
  .bannerOne {
    min-height: 433px;
    position: relative; }
    .bannerOne .bg-video .video-background iframe {
      height: 433px;
      transform: scale(1.2); }
    .bannerOne__company-logo {
      height: 50px; }
    .bannerOne__company-name {
      font-size: 24px; }
    .bannerOne__headingSubText {
      font-size: 14px; } }

@media (min-width: 1024px) {
  .bannerOne {
    min-height: 575px;
    position: relative; }
    .bannerOne .bg-video .video-background iframe {
      height: 575px;
      transform: scale(1); }
    .bannerOne__company-logo {
      height: 60px; }
    .bannerOne__company-name {
      font-size: 27px; }
    .bannerOne__headingSubText {
      font-size: 16px; } }

@media (min-width: 1280px) {
  .bannerOne {
    min-height: 600px;
    position: relative; }
    .bannerOne .bg-video .video-background iframe {
      height: 600px;
      transform: scale(1.21); } }

@media (min-width: 1366px) {
  .bannerOne {
    min-height: 700px;
    position: relative; }
    .bannerOne .bg-video .video-background iframe {
      height: 700px; } }

@media (min-width: 1440px) {
  .bannerOne {
    position: relative; }
    .bannerOne .bg-video .video-background iframe {
      height: 803px; } }

p {
  margin: 0; }

.bannerTwo {
  background-color: #fff; }
  .bannerTwo__container {
    margin: 0 auto; }
    .bannerTwo__container.web {
      display: block; }
    .bannerTwo__container.mobile {
      display: none; }
  .bannerTwo__section-one {
    width: 34.5%;
    font-family: "Roboto";
    color: #010101;
    font-weight: 700;
    text-align: left;
    transform: scaleX(1.0002);
    display: inline-block;
    float: left;
    margin-right: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #f3ede5;
    box-sizing: border-box;
    background-color: #fdf9f4;
    height: 601px;
    padding: 40px 50px; }
    .bannerTwo__section-one h4 {
      font-size: 14px;
      line-height: 1.7;
      margin: 0 0 15px 0; }
  .bannerTwo .logoImageContainer {
    position: relative; }
  .bannerTwo__company-logo {
    max-width: 250px;
    max-height: 70px;
    display: block; }
  .bannerTwo__red-row {
    background-color: #cf381e;
    width: 90px;
    height: 5px;
    margin-right: 5px;
    margin-top: 66px;
    margin-bottom: 47px; }
  .bannerTwo__company-name {
    font-size: 30px;
    font-size: 27px;
    background: transparent;
    border: 0;
    display: block;
    margin-bottom: 10px;
    margin-bottom: 15px;
    width: 100%;
    font-weight: 700;
    line-height: 1.4;
    word-break: break-word; }
    .bannerTwo__company-name ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #010101;
      opacity: 1;
      /* Firefox */ }
    .bannerTwo__company-name :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #010101; }
    .bannerTwo__company-name ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #010101; }
  .bannerTwo__headingSubText {
    font-family: "Roboto";
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    transform: scaleX(1.0002);
    display: block;
    background: transparent;
    border: 0;
    word-wrap: break-word;
    height: 187px;
    resize: none;
    width: 100%;
    word-break: break-word; }
  .bannerTwo__section-two {
    display: inline-block;
    position: relative;
    width: 64.99%; }
  .bannerTwo__banner-image {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%; }
  .bannerTwo__viewPhotos {
    border-radius: 2px;
    background-color: #212121;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
    width: 195px;
    height: 43px;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 20px; }
    .bannerTwo__viewPhotos img {
      width: 26px;
      height: 20px;
      margin-left: 16px;
      line-height: 0;
      position: absolute;
      top: 48%;
      transform: translateY(-50%); }
    .bannerTwo__viewPhotos i {
      margin-left: 16px;
      line-height: 0;
      position: absolute;
      top: 48%;
      transform: translateY(-50%); }
    .bannerTwo__viewPhotos span {
      position: absolute;
      top: 48%;
      left: 27%;
      transform: translateY(-50%);
      margin: 0 10px 0 5px;
      color: #ffffff;
      font-size: 17px;
      font-weight: 500;
      line-height: 39px;
      text-align: left;
      font-family: sans-serif; }

@media (max-width: 1435px) {
  .bannerTwo__section-one {
    height: 593px; } }

@media (max-width: 1366px) {
  .bannerTwo__section-one {
    height: 569px; }
  .bannerTwo__company-name {
    font-size: 25px; }
  .bannerTwo__headingSubText {
    height: 159px; } }

@media (max-width: 1301px) {
  .bannerTwo__section-one {
    height: 535px; }
  .bannerTwo__red-row {
    margin-top: 50px;
    margin-bottom: 32px; }
  .bannerTwo__company-name {
    font-size: 24px; }
  .bannerTwo__headingSubText {
    height: 159px; } }

@media (max-width: 1280px) {
  .bannerTwo__section-one {
    height: 533px; }
  .bannerTwo .logoImageContainer {
    position: relative; }
  .bannerTwo__company-name {
    font-size: 24px; }
  .bannerTwo__headingSubText {
    height: 138px; }
  .bannerTwo__banner-image {
    height: auto; } }

@media (max-width: 1024px) {
  .bannerTwo__section-one {
    padding: 30px;
    height: 472px; }
    .bannerTwo__section-one h4 {
      margin: 10px 0; }
  .bannerTwo .logoImageContainer {
    position: relative; }
  .bannerTwo__company-logo {
    max-height: 60px;
    max-width: 200px; }
  .bannerTwo__red-row {
    margin-top: 35px;
    margin-bottom: 26px;
    height: 4px; }
  .bannerTwo__company-name {
    font-size: 20px; }
  .bannerTwo__headingSubText {
    font-size: 14px;
    height: 137px; }
  .bannerTwo__section-two {
    width: 63.9%; }
  .bannerTwo__banner-image {
    height: auto; }
  .bannerTwo__viewPhotos {
    width: 170px;
    height: 40px; }
    .bannerTwo__viewPhotos i:before {
      font-size: 25px; }
    .bannerTwo__viewPhotos span {
      font-size: 15px; } }

@media (max-width: 768px) {
  .bannerTwo__section-one {
    padding: 15px;
    height: 353px; }
    .bannerTwo__section-one h4 {
      margin: 0 0 10px 0; }
  .bannerTwo .logoImageContainer {
    position: relative; }
  .bannerTwo__company-logo {
    max-width: 175px;
    max-height: 50px; }
  .bannerTwo__red-row {
    margin-top: 30px;
    height: 4px;
    margin-bottom: 20px; }
  .bannerTwo__company-name {
    font-size: 18px; }
  .bannerTwo__headingSubText {
    font-size: 13px;
    height: 130px; }
  .bannerTwo__section-two {
    width: 63.9%; }
  .bannerTwo__banner-image {
    height: auto; }
  .bannerTwo__viewPhotos {
    top: 84%;
    width: 170px;
    height: 40px; }
    .bannerTwo__viewPhotos i:before {
      font-size: 25px; }
    .bannerTwo__viewPhotos span {
      font-size: 15px; } }

@media (max-width: 767px) {
  .bannerTwo {
    padding: 10px 0 30px 0; }
    .bannerTwo__container {
      border-color: #f3ede5;
      box-sizing: border-box;
      background-color: #fdf9f4;
      border-style: solid;
      border-width: 1px; }
      .bannerTwo__container.web {
        display: none; }
      .bannerTwo__container.mobile {
        display: block; }
    .bannerTwo__section-one {
      width: 100%;
      padding: 0;
      margin-right: 0;
      float: none;
      border: none;
      background-color: inherit;
      height: auto; }
      .bannerTwo__section-one h4 {
        text-align: center;
        margin: 10px 0; }
    .bannerTwo .logoImageContainer {
      position: relative; }
    .bannerTwo__company-logo {
      margin: 0 auto;
      margin-bottom: 20px;
      max-height: 50px;
      max-width: 175px; }
    .bannerTwo__red-row {
      background-color: #cf381e;
      margin: 30px auto 20px auto;
      width: 110px;
      height: 4px; }
    .bannerTwo__company-name {
      text-align: center;
      width: auto; }
    .bannerTwo__headingSubText {
      margin: 0 15px;
      width: auto;
      height: auto;
      margin-bottom: 20px; }
    .bannerTwo__section-two {
      display: inline-block;
      position: relative;
      width: 100%; }
    .bannerTwo__banner-image {
      height: auto; }
    .bannerTwo__viewPhotos {
      top: 81%;
      right: 50%;
      transform: translateX(50%); } }

.banner {
  width: 100%; }
  .banner .section {
    width: max-content;
    position: relative;
    margin: 0 auto;
    height: 664px; }
    .banner .section .sectionOne {
      border-style: solid;
      border-width: 2px;
      border-color: #fbefdb;
      box-sizing: border-box;
      background-color: #fff8ed;
      width: 1157px;
      height: 562px; }
      .banner .section .sectionOne .container {
        position: relative; }
        .banner .section .sectionOne .container .company-logo {
          position: absolute;
          top: 109px;
          left: 66px; }
        .banner .section .sectionOne .container .company-name {
          font-family: "Droid Sans";
          color: #010101;
          font-size: 30px;
          font-weight: 700;
          text-align: left;
          margin: 0;
          top: 315px;
          position: absolute;
          left: 64px;
          background: transparent;
          border: 0; }
          .banner .section .sectionOne .container .company-name ::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #010101;
            opacity: 1;
            /* Firefox */ }
          .banner .section .sectionOne .container .company-name :-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #010101; }
          .banner .section .sectionOne .container .company-name ::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #010101; }
        .banner .section .sectionOne .container .headingSubText {
          font-family: "Droid Sans";
          color: #212121;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.4;
          text-align: left;
          margin: 0;
          position: absolute;
          top: 374px;
          left: 63px;
          width: 26%;
          background: transparent;
          border: 0;
          word-wrap: break-word;
          height: 150px;
          resize: none; }
    .banner .section .sectionTwo {
      background-color: rgba(0, 0, 0, 0.1);
      width: 636px;
      height: 590px;
      position: absolute;
      top: 74px;
      left: 475px; }
      .banner .section .sectionTwo .viewPhotos {
        border-radius: 3px;
        background-color: #212121;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
        width: 165px;
        height: 43px;
        position: absolute;
        left: 69%;
        bottom: 20px; }
        .banner .section .sectionTwo .viewPhotos .container-div img {
          width: 26px;
          height: 20px;
          margin-left: 16px;
          line-height: 0;
          position: absolute;
          top: 48%;
          transform: translateY(-50%); }
        .banner .section .sectionTwo .viewPhotos .container-div span {
          position: absolute;
          top: 48%;
          left: 27%;
          transform: translateY(-50%);
          margin: 0px 10px;
          color: #ffffff;
          font-size: 17px;
          font-weight: 500;
          line-height: 39px;
          text-align: left;
          font-family: sans-serif; }

.bannerCarouselModal {
  background-color: rgba(0, 0, 0, 0.95); }

.close-container > .close {
  position: absolute;
  right: 10%;
  font-size: 40px;
  color: #fff;
  opacity: 1;
  z-index: 4; }

.bannerModalContainer {
  background-color: transparent;
  border: none;
  padding: 0; }
  .bannerModalContainer .slick-prev {
    left: -150px;
    border: none; }
  .bannerModalContainer .slick-next {
    right: -150px;
    border: none; }
  .bannerModalContainer .slick-prev:before,
  .bannerModalContainer .slick-next:before {
    font-size: 50px;
    color: #fff; }

.addBannerCarouselImage .icon-plus:before {
  color: white; }

.banner-carousel {
  height: 100%;
  position: relative; }
  .banner-carousel #carouselPage {
    width: 100%; }
    .banner-carousel #carouselPage .carouselRow {
      max-width: 720px;
      margin: 0 auto; }
      .banner-carousel #carouselPage .carouselRow .carousel-container {
        padding: 0;
        margin: 0;
        width: 100%; }
        .banner-carousel #carouselPage .carouselRow .carousel-container .carousel-count-heading {
          font-family: "Droid Sans";
          color: #ffffff;
          font-size: 15px;
          font-weight: 700;
          line-height: 1.4;
          text-align: left;
          position: relative;
          left: -1px; }
        .banner-carousel #carouselPage .carouselRow .carousel-container .slider-single {
          max-width: 720px;
          margin: 0; }
          .banner-carousel #carouselPage .carouselRow .carousel-container .slider-single .slick-track {
            width: 100%; }
            .banner-carousel #carouselPage .carouselRow .carousel-container .slider-single .slick-track .slides {
              height: auto; }
              .banner-carousel #carouselPage .carouselRow .carousel-container .slider-single .slick-track .slides img {
                width: inherit;
                height: inherit; }
        .banner-carousel #carouselPage .carouselRow .carousel-container .slider-nav {
          max-width: 720px;
          margin: 0;
          margin-top: 10px; }
          .banner-carousel #carouselPage .carouselRow .carousel-container .slider-nav .slick-track .slick-slide .removeImage .icon-cross:before {
            color: #fff;
            font-size: 15px; }
          .banner-carousel #carouselPage .carouselRow .carousel-container .slider-nav .slick-track .slick-slide img {
            width: 100%;
            height: 100%; }
          .banner-carousel #carouselPage .carouselRow .carousel-container .slider-nav .slick-track .slick-slide.is-active img {
            border: 3px solid #fff; }

@media (max-width: 767px) {
  .close-container > .close {
    right: 8%; }
  .bannerModalContainer .slick-prev {
    left: 2px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 40px;
    width: 40px; }
  .bannerModalContainer .slick-next {
    right: 2px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 40px;
    width: 40px; }
  .bannerModalContainer .slick-prev:before,
  .bannerModalContainer .slick-next:before {
    font-size: 28px;
    position: relative; }
  .banner-carousel #carouselPage .carouselRow .carousel-container .slider-single {
    max-width: 720px; }
    .banner-carousel #carouselPage .carouselRow .carousel-container .slider-single .slick-track {
      width: 100%; }
      .banner-carousel #carouselPage .carouselRow .carousel-container .slider-single .slick-track .slides {
        height: auto; }
        .banner-carousel #carouselPage .carouselRow .carousel-container .slider-single .slick-track .slides img {
          width: 100%;
          height: 100%; }
  .banner-carousel #carouselPage .carouselRow .carousel-container .slider-nav {
    max-width: 720px;
    margin-top: 10px; } }

/* Modal Content */
.imageModalContainer {
  background-color: #fefefe;
  margin: auto;
  padding: 20px 30px;
  border: 1px solid #888;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.imageUploadSection {
  width: 100%;
  border: 1px solid #f3f3f3;
  display: inline-block;
  vertical-align: middle; }
  .imageUploadSection .img-container {
    position: relative;
    margin-bottom: 0; }
  .imageUploadSection .image-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .imageUploadSection .container {
    text-align: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    .imageUploadSection .container #imgcontainer {
      position: relative;
      /* display: inline-block; */ }
    .imageUploadSection .container #imgcontainer input[type="file"] {
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      height: 185px;
      width: 100%;
      cursor: pointer;
      border: 0;
      color: transparent;
      text-shadow: 0 0 0 grey;
      text-align: center; }
    .imageUploadSection .container #imgcontainer img {
      display: block;
      margin: auto;
      margin-bottom: 27px;
      max-width: 100%; }
    .imageUploadSection .container #imgcontainer .select_photo {
      display: block;
      border-style: solid;
      border-width: 1px;
      border-color: #e1e1e1;
      box-sizing: border-box;
      background-color: #f4f4f4;
      padding: 3px 12px;
      height: 28px;
      color: #2b2b2b;
      font-size: 14px;
      font-weight: 400;
      outline: 0;
      margin: auto; }
  .imageUploadSection #notValidFormatError {
    text-align: center;
    font-size: 13px;
    color: gray;
    opacity: 1 !important;
    margin-top: 10px; }

.ratiosSection {
  width: 22%;
  display: inline-block; }
  .ratiosSection .container {
    border: 1px solid #f3f3f3;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding: 40px 20px; }
    .ratiosSection .container .ratioList {
      list-style: none; }

.previewSection {
  width: 22%;
  border: 1px solid #f3f3f3;
  padding: 10px 20px;
  display: inline-block;
  font-size: 0;
  vertical-align: top; }
  .previewSection .container .ratioTitle {
    font-size: 12px;
    margin-bottom: 8px;
    background-color: #e9ecef;
    padding: 3px 6px;
    color: #495057; }
  .previewSection .container .input-group-text, .previewSection .container input {
    height: 27px;
    font-size: 13px; }
  .previewSection .container .input-group-prepend > .input-group-text {
    width: 50px; }
  .previewSection.tabSection {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    padding: 0; }
    .previewSection.tabSection .tabSectionHeading {
      font-family: "Droid Sans";
      color: #2b2b2b;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4;
      text-align: left;
      margin-bottom: 14px;
      padding: 0; }
    .previewSection.tabSection label {
      border-radius: 2px !important;
      background-color: #626075;
      border-color: #626075;
      margin: 0 1px !important;
      font-family: "Droid Sans";
      color: #fefefe;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4;
      text-transform: uppercase; }
      .previewSection.tabSection label[state="active"] {
        background-color: #4162a5;
        border-color: #4162a5; }

.options-row {
  margin-top: 20px;
  text-align: center;
  position: relative;
  height: 45px; }
  .options-row .docs-buttons {
    margin: 0 auto;
    padding: 0; }
  .options-row .btn-group {
    height: 40px; }
    .options-row .btn-group .btn-primary {
      width: 40px;
      background-color: #4162a5;
      border-color: #4162a5; }
      .options-row .btn-group .btn-primary:hover {
        background-color: #254483;
        border-color: #254483; }
      .options-row .btn-group .btn-primary:focus {
        background-color: #4f71b5;
        border-color: #4f71b5; }
    .options-row .btn-group .btn-success {
      font-size: 12px;
      background-color: #149075;
      border-color: #149075; }
      .options-row .btn-group .btn-success:hover {
        background-color: #086f59;
        border-color: #086f59; }
      .options-row .btn-group .btn-success:focus {
        background-color: #179479;
        border-color: #179479; }
    .options-row .btn-group [class^="fa-"]:before, .options-row .btn-group [class*=" fa-"]:before {
      font-size: 20px; }
    .options-row .btn-group .cropButton {
      min-width: 168px; }
      .options-row .btn-group .cropButton .spinner {
        display: inline-block; }
    .options-row .btn-group.zoomButtonGroup {
      position: absolute;
      left: 0; }
    .options-row .btn-group.addImageButtonGroup {
      position: absolute;
      right: 175px; }
    .options-row .btn-group.uploadImageButtonGroup {
      position: absolute;
      right: 0; }

.saveSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.menu {
  background-color: #fff;
  padding-bottom: 0;
  padding-top: 15px;
  padding-top: 35px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 5px; }
  .menu__nav {
    padding-bottom: 26px;
    margin: 0; }
    .menu__nav li {
      display: inline;
      font-size: 22px;
      text-transform: uppercase;
      margin: 0 45px;
      line-height: 0;
      font-weight: 600; }
      .menu__nav li a {
        text-decoration: none;
        color: inherit; }
        .menu__nav li a.active {
          color: #d13319; }
        .menu__nav li a .nav_input {
          width: 11%;
          text-align: center; }

@media (max-width: 1280px) {
  .menu__nav {
    margin: 0;
    white-space: nowrap;
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center; }
    .menu__nav li {
      margin: 0 42px; } }

@media (max-width: 1279px) {
  .menu__nav {
    margin: 0;
    white-space: nowrap;
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center; }
    .menu__nav li {
      margin: 0 35px; } }

@media (max-width: 1023px) {
  .menu__nav li {
    font-size: 20px;
    margin: 0 20px; } }

@media (max-width: 767px) {
  .menu {
    padding-top: 15px; }
    .menu__nav {
      padding-bottom: 10px;
      margin: 0; }
      .menu__nav li {
        font-size: 18px;
        margin: 0 10px; } }

.about {
  background-color: #fff; }
  .about__container {
    display: inline-block;
    width: 100%; }
  .about__section-one {
    float: left; }
    .about__section-one .about-heading {
      padding: 45px 50px 50px 10px;
      font-size: 30px;
      width: 264px;
      border-right: 2px solid #f1f1f1;
      word-wrap: break-word; }
  .about__section-two {
    display: inline-block;
    width: 74%; }
    .about__section-two .about-text {
      font-size: 20px;
      font-weight: 400;
      line-height: 1.4;
      text-align: left;
      margin: 0;
      padding-left: 40px;
      width: 100%;
      height: 210px;
      overflow-y: hidden;
      line-height: 1.5; }
    .about__section-two .readAboutSubtext {
      left: 4.8%;
      transform: none;
      font-size: 15px;
      bottom: -40px; }

@media (max-width: 1279px) {
  .about__section-two {
    display: inline-block;
    width: 65%; }
    .about__section-two .readAboutSubtext {
      left: 7.6%;
      transform: none; } }

@media (max-width: 1023px) {
  .about__section-two {
    display: inline-block;
    width: 60%; }
    .about__section-two .about-text {
      padding-left: 30px;
      font-size: 18px;
      height: 165px; }
    .about__section-two .readAboutSubtext {
      left: 7.2%;
      transform: none; } }

@media (max-width: 767px) {
  .about__section-one {
    float: none; }
    .about__section-one .about-heading {
      font-size: 25px;
      margin-bottom: 25px;
      border: none;
      width: 100%;
      padding: 0;
      text-align: center; }
  .about__section-two {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .about__section-two .about-text {
      padding: 0;
      font-size: 18px;
      height: 295px; }
    .about__section-two .readAboutSubtext {
      left: 50%;
      transform: translateX(-50%); } }

.perks {
  position: relative;
  background-color: #fff;
  overflow-x: hidden; }
  .perks__heading-container {
    margin-bottom: 36px;
    text-align: center; }
  .perks__container {
    background-color: #fdf9f4; }
  .perks__descriptive-perks-container {
    padding: 50px 35px 50px 35px; }
    .perks__descriptive-perks-container .perks__col {
      text-align: center;
      width: 32.6%;
      padding-top: 15px;
      display: inline-block;
      vertical-align: top;
      min-height: 250px; }
      .perks__descriptive-perks-container .perks__col:not(:last-child) {
        border-right: 1px solid #f2e9dd; }
      .perks__descriptive-perks-container .perks__col:nth-child(4n) {
        border-right: none; }
      .perks__descriptive-perks-container .perks__col:not(:first-child) {
        padding-left: 15px;
        padding-right: 15px; }
      .perks__descriptive-perks-container .perks__col .perks-icons {
        width: 64px;
        height: 47px;
        margin: 0 auto;
        margin-bottom: 35px; }
        .perks__descriptive-perks-container .perks__col .perks-icons [class^="icon-"]:before, .perks__descriptive-perks-container .perks__col .perks-icons [class*=" icon-"]:before {
          font-size: 55px; }
      .perks__descriptive-perks-container .perks__col .perks-title {
        color: #2b2b2b;
        font-size: 16.5px;
        font-weight: 500;
        margin-bottom: 5px;
        word-wrap: break-word; }
      .perks__descriptive-perks-container .perks__col .perks-description {
        color: #757575;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.4;
        height: 84px;
        word-wrap: break-word; }
  .perks .show-more-container, .perks .add-other-benefits {
    text-align: center;
    padding-bottom: 50px; }
  .perks__simple-perks-container {
    padding: 0 35px 60px 35px; }
    .perks__simple-perks-container .perks__row {
      width: 100%;
      margin: 0 auto; }
      .perks__simple-perks-container .perks__row:not(:last-child) {
        margin-bottom: 40px; }
    .perks__simple-perks-container .perks__col {
      vertical-align: middle;
      width: 29%;
      display: inline-block;
      margin: 10px 20px; }
      .perks__simple-perks-container .perks__col:first-child {
        margin-left: 0; }
      .perks__simple-perks-container .perks__col:last-child {
        margin-right: 0; }
      .perks__simple-perks-container .perks__col .perks-icons {
        width: 64px;
        height: 47px;
        vertical-align: middle; }
        .perks__simple-perks-container .perks__col .perks-icons [class^="icon-"]:before, .perks__simple-perks-container .perks__col .perks-icons [class*=" icon-"]:before {
          font-size: 55px; }
      .perks__simple-perks-container .perks__col .perks-title {
        color: #2b2b2b;
        font-size: 16.5px;
        vertical-align: middle;
        display: inline-block;
        width: 189px;
        min-height: 56px;
        line-height: 1.4;
        margin: 0 0 0 10px; }

@media (max-width: 1024px) {
  .perks {
    position: relative;
    background-color: #fff;
    overflow-x: hidden; }
    .perks__heading-container {
      margin-bottom: 36px;
      text-align: center; }
    .perks__container {
      background-color: #fdf9f4; }
    .perks__descriptive-perks-container {
      padding: 50px 35px 0 35px; }
      .perks__descriptive-perks-container .perks__col {
        text-align: center;
        width: 32.6%;
        padding: 25px 15px 15px 0;
        display: inline-block;
        vertical-align: middle;
        min-height: 280px; }
        .perks__descriptive-perks-container .perks__col:not(:last-child) {
          border-right: 1px solid #f2e9dd; }
        .perks__descriptive-perks-container .perks__col:nth-child(4n) {
          border-right: none; }
        .perks__descriptive-perks-container .perks__col:not(:first-child) {
          padding-left: 15px; }
        .perks__descriptive-perks-container .perks__col .perks-icons {
          width: 64px;
          height: 47px;
          margin: 0 auto;
          margin-bottom: 35px; }
          .perks__descriptive-perks-container .perks__col .perks-icons [class^="icon-"]:before, .perks__descriptive-perks-container .perks__col .perks-icons [class*=" icon-"]:before {
            font-size: 55px; }
        .perks__descriptive-perks-container .perks__col .perks-title {
          color: #2b2b2b;
          font-size: 16.5px;
          font-weight: 500;
          margin-bottom: 5px;
          line-height: 1.4; }
        .perks__descriptive-perks-container .perks__col .perks-description {
          color: #757575;
          font-size: 15px;
          font-weight: 400;
          line-height: 1.4;
          height: auto; }
    .perks .show-more-container, .perks .add-other-benefits {
      text-align: center;
      margin-top: 40px;
      padding-bottom: 50px; }
    .perks__simple-perks-container {
      padding: 0 35px 60px 35px; }
      .perks__simple-perks-container .perks__row {
        width: 100%;
        margin: 0 auto; }
        .perks__simple-perks-container .perks__row:not(:last-child) {
          margin-bottom: 40px; }
      .perks__simple-perks-container .perks__col {
        width: 43.5%; }
        .perks__simple-perks-container .perks__col .perks-icons {
          width: 64px;
          height: 47px;
          vertical-align: middle; }
          .perks__simple-perks-container .perks__col .perks-icons [class^="icon-"]:before, .perks__simple-perks-container .perks__col .perks-icons [class*=" icon-"]:before {
            font-size: 55px; }
        .perks__simple-perks-container .perks__col .perks-title {
          width: auto;
          min-width: 190px;
          max-width: 254px; } }

@media (max-width: 767px) {
  .perks {
    position: relative;
    background-color: #fff;
    overflow-x: hidden; }
    .perks__heading-container {
      margin-bottom: 36px;
      text-align: center; }
    .perks__container {
      background-color: #fdf9f4; }
    .perks__descriptive-perks-container {
      padding: 15px; }
      .perks__descriptive-perks-container .perks__col {
        width: 100%;
        padding: 15px 0;
        min-height: 0; }
        .perks__descriptive-perks-container .perks__col:not(:last-child) {
          border-right: none;
          border-bottom: 1px solid #f2e9dd; }
        .perks__descriptive-perks-container .perks__col:nth-child(4n) {
          border-right: none; }
        .perks__descriptive-perks-container .perks__col:not(:first-child) {
          padding-left: 0; }
        .perks__descriptive-perks-container .perks__col .perks-icons {
          margin: 0;
          float: left;
          width: 55px; }
          .perks__descriptive-perks-container .perks__col .perks-icons [class^="icon-"]:before, .perks__descriptive-perks-container .perks__col .perks-icons [class*=" icon-"]:before {
            font-size: 40px; }
        .perks__descriptive-perks-container .perks__col .perks-title {
          display: inline-block;
          width: 75%;
          text-align: left;
          margin-left: 10px;
          font-size: 15px; }
        .perks__descriptive-perks-container .perks__col .perks-description {
          display: inline-block;
          width: 75%;
          text-align: left;
          margin-left: 10px;
          font-size: 13px;
          height: auto; }
    .perks .show-more-container {
      margin-top: 0;
      padding-bottom: 30px; }
    .perks__simple-perks-container {
      padding: 15px; }
      .perks__simple-perks-container .perks__row {
        width: 100%;
        margin: 0 auto; }
        .perks__simple-perks-container .perks__row:not(:last-child) {
          margin-bottom: 40px;
          border-bottom: 1px solid #f2e9dd; }
      .perks__simple-perks-container .perks__col {
        width: 100%;
        margin: 10px 0; }
        .perks__simple-perks-container .perks__col:first-child {
          margin-left: 0; }
        .perks__simple-perks-container .perks__col:last-child {
          margin-right: 0; }
        .perks__simple-perks-container .perks__col .perks-icons {
          margin: 0;
          float: left;
          width: 55px;
          text-align: center; }
          .perks__simple-perks-container .perks__col .perks-icons [class^="icon-"]:before, .perks__simple-perks-container .perks__col .perks-icons [class*=" icon-"]:before {
            font-size: 40px; }
        .perks__simple-perks-container .perks__col .perks-title {
          margin: 0;
          display: inline-block;
          width: 75%;
          text-align: left;
          margin-left: 10px;
          font-size: 15px;
          position: relative;
          top: 10px;
          max-width: none; } }

@media (max-width: 479px) {
  .perks__descriptive-perks-container .perks__col .perks-title {
    margin-right: 0px; }
  .perks__descriptive-perks-container .perks__col .perks-description {
    margin-right: 0px; } }

.benefitsListSection {
  height: 400px;
  overflow-y: scroll; }

.selectBenefitSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }

/* Customize the label (the container) */
.radioContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  width: 49%; }

/* Hide the browser's default radio button */
.radioContainer input {
  position: absolute;
  opacity: 0; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  transform: translateY(-50%); }

/* On mouse-over, add a grey background color */
.radioContainer:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.radioContainer input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radioContainer .checkmark:after {
  top: 6px;
  left: 6.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

span.benefit_title {
  color: #2b2b2b;
  font-size: 16.5px;
  margin-left: 10px;
  vertical-align: text-bottom; }

.life {
  position: relative;
  background-color: #fff; }
  .life__heading-container {
    text-align: center; }
  .life__navigation-area .link_list {
    white-space: nowrap;
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    margin-bottom: 28px; }
    .life__navigation-area .link_list ul {
      border: none;
      height: 52px;
      width: 100%;
      vertical-align: middle;
      box-sizing: border-box; }
      .life__navigation-area .link_list ul li {
        font-size: 17px;
        font-weight: 700;
        text-align: left;
        display: inline;
        margin: 0 10px;
        position: relative;
        top: 29px;
        cursor: pointer; }
        .life__navigation-area .link_list ul li.active {
          color: #d13419;
          font-weight: 500; }
          .life__navigation-area .link_list ul li.active:after {
            content: "";
            width: 100%;
            height: 2px;
            left: 50%;
            transform: translateX(-50%);
            background: #d13419;
            position: absolute;
            text-align: center;
            top: 23px; }
        .life__navigation-area .link_list ul li a {
          text-decoration: none;
          color: inherit; }
          .life__navigation-area .link_list ul li a.life_nav_input {
            width: 7%;
            text-align: center; }
        .life__navigation-area .link_list ul li .life_nav_input {
          width: 8%;
          text-align: center;
          color: inherit; }
        .life__navigation-area .link_list ul li .removeLifeTab {
          position: absolute;
          left: 95%;
          bottom: 30%; }
          .life__navigation-area .link_list ul li .removeLifeTab .icon-cross::before {
            font-size: 12px; }
  .life__grid.web {
    display: block; }
  .life__grid.mobile {
    display: none; }
  .life .column {
    border-radius: 3px; }
  .life .grid_col_1 {
    margin-right: 2px;
    width: 35.7%; }
  .life .grid_col_2 {
    position: relative;
    width: 63%; }
    .life .grid_col_2_up {
      position: relative;
      /* left: 0.4px; */ }
      .life .grid_col_2_up_half_left {
        width: 52.45%;
        display: inline-block;
        margin-right: 1px; }
      .life .grid_col_2_up_half_right {
        width: 46.75%;
        display: inline-block; }
    .life .grid_col_2_down {
      display: inline-block;
      padding-top: 6px; }
      .life .grid_col_2_down_half_left {
        width: 52.45%;
        display: inline-block;
        margin-right: 1px; }
      .life .grid_col_2_down_half_right {
        width: 46.75%;
        display: inline-block; }
  .life .view-all-container {
    text-align: center;
    margin: 30px 0;
    margin-bottom: 0; }
  .life .show-more-container {
    text-align: center;
    margin: 35px 0 0 0; }

.pad_left {
  padding-left: 5px; }

.pad_right {
  padding-right: 5px; }

.pad_bottom {
  padding-bottom: 5px; }

.pad_top {
  padding-top: 5px; }

.margin-left {
  margin-left: .34%; }

@media (max-width: 1310px) {
  .life .grid_col_2_down {
    padding-top: 5px; } }

@media (max-width: 1024px) {
  .life .grid_col_2_up, .life .grid_col_2_down {
    position: relative; }
    .life .grid_col_2_up_half_left, .life .grid_col_2_down_half_left {
      width: 52.25%;
      display: inline-block; } }

@media (max-width: 768px) {
  .life .grid_col_2_up, .life .grid_col_2_down {
    position: relative; }
    .life .grid_col_2_up_half_left, .life .grid_col_2_down_half_left {
      width: 52.2%;
      display: inline-block; } }

@media (max-width: 767px) {
  .life__grid.web {
    display: none; }
  .life__grid.mobile {
    display: block; }
  .life .column {
    border-radius: 3px; }
  .life .grid_col_1 {
    width: 100%;
    margin-right: 0; }
    .life .grid_col_1 img {
      height: auto; }
  .life .grid_col_2 {
    width: 44%;
    top: 0; }
    .life .grid_col_2_up {
      right: 0; }
      .life .grid_col_2_up img {
        height: auto; }
    .life .grid_col_2_down {
      display: inline-block;
      padding-top: 7px; }
      .life .grid_col_2_down_half {
        width: 49.5%;
        display: inline-block; }
        .life .grid_col_2_down_half:first-child {
          margin-right: 0; }
        .life .grid_col_2_down_half img {
          height: auto; }
  .life .mobile_down {
    padding-top: 7px; } }

@media (max-width: 480px) {
  .life .grid_col_2_down_half {
    width: 49.3%; } }

@media (width: 320px) {
  .life .grid_col_2_down_half {
    width: 49.2%; } }

.video {
  position: relative;
  background-color: #fff; }
  .video .slick-prev,
  .video .slick-next {
    border: 1px solid #848484;
    background-color: #f0f0f0;
    opacity: 1; }
  .video .removeVideo {
    position: absolute;
    right: -14px;
    top: 0px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    background-color: #b2b2b2;
    width: 30px;
    height: 30px; }
    .video .removeVideo .icon-cross {
      position: relative;
      position: relative;
      left: 7.5px;
      bottom: 5px; }
      .video .removeVideo .icon-cross:before {
        font-size: 13px;
        color: #fff; }
  .video__heading-container {
    margin-bottom: 37px;
    text-align: center; }
  .video__slide {
    width: fit-content;
    position: relative;
    border: 1px solid #E7E7E7;
    font-size: 0;
    width: 48%; }
  .video__thumbnail {
    border-right: 1px solid #E7E7E7;
    display: inline-block;
    /* width: 23.05%; */
    width: 55%;
    position: relative;
    max-width: 270px;
    overflow-x: hidden; }
    .video__thumbnail img {
      /* display: inline-block; */
      /* height: 100%; */
      width: 100%;
      object-fit: cover;
      /* background-repeat: repeat; */ }
    .video__thumbnail .play {
      width: 47px;
      position: absolute;
      top: 75%;
      left: 75%;
      cursor: pointer; }
  .video__details {
    display: inline-block;
    width: 45%;
    /* height: inherit; */
    padding: 15px 10px;
    vertical-align: top;
    overflow-x: hidden; }
    .video__details .video__title {
      font-family: "Roboto";
      font-size: 18px;
      font-weight: 500;
      line-height: 1.4;
      text-align: left;
      margin-bottom: 22px; }
      .video__details .video__title .title {
        width: 100%;
        word-wrap: break-word; }
    .video__details .video__description {
      font-family: "Roboto";
      font-size: 15px;
      font-weight: 400;
      line-height: 1.4;
      text-align: left;
      color: #757575;
      height: 126px; }
      .video__details .video__description .description {
        word-wrap: break-word; }

@media (min-width: 1024px) and (max-width: 1279px) {
  .video__thumbnail img.play {
    width: 35px; }
  .video__details {
    width: 45%;
    padding: 15px 10px; }
    .video__details .video__title {
      font-size: 16px;
      margin-bottom: 22px; }
    .video__details .video__description {
      font-size: 13px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .video__slide {
    width: 47%; }
  .video__thumbnail img.play {
    width: 26px; }
  .video__details {
    width: 45%;
    padding: 6px 10px; }
    .video__details .video__title {
      font-size: 13px;
      margin-bottom: 2px; }
    .video__details .video__description {
      font-size: 11px; } }

@media (max-width: 767px) {
  .video__heading-container {
    margin: 0 20px;
    margin-bottom: 37px; }
  .video__thumbnail {
    border-right: none;
    border-bottom: 1px solid #E7E7E7;
    display: block;
    width: 100%;
    max-width: none; }
    .video__thumbnail img.play {
      width: 70px;
      position: absolute;
      top: 75%;
      left: 50%;
      transform: translateX(-50%); }
  .video__details {
    width: 100%;
    padding: 15px; }
    .video__details .video__title {
      margin-top: 10px; }
  .video .slick-prev {
    left: 18px;
    top: 37%;
    background-color: #fff; }
  .video .slick-next {
    right: 18px;
    top: 37%;
    background-color: #fff; } }

@media (max-width: 480px) {
  .video .slick-prev {
    top: 190px; }
  .video .slick-next {
    top: 190px; } }

@media (max-width: 375px) {
  .video__thumbnail img.play {
    width: 63px; } }

.videoModalContainer {
  width: 50%;
  border-radius: 3px; }

.bannerVideoModalContainer {
  width: 50%;
  border-radius: 3px; }

.videoSocialListSection {
  height: 40px; }
  .videoSocialListSection .socialGroup {
    margin: 10px 20px; }
    .videoSocialListSection .socialGroup label {
      margin-right: 10px;
      width: 90px; }
    .videoSocialListSection .socialGroup input {
      width: 400px; }

.playVideoModal .playVideoModalContainer {
  width: 95%; }
  .playVideoModal .playVideoModalContainer .close-container {
    right: 12.5%;
    top: -33px; }
    .playVideoModal .playVideoModalContainer .close-container .icon-cross::before {
      color: #fff; }

@media (max-width: 767px) {
  .playVideoModal .playVideoModalContainer {
    width: 95%; }
    .playVideoModal .playVideoModalContainer .close-container {
      right: 0px;
      top: -33px; }
    .playVideoModal .playVideoModalContainer #videoStory {
      max-width: 100% !important; } }

@media (width: 320px) {
  .playVideoModal .playVideoModalContainer .close-container {
    top: -18px; } }

.testimonial {
  position: relative;
  background-color: #fff; }
  .testimonial .slick-prev,
  .testimonial .slick-next {
    border: 1px solid #848484;
    background-color: #f0f0f0;
    opacity: 1; }
  .testimonial .removeTestimonial {
    position: absolute;
    right: -14px;
    top: 0px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    background-color: #b2b2b2;
    width: 30px;
    height: 30px; }
    .testimonial .removeTestimonial .icon-cross {
      position: relative;
      position: relative;
      left: 7.5px;
      bottom: 5px; }
      .testimonial .removeTestimonial .icon-cross:before {
        font-size: 13px;
        color: #fff; }
  .testimonial__heading-container {
    margin-bottom: 37px;
    text-align: center; }
  .testimonial__slide {
    width: fit-content;
    position: relative;
    border: 1px solid #E7E7E7;
    font-size: 0;
    width: 48%; }
  .testimonial__thumbnail {
    border-right: 1px solid #E7E7E7;
    display: inline-block;
    /* width: 23.05%; */
    width: 55%;
    position: relative;
    max-width: 270px;
    overflow-x: hidden; }
    .testimonial__thumbnail img {
      /* display: inline-block; */
      /* height: 100%; */
      width: 100%;
      object-fit: cover;
      /* background-repeat: repeat; */ }
    .testimonial__thumbnail .play {
      width: 47px;
      position: absolute;
      top: 75%;
      left: 75%;
      cursor: pointer; }
  .testimonial__details {
    display: inline-block;
    width: 45%;
    /* height: inherit; */
    padding: 15px 10px;
    vertical-align: top;
    overflow-x: hidden; }
    .testimonial__details .testimonial__title {
      font-family: "Roboto";
      font-size: 18px;
      font-weight: 500;
      line-height: 1.4;
      text-align: left;
      margin-bottom: 22px; }
      .testimonial__details .testimonial__title .title {
        width: 100%;
        word-wrap: break-word; }
    .testimonial__details .testimonial__description {
      font-family: "Roboto";
      font-size: 15px;
      font-weight: 400;
      line-height: 1.4;
      text-align: left;
      color: #757575;
      height: 126px; }
      .testimonial__details .testimonial__description .description {
        word-wrap: break-word; }

@media (min-width: 1024px) and (max-width: 1279px) {
  .testimonial__thumbnail img.play {
    width: 35px; }
  .testimonial__details {
    width: 45%;
    padding: 15px 10px; }
    .testimonial__details .testimonial__title {
      font-size: 16px;
      margin-bottom: 22px; }
    .testimonial__details .testimonial__description {
      font-size: 13px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .testimonial__slide {
    width: 47%; }
  .testimonial__thumbnail img.play {
    width: 26px; }
  .testimonial__details {
    width: 45%;
    padding: 6px 10px; }
    .testimonial__details .testimonial__title {
      font-size: 13px;
      margin-bottom: 2px; }
    .testimonial__details .testimonial__description {
      font-size: 11px; } }

@media (max-width: 767px) {
  .testimonial__heading-container {
    margin: 0 20px;
    margin-bottom: 37px; }
  .testimonial__thumbnail {
    border-right: none;
    border-bottom: 1px solid #E7E7E7;
    display: block;
    width: 100%;
    max-width: none; }
    .testimonial__thumbnail img.play {
      width: 70px;
      position: absolute;
      top: 75%;
      left: 50%;
      transform: translateX(-50%); }
  .testimonial__details {
    width: 100%;
    padding: 15px; }
    .testimonial__details .testimonial__title {
      margin-top: 10px; }
  .testimonial .slick-prev {
    left: 18px;
    top: 37%;
    background-color: #fff; }
  .testimonial .slick-next {
    right: 18px;
    top: 37%;
    background-color: #fff; } }

@media (max-width: 480px) {
  .testimonial .slick-prev {
    top: 190px; }
  .testimonial .slick-next {
    top: 190px; } }

@media (max-width: 375px) {
  .testimonial__thumbnail img.play {
    width: 63px; } }

.testimonialModalContainer {
  width: 50%;
  border-radius: 3px; }

.bannerTestimonialModalContainer {
  width: 50%;
  border-radius: 3px; }

.testimonialSocialListSection {
  height: 40px; }
  .testimonialSocialListSection .socialGroup {
    margin: 10px 20px; }
    .testimonialSocialListSection .socialGroup label {
      margin-right: 10px;
      width: 90px; }
    .testimonialSocialListSection .socialGroup input {
      width: 400px; }

.playTestimonialModal .playTestimonialModalContainer {
  width: 95%; }
  .playTestimonialModal .playTestimonialModalContainer .close-container {
    right: 12.5%;
    top: -33px; }
    .playTestimonialModal .playTestimonialModalContainer .close-container .icon-cross::before {
      color: #fff; }

@media (max-width: 767px) {
  .playTestimonialModal .playTestimonialModalContainer {
    width: 95%; }
    .playTestimonialModal .playTestimonialModalContainer .close-container {
      right: 0px;
      top: -33px; }
    .playTestimonialModal .playTestimonialModalContainer #testimonialStory {
      max-width: 100% !important; } }

@media (width: 320px) {
  .playTestimonialModal .playTestimonialModalContainer .close-container {
    top: -18px; } }

.multipleShowcase {
  position: relative;
  background-color: #fff; }
  .multipleShowcase .slick-prev,
  .multipleShowcase .slick-next {
    background-color: #fff;
    opacity: 1; }
  .multipleShowcase .slick-prev {
    left: 0; }
  .multipleShowcase .slick-next {
    right: 0; }
  .multipleShowcase .removeMultipleShowcase {
    position: absolute;
    right: -14px;
    top: 0px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    background-color: #b2b2b2;
    width: 30px;
    height: 30px;
    z-index: 2; }
    .multipleShowcase .removeMultipleShowcase .icon-cross {
      position: relative;
      position: relative;
      left: 1px;
      bottom: 5px; }
      .multipleShowcase .removeMultipleShowcase .icon-cross:before {
        font-size: 13px;
        color: #fff; }
  .multipleShowcase__heading-container {
    margin-bottom: 37px;
    text-align: center; }
  .multipleShowcase__carousel-container {
    text-align: center; }
  .multipleShowcase__slide {
    position: relative;
    border: 1px solid #E7E7E7;
    font-size: 0;
    display: inline-block;
    width: 30%;
    padding: 10px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    margin: 0 10px;
    min-height: 380px;
    vertical-align: top; }
  .multipleShowcase__thumbnail {
    border-right: 1px solid #E7E7E7;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%; }
    .multipleShowcase__thumbnail img {
      width: 100%;
      object-fit: cover;
      transition: all .3s; }
      .multipleShowcase__thumbnail img:hover {
        transform: scale(1.2);
        transition: all .6s;
        backface-visibility: hidden; }
    .multipleShowcase__thumbnail .play {
      width: 47px;
      position: absolute;
      top: 75%;
      left: 75%;
      cursor: pointer; }
  .multipleShowcase__details {
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    padding-bottom: 0px; }
    .multipleShowcase__details .icon-location:before {
      font-size: 16px;
      color: #2b2b2b; }
    .multipleShowcase__details .multipleShowcase__exploreButton {
      font-family: "Roboto";
      color: #8d622e;
      text-align: center;
      position: relative;
      bottom: 32px; }
      .multipleShowcase__details .multipleShowcase__exploreButton button.explore {
        font-size: 17px;
        padding: 0 20px; }
    .multipleShowcase__details .multipleShowcase__title {
      font-family: "Roboto";
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4;
      position: relative;
      bottom: 15px;
      text-align: center; }
      .multipleShowcase__details .multipleShowcase__title .title {
        display: inline-block;
        word-wrap: break-word;
        text-align: left;
        width: auto; }

@media (max-width: 767px) {
  .multipleShowcase__heading-container {
    margin: 0 20px;
    margin-bottom: 37px; }
  .multipleShowcase .slick-prev {
    left: 18px;
    top: 37%;
    background-color: #fff; }
  .multipleShowcase .slick-next {
    right: 18px;
    top: 37%;
    background-color: #fff; } }

@media (max-width: 480px) {
  .multipleShowcase .slick-prev {
    top: 190px; }
  .multipleShowcase .slick-next {
    top: 190px; } }

.multipleShowcaseModalContainer {
  width: 50%;
  border-radius: 3px; }

.multipleShowcaseListSection {
  height: 40px; }
  .multipleShowcaseListSection .socialGroup {
    margin: 10px 20px; }
    .multipleShowcaseListSection .socialGroup label {
      margin-right: 10px;
      width: 90px; }
    .multipleShowcaseListSection .socialGroup input {
      width: 400px; }

.selectButtonSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.team {
  position: relative;
  background-color: #fff;
  overflow-x: hidden; }
  .team__heading-container {
    margin-bottom: 50px;
    text-align: center; }
  .team__container {
    text-align: left; }
  .team__member {
    width: 30.3%;
    margin: 0 1%;
    vertical-align: top; }
    .team__member .removeMember {
      position: relative;
      left: 5px; }
    .team__member__image {
      width: 95%;
      margin: 0 auto;
      margin-bottom: 20px;
      text-align: center;
      position: relative; }
      .team__member__image img {
        width: 72%;
        border-radius: 50%; }
      .team__member__image .play {
        width: 48px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 85%;
        cursor: pointer; }
    .team__member__name {
      margin-bottom: 14px;
      text-align: center; }
      .team__member__name .member_name {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
        text-align: center;
        display: block;
        margin: 0 auto;
        word-wrap: break-word; }
      .team__member__name .member_designation {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        text-align: center;
        display: block;
        margin: 0 auto;
        word-wrap: break-word; }
    .team__member__social {
      text-align: center;
      margin-bottom: 15px;
      min-height: 39px; }
      .team__member__social .unfilled:before {
        color: #b2b2b2; }
    .team__member__about {
      color: #757575;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.4;
      text-align: center;
      width: 90%;
      margin: 0 auto;
      height: auto; }
      .team__member__about .member_about {
        height: 63px;
        overflow-y: hidden;
        word-wrap: break-word; }
      .team__member__about .readTeam {
        position: relative;
        margin-top: 10px;
        display: block;
        bottom: 0;
        left: 0;
        transform: none; }
  .team .show-more-container {
    text-align: center;
    margin: 35px 0 0 0; }

@media (min-width: 1024px) and (max-width: 1280px) {
  .team__heading-container {
    margin-bottom: 35px; }
  .team__member__image img.play {
    width: 34px; }
  .team__member__name {
    margin-bottom: 14px; }
    .team__member__name .name {
      font-size: 16px; }
    .team__member__name .designation {
      font-size: 13px; }
  .team__member__social img {
    width: 28px; }
  .team__member__about {
    font-size: 13px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .team__member__image {
    margin-bottom: 10px; }
    .team__member__image img.play {
      width: 30px;
      top: 84%; }
  .team__member__name {
    margin-bottom: 14px; }
    .team__member__name .name {
      font-size: 13px; }
    .team__member__name .designation {
      font-size: 11px; }
  .team__member__social {
    margin-bottom: 10px; }
    .team__member__social img {
      width: 25px; }
  .team__member__about {
    font-size: 11px; } }

@media (max-width: 767px) {
  .team {
    padding: 50px 10px; }
    .team__member {
      width: 100%;
      margin: 0;
      display: inline-block;
      position: relative;
      margin-bottom: 10px;
      border-bottom: 1px solid #f7f7f7; }
      .team__member__image {
        margin-bottom: 10px;
        width: 30%;
        display: inline-block; }
        .team__member__image img {
          width: 95%; }
        .team__member__image .play {
          width: 35px; }
      .team__member__name {
        margin-bottom: 14px;
        width: 60%;
        display: inline-block; }
        .team__member__name .member_name {
          width: 100%;
          font-size: 17px;
          text-align: left; }
        .team__member__name .member_designation {
          width: 100%;
          font-size: 14px;
          text-align: left; }
      .team__member__social {
        width: 60%;
        display: inline-block;
        margin-bottom: 0;
        position: absolute;
        top: 88px;
        right: 10%;
        text-align: left; }
        .team__member__social .icon-facebook:before {
          font-size: 30px; }
        .team__member__social .icon-twitter:before {
          font-size: 30px; }
        .team__member__social .icon-linkedin:before {
          font-size: 30px; }
      .team__member__about {
        margin-top: 10px;
        text-align: left;
        font-size: 14px;
        margin-bottom: 30px; }
        .team__member__about .member_about {
          height: 55px; } }

@media (max-width: 479px) {
  .team__member__name .member_name {
    font-size: 15px; }
  .team__member__name .member_designation {
    font-size: 12px; }
  .team__member__image .play {
    width: 28px; }
  .team__member__social {
    top: 65px; }
  .team__member__about {
    font-size: 13px; } }

.teamModalContainer {
  width: 50%;
  border-radius: 3px; }

.teamSocialListSection {
  height: 110px; }
  .teamSocialListSection .socialGroup {
    margin: 10px 20px; }
    .teamSocialListSection .socialGroup label {
      margin-right: 10px;
      width: 90px; }
    .teamSocialListSection .socialGroup input {
      width: 400px; }

.selectTeamSocialSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.teamYoutubeModalContainer {
  width: 50%;
  border-radius: 3px; }

.teamYoutubeSocialListSection {
  height: 40px; }
  .teamYoutubeSocialListSection .socialGroup {
    margin: 10px 20px; }
    .teamYoutubeSocialListSection .socialGroup label {
      margin-right: 10px;
      width: 90px; }
    .teamYoutubeSocialListSection .socialGroup input {
      width: 400px; }

.selectTeamYoutubeSocialSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.footerModalContainer {
  width: 50%;
  border-radius: 3px; }

.footerSocialListSection {
  height: 200px; }
  .footerSocialListSection .socialGroup {
    margin: 10px 20px; }
    .footerSocialListSection .socialGroup label {
      margin-right: 10px;
      width: 90px; }
    .footerSocialListSection .socialGroup input {
      width: 400px; }

.follow {
  position: relative;
  background-color: #fff; }
  .follow__heading-container {
    text-align: center; }
  .follow__social-handle-container {
    text-align: center;
    margin-top: 45px; }
  .follow__twitter-container {
    display: inline-block;
    margin: 0px 2.43%;
    width: 44%; }
  .follow__facebook-container {
    display: inline-block;
    margin: 0 2.43%;
    width: 44%;
    position: relative;
    bottom: 7px; }
  .follow .inner-container {
    background-color: #f9f9f9;
    padding: 0 10px 10px 10px; }
    .follow .inner-container.facebook-inner {
      padding: 2px 10px 10px 10px; }
    .follow .inner-container .social-heading-section {
      padding: 20px 0 16px 0;
      background-color: #f9f9f9;
      font-size: 0; }
      .follow .inner-container .social-heading-section .icon-facebook:before {
        color: #3b5998;
        font-size: 52px; }
      .follow .inner-container .social-heading-section .icon-twitter:before {
        color: #009ded;
        font-size: 52px; }
      .follow .inner-container .social-heading-section .username {
        display: inline;
        position: relative;
        bottom: 11px;
        font-family: "Droid Sans";
        color: #000000;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        width: 15%; }
    .follow .inner-container .social-window {
      background-color: #f9f9f9; }
    .follow .inner-container .social-window.fb-page {
      padding-bottom: 7px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .follow__twitter-container {
    margin: 0 2.43% 0 1%; }
  .follow__facebook-container {
    margin: 0 1% 0 2.43%; } }

@media (min-width: 320px) and (max-width: 767px) {
  .follow {
    padding: 50px 15px; }
    .follow__social-handle-container {
      text-align: center;
      margin-top: 25px; }
    .follow__twitter-container {
      display: inline;
      margin: 0 2.43%; }
    .follow__facebook-container {
      display: inline;
      margin: 0 2.43%;
      bottom: 0; }
      .follow__facebook-container .inner-container {
        margin-top: 30px; }
    .follow .inner-container .social-heading-section {
      padding: 10px 0; }
      .follow .inner-container .social-heading-section .icon-twitter, .follow .inner-container .social-heading-section .icon-facebook {
        margin-right: 5px; }
      .follow .inner-container .social-heading-section .icon-facebook:before {
        font-size: 38px; }
      .follow .inner-container .social-heading-section .icon-twitter:before {
        font-size: 38px; }
      .follow .inner-container .social-heading-section .username {
        bottom: 6px;
        font-size: 16px; } }

.jobs {
  position: relative;
  background-color: #fff; }
  .jobs__container {
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-top: none; }
  .jobs__heading-container {
    padding-top: 50px;
    border-top: 1px solid #e1e1e1; }
    .jobs__heading-container h4 {
      margin-bottom: 25px; }
      .jobs__heading-container h4 .txtred {
        color: #d13419; }
    .jobs__heading-container .heading-subtext {
      font-size: 1.9rem;
      font-weight: 700;
      line-height: 25px;
      text-align: center;
      margin: 0 60px; }
  .jobs__navigation-area .link_list {
    white-space: nowrap;
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center; }
    .jobs__navigation-area .link_list ul {
      padding: 5px 0;
      border: none;
      height: 82px;
      width: 100%;
      vertical-align: middle;
      box-sizing: border-box;
      margin: 8px 0; }
      .jobs__navigation-area .link_list ul li {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        display: inline;
        margin: 0 10px;
        position: relative;
        top: 29px;
        text-transform: uppercase;
        cursor: pointer; }
        .jobs__navigation-area .link_list ul li.active {
          color: #d13419;
          font-weight: 500; }
          .jobs__navigation-area .link_list ul li.active:after {
            content: "";
            width: 100%;
            height: 2px;
            left: 50%;
            transform: translateX(-50%);
            background: #d13419;
            position: absolute;
            text-align: center;
            top: 23px; }
        .jobs__navigation-area .link_list ul li a {
          text-decoration: none;
          color: inherit; }
  .jobs__job-area .job-listing {
    min-height: 125px;
    max-height: 700px;
    overflow-y: hidden; }
    .jobs__job-area .job-listing .job-row {
      border-top: 1px solid #e1e1e1;
      position: relative; }
      .jobs__job-area .job-listing .job-row a {
        text-decoration: none;
        color: inherit;
        display: block; }
      .jobs__job-area .job-listing .job-row .removeJob {
        float: none;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        width: 60px; }
        .jobs__job-area .job-listing .job-row .removeJob .icon-cross {
          left: 10px;
          position: relative; }
          .jobs__job-area .job-listing .job-row .removeJob .icon-cross::before {
            font-size: 20px; }
        .jobs__job-area .job-listing .job-row .removeJob .icon-pencil::before {
          font-size: 20px; }
    .jobs__job-area .job-listing .inner-job-container {
      padding: 5px 55px 13px 55px;
      display: inline-block;
      max-width: 75%; }
      .jobs__job-area .job-listing .inner-job-container .job-title {
        font-size: 18px;
        font-weight: 500;
        text-align: left;
        transform: scaleX(1.0006);
        line-height: 1.4;
        color: #2b2b2b;
        margin: 10px 0; }
      .jobs__job-area .job-listing .inner-job-container .job-details-section {
        margin-left: 5px;
        position: relative; }
        .jobs__job-area .job-listing .inner-job-container .job-details-section .job-detail {
          display: inline-block; }
          .jobs__job-area .job-listing .inner-job-container .job-details-section .job-detail:first-child {
            margin-right: 20px;
            position: relative;
            right: 5px;
            min-width: 90px; }
        .jobs__job-area .job-listing .inner-job-container .job-details-section .detail-value {
          color: #757575;
          font-size: 16px;
          font-weight: 400;
          text-align: left;
          transform: scaleX(1.0006); }
    .jobs__job-area .job-listing .view-job-container {
      position: absolute;
      top: 50%;
      left: 82.5%;
      transform: translate(-12.5%, -50%); }
      .jobs__job-area .job-listing .view-job-container a {
        text-decoration: none;
        color: inherit; }
  .jobs__job-area .show-more-container {
    text-align: center;
    padding: 20px 0 26px 0;
    border-top: 1px solid #e1e1e1; }
  .jobs__job-area .add-more-container {
    border-top: 1px solid #e1e1e1;
    text-align: center;
    padding: 20px 0 26px 0; }

@media (min-width: 320px) and (max-width: 767px) {
  .jobs__heading-container .heading-subtext {
    margin: 0px 24px;
    text-align: left; }
  .jobs__navigation-area .link_list ul {
    padding: 0;
    margin: 0;
    margin-left: 15px; }
  .jobs__job-area .job-listing {
    margin: 0 15px;
    min-height: 140px;
    max-height: 800px; }
    .jobs__job-area .job-listing .job-row {
      border-top: 1px solid #e1e1e1; }
    .jobs__job-area .job-listing .inner-job-container {
      padding: 15px 0;
      max-width: none; }
      .jobs__job-area .job-listing .inner-job-container .job-title {
        margin: 0;
        font-size: 16px;
        margin-bottom: 15px; }
      .jobs__job-area .job-listing .inner-job-container .job-details-section {
        margin-left: 0px; }
        .jobs__job-area .job-listing .inner-job-container .job-details-section .job-detail {
          display: inline-block;
          width: 100%; }
          .jobs__job-area .job-listing .inner-job-container .job-details-section .job-detail:first-child {
            margin-right: 0px;
            position: relative;
            right: 0px;
            min-width: none; }
          .jobs__job-area .job-listing .inner-job-container .job-details-section .job-detail.location {
            left: 0px;
            margin-top: 0px; }
        .jobs__job-area .job-listing .inner-job-container .job-details-section .detail-value {
          font-size: 13px; }
    .jobs__job-area .job-listing .view-job-container {
      display: none; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .jobs__heading-container h4 {
    margin-bottom: 25px; }
  .jobs__heading-container .heading-subtext {
    margin: 0px 10px; }
  .jobs__job-area .job-listing .job-row {
    border-top: 1px solid #e1e1e1;
    position: relative; }
  .jobs__job-area .job-listing .inner-job-container {
    padding: 10px 25px 25px 25px;
    width: 75%;
    display: inline-block; }
  .jobs__job-area .job-listing .view-job-container {
    position: absolute;
    top: 50%;
    left: 82.5%;
    transform: translate(-12.5%, -50%); } }

.jobsModalContainer, .editJobsModalContainer {
  border-radius: 3px; }

.jobsListSection {
  height: 300px; }
  .jobsListSection .socialGroup {
    margin: 10px 20px; }
    .jobsListSection .socialGroup label {
      margin-right: 10px;
      width: 190px; }
    .jobsListSection .socialGroup input {
      width: 400px; }
    .jobsListSection .socialGroup .select {
      width: 400px;
      border-color: #ede6e6;
      border-style: none none solid none;
      border-width: 1px;
      box-sizing: border-box;
      height: 30px;
      font-size: 14px;
      background-color: transparent;
      outline: 0; }
    .jobsListSection .socialGroup .error-location {
      width: fit-content;
      color: #009877;
      margin: auto;
      font-size: 12px;
      margin-top: 20px; }
  .jobsListSection .error-job {
    width: fit-content;
    color: #ad3030;
    margin: auto;
    font-size: 12px;
    margin-top: 20px; }

.selectJobSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.publishModalContainer {
  border-radius: 3px; }

.publishListSection {
  height: 300px; }
  .publishListSection .socialGroup {
    margin: 10px 20px; }
    .publishListSection .socialGroup label {
      margin-right: 10px;
      width: 190px; }
    .publishListSection .socialGroup input {
      width: 400px; }
    .publishListSection .socialGroup .select {
      width: 400px;
      border-color: #ede6e6;
      border-style: none none solid none;
      border-width: 1px;
      box-sizing: border-box;
      height: 30px;
      font-size: 14px;
      background-color: transparent;
      outline: 0; }
    .publishListSection .socialGroup .error-comma {
      width: fit-content;
      color: #009877;
      margin: auto;
      font-size: 12px;
      margin-top: 20px; }
  .publishListSection .error-publish {
    width: fit-content;
    color: #ad3030;
    margin: auto;
    font-size: 12px;
    margin-top: 20px; }

.selectPublishSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.submitCareerPage-dialog {
  position: absolute;
  z-index: 500;
  top: 100%;
  width: 450px;
  margin: 13px 0;
  background: #FFF;
  right: 10%;
  box-shadow: 0 4px 8px grey;
  border-radius: 4px; }
  .submitCareerPage-dialog:after {
    content: '';
    border-bottom: 10px solid #fbf2e7;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 20px; }
  .submitCareerPage-dialog .dialog-heading {
    padding: 15px 20px;
    background: #fbf2e7;
    font-family: "Droid Sans";
    color: #000;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
    .submitCareerPage-dialog .dialog-heading p {
      font-size: 17px; }
  .submitCareerPage-dialog .dialog-content {
    padding: 15px 20px 20px 20px;
    font-family: "Droid Sans"; }
  .submitCareerPage-dialog p {
    font-size: 15px;
    line-height: 1.5; }
    .submitCareerPage-dialog p.bold {
      font-weight: 700; }
    .submitCareerPage-dialog p.example {
      font-size: 13px;
      margin-top: 5px; }
  .submitCareerPage-dialog .share-link {
    display: block;
    margin: 10px 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearanance: none;
    border-radius: 3px;
    background: #fff;
    width: 100%;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    padding: 16px 22px;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 10px; }
    .submitCareerPage-dialog .share-link:focus {
      border-color: #149075;
      outline: 0; }
    .submitCareerPage-dialog .share-link.error-border {
      border-color: #eb1c2a; }
  .submitCareerPage-dialog .subdomainInput {
    font-size: 0; }
    .submitCareerPage-dialog .subdomainInput .greyBox {
      padding: 5px;
      background: #e2e2e2;
      border: 1px solid #d3d3d3;
      border-right: none;
      display: inline-block;
      width: 15%;
      font-size: 15px;
      height: 40px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      line-height: 1.9; }
    .submitCareerPage-dialog .subdomainInput .share-link {
      display: block;
      margin: 10px 0 0 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearanance: none;
      border-radius: 3px;
      background: #fff;
      width: 100%;
      border: 1px solid #e8e8e8;
      cursor: pointer;
      padding: 16px 22px;
      font-size: 14px;
      line-height: 1.5;
      padding: 5px 10px;
      border-left: none;
      display: inline-block;
      width: 85%;
      border: 1px solid #d3d3d3;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      vertical-align: bottom;
      height: 40px; }
      .submitCareerPage-dialog .subdomainInput .share-link:focus {
        border-color: #149075;
        outline: 0; }
      .submitCareerPage-dialog .subdomainInput .share-link.error-border {
        border-color: #eb1c2a; }
      .submitCareerPage-dialog .subdomainInput .share-link:focus {
        border-color: #d3d3d3;
        outline: 0; }
      .submitCareerPage-dialog .subdomainInput .share-link.error-border {
        border-color: #d3d3d3; }
  .submitCareerPage-dialog .error-career {
    width: fit-content;
    color: #ad3030;
    margin: auto;
    font-size: 12px;
    margin-top: 20px; }
  .submitCareerPage-dialog .submitDialogButton {
    width: 100%;
    margin-top: 20px;
    background-color: #8d6329;
    color: #fff; }

.submitCareerSuccessModalContainer {
  width: 50%;
  padding: 30px; }

.successModalHeading {
  font-family: "Roboto";
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px; }

.successModalContent {
  height: 130px;
  text-align: center;
  font-family: "Roboto";
  line-height: 1.4; }
  .successModalContent p.subheading {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 15px; }
  .successModalContent span {
    font-size: 14px; }
  .successModalContent span.cnameMessage {
    font-weight: 700; }

.submitCareerSuccessSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  outline: none; }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 6rem) / 3); }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem); }

.footer {
  background-color: rgba(0, 0, 0, 0.76);
  color: #fff;
  padding: 20px;
  font-family: "Lato";
  position: relative; }
  .footer__container {
    text-align: center; }
  .footer__heading-container input, .footer__heading-container h2 {
    font-family: "Roboto";
    color: #f7f7f7;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 2rem 0; }
  .footer__socicobox {
    margin-bottom: 20px; }
  .footer__ico {
    display: inline-block;
    cursor: pointer; }
    .footer__ico:not(:last-child) {
      margin-right: 20px; }
    .footer__ico a {
      line-height: 60px;
      font-size: 30px;
      color: #fff; }
  .footer__ftrcopy {
    text-align: center; }
    .footer__ftrcopy p {
      color: #d9d6d6;
      font-size: 1.5rem;
      font-weight: 400; }
    .footer__ftrcopy a {
      color: #fff;
      text-decoration: none; }

@media (min-width: 320px) and (max-width: 479px) {
  .footer {
    padding: 20px 10px; }
    .footer__heading-container input, .footer__heading-container h2 {
      font-size: 18px; }
    .footer__ico a {
      line-height: 40px;
      font-size: 20px; }
    .footer .icon-facebook_footer:before,
    .footer .icon-twitter_footer:before,
    .footer .icon-linkedin_footer:before,
    .footer .icon-youtube_footer:before,
    .footer .icon-home_footer:before {
      background: #3D3D3D;
      padding: 0;
      border-radius: 0;
      font-size: 35px; } }
