@font-face {
  font-family: 'lg_smartregular';
  src: url("../fonts/LGSmartRegular__W.eot");
  src: url("../fonts/LGSmartRegular__W.eot?#FooAnything") format("embedded-opentype"), url("../fonts/LGSmartRegular__W.woff") format("woff"), url("../fonts/LGSmartRegular__W.ttf") format("truetype"), url("../fonts/LGSmartRegular__W.svg#LGFontRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lg_smartlight';
  src: url("../fonts/LGSmartLight__W.eot");
  src: url("../fonts/LGSmartLight__W.eot?#FooAnything") format("embedded-opentype"), url("../fonts/LGSmartLight__W.woff") format("woff"), url("../fonts/LGSmartLight__W.woff2") format("woff2"), url("../fonts/LGSmartLight__W.ttf") format("truetype"), url("../fonts/LGSmartLight__W.svg#LGFontLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lg_smartregularitalic';
  src: url("../fonts/LGSmartRegularItalic__W.eot");
  src: url("../fonts/LGSmartRegularItalic__W.eot?#FooAnything") format("embedded-opentype"), url("../fonts/LGSmartRegularItalic__W.woff") format("woff"), url("../fonts/LGSmartRegularItalic__W.woff2") format("woff2"), url("../fonts/LGSmartRegularItalic__W.ttf") format("truetype"), url("../fonts/LGSmartRegularItalic__W.svg#LGFontMedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lg_smartsemibold';
  src: url("../fonts/LGSmartSemiBold__W.eot");
  src: url("../fonts/LGSmartSemiBold__W.eot?#FooAnything") format("embedded-opentype"), url("../fonts/LGSmartSemiBold__W.woff") format("woff"), url("../fonts/LGSmartSemiBold__W.woff2") format("woff2"), url("../fonts/LGSmartSemiBold__W.ttf") format("truetype"), url("../fonts/LGSmartSemiBold__W.svg#LGFontMedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lg_smartbold';
  src: url("../fonts/LGSmartBold__W.eot");
  src: url("../fonts/LGSmartBold__W.eot?#FooAnything") format("embedded-opentype"), url("../fonts/LGSmartBold__W.woff") format("woff"), url("../fonts/LGSmartBold__W.ttf") format("truetype"), url("../fonts/LGSmartBold__W.svg#LGFontMedium") format("svg");
  font-weight: normal;
  font-style: normal; }

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

* {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: lg_smartlight; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

sup {
  font-size: 0.7em; }

ul {
  list-style-type: none; }

.fadeInAnim {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.fadeOutAnim {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.fade {
  opacity: 0; }

.mob {
  display: none !important; }

.desk {
  display: block !important; }

body.fixed {
  overflow: hidden; }

.disclamer {
  font-size: 12px; }

.button {
  display: inline-block;
  color: #FFF;
  border-radius: 6px;
  background: #a50034;
  border: 1px solid #a50034;
  text-align: center;
  padding: 0.5vw 2.5vw;
  font-size: 1.75vw;
  line-height: 1.3;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .button:hover {
    text-decoration: none;
    background: #e10b4b;
    border: 1px solid #e10b4b;
    color: #fff; }
  .button:active {
    text-decoration: none;
    background: #d7104b;
    border: 1px solid #d7104b;
    color: #fff; }

.bg {
  width: 100%; }

.owl-prev.disabled,
.owl-next.disabled {
  display: none; }

.section-wrap {
  max-width: 1600px;
  margin: auto;
  overflow: hidden; }

.sticker {
  display: none;
  position: fixed;
  width: 180px;
  height: 180px;
  top: 20px;
  right: 30px;
  z-index: 1;
  cursor: pointer; }
  .sticker img {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .sticker:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .sticker:active img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }

.bass {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-animation: bass 1s infinite;
  animation: bass 1s infinite; }

.paralax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.section {
  position: relative; }
  .section video {
    width: 100%;
    height: auto; }
  .section .text-col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section .text-col {
    width: 48%; }
  .section.section-1 .logo {
    position: absolute;
    left: 50%;
    width: 40%;
    top: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .section.section-1 .logo img {
      width: 100%; }
  .section.section-1 .xboom {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
    top: 70%;
    z-index: 1; }
  .section.section-1 .heart {
    position: absolute;
    left: 77%;
    width: 6%;
    top: 63%; }
  .section.section-1 .setup {
    position: absolute;
    width: 5%;
    top: 75%;
    left: 7%; }
  .section.section-1-1 .section-title {
    position: absolute;
    top: 13vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-5deg);
    transform: translate(-50%, 0) rotate(-5deg);
    text-align: center; }
  .section.section-1-1 .section-text {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
  .section.section-1-1 .sub-img {
    width: 80%;
    margin: auto;
    margin-top: -10vw; }
  .section.section-2 .section-text {
    margin-top: 0; }
  .section.section-3 .section-title {
    position: absolute;
    left: 9%;
    top: 29vw;
    font-size: 6.875vw; }
    .section.section-3 .section-title .white {
      font-size: 4.375vw; }
  .section.section-3 .section-text {
    margin-top: 3.125vw; }
  .section.section-4 .section-title {
    left: 57%;
    top: 26.5vw;
    position: absolute; }
  .section.section-5 .section-title {
    position: absolute;
    left: 9%;
    top: 33vw; }
  .section.section-6 .section-title {
    position: absolute;
    left: 38%;
    top: 33vw; }
  .section.section-7 .section-title {
    position: absolute;
    left: 61%;
    top: 33vw; }
  .section.section-8 .section-title {
    position: absolute;
    left: 15%;
    top: 33vw; }
  .section.section-9 .section-title {
    position: absolute;
    left: 62%;
    top: 33vw; }
  .section.section-10 .section-title {
    position: absolute;
    top: 33.2vw;
    left: 10%; }
  .section.section-11 .section-title {
    position: absolute;
    top: 33vw;
    left: 50%; }
  .section.section-12 .section-title {
    position: absolute;
    top: 33vw;
    left: 10%; }
  .section.section-5 .section-text, .section.section-9 .section-text, .section.section-11 .section-text, .section.section-12 .section-text {
    margin-top: 13.75vw; }
  .section .section-button {
    margin-top: 3vw; }
  .section .section-title {
    font-family: 'lazer84';
    font-size: 5.9vw;
    margin-bottom: 1.5vw;
    line-height: 1.1;
    min-height: 1em;
    color: #000;
    text-align: center; }
    .section .section-title .white {
      color: #FFF;
      font-family: 'lazer84'; }
  .section .section-subtitle {
    font-size: 4.375vw;
    margin-bottom: 1.5vw;
    margin-top: 7.2vw;
    text-align: center;
    line-height: 1;
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
  .section .section-content {
    text-align: center;
    margin: auto;
    width: 67%;
    color: #333; }
    .section .section-content.white {
      color: #fff; }
  .section .section-text {
    font-size: 1.875vw;
    margin: 7.2vw auto;
    text-align: center;
    width: 60%; }

.content-cols .section-cols-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: auto;
  left: 7.5%;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.content-cols .section-col {
  text-align: center;
  width: 28%; }
  .content-cols .section-col .section-col-title {
    font-size: 2.25vw;
    margin-bottom: 1vw; }
  .content-cols .section-col .section-col-text {
    font-size: 1.5vw; }

.compare-section-wrap {
  position: relative; }
  .compare-section-wrap .table {
    position: absolute;
    width: 100%;
    left: 0;
    top: 24vw; }
  .compare-section-wrap .table-top {
    height: 7vw;
    width: 100%;
    background: #EEEEEE; }
  .compare-section-wrap .table-bottom {
    height: 2vw;
    width: 100%;
    background: #F4F4F4; }
  .compare-section-wrap .table {
    top: calc(232px + 9.5vw); }
  .compare-section-wrap .table-top {
    height: 112px; }
  .compare-section-wrap .table-bottom {
    height: 32px; }

.compare-section {
  position: relative; }
  .compare-section .section-title {
    text-align: center;
    padding: 5vw 0;
    font-size: 4.375vw; }

.compare-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .compare-section-inner .compare-item {
    width: 33%; }
    .compare-section-inner .compare-item .compare-item-title {
      text-align: center;
      font-size: 24px;
      color: #333; }
    .compare-section-inner .compare-item .compare-size-icon {
      margin-top: 5vw;
      margin-bottom: 10px;
      width: 42px;
      margin-left: auto;
      margin-right: auto; }
    .compare-section-inner .compare-item .compare-size {
      font-size: 30px;
      margin-bottom: 20px;
      text-align: center; }
    .compare-section-inner .compare-item .compare-1 {
      margin-bottom: 40px;
      margin-top: 20px; }
      .compare-section-inner .compare-item .compare-1 img {
        margin: auto; }
    .compare-section-inner .compare-item .compare-features {
      list-style-type: none;
      margin-top: 40px;
      max-width: 270px;
      margin-left: auto;
      margin-right: auto; }
      .compare-section-inner .compare-item .compare-features li {
        position: relative;
        padding: 2px 0 2px 15px;
        font-size: 18px;
        color: #333; }
        .compare-section-inner .compare-item .compare-features li:before {
          content: " ";
          position: absolute;
          left: 0;
          top: 8px;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #333; }

.product-section {
  width: 90%;
  margin: auto;
  max-width: 980px;
  padding-bottom: 5vw; }
  .product-section .section-title {
    text-align: center;
    padding: 5vw 0;
    font-size: 4.375vw; }
  .product-section .product {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .product-section .product .slider-col {
      width: 58%; }
    .product-section .product .content-col {
      width: 38%; }
      .product-section .product .content-col .model {
        font-size: 36px;
        font-family: lg_smartbold; }
      .product-section .product .content-col .submodel {
        margin-top: 10px;
        font-size: 24px;
        font-family: lg_smartbold; }
      .product-section .product .content-col .description {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 10px; }
      .product-section .product .content-col .features-text {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 10px; }
      .product-section .product .content-col .features {
        list-style-type: none;
        font-size: 24px;
        margin-bottom: 20px; }
        .product-section .product .content-col .features li {
          position: relative;
          padding: 2px 0 2px 15px;
          font-size: 24px; }
          .product-section .product .content-col .features li:before {
            content: " ";
            position: absolute;
            left: 0;
            top: 10px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #A50034; }
      .product-section .product .content-col .buy-button {
        font-size: 24px;
        padding: 10px 30px; }
    .product-section .product .owl-nav {
      display: block;
      position: absolute;
      top: 50%;
      width: 100%;
      left: 0; }
      .product-section .product .owl-nav .owl-next,
      .product-section .product .owl-nav .owl-prev {
        width: 20px;
        height: 40px;
        position: absolute;
        top: 50%;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform; }
        .product-section .product .owl-nav .owl-next:hover,
        .product-section .product .owl-nav .owl-prev:hover {
          -webkit-transform: scale(1.05) translateY(-50%);
          transform: scale(1.05) translateY(-50%); }
        .product-section .product .owl-nav .owl-next:active,
        .product-section .product .owl-nav .owl-prev:active {
          -webkit-transform: scale(0.95) translateY(-50%);
          transform: scale(0.95) translateY(-50%); }
      .product-section .product .owl-nav .owl-next {
        right: 0;
        background: url(../img/next.png) no-repeat center center/contain; }
      .product-section .product .owl-nav .owl-prev {
        left: 0;
        background: url(../img/prev.png) no-repeat center center/contain; }

.other-products-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.other-product {
  width: 48%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 20px; }
  .other-product .model-name {
    text-align: center;
    font-family: lg_smartbold;
    font-size: 24px;
    margin-bottom: 10px; }
  .other-product .button-wrap {
    text-align: center; }
  .other-product .buy-button {
    font-size: 24px;
    padding: 10px 30px; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none; }

.popup-close {
  position: fixed;
  right: calc(9% - 32px);
  top: calc(9% - 32px);
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
  display: none; }

.video-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  position: fixed;
  z-index: 3;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .video-popup .video-wrapper {
    width: 100%;
    height: 100%; }
    .video-popup .video-wrapper iframe {
      width: 100%;
      height: 100%; }

@media (min-width: 1601px) {
  .section .section-subtitle {
    font-size: 70px;
    margin-bottom: 24px;
    margin-top: 115px; }
  .section.section-2 .section-text {
    margin-top: 0; }
  .section.section-3 .section-title {
    top: 464px;
    font-size: 110px; }
    .section.section-3 .section-title .white {
      font-size: 70px; }
  .section.section-3 .section-text {
    margin-top: 50px; }
  .section.section-4 .section-title {
    top: 424px; }
  .section.section-5 .section-title {
    top: 528px; }
  .section.section-6 .section-title {
    top: 528px; }
  .section.section-7 .section-title {
    top: 528px; }
  .section.section-8 .section-title {
    top: 528px; }
  .section.section-9 .section-title {
    top: 528px; }
  .section.section-10 .section-title {
    top: 532px; }
  .section.section-11 .section-title {
    top: 528px; }
  .section.section-12 .section-title {
    top: 528px; }
  .section.section-5 .section-text, .section.section-9 .section-text, .section.section-11 .section-text, .section.section-12 .section-text {
    margin-top: 220px; }
  .section .section-content {
    top: 64px; }
  .section .section-title {
    font-size: 95px;
    margin-bottom: 24px; }
  .section .section-text {
    font-size: 30px;
    margin: 115px auto; }
  .section .section-button {
    margin-top: 48px; }
  .section .section-content-bottom {
    font-size: 32px;
    top: 1248px; }
  .section-col {
    color: #333; }
    .section-col .section-col-title {
      font-size: 36px;
      margin-bottom: 16px; }
    .section-col .section-col-text {
      font-size: 24px; }
  .compare-section .section-title,
  .product-section .section-title {
    font-size: 70px; }
  .compare-section-wrap .table {
    top: 384px; }
  .compare-section-wrap .table-top {
    height: 112px; }
  .compare-section-wrap .table-bottom {
    height: 32px; }
  .compare-section .section-title {
    padding: 80px 0; }
  .compare-section-inner .compare-item .compare-size-icon {
    margin-top: 80px; } }

@media (max-width: 1280px) {
  .section .section-text {
    font-size: 18px; }
  .product-section .product .content-col .features-text,
  .product-section .product .content-col .description,
  .product-section .product .content-col .features li {
    font-size: 18px; }
  .product-section .product .content-col .model {
    font-size: 28px; }
  .product-section .product .content-col .submodel {
    font-size: 21px; } }

@media (max-width: 1120px) {
  .compare-section-wrap {
    position: relative; }
    .compare-section-wrap .table {
      position: absolute;
      width: 100%;
      left: 0;
      top: calc(30px + 27vw); }
    .compare-section-wrap .table-top {
      height: 7vw;
      width: 100%;
      background: #EEEEEE; }
    .compare-section-wrap .table-bottom {
      height: 2vw;
      width: 100%;
      background: #F4F4F4; } }

@media (max-width: 767px) {
  .compare-section-wrap .table {
    display: none; }
  .compare-section-inner .compare-item {
    width: 100%;
    margin-bottom: 40px; }
  .compare-section-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .compare-img img {
    margin: auto; }
  .other-product .buy-button,
  .product-section .product .content-col .buy-button {
    font-size: 16px;
    padding: 8px 25px; }
  .desk {
    display: none !important; }
  .mob {
    display: block !important; }
  .sticker {
    width: 90px;
    height: 90px; }
  .button {
    padding: 1vw 3vw;
    font-size: 3.5vw; }
  .section .text-col-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .section .text-col {
    width: 100%;
    text-align: center; }
  .section.section-1 .section-title,
  .section.section-2 .section-title,
  .section.section-4 .section-title,
  .section.section-3 .section-title,
  .section.section-5 .section-title,
  .section.section-6 .section-title,
  .section.section-7 .section-title,
  .section.section-8 .section-title,
  .section.section-9 .section-title,
  .section.section-10 .section-title,
  .section.section-11 .section-title,
  .section.section-12 .section-title {
    font-size: 10vw;
    margin: 5vw auto;
    position: static; }
    .section.section-1 .section-title .white,
    .section.section-2 .section-title .white,
    .section.section-4 .section-title .white,
    .section.section-3 .section-title .white,
    .section.section-5 .section-title .white,
    .section.section-6 .section-title .white,
    .section.section-7 .section-title .white,
    .section.section-8 .section-title .white,
    .section.section-9 .section-title .white,
    .section.section-10 .section-title .white,
    .section.section-11 .section-title .white,
    .section.section-12 .section-title .white {
      font-size: 10vw;
      color: #000; }
  .section.section-9 .section-text,
  .section.section-11 .section-text,
  .section.section-12 .section-text {
    margin: 7.2vw auto; }
  .section .section-content-bottom {
    font-size: 4.8vw;
    color: #FFF; }
  .section .section-subtitle {
    font-size: 10vw;
    width: 90%;
    margin-bottom: 7.2vw; }
  .section .section-text {
    width: 95%;
    font-size: 4.5vw; }
  .product-lists {
    width: calc(100% - 80px);
    margin: auto; }
  .content-cols {
    position: absolute;
    left: 50%;
    top: 200vw;
    width: 83%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .content-cols .section-col .section-col-title {
    font-size: 7.5vw;
    margin-bottom: 2vw; }
  .content-cols .section-col .section-col-text {
    font-size: 4vw; }
  .content-cols .section-cols-inner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .content-cols .section-col {
    width: 100%;
    margin-bottom: 50vw; }
    .content-cols .section-col:last-child {
      margin-bottom: 0; }
  .compare-section .section-title,
  .product-section .section-title {
    font-size: 36px; }
  .product-section .product {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product-section .product .slider-col {
      width: 100%; }
    .product-section .product .content-col {
      max-width: 260px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      text-align: center; }
      .product-section .product .content-col .features-text,
      .product-section .product .content-col .description,
      .product-section .product .content-col .features li {
        font-size: 16px;
        text-align: left; }
      .product-section .product .content-col .model {
        font-size: 28px;
        text-align: center; }
      .product-section .product .content-col .submodel {
        font-size: 21px;
        text-align: center; }
      .product-section .product .content-col .features-text,
      .product-section .product .content-col .description {
        text-align: center; }
  .other-products-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .other-products-wrap .other-product {
      width: 100%;
      max-width: 400px;
      margin-bottom: 20px; }
      .other-products-wrap .other-product:last-child {
        margin-bottom: 0; } }

.u-animate {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.u-animate.u-animated {
  opacity: 1; }

@-webkit-keyframes bass {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1.005);
    transform: scale(1.005); }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bass {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1.005);
    transform: scale(1.005); }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.footer-cta {
  width: 100%;
  background: #fff;
  padding: 10px 0;
  z-index: 2; }

.footer-cta.static {
  width: 100%; }

.footer-cta.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%; }

.footer-cta ul {
  text-align: center;
  width: 95%;
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer-cta ul li {
  display: inline-block;
  margin: 5px 0;
  min-width: 140px;
  margin-right: 1.5%;
  margin-left: 1.5%; }

.footer-cta ul li a {
  display: block;
  border-radius: 25px;
  border: solid 1px #333;
  color: #333;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  text-align: center;
  padding: 0 10px;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  .footer-cta {
    padding: 15px 0; }
  .footer-cta ul li {
    margin: 5px 1.5%; }
  .footer-cta ul li a {
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    font-size: 16px; } }

@media only screen and (min-width: 991px) {
  .footer-cta ul li {
    width: 30%; } }

@media only screen and (min-width: 1680px) {
  .footer-cta ul li a {
    height: 40px;
    line-height: 40px; } }
