@keyframes load {

    0%,
    15% {
        opacity: 0;
        transform: translateY(-97px)
    }

    30%,
    70% {
        opacity: 1;
        transform: translateY(0)
    }

    85%,
    to {
        opacity: 0;
        transform: translateY(97px)
    }
}

@keyframes _heartbeat {

    0%,
    18%,
    6% {
        transform: scale(.94)
    }

    12%,
    3% {
        transform: scale(1)
    }
}

* {
    box-sizing: border-box
}

body {
    margin: 0
}

.loading-wrapper.open {
    display: flex !important
}

.loading-wrapper {
    background: #fff
}

.loader span {
    background: #0bf;
    animation: load 4.6s ease-in-out infinite;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #0bf;
    height: 12px;
    opacity: 0;
    position: absolute;
    width: 12px;
    animation-duration: 4.6s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: load
}

#wrapper .igv912_global.hidden,
#wrapper .sticky-bar.hidden,
.loader span {
    display: block
}

#iuvkz .item>div,
.i3qwyb_global .item>div {
    display: table-cell;
    vertical-align: middle
}

#iuvkz .thumb img,
.i3qwyb_global .thumb img {
    width: 50px;
    max-width: 100%;
    vertical-align: middle
}

#iuvkz p,
.i3qwyb_global p {
    line-height: 1.467;
    margin-bottom: 15px
}

#iuvkz p:last-of-type,
.i3qwyb_global p:last-of-type {
    margin-bottom: 0
}

.loading-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1400;
    align-items: center;
    justify-content: center;
    opacity: .75;
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #fff
}

.loader {
    height: 58px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    width: 58px
}

.loader span.block1 {
    animation-delay: 1.06s;
    left: 0;
    top: 0
}

.loader span.block2 {
    animation-delay: .97s;
    left: 16px;
    top: 0
}

.loader span.block3 {
    animation-delay: .87s;
    left: 31px;
    top: 0
}

.loader span.block4 {
    animation-delay: .78s;
    left: 47px;
    top: 0
}

.loader span.block5 {
    animation-delay: .69s;
    left: 0;
    top: 16px
}

.loader span.block6 {
    animation-delay: .6s;
    left: 16px;
    top: 16px
}

.loader span.block7 {
    animation-delay: .51s;
    left: 31px;
    top: 16px
}

.loader span.block8 {
    animation-delay: .41s;
    left: 47px;
    top: 16px
}

.loader span.block9 {
    animation-delay: .32s;
    left: 0;
    top: 31px
}

.loader span.block10 {
    animation-delay: .23s;
    left: 16px;
    top: 31px
}

.loader span.block11 {
    animation-delay: .14s;
    left: 31px;
    top: 31px
}

.loader span.block12 {
    animation-delay: .05s;
    left: 47px;
    top: 31px
}

.loader span.block13 {
    animation-delay: -.05s;
    left: 0;
    top: 47px
}

.loader span.block14 {
    animation-delay: -.14s;
    left: 16px;
    top: 47px
}

.loader span.block15 {
    animation-delay: -.23s;
    left: 31px;
    top: 47px
}

.loader span.block16 {
    animation-delay: -.32s;
    left: 47px;
    top: 47px
}

.gjs-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 10px
}

.gjs-cell {
    min-height: 75px;
    flex-grow: 1;
    flex-basis: 100%
}

.sticky-bar {
    position: fixed;
    z-index: 10;
    text-align: center;
    background-color: #fff
}

.sticky-bar.hidden {
    display: none
}

.sticky-bottom {
    bottom: 0;
    width: 100%;
    min-height: 50px
}

#iuvkz.notify,
.i3qwyb_global.notify {
    transform: translateX(0);
    transition: all 1s ease
}

#iuvkz .item,
.i3qwyb_global .item {
    display: table;
    width: 100%
}

#iuvkz .thumb,
.i3qwyb_global .thumb {
    width: 70px;
    padding: 10px;
    text-align: center;
    background-color: #fff
}

#iuvkz .desc,
.i3qwyb_global .desc {
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #027fc4;
    line-height: 19px
}

#iuvkz .text-right,
.i3qwyb_global .text-right {
    text-align: right !important
}

.navbar.open .navbar-burger-line:first-child {
    transform: rotate(45deg);
    position: absolute;
    width: 25px;
    top: 10px
}

.navbar.open .navbar-burger-line:nth-child(2) {
    display: none
}

.navbar.open .navbar-burger-line:last-child {
    transform: rotate(-45deg);
    position: absolute;
    width: 25px;
    top: 10px
}

header .nav {
    box-shadow: -2px 4px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: -2px 4px 5px rgba(0, 0, 0, .3)
}

#ilvqn {
    text-align: center;
    display: block
}

#ingm {
    min-height: calc(100vh - 100px);
    max-width: 1440px;
    margin: 0 auto;
    font-family: AvenirNext-Reg, Helvetica, Arial, sans-serif;
    color: #404041
}

#ireil5 {
    padding: 0;
    align-items: stretch;
    width: 31.5%;
    display: flex
}

#iwpwhy,
#iygppg {
    line-height: 24px;
    font-family: Roboto, Helvetica, Arial, sans-serif
}

#iwpwhy {
    font-size: 20px;
    min-height: auto;
    width: 80%;
    letter-spacing: 1.25px;
    font-weight: 700;
    margin: 0
}

#iygppg {
    margin: 10px 0 0
}

#i1ulr9 {
    max-width: 970px;
    padding: 0 15px
}

#i2vbvm {
    align-items: center;
    min-height: auto;
    display: flex;
    justify-content: space-between
}

.i2vbvm_global {
    display: inline-block;
    width: 100%;
    min-height: 200px
}

.i1ulr9_global,
.i56ka2_global {
    display: inline-flex;
    border-radius: 0;
    width: 100%;
    align-items: stretch
}

.i1ulr9_global {
    max-width: 100%;
    height: auto;
    margin: auto
}

.i56ka2_global {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.i3qwyb_global {
    position: fixed;
    top: 10px;
    left: 10px;
    min-width: 300px;
    background-color: #027fc4;
    transition: transform .8s ease;
    z-index: 1001;
    color: #fff;
    font-weight: 400;
    transform: translateX(-110%);
    box-shadow: 0 0 5px #6f6f6f;
    border-radius: 5px;
    overflow: hidden
}

#i93ds3 {
    display: block;
    max-width: 86px;
    margin: 0 auto;
    width: 100%
}

#i8y5st {
    background-color: #e1f3ff;
    padding: 10px
}

#ioyr9 {
    display: block;
    width: 115px;
    margin: 0 auto
}

.iplh0b_global .ctrwow_tframe,
.irg6h7_global .desc li,
.iufx6n_global {
    display: inline-block
}

.iplh0b_global .ctrwow_tframe .ctrwow_tframe_title img {
    background-color: #fff
}

.iplh0b_global .ctrwow_tframe .ctrwow_tframe_title .ctrwow_tframe_title_wrapper {
    height: 50px
}

.iplh0b_global .ctrwow_tframe .ctrwow_tframe_title .ctrwow_tframe_title_wrapper p {
    font-weight: 400
}

#ivq7x {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
    position: relative
}

#i9tgdg {
    max-width: 970px;
    padding: 0 15px
}

.iufx6n_global {
    width: 100%;
    min-height: 200px
}

.i9tgdg_global,
.ialfno_global {
    display: inline-flex;
    border-radius: 0;
    width: 100%;
    align-items: stretch
}

.i9tgdg_global {
    max-width: 100%;
    height: auto;
    margin: auto
}

.ialfno_global {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

#iufx6n {
    display: flex;
    justify-content: space-between;
    min-height: auto
}

#ialfno {
    padding: 50px 0 65px;
    box-shadow: 0 3px 6px 0 rgba(160, 170, 200, .5);
    background-color: #f5f5f5;
    color: #000
}

#ijdgdf {
    color: #000;
    max-height: 50px
}

.ihp0uk_global,
.ij1sxm_global,
.imhfbg_global {
    min-height: 50px
}

#ij1sxm {
    width: 70px;
    min-height: auto
}

#idhgwj {
    padding: 0;
    align-items: stretch;
    width: 31.5%;
    display: flex
}

#imhfbg {
    width: 70px;
    min-height: auto
}

#i804s5 {
    color: #000;
    max-height: 50px
}

#i6b5mj {
    flex: 1 0 0;
    min-height: auto
}

#ie5cpm,
#ipa9q6 {
    line-height: 24px;
    font-family: Roboto, Helvetica, Arial, sans-serif
}

#ie5cpm {
    font-size: 20px;
    min-height: auto;
    width: 80%;
    letter-spacing: 1.25px;
    font-weight: 700;
    margin: 0
}

#ipa9q6 {
    margin: 10px 0 0
}

#i1vctr {
    padding: 0;
    align-items: stretch;
    width: 31.5%;
    display: flex
}

#ihp0uk {
    width: 70px;
    min-height: auto
}

#ilirxp {
    color: #000;
    max-height: 50px
}

#ihbibr {
    flex: 1 0 0;
    min-height: auto
}

#i7zyyq,
#iqzkgc {
    line-height: 24px;
    font-family: Roboto, Helvetica, Arial, sans-serif
}

#iqzkgc {
    font-size: 20px;
    min-height: auto;
    width: 200px;
    letter-spacing: 1.25px;
    font-weight: 700;
    margin: 0
}

#i7zyyq {
    margin: 10px 0 0
}

#ierdyz {
    padding: 0 15px
}

.iz0jga_global {
    display: inline-block;
    width: 100%;
    min-height: 200px
}

.ierdyz_global,
.iqeriz_global {
    display: inline-flex;
    border-radius: 0;
    width: 100%;
    align-items: stretch
}

.ierdyz_global {
    max-width: 100%;
    height: auto;
    margin: auto
}

.iqeriz_global {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

#iqeriz {
    padding: 50px 0 100px
}

#idohsu {
    font-size: 30px;
    line-height: 45px;
    margin: 0 auto 35px;
    letter-spacing: 1px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif;
    max-width: 840px
}

#i1x3ya,
#icerkf,
#idohsu {
    text-align: center
}

#i1x3ya {
    letter-spacing: 1.5px;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
    font-weight: 500;
    font-family: avenir-next-medium, Helvetica, Arial, sans-serif
}

#icerkf {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 27px;
    font-weight: 300;
    font-family: Avenir Next Ultra Light, Helvetica, Arial, sans-serif
}

#ifjl3f {
    max-width: 970px
}

.iuei4e_global {
    display: inline-block;
    width: 100%;
    min-height: 200px
}

.i71gzw_global,
.ifjl3f_global {
    display: inline-flex;
    border-radius: 0;
    width: 100%;
    align-items: stretch
}

.ifjl3f_global {
    max-width: 100%;
    height: auto;
    margin: auto
}

.i71gzw_global {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

#ihx6ki,
#iuei4e {
    min-height: auto
}

.i10l46_global,
.i126oj_global,
.i55eho_global,
.iakor7_global,
.igqk12_global,
.ihx6ki_global,
.ijeyja_global,
.ilkugf_global,
.illurg_global,
.iql6l5_global,
.islybo_global,
.itnysh_global,
.iu13yj_global,
.izsk5a_global {
    min-height: 50px
}

#ihx6ki {
    display: flex;
    margin: 0 0 75px
}

#i126oj {
    width: 120px
}

#i9dzfo,
#icheoh {
    text-align: center
}

#i9dzfo {
    font-size: 55px;
    margin: 0 0 18px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif;
    line-height: 50px;
    color: #222
}

#icheoh {
    line-height: 20px;
    color: #888
}

#iu13yj {
    flex: 1 0 0;
    padding: 0 0 0 15px;
    display: flex;
    min-height: 9px
}

#ig637l {
    max-width: 89%;
    min-height: 12px;
    border-radius: 4px 0 0 4px;
    line-height: 1.467em;
    background-image: -webkit-linear-gradient(360deg, #72dcf8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%
}

#itnysh {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 5px 0
}

#ipvbhd {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 5px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#i10l46 {
    width: 165px;
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

#iakor7,
#islybo {
    background-color: #f5f5f5;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .21) inset;
    min-height: 12px;
    margin: 0 0 25px
}

#izsk5a {
    margin: -3px 0 10px
}

#illurg,
#izsk5a {
    display: flex;
    align-items: center;
    min-height: auto
}

#iajv1i {
    font-size: 14px;
    line-height: 1.467em;
    color: #999;
    margin: 0 0 0 5px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#igqk12 {
    display: flex;
    align-items: center;
    min-height: auto;
    margin: 0 0 10px
}

#ingspj {
    font-size: 14px;
    line-height: 1.467em;
    color: #999;
    margin: 0 0 0 5px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#ilkugf {
    display: flex;
    align-items: center;
    min-height: auto;
    margin: 0 0 10px
}

#iui6qm {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 5px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#ijeyja {
    display: flex;
    align-items: center;
    min-height: auto;
    margin: 0 0 10px
}

#ilai3k {
    font-size: 14px;
    line-height: 1.467em;
    color: #999;
    margin: 0 0 0 5px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#i20q32 {
    margin: 0 0 25px;
    line-height: 1.467px;
    border-radius: 9px 9px 9px 9px
}

#i20q32,
#i55eho,
#i9r4tj {
    background-color: #f5f5f5;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .21) inset;
    min-height: 12px
}

#i9r4tj {
    line-height: 1.467px;
    border-radius: 9px 9px 9px 9px
}

#i55eho {
    border-radius: 4px 4px 4px 4px;
    margin: 0 0 25px
}

#icdfoq {
    max-width: 11%;
    min-height: 12px;
    border-radius: 4px 0 0 4px;
    line-height: 1.467px;
    background-image: -webkit-linear-gradient(360deg, #72dcf8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%
}

#ipbxi4 {
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 546px
}

#i0e2x4,
#i8qct3 {
    position: relative
}

#i8qct3 {
    border-width: 0;
    min-height: 1px;
    max-width: 970px;
    padding: 30px 15px 105px;
    margin: 0 auto
}

.i8qct3_global {
    display: inline-block;
    width: 100%;
    min-height: 200px
}

.i0e2x4_global,
.ipyroh_global {
    display: inline-flex;
    border-radius: 0;
    width: 100%;
    align-items: stretch
}

.i0e2x4_global {
    max-width: 100%;
    height: auto;
    margin: auto
}

.ipyroh_global {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

#igg2gz {
    max-width: 970px;
    padding: 0 15px
}

.i2v7ky_global {
    display: inline-block;
    width: 100%;
    min-height: 200px
}

.igg2gz_global,
.iqninx_global {
    display: inline-flex;
    border-radius: 0;
    width: 100%;
    align-items: stretch
}

.igg2gz_global {
    max-width: 100%;
    height: auto;
    margin: auto
}

.iqninx_global {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

#iqninx {
    padding: 40px 0;
    background-color: #565b64;
    margin: 0 0 -25px
}

#i2v7ky {
    min-height: auto
}

#iiu7cg {
    margin: 0;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center
}

#i02b57 {
    color: #000;
    width: 177px
}

#ivq6yl {
    padding: 0 0 0 35px;
    font-size: 14px;
    line-height: 19px;
    border-left: 1px solid #979797;
    margin: 0 0 0 35px;
    text-align: left;
    flex: 1 0 0
}

.i6su5m_global,
.i7rwup_global,
.ivvduk_global {
    min-height: 50px
}

#igittz {
    font-size: 12px;
    color: #9b9b9b;
    text-align: center;
    margin: 20px 0;
    line-height: 18px
}

#i7rwup {
    min-height: auto;
    width: 30%
}

#isld4j {
    color: #9b9b9b;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    line-height: 18px
}

#i6su5m {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: auto;
    margin: 0 0 15px
}

#ivbleh {
    display: none
}

#im3hzj {
    color: #9b9b9b;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    line-height: 18px;
    margin: 0 0 0 3px
}

#ivvduk {
    flex: 1 0 0;
    min-height: auto
}

#igv912 {
    top: inherit;
    width: 100%;
    min-height: 50px;
    bottom: 0;
    max-width: 1440px
}

.igv912_global {
    position: fixed;
    z-index: 10;
    text-align: center;
    background-color: #fff
}

.igv912_global.hidden,
.irg6h7_global .hidden {
    display: none !important
}

#iw4wlr {
    color: #000;
    width: 160px;
    display: none
}

.iadfoy_global,
.ilp8ht_global {
    min-height: 50px
}

#ilp8ht {
    display: flex;
    min-height: auto;
    padding: 20px 25px 20px 15px;
    width: 970px;
    margin: 0 auto;
    justify-content: center
}

#ivv2x2 {
    display: flex;
    font-size: 18px;
    line-height: 22px;
    font-family: helvetica-regular, Helvetica, Arial, sans-serif
}

#i1takk {
    margin: 0;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .35);
    border-bottom: 4px none #028332;
    padding: 15px 50px;
    background-image: -webkit-linear-gradient(30deg, #056cb8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%;
    line-height: 28px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#iadfoy {
    min-height: auto;
    display: flex;
    align-items: center;
    margin: 0 70px 0 0
}

#im3hzj:hover,
#isld4j:hover {
    display: inline-block;
    text-decoration: underline
}

#il8w4q,
#ilvqn:hover {
    display: block
}

#il8w4q {
    color: #000;
    width: 25%
}

#iswqze {
    max-width: 100%
}

.iiu9nf_global {
    display: inline-block;
    width: 100%;
    min-height: 200px
}

.iswqze_global,
.itzo78_global {
    display: inline-flex;
    border-radius: 0;
    width: 100%;
    align-items: stretch
}

.iswqze_global {
    max-width: 100%;
    height: auto;
    margin: auto
}

.itzo78_global {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.i09jug_global,
.i8ee6q_global,
.i8zghq_global,
.ihsvgh_global {
    min-height: 50px
}

#ihsvgh {
    display: flex;
    flex-direction: row
}

#iti0wg {
    color: #000;
    display: block;
    width: 25%
}

#is5eww {
    font-size: 30px;
    margin: 0 auto;
    line-height: 50px;
    text-align: left;
    font-weight: 700;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif;
    color: #404041
}

#iqornl {
    padding: 0;
    height: 4px;
    margin: 32px auto 22px 0;
    max-width: 181px;
    background-image: -webkit-linear-gradient(360deg, #72dcf8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%
}

#ibtfbt {
    margin: 0 0 25px;
    font-size: 22px;
    line-height: 35px;
    color: #000;
    text-align: left
}

#i8ee6q {
    max-width: 970px;
    margin: 0 auto 50px;
    padding: 0 15px;
    text-align: center
}

#ibuchh {
    font-size: 40px;
    margin: 0 0 20px;
    line-height: 50px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#i8zghq {
    flex: 1 0;
    max-width: 445px;
    padding: 25px 0;
    margin: 0 0 0 45px
}

#i09jug,
#iug32p {
    align-items: center;
    justify-content: flex-start
}

#i09jug {
    display: flex
}

#iug32p {
    flex-direction: column
}

#i539km {
    max-width: 100%;
    padding: 0
}

#ibn0g1 {
    padding: 40px 0 0;
    justify-content: space-around
}

.iug32p_global {
    display: inline-block;
    width: 100%;
    min-height: 200px
}

.i539km_global,
.ibn0g1_global {
    display: inline-flex;
    border-radius: 0;
    width: 100%;
    align-items: stretch
}

.i539km_global {
    max-width: 100%;
    height: auto;
    margin: auto
}

.ibn0g1_global {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

#i5ireq {
    font-size: 30px;
    margin: 37px auto 30px;
    line-height: 41px;
    text-align: center;
    width: 51%;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

.i0tu6y_global {
    display: inline-block;
    width: 100%;
    min-height: 200px
}

.iiok11_global,
.imxb2l_global {
    display: inline-flex;
    border-radius: 0;
    width: 100%;
    align-items: stretch
}

.imxb2l_global {
    max-width: 100%;
    height: auto;
    margin: auto
}

.iiok11_global {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.i0e0mm_global,
.i40q0h_global,
.i4ldwa_global,
.iky3zh_global,
.ikz8ki_global,
.imgxmv_global,
.ipw3vj_global,
.irb138_global,
.iz7bax_global,
.izrb87_global {
    min-height: 50px
}

#imgxmv {
    background-color: #f5f5f5;
    padding: 40px 50px
}

#i4ldwa {
    border: 5px solid #fff
}

#irb138 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 90px;
    padding: 0 15px;
    max-width: 870px
}

#iky3zh {
    display: block;
    width: 33%
}

#ivx0fi {
    margin: 38px auto 0;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    max-width: 226px;
    letter-spacing: .9px
}

#iurmm5 {
    color: #000;
    display: block;
    margin: 20px auto;
    max-width: 240px;
    padding: 3px;
    background-image: -webkit-linear-gradient(0deg, #056cb8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%
}

#i6yjoz {
    margin: 38px auto 0;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    max-width: 226px;
    letter-spacing: .9px
}

#i40q0h {
    display: block;
    width: 33%
}

#i5444j {
    margin: 38px auto 0;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    max-width: 226px;
    letter-spacing: .9px
}

#ikz8ki {
    display: block;
    width: 33%
}

#ipw3vj {
    display: flex;
    max-width: 1009px;
    margin: 0 auto;
    justify-content: space-between
}

#iq7yqa {
    color: #000;
    max-width: 100px
}

#iz7bax {
    display: flex;
    align-items: center
}

#i7vopn {
    color: #000;
    max-width: 100px
}

#izrb87 {
    display: flex;
    align-items: center;
    margin: 0
}

#i0e0mm {
    background-color: #f2fcff;
    margin: 0 30px;
    padding: 44px 15px 30px;
    width: 750px
}

#i9cblp,
#iz3qwy {
    border-radius: 7px 7px 7px 7px
}

#iz3qwy {
    text-align: center;
    padding: 18px 15px;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: .47px;
    background-image: -webkit-linear-gradient(180deg, #3ebaeb 0%, #42bbd9 19.7581%, #45bcce 36.2903%, #45bfb4 81.4516%, #45bfb4 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%;
    box-shadow: -2px 6px 16px 0 rgba(0, 0, 0, .24);
    margin: 0
}

#i9cblp {
    display: none;
    max-width: 459px;
    background-color: #00c249;
    border-bottom: 4px none #028332;
    color: #fff;
    text-decoration: none;
    margin: 0 auto
}

#i3yx0t:hover,
#i9cblp:hover,
#ifkevl:hover,
#ixjwih:hover {
    background-color: #07893a
}

#ihdo4l {
    color: #000;
    font-size: 40px;
    line-height: 53px;
    margin: 0 auto 10px;
    letter-spacing: 1.33px;
    font-weight: 900;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#itiyrl {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 35px;
    letter-spacing: 1.5px;
    font-family: AvenirNext-DemiBold, Helvetica, Arial, sans-serif;
    color: #474848
}

#iue4iw {
    font-size: 20px;
    line-height: 28px;
    font-family: avenir-next-medium, Helvetica, Arial, sans-serif;
    margin: 0 0 40px;
    max-width: 515px
}

#i6csw4,
#ixjwih {
    border-radius: 7px 7px 7px 7px
}

#i6csw4 {
    text-align: center;
    padding: 16px 15px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .56px;
    background-image: -webkit-linear-gradient(30deg, #056cb8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%;
    box-shadow: -2px 6px 16px 0 rgba(0, 0, 0, .24);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0
}

#ixjwih {
    display: block;
    background-color: #00c249;
    border-bottom: 4px none #028332;
    color: #fff;
    text-decoration: none;
    margin: 0 auto 0 0;
    max-width: 457px
}

#iybdze {
    position: relative
}

.irliuj_global {
    display: inline-block;
    width: 100%;
    min-height: 200px
}

.ii4jmx_global,
.iybdze_global {
    display: inline-flex;
    border-radius: 0;
    width: 100%;
    align-items: stretch
}

.iybdze_global {
    max-width: 100%;
    height: auto;
    margin: auto
}

.ii4jmx_global {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

#ik4m29 {
    padding: 0 5px;
    width: 111px
}

#inpq6q {
    max-width: auto
}

.id324f_global,
.idwcc8_global,
.isg99j_global {
    min-height: 50px
}

#idwcc8 {
    margin: 0 auto 0 0;
    text-align: left;
    max-width: 550px
}

#i3pp7n {
    font-size: 40px;
    line-height: 46px;
    color: #000;
    letter-spacing: 1.33px;
    display: block;
    font-weight: 700;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#id324f {
    width: 44px;
    min-height: 1px;
    height: 4px;
    margin: 15px 0 25px;
    background-image: -webkit-linear-gradient(360deg, #72dcf8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%
}

#it792s {
    color: #000;
    display: block;
    width: 24px;
    margin: 0 10px 0 0
}

#ij8c8i {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: avenir-next-medium, Helvetica, Arial, sans-serif;
    line-height: 30px
}

#isg99j {
    display: flex;
    align-items: flex-start;
    min-height: auto;
    margin: 0 0 13px
}

#iyfvuk {
    font-size: 16px;
    color: #fff;
    max-width: 500px;
    margin: 0;
    min-height: auto
}

#i0b0qw {
    justify-content: space-between;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative
}

#iejsmh {
    color: #000;
    height: 50px;
    display: block;
    margin: 0 auto -35px
}

#i2cdc {
    min-width: auto;
    max-width: 380px
}

#i2cdc,
.irg6h7_global {
    width: 100%
}

.irg6h7_global .ctr-pointer {
    cursor: pointer
}

.irg6h7_global .comment-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 40px;
    width: 100%
}

.irg6h7_global .comment-title span {
    padding-right: 5px
}

.irg6h7_global .comment-content {
    display: flex;
    padding-left: 15px;
    padding-right: 15px
}

.irg6h7_global .content-item {
    display: flex;
    padding: 20px 10px 15px 12px;
    border: 1px solid #dfdfdf;
    width: 33.33%;
    min-height: 240px
}

.irg6h7_global .content-item .star {
    width: auto;
    height: 18px
}

.irg6h7_global .content-item:nth-child(2) {
    margin: 0 20px
}

.irg6h7_global .thumb {
    width: 32px
}

.irg6h7_global .img-view {
    max-width: 32px;
    border-radius: 50%
}

.irg6h7_global .icon-fblike {
    max-width: 11px
}

.irg6h7_global .content_wrap {
    flex: 1 0;
    padding-left: 10px;
    position: relative
}

.irg6h7_global .content_wrap p {
    font-size: 14px;
    line-height: 19px
}

.irg6h7_global .title {
    margin: 0;
    color: #3658a6;
    font-weight: 700;
    font-size: 14px
}

.irg6h7_global .author {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 0
}

.irg6h7_global .author p {
    margin: 0
}

.irg6h7_global .desc ul {
    font-size: 11px;
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding-top: 2px;
    color: #3658a6
}

.irg6h7_global .desc li+li {
    padding-left: 3px
}

.irg6h7_global .desc li.time {
    color: #999
}

#ij547y {
    display: none
}

#irhs6x {
    display: block;
    padding: 0
}

#i3yx0t,
#i95j1q {
    border-radius: 7px 7px 7px 7px
}

#i95j1q {
    text-align: center;
    padding: 15px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .56px;
    background-image: -webkit-linear-gradient(30deg, #056cb8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%;
    box-shadow: -2px 6px 16px 0 rgba(0, 0, 0, .24);
    font-family: AvenirNext-Bold, Helvetica, Arial, sans-serif;
    margin: 0
}

#i3yx0t {
    display: block;
    max-width: 457px;
    color: #fff;
    text-decoration: none;
    margin: 0 auto -60px
}

.i1o5ow_global,
.i2onea_global,
.i2w9zr_global,
.i5trkh_global,
.i9eflh_global,
.ib24fr_global,
.iosqfh_global,
.irmgcl_global,
.isrv6u_global,
.iuj7b6_global,
.ivr6qg_global,
.iyqqc2_global {
    min-height: 50px
}

#i1o5ow,
#i2onea,
#iuj7b6 {
    min-height: 37px;
    text-align: center
}

#izfgkr {
    font-size: 12px;
    color: #9b9b9b;
    margin: 0 3px;
    display: inline;
    line-height: 18px
}

#iosqfh {
    justify-content: center;
    min-height: auto;
    width: 30%
}

#i5itqs {
    font-size: 12px;
    color: #9b9b9b;
    display: inline;
    margin: 0 5px 0 0;
    line-height: 18px
}

#izyv3v {
    color: #000;
    max-width: 20px
}

#idhpah,
#iib2b1,
#iiiqfz,
#ioo7ob {
    color: #000;
    max-width: 20px;
    margin: 0 0 0 3px
}

#isrv6u {
    min-height: auto;
    text-align: center;
    margin: 0 0 10px
}

#i3qmlr,
#i48kwr,
#i4ttly,
#iqktfi,
#izwy5z {
    color: #000;
    max-width: 20px
}

#i5trkh {
    min-height: auto;
    text-align: center
}

#ieqie3,
#ig85x3,
#ihvmst,
#ii4htd,
#iyhkh2 {
    color: #000;
    max-width: 20px
}

#ib24fr {
    min-height: auto;
    text-align: center
}

#i2zj6w,
#i46z5d,
#iepafs,
#ifc9m3,
#izubh1 {
    color: #000;
    max-width: 20px
}

#i9eflh {
    min-height: auto;
    text-align: center
}

#i0wr9a,
#i1bq9h,
#ihwmtt,
#imnhnb,
#ivzgys {
    color: #000;
    max-width: 20px
}

#iyqqc2 {
    min-height: auto;
    text-align: center
}

#i1fxgf,
#ijf2fi,
#iqmahg,
#iqst09,
#itq2zp {
    color: #000;
    max-width: 20px
}

#irmgcl {
    min-height: auto;
    text-align: center
}

#itrat4 {
    line-height: 30px;
    font-size: 22px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#ivr6qg {
    max-width: 38px;
    min-height: 4px;
    margin: 10px 0 32px;
    background-image: -webkit-linear-gradient(360deg, #72dcf8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%
}

#icnyxh {
    margin: 0;
    font-size: 20px;
    color: #000;
    line-height: 27px
}

#i2w9zr {
    margin: 0 0 20px
}

#i8hjrf,
#in5l96 {
    margin: 0;
    color: #000;
    font-family: Roboto, Helvetica, Arial, sans-serif
}

#i8hjrf {
    font-size: 12px;
    line-height: 19px
}

#in5l96 {
    padding: 10px
}

#i1gckh {
    color: #0091ff;
    font-weight: 700
}

#ifkevl {
    display: block;
    max-width: 410px;
    background-color: #00c249;
    border-bottom: 4px none #028332;
    border-radius: 7px 7px 7px 7px;
    color: #fff;
    text-decoration: none
}

#i55uzl,
#ib4w8h,
#ith0ue {
    color: #000
}

#iii7ur,
#ijbtd6 {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    text-decoration: none
}

#ijbtd6 {
    color: #9b9b9b;
    font-size: 12px;
    display: inline-block;
    line-height: 18px;
    margin: 0 0 0 3px
}

#i7t54u:hover,
#idwpnr:hover,
#ijbtd6:hover,
#iuwruf:hover {
    display: inline-block;
    text-decoration: underline
}

#i86wfa {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

#izvt3f {
    color: #000;
    display: block;
    width: 24px;
    margin: 0 10px 0 0
}

#im739k {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: avenir-next-medium, Helvetica, Arial, sans-serif;
    line-height: 30px
}

#iu3duj {
    display: flex;
    align-items: flex-start;
    min-height: auto;
    margin: 0 0 13px
}

#io3yzi {
    color: #000;
    display: block;
    width: 24px;
    margin: 0 10px 0 0
}

#i6rx1o {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: avenir-next-medium, Helvetica, Arial, sans-serif;
    line-height: 30px
}

#i39rix {
    display: flex;
    align-items: flex-start;
    min-height: auto;
    margin: 0 0 13px
}

#icwvrp {
    color: #000;
    display: block;
    width: 24px;
    margin: 0 10px 0 0
}

#i9yoky {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: avenir-next-medium, Helvetica, Arial, sans-serif;
    line-height: 30px
}

#i547wb {
    display: flex;
    align-items: flex-start;
    min-height: auto;
    margin: 0 0 13px
}

#irliuj {
    position: relative;
    min-height: auto;
    padding: 50px 15px 32px 16px;
    color: #000;
    max-width: 970px;
    margin: 0 auto
}

#i2e06o {
    color: #feee00
}

#i2e06o,
#iq9zrf {
    font-family: AvenirNext-Heavy, Helvetica, Arial, sans-serif
}

#iuhrwi {
    text-align: center;
    font-size: 19px;
    color: #fff;
    margin: 0 auto;
    line-height: 28px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#iz1p2p {
    min-height: auto
}

#iosz5i {
    max-width: 1340px;
    padding: 0 15px
}

#ime51p {
    background-color: #000;
    padding: 30px 0 25px;
    margin: -6px 0 0
}

#idwpnr,
#ifwkry {
    font-size: 12px;
    color: #9b9b9b;
    line-height: 18px
}

#idwpnr {
    text-decoration: none;
    display: inline-block
}

#ifwkry {
    display: inline
}

#i0w2ff,
#i3d9n7,
#ilei2h {
    letter-spacing: 1.06px
}

#i1lld6 {
    width: 100%
}

#ixhd95 {
    width: 50%
}

#i5u0n3,
#ixndbg {
    color: #000;
    display: block;
    margin: 20px auto;
    max-width: 240px;
    padding: 3px;
    background-image: -webkit-linear-gradient(0deg, #056cb8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%
}

#i0cffm {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* display: none */
}

#irki4j {
    margin: 0;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .56px;
    background-image: -webkit-linear-gradient(30deg, #056cb8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%;
    box-shadow: -2px 6px 16px 0 rgba(0, 0, 0, .24);
    border-radius: 7px 7px 7px 7px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700
}

#i7t54u,
#iuwruf {
    color: #9b9b9b;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    line-height: 18px;
    margin: 0 0 0 3px
}

#i8ubri {
    margin: 26px 0 30px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    padding: 0 2% 0 0
}

#ip6ucp {
    font-size: 26px;
    color: red
}

#i55l47,
#i87zy4 {
    color: #000;
    display: block;
    width: 25%
}

#ixp9gr {
    line-height: 30px;
    font-size: 22px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#ifuu7u {
    max-width: 38px;
    min-height: 4px;
    margin: 10px 0;
    background-image: -webkit-linear-gradient(360deg, #72dcf8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%
}

#i0q3xw {
    margin: 0;
    font-size: 20px;
    color: #000;
    line-height: 27px
}

#imrpqj {
    line-height: 30px;
    font-size: 22px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#iagmfk {
    max-width: 38px;
    min-height: 4px;
    margin: 10px 0;
    background-image: -webkit-linear-gradient(360deg, #72dcf8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%
}

#ihmwlk {
    margin: 0;
    font-size: 20px;
    color: #000;
    line-height: 27px
}

#i1mvvw {
    margin: 0 0 20px
}

#i7mlkq {
    width: 50%
}

#i91ouf {
    font-size: 40px;
    margin: 0 0 20px;
    line-height: 53px;
    letter-spacing: 1.33px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#ixgewp {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.18px
}

#iin4ox {
    flex: 1 0;
    max-width: 425px;
    margin: 0 45px 0 0;
    padding: 25px 0
}

#iiguri {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.ivq2r6_global {
    position: relative;
    overflow: hidden
}

.ivq2r6_global .hidden:not([data-gjs-type]) {
    display: none !important
}

.ivq2r6_global .js-video {
    position: relative
}

.ivq2r6_global .js-video .tmp-thumb {
    position: relative;
    z-index: 2;
    width: 100%
}

.ivq2r6_global .js-video .img-view {
    position: relative;
    width: 100%;
    height: 0
}

.ivq2r6_global .js-video .wistia_embed {
    width: 100%;
    height: 100%
}

.ivq2r6_global .js-video iframe,
.ivq2r6_global .js-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.ivq2r6_global .layer-over-video {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 50ms ease
}

.ivq2r6_global .layer-over-video.hide {
    opacity: 0;
    pointer-events: none
}

.ivq2r6_global .layer-over-video .js-play-video {
    cursor: pointer
}

.ivq2r6_global .layer-over-video .js-play-video:empty {
    padding: 20px 0
}

.ivq2r6_global .layer-over-video .js-play-video:empty:before {
    content: "Play Video"
}

.ivq2r6_global .button-box {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    transition: opacity 50ms ease
}

.ivq2r6_global .button-box.show,
.ivq2r6_global .button-box[data-gjs-type] {
    pointer-events: auto;
    opacity: 1;
    background-color: rgba(0, 0, 0, .3)
}

.ivq2r6_global .cta-btn {
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    border: 0;
    color: #fff;
    cursor: pointer;
    background-color: #5fbb49;
    background-image: linear-gradient(to bottom, #a3cc2c 0, #5fbb49 100%);
    padding: 17px 30px;
    font-size: 22px;
    text-decoration: none
}

.ivq2r6_global .heartbeat .cta-btn {
    animation: _heartbeat 5s ease 0s infinite normal
}

.ivq2r6_global .heartbeat .cta-btn:hover {
    animation: none
}

.ivq2r6_global .w-video-wrapper.w-css-reset {
    background-color: transparent !important
}

#ivq2r6 .img-view {
    padding-bottom: 87.58620689655172%
}

#ifcit2 {
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#irg6h7 {
    padding: 0 15px 97px
}

#i4zm3c {
    flex-direction: column
}

#i4zm3c,
#if8rh6 {
    padding: 0
}

#itjjft {
    display: block
}

#icl1w3,
#itjjft {
    width: 100%
}

#irt8nw {
    padding: 20px 15px 22px
}

#i5q5ek {
    font-family: helvetica-bold, Helvetica, Arial, sans-serif
}

#i8gq5h {
    margin: 0
}

#ifyt9f {
    width: 25px;
    margin: 0 3px 0 0;
    position: relative;
    top: 10px
}

#i8q0i5,
#izjtdh {
    font-family: helvetica-regular, Helvetica, Arial, sans-serif
}

#i8q0i5 {
    font-size: 15px;
    line-height: 24px;
    margin: 15px 0
}

#izjtdh {
    position: static;
    margin: 20px 0 5px;
    font-weight: 400
}

#iscb2f {
    color: #00aeef;
    display: inline
}

#izatjf {
    display: inline;
    margin: 0 0 0 4px
}

#irgo3x {
    width: 85px
}

#iob05v {
    display: block
}

#ib1xv9,
#iob05v {
    width: 100%
}

#i3o32g {
    width: 85px
}

#imz18l {
    font-size: 15px;
    line-height: 24px;
    font-family: helvetica-regular, Helvetica, Arial, sans-serif;
    margin: 15px 0
}

#isn7ax {
    color: #00aeef;
    display: inline
}

#ih8p0e {
    display: inline;
    margin: 0 0 0 4px
}

#i97wqg {
    position: static;
    margin: 20px 0 5px;
    font-family: helvetica-regular, Helvetica, Arial, sans-serif;
    font-weight: 400
}

#i3bukk {
    width: 25px;
    margin: 0 3px 0 0;
    position: relative;
    top: 10px
}

#ivalvx {
    font-family: helvetica-bold, Helvetica, Arial, sans-serif
}

#i4tms4 {
    margin: 0
}

#ixluz7 {
    padding: 20px 15px 22px
}

#iicnyt {
    flex-direction: column;
    padding: 0
}

#ij9auy {
    display: block
}

#if7epm,
#ij9auy {
    width: 100%
}

#i0a5nd {
    width: 85px
}

#ibqrd2 {
    font-size: 15px;
    line-height: 24px;
    font-family: helvetica-regular, Helvetica, Arial, sans-serif;
    margin: 15px 0
}

#ithemg {
    color: #00aeef;
    display: inline
}

#i6j4gb {
    display: inline;
    margin: 0 0 0 4px
}

#i32wy1 {
    position: static;
    margin: 20px 0 5px;
    font-family: helvetica-regular, Helvetica, Arial, sans-serif;
    font-weight: 400
}

#ilrklg {
    width: 25px;
    margin: 0 3px 0 0;
    position: relative;
    top: 10px
}

#isb08h {
    font-family: helvetica-bold, Helvetica, Arial, sans-serif
}

#i9orek {
    margin: 0
}

#i5zhd8 {
    padding: 20px 15px 22px
}

#i0paif {
    flex-direction: column;
    padding: 0
}

#i14v19,
#i1sy3r {
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#i6b75j {
    color: #feee00
}

#i6b75j,
#id7ev8 {
    font-family: AvenirNext-Heavy, Helvetica, Arial, sans-serif
}

#in1cfh {
    text-align: center;
    font-size: 19px;
    color: #fff;
    margin: 0 auto;
    line-height: 28px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#i8ba8t {
    min-height: auto
}

#i4h4ai {
    max-width: 1340px;
    padding: 0 15px
}

#ik7c8u {
    background-color: #000;
    padding: 30px 0 25px;
    margin: -6px 0 0
}

#iyv9b9 {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none
}

#i2c6sz,
#iwa61q {
    border-radius: 7px 7px 7px 7px
}

#i2c6sz {
    margin: 0;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .56px;
    background-image: -webkit-linear-gradient(30deg, #056cb8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%;
    box-shadow: -2px 6px 16px 0 rgba(0, 0, 0, .24);
    font-family: AvenirNext-Bold, Helvetica, Arial, sans-serif
}

#iwa61q {
    display: block;
    max-width: 410px;
    background-color: #00c249;
    border-bottom: 4px none #028332;
    color: #fff;
    text-decoration: none
}

#iwa61q:hover {
    background-color: #07893a
}

#iige5l {
    padding: 0;
    display: flex;
    align-items: center;
    position: relative
}

#iebr0h {
    border-width: 0;
    min-height: 1px;
    max-width: 1350px;
    padding: 72px 15px 50px;
    margin: 0 auto
}

#iebr0h,
#ii2phh {
    position: relative
}

#id55mr,
html.no-webp #id55mr {
    background-image: url(./bottom-dk.jpg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: cover
}

html.no-webp #id55mr {
    background-image: url(./bottom-dk.jpg)
}

#i2ty4v {
    width: 100%;
    max-width: 503px
}

#iiu9nf {
    min-height: auto
}

#iazqhl {
    min-height: 50px;
    width: 35%
}

#ik9usu {
    min-height: 50px;
    flex: 1 0;
    max-width: 500px;
    margin: 0 0 0 70px
}

#iq0c0y {
    margin: 0;
    font-size: 40px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif;
    line-height: 46px;
    letter-spacing: 1.33px;
    color: #000;
    padding: 0 7% 0 0
}

#iwo7y3 {
    margin: 25px 0 30px;
    font-family: AvenirNext-DemiBold, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 29px;
    color: #000
}

#iblxqg {
    margin: 0;
    font-family: avenir-next-medium, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: rgba(0, 0, 0, .85)
}

#iagsvu {
    max-width: 38px;
    min-height: 4px;
    margin: 10px 0;
    background-image: -webkit-linear-gradient(360deg, #72dcf8 0%, #35ccf5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%
}

#ifqhb3 {
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px
}

#ign8kl,
#ioxoe2 {
    width: 24px;
    margin: 0 10px 0 0
}

#ir5ola {
    margin: 0;
    font-family: avenir-next-medium, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: rgba(0, 0, 0, .85)
}

#ighcnd {
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px
}

#i90xnn {
    width: 24px;
    margin: 0 10px 0 0
}

#inhus1 {
    margin: 0;
    font-family: avenir-next-medium, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: rgba(0, 0, 0, .85)
}

#i06vqw {
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px
}

#i0n1j4 {
    width: 24px;
    margin: 0 10px 0 0
}

#it4hcw {
    margin: 0;
    font-family: avenir-next-medium, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: rgba(0, 0, 0, .85)
}

#iitzob {
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px
}

#i14bxi {
    color: red;
    font-size: 26px;
    font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
}

#ipyroh,
html.no-webp #ipyroh {
    background-image: url(./top-banner.jpg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover
}

html.no-webp #ipyroh {
    background-image: url(./top-banner.jpg)
}

#ij74wd {
    color: #9b9b9b;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    line-height: 18px;
    margin: 0 0 0 3px
}

#ij74wd:hover {
    display: inline-block;
    text-decoration: underline
}

@media (max-width:1023px) {
    #ij1sxm {
        margin: 0 0 20px
    }

    #ireil5 {
        display: flex;
        flex-direction: row
    }

    #ihp0uk {
        margin: 0 0 20px
    }

    #i1vctr {
        display: flex
    }

    #imhfbg {
        margin: 0 0 20px
    }

    #idhgwj {
        display: flex
    }

    #iwpwhy {
        text-align: left;
        font-size: 20px;
        width: 100%
    }

    #i804s5,
    #ijdgdf,
    #ilirxp {
        display: block;
        margin: 0 auto
    }

    #iygppg {
        text-align: left
    }

    #iqzkgc {
        font-size: 20px;
        width: auto
    }

    #i7zyyq,
    #iqzkgc {
        text-align: left
    }

    #ie5cpm {
        font-size: 20px;
        width: 100%
    }

    #ie5cpm,
    #ipa9q6 {
        text-align: left
    }

    #iqeriz {
        background-position: right center
    }

    #iql6l5 {
        margin: 0;
        max-width: 100%
    }

    #i02b57 {
        width: 189px
    }

    #iqninx {
        padding: 40px 0 90px
    }

    #ilp8ht {
        width: 100%;
        padding: 10px
    }

    #i1takk {
        font-size: 15px;
        margin: 0 auto
    }

    #ibuchh,
    #is5eww {
        font-size: 25px;
        width: 100%
    }

    #ibuchh {
        font-size: 35px;
        line-height: 40px
    }

    #i8zghq {
        padding: 20px 15px 20px 30px;
        margin: 0
    }

    #i5ireq,
    #iug32p {
        width: 100%
    }

    #i5ireq {
        font-size: 25px;
        margin: 30px auto 20px
    }

    #irb138 {
        margin: 0 auto 30px
    }

    #iurmm5 {
        width: 100%
    }

    #imgxmv {
        padding: 30px 15px
    }

    #ihdo4l {
        margin: 0 auto 20px
    }

    #idwcc8 {
        max-width: 550px;
        padding: 0
    }

    #i8ee6q {
        margin: 0 auto 20px
    }

    #iue4iw {
        padding: 0 10% 0 0
    }

    #igv912 {
        top: inherit;
        width: 100%;
        min-height: 50px;
        bottom: 0;
        max-width: 1440px;
        background-color: rgba(0, 0, 0, .8)
    }

    #i40q0h,
    #iky3zh,
    #ikz8ki {
        width: 31.5%
    }

    #i2w9zr {
        margin: 0 0 20px
    }

    #iyfvuk {
        max-width: 450px
    }

    #iii7ur {
        display: none
    }

    #i8qct3 {
        padding: 50px 15px
    }

    #iadfoy {
        display: none
    }

    #ixhd95 {
        display: flex;
        align-items: center
    }

    #i5u0n3,
    #idohsu,
    #ixndbg {
        width: 100%
    }

    #idohsu {
        max-width: 100%
    }

    #i1mvvw,
    #i4h95b {
        margin: 0 0 20px
    }

    #i7mlkq {
        /* display: flex; */
        align-items: center
    }

    #i91ouf {
        width: 100%;
        font-size: 35px;
        line-height: 40px
    }

    #iin4ox {
        padding: 20px 30px 20px 15px;
        margin: 0
    }

    #iebr0h {
        padding: 50px 15px
    }

    #i2ty4v {
        flex: 1 0
    }

    #i7rwup,
    #iosqfh {
        width: 40%
    }

    #iige5l {
        flex-direction: row;
        display: flex
    }

    #isld4j {
        display: inline
    }

    #iswqze {
        padding: 0
    }

    #irliuj {
        padding: 50px 15px 32px 30px
    }

    #iwa61q {
        width: 100%
    }

    #iazqhl {
        max-width: 100%;
        width: 40%
    }

    #ik9usu {
        width: 50%;
        padding: 0 0 0 20px;
        margin: 0
    }

    #iq0c0y {
        padding: 0
    }

    #ipyroh {
        background-position: center center
    }
}

@media (min-width:992px) {
    .i3qwyb_global {
        top: auto;
        bottom: 10px
    }
}

@media (max-width:768px) {
    .gjs-row {
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    #ireil5 {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin: 0 0 25px
    }

    #iwpwhy {
        text-align: left;
        font-size: 20px;
        padding: 0;
        min-height: 0;
        margin: 0 0 10px;
        width: 80%;
        font-family: AvenirNext-Bold, Helvetica, Arial, sans-serif
    }

    #iygppg {
        text-align: left;
        font-size: 16px
    }

    #iufx6n {
        flex-direction: column
    }

    #i1vctr {
        margin: 0 0 25px
    }

    #i1vctr,
    #idhgwj {
        width: 100%
    }

    #iqeriz {
        background-image: none;
        background-position: right center;
        padding: 30px 0
    }

    #idohsu {
        font-size: 23px;
        max-width: 100%;
        line-height: 27px;
        margin: 0 auto 60px;
        letter-spacing: .77px
    }

    #i1x3ya {
        font-size: 22px;
        line-height: 30px
    }

    #i126oj {
        margin: 0 0 10px
    }

    #ihx6ki {
        display: block;
        margin: 0 0 35px
    }

    #i71gzw,
    #iu13yj {
        padding: 0
    }

    #i71gzw {
        margin: 0
    }

    #i10l46 {
        width: 120px;
        padding: 0 0 0 10px
    }

    #iiu7cg {
        flex-direction: column;
        padding: 10px 0
    }

    #i02b57 {
        width: 189px
    }

    #ivq6yl {
        border-left: 1px none #979797;
        padding: 0;
        margin: 5px 0 0;
        text-align: center;
        font-size: 14px;
        line-height: 19px
    }

    #igittz {
        margin: 0 0 10px;
        letter-spacing: normal
    }

    #i6su5m {
        display: block
    }

    #i7rwup {
        text-align: center;
        width: 100%;
        line-height: 24px
    }

    #iqninx {
        padding: 30px 0
    }

    #ilvqn {
        display: block
    }

    #ifjl3f {
        margin: 0
    }

    #izsk5a {
        width: 100%;
        margin: 0 0 10px
    }

    #ipvbhd,
    #iui6qm {
        font-size: 11px;
        line-height: 15px
    }

    #igv912 {
        top: inherit;
        width: 100%;
        min-height: 50px;
        bottom: 0;
        max-width: 1440px
    }

    #i7zyyq,
    #ipa9q6 {
        font-size: 16px
    }

    #itzo78 {
        display: block
    }

    #is5eww {
        width: 100%;
        max-width: 100%;
        line-height: 37px;
        letter-spacing: .87px;
        font-size: 27px
    }

    #iqornl {
        max-width: 38px
    }

    #ibtfbt {
        font-size: 16px;
        line-height: 22px;
        color: #404041
    }

    #ibuchh {
        width: 100%;
        max-width: 100%;
        line-height: 33px;
        font-size: 29px
    }

    #i8zghq {
        max-width: auto;
        padding: 30px 15px 20px
    }

    #i09jug {
        flex-direction: column;
        margin: 0;
        justify-content: center;
        align-items: center
    }

    #ibn0g1 {
        padding: 0
    }

    #i5ireq {
        width: 100%;
        font-size: 22px;
        max-width: 100%;
        line-height: 30px;
        margin: 0 auto 30px;
        letter-spacing: .83px
    }

    #irb138 {
        flex-direction: column;
        padding: 0;
        margin: 0 auto
    }

    #i4ldwa {
        border: 5px #fff
    }

    #imgxmv {
        padding: 27px 15px 43px
    }

    #iky3zh,
    #ikz8ki {
        width: 100%;
        padding: 0;
        margin: 0 0 50px
    }

    #i40q0h {
        width: 100%
    }

    #iurmm5 {
        margin: 0 auto 28px
    }

    #ipw3vj {
        flex-direction: column;
        position: relative
    }

    #i0e0mm {
        margin: 0;
        padding: 26px 0 35px;
        width: auto
    }

    #iz7bax {
        position: absolute;
        right: 0;
        bottom: 549px;
        top: -26px;
        left: 0
    }

    #iq7yqa {
        max-width: 48px
    }

    #ipbxi4 {
        margin: 0 0 15px;
        padding: 0 15px;
        font-size: 16px
    }

    #i7vopn {
        max-width: 48px
    }

    #izrb87 {
        position: absolute;
        bottom: -21px;
        right: 1.01400000000001px
    }

    #icerkf {
        margin: 0
    }

    #iz3qwy {
        line-height: 17px;
        padding: 15px;
        background-image: -webkit-linear-gradient(30deg, #056cb8 0%, #35ccf5 100%);
        background-repeat: repeat;
        background-position: 0 0;
        background-attachment: scroll;
        background-size: 100%;
        font-weight: 900;
        font-family: AvenirNext Bold, Helvetica, Arial, sans-serif
    }

    #i9cblp {
        display: block;
        margin: 40px auto 0;
        max-width: auto;
        width: 100%
    }

    #ihdo4l {
        font-size: 30px;
        max-width: 285px;
        line-height: 38px;
        text-align: center;
        margin: 0 auto 10px;
        letter-spacing: 1px
    }

    #itiyrl,
    #iue4iw {
        margin: 0 auto 25px;
        text-align: center;
        line-height: 26px
    }

    #itiyrl {
        letter-spacing: 1.25px;
        font-size: 20px;
        max-width: 285px
    }

    #iue4iw {
        font-size: 16px;
        padding: 0;
        max-width: 275px
    }

    #i6csw4 {
        line-height: 17px;
        letter-spacing: .47px;
        padding: 15px;
        font-size: 17px
    }

    #ixjwih {
        margin: 0 auto;
        padding: 0;
        max-width: auto;
        width: 100%
    }

    #iajv1i,
    #ilai3k,
    #ingspj {
        font-size: 11px;
        line-height: 15px
    }

    #i3pp7n {
        font-size: 26px;
        line-height: 35px;
        letter-spacing: .87px;
        display: inline-block;
        margin: 0 0 5px
    }

    #id324f {
        height: 3px;
        margin: 15px 0
    }

    #it792s {
        margin: 0 10px 0 0
    }

    #ij8c8i {
        font-size: 15px;
        line-height: 20px
    }

    #isg99j {
        align-items: flex-start;
        margin: 0 0 10px
    }

    #i0b0qw {
        flex-direction: column-reverse;
        position: static
    }

    #iejsmh {
        margin: 0 auto 25px;
        height: 46px
    }

    #i2cdc {
        max-width: 315px
    }

    #i804s5,
    #ijdgdf,
    #ilirxp {
        margin: 0 auto 0 0
    }

    #i5444j {
        line-height: 24px;
        letter-spacing: .9px;
        max-width: 80%;
        margin: 0 auto
    }

    #i6yjoz {
        width: 100%
    }

    #i6yjoz,
    #ivx0fi {
        line-height: 24px;
        letter-spacing: .9px;
        max-width: 80%;
        margin: 0 auto
    }

    #i9dzfo {
        font-size: 28px;
        line-height: 38px;
        margin: 0;
        text-align: left
    }

    #icheoh {
        font-size: 12px;
        line-height: 16px;
        text-align: left
    }

    #i95j1q {
        line-height: 17px;
        letter-spacing: .47px;
        padding: 16px 15px;
        font-size: 17px
    }

    #i3yx0t {
        display: none
    }

    #i5itqs {
        margin: 0 0 10px
    }

    #i5itqs,
    #izfgkr {
        letter-spacing: normal
    }

    #iosqfh {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 0 15px
    }

    #iqst09,
    #itq2zp {
        max-width: 14px
    }

    #iqmahg {
        width: 32px
    }

    #i0wr9a,
    #i1bq9h,
    #i1fxgf,
    #i2zj6w,
    #i3qmlr,
    #i46z5d,
    #i48kwr,
    #i4ttly,
    #iepafs,
    #ieqie3,
    #ifc9m3,
    #ig85x3,
    #ihvmst,
    #ihwmtt,
    #ii4htd,
    #ijf2fi,
    #imnhnb,
    #iqktfi,
    #iqmahg,
    #ivzgys,
    #iyhkh2,
    #izubh1,
    #izwy5z {
        max-width: 14px
    }

    #idhpah,
    #iib2b1,
    #iiiqfz,
    #ioo7ob,
    #izyv3v {
        max-width: 15px
    }

    #isrv6u {
        text-align: left;
        margin: 0 0 20px
    }

    #icnyxh,
    #itrat4 {
        font-size: 18px;
        line-height: 21px
    }

    #icnyxh {
        font-size: 16px
    }

    #ihsvgh {
        align-items: center;
        min-height: auto
    }

    #ifkevl {
        max-width: auto;
        width: 100%;
        margin: 0 auto
    }

    #i8qct3 {
        padding: 124% 15px 44px
    }

    #izvt3f {
        margin: 0 10px 0 0
    }

    #im739k {
        font-size: 15px;
        line-height: 20px
    }

    #iu3duj {
        align-items: flex-start;
        margin: 0 0 10px
    }

    #io3yzi {
        margin: 0 10px 0 0
    }

    #i6rx1o {
        font-size: 15px;
        line-height: 20px
    }

    #i39rix {
        align-items: flex-start;
        margin: 0 0 10px
    }

    #icwvrp {
        margin: 0 10px 0 0
    }

    #i9yoky {
        font-size: 15px;
        line-height: 20px
    }

    #i547wb {
        align-items: flex-start;
        margin: 0 0 10px
    }

    #iq9zrf {
        font-weight: 400
    }

    #iuhrwi {
        font-size: 19px;
        line-height: 27px
    }

    #ime51p {
        background-color: #000
    }

    #ifwkry {
        margin: 0 0 10px;
        letter-spacing: normal
    }

    #ialfno {
        padding: 35px 0
    }

    #i8ee6q {
        padding: 30px 15px;
        margin: 0 auto
    }

    #ivr6qg {
        margin: 10px 0 30px
    }

    #i1o5ow,
    #i2onea,
    #iuj7b6 {
        margin: 0 0 28px;
        display: none
    }

    #il8w4q,
    #iti0wg {
        width: 50%
    }

    #ixhd95 {
        width: 100%;
        margin: 0
    }

    #i5u0n3,
    #ixndbg {
        margin: 0 auto 28px
    }

    #irliuj {
        padding: 45px 0 84%
    }

    #idwcc8 {
        padding: 0 15px;
        max-width: 100%
    }

    #i2vbvm {
        align-items: center;
        justify-content: center
    }

    #irki4j {
        font-size: 21px;
        line-height: 28px;
        letter-spacing: .39px;
        padding: 10px 15px
    }

    #i55l47,
    #i87zy4 {
        width: 50%
    }

    #ixp9gr {
        font-size: 18px;
        line-height: 21px
    }

    #ifuu7u {
        margin: 10px 0 13px
    }

    #i0q3xw,
    #imrpqj {
        font-size: 16px;
        line-height: 21px
    }

    #imrpqj {
        font-size: 18px
    }

    #iagmfk {
        margin: 10px 0 13px
    }

    #ihmwlk {
        font-size: 16px;
        line-height: 21px
    }

    #iug32p {
        flex-direction: column-reverse
    }

    #i7mlkq {
        width: 100%;
        margin: 0
    }

    #i91ouf {
        width: 100%;
        max-width: 100%;
        line-height: 33px;
        font-size: 29px
    }

    #ixgewp {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal
    }

    #iin4ox {
        max-width: auto;
        padding: 20px 15px 37px
    }

    #iiguri {
        flex-direction: column-reverse;
        margin: 0;
        justify-content: center;
        align-items: center
    }

    #irg6h7 {
        padding: 0 15px 40px
    }

    #id7ev8 {
        font-weight: 400
    }

    #in1cfh {
        font-size: 19px;
        line-height: 27px
    }

    #ik7c8u {
        background-color: #000
    }

    #i2c6sz {
        line-height: 17px;
        letter-spacing: .47px;
        padding: 16px 15px;
        font-size: 17px
    }

    #iwa61q {
        max-width: auto;
        width: 100%;
        margin: 0 auto
    }

    #iige5l {
        flex-direction: column-reverse;
        position: static
    }

    #iebr0h {
        padding: 22px 15px 119%
    }

    #iagsvu {
        margin: 10px 0 13px
    }

    #id55mr,
    html.no-webp #id55mr {
        background-image: url(./bottom-mb.jpg.webp);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-attachment: scroll;
        background-size: cover
    }

    html.no-webp #id55mr {
        background-image: url(./bottom-mb.jpg)
    }

    #ik9usu {
        width: 100%;
        padding: 0
    }

    #i2ty4v {
        display: none
    }

    #iq0c0y {
        font-size: 26px;
        line-height: 35px;
        letter-spacing: .87px
    }

    #iblxqg,
    #inhus1,
    #ir5ola,
    #it4hcw {
        font-size: 15px;
        line-height: 20px
    }

    #iwo7y3 {
        font-size: 17px
    }

    #i14bxi {
        font-size: 20px
    }

    #iazqhl {
        display: none
    }

    #isld4j,
    #isld4j:hover {
        display: inline-block
    }

    #iyfvuk {
        max-width: 100%
    }

    #ip6ucp {
        font-size: 20px
    }

    #i8ubri {
        font-size: 17px
    }

    #ie5cpm,
    #iqzkgc {
        font-family: AvenirNext-Bold, Helvetica, Arial, sans-serif
    }

    #ipyroh,
    html.no-webp #ipyroh {
        background-image: url(./top-mb.jpg.webp);
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: scroll;
        background-size: cover
    }

    html.no-webp #ipyroh {
        background-image: url(./top-mb.jpg)
    }
}

@media (max-width:480px) {
    .irg6h7_global .comment-content {
        flex-direction: column
    }

    .irg6h7_global .comment-title span {
        padding-right: 0
    }

    .irg6h7_global .content-item {
        width: 100%
    }

    .irg6h7_global .content-item:nth-child(2) {
        margin: 20px 0
    }

    .irg6h7_global .comment-title {
        flex-direction: column
    }
}