.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -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: none
}

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

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

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

.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    display: table;
    content: "";
    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
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 1px solid #d6dce1;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    width: 16%;
    margin-left: -1px;
    height: 52px;
    line-height: 52px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    border: solid 2px #00b7ce
}

.nice-select:hover {
    border-color: #00b7ce
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #00b7ce
}

.nice-select:after {
    border-bottom: 2px solid #00b7ce;
    border-right: 2px solid #00b7ce;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    width: 100%
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: bold
}

.nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

* {
    box-sizing: border-box;
    outline: none
}

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

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

select {
    text-transform: none
}

button,
html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer
}

input {
    -webkit-appearance: none;
    border-radius: 0
}

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

.fl-left {
    float: left
}

.fl-right {
    float: right !important
}

.fl-center {
    margin-left: auto;
    margin-right: auto
}

.fl-none {
    float: none
}

.va-center {
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.ta-left {
    text-align: left
}

.ta-center {
    text-align: center
}

.ta-right {
    text-align: right
}

.clear {
    clear: both
}

.clearfix:before,
footer .wpml-ls-legacy-dropdown:before,
.clearfix:after,
footer .wpml-ls-legacy-dropdown:after {
    content: "";
    display: table
}

.clearfix:after,
footer .wpml-ls-legacy-dropdown:after {
    clear: both
}

#page-container {
    display: block;
    overflow: hidden
}

.ver-p-md {
    padding-top: 40px;
    padding-bottom: 40px
}

.ver-p-lg {
    padding-top: 50px;
    padding-bottom: 50px
}

.ver-p-xl {
    padding-top: 80px;
    padding-bottom: 80px
}

.section-top-border {
    margin: 0 -10px;
    position: relative;
    -webkit-transform: translatey(-2px);
    transform: translatey(-2px)
}

.section-top-border img {
    width: 100%;
    display: block
}

.section-top-border.section-top-border--reverse {
    -webkit-transform: translatey(-98%);
    transform: translatey(-98%)
}

.section-top-border.section-top-border--footer {
    -webkit-transform: none;
    transform: none
}

body {
    font-family: "Myriad Pro", sans-serif;
    font-size: 14px
}

body.body--fixed {
    overflow-y: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444
}

h1 {
    font-size: 2.57em
}

h2 {
    font-size: 2.15em
}

h3 {
    font-size: 1.3em
}

h4 {
    font-size: 1em
}

h5 {
    font-size: .8em
}

h6 {
    font-size: .6em
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.875em
}

a {
    text-decoration: none
}

q {
    font-size: 1.5em
}

blockquote {
    font-style: italic
}

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

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

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?mwy7qz");
    src: url("../fonts/icomoon.eot?mwy7qz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mwy7qz") format("truetype"), url("../fonts/icomoon.woff?mwy7qz") format("woff"), url("../fonts/icomoon.svg?mwy7qz#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-down:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-drupal:before {
    content: ""
}

.icon-joomla:before {
    content: ""
}

.icon-wordpress:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-support:before {
    content: ""
}

.icon-ticket:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-lock:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-printer:before {
    content: ""
}

.icon-spam:before {
    content: ""
}

.icon-tools:before {
    content: ""
}

.icon-chat:before {
    content: ""
}

.icon-server:before {
    content: ""
}

.icon-settings:before {
    content: ""
}

.icon-cloud:before {
    content: ""
}

.icon-usb:before {
    content: ""
}

.grid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1440px
}

.grid:before,
.grid:after {
    content: "";
    display: table
}

.grid:after {
    clear: both
}

.grid.grid--full {
    max-width: 100%;
    width: 100%
}

.grid.grid--small {
    max-width: 990px
}

.grid .row {
    margin-left: -20px;
    margin-right: -20px
}

.grid .row:before,
.grid .row:after {
    content: "";
    display: table
}

.grid .row:after {
    clear: both
}

.grid .row.row--no-gutter {
    margin-left: 0;
    margin-right: 0
}

.grid .row.row--no-gutter .col {
    padding-left: 0;
    padding-right: 0
}

.grid .row.row--inline-top,
.grid .row.row--inline-middle,
.grid .row.row--inline-bottom {
    font-size: 0;
    position: relative
}

.grid .row.row--inline-top>.col,
.grid .row.row--inline-middle>.col,
.grid .row.row--inline-bottom>.col {
    float: none;
    font-size: 14px;
    display: inline-block;
    vertical-align: top
}

.grid .row.row--inline-middle>.col {
    vertical-align: middle
}

.grid .row.row--inline-bottom>.col {
    vertical-align: bottom
}

.grid .row .col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%
}

.grid .row .xs-1-1 {
    width: 100%
}

.grid .row .xs-1-5 {
    width: 20%
}

.grid .row .xs-2-5 {
    width: 40%
}

.grid .row .xs-3-5 {
    width: 60%
}

.grid .row .xs-4-5 {
    width: 80%
}

.grid .row .xs-5-5 {
    width: 100%
}

.grid .row .xs-1-12 {
    width: 8.3333333333%
}

.grid .row .xs-2-12 {
    width: 16.6666666667%
}

.grid .row .xs-3-12 {
    width: 25%
}

.grid .row .xs-4-12 {
    width: 33.3333333333%
}

.grid .row .xs-5-12 {
    width: 41.6666666667%
}

.grid .row .xs-6-12 {
    width: 50%
}

.grid .row .xs-7-12 {
    width: 58.3333333333%
}

.grid .row .xs-8-12 {
    width: 66.6666666667%
}

.grid .row .xs-9-12 {
    width: 75%
}

.grid .row .xs-10-12 {
    width: 83.3333333333%
}

.grid .row .xs-11-12 {
    width: 91.6666666667%
}

.grid .row .xs-12-12 {
    width: 100%
}

.grid .row .sm-1-1 {
    width: 100%
}

.grid .row .sm-1-5 {
    width: 20%
}

.grid .row .sm-2-5 {
    width: 40%
}

.grid .row .sm-3-5 {
    width: 60%
}

.grid .row .sm-4-5 {
    width: 80%
}

.grid .row .sm-5-5 {
    width: 100%
}

.grid .row .sm-1-12 {
    width: 8.3333333333%
}

.grid .row .sm-2-12 {
    width: 16.6666666667%
}

.grid .row .sm-3-12 {
    width: 25%
}

.grid .row .sm-4-12 {
    width: 33.3333333333%
}

.grid .row .sm-5-12 {
    width: 41.6666666667%
}

.grid .row .sm-6-12 {
    width: 50%
}

.grid .row .sm-7-12 {
    width: 58.3333333333%
}

.grid .row .sm-8-12 {
    width: 66.6666666667%
}

.grid .row .sm-9-12 {
    width: 75%
}

.grid .row .sm-10-12 {
    width: 83.3333333333%
}

.grid .row .sm-11-12 {
    width: 91.6666666667%
}

.grid .row .sm-12-12 {
    width: 100%
}

.grid .row .md-1-1 {
    width: 100%
}

.grid .row .md-1-5 {
    width: 20%
}

.grid .row .md-2-5 {
    width: 40%
}

.grid .row .md-3-5 {
    width: 60%
}

.grid .row .md-4-5 {
    width: 80%
}

.grid .row .md-5-5 {
    width: 100%
}

.grid .row .md-1-12 {
    width: 8.3333333333%
}

.grid .row .md-2-12 {
    width: 16.6666666667%
}

.grid .row .md-3-12 {
    width: 25%
}

.grid .row .md-4-12 {
    width: 33.3333333333%
}

.grid .row .md-5-12 {
    width: 41.6666666667%
}

.grid .row .md-6-12 {
    width: 50%
}

.grid .row .md-7-12 {
    width: 58.3333333333%
}

.grid .row .md-8-12 {
    width: 66.6666666667%
}

.grid .row .md-9-12 {
    width: 75%
}

.grid .row .md-10-12 {
    width: 83.3333333333%
}

.grid .row .md-11-12 {
    width: 91.6666666667%
}

.grid .row .md-12-12 {
    width: 100%
}

.grid .row .lg-1-1 {
    width: 100%
}

.grid .row .lg-1-5 {
    width: 20%
}

.grid .row .lg-2-5 {
    width: 40%
}

.grid .row .lg-3-5 {
    width: 60%
}

.grid .row .lg-4-5 {
    width: 80%
}

.grid .row .lg-5-5 {
    width: 100%
}

.grid .row .lg-1-12 {
    width: 8.3333333333%
}

.grid .row .lg-2-12 {
    width: 16.6666666667%
}

.grid .row .lg-3-12 {
    width: 25%
}

.grid .row .lg-4-12 {
    width: 33.3333333333%
}

.grid .row .lg-5-12 {
    width: 41.6666666667%
}

.grid .row .lg-6-12 {
    width: 50%
}

.grid .row .lg-7-12 {
    width: 58.3333333333%
}

.grid .row .lg-8-12 {
    width: 66.6666666667%
}

.grid .row .lg-9-12 {
    width: 75%
}

.grid .row .lg-10-12 {
    width: 83.3333333333%
}

.grid .row .lg-11-12 {
    width: 91.6666666667%
}

.grid .row .lg-12-12 {
    width: 100%
}

.grid .row .xl-1-1 {
    width: 100%
}

.grid .row .xl-1-5 {
    width: 20%
}

.grid .row .xl-2-5 {
    width: 40%
}

.grid .row .xl-3-5 {
    width: 60%
}

.grid .row .xl-4-5 {
    width: 80%
}

.grid .row .xl-5-5 {
    width: 100%
}

.grid .row .xl-1-12 {
    width: 8.3333333333%
}

.grid .row .xl-2-12 {
    width: 16.6666666667%
}

.grid .row .xl-3-12 {
    width: 25%
}

.grid .row .xl-4-12 {
    width: 33.3333333333%
}

.grid .row .xl-5-12 {
    width: 41.6666666667%
}

.grid .row .xl-6-12 {
    width: 50%
}

.grid .row .xl-7-12 {
    width: 58.3333333333%
}

.grid .row .xl-8-12 {
    width: 66.6666666667%
}

.grid .row .xl-9-12 {
    width: 75%
}

.grid .row .xl-10-12 {
    width: 83.3333333333%
}

.grid .row .xl-11-12 {
    width: 91.6666666667%
}

.grid .row .xl-12-12 {
    width: 100%
}

.grid .row .xxl-1-1 {
    width: 100%
}

.grid .row .xxl-1-5 {
    width: 20%
}

.grid .row .xxl-2-5 {
    width: 40%
}

.grid .row .xxl-3-5 {
    width: 60%
}

.grid .row .xxl-4-5 {
    width: 80%
}

.grid .row .xxl-5-5 {
    width: 100%
}

.grid .row .xxl-1-12 {
    width: 8.3333333333%
}

.grid .row .xxl-2-12 {
    width: 16.6666666667%
}

.grid .row .xxl-3-12 {
    width: 25%
}

.grid .row .xxl-4-12 {
    width: 33.3333333333%
}

.grid .row .xxl-5-12 {
    width: 41.6666666667%
}

.grid .row .xxl-6-12 {
    width: 50%
}

.grid .row .xxl-7-12 {
    width: 58.3333333333%
}

.grid .row .xxl-8-12 {
    width: 66.6666666667%
}

.grid .row .xxl-9-12 {
    width: 75%
}

.grid .row .xxl-10-12 {
    width: 83.3333333333%
}

.grid .row .xxl-11-12 {
    width: 91.6666666667%
}

.grid .row .xxl-12-12 {
    width: 100%
}

@media (max-width: 1280px) {
    .grid .row [class*="xxl-"] {
        width: 100%
    }
    .grid .row .xs-1-5 {
        width: 20%
    }
    .grid .row .xs-2-5 {
        width: 40%
    }
    .grid .row .xs-3-5 {
        width: 60%
    }
    .grid .row .xs-4-5 {
        width: 80%
    }
    .grid .row .xs-5-5 {
        width: 100%
    }
    .grid .row .xs-1-12 {
        width: 8.3333333333%
    }
    .grid .row .xs-2-12 {
        width: 16.6666666667%
    }
    .grid .row .xs-3-12 {
        width: 25%
    }
    .grid .row .xs-4-12 {
        width: 33.3333333333%
    }
    .grid .row .xs-5-12 {
        width: 41.6666666667%
    }
    .grid .row .xs-6-12 {
        width: 50%
    }
    .grid .row .xs-7-12 {
        width: 58.3333333333%
    }
    .grid .row .xs-8-12 {
        width: 66.6666666667%
    }
    .grid .row .xs-9-12 {
        width: 75%
    }
    .grid .row .xs-10-12 {
        width: 83.3333333333%
    }
    .grid .row .xs-11-12 {
        width: 91.6666666667%
    }
    .grid .row .xs-12-12 {
        width: 100%
    }
    .grid .row .sm-1-5 {
        width: 20%
    }
    .grid .row .sm-2-5 {
        width: 40%
    }
    .grid .row .sm-3-5 {
        width: 60%
    }
    .grid .row .sm-4-5 {
        width: 80%
    }
    .grid .row .sm-5-5 {
        width: 100%
    }
    .grid .row .sm-1-12 {
        width: 8.3333333333%
    }
    .grid .row .sm-2-12 {
        width: 16.6666666667%
    }
    .grid .row .sm-3-12 {
        width: 25%
    }
    .grid .row .sm-4-12 {
        width: 33.3333333333%
    }
    .grid .row .sm-5-12 {
        width: 41.6666666667%
    }
    .grid .row .sm-6-12 {
        width: 50%
    }
    .grid .row .sm-7-12 {
        width: 58.3333333333%
    }
    .grid .row .sm-8-12 {
        width: 66.6666666667%
    }
    .grid .row .sm-9-12 {
        width: 75%
    }
    .grid .row .sm-10-12 {
        width: 83.3333333333%
    }
    .grid .row .sm-11-12 {
        width: 91.6666666667%
    }
    .grid .row .sm-12-12 {
        width: 100%
    }
    .grid .row .md-1-5 {
        width: 20%
    }
    .grid .row .md-2-5 {
        width: 40%
    }
    .grid .row .md-3-5 {
        width: 60%
    }
    .grid .row .md-4-5 {
        width: 80%
    }
    .grid .row .md-5-5 {
        width: 100%
    }
    .grid .row .md-1-12 {
        width: 8.3333333333%
    }
    .grid .row .md-2-12 {
        width: 16.6666666667%
    }
    .grid .row .md-3-12 {
        width: 25%
    }
    .grid .row .md-4-12 {
        width: 33.3333333333%
    }
    .grid .row .md-5-12 {
        width: 41.6666666667%
    }
    .grid .row .md-6-12 {
        width: 50%
    }
    .grid .row .md-7-12 {
        width: 58.3333333333%
    }
    .grid .row .md-8-12 {
        width: 66.6666666667%
    }
    .grid .row .md-9-12 {
        width: 75%
    }
    .grid .row .md-10-12 {
        width: 83.3333333333%
    }
    .grid .row .md-11-12 {
        width: 91.6666666667%
    }
    .grid .row .md-12-12 {
        width: 100%
    }
    .grid .row .lg-1-5 {
        width: 20%
    }
    .grid .row .lg-2-5 {
        width: 40%
    }
    .grid .row .lg-3-5 {
        width: 60%
    }
    .grid .row .lg-4-5 {
        width: 80%
    }
    .grid .row .lg-5-5 {
        width: 100%
    }
    .grid .row .lg-1-12 {
        width: 8.3333333333%
    }
    .grid .row .lg-2-12 {
        width: 16.6666666667%
    }
    .grid .row .lg-3-12 {
        width: 25%
    }
    .grid .row .lg-4-12 {
        width: 33.3333333333%
    }
    .grid .row .lg-5-12 {
        width: 41.6666666667%
    }
    .grid .row .lg-6-12 {
        width: 50%
    }
    .grid .row .lg-7-12 {
        width: 58.3333333333%
    }
    .grid .row .lg-8-12 {
        width: 66.6666666667%
    }
    .grid .row .lg-9-12 {
        width: 75%
    }
    .grid .row .lg-10-12 {
        width: 83.3333333333%
    }
    .grid .row .lg-11-12 {
        width: 91.6666666667%
    }
    .grid .row .lg-12-12 {
        width: 100%
    }
    .grid .row .xl-1-5 {
        width: 20%
    }
    .grid .row .xl-2-5 {
        width: 40%
    }
    .grid .row .xl-3-5 {
        width: 60%
    }
    .grid .row .xl-4-5 {
        width: 80%
    }
    .grid .row .xl-5-5 {
        width: 100%
    }
    .grid .row .xl-1-12 {
        width: 8.3333333333%
    }
    .grid .row .xl-2-12 {
        width: 16.6666666667%
    }
    .grid .row .xl-3-12 {
        width: 25%
    }
    .grid .row .xl-4-12 {
        width: 33.3333333333%
    }
    .grid .row .xl-5-12 {
        width: 41.6666666667%
    }
    .grid .row .xl-6-12 {
        width: 50%
    }
    .grid .row .xl-7-12 {
        width: 58.3333333333%
    }
    .grid .row .xl-8-12 {
        width: 66.6666666667%
    }
    .grid .row .xl-9-12 {
        width: 75%
    }
    .grid .row .xl-10-12 {
        width: 83.3333333333%
    }
    .grid .row .xl-11-12 {
        width: 91.6666666667%
    }
    .grid .row .xl-12-12 {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .grid .row [class*="xxl-"],
    .grid .row [class*="xl-"] {
        width: 100%
    }
    .grid .row .xs-1-5 {
        width: 20%
    }
    .grid .row .xs-2-5 {
        width: 40%
    }
    .grid .row .xs-3-5 {
        width: 60%
    }
    .grid .row .xs-4-5 {
        width: 80%
    }
    .grid .row .xs-5-5 {
        width: 100%
    }
    .grid .row .xs-1-12 {
        width: 8.3333333333%
    }
    .grid .row .xs-2-12 {
        width: 16.6666666667%
    }
    .grid .row .xs-3-12 {
        width: 25%
    }
    .grid .row .xs-4-12 {
        width: 33.3333333333%
    }
    .grid .row .xs-5-12 {
        width: 41.6666666667%
    }
    .grid .row .xs-6-12 {
        width: 50%
    }
    .grid .row .xs-7-12 {
        width: 58.3333333333%
    }
    .grid .row .xs-8-12 {
        width: 66.6666666667%
    }
    .grid .row .xs-9-12 {
        width: 75%
    }
    .grid .row .xs-10-12 {
        width: 83.3333333333%
    }
    .grid .row .xs-11-12 {
        width: 91.6666666667%
    }
    .grid .row .xs-12-12 {
        width: 100%
    }
    .grid .row .sm-1-5 {
        width: 20%
    }
    .grid .row .sm-2-5 {
        width: 40%
    }
    .grid .row .sm-3-5 {
        width: 60%
    }
    .grid .row .sm-4-5 {
        width: 80%
    }
    .grid .row .sm-5-5 {
        width: 100%
    }
    .grid .row .sm-1-12 {
        width: 8.3333333333%
    }
    .grid .row .sm-2-12 {
        width: 16.6666666667%
    }
    .grid .row .sm-3-12 {
        width: 25%
    }
    .grid .row .sm-4-12 {
        width: 33.3333333333%
    }
    .grid .row .sm-5-12 {
        width: 41.6666666667%
    }
    .grid .row .sm-6-12 {
        width: 50%
    }
    .grid .row .sm-7-12 {
        width: 58.3333333333%
    }
    .grid .row .sm-8-12 {
        width: 66.6666666667%
    }
    .grid .row .sm-9-12 {
        width: 75%
    }
    .grid .row .sm-10-12 {
        width: 83.3333333333%
    }
    .grid .row .sm-11-12 {
        width: 91.6666666667%
    }
    .grid .row .sm-12-12 {
        width: 100%
    }
    .grid .row .md-1-5 {
        width: 20%
    }
    .grid .row .md-2-5 {
        width: 40%
    }
    .grid .row .md-3-5 {
        width: 60%
    }
    .grid .row .md-4-5 {
        width: 80%
    }
    .grid .row .md-5-5 {
        width: 100%
    }
    .grid .row .md-1-12 {
        width: 8.3333333333%
    }
    .grid .row .md-2-12 {
        width: 16.6666666667%
    }
    .grid .row .md-3-12 {
        width: 25%
    }
    .grid .row .md-4-12 {
        width: 33.3333333333%
    }
    .grid .row .md-5-12 {
        width: 41.6666666667%
    }
    .grid .row .md-6-12 {
        width: 50%
    }
    .grid .row .md-7-12 {
        width: 58.3333333333%
    }
    .grid .row .md-8-12 {
        width: 66.6666666667%
    }
    .grid .row .md-9-12 {
        width: 75%
    }
    .grid .row .md-10-12 {
        width: 83.3333333333%
    }
    .grid .row .md-11-12 {
        width: 91.6666666667%
    }
    .grid .row .md-12-12 {
        width: 100%
    }
    .grid .row .lg-1-5 {
        width: 20%
    }
    .grid .row .lg-2-5 {
        width: 40%
    }
    .grid .row .lg-3-5 {
        width: 60%
    }
    .grid .row .lg-4-5 {
        width: 80%
    }
    .grid .row .lg-5-5 {
        width: 100%
    }
    .grid .row .lg-1-12 {
        width: 8.3333333333%
    }
    .grid .row .lg-2-12 {
        width: 16.6666666667%
    }
    .grid .row .lg-3-12 {
        width: 25%
    }
    .grid .row .lg-4-12 {
        width: 33.3333333333%
    }
    .grid .row .lg-5-12 {
        width: 41.6666666667%
    }
    .grid .row .lg-6-12 {
        width: 50%
    }
    .grid .row .lg-7-12 {
        width: 58.3333333333%
    }
    .grid .row .lg-8-12 {
        width: 66.6666666667%
    }
    .grid .row .lg-9-12 {
        width: 75%
    }
    .grid .row .lg-10-12 {
        width: 83.3333333333%
    }
    .grid .row .lg-11-12 {
        width: 91.6666666667%
    }
    .grid .row .lg-12-12 {
        width: 100%
    }
}

@media (max-width: 768px) {
    .grid .row [class*="xxl-"],
    .grid .row [class*="xl-"],
    .grid .row [class*="lg-"] {
        width: 100%
    }
    .grid .row .xs-1-5 {
        width: 20%
    }
    .grid .row .xs-2-5 {
        width: 40%
    }
    .grid .row .xs-3-5 {
        width: 60%
    }
    .grid .row .xs-4-5 {
        width: 80%
    }
    .grid .row .xs-5-5 {
        width: 100%
    }
    .grid .row .xs-1-12 {
        width: 8.3333333333%
    }
    .grid .row .xs-2-12 {
        width: 16.6666666667%
    }
    .grid .row .xs-3-12 {
        width: 25%
    }
    .grid .row .xs-4-12 {
        width: 33.3333333333%
    }
    .grid .row .xs-5-12 {
        width: 41.6666666667%
    }
    .grid .row .xs-6-12 {
        width: 50%
    }
    .grid .row .xs-7-12 {
        width: 58.3333333333%
    }
    .grid .row .xs-8-12 {
        width: 66.6666666667%
    }
    .grid .row .xs-9-12 {
        width: 75%
    }
    .grid .row .xs-10-12 {
        width: 83.3333333333%
    }
    .grid .row .xs-11-12 {
        width: 91.6666666667%
    }
    .grid .row .xs-12-12 {
        width: 100%
    }
    .grid .row .sm-1-5 {
        width: 20%
    }
    .grid .row .sm-2-5 {
        width: 40%
    }
    .grid .row .sm-3-5 {
        width: 60%
    }
    .grid .row .sm-4-5 {
        width: 80%
    }
    .grid .row .sm-5-5 {
        width: 100%
    }
    .grid .row .sm-1-12 {
        width: 8.3333333333%
    }
    .grid .row .sm-2-12 {
        width: 16.6666666667%
    }
    .grid .row .sm-3-12 {
        width: 25%
    }
    .grid .row .sm-4-12 {
        width: 33.3333333333%
    }
    .grid .row .sm-5-12 {
        width: 41.6666666667%
    }
    .grid .row .sm-6-12 {
        width: 50%
    }
    .grid .row .sm-7-12 {
        width: 58.3333333333%
    }
    .grid .row .sm-8-12 {
        width: 66.6666666667%
    }
    .grid .row .sm-9-12 {
        width: 75%
    }
    .grid .row .sm-10-12 {
        width: 83.3333333333%
    }
    .grid .row .sm-11-12 {
        width: 91.6666666667%
    }
    .grid .row .sm-12-12 {
        width: 100%
    }
    .grid .row .md-1-5 {
        width: 20%
    }
    .grid .row .md-2-5 {
        width: 40%
    }
    .grid .row .md-3-5 {
        width: 60%
    }
    .grid .row .md-4-5 {
        width: 80%
    }
    .grid .row .md-5-5 {
        width: 100%
    }
    .grid .row .md-1-12 {
        width: 8.3333333333%
    }
    .grid .row .md-2-12 {
        width: 16.6666666667%
    }
    .grid .row .md-3-12 {
        width: 25%
    }
    .grid .row .md-4-12 {
        width: 33.3333333333%
    }
    .grid .row .md-5-12 {
        width: 41.6666666667%
    }
    .grid .row .md-6-12 {
        width: 50%
    }
    .grid .row .md-7-12 {
        width: 58.3333333333%
    }
    .grid .row .md-8-12 {
        width: 66.6666666667%
    }
    .grid .row .md-9-12 {
        width: 75%
    }
    .grid .row .md-10-12 {
        width: 83.3333333333%
    }
    .grid .row .md-11-12 {
        width: 91.6666666667%
    }
    .grid .row .md-12-12 {
        width: 100%
    }
}

@media (max-width: 568px) {
    .grid .row [class*="xxl-"],
    .grid .row [class*="xl-"],
    .grid .row [class*="lg-"],
    .grid .row [class*="md-"] {
        width: 100%
    }
    .grid .row .xs-1-5 {
        width: 20%
    }
    .grid .row .xs-2-5 {
        width: 40%
    }
    .grid .row .xs-3-5 {
        width: 60%
    }
    .grid .row .xs-4-5 {
        width: 80%
    }
    .grid .row .xs-5-5 {
        width: 100%
    }
    .grid .row .xs-1-12 {
        width: 8.3333333333%
    }
    .grid .row .xs-2-12 {
        width: 16.6666666667%
    }
    .grid .row .xs-3-12 {
        width: 25%
    }
    .grid .row .xs-4-12 {
        width: 33.3333333333%
    }
    .grid .row .xs-5-12 {
        width: 41.6666666667%
    }
    .grid .row .xs-6-12 {
        width: 50%
    }
    .grid .row .xs-7-12 {
        width: 58.3333333333%
    }
    .grid .row .xs-8-12 {
        width: 66.6666666667%
    }
    .grid .row .xs-9-12 {
        width: 75%
    }
    .grid .row .xs-10-12 {
        width: 83.3333333333%
    }
    .grid .row .xs-11-12 {
        width: 91.6666666667%
    }
    .grid .row .xs-12-12 {
        width: 100%
    }
    .grid .row .sm-1-5 {
        width: 20%
    }
    .grid .row .sm-2-5 {
        width: 40%
    }
    .grid .row .sm-3-5 {
        width: 60%
    }
    .grid .row .sm-4-5 {
        width: 80%
    }
    .grid .row .sm-5-5 {
        width: 100%
    }
    .grid .row .sm-1-12 {
        width: 8.3333333333%
    }
    .grid .row .sm-2-12 {
        width: 16.6666666667%
    }
    .grid .row .sm-3-12 {
        width: 25%
    }
    .grid .row .sm-4-12 {
        width: 33.3333333333%
    }
    .grid .row .sm-5-12 {
        width: 41.6666666667%
    }
    .grid .row .sm-6-12 {
        width: 50%
    }
    .grid .row .sm-7-12 {
        width: 58.3333333333%
    }
    .grid .row .sm-8-12 {
        width: 66.6666666667%
    }
    .grid .row .sm-9-12 {
        width: 75%
    }
    .grid .row .sm-10-12 {
        width: 83.3333333333%
    }
    .grid .row .sm-11-12 {
        width: 91.6666666667%
    }
    .grid .row .sm-12-12 {
        width: 100%
    }
}

@media (max-width: 400px) {
    .grid .row [class*="xxl-"],
    .grid .row [class*="xl-"],
    .grid .row [class*="lg-"],
    .grid .row [class*="md-"],
    .grid .row [class*="sm-"] {
        width: 100%
    }
    .grid .row .xs-1-5 {
        width: 20%
    }
    .grid .row .xs-2-5 {
        width: 40%
    }
    .grid .row .xs-3-5 {
        width: 60%
    }
    .grid .row .xs-4-5 {
        width: 80%
    }
    .grid .row .xs-5-5 {
        width: 100%
    }
    .grid .row .xs-1-12 {
        width: 8.3333333333%
    }
    .grid .row .xs-2-12 {
        width: 16.6666666667%
    }
    .grid .row .xs-3-12 {
        width: 25%
    }
    .grid .row .xs-4-12 {
        width: 33.3333333333%
    }
    .grid .row .xs-5-12 {
        width: 41.6666666667%
    }
    .grid .row .xs-6-12 {
        width: 50%
    }
    .grid .row .xs-7-12 {
        width: 58.3333333333%
    }
    .grid .row .xs-8-12 {
        width: 66.6666666667%
    }
    .grid .row .xs-9-12 {
        width: 75%
    }
    .grid .row .xs-10-12 {
        width: 83.3333333333%
    }
    .grid .row .xs-11-12 {
        width: 91.6666666667%
    }
    .grid .row .xs-12-12 {
        width: 100%
    }
}

@media (max-width: 1280px) {
    .grid .row .xl-hide {
        display: none
    }
}

@media (max-width: 1024px) {
    .grid .row .lg-hide {
        display: none
    }
}

@media (max-width: 768px) {
    .grid .row .md-hide {
        display: none
    }
}

@media (max-width: 568px) {
    .grid .row .sm-hide {
        display: none
    }
}

@media (max-width: 400px) {
    .grid .row .xs-hide {
        display: none
    }
}

.grid .row .xs-push-left-1-5 {
    margin-left: 20%
}

.grid .row .xs-push-right-1-5 {
    margin-right: 20%
}

.grid .row .xs-push-left-2-5 {
    margin-left: 40%
}

.grid .row .xs-push-right-2-5 {
    margin-right: 40%
}

.grid .row .xs-push-left-3-5 {
    margin-left: 60%
}

.grid .row .xs-push-right-3-5 {
    margin-right: 60%
}

.grid .row .xs-push-left-4-5 {
    margin-left: 80%
}

.grid .row .xs-push-right-4-5 {
    margin-right: 80%
}

.grid .row .xs-push-left-5-5 {
    margin-left: 100%
}

.grid .row .xs-push-right-5-5 {
    margin-right: 100%
}

.grid .row .xs-push-left-1-12 {
    margin-left: 8.3333333333%
}

.grid .row .xs-push-right-1-12 {
    margin-right: 8.3333333333%
}

.grid .row .xs-push-left-2-12 {
    margin-left: 16.6666666667%
}

.grid .row .xs-push-right-2-12 {
    margin-right: 16.6666666667%
}

.grid .row .xs-push-left-3-12 {
    margin-left: 25%
}

.grid .row .xs-push-right-3-12 {
    margin-right: 25%
}

.grid .row .xs-push-left-4-12 {
    margin-left: 33.3333333333%
}

.grid .row .xs-push-right-4-12 {
    margin-right: 33.3333333333%
}

.grid .row .xs-push-left-5-12 {
    margin-left: 41.6666666667%
}

.grid .row .xs-push-right-5-12 {
    margin-right: 41.6666666667%
}

.grid .row .xs-push-left-6-12 {
    margin-left: 50%
}

.grid .row .xs-push-right-6-12 {
    margin-right: 50%
}

.grid .row .xs-push-left-7-12 {
    margin-left: 58.3333333333%
}

.grid .row .xs-push-right-7-12 {
    margin-right: 58.3333333333%
}

.grid .row .xs-push-left-8-12 {
    margin-left: 66.6666666667%
}

.grid .row .xs-push-right-8-12 {
    margin-right: 66.6666666667%
}

.grid .row .xs-push-left-9-12 {
    margin-left: 75%
}

.grid .row .xs-push-right-9-12 {
    margin-right: 75%
}

.grid .row .xs-push-left-10-12 {
    margin-left: 83.3333333333%
}

.grid .row .xs-push-right-10-12 {
    margin-right: 83.3333333333%
}

.grid .row .xs-push-left-11-12 {
    margin-left: 91.6666666667%
}

.grid .row .xs-push-right-11-12 {
    margin-right: 91.6666666667%
}

.grid .row .xs-push-left-12-12 {
    margin-left: 100%
}

.grid .row .xs-push-right-12-12 {
    margin-right: 100%
}

.grid .row .sm-push-left-1-5 {
    margin-left: 20%
}

.grid .row .sm-push-right-1-5 {
    margin-right: 20%
}

.grid .row .sm-push-left-2-5 {
    margin-left: 40%
}

.grid .row .sm-push-right-2-5 {
    margin-right: 40%
}

.grid .row .sm-push-left-3-5 {
    margin-left: 60%
}

.grid .row .sm-push-right-3-5 {
    margin-right: 60%
}

.grid .row .sm-push-left-4-5 {
    margin-left: 80%
}

.grid .row .sm-push-right-4-5 {
    margin-right: 80%
}

.grid .row .sm-push-left-5-5 {
    margin-left: 100%
}

.grid .row .sm-push-right-5-5 {
    margin-right: 100%
}

.grid .row .sm-push-left-1-12 {
    margin-left: 8.3333333333%
}

.grid .row .sm-push-right-1-12 {
    margin-right: 8.3333333333%
}

.grid .row .sm-push-left-2-12 {
    margin-left: 16.6666666667%
}

.grid .row .sm-push-right-2-12 {
    margin-right: 16.6666666667%
}

.grid .row .sm-push-left-3-12 {
    margin-left: 25%
}

.grid .row .sm-push-right-3-12 {
    margin-right: 25%
}

.grid .row .sm-push-left-4-12 {
    margin-left: 33.3333333333%
}

.grid .row .sm-push-right-4-12 {
    margin-right: 33.3333333333%
}

.grid .row .sm-push-left-5-12 {
    margin-left: 41.6666666667%
}

.grid .row .sm-push-right-5-12 {
    margin-right: 41.6666666667%
}

.grid .row .sm-push-left-6-12 {
    margin-left: 50%
}

.grid .row .sm-push-right-6-12 {
    margin-right: 50%
}

.grid .row .sm-push-left-7-12 {
    margin-left: 58.3333333333%
}

.grid .row .sm-push-right-7-12 {
    margin-right: 58.3333333333%
}

.grid .row .sm-push-left-8-12 {
    margin-left: 66.6666666667%
}

.grid .row .sm-push-right-8-12 {
    margin-right: 66.6666666667%
}

.grid .row .sm-push-left-9-12 {
    margin-left: 75%
}

.grid .row .sm-push-right-9-12 {
    margin-right: 75%
}

.grid .row .sm-push-left-10-12 {
    margin-left: 83.3333333333%
}

.grid .row .sm-push-right-10-12 {
    margin-right: 83.3333333333%
}

.grid .row .sm-push-left-11-12 {
    margin-left: 91.6666666667%
}

.grid .row .sm-push-right-11-12 {
    margin-right: 91.6666666667%
}

.grid .row .sm-push-left-12-12 {
    margin-left: 100%
}

.grid .row .sm-push-right-12-12 {
    margin-right: 100%
}

.grid .row .md-push-left-1-5 {
    margin-left: 20%
}

.grid .row .md-push-right-1-5 {
    margin-right: 20%
}

.grid .row .md-push-left-2-5 {
    margin-left: 40%
}

.grid .row .md-push-right-2-5 {
    margin-right: 40%
}

.grid .row .md-push-left-3-5 {
    margin-left: 60%
}

.grid .row .md-push-right-3-5 {
    margin-right: 60%
}

.grid .row .md-push-left-4-5 {
    margin-left: 80%
}

.grid .row .md-push-right-4-5 {
    margin-right: 80%
}

.grid .row .md-push-left-5-5 {
    margin-left: 100%
}

.grid .row .md-push-right-5-5 {
    margin-right: 100%
}

.grid .row .md-push-left-1-12 {
    margin-left: 8.3333333333%
}

.grid .row .md-push-right-1-12 {
    margin-right: 8.3333333333%
}

.grid .row .md-push-left-2-12 {
    margin-left: 16.6666666667%
}

.grid .row .md-push-right-2-12 {
    margin-right: 16.6666666667%
}

.grid .row .md-push-left-3-12 {
    margin-left: 25%
}

.grid .row .md-push-right-3-12 {
    margin-right: 25%
}

.grid .row .md-push-left-4-12 {
    margin-left: 33.3333333333%
}

.grid .row .md-push-right-4-12 {
    margin-right: 33.3333333333%
}

.grid .row .md-push-left-5-12 {
    margin-left: 41.6666666667%
}

.grid .row .md-push-right-5-12 {
    margin-right: 41.6666666667%
}

.grid .row .md-push-left-6-12 {
    margin-left: 50%
}

.grid .row .md-push-right-6-12 {
    margin-right: 50%
}

.grid .row .md-push-left-7-12 {
    margin-left: 58.3333333333%
}

.grid .row .md-push-right-7-12 {
    margin-right: 58.3333333333%
}

.grid .row .md-push-left-8-12 {
    margin-left: 66.6666666667%
}

.grid .row .md-push-right-8-12 {
    margin-right: 66.6666666667%
}

.grid .row .md-push-left-9-12 {
    margin-left: 75%
}

.grid .row .md-push-right-9-12 {
    margin-right: 75%
}

.grid .row .md-push-left-10-12 {
    margin-left: 83.3333333333%
}

.grid .row .md-push-right-10-12 {
    margin-right: 83.3333333333%
}

.grid .row .md-push-left-11-12 {
    margin-left: 91.6666666667%
}

.grid .row .md-push-right-11-12 {
    margin-right: 91.6666666667%
}

.grid .row .md-push-left-12-12 {
    margin-left: 100%
}

.grid .row .md-push-right-12-12 {
    margin-right: 100%
}

.grid .row .lg-push-left-1-5 {
    margin-left: 20%
}

.grid .row .lg-push-right-1-5 {
    margin-right: 20%
}

.grid .row .lg-push-left-2-5 {
    margin-left: 40%
}

.grid .row .lg-push-right-2-5 {
    margin-right: 40%
}

.grid .row .lg-push-left-3-5 {
    margin-left: 60%
}

.grid .row .lg-push-right-3-5 {
    margin-right: 60%
}

.grid .row .lg-push-left-4-5 {
    margin-left: 80%
}

.grid .row .lg-push-right-4-5 {
    margin-right: 80%
}

.grid .row .lg-push-left-5-5 {
    margin-left: 100%
}

.grid .row .lg-push-right-5-5 {
    margin-right: 100%
}

.grid .row .lg-push-left-1-12 {
    margin-left: 8.3333333333%
}

.grid .row .lg-push-right-1-12 {
    margin-right: 8.3333333333%
}

.grid .row .lg-push-left-2-12 {
    margin-left: 16.6666666667%
}

.grid .row .lg-push-right-2-12 {
    margin-right: 16.6666666667%
}

.grid .row .lg-push-left-3-12 {
    margin-left: 25%
}

.grid .row .lg-push-right-3-12 {
    margin-right: 25%
}

.grid .row .lg-push-left-4-12 {
    margin-left: 33.3333333333%
}

.grid .row .lg-push-right-4-12 {
    margin-right: 33.3333333333%
}

.grid .row .lg-push-left-5-12 {
    margin-left: 41.6666666667%
}

.grid .row .lg-push-right-5-12 {
    margin-right: 41.6666666667%
}

.grid .row .lg-push-left-6-12 {
    margin-left: 50%
}

.grid .row .lg-push-right-6-12 {
    margin-right: 50%
}

.grid .row .lg-push-left-7-12 {
    margin-left: 58.3333333333%
}

.grid .row .lg-push-right-7-12 {
    margin-right: 58.3333333333%
}

.grid .row .lg-push-left-8-12 {
    margin-left: 66.6666666667%
}

.grid .row .lg-push-right-8-12 {
    margin-right: 66.6666666667%
}

.grid .row .lg-push-left-9-12 {
    margin-left: 75%
}

.grid .row .lg-push-right-9-12 {
    margin-right: 75%
}

.grid .row .lg-push-left-10-12 {
    margin-left: 83.3333333333%
}

.grid .row .lg-push-right-10-12 {
    margin-right: 83.3333333333%
}

.grid .row .lg-push-left-11-12 {
    margin-left: 91.6666666667%
}

.grid .row .lg-push-right-11-12 {
    margin-right: 91.6666666667%
}

.grid .row .lg-push-left-12-12 {
    margin-left: 100%
}

.grid .row .lg-push-right-12-12 {
    margin-right: 100%
}

.grid .row .xl-push-left-1-5 {
    margin-left: 20%
}

.grid .row .xl-push-right-1-5 {
    margin-right: 20%
}

.grid .row .xl-push-left-2-5 {
    margin-left: 40%
}

.grid .row .xl-push-right-2-5 {
    margin-right: 40%
}

.grid .row .xl-push-left-3-5 {
    margin-left: 60%
}

.grid .row .xl-push-right-3-5 {
    margin-right: 60%
}

.grid .row .xl-push-left-4-5 {
    margin-left: 80%
}

.grid .row .xl-push-right-4-5 {
    margin-right: 80%
}

.grid .row .xl-push-left-5-5 {
    margin-left: 100%
}

.grid .row .xl-push-right-5-5 {
    margin-right: 100%
}

.grid .row .xl-push-left-1-12 {
    margin-left: 8.3333333333%
}

.grid .row .xl-push-right-1-12 {
    margin-right: 8.3333333333%
}

.grid .row .xl-push-left-2-12 {
    margin-left: 16.6666666667%
}

.grid .row .xl-push-right-2-12 {
    margin-right: 16.6666666667%
}

.grid .row .xl-push-left-3-12 {
    margin-left: 25%
}

.grid .row .xl-push-right-3-12 {
    margin-right: 25%
}

.grid .row .xl-push-left-4-12 {
    margin-left: 33.3333333333%
}

.grid .row .xl-push-right-4-12 {
    margin-right: 33.3333333333%
}

.grid .row .xl-push-left-5-12 {
    margin-left: 41.6666666667%
}

.grid .row .xl-push-right-5-12 {
    margin-right: 41.6666666667%
}

.grid .row .xl-push-left-6-12 {
    margin-left: 50%
}

.grid .row .xl-push-right-6-12 {
    margin-right: 50%
}

.grid .row .xl-push-left-7-12 {
    margin-left: 58.3333333333%
}

.grid .row .xl-push-right-7-12 {
    margin-right: 58.3333333333%
}

.grid .row .xl-push-left-8-12 {
    margin-left: 66.6666666667%
}

.grid .row .xl-push-right-8-12 {
    margin-right: 66.6666666667%
}

.grid .row .xl-push-left-9-12 {
    margin-left: 75%
}

.grid .row .xl-push-right-9-12 {
    margin-right: 75%
}

.grid .row .xl-push-left-10-12 {
    margin-left: 83.3333333333%
}

.grid .row .xl-push-right-10-12 {
    margin-right: 83.3333333333%
}

.grid .row .xl-push-left-11-12 {
    margin-left: 91.6666666667%
}

.grid .row .xl-push-right-11-12 {
    margin-right: 91.6666666667%
}

.grid .row .xl-push-left-12-12 {
    margin-left: 100%
}

.grid .row .xl-push-right-12-12 {
    margin-right: 100%
}

.grid .row .xxl-push-left-1-5 {
    margin-left: 20%
}

.grid .row .xxl-push-right-1-5 {
    margin-right: 20%
}

.grid .row .xxl-push-left-2-5 {
    margin-left: 40%
}

.grid .row .xxl-push-right-2-5 {
    margin-right: 40%
}

.grid .row .xxl-push-left-3-5 {
    margin-left: 60%
}

.grid .row .xxl-push-right-3-5 {
    margin-right: 60%
}

.grid .row .xxl-push-left-4-5 {
    margin-left: 80%
}

.grid .row .xxl-push-right-4-5 {
    margin-right: 80%
}

.grid .row .xxl-push-left-5-5 {
    margin-left: 100%
}

.grid .row .xxl-push-right-5-5 {
    margin-right: 100%
}

.grid .row .xxl-push-left-1-12 {
    margin-left: 8.3333333333%
}

.grid .row .xxl-push-right-1-12 {
    margin-right: 8.3333333333%
}

.grid .row .xxl-push-left-2-12 {
    margin-left: 16.6666666667%
}

.grid .row .xxl-push-right-2-12 {
    margin-right: 16.6666666667%
}

.grid .row .xxl-push-left-3-12 {
    margin-left: 25%
}

.grid .row .xxl-push-right-3-12 {
    margin-right: 25%
}

.grid .row .xxl-push-left-4-12 {
    margin-left: 33.3333333333%
}

.grid .row .xxl-push-right-4-12 {
    margin-right: 33.3333333333%
}

.grid .row .xxl-push-left-5-12 {
    margin-left: 41.6666666667%
}

.grid .row .xxl-push-right-5-12 {
    margin-right: 41.6666666667%
}

.grid .row .xxl-push-left-6-12 {
    margin-left: 50%
}

.grid .row .xxl-push-right-6-12 {
    margin-right: 50%
}

.grid .row .xxl-push-left-7-12 {
    margin-left: 58.3333333333%
}

.grid .row .xxl-push-right-7-12 {
    margin-right: 58.3333333333%
}

.grid .row .xxl-push-left-8-12 {
    margin-left: 66.6666666667%
}

.grid .row .xxl-push-right-8-12 {
    margin-right: 66.6666666667%
}

.grid .row .xxl-push-left-9-12 {
    margin-left: 75%
}

.grid .row .xxl-push-right-9-12 {
    margin-right: 75%
}

.grid .row .xxl-push-left-10-12 {
    margin-left: 83.3333333333%
}

.grid .row .xxl-push-right-10-12 {
    margin-right: 83.3333333333%
}

.grid .row .xxl-push-left-11-12 {
    margin-left: 91.6666666667%
}

.grid .row .xxl-push-right-11-12 {
    margin-right: 91.6666666667%
}

.grid .row .xxl-push-left-12-12 {
    margin-left: 100%
}

.grid .row .xxl-push-right-12-12 {
    margin-right: 100%
}

@media (max-width: 1280px) {
    .grid .row [class*="xxl-push-left-"] {
        margin-left: 0
    }
    .grid .row [class*="xxl-push-right-"] {
        margin-right: 0
    }
    .grid .row .xs-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .xs-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .xs-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .xs-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .xs-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .xs-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .xs-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .xs-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .xs-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .xs-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .xs-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .xs-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .xs-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .xs-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .xs-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .xs-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .xs-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .xs-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .xs-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .xs-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .xs-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .xs-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .xs-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .xs-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .xs-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .xs-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .xs-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .xs-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .xs-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .xs-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .xs-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .xs-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .xs-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .xs-push-right-12-12 {
        margin-right: 100%
    }
    .grid .row .sm-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .sm-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .sm-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .sm-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .sm-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .sm-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .sm-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .sm-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .sm-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .sm-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .sm-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .sm-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .sm-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .sm-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .sm-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .sm-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .sm-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .sm-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .sm-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .sm-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .sm-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .sm-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .sm-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .sm-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .sm-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .sm-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .sm-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .sm-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .sm-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .sm-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .sm-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .sm-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .sm-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .sm-push-right-12-12 {
        margin-right: 100%
    }
    .grid .row .md-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .md-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .md-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .md-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .md-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .md-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .md-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .md-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .md-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .md-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .md-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .md-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .md-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .md-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .md-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .md-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .md-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .md-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .md-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .md-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .md-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .md-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .md-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .md-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .md-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .md-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .md-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .md-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .md-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .md-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .md-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .md-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .md-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .md-push-right-12-12 {
        margin-right: 100%
    }
    .grid .row .lg-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .lg-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .lg-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .lg-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .lg-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .lg-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .lg-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .lg-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .lg-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .lg-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .lg-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .lg-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .lg-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .lg-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .lg-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .lg-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .lg-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .lg-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .lg-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .lg-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .lg-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .lg-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .lg-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .lg-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .lg-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .lg-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .lg-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .lg-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .lg-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .lg-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .lg-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .lg-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .lg-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .lg-push-right-12-12 {
        margin-right: 100%
    }
    .grid .row .xl-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .xl-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .xl-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .xl-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .xl-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .xl-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .xl-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .xl-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .xl-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .xl-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .xl-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .xl-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .xl-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .xl-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .xl-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .xl-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .xl-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .xl-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .xl-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .xl-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .xl-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .xl-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .xl-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .xl-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .xl-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .xl-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .xl-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .xl-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .xl-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .xl-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .xl-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .xl-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .xl-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .xl-push-right-12-12 {
        margin-right: 100%
    }
}

@media (max-width: 1024px) {
    .grid .row [class*="xxl-push-left-"],
    .grid .row [class*="xl-push-left-"] {
        margin-left: 0
    }
    .grid .row [class*="xxl-push-right-"],
    .grid .row [class*="xl-push-right-"] {
        margin-right: 0
    }
    .grid .row .xs-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .xs-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .xs-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .xs-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .xs-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .xs-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .xs-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .xs-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .xs-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .xs-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .xs-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .xs-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .xs-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .xs-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .xs-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .xs-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .xs-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .xs-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .xs-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .xs-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .xs-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .xs-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .xs-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .xs-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .xs-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .xs-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .xs-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .xs-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .xs-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .xs-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .xs-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .xs-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .xs-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .xs-push-right-12-12 {
        margin-right: 100%
    }
    .grid .row .sm-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .sm-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .sm-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .sm-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .sm-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .sm-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .sm-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .sm-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .sm-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .sm-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .sm-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .sm-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .sm-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .sm-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .sm-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .sm-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .sm-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .sm-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .sm-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .sm-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .sm-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .sm-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .sm-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .sm-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .sm-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .sm-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .sm-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .sm-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .sm-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .sm-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .sm-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .sm-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .sm-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .sm-push-right-12-12 {
        margin-right: 100%
    }
    .grid .row .md-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .md-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .md-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .md-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .md-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .md-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .md-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .md-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .md-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .md-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .md-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .md-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .md-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .md-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .md-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .md-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .md-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .md-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .md-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .md-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .md-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .md-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .md-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .md-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .md-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .md-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .md-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .md-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .md-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .md-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .md-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .md-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .md-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .md-push-right-12-12 {
        margin-right: 100%
    }
    .grid .row .lg-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .lg-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .lg-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .lg-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .lg-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .lg-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .lg-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .lg-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .lg-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .lg-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .lg-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .lg-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .lg-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .lg-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .lg-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .lg-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .lg-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .lg-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .lg-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .lg-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .lg-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .lg-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .lg-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .lg-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .lg-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .lg-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .lg-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .lg-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .lg-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .lg-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .lg-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .lg-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .lg-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .lg-push-right-12-12 {
        margin-right: 100%
    }
}

@media (max-width: 768px) {
    .grid .row [class*="xxl-push-left-"],
    .grid .row [class*="xl-push-left-"],
    .grid .row [class*="lg-push-left-"] {
        margin-left: 0
    }
    .grid .row [class*="xxl-push-right-"],
    .grid .row [class*="xl-push-right-"],
    .grid .row [class*="lg-push-right-"] {
        margin-right: 0
    }
    .grid .row .xs-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .xs-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .xs-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .xs-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .xs-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .xs-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .xs-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .xs-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .xs-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .xs-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .xs-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .xs-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .xs-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .xs-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .xs-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .xs-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .xs-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .xs-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .xs-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .xs-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .xs-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .xs-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .xs-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .xs-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .xs-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .xs-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .xs-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .xs-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .xs-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .xs-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .xs-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .xs-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .xs-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .xs-push-right-12-12 {
        margin-right: 100%
    }
    .grid .row .sm-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .sm-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .sm-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .sm-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .sm-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .sm-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .sm-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .sm-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .sm-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .sm-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .sm-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .sm-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .sm-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .sm-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .sm-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .sm-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .sm-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .sm-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .sm-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .sm-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .sm-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .sm-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .sm-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .sm-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .sm-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .sm-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .sm-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .sm-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .sm-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .sm-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .sm-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .sm-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .sm-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .sm-push-right-12-12 {
        margin-right: 100%
    }
    .grid .row .md-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .md-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .md-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .md-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .md-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .md-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .md-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .md-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .md-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .md-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .md-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .md-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .md-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .md-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .md-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .md-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .md-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .md-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .md-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .md-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .md-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .md-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .md-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .md-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .md-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .md-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .md-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .md-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .md-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .md-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .md-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .md-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .md-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .md-push-right-12-12 {
        margin-right: 100%
    }
}

@media (max-width: 568px) {
    .grid .row [class*="xxl-push-left-"],
    .grid .row [class*="xl-push-left-"],
    .grid .row [class*="lg-push-left-"],
    .grid .row [class*="md-push-left-"] {
        margin-left: 0
    }
    .grid .row [class*="xxl-push-right-"],
    .grid .row [class*="xl-push-right-"],
    .grid .row [class*="lg-push-right-"],
    .grid .row [class*="md-push-right-"] {
        margin-right: 0
    }
    .grid .row .xs-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .xs-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .xs-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .xs-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .xs-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .xs-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .xs-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .xs-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .xs-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .xs-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .xs-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .xs-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .xs-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .xs-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .xs-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .xs-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .xs-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .xs-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .xs-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .xs-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .xs-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .xs-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .xs-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .xs-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .xs-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .xs-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .xs-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .xs-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .xs-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .xs-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .xs-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .xs-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .xs-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .xs-push-right-12-12 {
        margin-right: 100%
    }
    .grid .row .sm-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .sm-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .sm-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .sm-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .sm-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .sm-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .sm-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .sm-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .sm-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .sm-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .sm-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .sm-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .sm-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .sm-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .sm-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .sm-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .sm-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .sm-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .sm-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .sm-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .sm-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .sm-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .sm-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .sm-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .sm-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .sm-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .sm-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .sm-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .sm-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .sm-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .sm-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .sm-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .sm-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .sm-push-right-12-12 {
        margin-right: 100%
    }
}

@media (max-width: 400px) {
    .grid .row [class*="xxl-push-left-"],
    .grid .row [class*="xl-push-left-"],
    .grid .row [class*="lg-push-left-"],
    .grid .row [class*="md-push-left-"],
    .grid .row [class*="sm-push-left-"] {
        margin-left: 0
    }
    .grid .row [class*="xxl-push-right-"],
    .grid .row [class*="xl-push-right-"],
    .grid .row [class*="lg-push-right-"],
    .grid .row [class*="md-push-right-"],
    .grid .row [class*="sm-push-right-"] {
        margin-right: 0
    }
    .grid .row .xs-push-left-1-5 {
        margin-left: 20%
    }
    .grid .row .xs-push-right-1-5 {
        margin-right: 20%
    }
    .grid .row .xs-push-left-2-5 {
        margin-left: 40%
    }
    .grid .row .xs-push-right-2-5 {
        margin-right: 40%
    }
    .grid .row .xs-push-left-3-5 {
        margin-left: 60%
    }
    .grid .row .xs-push-right-3-5 {
        margin-right: 60%
    }
    .grid .row .xs-push-left-4-5 {
        margin-left: 80%
    }
    .grid .row .xs-push-right-4-5 {
        margin-right: 80%
    }
    .grid .row .xs-push-left-5-5 {
        margin-left: 100%
    }
    .grid .row .xs-push-right-5-5 {
        margin-right: 100%
    }
    .grid .row .xs-push-left-1-12 {
        margin-left: 8.3333333333%
    }
    .grid .row .xs-push-right-1-12 {
        margin-right: 8.3333333333%
    }
    .grid .row .xs-push-left-2-12 {
        margin-left: 16.6666666667%
    }
    .grid .row .xs-push-right-2-12 {
        margin-right: 16.6666666667%
    }
    .grid .row .xs-push-left-3-12 {
        margin-left: 25%
    }
    .grid .row .xs-push-right-3-12 {
        margin-right: 25%
    }
    .grid .row .xs-push-left-4-12 {
        margin-left: 33.3333333333%
    }
    .grid .row .xs-push-right-4-12 {
        margin-right: 33.3333333333%
    }
    .grid .row .xs-push-left-5-12 {
        margin-left: 41.6666666667%
    }
    .grid .row .xs-push-right-5-12 {
        margin-right: 41.6666666667%
    }
    .grid .row .xs-push-left-6-12 {
        margin-left: 50%
    }
    .grid .row .xs-push-right-6-12 {
        margin-right: 50%
    }
    .grid .row .xs-push-left-7-12 {
        margin-left: 58.3333333333%
    }
    .grid .row .xs-push-right-7-12 {
        margin-right: 58.3333333333%
    }
    .grid .row .xs-push-left-8-12 {
        margin-left: 66.6666666667%
    }
    .grid .row .xs-push-right-8-12 {
        margin-right: 66.6666666667%
    }
    .grid .row .xs-push-left-9-12 {
        margin-left: 75%
    }
    .grid .row .xs-push-right-9-12 {
        margin-right: 75%
    }
    .grid .row .xs-push-left-10-12 {
        margin-left: 83.3333333333%
    }
    .grid .row .xs-push-right-10-12 {
        margin-right: 83.3333333333%
    }
    .grid .row .xs-push-left-11-12 {
        margin-left: 91.6666666667%
    }
    .grid .row .xs-push-right-11-12 {
        margin-right: 91.6666666667%
    }
    .grid .row .xs-push-left-12-12 {
        margin-left: 100%
    }
    .grid .row .xs-push-right-12-12 {
        margin-right: 100%
    }
}

.trail-tag.stick {
	margin-top: 5px !important;
	position: fixed;
	top: 88px;
    border: 3px dashed #fff;
    box-shadow: 0 0 0 3px #00b7ce, 0 0 0 5px #00b7ce;
    margin-right: 5px;
}
.trail-tag {
	text-decoration: none;
	background: #00b7ce;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 20px 8px;
	text-align: center;
	font-size: 22px;
	z-index:999;
}
.trail-tag a,
#hosting-features a {
	text-decoration: none;
	color: #fff;
}

.btn,
.pagination span,
.pagination a,
header .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a,
header .wpml-ls-legacy-dropdown a,
#blog #blog__nav ul li a {
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    padding: 12px 15px 9px;
    border-radius: 40px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
    color: #452503;
    font-size: 14px;
    border: none
}

.btn:hover,
.pagination span:hover,
.pagination a:hover,
header .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a:hover,
header .wpml-ls-legacy-dropdown a:hover,
#blog #blog__nav ul li a:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.07);
    background: #fee4ba
}

.btn.btn--primary,
.pagination span.btn--primary,
.pagination a.btn--primary,
header .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a.btn--primary,
header .wpml-ls-legacy-dropdown a.btn--primary,
#blog #blog__nav ul li a.btn--primary {
    background: #00b7ce;
    color: #fff
}

.btn.btn--primary:hover,
.pagination span.btn--primary:hover,
.pagination a.btn--primary:hover,
header .wpml-ls-legacy-dropdown a.btn--primary:hover,
#blog #blog__nav ul li a.btn--primary:hover {
    background: #00a9bf
}

.btn.btn--secondary,
.pagination span.btn--secondary,
.pagination a.btn--secondary,
header .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a.btn--secondary,
header .wpml-ls-legacy-dropdown a.btn--secondary,
#blog #blog__nav ul li a.btn--secondary {
    background: #df541e;
    color: #fff
}

.btn.btn--secondary:hover,
.pagination span.btn--secondary:hover,
.pagination a.btn--secondary:hover,
header .wpml-ls-legacy-dropdown a.btn--secondary:hover,
#blog #blog__nav ul li a.btn--secondary:hover {
    background: #d24f1c
}

.btn.btn--alternative,
.pagination span.btn--alternative,
.pagination a.btn--alternative,
header .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a,
header .wpml-ls-legacy-dropdown a,
#blog #blog__nav ul li a.btn--alternative,
#blog #blog__nav header .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a,
header #blog #blog__nav .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a,
#blog #blog__nav ul li header .wpml-ls-legacy-dropdown a,
header .wpml-ls-legacy-dropdown #blog #blog__nav ul li a,
#blog #blog__nav ul li.current-menu-item a {
    background: #fee4ba;
    color: #444
}

.btn.btn--alternative:hover,
.pagination span.btn--alternative:hover,
.pagination a.btn--alternative:hover,
header .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a:hover,
header .wpml-ls-legacy-dropdown a:hover,
#blog #blog__nav ul li a.btn--alternative:hover,
#blog #blog__nav header .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a:hover,
header #blog #blog__nav .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a:hover,
#blog #blog__nav ul li header .wpml-ls-legacy-dropdown a:hover,
header .wpml-ls-legacy-dropdown #blog #blog__nav ul li a:hover,
#blog #blog__nav ul li.current-menu-item a:hover {
    background: #fedeab
}

.btn.btn--big,
.pagination span.btn--big,
.pagination a.btn--big,
header .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a.btn--big,
header .wpml-ls-legacy-dropdown a.btn--big,
#blog #blog__nav ul li a.btn--big {
    padding: 16px 60px 13px
}

.hosting__plan {
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.hosting__plan .badge {
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.hosting__plan h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 0
}

.hosting__plan .title {
	color: #444;
    text-align: center;
    text-transform: uppercase;
	margin: 0;
	line-height: 1em;
	font-size: 1.3em;
	font-weight: bold
}

.hosting__plan .price-title {
	background:#df541e;
	color:#fff;
	padding: 5px 12px 3px;
	border-radius: 6px;
	margin: 0 60px;
	font-weight: 700;
}
.hosting__plan .price-title-div {
	display:block;
	height:30px;
}

.hosting__plan.hosting__plan--primary .price-title {
	background:#fff;
	color:#df541e;
	padding: 5px 12px 3px;
	border-radius: 6px;
	margin: 0 60px;
	font-weight: 700;
}

.hosting__plan .plan__price {
    text-align: center;
    color: #df541e;
    line-height: 1;
    margin: 20px 0 30px
}

.hosting__plan .plan__price .main-price-title {
    display: block;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 14px
}

.hosting__plan .plan__price .main-price {
    display: inline-block;
    font-size: 3.4em;
    vertical-align: middle;
    font-weight: bold
}

.hosting__plan .plan__price .minor-price {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4em;
    font-weight: bold
}

.hosting__plan .plan__price .per-price {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-align: center;
    font-size: 16px;
    font-style: italic
}

.hosting__plan ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #444;
    border-top: 1px solid #eee
}

.hosting__plan ul li a {
    color: #444;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.hosting__plan.hosting__plan--primary ul li a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.hosting__plan ul li {
    border-bottom: 1px solid #eee;
    padding: 7px 20px 5px;
    text-align: center;
    min-height: 26px;
    max-height: 52px;
}

.hosting__plan .plan__cta {
    text-align: center;
    margin-top: 10px;
    position: relative;
    -webkit-transform: translatey(50%);
    transform: translatey(50%)
}

.hosting__plan .plan__cta .btn,
.hosting__plan .plan__cta .pagination span,
.pagination .hosting__plan .plan__cta span,
.hosting__plan .plan__cta .pagination a,
.pagination .hosting__plan .plan__cta a,
.hosting__plan .plan__cta header .wpml-ls-legacy-dropdown a,
header .wpml-ls-legacy-dropdown .hosting__plan .plan__cta a,
.hosting__plan .plan__cta #blog #blog__nav ul li a,
#blog #blog__nav ul li .hosting__plan .plan__cta a {
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2)
}

.hosting__plan .plan__cta .btn:hover,
.hosting__plan .plan__cta .pagination span:hover,
.pagination .hosting__plan .plan__cta span:hover,
.hosting__plan .plan__cta .pagination a:hover,
.pagination .hosting__plan .plan__cta a:hover,
.hosting__plan .plan__cta header .wpml-ls-legacy-dropdown a:hover,
header .wpml-ls-legacy-dropdown .hosting__plan .plan__cta a:hover,
.hosting__plan .plan__cta #blog #blog__nav ul li a:hover,
#blog #blog__nav ul li .hosting__plan .plan__cta a:hover {
    background: #df541e
}

.hosting__plan.hosting__plan--primary {
    background: #df541e;
    margin-top: 0
}

.hosting__plan.hosting__plan--primary h3 {
    color: #fff
}

.hosting__plan.hosting__plan--primary .title {
    color: #fff;
}

.hosting__plan.hosting__plan--primary .plan__price {
    color: #fff;
    margin: 30px 0 40px
}

.hosting__plan.hosting__plan--primary .plan__price .main-price {
    font-size: 5.15em
}

.hosting__plan.hosting__plan--primary .plan__price .minor-price {
    font-size: 1.7em
}

.hosting__plan.hosting__plan--primary ul {
    color: #fff;
    border-top-color: rgba(238, 238, 238, 0.4)
}

.hosting__plan.hosting__plan--primary ul li {
    border-bottom-color: rgba(238, 238, 238, 0.4);
    padding: 9px 20px 7px
}

.hosting__plan.hosting__plan--primary .plan__cta {
    margin-top: 14px
}

.hosting__plan.hosting__plan--primary .plan__cta .btn,
.hosting__plan.hosting__plan--primary .plan__cta .pagination span,
.pagination .hosting__plan.hosting__plan--primary .plan__cta span,
.hosting__plan.hosting__plan--primary .plan__cta .pagination a,
.pagination .hosting__plan.hosting__plan--primary .plan__cta a,
.hosting__plan.hosting__plan--primary .plan__cta header .wpml-ls-legacy-dropdown a,
header .wpml-ls-legacy-dropdown .hosting__plan.hosting__plan--primary .plan__cta a,
.hosting__plan.hosting__plan--primary .plan__cta #blog #blog__nav ul li a,
#blog #blog__nav ul li .hosting__plan.hosting__plan--primary .plan__cta a {
    padding-top: 15px;
    padding-bottom: 12px
}

.hosting__plan.hosting__plan--primary .plan__cta .btn:hover,
.hosting__plan.hosting__plan--primary .plan__cta .pagination span:hover,
.pagination .hosting__plan.hosting__plan--primary .plan__cta span:hover,
.hosting__plan.hosting__plan--primary .plan__cta .pagination a:hover,
.pagination .hosting__plan.hosting__plan--primary .plan__cta a:hover,
.hosting__plan.hosting__plan--primary .plan__cta header .wpml-ls-legacy-dropdown a:hover,
header .wpml-ls-legacy-dropdown .hosting__plan.hosting__plan--primary .plan__cta a:hover,
.hosting__plan.hosting__plan--primary .plan__cta #blog #blog__nav ul li a:hover,
#blog #blog__nav ul li .hosting__plan.hosting__plan--primary .plan__cta a:hover {
    background: #00b7ce;
    color: #fff
}

.hosting__plan.hosting__plan--big {
    margin-top: 0
}

.hosting__plan.hosting__plan--big .plan__price {
    margin: 30px 0 40px
}

.hosting__plan.hosting__plan--big .plan__price .main-price {
    font-size: 5.15em
}

.hosting__plan.hosting__plan--big .plan__price .minor-price {
    font-size: 1.7em
}

.hosting__plan.hosting__plan--big .plan__features li {
    padding: 9px 20px 7px
}

.hosting__plan.hosting__plan--big .plan__cta {
    margin-top: 14px
}

.hosting__plan.hosting__plan--big .plan__cta .btn,
.hosting__plan.hosting__plan--big .plan__cta .pagination span,
.pagination .hosting__plan.hosting__plan--big .plan__cta span,
.hosting__plan.hosting__plan--big .plan__cta .pagination a,
.pagination .hosting__plan.hosting__plan--big .plan__cta a,
.hosting__plan.hosting__plan--big .plan__cta header .wpml-ls-legacy-dropdown a,
header .wpml-ls-legacy-dropdown .hosting__plan.hosting__plan--big .plan__cta a,
.hosting__plan.hosting__plan--big .plan__cta #blog #blog__nav ul li a,
#blog #blog__nav ul li .hosting__plan.hosting__plan--big .plan__cta a {
    padding-top: 15px;
    padding-bottom: 12px
}

.hosting__plan-tabs {
    position: relative
}

.hosting__plan-tabs .hosting__plan .plan__price {
    margin-bottom: 60px
}

.hosting__plan-tabs>ul {
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0;
    top: 165px;
    width: 100%;
    text-align: center
}

.hosting__plan-tabs>ul li {
    display: inline-block
}

.hosting__plan-tabs>ul li a {
    display: block;
    padding: 5px 12px 3px;
    border-radius: 6px;
    color: #df541e;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hosting__plan-tabs>ul li.ui-state-active a {
    background: #df541e;
    color: #fff
}

.hosting__plan-tabs>ul.hosting__plan--primary {
    top: 195px
}

.hosting__plan-tabs>ul.hosting__plan--primary li a {
    color: #fff
}

.hosting__plan-tabs>ul.hosting__plan--primary li.ui-state-active a {
    background: #fff;
    color: #df541e
}

.section-title {
    text-align: center;
    margin: 0 0 40px;
    max-width: 720px;
    margin: 0 auto 40px
}

.section-title h2 {
    margin: 0;
    color: #444
}

.section-title p {
    color: #888;
    margin: 15px 0 0;
    font-size: 16px
}

.section-title.section-title--alternative h2,
.section-title.section-title--alternative h3,
.section-title.section-title--alternative p {
    color: #fff
}

.section-title.section-title--alternative.section-title--underline:after {
    background: #fff
}

.section-title.section-title--underline {
    position: relative;
    padding-bottom: 20px
}

.section-title.section-title--underline:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #444;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.section-title.section-title--secondary h3 {
    margin: 0;
    font-size: 24px;
    font-weight: normal
}

.promo-price-container,
#domain-pricing .pricing__table table tr th em:last-child,
#domain-pricing .pricing__table table tr td em:last-child {
    display: inline-block;
    vertical-align: bottom;
    background: #df541e;
    color: #fff;
    font-size: 14px;
    padding: 9px 16px 7px;
    border-radius: 30px
}

.promo-price-container .promo-price,
#domain-pricing .pricing__table table tr th em:last-child .promo-price,
#domain-pricing .pricing__table table tr td em:last-child .promo-price {
    font-size: 18px
}

.promo-price-container .promo-price span,
#domain-pricing .pricing__table table tr th em:last-child .promo-price span,
#domain-pricing .pricing__table table tr td em:last-child .promo-price span {
    font-size: 12px;
    display: inline-block;
    vertical-align: top
}

.get-domain__form {
    position: relative;
    -moz-placeholder-color: #222;
    -ms-input-placeholder-color: #222
}

.get-domain__form .input-hamster {
    position: absolute;
    z-index: 20;
    width: 40px;
    top: calc(-100% + 16px);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    left: 50px
}

.get-domain__form input {
    display: block;
    width: 90%;
    line-height: 48px;
    height: 52px;
    padding: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid #d6dce1;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0 30px;
    font-size: 16px;
    float: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    border: 2px solid #00b7ce;
    border-right: none;
    color: #222
}

.get-domain__form input:focus {
    border-color: #00b7ce
}

.get-domain__form::-webkit-input-placeholder {
    color: #222
}

.get-domain__form::-moz-placeholder {
    color: #222
}

.get-domain__form select {
    float: left;
    width: 16%;
    border-radius: 0
}

.get-domain__form button {
    float: left;
    width: 9%;
    height: 52px;
    background: #00b7ce;
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 20px;
    text-align: center;
    padding: 0;
    line-height: 1
}

.get-domain__form button [class^="icon-"] {
    display: inline-block;
    margin: 4px 0 0 -4px
}

.get-domain__form button .mobile-label {
    display: none
}

.get-domain__form button:hover {
    background: #00a9bf
}

.pagination {
    text-align: center
}

.pagination span,
.pagination a {
    padding: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 44px;
    margin: 0 5px
}

.pagination span.next,
.pagination span.prev,
.pagination a.next,
.pagination a.prev {
    display: none
}

.pagination span {
    background: #fee4ba
}

.pagination span:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15)
}

.features {
    display: block;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background: #c77d32;
    position: relative;
    border: 2px solid #5c330b;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 40px
}

.features .features__container {
    position: absolute;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    background: #fee4ba;
    top: 11%;
    left: 11%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.features .features__container .features__container__hamster {
    width: 30px;
    display: block;
    position: absolute;
    margin: auto;
    z-index: 2
}

.features .features__container .features__container__hamster.from-left {
    -webkit-transform: rotate(95deg);
    transform: rotate(95deg);
    top: 0;
    left: -100%;
    bottom: 0;
    -webkit-transition: left .6s ease, opacity .3s ease;
    transition: left .6s ease, opacity .3s ease
}

.features .features__container .features__container__hamster.from-right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0;
    right: -100%;
    bottom: 0;
    -webkit-transition: right .6s ease, opacity .3s ease;
    transition: right .6s ease, opacity .3s ease
}

.features .features__container .features__container__hamster.from-top {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -100%;
    right: 0;
    left: 0;
    -webkit-transition: top .6s ease, opacity .3s ease;
    transition: top .6s ease, opacity .3s ease
}

.features .features__container .features__container__hamster.from-bottom {
    top: 100%;
    right: 0;
    left: 0;
    -webkit-transition: top .6s ease, opacity .3s ease;
    transition: top .6s ease, opacity .3s ease
}

.features .features__container .features__container__hamster.from-top-left {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -100%;
    left: -100%;
    -webkit-transition: top .6s ease, left .6s ease, opacity .3s ease;
    transition: top .6s ease, left .6s ease, opacity .3s ease
}

.features .features__container .features__container__hamster.from-top-right {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: -100%;
    right: -100%;
    -webkit-transition: top .6s ease, right .6s ease, opacity .3s ease;
    transition: top .6s ease, right .6s ease, opacity .3s ease
}

.features .features__container .features__container__hamster.from-bottom-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -100%;
    left: -100%;
    -webkit-transition: bottom .6s ease, left .6s ease, opacity .3s ease;
    transition: bottom .6s ease, left .6s ease, opacity .3s ease
}

.features .features__container .features__container__hamster.from-bottom-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -100%;
    right: -100%;
    -webkit-transition: bottom .6s ease, right .6s ease, opacity .3s ease;
    transition: bottom .6s ease, right .6s ease, opacity .3s ease
}

.features .features__container .features__content {
    position: relative;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    text-align: center;
    padding: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.features .features__container .features__content [class^="icon-"] {
    font-size: 80px;
    color: #452503;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.features .features__container .features__content h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #452503;
    margin: 16px 0 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.features .features__container .features__content .features__content__text {
    max-height: 0;
    max-width: 200px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    -webkit-transition: max-height .3s ease, opacity .3s ease;
    transition: max-height .3s ease, opacity .3s ease
}

.features:hover {
    background: #df541e
}

.features:hover .features__container {
    background: #452503
}

.features:hover .features__container .features__content [class^="icon-"] {
    color: #fee4ba;
    font-size: 40px
}

.features:hover .features__container .features__content h3 {
    color: #fee4ba
}

.features:hover .features__container .features__content .features__content__text {
    max-height: 130px;
    -webkit-transition: max-height .3s ease, opacity .6s ease;
    transition: max-height .3s ease, opacity .6s ease
}

.features:hover .features__container .features__container__hamster {
    opacity: 1
}

.features:hover .features__container .features__container__hamster.from-left {
    -webkit-transition: left .3s ease, opacity .3s ease;
    transition: left .3s ease, opacity .3s ease;
    left: -7px
}

.features:hover .features__container .features__container__hamster.from-right {
    right: -7px;
    -webkit-transition: right .3s ease, opacity .3s ease;
    transition: right .3s ease, opacity .3s ease
}

.features:hover .features__container .features__container__hamster.from-top {
    top: -9px;
    -webkit-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease
}

.features:hover .features__container .features__container__hamster.from-bottom {
    top: calc(100% - 25px);
    -webkit-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease
}

.features:hover .features__container .features__container__hamster.from-top-left {
    top: 25px;
    left: 25px;
    -webkit-transition: top .3s ease, left .3s ease, opacity .3s ease;
    transition: top .3s ease, left .3s ease, opacity .3s ease
}

.features:hover .features__container .features__container__hamster.from-top-right {
    top: 25px;
    right: 25px;
    -webkit-transition: top .3s ease, right .3s ease, opacity .3s ease;
    transition: top .3s ease, right .3s ease, opacity .3s ease
}

.features:hover .features__container .features__container__hamster.from-bottom-left {
    bottom: 25px;
    left: 25px;
    -webkit-transition: bottom .3s ease, left .3s ease, opacity .3s ease;
    transition: bottom .3s ease, left .3s ease, opacity .3s ease
}

.features:hover .features__container .features__container__hamster.from-bottom-right {
    bottom: 25px;
    right: 25px;
    -webkit-transition: bottom .3s ease, right .3s ease, opacity .3s ease;
    transition: bottom .3s ease, right .3s ease, opacity .3s ease
}

.features.features--alternative {
    background: #009eb2;
    border-color: #0092a4
}

.features.features--alternative .features__container {
    background: #00b7ce;
    width: 90%;
    height: 90%;
    top: 7%;
    left: 7%
}

.features.features--alternative .features__container .features__container__hamster {
    opacity: 1
}

.features.features--alternative .features__container .features__container__hamster.from-left {
    left: -7px
}

.features.features--alternative .features__container .features__container__hamster.from-right {
    right: -7px
}

.features.features--alternative .features__container .features__container__hamster.from-top {
    top: -9px
}

.features.features--alternative .features__container .features__content [class^="icon-"] {
    color: #fff
}

.features.features--alternative .features__container .features__content h3 {
    color: #fff
}

.features.features--alternative .features__container .features__content__text {
    color: #fff
}

.features.features--alternative.features--no-link .features__container .features__content [class^="icon-"] {
    color: #fff
}

.features.features--alternative.features--no-link .features__container .features__content h3 {
    color: #fff
}

.features.features--alternative.features--no-link .features__container .features__content .title,
.features.features--alternative .features__container .features__content .title {
    color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	line-height: 1em;
	font-size: 14px;
	font-weight: bold;
	transition: all .3s ease
}

.features.features--no-link .features__container .features__content .title {
    color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	line-height: 1em;
	font-size: 14px;
	font-weight: bold;
	transition: all .3s ease
}

.features.features--no-link {
    background: #df541e
}

.features.features--no-link .features__container {
    background: #452503
}

.features.features--no-link .features__container .features__container__hamster {
    opacity: 1
}

.features.features--no-link .features__container .features__container__hamster.from-top-left {
    top: 25px;
    left: 25px
}

.features.features--no-link .features__container .features__container__hamster.from-top-right {
    top: 25px;
    right: 25px
}

.features.features--no-link .features__container .features__container__hamster.from-bottom-left {
    bottom: 25px;
    left: 25px
}

.features.features--no-link .features__container .features__container__hamster.from-bottom-right {
    bottom: 25px;
    right: 25px
}

.features.features--no-link .features__container .features__container__hamster.from-left {
    left: -7px
}

.features.features--no-link .features__container .features__container__hamster.from-right {
    right: -7px
}

.features.features--no-link .features__container .features__container__hamster.from-top {
    top: -9px
}

.features.features--no-link .features__container .features__container__hamster.from-bottom {
    bottom: initial;
    top: calc(100% - 25px)
}

.features.features--no-link .features__container .features__content [class^="icon-"] {
    color: #fee4ba;
    font-size: 40px
}

.features.features--no-link .features__container .features__content h3 {
    color: #fee4ba
}

.features.features--no-link .features__container .features__content__text {
    max-height: 160px !important;
    max-width: 220px;
    color: #fff
}

.features.features--no-link.features--alternative {
    background: #009eb2;
    border-color: #0092a4
}

.features.features--no-link.features--alternative .features__container {
    background: #00b7ce
}

.features.features--no-link.features--alternative .features__container .features__content__text {
    color: #fff
}

footer .wpml-ls-legacy-dropdown {
    width: auto;
    margin-bottom: 10px
}

footer .wpml-ls-legacy-dropdown>ul {
    float: right;
    text-align: left
}

footer .wpml-ls-legacy-dropdown>ul>li>a {
    background: none;
    padding: 8px 16px;
    border-radius: 17px;
    color: #fee4ba;
    border: 1px solid #fee4ba;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

footer .wpml-ls-legacy-dropdown>ul>li>a span {
    display: inline-block;
    margin-top: 2px
}

footer .wpml-ls-legacy-dropdown>ul>li>a:hover {
    background: #fee4ba !important;
    color: #222 !important
}

footer .wpml-ls-legacy-dropdown>ul>li>a:focus {
    background: initial;
    color: initial
}

footer .wpml-ls-legacy-dropdown>ul>li>a:hover {
    background: initial
}

footer .wpml-ls-legacy-dropdown>ul>li>a:hover>a {
    background: #fee4ba !important;
    color: #222 !important
}

footer .wpml-ls-legacy-dropdown>ul>li:hover ul.wpml-ls-sub-menu {
    opacity: 1
}

footer .wpml-ls-legacy-dropdown>ul>li ul.wpml-ls-sub-menu {
    border-top: none;
    top: initial;
    bottom: 100%;
    overflow: hidden;
    border: 1px solid #452503;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

footer .wpml-ls-legacy-dropdown>ul>li ul.wpml-ls-sub-menu li {
    border-bottom: 1px solid #452503
}

footer .wpml-ls-legacy-dropdown>ul>li ul.wpml-ls-sub-menu li:last-child {
    border-bottom: none
}

footer .wpml-ls-legacy-dropdown>ul>li ul.wpml-ls-sub-menu li a {
    color: #222;
    padding: 8px 16px;
    background: #fee4ba;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

footer .wpml-ls-legacy-dropdown>ul>li ul.wpml-ls-sub-menu li a:hover {
    background: #000 !important
}

footer .wpml-ls-legacy-dropdown a:hover,
footer .wpml-ls-legacy-dropdown a:focus,
footer .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background: #fee4ba !important;
    color: #222 !important
}

header .wpml-ls-legacy-dropdown {
    width: auto;
    float: right;
    margin-top: 26px;
    margin-left: 20px
}

header .wpml-ls-legacy-dropdown>ul>li {
    margin: 0 !important
}

header .wpml-ls-legacy-dropdown>ul>li>a:focus {
    background: #fee4ba;
    color: #444
}

header .wpml-ls-legacy-dropdown>ul>li:hover>a {
    background: #fee4ba !important;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.07) !important;
    color: #444 !important
}

header .wpml-ls-legacy-dropdown>ul>li:hover>ul.wpml-ls-sub-menu {
    opacity: 1
}

header .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    border-top: none
}

header .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li {
    margin: 0
}

header .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a {
    margin: 5px 0 0
}

header .wpml-ls-legacy-dropdown a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    width: 35px
}

header .wpml-ls-legacy-dropdown a:hover {
    background: #fee4ba;
    color: #444
}

header .wpml-ls-legacy-dropdown a span {
    margin-right: 0 !important
}

header .wpml-ls-legacy-dropdown a:after {
    display: none !important
}

header {
    height: 88px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

header.header--hide {
    -webkit-transform: translatey(-100%);
    transform: translatey(-100%)
}

header.header--show {
    -webkit-transform: none;
    transform: none
}

header .logo {
    float: left;
    width: 200px;
    margin-top: 14px
}

header .logo img {
    width: 100%;
    display: block
}

header nav {
    float: right
}

header nav .nav__menu {
    float: right
}

header nav .nav__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

header nav .nav__menu ul li {
    display: inline-block;
    position: relative
}

header nav .nav__menu ul li:first-child {
    margin-right: 0
}

header nav .nav__menu ul li .sub-menu {
    margin: 0;
    position: absolute;
    top: 88px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    min-width: 200px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 10px
}

header nav .nav__menu ul li .sub-menu li a {
    display: block;
    padding: 10px 20px 6px
}

header nav .nav__menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

header nav .nav__menu ul li a {
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 37px 15px 34px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

header nav .nav__menu ul li:hover>a {
    color: #00b7ce
}

header nav .nav__menu ul li.current-page-item>a,
header nav .nav__menu ul li.current-menu-item>a,
header nav .nav__menu ul li.current-page-ancestor>a,
header nav .nav__menu ul li.current-menu-parent>a {
    color: #00b7ce
}

header nav ul.login {
    float: right;
    margin: 24px 0 0 0;
    list-style: none
}

header nav ul.login li {
    display: inline-block
}

header nav ul.login li a {
    padding: 12px 20px 9px
}

header nav ul.login li a.btn--primary {
    background: #00b7ce;
    color: #fff
}

header nav ul.login li a.btn--primary:hover {
    color: #fff
}

header nav ul.login li a.btn--alternative:hover,
header nav ul.login .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a:hover,
header nav ul.login li .wpml-ls-legacy-dropdown a:hover,
header .wpml-ls-legacy-dropdown nav ul.login li a:hover,
header nav #blog #blog__nav ul.login li.current-menu-item a:hover,
#blog #blog__nav header nav ul.login li.current-menu-item a:hover {
    color: #444
}

header nav ul.login li a span {
    margin-right: 5px
}

header nav ul.login li:first-child {
    margin-right: 15px
}

header #header__burger {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: #00b7ce;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    border: none;
    float: right;
    margin-top: 7px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
    padding: 0
}

header #header__burger span {
    display: block;
    margin: 3px auto;
    width: 22px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

header #header__burger span:nth-child(3) {
    margin-top: -5px
}

footer {
    background: #452503;
    color: #968676;
    position: relative;
    padding-bottom: 50px
}

footer .footer-top-border {
    position: relative;
    -webkit-transform: translatey(-94%);
    transform: translatey(-94%);
    margin: 0 -10px 10px
}

footer .footer__hamster-container {
    position: absolute;
    margin-bottom: 30px;
    -webkit-transform: rotate(3deg) translatey(-90%);
    transform: rotate(3deg) translatey(-90%)
}

footer .footer__hamster-container .footer__hamster {
    display: block;
    height: 150px
}

footer .footer__logo a {
    max-width: 200px;
    display: block
}

footer .footer__logo img {
    max-width: 100%;
    display: block
}

footer .footer__nav ul {
    padding: 0 0 0 10px;
    margin: 0;
    width: 20%;
    float: left;
    list-style: none;
    line-height: 2.2em;
    text-align: left
}

footer .footer__nav ul li a {
    color: #968676;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

footer .footer__nav ul li a:hover {
    color: #fee4ba
}

footer .footer__legal {
    text-align: right
}

footer .footer__legal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.6em
}

footer .footer__legal ul li a {
    color: #fee4ba;
    font-weight: bold
}

#intro {
    padding-bottom: 50px;
    position: relative;
    padding-top: 100px
}

#intro.intro--index {
    min-height: 700px;
    background: url(../img/intro-bg2.png) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 100px
}

#intro.intro--index .intro__sun {
    position: absolute;
    right: -95px;
    top: 0;
    z-index: 0
}

#intro .intro__title {
    text-align: center
}

#intro .intro__title h1 {
    position: relative;
    margin: 0;
    padding-bottom: 20px
}

#intro .intro__title h1:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #444;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#intro .intro__title p {
    font-size: 16px
}

#intro.intro--index .intro__title h1 {
    color: #fff
}

#intro.intro--index .intro__title h1:after {
    background: #fff
}

#intro.intro--index .intro__title h3 {
    color: #fff;
    margin-bottom: 0
}

#intro.intro--index .intro__content {
    margin-top: 25px
}

#intro .intro__content {
    margin-top: 10px
}

#intro .intro__get-domain {
    margin-top: 100px
}

#intro.intro--email .intro__content__table {
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
    border-radius: 8px
}

#intro.intro--email .features-table {
    width: 100%;
    background: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 16px
}

#reseller-hosting-why .security-audit-table {
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 16px
}

#reseller-hosting-why .security-audit-table {
	line-height: 1.5;
}

#intro.intro--email .features-table tr th,
#intro.intro--email .features-table tr td {
    width: 50%;
    text-align: left;
    padding: 0 30px;
    line-height: 60px
}

#reseller-hosting-why .security-audit-table tr th,
#reseller-hosting-why .security-audit-table tr td {
    text-align: left;
    padding: 0 30px;
}

#reseller-hosting-why .security-audit-table tbody tr td {
	padding: 20px 25px 12px 25px;
}

#reseller-hosting-why .security-audit-table tr td:nth-child(2),
#reseller-hosting-why .security-audit-table tr td:nth-child(3),
#reseller-hosting-why .security-audit-table tr td:nth-child(4) {
    text-align: center;
}

#reseller-hosting-why .security-audit-table tr {
    background: #fff;
}

#reseller-hosting-why .security-audit-table tr th:first-child {
    width: 40%;
}

#reseller-hosting-why .audit-table-row1 {
    background: transparent !important;
}

#reseller-hosting-why .audit-table-row1 th:nth-child(2),
#reseller-hosting-why .audit-table-row1 th:nth-child(3),
#reseller-hosting-why .audit-table-row1 th:nth-child(4) {
	width: 20%;
	background: #fff;
	border-top: 3px solid #00b7ce !important;
	border-bottom-style: hidden;
}

#reseller-hosting-why .text-center {
	text-align: center !important;
}

#reseller-hosting-why .audit-table-subheading {
	padding: 15px 20px !important;
	text-transform: uppercase;
	background-color:#00b7ce !important;
	color:#fff;
	border-top-left-radius: 8px;
}

#intro.intro--email .features-table tr th,
#reseller-hosting-why .security-audit-table tr th {
    border-right: 1px solid #ddd
}

#reseller-hosting-why .security-audit-table tr td:first-child {
	color: #000
}

#reseller-hosting-why .security-audit-table tr td {
	border-right: 1px solid rgba(0,0,0,.05);
}


#intro.intro--email .features-table tr td,
#reseller-hosting-why .security-audit-table tr td {
    font-weight: bold;
    color: #3f981d
}

#intro.intro--email .features-table tr td [class^="icon-"],
#reseller-hosting-why .security-audit-table tr td [class^="icon-"] {
    font-size: 24px;
    vertical-align: middle
}

#intro.intro--email .features-table tr:nth-child(2n),
#reseller-hosting-why .security-audit-table tr:nth-child(2n) {
    background: #f0ede3
}

#intro.intro--email .features-table tr:last-child {
    border-bottom-left-radius: 8px
}

#intro.intro--email .features-table tr:last-child th {
    border-bottom-left-radius: 8px
}


#intro.intro--email .features-table--promo {
    background: #df541e;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 9px;
    padding-top: 100px
}

#intro.intro--email .features-table--promo .features-table--promo__content {
    position: relative;
    text-align: center;
    z-index: 2
}

#intro.intro--email .features-table--promo .features-table--promo__content h2 {
    color: #fff;
    font-size: 5.15em;
    margin: 0 0 20px;
    line-height: 1;
    text-transform: uppercase
}

#intro.intro--email .features-table--promo img {
    display: block;
    position: absolute;
    bottom: -90px;
    right: -55px
}

#intro .intro__content__tabs .intro__content__tabs__buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

#intro .intro__content__tabs .intro__content__tabs__buttons li {
    display: inline-block;
    margin: 0 10px
}

#intro .intro__content__tabs .intro__content__tabs__buttons li a {
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    display: block;
    padding: 15px 50px;
    background: rgba(255, 255, 255, 0.6);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#intro .intro__content__tabs .intro__content__tabs__buttons li a:hover {
    color: #00b7ce;
    background: #fff
}

#intro .intro__content__tabs .intro__content__tabs__buttons li.ui-state-active a {
    color: #00b7ce;
    background: #fff
}

#intro .intro__content__tab {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2)
}

#intro .intro__content__tab h2 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase
}

#intro .intro__content__tab p {
    color: #888;
    font-size: 16px;
    margin: 0
}

#intro .intro__content__tab form {
    margin-top: 20px
}

#intro .intro__content__tab .promo-price-container,
#intro .intro__content__tab #domain-pricing .pricing__table table tr th em:last-child,
#domain-pricing .pricing__table table tr th #intro .intro__content__tab em:last-child,
#intro .intro__content__tab #domain-pricing .pricing__table table tr td em:last-child,
#domain-pricing .pricing__table table tr td #intro .intro__content__tab em:last-child {
    float: right;
    font-size: 16px
}

#intro .intro__content__tab .promo-price-container .promo-price,
#intro .intro__content__tab #domain-pricing .pricing__table table tr th em:last-child .promo-price,
#domain-pricing .pricing__table table tr th #intro .intro__content__tab em:last-child .promo-price,
#intro .intro__content__tab #domain-pricing .pricing__table table tr td em:last-child .promo-price,
#domain-pricing .pricing__table table tr td #intro .intro__content__tab em:last-child .promo-price {
    font-size: 24px
}

#intro .intro__content__tab .promo-price-container .promo-price span,
#intro .intro__content__tab #domain-pricing .pricing__table table tr th em:last-child .promo-price span,
#domain-pricing .pricing__table table tr th #intro .intro__content__tab em:last-child .promo-price span,
#intro .intro__content__tab #domain-pricing .pricing__table table tr td em:last-child .promo-price span,
#domain-pricing .pricing__table table tr td #intro .intro__content__tab em:last-child .promo-price span {
    font-size: 16px
}

/*#intro.intro--domain {
    background: url(../img/domain-intro-bg2.png) top center no-repeat;
	padding-bottom: 125px */
}

#intro .extra-text{
    margin-top: 50px;
    font-size: 14px;
    color: #444;
}

#features {
    background: url(../img/features-bg1.png) no-repeat center center;
    background-size: cover
}

#why-us {
    background: #f18759;
    background: -webkit-linear-gradient(top, #f18759 0%, #e5a268 100%);
    background: linear-gradient(to bottom, #f18759 0%, #e5a268 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f18759', endColorstr='#e5a268', GradientType=0);
    position: relative
}

#why-us .why-us__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/clouds.png);
    background-repeat: no-repeat;
    background-position: center center
}

#why-us .why-us__slider {
    position: relative
}

#why-us .why-us__slider .slider__item {
    padding: 40px 0
}

#why-us .why-us__slider .slider__item .why-us__slider__fact {
    color: #fee4ba;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    padding-left: 10px
}

#why-us .why-us__slider .slider__item .why-us__slider__fact span {
    font-size: 72px;
    display: block
}

#why-us .why-us__slider .slider__item .why-us__slider__text {
    color: #fff;
    font-size: 16px
}

#why-us .why-us__slider .slider__item .why-us__slider__text h2 {
    margin-top: 0;
    color: #fff
}

#why-us .why-us__slider .slider__item .why-us__slider__text .btn,
#why-us .why-us__slider .slider__item .why-us__slider__text .pagination span,
.pagination #why-us .why-us__slider .slider__item .why-us__slider__text span,
#why-us .why-us__slider .slider__item .why-us__slider__text .pagination a,
.pagination #why-us .why-us__slider .slider__item .why-us__slider__text a,
#why-us .why-us__slider .slider__item .why-us__slider__text header .wpml-ls-legacy-dropdown a,
header .wpml-ls-legacy-dropdown #why-us .why-us__slider .slider__item .why-us__slider__text a,
#why-us .why-us__slider .slider__item .why-us__slider__text #blog #blog__nav ul li a,
#blog #blog__nav ul li #why-us .why-us__slider .slider__item .why-us__slider__text a {
    margin-top: 20px
}

#why-us .slider__controls {
    position: relative
}

#why-us .slider__controls .slick-dots {
    padding: 100px 0;
    margin: 0;
    list-style: none
}

#why-us .slider__controls .slick-dots li {
    text-align: center
}

#why-us .slider__controls .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    border: none;
    padding: 0;
    display: inline-block
}

#why-us .slider__controls .slick-dots li.slick-active button {
    background: #fee4ba
}

#why-us .slider__controls .slider__controls__up,
#why-us .slider__controls .slider__controls__down {
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#why-us .slider__controls .slider__controls__up:hover,
#why-us .slider__controls .slider__controls__down:hover {
    color: #fee4ba
}

#why-us .slider__controls .slider__controls__up {
    top: 0
}

#why-us .slider__controls .slider__controls__down {
    bottom: 0
}

#hosting-optimized {
    background: url(../img/features-bg.png) no-repeat center center;
    background-size: cover
}

#hosting-optimized .hosting-optimized__tabs ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#hosting-optimized .hosting-optimized__tabs ul li.ui-state-active .hosting-optimized__vendor {
    background: #df541e
}

#hosting-optimized .hosting-optimized__tabs ul li.ui-state-active .hosting-optimized__vendor .hosting-optimized__vendor__container {
    background: #5c330b
}

#hosting-optimized .hosting-optimized__tabs ul li.ui-state-active .hosting-optimized__vendor .hosting-optimized__vendor__container [class^="icon-"] {
    color: #fee4ba
}

#hosting-optimized .hosting-optimized__vendor {
    display: block;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background: #c77d32;
    position: relative;
    border: 2px solid #5c330b;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#hosting-optimized .hosting-optimized__vendor:hover {
    background: #df541e
}

#hosting-optimized .hosting-optimized__vendor:hover .hosting-optimized__vendor__container {
    background: #5c330b
}

#hosting-optimized .hosting-optimized__vendor:hover .hosting-optimized__vendor__container [class^="icon-"] {
    color: #fee4ba
}

#hosting-optimized .hosting-optimized__vendor .hosting-optimized__vendor__container {
    position: absolute;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    background: #fee4ba;
    top: 11%;
    left: 11%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    text-align: center
}

#hosting-optimized .hosting-optimized__vendor .hosting-optimized__vendor__container [class^="icon-"] {
    display: block;
    font-size: 70px;
    line-height: 1;
    color: #452503;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
}

#hosting-optimized .hosting-optimized__text {
    margin-top: 40px;
    background: #c77d32;
    position: relative;
    border: 2px solid #5c330b;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    padding: 12px 6px 6px 12px
}

#hosting-optimized .hosting-optimized__text .hosting-optimized__text__container {
    border-radius: 8px;
    background: #fee4ba;
    overflow: hidden;
    padding: 20px
}

#hosting-optimized .hosting-optimized__text .hosting-optimized__text__container p {
    margin: 0
}

#hosting-faq {
    background: #f18759;
    background: -webkit-linear-gradient(top, #f18759 0%, #e5a268 100%);
    background: linear-gradient(to bottom, #f18759 0%, #e5a268 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f18759', endColorstr='#e5a268', GradientType=0);
    position: relative
}

#hosting-faq .hosting-faq__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/clouds.png);
    background-repeat: no-repeat;
    background-position: center center
}

#hosting-faq .hosting-faq__questions h3 {
    background: #fff;
    font-size: 16px;
    padding: 23px 70px 20px 30px;
    border-radius: 8px;
    margin: 0 0 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

#hosting-faq .hosting-faq__questions h3 .icon {
    position: absolute;
    height: 100%;
    top: 0;
    right: 30px;
    width: 10px
}

#hosting-faq .hosting-faq__questions h3 .icon span {
    display: block;
    position: absolute;
    background: #444;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#hosting-faq .hosting-faq__questions h3 .icon span:first-child {
    height: 10px;
    width: 2px
}

#hosting-faq .hosting-faq__questions h3 .icon span:last-child {
    height: 2px;
    width: 10px
}

/*#hosting-faq .hosting-faq__questions h3:hover {
    color: #df541e
}

#hosting-faq .hosting-faq__questions h3:hover .icon span {
    background: #df541e
}*/

#hosting-faq .hosting-faq__questions h3.ui-state-active {
    color: #df541e;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#hosting-faq .hosting-faq__questions h3.ui-state-active .icon span {
    background: #df541e
}

#hosting-faq .hosting-faq__questions h3.ui-state-active .icon span:first-child {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#hosting-faq .hosting-faq__questions h3.ui-state-active .icon span:last-child {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#hosting-faq .hosting-faq__questions p {
    background: #fff;
    margin: 0;
    padding-top: 8px;
    -webkit-transform: translatey(-28px);
    transform: translatey(-28px);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 8px 30px 20px
}

#hosting-faq .section-title--secondary {
    margin-top: 20px
}

#hosting-faq .section-title--secondary .btn,
#hosting-faq .section-title--secondary .pagination span,
.pagination #hosting-faq .section-title--secondary span,
#hosting-faq .section-title--secondary .pagination a,
.pagination #hosting-faq .section-title--secondary a,
#hosting-faq .section-title--secondary header .wpml-ls-legacy-dropdown a,
header .wpml-ls-legacy-dropdown #hosting-faq .section-title--secondary a,
#hosting-faq .section-title--secondary #blog #blog__nav ul li a,
#blog #blog__nav ul li #hosting-faq .section-title--secondary a {
    margin-top: 30px
}

#hosting-how-it-works {
    background: url(../img/green-fields--big.png) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 150px
}

#hosting-how-it-works .steps {
    background: url(../img/rocket-bg-3.png) center center no-repeat
}

#hosting-how-it-works .steps .steps__unit h3 {
    margin: 0;
    font-size: 18px;
    color: #df541e;
    text-transform: uppercase;
    padding: 0 80px 0 40px
}

#hosting-how-it-works .steps .steps__unit .title {
    margin: 0;
    font-size: 18px;
    color: #df541e;
    text-transform: uppercase;
    padding: 0 80px 0 40px;
	font-weight: bold
}

#hosting-how-it-works .steps .steps__unit p {
    margin: 0;
    padding: 0 10px 0 40px
}

#hosting-how-it-works.hosting-how-it-works--reseller {
    background: url(../img/green-fields--big.png) center bottom no-repeat;
    background-size: 100%
}

#hosting-how-it-works.hosting-how-it-works--reseller .steps {
    background: url(../img/cloud-bg2.png) center center no-repeat
}

#sky-bg-container {
    overflow: hidden;
    background: url(../img/sky-bg--big.png) top center no-repeat;
    background-size: cover;
    position: relative
}

#sky-bg-container .intro__sun {
    position: absolute;
    right: -95px;
    top: 0;
    z-index: 0
}

#sky-bg-container .intro__bird {
    position: absolute;
    top: 150px;
    left: 50px
}

#reseller-hosting-why {
    font-size: 16px
}

#reseller-hosting-why img {
    max-width: 100%
}

#email-features {
    background: url(../img/green-fields--big.png) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 140px
}

#domain-features {
    background: url(../img/green-fields--big.png) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 140px
}

#domain-pricing .pricing__table table {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2)
}

#domain-pricing .pricing__table table thead {
    background: #00b7ce;
    color: #fff;
    text-align: left;
    font-size: 18px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

#domain-pricing .pricing__table table thead tr {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

#domain-pricing .pricing__table table thead tr th {
    text-transform: uppercase
}

#domain-pricing .pricing__table table thead tr th:first-child {
    border-top-left-radius: 8px
}

#domain-pricing .pricing__table table thead tr th:last-child {
    border-top-right-radius: 8px
}

#domain-pricing .pricing__table table tr:nth-child(2n) {
    background: #f0ede3
}

#domain-pricing .pricing__table table tr th,
#domain-pricing .pricing__table table tr td {
    padding: 0 30px;
    line-height: 60px;
    border-right: 1px solid rgba(0, 0, 0, 0.05)
}

#domain-pricing .pricing__table table tr th:last-child,
#domain-pricing .pricing__table table tr td:last-child {
    border: none
}

#domain-pricing .pricing__table table tr th del,
#domain-pricing .pricing__table table tr td del {
    font-weight: normal;
    color: #888
}

#domain-pricing .pricing__table table tr th em:last-child,
#domain-pricing .pricing__table table tr td em:last-child {
    line-height: 1;
    float: right;
    margin-top: 13px;
    font-style: normal
}

#domain-pricing .hosting__plan__group-tabs td:first-child {
   width: 30%;
}

#domain-pricing .extra-text{
    margin-top: 50px;
    font-size: 14px;
    color: #444;
}

#simple-page,
#blog {
    background: url(../img/green-fields--big.png) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 140px
}

#simple-page .page-content .tos ol {
  counter-reset: item
}
#simple-page .page-content .tos li:before {
  content: counters(item, ".") " ";
  counter-increment: item
}
#simple-page .page-content .tos li {
  line-height: 1.6em;
  margin-bottom: 10px;
  display: block
}

#simple-page .page-sub-nav,
#blog .page-sub-nav {
    background: #00b7ce;
    border-radius: 8px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2)
}

#simple-page .page-sub-nav ul,
#blog .page-sub-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#simple-page .page-sub-nav ul li,
#blog .page-sub-nav ul li {
    border-bottom: 1px solid #33d2e6
}

#simple-page .page-sub-nav ul li:last-child,
#blog .page-sub-nav ul li:last-child {
    border-bottom: none
}

#simple-page .page-sub-nav ul li a,
#blog .page-sub-nav ul li a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 22px 30px 20px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#simple-page .page-sub-nav ul li a:after,
#blog .page-sub-nav ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #33d2e6;
    display: none
}

#simple-page .page-sub-nav ul li a .date,
#blog .page-sub-nav ul li a .date {
    text-transform: none;
    font-weight: 400;
    opacity: .8;
    margin-top: 4px
}

#simple-page .page-sub-nav ul li a:hover,
#blog .page-sub-nav ul li a:hover {
    background: #33d2e6
}

#simple-page .page-sub-nav ul li:first-child a,
#blog .page-sub-nav ul li:first-child a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

#simple-page .page-sub-nav ul li:last-child a,
#blog .page-sub-nav ul li:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

#simple-page .page-sub-nav ul li.current-page-item a,
#simple-page .page-sub-nav ul li.current-menu-item a,
#simple-page .page-sub-nav ul li.current_page_item a,
#simple-page .page-sub-nav ul li.current_menu_item a,
#blog .page-sub-nav ul li.current-page-item a,
#blog .page-sub-nav ul li.current-menu-item a,
#blog .page-sub-nav ul li.current_page_item a,
#blog .page-sub-nav ul li.current_menu_item a {
    background: #33d2e6
}

#simple-page .page-sub-nav ul li.current-page-item a:after,
#simple-page .page-sub-nav ul li.current-menu-item a:after,
#simple-page .page-sub-nav ul li.current_page_item a:after,
#simple-page .page-sub-nav ul li.current_menu_item a:after,
#blog .page-sub-nav ul li.current-page-item a:after,
#blog .page-sub-nav ul li.current-menu-item a:after,
#blog .page-sub-nav ul li.current_page_item a:after,
#blog .page-sub-nav ul li.current_menu_item a:after {
    display: block
}

#simple-page .page-content,
#blog .page-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
    padding: 30px
}

#simple-page .page-content>*:first-child,
#blog .page-content>*:first-child {
    margin-top: 0
}

#simple-page .page-content>*:last-child,
#blog .page-content>*:last-child {
    margin-bottom: 0
}

#simple-page .page-content a,
#blog .page-content a {
    color: #00b7ce;
    font-weight: bold
}

#contacts-page {
    background: url(../img/green-fields--big.png) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 140px
}

#contacts-page .contact-form {
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
    padding: 30px
}

#contacts-page .contact-form>*:first-child {
    margin-top: 0
}

#contacts-page .contact-form>*:last-child {
    margin-bottom: 0
}

#contacts-page .contact-form p {
    margin: 0;
    padding: 0
}

#contacts-page .contact-form .wpcf7-form-control-wrap {
    margin-bottom: 20px
}

#contacts-page .contact-form h2 {
    text-transform: uppercase;
    font-size: 30px
}

#contacts-page .contact-form input[type="text"],
#contacts-page .contact-form input[type="email"],
#contacts-page .contact-form input[type="tel"],
#contacts-page .contact-form .nice-select {
    line-height: 48px;
    height: 52px;
    border-radius: 30px;
    border: 1px solid #d6dce1;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0 30px;
    font-size: 16px;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    margin-bottom: 10px;
}

#contacts-page .contact-form input[type="text"]:focus,
#contacts-page .contact-form input[type="email"]:focus,
#contacts-page .contact-form input[type="tel"]:focus,
#contacts-page .contact-form .nice-select:focus {
    border-color: #00b7ce
}

#contacts-page .contact-form input[type="text"].wpcf7-not-valid,
#contacts-page .contact-form input[type="email"].wpcf7-not-valid,
#contacts-page .contact-form input[type="tel"].wpcf7-not-valid,
#contacts-page .contact-form .nice-select .wpcf7-not-valid {
    border-color: #df541e
}

#contacts-page .contact-form textarea {
    border-radius: 25px;
    margin: 20px 0;
    border: 1px solid #d6dce1;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    font-size: 16px;
    width: 100%;
    resize: none;
    height: 180px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#contacts-page .contact-form textarea:focus {
    border-color: #00b7ce
}

#contacts-page .contact-form textarea.wpcf7-not-valid {
    border-color: #df541e
}

#contacts-page .contact-form .wpcf7-not-valid-tip {
    display: none !important
}

#contacts-page .contact-form div.wpcf7-response-output {
    margin: 20px 0 0;
    padding: 10px 20px;
    border-radius: 20px
}

#contacts-page .contact-form .captcha-container .wpcf7-form-control-wrap {
    display: inline-block
}

#contacts-page .contact-form .captcha-container p {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 24px 20px
}

#contacts-page .contact-info {
    background: #df541e;
    border-radius: 8px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2)
}

#contacts-page .contact-info h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px;
    background: #e59271;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

#contacts-page .contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#contacts-page .contact-info ul li {
    border-bottom: 1px solid #e59271
}

#contacts-page .contact-info ul li:last-child {
    border-bottom: none
}

#contacts-page .contact-info ul li:last-child a,
#contacts-page .contact-info ul li:last-child .no-link {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

#contacts-page .contact-info ul li a,
#contacts-page .contact-info ul li .no-link {
    display: block;
    line-height: 58px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#contacts-page .contact-info ul li a [class^="icon-"],
#contacts-page .contact-info ul li .no-link [class^="icon-"] {
    margin-right: 5px;
    vertical-align: middle
}

#contacts-page .contact-info ul li a:hover,
#contacts-page .contact-info ul li .no-link:hover {
    background: #e59271
}

#contacts-page .contact-info ul li .no-link:hover {
    background: inherit
}

#contacts-page .twhdirha {
    padding-top: 10px;
    text-align: center
}

#blog {
    background: url(../img/green-fields--big.png) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 140px
}

#blog .related_articles {
	list-style: none;
}

#blog .related_articles li{
	display: block;
	margin-top: 10px;
}

#blog .related_articles li a{
	vertical-align: top;
    font-size: 1.2em;
}

#blog .related_articles li img{
	margin-right: 10px;
}

#blog.blog--single article .article__text-container .related_articles img {
	height: 50px;
}

#blog article {
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px
}

#blog article:last-child {
    margin-bottom: 0
}

#blog article .article__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

#blog article .article__img-container {
    min-height: auto;
    background-image: url(../img/blog-img-placeholder.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 100%;
	overflow: hidden
}

#blog article .article__img-container img {
	min-width: 465px
}

#blog article .article__img-container-max-height img {
	height: 100%
}

#blog article .article__img-container-margin img {
	margin-top: -15%
}

#blog article .article__text-container {
    padding: 30px 30px 30px 0;
    overflow: hidden
}

#blog article .article__text-container h2 {
	font-size: 1.75em;
    margin: 0
}

#blog article .article__text-container h2 a {
    color: inherit
}

#blog article .article__text-container .date {
    margin-top: 10px;
    color: #888;
    float: left
}

#blog article .article__text-container .category {
    float: left;
    margin: 10px 0 0 10px
}

#blog article .article__text-container .category a {
    color: #00b7ce;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#blog article .article__text-container .category a:hover {
    color: #008a9b
}

#blog.blog--archive article>.row {
    position: relative
}

#blog.blog--single article .article__img-container {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    position: relative;
    left: initial;
    right: initial;
    height: 340px;
	overflow: hidden
}
#blog.blog--single article .article__img-container img {
	width: 100%
}

#share-buttons .facebook {
	width: 55px;
	height: 55px;
	background:url(../img/article-sprites.png) 0 0px;
}
#share-buttons .linkedin {
	width: 55px;
	height: 55px;
	background:url(../img/article-sprites.png) 0 -55px;
}
#share-buttons .reddit {
	width: 55px;
	height: 55px;
	background:url(../img/article-sprites.png) 0 -110px;
}
#share-buttons .twitter {
	width: 55px;
	height: 55px;
	background:url(../img/article-sprites.png) 0 -165px;
}

@media (max-width: 532px) {
	#blog.blog--single article .article__img-container {
	height: 100%
	}
	#blog article .article__img-container {
	background-image: none
	}
}

#blog.blog--single article .article__text-container {
    padding: 30px
}

#blog.blog--single article .article__text-container .date {
    margin: 0;
    color: #888
}

#blog.blog--single article .article__text-container .category {
    margin-top: 0;
    margin-bottom: 5px
}

#blog.blog--single article .article__text-container img {
    max-width: 100%;
	height: auto
}

#blog.blog--single article .alignleft {
    float: left;
    margin: 10px
}

#blog.blog--single article .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#blog.blog--single article .alignright {
    float: right;
    margin: 10px
}

#blog.blog--single article .article__text-container a {
    color: #00b7ce;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#blog.blog--single article .article__text-container a:hover {
    color: #008a9b
}

#blog #blog__nav {
    margin-bottom: 20px
}

#blog #blog__nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#blog #blog__nav ul li {
    display: inline-block;
    margin: 0 10px 10px 0
}

#hkb .hkb-searchbox-wrapper, #hkb .hkb-subheader {
    background: none !important;
}

@media (max-width: 1280px) {
    footer .footer__hamster-container {
        -webkit-transform: rotate(3deg) translatey(-83%);
        transform: rotate(3deg) translatey(-83%)
    }
}

@media (max-width: 1180px) {
    header nav .nav__menu ul li a {
        padding: 33px 15px 29px
    }
    header nav .nav__menu ul li .sub-menu {
        top: 80px;
        padding-bottom: 5px
    }
    header nav .nav__menu ul li .sub-menu li a {
        padding-left: 15px;
        padding-right: 15px
    }
    header nav ul.login {
        margin: 20px 0 0 0;
	padding-left: 0
    }
    .btn,
    .pagination span,
    .pagination a,
    header .wpml-ls-legacy-dropdown>ul>li>ul.wpml-ls-sub-menu li a,
    header .wpml-ls-legacy-dropdown a,
    #blog #blog__nav ul li a {
        padding: 10px 20px 7px
    }
    .pagination a,
    .pagination span {
        padding: 0
    }
	.trail-tag.stick {
	top:80px;
	}
}

@media (max-width: 1050px) {
    header.header--hide {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    header .logo {
        position: relative;
        z-index: 1000
    }
    header #header__burger {
        display: block;
        z-index: 1000;
        position: relative
    }
    header #header__burger.header__burger--open span:first-child {
        opacity: 0
    }
    header #header__burger.header__burger--open span:last-child {
        opacity: 0
    }
    header #header__burger.header__burger--open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    header #header__burger.header__burger--open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    header nav {
        position: fixed;
        background: #fff;
        top: 60px;
        max-height: calc(100vh - 60px);
        left: 0;
        right: 0;
        z-index: 999;
        -webkit-transform: translatey(calc(-100% - 60px));
        transform: translatey(calc(-100% - 60px));
        text-align: center;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        overflow-y: auto
    }
    header nav.nav--open {
        -webkit-transform: translatey(0%);
        transform: translatey(0%);
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15)
    }
    header nav.nav--open .nav__menu {
        margin-top: 20px
    }
    header nav.nav--open .nav__menu>ul>li {
        display: block;
        opacity: 1;
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }
    header nav.nav--open .nav__menu>ul>li:first-child {
        -webkit-transition: opacity .3s ease .3s, -webkit-transform .3s ease .3s;
        transition: opacity .3s ease .3s, -webkit-transform .3s ease .3s;
        transition: transform .3s ease .3s, opacity .3s ease .3s;
        transition: transform .3s ease .3s, opacity .3s ease .3s, -webkit-transform .3s ease .3s
    }
    header nav.nav--open .nav__menu>ul>li:nth-child(2) {
        -webkit-transition: opacity .3s ease .4s, -webkit-transform .3s ease .4s;
        transition: opacity .3s ease .4s, -webkit-transform .3s ease .4s;
        transition: transform .3s ease .4s, opacity .3s ease .4s;
        transition: transform .3s ease .4s, opacity .3s ease .4s, -webkit-transform .3s ease .4s
    }
    header nav.nav--open .nav__menu>ul>li:nth-child(3) {
        -webkit-transition: opacity .3s ease .5s, -webkit-transform .3s ease .5s;
        transition: opacity .3s ease .5s, -webkit-transform .3s ease .5s;
        transition: transform .3s ease .5s, opacity .3s ease .5s;
        transition: transform .3s ease .5s, opacity .3s ease .5s, -webkit-transform .3s ease .5s
    }
    header nav.nav--open .nav__menu>ul>li:nth-child(4) {
        -webkit-transition: opacity .3s ease .6s, -webkit-transform .3s ease .6s;
        transition: opacity .3s ease .6s, -webkit-transform .3s ease .6s;
        transition: transform .3s ease .6s, opacity .3s ease .6s;
        transition: transform .3s ease .6s, opacity .3s ease .6s, -webkit-transform .3s ease .6s
    }
    header nav.nav--open .nav__menu>ul>li:nth-child(5) {
        -webkit-transition: opacity .3s ease .7s, -webkit-transform .3s ease .7s;
        transition: opacity .3s ease .7s, -webkit-transform .3s ease .7s;
        transition: transform .3s ease .7s, opacity .3s ease .7s;
        transition: transform .3s ease .7s, opacity .3s ease .7s, -webkit-transform .3s ease .7s
    }
    header nav.nav--open .nav__menu>ul>li:nth-child(6) {
        -webkit-transition: opacity .3s ease .8s, -webkit-transform .3s ease .8s;
        transition: opacity .3s ease .8s, -webkit-transform .3s ease .8s;
        transition: transform .3s ease .8s, opacity .3s ease .8s;
        transition: transform .3s ease .8s, opacity .3s ease .8s, -webkit-transform .3s ease .8s
    }
    header nav.nav--open .nav__menu>ul>li:nth-child(7) {
        -webkit-transition: opacity .3s ease .9s, -webkit-transform .3s ease .9s;
        transition: opacity .3s ease .9s, -webkit-transform .3s ease .9s;
        transition: transform .3s ease .9s, opacity .3s ease .9s;
        transition: transform .3s ease .9s, opacity .3s ease .9s, -webkit-transform .3s ease .9s
    }
    header nav.nav--open .nav__menu>ul>li:nth-child(8) {
        -webkit-transition: opacity .3s ease 1s, -webkit-transform .3s ease 1s;
        transition: opacity .3s ease 1s, -webkit-transform .3s ease 1s;
        transition: transform .3s ease 1s, opacity .3s ease 1s;
        transition: transform .3s ease 1s, opacity .3s ease 1s, -webkit-transform .3s ease 1s
    }
    header nav {
        text-align: left;
        padding-top: 20px
    }
    header nav .login {
        display: inline-block !important;
        vertical-align: middle;
        float: none !important;
        margin: 0 20px !important
    }
    header nav .login li {
        display: inline-block !important;
        margin: 0
    }
    header nav .login li a {
        padding: 10px 20px 7px !important
    }
    header nav .login li:first-child {
        margin-right: 20px
    }
    header nav .wpml-ls-legacy-dropdown {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 20px
    }
    header nav .nav__menu {
        float: none
    }
    header nav .nav__menu>ul {
        float: none
    }
    header nav .nav__menu>ul>li {
        position: relative;
        opacity: 0;
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px)
    }
    header nav .nav__menu>ul>li.menu-item-has-children {
        cursor: pointer
    }
    header nav .nav__menu>ul>li.menu-item-has-children>a {
        position: relative
    }
    header nav .nav__menu>ul>li.menu-item-has-children>a:after {
        content: "";
        position: absolute;
        height: 6px;
        width: 6px;
        border-top: 1px solid #222;
        border-right: 1px solid #222;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-left: 10px;
        margin-top: 1px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }
    header nav .nav__menu>ul>li.menu-item-has-children:hover a:after {
        border-color: #00b7ce
    }
    header nav .nav__menu>ul>li.menu-item-has-children .sub-menu {
        display: block;
        position: relative;
        opacity: 1;
        visibility: visible;
        top: initial;
        background: #eee;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        border-radius: 0;
        box-shadow: none;
        background: #eee;
        padding: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }
    header nav .nav__menu>ul>li.menu-item-has-children .sub-menu li a {
        padding: 23px 20px 19px
    }
    header nav .nav__menu>ul>li.menu-item-has-children.current-menu-parent>a:after {
        border-color: #00b7ce
    }
    header nav .nav__menu>ul>li.menu-item-has-children.menu-item-open>a {
        color: #00b7ce
    }
    header nav .nav__menu>ul>li.menu-item-has-children.menu-item-open>a:after {
        margin-top: 5px;
        border-color: #00b7ce;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    header nav .nav__menu>ul>li.menu-item-has-children.menu-item-open .sub-menu {
        max-height: 250px
    }
    header nav ul.login:first-child {
        margin: 20px;
        float: none
    }
    header nav .nav__menu>ul {
        display: block
    }
    header nav .nav__menu>ul li {
        display: block
    }
    header nav .nav__menu>ul li a {
        padding: 23px 20px 19px
    }
    footer .footer__hamster-container {
        -webkit-transform: rotate(3deg) translatey(-78%);
        transform: rotate(3deg) translatey(-78%)
    }
	.trail-tag.stick {
	top:60px;
	}
}

@media (max-width: 1024px) {
    .features:hover .features__container .features__container__hamster.from-top-right {
        top: 45px;
        right: 45px
    }
    .features:hover .features__container .features__container__hamster.from-bottom-right {
        bottom: 45px;
        right: 45px
    }
    .features:hover .features__container .features__container__hamster.from-top-left {
        top: 45px;
        left: 45px
    }
    .features:hover .features__container .features__container__hamster.from-bottom-left {
        bottom: 45px;
        left: 45px
    }
    .features.features--no-link .features__container .features__container__hamster.from-top-right {
        top: 50px;
        right: 50px
    }
    .features.features--no-link .features__container .features__container__hamster.from-bottom-right {
        bottom: 50px;
        right: 50px
    }
    .features.features--no-link .features__container .features__container__hamster.from-top-left {
        top: 50px;
        left: 50px
    }
    .features.features--no-link .features__container .features__container__hamster.from-bottom-left {
        bottom: 50px;
        left: 50px
    }
    #hosting-how-it-works .steps,
    #hosting-how-it-works.hosting-how-it-works--reseller .steps {
        background: none
    }
    #hosting-how-it-works .steps .grid,
    #hosting-how-it-works.hosting-how-it-works--reseller .steps .grid {
        padding-top: 0;
        padding-bottom: 0
    }
    #hosting-how-it-works .steps .col .steps__unit,
    #hosting-how-it-works.hosting-how-it-works--reseller .steps .col .steps__unit {
        background: #fff;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
        min-height: 116px;
        border-right: 1px solid rgba(223, 84, 30, 0.17)
    }
    #hosting-how-it-works .steps .col .steps__unit h3,
    #hosting-how-it-works.hosting-how-it-works--reseller .steps .col .steps__unit h3 {
        background: #df541e;
        color: #fff;
        padding: 10px 20px 8px
    }
    #hosting-how-it-works .steps .col .steps__unit p,
    #hosting-how-it-works.hosting-how-it-works--reseller .steps .col .steps__unit p {
        padding: 10px 20px 8px
    }
    #hosting-how-it-works .steps .col:first-child .steps__unit,
    #hosting-how-it-works.hosting-how-it-works--reseller .steps .col:first-child .steps__unit {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px
    }
    #hosting-how-it-works .steps .col:first-child .steps__unit h3,
    #hosting-how-it-works.hosting-how-it-works--reseller .steps .col:first-child .steps__unit h3 {
        border-top-left-radius: 8px
    }
    #hosting-how-it-works .steps .col:nth-child(2) .steps__unit,
    #hosting-how-it-works.hosting-how-it-works--reseller .steps .col:nth-child(2) .steps__unit {
        background: #fff
    }
    #hosting-how-it-works .steps .col:last-child .steps__unit,
    #hosting-how-it-works.hosting-how-it-works--reseller .steps .col:last-child .steps__unit {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-right: none
    }
    #hosting-how-it-works .steps .col:last-child .steps__unit h3,
    #hosting-how-it-works.hosting-how-it-works--reseller .steps .col:last-child .steps__unit h3 {
        border-top-right-radius: 8px
    }
}

@media (max-width: 950px) {
    .features:hover .features__container .features__container__hamster.from-top-right {
        top: 42px;
        right: 42px
    }
    .features:hover .features__container .features__container__hamster.from-bottom-right {
        bottom: 42px;
        right: 42px
    }
    .features:hover .features__container .features__container__hamster.from-top-left {
        top: 42px;
        left: 42px
    }
    .features:hover .features__container .features__container__hamster.from-bottom-left {
        bottom: 42px;
        left: 42px
    }
    .features.features--no-link .features__container .features__container__hamster.from-top-right {
        top: 45px;
        right: 45px
    }
    .features.features--no-link .features__container .features__container__hamster.from-bottom-right {
        bottom: 45px;
        right: 45px
    }
    .features.features--no-link .features__container .features__container__hamster.from-top-left {
        top: 45px;
        left: 45px
    }
    .features.features--no-link .features__container .features__container__hamster.from-bottom-left {
        bottom: 45px;
        left: 45px
    }
    .hosting__plan {
        margin-bottom: 50px
    }
    #intro.intro--index .intro__sun,
    #sky-bg-container .intro__sun {
        right: -195px;
        top: -125px
    }
    #sky-bg-container .intro__bird {
        top: 80px;
        left: 20px
    }
}

@media (max-width: 850px) {
    .features:hover .features__container .features__container__hamster.from-top-right {
        top: 36px;
        right: 36px
    }
    .features:hover .features__container .features__container__hamster.from-bottom-right {
        bottom: 36px;
        right: 36px
    }
    .features:hover .features__container .features__container__hamster.from-top-left {
        top: 36px;
        left: 36px
    }
    .features:hover .features__container .features__container__hamster.from-bottom-left {
        bottom: 36px;
        left: 36px
    }
    .features.features--no-link .features__container .features__container__hamster.from-top-right {
        top: 40px;
        right: 40px
    }
    .features.features--no-link .features__container .features__container__hamster.from-bottom-right {
        bottom: 40px;
        right: 40px
    }
    .features.features--no-link .features__container .features__container__hamster.from-top-left {
        top: 40px;
        left: 40px
    }
    .features.features--no-link .features__container .features__container__hamster.from-bottom-left {
        bottom: 40px;
        left: 40px
    }
}

@media (max-width: 768px) {
    .features .features__container .features__container__hamster.from-top-right,
    .features:hover .features__container .features__container__hamster.from-top-right,
    .features.features--no-link .features__container .features__container__hamster.from-top-right {
        top: 34px;
        right: 34px
    }
    .features .features__container .features__container__hamster.from-bottom-right,
    .features:hover .features__container .features__container__hamster.from-bottom-right,
    .features.features--no-link .features__container .features__container__hamster.from-bottom-right {
        bottom: 34px;
        right: 34px
    }
    .features .features__container .features__container__hamster.from-top-left,
    .features:hover .features__container .features__container__hamster.from-top-left,
    .features.features--no-link .features__container .features__container__hamster.from-top-left {
        top: 34px;
        left: 34px
    }
    .features .features__container .features__container__hamster.from-bottom-left,
    .features:hover .features__container .features__container__hamster.from-bottom-left,
    .features.features--no-link .features__container .features__container__hamster.from-bottom-left {
        bottom: 34px;
        left: 34px
    }
    .features .features__container .features__container__hamster.from-top,
    .features:hover .features__container .features__container__hamster.from-top,
    .features.features--no-link .features__container .features__container__hamster.from-top {
        top: -10px
    }
    .features .features__container .features__container__hamster.from-right,
    .features:hover .features__container .features__container__hamster.from-right,
    .features.features--no-link .features__container .features__container__hamster.from-right {
        right: -8px
    }
    .features .features__container .features__container__hamster.from-left,
    .features:hover .features__container .features__container__hamster.from-left,
    .features.features--no-link .features__container .features__container__hamster.from-left {
        left: -8px
    }
    .features .features__container .features__container__hamster.from-bottom,
    .features:hover .features__container .features__container__hamster.from-bottom,
    .features.features--no-link .features__container .features__container__hamster.from-bottom {
        bottom: -10px
    }
    #domain-pricing .pricing__table table {
        width: 100%
    }
    #domain-pricing .hosting__plan__group-tabs td:first-child {
        width: 100%;
    }
    #domain-pricing .pricing__table thead {
        display: none
    }
    #domain-pricing .pricing__table tbody tr:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }
    #domain-pricing .pricing__table tbody tr:first-child td:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }
    #domain-pricing .pricing__table tbody tr:nth-of-type(2n) {
        background-color: inherit
    }
    #domain-pricing .pricing__table tbody tr td {
        display: block;
        position: relative;
        padding-left: calc(30% + 10px);
        padding-right: 10px;
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05)
    }
    #domain-pricing .pricing__table tbody tr td:last-child {
        border-bottom: none
    }
    #domain-pricing .pricing__table tbody tr td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
        position: absolute;
        width: calc(30%);
        left: 0;
        background: rgba(0, 183, 206, 0.08)
    }
    #domain-pricing .pricing__table tbody tr td:first-child {
        background: #00b7ce;
        color: #fff
    }
    #domain-pricing .pricing__table tbody tr td:first-child:before {
        background: none
    }
    .grid {
        padding-left: 10px;
        padding-right: 10px
    }
    .grid .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .grid .row .col {
        padding-left: 10px;
        padding-right: 10px
    }
    #intro.intro--index {
        background: url(../img/intro--background-mobile.png) center bottom no-repeat;
        background-size: cover
    }
    .get-domain__form {
        text-align: center
    }
    .get-domain__form input {
        width: 100%;
	border-radius: 30px;
	border: 2px solid #00b7ce
    }
    .get-domain__form .nice-select {
        width: 100px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px
    }
    .get-domain__form button {
        float: none;
        border-radius: 30px;
        width: auto;
        padding: 0 30px;
        font-size: 16px;
        margin-top: 30px
    }
    .get-domain__form button .mobile-label {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px
    }
    .get-domain__form .input-hamster {
        top: -35px
    }
    .features {
        background: #df541e
    }
    .features .features__container {
        background: #452503;
        width: 92%;
        height: 92%;
        top: 6%;
        left: 6%
    }
    .features .features__container .features__content [class^="icon-"] {
        color: #fee4ba;
        font-size: 40px
    }
    .features .features__container .features__content h3 {
        color: #fee4ba
    }
    .features .features__container .features__content .features__content__text {
        max-height: 140px !important;
        -webkit-transition: max-height .3s ease, opacity .6s ease;
        transition: max-height .3s ease, opacity .6s ease
    }
    #why-us {
        padding-bottom: 40px
    }
    #why-us .slider__controls--container {
        text-align: center
    }
    #why-us .slider__controls {
        display: inline-block
    }
    #why-us .slider__controls .slick-dots {
        padding: 0 100px
    }
    #why-us .slider__controls .slick-dots li {
        display: inline-block;
        margin: 0 5px
    }
    #why-us .slider__controls .slider__controls__up,
    #why-us .slider__controls .slider__controls__down {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 34px
    }
    #why-us .slider__controls .slider__controls__up {
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: translatex(0) rotate(-90deg);
        transform: translatex(0) rotate(-90deg)
    }
    #why-us .slider__controls .slider__controls__down {
        left: initial;
        right: 0;
        top: 0;
        margin: auto;
        -webkit-transform: translatex(0) rotate(-90deg);
        transform: translatex(0) rotate(-90deg)
    }
    #why-us .slider__controls .slick-dots li button {
        vertical-align: middle
    }
    .slider__item-btn-container {
        text-align: center
    }
    footer .footer__hamster-container {
        -webkit-transform: rotate(3deg) translatey(-75%);
        transform: rotate(3deg) translatey(-75%)
    }
    footer {
        padding-bottom: 10px
    }
    footer .footer__logo {
        text-align: center
    }
    footer .footer__logo a {
        margin: 0 auto
    }
    footer .footer__nav {
        margin: 50px 0
    }
    footer .footer__legal {
        text-align: left
    }
    footer .footer__legal ul li {
        display: inline-block
    }
    footer .footer__legal ul li:last-child {
        float: right
    }
    #hosting-optimized .hosting-optimized__vendor .hosting-optimized__vendor__container [class^="icon-"] {
        font-size: 40px
    }
    #intro.intro--email .features-table {
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0
    }
    #intro.intro--email .features-table tr:last-child th {
        border-bottom-left-radius: 0
    }
    #intro.intro--email .features-table--promo {
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        height: 260px !important;
        padding-top: 24px
    }
    #intro.intro--email .features-table--promo img {
        width: 160px;
        bottom: -50px;
        right: -30px
    }
    #intro.intro--email .features-table tr th,
    #intro.intro--email .features-table tr td {
        line-height: 3em;
        padding: 0 15px
    }
    #intro.intro--email .features-table tr th {
        width: 70%
    }
    #intro.intro--email .features-table tr td {
        width: 30%
    }
    #intro .intro__content__tab {
        text-align: center;
        padding: 20px
    }
    #intro .intro__content__tab .promo-price-container,
    #intro .intro__content__tab #domain-pricing .pricing__table table tr th em:last-child,
    #domain-pricing .pricing__table table tr th #intro .intro__content__tab em:last-child,
    #intro .intro__content__tab #domain-pricing .pricing__table table tr td em:last-child,
    #domain-pricing .pricing__table table tr td #intro .intro__content__tab em:last-child,
    #intro .intro__content__tab #domain-pricing .pricing__table table tr th em:last-child,
    #domain-pricing .pricing__table table tr th #intro .intro__content__tab em:last-child,
    #intro .intro__content__tab #domain-pricing .pricing__table table tr td em:last-child,
    #domain-pricing .pricing__table table tr td #intro .intro__content__tab em:last-child {
        float: none;
        margin-top: 10px
    }
    #simple-page .page-sub-nav {
        margin-bottom: 20px
    }
    #simple-page .page-sub-nav ul li.current-page-item a:after,
    #simple-page .page-sub-nav ul li.current-menu-item a:after,
    #simple-page .page-sub-nav ul li.current_page_item a:after,
    #simple-page .page-sub-nav ul li.current_menu_item a:after {
        display: none
    }
    #simple-page .page-content {
        padding: 20px
    }
    #contacts-page .contact-info {
        margin-bottom: 20px
    }
    #hosting-optimized .hosting-optimized__vendor {
        margin-bottom: 20px
    }
    #hosting-optimized .hosting-optimized__text {
        margin-top: 20px
    }
    #simple-page .page-sub-nav,
    #blog .page-sub-nav {
        margin-top: 20px
    }
    #blog article .article__img-container {
        left: 10px;
        right: 10px
    }
}

@media (max-width: 668px) {
    .features .features__container .features__container__hamster.from-top-right,
    .features:hover .features__container .features__container__hamster.from-top-right,
    .features.features--no-link .features__container .features__container__hamster.from-top-right {
        top: 10%;
        right: 10%
    }
    .features .features__container .features__container__hamster.from-bottom-right,
    .features:hover .features__container .features__container__hamster.from-bottom-right,
    .features.features--no-link .features__container .features__container__hamster.from-bottom-right {
        bottom: 10%;
        right: 10%
    }
    .features .features__container .features__container__hamster.from-top-left,
    .features:hover .features__container .features__container__hamster.from-top-left,
    .features.features--no-link .features__container .features__container__hamster.from-top-left {
        top: 10%;
        left: 10%
    }
    .features .features__container .features__container__hamster.from-bottom-left,
    .features:hover .features__container .features__container__hamster.from-bottom-left,
    .features.features--no-link .features__container .features__container__hamster.from-bottom-left {
        bottom: 10%;
        left: 10%
    }
	.trail-tag {
		display: none;
	}
}

@media (max-width: 568px) {
    .features .features__container .features__container__hamster.from-top-right,
    .features:hover .features__container .features__container__hamster.from-top-right,
    .features.features--no-link .features__container .features__container__hamster.from-top-right {
        top: 12%;
        right: 12%
    }
    .features .features__container .features__container__hamster.from-bottom-right,
    .features:hover .features__container .features__container__hamster.from-bottom-right,
    .features.features--no-link .features__container .features__container__hamster.from-bottom-right {
        bottom: 12%;
        right: 12%
    }
    .features .features__container .features__container__hamster.from-top-left,
    .features:hover .features__container .features__container__hamster.from-top-left,
    .features.features--no-link .features__container .features__container__hamster.from-top-left {
        top: 12%;
        left: 12%
    }
    .features .features__container .features__container__hamster.from-bottom-left,
    .features:hover .features__container .features__container__hamster.from-bottom-left,
    .features.features--no-link .features__container .features__container__hamster.from-bottom-left {
        bottom: 12%;
        left: 12%
    }
    #contacts-page .contact-form .captcha-container p {
        display: block;
        margin: 0
    }
    footer .footer__nav ul {
        width: 100%;
        padding: 0
    }
    footer .footer__legal ul li {
        display: block
    }
    footer .footer__legal ul li:last-child {
        float: none
    }
    #hosting-optimized .hosting-optimized__vendor .hosting-optimized__vendor__container [class^="icon-"] {
        font-size: 20px
    }
    #intro .intro__content__tabs .intro__content__tabs__buttons li a {
        padding-left: 30px;
        padding-right: 30px
    }
	#intro .intro__title{
	font-size: 0.6em !important
	}
	#intro .intro__content{
	margin: 10px !important
	}
    #contacts-page .contact-form input[type="text"],
    #contacts-page .contact-form input[type="email"],
    #contacts-page .contact-form input[type="tel"],
	#contacts-page .contact-form .nice-select {
        margin-bottom: 20px
    }
    #contacts-page .contact-form textarea {
        margin-top: 0
    }
    #hosting-how-it-works .steps .col .steps__unit {
        border: none
    }
    #hosting-how-it-works .steps .col:first-child .steps__unit {
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0
    }
    #hosting-how-it-works .steps .col:first-child .steps__unit h3 {
        border-top-right-radius: 8px
    }
    #hosting-how-it-works .steps .col:last-child .steps__unit {
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px
    }
    #hosting-how-it-works .steps .col:last-child .steps__unit h3 {
        border-top-right-radius: 0
    }
    #blog article .article__img-container {
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0
    }
    #blog article .article__text-container {
        padding: 20px
    }
    #blog article .article__img {
        position: relative;
        height: 300px !important;
        min-height: 300px
    }
}

@media (max-width: 400px) {
    .features .features__container .features__container__hamster.from-top-right,
    .features:hover .features__container .features__container__hamster.from-top-right,
    .features.features--no-link .features__container .features__container__hamster.from-top-right {
        top: 12%;
        right: 12%
    }
    .features .features__container .features__container__hamster.from-bottom-right,
    .features:hover .features__container .features__container__hamster.from-bottom-right,
    .features.features--no-link .features__container .features__container__hamster.from-bottom-right {
        bottom: 12%;
        right: 12%
    }
    .features .features__container .features__container__hamster.from-top-left,
    .features:hover .features__container .features__container__hamster.from-top-left,
    .features.features--no-link .features__container .features__container__hamster.from-top-left {
        top: 12%;
        left: 12%
    }
    .features .features__container .features__container__hamster.from-bottom-left,
    .features:hover .features__container .features__container__hamster.from-bottom-left,
    .features.features--no-link .features__container .features__container__hamster.from-bottom-left {
        bottom: 12%;
        left: 12%
    }
    #intro .intro__content__tabs .intro__content__tabs__buttons li a {
        padding-left: 15px;
        padding-right: 15px
    }
}

.hosting__plan__group-tabs > ul {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 30px;
    margin-top: -15px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.06);
    border-radius: 30px;
    padding: 10px;
}

.hosting__plan__group-tabs > ul > li {
    display: inline-block;
    margin-right: 5px;
}

.hosting__plan__group-tabs > ul > li:last-child {
    margin-right: 0;
}

.hosting__plan__group-tabs > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #df541e;
    padding: 12px 60px;
    border-radius: 20px;
    display: block;
}

.hosting__plan__group-tabs > ul > li.ui-state-active > a {
    background: #df541e;
    color: #fff;
}

@media (max-width: 768px) {
    
    .hosting__plan__group-tabs > ul {
        display: block;
        width: 100%;
    }
    
    .hosting__plan__group-tabs > ul > li {
        display: block;
        width: 100%;
    }
}
