/*
Theme Name: Yeti
Theme URI: https://flagandmountains.com
Author: Flag&Mountains
Author URI: https://www.flagandmountains.com
Description: This is a Shopkeeper-based Child Theme by Flag&Mountains
Template: shopkeeper
Version: 1.0
*/

/**
 * ============================================================
 * Base / Responsive Breakpoints
 *
 * Note:
 * ============================================================
 */
/**
Media Query breakpoints

Usage:
.site-header {
    // More Than or Equals To "tablet-wide"
    @include mq('tablet-wide', min) {
        padding-top: 4rem;
        font-size: 2.4rem;
    }

    // More than "tablet-wide"
    @include mq('tablet-wide', min, '+1') {
    }

    // Less than or equal to "tablet-wide"
    @include mq('tablet-wide', max) {
    }

    // Less than "tablet-wide"
    @include mq('tablet-wide', max, '-1') {
    }
}
*/
/**
 * ============================================================
 * Base / Spacers
 *
 * Note:
 * 1. add class to dom element such as <div class="vspacer vspacer-1 vspacer-tablet-2 vspacer-tablet-wide-5 vspacer-desktop-1 vspacer-desktop-QHD-3">..</div>
 * ============================================================
 */
 .vspacer-0 {
  height: 0px; }

.vspacer-1 {
  height: 20px; }

.vspacer-2 {
  height: 40px; }

.vspacer-3 {
  height: 60px; }

.vspacer-4 {
  height: 80px; }

.vspacer-5 {
  height: 100px; }

.vspacer-6 {
  height: 120px; }

.vspacer-7 {
  height: 140px; }

.vspacer-8 {
  height: 160px; }

.vspacer-9 {
  height: 180px; }

.vspacer-10 {
  height: 200px; }

.vspacer-11 {
  height: 220px; }

.vspacer-12 {
  height: 240px; }

.vspacer-13 {
  height: 260px; }

.vspacer-14 {
  height: 280px; }

.vspacer-15 {
  height: 300px; }

@media only screen and (min-width: 425px) {
  .vspacer-phone-wide-0 {
    height: 0px; }
  .vspacer-phone-wide-1 {
    height: 20px; }
  .vspacer-phone-wide-2 {
    height: 40px; }
  .vspacer-phone-wide-3 {
    height: 60px; }
  .vspacer-phone-wide-4 {
    height: 80px; }
  .vspacer-phone-wide-5 {
    height: 100px; }
  .vspacer-phone-wide-6 {
    height: 120px; }
  .vspacer-phone-wide-7 {
    height: 140px; }
  .vspacer-phone-wide-8 {
    height: 160px; }
  .vspacer-phone-wide-9 {
    height: 180px; }
  .vspacer-phone-wide-10 {
    height: 200px; }
  .vspacer-phone-wide-11 {
    height: 220px; }
  .vspacer-phone-wide-12 {
    height: 240px; }
  .vspacer-phone-wide-13 {
    height: 260px; }
  .vspacer-phone-wide-14 {
    height: 280px; }
  .vspacer-phone-wide-15 {
    height: 300px; } }

@media only screen and (min-width: 768px) {
  .vspacer-tablet-0 {
    height: 0px; }
  .vspacer-tablet-1 {
    height: 20px; }
  .vspacer-tablet-2 {
    height: 40px; }
  .vspacer-tablet-3 {
    height: 60px; }
  .vspacer-tablet-4 {
    height: 80px; }
  .vspacer-tablet-5 {
    height: 100px; }
  .vspacer-tablet-6 {
    height: 120px; }
  .vspacer-tablet-7 {
    height: 140px; }
  .vspacer-tablet-8 {
    height: 160px; }
  .vspacer-tablet-9 {
    height: 180px; }
  .vspacer-tablet-10 {
    height: 200px; }
  .vspacer-tablet-11 {
    height: 220px; }
  .vspacer-tablet-12 {
    height: 240px; }
  .vspacer-tablet-13 {
    height: 260px; }
  .vspacer-tablet-14 {
    height: 280px; }
  .vspacer-tablet-15 {
    height: 300px; } }

@media only screen and (min-width: 1024px) {
  .vspacer-tablet-wide-0 {
    height: 0px; }
  .vspacer-tablet-wide-1 {
    height: 20px; }
  .vspacer-tablet-wide-2 {
    height: 40px; }
  .vspacer-tablet-wide-3 {
    height: 60px; }
  .vspacer-tablet-wide-4 {
    height: 80px; }
  .vspacer-tablet-wide-5 {
    height: 100px; }
  .vspacer-tablet-wide-6 {
    height: 120px; }
  .vspacer-tablet-wide-7 {
    height: 140px; }
  .vspacer-tablet-wide-8 {
    height: 160px; }
  .vspacer-tablet-wide-9 {
    height: 180px; }
  .vspacer-tablet-wide-10 {
    height: 200px; }
  .vspacer-tablet-wide-11 {
    height: 220px; }
  .vspacer-tablet-wide-12 {
    height: 240px; }
  .vspacer-tablet-wide-13 {
    height: 260px; }
  .vspacer-tablet-wide-14 {
    height: 280px; }
  .vspacer-tablet-wide-15 {
    height: 300px; } }

@media only screen and (min-width: 1366px) {
  .vspacer-desktop-0 {
    height: 0px; }
  .vspacer-desktop-1 {
    height: 20px; }
  .vspacer-desktop-2 {
    height: 40px; }
  .vspacer-desktop-3 {
    height: 60px; }
  .vspacer-desktop-4 {
    height: 80px; }
  .vspacer-desktop-5 {
    height: 100px; }
  .vspacer-desktop-6 {
    height: 120px; }
  .vspacer-desktop-7 {
    height: 140px; }
  .vspacer-desktop-8 {
    height: 160px; }
  .vspacer-desktop-9 {
    height: 180px; }
  .vspacer-desktop-10 {
    height: 200px; }
  .vspacer-desktop-11 {
    height: 220px; }
  .vspacer-desktop-12 {
    height: 240px; }
  .vspacer-desktop-13 {
    height: 260px; }
  .vspacer-desktop-14 {
    height: 280px; }
  .vspacer-desktop-15 {
    height: 300px; } }

@media only screen and (min-width: 1920px) {
  .vspacer-desktop-wide-0 {
    height: 0px; }
  .vspacer-desktop-wide-1 {
    height: 20px; }
  .vspacer-desktop-wide-2 {
    height: 40px; }
  .vspacer-desktop-wide-3 {
    height: 60px; }
  .vspacer-desktop-wide-4 {
    height: 80px; }
  .vspacer-desktop-wide-5 {
    height: 100px; }
  .vspacer-desktop-wide-6 {
    height: 120px; }
  .vspacer-desktop-wide-7 {
    height: 140px; }
  .vspacer-desktop-wide-8 {
    height: 160px; }
  .vspacer-desktop-wide-9 {
    height: 180px; }
  .vspacer-desktop-wide-10 {
    height: 200px; }
  .vspacer-desktop-wide-11 {
    height: 220px; }
  .vspacer-desktop-wide-12 {
    height: 240px; }
  .vspacer-desktop-wide-13 {
    height: 260px; }
  .vspacer-desktop-wide-14 {
    height: 280px; }
  .vspacer-desktop-wide-15 {
    height: 300px; } }

@media only screen and (min-width: 2560px) {
  .vspacer-desktop-QHD-0 {
    height: 0px; }
  .vspacer-desktop-QHD-1 {
    height: 20px; }
  .vspacer-desktop-QHD-2 {
    height: 40px; }
  .vspacer-desktop-QHD-3 {
    height: 60px; }
  .vspacer-desktop-QHD-4 {
    height: 80px; }
  .vspacer-desktop-QHD-5 {
    height: 100px; }
  .vspacer-desktop-QHD-6 {
    height: 120px; }
  .vspacer-desktop-QHD-7 {
    height: 140px; }
  .vspacer-desktop-QHD-8 {
    height: 160px; }
  .vspacer-desktop-QHD-9 {
    height: 180px; }
  .vspacer-desktop-QHD-10 {
    height: 200px; }
  .vspacer-desktop-QHD-11 {
    height: 220px; }
  .vspacer-desktop-QHD-12 {
    height: 240px; }
  .vspacer-desktop-QHD-13 {
    height: 260px; }
  .vspacer-desktop-QHD-14 {
    height: 280px; }
  .vspacer-desktop-QHD-15 {
    height: 300px; } }

@media only screen and (min-width: 3840px) {
  .vspacer-desktop-UHD-0 {
    height: 0px; }
  .vspacer-desktop-UHD-1 {
    height: 20px; }
  .vspacer-desktop-UHD-2 {
    height: 40px; }
  .vspacer-desktop-UHD-3 {
    height: 60px; }
  .vspacer-desktop-UHD-4 {
    height: 80px; }
  .vspacer-desktop-UHD-5 {
    height: 100px; }
  .vspacer-desktop-UHD-6 {
    height: 120px; }
  .vspacer-desktop-UHD-7 {
    height: 140px; }
  .vspacer-desktop-UHD-8 {
    height: 160px; }
  .vspacer-desktop-UHD-9 {
    height: 180px; }
  .vspacer-desktop-UHD-10 {
    height: 200px; }
  .vspacer-desktop-UHD-11 {
    height: 220px; }
  .vspacer-desktop-UHD-12 {
    height: 240px; }
  .vspacer-desktop-UHD-13 {
    height: 260px; }
  .vspacer-desktop-UHD-14 {
    height: 280px; }
  .vspacer-desktop-UHD-15 {
    height: 300px; } }

/** ================================================
Font Smoothing

Notes:
1. Use this in your custom specific types when you need it. Be wary of p texts as it may become too thin depending on your font choice.
================================================ */
/** ================================================
Modular Scales

Notes:
1. Only use the following scales to determine the increment in font size.
2. The modular scale we're using is https://www.modularscale.com/?1&em&1.333 1.333
================================================ */
/** ================================================
Scale Multiplier - Golden Ratio

Notes:
1. Set the scale multiplier. Do not change this.
================================================ */
/** ================================================
Universal Font Size Base

Notes:
1. Set the default font size here in rem. Do not change this.
================================================ */
/** ================================================
Font Size Scales (Mixins)

Notes:
1. Multiply the universal font size base to a modular scale.
================================================ */
/** ================================================
Power function
================================================ */
/** ================================================

================================================ */
/** ================================================

================================================ */
h1.font-1, h2.font-1, h3.font-1, h4.font-1, h5.font-1, h6.font-1, p.font-1, li.font-1, a.font-1 {
  font-size: 0.56278rem;
  line-height: 1.4; }

.font-1 h1, .font-1 h2, .font-1 h3, .font-1 h4, .font-1 h5, .font-1 h6, .font-1 p, .font-1 li, .font-1 a {
  font-size: 0.56278rem;
  line-height: 1.4; }

h1.font-2, h2.font-2, h3.font-2, h4.font-2, h5.font-2, h6.font-2, p.font-2, li.font-2, a.font-2 {
  font-size: 0.75019rem;
  line-height: 1.4; }

.font-2 h1, .font-2 h2, .font-2 h3, .font-2 h4, .font-2 h5, .font-2 h6, .font-2 p, .font-2 li, .font-2 a {
  font-size: 0.75019rem;
  line-height: 1.4; }

h1.font-3, h2.font-3, h3.font-3, h4.font-3, h5.font-3, h6.font-3, p.font-3, li.font-3, a.font-3 {
  font-size: 1rem;
  line-height: 1.4; }

.font-3 h1, .font-3 h2, .font-3 h3, .font-3 h4, .font-3 h5, .font-3 h6, .font-3 p, .font-3 li, .font-3 a {
  font-size: 1rem;
  line-height: 1.4; }

h1.font-4, h2.font-4, h3.font-4, h4.font-4, h5.font-4, h6.font-4, p.font-4, li.font-4, a.font-4 {
  font-size: 1.333rem;
  line-height: 1.4; }

.font-4 h1, .font-4 h2, .font-4 h3, .font-4 h4, .font-4 h5, .font-4 h6, .font-4 p, .font-4 li, .font-4 a {
  font-size: 1.333rem;
  line-height: 1.4; }

h1.font-5, h2.font-5, h3.font-5, h4.font-5, h5.font-5, h6.font-5, p.font-5, li.font-5, a.font-5 {
  font-size: 1.77689rem;
  line-height: 1.4; }

.font-5 h1, .font-5 h2, .font-5 h3, .font-5 h4, .font-5 h5, .font-5 h6, .font-5 p, .font-5 li, .font-5 a {
  font-size: 1.77689rem;
  line-height: 1.4; }

h1.font-6, h2.font-6, h3.font-6, h4.font-6, h5.font-6, h6.font-6, p.font-6, li.font-6, a.font-6 {
  font-size: 2.36859rem;
  line-height: 1.2; }

.font-6 h1, .font-6 h2, .font-6 h3, .font-6 h4, .font-6 h5, .font-6 h6, .font-6 p, .font-6 li, .font-6 a {
  font-size: 2.36859rem;
  line-height: 1.2; }

h1.font-7, h2.font-7, h3.font-7, h4.font-7, h5.font-7, h6.font-7, p.font-7, li.font-7, a.font-7 {
  font-size: 3.15733rem;
  line-height: 1.2; }

.font-7 h1, .font-7 h2, .font-7 h3, .font-7 h4, .font-7 h5, .font-7 h6, .font-7 p, .font-7 li, .font-7 a {
  font-size: 3.15733rem;
  line-height: 1.2; }

h1.font-8, h2.font-8, h3.font-8, h4.font-8, h5.font-8, h6.font-8, p.font-8, li.font-8, a.font-8 {
  font-size: 4.20873rem;
  line-height: 1.2; }

.font-8 h1, .font-8 h2, .font-8 h3, .font-8 h4, .font-8 h5, .font-8 h6, .font-8 p, .font-8 li, .font-8 a {
  font-size: 4.20873rem;
  line-height: 1.2; }

h1.font-9, h2.font-9, h3.font-9, h4.font-9, h5.font-9, h6.font-9, p.font-9, li.font-9, a.font-9 {
  font-size: 5.61023rem;
  line-height: 1.2; }

.font-9 h1, .font-9 h2, .font-9 h3, .font-9 h4, .font-9 h5, .font-9 h6, .font-9 p, .font-9 li, .font-9 a {
  font-size: 5.61023rem;
  line-height: 1.2; }

h1.font-10, h2.font-10, h3.font-10, h4.font-10, h5.font-10, h6.font-10, p.font-10, li.font-10, a.font-10 {
  font-size: 7.47844rem;
  line-height: 1.2; }

.font-10 h1, .font-10 h2, .font-10 h3, .font-10 h4, .font-10 h5, .font-10 h6, .font-10 p, .font-10 li, .font-10 a {
  font-size: 7.47844rem;
  line-height: 1.2; }

h1.font-11, h2.font-11, h3.font-11, h4.font-11, h5.font-11, h6.font-11, p.font-11, li.font-11, a.font-11 {
  font-size: 9.96876rem;
  line-height: 1.2; }

.font-11 h1, .font-11 h2, .font-11 h3, .font-11 h4, .font-11 h5, .font-11 h6, .font-11 p, .font-11 li, .font-11 a {
  font-size: 9.96876rem;
  line-height: 1.2; }

h1.font-12, h2.font-12, h3.font-12, h4.font-12, h5.font-12, h6.font-12, p.font-12, li.font-12, a.font-12 {
  font-size: 13.28836rem;
  line-height: 1.2; }

.font-12 h1, .font-12 h2, .font-12 h3, .font-12 h4, .font-12 h5, .font-12 h6, .font-12 p, .font-12 li, .font-12 a {
  font-size: 13.28836rem;
  line-height: 1.2; }

@media only screen and (min-width: 425px) {
  h1.font-phone-wide-1, h2.font-phone-wide-1, h3.font-phone-wide-1, h4.font-phone-wide-1, h5.font-phone-wide-1, h6.font-phone-wide-1, p.font-phone-wide-1, li.font-phone-wide-1, a.font-phone-wide-1 {
    font-size: 0.56278rem;
    line-height: 1.4; }
  .font-phone-wide-1 h1, .font-phone-wide-1 h2, .font-phone-wide-1 h3, .font-phone-wide-1 h4, .font-phone-wide-1 h5, .font-phone-wide-1 h6, .font-phone-wide-1 p, .font-phone-wide-1 li, .font-phone-wide-1 a {
    font-size: 0.56278rem;
    line-height: 1.4; }
  h1.font-phone-wide-2, h2.font-phone-wide-2, h3.font-phone-wide-2, h4.font-phone-wide-2, h5.font-phone-wide-2, h6.font-phone-wide-2, p.font-phone-wide-2, li.font-phone-wide-2, a.font-phone-wide-2 {
    font-size: 0.75019rem;
    line-height: 1.4; }
  .font-phone-wide-2 h1, .font-phone-wide-2 h2, .font-phone-wide-2 h3, .font-phone-wide-2 h4, .font-phone-wide-2 h5, .font-phone-wide-2 h6, .font-phone-wide-2 p, .font-phone-wide-2 li, .font-phone-wide-2 a {
    font-size: 0.75019rem;
    line-height: 1.4; }
  h1.font-phone-wide-3, h2.font-phone-wide-3, h3.font-phone-wide-3, h4.font-phone-wide-3, h5.font-phone-wide-3, h6.font-phone-wide-3, p.font-phone-wide-3, li.font-phone-wide-3, a.font-phone-wide-3 {
    font-size: 1rem;
    line-height: 1.4; }
  .font-phone-wide-3 h1, .font-phone-wide-3 h2, .font-phone-wide-3 h3, .font-phone-wide-3 h4, .font-phone-wide-3 h5, .font-phone-wide-3 h6, .font-phone-wide-3 p, .font-phone-wide-3 li, .font-phone-wide-3 a {
    font-size: 1rem;
    line-height: 1.4; }
  h1.font-phone-wide-4, h2.font-phone-wide-4, h3.font-phone-wide-4, h4.font-phone-wide-4, h5.font-phone-wide-4, h6.font-phone-wide-4, p.font-phone-wide-4, li.font-phone-wide-4, a.font-phone-wide-4 {
    font-size: 1.333rem;
    line-height: 1.4; }
  .font-phone-wide-4 h1, .font-phone-wide-4 h2, .font-phone-wide-4 h3, .font-phone-wide-4 h4, .font-phone-wide-4 h5, .font-phone-wide-4 h6, .font-phone-wide-4 p, .font-phone-wide-4 li, .font-phone-wide-4 a {
    font-size: 1.333rem;
    line-height: 1.4; }
  h1.font-phone-wide-5, h2.font-phone-wide-5, h3.font-phone-wide-5, h4.font-phone-wide-5, h5.font-phone-wide-5, h6.font-phone-wide-5, p.font-phone-wide-5, li.font-phone-wide-5, a.font-phone-wide-5 {
    font-size: 1.77689rem;
    line-height: 1.4; }
  .font-phone-wide-5 h1, .font-phone-wide-5 h2, .font-phone-wide-5 h3, .font-phone-wide-5 h4, .font-phone-wide-5 h5, .font-phone-wide-5 h6, .font-phone-wide-5 p, .font-phone-wide-5 li, .font-phone-wide-5 a {
    font-size: 1.77689rem;
    line-height: 1.4; }
  h1.font-phone-wide-6, h2.font-phone-wide-6, h3.font-phone-wide-6, h4.font-phone-wide-6, h5.font-phone-wide-6, h6.font-phone-wide-6, p.font-phone-wide-6, li.font-phone-wide-6, a.font-phone-wide-6 {
    font-size: 2.36859rem;
    line-height: 1.2; }
  .font-phone-wide-6 h1, .font-phone-wide-6 h2, .font-phone-wide-6 h3, .font-phone-wide-6 h4, .font-phone-wide-6 h5, .font-phone-wide-6 h6, .font-phone-wide-6 p, .font-phone-wide-6 li, .font-phone-wide-6 a {
    font-size: 2.36859rem;
    line-height: 1.2; }
  h1.font-phone-wide-7, h2.font-phone-wide-7, h3.font-phone-wide-7, h4.font-phone-wide-7, h5.font-phone-wide-7, h6.font-phone-wide-7, p.font-phone-wide-7, li.font-phone-wide-7, a.font-phone-wide-7 {
    font-size: 3.15733rem;
    line-height: 1.2; }
  .font-phone-wide-7 h1, .font-phone-wide-7 h2, .font-phone-wide-7 h3, .font-phone-wide-7 h4, .font-phone-wide-7 h5, .font-phone-wide-7 h6, .font-phone-wide-7 p, .font-phone-wide-7 li, .font-phone-wide-7 a {
    font-size: 3.15733rem;
    line-height: 1.2; }
  h1.font-phone-wide-8, h2.font-phone-wide-8, h3.font-phone-wide-8, h4.font-phone-wide-8, h5.font-phone-wide-8, h6.font-phone-wide-8, p.font-phone-wide-8, li.font-phone-wide-8, a.font-phone-wide-8 {
    font-size: 4.20873rem;
    line-height: 1.2; }
  .font-phone-wide-8 h1, .font-phone-wide-8 h2, .font-phone-wide-8 h3, .font-phone-wide-8 h4, .font-phone-wide-8 h5, .font-phone-wide-8 h6, .font-phone-wide-8 p, .font-phone-wide-8 li, .font-phone-wide-8 a {
    font-size: 4.20873rem;
    line-height: 1.2; }
  h1.font-phone-wide-9, h2.font-phone-wide-9, h3.font-phone-wide-9, h4.font-phone-wide-9, h5.font-phone-wide-9, h6.font-phone-wide-9, p.font-phone-wide-9, li.font-phone-wide-9, a.font-phone-wide-9 {
    font-size: 5.61023rem;
    line-height: 1.2; }
  .font-phone-wide-9 h1, .font-phone-wide-9 h2, .font-phone-wide-9 h3, .font-phone-wide-9 h4, .font-phone-wide-9 h5, .font-phone-wide-9 h6, .font-phone-wide-9 p, .font-phone-wide-9 li, .font-phone-wide-9 a {
    font-size: 5.61023rem;
    line-height: 1.2; }
  h1.font-phone-wide-10, h2.font-phone-wide-10, h3.font-phone-wide-10, h4.font-phone-wide-10, h5.font-phone-wide-10, h6.font-phone-wide-10, p.font-phone-wide-10, li.font-phone-wide-10, a.font-phone-wide-10 {
    font-size: 7.47844rem;
    line-height: 1.2; }
  .font-phone-wide-10 h1, .font-phone-wide-10 h2, .font-phone-wide-10 h3, .font-phone-wide-10 h4, .font-phone-wide-10 h5, .font-phone-wide-10 h6, .font-phone-wide-10 p, .font-phone-wide-10 li, .font-phone-wide-10 a {
    font-size: 7.47844rem;
    line-height: 1.2; }
  h1.font-phone-wide-11, h2.font-phone-wide-11, h3.font-phone-wide-11, h4.font-phone-wide-11, h5.font-phone-wide-11, h6.font-phone-wide-11, p.font-phone-wide-11, li.font-phone-wide-11, a.font-phone-wide-11 {
    font-size: 9.96876rem;
    line-height: 1.2; }
  .font-phone-wide-11 h1, .font-phone-wide-11 h2, .font-phone-wide-11 h3, .font-phone-wide-11 h4, .font-phone-wide-11 h5, .font-phone-wide-11 h6, .font-phone-wide-11 p, .font-phone-wide-11 li, .font-phone-wide-11 a {
    font-size: 9.96876rem;
    line-height: 1.2; }
  h1.font-phone-wide-12, h2.font-phone-wide-12, h3.font-phone-wide-12, h4.font-phone-wide-12, h5.font-phone-wide-12, h6.font-phone-wide-12, p.font-phone-wide-12, li.font-phone-wide-12, a.font-phone-wide-12 {
    font-size: 13.28836rem;
    line-height: 1.2; }
  .font-phone-wide-12 h1, .font-phone-wide-12 h2, .font-phone-wide-12 h3, .font-phone-wide-12 h4, .font-phone-wide-12 h5, .font-phone-wide-12 h6, .font-phone-wide-12 p, .font-phone-wide-12 li, .font-phone-wide-12 a {
    font-size: 13.28836rem;
    line-height: 1.2; } }

@media only screen and (min-width: 768px) {
  h1.font-tablet-1, h2.font-tablet-1, h3.font-tablet-1, h4.font-tablet-1, h5.font-tablet-1, h6.font-tablet-1, p.font-tablet-1, li.font-tablet-1, a.font-tablet-1 {
    font-size: 0.56278rem;
    line-height: 1.4; }
  .font-tablet-1 h1, .font-tablet-1 h2, .font-tablet-1 h3, .font-tablet-1 h4, .font-tablet-1 h5, .font-tablet-1 h6, .font-tablet-1 p, .font-tablet-1 li, .font-tablet-1 a {
    font-size: 0.56278rem;
    line-height: 1.4; }
  h1.font-tablet-2, h2.font-tablet-2, h3.font-tablet-2, h4.font-tablet-2, h5.font-tablet-2, h6.font-tablet-2, p.font-tablet-2, li.font-tablet-2, a.font-tablet-2 {
    font-size: 0.75019rem;
    line-height: 1.4; }
  .font-tablet-2 h1, .font-tablet-2 h2, .font-tablet-2 h3, .font-tablet-2 h4, .font-tablet-2 h5, .font-tablet-2 h6, .font-tablet-2 p, .font-tablet-2 li, .font-tablet-2 a {
    font-size: 0.75019rem;
    line-height: 1.4; }
  h1.font-tablet-3, h2.font-tablet-3, h3.font-tablet-3, h4.font-tablet-3, h5.font-tablet-3, h6.font-tablet-3, p.font-tablet-3, li.font-tablet-3, a.font-tablet-3 {
    font-size: 1rem;
    line-height: 1.4; }
  .font-tablet-3 h1, .font-tablet-3 h2, .font-tablet-3 h3, .font-tablet-3 h4, .font-tablet-3 h5, .font-tablet-3 h6, .font-tablet-3 p, .font-tablet-3 li, .font-tablet-3 a {
    font-size: 1rem;
    line-height: 1.4; }
  h1.font-tablet-4, h2.font-tablet-4, h3.font-tablet-4, h4.font-tablet-4, h5.font-tablet-4, h6.font-tablet-4, p.font-tablet-4, li.font-tablet-4, a.font-tablet-4 {
    font-size: 1.333rem;
    line-height: 1.4; }
  .font-tablet-4 h1, .font-tablet-4 h2, .font-tablet-4 h3, .font-tablet-4 h4, .font-tablet-4 h5, .font-tablet-4 h6, .font-tablet-4 p, .font-tablet-4 li, .font-tablet-4 a {
    font-size: 1.333rem;
    line-height: 1.4; }
  h1.font-tablet-5, h2.font-tablet-5, h3.font-tablet-5, h4.font-tablet-5, h5.font-tablet-5, h6.font-tablet-5, p.font-tablet-5, li.font-tablet-5, a.font-tablet-5 {
    font-size: 1.77689rem;
    line-height: 1.4; }
  .font-tablet-5 h1, .font-tablet-5 h2, .font-tablet-5 h3, .font-tablet-5 h4, .font-tablet-5 h5, .font-tablet-5 h6, .font-tablet-5 p, .font-tablet-5 li, .font-tablet-5 a {
    font-size: 1.77689rem;
    line-height: 1.4; }
  h1.font-tablet-6, h2.font-tablet-6, h3.font-tablet-6, h4.font-tablet-6, h5.font-tablet-6, h6.font-tablet-6, p.font-tablet-6, li.font-tablet-6, a.font-tablet-6 {
    font-size: 2.36859rem;
    line-height: 1.2; }
  .font-tablet-6 h1, .font-tablet-6 h2, .font-tablet-6 h3, .font-tablet-6 h4, .font-tablet-6 h5, .font-tablet-6 h6, .font-tablet-6 p, .font-tablet-6 li, .font-tablet-6 a {
    font-size: 2.36859rem;
    line-height: 1.2; }
  h1.font-tablet-7, h2.font-tablet-7, h3.font-tablet-7, h4.font-tablet-7, h5.font-tablet-7, h6.font-tablet-7, p.font-tablet-7, li.font-tablet-7, a.font-tablet-7 {
    font-size: 3.15733rem;
    line-height: 1.2; }
  .font-tablet-7 h1, .font-tablet-7 h2, .font-tablet-7 h3, .font-tablet-7 h4, .font-tablet-7 h5, .font-tablet-7 h6, .font-tablet-7 p, .font-tablet-7 li, .font-tablet-7 a {
    font-size: 3.15733rem;
    line-height: 1.2; }
  h1.font-tablet-8, h2.font-tablet-8, h3.font-tablet-8, h4.font-tablet-8, h5.font-tablet-8, h6.font-tablet-8, p.font-tablet-8, li.font-tablet-8, a.font-tablet-8 {
    font-size: 4.20873rem;
    line-height: 1.2; }
  .font-tablet-8 h1, .font-tablet-8 h2, .font-tablet-8 h3, .font-tablet-8 h4, .font-tablet-8 h5, .font-tablet-8 h6, .font-tablet-8 p, .font-tablet-8 li, .font-tablet-8 a {
    font-size: 4.20873rem;
    line-height: 1.2; }
  h1.font-tablet-9, h2.font-tablet-9, h3.font-tablet-9, h4.font-tablet-9, h5.font-tablet-9, h6.font-tablet-9, p.font-tablet-9, li.font-tablet-9, a.font-tablet-9 {
    font-size: 5.61023rem;
    line-height: 1.2; }
  .font-tablet-9 h1, .font-tablet-9 h2, .font-tablet-9 h3, .font-tablet-9 h4, .font-tablet-9 h5, .font-tablet-9 h6, .font-tablet-9 p, .font-tablet-9 li, .font-tablet-9 a {
    font-size: 5.61023rem;
    line-height: 1.2; }
  h1.font-tablet-10, h2.font-tablet-10, h3.font-tablet-10, h4.font-tablet-10, h5.font-tablet-10, h6.font-tablet-10, p.font-tablet-10, li.font-tablet-10, a.font-tablet-10 {
    font-size: 7.47844rem;
    line-height: 1.2; }
  .font-tablet-10 h1, .font-tablet-10 h2, .font-tablet-10 h3, .font-tablet-10 h4, .font-tablet-10 h5, .font-tablet-10 h6, .font-tablet-10 p, .font-tablet-10 li, .font-tablet-10 a {
    font-size: 7.47844rem;
    line-height: 1.2; }
  h1.font-tablet-11, h2.font-tablet-11, h3.font-tablet-11, h4.font-tablet-11, h5.font-tablet-11, h6.font-tablet-11, p.font-tablet-11, li.font-tablet-11, a.font-tablet-11 {
    font-size: 9.96876rem;
    line-height: 1.2; }
  .font-tablet-11 h1, .font-tablet-11 h2, .font-tablet-11 h3, .font-tablet-11 h4, .font-tablet-11 h5, .font-tablet-11 h6, .font-tablet-11 p, .font-tablet-11 li, .font-tablet-11 a {
    font-size: 9.96876rem;
    line-height: 1.2; }
  h1.font-tablet-12, h2.font-tablet-12, h3.font-tablet-12, h4.font-tablet-12, h5.font-tablet-12, h6.font-tablet-12, p.font-tablet-12, li.font-tablet-12, a.font-tablet-12 {
    font-size: 13.28836rem;
    line-height: 1.2; }
  .font-tablet-12 h1, .font-tablet-12 h2, .font-tablet-12 h3, .font-tablet-12 h4, .font-tablet-12 h5, .font-tablet-12 h6, .font-tablet-12 p, .font-tablet-12 li, .font-tablet-12 a {
    font-size: 13.28836rem;
    line-height: 1.2; } }

@media only screen and (min-width: 1024px) {
  h1.font-tablet-wide-1, h2.font-tablet-wide-1, h3.font-tablet-wide-1, h4.font-tablet-wide-1, h5.font-tablet-wide-1, h6.font-tablet-wide-1, p.font-tablet-wide-1, li.font-tablet-wide-1, a.font-tablet-wide-1 {
    font-size: 0.56278rem;
    line-height: 1.4; }
  .font-tablet-wide-1 h1, .font-tablet-wide-1 h2, .font-tablet-wide-1 h3, .font-tablet-wide-1 h4, .font-tablet-wide-1 h5, .font-tablet-wide-1 h6, .font-tablet-wide-1 p, .font-tablet-wide-1 li, .font-tablet-wide-1 a {
    font-size: 0.56278rem;
    line-height: 1.4; }
  h1.font-tablet-wide-2, h2.font-tablet-wide-2, h3.font-tablet-wide-2, h4.font-tablet-wide-2, h5.font-tablet-wide-2, h6.font-tablet-wide-2, p.font-tablet-wide-2, li.font-tablet-wide-2, a.font-tablet-wide-2 {
    font-size: 0.75019rem;
    line-height: 1.4; }
  .font-tablet-wide-2 h1, .font-tablet-wide-2 h2, .font-tablet-wide-2 h3, .font-tablet-wide-2 h4, .font-tablet-wide-2 h5, .font-tablet-wide-2 h6, .font-tablet-wide-2 p, .font-tablet-wide-2 li, .font-tablet-wide-2 a {
    font-size: 0.75019rem;
    line-height: 1.4; }
  h1.font-tablet-wide-3, h2.font-tablet-wide-3, h3.font-tablet-wide-3, h4.font-tablet-wide-3, h5.font-tablet-wide-3, h6.font-tablet-wide-3, p.font-tablet-wide-3, li.font-tablet-wide-3, a.font-tablet-wide-3 {
    font-size: 1rem;
    line-height: 1.4; }
  .font-tablet-wide-3 h1, .font-tablet-wide-3 h2, .font-tablet-wide-3 h3, .font-tablet-wide-3 h4, .font-tablet-wide-3 h5, .font-tablet-wide-3 h6, .font-tablet-wide-3 p, .font-tablet-wide-3 li, .font-tablet-wide-3 a {
    font-size: 1rem;
    line-height: 1.4; }
  h1.font-tablet-wide-4, h2.font-tablet-wide-4, h3.font-tablet-wide-4, h4.font-tablet-wide-4, h5.font-tablet-wide-4, h6.font-tablet-wide-4, p.font-tablet-wide-4, li.font-tablet-wide-4, a.font-tablet-wide-4 {
    font-size: 1.333rem;
    line-height: 1.4; }
  .font-tablet-wide-4 h1, .font-tablet-wide-4 h2, .font-tablet-wide-4 h3, .font-tablet-wide-4 h4, .font-tablet-wide-4 h5, .font-tablet-wide-4 h6, .font-tablet-wide-4 p, .font-tablet-wide-4 li, .font-tablet-wide-4 a {
    font-size: 1.333rem;
    line-height: 1.4; }
  h1.font-tablet-wide-5, h2.font-tablet-wide-5, h3.font-tablet-wide-5, h4.font-tablet-wide-5, h5.font-tablet-wide-5, h6.font-tablet-wide-5, p.font-tablet-wide-5, li.font-tablet-wide-5, a.font-tablet-wide-5 {
    font-size: 1.77689rem;
    line-height: 1.4; }
  .font-tablet-wide-5 h1, .font-tablet-wide-5 h2, .font-tablet-wide-5 h3, .font-tablet-wide-5 h4, .font-tablet-wide-5 h5, .font-tablet-wide-5 h6, .font-tablet-wide-5 p, .font-tablet-wide-5 li, .font-tablet-wide-5 a {
    font-size: 1.77689rem;
    line-height: 1.4; }
  h1.font-tablet-wide-6, h2.font-tablet-wide-6, h3.font-tablet-wide-6, h4.font-tablet-wide-6, h5.font-tablet-wide-6, h6.font-tablet-wide-6, p.font-tablet-wide-6, li.font-tablet-wide-6, a.font-tablet-wide-6 {
    font-size: 2.36859rem;
    line-height: 1.2; }
  .font-tablet-wide-6 h1, .font-tablet-wide-6 h2, .font-tablet-wide-6 h3, .font-tablet-wide-6 h4, .font-tablet-wide-6 h5, .font-tablet-wide-6 h6, .font-tablet-wide-6 p, .font-tablet-wide-6 li, .font-tablet-wide-6 a {
    font-size: 2.36859rem;
    line-height: 1.2; }
  h1.font-tablet-wide-7, h2.font-tablet-wide-7, h3.font-tablet-wide-7, h4.font-tablet-wide-7, h5.font-tablet-wide-7, h6.font-tablet-wide-7, p.font-tablet-wide-7, li.font-tablet-wide-7, a.font-tablet-wide-7 {
    font-size: 3.15733rem;
    line-height: 1.2; }
  .font-tablet-wide-7 h1, .font-tablet-wide-7 h2, .font-tablet-wide-7 h3, .font-tablet-wide-7 h4, .font-tablet-wide-7 h5, .font-tablet-wide-7 h6, .font-tablet-wide-7 p, .font-tablet-wide-7 li, .font-tablet-wide-7 a {
    font-size: 3.15733rem;
    line-height: 1.2; }
  h1.font-tablet-wide-8, h2.font-tablet-wide-8, h3.font-tablet-wide-8, h4.font-tablet-wide-8, h5.font-tablet-wide-8, h6.font-tablet-wide-8, p.font-tablet-wide-8, li.font-tablet-wide-8, a.font-tablet-wide-8 {
    font-size: 4.20873rem;
    line-height: 1.2; }
  .font-tablet-wide-8 h1, .font-tablet-wide-8 h2, .font-tablet-wide-8 h3, .font-tablet-wide-8 h4, .font-tablet-wide-8 h5, .font-tablet-wide-8 h6, .font-tablet-wide-8 p, .font-tablet-wide-8 li, .font-tablet-wide-8 a {
    font-size: 4.20873rem;
    line-height: 1.2; }
  h1.font-tablet-wide-9, h2.font-tablet-wide-9, h3.font-tablet-wide-9, h4.font-tablet-wide-9, h5.font-tablet-wide-9, h6.font-tablet-wide-9, p.font-tablet-wide-9, li.font-tablet-wide-9, a.font-tablet-wide-9 {
    font-size: 5.61023rem;
    line-height: 1.2; }
  .font-tablet-wide-9 h1, .font-tablet-wide-9 h2, .font-tablet-wide-9 h3, .font-tablet-wide-9 h4, .font-tablet-wide-9 h5, .font-tablet-wide-9 h6, .font-tablet-wide-9 p, .font-tablet-wide-9 li, .font-tablet-wide-9 a {
    font-size: 5.61023rem;
    line-height: 1.2; }
  h1.font-tablet-wide-10, h2.font-tablet-wide-10, h3.font-tablet-wide-10, h4.font-tablet-wide-10, h5.font-tablet-wide-10, h6.font-tablet-wide-10, p.font-tablet-wide-10, li.font-tablet-wide-10, a.font-tablet-wide-10 {
    font-size: 7.47844rem;
    line-height: 1.2; }
  .font-tablet-wide-10 h1, .font-tablet-wide-10 h2, .font-tablet-wide-10 h3, .font-tablet-wide-10 h4, .font-tablet-wide-10 h5, .font-tablet-wide-10 h6, .font-tablet-wide-10 p, .font-tablet-wide-10 li, .font-tablet-wide-10 a {
    font-size: 7.47844rem;
    line-height: 1.2; }
  h1.font-tablet-wide-11, h2.font-tablet-wide-11, h3.font-tablet-wide-11, h4.font-tablet-wide-11, h5.font-tablet-wide-11, h6.font-tablet-wide-11, p.font-tablet-wide-11, li.font-tablet-wide-11, a.font-tablet-wide-11 {
    font-size: 9.96876rem;
    line-height: 1.2; }
  .font-tablet-wide-11 h1, .font-tablet-wide-11 h2, .font-tablet-wide-11 h3, .font-tablet-wide-11 h4, .font-tablet-wide-11 h5, .font-tablet-wide-11 h6, .font-tablet-wide-11 p, .font-tablet-wide-11 li, .font-tablet-wide-11 a {
    font-size: 9.96876rem;
    line-height: 1.2; }
  h1.font-tablet-wide-12, h2.font-tablet-wide-12, h3.font-tablet-wide-12, h4.font-tablet-wide-12, h5.font-tablet-wide-12, h6.font-tablet-wide-12, p.font-tablet-wide-12, li.font-tablet-wide-12, a.font-tablet-wide-12 {
    font-size: 13.28836rem;
    line-height: 1.2; }
  .font-tablet-wide-12 h1, .font-tablet-wide-12 h2, .font-tablet-wide-12 h3, .font-tablet-wide-12 h4, .font-tablet-wide-12 h5, .font-tablet-wide-12 h6, .font-tablet-wide-12 p, .font-tablet-wide-12 li, .font-tablet-wide-12 a {
    font-size: 13.28836rem;
    line-height: 1.2; } }

@media only screen and (min-width: 1366px) {
  h1.font-desktop-1, h2.font-desktop-1, h3.font-desktop-1, h4.font-desktop-1, h5.font-desktop-1, h6.font-desktop-1, p.font-desktop-1, li.font-desktop-1, a.font-desktop-1 {
    font-size: 0.56278rem;
    line-height: 1.4; }
  .font-desktop-1 h1, .font-desktop-1 h2, .font-desktop-1 h3, .font-desktop-1 h4, .font-desktop-1 h5, .font-desktop-1 h6, .font-desktop-1 p, .font-desktop-1 li, .font-desktop-1 a {
    font-size: 0.56278rem;
    line-height: 1.4; }
  h1.font-desktop-2, h2.font-desktop-2, h3.font-desktop-2, h4.font-desktop-2, h5.font-desktop-2, h6.font-desktop-2, p.font-desktop-2, li.font-desktop-2, a.font-desktop-2 {
    font-size: 0.75019rem;
    line-height: 1.4; }
  .font-desktop-2 h1, .font-desktop-2 h2, .font-desktop-2 h3, .font-desktop-2 h4, .font-desktop-2 h5, .font-desktop-2 h6, .font-desktop-2 p, .font-desktop-2 li, .font-desktop-2 a {
    font-size: 0.75019rem;
    line-height: 1.4; }
  h1.font-desktop-3, h2.font-desktop-3, h3.font-desktop-3, h4.font-desktop-3, h5.font-desktop-3, h6.font-desktop-3, p.font-desktop-3, li.font-desktop-3, a.font-desktop-3 {
    font-size: 1rem;
    line-height: 1.4; }
  .font-desktop-3 h1, .font-desktop-3 h2, .font-desktop-3 h3, .font-desktop-3 h4, .font-desktop-3 h5, .font-desktop-3 h6, .font-desktop-3 p, .font-desktop-3 li, .font-desktop-3 a {
    font-size: 1rem;
    line-height: 1.4; }
  h1.font-desktop-4, h2.font-desktop-4, h3.font-desktop-4, h4.font-desktop-4, h5.font-desktop-4, h6.font-desktop-4, p.font-desktop-4, li.font-desktop-4, a.font-desktop-4 {
    font-size: 1.333rem;
    line-height: 1.4; }
  .font-desktop-4 h1, .font-desktop-4 h2, .font-desktop-4 h3, .font-desktop-4 h4, .font-desktop-4 h5, .font-desktop-4 h6, .font-desktop-4 p, .font-desktop-4 li, .font-desktop-4 a {
    font-size: 1.333rem;
    line-height: 1.4; }
  h1.font-desktop-5, h2.font-desktop-5, h3.font-desktop-5, h4.font-desktop-5, h5.font-desktop-5, h6.font-desktop-5, p.font-desktop-5, li.font-desktop-5, a.font-desktop-5 {
    font-size: 1.77689rem;
    line-height: 1.4; }
  .font-desktop-5 h1, .font-desktop-5 h2, .font-desktop-5 h3, .font-desktop-5 h4, .font-desktop-5 h5, .font-desktop-5 h6, .font-desktop-5 p, .font-desktop-5 li, .font-desktop-5 a {
    font-size: 1.77689rem;
    line-height: 1.4; }
  h1.font-desktop-6, h2.font-desktop-6, h3.font-desktop-6, h4.font-desktop-6, h5.font-desktop-6, h6.font-desktop-6, p.font-desktop-6, li.font-desktop-6, a.font-desktop-6 {
    font-size: 2.36859rem;
    line-height: 1.2; }
  .font-desktop-6 h1, .font-desktop-6 h2, .font-desktop-6 h3, .font-desktop-6 h4, .font-desktop-6 h5, .font-desktop-6 h6, .font-desktop-6 p, .font-desktop-6 li, .font-desktop-6 a {
    font-size: 2.36859rem;
    line-height: 1.2; }
  h1.font-desktop-7, h2.font-desktop-7, h3.font-desktop-7, h4.font-desktop-7, h5.font-desktop-7, h6.font-desktop-7, p.font-desktop-7, li.font-desktop-7, a.font-desktop-7 {
    font-size: 3.15733rem;
    line-height: 1.2; }
  .font-desktop-7 h1, .font-desktop-7 h2, .font-desktop-7 h3, .font-desktop-7 h4, .font-desktop-7 h5, .font-desktop-7 h6, .font-desktop-7 p, .font-desktop-7 li, .font-desktop-7 a {
    font-size: 3.15733rem;
    line-height: 1.2; }
  h1.font-desktop-8, h2.font-desktop-8, h3.font-desktop-8, h4.font-desktop-8, h5.font-desktop-8, h6.font-desktop-8, p.font-desktop-8, li.font-desktop-8, a.font-desktop-8 {
    font-size: 4.20873rem;
    line-height: 1.2; }
  .font-desktop-8 h1, .font-desktop-8 h2, .font-desktop-8 h3, .font-desktop-8 h4, .font-desktop-8 h5, .font-desktop-8 h6, .font-desktop-8 p, .font-desktop-8 li, .font-desktop-8 a {
    font-size: 4.20873rem;
    line-height: 1.2; }
  h1.font-desktop-9, h2.font-desktop-9, h3.font-desktop-9, h4.font-desktop-9, h5.font-desktop-9, h6.font-desktop-9, p.font-desktop-9, li.font-desktop-9, a.font-desktop-9 {
    font-size: 5.61023rem;
    line-height: 1.2; }
  .font-desktop-9 h1, .font-desktop-9 h2, .font-desktop-9 h3, .font-desktop-9 h4, .font-desktop-9 h5, .font-desktop-9 h6, .font-desktop-9 p, .font-desktop-9 li, .font-desktop-9 a {
    font-size: 5.61023rem;
    line-height: 1.2; }
  h1.font-desktop-10, h2.font-desktop-10, h3.font-desktop-10, h4.font-desktop-10, h5.font-desktop-10, h6.font-desktop-10, p.font-desktop-10, li.font-desktop-10, a.font-desktop-10 {
    font-size: 7.47844rem;
    line-height: 1.2; }
  .font-desktop-10 h1, .font-desktop-10 h2, .font-desktop-10 h3, .font-desktop-10 h4, .font-desktop-10 h5, .font-desktop-10 h6, .font-desktop-10 p, .font-desktop-10 li, .font-desktop-10 a {
    font-size: 7.47844rem;
    line-height: 1.2; }
  h1.font-desktop-11, h2.font-desktop-11, h3.font-desktop-11, h4.font-desktop-11, h5.font-desktop-11, h6.font-desktop-11, p.font-desktop-11, li.font-desktop-11, a.font-desktop-11 {
    font-size: 9.96876rem;
    line-height: 1.2; }
  .font-desktop-11 h1, .font-desktop-11 h2, .font-desktop-11 h3, .font-desktop-11 h4, .font-desktop-11 h5, .font-desktop-11 h6, .font-desktop-11 p, .font-desktop-11 li, .font-desktop-11 a {
    font-size: 9.96876rem;
    line-height: 1.2; }
  h1.font-desktop-12, h2.font-desktop-12, h3.font-desktop-12, h4.font-desktop-12, h5.font-desktop-12, h6.font-desktop-12, p.font-desktop-12, li.font-desktop-12, a.font-desktop-12 {
    font-size: 13.28836rem;
    line-height: 1.2; }
  .font-desktop-12 h1, .font-desktop-12 h2, .font-desktop-12 h3, .font-desktop-12 h4, .font-desktop-12 h5, .font-desktop-12 h6, .font-desktop-12 p, .font-desktop-12 li, .font-desktop-12 a {
    font-size: 13.28836rem;
    line-height: 1.2; } }

@media only screen and (min-width: 1920px) {
  h1.font-desktop-wide-1, h2.font-desktop-wide-1, h3.font-desktop-wide-1, h4.font-desktop-wide-1, h5.font-desktop-wide-1, h6.font-desktop-wide-1, p.font-desktop-wide-1, li.font-desktop-wide-1, a.font-desktop-wide-1 {
    font-size: 0.56278rem;
    line-height: 1.4; }
  .font-desktop-wide-1 h1, .font-desktop-wide-1 h2, .font-desktop-wide-1 h3, .font-desktop-wide-1 h4, .font-desktop-wide-1 h5, .font-desktop-wide-1 h6, .font-desktop-wide-1 p, .font-desktop-wide-1 li, .font-desktop-wide-1 a {
    font-size: 0.56278rem;
    line-height: 1.4; }
  h1.font-desktop-wide-2, h2.font-desktop-wide-2, h3.font-desktop-wide-2, h4.font-desktop-wide-2, h5.font-desktop-wide-2, h6.font-desktop-wide-2, p.font-desktop-wide-2, li.font-desktop-wide-2, a.font-desktop-wide-2 {
    font-size: 0.75019rem;
    line-height: 1.4; }
  .font-desktop-wide-2 h1, .font-desktop-wide-2 h2, .font-desktop-wide-2 h3, .font-desktop-wide-2 h4, .font-desktop-wide-2 h5, .font-desktop-wide-2 h6, .font-desktop-wide-2 p, .font-desktop-wide-2 li, .font-desktop-wide-2 a {
    font-size: 0.75019rem;
    line-height: 1.4; }
  h1.font-desktop-wide-3, h2.font-desktop-wide-3, h3.font-desktop-wide-3, h4.font-desktop-wide-3, h5.font-desktop-wide-3, h6.font-desktop-wide-3, p.font-desktop-wide-3, li.font-desktop-wide-3, a.font-desktop-wide-3 {
    font-size: 1rem;
    line-height: 1.4; }
  .font-desktop-wide-3 h1, .font-desktop-wide-3 h2, .font-desktop-wide-3 h3, .font-desktop-wide-3 h4, .font-desktop-wide-3 h5, .font-desktop-wide-3 h6, .font-desktop-wide-3 p, .font-desktop-wide-3 li, .font-desktop-wide-3 a {
    font-size: 1rem;
    line-height: 1.4; }
  h1.font-desktop-wide-4, h2.font-desktop-wide-4, h3.font-desktop-wide-4, h4.font-desktop-wide-4, h5.font-desktop-wide-4, h6.font-desktop-wide-4, p.font-desktop-wide-4, li.font-desktop-wide-4, a.font-desktop-wide-4 {
    font-size: 1.333rem;
    line-height: 1.4; }
  .font-desktop-wide-4 h1, .font-desktop-wide-4 h2, .font-desktop-wide-4 h3, .font-desktop-wide-4 h4, .font-desktop-wide-4 h5, .font-desktop-wide-4 h6, .font-desktop-wide-4 p, .font-desktop-wide-4 li, .font-desktop-wide-4 a {
    font-size: 1.333rem;
    line-height: 1.4; }
  h1.font-desktop-wide-5, h2.font-desktop-wide-5, h3.font-desktop-wide-5, h4.font-desktop-wide-5, h5.font-desktop-wide-5, h6.font-desktop-wide-5, p.font-desktop-wide-5, li.font-desktop-wide-5, a.font-desktop-wide-5 {
    font-size: 1.77689rem;
    line-height: 1.4; }
  .font-desktop-wide-5 h1, .font-desktop-wide-5 h2, .font-desktop-wide-5 h3, .font-desktop-wide-5 h4, .font-desktop-wide-5 h5, .font-desktop-wide-5 h6, .font-desktop-wide-5 p, .font-desktop-wide-5 li, .font-desktop-wide-5 a {
    font-size: 1.77689rem;
    line-height: 1.4; }
  h1.font-desktop-wide-6, h2.font-desktop-wide-6, h3.font-desktop-wide-6, h4.font-desktop-wide-6, h5.font-desktop-wide-6, h6.font-desktop-wide-6, p.font-desktop-wide-6, li.font-desktop-wide-6, a.font-desktop-wide-6 {
    font-size: 2.36859rem;
    line-height: 1.2; }
  .font-desktop-wide-6 h1, .font-desktop-wide-6 h2, .font-desktop-wide-6 h3, .font-desktop-wide-6 h4, .font-desktop-wide-6 h5, .font-desktop-wide-6 h6, .font-desktop-wide-6 p, .font-desktop-wide-6 li, .font-desktop-wide-6 a {
    font-size: 2.36859rem;
    line-height: 1.2; }
  h1.font-desktop-wide-7, h2.font-desktop-wide-7, h3.font-desktop-wide-7, h4.font-desktop-wide-7, h5.font-desktop-wide-7, h6.font-desktop-wide-7, p.font-desktop-wide-7, li.font-desktop-wide-7, a.font-desktop-wide-7 {
    font-size: 3.15733rem;
    line-height: 1.2; }
  .font-desktop-wide-7 h1, .font-desktop-wide-7 h2, .font-desktop-wide-7 h3, .font-desktop-wide-7 h4, .font-desktop-wide-7 h5, .font-desktop-wide-7 h6, .font-desktop-wide-7 p, .font-desktop-wide-7 li, .font-desktop-wide-7 a {
    font-size: 3.15733rem;
    line-height: 1.2; }
  h1.font-desktop-wide-8, h2.font-desktop-wide-8, h3.font-desktop-wide-8, h4.font-desktop-wide-8, h5.font-desktop-wide-8, h6.font-desktop-wide-8, p.font-desktop-wide-8, li.font-desktop-wide-8, a.font-desktop-wide-8 {
    font-size: 4.20873rem;
    line-height: 1.2; }
  .font-desktop-wide-8 h1, .font-desktop-wide-8 h2, .font-desktop-wide-8 h3, .font-desktop-wide-8 h4, .font-desktop-wide-8 h5, .font-desktop-wide-8 h6, .font-desktop-wide-8 p, .font-desktop-wide-8 li, .font-desktop-wide-8 a {
    font-size: 4.20873rem;
    line-height: 1.2; }
  h1.font-desktop-wide-9, h2.font-desktop-wide-9, h3.font-desktop-wide-9, h4.font-desktop-wide-9, h5.font-desktop-wide-9, h6.font-desktop-wide-9, p.font-desktop-wide-9, li.font-desktop-wide-9, a.font-desktop-wide-9 {
    font-size: 5.61023rem;
    line-height: 1.2; }
  .font-desktop-wide-9 h1, .font-desktop-wide-9 h2, .font-desktop-wide-9 h3, .font-desktop-wide-9 h4, .font-desktop-wide-9 h5, .font-desktop-wide-9 h6, .font-desktop-wide-9 p, .font-desktop-wide-9 li, .font-desktop-wide-9 a {
    font-size: 5.61023rem;
    line-height: 1.2; }
  h1.font-desktop-wide-10, h2.font-desktop-wide-10, h3.font-desktop-wide-10, h4.font-desktop-wide-10, h5.font-desktop-wide-10, h6.font-desktop-wide-10, p.font-desktop-wide-10, li.font-desktop-wide-10, a.font-desktop-wide-10 {
    font-size: 7.47844rem;
    line-height: 1.2; }
  .font-desktop-wide-10 h1, .font-desktop-wide-10 h2, .font-desktop-wide-10 h3, .font-desktop-wide-10 h4, .font-desktop-wide-10 h5, .font-desktop-wide-10 h6, .font-desktop-wide-10 p, .font-desktop-wide-10 li, .font-desktop-wide-10 a {
    font-size: 7.47844rem;
    line-height: 1.2; }
  h1.font-desktop-wide-11, h2.font-desktop-wide-11, h3.font-desktop-wide-11, h4.font-desktop-wide-11, h5.font-desktop-wide-11, h6.font-desktop-wide-11, p.font-desktop-wide-11, li.font-desktop-wide-11, a.font-desktop-wide-11 {
    font-size: 9.96876rem;
    line-height: 1.2; }
  .font-desktop-wide-11 h1, .font-desktop-wide-11 h2, .font-desktop-wide-11 h3, .font-desktop-wide-11 h4, .font-desktop-wide-11 h5, .font-desktop-wide-11 h6, .font-desktop-wide-11 p, .font-desktop-wide-11 li, .font-desktop-wide-11 a {
    font-size: 9.96876rem;
    line-height: 1.2; }
  h1.font-desktop-wide-12, h2.font-desktop-wide-12, h3.font-desktop-wide-12, h4.font-desktop-wide-12, h5.font-desktop-wide-12, h6.font-desktop-wide-12, p.font-desktop-wide-12, li.font-desktop-wide-12, a.font-desktop-wide-12 {
    font-size: 13.28836rem;
    line-height: 1.2; }
  .font-desktop-wide-12 h1, .font-desktop-wide-12 h2, .font-desktop-wide-12 h3, .font-desktop-wide-12 h4, .font-desktop-wide-12 h5, .font-desktop-wide-12 h6, .font-desktop-wide-12 p, .font-desktop-wide-12 li, .font-desktop-wide-12 a {
    font-size: 13.28836rem;
    line-height: 1.2; } }

@media only screen and (min-width: 2560px) {
  h1.font-desktop-qhd-1, h2.font-desktop-qhd-1, h3.font-desktop-qhd-1, h4.font-desktop-qhd-1, h5.font-desktop-qhd-1, h6.font-desktop-qhd-1, p.font-desktop-qhd-1, li.font-desktop-qhd-1, a.font-desktop-qhd-1 {
    font-size: 0.56278rem;
    line-height: 1.4; }
  .font-desktop-qhd-1 h1, .font-desktop-qhd-1 h2, .font-desktop-qhd-1 h3, .font-desktop-qhd-1 h4, .font-desktop-qhd-1 h5, .font-desktop-qhd-1 h6, .font-desktop-qhd-1 p, .font-desktop-qhd-1 li, .font-desktop-qhd-1 a {
    font-size: 0.56278rem;
    line-height: 1.4; }
  h1.font-desktop-qhd-2, h2.font-desktop-qhd-2, h3.font-desktop-qhd-2, h4.font-desktop-qhd-2, h5.font-desktop-qhd-2, h6.font-desktop-qhd-2, p.font-desktop-qhd-2, li.font-desktop-qhd-2, a.font-desktop-qhd-2 {
    font-size: 0.75019rem;
    line-height: 1.4; }
  .font-desktop-qhd-2 h1, .font-desktop-qhd-2 h2, .font-desktop-qhd-2 h3, .font-desktop-qhd-2 h4, .font-desktop-qhd-2 h5, .font-desktop-qhd-2 h6, .font-desktop-qhd-2 p, .font-desktop-qhd-2 li, .font-desktop-qhd-2 a {
    font-size: 0.75019rem;
    line-height: 1.4; }
  h1.font-desktop-qhd-3, h2.font-desktop-qhd-3, h3.font-desktop-qhd-3, h4.font-desktop-qhd-3, h5.font-desktop-qhd-3, h6.font-desktop-qhd-3, p.font-desktop-qhd-3, li.font-desktop-qhd-3, a.font-desktop-qhd-3 {
    font-size: 1rem;
    line-height: 1.4; }
  .font-desktop-qhd-3 h1, .font-desktop-qhd-3 h2, .font-desktop-qhd-3 h3, .font-desktop-qhd-3 h4, .font-desktop-qhd-3 h5, .font-desktop-qhd-3 h6, .font-desktop-qhd-3 p, .font-desktop-qhd-3 li, .font-desktop-qhd-3 a {
    font-size: 1rem;
    line-height: 1.4; }
  h1.font-desktop-qhd-4, h2.font-desktop-qhd-4, h3.font-desktop-qhd-4, h4.font-desktop-qhd-4, h5.font-desktop-qhd-4, h6.font-desktop-qhd-4, p.font-desktop-qhd-4, li.font-desktop-qhd-4, a.font-desktop-qhd-4 {
    font-size: 1.333rem;
    line-height: 1.4; }
  .font-desktop-qhd-4 h1, .font-desktop-qhd-4 h2, .font-desktop-qhd-4 h3, .font-desktop-qhd-4 h4, .font-desktop-qhd-4 h5, .font-desktop-qhd-4 h6, .font-desktop-qhd-4 p, .font-desktop-qhd-4 li, .font-desktop-qhd-4 a {
    font-size: 1.333rem;
    line-height: 1.4; }
  h1.font-desktop-qhd-5, h2.font-desktop-qhd-5, h3.font-desktop-qhd-5, h4.font-desktop-qhd-5, h5.font-desktop-qhd-5, h6.font-desktop-qhd-5, p.font-desktop-qhd-5, li.font-desktop-qhd-5, a.font-desktop-qhd-5 {
    font-size: 1.77689rem;
    line-height: 1.4; }
  .font-desktop-qhd-5 h1, .font-desktop-qhd-5 h2, .font-desktop-qhd-5 h3, .font-desktop-qhd-5 h4, .font-desktop-qhd-5 h5, .font-desktop-qhd-5 h6, .font-desktop-qhd-5 p, .font-desktop-qhd-5 li, .font-desktop-qhd-5 a {
    font-size: 1.77689rem;
    line-height: 1.4; }
  h1.font-desktop-qhd-6, h2.font-desktop-qhd-6, h3.font-desktop-qhd-6, h4.font-desktop-qhd-6, h5.font-desktop-qhd-6, h6.font-desktop-qhd-6, p.font-desktop-qhd-6, li.font-desktop-qhd-6, a.font-desktop-qhd-6 {
    font-size: 2.36859rem;
    line-height: 1.2; }
  .font-desktop-qhd-6 h1, .font-desktop-qhd-6 h2, .font-desktop-qhd-6 h3, .font-desktop-qhd-6 h4, .font-desktop-qhd-6 h5, .font-desktop-qhd-6 h6, .font-desktop-qhd-6 p, .font-desktop-qhd-6 li, .font-desktop-qhd-6 a {
    font-size: 2.36859rem;
    line-height: 1.2; }
  h1.font-desktop-qhd-7, h2.font-desktop-qhd-7, h3.font-desktop-qhd-7, h4.font-desktop-qhd-7, h5.font-desktop-qhd-7, h6.font-desktop-qhd-7, p.font-desktop-qhd-7, li.font-desktop-qhd-7, a.font-desktop-qhd-7 {
    font-size: 3.15733rem;
    line-height: 1.2; }
  .font-desktop-qhd-7 h1, .font-desktop-qhd-7 h2, .font-desktop-qhd-7 h3, .font-desktop-qhd-7 h4, .font-desktop-qhd-7 h5, .font-desktop-qhd-7 h6, .font-desktop-qhd-7 p, .font-desktop-qhd-7 li, .font-desktop-qhd-7 a {
    font-size: 3.15733rem;
    line-height: 1.2; }
  h1.font-desktop-qhd-8, h2.font-desktop-qhd-8, h3.font-desktop-qhd-8, h4.font-desktop-qhd-8, h5.font-desktop-qhd-8, h6.font-desktop-qhd-8, p.font-desktop-qhd-8, li.font-desktop-qhd-8, a.font-desktop-qhd-8 {
    font-size: 4.20873rem;
    line-height: 1.2; }
  .font-desktop-qhd-8 h1, .font-desktop-qhd-8 h2, .font-desktop-qhd-8 h3, .font-desktop-qhd-8 h4, .font-desktop-qhd-8 h5, .font-desktop-qhd-8 h6, .font-desktop-qhd-8 p, .font-desktop-qhd-8 li, .font-desktop-qhd-8 a {
    font-size: 4.20873rem;
    line-height: 1.2; }
  h1.font-desktop-qhd-9, h2.font-desktop-qhd-9, h3.font-desktop-qhd-9, h4.font-desktop-qhd-9, h5.font-desktop-qhd-9, h6.font-desktop-qhd-9, p.font-desktop-qhd-9, li.font-desktop-qhd-9, a.font-desktop-qhd-9 {
    font-size: 5.61023rem;
    line-height: 1.2; }
  .font-desktop-qhd-9 h1, .font-desktop-qhd-9 h2, .font-desktop-qhd-9 h3, .font-desktop-qhd-9 h4, .font-desktop-qhd-9 h5, .font-desktop-qhd-9 h6, .font-desktop-qhd-9 p, .font-desktop-qhd-9 li, .font-desktop-qhd-9 a {
    font-size: 5.61023rem;
    line-height: 1.2; }
  h1.font-desktop-qhd-10, h2.font-desktop-qhd-10, h3.font-desktop-qhd-10, h4.font-desktop-qhd-10, h5.font-desktop-qhd-10, h6.font-desktop-qhd-10, p.font-desktop-qhd-10, li.font-desktop-qhd-10, a.font-desktop-qhd-10 {
    font-size: 7.47844rem;
    line-height: 1.2; }
  .font-desktop-qhd-10 h1, .font-desktop-qhd-10 h2, .font-desktop-qhd-10 h3, .font-desktop-qhd-10 h4, .font-desktop-qhd-10 h5, .font-desktop-qhd-10 h6, .font-desktop-qhd-10 p, .font-desktop-qhd-10 li, .font-desktop-qhd-10 a {
    font-size: 7.47844rem;
    line-height: 1.2; }
  h1.font-desktop-qhd-11, h2.font-desktop-qhd-11, h3.font-desktop-qhd-11, h4.font-desktop-qhd-11, h5.font-desktop-qhd-11, h6.font-desktop-qhd-11, p.font-desktop-qhd-11, li.font-desktop-qhd-11, a.font-desktop-qhd-11 {
    font-size: 9.96876rem;
    line-height: 1.2; }
  .font-desktop-qhd-11 h1, .font-desktop-qhd-11 h2, .font-desktop-qhd-11 h3, .font-desktop-qhd-11 h4, .font-desktop-qhd-11 h5, .font-desktop-qhd-11 h6, .font-desktop-qhd-11 p, .font-desktop-qhd-11 li, .font-desktop-qhd-11 a {
    font-size: 9.96876rem;
    line-height: 1.2; }
  h1.font-desktop-qhd-12, h2.font-desktop-qhd-12, h3.font-desktop-qhd-12, h4.font-desktop-qhd-12, h5.font-desktop-qhd-12, h6.font-desktop-qhd-12, p.font-desktop-qhd-12, li.font-desktop-qhd-12, a.font-desktop-qhd-12 {
    font-size: 13.28836rem;
    line-height: 1.2; }
  .font-desktop-qhd-12 h1, .font-desktop-qhd-12 h2, .font-desktop-qhd-12 h3, .font-desktop-qhd-12 h4, .font-desktop-qhd-12 h5, .font-desktop-qhd-12 h6, .font-desktop-qhd-12 p, .font-desktop-qhd-12 li, .font-desktop-qhd-12 a {
    font-size: 13.28836rem;
    line-height: 1.2; } }

@media only screen and (min-width: 3840px) {
  h1.font-desktop-uhd-1, h2.font-desktop-uhd-1, h3.font-desktop-uhd-1, h4.font-desktop-uhd-1, h5.font-desktop-uhd-1, h6.font-desktop-uhd-1, p.font-desktop-uhd-1, li.font-desktop-uhd-1, a.font-desktop-uhd-1 {
    font-size: 0.56278rem;
    line-height: 1.4; }
  .font-desktop-uhd-1 h1, .font-desktop-uhd-1 h2, .font-desktop-uhd-1 h3, .font-desktop-uhd-1 h4, .font-desktop-uhd-1 h5, .font-desktop-uhd-1 h6, .font-desktop-uhd-1 p, .font-desktop-uhd-1 li, .font-desktop-uhd-1 a {
    font-size: 0.56278rem;
    line-height: 1.4; }
  h1.font-desktop-uhd-2, h2.font-desktop-uhd-2, h3.font-desktop-uhd-2, h4.font-desktop-uhd-2, h5.font-desktop-uhd-2, h6.font-desktop-uhd-2, p.font-desktop-uhd-2, li.font-desktop-uhd-2, a.font-desktop-uhd-2 {
    font-size: 0.75019rem;
    line-height: 1.4; }
  .font-desktop-uhd-2 h1, .font-desktop-uhd-2 h2, .font-desktop-uhd-2 h3, .font-desktop-uhd-2 h4, .font-desktop-uhd-2 h5, .font-desktop-uhd-2 h6, .font-desktop-uhd-2 p, .font-desktop-uhd-2 li, .font-desktop-uhd-2 a {
    font-size: 0.75019rem;
    line-height: 1.4; }
  h1.font-desktop-uhd-3, h2.font-desktop-uhd-3, h3.font-desktop-uhd-3, h4.font-desktop-uhd-3, h5.font-desktop-uhd-3, h6.font-desktop-uhd-3, p.font-desktop-uhd-3, li.font-desktop-uhd-3, a.font-desktop-uhd-3 {
    font-size: 1rem;
    line-height: 1.4; }
  .font-desktop-uhd-3 h1, .font-desktop-uhd-3 h2, .font-desktop-uhd-3 h3, .font-desktop-uhd-3 h4, .font-desktop-uhd-3 h5, .font-desktop-uhd-3 h6, .font-desktop-uhd-3 p, .font-desktop-uhd-3 li, .font-desktop-uhd-3 a {
    font-size: 1rem;
    line-height: 1.4; }
  h1.font-desktop-uhd-4, h2.font-desktop-uhd-4, h3.font-desktop-uhd-4, h4.font-desktop-uhd-4, h5.font-desktop-uhd-4, h6.font-desktop-uhd-4, p.font-desktop-uhd-4, li.font-desktop-uhd-4, a.font-desktop-uhd-4 {
    font-size: 1.333rem;
    line-height: 1.4; }
  .font-desktop-uhd-4 h1, .font-desktop-uhd-4 h2, .font-desktop-uhd-4 h3, .font-desktop-uhd-4 h4, .font-desktop-uhd-4 h5, .font-desktop-uhd-4 h6, .font-desktop-uhd-4 p, .font-desktop-uhd-4 li, .font-desktop-uhd-4 a {
    font-size: 1.333rem;
    line-height: 1.4; }
  h1.font-desktop-uhd-5, h2.font-desktop-uhd-5, h3.font-desktop-uhd-5, h4.font-desktop-uhd-5, h5.font-desktop-uhd-5, h6.font-desktop-uhd-5, p.font-desktop-uhd-5, li.font-desktop-uhd-5, a.font-desktop-uhd-5 {
    font-size: 1.77689rem;
    line-height: 1.4; }
  .font-desktop-uhd-5 h1, .font-desktop-uhd-5 h2, .font-desktop-uhd-5 h3, .font-desktop-uhd-5 h4, .font-desktop-uhd-5 h5, .font-desktop-uhd-5 h6, .font-desktop-uhd-5 p, .font-desktop-uhd-5 li, .font-desktop-uhd-5 a {
    font-size: 1.77689rem;
    line-height: 1.4; }
  h1.font-desktop-uhd-6, h2.font-desktop-uhd-6, h3.font-desktop-uhd-6, h4.font-desktop-uhd-6, h5.font-desktop-uhd-6, h6.font-desktop-uhd-6, p.font-desktop-uhd-6, li.font-desktop-uhd-6, a.font-desktop-uhd-6 {
    font-size: 2.36859rem;
    line-height: 1.2; }
  .font-desktop-uhd-6 h1, .font-desktop-uhd-6 h2, .font-desktop-uhd-6 h3, .font-desktop-uhd-6 h4, .font-desktop-uhd-6 h5, .font-desktop-uhd-6 h6, .font-desktop-uhd-6 p, .font-desktop-uhd-6 li, .font-desktop-uhd-6 a {
    font-size: 2.36859rem;
    line-height: 1.2; }
  h1.font-desktop-uhd-7, h2.font-desktop-uhd-7, h3.font-desktop-uhd-7, h4.font-desktop-uhd-7, h5.font-desktop-uhd-7, h6.font-desktop-uhd-7, p.font-desktop-uhd-7, li.font-desktop-uhd-7, a.font-desktop-uhd-7 {
    font-size: 3.15733rem;
    line-height: 1.2; }
  .font-desktop-uhd-7 h1, .font-desktop-uhd-7 h2, .font-desktop-uhd-7 h3, .font-desktop-uhd-7 h4, .font-desktop-uhd-7 h5, .font-desktop-uhd-7 h6, .font-desktop-uhd-7 p, .font-desktop-uhd-7 li, .font-desktop-uhd-7 a {
    font-size: 3.15733rem;
    line-height: 1.2; }
  h1.font-desktop-uhd-8, h2.font-desktop-uhd-8, h3.font-desktop-uhd-8, h4.font-desktop-uhd-8, h5.font-desktop-uhd-8, h6.font-desktop-uhd-8, p.font-desktop-uhd-8, li.font-desktop-uhd-8, a.font-desktop-uhd-8 {
    font-size: 4.20873rem;
    line-height: 1.2; }
  .font-desktop-uhd-8 h1, .font-desktop-uhd-8 h2, .font-desktop-uhd-8 h3, .font-desktop-uhd-8 h4, .font-desktop-uhd-8 h5, .font-desktop-uhd-8 h6, .font-desktop-uhd-8 p, .font-desktop-uhd-8 li, .font-desktop-uhd-8 a {
    font-size: 4.20873rem;
    line-height: 1.2; }
  h1.font-desktop-uhd-9, h2.font-desktop-uhd-9, h3.font-desktop-uhd-9, h4.font-desktop-uhd-9, h5.font-desktop-uhd-9, h6.font-desktop-uhd-9, p.font-desktop-uhd-9, li.font-desktop-uhd-9, a.font-desktop-uhd-9 {
    font-size: 5.61023rem;
    line-height: 1.2; }
  .font-desktop-uhd-9 h1, .font-desktop-uhd-9 h2, .font-desktop-uhd-9 h3, .font-desktop-uhd-9 h4, .font-desktop-uhd-9 h5, .font-desktop-uhd-9 h6, .font-desktop-uhd-9 p, .font-desktop-uhd-9 li, .font-desktop-uhd-9 a {
    font-size: 5.61023rem;
    line-height: 1.2; }
  h1.font-desktop-uhd-10, h2.font-desktop-uhd-10, h3.font-desktop-uhd-10, h4.font-desktop-uhd-10, h5.font-desktop-uhd-10, h6.font-desktop-uhd-10, p.font-desktop-uhd-10, li.font-desktop-uhd-10, a.font-desktop-uhd-10 {
    font-size: 7.47844rem;
    line-height: 1.2; }
  .font-desktop-uhd-10 h1, .font-desktop-uhd-10 h2, .font-desktop-uhd-10 h3, .font-desktop-uhd-10 h4, .font-desktop-uhd-10 h5, .font-desktop-uhd-10 h6, .font-desktop-uhd-10 p, .font-desktop-uhd-10 li, .font-desktop-uhd-10 a {
    font-size: 7.47844rem;
    line-height: 1.2; }
  h1.font-desktop-uhd-11, h2.font-desktop-uhd-11, h3.font-desktop-uhd-11, h4.font-desktop-uhd-11, h5.font-desktop-uhd-11, h6.font-desktop-uhd-11, p.font-desktop-uhd-11, li.font-desktop-uhd-11, a.font-desktop-uhd-11 {
    font-size: 9.96876rem;
    line-height: 1.2; }
  .font-desktop-uhd-11 h1, .font-desktop-uhd-11 h2, .font-desktop-uhd-11 h3, .font-desktop-uhd-11 h4, .font-desktop-uhd-11 h5, .font-desktop-uhd-11 h6, .font-desktop-uhd-11 p, .font-desktop-uhd-11 li, .font-desktop-uhd-11 a {
    font-size: 9.96876rem;
    line-height: 1.2; }
  h1.font-desktop-uhd-12, h2.font-desktop-uhd-12, h3.font-desktop-uhd-12, h4.font-desktop-uhd-12, h5.font-desktop-uhd-12, h6.font-desktop-uhd-12, p.font-desktop-uhd-12, li.font-desktop-uhd-12, a.font-desktop-uhd-12 {
    font-size: 13.28836rem;
    line-height: 1.2; }
  .font-desktop-uhd-12 h1, .font-desktop-uhd-12 h2, .font-desktop-uhd-12 h3, .font-desktop-uhd-12 h4, .font-desktop-uhd-12 h5, .font-desktop-uhd-12 h6, .font-desktop-uhd-12 p, .font-desktop-uhd-12 li, .font-desktop-uhd-12 a {
    font-size: 13.28836rem;
    line-height: 1.2; } }




