@import url(/fonts/cca_landing_pages/style.css);/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
body {
  height: 100%;
  margin: 0; }

i {
  font-style: italic; }

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/OpenSans-Regular.eot);
  src: url(../fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Regular.woff) format("woff"), url(../fonts/OpenSans-Regular.svg) format("svg"), url(../fonts/OpenSans-Regular.ttf) format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-weight: bold;
  src: url(../fonts/OpenSans-Bold.eot);
  src: url(../fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold.woff) format("woff"), url(../fonts/OpenSans-Bold.svg) format("svg"), url(../fonts/OpenSans-Bold.ttf) format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-style: italic;
  src: url(../fonts/OpenSans-Italic.eot);
  src: url(../fonts/OpenSans-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Italic.woff) format("woff"), url(../fonts/OpenSans-Italic.svg) format("svg"), url(../fonts/OpenSans-Italic.ttf) format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-weight: bold;
  font-style: italic;
  src: url(../fonts/OpenSans-BoldItalic.eot);
  src: url(../fonts/OpenSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-BoldItalic.woff) format("woff"), url(../fonts/OpenSans-BoldItalic.svg) format("svg"), url(../fonts/OpenSans-BoldItalic.ttf) format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-weight: 500;
  font-style: italic;
  src: url(../fonts/OpenSans-SemiboldItalic.eot);
  src: url(../fonts/OpenSans-SemiboldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-SemiboldItalic.woff) format("woff"), url(../fonts/OpenSans-SemiboldItalic.svg) format("svg"), url(../fonts/OpenSans-SemiboldItalic.ttf) format("truetype"); }

.input-group {
  margin-bottom: 7px; }

.input-checkbox {
  margin-top: 31px;
  padding-left: 4px; }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .input-checkbox {
      margin-top: 10px;
      padding-left: 0; } }

[type=text],
[type=email],
select {
  height: 36px;
  border: 1px solid #bebebe;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  text-indent: 12px;
  font-size: 12.8px;
  font-size: 0.8rem; }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    [type=text],
    [type=email],
    select {
      height: 24px; } }

label {
  color: #595959;
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 2px;
  letter-spacing: .2px; }

[type='checkbox']:not(:checked), [type='checkbox']:checked {
  position: absolute;
  left: -9999px; }
  [type='checkbox']:not(:checked) + label, [type='checkbox']:checked + label {
    position: relative;
    padding-left: 26px;
    cursor: pointer; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      [type='checkbox']:not(:checked) + label, [type='checkbox']:checked + label {
        line-height: 16px; } }
    [type='checkbox']:not(:checked) + label:before, [type='checkbox']:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      width: 16px;
      height: 15px;
      border: 1px solid #bdbdbd;
      background: #fff; }
    [type='checkbox']:not(:checked) + label:after, [type='checkbox']:checked + label:after {
      content: '';
      position: absolute;
      top: -2px;
      left: 1px;
      -webkit-transition: all .2s;
      transition: all .2s;
      width: 16px;
      height: 14px;
      background: url(/images/icon-checkbox-done.png) no-repeat;
      background-size: contain; }
  [type='checkbox']:not(:checked):focus + label:before, [type='checkbox']:checked:focus + label:before {
    border: 1px dotted #2196c6; }

[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0); }

[type='checkbox']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

[type=submit] {
  background: #fde1c0;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fde1c0), color-stop(8%, #fac17d), color-stop(35%, #f7921e), color-stop(100%, #f7921e));
  background: -webkit-gradient(linear, left top, left bottom, from(#fde1c0), color-stop(8%, #fac17d), color-stop(35%, #f7921e), to(#f7921e));
  background: linear-gradient(to bottom, #fde1c0 0%, #fac17d 8%, #f7921e 35%, #f7921e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde1c0', endColorstr='#f7921e', GradientType=0);
  border: 3px solid #f39200;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 46px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 19.2px;
  font-size: 1.2rem; }
  [type=submit]:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }
  [type=submit]:hover {
    opacity: .9; }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    [type=submit] {
      line-height: 23px;
      width: 100%;
      font-size: 0.8rem; } }

body {
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  line-height: 1;
  min-width: 320px; }
  @media (max-width: 420px) {
    body {
      font-size: .875rem;
      line-height: 16px; } }

.wrapper {
  background-color: #fefefe;
  background-image: url(/images/background-body.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .wrapper {
      overflow: hidden; } }

main {
  position: relative; }

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  width: 897px; }
  @media (max-width: 1024px) {
    .container {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 15px;
      width: 100%; } }
  .container-main {
    position: relative; }
    .container-main:before {
      content: '';
      background: rgba(255, 255, 255, .6);
      position: absolute;
      top: 0;
      bottom: 0;
      left: -10px;
      right: -10px; }
      @media (max-width: 1024px) {
        .container-main:before {
          left: 5px;
          right: 5px; } }

section,
nav {
  margin-top: 30px; }
  @media (max-width: 728px) {
    section,
    nav {
      margin-top: 15px; } }

.strong {
  font-weight: 700; }

img {
  max-width: 100%; }

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  @media (max-width: 728px) {
    .section-title {
      margin-bottom: 10px; } }
  .section-title span {
    border: 1px solid #2196c6;
    background: #fff;
    border-radius: 100%;
    position: relative;
    display: block;
    width: 34px;
    height: 34px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .section-title span {
        width: 19px;
        height: 19px; } }
    .section-title span i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-repeat: no-repeat;
      background-size: contain; }
  .section-title h2,
  .section-title h2 {
    font-size: 32px;
    font-size: 2rem;
    color: #0e83b3;
    margin-left: 10px; }
    @media (max-width: 728px) {
      .section-title h2,
      .section-title h2 {
        font-size: 1.5rem; } }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .section-title h2,
      .section-title h2 {
        font-size: 1.25rem;
        margin-top: 0;
        margin-left: 6px;
        line-height: 1; } }

.section-ribbon {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  padding: 1px 7px 3px 13px; }
  @media (max-width: 728px) {
    .section-ribbon {
      padding-top: 3px;
      padding-bottom: 0; } }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .section-ribbon {
      font-size: 1rem; } }
  .section-ribbon--red {
    background: #e30613; }
  .section-ribbon--orange {
    background: #f39200; }
  .section-ribbon span {
    display: block;
    line-height: 20px; }

.swiper-button-prev, .swiper-button-next {
  background: transparent;
  position: absolute;
  top: 80px;
  width: 0;
  height: 0;
  padding: 0;
  cursor: pointer; }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0; }

.swiper-button-next {
  border-top: 17px solid transparent;
  border-left: 11px solid #f39200;
  border-bottom: 17px solid transparent;
  right: 0; }

.swiper-button-prev {
  border-top: 17px solid transparent;
  border-right: 11px solid #f39200;
  border-bottom: 17px solid transparent;
  left: 0; }

.icon {
  display: inline-block;
  margin-right: 6px;
  vertical-align: top; }
  .icon-star {
    padding-bottom: 1px; }
  .icon-info {
    background-image: url(/images/icon-info.png);
    height: 31px;
    width: 13px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .icon-info {
        height: 12px;
        width: 5px; } }
    .icon-info--sml {
      background-image: url(/images/icon-info-sml.png);
      height: 15px;
      width: 7px; }
      @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
        .icon-info--sml {
          height: 10px;
          width: 5px; } }
  .icon-settings {
    background-image: url(/images/icon-settings.png);
    height: 40px;
    width: 43px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .icon-settings {
        height: 13px;
        width: 14px; } }
    .icon-settings--sml {
      background-image: url(/images/icon-settings-sml.png);
      height: 21px;
      width: 23px; }
      @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
        .icon-settings--sml {
          height: 11px;
          width: 13px; } }
  .icon-checkmark {
    padding-bottom: 1px; }
  .icon-arrow {
    background-image: url(/images/icon-arrow.png);
    height: 11px;
    width: 14px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .icon-arrow {
        height: 8px;
        width: 10px; } }
  .icon-dot {
    border-radius: 100%;
    height: 5px;
    width: 5px; }
    @media (max-width: 728px) {
      .icon-dot {
        height: 4px;
        width: 4px; } }
    .icon-dot--red {
      background: #e30613; }
    .icon-dot--blue {
      background: #2196c6; }

.icon-oebb-infra {
  font-size: 35.2px;
  font-size: 2.2rem; }

.icon-cfl {
  font-size: 19.2px;
  font-size: 1.2rem; }

.icon-cfl:before {
  color: #c03; }

.icon-star:before,
.icon-checkmark:before {
  color: #e30613; }

.icon-star-blue:before {
  color: #2196c6; }

header {
  padding-top: 12px;
  position: relative; }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    header {
      padding-top: 8px; } }

.translate {
  text-align: right; }
  .translate li {
    display: inline;
    padding-right: 8px;
    position: relative;
    font-weight: bold;
    font-size: 14.4px;
    font-size: 0.9rem; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .translate li {
        padding-right: 12px; } }
    .translate li:after {
      content: '';
      display: block;
      position: absolute;
      top: 4px;
      right: 1px;
      height: 12px;
      width: 2px;
      background: #595959; }
      @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
        .translate li:after {
          top: 4px;
          right: 2px; } }
    .translate li:last-child {
      padding-right: 0;
      margin-right: 0;
      color: #595959; }
      .translate li:last-child:after {
        content: none; }
    .translate li a {
      font-weight: normal;
      text-decoration: none;
      color: #595959;
      display: inline-block; }
      .translate li a:hover {
        text-decoration: underline; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .logo {
      margin-top: 10px; } }
  .logo-title {
    margin-top: -1px; }
    .logo-title p:first-child {
      font-size: 29px;
      font-weight: 700; }
      @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
        .logo-title p:first-child {
          padding-top: 1px;
          font-size: 16px; } }
    .logo-title p:last-child {
      font-size: 20px;
      letter-spacing: 0.3px; }
      @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
        .logo-title p:last-child {
          font-size: 13px; } }
  .logo-cca-image {
    width: 43px;
    height: 55px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .logo-cca-image {
        width: 35px;
        height: 44px;
        margin-top: -2px; } }
  .logo-cc-image {
    width: 53px;
    height: 53px;
    float: left; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .logo-cc-image {
        width: 35px;
        height: 35px; } }
  .logo-cc .logo-title {
    padding-left: 63px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .logo-cc .logo-title {
        padding-left: 40px;
        margin-top: 3px; } }
  .logo-cc p:last-child {
    margin-top: 4px;
    margin-left: 3px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .logo-cc p:last-child {
        margin-left: 0; } }
  .logo-ui-image {
    width: 49px;
    height: 47px;
    float: left; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .logo-ui-image {
        width: 35px;
        height: 33px; } }
  .logo-ui .logo-title {
    padding-left: 56px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .logo-ui .logo-title {
        padding-left: 40px; } }
    .logo-ui .logo-title p:last-child {
      margin-top: 2px;
      margin-left: 1px; }

.top-line {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.go-to-app {
  font-size: 14.4px;
  font-size: 0.9rem; }
  .go-to-app a,
  .go-to-app a:visited {
    color: #595959; }

footer {
  width: 100%;
  background: #2196c6; }

.social {
  background: #e6e6e6;
  padding: 5px 0 3px; }
  .social .icon-xing {
    border-radius: 20px;
    background-color: #595959;
    padding: 10px;
    height: 40px;
    width: 40px; }
    .social .icon-xing:hover {
      background-color: #026466; }
  .social .icon-linkedin {
    border-radius: 20px;
    background-color: #595959;
    padding: 10px;
    height: 40px;
    width: 40px; }
    .social .icon-linkedin:hover {
      background-color: #0077b5; }
  .social ul {
    text-align: right; }
  .social li {
    position: relative;
    padding: 4px 4px 6px 0;
    display: inline-block;
    margin: 11px 0 7px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .social li {
        margin: 1px 0 0;
        padding-right: 3px; } }
    .social li a,
    .social li a:visited {
      text-decoration: none;
      color: #e6e6e6; }
    .social li:after {
      content: '';
      display: block;
      position: absolute;
      right: 0; }
    .social li:last-child {
      padding-right: 0; }
      .social li:last-child:after {
        content: none; }

.container.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 21px; }
  @media (max-width: 728px) {
    .container.copyright {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 10px; } }
  .container.copyright li {
    padding-right: 14px;
    display: inline-block;
    position: relative; }
    .container.copyright li:after {
      content: '';
      display: block;
      position: absolute;
      right: 4px;
      top: 4px;
      height: 12px;
      width: 2px;
      background: #fff; }
    .container.copyright li:last-child {
      padding-right: 0; }
      .container.copyright li:last-child:after {
        content: none; }
    .container.copyright li a {
      color: #fff;
      text-decoration: none; }
      .container.copyright li a:hover {
        text-decoration: underline; }
  .container.copyright p {
    font-size: 12px;
    font-size: .75rem;
    color: #fff;
    margin-top: 2px;
    letter-spacing: .1px; }
    @media (max-width: 728px) {
      .container.copyright p {
        margin-top: 12px;
        text-align: center; } }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .container.copyright p {
        font-size: 0.5625rem;
        height: 32px; } }

.customers {
  padding-bottom: 30px;
  margin-top: 60px; }
  @media (max-width: 728px) {
    .customers {
      margin: 33px 0 46px; } }
  @media (max-width: 420px) {
    .customers {
      margin: 30px 0; } }
  .customers .section-ribbon {
    margin-left: -10px; }
  .customers .slider-customer {
    padding: 0 17px;
    position: relative;
    overflow: hidden;
    margin: 30px -15px 0; }
    @media (max-width: 1024px) {
      .customers .slider-customer {
        margin-right: -10px;
        margin-left: -10px; } }
    @media (max-width: 420px) {
      .customers .slider-customer {
        padding-right: 25px;
        padding-left: 25px; } }
    .customers .slider-customer-wrap {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .customers .swiper-button-next,
  .customers .swiper-button-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0; }
  .customers a {
    text-decoration: none; }

@media (max-width: 1024px) {
  .features {
    padding-left: 0;
    padding-right: 0; } }

.features-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px; }
  @media (max-width: 728px) {
    .features-wrap {
      margin-top: 8px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.features ul {
  width: 44%; }
  @media (max-width: 728px) {
    .features ul {
      width: 100%;
      margin-bottom: 13px; } }

.features li {
  margin-bottom: 9px; }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .features li {
      margin-bottom: 1px; } }
  .features li:last-child {
    margin-bottom: 0; }
  .features li span {
    color: #2196c6;
    margin-right: 2px; }

.features p {
  margin-top: 14px;
  line-height: 28px; }
  @media (max-width: 728px) {
    .features p {
      margin-top: 0; } }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .features p {
      line-height: 18px; } }

.features a {
  color: #2196c6;
  text-decoration: none; }
  .features a:hover {
    text-decoration: underline; }

.form:after {
  content: '';
  display: table;
  clear: both; }

.form-header {
  background: #f39200;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .form-header {
      height: 34px; } }
  .form-header span {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: .4px;
    padding-left: 22px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .form-header span {
        font-size: 1rem;
        padding-left: 14px; } }

.form-body {
  padding: 11px 23px 0 20px; }
  @media (max-width: 728px) {
    .form-body {
      padding: 7px 8px 0; } }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .form-body {
      padding: 7px 13px 0 14px; } }

.form-footer {
  font-style: italic;
  color: #595959;
  margin-top: 3px;
  line-height: 19.2px;
  line-height: 1.2rem; }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .form-footer {
      padding: 0; } }

.form-cc img {
  width: 486px;
  height: 467px;
  margin-top: 50px; }

.form-cc .form-wrap {
  width: 400px; }

.form-ui img {
  width: 371px;
  height: 330px;
  margin-top: -2px; }

.form-ui .form-wrap {
  width: 515px; }

.form .img-wrapper {
  position: relative; }

.form .img-text {
  position: absolute;
  font-size: 11.2px;
  font-size: 0.7rem;
  left: 0;
  top: 37px; }
  @media (max-width: 1024px) {
    .form .img-text {
      margin-left: 0;
      width: 40%;
      height: auto; } }
  @media (max-width: 728px) {
    .form .img-text {
      display: none; } }

.form img {
  margin-left: -30px;
  float: left; }
  @media (max-width: 1024px) {
    .form img {
      margin-left: 0;
      width: 40%;
      height: auto; } }
  @media (max-width: 728px) {
    .form img {
      display: none; } }

.form .form-wrap {
  float: right;
  background: #e6e6e6;
  padding-bottom: 22px; }
  @media (max-width: 1024px) {
    .form .form-wrap {
      width: 50%;
      margin-right: 0; } }
  @media (max-width: 728px) {
    .form .form-wrap {
      width: 100%;
      padding-bottom: 8px; } }

.howitworks img {
  max-width: 592px;
  display: block;
  margin: -27px auto 32px;
  padding-left: 23px; }
  @media (max-width: 1024px) {
    .howitworks img {
      padding-left: 0; } }
  @media (max-width: 728px) {
    .howitworks img {
      max-width: 90%; } }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .howitworks img {
      margin-top: 3px;
      margin-bottom: 9px; } }

.howitworks .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 592px;
  margin: 0 auto; }
  @media (max-width: 420px) {
    .howitworks .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.howitworks .column {
  width: 50%; }
  @media (max-width: 728px) {
    .howitworks .column {
      width: 100%;
      margin-bottom: 22px; } }
  @media (max-width: 728px) {
    .howitworks .column:nth-child(2) {
      margin-bottom: 0; } }
  .howitworks .column-title {
    font-size: 20px;
    font-size: 1.25rem;
    color: #f39200;
    font-weight: 700;
    margin-bottom: 8px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .howitworks .column-title {
        font-size: .75rem;
        margin-bottom: 6px; } }

.howitworks .list-main > li {
  list-style-position: inside;
  margin-bottom: 9px;
  padding-left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 19.2px;
  line-height: 1.2rem; }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .howitworks .list-main > li {
      margin-bottom: 1px;
      padding-left: 0; } }
  .howitworks .list-main > li:last-child {
    margin-bottom: 0; }

.howitworks .list-main .icon-dot {
  background: #2196c6;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
  -ms-flex-item-align: center;
      align-self: center;
  vertical-align: middle; }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .howitworks .list-main .icon-dot {
      width: 4px;
      height: 4px; } }

.howitworks .list-child {
  padding-left: 10px;
  padding-top: 2px; }
  .howitworks .list-child span {
    color: #2196c6;
    margin-right: 3px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .howitworks .list-child span {
        margin-right: 1px; } }
  .howitworks .list-child li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .howitworks .list-child li {
        line-height: 14px; } }

.main-thanks {
  margin: auto;
  height: calc(100vh - 193px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 420px; }
  @media (max-width: 1024px) {
    .main-thanks {
      min-height: 400px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 728px) {
    .main-thanks {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 540px; } }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .main-thanks {
      min-height: 195px;
      height: calc(100vh - 151px); } }
  @media (max-width: 420px) {
    .main-thanks {
      height: calc(100vh - 152px);
      min-height: 350px; } }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape) {
    .main-thanks {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .main-thanks:after {
    content: '';
    display: table;
    clear: both; }
  .main-thanks h1,
  .main-thanks .h1 {
    font-size: 33px;
    font-weight: 700;
    letter-spacing: .1px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .main-thanks h1,
      .main-thanks .h1 {
        font-size: 19px;
        letter-spacing: 0; } }
  .main-thanks h2,
  .main-thanks .h2 {
    font-size: 25px;
    margin-top: 10px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .main-thanks h2,
      .main-thanks .h2 {
        font-size: 12px;
        margin-top: 4px;
        line-height: 14px; } }
  .main-thanks .main-content {
    padding-left: 19px;
    margin-top: -125px; }
    @media (max-width: 728px) {
      .main-thanks .main-content {
        margin-bottom: 20px;
        margin-top: 0; } }
    @media (max-width: 420px) {
      .main-thanks .main-content {
        padding-left: 0; } }
  .main-thanks img {
    width: 372px;
    height: auto;
    position: relative;
    float: left; }
    @media (max-width: 1024px) {
      .main-thanks img {
        margin-left: 0;
        height: 90%;
        width: auto; } }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .main-thanks img {
        background-size: contain;
        width: 235px;
        height: 225px;
        max-width: 100%; } }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape) {
      .main-thanks img {
        max-height: 100%;
        width: auto;
        height: 190px; } }
  .main-thanks .screen {
    position: relative;
    margin-left: -35px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 1024px) {
      .main-thanks .screen {
        margin-left: 0; } }
    .main-thanks .screen p {
      font-size: 8px;
      position: absolute;
      bottom: 92px;
      right: 15px; }
      @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
        .main-thanks .screen p {
          font-size: 5px;
          bottom: 55px;
          right: 5px; } }
      @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape) {
        .main-thanks .screen p {
          bottom: 47px;
          right: -2px; } }
  .main-thanks ul {
    list-style: disc outside none;
    list-style: initial;
    list-style-position: inside;
    line-height: 19.2px;
    line-height: 1.2rem; }

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1024px) {
    nav {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 728px) {
    nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  nav span {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    margin: 0 auto 15px;
    background: #fff;
    position: relative; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      nav span {
        width: 22px;
        height: 22px;
        margin-bottom: 3px; } }
  nav i {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat; }
  nav a {
    color: #fff;
    background: #2196c6;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    display: block;
    padding: 18px 0 13px;
    text-decoration: none;
    width: 29.5%; }
    nav a:active {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }
    nav a:hover {
      opacity: .9; }
    @media (max-width: 728px) {
      nav a {
        width: 100%;
        margin-bottom: 10px; } }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      nav a {
        padding-top: 7px;
        font-size: 1rem;
        padding-bottom: 6px; } }
    @media (max-width: 728px) {
      nav a:last-child {
        margin-bottom: 0; } }

.options {
  margin-top: 0;
  font-size: 16.8px;
  font-size: 1.05rem; }
  @media (max-width: 728px) {
    .options {
      font-size: 1rem; } }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .options {
      font-size: 0.875rem; } }
  .options > p {
    line-height: 19.2px;
    line-height: 1.2rem;
    margin-bottom: 21px; }
  .options ul {
    line-height: 19.2px;
    line-height: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .options li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .options .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .options .list-star {
    margin-bottom: 26px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .options .list-star {
        margin-bottom: 13px; } }
    .options .list-star li {
      width: 50%;
      margin-bottom: 6px; }
      @media (max-width: 728px) {
        .options .list-star li {
          width: 100%;
          margin-bottom: 4px; } }
  .options .list-done .icon {
    margin-right: 8px; }
  .options .list-done--ui {
    padding-left: 5px;
    padding-right: 5px; }
    @media (max-width: 1024px) {
      .options .list-done--ui {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 728px) {
      .options .list-done--ui {
        padding-left: 0;
        padding-right: 0; } }
    .options .list-done--ui li {
      width: 33%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .options .list-done--ui li:nth-child(2) {
        padding-left: 15px; }
      .options .list-done--ui li:nth-child(3) {
        padding-left: 25px; }
      @media (max-width: 728px) {
        .options .list-done--ui li {
          width: 100%;
          margin-bottom: 4px;
          padding-left: 0 !important; } }
  .options .list-done--cc li {
    width: 50%;
    margin-bottom: 2px; }
    @media (max-width: 728px) {
      .options .list-done--cc li {
        width: 100%; } }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .options .list-done--cc li {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.top-screen {
  margin-left: -20px;
  margin-right: -20px;
  position: relative; }
  @media (max-width: 1024px) {
    .top-screen {
      margin-left: -10px;
      margin-right: 0; } }
  .top-screen-image {
    width: 100%;
    display: block; }
    .top-screen-image-second {
      position: absolute;
      bottom: 0;
      right: 41px;
      z-index: 999; }
      @media (max-width: 728px) {
        .top-screen-image-second {
          display: none; } }
  .top-screen-tooltip {
    width: 208px;
    height: 142px;
    position: absolute;
    top: 0;
    font-size: 27.2px;
    font-size: 1.7rem;
    color: #fff;
    font-weight: 700;
    padding: 25px 18px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    z-index: 999; }
    .top-screen-tooltip--right {
      right: 75px;
      background: url(/images/tooltip-right.png) no-repeat; }
    .top-screen-tooltip--left {
      left: 38px;
      background: url(/images/tooltip-left.png) no-repeat; }
    @media (max-width: 728px) {
      .top-screen-tooltip {
        font-size: 0.8rem;
        width: 108px;
        height: 60px;
        background-size: contain;
        top: 5px;
        padding: 12px 8px; } }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .top-screen-tooltip {
        right: 24px;
        line-height: 12px; } }
    .top-screen-tooltip span {
      font-style: italic;
      display: block;
      letter-spacing: .2px; }
  .top-screen-ribbon {
    position: absolute;
    bottom: 55px;
    left: 25px;
    z-index: 999; }
    @media (max-width: 728px) {
      .top-screen-ribbon {
        bottom: 27px;
        left: 13px; } }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .top-screen-ribbon {
        width: 220px; } }
    .top-screen-ribbon span {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 500;
      font-style: italic;
      color: #fff;
      padding: 2px 14px 3px 5px;
      line-height: 26px; }
      @media (max-width: 728px) {
        .top-screen-ribbon span {
          font-size: 1rem;
          padding: 3px 4px 3px 10px;
          line-height: 23px; } }
      @media (max-width: 728px) {
        .top-screen-ribbon span {
          font-size: 0.875rem;
          padding: 2px 4px 1px 0;
          line-height: 23px; } }
    .top-screen-ribbon--red span {
      background: #e30613;
      -webkit-box-shadow: 13px 0 0 0 #e30613, -13px 0 0 0 #e30613;
              box-shadow: 13px 0 0 0 #e30613, -13px 0 0 0 #e30613; }
    .top-screen-ribbon--orange span {
      background: #f39200;
      -webkit-box-shadow: 13px 0 0 0 #f39200, -13px 0 0 0 #f39200;
              box-shadow: 13px 0 0 0 #f39200, -13px 0 0 0 #f39200; }
  .top-screen .swiper-container {
    margin-right: 20px; }
    @media (max-width: 1024px) {
      .top-screen .swiper-container {
        margin-right: 0; } }
  .top-screen .swiper-wrapper {
    padding: 40px 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 1024px) {
      .top-screen .swiper-wrapper {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 728px) {
      .top-screen .swiper-wrapper {
        padding: 20px 10px 15px; } }

.case-single .cases-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 728px) {
    .case-single .cases-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.case-single .cases-header {
  width: 20%;
  min-height: 1%;
  position: relative; }
  @media (max-width: 728px) {
    .case-single .cases-header {
      width: 100%;
      padding-left: 25%; } }
  .case-single .cases-header img {
    width: 100%; }
    @media (max-width: 728px) {
      .case-single .cases-header img {
        width: 50%; } }
  .case-single .cases-header p {
    position: absolute;
    bottom: 20px;
    left: -10px; }
    @media (max-width: 728px) {
      .case-single .cases-header p {
        bottom: 15px;
        left: 15%; } }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .case-single .cases-header p {
        bottom: 8px;
        left: 20%; } }
  .case-single .cases-header span {
    color: #fff;
    font-style: italic;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: normal;
    padding-left: 11px;
    padding-right: 13px;
    line-height: 32px;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .case-single .cases-header span {
        font-size: 1rem;
        padding: 3px 0 0;
        line-height: 24px; } }
  .case-single .cases-header .red {
    background: #e30613; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .case-single .cases-header .red {
        -webkit-box-shadow: 9px 0 0 0 #e30613, -7px 0 0 0 #e30613;
                box-shadow: 9px 0 0 0 #e30613, -7px 0 0 0 #e30613; } }
  .case-single .cases-header .orange {
    background: #f39200; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .case-single .cases-header .orange {
        -webkit-box-shadow: 9px 0 0 0 #f39200, -7px 0 0 0 #f39200;
                box-shadow: 9px 0 0 0 #f39200, -7px 0 0 0 #f39200; } }

.case-single .cases-body {
  width: 80%;
  padding-left: 20px;
  padding-right: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 728px) {
    .case-single .cases-body {
      width: 100%; } }
  @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
    .case-single .cases-body {
      padding: 4px 0 8px; } }
  .case-single .cases-body p {
    line-height: 20px;
    text-align: right; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .case-single .cases-body p {
        padding-top: 4px;
        line-height: 15px; } }
  .case-single .cases-body .cases-person {
    font-style: italic;
    margin-top: 7px; }
  .case-single .cases-body .strong {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    margin-right: 4px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .case-single .cases-body .strong {
        font-size: 1rem;
        margin-right: 1px; } }
  .case-single .cases-body .bold {
    font-weight: bold; }
  .case-single .cases-body .justified {
    text-align: left; }
  .case-single .cases-body .italic {
    font-style: italic; }

.cases {
  margin: 0 0 56px;
  position: relative; }
  @media (max-width: 728px) {
    .cases {
      margin-bottom: 25px;
      padding: 0; } }
  .cases:last-child {
    margin-bottom: 0; }

.cases-slider {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 1024px) {
    .cases-slider {
      margin-left: -10px;
      margin-right: -10px; } }
  .cases-slider ul {
    margin-bottom: 24px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .cases-slider ul {
        margin-bottom: 14px; } }
  .cases-slider li {
    padding-left: 15px;
    position: relative;
    letter-spacing: .3px;
    line-height: 20px;
    margin-bottom: 5px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .cases-slider li {
        line-height: 14px; } }
  .cases-slider .icon {
    position: absolute; }
    .cases-slider .icon-dot {
      left: -1px;
      top: 9px; }
      @media (max-width: 728px) {
        .cases-slider .icon-dot {
          left: 7px;
          top: 5px; } }
      @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
        .cases-slider .icon-dot {
          left: 0; } }
    .cases-slider .icon-arrow {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -5px; }
  .cases-slider .cases-header {
    position: relative;
    margin-bottom: 47px; }
    @media (max-width: 728px) {
      .cases-slider .cases-header {
        margin-bottom: 10px; } }
    .cases-slider .cases-header img {
      width: 100%; }
    .cases-slider .cases-header p {
      position: absolute;
      bottom: -14px;
      left: 5px;
      width: 180px; }
      @media (max-width: 728px) {
        .cases-slider .cases-header p {
          width: 150px;
          bottom: 7px; } }
    .cases-slider .cases-header span {
      color: #fff;
      font-style: italic;
      font-size: 22.4px;
      font-size: 1.4rem;
      line-height: 33px; }
      @media (max-width: 728px) {
        .cases-slider .cases-header span {
          font-size: 1rem;
          line-height: 24px;
          padding-top: 3px; } }
    .cases-slider .cases-header .orange {
      background-color: #f39200;
      -webkit-box-shadow: 18px 0 0 0 #f39200, -10px 0 0 0 #f39200;
              box-shadow: 18px 0 0 0 #f39200, -10px 0 0 0 #f39200;
      -webkit-box-decoration-break: clone;
              box-decoration-break: clone; }
    .cases-slider .cases-header .red {
      background-color: #e30613;
      -webkit-box-shadow: 18px 0 0 0 #e30613, -10px 0 0 0 #e30613;
              box-shadow: 18px 0 0 0 #e30613, -10px 0 0 0 #e30613;
      -webkit-box-decoration-break: clone;
              box-decoration-break: clone; }
  .cases-slider .cases-body p {
    line-height: 20px; }
    @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
      .cases-slider .cases-body p {
        line-height: 15px; } }
  .cases-slider .cases-person {
    font-style: italic; }
    .cases-slider .cases-person .strong {
      font-size: 24px;
      font-size: 1.5rem;
      font-style: normal;
      margin-right: 4px; }
      @media only screen and (max-device-width: 736px) and (min-device-width: 320px) and (orientation: landscape), (max-width: 420px) {
        .cases-slider .cases-person .strong {
          font-size: 1rem;
          margin-right: 1px; } }

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3Mvc3R5bGUuY3NzIiwic291cmNlUm9vdCI6IiJ9*/