/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1306px; } }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1400px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

html {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #1B3040; }

.wrap {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .wrap {
      padding-left: 0;
      padding-right: 0;
      width: 1306px;
      margin: auto; } }

.container {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Manrope", sans-serif;
  margin: 0;
  font-weight: 700; }

h1 {
  padding: 0 0 40px 0;
  font-size: 38px;
  line-height: 45px; }
  @media (min-width: 992px) {
    h1 {
      font-size: 45px;
      line-height: 57px; } }
  @media (min-width: 1400px) {
    h1 {
      font-size: 60px;
      line-height: 72px; } }
  h1.smaller {
    font-size: 28px;
    line-height: 35px; }
    @media (min-width: 992px) {
      h1.smaller {
        font-size: 35px;
        line-height: 47px; } }
    @media (min-width: 1400px) {
      h1.smaller {
        font-size: 50px;
        line-height: 60px; } }

h2 {
  padding: 0 0 26px 0;
  font-size: 28px;
  line-height: 33px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 45px;
      line-height: 54px; } }
  @media (min-width: 768px) {
    h2.smaller {
      font-size: 38px;
      line-height: 45px; } }

h3 {
  padding: 0 0 20px 0;
  font-size: 22px;
  line-height: 26px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 28px;
      line-height: 33px; } }

h4 {
  font-size: 20px;
  line-height: 24px; }

img {
  max-width: 100%;
  height: auto; }
  img.img-bottom-pad {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      img.img-bottom-pad {
        margin-bottom: 0; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

p {
  margin: 0;
  padding: 0 0 20px 0; }
  p.bottom-pad {
    padding-bottom: 40px; }
  p.subtitle {
    font-weight: 600; }
    @media (min-width: 768px) {
      p.subtitle {
        font-weight: 400;
        font-size: 120%;
        line-height: 120%; } }

sup {
  font-size: 65%; }

a {
  color: #1B3040; }
  a:hover {
    color: #69C9E4; }

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

.text-white {
  color: #FFFFFF; }

.text-blue {
  color: #69C9E4; }

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none; } }

@media (max-width: 767.98px) {
  .hidden-sm,
  .hidden-sm-down {
    display: none; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none; } }

#header-spacer {
  display: block;
  height: 86px; }

header.site-header {
  height: 85px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #C5CBCF; }
  header.site-header .site-title {
    float: left;
    margin-top: 18px; }
    header.site-header .site-title a {
      display: block;
      background: url("../img/svg/locowise-logo.svg");
      width: 156px;
      height: 50px; }
      header.site-header .site-title a img {
        display: none; }
  header.site-header .site-description {
    display: none; }
  header.site-header .nav-toggle {
    float: right;
    margin: 29px 0 0 0;
    background: url("../img/svg/menu-open.svg") no-repeat;
    width: 41px;
    height: 34px;
    cursor: pointer; }
    @media (min-width: 992px) {
      header.site-header .nav-toggle {
        display: none; } }
    header.site-header .nav-toggle.active {
      background: url("../img/svg/menu-close.svg") no-repeat 3px 0; }
  header.site-header ul {
    position: fixed;
    z-index: 1001;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding: 0 30px 30px 30px;
    display: none; }
    @media (min-width: 992px) {
      header.site-header ul {
        display: block !important;
        position: relative;
        top: auto;
        background: transparent;
        font-size: 16px;
        float: right;
        margin: 21px 0;
        padding: 0; } }
    header.site-header ul li {
      list-style: none;
      margin: 0;
      padding: 0 0 20px 0; }
      @media (min-width: 992px) {
        header.site-header ul li {
          margin: 0 0 0 13px;
          padding: 10px 0;
          float: left;
          position: relative; } }
      @media (min-width: 992px) {
        header.site-header ul li {
          margin: 0 0 0 25px; } }
      @media (min-width: 992px) {
        header.site-header ul li:hover ul {
          display: block !important; } }
      header.site-header ul li.menu-item-has-children > a:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        background: url("../img/svg/toggle-black.svg");
        width: 18px;
        height: 18px; }
        @media (min-width: 992px) {
          header.site-header ul li.menu-item-has-children > a:after {
            display: none; } }
      header.site-header ul li.menu-item-has-children > a.open:after {
        background-position: 0 -30px; }
      header.site-header ul li a {
        color: #1B3040;
        text-decoration: none; }
        @media (min-width: 992px) {
          header.site-header ul li a {
            padding: 25px 0; } }
        header.site-header ul li a:hover {
          color: #69C9E4; }
      header.site-header ul li.menu_request_demo {
        padding-top: 10px; }
        header.site-header ul li.menu_request_demo a {
          display: inline; }
          @media (max-width: 767.98px) {
            header.site-header ul li.menu_request_demo a {
              font-size: 16px; } }
          @media (min-width: 992px) {
            header.site-header ul li.menu_request_demo a {
              font-size: 14px;
              padding: 10px 14px; } }
          @media (min-width: 1400px) {
            header.site-header ul li.menu_request_demo a {
              font-size: 16px; } }
          header.site-header ul li.menu_request_demo a:hover {
            color: #1B3040; }
      header.site-header ul li ul {
        font-weight: 400;
        font-size: 15px;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 12px 0 0 0;
        display: none; }
        @media (min-width: 992px) {
          header.site-header ul li ul {
            display: none !important;
            position: absolute;
            z-index: 1002;
            background: #1A3040;
            top: 30px;
            left: 0;
            padding: 20px 20px 10px 20px; } }
        header.site-header ul li ul li {
          padding: 0 0 12px 0; }
          @media (min-width: 992px) {
            header.site-header ul li ul li {
              float: none;
              margin: 0;
              padding: 0 0 12px 0; } }
          @media (min-width: 992px) {
            header.site-header ul li ul li a {
              white-space: nowrap;
              color: #FFFFFF; } }

.bg-blue-pale,
.bg-charcoal,
.bg-white {
  font-size: 18px;
  line-height: 23px;
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (min-width: 768px) {
    .bg-blue-pale,
    .bg-charcoal,
    .bg-white {
      padding-top: 75px;
      padding-bottom: 75px; } }

.bg-blue-pale {
  background: #EEF9FC; }

.bg-charcoal {
  background: #1B3040;
  color: #FFFFFF; }
  .bg-charcoal h2 {
    color: #69C9E4; }
  .bg-charcoal h3 {
    color: #69C9E4; }

.bg-white {
  background: #FFFFFF; }

@media (min-width: 768px) {
  .tighter-pad {
    padding-top: 60px;
    padding-bottom: 60px; } }

.no-pad-top {
  padding-top: 0; }

@media (min-width: 768px) {
  .no-pad-bottom {
    padding-bottom: 0; } }
.no-pad-bottom img {
  display: block; }

.no-pad-bottom-mobile {
  padding-bottom: 0; }

footer.footer {
  background: #EEF9FC;
  color: #1B3040;
  border-top: 1px solid #C5CBCF;
  padding: 40px 0 52px 0; }
  @media (min-width: 768px) {
    footer.footer {
      padding: 56px 0 34px 0; } }
  footer.footer p.title {
    font-size: 13px;
    line-hegiht: 17px;
    padding: 0 0 34px 0;
    text-align: center; }
    @media (min-width: 768px) {
      footer.footer p.title {
        text-align: left; } }
  footer.footer ul {
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    padding: 0 0 45px 0; }
    @media (min-width: 768px) {
      footer.footer ul {
        font-size: 16px;
        text-align: left;
        padding: 0; } }
    footer.footer ul li {
      display: inline-block;
      margin: 0;
      list-style: none;
      padding: 0 10px; }
      @media (min-width: 768px) {
        footer.footer ul li {
          padding: 0 20px 0 0; } }
      footer.footer ul li a {
        text-decoration: none;
        color: #8CB2CF; }
        footer.footer ul li a:hover {
          color: #1B3040; }
  footer.footer .social-icon ul {
    padding: 0; }
    @media (min-width: 768px) {
      footer.footer .social-icon ul {
        float: right; } }
    footer.footer .social-icon ul li {
      padding: 0 12px 0 12px; }
      @media (min-width: 768px) {
        footer.footer .social-icon ul li {
          padding: 0 0 0 25px; } }
      footer.footer .social-icon ul li a {
        display: block;
        font-size: 30px; }

ul.white-bullets {
  margin: 0;
  padding: 0 0 30px 0;
  overflow: hidden; }
  ul.white-bullets li {
    margin: 0;
    padding: 0 0 12px 40px;
    list-style: none;
    float: left;
    clear: left;
    position: relative; }
    ul.white-bullets li:before {
      content: '';
      background: url("../img/svg/bullet-white.svg");
      width: 22px;
      height: 22px;
      position: absolute;
      left: 0;
      top: 4px; }

ul.large-numbers {
  margin: 40px 0 20px 0;
  padding: 0; }
  ul.large-numbers li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 35px 55px;
    font-size: 16px;
    line-height: 19px; }
    @media (min-width: 1400px) {
      ul.large-numbers li {
        padding: 0 0 50px 80px;
        font-size: 28px;
        line-height: 33px; } }
    ul.large-numbers li span {
      position: absolute;
      left: 0;
      top: -5px;
      font-family: "Manrope", sans-serif;
      color: #BDED0A;
      display: inline-block;
      background: #244156;
      text-align: center;
      font-weight: 700;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      line-height: 40px;
      font-size: 24px; }
      @media (min-width: 1400px) {
        ul.large-numbers li span {
          width: 50px;
          height: 50px;
          border-radius: 25px;
          line-height: 50px;
          font-size: 28px; } }
    ul.large-numbers li strong {
      color: #BDED0A; }

.btn-loco {
  font-family: "Manrope", sans-serif;
  display: inline-block;
  border-radius: 21px;
  text-decoration: none;
  background: #BDED0A;
  color: #1B3040;
  padding: 10px 14px;
  font-weight: 700;
  text-align: center;
  font-size: 16px; }
  @media (min-width: 1400px) {
    .btn-loco {
      padding: 10px 20px; } }
  .btn-loco:hover {
    background: #69C9E4;
    color: #1B3040; }

.faqs-accordion .faq {
  border-bottom: 1px solid #1B3040;
  position: relative; }
  .faqs-accordion .faq.open:before {
    background-position: 0 0; }
  .faqs-accordion .faq.open h4.question span {
    background-position: 0 0; }
  .faqs-accordion .faq h4.question {
    font-size: 22px;
    line-height: 26px;
    font-family: "Manrope", sans-serif;
    cursor: pointer;
    padding: 24px 60px 14px 0;
    position: relative;
    z-index: 10; }
    .faqs-accordion .faq h4.question span {
      background: url("../img/svg/toggle-block-large.svg");
      background-position: 0 -50px;
      width: 35px;
      height: 35px;
      position: absolute;
      top: 20px;
      right: 0; }
  .faqs-accordion .faq .answer {
    display: none; }
    .faqs-accordion .faq .answer ul {
      margin: 0;
      padding: 0 0 20px 20px; }

@media (max-width: 767.98px) {
  .questions-still h2 {
    font-size: 38px;
    line-height: 45px; } }
@media (min-width: 768px) {
  .questions-still h2 {
    padding-bottom: 0; } }

form label {
  font-size: 16px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  margin-bottom: 5px;
  display: block; }
form .form-item {
  margin-bottom: 20px; }
form .form-item-checkbox label {
  margin-left: 40px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif; }
form .form-item-checkbox input {
  position: absolute; }
form .form-text, .form-select {
  width: 100%;
  border: 1px solid #8CB2CF;
  border-radius: 5px;
  font-size: 16px;
  height: 50px;
  padding: 0 10px; }
form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #8CB2CF;
  border-radius: 5px;
  font-size: 16px;
  min-height: 280px; }
  @media (min-width: 1400px) {
    form textarea {
      min-height: 400px; } }
form .form-submit {
  margin-top: 20px;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  font-family: "Manrope", sans-serif;
  border-radius: 21px;
  text-decoration: none;
  background: #BDED0A;
  color: #1B3040;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 20px; }
  form .form-submit:hover {
    background: #69C9E4;
    color: #1B3040; }

.icon-130 {
  width: 130px;
  height: 130px;
  background-repeat: no-repeat; }
  .icon-130.icon-1 {
    background-image: url("../img/svg/icons/130/icon-1.svg"); }
  .icon-130.icon-2 {
    background-image: url("../img/svg/icons/130/icon-2.svg"); }
  .icon-130.icon-3 {
    background-image: url("../img/svg/icons/130/icon-3.svg"); }
  .icon-130.icon-4 {
    background-image: url("../img/svg/icons/130/icon-4.svg"); }
  .icon-130.icon-5 {
    background-image: url("../img/svg/icons/130/icon-5.svg"); }
  .icon-130.icon-6 {
    background-image: url("../img/svg/icons/130/icon-6.svg"); }
  .icon-130.icon-7 {
    background-image: url("../img/svg/icons/130/icon-7.svg"); }
  .icon-130.icon-8 {
    background-image: url("../img/svg/icons/130/icon-8.svg"); }
  .icon-130.icon-9 {
    background-image: url("../img/svg/icons/130/icon-9.svg"); }
  .icon-130.icon-10 {
    background-image: url("../img/svg/icons/130/icon-10.svg"); }

.icon-108 {
  width: 107px;
  height: 108px;
  background-repeat: no-repeat; }
  .icon-108.icon-1 {
    background-image: url("../img/svg/icons/108/icon-1.svg"); }
  .icon-108.icon-2 {
    background-image: url("../img/svg/icons/108/icon-2.svg"); }
  .icon-108.icon-3 {
    background-image: url("../img/svg/icons/108/icon-3.svg"); }
  .icon-108.icon-4 {
    background-image: url("../img/svg/icons/108/icon-4.svg"); }
  .icon-108.icon-5 {
    background-image: url("../img/svg/icons/108/icon-5.svg"); }
  .icon-108.icon-6 {
    background-image: url("../img/svg/icons/108/icon-6.svg"); }
  .icon-108.icon-7 {
    background-image: url("../img/svg/icons/108/icon-7.svg"); }
  .icon-108.icon-8 {
    background-image: url("../img/svg/icons/108/icon-8.svg"); }
  .icon-108.icon-9 {
    background-image: url("../img/svg/icons/108/icon-9.svg"); }
  .icon-108.icon-10 {
    background-image: url("../img/svg/icons/108/icon-10.svg"); }
  .icon-108.icon-11 {
    background-image: url("../img/svg/icons/108/icon-11.svg"); }
  .icon-108.icon-12 {
    background-image: url("../img/svg/icons/108/icon-12.svg"); }
  .icon-108.icon-13 {
    background-image: url("../img/svg/icons/108/icon-13.svg"); }
  .icon-108.icon-14 {
    background-image: url("../img/svg/icons/108/icon-14.svg"); }
  .icon-108.grey.icon-1 {
    background-image: url("../img/svg/icons/108/grey/icon-1.svg"); }
  .icon-108.grey.icon-2 {
    background-image: url("../img/svg/icons/108/grey/icon-2.svg"); }
  .icon-108.grey.icon-3 {
    background-image: url("../img/svg/icons/108/grey/icon-3.svg"); }
  .icon-108.grey.icon-4 {
    background-image: url("../img/svg/icons/108/grey/icon-4.svg"); }
  .icon-108.grey.icon-5 {
    background-image: url("../img/svg/icons/108/grey/icon-5.svg"); }
  .icon-108.grey.icon-6 {
    background-image: url("../img/svg/icons/108/grey/icon-6.svg"); }

.icon-items-set {
  text-align: center; }
  @media (min-width: 992px) {
    .icon-items-set {
      text-align: left; } }
  .icon-items-set .item {
    margin-bottom: 45px; }
    @media (min-width: 992px) {
      .icon-items-set .item {
        margin-bottom: 0; } }
    .icon-items-set .item .icon-130 {
      margin: 0 auto 15px auto; }
      @media (min-width: 992px) {
        .icon-items-set .item .icon-130 {
          margin: 0;
          position: absolute; } }
    @media (min-width: 992px) {
      .icon-items-set .item .text {
        margin: 0 0 75px 160px; } }

.icon-items-set-inline {
  padding-top: 45px;
  text-align: center; }
  @media (min-width: 992px) {
    .icon-items-set-inline {
      padding-top: 90px;
      text-align: left; } }
  .icon-items-set-inline.bottom-pad {
    padding-bottom: 25px; }
    @media (min-width: 992px) {
      .icon-items-set-inline.bottom-pad {
        padding-bottom: 45px; } }
  .icon-items-set-inline.tight .item {
    padding-right: 5px; }
  .icon-items-set-inline .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    padding: 0 20px 20px 0; }
    @media (min-width: 1400px) {
      .icon-items-set-inline .item {
        padding: 0 20px;
        font-size: 23px;
        line-height: 26px; } }
    .icon-items-set-inline .item .icon-108 {
      margin: 0 auto 1px auto;
      transform: scale(0.8); }
      @media (min-width: 1400px) {
        .icon-items-set-inline .item .icon-108 {
          margin: 0 auto 15px auto;
          transform: scale(1); } }
    .icon-items-set-inline .item em {
      display: block;
      font-style: normal;
      font-size: 13px;
      line-height: 17px; }
      @media (min-width: 992px) {
        .icon-items-set-inline .item em {
          font-size: 18px;
          line-height: 23px; } }

#pricing {
  overflow: hidden; }
  #pricing .page-header {
    text-align: center;
    padding-bottom: 45px; }
    @media (min-width: 768px) {
      #pricing .page-header {
        padding-bottom: 75px; } }
  #pricing .radio-inline {
    display: inline-block;
    margin: 0 10px; }
    #pricing .radio-inline .off {
      font-size: 13px;
      font-weight: 700; }

#pTableInitial {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    #pTableInitial {
      margin-bottom: 100px; } }
  #pTableInitial h2 {
    padding: 20px 0 23px 0;
    min-height: 70px;
    font-size: 22px;
    line-height: 26px; }
    @media (min-width: 768px) {
      #pTableInitial h2 {
        font-size: 18px;
        line-height: 22px; } }
    @media (min-width: 1400px) {
      #pTableInitial h2 {
        font-size: 22px;
        line-height: 26px; } }
  #pTableInitial ul {
    margin: 0;
    padding: 30px 0 0 0;
    min-height: 375px; }
    @media (min-width: 768px) {
      #pTableInitial ul {
        min-height: 410px; } }
    @media (min-width: 1400px) {
      #pTableInitial ul {
        min-height: 410px; } }
    #pTableInitial ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 18px;
      line-height: 20px; }
  #pTableInitial .price {
    display: block;
    padding-bottom: 5px;
    font-size: 28px;
    line-height: 33px; }
    @media (min-width: 768px) {
      #pTableInitial .price {
        font-size: 22px;
        line-height: 27px; } }
    @media (min-width: 1400px) {
      #pTableInitial .price {
        font-size: 28px;
        line-height: 33px; } }
  #pTableInitial span.title {
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    line-height: 26px; }
    @media (min-width: 768px) {
      #pTableInitial span.title {
        font-size: 18px;
        line-height: 22px; } }
    @media (min-width: 1400px) {
      #pTableInitial span.title {
        font-size: 22px;
        line-height: 26px; } }
  #pTableInitial .small {
    font-size: 13px;
    line-height: 17px; }
  #pTableInitial .mh1001 {
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    width: 235px;
    margin: 0 auto 20px auto; }
    @media (min-width: 992px) {
      #pTableInitial .mh1001 {
        width: auto; } }
  #pTableInitial .find-perfect-plan {
    width: 100%;
    padding: 0 0 30px 0; }
    @media (min-width: 992px) {
      #pTableInitial .find-perfect-plan {
        padding: 0 20px 0 0; } }
    #pTableInitial .find-perfect-plan h2 {
      min-height: 0;
      font-size: 28px;
      line-height: 33px;
      text-align: center;
      padding: 0 0 10px 0; }
      @media (min-width: 992px) {
        #pTableInitial .find-perfect-plan h2 {
          font-size: 28px;
          line-height: 35px;
          text-align: left;
          padding: 0 0 10px 0; } }
      @media (min-width: 1400px) {
        #pTableInitial .find-perfect-plan h2 {
          font-size: 38px;
          line-height: 45px; } }
    #pTableInitial .find-perfect-plan .small {
      text-align: center;
      max-width: 220px;
      margin: auto; }
      @media (min-width: 992px) {
        #pTableInitial .find-perfect-plan .small {
          text-align: left;
          max-width: none; } }
    @media (max-width: 767.98px) {
      #pTableInitial .find-perfect-plan br {
        display: none; } }
  #pTableInitial .report-starter {
    border: 4px solid #69C9E4; }
    @media (min-width: 992px) {
      #pTableInitial .report-starter {
        margin-right: 10px; } }
    #pTableInitial .report-starter h2 {
      border-bottom: 2px solid #69C9E4; }
  #pTableInitial .report-builder {
    border: 4px solid #FF8530; }
    @media (min-width: 992px) {
      #pTableInitial .report-builder {
        margin-left: 10px;
        margin-right: 10px; } }
    #pTableInitial .report-builder h2 {
      border-bottom: 2px solid #FF8530; }
  #pTableInitial .report-master {
    border: 4px solid #BDED0A;
    display: relative;
    margin-top: 80px; }
    @media (min-width: 992px) {
      #pTableInitial .report-master {
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px; } }
    #pTableInitial .report-master h2 {
      border-bottom: 2px solid #BDED0A; }
    #pTableInitial .report-master .packageName {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      top: 0px; }
      @media (min-width: 992px) {
        #pTableInitial .report-master .packageName {
          top: -85px; } }
      #pTableInitial .report-master .packageName h3 {
        font-size: 16px; }
      #pTableInitial .report-master .packageName img {
        width: 88px; }
  #pTableInitial .report-superem {
    border: 4px solid #CC66CC; }
    @media (min-width: 992px) {
      #pTableInitial .report-superem {
        margin-left: 10px; } }
    #pTableInitial .report-superem h2 {
      border-bottom: 2px solid #CC66CC; }

.tableMob table.mobile-table {
  border-spacing: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin: 0 -30px 40px -30px; }
  @media (min-width: 768px) {
    .tableMob table.mobile-table {
      margin: 0 auto 40px auto; } }
  .tableMob table.mobile-table tr th,
  .tableMob table.mobile-table tr td {
    text-align: center;
    padding: 9px; }
    .tableMob table.mobile-table tr th:first-child,
    .tableMob table.mobile-table tr td:first-child {
      padding-left: 30px; }
    .tableMob table.mobile-table tr th:last-child,
    .tableMob table.mobile-table tr td:last-child {
      padding-right: 30px; }
    .tableMob table.mobile-table tr th p,
    .tableMob table.mobile-table tr td p {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px;
      padding-bottom: 0; }
  .tableMob table.mobile-table tr th {
    text-align: left; }
  .tableMob table.mobile-table tr.bg1 {
    background: #EEF9FC; }
    .tableMob table.mobile-table tr.bg1 td {
      padding: 10px 30px;
      text-align: left; }
  .tableMob table.mobile-table i.fa-check {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    margin: 4px 0; }

@media (max-width: 991.98px) {
  #pTable {
    display: none; } }

@media (min-width: 992px) {
  #pTable1 {
    display: none; } }

.btnMobile {
  display: none; }

.compare-toggle {
  border: 0;
  background: transparent;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  margin-bottom: 69px; }
  @media (min-width: 992px) {
    .compare-toggle {
      margin-bottom: 60px;
      text-align: left;
      float: left; } }
  .compare-toggle::after {
    content: '';
    background: url("../img/svg/toggle-blue.svg");
    width: 22px;
    height: 22px;
    display: block;
    margin: 7px auto 0 auto; }
    @media (min-width: 768px) {
      .compare-toggle::after {
        display: inline-block;
        margin: 0 0 0 5px; } }
  .compare-toggle.open::after {
    background-position: 0 -50px; }

.mt50 {
  clear: both; }

#pTable {
  margin: -50px 0 60px 0; }
  #pTable h2 {
    padding: 20px 0 23px 0;
    min-height: 70px;
    font-size: 18px;
    line-height: 22px; }
    @media (min-width: 1400px) {
      #pTable h2 {
        font-size: 22px;
        line-height: 26px; } }
  #pTable i.fa-check {
    display: inline-block;
    font-size: 28px; }
    @media (min-width: 1400px) {
      #pTable i.fa-check {
        font-size: 38px; } }
  #pTable ul {
    margin: 0;
    padding: 0; }
    #pTable ul li {
      margin: 0;
      padding: 21px;
      list-style: none;
      font-family: "Manrope", sans-serif;
      font-weight: 700;
      font-size: 18px;
      height: 54px;
      line-height: 32px; }
      @media (min-width: 1400px) {
        #pTable ul li {
          font-size: 28px;
          line-height: 36px;
          height: 60px; } }
      #pTable ul li:nth-child(odd) {
        background: #EEF9FC; }
      #pTable ul li p {
        padding: 0; }
        #pTable ul li p.small {
          font-family: "Roboto", sans-serif;
          font-size: 18px; }
  #pTable .report-compare ul li {
    font-size: 16px;
    padding: 16px 15px; }
    @media (min-width: 1400px) {
      #pTable .report-compare ul li {
        padding: 21px 15px; } }
    #pTable .report-compare ul li:nth-child(odd) {
      background: transparent; }
    #pTable .report-compare ul li:nth-child(even) {
      background: #EEF9FC; }
    #pTable .report-compare ul li:first-child {
      min-height: 74px; }
  #pTable .mh1000 {
    border-radius: 10px;
    text-align: center;
    overflow: hidden; }
    #pTable .mh1000 ul li {
      padding: 12px 15px; }
  #pTable .report-starter {
    border: 4px solid #69C9E4;
    border-radius: 10px;
    text-align: center;
    margin-right: 10px; }
  #pTable .report-builder {
    margin-left: 10px;
    margin-right: 10px;
    border: 4px solid #FF8530; }
  #pTable .report-master {
    margin-left: 10px;
    margin-right: 10px;
    border: 4px solid #BDED0A; }
  #pTable .report-superem {
    border: 4px solid #CC66CC;
    margin-left: 10px; }

.quote {
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  margin: 54px 0 10px 0; }
  @media (min-width: 768px) {
    .quote {
      margin: 0; } }
  .quote .name {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 15px; }
  .quote .head {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #1C4569; }
  .quote .main {
    padding-bottom: 15px; }
  .quote .source {
    font-weight: 700; }
  .quote a {
    font-weight: 700;
    color: #1C4569; }
    .quote a:hover {
      color: #69C9E4; }

.quote-group {
  text-align: center; }
  @media (min-width: 768px) {
    .quote-group {
      text-align: left; } }

.social-media-group h3 {
  padding-bottom: 50px; }
.social-media-group img {
  width: 37px;
  margin: 0 4px; }
  @media (min-width: 768px) {
    .social-media-group img {
      width: auto;
      margin: 0 10px; } }
.social-media-group.large img {
  width: 38px;
  margin: 0 5px 8px 0; }
  @media (min-width: 1400px) {
    .social-media-group.large img {
      width: 67px;
      margin: 0 15px 0 0; } }

.new-window:before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background: url("../img/svg/external.svg") no-repeat;
  width: 17px;
  height: 17px; }

a.text-success {
  color: #BDED0A;
  text-decoration: none; }
  a.text-success:hover {
    text-decoration: underline; }

@media (min-width: 768px) {
  body.page-home h2 {
    font-size: 38px;
    line-height: 44px; } }

@media (min-width: 768px) {
  body.page-home .home {
    padding-bottom: 35px; } }
body.page-home .home h1 {
  padding-bottom: 20px; }
body.page-home .home p {
  padding-bottom: 40px; }

body.page-home .features .product-image {
  display: none; }
  @media (min-width: 768px) {
    body.page-home .features .product-image {
      display: block; } }
body.page-home .features h2 {
  color: #69C9E4;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    body.page-home .features h2 {
      padding-bottom: 26px; } }
body.page-home .features h3 {
  color: #FFFFFF; }
  body.page-home .features h3 .icon-check {
    display: inline-block;
    float: left;
    margin: 0 15px 15px 0;
    vertical-align: middle;
    background: url("../img/svg/tick.svg") no-repeat;
    width: 25px;
    height: 25px; }
    @media (min-width: 768px) {
      body.page-home .features h3 .icon-check {
        float: none;
        margin: 0 15px 6px 0; } }
body.page-home .features p {
  padding-bottom: 16px; }
  @media (min-width: 768px) {
    body.page-home .features p {
      padding-bottom: 3px; } }
  body.page-home .features p.text-success {
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      body.page-home .features p.text-success {
        padding-bottom: 36px; } }

body.page-home .section-pale-blue {
  padding: 50px 0 40px 0; }
  body.page-home .section-pale-blue .sign_in_button.btn-loco {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      body.page-home .section-pale-blue .sign_in_button.btn-loco {
        margin-bottom: 20px; } }

body.page-home .content-channels {
  text-align: center; }
  body.page-home .content-channels h3 {
    padding-bottom: 40px;
    font-size: 22px;
    line-height: 26px; }
    @media (min-width: 768px) {
      body.page-home .content-channels h3 {
        font-size: 38px;
        line-height: 45px; } }
  body.page-home .content-channels img {
    display: inline; }
  body.page-home .content-channels .icon {
    margin: 0 6px 8px 6px;
    height: 48px; }
    @media (min-width: 768px) {
      body.page-home .content-channels .icon {
        margin: 0 8px;
        height: 60px; } }
  body.page-home .content-channels .m-t-40 {
    padding-top: 40px;
    display: block; }

body.page-home .content-customers {
  text-align: center; }

body.page-home .block-blue {
  overflow: hidden;
  padding: 45px 0 5px 0; }
  @media (min-width: 768px) {
    body.page-home .block-blue {
      padding: 80px 0 75px 0; } }
  @media (min-width: 768px) {
    body.page-home .block-blue .product-text-wrap {
      float: left;
      width: 39%; } }
  body.page-home .block-blue .product-image-wrap {
    display: none; }
    @media (min-width: 768px) {
      body.page-home .block-blue .product-image-wrap {
        display: block;
        float: left;
        width: 22%; } }
    body.page-home .block-blue .product-image-wrap img {
      padding: 0 46px; }
  body.page-home .block-blue p.m-b-40 {
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      body.page-home .block-blue p.m-b-40 {
        padding-bottom: 15px; } }

@media (min-width: 992px) {
  .tktok-phone h1 {
    padding-top: 80px; } }
@media (min-width: 992px) {
  .tktok-phone .imgcant {
    margin-right: 30px; } }

.rqst-demo {
  padding-top: 40px; }
  .rqst-demo .btn-loco {
    margin-bottom: 0; }

body.page-social-audits .embed-container {
  margin-bottom: 20px; }
body.page-social-audits .five-step-process img {
  margin-bottom: 15px; }
body.page-social-audits .image-group {
  width: 187px;
  margin: auto; }
  @media (min-width: 768px) {
    body.page-social-audits .image-group {
      width: auto;
      margin-bottom: 75px; } }
body.page-social-audits p.small {
  font-size: 13px;
  line-height: 17px; }
body.page-social-audits p.constrain-width {
  width: 245px;
  margin: auto; }
  @media (min-width: 768px) {
    body.page-social-audits p.constrain-width {
      width: auto; } }
body.page-social-audits .request-a-demo {
  margin-top: 20px; }
@media (min-width: 768px) {
  body.page-social-audits .bg-white.content-customers {
    padding-top: 60px;
    padding-bottom: 40px; } }
body.page-social-audits .bg-white.content-customers img {
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 768px) {
    body.page-social-audits .bg-white.content-customers img {
      padding-left: 0;
      padding-right: 0; } }

body.page-competitor-benchmarking .benchmarking-wrapper img {
  max-width: 240px; }
  @media (min-width: 768px) {
    body.page-competitor-benchmarking .benchmarking-wrapper img {
      max-width: 100%; } }
body.page-competitor-benchmarking .benchmarking {
  width: 250px;
  margin: auto; }
  @media (min-width: 768px) {
    body.page-competitor-benchmarking .benchmarking {
      width: auto; } }

body.page-privacy-policy h3 {
  font-size: 28px;
  line-height: 33px; }

@media (min-width: 768px) {
  body.page-questions section h1 {
    padding-top: 50px; } }
@media (min-width: 992px) {
  body.page-questions section h1 {
    padding-top: 100px; } }

body.page-testimonials iframe {
  border-radius: 10px;
  overflow: hidden;
  width: 235px;
  height: 418px; }
  @media (min-width: 768px) {
    body.page-testimonials iframe {
      width: 156px;
      height: 278px; } }
  @media (min-width: 992px) {
    body.page-testimonials iframe {
      width: 235px;
      height: 418px; } }
body.page-testimonials blockquote {
  margin: 0;
  padding: 0 0 20px 0;
  color: #1C4569;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px; }
  @media (min-width: 768px) {
    body.page-testimonials blockquote {
      padding: 0 0 10px 0;
      font-size: 13px;
      line-height: 18px; } }
  @media (min-width: 992px) {
    body.page-testimonials blockquote {
      padding: 0 0 20px 0;
      font-size: 20px;
      line-height: 25px; } }
  @media (min-width: 1400px) {
    body.page-testimonials blockquote {
      font-size: 22px;
      line-height: 26px; } }
body.page-testimonials .testimonials-video {
  padding-bottom: 0; }
body.page-testimonials .video-wrapper {
  text-align: center;
  overflow: hidden;
  margin-top: 30px; }
  @media (min-width: 768px) {
    body.page-testimonials .video-wrapper {
      margin-top: 0;
      padding-bottom: 85px; } }
  @media (min-width: 768px) {
    body.page-testimonials .video-wrapper iframe {
      float: left; } }
  body.page-testimonials .video-wrapper .quote-wrapper {
    text-align: left;
    border: 2px solid #69C9E4;
    border-radius: 10px;
    margin: -30px 0 0 0;
    padding: 60px 35px 35px 35px; }
    @media (min-width: 768px) {
      body.page-testimonials .video-wrapper .quote-wrapper {
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin: 20px 0 0 0;
        padding: 20px;
        float: left;
        width: 190px; } }
    @media (min-width: 992px) {
      body.page-testimonials .video-wrapper .quote-wrapper {
        margin: 30px 0 0 0;
        padding: 25px;
        width: 230px; } }
    @media (min-width: 1400px) {
      body.page-testimonials .video-wrapper .quote-wrapper {
        padding: 35px;
        width: 320px; } }
    body.page-testimonials .video-wrapper .quote-wrapper cite {
      font-style: normal;
      font-weight: 700;
      padding-bottom: 8px;
      font-family: "Manrope", sans-serif;
      display: block;
      font-size: 22px;
      line-height: 26px; }
      @media (min-width: 768px) {
        body.page-testimonials .video-wrapper .quote-wrapper cite {
          font-size: 18px;
          line-height: 22px; } }
      @media (min-width: 992px) {
        body.page-testimonials .video-wrapper .quote-wrapper cite {
          font-size: 22px;
          line-height: 26px; } }
    body.page-testimonials .video-wrapper .quote-wrapper .co {
      font-size: 16px;
      line-height: 19px;
      font-weight: 700;
      padding-bottom: 40px;
      font-family: "Manrope", sans-serif; }
      @media (min-width: 768px) {
        body.page-testimonials .video-wrapper .quote-wrapper .co {
          font-size: 14px;
          line-height: 20px;
          padding-bottom: 20px; } }
      @media (min-width: 992px) {
        body.page-testimonials .video-wrapper .quote-wrapper .co {
          font-size: 16px;
          line-height: 19px;
          padding-bottom: 40px; } }
body.page-testimonials .carousel-control-prev,
body.page-testimonials .carousel-control-next {
  width: 36px;
  height: 35px;
  overflow: hidden;
  text-indent: 100px;
  opacity: 1;
  background-repeat: no-repeat;
  bottom: 0;
  top: auto; }
  @media (min-width: 768px) {
    body.page-testimonials .carousel-control-prev,
    body.page-testimonials .carousel-control-next {
      top: 100px; } }
  body.page-testimonials .carousel-control-prev:hover,
  body.page-testimonials .carousel-control-next:hover {
    opacity: 0.6; }
body.page-testimonials .carousel-control-prev {
  background-image: url("../img/svg/slide-left.svg"); }
  @media (min-width: 768px) {
    body.page-testimonials .carousel-control-prev {
      left: -40px; } }
body.page-testimonials .carousel-control-next {
  background-image: url("../img/svg/slide-right.svg");
  left: 50px;
  right: auto; }
  @media (min-width: 768px) {
    body.page-testimonials .carousel-control-next {
      left: auto;
      right: -40px; } }
body.page-testimonials .carousel-wrapper {
  padding: 40px 20px 0 20px; }
  @media (min-width: 768px) {
    body.page-testimonials .carousel-wrapper {
      padding: 60px 60px 0 60px; } }
body.page-testimonials .testimonial {
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  min-height: 400px;
  padding: 0 15px 60px 15px; }
  @media (min-width: 768px) {
    body.page-testimonials .testimonial {
      min-height: 300px;
      padding: 0 15px; } }
  body.page-testimonials .testimonial img {
    border-radius: 100px;
    margin-bottom: 20px; }
  body.page-testimonials .testimonial h4 {
    font-size: 22px;
    line-height: 26px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #1B3040;
    padding-bottom: 15px; }
  body.page-testimonials .testimonial h5 {
    font-size: 28px;
    line-height: 33px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #1C4569;
    padding-bottom: 20px; }
  body.page-testimonials .testimonial a {
    font-weight: 700;
    text-decoration: none; }
  body.page-testimonials .testimonial .source {
    padding-top: 10px; }
  body.page-testimonials .testimonial .source a {
    color: #1C4569;
    text-decoration: underline; }
    body.page-testimonials .testimonial .source a:hover {
      color: #69C9E4; }
  body.page-testimonials .testimonial .more {
    display: none; }

body.page-contact .social {
  margin-bottom: 20px; }
  body.page-contact .social ul {
    margin: 0;
    padding: 20px 0 0 0; }
    body.page-contact .social ul li {
      margin: 0;
      list-style: none;
      display: inline-block;
      padding: 0 20px 0 0; }
      @media (min-width: 1400px) {
        body.page-contact .social ul li {
          padding: 0 40px 0 0; } }
      body.page-contact .social ul li a {
        display: block;
        color: #8CB2CF;
        font-size: 30px; }
        @media (min-width: 1400px) {
          body.page-contact .social ul li a {
            font-size: 44px; } }
        body.page-contact .social ul li a:hover {
          color: #1B3040; }
