/* primairy colors */
/* secondary colors */
.headerImage {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 515px; }
  .headerImage.bottom:before {
    content: ""; }
  .headerImage.bottom:after {
    display: table;
    content: "";
    clear: both; }
  .headerImage .text {
    position: absolute;
    bottom: 2rem;
    left: 16px; }
    .headerImage .text h1 {
      font-family: var(--font-black);
      text-transform: uppercase;
      line-height: 1;
      font-size: 2.70588em; }
    .headerImage .text h1, .headerImage .text p, .headerImage .text label {
      color: #fff;
      text-align: left; }
    .headerImage .text label {
      display: block;
      color: rgba(255, 255, 255, 0.8);
      font-family: var(--font-bold) }
    .headerImage .text h1 {
      margin-top: 5px;
      max-width: 60rem; }
    .headerImage .text p {
      font-size: 24px; }
    .headerImage .text .bottom:before {
      content: "";
      display: none; }
  .headerImage label {
    cursor: auto; }
  .headerImage .goBack {
    position: absolute;
    top: 2rem;
    padding-left: 16rem;
    color: rgba(255, 255, 255, 0.8); }
  .headerImage .columnLeft, .headerImage .columnCenter, .headerImage .columnRight {
    float: left; }
  .headerImage .columnLeft {
    width: 22.569%; }
  .headerImage .columnCenter {
    width: 55.9027%; }
  .headerImage .columnRight {
    width: 21.5277%;
    padding-top: 0; }

.goBack {
  font-family: var(--font-bold);
  color: #fff;
  text-decoration: none;
  margin-bottom: 30px;
  display: inline-block; }
  .goBack:before {
    font-family: 'mammicon';
    content: "\e905";
    position: relative;
    font-size: 20px;
    top: 2px;
    right: 3px;
    padding-right: 3px; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

@media (min-width: 768px) and (max-width: 991px) {
  .tablet {
    display: block !important; }
  .mobile {
    display: none !important; }
  .headerImage .text {
    left: auto; }
  .goBack.tablet.desktop {
    position: relative;
    left: 0;
    padding-left: 0; } }

@media (min-width: 1440px) {
  .headerImage {
    position: relative;
    height: 515px; }
    .headerImage.center {
      text-align: left; }
    .headerImage .goBack {
      position: absolute;
      top: 69px;
      left: -20px;
      padding-left: 0; }
    .headerImage .columnLeft, .headerImage .columnCenter, .headerImage .columnRight {
      position: relative;
      height: 100%;
      padding: 0; }
    .headerImage .text {
      position: absolute;
      bottom: 2rem;
      left: 0; }
      .headerImage .text label {
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 27px; }
      .headerImage .text h1, .headerImage .text p {
        color: #fff;
        max-width: 60rem; }
      .headerImage .text p {
        font-size: 24px; }
  .mobile, .tablet {
    display: none !important; }
  .desktop.tablet {
    width: 100%;
    display: block !important; } }

@media (min-width: 1920px) {
  .headerImage {
    height: 690px; } }

@media (max-width: 767px) {
  .banner .headerImage {
    height: 111vw; }
    .banner .headerImage h1 {
      font-size: 34px;
      line-height: normal;
      margin-bottom: 0; }
    .banner .headerImage .columnLeft, .banner .headerImage .columnRight {
      display: none; }
    .banner .headerImage .columnCenter {
      position: relative;
      width: 100%;
      height: 100%; }
    .banner .headerImage .text {
      bottom: auto;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .banner .headerImage .text .bottom {
        position: absolute;
        bottom: 12px;
        left: 12px;
        right: 12px; }
        .banner .headerImage .text .bottom:before {
          display: none;
          content: ""; }
        .banner .headerImage .text .bottom label {
          font-size: 18px;
          line-height: 1.11; }
    .banner .headerImage .goBack {
      top: 16px;
      left: 12px;
      margin-bottom: 0;
      font-size: 18px;
      color: #cfcfcf;
      padding-left: 0; } }

.contact-form .form-box {
  border: none;
  background-color: #e4e9ed; }

.contact-form.desktop .container-3 {
  max-width: 100%; }

.container-3 {
  background-color: #e4e9ed; }

.form-box .Form__MainBody section .Form__Element:not(.FormRecaptcha):nth-child(even) {
  margin-left: 2%; }

.form-box input[type=email], .form-box input[type=number], .form-box input[type=tel], .form-box input[type=text], .form-box textarea {
  background-color: #fff; }

.form-box h2.Form__Title {
  font-size: 40px;
  text-align: center;
  color: #424d52;
  text-transform: uppercase;
  font-family: var(--font-black);
  text-rendering: auto;
  font-size: 44px;
  letter-spacing: 0.1px;
  margin: 0 0 18px; }

.form-box .Form__MainBody {
  padding: 0 16px; }
  .form-box .Form__MainBody section {
    width: 100%;
    margin-bottom: 0; }
    .form-box .Form__MainBody section:after {
      display: table;
      content: "";
      clear: both; }
    .form-box .Form__MainBody section .Form__Element {
      display: inline-block;
      width: 100%;
      margin: 0; }
      .form-box .Form__MainBody section .Form__Element:nth-child(odd) {
        margin-right: 0; }
      .form-box .Form__MainBody section .Form__Element:not(.FormRecaptcha):nth-child(even) {
        margin-left: 2%; }
      .form-box .Form__MainBody section .Form__Element input {
        width: 100%;
        margin: 0; }
      .form-box .Form__MainBody section .Form__Element textarea {
        width: 100%; }
      .form-box .Form__MainBody section .Form__Element label {
        padding: 30px 0px 10px 0; }
      .form-box .Form__MainBody section .Form__Element .FormParagraphText {
        margin: 0;
        width: 100%; }
    .form-box .Form__MainBody section .Form__Element.FormTextbox--Textarea {
      width: 100%; }
    .form-box .Form__MainBody section button {
      vertical-align: middle;
      white-space: nowrap;
      font-family: var(--font-bold);
      font-size: 18px;
      cursor: pointer;
      margin: 0;
      line-height: 1;
      padding: 12px 20px 18px 20px;
      border-radius: 0;
      background-color: #e71b17;
      color: #fff;
      -webkit-transition: background-color .3s,border-color .3s;
      transition: background-color .3s,border-color .3s;
      border: 0;
      font-weight: 700;
      width: 154px !important;
      float: left;
      margin-right: 0 !important;
      margin-left: 2.2% !important; }
      .form-box .Form__MainBody section button:after {
        font-family: 'mammicon';
        content: "\e903";
        color: #fff;
        position: relative;
        right: 0;
        bottom: -4px;
        font-size: 24px;
        font-weight: normal; }
    .form-box .Form__MainBody section .Form__Element.FormRecaptcha {
      width: 100%;
      margin-bottom: 30px;
      margin-left: 2.2% !important; }

.form-box aside.Form__Description {
  font-size: 18px;
  color: #263238;
  padding: 0 15px;
  text-align: center; }

.contact-form .form-box {
  padding: 60px 341px 38px 341px;
  margin-bottom: 0; }

.form-box .Form__MainBody section .Form__Element:not(.FormRecaptcha):nth-child(even) {
  margin-left: 2%; }

.EPiServerForms .Form__Status .Form__Status__Message.hide {
  display: none !important; }

.EPiServerForms .Form__Status .Form__Success__Message {
  background-color: transparent !important; }

.form-box .Form__MainBody section .Form__Element input {
  height: 43px; }

.contact-form::before {
  height: auto; }

.contact-form .form-box p {
  text-align: center;
  margin-top: 0; }

.Form__Status__Message {
  display: block;
  padding: 1rem;
  margin: 1rem 0; }

/* error styling */
.EPiServerForms .Form__Element .Form__Element__ValidationError {
  color: red;
  display: block;
  word-wrap: break-word;
  position: absolute;
  margin-top: 4px; }

.ValidationFail input, .ValidationFail input:focus, .ValidationFail input:active, .ValidationFail .Form__Element textarea {
  box-shadow: inset 0 0px 0 1px red !important;
  outline: none; }

.Form__Element.FormTextbox.FormTextbox--Textarea.ValidationRequired.ValidationFail .Form__Element__ValidationError {
  margin-top: -30px; }

.form-box .Form__MainBody section .Form__Element.FormTextbox--Textarea textarea {
  height: 200px; }

.form-box .Form__MainBody section .Form__Element.FormTextbox {
  margin-top: 24px; }

@media (max-width: 1439px) and (min-width: 992px) {
  .contact-form .form-box {
    padding: 0 192px 48px 192px; }
    .contact-form .form-box h2.Form__Title {
      font-size: 38px;
      letter-spacing: 0.1px;
      padding: 48px 0 24px;
      margin: 0; }
    .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element:not(.FormRecaptcha):not(.FormParagraphText) {
      margin: 0;
      width: 50%; }
      .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element:not(.FormRecaptcha):not(.FormParagraphText) input {
        border: none;
        background-color: #f8f9fa;
        box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
      .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element:not(.FormRecaptcha):not(.FormParagraphText):nth-child(odd) {
        padding-left: 16px; }
      .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element:not(.FormRecaptcha):not(.FormParagraphText):nth-child(even) {
        padding-right: 16px; }
      .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element:not(.FormRecaptcha):not(.FormParagraphText).FormTextbox--Textarea {
        width: 100%;
        padding-right: 0; }
        .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element:not(.FormRecaptcha):not(.FormParagraphText).FormTextbox--Textarea textarea {
          border: none;
          background-color: #f8f9fa;
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
    .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element.FormRecaptcha {
      margin-left: 0 !important; }
    .contact-form .form-box #contact-form-container .Form__MainBody section button {
      margin-left: 0 !important; }
    .contact-form .form-box p {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 0; }
    .contact-form .form-box .Form__MainBody {
      padding: 0; }
      .contact-form .form-box .Form__MainBody section .Form__Element label {
        padding: 32px 0px 16px 0; }
      .contact-form .form-box .Form__MainBody section .Form__Element input {
        height: 40px; }
      .contact-form .form-box .Form__MainBody section .Form__Element textarea {
        height: 120px;
        margin-bottom: 40px; }
      .contact-form .form-box .Form__MainBody section button {
        padding: 9px 20px 15px 20px;
        font-size: 16px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .contact-form .form-box {
    padding: 30px 0; }
    .contact-form .form-box #contact-form-container {
      width: 100%; }
      .contact-form .form-box #contact-form-container .Form__MainBody {
        padding: 0 15px; }
      .contact-form .form-box #contact-form-container .Form__Element {
        margin: 0; }
        .contact-form .form-box #contact-form-container .Form__Element.FormTextbox:not(.FormTextbox--Textarea) {
          float: left;
          width: 48%; }
          .contact-form .form-box #contact-form-container .Form__Element.FormTextbox:not(.FormTextbox--Textarea):nth-child(3) {
            margin-left: 4%; }
          .contact-form .form-box #contact-form-container .Form__Element.FormTextbox:not(.FormTextbox--Textarea) input {
            border: none;
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
        .contact-form .form-box #contact-form-container .Form__Element .FormTextbox--Textarea textarea {
          background-color: #f8f9fa;
          border: none;
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
        .contact-form .form-box #contact-form-container .Form__Element.FormRecaptcha {
          margin-left: 0 !important; }
      .contact-form .form-box #contact-form-container button {
        margin: 20px 0 0 0 !important; } }

@media only screen and (min-width: 1440px) {
  .form-box .Form__MainBody section .Form__Element {
    width: 46%;
    margin: 0; }
    .form-box .Form__MainBody section .Form__Element:nth-child(odd) {
      margin-right: 0;
      margin-left: 4.175%; }
    .form-box .Form__MainBody section .Form__Element:not(.FormRecaptcha):nth-child(even) {
      margin-left: 2%; }
    .form-box .Form__MainBody section .Form__Element input {
      width: 100%;
      margin: 0;
      border: 0;
      padding: 0 10px;
      box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
    .form-box .Form__MainBody section .Form__Element textarea {
      width: 100%;
      margin-bottom: 30px;
      border: 0;
      padding: 10px;
      box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
    .form-box .Form__MainBody section .Form__Element label {
      padding: 0 0px 10px 0; }
    .form-box .Form__MainBody section .Form__Element.FormParagraphText {
      width: 100%;
      display: block;
      margin-bottom: 39px;
      margin-left: 0; }
    .form-box .Form__MainBody section .Form__Element.FormTextbox {
      margin-top: 24px; }
    .form-box .Form__MainBody section .Form__Element.FormTextbox--Textarea {
      margin-top: 24px; }
      .form-box .Form__MainBody section .Form__Element.FormTextbox--Textarea textarea {
        width: 96%;
        background-color: #fff; } }

@media only screen and (max-width: 767px) {
  .contact-form .form-box {
    padding: 24px 12px; }
    .contact-form .form-box p {
      font-size: 16px;
      line-height: 1.5;
      color: #263238;
      text-align: left;
      padding-top: 0;
      margin-bottom: 0; }
    .contact-form .form-box h2 {
      font-size: 30px;
      line-height: 1.2;
      color: #263238;
      margin-bottom: 16px; }
    .contact-form .form-box .Form__MainBody {
      padding: 0; }
      .contact-form .form-box .Form__MainBody section .Form__Element label {
        padding: 14px 0 6px; }
      .contact-form .form-box .Form__MainBody button {
        margin-left: 0 !important; }
    .contact-form .form-box .Form__MainBody section .Form__Element:not(.FormRecaptcha):nth-child(even) {
      margin-left: 0; }
    .contact-form .form-box .Form__MainBody section .Form__Element.FormRecaptcha {
      margin-left: 0 !important;
      margin-bottom: 15px;
      margin-top: 15px; }
    .contact-form .form-box input {
      box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
      border: none;
      background-color: #f8f9fa; }
    .contact-form .form-box textarea {
      box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
      border: none;
      background-color: #f8f9fa;
      margin-bottom: 0; }
      .contact-form .form-box textarea:focus {
        background-color: #fff; }
  .form-box #contact-form-container button {
    margin-left: 0 !important; }
  .EPiServerForms .Form__Element .Form__Element__ValidationError {
    position: relative; }
  .Form__Element.FormTextbox.FormTextbox--Textarea.ValidationRequired.ValidationFail .Form__Element__ValidationError {
    margin-top: 0; } }

[class*=btn-social-] {
  background-color: #263238;
  background-repeat: no-repeat;
  text-indent: -999em;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 62px;
  box-shadow: 0 0 0 1px #263238,0 0 0 2px transparent; }

.no-touch [class*=btn-social-]:focus, .no-touch [class*=btn-social-]:hover {
  background-color: #263238;
  box-shadow: 0 0 0 1px #263238,0 0 0 2px #263238;
  color: #fff; }

.no-touch [class*=btn-social-]:active, [class*=btn-social-]:active {
  background-color: #fff;
  box-shadow: 0 0 0 1px #263238,0 0 0 2px #263238;
  color: #263238; }

.share [class*=btn-social] {
  text-decoration: none; }

.share [class*=btn-social-] {
  background-color: #263238;
  background-repeat: no-repeat;
  text-indent: 0;
  display: inline-block;
  text-align: center;
  width: 64px;
  height: 64px;
  line-height: 62px; }
  .share [class*=btn-social-]:after {
    font-family: 'mammicon';
    font-size: 24px;
    color: #fff;
    position: relative;
    vertical-align: middle; }

.share .btn-social-fb, .share .icon-fb {
  background-image: none;
  background-position: center; }
  .share .btn-social-fb:after, .share .icon-fb:after {
    content: "\e90c"; }

.share .btn-social-tw, .share .icon-tw {
  background-image: none;
  background-position: 50% 50%,50% 200%; }
  .share .btn-social-tw:after, .share .icon-tw:after {
    content: "\e913"; }

.share .btn-social-yt, .share .icon-yt {
  background-image: none;
  background-position: 50% 50%,50% 200%; }
  .share .btn-social-yt:after, .share .icon-yt:after {
    content: "\e911"; }

.share .btn-social-li, .share .icon-li {
  background-image: none;
  background-position: 50% 42%,50% 200%; }
  .share .btn-social-li:after, .share .icon-li:after {
    content: "\e912"; }

.share .btn-social-em, .share .icon-li {
  background-image: none;
  background-position: 50% 42%,50% 200%; }
  .share .btn-social-em:after, .share .icon-li:after {
    content: "\e916";
    font-size: 20px; }

.share .list li:not(:last-child) {
  margin-right: 16px; }

@media (min-width: 768px) and (max-width: 1439px) {
  .share [class*=btn-social-] {
    width: 50px;
    height: 50px;
    line-height: 46px; }
  .moreWrapper .columnHalf .share a {
    line-height: 46px; }
  .share [class*=btn-social-]:after {
    font-size: 21px; }
  .btn-social-em share-this-page-block-item-link {
    font-size: 11px; } }

body {
  overflow: auto; }

.moreWrapper:after {
  display: table;
  content: "";
  clear: both; }

.contentWrapper {
  width: 100%;
  position: relative;
  margin: 0 auto; }
  .contentWrapper:after {
    display: table;
    content: "";
    clear: both; }
  .contentWrapper .content {
    padding: 47px 47px 0 89px; }
    .contentWrapper .content *:not(.intro) {
      padding-right: 28px; }
  .contentWrapper.center {
    text-align: left; }
  .contentWrapper.centered .columnRight {
    padding-top: 0; }
  .contentWrapper.centered .content {
    padding-top: 0; }

.columnLeft, .columnCenter, .columnRight, .columnHalf {
  float: left; }

.columnLeft {
  width: 22.569%; }

.columnCenter {
  width: 55.9027%; }

.columnRight {
  width: 21.5277%;
  padding-top: 33.5%; }
  .columnRight h3 {
    margin: 25px 0 11px;
    line-height: 1;
    font-size: 28px; }
    .columnRight h3:first-child {
      margin-top: 25px; }
  .columnRight .lightGrey {
    background-color: #f8f9fa; }
    .columnRight .lightGrey .moreIn {
      padding: 25px 0 27px 24px; }
      .columnRight .lightGrey .moreIn li {
        display: block;
        line-height: 1.11; }
        .columnRight .lightGrey .moreIn li:not(:last-child) {
          margin-bottom: 20px; }
      .columnRight .lightGrey .moreIn a {
        line-height: 1.11;
        color: #8c8c8c;
        font-size: 18px;
        font-family: var(--font-bold);
        text-decoration: none; }
        .columnRight .lightGrey .moreIn a:after {
          font-family: 'mammicon';
          content: "\e903";
          font-size: 26px;
          color: #8c8c8c;
          position: relative;
          top: 5px;
          left: 7px; }

.columnHalf {
  width: 50%; }

.bodyText2 {
  padding: 0; }

.aboutUs {
  background-color: #eceff1;
  padding: 33px 32px 33px 36px; }
  .aboutUs h3 {
    margin: 0 0 18px;
    line-height: 1;
    font-size: 28px; }
  .aboutUs h4 {
    font-size: 24px; }
  .aboutUs .col-md-6 {
    width: 100%;
    float: none; }
  .aboutUs label {
    display: block;
    color: #8c8c8c;
    line-height: 1.25;
    font-size: 16px;
    margin: 15px 0 5px; }
  .aboutUs a {
    display: block; }

.aboutUs .row.labels .col-md-6:first-child label {
  margin-top: 0; }

.aboutUs .col-md-6 a {
  font-family: var(--font-bold);
  color: #263238;
  font-size: 18px;
  line-height: 1.11;
  text-decoration: none;
  display: table; }
  .aboutUs .col-md-6 a:not(:first-child) {
    display: block;
    margin-top: 6px; }
  .aboutUs .col-md-6 a i {
    display: table-cell;
    vertical-align: top; }
    .aboutUs .col-md-6 a i:before {
      font-family: 'mammicon';
      content: "\e903";
      color: #8c8c8c;
      margin-right: 11px;
      font-style: normal; }
  .aboutUs .col-md-6 a span {
    display: table-cell;
    vertical-align: top; }

.aboutUs hr {
  margin: 32px 0 25px;
  border: 0;
  height: 1px;
  background: #cfcfcf; }

.aboutUs h4 {
  font-family: var(--font-bold);
  margin: 0 0 1px 0;
  line-height: 1.08; }

.aboutUs .btn {
  margin-top: 24px;
  height: 48px;
  line-height: 48px;
  width: auto;
  font-size: 18px;
  font-family: var(--font-bold);
  display: inline-block; }

.aboutUs .btn:after {
  font-family: 'mammicon';
  content: "\e903";
  color: #fff;
  position: relative;
  top: 3px;
  left: 10px; }

.aboutUs .download:before {
  content: ""; }

.aboutUs .col-md-6 a.download i:before {
  content: "\e917";
  font-size: 14px; }

.aboutUs .col-md-6 .mb-5 + a span {
  display: inline-block;
  font-family: var(--font-black);
  font-size: 23px;
  position: relative;
  top: -1px; }

p.intro {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: var(--font-bold);
}

.owl-carousel {
  margin: 43px 0 68px;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1; }
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
    .owl-carousel .owl-item img:hover {
      cursor: pointer; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-carousel:after {
  display: table;
  content: "";
  clear: both; }

.owl-carousel figure, img {
  display: block;
  position: relative; }

.owl-carousel figure figcaption {
  background: none;
  text-align: center;
  font-size: 16px;
  color: #8c8c8c;
  margin-top: 24px;
  font-family: var(--font-bold);
  padding-right: 15px; }

.owl-carousel figure figcaption span {
  display: block;
  color: #9fb4be;
  text-transform: uppercase;
  margin-bottom: 12px; }

.owl-carousel figure .bottomLine {
  height: 8px;
  background-color: #e3000f;
  display: block;
  width: 103%;
  text-align: center;
  margin-top: 40px; }

.owl-carousel figure .bottomLine span:first-child {
  font-family: var(--font-bold);
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -18px;
  font-size: 16px;
  line-height: 36px;
  background-color: #e3000f;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  border: solid 3px #000; }

.owl-carousel .owl-item:first-child figure .bottomLine {
  width: 100%;
  text-align: left;
  position: relative;
  left: 30px;
  top: 0; }

.owl-carousel .owl-item:first-child figure .bottomLine span.overLine {
  height: 8px;
  width: 22px;
  background: #e3000f;
  position: absolute;
  top: 0%;
  left: 8%;
  border: none;
  border-radius: 0;
  display: block; }

.owl-carousel .owl-item:last-child figure .bottomLine {
  width: 100%;
  text-align: right;
  position: relative;
  right: 30px; }

.owl-carousel .owl-item:last-child figure .bottomLine span.overLine {
  height: 8px;
  width: 22px;
  background: #e3000f;
  position: absolute;
  top: -4%;
  right: 8%;
  border: none;
  border-radius: 0; }

.owl-carousel figure .bottomLine span.square {
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  top: -6px;
  left: -15px; }

.owl-carousel .owl-nav {
  position: absolute;
  bottom: 13px;
  right: 10px; }

.owl-carousel .owl-nav .owl-prev:before {
  font-family: 'mammicon';
  content: "\e905";
  font-size: 24px;
  color: #8c8c8c; }

.owl-carousel .owl-nav .owl-next {
  margin-left: 15px; }

.owl-carousel .owl-nav .owl-next:before {
  font-family: 'mammicon';
  content: "\e903";
  font-size: 24px;
  color: #8c8c8c; }

.image-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff; }
  .image-container .imageSlide {
    background: url("/Static/img/Spinner.gif") transparent no-repeat center center;
    min-height: 678px; }
  .image-container .bottomLine {
    margin-top: 40px;
    height: 8px;
    background-color: #e3000f;
    display: block;
    position: relative; }
    .image-container .bottomLine span {
      position: relative;
      margin: auto;
      background-color: #e3000f;
      border: solid 3px #000;
      width: 46px;
      height: 46px;
      border-radius: 46px;
      font-size: 16px;
      line-height: 36px;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      top: -18px;
      font-family: var(--font-bold);

    }
      .image-container .bottomLine span.square {
        display: block;
        width: 17px;
        height: 17px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 0;
        top: -6px;
        left: 0; }
      .image-container .bottomLine span.overLine {
        display: none; }
  .image-container figcaption {
    text-align: center;
    background: none;
    padding-top: 0; }
    .image-container figcaption span {
      display: block;
      text-transform: uppercase;
      font-family: var(--font-bold); }
  .image-container .nav {
    position: absolute;
    bottom: 15px;
    right: 0; }

.prev, .next {
  font-family: 'mammicon';
  font-size: 2rem;
  text-decoration: none;
  color: #fff; }
  .prev:hover, .next:hover {
    color: #fff !important; }

.next {
  margin-left: 15px; }

.prev.disabled, .next.disabled {
  opacity: 0.2;
  cursor: text; }

.prev:after {
  content: "\e905"; }

.next:after {
  content: "\e903"; }

.share:before {
  content: ""; }

.share .list {
  padding: 0;
  border: none; }

.columnHalf h3 {
  color: #8c8c8c;
  font-size: 24px;
  line-height: 1.08;
  font-family: var(--font-bold);
  margin: 0 0 23px; }

.columnHalf .list-no-style li {
  display: block; }

.columnHalf .centered {
  position: relative;
  margin: 0 auto; }

.columnHalf:first-child .centered {
  padding-left: 57.5%; }

.columnHalf:first-child .centered a {
  color: #263238;
  font-size: 18px;
  line-height: 1.11;
  font-family: var(--font-bold);
  text-decoration: none; }

.columnHalf:first-child .centered ul {
  margin-top: -6px; }

.columnHalf:first-child .centered ul li {
  margin-bottom: 12px;
  line-height: 1.11; }

.columnHalf .centered .share {
  position: relative;
  margin: 0 auto 0 13%;
  width: 320px; }

.moreWrapper {
  margin-top: 1.7857rem;
  padding-bottom: 56px; }

/*.similarCases {
    margin-top: 25px;
}*/
.similarCases .col-md-6 {
  float: none;
  width: 100%;
  padding: 0; }

.similarCases img {
  width: 100%; }

.similarCases .imageBlock {
  position: relative;
  margin-bottom: 15px; }

.similarCases .imageBlock img {
  display: block; }

.similarCases .imageBlock .text {
  position: absolute;
  bottom: 12px;
  left: 16px;
  font-size: 24px;
  color: #fff;
  font-family: var(--font-bold);
  line-height: 0.92;
  padding-right: 37px;
  display: block; }
  .similarCases .imageBlock .text label {
    display: block;
    color: #ececec; }

.similarCases .row {
  margin: 0; }

.imageBlock .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.imageBlock a:after {
  font-family: 'mammicon';
  content: "\e903";
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 11px; }

.banner {
  position: relative; }

.banner:after {
  display: table;
  content: "";
  clear: both; }

.also.list-no-style {
  margin: 0 54px 82px 54px;
  display: flex; }

.also.list-no-style li {
  float: left;
  width: 32%; }

.also.list-no-style li ~ li {
  margin-left: 2%; }

.also.list-no-style li a img {
  display: block;
  width: 100%; }

.also.list-no-style li a {
  height: 100%;
  display: block;
  background-color: #eceff1;
  text-decoration: none;
  position: relative; }

.also.list-no-style li a h4 {
  margin: 0 0 33px;
  font-size: 28px;
  line-height: 1;
  color: #263238;
  font-family: var(--font-bold); }

.also.list-no-style li a .case {
  font-family: var(--font-bold);
  font-size: 18px;
  display: block;
  line-height: 1.11;
  color: #e3000f;
  margin-bottom: 15px; }

.also.list-no-style li a .tags {
  position: absolute;
  bottom: 30px;
  width: 95%; }

.also.list-no-style li a .tags span:not(.goto) {
  font-family: var(--font-bold);
  font-size: 16px;
  line-height: 1.25;
  color: #8c8c8c;
  display: inline-block; }

.also.list-no-style li a .tags span:first-child {
  margin-right: 17px;
  display: block; }

.also.list-no-style li a .tags span.goto:after {
  position: absolute;
  right: -40px;
  bottom: -3px;
  font-family: 'mammicon';
  content: "\e903";
  font-size: 22px;
  color: #e3000f; }

.also.list-no-style li a p {
  font-size: 17px;
  line-height: 1.41;
  color: #263238;
  margin: 0 0 47px 0; }

.also.list-no-style li a .wrapper {
  padding: 35px 35px 55px 35px; }

h3.upper.text-center {
  font-family: var(--font-black);
  text-align: center;
  text-transform: uppercase;
  color: #263238;
  font-size: 44px;
  letter-spacing: 0.1px;
  margin: 72px 0 50px 0; }

hr.mt-4 {
  margin: 54px 54px 0 54px;
  height: 1px;
  border: none;
  background: #cfcfcf; }

blockquote {
  display: block;
  margin-left: -36px;
  padding: 35px 0 37px 0;
  letter-spacing: normal; }

blockquote p {
  font-size: 24px;
  font-family: "var(--font-bold)"; }

.tablet {
  display: none; }

@media only screen and (min-width: 1441px) {
  .form-box .Form__MainBody section .Form__Element.FormSubmitButton {
    margin-left: 2.2% !important; }
  .columnHalf:first-child .centered {
    padding-left: 54.5%; } }

@media (min-width: 992px) and (max-width: 1439px) {
  .headerImage {
    height: 355px; }
  .contentWrapper .columnLeft {
    width: 24.195%;
    margin-right: 32px; }
    .contentWrapper .columnLeft .aboutUs {
      padding: 24px 21px 32px 24px; }
      .contentWrapper .columnLeft .aboutUs h3 {
        margin-bottom: 22px;
        line-height: 1.08;
        font-size: 24px; }
      .contentWrapper .columnLeft .aboutUs .col-md-6 label {
        font-size: 14px;
        margin: 28px 0 10px; }
      .contentWrapper .columnLeft .aboutUs .col-md-6 a span {
        font-size: 16px;
        position: relative;
        top: 1px; }
      .contentWrapper .columnLeft .aboutUs .col-md-6 a:not(:first-child) {
        margin-top: 10px; }
      .contentWrapper .columnLeft .aboutUs h4 {
        line-height: 1.1;
        font-size: 20px; }
      .contentWrapper .columnLeft .aboutUs #sideContact .col-md-6 label {
        margin-top: 16px;
        margin-bottom: 8px;
        font-size: 16px; }
      .contentWrapper .columnLeft .aboutUs #sideContact .col-md-6 a {
        font-size: 16px; }
      .contentWrapper .columnLeft .aboutUs #sideContact .btn.arrow {
        width: auto;
        padding: 0 32px 0 16px; }
  .columnCenter {
    width: 69.805%; }
    .columnCenter .content {
      padding: 24px 0 0 0; }
  #colRight {
    display: none; }
  .contentWrapper .content *:not(.intro) {
    padding-right: 0; }
  p {
    font-size: 16px;
    line-height: 1.5; }
    p.intro {
      line-height: 1.25;
      font-size: 16px; }
  h2 {
    font-size: 24px;
    line-height: 1.08;
    margin: 32px 0; }
  h4 {
    font-family: var(--font-bold); }
  blockquote {
    margin-left: 0;
    padding: 32px 0 31px 0; }
    blockquote cite {
      font-size: 14px;
      margin-top: 24px; }
  .owl-carousel {
    margin: 7px 0 24px; }
  .owl-carousel .owl-item:first-child figure .bottomLine span.overLine {
    left: 12%; }
  .owl-carousel .owl-item:last-child figure .bottomLine span.overLine {
    right: 12%;
    top: 0; }
  .owl-carousel figure figcaption {
    font-family: var(--font-regular);
    color: #263238;
    margin-top: 16px; }
    .owl-carousel figure figcaption span {
      margin-bottom: 4px;
      font-family: var(--font-bold);
      color: #263238; }
  body > .tablet {
    display: block; }
    body > .tablet .flexWrapper {
      display: block;
      margin: 0 32px; }
      body > .tablet .flexWrapper:before, body > .tablet .flexWrapper:after {
        display: table;
        content: "";
        clear: both; }
      body > .tablet .flexWrapper h3 {
        font-size: 24px;
        line-height: 1.08;
        margin-bottom: 24px; }
      body > .tablet .flexWrapper .moreInMarket {
        float: left;
        padding: 0;
        width: 31.035%; }
        body > .tablet .flexWrapper .moreInMarket .lightGrey {
          padding: 24px; }
          body > .tablet .flexWrapper .moreInMarket .lightGrey .moreIn {
            float: none;
            width: 100%;
            margin: 0;
            padding: 0; }
            body > .tablet .flexWrapper .moreInMarket .lightGrey .moreIn li {
              margin-bottom: 20px;
              display: block; }
              body > .tablet .flexWrapper .moreInMarket .lightGrey .moreIn li a {
                line-height: 1.25;
                font-size: 16px;
                color: #263238;
                text-decoration: none;
                font-family: var(--font-bold);
                position: relative; }
                body > .tablet .flexWrapper .moreInMarket .lightGrey .moreIn li a:after {
                  font-family: 'mammicon';
                  content: "\e903";
                  color: #8c8c8c;
                  position: absolute;
                  top: -1px;
                  margin-left: 10px;
                  font-size: 20px; }
            body > .tablet .flexWrapper .moreInMarket .lightGrey .moreIn li:last-child {
              margin-bottom: 0; }
        body > .tablet .flexWrapper .moreInMarket:after {
          display: table;
          content: "";
          clear: both; }
      body > .tablet .flexWrapper .similarCases {
        float: left;
        margin-left: 32px;
        width: 65%; }
        body > .tablet .flexWrapper .similarCases h3 {
          font-size: 24px;
          line-height: 1.08;
          margin-bottom: 24px; }
        body > .tablet .flexWrapper .similarCases:after {
          display: table;
          content: "";
          clear: both; }
        body > .tablet .flexWrapper .similarCases .row {
          margin: 0 -15px; }
          body > .tablet .flexWrapper .similarCases .row:before {
            display: table;
            content: "";
            clear: both; }
          body > .tablet .flexWrapper .similarCases .row:after {
            display: table;
            content: "";
            clear: both; }
          body > .tablet .flexWrapper .similarCases .row .col-md-6 {
            float: left;
            padding: 0 15px;
            width: 50%; }
        body > .tablet .flexWrapper .similarCases .imageBlock .text {
          line-height: 0.9;
          font-size: 20px;
          bottom: 24px;
          left: 24px; }
          body > .tablet .flexWrapper .similarCases .imageBlock .text label {
            margin-bottom: 8px;
            font-size: 14px; }
        body > .tablet .flexWrapper .similarCases .imageBlock a:after {
          content: "";
          display: none; }
  .also.list-no-style {
    margin: 0 32px 32px 32px; }
    .also.list-no-style li {
      width: 48.2755%; }
      .also.list-no-style li:last-child {
        display: none; }
      .also.list-no-style li ~ li {
        margin-left: 3.449%; }
      .also.list-no-style li a .wrapper {
        padding: 32px; }
      .also.list-no-style li a .case {
        line-height: 1;
        font-size: 16px;
        margin-bottom: 24px; }
      .also.list-no-style li a h4 {
        font-size: 24px;
        line-height: 1.08;
        margin-bottom: 16px; }
      .also.list-no-style li a p {
        line-height: 1.5;
        font-size: 16px; }
      .also.list-no-style li a .tags span:first-child {
        margin-right: 24px; }
      .also.list-no-style li a .tags span:not(.goto) {
        display: inline-block;
        font-size: 14px; }
  hr.mt-4 {
    display: none; }
  h3.upper.text-center {
    font-size: 38px;
    margin: 80px 0 32px; }
  .moreWrapper {
    margin: 0 32px;
    padding: 80px 0; }
    .moreWrapper .columnHalf {
      width: 65%;
      padding: 0; }
      .moreWrapper .columnHalf h3 {
        font-size: 20px;
        margin: 0 0 24px; }
      .moreWrapper .columnHalf.columnHalf:first-child {
        width: 31.035%; }
      .moreWrapper .columnHalf .centered {
        padding: 0; }
        .moreWrapper .columnHalf .centered .share {
          margin: 0 0 0 32px;
          width: auto; }
          .moreWrapper .columnHalf .centered .share a {
            width: 64px;
            height: 64px;
            line-height: 62px; }
  .columnHalf:first-child .centered ul li {
    margin-bottom: 16px; }
  p.intro.mobile {
    display: none; }
  .banner .headerImage .columnLeft {
    width: 24.195%;
    margin-right: 0; }
  .banner .headerImage .columnCenter .text {
    left: auto;
    bottom: 32px; }
    .banner .headerImage .columnCenter .text h1 {
      margin: 16px 0 0 0;
      font-size: 40px;
      line-height: 1.2; }
    .banner .headerImage .columnCenter .text .goBack.mobile {
      display: none; }
    .banner .headerImage .columnCenter .text label {
      font-size: 18px;
      line-height: 1.11; }
  .banner .headerImage .columnCenter .goBack.tablet {
    padding-left: 0;
    display: block !important;
    font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .contentWrapper .banner .text h1 {
    font-size: 38px;
    margin-bottom: 0; }
  .contentWrapper .banner .text .goBack.mobile {
    display: none; }
  .contentWrapper .banner .headerImage {
    height: 275px; }
  .contentWrapper .columnLeft {
    width: 25.3%; }
  .contentWrapper .columnCenter {
    width: 74.7%; }
    .contentWrapper .columnCenter .content {
      padding: 25px 25px 0 25px; }
      .contentWrapper .columnCenter .content p {
        font-size: 17px;
        line-height: 1.41;
        color: #263238; }
  .contentWrapper.centered .columnCenter .content {
    padding-top: 0; }
  .contentWrapper .columnRight {
    display: none; }
  .contentWrapper .aboutUs {
    padding: 25px 15px 33px 15px; }
    .contentWrapper .aboutUs h3 {
      margin: 0 0 16px;
      line-height: 1.08;
      font-size: 23px; }
    .contentWrapper .aboutUs h4 {
      font-size: 20px; }
    .contentWrapper .aboutUs .col-md-6 label {
      font-size: 14px; }
    .contentWrapper .aboutUs .col-md-6 a {
      font-size: 16px; }
    .contentWrapper .aboutUs .btn {
      font-size: 16px;
      width: auto;
      padding-right: 30px; }
  blockquote {
    margin-left: 36px; }
  .owl-carousel .owl-item:first-child figure .bottomLine {
    margin-left: 30px;
    position: relative;
    left: 0px; }
  .owl-carousel .owl-item:first-child figure .bottomLine span.overLine {
    left: 36px;
    width: 14%; }
  .owl-carousel .owl-item:last-child figure .bottomLine span.overLine {
    right: 36px;
    top: 0;
    width: 14%; }
  .owl-carousel figure figcaption {
    font-size: 14px; }
  .contact-form .form-box {
    padding: 30px 0; }
    .contact-form .form-box #contact-form-container {
      width: 100%; }
      .contact-form .form-box #contact-form-container .Form__MainBody {
        padding: 0 15px; }
      .contact-form .form-box #contact-form-container .Form__Element {
        margin: 0; }
        .contact-form .form-box #contact-form-container .Form__Element.FormTextbox:not(.FormTextbox--Textarea) {
          float: left;
          width: 48%; }
          .contact-form .form-box #contact-form-container .Form__Element.FormTextbox:not(.FormTextbox--Textarea):nth-child(3) {
            margin-left: 4%; }
          .contact-form .form-box #contact-form-container .Form__Element.FormTextbox:not(.FormTextbox--Textarea) input {
            border: none;
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
        .contact-form .form-box #contact-form-container .Form__Element .FormTextbox--Textarea textarea {
          background-color: #f8f9fa;
          border: none;
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
        .contact-form .form-box #contact-form-container .Form__Element.FormRecaptcha {
          margin-left: 0 !important; }
      .contact-form .form-box #contact-form-container button {
        margin: 20px 0 0 0 !important; }
  .tablet {
    display: block !important;
    padding: 0 15px; }
    .tablet h3 {
      font-size: 23px;
      line-height: 1.08;
      display: table-cell;
      height: 80px;
      vertical-align: bottom; }
    .tablet:after {
      display: table;
      content: "";
      clear: both; }
    .tablet .moreInMarket {
      float: left;
      width: 25%; }
      .tablet .moreInMarket h3 {
        padding-bottom: 6px; }
      .tablet .moreInMarket .lightGrey {
        padding: 13px 15px 29px 15px; }
        .tablet .moreInMarket .lightGrey ul {
          float: none;
          width: 100%;
          margin: 0; }
          .tablet .moreInMarket .lightGrey ul li {
            display: block; }
            .tablet .moreInMarket .lightGrey ul li ~ li {
              margin-top: 22px; }
            .tablet .moreInMarket .lightGrey ul li a {
              line-height: 1;
              color: #8c8c8c;
              font-size: 16px;
              font-family: var(--font-bold);
              text-decoration: none; }
              .tablet .moreInMarket .lightGrey ul li a:after {
                font-family: 'mammicon';
                content: "\e903";
                font-size: 19px;
                color: #8c8c8c;
                position: relative;
                top: 3px;
                left: 7px; }
    .tablet .similarCases {
      float: left;
      width: 75%;
      margin: 0;
      padding-left: 15px; }
      .tablet .similarCases .col-md-6 {
        float: left;
        width: 48.3%; }
        .tablet .similarCases .col-md-6 a .text {
          font-size: 20px;
          line-height: 0.9; }
        .tablet .similarCases .col-md-6 ~ .col-md-6 {
          margin-left: 15px; }
      .tablet .similarCases h3 {
        padding-bottom: 6px;
        display: table-cell;
        height: 80px;
        vertical-align: bottom; }
  .moreWrapper .columnHalf {
    width: 66.66%;
    padding-left: 15px; }
    .moreWrapper .columnHalf h3 {
      color: #263238;
      font-size: 24px;
      margin-bottom: 6px; }
    .moreWrapper .columnHalf:first-child {
      width: 25%;
      padding-left: 0; }
      .moreWrapper .columnHalf:first-child .centered {
        padding-left: 15px; }
        .moreWrapper .columnHalf:first-child .centered ul {
          margin-top: 0; }
    .moreWrapper .columnHalf .share {
      margin: 0;
      width: auto;
      padding-left: 8px; }
      .moreWrapper .columnHalf .share .list {
        margin-top: 0; }
  .also.list-no-style {
    margin: 0 15px 15px 15px; }
    .also.list-no-style li {
      width: 49%; }
      .also.list-no-style li:last-child {
        display: none; }
  .contentWrapper .content *:not(.intro) {
    padding-right: 0; }
  .goBack.tablet.desktop {
    padding-left: 0;
    font-size: 14px; }
  hr.mt-4 {
    margin: 54px 15px 0 15px; }
  .image-container .nav {
    right: 50px; } }

@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 1.5;
    color: #263238;
    margin-bottom: 24px; }
  body > .tablet {
    display: block; }
    body > .tablet .moreIn {
      padding: 0;
      margin: 0 0 32px; }
      body > .tablet .moreIn .lightGrey {
        padding: 21px 15px; }
      body > .tablet .moreIn li:not(:last-child) {
        margin-bottom: 24px;
        display: block; }
      body > .tablet .moreIn a {
        line-height: 1;
        color: #8c8c8c;
        font-size: 16px;
        font-family: var(--font-bold);
        text-decoration: none; }
        body > .tablet .moreIn a:after {
          font-family: 'mammicon';
          content: "\e903";
          font-size: 26px;
          color: #8c8c8c;
          position: relative;
          top: 5px;
          left: 7px; }
      body > .tablet .moreIn h3 {
        margin: 15px 0 8px 15px;
        line-height: 1.09;
        font-size: 22px; }
    body > .tablet .similarCases {
      margin: 0 12px; }
      body > .tablet .similarCases h3 {
        margin: 0 0 8px 0;
        line-height: 1.09;
        font-size: 22px; }
      body > .tablet .similarCases .row:before, body > .tablet .similarCases .row:after {
        display: table;
        content: "";
        clear: both; }
      body > .tablet .similarCases .row .col-md-6 {
        float: left;
        width: 48.375%; }
        body > .tablet .similarCases .row .col-md-6:first-child {
          margin-right: 3.25%; }
        body > .tablet .similarCases .row .col-md-6 .imageBlock {
          margin-bottom: 0; }
          body > .tablet .similarCases .row .col-md-6 .imageBlock a .text {
            line-height: 1.13;
            font-size: 16px;
            left: 8px;
            bottom: 13px;
            padding-right: 8px; }
          body > .tablet .similarCases .row .col-md-6 .imageBlock a:after {
            display: none;
            content: ""; }
  .columnLeft {
    width: 100%;
    float: none; }
    .columnLeft .intro {
      font-size: 16px;
      line-height: 1.25;
      padding: 16px 12px 40px 12px; }
  .columnCenter {
    width: 100%;
    float: none; }
    .columnCenter .content {
      padding: 40px 12px 16px 12px; }
      .columnCenter .content .intro {
        display: none; }
      .columnCenter .content h2 {
        font-size: 22px;
        margin-bottom: 16px;
        line-height: 1.09; }
      .columnCenter .content h2:nth-child(2) {
        margin-top: 0; }
  .contentWrapper .content *:not(.intro) {
    padding-right: 0; }
  .contentWrapper.centered .columnRight {
    display: none; }
  #colRight {
    display: none; }
  .aboutUs {
    padding: 24px 9px 24px 12px; }
    .aboutUs h3 {
      font-size: 22px;
      line-height: 1.09;
      margin: 0 0 16px; }
    .aboutUs h4 {
      margin-bottom: 16px;
      font-size: 22px;
      line-height: 1.09; }
    .aboutUs hr {
      margin: 16px 0 16px;
      height: 2px; }
    .aboutUs .btn {
      line-height: 45px;
      padding: 0 22px;
      width: auto; }
    .aboutUs .row {
      margin: 0 0 0 -15px; }
      .aboutUs .row.labels {
        margin-bottom: 17px; }
      .aboutUs .row .col-md-6 {
        width: 50%;
        float: left; }
        .aboutUs .row .col-md-6:last-child {
          padding-right: 0; }
        .aboutUs .row .col-md-6 label {
          margin-top: 0;
          font-size: 14px;
          line-height: 1.43;
          margin: 0 0 4px; }
        .aboutUs .row .col-md-6 a {
          font-size: 16px;
          line-height: 1.25; }
          .aboutUs .row .col-md-6 a i:before {
            margin-right: 7px; }
          .aboutUs .row .col-md-6 a:not(:first-child) {
            margin-top: 0;
            margin-bottom: 4px; }
  blockquote {
    margin: 0;
    padding: 0; }
    blockquote p {
      font-size: 20px;
      line-height: 1; }
    blockquote cite {
      line-height: 1.43;
      font-size: 14px;
      font-family: "var(--font-bold)";
      margin-top: 16px; }
  body > .tablet .moreInMarket .lightGrey {
    margin: 0 12px 25px 12px; }
  body > .tablet .moreIn {
    margin: 0;
    padding: 17px 16px; }
    body > .tablet .moreIn li:not(:last-child) {
      margin-bottom: 20px; }
    body > .tablet .moreIn a {
      line-height: 1.25;
      color: #263238; }
  .moreInMarket h3 {
    margin: 8px 12px; }
  .moreWrapper {
    padding-bottom: 40px; }
    .moreWrapper .columnHalf {
      float: none;
      width: 95%;
      margin: 0 12px; }
      .moreWrapper .columnHalf:first-child {
        margin-bottom: 24px; }
      .moreWrapper .columnHalf .centered {
        padding-left: 0; }
        .moreWrapper .columnHalf .centered h3 {
          margin-bottom: 16px;
          font-size: 18px;
          color: #8c8c8c;
          line-height: 1.11; }
        .moreWrapper .columnHalf .centered ul li {
          line-height: normal;
          margin-bottom: 0; }
          .moreWrapper .columnHalf .centered ul li:not(:last-child) {
            margin-bottom: 8px; }
          .moreWrapper .columnHalf .centered ul li a:not([class*=btn-social-]) {
            line-height: 1.25;
            font-size: 16px; }
        .moreWrapper .columnHalf .centered .share {
          float: none;
          width: 100%;
          margin: 0; }
    .moreWrapper .share [class*=btn-social-] {
      width: 48px;
      height: 48px;
      line-height: 45px; }
  h3.upper.text-center {
    font-size: 30px;
    line-height: 1.2;
    margin: 40px 0 24px; }
  hr.mt-4 {
    display: none; }
  .also.list-no-style {
    margin: 0 12px;
    display: block; }
    .also.list-no-style li {
      float: none;
      width: 100%;
      margin: 0 0 16px 0; }
      .also.list-no-style li ~ li {
        margin: 0 0 16px; }
      .also.list-no-style li a .wrapper {
        padding: 24px 24px 36px 24px; }
      .also.list-no-style li a .case {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 16px; }
      .also.list-no-style li a h4 {
        font-size: 22px;
        line-height: 1.09;
        margin-bottom: 16px; }
      .also.list-no-style li a p {
        line-height: 1.25;
        font-size: 16px;
        margin-bottom: 60px; }
      .also.list-no-style li a .tags span:not(.goto) {
        line-height: 1;
        font-size: 14px; }
        .also.list-no-style li a .tags span:not(.goto):not(:last-child) {
          margin-bottom: 8px; }
      .also.list-no-style li a .tags span.goto:after {
        bottom: 0; }
  .owl-carousel {
    margin: 43px 0 0; }
    .owl-carousel .owl-item figure .bottomLine span.square {
      left: -10px !important; }
    .owl-carousel .owl-item:first-child figure .bottomLine {
      left: 0;
      position: relative;
      margin-left: 43%;
      width: 103%; }
      .owl-carousel .owl-item:first-child figure .bottomLine span:not(.overLine) {
        position: absolute;
        left: 0; }
      .owl-carousel .owl-item:first-child figure .bottomLine span.overLine {
        display: none;
        /*width: 30px;
                                height: 8px;
                                position: relative;
                                margin-left: 35px;
                                background-color: #e3000f;*/ }
    .owl-carousel .owl-item:last-child figure .bottomLine {
      width: 56%;
      text-align: right;
      position: relative;
      right: auto; }
      .owl-carousel .owl-item:last-child figure .bottomLine .overLine {
        display: none; }
    .owl-carousel figure figcaption {
      margin-top: 16px;
      padding: 0 55px;
      height: 80px; }
      .owl-carousel figure figcaption span {
        margin-bottom: 4px;
        padding-top: 12px; }
    .owl-carousel .owl-nav {
      width: 100%;
      right: auto;
      left: 0;
      bottom: auto;
      position: relative;
      top: -70px; }
      .owl-carousel .owl-nav .owl-prev {
        left: 16px;
        position: relative; }
        .owl-carousel .owl-nav .owl-prev.disabled:before {
          color: #cfcfcf; }
      .owl-carousel .owl-nav .owl-next {
        margin: 0;
        right: 16px;
        position: absolute; }
        .owl-carousel .owl-nav .owl-next.disabled:before {
          color: #cfcfcf; }
  .header .search a.button {
    display: none; } }
