@media only screen and (max-width:550px) {
    .flo-shcode-instgm-container .img-block {
        width: 50% !important
    }
}

.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.selectboxit-container * {
    font: 14px Helvetica, Arial;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: 0;
    white-space: nowrap
}

.selectboxit-container .selectboxit {
    width: 220px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative
}

.selectboxit-container .selectboxit-options a,
.selectboxit-container span {
    height: 30px;
    line-height: 30px;
    display: block
}

.selectboxit-container .selectboxit:focus {
    outline: 0
}

.selectboxit-options .selectboxit-disabled,
.selectboxit.selectboxit-disabled {
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default
}

.selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left
}

.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px
}

.selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    border-radius: 6px;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px
}

.selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none
}

.selectboxit-optgroup-header,
.selectboxit-option {
    text-indent: 5px;
    margin: 0;
    list-style-type: none
}

.selectboxit-option-first {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

.selectboxit-optgroup-header + .selectboxit-option-first {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.selectboxit-option-last {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.selectboxit-optgroup-header {
    font-weight: 700
}

.selectboxit-optgroup-header:hover {
    cursor: default
}

.selectboxit-arrow-container {
    width: 30px;
    position: absolute;
    right: 0
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%
}

.selectboxit-option-icon-container {
    float: left
}

.selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left
}

.selectboxit-rendering {
    display: inline-block !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important
}

.jqueryui .ui-icon {
    background-color: inherit
}

.jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.selectboxit-btn {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #b3b3b3;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) #b3b3b3
}

.selectboxit-btn.selectboxit-enabled:active,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:hover {
    color: #333;
    background-color: #e6e6e6
}

.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px
}

.selectboxit-default-arrow {
    width: 0;
    height: 0;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.selectboxit-list {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.selectboxit-list .selectboxit-option-anchor {
    color: #333
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
    color: #999
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d4d4d4
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #d4d4d4;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #d4d4d4;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #d4d4d4;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    width: 100%
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button,
input,
select {
    overflow: visible
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: ButtonText dotted 1px
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=radio],
[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

:focus {
    outline: 0 !important;
    box-shadow: none
}

.arrow-circle-sm,
.back-to-top,
.back-to-top:before,
.btn-icon,
.btn-scrollto,
.c-testimonials .slick-arrow,
.contact-link__icon:before,
.form-ui .checkbox-group input[type=checkbox] + label:before,
.form-ui .radio-group input[type=radio] + label:before,
.header-main .logo,
.icon-social,
.nav-header .nav-primary .nav-item-cart .nav-link:after,
.nav-header .nav-primary .nav-item-myaccount .nav-link:after,
.page-contact .gform_wrapper form .checkbox-group input[type=checkbox] + label:before,
.page-contact .gform_wrapper form .radio-group input[type=radio] + label:before,
.search-form .checkbox-group input[type=checkbox] + label:before,
.search-form .radio-group input[type=radio] + label:before,
.sprite,
.sticky .post-preview__date:before {
    background-image: url(../images/sprite.png)
}

.sprite-icon-cart--black {
    background-position: 0 0;
    width: 18px;
    height: 17px
}

.nav-header .nav-primary .nav-item-cart .nav-link:after,
.sprite-icon-cart--blue {
    background-position: 0 -17px;
    width: 18px;
    height: 17px
}

.sprite-icon-cart--green {
    background-position: 0 -34px;
    width: 18px;
    height: 17px
}

.nav-header .nav-primary .nav-item-cart .nav-link:hover:after,
.sprite-icon-cart--red {
    background-position: 0 -51px;
    width: 18px;
    height: 17px
}

.sprite-icon-cart--white {
    background-position: 0 -68px;
    width: 18px;
    height: 17px
}

.form-ui .checkbox-group input[type=checkbox] + label:before,
.page-contact .gform_wrapper form .checkbox-group input[type=checkbox] + label:before,
.search-form .checkbox-group input[type=checkbox] + label:before,
.sprite-icon-checkbox {
    background-position: 0 -85px;
    width: 18px;
    height: 18px
}

.sprite-icon-myaccount--white {
    background-position: 0 -103px;
    width: 18px;
    height: 18px
}

.nav-header .nav-primary .nav-item-myaccount .nav-link:hover:after,
.sprite-icon-myaccount--red {
    background-position: 0 -121px;
    width: 18px;
    height: 18px
}

.nav-header .nav-primary .nav-item-myaccount .nav-link:after,
.sprite-icon-myaccount--green {
    background-position: 0 -139px;
    width: 18px;
    height: 18px
}

.sprite-icon-myaccount--blue {
    background-position: 0 -157px;
    width: 18px;
    height: 18px
}

.form-ui .checkbox-group input[type=checkbox]:checked + label:before,
.page-contact .gform_wrapper form .checkbox-group input[type=checkbox]:checked + label:before,
.search-form .checkbox-group input[type=checkbox]:checked + label:before,
.sprite-icon-checkbox--checked {
    background-position: 0 -175px;
    width: 18px;
    height: 18px
}

.sprite-icon-myaccount--black {
    background-position: 0 -193px;
    width: 18px;
    height: 18px
}

.form-ui .radio-group input[type=radio] + label:before,
.page-contact .gform_wrapper form .radio-group input[type=radio] + label:before,
.search-form .radio-group input[type=radio] + label:before,
.sprite-icon-radio {
    background-position: 0 -211px;
    width: 19px;
    height: 19px
}

.form-ui .radio-group input[type=radio]:checked + label:before,
.page-contact .gform_wrapper form .radio-group input[type=radio]:checked + label:before,
.search-form .radio-group input[type=radio]:checked + label:before,
.sprite-icon-radio--checked {
    background-position: 0 -230px;
    width: 19px;
    height: 19px
}

.sprite-icon-apple {
    background-position: 0 -249px;
    width: 18px;
    height: 21px
}

.icon-close--active,
.icon-close:hover,
.sprite-icon-close--active {
    background-position: 0 -270px;
    width: 22px;
    height: 21px
}

.arrow-circle-sm-left,
.sprite-arrow-circle-sm-left {
    background-position: 0 -291px;
    width: 22px;
    height: 21px
}

.icon-close,
.sprite-icon-close {
    background-position: 0 -312px;
    width: 22px;
    height: 21px
}

.arrow-circle-sm-left--active,
.arrow-circle-sm-left:hover,
.sprite-arrow-circle-sm-left--active {
    background-position: 0 -333px;
    width: 22px;
    height: 21px
}

.arrow-circle-sm-right--active,
.arrow-circle-sm-right:hover,
.sprite-arrow-circle-sm-right--active {
    background-position: 0 -354px;
    width: 22px;
    height: 21px
}

.sprite-icon-windows {
    background-position: 0 -375px;
    width: 22px;
    height: 21px
}

.arrow-circle-sm-right,
.sprite-arrow-circle-sm-right {
    background-position: 0 -396px;
    width: 22px;
    height: 21px
}

.sprite-icon-shortcuts {
    background-position: 0 -417px;
    width: 34px;
    height: 22px
}

.sprite-icon-manual {
    background-position: 0 -438px;
    width: 20px;
    height: 22px
}

.sprite-icon-menu {
    background-position: 0 -460px;
    width: 49px;
    height: 22px
}

.sprite-icon-pin,
.sticky .post-preview__date:before {
    background-position: 0 -482px;
    width: 25px;
    height: 25px
}

.sprite-icon-close--small,
.toggle-mobile-nav--close {
    background-position: 0 -507px;
    width: 25px;
    height: 25px
}

.back-to-top:before,
.btn-scrollto--bottom,
.c-testimonials .slick-arrow,
.sprite-icon-scrolldown {
    background-position: 0 -532px;
    width: 47px;
    height: 27px
}

.contact-link--support:hover .icon-span:before,
.sprite-icon-techsprt--white {
    background-position: 0 -559px;
    width: 29px;
    height: 29px
}

.sprite-icon-licensekey--blue {
    background-position: 0 -587px;
    width: 21px;
    height: 29px
}

.contact-link--license .icon-span:before,
.sprite-icon-licensekey--green {
    background-position: 0 -616px;
    width: 21px;
    height: 29px
}

.sprite-icon-licensekey--red {
    background-position: 0 -644px;
    width: 21px;
    height: 29px
}

.sprite-icon-techsprt--red {
    background-position: 0 -673px;
    width: 29px;
    height: 29px
}

.sprite-icon-techsprt--green {
    background-position: 0 -701px;
    width: 29px;
    height: 29px
}

.contact-link--support .icon-span:before,
.sprite-icon-techsprt--blue {
    background-position: 0 -730px;
    width: 29px;
    height: 29px
}

.contact-link--license:hover .icon-span:before,
.sprite-icon-licensekey--white {
    background-position: 0 -758px;
    width: 21px;
    height: 29px
}

.icon-social--twt,
.sprite-icon-social-twt {
    background-position: 0 -787px;
    width: 34px;
    height: 34px
}

.icon-social--ytb,
.sprite-icon-social-ytb {
    background-position: 0 -821px;
    width: 34px;
    height: 34px
}

.icon-social--inst,
.sprite-icon-social-inst {
    background-position: 0 -855px;
    width: 34px;
    height: 34px
}

.icon-social--gplus,
.sprite-icon-social-gplus {
    background-position: 0 -889px;
    width: 34px;
    height: 34px
}

.icon-social--fcb,
.sprite-icon-social-fcb {
    background-position: 0 -923px;
    width: 34px;
    height: 34px
}

.sprite-arrow-circle-left--white {
    background-position: 0 -957px;
    width: 38px;
    height: 38px
}

.sprite-arrow-circle-right--white {
    background-position: 0 -995px;
    width: 38px;
    height: 38px
}

.arrow-circle-right,
.sprite-arrow-circle-right {
    background-position: 0 -1033px;
    width: 38px;
    height: 38px
}

.arrow-circle-left--active,
.arrow-circle-left:hover,
.sprite-arrow-circle-left--active {
    background-position: 0 -1071px;
    width: 38px;
    height: 38px
}

.arrow-circle-left,
.sprite-arrow-circle-left {
    background-position: 0 -1109px;
    width: 38px;
    height: 38px
}

.arrow-circle-right--active,
.arrow-circle-right:hover,
.sprite-arrow-circle-right--active {
    background-position: 0 -1147px;
    width: 38px;
    height: 38px
}

.header-main .logo,
.sprite-camera-bits-logo {
    background-position: 0 -1185px;
    width: 139px;
    height: 40px
}

.back-to-top,
.sprite-icon-to-top {
    background-position: 0 -1225px;
    width: 42px;
    height: 42px
}

.sprite-icon-v6-batchapply {
    background-position: 0 -1267px;
    width: 63px;
    height: 63px
}

.sprite-icon-v6-catalog {
    background-position: 0 -1330px;
    width: 63px;
    height: 63px
}

.sprite-icon-v6-convert {
    background-position: 0 -1393px;
    width: 63px;
    height: 63px
}

.sprite-icon-v6-64bit {
    background-position: 0 -1456px;
    width: 63px;
    height: 63px
}

.sprite-icons-v6-hotcodes {
    background-position: 0 -1519px;
    width: 63px;
    height: 63px
}

.sprite-icon-v6-selection {
    background-position: 0 -1582px;
    width: 63px;
    height: 63px
}

.sprite-icon-v6-lg-settings {
    background-position: 0 -1645px;
    width: 135px;
    height: 101px
}

.sprite-icon-v6-lg-search {
    background-position: 0 -1745px;
    width: 135px;
    height: 101px
}

.sprite-icon-v6-lg-clientdelivery {
    background-position: 0 -1846px;
    width: 135px;
    height: 101px
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@font-face {
    font-family: pluto_sanscond_bold;
    src: url(../fonts/hvd_fonts_-_plutosanscondbold-webfont.woff2) format("woff2"), url(../fonts/hvd_fonts_-_plutosanscondbold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: pluto_sanscond_heavy;
    src: url(../fonts/hvd_fonts_-_plutosanscondheavy-webfont.woff2) format("woff2"), url(../fonts/hvd_fonts_-_plutosanscondheavy-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: pluto_sanscond_medium;
    src: url(../fonts/hvd_fonts_-_plutosanscondmedium-webfont.woff2) format("woff2"), url(../fonts/hvd_fonts_-_plutosanscondmedium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

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

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

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

@font-face {
    font-family: ACaslonPro-Regular;
    src: url(../fonts/ACaslonPro-Regular.eot)
}

@font-face {
    font-family: ACaslonPro-Regular;
    src: url(../fonts/ACaslonPro-Regular.woff) format("woff"), url(../fonts/ACaslonPro-Regular.svg#ACaslonPro-Regular) format("svg")
}

.story {
    color: #000;
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: -.18px
}

.story p {
    margin: 0 0 1.2em
}

.story p:last-child {
    margin-bottom: 0
}

.story ul,
.story ul li {
    list-style: square
}

.story ol,
.story ol li {
    list-style: decimal
}

.story ol,
.story ul {
    margin: 0 0 1em 1.5em;
    line-height: 1.5
}

.story ol ol,
.story ol ul,
.story ul ol,
.story ul ul {
    margin-bottom: 0
}

.story ol ol {
    list-style: upper-alpha
}

.story ol ol ol {
    list-style: lower-roman
}

.story ol ol ol ol {
    list-style: lower-alpha
}

.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
    text-transform: none;
    margin-bottom: .5em
}

.story a {
    -webkit-transition: color 100ms linear;
    transition: color 100ms linear;
    color: #000;
    text-decoration: underline
}

.story a:hover {
    color: #006993;
    text-decoration: none
}

.story table {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 18px
}

.story table td,
.story table th {
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #ccc
}

.story table th {
    font-weight: 700
}

.story pre {
    border: 1px solid #ccc;
    background: #eee;
    padding: 1em 2em;
    margin-bottom: 1em
}

.story blockquote {
    font-style: italic;
    margin: 1em 3em
}

.story blockquote p:after,
.story blockquote p:before {
    content: '"'
}

.story .attachment img,
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium {
    max-width: 100%;
    height: auto
}

.story .alignleft,
.story img.alignleft {
    display: inline;
    float: left;
    margin-right: 1em
}

.story .alignright,
.story img.alignright {
    display: inline;
    float: right;
    margin-left: 1em
}

.story .aligncenter,
.story img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.story img.aligncenter,
.story img.alignleft,
.story img.alignright {
    margin-bottom: 1em
}

.story .wp-caption {
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center
}

.story .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 11px;
    margin: 0;
    padding: 5px
}

.story .wp-smiley {
    margin: 0
}

.story strong {
    font-weight: 400 !important;
    font-family: DINPro-Bold
}

.story dl {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 1.5em 0 1em
}

.story dt {
    float: left;
    clear: left;
    width: 160px;
    text-align: left;
    font-family: pluto_sanscond_bold;
    color: #5d9732
}

.story dt:after {
    content: ":"
}

.story dd {
    margin: 0 0 0 170px;
    padding: 0 0 .5em;
    line-height: 1.4;
    min-height: 28.5px
}

.story--basic {
    font-family: DINPro
}

.story--basic h2 {
    font-family: pluto_sanscond_bold;
    font-size: 24px;
    letter-spacing: -.29px
}

.story--basic h3 {
    font-family: pluto_sanscond_bold;
    font-size: 20px;
    letter-spacing: -.22px
}

.story--basic h4 {
    font-family: pluto_sanscond_bold;
    font-size: 18px;
    letter-spacing: -.18px
}

.story--basic h5 {
    font-family: pluto_sanscond_bold;
    font-size: 16px;
    letter-spacing: -.13px
}

.story--intro {
    font-family: ACaslonPro-Regular;
    font-size: 21px;
    letter-spacing: -.25px
}

.story--page h3 {
    color: #262626;
    font-family: pluto_sanscond_bold;
    font-size: 18px;
    letter-spacing: -.22px
}

.story--columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

*,
:after,
:before {
    box-sizing: border-box
}

.browsehappy {
    text-align: center;
    margin: 0;
    background: #fff8e2;
    color: #000;
    padding: .5em 0
}

html {
    -webkit-font-smoothing: antialiased
}

body {
    background: #f5f5f5
}

body.page {
    background: #fff
}

.site-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.wrapper-full {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.wrapper-basic {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1200px;
    padding-left: 75px;
    padding-right: 75px;
    box-sizing: border-box;
    margin: 0 auto
}

.header-main {
    width: 100%;
    padding: 34px 0 17px;
    background: 0 0
}

.header-main .wrapper-basic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-main .logo {
    text-indent: -4444px;
    overflow: hidden
}

.header-main .logo h1 {
    height: 0;
    margin: 0
}

.header-main .logo a {
    display: block;
    width: 139px;
    height: 40px
}

.header-main .nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

.header-main .nav .nav-item {
    margin: 0 0 0 4.5%
}

.header-main--white {
    background: #fff
}

.header-main--white .logo {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.header-main--white .nav .nav-link {
    color: #000
}

.toggle-mobile-nav {
    border: 0;
    background-color: transparent;
    display: none;
    margin: 9px 0
}

.footer-main {
    width: 100%;
    background: #fff;
    padding: 75px 0 38px
}

.footer-column {
    box-sizing: border-box
}

.footer-column-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 3/14 - (15px - 15px * 3/14))
}

.footer-column-1:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.footer-column-1:last-child {
    margin-right: 0
}

.footer-column-1:nth-child(14n) {
    margin-right: 0;
    margin-left: auto
}

.footer-column-2 {
    padding: 0 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 4/14 - (15px - 15px * 4/14))
}

.footer-column-2:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.footer-column-2:last-child {
    margin-right: 0
}

.footer-column-2:nth-child(14n) {
    margin-right: 0;
    margin-left: auto
}

.footer-column-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 7/14 - (15px - 15px * 7/14))
}

.footer-column-3:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.footer-column-3:last-child {
    margin-right: 0
}

.footer-column-3:nth-child(14n) {
    margin-right: 0;
    margin-left: auto
}

.site-info {
    font-family: latoregular;
    color: #000;
    font-size: 11px;
    letter-spacing: -.13px
}

.site-info a {
    text-decoration: none;
    color: #c41230
}

.back-to-top {
    position: fixed;
    bottom: 27px;
    right: 27px;
    overflow: hidden;
    display: block;
    text-indent: -4444px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    border-radius: 50%;
    z-index: 6
}

.back-to-top:before {
    content: " ";
    display: block;
    -webkit-transform: rotate(180deg) scale(.34);
    -ms-transform: rotate(180deg) scale(.34);
    transform: rotate(180deg) scale(.34);
    position: absolute;
    top: 6px;
    left: -2.5px
}

.back-to-top:hover {
    background-color: #d4d4d4
}

.back-to-top:hover:before {
    display: none
}

.page-numbers-wrapper {
    display: block;
    text-align: center;
    margin: 25px auto 40px;
    position: relative;
    padding: 10px 0 0;
    height: 36px;
    width: calc(87.5% - 15px)
}

.page-numbers-wrapper a {
    display: inline;
    color: #000;
    margin: 0 10px;
    text-decoration: none;
    font-family: DINPro;
    font-size: 15px;
    letter-spacing: -.12px
}

.page-numbers-wrapper a.prev {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0
}

.page-numbers-wrapper a.next {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0
}

.page-numbers-wrapper a.back-to-list {
    color: #c41230 .page-numbers-wrapper a.back-to-list
}

.page-numbers-wrapper a.back-to-list :hover {
    color: #000
}

.page-numbers-wrapper a:hover {
    color: #c41230
}

.page-numbers-wrapper span {
    color: #9e9e9e;
    display: inline;
    margin: 0 10px;
    text-decoration: none;
    font-family: DINPro;
    font-size: 15px;
    letter-spacing: -.12px
}

.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px
}

.pace .pace-progress:after {
    background-image: -webkit-linear-gradient(left, #c41230, #c41230 33%, #5d9732 33%, #5d9732 67%, #006993 67%);
    background-image: linear-gradient(to right, #c41230, #c41230 33%, #5d9732 33%, #5d9732 67%, #006993 67%);
    content: " ";
    display: block;
    width: 100%;
    height: 4px
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nav .nav-item {
    margin: 0 4.5% 0 0;
    position: relative
}

.nav .nav-link {
    color: #000;
    text-decoration: none
}

.nav .nav-link:hover {
    color: #c41230
}

.nav .nav-drop {
    border: 1px solid #d4d4d4;
    width: 132px;
    border-radius: 5px;
    background: #fff;
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-66px);
    -ms-transform: translateX(-66px);
    transform: translateX(-66px);
    z-index: 5
}

.nav .nav-drop-item {
    display: block;
    padding: 8px 6px;
    border-bottom: 1px solid #d4d4d4
}

.nav .nav-drop-item:last-child {
    border: 0
}

.nav .nav-drop .nav-link {
    color: #000;
    display: block;
    text-align: center;
    font-size: 13px;
    letter-spacing: -.13px
}

.nav .nav-drop .nav-link:hover {
    color: #c41230
}

.nav-primary .nav-link {
    font-family: pluto_sanscond_bold;
    font-size: 15px;
    letter-spacing: -.18px
}

.nav-secondary .nav-link {
    font-family: latoregular;
    font-size: 11px;
    letter-spacing: .22px
}

.nav-header {
    width: calc(100% - 220px)
}

.nav-header .nav-primary {
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-header .nav-primary .current-menu-item:before,
.nav-header .nav-primary .current_page_item:before,
.nav-header .nav-primary .current_page_parent:before {
    content: " ";
    background: #c41230;
    display: block;
    width: 34px;
    height: 3px;
    position: absolute;
    top: -46px
}

.nav-header .nav-primary .nav-item-myaccount .nav-link {
    font-family: latoregular;
    font-size: 11px;
    letter-spacing: .22px
}

.nav-header .nav-primary .nav-item-myaccount .nav-link:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px
}

.nav-header .nav-primary .nav-item-myaccount .nav-link:hover {
    color: #c41230
}

.nav-header .nav-primary .nav-item-myaccount .nav-link:hover:after {
    content: " "
}

.nav-header .nav-primary .nav-item-cart .nav-link {
    font-family: latoregular;
    font-size: 11px;
    letter-spacing: .22px
}

.nav-header .nav-primary .nav-item-cart .nav-link:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px
}

.nav-header .nav-primary .nav-item-cart .nav-link:hover {
    color: #c41230
}

.nav-header .nav-primary .nav-item-cart .nav-link:hover:after {
    content: " "
}

.nav-footer {
    margin: 0 0 20px
}

.nav-footer .nav-primary {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 0 20px;
    margin: 0 0 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav-footer .nav-primary .nav-item {
    margin: 0
}

.nav-footer .nav-primary .nav-link {
    font-size: 13px;
    letter-spacing: -.13px
}

.nav-footer .nav-secondary {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nav-footer .nav-secondary .nav-item {
    margin: 0
}

.nav-footer .nav-secondary .nav-item:after {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #9e9e9e;
    margin: 0 20px;
    position: relative;
    top: 1px
}

.nav-footer .nav-secondary .nav-item:last-child:after {
    display: none
}

.page-ui {
    background: #f5f5f5;
    padding: 40px 0
}

.ui-block {
    clear: both;
    margin: 20px auto 40px;
    overflow: hidden;
    width: 100%
}

.page-numbers-wrapper .ui-block a.next,
.page-numbers-wrapper .ui-block a.prev,
.search-form .ui-block a.search-submit,
.sidebar-banner--sticky .ui-block a.sidebar-banner__label,
.ui-block .page-numbers-wrapper a.next,
.ui-block .page-numbers-wrapper a.prev,
.ui-block .search-form a.search-submit,
.ui-block .sidebar-banner--sticky a.sidebar-banner__label,
.ui-block a#infscr-loading,
.ui-block a.btn-basic {
    display: block;
    margin: 0 0 5px
}

.ui-block.form-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.js-hidden {
    opacity: 0
}

.js-visible {
    opacity: 1
}

.hidden-el {
    visibility: hidden
}

.row-justify {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 16px 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.form-elements .column-1 {
    width: 10%;
    margin-right: 5%
}

.form-elements .column-2 {
    width: 15%;
    margin-right: 5%
}

.form-elements .column-3 {
    width: 65%
}

.primary-headline {
    font-family: pluto_sanscond_heavy;
    text-transform: capitalize;
    font-size: 30px;
    letter-spacing: -.36px
}

.primary-headline:before {
    content: "";
    display: inline-block;
    background: #c41230;
    width: 55px;
    height: 6px;
    margin-right: 30px;
    vertical-align: middle
}

.decorated-headline:after {
    background-image: -webkit-linear-gradient(left, #c41230, #c41230 33%, #5d9732 33%, #5d9732 67%, #006993 67%);
    background-image: linear-gradient(to right, #c41230, #c41230 33%, #5d9732 33%, #5d9732 67%, #006993 67%);
    content: " ";
    display: block;
    width: 114px;
    height: 5px;
    margin: 12px auto 0
}

.tertiary-headline {
    color: #000;
    font-family: pluto_sanscond_heavy;
    font-size: 18px;
    letter-spacing: -.22px;
    line-height: 1.32;
    text-align: center;
    text-transform: capitalize
}

.postsingle__info .wrapper-basic:before,
.subpage-headline {
    font-family: pluto_sanscond_bold;
    color: #262626;
    font-size: 15px;
    letter-spacing: -.18px;
    margin: 0 0 16px
}

.block-headline,
.postsingle__comcount,
.share-list:before {
    font-family: pluto_sanscond_bold;
    color: #262626;
    font-size: 12px;
    letter-spacing: -.14px;
    text-transform: uppercase;
    margin: 0 0 16px
}

.box-headline {
    font-family: pluto_sanscond_heavy;
    font-size: 36px;
    letter-spacing: -.43px;
    margin: 0 0 16px;
    text-align: center;
    position: relative;
    z-index: 3
}

.box-headline--white {
    color: #fff
}

.box-headline--black {
    color: #000
}

.container-box,
.post-sidebar .widget_categories {
    background: #fff;
    padding: 34px;
    box-sizing: border-box
}

.parent-halfs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.parent-halfs .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (20px - 20px * 1/2));
    margin-bottom: 22px
}

.parent-halfs .column:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0
}

.parent-halfs .column:last-child {
    margin-right: 0
}

.parent-halfs .column:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
}

.side-widget {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 14px;
    margin-bottom: 14px
}

.side-widget:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.post-sidebar .side-widget .widget_categories,
.side-widget .container-box,
.side-widget .post-sidebar .widget_categories {
    padding: 20px 15px
}

.side-widget .block-headline,
.side-widget .postsingle__comcount,
.side-widget .share-list:before {
    text-align: center
}

.side-widget .btn-link {
    display: block;
    text-align: center;
    padding: 5px
}

.page-contact .gform_wrapper .gform_footer input[type=submit],
.page-numbers-wrapper a.next,
.page-numbers-wrapper a.prev,
.search-form a.search-submit,
.search-form button.search-submit,
.search-form input[type=submit].search-submit,
.sidebar-banner--sticky a.sidebar-banner__label,
.sidebar-banner--sticky button.sidebar-banner__label,
.sidebar-banner--sticky input[type=submit].sidebar-banner__label,
a#infscr-loading,
a.btn-basic,
button#infscr-loading,
button.btn-basic,
input[type=submit]#infscr-loading,
input[type=submit].btn-basic {
    border: 1px solid;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
    font-family: pluto_sanscond_bold;
    font-size: 10px;
    letter-spacing: .32px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}

a.btn-basic--small,
button.btn-basic--small,
input[type=submit].btn-basic--small {
    height: 30px
}

.page-contact .gform_wrapper .gform_footer input[type=submit],
.page-numbers-wrapper a.next,
.page-numbers-wrapper a.prev,
.search-form a.search-submit,
.search-form button.search-submit,
.search-form input[type=submit].search-submit,
.sidebar-banner--sticky a.sidebar-banner__label,
.sidebar-banner--sticky button.sidebar-banner__label,
.sidebar-banner--sticky input[type=submit].sidebar-banner__label,
a#infscr-loading,
a.btn-basic--medium,
button#infscr-loading,
button.btn-basic--medium,
input[type=submit]#infscr-loading,
input[type=submit].btn-basic--medium {
    height: 36px;
    padding: 12px;
    min-width: 70px
}

a.btn-basic--large,
button.btn-basic--large,
input[type=submit].btn-basic--large {
    border: 2px solid;
    font-family: pluto_sanscond_heavy;
    height: 48px;
    font-size: 10px;
    letter-spacing: .32px;
    padding: 16px;
    min-width: 100px
}

.page-contact .gform_wrapper .gform_footer input[type=submit],
.page-numbers-wrapper a.next,
.page-numbers-wrapper a.prev,
a#infscr-loading,
a.btn-basic--red,
button#infscr-loading,
button.btn-basic--red,
input[type=submit]#infscr-loading,
input[type=submit].btn-basic--red {
    background: #c41230;
    border-color: #c41230
}

.page-contact .gform_wrapper .gform_footer input[type=submit]:hover,
.page-numbers-wrapper a.next:hover,
.page-numbers-wrapper a.prev:hover,
a#infscr-loading:hover,
a.btn-basic--red:hover,
button#infscr-loading:hover,
button.btn-basic--red:hover,
input[type=submit]#infscr-loading:hover,
input[type=submit].btn-basic--red:hover {
    background: 0 0;
    color: #c41230 !important
}

a.btn-basic--green,
button.btn-basic--green,
input[type=submit].btn-basic--green {
    background: #5d9732;
    border-color: #5d9732
}

a.btn-basic--green:hover,
button.btn-basic--green:hover,
input[type=submit].btn-basic--green:hover {
    background: 0 0;
    color: #5d9732 !important
}

.search-form a.search-submit,
.search-form button.search-submit,
.search-form input[type=submit].search-submit,
a.btn-basic--blue,
button.btn-basic--blue,
input[type=submit].btn-basic--blue {
    background: #006993;
    border-color: #006993
}

.search-form a.search-submit:hover,
.search-form button.search-submit:hover,
.search-form input[type=submit].search-submit:hover,
a.btn-basic--blue:hover,
button.btn-basic--blue:hover,
input[type=submit].btn-basic--blue:hover {
    background: 0 0;
    color: #006993 !important
}

a.btn-basic--transparent,
button.btn-basic--transparent,
input[type=submit].btn-basic--transparent {
    background: 0 0;
    border-color: #f5f5f5;
    color: #000
}

a.btn-basic--transparent:hover,
button.btn-basic--transparent:hover,
input[type=submit].btn-basic--transparent:hover {
    background: #9e9e9e;
    color: #fff !important
}

a.btn-basic--gray,
button.btn-basic--gray,
input[type=submit].btn-basic--gray {
    background: 0 0;
    border-color: #d4d4d4;
    color: #000
}

a.btn-basic--gray:hover,
button.btn-basic--gray:hover,
input[type=submit].btn-basic--gray:hover {
    background: #9e9e9e;
    color: #fff !important
}

a.btn-basic--white,
button.btn-basic--white,
input[type=submit].btn-basic--white {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

a.btn-basic--white:hover,
button.btn-basic--white:hover,
input[type=submit].btn-basic--white:hover {
    background: #fff;
    color: #000 !important
}

.btn-link {
    font-family: pluto_sanscond_bold;
    color: #262626;
    font-size: 12px;
    letter-spacing: -.14px;
    text-decoration: none
}

.btn-link:hover {
    color: #c41230
}

.btn-icon {
    display: inline-block;
    overflow: hidden
}

.btn-scrollto {
    font-size: 0;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    padding: 0;
    border: 0;
    background-color: transparent;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.btn-scrollto:hover {
    opacity: .5
}

.arrow-circle-sm {
    display: inline-block;
    overflow: hidden
}

.icon-os {
    display: inline-block;
    margin: 0 6px 6px 0
}

.icon-plus {
    width: 39px;
    height: 39px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.icon-plus:before {
    content: " ";
    width: 20px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -10px
}

.icon-plus:after {
    content: " ";
    width: 20px;
    height: 1px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0
}

.icon-plus--active,
.post-preview__bookmark:hover .icon-plus {
    background-color: #fff;
    padding: 0
}

.icon-plus--active:before,
.post-preview__bookmark:hover .icon-plus:before {
    background-color: #fff !important;
    color: #000;
    content: "Open";
    position: static;
    font-family: latoregular;
    font-size: 10px;
    letter-spacing: -.08px;
    text-transform: uppercase;
    line-height: 39px;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.icon-plus--active:after,
.post-preview__bookmark:hover .icon-plus:after {
    display: none
}

.bgimg_text.post-preview--twocol .icon-plus,
.icon-plus--dark,
.img_text .icon-plus,
.post-preview .icon-plus .icon-plus,
.post-preview--white .icon-plus {
    border-color: #000
}

.bgimg_text.post-preview--twocol .icon-plus:after,
.bgimg_text.post-preview--twocol .icon-plus:before,
.icon-plus--dark:after,
.icon-plus--dark:before,
.img_text .icon-plus:after,
.img_text .icon-plus:before,
.post-preview .icon-plus .icon-plus:after,
.post-preview .icon-plus .icon-plus:before,
.post-preview--white .icon-plus:after,
.post-preview--white .icon-plus:before {
    background-color: #000
}

.bgimg_text.post-preview--onecol .icon-plus,
.icon-plus--light,
.post-preview--blue .icon-plus,
.post-preview--green .icon-plus,
.post-preview--red .icon-plus {
    border-color: #fff
}

.bgimg_text.post-preview--onecol .icon-plus:after,
.bgimg_text.post-preview--onecol .icon-plus:before,
.icon-plus--light:after,
.icon-plus--light:before,
.post-preview--blue .icon-plus:after,
.post-preview--blue .icon-plus:before,
.post-preview--green .icon-plus:after,
.post-preview--green .icon-plus:before,
.post-preview--red .icon-plus:after,
.post-preview--red .icon-plus:before {
    background-color: #fff
}

ul.social-list {
    margin-left: 0
}

ul.social-list li {
    display: inline
}

.share-list:before {
    content: attr(data-posttype)
}

.icon-social {
    display: inline-block;
    overflow: hidden;
    text-indent: -4444px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    border-radius: 50%
}

.icon-social:hover {
    background-color: #d4d4d4
}

.instafeed {
    height: 14px
}

.instafeed .icon-social {
    position: relative;
    background-color: #fff
}

.flo-shcode-instgm-container img {
    max-width: 100%;
    height: auto
}

.select2-container--default {
    width: 100% !important;
    max-width: 300px !important
}

.select2-container--default .select2-selection--single {
    height: 40px;
    width: 100%
}

.gfield_error .select2-container--default .select2-selection--single {
    border-color: #c41230
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    color: #262626;
    font-size: 12px;
    letter-spacing: -.06px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: calc(50% - 5px);
    width: 0
}

.select2-container--default .select2-dropdown {
    border: 1px solid #d4d4d4;
    color: #262626;
    font-size: 12px;
    letter-spacing: -.06px;
    font-family: DINPro
}

.select2-container--default .select2-dropdown .select2-results__option {
    border-bottom: 1px solid #d4d4d4;
    margin: 0 auto;
    padding: 10px
}

.select2-selection {
    color: #9e9e9e;
    font-size: 10px;
    letter-spacing: -.1px;
    font-family: DINPro
}

.has-coverbg {
    position: relative
}

.has-coverbg:before {
    background-color: #4c4c4c;
    content: " ";
    display: block;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.t-gradientdecor {
    position: relative
}

.t-gradientdecor:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 3
}

.t-gradientdecor--bottom:after {
    background-image: -webkit-linear-gradient(left, #c41230, #c41230 33%, #5d9732 33%, #5d9732 67%, #006993 67%);
    background-image: linear-gradient(to right, #c41230, #c41230 33%, #5d9732 33%, #5d9732 67%, #006993 67%);
    width: 100%;
    height: 5px;
    left: 0;
    right: 0
}

.t-gradientdecor--left:after {
    background-image: -webkit-linear-gradient(top, #c41230, #c41230 33%, #5d9732 33%, #5d9732 67%, #006993 67%);
    background-image: linear-gradient(to bottom, #c41230, #c41230 33%, #5d9732 33%, #5d9732 67%, #006993 67%);
    width: 5px;
    height: 100%;
    top: 0;
    left: 0
}

.t-gradientdecor--right:after {
    background-image: -webkit-linear-gradient(top, #c41230, #c41230 33%, #5d9732 33%, #5d9732 67%, #006993 67%);
    background-image: linear-gradient(to bottom, #c41230, #c41230 33%, #5d9732 33%, #5d9732 67%, #006993 67%);
    width: 5px;
    height: 100%;
    top: 0;
    right: 0
}

.form-ui,
.page-contact .gform_wrapper form,
.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.form-ui #extensions_message,
.page-contact .gform_wrapper form #extensions_message,
.search-form #extensions_message {
    color: #262626;
    display: block;
    font-size: 10px;
    letter-spacing: -.1px;
    font-family: DINPro;
    margin: 5px 0 0
}

.form-ui .ginput_container_select select,
.form-ui .select-dropdown,
.page-contact .gform_wrapper form .ginput_container_select select,
.page-contact .gform_wrapper form .select-dropdown,
.search-form .ginput_container_select select,
.search-form .select-dropdown {
    width: 100%
}

.form-ui .ginput_container_fileupload,
.page-contact .gform_wrapper form .ginput_container_fileupload,
.search-form .ginput_container_fileupload {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 10px;
    height: auto
}

.gfield .form-ui .ginput_container_fileupload,
.gfield .page-contact .gform_wrapper form .ginput_container_fileupload,
.gfield .search-form .ginput_container_fileupload,
.page-contact .gform_wrapper .gfield form .ginput_container_fileupload {
    position: relative
}

.form-ui .ginput_container_fileupload input[type=file],
.page-contact .gform_wrapper form .ginput_container_fileupload input[type=file],
.search-form .ginput_container_fileupload input[type=file] {
    opacity: 0;
    width: 3px;
    height: 3px;
    visibility: hidden
}

.form-ui .ginput_container_fileupload label,
.page-contact .gform_wrapper form .ginput_container_fileupload label,
.search-form .ginput_container_fileupload label {
    background: #5d9732;
    cursor: pointer;
    display: block;
    width: 82px;
    height: 30px;
    border-radius: 4px;
    color: #fff;
    padding: 10px 6px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: pluto_sanscond_bold;
    font-size: 9px;
    position: absolute;
    top: 5px;
    left: 5px
}

.form-ui .ginput_container_fileupload + .gfield_description,
.page-contact .gform_wrapper form .ginput_container_fileupload + .gfield_description,
.search-form .ginput_container_fileupload + .gfield_description {
    position: absolute;
    top: 5px;
    left: 100px;
    height: 30px;
    color: #262626;
    font-size: 12px;
    letter-spacing: -.06px;
    font-family: DINPro;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-all;
    max-width: 140px
}

.form-ui .ginput_container_fileupload .ginput_preview,
.page-contact .gform_wrapper form .ginput_container_fileupload .ginput_preview,
.search-form .ginput_container_fileupload .ginput_preview {
    color: #262626;
    margin: 8px 0 0;
    font-size: 10px;
    letter-spacing: -.1px;
    font-family: DINPro
}

.form-ui .ginput_container_fileupload .ginput_preview img,
.page-contact .gform_wrapper form .ginput_container_fileupload .ginput_preview img,
.search-form .ginput_container_fileupload .ginput_preview img {
    cursor: pointer;
    vertical-align: middle
}

.form-ui .ginput_container_fileupload:hover label,
.page-contact .gform_wrapper form .ginput_container_fileupload:hover label,
.search-form .ginput_container_fileupload:hover label {
    background: #c41230
}

.form-ui .gform_body,
.page-contact .gform_wrapper form .gform_body,
.search-form .gform_body {
    clear: both;
    width: 100%
}

.form-ui .gfield_label,
.page-contact .gform_wrapper form .gfield_label,
.search-form .gfield_label {
    display: none
}

.form-ui .checkbox-group input[type=checkbox],
.page-contact .gform_wrapper form .checkbox-group input[type=checkbox],
.search-form .checkbox-group input[type=checkbox] {
    display: none;
    -webkit-appearance: none
}

.form-ui .checkbox-group input[type=checkbox] + label,
.page-contact .gform_wrapper form .checkbox-group input[type=checkbox] + label,
.search-form .checkbox-group input[type=checkbox] + label {
    color: #9e9e9e;
    cursor: pointer;
    display: block;
    font-size: 10px;
    letter-spacing: -.1px;
    font-family: DINPro;
    margin: 0 0 14px;
    padding: 0 0 0 26px;
    position: relative
}

.form-ui .checkbox-group input[type=checkbox] + label:before,
.page-contact .gform_wrapper form .checkbox-group input[type=checkbox] + label:before,
.search-form .checkbox-group input[type=checkbox] + label:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 0
}

.form-ui .checkbox-group input[type=checkbox] + label:hover,
.page-contact .gform_wrapper form .checkbox-group input[type=checkbox] + label:hover,
.search-form .checkbox-group input[type=checkbox] + label:hover {
    opacity: .7
}

.form-ui .radio-group input[type=radio],
.page-contact .gform_wrapper form .radio-group input[type=radio],
.search-form .radio-group input[type=radio] {
    display: none;
    -webkit-appearance: none
}

.form-ui .radio-group input[type=radio] + label,
.page-contact .gform_wrapper form .radio-group input[type=radio] + label,
.search-form .radio-group input[type=radio] + label {
    color: #9e9e9e;
    cursor: pointer;
    display: block;
    font-size: 10px;
    letter-spacing: -.1px;
    font-family: DINPro;
    margin: 0 0 14px;
    padding: 0 0 0 26px;
    position: relative
}

.form-ui .radio-group input[type=radio] + label:before,
.page-contact .gform_wrapper form .radio-group input[type=radio] + label:before,
.search-form .radio-group input[type=radio] + label:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 0
}

.form-ui .radio-group input[type=radio] + label:hover,
.page-contact .gform_wrapper form .radio-group input[type=radio] + label:hover,
.search-form .radio-group input[type=radio] + label:hover {
    opacity: .7
}

.form-ui input[type=number],
.form-ui input[type=search],
.form-ui input[type=file],
.form-ui input[type=text],
.form-ui input[type=email],
.form-ui input[type=password],
.form-ui input[type=tel],
.page-contact .gform_wrapper form input[type=number],
.page-contact .gform_wrapper form input[type=search],
.page-contact .gform_wrapper form input[type=file],
.page-contact .gform_wrapper form input[type=text],
.page-contact .gform_wrapper form input[type=email],
.page-contact .gform_wrapper form input[type=password],
.page-contact .gform_wrapper form input[type=tel],
.search-form input[type=number],
.search-form input[type=search],
.search-form input[type=file],
.search-form input[type=text],
.search-form input[type=email],
.search-form input[type=password],
.search-form input[type=tel] {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 10px;
    height: 40px;
    font-family: latoregular;
    width: 100%;
    font-size: 12px;
    letter-spacing: -.06px
}

.form-ui input[type=number]::-webkit-input-placeholder,
.form-ui input[type=search]::-webkit-input-placeholder,
.form-ui input[type=file]::-webkit-input-placeholder,
.form-ui input[type=text]::-webkit-input-placeholder,
.form-ui input[type=email]::-webkit-input-placeholder,
.form-ui input[type=password]::-webkit-input-placeholder,
.form-ui input[type=tel]::-webkit-input-placeholder,
.page-contact .gform_wrapper form input[type=number]::-webkit-input-placeholder,
.page-contact .gform_wrapper form input[type=search]::-webkit-input-placeholder,
.page-contact .gform_wrapper form input[type=file]::-webkit-input-placeholder,
.page-contact .gform_wrapper form input[type=text]::-webkit-input-placeholder,
.page-contact .gform_wrapper form input[type=email]::-webkit-input-placeholder,
.page-contact .gform_wrapper form input[type=password]::-webkit-input-placeholder,
.page-contact .gform_wrapper form input[type=tel]::-webkit-input-placeholder,
.search-form input[type=number]::-webkit-input-placeholder,
.search-form input[type=search]::-webkit-input-placeholder,
.search-form input[type=file]::-webkit-input-placeholder,
.search-form input[type=text]::-webkit-input-placeholder,
.search-form input[type=email]::-webkit-input-placeholder,
.search-form input[type=password]::-webkit-input-placeholder,
.search-form input[type=tel]::-webkit-input-placeholder {
    color: #262626;
    font-size: 12px;
    letter-spacing: -.06px;
    font-family: DINPro
}

.form-ui input[type=number]:-moz-placeholder,
.form-ui input[type=search]:-moz-placeholder,
.form-ui input[type=file]:-moz-placeholder,
.form-ui input[type=text]:-moz-placeholder,
.form-ui input[type=email]:-moz-placeholder,
.form-ui input[type=password]:-moz-placeholder,
.form-ui input[type=tel]:-moz-placeholder,
.page-contact .gform_wrapper form input[type=number]:-moz-placeholder,
.page-contact .gform_wrapper form input[type=search]:-moz-placeholder,
.page-contact .gform_wrapper form input[type=file]:-moz-placeholder,
.page-contact .gform_wrapper form input[type=text]:-moz-placeholder,
.page-contact .gform_wrapper form input[type=email]:-moz-placeholder,
.page-contact .gform_wrapper form input[type=password]:-moz-placeholder,
.page-contact .gform_wrapper form input[type=tel]:-moz-placeholder,
.search-form input[type=number]:-moz-placeholder,
.search-form input[type=search]:-moz-placeholder,
.search-form input[type=file]:-moz-placeholder,
.search-form input[type=text]:-moz-placeholder,
.search-form input[type=email]:-moz-placeholder,
.search-form input[type=password]:-moz-placeholder,
.search-form input[type=tel]:-moz-placeholder {
    color: #262626;
    font-size: 12px;
    letter-spacing: -.06px;
    font-family: DINPro
}

.form-ui input[type=number]::-moz-placeholder,
.form-ui input[type=search]::-moz-placeholder,
.form-ui input[type=file]::-moz-placeholder,
.form-ui input[type=text]::-moz-placeholder,
.form-ui input[type=email]::-moz-placeholder,
.form-ui input[type=password]::-moz-placeholder,
.form-ui input[type=tel]::-moz-placeholder,
.page-contact .gform_wrapper form input[type=number]::-moz-placeholder,
.page-contact .gform_wrapper form input[type=search]::-moz-placeholder,
.page-contact .gform_wrapper form input[type=file]::-moz-placeholder,
.page-contact .gform_wrapper form input[type=text]::-moz-placeholder,
.page-contact .gform_wrapper form input[type=email]::-moz-placeholder,
.page-contact .gform_wrapper form input[type=password]::-moz-placeholder,
.page-contact .gform_wrapper form input[type=tel]::-moz-placeholder,
.search-form input[type=number]::-moz-placeholder,
.search-form input[type=search]::-moz-placeholder,
.search-form input[type=file]::-moz-placeholder,
.search-form input[type=text]::-moz-placeholder,
.search-form input[type=email]::-moz-placeholder,
.search-form input[type=password]::-moz-placeholder,
.search-form input[type=tel]::-moz-placeholder {
    color: #262626;
    font-size: 12px;
    letter-spacing: -.06px;
    font-family: DINPro
}

.form-ui input[type=number]:-ms-input-placeholder,
.form-ui input[type=search]:-ms-input-placeholder,
.form-ui input[type=file]:-ms-input-placeholder,
.form-ui input[type=text]:-ms-input-placeholder,
.form-ui input[type=email]:-ms-input-placeholder,
.form-ui input[type=password]:-ms-input-placeholder,
.form-ui input[type=tel]:-ms-input-placeholder,
.page-contact .gform_wrapper form input[type=number]:-ms-input-placeholder,
.page-contact .gform_wrapper form input[type=search]:-ms-input-placeholder,
.page-contact .gform_wrapper form input[type=file]:-ms-input-placeholder,
.page-contact .gform_wrapper form input[type=text]:-ms-input-placeholder,
.page-contact .gform_wrapper form input[type=email]:-ms-input-placeholder,
.page-contact .gform_wrapper form input[type=password]:-ms-input-placeholder,
.page-contact .gform_wrapper form input[type=tel]:-ms-input-placeholder,
.search-form input[type=number]:-ms-input-placeholder,
.search-form input[type=search]:-ms-input-placeholder,
.search-form input[type=file]:-ms-input-placeholder,
.search-form input[type=text]:-ms-input-placeholder,
.search-form input[type=email]:-ms-input-placeholder,
.search-form input[type=password]:-ms-input-placeholder,
.search-form input[type=tel]:-ms-input-placeholder {
    color: #262626;
    font-size: 12px;
    letter-spacing: -.06px;
    font-family: DINPro
}

.form-ui textarea,
.page-contact .gform_wrapper form textarea,
.search-form textarea {
    min-height: 120px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 10px;
    height: 40px;
    font-family: latoregular;
    width: 100%;
    font-size: 12px;
    letter-spacing: -.06px
}

.form-ui textarea::-webkit-textarea-placeholder,
.page-contact .gform_wrapper form textarea::-webkit-textarea-placeholder,
.search-form textarea::-webkit-textarea-placeholder {
    color: #262626;
    font-size: 12px;
    letter-spacing: -.06px;
    font-family: DINPro
}

.form-ui textarea:-moz-placeholder,
.page-contact .gform_wrapper form textarea:-moz-placeholder,
.search-form textarea:-moz-placeholder {
    color: #262626;
    font-size: 12px;
    letter-spacing: -.06px;
    font-family: DINPro
}

.form-ui textarea::-moz-placeholder,
.page-contact .gform_wrapper form textarea::-moz-placeholder,
.search-form textarea::-moz-placeholder {
    color: #262626;
    font-size: 12px;
    letter-spacing: -.06px;
    font-family: DINPro
}

.form-ui textarea:-ms-textarea-placeholder,
.page-contact .gform_wrapper form textarea:-ms-textarea-placeholder,
.search-form textarea:-ms-textarea-placeholder {
    color: #262626;
    font-size: 12px;
    letter-spacing: -.06px;
    font-family: DINPro
}

.form-ui .gfield_error input[type=text],
.form-ui .gfield_error input[type=email],
.form-ui .gfield_error input[type=password],
.form-ui .gfield_error textarea,
.page-contact .gform_wrapper form .gfield_error input[type=text],
.page-contact .gform_wrapper form .gfield_error input[type=email],
.page-contact .gform_wrapper form .gfield_error input[type=password],
.page-contact .gform_wrapper form .gfield_error textarea,
.search-form .gfield_error input[type=text],
.search-form .gfield_error input[type=email],
.search-form .gfield_error input[type=password],
.search-form .gfield_error textarea {
    border: 1px solid #c41230
}

.form-ui .gform_footer,
.page-contact .gform_wrapper form .gform_footer,
.search-form .gform_footer {
    clear: both;
    margin: 16px 0;
    width: 100%
}

.form-ui .gform_footer img,
.page-contact .gform_wrapper form .gform_footer img,
.search-form .gform_footer img {
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    top: -1px
}

.form-ui .validation_error,
.page-contact .gform_wrapper form .validation_error,
.search-form .validation_error {
    color: #c41230;
    font-family: latoregular;
    font-size: 11px;
    letter-spacing: .22px;
    margin: 0 0 10px
}

.form-ui .validation_message,
.page-contact .gform_wrapper form .validation_message,
.search-form .validation_message {
    color: #c41230;
    font-family: latoregular;
    font-size: 11px;
    letter-spacing: .22px;
    margin: 10px 0 0;
    line-height: 1.4
}

.form-ui .btn-submit,
.form-ui .button,
.page-contact .gform_wrapper form .btn-submit,
.page-contact .gform_wrapper form .button,
.search-form .btn-submit,
.search-form .button {
    background: 0 0;
    border: 0;
    padding: 0;
    font-family: pluto_sanscond_bold;
    color: #262626;
    font-size: 12px;
    letter-spacing: -.14px;
    text-transform: uppercase
}

.form-ui .btn-submit:hover,
.form-ui .button:hover,
.page-contact .gform_wrapper form .btn-submit:hover,
.page-contact .gform_wrapper form .button:hover,
.search-form .btn-submit:hover,
.search-form .button:hover {
    color: #006993
}

.gforms_confirmation_message {
    font-family: pluto_sanscond_bold;
    color: #262626;
    font-size: 12px;
    letter-spacing: -.14px;
    text-transform: uppercase;
    margin: 0 0 16px
}

.subscription-fields {
    margin: 0 0 20px
}

.subscription-fields input[type=text],
.subscription-fields input[type=email] {
    width: calc(100% - 100px);
    margin: 0 8px 0 0
}

.subscription-fields input[type=submit] {
    vertical-align: top;
    height: 36px;
    width: 88px;
    display: inline
}

.comment {
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    padding: 0;
    margin: 0 0 22px
}

.comment__author {
    display: block;
    margin-bottom: 10px
}

.comment__authorurl {
    text-decoration: none;
    color: #000
}

.comment__authorurl:hover {
    color: #006993
}

.comment__meta {
    color: #9e9e9e;
    font-size: 10px;
    letter-spacing: -.12px;
    font-family: DINPro;
    position: absolute;
    text-transform: capitalize;
    top: 2px;
    right: 0
}

.comment__text {
    font-size: 13px
}

.comment .comment-reply-link {
    color: #9e9e9e;
    margin: 0 20px
}

.comment .comment-reply-link:hover {
    color: #000
}

.comment .children {
    padding-left: 6%
}

.comment .children .comment {
    border-top: 1px solid #d4d4d4;
    border-bottom: 0;
    padding: 18px 0 0;
    margin: 8px 0 0
}

.comment .children .comment__meta {
    top: 20px
}

.comment-form {
    margin: 30px 0 0
}

.comment-form label.desc {
    display: none
}

.comment-form label.error {
    color: #c41230;
    font-family: latoregular;
    font-size: 11px;
    letter-spacing: .22px;
    position: absolute;
    top: 3px;
    right: 4px
}

.comment-form__inputs {
    width: 44%;
    float: left;
    margin: 0 2% 0 0
}

.comment-form__inputs p {
    margin: 0 0 12px;
    position: relative
}

.comment-form__area {
    width: 54%;
    float: right;
    position: relative
}

.comment-form__area textarea {
    height: 144px
}

.comment-form__say {
    width: 100%;
    width: 100
}

.comment-form__submit {
    float: right
}

.comment-form__messages {
    margin: -20px 0 16px
}

.reply-container {
    width: 100%;
    overflow: hidden;
    font-family: pluto_sanscond_bold;
    color: #262626;
    font-size: 12px;
    letter-spacing: -.14px;
    text-decoration: none
}

.reply-container .reply-to {
    margin-bottom: 26px
}

.reply-container .reply-to div {
    width: calc(100% - 90px);
    display: inline-block
}

.reply-container .reply-cancel {
    color: #c41230;
    text-transform: uppercase;
    float: right
}

.reply-container .reply-cancel:hover {
    color: #000
}

.contact-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0
}

.contact-details__column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/4 - (60px - 60px * 1/4))
}

.contact-details__column:nth-child(1n) {
    margin-right: 60px;
    margin-left: 0
}

.contact-details__column:last-child {
    margin-right: 0
}

.contact-details__column:nth-child(4n) {
    margin-right: 0;
    margin-left: auto
}

.page-section--info {
    max-width: 900px;
    width: 94%;
    margin: 0 auto
}

.page-section--benefits {
    max-width: 1050px;
    width: 94%;
    margin: 1.5% auto 4%
}

.page-section--press {
    max-width: 1050px;
    width: 94%;
    margin: 0 auto
}

.page-section--team {
    margin: 4% auto 6%
}

.page-section__title {
    font-family: pluto_sanscond_heavy;
    font-size: 18px;
    letter-spacing: -.22px;
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto;
    padding: 3em 0
}

.page-section__title--red {
    color: #c41230
}

.page-section__title--green {
    color: #5d9732
}

.page-section__title--blue {
    color: #006993
}

.page-section__subtitle {
    color: #262626;
    font-family: pluto_sanscond_heavy;
    font-size: 36px;
    letter-spacing: -.43px;
    line-height: 1.25;
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto 1.6em;
    max-width: 94%
}

.page-section__content--cols1 {
    margin: 0 auto 5%
}

.page-section__content--cols1 .story {
    text-align: center
}

.page-section__content--cols2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 60px
}

.page-section__content--cols2 > div:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 5/12 - (15px - 15px * 5/12));
    margin-right: calc(99.99% * 1/12 - (15px - 15px * 1/12) + (15px * 2)) !important
}

.page-section__content--cols2 > div:first-child:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.page-section__content--cols2 > div:first-child:last-child {
    margin-right: 0
}

.page-section__content--cols2 > div:first-child:nth-child(12n) {
    margin-right: 0;
    margin-left: auto
}

.page-section__content--cols2 > div:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 6/12 - (15px - 15px * 6/12))
}

.page-section__content--cols2 > div:last-child:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.page-section__content--cols2 > div:last-child:last-child {
    margin-right: 0
}

.page-section__content--cols2 > div:last-child:nth-child(12n) {
    margin-right: 0;
    margin-left: auto
}

.page-section__content--cols3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.page-section__content--cols3 > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (15px - 15px * 1/3))
}

.page-section__content--cols3 > div:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.page-section__content--cols3 > div:last-child {
    margin-right: 0
}

.page-section__content--cols3 > div:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
}

.c-benefits {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap column;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column
}

.c-benefits__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 35px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-benefits__single {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (75px - 75px * 1/3));
    text-align: center;
    margin-bottom: 38px
}

.c-benefits__single:nth-child(1n) {
    margin-right: 75px;
    margin-left: 0
}

.c-benefits__single:last-child {
    margin-right: 0
}

.c-benefits__single:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
}

.c-benefits__single--number:before {
    content: attr(data-number);
    font-size: 160px;
    letter-spacing: -1.92px;
    font-family: pluto_sanscond_bold;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 42px;
    margin: 70px auto 0;
    opacity: .3
}

.c-benefits__single--number .c-benefits__subtitle {
    font-family: pluto_sanscond_heavy;
    font-size: 40px;
    letter-spacing: -.48px;
    text-transform: capitalize;
    color: #262626
}

.c-benefits__single--number .c-benefits__icon {
    display: none
}

.c-benefits__single:nth-child(1):before {
    color: #c41230
}

.c-benefits__single:nth-child(2):before {
    color: #5d9732
}

.c-benefits__single:nth-child(3):before {
    color: #006993
}

.c-benefits__icon {
    max-width: 130px;
    margin: 0 auto 25px
}

.c-benefits__icon img {
    max-width: 100%;
    height: auto
}

.c-benefits__icon--small {
    max-width: 58px
}

.c-benefits__subtitle {
    margin: 0 auto 25px
}

.c-benefits__readmore {
    margin: 0 auto
}

.c-benefits__cta {
    position: absolute;
    bottom: 0;
    right: 0
}

.c-cta {
    min-height: 90vh;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-cta > * {
    position: relative;
    z-index: 3
}

.c-cta .box-headline {
    width: 94%;
    max-width: 600px;
    line-height: 1.2;
    font-size: 50px;
    letter-spacing: -.6px;
    margin: 0 auto 1em
}

.page-tour .c-info {
    min-height: 90vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-infointro {
    height: 0;
    padding: 45.8% 0 0;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-tour .c-infointro:first-child {
    height: 100vh;
    padding: 0;
    min-height: 500px
}

.c-infointro__content {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

.c-infointro__title {
    color: #fff;
    font-family: pluto_sanscond_heavy;
    text-transform: capitalize;
    font-size: 30px;
    letter-spacing: -.36px;
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.c-infointro .box-headline {
    width: 94%;
    max-width: 820px;
    line-height: 1.2;
    margin: 0 auto 1em
}

.c-infointro__text {
    color: #fff;
    max-width: 56%;
    text-align: center
}

.c-infointro__cta {
    position: absolute;
    right: 0;
    bottom: 50px;
    min-width: 182px
}

.c-infointro .btn-scrollto {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4
}

.c-infointro--right {
    padding: 40% 0 0
}

.c-infointro--right .c-infointro__content {
    padding: 0
}

.c-infointro--right .c-infointro__subtitle {
    width: 44%;
    text-align: left;
    margin-left: 50%
}

.c-infointro--right .c-infointro__text {
    width: 44%;
    text-align: left;
    margin: 0 6% 0 50%
}

.c-infointro--right .story {
    font-size: 18px
}

.c-infointro--right .btn-scrollto {
    display: none
}

.c-newspaper {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-newspaper__image {
    padding: 9.5vw 0 7vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 5/16 - (15px - 15px * 5/16));
    margin-right: calc(99.99% * 1/16 - (15px - 15px * 1/16) + (15px * 2)) !important
}

.c-newspaper__image:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.c-newspaper__image:last-child {
    margin-right: 0
}

.c-newspaper__image:nth-child(16n) {
    margin-right: 0;
    margin-left: auto
}

.c-newspaper__image img {
    width: 100%;
    max-width: 360px;
    height: auto
}

.c-newspaper__info {
    padding: 9.5vw 0 7vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 9/16 - (15px - 15px * 9/16));
    margin-right: calc(99.99% * 1/16 - (15px - 15px * 1/16) + (15px * 2)) !important
}

.c-newspaper__info:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.c-newspaper__info:last-child {
    margin-right: 0
}

.c-newspaper__info:nth-child(16n) {
    margin-right: 0;
    margin-left: auto
}

.c-newspaper__intro {
    margin: 0 0 9.5vw
}

.c-features__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-features__single {
    margin: 0 0 7vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (75px - 75px * 1/2))
}

.c-features__single:nth-child(1n) {
    margin-right: 75px;
    margin-left: 0
}

.c-features__single:last-child {
    margin-right: 0
}

.c-features__single:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
}

.c-features__title {
    text-align: left;
    margin: 0 0 .6em
}

.presspost {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.presspost__single {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (75px - 75px * 1/3));
    margin: 0 0 40px
}

.presspost__single:nth-child(1n) {
    margin-right: 75px;
    margin-left: 0
}

.presspost__single:last-child {
    margin-right: 0
}

.presspost__single:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
}

.presspost__link {
    display: block;
    text-decoration: none
}

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

.presspost__title {
    color: #262626;
    font-family: pluto_sanscond_heavy;
    font-size: 18px;
    letter-spacing: -.22px;
    line-height: 1.25;
    text-transform: capitalize;
    margin: 1.4em auto 1.2em
}

.presspost__expand {
    margin: 20px auto 60px;
    display: block
}

.presspost--collapsed .presspost__single:nth-child(n+4) {
    display: none
}

.presspost--expanded .presspost__single:nth-child(n+4) {
    display: block
}

.c-slider__slide {
    position: relative;
    background-size: cover;
    background-position: 50% 50%
}

.c-slider__content {
    position: absolute;
    bottom: 10%;
    width: 100%;
    left: 0;
    right: 0
}

.c-slider__content .wrapper-basic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-slider__slidetitle {
    color: #fff;
    text-transform: capitalize;
    font-size: 50px;
    letter-spacing: -.6px;
    font-family: pluto_sanscond_heavy;
    max-width: 66%
}

.c-slider__cta {
    margin: 0 0 6px
}

.c-slider .slick-dots {
    position: absolute;
    bottom: 20%;
    height: 60%;
    right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-slider .slick-dots li {
    margin: 12px 0
}

.c-slider .slick-dots li button {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.c-slider .slick-dots li.slick-active button {
    background: #fff
}

.c-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin: 7.5% auto
}

.c-tabs__column--aside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 3/12 - (15px - 15px * 3/12));
    margin-right: calc(99.99% * 1/12 - (15px - 15px * 1/12) + (15px * 2)) !important;
    padding: 0 32px 0 0;
    box-sizing: border-box;
    position: relative
}

.c-tabs__column--aside:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.c-tabs__column--aside:last-child {
    margin-right: 0
}

.c-tabs__column--aside:nth-child(12n) {
    margin-right: 0;
    margin-left: auto
}

.c-tabs__column--main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 8/12 - (15px - 15px * 8/12))
}

.c-tabs__column--main:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.c-tabs__column--main:last-child {
    margin-right: 0
}

.c-tabs__column--main:nth-child(12n) {
    margin-right: 0;
    margin-left: auto
}

.c-tabs__title {
    color: #5d9732;
    text-align: right;
    padding: 0 0 2.5rem
}

.c-tabs__title--line1 {
    text-transform: uppercase;
    display: block;
    font-size: 40px;
    letter-spacing: -.48px
}

.c-tabs__title--line2 {
    text-transform: none;
    display: block;
    font-size: 18px;
    letter-spacing: -.22px
}

.c-tabs__nav {
    margin: 0 0 80px
}

.c-tabs__navitem {
    margin: 0 0 1.2rem;
    text-align: right
}

.c-tabs__navitem--active a:after {
    content: " ";
    background: #c41230;
    width: 3px;
    height: 20px;
    position: absolute;
    top: -2px;
    right: 0
}

.c-tabs__navlink {
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    font-family: pluto_sanscond_bold;
    font-size: 15px;
    letter-spacing: -.18px;
    padding: 0 20px 0 0;
    position: relative;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.c-tabs__navlink:hover {
    color: #c41230
}

.c-tabs__list {
    margin: 0 0 40px
}

.c-tabs__single {
    display: none
}

.c-tabs__single--active {
    display: block
}

.c-tabs__icon img {
    max-width: 100%;
    height: auto
}

.c-tabs__subtitle {
    color: #000;
    text-transform: capitalize;
    font-family: pluto_sanscond_bold;
    font-size: 45px;
    letter-spacing: -.54px;
    padding: 2rem 0;
    text-align: left
}

.c-tabs__readmore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.c-tabs__cta {
    float: right
}

.teammember {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto
}

.teammember__single {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.999999% * 1/3);
    background-color: #f5f5f5;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0 !important
}

.teammember__single:nth-child(1n) {
    margin-right: 0;
    margin-left: 0
}

.teammember__single:last-child {
    margin-right: 0
}

.teammember__single:nth-child(3n) {
    margin-right: 0;
    margin-left: auto
}

.post-sidebar .teammember__single:hover .widget_categories,
.teammember__single:hover .container-box,
.teammember__single:hover .post-sidebar .widget_categories {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.teammember__cover {
    position: relative;
    height: 0;
    padding: 100% 0 0
}

.teammember__cover img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto
}

.teammember__info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.teammember__name {
    color: #262626;
    font-family: pluto_sanscond_heavy;
    text-transform: capitalize;
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 1.4;
    margin: .2em 0
}

.teammember__position {
    color: #5d9732;
    display: block;
    font-family: ACaslonPro-Regular;
    font-size: 15px;
    letter-spacing: -.18px;
    margin: 0 auto 1em
}

.teammember__bio {
    height: calc(100% - 64px);
    overflow: scroll
}

.c-testimonials {
    position: relative
}

.c-testimonials__title {
    color: #fff;
    font-family: pluto_sanscond_heavy;
    line-height: 1.25;
    text-align: left;
    position: relative;
    z-index: 3
}

.c-testimonials__slide {
    position: relative
}

.c-testimonials__img img {
    width: 100%;
    height: auto
}

.c-testimonials__info {
    color: #fff;
    position: absolute;
    top: 10%;
    right: 6.5%;
    width: 43.5%;
    height: 80%;
    bottom: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-testimonials__subtitle {
    font-family: pluto_sanscond_medium;
    font-size: 45px;
    letter-spacing: -.54px
}

.c-testimonials__story {
    color: #fff;
    position: relative;
    z-index: 3
}

.c-testimonials__author {
    font-family: pluto_sanscond_bold;
    font-size: 15px;
    letter-spacing: -.18px
}

.c-testimonials__author:before {
    content: "- "
}

.c-testimonials--single {
    height: 0;
    padding: 53.1% 0 0;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-testimonials--single:before {
    display: none
}

.page-tour .c-testimonials--single:first-child {
    height: 100vh;
    padding: 0;
    min-height: 500px
}

.c-testimonials--single .c-testimonials__title {
    font-size: 50px;
    letter-spacing: -.6px
}

.c-testimonials--slider .c-testimonials__title {
    position: absolute;
    font-size: 18px;
    letter-spacing: -.22px;
    left: 50%;
    width: 44%;
    top: 8%;
    z-index: 4
}

.c-testimonials--slider .c-testimonials__info {
    top: 18%;
    height: 74%;
    bottom: 8%
}

.c-testimonials #infscr-loading,
.c-testimonials .btn-basic,
.c-testimonials .page-contact .gform_wrapper .gform_footer input[type=submit],
.c-testimonials .page-numbers-wrapper a.next,
.c-testimonials .page-numbers-wrapper a.prev,
.c-testimonials .search-form .search-submit,
.c-testimonials .sidebar-banner--sticky .sidebar-banner__label,
.page-contact .gform_wrapper .gform_footer .c-testimonials input[type=submit],
.page-numbers-wrapper .c-testimonials a.next,
.page-numbers-wrapper .c-testimonials a.prev,
.search-form .c-testimonials .search-submit,
.sidebar-banner--sticky .c-testimonials .sidebar-banner__label {
    min-width: 160px
}

.c-testimonials .slick-arrow {
    position: absolute;
    bottom: 17.5%;
    font-size: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    z-index: 3
}

.c-testimonials .slick-arrow:hover {
    opacity: .5
}

.c-testimonials .slick-arrow.slick-next {
    left: calc(5% + 80px);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.c-testimonials .slick-arrow.slick-prev {
    left: 5%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.post-sidebar {
    position: relative
}

.post-sidebar .widget_categories {
    color: #262626
}

.post-sidebar .widget_categories h3 {
    font-family: pluto_sanscond_bold;
    font-size: 15px;
    letter-spacing: -.18px;
    margin: 0 0 1em
}

.post-sidebar .widget_categories .cat-item a {
    color: #262626;
    font-family: latoregular;
    font-size: 11px;
    letter-spacing: .22px;
    text-decoration: none
}

.post-sidebar .widget_categories .cat-item a:hover {
    color: #006993
}

.search-form {
    margin: 0 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.search-form .screen-reader-text {
    visibility: hidden
}

.search-form label {
    width: calc(100% - 78px)
}

.search-form .search-submit {
    margin: 2px 0;
    border: 1px solid #006993 !important
}

.search-form .search-submit:hover {
    background-color: #006993;
    color: #fff !important
}

.sidebar-banner {
    margin: 40px 0 0;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    border-radius: 6px
}

.sidebar-banner__img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.sidebar-banner__img img {
    width: 100%;
    height: auto
}

.sidebar-banner__btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4
}

.sidebar-banner__label {
    position: absolute;
    bottom: 12%;
    left: 10%;
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.sidebar-banner__title {
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    font-family: pluto_sanscond_heavy;
    bottom: calc(12% + 30px);
    left: 10%;
    right: 25%;
    line-height: 1.2;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.sidebar-banner:hover .sidebar-banner__img {
    opacity: .36
}

.sidebar-banner:hover .sidebar-banner__label,
.sidebar-banner:hover .sidebar-banner__title {
    color: #000
}

.sidebar-banner--follow .sidebar-banner__title {
    font-size: 18px;
    letter-spacing: -.22px
}

.sidebar-banner--follow .sidebar-banner__label {
    font-family: pluto_sanscond_heavy;
    font-size: 10px;
    letter-spacing: -.12px;
    text-transform: uppercase;
    text-decoration: underline
}

.sidebar-banner--sticky {
    position: absolute;
    bottom: 40px;
    left: 0
}

.sidebar-banner--sticky .sidebar-banner__title {
    font-size: 20px;
    letter-spacing: -.24px;
    bottom: calc(12% + 54px)
}

.page__header {
    position: relative;
    min-height: 300px;
    height: 55vh;
    margin: 0 auto 40px
}

.page__header:before {
    background-color: #4c4c4c;
    content: " ";
    display: block;
    opacity: .7;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative
}

.page__cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%
}

.page__cover img {
    width: 100%;
    height: auto
}

.page__info {
    padding: 40px 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.page__info .wrapper-basic {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.page__subtitle {
    color: #fff;
    font-family: ACaslonPro-Regular;
    font-size: 21px;
    letter-spacing: -.25px;
    text-align: center
}

.page__scrollnav {
    position: absolute;
    right: 0;
    bottom: 0
}

.scrollnav__item {
    margin: 1em 0 0;
    max-width: 120px
}

.scrollnav__link {
    color: #fff;
    font-family: pluto_sanscond_heavy;
    font-size: 15px;
    letter-spacing: -.18px;
    text-decoration: none
}

.scrollnav__link:before {
    content: "- "
}

.scrollnav__link:hover {
    color: #c41230
}

.page-about .page__header {
    height: 100vh
}

.page-contact {
    background-color: #fff
}

.page-contact .page__content {
    padding-top: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-contact .page__content .story--page {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 4/14 - (15px - 15px * 4/14))
}

.page-contact .page__content .story--page:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.page-contact .page__content .story--page:last-child {
    margin-right: 0
}

.page-contact .page__content .story--page:nth-child(14n) {
    margin-right: 0;
    margin-left: auto
}

.page-contact .page__content .gform_wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 8/14 - (15px - 15px * 8/14))
}

.page-contact .page__content .gform_wrapper:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.page-contact .page__content .gform_wrapper:last-child {
    margin-right: 0
}

.page-contact .page__content .gform_wrapper:nth-child(14n) {
    margin-right: 0;
    margin-left: auto
}

.page-contact .gform_wrapper {
    margin-right: 0 !important
}

.page-contact .gform_wrapper .gform_title {
    color: #262626;
    font-family: pluto_sanscond_bold;
    font-size: 18px;
    letter-spacing: -.22px;
    margin-bottom: 1.5em
}

.page-contact .gform_wrapper .gform_fields {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px
}

.page-contact .gform_wrapper .gform_fields .gfield {
    margin-bottom: 15px
}

.page-contact .gform_wrapper .gform_fields #field_1_1 label {
    display: none
}

.page-contact .gform_wrapper .gform_fields #field_1_8 textarea {
    min-height: 150px
}

.page-contact .gform_wrapper .gform_fields #field_1_9 {
    position: relative
}

.page-contact .gform_wrapper .gform_fields #field_1_9 label {
    background: #5d9732;
    cursor: pointer;
    display: block;
    width: 82px;
    height: 30px;
    border-radius: 4px;
    color: #fff;
    padding: 10px 6px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: pluto_sanscond_bold;
    font-size: 9px;
    position: absolute;
    top: 75px;
    left: 5px
}

.page-contact .gform_wrapper .gform_fields #field_1_9 label:hover {
    background: #c41230
}

.contact-link {
    position: absolute;
    bottom: -62px;
    text-decoration: none
}

.contact-link__icon {
    background: #fff;
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    margin: 8px auto 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.contact-link__icon:before {
    content: " ";
    display: block;
    margin: 13px auto;
    overflow: hidden
}

.contact-link__text {
    background-color: transparent !important;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: pluto_sanscond_heavy;
    font-size: 9px;
    letter-spacing: -.18px
}

.contact-link__text:before {
    display: none
}

.contact-link--license {
    right: 179px
}

.contact-link--license:hover .icon-span {
    background: #5d9732
}

.contact-link--support {
    right: 75px
}

.contact-link--support:hover .icon-span {
    background: #006993
}

.contact-link--buy {
    width: 180px;
    left: 50%;
    -webkit-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    transform: translateX(-90px)
}

.contact-link--buy:hover {
    background-color: #006993;
    border-color: #006993;
    color: #fff
}

.blog-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px auto;
    height: 18px
}

.blog-title {
    max-width: 25%;
    margin-left: 7px
}

.blog-categories {
    margin: 0 7px 0 0;
    max-width: 75%;
    display: none
}

.blog-categories--list li {
    display: inline;
    margin: 0 0 0 15px
}

.blog-categories--list a {
    color: #000;
    text-decoration: none;
    font-family: DINPro;
    font-size: 11px;
    letter-spacing: -.09px
}

.blog-categories--list a:before {
    content: "-";
    display: inline;
    margin: 0 6px 0 0
}

.blog-categories--list a:hover {
    color: #c41230
}

.blog-categories--dropdown,
.blog-categories--dropdown + .select2 {
    display: none
}

.blog-grid {
    margin: 40px auto 25px;
    max-width: 1215px;
    position: relative
}

.blog-grid:before {
    content: '';
    display: table
}

.blog-grid:after {
    content: '';
    display: table;
    clear: both
}

.post-preview {
    background: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    width: calc(99.9% * 1/3 - 15px);
    min-height: 140px;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    box-sizing: border-box
}

.post-sidebar .post-preview {
    width: 100%;
    margin-left: 0
}

.post-preview--white {
    background: #fff
}

.post-preview--white .post-preview__content,
.post-preview--white .post-preview__date,
.post-preview--white .post-preview__excerpt {
    color: #000
}

.post-preview--white:hover {
    background: #000
}

.post-preview--white:hover .post-preview__content,
.post-preview--white:hover .post-preview__date,
.post-preview--white:hover .post-preview__excerpt {
    color: #fff
}

.post-preview--red {
    background: #c41230;
    border: 1px solid transparent
}

.post-preview--red .post-preview__content,
.post-preview--red .post-preview__date,
.post-preview--red .post-preview__excerpt {
    color: #fff
}

.post-preview--red:hover {
    background: #fff;
    border: 1px solid #c41230
}

.post-preview--red:hover .post-preview__content,
.post-preview--red:hover .post-preview__date,
.post-preview--red:hover .post-preview__excerpt {
    color: #000
}

.post-preview--green {
    background: #5d9732;
    border: 1px solid transparent
}

.post-preview--green .post-preview__content,
.post-preview--green .post-preview__date,
.post-preview--green .post-preview__excerpt {
    color: #fff
}

.post-preview--green:hover {
    background: #fff;
    border: 1px solid #5d9732
}

.post-preview--green:hover .post-preview__content,
.post-preview--green:hover .post-preview__date,
.post-preview--green:hover .post-preview__excerpt {
    color: #000
}

.post-preview--blue {
    background: #006993;
    border: 1px solid transparent
}

.post-preview--blue .post-preview__content,
.post-preview--blue .post-preview__date,
.post-preview--blue .post-preview__excerpt {
    color: #fff
}

.post-preview--blue:hover {
    background: #fff;
    border: 1px solid #006993
}

.post-preview--blue:hover .post-preview__content,
.post-preview--blue:hover .post-preview__date,
.post-preview--blue:hover .post-preview__excerpt {
    color: #000
}

.post-preview--twocol {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    width: calc(99.9% * 2/3 - 15px)
}

.post-preview__featimg {
    max-width: 100%;
    height: auto;
    margin: 0;
    border-radius: 4px;
    overflow: hidden
}

.post-preview__featimg img {
    max-width: 100%;
    height: auto
}

.post-preview__bgimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.post-preview__content {
    color: #000;
    padding: 45px 45px 65px;
    box-sizing: border-box;
    position: relative;
    z-index: 2
}

.post-preview__title {
    font-family: pluto_sanscond_bold;
    font-size: 30px;
    letter-spacing: -.36px;
    margin: 0 0 .8em;
    line-height: 1.3
}

.post-preview__excerpt {
    color: #000;
    font-family: ACaslonPro-Regular;
    font-size: 15px;
    letter-spacing: -.08px;
    margin: 0 0 2.5em
}

.post-preview__date {
    font-family: DINPro;
    height: 25px;
    font-size: 10px;
    letter-spacing: -.05px;
    position: absolute;
    bottom: 35px;
    left: 45px
}

.post-preview__bookmark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

.post-preview .icon-plus {
    position: absolute;
    right: 38px;
    bottom: 32px
}

.sticky .post-preview__date:before {
    content: " ";
    display: inline-block;
    border-radius: 50%;
    background-color: #c41230;
    margin: 0 10px 0 0;
    vertical-align: middle
}

.img_text .post-preview__content {
    padding: 25px 45px 65px
}

.img_text .post-preview__title {
    font-size: 18px;
    letter-spacing: -.22px
}

.img_text:hover {
    background: #000
}

.bgimg_text.post-preview--onecol .post-preview__content,
.bgimg_text.post-preview--onecol .post-preview__date,
.bgimg_text.post-preview--onecol .post-preview__excerpt,
.img_text:hover .post-preview__content,
.img_text:hover .post-preview__date,
.img_text:hover .post-preview__excerpt {
    color: #fff
}

.bgimg_text.post-preview--onecol .post-preview__bgimg:before {
    background-color: #4c4c4c;
    content: " ";
    display: block;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.bgimg_text.post-preview--onecol:hover .post-preview__bgimg {
    opacity: .36
}

.bgimg_text.post-preview--onecol:hover .post-preview__content,
.bgimg_text.post-preview--onecol:hover .post-preview__date,
.bgimg_text.post-preview--onecol:hover .post-preview__excerpt {
    color: #000
}

.bgimg_text.post-preview--twocol .post-preview__content {
    color: #000;
    width: 50%;
    float: right
}

.bgimg_text.post-preview--twocol .post-preview__excerpt {
    color: #000
}

.bgimg_text.post-preview--twocol .post-preview__bgimg {
    width: 50%;
    float: left
}

.bgimg_text.post-preview--twocol .post-preview__date {
    position: absolute;
    left: calc(50% + 40px)
}

.bgimg_text.post-preview--twocol:hover {
    background: #000
}

.bgimg_text.post-preview--twocol:hover .post-preview__content,
.bgimg_text.post-preview--twocol:hover .post-preview__date,
.bgimg_text.post-preview--twocol:hover .post-preview__excerpt {
    color: #fff
}

#load-more {
    display: block;
    margin: 30px auto 40px
}

.infinitescroll-wrap {
    padding-bottom: 60px
}

.infinitescroll-wrap + .page-numbers-wrapper {
    visibility: hidden
}

#infscr-loading {
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin: 0 0 0 -110px;
    width: 220px
}

#infscr-loading img {
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: -1px
}

#infscr-loading div {
    color: #fff;
    font-size: 12px;
    letter-spacing: -.1px;
    font-family: pluto_sanscond_bold;
    text-transform: uppercase;
    padding: 0 0 0 12px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.main-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 10/16 - (15px - 15px * 10/16));
    margin-right: calc(99.99% * 1/16 - (15px - 15px * 1/16) + (15px * 2)) !important
}

.main-block:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.main-block:last-child {
    margin-right: 0
}

.main-block:nth-child(16n) {
    margin-right: 0;
    margin-left: auto
}

.side-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/4 - (15px - 15px * 1/4));
    padding: 40px 0
}

.side-block:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.side-block:last-child {
    margin-right: 0
}

.side-block:nth-child(4n) {
    margin-right: 0;
    margin-left: auto
}

.side-block.post-sidebar {
    padding-bottom: 284px
}

.postsingle__header {
    position: relative;
    max-height: 500px;
    overflow: hidden
}

.postsingle__header:before {
    background-color: #4c4c4c;
    content: " ";
    display: block;
    opacity: .7;
    height: 0;
    width: 100%;
    padding-top: 49.15%;
    z-index: 2;
    position: relative
}

.postsingle__cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.postsingle__cover img {
    width: 100%;
    height: auto
}

.postsingle__info {
    padding: 60px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.postsingle__info .wrapper-basic:before {
    content: "Blog";
    display: block;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 50px
}

.postsingle__meta {
    color: #fff;
    display: block;
    margin: 30px 0;
    text-decoration: none;
    font-family: DINPro;
    width: 100%;
    font-size: 11px;
    letter-spacing: -.09px
}

.postsingle__meta a {
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid transparent;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.postsingle__meta a:hover {
    border: 1px solid #fff;
    padding: 2px 5px
}

.postsingle__date {
    margin: 0 12px 0 0
}

.postsingle__title {
    color: #fff;
    display: block;
    font-family: pluto_sanscond_bold;
    font-size: 50px;
    letter-spacing: -.6px
}

.postsingle .wrapper-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.post-sidebar .postsingle .main-block.widget_categories,
.postsingle .main-block.container-box,
.postsingle .post-sidebar .main-block.widget_categories {
    padding: 2.8vw 6.25%
}

.postsingle .story {
    color: #262626
}

.postsingle .story p {
    margin: 0 0 1.8em
}

.postsingle__excerpt {
    font-family: ACaslonPro-Regular;
    font-size: 24px;
    letter-spacing: -.12px;
    margin: 0 0 1.5em
}

.postsingle__content {
    font-size: 15px;
    letter-spacing: -.18px
}

.postsingle__actions {
    border-bottom: 1px solid #d4d4d4;
    padding: 18px 0;
    margin: 0 0 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.postsingle__actions .share-list {
    max-width: 66%
}

.postsingle__actions .share-list:before {
    vertical-align: top;
    display: inline;
    line-height: 34px;
    margin: 0 10px 0 0
}

.postsingle__comcount {
    margin: 0
}

.postsingle .side-block .share-list {
    margin: 0 0 20px
}

.postsingle .side-block .share-list:before {
    display: block
}

.postsiblings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.postsiblings__box {
    background-size: cover;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (1px - 1px * 1/2));
    padding: 42px 75px;
    position: relative;
    min-height: 250px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.postsiblings__box:nth-child(1n) {
    margin-right: 1px;
    margin-left: 0
}

.postsiblings__box:last-child {
    margin-right: 0
}

.postsiblings__box:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
}

.postsiblings__box:before {
    background-color: #4c4c4c;
    content: " ";
    display: block;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.postsiblings__box:hover:before {
    background-color: #111;
    opacity: .85
}

.postsiblings__direction {
    color: #fff;
    font-family: pluto_sanscond_bold;
    display: block;
    font-size: 15px;
    letter-spacing: -.18px;
    position: relative;
    z-index: 2
}

.postsiblings__direction:after {
    content: ":";
    visibility: hidden
}

.postsiblings__title {
    color: #fff;
    font-family: pluto_sanscond_bold;
    font-size: 24px;
    letter-spacing: -.29px;
    position: relative;
    z-index: 2
}

.postsiblings__next {
    text-align: right
}

.postsiblings__prev {
    text-align: left
}

.postsiblings__bookmark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

.postsiblings .back-to-link {
    color: #fff;
    font-family: pluto_sanscond_bold;
    display: block;
    font-size: 15px;
    letter-spacing: -.18px;
    position: relative;
    z-index: 4;
    text-decoration: none;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.postsiblings .back-to-link:hover {
    color: #006993
}

.page-404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 360px
}

.page-404:before {
    background-color: #4c4c4c;
    content: " ";
    display: block;
    opacity: .7;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute
}

.page-404 .box-headline {
    max-width: 86%;
    margin: 0 auto
}

body.error404 .content-wrapper {
    position: relative
}

.software-details {
    font-family: pluto_sanscond_heavy;
    font-size: 12px;
    letter-spacing: -.14px;
    color: #262626;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.software-details__col {
    margin-bottom: 20px
}

.software-details__col--os {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 4/14 - (15px - 15px * 4/14))
}

.software-details__col--os:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.software-details__col--os:last-child {
    margin-right: 0
}

.software-details__col--os:nth-child(14n) {
    margin-right: 0;
    margin-left: auto
}

.software-details__col--shortcuts {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 4/14 - (15px - 15px * 4/14))
}

.software-details__col--shortcuts:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.software-details__col--shortcuts:last-child {
    margin-right: 0
}

.software-details__col--shortcuts:nth-child(14n) {
    margin-right: 0;
    margin-left: auto
}

.software-details__col--shortcuts a {
    color: #262626;
    margin: 0 4px
}

.software-details__col--shortcuts a:hover {
    color: #c41230
}

.software-details__col--manual a {
    color: #5d9732
}

.software-details__col--manual a:hover {
    color: #006993
}

.c-downloads__version {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 0 45px;
    margin: 0 auto 45px
}

.c-downloads__metainfo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 2/5 - (15px - 15px * 2/5));
    margin-right: calc(99.99% * 1/5 - (15px - 15px * 1/5) + (15px * 2)) !important
}

.c-downloads__metainfo:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.c-downloads__metainfo:last-child {
    margin-right: 0
}

.c-downloads__metainfo:nth-child(5n) {
    margin-right: 0;
    margin-left: auto
}

.c-downloads__title {
    color: #5d9732;
    text-align: left;
    margin: 0 0 .6em
}

.c-downloads__title2 {
    color: #5d9732;
    text-align: left;
    margin: 0 0 .6em;
    font-size: 24px
}

.c-downloads__img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 1.5em 0 0
}

.c-downloads__links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 2/5 - (15px - 15px * 2/5))
}

.c-downloads__links:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0
}

.c-downloads__links:last-child {
    margin-right: 0
}

.c-downloads__links:nth-child(5n) {
    margin-right: 0;
    margin-left: auto
}

.c-downloads__manual {
    font-family: pluto_sanscond_heavy;
    font-size: 12px;
    letter-spacing: -.14px;
    color: #262626
}

.c-downloads__manual a {
    color: #5d9732
}

.c-downloads__manual a:hover {
    color: #006993
}

.c-osbox {
    margin: 0 0 30px
}

.c-osbox__title {
    text-transform: none
}

.c-osbox .story {
    margin: 0 0 20px
}

@media (max-width:768px) and (orientation:portrait) {
    .c-slider,
    .c-slider__slide {
        min-height: 60vh
    }
    .page__cover {
        width: 100%;
        margin: 0 auto
    }
    .page__cover img {
        width: 100%;
        height: auto;
        margin: 0 auto
    }
    .page-about .page__header {
        min-height: 300px;
        height: 55vh
    }
}

@media (min-width:561px) and (max-width:630px) {
    .postsingle__title {
        font-size: 36px;
        letter-spacing: -.43px
    }
}

@media (min-width:769px) {
    .header-main--transparent,
    body.has-cover .header-main {
        background: 0 0;
        position: absolute;
        top: 0;
        z-index: 6
    }
    .header-main--transparent .logo,
    body.has-cover .header-main .logo {
        -webkit-filter: invert(0);
        filter: invert(0)
    }
    .header-main--transparent .nav-item > .nav-link,
    body.has-cover .header-main .nav-item > .nav-link {
        color: #fff
    }
    .header-main--transparent .nav-item > .nav-link:hover,
    body.has-cover .header-main .nav-item > .nav-link:hover {
        color: #c41230
    }
    .header-main--transparent .nav-drop-item .nav-link,
    body.has-cover .header-main .nav-drop-item .nav-link {
        color: #000
    }
    .header-main--transparent .nav-drop-item .nav-link:hover,
    body.has-cover .header-main .nav-drop-item .nav-link:hover {
        color: #c41230
    }
    .c-slider,
    .c-slider__slide {
        min-height: 100vh
    }
    .blog-categories--list {
        display: block
    }
}

@media (max-width:768px) {
    .header-main {
        padding: 15px 0
    }
    .header-main .nav-header {
        display: none
    }
    .toggle-mobile-nav {
        display: block
    }
    .footer-column-1,
    .footer-column-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1/2 - (15px - 15px * 1/2));
        margin-bottom: 30px
    }
    .footer-column-1:nth-child(1n),
    .footer-column-2:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .footer-column-1:last-child,
    .footer-column-2:last-child {
        margin-right: 0
    }
    .footer-column-1:nth-child(2n),
    .footer-column-2:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }
    .footer-column-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 - (15px - 15px * 1))
    }
    .footer-column-3:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .footer-column-3:last-child {
        margin-right: 0
    }
    .footer-column-3:nth-child(undefinedn) {
        margin-right: 0;
        margin-left: auto
    }
    .nav-header {
        position: absolute;
        top: 70px;
        left: 0;
        background: #fff;
        z-index: 8;
        width: 100%;
        padding: 20px 6.25% 10px
    }
    .nav-header .nav-primary {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .nav-header .nav-primary .nav-item {
        margin: 0
    }
    .box-headline {
        font-size: 26px;
        letter-spacing: -.31px
    }
    .contact-details__column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1/2 - (60px - 60px * 1/2))
    }
    .contact-details__column:nth-child(1n) {
        margin-right: 60px;
        margin-left: 0
    }
    .contact-details__column:last-child {
        margin-right: 0
    }
    .contact-details__column:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }
    .contact-details__column:nth-child(1),
    .contact-details__column:nth-child(2) {
        margin-bottom: 34px
    }
    .c-benefits__single {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.999999% * 1);
        margin-bottom: 46px
    }
    .c-benefits__single:last-child {
        margin-right: 0
    }
    .c-benefits__single:nth-child(1n) {
        margin-right: 0;
        margin-left: auto
    }
    .c-benefits__descr {
        width: 60%;
        min-width: 280px;
        margin: 0 auto
    }
    .c-cta {
        min-height: 60vh
    }
    .c-cta .box-headline {
        font-size: 36px;
        letter-spacing: -.43px
    }
    .page-tour .c-info {
        min-height: 60vh
    }
    .page-tour .c-infointro:first-child .box-headline {
        font-size: 36px
    }
    .c-infointro__title {
        font-size: 28px;
        top: 60px
    }
    .c-infointro .box-headline {
        font-size: 24px
    }
    .c-tabs__column--aside {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 4/12 - (15px - 15px * 4/12));
        margin-right: calc(99.99% * 1/12 - (15px - 15px * 1/12) + (15px * 2)) !important;
        padding: 0
    }
    .c-tabs__column--aside:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .c-tabs__column--aside:last-child {
        margin-right: 0
    }
    .c-tabs__column--aside:nth-child(12n) {
        margin-right: 0;
        margin-left: auto
    }
    .c-tabs__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 7/12 - (15px - 15px * 7/12))
    }
    .c-tabs__column--main:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .c-tabs__column--main:last-child {
        margin-right: 0
    }
    .c-tabs__column--main:nth-child(12n) {
        margin-right: 0;
        margin-left: auto
    }
    .teammember {
        position: relative
    }
    .teammember__single {
        position: static
    }
    .teammember__info {
        left: 50px;
        right: 50px;
        top: 100px;
        bottom: 100px;
        z-index: 10;
        -webkit-transform: scale(.01);
        -ms-transform: scale(.01);
        transform: scale(.01)
    }
    .c-testimonials__subtitle {
        font-size: 36px;
        letter-spacing: -.43px
    }
    .c-testimonials__story {
        display: none
    }
    .c-testimonials--single .c-testimonials__title {
        font-size: 32px;
        letter-spacing: -.38px
    }
    .page-contact .page__content .story--page {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 - (15px - 15px * 1));
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        margin: 0 auto 32px !important
    }
    .page-contact .page__content .story--page:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .page-contact .page__content .story--page:last-child {
        margin-right: 0
    }
    .page-contact .page__content .story--page:nth-child(undefinedn) {
        margin-right: 0;
        margin-left: auto
    }
    .page-contact .page__content .gform_wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 - (15px - 15px * 1))
    }
    .page-contact .page__content .gform_wrapper:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .page-contact .page__content .gform_wrapper:last-child {
        margin-right: 0
    }
    .page-contact .page__content .gform_wrapper:nth-child(undefinedn) {
        margin-right: 0;
        margin-left: auto
    }
    .contact-link--buy {
        left: 6.25%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .blog-header {
        height: 40px
    }
    .blog-categories--dropdown {
        display: block
    }
    .blog-categories--dropdown + .select2 {
        display: block;
        margin: 0 7px 0 0
    }
}

@media (min-width:631px) and (max-width:767px) {
    .postsingle__title {
        font-size: 48px;
        letter-spacing: -.58px
    }
}

@media (max-width:630px) {
    .nav .nav-drop {
        display: block;
        position: static;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 100%;
        border: 0;
        border-radius: 0;
        margin: 15px 0 0;
        padding-left: 30px
    }
    .nav .nav-drop-item {
        padding: 8px 6px;
        border-bottom: 0
    }
    .nav .nav-drop .nav-link {
        opacity: .8;
        text-align: left;
        font-size: 12px !important;
        text-transform: uppercase
    }
    .nav-header .nav-primary .current-menu-item:before,
    .nav-header .nav-primary .current_page_item:before,
    .nav-header .nav-primary .current_page_parent:before {
        -webkit-transform: rotate(-90deg) translateX(-24px);
        -ms-transform: rotate(-90deg) translateX(-24px);
        transform: rotate(-90deg) translateX(-24px);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        top: auto;
        left: 0
    }
    .nav-header .nav-primary {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        background: #fff
    }
    .nav-header .nav-primary .nav-item {
        margin: 0 0 18px;
        width: 100%;
        text-align: left
    }
    .nav-header .nav-primary .nav-link {
        font-size: 18px;
        letter-spacing: -.22px;
        padding: 0 20px
    }
    .c-infointro {
        padding: 66% 0 0
    }
    .c-infointro__cta {
        position: static
    }
    .c-slider__content {
        top: 40%;
        bottom: auto
    }
    .c-slider__content .wrapper-basic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-slider__slidetitle {
        font-size: 38px;
        letter-spacing: -.46px;
        max-width: 76%;
        text-align: center;
        margin-bottom: 12px
    }
    .page-contact .page__cover img {
        width: auto;
        height: 100%
    }
    .page-contact .page__content {
        padding-top: 32px;
        padding-bottom: 32px
    }
    .page-contact .page__content .story--page {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .page-contact .gform_wrapper .gform_fields {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
    .page-contact .gform_wrapper .gform_fields #field_1_6 {
        margin-bottom: 15px
    }
    .postsiblings {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
    .postsiblings__box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.999999% * 1)
    }
    .postsiblings__box:last-child {
        margin-right: 0
    }
    .postsiblings__box:nth-child(1n) {
        margin-right: 0;
        margin-left: auto
    }
}

@media (max-width:1024px) {
    .nav-footer .nav-secondary .nav-item:after {
        margin: 0 6px
    }
    .box-headline {
        font-size: 32px;
        letter-spacing: -.38px
    }
    .page-section--benefits {
        width: 88%
    }
    .page-section--press {
        width: 90%
    }
    .c-infointro__cta {
        right: 6%
    }
    .c-testimonials__story {
        max-height: 240px;
        overflow: hidden
    }
    .postsingle__cover img {
        width: 120%;
        height: auto;
        margin: 0 0 0 -10%
    }
}

@media (max-width:767px) {
    .page-section--info {
        width: 88%
    }
    .page-section__content--cols2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-section__content--cols2 > div:first-child,
    .page-section__content--cols2 > div:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1/1 - (15px - 15px * 1/1));
        margin-left: 0 !important;
        margin-right: 15px !important
    }
    .page-section__content--cols2 > div:first-child:last-child,
    .page-section__content--cols2 > div:last-child:last-child {
        margin-right: 0
    }
    .page-section__content--cols2 > div:first-child:nth-child(1n),
    .page-section__content--cols2 > div:last-child:nth-child(1n) {
        margin-right: 0;
        margin-left: auto
    }
    .page-section__content--cols3 > div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 - (15px - 15px * 1))
    }
    .page-section__content--cols3 > div:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .page-section__content--cols3 > div:last-child {
        margin-right: 0
    }
    .page-section__content--cols3 > div:nth-child(undefinedn) {
        margin-right: 0;
        margin-left: auto
    }
    .c-newspaper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-newspaper__image {
        display: none
    }
    .c-newspaper__info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 14/16 - (15px - 15px * 14/16));
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .c-newspaper__info:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .c-newspaper__info:last-child {
        margin-right: 0
    }
    .c-newspaper__info:nth-child(16n) {
        margin-right: 0;
        margin-left: auto
    }
    .sidebar-banner--sticky {
        position: static
    }
    .postsingle__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .main-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 - (15px - 15px * 1));
        margin-left: 0 !important;
        margin-right: 15px !important
    }
    .main-block:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .main-block:last-child {
        margin-right: 0
    }
    .main-block:nth-child(undefinedn) {
        margin-right: 0;
        margin-left: auto
    }
    .side-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 - (15px - 15px * 1));
        padding: 40px 6.25%
    }
    .side-block:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .side-block:last-child {
        margin-right: 0
    }
    .side-block:nth-child(undefinedn) {
        margin-right: 0;
        margin-left: auto
    }
}

@media (min-width:631px) and (max-width:768px) {
    .c-infointro {
        padding: 54% 0 0
    }
}

@media (min-width:561px) and (max-width:767px) {
    .bgimg_text.post-preview--twocol .post-preview__bgimg img {
        width: auto;
        max-height: 100%
    }
}

@media (min-width:561px) and (max-width:900px) {
    .post-preview {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 7.5px;
        margin-right: 7.5px;
        width: calc(99.9% * 1/2 - 15px)
    }
    .post-preview--twocol {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 7.5px;
        margin-right: 7.5px;
        width: calc(100% - 15px)
    }
}

@media (min-width:768px) and (orientation:landscape) {
    .c-slider,
    .c-slider__slide {
        min-height: 100vh
    }
}

@media (max-width:1199px) {
    .wrapper-basic {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 1050px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 6.25%;
        padding-right: 6.25%
    }
}

@media (max-width:900px) {
    .c-testimonials__story {
        max-height: 140px
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .c-testimonials--single .c-testimonials__title {
        font-size: 36px;
        letter-spacing: -.43px
    }
}

@media (max-width:1024px) and (orientation:landscape) {
    .page__cover img {
        width: 140%;
        height: auto;
        margin: 0 0 0 -20%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sidebar-banner--sticky .sidebar-banner__img {
        min-height: 170px
    }
    .sidebar-banner--sticky .sidebar-banner__img img {
        width: auto;
        height: 100%
    }
    .main-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 18/26 - (15px - 15px * 18/26));
        margin-left: 0 !important;
        margin-right: 15px !important
    }
    .main-block:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .main-block:last-child {
        margin-right: 0
    }
    .main-block:nth-child(26n) {
        margin-right: 0;
        margin-left: auto
    }
    .side-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 7.5/26 - (15px - 15px * 7.5/26))
    }
    .side-block:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .side-block:last-child {
        margin-right: 0
    }
    .side-block:nth-child(26n) {
        margin-right: 0;
        margin-left: auto
    }
}

@media (min-width:560px) and (max-width:767px) {
    .post-sidebar .widget {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1/2 - (15px - 15px * 1/2))
    }
    .post-sidebar .widget:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .post-sidebar .widget:last-child {
        margin-right: 0
    }
    .post-sidebar .widget:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }
}

@media (max-width:560px) {
    .post-preview {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .bgimg_text.post-preview--twocol .post-preview {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .bgimg_text.post-preview--twocol .post-preview__bgimg {
        width: 100%;
        float: none;
        position: static
    }
    .bgimg_text.post-preview--twocol .post-preview__bgimg img {
        max-width: 100%
    }
    .bgimg_text.post-preview--twocol .post-preview__date {
        left: 45px
    }
    .bgimg_text.post-preview--twocol .post-preview__content {
        width: 100%;
        float: none
    }
    .postsingle__title {
        font-size: 30px;
        letter-spacing: -.36px
    }
}

@media (max-width:559px) {
    .post-sidebar .widget {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 - (15px - 15px * 1))
    }
    .post-sidebar .widget:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .post-sidebar .widget:last-child {
        margin-right: 0
    }
    .post-sidebar .widget:nth-child(undefinedn) {
        margin-right: 0;
        margin-left: auto
    }
    .contact-link--buy {
        position: static
    }
}

@media (min-width:481px) and (max-width:1024px) {
    .page__scrollnav {
        right: 6%
    }
}

@media (min-width:481px) and (max-width:768px) {
    .presspost__single {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
        margin: 0 0 40px
    }
    .presspost__single:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0
    }
    .presspost__single:last-child {
        margin-right: 0
    }
    .presspost__single:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }
    .teammember__single {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.999999% * 1/2)
    }
    .teammember__single:nth-child(1n) {
        margin-right: 0;
        margin-left: 0
    }
    .teammember__single:last-child {
        margin-right: 0
    }
    .teammember__single:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }
}

@media (max-width:480px) {
    .footer-main {
        text-align: center
    }
    .footer-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 - (15px - 15px * 1));
        padding: 0;
        text-align: center
    }
    .footer-column:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .footer-column:last-child {
        margin-right: 0
    }
    .footer-column:nth-child(undefinedn) {
        margin-right: 0;
        margin-left: auto
    }
    .nav-footer .nav-primary .nav-link {
        font-size: 12px
    }
    .nav-footer .nav-secondary .nav-item:after {
        display: none
    }
    .box-headline {
        font-size: 22px;
        letter-spacing: -.26px
    }
    .comment-form__area,
    .comment-form__inputs {
        width: 100%;
        float: none;
        margin: 0 auto 10px
    }
    .comment-form__area textarea,
    .comment-form__inputs textarea {
        height: 120px
    }
    .contact-details__column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.999999% * 1);
        margin-bottom: 28px
    }
    .contact-details__column:last-child {
        margin-right: 0
    }
    .contact-details__column:nth-child(1n) {
        margin-right: 0;
        margin-left: auto
    }
    .page-section__subtitle {
        font-size: 30px;
        letter-spacing: -.36px
    }
    .c-benefits__cta,
    .c-benefits__readmore {
        width: 90%;
        display: block;
        position: static;
        margin: 0 auto 14px
    }
    .c-cta {
        min-height: 40vh;
        padding: 80px 12px
    }
    .c-infointro {
        padding: 100% 0 10px
    }
    .page-tour .c-infointro:first-child .box-headline {
        font-size: 28px
    }
    .c-infointro__title {
        position: static;
        width: 90%;
        margin: 0 auto 1em;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center
    }
    .c-infointro__text {
        max-width: 90%
    }
    .c-infointro .btn-scrollto {
        display: none
    }
    .c-infointro--right {
        padding: 0;
        height: auto;
        display: block
    }
    .c-infointro--right .c-infointro__content {
        display: block;
        padding: 26px 0;
        position: relative
    }
    .c-infointro--right .c-infointro__subtitle,
    .c-infointro--right .c-infointro__text {
        width: 90%;
        margin: 0 auto 16px;
        text-align: center;
        max-width: 90%
    }
    .presspost__single {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1/1 - (15px - 15px * 1/1));
        margin-left: 0 !important;
        margin-right: 15px !important;
        margin: 0 0 30px
    }
    .presspost__single:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .presspost__single:last-child {
        margin-right: 0
    }
    .presspost__single:nth-child(0n) {
        margin-right: 0;
        margin-left: auto
    }
    .c-tabs__column--aside {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 - (15px - 15px * 1));
        margin: 0 !important
    }
    .c-tabs__column--aside:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .c-tabs__column--aside:last-child {
        margin-right: 0
    }
    .c-tabs__column--aside:nth-child(undefinedn) {
        margin-right: 0;
        margin-left: auto
    }
    .c-tabs__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1 - (15px - 15px * 1));
        text-align: center
    }
    .c-tabs__column--main:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .c-tabs__column--main:last-child {
        margin-right: 0
    }
    .c-tabs__column--main:nth-child(undefinedn) {
        margin-right: 0;
        margin-left: auto
    }
    .c-tabs__title {
        padding: 1.6rem 0;
        text-align: center
    }
    .c-tabs__nav {
        display: none
    }
    .c-tabs__single {
        display: block !important;
        margin-bottom: 26px
    }
    .c-tabs__icon {
        margin: 0 auto;
        max-width: 70px
    }
    .c-tabs__subtitle {
        font-size: 36px;
        letter-spacing: -.43px;
        padding: 1rem 0;
        text-align: center
    }
    .c-tabs__readmore {
        display: none
    }
    .c-tabs__cta {
        float: none
    }
    .teammember__single {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.99% * 1/1 - (15px - 15px * 1/1))
    }
    .teammember__single:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }
    .teammember__single:last-child {
        margin-right: 0
    }
    .teammember__single:nth-child(0n) {
        margin-right: 0;
        margin-left: auto
    }
    .teammember__info {
        left: 40px;
        right: 40px;
        top: 40px;
        bottom: 40px
    }
    .c-testimonials--single {
        padding: 100% 0 0
    }
    .c-testimonials--single .c-testimonials__info {
        right: 10%;
        width: 80%
    }
    .c-testimonials--single .c-testimonials__title {
        text-align: center
    }
    .c-testimonials--single .c-testimonials__cta,
    .c-testimonials--single .c-testimonials__readmore {
        margin: 16px auto 0
    }
    .c-testimonials--slider .c-testimonials__title {
        top: 30px
    }
    .c-testimonials--slider .c-testimonials__subtitle {
        margin: 0 0 .5em
    }
    .c-testimonials--slider .c-testimonials__info {
        position: static;
        padding: 40px 35px;
        color: #000;
        width: 100%
    }
    .c-testimonials--slider .c-testimonials__story {
        color: #000;
        display: block;
        height: auto;
        max-height: none
    }
    .c-testimonials--slider .c-testimonials__author {
        margin: 1.2em 0
    }
    .c-testimonials .slick-arrow {
        top: 130px
    }
    .c-testimonials .slick-arrow.slick-next {
        left: auto;
        right: 5%
    }
    .page__scrollnav {
        display: none
    }
    .contact-link--license {
        right: 52%
    }
    .contact-link--support {
        right: auto;
        left: 52%
    }
    .postsingle__info {
        position: static;
        background: #fff;
        padding: 20px 0
    }
    .postsingle__info .wrapper-basic:before {
        z-index: 2;
        font-size: 30px
    }
    .postsingle__meta,
    .postsingle__meta a,
    .postsingle__title {
        color: #000
    }
}

@media (max-width:479px) {
    .c-features .c-features__single {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.999999% * 1)
    }
    .c-features .c-features__single:last-child {
        margin-right: 0
    }
    .c-features .c-features__single:nth-child(1n) {
        margin-right: 0;
        margin-left: auto
    }
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .arrow-circle-sm,
    .back-to-top,
    .back-to-top:before,
    .btn-icon,
    .btn-scrollto,
    .c-testimonials .slick-arrow,
    .contact-link__icon:before,
    .form-ui .checkbox-group input[type=checkbox] + label:before,
    .form-ui .radio-group input[type=radio] + label:before,
    .header-main .logo,
    .icon-social,
    .nav-header .nav-primary .nav-item-cart .nav-link:after,
    .nav-header .nav-primary .nav-item-myaccount .nav-link:after,
    .page-contact .gform_wrapper form .checkbox-group input[type=checkbox] + label:before,
    .page-contact .gform_wrapper form .radio-group input[type=radio] + label:before,
    .search-form .checkbox-group input[type=checkbox] + label:before,
    .search-form .radio-group input[type=radio] + label:before,
    .sprite,
    .sticky .post-preview__date:before {
        background-image: url(../images/sprite@2x.png);
        background-size: 139px 1946px
    }
}
