/* megamenu style */
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.menu-engineering > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-weight: bold !important;
}
/*#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.menu-engineering > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	font-weight: bold !important;
}*/



#mega-menu-wrap-top #mega-menu-top {
    visibility: visible;
    text-align: center;
    padding: 10px 70px 0px 150px;
    width: 100%;
    display: block;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover {
    color: #e32018 !important;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #e32018 !important;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: #e32018 !important;
}
#mega-menu-wrap-top {
    background: none !important;
}
/*#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: none;
  color: #e32018;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover {
    background: none;
    color: #e32018;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
  }
	
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: none;
  color: #e32018;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}

/* end */

@media screen and (min-width: 48em){
.site-header .menu-scroll-down {
    display: none;

}
}
.js .menu-toggle {
    display: none;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link  {
	font-family: 'Poppins-Regular';
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-family: 'Poppins-Regular';
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
	font-family: 'Poppins-Regular';
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-family: 'Poppins-Regular';
}
#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after,#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before {
	background-color: #e32119;
}
@media only screen and (max-width: 768px){
#mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top {
    background: #cacaca;
    padding: 0px 0px 70px 0px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9999999;
    margin-top: 20px;
	max-height: 100vh;
	overflow:auto;
}
#mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 100%;
}
}

#mega-menu-wrap-top .mega-menu-toggle {
padding-top:20px;
padding-left:10px;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
	color: #000000;
}
@media screen and (min-width: 67em)
	{
.navigation-top .wrap {
    padding: 0.75em 0;
}
}


.navigation-top .wrap {
    margin-left: 0;
    margin-right: 0;
	width: 100%;
}
.navigation-top .wrap {
    max-width: none;
    padding: 0;
}

#searchtrigger {
    cursor: pointer;
    color: #e32119;
    position: fixed;
    top: 40px!important;
    right: 30px;
    font-size: 30px;
    z-index: 100000;
	transition: all .3s ease-out;
}

.logo-header {
    max-width: 150px;
    text-align: left;
    padding: 10px;
	position: absolute; /* added for megamenu */
	z-index: 9;
}


.navigation-top {
    /* display: flex;*/
	display: block; /* added for megamenu */
    bottom: auto;
    font-size: 12px;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 9999;
    /* background-color: #e32018; */
/* 	background-image: linear-gradient(180deg, rgba(246,246,246,0), rgba(218,218,218,1)); */
    border-bottom: 0px;
    border-top: 0px;
	min-height:60px;
	top: 40px;
	transition: all .3s ease-out;
}

.navigation-top.scroll-menu, #searchtrigger.scroll-menu {
	top: 0!important;
	transition: all .3s ease-out;
}
 

.main-navigation li li:hover,
.main-navigation li li.focus {
    background: #e32018;
    color: #ffd500;
}

.main-navigation a:hover {
    color: #ffd500 !important;
}

.main-navigation ul ul a {
    padding: 1em 1.8em 1em 1em;
    width: 16em;
}
.main-navigation ul ul .menu-item-has-children > a > .icon, .main-navigation ul ul .page_item_has_children > a > .icon {

    margin-right: -8px;
}

    @media screen and ( max-width: 48em ) {
        .logo-header {
            max-width: 150px;
            text-align: left;
            padding: 10px;
            margin: 0 auto;
			position:relative;
			z-index: 9;
        }

        .menu-toggle {
            margin-left: 30px !important;
			display: none; /* aded for megamenu */
        }

        .navigation-top .wrap {
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }

        #masthead .wrap {
            position: absolute;
            top: 0;
        }

        .navigation-top {
            display: inline-block;
        }
		
		.navigation-top, #searchtrigger {
		  top: 0!important; /* fix for top position mobile */
		}

        .main-navigation ul ul {
            background: #e32018;
            border: 0px !important;
            margin-right: 20px;
            left: 0px !important;
            padding: 0;
            position: relative !important;
            top: 100%;
            z-index: 99999;
        }

        .main-navigation ul {
            background: #e32018;
            /* list-style: none; */
            /* margin: 0; */
            /* padding: 0 1.5em; */
            /* text-align: left; */
        }

        .main-navigation > div > ul {
            border-top: 0px;
            padding: 0.75em 1.695em;
        }

        .main-navigation li li, .main-navigation li:last-child {
            border: 0;
            list-style: none;
        }

        .dropdown-toggle {
            color: #fff !important;
            font-size: 27px !important;
            right: 0 !important;
            line-height: .5 !important;
            padding: 10px !important;
        }

        .menu > li > a {
            padding: 20px !important;
        }

        .main-navigation ul ul a {
            padding: 10px;
            width: 90%;
        }

        .menu-main-menu-container {
            height: 94vh;
            overflow: auto;
        }

        .main-navigation li li:hover,
        .main-navigation li li.focus {
            background: e32018;
            color: #ffd500;
        }
    }

    @media screen and ( max-width: 30em ) {
        .menu-toggle {
            margin-right: 50px !important;
			display: none; /* aded for megamenu */
        }
    }

    .navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #ffd500;
}

.navigation-top .current-menu-parent > a,
.navigation-top .current-menu-parent > a {
    color: #ffd500;
}

.main-navigation a:hover {
    color: #ffd500;
}

.navigation-top a {
    color: #ffffff;
}

.main-navigation ul ul {
    background: #e32018;
    border: 1px solid #fff;
    left: -999em;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
}

.main-navigation li li:hover,
.main-navigation li li.focus {
    background: #e32018;
    color: #ffd500;
}

.main-navigation ul li.menu-item-has-children:before,
.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:before,
.main-navigation ul li.page_item_has_children:after {
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    left: 30px;
    bottom: -1px;
    width: 0;
    z-index: 100000;
}

.menu-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: none;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.5;
    margin: 1px auto 2px;
    padding: 0.3em;
    text-shadow: none;
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    display: block;
    font-size: 16px;
    right: -0.5em;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0.5em;
    position: absolute;
    text-shadow: none;
    top: 0;
}

.site-navigation-fixed.navigation-top {
    bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 11;
}
}

.awards-cat select,
.date-select select,
[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

html,
legend,
select {
    box-sizing: border-box
}

dfn,
em,
i {
    font-style: italic
}

.flickity-enabled {
    position: relative
}

    .flickity-enabled:focus {
        outline: 0
    }

.flickity-viewport {
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing
        }

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: hsla(0, 0%, 100%, .75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .flickity-prev-next-button:hover {
        background: #fff
    }

    .flickity-prev-next-button:focus {
        outline: 0;
        box-shadow: 0 0 0 5px #09f
    }

    .flickity-prev-next-button:active {
        opacity: .6
    }

    .flickity-prev-next-button.previous {
        left: 10px
    }

    .flickity-prev-next-button.next {
        right: 10px
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #333
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1
    }

.chocolat-zoomable.chocolat-zoomed {
    cursor: zoom-out
}

.chocolat-overlay {
    z-index: 10;
    background-color: #fff;
    opacity: .8
}

.chocolat-overlay,
.chocolat-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none
}

.chocolat-wrapper {
    color: #fff
}

a,
abbr,
body,
cite,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424
}

.chocolat-zoomable .chocolat-img {
    cursor: zoom-in
}

.chocolat-loader {
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 11;
    background: url(../vendor/loader_be1cede9.gif);
    display: none
}

.chocolat-content {
    position: fixed;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    z-index: 14;
    text-align: left
}

    .chocolat-content .chocolat-img {
        position: absolute;
        width: 100%;
        height: 100%
    }

.chocolat-wrapper .chocolat-left,
.chocolat-wrapper .chocolat-right {
    position: absolute;
    width: 50px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    z-index: 17;
    display: none
}

    .chocolat-wrapper .chocolat-left.active,
    .chocolat-wrapper .chocolat-right.active {
        display: block
    }

.chocolat-wrapper .chocolat-top {
    position: absolute;
    right: 0;
    left: 0;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 17;
    margin-bottom: 10px
}

pre,
textarea {
    overflow: auto
}

button,
hr,
input {
    overflow: visible
}

.chocolat-wrapper .chocolat-close {
    cursor: pointer;
    position: absolute;
    top: 0
}

.chocolat-wrapper .chocolat-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    z-index: 17;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, .2);
    text-align: right;
    margin-top: 10px
}

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

.chocolat-wrapper .chocolat-set-title {
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid hsla(0, 0%, 100%, .3)
}

.chocolat-wrapper .chocolat-pagination {
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px
}

body,
button,
legend {
    padding: 0
}

.chocolat-wrapper .chocolat-fullscreen {
    width: 16px;
    height: 40px;
    background: url(../vendor/fullscreen_f86e0d27.png) 50% 50% no-repeat;
    display: block;
    margin: auto;
    cursor: pointer;
    float: right
}

img,
textarea[rows] {
    height: auto
}

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

.chocolat-wrapper .chocolat-description {
    display: inline-block;
    float: left
}

body.chocolat-open > .chocolat-loader,
body.chocolat-open > .chocolat-overlay {
    z-index: 15
}

body.chocolat-open > .chocolat-content {
    z-index: 17
}

.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay,
.chocolat-in-container .chocolat-wrapper {
    position: absolute
}

.chocolat-in-container,
.small-pull-1,
.small-pull-10,
.small-pull-11,
.small-pull-2,
.small-pull-3,
.small-pull-4,
.small-pull-6,
.small-pull-7,
.small-pull-8,
.small-pull-9,
.small-push-1,
.small-push-10,
.small-push-11,
.small-push-2,
.small-push-3,
.small-push-4,
.small-push-5,
.small-push-6,
.small-push-7,
.small-push-8,
.small-push-9,
sub,
sup {
    position: relative
}

body {
    margin: 0;
    background: #fafafa;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

b,
dl dt,
strong {
    font-weight: 600
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    cursor: pointer
}

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

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

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    -ms-interpolation-mode: bicubic
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring,
    button:-moz-focusring {
        outline: ButtonText dotted 1px
    }

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

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

[type=search] {
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button
}

legend {
    display: table;
    white-space: normal
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=100em"
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 26px
}

select {
    width: 100%
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1
}

[data-whatinput=mouse] button {
    outline: 0
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.row {
    max-width: 69.23077rem;
    margin-right: auto;
    margin-left: auto
}

    .row.expanded,
    .row:not(.expanded) .row {
        max-width: none
    }

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

    .row:after {
        clear: both
    }

    .row.collapse > .column,
    .row.collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .row .row {
        margin-right: -.38462rem;
        margin-left: -.38462rem
    }

@media print, screen and (min-width:40em) {
    .row .row {
        margin-right: -.57692rem;
        margin-left: -.57692rem
    }
}

@media print, screen and (min-width:64em) {
    .row .row {
        margin-right: -.57692rem;
        margin-left: -.57692rem
    }
}

@media screen and (min-width:75em) {
    .row .row {
        margin-right: -.57692rem;
        margin-left: -.57692rem
    }
}

@media screen and (min-width:100em) {
    .row .row {
        margin-right: -.57692rem;
        margin-left: -.57692rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

.row.gutter-small > .column,
.row.gutter-small > .columns {
    padding-right: .38462rem;
    padding-left: .38462rem
}

.row.gutter-medium > .column,
.row.gutter-medium > .columns {
    padding-right: .57692rem;
    padding-left: .57692rem
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-right: .38462rem;
    padding-left: .38462rem
}

@media print, screen and (min-width:40em) {
    .column,
    .columns {
        padding-right: .57692rem;
        padding-left: .57692rem
    }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left
}

.column.row.row,
.row.row.columns {
    float: none
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    width: 8.33333%
}

.small-push-1 {
    left: 8.33333%
}

.small-pull-1 {
    left: -8.33333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    width: 16.66667%
}

.small-push-2 {
    left: 16.66667%
}

.small-pull-2 {
    left: -16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    left: 25%
}

.small-pull-3 {
    left: -25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    width: 33.33333%
}

.small-push-4 {
    left: 33.33333%
}

.small-pull-4 {
    left: -33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    width: 41.66667%
}

.small-push-5 {
    left: 41.66667%
}

.small-pull-5 {
    position: relative;
    left: -41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    left: 50%
}

.small-pull-6 {
    left: -50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    width: 58.33333%
}

.small-push-7 {
    left: 58.33333%
}

.small-pull-7 {
    left: -58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    width: 66.66667%
}

.small-push-8 {
    left: 66.66667%
}

.small-pull-8 {
    left: -66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    left: 75%
}

.small-pull-9 {
    left: -75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    width: 83.33333%
}

.small-push-10 {
    left: 83.33333%
}

.small-pull-10 {
    left: -83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    width: 91.66667%
}

.small-push-11 {
    left: 91.66667%
}

.small-pull-11 {
    left: -91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1 > .column,
.small-up-1 > .columns {
    float: left;
    width: 100%
}

    .small-up-1 > .column:nth-of-type(1n),
    .small-up-1 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-1 > .column:nth-of-type(1n+1),
    .small-up-1 > .columns:nth-of-type(1n+1) {
        clear: both
    }

    .small-up-1 > .column:last-child,
    .small-up-1 > .columns:last-child {
        float: left
    }

.small-up-2 > .column,
.small-up-2 > .columns {
    float: left;
    width: 50%
}

    .small-up-2 > .column:nth-of-type(1n),
    .small-up-2 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-2 > .column:nth-of-type(odd),
    .small-up-2 > .columns:nth-of-type(odd) {
        clear: both
    }

    .small-up-2 > .column:last-child,
    .small-up-2 > .columns:last-child {
        float: left
    }

.small-up-3 > .column,
.small-up-3 > .columns {
    float: left;
    width: 33.33333%
}

    .small-up-3 > .column:nth-of-type(1n),
    .small-up-3 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-3 > .column:nth-of-type(3n+1),
    .small-up-3 > .columns:nth-of-type(3n+1) {
        clear: both
    }

    .small-up-3 > .column:last-child,
    .small-up-3 > .columns:last-child {
        float: left
    }

.small-up-4 > .column,
.small-up-4 > .columns {
    float: left;
    width: 25%
}

    .small-up-4 > .column:nth-of-type(1n),
    .small-up-4 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-4 > .column:nth-of-type(4n+1),
    .small-up-4 > .columns:nth-of-type(4n+1) {
        clear: both
    }

    .small-up-4 > .column:last-child,
    .small-up-4 > .columns:last-child {
        float: left
    }

.small-up-5 > .column,
.small-up-5 > .columns {
    float: left;
    width: 20%
}

    .small-up-5 > .column:nth-of-type(1n),
    .small-up-5 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-5 > .column:nth-of-type(5n+1),
    .small-up-5 > .columns:nth-of-type(5n+1) {
        clear: both
    }

    .small-up-5 > .column:last-child,
    .small-up-5 > .columns:last-child {
        float: left
    }

.small-up-6 > .column,
.small-up-6 > .columns {
    float: left;
    width: 16.66667%
}

    .small-up-6 > .column:nth-of-type(1n),
    .small-up-6 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-6 > .column:nth-of-type(6n+1),
    .small-up-6 > .columns:nth-of-type(6n+1) {
        clear: both
    }

    .small-up-6 > .column:last-child,
    .small-up-6 > .columns:last-child {
        float: left
    }

.small-up-7 > .column,
.small-up-7 > .columns {
    float: left;
    width: 14.28571%
}

    .small-up-7 > .column:nth-of-type(1n),
    .small-up-7 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-7 > .column:nth-of-type(7n+1),
    .small-up-7 > .columns:nth-of-type(7n+1) {
        clear: both
    }

    .small-up-7 > .column:last-child,
    .small-up-7 > .columns:last-child {
        float: left
    }

.small-up-8 > .column,
.small-up-8 > .columns {
    float: left;
    width: 12.5%
}

    .small-up-8 > .column:nth-of-type(1n),
    .small-up-8 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-8 > .column:nth-of-type(8n+1),
    .small-up-8 > .columns:nth-of-type(8n+1) {
        clear: both
    }

    .small-up-8 > .column:last-child,
    .small-up-8 > .columns:last-child {
        float: left
    }

.small-collapse > .column,
.small-collapse > .columns {
    padding-right: 0;
    padding-left: 0
}

.expanded.row .small-collapse.row,
.small-collapse .row {
    margin-right: 0;
    margin-left: 0
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
    padding-right: .38462rem;
    padding-left: .38462rem
}

.small-centered {
    margin-right: auto;
    margin-left: auto
}

    .small-centered,
    .small-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }

.small-pull-0,
.small-push-0,
.small-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0
}

@media print, screen and (min-width:40em) {
    .medium-pull-1,
    .medium-pull-10,
    .medium-pull-11,
    .medium-pull-2,
    .medium-pull-3,
    .medium-pull-4,
    .medium-pull-5,
    .medium-pull-6,
    .medium-pull-7,
    .medium-pull-8,
    .medium-pull-9,
    .medium-push-1,
    .medium-push-10,
    .medium-push-11,
    .medium-push-2,
    .medium-push-3,
    .medium-push-4,
    .medium-push-5,
    .medium-push-7,
    .medium-push-8,
    .medium-push-9 {
        position: relative
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-push-1 {
        left: 8.33333%
    }

    .medium-pull-1 {
        left: -8.33333%
    }

    .medium-offset-0 {
        margin-left: 0
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-push-2 {
        left: 16.66667%
    }

    .medium-pull-2 {
        left: -16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        width: 25%
    }

    .medium-push-3 {
        left: 25%
    }

    .medium-pull-3 {
        left: -25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-push-4 {
        left: 33.33333%
    }

    .medium-pull-4 {
        left: -33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-push-5 {
        left: 41.66667%
    }

    .medium-pull-5 {
        left: -41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        width: 50%
    }

    .medium-push-6 {
        position: relative;
        left: 50%
    }

    .medium-pull-6 {
        left: -50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-push-7 {
        left: 58.33333%
    }

    .medium-pull-7 {
        left: -58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-push-8 {
        left: 66.66667%
    }

    .medium-pull-8 {
        left: -66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        width: 75%
    }

    .medium-push-9 {
        left: 75%
    }

    .medium-pull-9 {
        left: -75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-push-10 {
        left: 83.33333%
    }

    .medium-pull-10 {
        left: -83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-push-11 {
        left: 91.66667%
    }

    .medium-pull-11 {
        left: -91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        float: left;
        width: 100%
    }

        .medium-up-1 > .column:nth-of-type(1n),
        .medium-up-1 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-1 > .column:nth-of-type(1n+1),
        .medium-up-1 > .columns:nth-of-type(1n+1) {
            clear: both
        }

        .medium-up-1 > .column:last-child,
        .medium-up-1 > .columns:last-child {
            float: left
        }

    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        float: left;
        width: 50%
    }

        .medium-up-2 > .column:nth-of-type(1n),
        .medium-up-2 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-2 > .column:nth-of-type(odd),
        .medium-up-2 > .columns:nth-of-type(odd) {
            clear: both
        }

        .medium-up-2 > .column:last-child,
        .medium-up-2 > .columns:last-child {
            float: left
        }

    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        float: left;
        width: 33.33333%
    }

        .medium-up-3 > .column:nth-of-type(1n),
        .medium-up-3 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-3 > .column:nth-of-type(3n+1),
        .medium-up-3 > .columns:nth-of-type(3n+1) {
            clear: both
        }

        .medium-up-3 > .column:last-child,
        .medium-up-3 > .columns:last-child {
            float: left
        }

    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        float: left;
        width: 25%
    }

        .medium-up-4 > .column:nth-of-type(1n),
        .medium-up-4 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-4 > .column:nth-of-type(4n+1),
        .medium-up-4 > .columns:nth-of-type(4n+1) {
            clear: both
        }

        .medium-up-4 > .column:last-child,
        .medium-up-4 > .columns:last-child {
            float: left
        }

    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        float: left;
        width: 20%
    }

        .medium-up-5 > .column:nth-of-type(1n),
        .medium-up-5 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-5 > .column:nth-of-type(5n+1),
        .medium-up-5 > .columns:nth-of-type(5n+1) {
            clear: both
        }

        .medium-up-5 > .column:last-child,
        .medium-up-5 > .columns:last-child {
            float: left
        }

    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        float: left;
        width: 16.66667%
    }

        .medium-up-6 > .column:nth-of-type(1n),
        .medium-up-6 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-6 > .column:nth-of-type(6n+1),
        .medium-up-6 > .columns:nth-of-type(6n+1) {
            clear: both
        }

        .medium-up-6 > .column:last-child,
        .medium-up-6 > .columns:last-child {
            float: left
        }

    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        float: left;
        width: 14.28571%
    }

        .medium-up-7 > .column:nth-of-type(1n),
        .medium-up-7 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-7 > .column:nth-of-type(7n+1),
        .medium-up-7 > .columns:nth-of-type(7n+1) {
            clear: both
        }

        .medium-up-7 > .column:last-child,
        .medium-up-7 > .columns:last-child {
            float: left
        }

    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        float: left;
        width: 12.5%
    }

        .medium-up-8 > .column:nth-of-type(1n),
        .medium-up-8 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-8 > .column:nth-of-type(8n+1),
        .medium-up-8 > .columns:nth-of-type(8n+1) {
            clear: both
        }

        .medium-up-8 > .column:last-child,
        .medium-up-8 > .columns:last-child {
            float: left
        }

    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .expanded.row .medium-collapse.row,
    .medium-collapse .row {
        margin-right: 0;
        margin-left: 0
    }

    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-right: .57692rem;
        padding-left: .57692rem
    }

    .medium-centered {
        margin-right: auto;
        margin-left: auto
    }

        .medium-centered,
        .medium-centered:last-child:not(:first-child) {
            float: none;
            clear: both
        }

    .medium-pull-0,
    .medium-push-0,
    .medium-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width:64em) {
    .large-pull-1,
    .large-pull-10,
    .large-pull-11,
    .large-pull-2,
    .large-pull-3,
    .large-pull-4,
    .large-pull-5,
    .large-pull-6,
    .large-pull-7,
    .large-pull-8,
    .large-pull-9,
    .large-push-1,
    .large-push-10,
    .large-push-11,
    .large-push-2,
    .large-push-3,
    .large-push-4,
    .large-push-5,
    .large-push-7,
    .large-push-8,
    .large-push-9 {
        position: relative
    }

    .large-1 {
        width: 8.33333%
    }

    .large-push-1 {
        left: 8.33333%
    }

    .large-pull-1 {
        left: -8.33333%
    }

    .large-offset-0 {
        margin-left: 0
    }

    .large-2 {
        width: 16.66667%
    }

    .large-push-2 {
        left: 16.66667%
    }

    .large-pull-2 {
        left: -16.66667%
    }

    .large-offset-1,
    .page__header.\--home .sidebar ul.house__attr__list li span,
    .page__header.\--home p,
    .sidebar ul.house__attr__list li .page__header.\--home span {
        margin-left: 8.33333%
    }

    .large-3 {
        width: 25%
    }

    .large-push-3 {
        left: 25%
    }

    .large-pull-3 {
        left: -25%
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-push-4 {
        left: 33.33333%
    }

    .large-pull-4 {
        left: -33.33333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-push-5 {
        left: 41.66667%
    }

    .large-pull-5 {
        left: -41.66667%
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .large-6 {
        width: 50%
    }

    .large-push-6 {
        position: relative;
        left: 50%
    }

    .large-pull-6 {
        left: -50%
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-push-7 {
        left: 58.33333%
    }

    .large-pull-7 {
        left: -58.33333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-push-8 {
        left: 66.66667%
    }

    .large-pull-8 {
        left: -66.66667%
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .large-9 {
        width: 75%
    }

    .large-push-9 {
        left: 75%
    }

    .large-pull-9 {
        left: -75%
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-push-10 {
        left: 83.33333%
    }

    .large-pull-10 {
        left: -83.33333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-push-11 {
        left: 91.66667%
    }

    .large-pull-11 {
        left: -91.66667%
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-up-1 > .column,
    .large-up-1 > .columns {
        float: left;
        width: 100%
    }

        .large-up-1 > .column:nth-of-type(1n),
        .large-up-1 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-1 > .column:nth-of-type(1n+1),
        .large-up-1 > .columns:nth-of-type(1n+1) {
            clear: both
        }

        .large-up-1 > .column:last-child,
        .large-up-1 > .columns:last-child {
            float: left
        }

    .large-up-2 > .column,
    .large-up-2 > .columns {
        float: left;
        width: 50%
    }

        .large-up-2 > .column:nth-of-type(1n),
        .large-up-2 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-2 > .column:nth-of-type(odd),
        .large-up-2 > .columns:nth-of-type(odd) {
            clear: both
        }

        .large-up-2 > .column:last-child,
        .large-up-2 > .columns:last-child {
            float: left
        }

    .large-up-3 > .column,
    .large-up-3 > .columns {
        float: left;
        width: 33.33333%
    }

        .large-up-3 > .column:nth-of-type(1n),
        .large-up-3 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-3 > .column:nth-of-type(3n+1),
        .large-up-3 > .columns:nth-of-type(3n+1) {
            clear: both
        }

        .large-up-3 > .column:last-child,
        .large-up-3 > .columns:last-child {
            float: left
        }

    .large-up-4 > .column,
    .large-up-4 > .columns {
        float: left;
        width: 25%
    }

        .large-up-4 > .column:nth-of-type(1n),
        .large-up-4 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-4 > .column:nth-of-type(4n+1),
        .large-up-4 > .columns:nth-of-type(4n+1) {
            clear: both
        }

        .large-up-4 > .column:last-child,
        .large-up-4 > .columns:last-child {
            float: left
        }

    .large-up-5 > .column,
    .large-up-5 > .columns {
        float: left;
        width: 20%
    }

        .large-up-5 > .column:nth-of-type(1n),
        .large-up-5 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-5 > .column:nth-of-type(5n+1),
        .large-up-5 > .columns:nth-of-type(5n+1) {
            clear: both
        }

        .large-up-5 > .column:last-child,
        .large-up-5 > .columns:last-child {
            float: left
        }

    .large-up-6 > .column,
    .large-up-6 > .columns {
        float: left;
        width: 16.66667%
    }

        .large-up-6 > .column:nth-of-type(1n),
        .large-up-6 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-6 > .column:nth-of-type(6n+1),
        .large-up-6 > .columns:nth-of-type(6n+1) {
            clear: both
        }

        .large-up-6 > .column:last-child,
        .large-up-6 > .columns:last-child {
            float: left
        }

    .large-up-7 > .column,
    .large-up-7 > .columns {
        float: left;
        width: 14.28571%
    }

        .large-up-7 > .column:nth-of-type(1n),
        .large-up-7 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-7 > .column:nth-of-type(7n+1),
        .large-up-7 > .columns:nth-of-type(7n+1) {
            clear: both
        }

        .large-up-7 > .column:last-child,
        .large-up-7 > .columns:last-child {
            float: left
        }

    .large-up-8 > .column,
    .large-up-8 > .columns {
        float: left;
        width: 12.5%
    }

        .large-up-8 > .column:nth-of-type(1n),
        .large-up-8 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-8 > .column:nth-of-type(8n+1),
        .large-up-8 > .columns:nth-of-type(8n+1) {
            clear: both
        }

        .large-up-8 > .column:last-child,
        .large-up-8 > .columns:last-child {
            float: left
        }

    .large-collapse > .column,
    .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .expanded.row .large-collapse.row,
    .large-collapse .row {
        margin-right: 0;
        margin-left: 0
    }

    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-right: .57692rem;
        padding-left: .57692rem
    }

    .large-centered {
        margin-right: auto;
        margin-left: auto
    }

        .large-centered,
        .large-centered:last-child:not(:first-child) {
            float: none;
            clear: both
        }

    .large-pull-0,
    .large-push-0,
    .large-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:75em) {
    .xlarge-pull-1,
    .xlarge-pull-10,
    .xlarge-pull-11,
    .xlarge-pull-2,
    .xlarge-pull-3,
    .xlarge-pull-4,
    .xlarge-pull-5,
    .xlarge-pull-6,
    .xlarge-pull-7,
    .xlarge-pull-8,
    .xlarge-pull-9,
    .xlarge-push-1,
    .xlarge-push-10,
    .xlarge-push-11,
    .xlarge-push-2,
    .xlarge-push-3,
    .xlarge-push-4,
    .xlarge-push-5,
    .xlarge-push-7,
    .xlarge-push-8,
    .xlarge-push-9 {
        position: relative
    }

    .xlarge-1 {
        width: 8.33333%
    }

    .xlarge-push-1 {
        left: 8.33333%
    }

    .xlarge-pull-1 {
        left: -8.33333%
    }

    .xlarge-offset-0 {
        margin-left: 0
    }

    .xlarge-2 {
        width: 16.66667%
    }

    .xlarge-push-2 {
        left: 16.66667%
    }

    .xlarge-pull-2 {
        left: -16.66667%
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%
    }

    .xlarge-3 {
        width: 25%
    }

    .xlarge-push-3 {
        left: 25%
    }

    .xlarge-pull-3 {
        left: -25%
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%
    }

    .xlarge-4 {
        width: 33.33333%
    }

    .xlarge-push-4 {
        left: 33.33333%
    }

    .xlarge-pull-4 {
        left: -33.33333%
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .xlarge-5 {
        width: 41.66667%
    }

    .xlarge-push-5 {
        left: 41.66667%
    }

    .xlarge-pull-5 {
        left: -41.66667%
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%
    }

    .xlarge-6 {
        width: 50%
    }

    .xlarge-push-6 {
        position: relative;
        left: 50%
    }

    .xlarge-pull-6 {
        left: -50%
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%
    }

    .xlarge-7 {
        width: 58.33333%
    }

    .xlarge-push-7 {
        left: 58.33333%
    }

    .xlarge-pull-7 {
        left: -58.33333%
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .xlarge-8 {
        width: 66.66667%
    }

    .xlarge-push-8 {
        left: 66.66667%
    }

    .xlarge-pull-8 {
        left: -66.66667%
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%
    }

    .xlarge-9 {
        width: 75%
    }

    .xlarge-push-9 {
        left: 75%
    }

    .xlarge-pull-9 {
        left: -75%
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%
    }

    .xlarge-10 {
        width: 83.33333%
    }

    .xlarge-push-10 {
        left: 83.33333%
    }

    .xlarge-pull-10 {
        left: -83.33333%
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .xlarge-11 {
        width: 91.66667%
    }

    .xlarge-push-11 {
        left: 91.66667%
    }

    .xlarge-pull-11 {
        left: -91.66667%
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%
    }

    .xlarge-12 {
        width: 100%
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%
    }

    .xlarge-up-1 > .column,
    .xlarge-up-1 > .columns {
        float: left;
        width: 100%
    }

        .xlarge-up-1 > .column:nth-of-type(1n),
        .xlarge-up-1 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-1 > .column:nth-of-type(1n+1),
        .xlarge-up-1 > .columns:nth-of-type(1n+1) {
            clear: both
        }

        .xlarge-up-1 > .column:last-child,
        .xlarge-up-1 > .columns:last-child {
            float: left
        }

    .xlarge-up-2 > .column,
    .xlarge-up-2 > .columns {
        float: left;
        width: 50%
    }

        .xlarge-up-2 > .column:nth-of-type(1n),
        .xlarge-up-2 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-2 > .column:nth-of-type(odd),
        .xlarge-up-2 > .columns:nth-of-type(odd) {
            clear: both
        }

        .xlarge-up-2 > .column:last-child,
        .xlarge-up-2 > .columns:last-child {
            float: left
        }

    .xlarge-up-3 > .column,
    .xlarge-up-3 > .columns {
        float: left;
        width: 33.33333%
    }

        .xlarge-up-3 > .column:nth-of-type(1n),
        .xlarge-up-3 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-3 > .column:nth-of-type(3n+1),
        .xlarge-up-3 > .columns:nth-of-type(3n+1) {
            clear: both
        }

        .xlarge-up-3 > .column:last-child,
        .xlarge-up-3 > .columns:last-child {
            float: left
        }

    .xlarge-up-4 > .column,
    .xlarge-up-4 > .columns {
        float: left;
        width: 25%
    }

        .xlarge-up-4 > .column:nth-of-type(1n),
        .xlarge-up-4 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-4 > .column:nth-of-type(4n+1),
        .xlarge-up-4 > .columns:nth-of-type(4n+1) {
            clear: both
        }

        .xlarge-up-4 > .column:last-child,
        .xlarge-up-4 > .columns:last-child {
            float: left
        }

    .xlarge-up-5 > .column,
    .xlarge-up-5 > .columns {
        float: left;
        width: 20%
    }

        .xlarge-up-5 > .column:nth-of-type(1n),
        .xlarge-up-5 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-5 > .column:nth-of-type(5n+1),
        .xlarge-up-5 > .columns:nth-of-type(5n+1) {
            clear: both
        }

        .xlarge-up-5 > .column:last-child,
        .xlarge-up-5 > .columns:last-child {
            float: left
        }

    .xlarge-up-6 > .column,
    .xlarge-up-6 > .columns {
        float: left;
        width: 16.66667%
    }

        .xlarge-up-6 > .column:nth-of-type(1n),
        .xlarge-up-6 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-6 > .column:nth-of-type(6n+1),
        .xlarge-up-6 > .columns:nth-of-type(6n+1) {
            clear: both
        }

        .xlarge-up-6 > .column:last-child,
        .xlarge-up-6 > .columns:last-child {
            float: left
        }

    .xlarge-up-7 > .column,
    .xlarge-up-7 > .columns {
        float: left;
        width: 14.28571%
    }

        .xlarge-up-7 > .column:nth-of-type(1n),
        .xlarge-up-7 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-7 > .column:nth-of-type(7n+1),
        .xlarge-up-7 > .columns:nth-of-type(7n+1) {
            clear: both
        }

        .xlarge-up-7 > .column:last-child,
        .xlarge-up-7 > .columns:last-child {
            float: left
        }

    .xlarge-up-8 > .column,
    .xlarge-up-8 > .columns {
        float: left;
        width: 12.5%
    }

        .xlarge-up-8 > .column:nth-of-type(1n),
        .xlarge-up-8 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-8 > .column:nth-of-type(8n+1),
        .xlarge-up-8 > .columns:nth-of-type(8n+1) {
            clear: both
        }

        .xlarge-up-8 > .column:last-child,
        .xlarge-up-8 > .columns:last-child {
            float: left
        }

    .xlarge-collapse > .column,
    .xlarge-collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .expanded.row .xlarge-collapse.row,
    .xlarge-collapse .row {
        margin-right: 0;
        margin-left: 0
    }

    .xlarge-uncollapse > .column,
    .xlarge-uncollapse > .columns {
        padding-right: .57692rem;
        padding-left: .57692rem
    }

    .xlarge-centered {
        margin-right: auto;
        margin-left: auto
    }

        .xlarge-centered,
        .xlarge-centered:last-child:not(:first-child) {
            float: none;
            clear: both
        }

    .xlarge-pull-0,
    .xlarge-push-0,
    .xlarge-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:100em) {
    .xxlarge-pull-1,
    .xxlarge-pull-10,
    .xxlarge-pull-11,
    .xxlarge-pull-2,
    .xxlarge-pull-3,
    .xxlarge-pull-4,
    .xxlarge-pull-5,
    .xxlarge-pull-6,
    .xxlarge-pull-7,
    .xxlarge-pull-8,
    .xxlarge-pull-9,
    .xxlarge-push-1,
    .xxlarge-push-10,
    .xxlarge-push-11,
    .xxlarge-push-2,
    .xxlarge-push-3,
    .xxlarge-push-4,
    .xxlarge-push-5,
    .xxlarge-push-7,
    .xxlarge-push-8,
    .xxlarge-push-9 {
        position: relative
    }

    .xxlarge-1 {
        width: 8.33333%
    }

    .xxlarge-push-1 {
        left: 8.33333%
    }

    .xxlarge-pull-1 {
        left: -8.33333%
    }

    .xxlarge-offset-0 {
        margin-left: 0
    }

    .xxlarge-2 {
        width: 16.66667%
    }

    .xxlarge-push-2 {
        left: 16.66667%
    }

    .xxlarge-pull-2 {
        left: -16.66667%
    }

    .xxlarge-offset-1 {
        margin-left: 8.33333%
    }

    .xxlarge-3 {
        width: 25%
    }

    .xxlarge-push-3 {
        left: 25%
    }

    .xxlarge-pull-3 {
        left: -25%
    }

    .xxlarge-offset-2 {
        margin-left: 16.66667%
    }

    .xxlarge-4 {
        width: 33.33333%
    }

    .xxlarge-push-4 {
        left: 33.33333%
    }

    .xxlarge-pull-4 {
        left: -33.33333%
    }

    .xxlarge-offset-3 {
        margin-left: 25%
    }

    .xxlarge-5 {
        width: 41.66667%
    }

    .xxlarge-push-5 {
        left: 41.66667%
    }

    .xxlarge-pull-5 {
        left: -41.66667%
    }

    .xxlarge-offset-4 {
        margin-left: 33.33333%
    }

    .xxlarge-6 {
        width: 50%
    }

    .xxlarge-push-6 {
        position: relative;
        left: 50%
    }

    .xxlarge-pull-6 {
        left: -50%
    }

    .xxlarge-offset-5 {
        margin-left: 41.66667%
    }

    .xxlarge-7 {
        width: 58.33333%
    }

    .xxlarge-push-7 {
        left: 58.33333%
    }

    .xxlarge-pull-7 {
        left: -58.33333%
    }

    .xxlarge-offset-6 {
        margin-left: 50%
    }

    .xxlarge-8 {
        width: 66.66667%
    }

    .xxlarge-push-8 {
        left: 66.66667%
    }

    .xxlarge-pull-8 {
        left: -66.66667%
    }

    .xxlarge-offset-7 {
        margin-left: 58.33333%
    }

    .xxlarge-9 {
        width: 75%
    }

    .xxlarge-push-9 {
        left: 75%
    }

    .xxlarge-pull-9 {
        left: -75%
    }

    .xxlarge-offset-8 {
        margin-left: 66.66667%
    }

    .xxlarge-10 {
        width: 83.33333%
    }

    .xxlarge-push-10 {
        left: 83.33333%
    }

    .xxlarge-pull-10 {
        left: -83.33333%
    }

    .xxlarge-offset-9 {
        margin-left: 75%
    }

    .xxlarge-11 {
        width: 91.66667%
    }

    .xxlarge-push-11 {
        left: 91.66667%
    }

    .xxlarge-pull-11 {
        left: -91.66667%
    }

    .xxlarge-offset-10 {
        margin-left: 83.33333%
    }

    .xxlarge-12 {
        width: 100%
    }

    .xxlarge-offset-11 {
        margin-left: 91.66667%
    }

    .xxlarge-up-1 > .column,
    .xxlarge-up-1 > .columns {
        float: left;
        width: 100%
    }

        .xxlarge-up-1 > .column:nth-of-type(1n),
        .xxlarge-up-1 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-up-1 > .column:nth-of-type(1n+1),
        .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
            clear: both
        }

        .xxlarge-up-1 > .column:last-child,
        .xxlarge-up-1 > .columns:last-child {
            float: left
        }

    .xxlarge-up-2 > .column,
    .xxlarge-up-2 > .columns {
        float: left;
        width: 50%
    }

        .xxlarge-up-2 > .column:nth-of-type(1n),
        .xxlarge-up-2 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-up-2 > .column:nth-of-type(odd),
        .xxlarge-up-2 > .columns:nth-of-type(odd) {
            clear: both
        }

        .xxlarge-up-2 > .column:last-child,
        .xxlarge-up-2 > .columns:last-child {
            float: left
        }

    .xxlarge-up-3 > .column,
    .xxlarge-up-3 > .columns {
        float: left;
        width: 33.33333%
    }

        .xxlarge-up-3 > .column:nth-of-type(1n),
        .xxlarge-up-3 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-up-3 > .column:nth-of-type(3n+1),
        .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
            clear: both
        }

        .xxlarge-up-3 > .column:last-child,
        .xxlarge-up-3 > .columns:last-child {
            float: left
        }

    .xxlarge-up-4 > .column,
    .xxlarge-up-4 > .columns {
        float: left;
        width: 25%
    }

        .xxlarge-up-4 > .column:nth-of-type(1n),
        .xxlarge-up-4 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-up-4 > .column:nth-of-type(4n+1),
        .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
            clear: both
        }

        .xxlarge-up-4 > .column:last-child,
        .xxlarge-up-4 > .columns:last-child {
            float: left
        }

    .xxlarge-up-5 > .column,
    .xxlarge-up-5 > .columns {
        float: left;
        width: 20%
    }

        .xxlarge-up-5 > .column:nth-of-type(1n),
        .xxlarge-up-5 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-up-5 > .column:nth-of-type(5n+1),
        .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
            clear: both
        }

        .xxlarge-up-5 > .column:last-child,
        .xxlarge-up-5 > .columns:last-child {
            float: left
        }

    .xxlarge-up-6 > .column,
    .xxlarge-up-6 > .columns {
        float: left;
        width: 16.66667%
    }

        .xxlarge-up-6 > .column:nth-of-type(1n),
        .xxlarge-up-6 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-up-6 > .column:nth-of-type(6n+1),
        .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
            clear: both
        }

        .xxlarge-up-6 > .column:last-child,
        .xxlarge-up-6 > .columns:last-child {
            float: left
        }

    .xxlarge-up-7 > .column,
    .xxlarge-up-7 > .columns {
        float: left;
        width: 14.28571%
    }

        .xxlarge-up-7 > .column:nth-of-type(1n),
        .xxlarge-up-7 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-up-7 > .column:nth-of-type(7n+1),
        .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
            clear: both
        }

        .xxlarge-up-7 > .column:last-child,
        .xxlarge-up-7 > .columns:last-child {
            float: left
        }

    .xxlarge-up-8 > .column,
    .xxlarge-up-8 > .columns {
        float: left;
        width: 12.5%
    }

        .xxlarge-up-8 > .column:nth-of-type(1n),
        .xxlarge-up-8 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-up-8 > .column:nth-of-type(8n+1),
        .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
            clear: both
        }

        .xxlarge-up-8 > .column:last-child,
        .xxlarge-up-8 > .columns:last-child {
            float: left
        }

    .xxlarge-collapse > .column,
    .xxlarge-collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .expanded.row .xxlarge-collapse.row,
    .xxlarge-collapse .row {
        margin-right: 0;
        margin-left: 0
    }

    .xxlarge-uncollapse > .column,
    .xxlarge-uncollapse > .columns {
        padding-right: .57692rem;
        padding-left: .57692rem
    }

    .xxlarge-centered {
        margin-right: auto;
        margin-left: auto
    }

        .xxlarge-centered,
        .xxlarge-centered:last-child:not(:first-child) {
            float: none;
            clear: both
        }

    .xxlarge-pull-0,
    .xxlarge-push-0,
    .xxlarge-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0
    }
}

.clearfix:after,
.menu.align-right:after,
.pagination:after,
.tabs:after,
.title-bar:after,
.top-bar:after,
hr {
    clear: both
}

.column-block {
    margin-bottom: .76923rem
}

    .column-block > :last-child {
        margin-bottom: 0
    }

@media print, screen and (min-width:40em) {
    .column-block {
        margin-bottom: 1.15385rem
    }

        .column-block > :last-child {
            margin-bottom: 0
        }
}

.sidebar ul.house__attr__list li span,
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
    margin-bottom: 1rem
}

.sidebar ul.house__attr__list li span,
p {
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

figure,
kbd {
    margin: 0
}

small {
    font-size: 80%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        line-height: 0;
        color: #c6c6c6
    }

h1 {
    font-size: 1.53846rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-top: 0
}

h2 {
    font-size: 1.15385rem
}

h3 {
    font-size: .92308rem
}

h4 {
    font-size: .84615rem
}

h5 {
    font-size: .80769rem
}

h6 {
    font-size: .76923rem
}

@media print, screen and (min-width:40em) {
    h1 {
        font-size: 1.53846rem
    }

    h2 {
        font-size: 1.23077rem
    }

    h3 {
        font-size: 1.07692rem
    }

    h4 {
        font-size: 1rem
    }

    h5 {
        font-size: .92308rem
    }

    h6 {
        font-size: .76923rem
    }
}

@media print, screen and (min-width:64em) {
    h1 {
        font-size: 2.11538rem
    }

    h2 {
        font-size: 1.34615rem
    }

    h3 {
        font-size: 1.19231rem
    }

    h4 {
        font-size: .96154rem
    }

    h5 {
        font-size: .76923rem
    }

    h6 {
        font-size: .61538rem
    }
}

a:focus,
a:hover {
    color: #1f1f1f
}

a img {
    border: 0
}

hr {
    box-sizing: content-box;
    max-width: 69.23077rem;
    height: 0;
    margin: .76923rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #c6c6c6;
    border-left: 0
}

*,
.marquee,
.plyr,
.plyr *,
.plyr:after,
.plyr:before,
.selectric-hide-select.selectric-is-native select,
::after,
::before,
input[type=search] {
    box-sizing: border-box
}

dl,
ol,
ul {
    list-style-position: outside;
    line-height: 1.6
}

ul {
    list-style-type: disc
}

ol,
ul {
    margin-left: 1.25rem
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

dl dt {
    margin-bottom: .3rem
}

.subheader,
code,
label {
    font-weight: 400
}

blockquote {
    margin: 0 0 1rem;
    padding: .34615rem .76923rem 0 .73077rem;
    border-left: 2px solid #242424
}

    .sidebar ul.house__attr__list li blockquote span,
    blockquote,
    blockquote .sidebar ul.house__attr__list li span,
    blockquote p {
        line-height: 1.6;
        color: #242424
    }

cite {
    display: block;
    font-size: .5rem
}

    cite:before {
        content: ""
    }

abbr {
    border-bottom: 1px dotted #000;
    cursor: help
}

code {
    padding: .07692rem .19231rem .03846rem;
    border: 1px solid #c6c6c6
}

code,
kbd {
    background-color: #fafafa;
    color: #000
}

kbd {
    padding: .07692rem .15385rem 0
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4;
    color: #242424
}

.lead {
    font-size: 26px;
    line-height: 1.5
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

.sidebar ul.house__attr__list li span + .stat,
p + .stat {
    margin-top: -1rem
}

.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print, screen and (min-width:40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print, screen and (min-width:64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:75em) {
    .xlarge-text-left {
        text-align: left
    }

    .xlarge-text-right {
        text-align: right
    }

    .xlarge-text-center {
        text-align: center
    }

    .xlarge-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:100em) {
    .xxlarge-text-left {
        text-align: left
    }

    .xxlarge-text-right {
        text-align: right
    }

    .xxlarge-text-center {
        text-align: center
    }

    .xxlarge-text-justify {
        text-align: justify
    }
}

.input-group-label,
.menu-centered,
.menu.icon-top > li > a {
    text-align: center
}

.show-for-print {
    display: none !important
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    * {
        background: 0 0 !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print,
    th.show-for-print {
        display: table-cell !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

        .ir a:after,
        a[href^="#"]:after,
        a[href^="javascript:"]:after {
            content: ""
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote,
    pre {
        border: 1px solid #242424
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    .sidebar ul.house__attr__list li span,
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 1.80769rem;
    margin: 0 0 .61538rem;
    padding: .30769rem;
    border: 2px solid #eaeaea;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    font-size: .92308rem;
    font-weight: 400;
    color: #000;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    -o-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    [type=color]:focus,
    [type=date]:focus,
    [type=datetime-local]:focus,
    [type=datetime]:focus,
    [type=email]:focus,
    [type=month]:focus,
    [type=number]:focus,
    [type=password]:focus,
    [type=search]:focus,
    [type=tel]:focus,
    [type=text]:focus,
    [type=time]:focus,
    [type=url]:focus,
    [type=week]:focus,
    textarea:focus {
        outline: 0;
        border: 2px solid #c6c6c6;
        background-color: transparent;
        box-shadow: none;
        -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
        -o-transition: box-shadow .5s, border-color .25s ease-in-out;
        transition: box-shadow .5s, border-color .25s ease-in-out
    }

textarea {
    min-height: 50px;
    max-width: 100%
}

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #000
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #000
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #000
    }

    input::placeholder,
    textarea::placeholder {
        color: #000
    }

    input:disabled,
    input[readonly],
    textarea:disabled,
    textarea[readonly] {
        background-color: #fafafa;
        cursor: not-allowed
    }

[type=button],
[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 .61538rem
}

    [type=checkbox] + label,
    [type=radio] + label {
        display: inline-block;
        vertical-align: baseline;
        margin-left: .30769rem;
        margin-right: .61538rem;
        margin-bottom: 0
    }

        [type=checkbox] + label[for],
        [type=radio] + label[for] {
            cursor: pointer
        }

label > [type=checkbox],
label > [type=radio] {
    margin-right: .30769rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .61538rem;
    line-height: 1.8;
    color: #000
}

    label.middle {
        margin: 0 0 .61538rem;
        padding: .38462rem 0
    }

.help-text {
    margin-top: -.30769rem;
    font-size: .5rem;
    font-style: italic;
    color: #000
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: .61538rem
}

    .input-group > :first-child,
    .input-group > :last-child > * {
        border-radius: 0
    }

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #c6c6c6;
    background: 0 0;
    color: #000;
    white-space: nowrap;
    width: 1%;
    height: 100%
}

    .input-group-label:first-child {
        border-right: 0
    }

    .input-group-label:last-child {
        border-left: 0
    }

.input-group-field {
    border-radius: 0;
    height: 1.84615rem
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%;
    height: 100%
}

    .input-group-button a,
    .input-group-button button,
    .input-group-button input,
    .input-group-button label {
        height: 1.84615rem;
        padding-top: 0;
        padding-bottom: 0;
        font-size: .92308rem
    }

.input-group .input-group-button {
    display: table-cell
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .30769rem
}

.fieldset {
    margin: .69231rem 0;
    padding: .76923rem;
    border: 1px solid #c6c6c6
}

    .fieldset legend {
        margin: 0 0 0 -.11538rem;
        padding: 0 .11538rem;
        background: #fafafa
    }

select {
    height: 1.80769rem;
    margin: 0 0 .61538rem;
    padding: .30769rem .92308rem .30769rem .30769rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #eaeaea;
    border-radius: 0;
    background-color: #fff;
    font-size: .92308rem;
    line-height: normal;
    color: #000;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2836, 36, 36%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -.61538rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    -o-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

@media screen and (min-width:0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: 0;
    border: 2px solid #c6c6c6;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    -o-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
    background-color: #fafafa;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #ff0029;
    background-color: #ffe6ea
}

    .is-invalid-input:not(:focus)::-webkit-input-placeholder {
        color: #ff0029
    }

    .is-invalid-input:not(:focus)::-moz-placeholder {
        color: #ff0029
    }

    .is-invalid-input:not(:focus):-ms-input-placeholder {
        color: #ff0029
    }

    .is-invalid-input:not(:focus)::placeholder {
        color: #ff0029
    }

.form-error,
.is-invalid-label {
    color: #ff0029
}

.form-error {
    display: none;
    margin-top: -.30769rem;
    margin-bottom: .61538rem;
    font-size: .46154rem;
    font-weight: 600
}

    .form-error.is-visible {
        display: block
    }

.about__content.\--footer .footer__cta a,
.button,
.gform_wrapper .gform_footer .gform_button,
.page__header .content__more__link,
.post-password-form input[type=submit] {
    vertical-align: middle;
    margin: 0 0 1rem;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    -o-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    cursor: pointer
}

    .about__content.\--footer .footer__cta a.disabled,
    .about__content.\--footer .footer__cta a.disabled.alert,
    .about__content.\--footer .footer__cta a.disabled.primary,
    .about__content.\--footer .footer__cta a.disabled.secondary,
    .about__content.\--footer .footer__cta a.disabled.success,
    .about__content.\--footer .footer__cta a.disabled.warning,
    .about__content.\--footer .footer__cta a[disabled],
    .about__content.\--footer .footer__cta a[disabled].alert,
    .about__content.\--footer .footer__cta a[disabled].primary,
    .about__content.\--footer .footer__cta a[disabled].secondary,
    .about__content.\--footer .footer__cta a[disabled].success,
    .about__content.\--footer .footer__cta a[disabled].warning,
    .button.disabled,
    .button.disabled.alert,
    .button.disabled.primary,
    .button.disabled.secondary,
    .button.disabled.success,
    .button.disabled.warning,
    .button[disabled],
    .button[disabled].alert,
    .button[disabled].primary,
    .button[disabled].secondary,
    .button[disabled].success,
    .button[disabled].warning,
    .gform_wrapper .gform_footer .disabled.alert.gform_button,
    .gform_wrapper .gform_footer .disabled.gform_button,
    .gform_wrapper .gform_footer .disabled.primary.gform_button,
    .gform_wrapper .gform_footer .disabled.secondary.gform_button,
    .gform_wrapper .gform_footer .disabled.success.gform_button,
    .gform_wrapper .gform_footer .disabled.warning.gform_button,
    .gform_wrapper .gform_footer [disabled].alert.gform_button,
    .gform_wrapper .gform_footer [disabled].gform_button,
    .gform_wrapper .gform_footer [disabled].primary.gform_button,
    .gform_wrapper .gform_footer [disabled].secondary.gform_button,
    .gform_wrapper .gform_footer [disabled].success.gform_button,
    .gform_wrapper .gform_footer [disabled].warning.gform_button,
    .page__header .disabled.alert.content__more__link,
    .page__header .disabled.content__more__link,
    .page__header .disabled.primary.content__more__link,
    .page__header .disabled.secondary.content__more__link,
    .page__header .disabled.success.content__more__link,
    .page__header .disabled.warning.content__more__link,
    .page__header [disabled].alert.content__more__link,
    .page__header [disabled].content__more__link,
    .page__header [disabled].primary.content__more__link,
    .page__header [disabled].secondary.content__more__link,
    .page__header [disabled].success.content__more__link,
    .page__header [disabled].warning.content__more__link,
    .post-password-form input.disabled.alert[type=submit],
    .post-password-form input.disabled.primary[type=submit],
    .post-password-form input.disabled.secondary[type=submit],
    .post-password-form input.disabled.success[type=submit],
    .post-password-form input.disabled.warning[type=submit],
    .post-password-form input.disabled[type=submit],
    .post-password-form input[disabled].alert[type=submit],
    .post-password-form input[disabled].primary[type=submit],
    .post-password-form input[disabled].secondary[type=submit],
    .post-password-form input[disabled].success[type=submit],
    .post-password-form input[disabled].warning[type=submit],
    .post-password-form input[disabled][type=submit] {
        opacity: 1;
        cursor: not-allowed
    }

.about__content.\--footer .footer__cta [data-whatinput=mouse] a,
.gform_wrapper .gform_footer [data-whatinput=mouse] .gform_button,
.page__header [data-whatinput=mouse] .content__more__link,
.post-password-form [data-whatinput=mouse] input[type=submit],
[data-whatinput=mouse] .about__content.\--footer .footer__cta a,
[data-whatinput=mouse] .button,
[data-whatinput=mouse] .gform_wrapper .gform_footer .gform_button,
[data-whatinput=mouse] .page__header .content__more__link,
[data-whatinput=mouse] .post-password-form input[type=submit] {
    outline: 0
}

.about__content.\--footer .footer__cta a.tiny,
.button.tiny,
.gform_wrapper .gform_footer .tiny.gform_button,
.page__header .tiny.content__more__link,
.post-password-form input.tiny[type=submit] {
    font-size: .6rem
}

.about__content.\--footer .footer__cta a.small,
.button.small,
.gform_wrapper .gform_footer .small.gform_button,
.page__header .small.content__more__link,
.post-password-form input.small[type=submit] {
    font-size: .75rem
}

.about__content.\--footer .footer__cta a.large,
.button.large,
.gform_wrapper .gform_footer .large.gform_button,
.page__header .large.content__more__link,
.post-password-form input.large[type=submit] {
    font-size: 1.25rem
}

.about__content.\--footer .footer__cta a.expanded,
.button.expanded,
.gform_wrapper .gform_footer .expanded.gform_button,
.page__header .expanded.content__more__link,
.post-password-form input.expanded[type=submit] {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.about__content.\--footer .footer__cta a.primary,
.button.primary,
.gform_wrapper .gform_footer .primary.gform_button,
.page__header .primary.content__more__link,
.post-password-form input.primary[type=submit] {
    background-color: #242424;
    color: #242424
}

    .about__content.\--footer .footer__cta a.primary:focus,
    .about__content.\--footer .footer__cta a.primary:hover,
    .button.primary:focus,
    .button.primary:hover,
    .gform_wrapper .gform_footer .primary.gform_button:focus,
    .gform_wrapper .gform_footer .primary.gform_button:hover,
    .page__header .primary.content__more__link:focus,
    .page__header .primary.content__more__link:hover,
    .post-password-form input.primary[type=submit]:focus,
    .post-password-form input.primary[type=submit]:hover {
        background-color: #1d1d1d;
        color: #242424
    }

.about__content.\--footer .footer__cta a.secondary,
.button.secondary,
.gform_wrapper .gform_footer .secondary.gform_button,
.page__header .secondary.content__more__link,
.post-password-form input.secondary[type=submit] {
    background-color: #cd914a;
    color: #242424
}

    .about__content.\--footer .footer__cta a.secondary:focus,
    .about__content.\--footer .footer__cta a.secondary:hover,
    .button.secondary:focus,
    .button.secondary:hover,
    .gform_wrapper .gform_footer .secondary.gform_button:focus,
    .gform_wrapper .gform_footer .secondary.gform_button:hover,
    .page__header .secondary.content__more__link:focus,
    .page__header .secondary.content__more__link:hover,
    .post-password-form input.secondary[type=submit]:focus,
    .post-password-form input.secondary[type=submit]:hover {
        background-color: #af7530;
        color: #242424
    }

.about__content.\--footer .footer__cta a.success,
.button.success,
.gform_wrapper .gform_footer .success.gform_button,
.page__header .success.content__more__link,
.post-password-form input.success[type=submit] {
    background-color: #6def28;
    color: #242424
}

    .about__content.\--footer .footer__cta a.success:focus,
    .about__content.\--footer .footer__cta a.success:hover,
    .button.success:focus,
    .button.success:hover,
    .gform_wrapper .gform_footer .success.gform_button:focus,
    .gform_wrapper .gform_footer .success.gform_button:hover,
    .page__header .success.content__more__link:focus,
    .page__header .success.content__more__link:hover,
    .post-password-form input.success[type=submit]:focus,
    .post-password-form input.success[type=submit]:hover {
        background-color: #52d00f;
        color: #242424
    }

.about__content.\--footer .footer__cta a.warning,
.button.warning,
.gform_wrapper .gform_footer .warning.gform_button,
.page__header .warning.content__more__link,
.post-password-form input.warning[type=submit] {
    background-color: #ffad00;
    color: #242424
}

    .about__content.\--footer .footer__cta a.warning:focus,
    .about__content.\--footer .footer__cta a.warning:hover,
    .button.warning:focus,
    .button.warning:hover,
    .gform_wrapper .gform_footer .warning.gform_button:focus,
    .gform_wrapper .gform_footer .warning.gform_button:hover,
    .page__header .warning.content__more__link:focus,
    .page__header .warning.content__more__link:hover,
    .post-password-form input.warning[type=submit]:focus,
    .post-password-form input.warning[type=submit]:hover {
        background-color: #cc8a00;
        color: #242424
    }

.about__content.\--footer .footer__cta a.alert,
.button.alert,
.gform_wrapper .gform_footer .alert.gform_button,
.page__header .alert.content__more__link,
.post-password-form input.alert[type=submit] {
    background-color: #ff0029;
    color: #242424
}

    .about__content.\--footer .footer__cta a.alert:focus,
    .about__content.\--footer .footer__cta a.alert:hover,
    .button.alert:focus,
    .button.alert:hover,
    .gform_wrapper .gform_footer .alert.gform_button:focus,
    .gform_wrapper .gform_footer .alert.gform_button:hover,
    .page__header .alert.content__more__link:focus,
    .page__header .alert.content__more__link:hover,
    .post-password-form input.alert[type=submit]:focus,
    .post-password-form input.alert[type=submit]:hover {
        background-color: #cc0021;
        color: #242424
    }

.about__content.\--footer .footer__cta a.hollow,
.button.hollow,
.gform_wrapper .gform_footer .hollow.gform_button,
.page__header .hollow.content__more__link,
.post-password-form input.hollow[type=submit] {
    border: 1px solid #242424;
    color: #242424
}

    .about__content.\--footer .footer__cta a.hollow,
    .about__content.\--footer .footer__cta a.hollow:focus,
    .about__content.\--footer .footer__cta a.hollow:hover,
    .button.hollow,
    .button.hollow:focus,
    .button.hollow:hover,
    .gform_wrapper .gform_footer .hollow.gform_button,
    .gform_wrapper .gform_footer .hollow.gform_button:focus,
    .gform_wrapper .gform_footer .hollow.gform_button:hover,
    .page__header .hollow.content__more__link,
    .page__header .hollow.content__more__link:focus,
    .page__header .hollow.content__more__link:hover,
    .post-password-form input.hollow[type=submit],
    .post-password-form input.hollow[type=submit]:focus,
    .post-password-form input.hollow[type=submit]:hover {
        background-color: transparent
    }

        .about__content.\--footer .footer__cta a.hollow:focus,
        .about__content.\--footer .footer__cta a.hollow:hover,
        .button.hollow:focus,
        .button.hollow:hover,
        .gform_wrapper .gform_footer .hollow.gform_button:focus,
        .gform_wrapper .gform_footer .hollow.gform_button:hover,
        .page__header .hollow.content__more__link:focus,
        .page__header .hollow.content__more__link:hover,
        .post-password-form input.hollow[type=submit]:focus,
        .post-password-form input.hollow[type=submit]:hover {
            border-color: #121212;
            color: #121212
        }

        .about__content.\--footer .footer__cta a.hollow.primary,
        .button.hollow.primary,
        .gform_wrapper .gform_footer .hollow.primary.gform_button,
        .page__header .hollow.primary.content__more__link,
        .post-password-form input.hollow.primary[type=submit] {
            border: 1px solid #242424;
            color: #242424
        }

            .about__content.\--footer .footer__cta a.hollow.primary:focus,
            .about__content.\--footer .footer__cta a.hollow.primary:hover,
            .button.hollow.primary:focus,
            .button.hollow.primary:hover,
            .gform_wrapper .gform_footer .hollow.primary.gform_button:focus,
            .gform_wrapper .gform_footer .hollow.primary.gform_button:hover,
            .page__header .hollow.primary.content__more__link:focus,
            .page__header .hollow.primary.content__more__link:hover,
            .post-password-form input.hollow.primary[type=submit]:focus,
            .post-password-form input.hollow.primary[type=submit]:hover {
                border-color: #121212;
                color: #121212
            }

        .about__content.\--footer .footer__cta a.hollow.secondary,
        .button.hollow.secondary,
        .gform_wrapper .gform_footer .hollow.secondary.gform_button,
        .page__header .hollow.secondary.content__more__link,
        .post-password-form input.hollow.secondary[type=submit] {
            border: 1px solid #cd914a;
            color: #cd914a
        }

            .about__content.\--footer .footer__cta a.hollow.secondary:focus,
            .about__content.\--footer .footer__cta a.hollow.secondary:hover,
            .button.hollow.secondary:focus,
            .button.hollow.secondary:hover,
            .gform_wrapper .gform_footer .hollow.secondary.gform_button:focus,
            .gform_wrapper .gform_footer .hollow.secondary.gform_button:hover,
            .page__header .hollow.secondary.content__more__link:focus,
            .page__header .hollow.secondary.content__more__link:hover,
            .post-password-form input.hollow.secondary[type=submit]:focus,
            .post-password-form input.hollow.secondary[type=submit]:hover {
                border-color: #6d491e;
                color: #6d491e
            }

        .about__content.\--footer .footer__cta a.hollow.success,
        .button.hollow.success,
        .gform_wrapper .gform_footer .hollow.success.gform_button,
        .page__header .hollow.success.content__more__link,
        .post-password-form input.hollow.success[type=submit] {
            border: 1px solid #6def28;
            color: #6def28
        }

            .about__content.\--footer .footer__cta a.hollow.success:focus,
            .about__content.\--footer .footer__cta a.hollow.success:hover,
            .button.hollow.success:focus,
            .button.hollow.success:hover,
            .gform_wrapper .gform_footer .hollow.success.gform_button:focus,
            .gform_wrapper .gform_footer .hollow.success.gform_button:hover,
            .page__header .hollow.success.content__more__link:focus,
            .page__header .hollow.success.content__more__link:hover,
            .post-password-form input.hollow.success[type=submit]:focus,
            .post-password-form input.hollow.success[type=submit]:hover {
                border-color: #33820a;
                color: #33820a
            }

        .about__content.\--footer .footer__cta a.hollow.warning,
        .button.hollow.warning,
        .gform_wrapper .gform_footer .hollow.warning.gform_button,
        .page__header .hollow.warning.content__more__link,
        .post-password-form input.hollow.warning[type=submit] {
            border: 1px solid #ffad00;
            color: #ffad00
        }

            .about__content.\--footer .footer__cta a.hollow.warning:focus,
            .about__content.\--footer .footer__cta a.hollow.warning:hover,
            .button.hollow.warning:focus,
            .button.hollow.warning:hover,
            .gform_wrapper .gform_footer .hollow.warning.gform_button:focus,
            .gform_wrapper .gform_footer .hollow.warning.gform_button:hover,
            .page__header .hollow.warning.content__more__link:focus,
            .page__header .hollow.warning.content__more__link:hover,
            .post-password-form input.hollow.warning[type=submit]:focus,
            .post-password-form input.hollow.warning[type=submit]:hover {
                border-color: #805700;
                color: #805700
            }

        .about__content.\--footer .footer__cta a.hollow.alert,
        .button.hollow.alert,
        .gform_wrapper .gform_footer .hollow.alert.gform_button,
        .page__header .hollow.alert.content__more__link,
        .post-password-form input.hollow.alert[type=submit] {
            border: 1px solid #ff0029;
            color: #ff0029
        }

            .about__content.\--footer .footer__cta a.hollow.alert:focus,
            .about__content.\--footer .footer__cta a.hollow.alert:hover,
            .button.hollow.alert:focus,
            .button.hollow.alert:hover,
            .gform_wrapper .gform_footer .hollow.alert.gform_button:focus,
            .gform_wrapper .gform_footer .hollow.alert.gform_button:hover,
            .page__header .hollow.alert.content__more__link:focus,
            .page__header .hollow.alert.content__more__link:hover,
            .post-password-form input.hollow.alert[type=submit]:focus,
            .post-password-form input.hollow.alert[type=submit]:hover {
                border-color: #800015;
                color: #800015
            }

.about__content.\--footer .footer__cta a.disabled,
.about__content.\--footer .footer__cta a.disabled:focus,
.about__content.\--footer .footer__cta a.disabled:hover,
.about__content.\--footer .footer__cta a[disabled],
.about__content.\--footer .footer__cta a[disabled]:focus,
.about__content.\--footer .footer__cta a[disabled]:hover,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover,
.gform_wrapper .gform_footer .disabled.gform_button,
.gform_wrapper .gform_footer .disabled.gform_button:focus,
.gform_wrapper .gform_footer .disabled.gform_button:hover,
.gform_wrapper .gform_footer [disabled].gform_button,
.gform_wrapper .gform_footer [disabled].gform_button:focus,
.gform_wrapper .gform_footer [disabled].gform_button:hover,
.page__header .disabled.content__more__link,
.page__header .disabled.content__more__link:focus,
.page__header .disabled.content__more__link:hover,
.page__header [disabled].content__more__link,
.page__header [disabled].content__more__link:focus,
.page__header [disabled].content__more__link:hover,
.post-password-form input.disabled[type=submit],
.post-password-form input.disabled[type=submit]:focus,
.post-password-form input.disabled[type=submit]:hover,
.post-password-form input[disabled][type=submit],
.post-password-form input[disabled][type=submit]:focus,
.post-password-form input[disabled][type=submit]:hover {
    background-color: #242424;
    color: #242424
}

    .about__content.\--footer .footer__cta a.disabled.primary,
    .about__content.\--footer .footer__cta a.disabled.primary:focus,
    .about__content.\--footer .footer__cta a.disabled.primary:hover,
    .about__content.\--footer .footer__cta a[disabled].primary,
    .about__content.\--footer .footer__cta a[disabled].primary:focus,
    .about__content.\--footer .footer__cta a[disabled].primary:hover,
    .button.disabled.primary,
    .button.disabled.primary:focus,
    .button.disabled.primary:hover,
    .button[disabled].primary,
    .button[disabled].primary:focus,
    .button[disabled].primary:hover,
    .gform_wrapper .gform_footer .disabled.primary.gform_button,
    .gform_wrapper .gform_footer .disabled.primary.gform_button:focus,
    .gform_wrapper .gform_footer .disabled.primary.gform_button:hover,
    .gform_wrapper .gform_footer [disabled].primary.gform_button,
    .gform_wrapper .gform_footer [disabled].primary.gform_button:focus,
    .gform_wrapper .gform_footer [disabled].primary.gform_button:hover,
    .page__header .disabled.primary.content__more__link,
    .page__header .disabled.primary.content__more__link:focus,
    .page__header .disabled.primary.content__more__link:hover,
    .page__header [disabled].primary.content__more__link,
    .page__header [disabled].primary.content__more__link:focus,
    .page__header [disabled].primary.content__more__link:hover,
    .post-password-form input.disabled.primary[type=submit],
    .post-password-form input.disabled.primary[type=submit]:focus,
    .post-password-form input.disabled.primary[type=submit]:hover,
    .post-password-form input[disabled].primary[type=submit],
    .post-password-form input[disabled].primary[type=submit]:focus,
    .post-password-form input[disabled].primary[type=submit]:hover {
        background-color: #242424;
        color: #242424
    }

    .about__content.\--footer .footer__cta a.disabled.secondary,
    .about__content.\--footer .footer__cta a.disabled.secondary:focus,
    .about__content.\--footer .footer__cta a.disabled.secondary:hover,
    .about__content.\--footer .footer__cta a[disabled].secondary,
    .about__content.\--footer .footer__cta a[disabled].secondary:focus,
    .about__content.\--footer .footer__cta a[disabled].secondary:hover,
    .button.disabled.secondary,
    .button.disabled.secondary:focus,
    .button.disabled.secondary:hover,
    .button[disabled].secondary,
    .button[disabled].secondary:focus,
    .button[disabled].secondary:hover,
    .gform_wrapper .gform_footer .disabled.secondary.gform_button,
    .gform_wrapper .gform_footer .disabled.secondary.gform_button:focus,
    .gform_wrapper .gform_footer .disabled.secondary.gform_button:hover,
    .gform_wrapper .gform_footer [disabled].secondary.gform_button,
    .gform_wrapper .gform_footer [disabled].secondary.gform_button:focus,
    .gform_wrapper .gform_footer [disabled].secondary.gform_button:hover,
    .page__header .disabled.secondary.content__more__link,
    .page__header .disabled.secondary.content__more__link:focus,
    .page__header .disabled.secondary.content__more__link:hover,
    .page__header [disabled].secondary.content__more__link,
    .page__header [disabled].secondary.content__more__link:focus,
    .page__header [disabled].secondary.content__more__link:hover,
    .post-password-form input.disabled.secondary[type=submit],
    .post-password-form input.disabled.secondary[type=submit]:focus,
    .post-password-form input.disabled.secondary[type=submit]:hover,
    .post-password-form input[disabled].secondary[type=submit],
    .post-password-form input[disabled].secondary[type=submit]:focus,
    .post-password-form input[disabled].secondary[type=submit]:hover {
        background-color: #cd914a;
        color: #242424
    }

    .about__content.\--footer .footer__cta a.disabled.success,
    .about__content.\--footer .footer__cta a.disabled.success:focus,
    .about__content.\--footer .footer__cta a.disabled.success:hover,
    .about__content.\--footer .footer__cta a[disabled].success,
    .about__content.\--footer .footer__cta a[disabled].success:focus,
    .about__content.\--footer .footer__cta a[disabled].success:hover,
    .button.disabled.success,
    .button.disabled.success:focus,
    .button.disabled.success:hover,
    .button[disabled].success,
    .button[disabled].success:focus,
    .button[disabled].success:hover,
    .gform_wrapper .gform_footer .disabled.success.gform_button,
    .gform_wrapper .gform_footer .disabled.success.gform_button:focus,
    .gform_wrapper .gform_footer .disabled.success.gform_button:hover,
    .gform_wrapper .gform_footer [disabled].success.gform_button,
    .gform_wrapper .gform_footer [disabled].success.gform_button:focus,
    .gform_wrapper .gform_footer [disabled].success.gform_button:hover,
    .page__header .disabled.success.content__more__link,
    .page__header .disabled.success.content__more__link:focus,
    .page__header .disabled.success.content__more__link:hover,
    .page__header [disabled].success.content__more__link,
    .page__header [disabled].success.content__more__link:focus,
    .page__header [disabled].success.content__more__link:hover,
    .post-password-form input.disabled.success[type=submit],
    .post-password-form input.disabled.success[type=submit]:focus,
    .post-password-form input.disabled.success[type=submit]:hover,
    .post-password-form input[disabled].success[type=submit],
    .post-password-form input[disabled].success[type=submit]:focus,
    .post-password-form input[disabled].success[type=submit]:hover {
        background-color: #6def28;
        color: #242424
    }

    .about__content.\--footer .footer__cta a.disabled.warning,
    .about__content.\--footer .footer__cta a.disabled.warning:focus,
    .about__content.\--footer .footer__cta a.disabled.warning:hover,
    .about__content.\--footer .footer__cta a[disabled].warning,
    .about__content.\--footer .footer__cta a[disabled].warning:focus,
    .about__content.\--footer .footer__cta a[disabled].warning:hover,
    .button.disabled.warning,
    .button.disabled.warning:focus,
    .button.disabled.warning:hover,
    .button[disabled].warning,
    .button[disabled].warning:focus,
    .button[disabled].warning:hover,
    .gform_wrapper .gform_footer .disabled.warning.gform_button,
    .gform_wrapper .gform_footer .disabled.warning.gform_button:focus,
    .gform_wrapper .gform_footer .disabled.warning.gform_button:hover,
    .gform_wrapper .gform_footer [disabled].warning.gform_button,
    .gform_wrapper .gform_footer [disabled].warning.gform_button:focus,
    .gform_wrapper .gform_footer [disabled].warning.gform_button:hover,
    .page__header .disabled.warning.content__more__link,
    .page__header .disabled.warning.content__more__link:focus,
    .page__header .disabled.warning.content__more__link:hover,
    .page__header [disabled].warning.content__more__link,
    .page__header [disabled].warning.content__more__link:focus,
    .page__header [disabled].warning.content__more__link:hover,
    .post-password-form input.disabled.warning[type=submit],
    .post-password-form input.disabled.warning[type=submit]:focus,
    .post-password-form input.disabled.warning[type=submit]:hover,
    .post-password-form input[disabled].warning[type=submit],
    .post-password-form input[disabled].warning[type=submit]:focus,
    .post-password-form input[disabled].warning[type=submit]:hover {
        background-color: #ffad00;
        color: #242424
    }

    .about__content.\--footer .footer__cta a.disabled.alert,
    .about__content.\--footer .footer__cta a.disabled.alert:focus,
    .about__content.\--footer .footer__cta a.disabled.alert:hover,
    .about__content.\--footer .footer__cta a[disabled].alert,
    .about__content.\--footer .footer__cta a[disabled].alert:focus,
    .about__content.\--footer .footer__cta a[disabled].alert:hover,
    .button.disabled.alert,
    .button.disabled.alert:focus,
    .button.disabled.alert:hover,
    .button[disabled].alert,
    .button[disabled].alert:focus,
    .button[disabled].alert:hover,
    .gform_wrapper .gform_footer .disabled.alert.gform_button,
    .gform_wrapper .gform_footer .disabled.alert.gform_button:focus,
    .gform_wrapper .gform_footer .disabled.alert.gform_button:hover,
    .gform_wrapper .gform_footer [disabled].alert.gform_button,
    .gform_wrapper .gform_footer [disabled].alert.gform_button:focus,
    .gform_wrapper .gform_footer [disabled].alert.gform_button:hover,
    .page__header .disabled.alert.content__more__link,
    .page__header .disabled.alert.content__more__link:focus,
    .page__header .disabled.alert.content__more__link:hover,
    .page__header [disabled].alert.content__more__link,
    .page__header [disabled].alert.content__more__link:focus,
    .page__header [disabled].alert.content__more__link:hover,
    .post-password-form input.disabled.alert[type=submit],
    .post-password-form input.disabled.alert[type=submit]:focus,
    .post-password-form input.disabled.alert[type=submit]:hover,
    .post-password-form input[disabled].alert[type=submit],
    .post-password-form input[disabled].alert[type=submit]:focus,
    .post-password-form input[disabled].alert[type=submit]:hover {
        background-color: #ff0029;
        color: #242424
    }

.about__content.\--footer .footer__cta a.dropdown:after,
.button.dropdown:after,
.gform_wrapper .gform_footer .dropdown.gform_button:after,
.page__header .dropdown.content__more__link:after,
.post-password-form input.dropdown[type=submit]:after {
    width: 0;
    height: 0;
    border: .4em inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1.34615rem
}

.about__content.\--footer .footer__cta a.arrow-only:after,
.button.arrow-only:after,
.gform_wrapper .gform_footer .arrow-only.gform_button:after,
.page__header .arrow-only.content__more__link:after,
.post-password-form input.arrow-only[type=submit]:after {
    top: -.1em;
    float: none;
    margin-left: 0
}

.is-dropdown-menu.vertical.align-right,
.menu.align-right > li {
    float: right
}

.accordion {
    margin-left: 0;
    background: 0 0;
    list-style-type: none
}

.accordion-item:first-child > :first-child,
.accordion-item:last-child > :last-child {
    border-radius: 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.5rem 1rem;
    border: none;
    border-bottom: 0;
    font-size: 1rem;
    line-height: 1;
    color: #242424
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: none;
    border-radius: 0
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #fafafa
}

.accordion-title:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: "+"
}

.is-active > .accordion-title:before {
    content: "\2013"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: none;
    border-bottom: 0;
    background-color: transparent;
    color: #242424
}

:last-child > .accordion-content:last-child {
    border-bottom: none
}

.is-accordion-submenu-parent > a {
    position: relative
}

    .is-accordion-submenu-parent > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #fff transparent transparent;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 1rem
    }

.is-accordion-submenu-parent[aria-expanded=true] > a:after {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.callout {
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 0;
    background-color: #fff;
    color: #242424
}

    .callout > :last-child,
    .menu a,
    .menu button,
    .menu input,
    .menu select {
        margin-bottom: 0
    }

    .callout > :first-child {
        margin-top: 0
    }

    .callout.primary {
        background-color: #dedede;
        color: #242424
    }

    .callout.secondary {
        background-color: #f8efe4;
        color: #242424
    }

    .callout.success {
        background-color: #e9fddf;
        color: #242424
    }

    .callout.warning {
        background-color: #fff3d9;
        color: #242424
    }

    .callout.alert {
        background-color: #ffd9df;
        color: #242424
    }

    .callout.small {
        padding: .5rem
    }

    .callout.large {
        padding: 3rem
    }

.close-button {
    position: absolute;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,
.close-button:hover {
    color: #000
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

.menu {
    margin: 0;
    list-style-type: none
}

    .menu > li {
        vertical-align: top
    }

[data-whatinput=mouse] .menu > li {
    outline: 0
}

.menu > li > a {
    display: block;
    /*   padding: .7rem 1rem;*/
    padding: 10px;
    line-height: 1
}

    .menu > li > a i,
    .menu > li > a i + span,
    .menu > li > a img,
    .menu > li > a img + span,
    .menu > li > a svg,
    .menu > li > a svg + span {
        vertical-align: middle
    }

    .menu > li > a i,
    .menu > li > a img,
    .menu > li > a svg {
        margin-right: .25rem;
        display: inline-block
    }
/*
.menu.horizontal>li,
.menu>li {
    display: table-cell
}
*/
.menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed
}

    .menu.expanded > li:first-child:last-child {
        width: 100%
    }

.menu.vertical > li {
    display: block
}

@media print, screen and (min-width:40em) {
    .menu.medium-horizontal > li {
        display: table-cell
    }

    .menu.medium-expanded {
        display: table;
        width: 100%;
        table-layout: fixed
    }

        .menu.medium-expanded > li:first-child:last-child {
            width: 100%
        }

    .menu.medium-vertical > li {
        display: block
    }
}

@media print, screen and (min-width:64em) {
    .menu.large-horizontal > li {
        display: table-cell
    }

    .menu.large-expanded {
        display: table;
        width: 100%;
        table-layout: fixed
    }

        .menu.large-expanded > li:first-child:last-child {
            width: 100%
        }

    .menu.large-vertical > li {
        display: block
    }
}

@media screen and (min-width:75em) {
    .menu.xlarge-horizontal > li {
        display: table-cell
    }

    .menu.xlarge-expanded {
        display: table;
        width: 100%;
        table-layout: fixed
    }

        .menu.xlarge-expanded > li:first-child:last-child {
            width: 100%
        }

    .menu.xlarge-vertical > li {
        display: block
    }
}

@media screen and (min-width:100em) {
    .menu.xxlarge-horizontal > li {
        display: table-cell
    }

    .menu.xxlarge-expanded {
        display: table;
        width: 100%;
        table-layout: fixed
    }

        .menu.xxlarge-expanded > li:first-child:last-child {
            width: 100%
        }

    .menu.xxlarge-vertical > li {
        display: block
    }
}

.menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-left: 0;
    margin-right: 1rem
}

.menu.simple a {
    padding: 0
}

.menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem
}

.menu.align-right:after,
.menu.align-right:before {
    display: table;
    content: " "
}

.menu-icon.dark:after,
.menu-icon:after {
    top: 0;
    left: 0;
    content: ""
}

.menu.icon-top > li > a i,
.menu.icon-top > li > a img,
.menu.icon-top > li > a svg {
    display: block;
    margin: 0 auto .25rem
}

.menu.icon-top.vertical a > span {
    margin: auto
}

.menu.nested {
    margin-left: 1rem
}

.menu .active > a {
    background: #242424;
    color: #fff
}

.menu.menu-bordered li {
    border: 1px solid #fafafa
}

    .menu.menu-bordered li:not(:first-child) {
        border-top: 0
    }

.menu.menu-hover li:hover {
    background-color: #fafafa
}

.menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1
}

.menu-centered > .menu {
    display: inline-block;
    vertical-align: top
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

    .menu-icon:after {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px
    }

    .menu-icon:after,
    .menu-icon:hover:after {
        background: #fff;
        box-shadow: 0 7px 0 #fff, 0 14px 0 #fff
    }

    .menu-icon.dark {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 16px;
        cursor: pointer
    }

        .menu-icon.dark:after {
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            background: #000;
            box-shadow: 0 7px 0 #000, 0 14px 0 #000
        }

        .menu-icon.dark:hover:after {
            background: #242424;
            box-shadow: 0 7px 0 #242424, 0 14px 0 #242424
        }

.pagination .current,
.pagination .disabled:hover,
.pagination a:hover,
.pagination button:hover {
    background: 0 0
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

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

    .pagination li {
        margin-right: .03846rem;
        border-radius: 0;
        font-size: .69231rem;
        display: none
    }

        .pagination li:first-child,
        .pagination li:last-child {
            display: inline-block
        }

@media print, screen and (min-width:40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: .07692rem .19231rem 0;
    border-radius: 0;
    color: #000
}

.pagination .current {
    padding: .07692rem .19231rem 0;
    color: #242424;
    cursor: default
}

.pagination .disabled {
    padding: .07692rem .19231rem 0;
    color: #c6c6c6;
    cursor: not-allowed
}

.pagination .ellipsis:after {
    padding: .07692rem .19231rem 0;
    content: "\2026";
    color: #000
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: block;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #c6c6c6;
    border-radius: 0;
    background-color: #fafafa;
    font-size: 1rem
}

    .dropdown-pane.is-open {
        visibility: visible
    }

.invisible,
.pageloader {
    visibility: hidden
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}


.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: .61538rem;
    padding-bottom: 75%;
    overflow: hidden
}

    .flex-video embed,
    .flex-video iframe,
    .flex-video object,
    .flex-video video,
    .responsive-embed embed,
    .responsive-embed iframe,
    .responsive-embed object,
    .responsive-embed video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .flex-video.widescreen,
    .responsive-embed.widescreen {
        padding-bottom: 56.25%
    }

.reveal,
.reveal.collapse {
    padding: 0
}

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.table-scroll,
table.scroll {
    overflow-x: auto
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(0, 0, 0, .45);
    overflow-y: scroll
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    border: 0;
    border-radius: 0;
    background-color: #242424;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

.reveal .column,
.reveal .columns {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

caption,
tbody td,
tbody th,
tfoot td,
tfoot th,
thead td,
thead th {
    padding: .30769rem .38462rem .38462rem
}

@media print, screen and (min-width:40em) {
    .reveal {
        min-height: 0;
        width: 600px;
        max-width: 69.23077rem
    }

        .reveal .reveal {
            right: auto;
            left: auto;
            margin: 0 auto
        }

        .reveal.tiny {
            width: 30%;
            max-width: 69.23077rem
        }

        .reveal.small {
            width: 50%;
            max-width: 69.23077rem
        }

        .reveal.large {
            width: 90%;
            max-width: 69.23077rem
        }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width:39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody,
tfoot,
thead {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

caption {
    font-weight: 600
}

thead {
    background: #f9f9f9
}

tfoot,
thead {
    color: #242424
}

tfoot {
    background: #f2f2f2
}

    tfoot tr,
    thead tr {
        background: 0 0
    }

    tfoot td,
    tfoot th,
    thead td,
    thead th {
        font-weight: 600;
        text-align: left
    }

tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: #f2f2f2
}

table.unstriped tbody {
    background-color: #fff
}

    table.unstriped tbody tr {
        border-bottom: 0;
        border-bottom: 1px solid #f2f2f2;
        background-color: #fff
    }

@media screen and (max-width:63.9375em) {
    table.stack tfoot,
    table.stack thead {
        display: none
    }

    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

.tabs,
.tabs-content {
    border: 1px solid #fafafa
}

table.scroll {
    display: block;
    width: 100%
}

table.hover thead tr:hover {
    background-color: #f4f4f4
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #ededed
}

.table-scroll table {
    width: auto
}

.tabs {
    margin: 0;
    background: #fff;
    list-style-type: none
}

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

    .tabs.vertical > li {
        display: block;
        float: none;
        width: auto
    }

.tabs-title,
.title-bar-left {
    float: left
}

.tabs.simple > li > a {
    padding: 0
}

    .tabs.simple > li > a:hover {
        background: 0 0
    }

.tabs.primary {
    background: #242424
}

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

        .tabs.primary > li > a:focus,
        .tabs.primary > li > a:hover {
            background: #2f2f2f
        }

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .46154rem;
    line-height: 1;
    color: #242424
}

    .tabs-title > a:hover {
        background: #fff;
        color: #1f1f1f
    }

    .tabs-title > a:focus,
    .tabs-title > a[aria-selected=true] {
        background: #fafafa;
        color: #242424
    }

.tabs-content {
    border-top: 0;
    background: #fff;
    color: #242424;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

    .tabs-content.vertical {
        border: 1px solid #fafafa;
        border-left: 0
    }

.tabs-panel {
    display: none;
    padding: 1rem
}

    .tabs-panel[aria-hidden=false] {
        display: block
    }

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    line-height: 0
}

a.thumbnail {
    -webkit-transition: box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out
}

    a.thumbnail:focus,
    a.thumbnail:hover {
        box-shadow: 0 0 6px 1px rgba(36, 36, 36, .5)
    }

    a.thumbnail image {
        box-shadow: none
    }

.title-bar {
    padding: 1.2rem 1.5rem;
    background: #242424;
    color: #fff
}

    .title-bar:after,
    .title-bar:before {
        display: table;
        content: " "
    }

    .title-bar .menu-icon {
        margin-left: .25rem;
        margin-right: .25rem
    }

.title-bar-right {
    float: right;
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.top-bar {
    padding: 0
}

    .top-bar:after,
    .top-bar:before {
        display: table;
        content: " "
    }

    .top-bar,
    .top-bar ul {
        background-color: #572e75
    }

        .top-bar input {
            max-width: 400px;
            margin-right: 1rem
        }

        .top-bar .input-group-field {
            width: 100%;
            margin-right: 0
        }

        .gform_wrapper .gform_footer .top-bar input.gform_button,
        .page__header .top-bar input.content__more__link,
        .post-password-form .top-bar input[type=submit],
        .top-bar .gform_wrapper .gform_footer input.gform_button,
        .top-bar .page__header input.content__more__link,
        .top-bar .post-password-form input[type=submit],
        .top-bar input.button {
            width: auto
        }

        .top-bar .top-bar-left,
        .top-bar .top-bar-right {
            width: 100%
        }

@media print, screen and (min-width:40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        width: auto
    }
}

.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%
}

.top-bar-title {
    display: inline-block;
    float: left;
    padding: .5rem 1rem .5rem 0
}

    .top-bar-title .menu-icon {
        bottom: 2px
    }

.top-bar-left {
    float: left
}

.top-bar-right {
    float: right
}

.hide {
    display: none !important
}

@media screen and (max-width:0em), screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print, screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.9375em) {
    .hide-for-small-only,
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.9375em), screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print, screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        width: 100%
    }

    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.9375em), screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width:75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width:74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        width: 100%
    }

    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width:75em) and (max-width:99.9375em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:74.9375em), screen and (min-width:100em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width:100em) {
    .hide-for-xxlarge,
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width:99.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
        width: 100%
    }

    .show-for-xxlarge,
    .show-for-xxlarge-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

    .show-on-focus:active,
    .show-on-focus:focus {
        position: static !important;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto
    }

.hide-for-portrait,
.show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

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

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    -webkit-transition-duration: 50ms;
    -o-transition-duration: 50ms;
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="50"].aos-animate,
    body[data-aos-delay="50"] [data-aos].aos-animate {
        -webkit-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        transition-delay: 50ms
    }

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="100"].aos-animate,
    body[data-aos-delay="100"] [data-aos].aos-animate {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s
    }

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="150"].aos-animate,
    body[data-aos-delay="150"] [data-aos].aos-animate {
        -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s
    }

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="200"].aos-animate,
    body[data-aos-delay="200"] [data-aos].aos-animate {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s
    }

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="250"].aos-animate,
    body[data-aos-delay="250"] [data-aos].aos-animate {
        -webkit-transition-delay: .25s;
        -o-transition-delay: .25s;
        transition-delay: .25s
    }

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="300"].aos-animate,
    body[data-aos-delay="300"] [data-aos].aos-animate {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s
    }

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="350"].aos-animate,
    body[data-aos-delay="350"] [data-aos].aos-animate {
        -webkit-transition-delay: .35s;
        -o-transition-delay: .35s;
        transition-delay: .35s
    }

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="400"].aos-animate,
    body[data-aos-delay="400"] [data-aos].aos-animate {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s
    }

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    -webkit-transition-duration: .45s;
    -o-transition-duration: .45s;
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="450"].aos-animate,
    body[data-aos-delay="450"] [data-aos].aos-animate {
        -webkit-transition-delay: .45s;
        -o-transition-delay: .45s;
        transition-delay: .45s
    }

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="500"].aos-animate,
    body[data-aos-delay="500"] [data-aos].aos-animate {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s
    }

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    -webkit-transition-duration: .55s;
    -o-transition-duration: .55s;
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="550"].aos-animate,
    body[data-aos-delay="550"] [data-aos].aos-animate {
        -webkit-transition-delay: .55s;
        -o-transition-delay: .55s;
        transition-delay: .55s
    }

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="600"].aos-animate,
    body[data-aos-delay="600"] [data-aos].aos-animate {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s
    }

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    -webkit-transition-duration: .65s;
    -o-transition-duration: .65s;
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="650"].aos-animate,
    body[data-aos-delay="650"] [data-aos].aos-animate {
        -webkit-transition-delay: .65s;
        -o-transition-delay: .65s;
        transition-delay: .65s
    }

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="700"].aos-animate,
    body[data-aos-delay="700"] [data-aos].aos-animate {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s
    }

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    -webkit-transition-duration: .75s;
    -o-transition-duration: .75s;
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="750"].aos-animate,
    body[data-aos-delay="750"] [data-aos].aos-animate {
        -webkit-transition-delay: .75s;
        -o-transition-delay: .75s;
        transition-delay: .75s
    }

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="800"].aos-animate,
    body[data-aos-delay="800"] [data-aos].aos-animate {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s
    }

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    -webkit-transition-duration: .85s;
    -o-transition-duration: .85s;
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="850"].aos-animate,
    body[data-aos-delay="850"] [data-aos].aos-animate {
        -webkit-transition-delay: .85s;
        -o-transition-delay: .85s;
        transition-delay: .85s
    }

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    -webkit-transition-duration: .9s;
    -o-transition-duration: .9s;
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="900"].aos-animate,
    body[data-aos-delay="900"] [data-aos].aos-animate {
        -webkit-transition-delay: .9s;
        -o-transition-delay: .9s;
        transition-delay: .9s
    }

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    -webkit-transition-duration: .95s;
    -o-transition-duration: .95s;
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="950"].aos-animate,
    body[data-aos-delay="950"] [data-aos].aos-animate {
        -webkit-transition-delay: .95s;
        -o-transition-delay: .95s;
        transition-delay: .95s
    }

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1000"].aos-animate,
    body[data-aos-delay="1000"] [data-aos].aos-animate {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s
    }

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    -webkit-transition-duration: 1.05s;
    -o-transition-duration: 1.05s;
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1050"].aos-animate,
    body[data-aos-delay="1050"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.05s;
        -o-transition-delay: 1.05s;
        transition-delay: 1.05s
    }

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    -webkit-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1100"].aos-animate,
    body[data-aos-delay="1100"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        transition-delay: 1.1s
    }

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    -webkit-transition-duration: 1.15s;
    -o-transition-duration: 1.15s;
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1150"].aos-animate,
    body[data-aos-delay="1150"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.15s;
        -o-transition-delay: 1.15s;
        transition-delay: 1.15s
    }

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    -webkit-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1200"].aos-animate,
    body[data-aos-delay="1200"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s
    }

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1250"].aos-animate,
    body[data-aos-delay="1250"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.25s;
        -o-transition-delay: 1.25s;
        transition-delay: 1.25s
    }

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1300"].aos-animate,
    body[data-aos-delay="1300"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s
    }

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    -webkit-transition-duration: 1.35s;
    -o-transition-duration: 1.35s;
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1350"].aos-animate,
    body[data-aos-delay="1350"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.35s;
        -o-transition-delay: 1.35s;
        transition-delay: 1.35s
    }

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    -webkit-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1400"].aos-animate,
    body[data-aos-delay="1400"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s
    }

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    -webkit-transition-duration: 1.45s;
    -o-transition-duration: 1.45s;
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1450"].aos-animate,
    body[data-aos-delay="1450"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.45s;
        -o-transition-delay: 1.45s;
        transition-delay: 1.45s
    }

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1500"].aos-animate,
    body[data-aos-delay="1500"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s
    }

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    -webkit-transition-duration: 1.55s;
    -o-transition-duration: 1.55s;
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1550"].aos-animate,
    body[data-aos-delay="1550"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.55s;
        -o-transition-delay: 1.55s;
        transition-delay: 1.55s
    }

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    -webkit-transition-duration: 1.6s;
    -o-transition-duration: 1.6s;
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1600"].aos-animate,
    body[data-aos-delay="1600"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s
    }

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    -webkit-transition-duration: 1.65s;
    -o-transition-duration: 1.65s;
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1650"].aos-animate,
    body[data-aos-delay="1650"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.65s;
        -o-transition-delay: 1.65s;
        transition-delay: 1.65s
    }

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    -webkit-transition-duration: 1.7s;
    -o-transition-duration: 1.7s;
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1700"].aos-animate,
    body[data-aos-delay="1700"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.7s;
        -o-transition-delay: 1.7s;
        transition-delay: 1.7s
    }

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    -webkit-transition-duration: 1.75s;
    -o-transition-duration: 1.75s;
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1750"].aos-animate,
    body[data-aos-delay="1750"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.75s;
        -o-transition-delay: 1.75s;
        transition-delay: 1.75s
    }

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    -webkit-transition-duration: 1.8s;
    -o-transition-duration: 1.8s;
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1800"].aos-animate,
    body[data-aos-delay="1800"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.8s;
        -o-transition-delay: 1.8s;
        transition-delay: 1.8s
    }

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    -webkit-transition-duration: 1.85s;
    -o-transition-duration: 1.85s;
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1850"].aos-animate,
    body[data-aos-delay="1850"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.85s;
        -o-transition-delay: 1.85s;
        transition-delay: 1.85s
    }

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    -webkit-transition-duration: 1.9s;
    -o-transition-duration: 1.9s;
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1900"].aos-animate,
    body[data-aos-delay="1900"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.9s;
        -o-transition-delay: 1.9s;
        transition-delay: 1.9s
    }

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    -webkit-transition-duration: 1.95s;
    -o-transition-duration: 1.95s;
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1950"].aos-animate,
    body[data-aos-delay="1950"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.95s;
        -o-transition-delay: 1.95s;
        transition-delay: 1.95s
    }

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2000"].aos-animate,
    body[data-aos-delay="2000"] [data-aos].aos-animate {
        -webkit-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s
    }

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    -webkit-transition-duration: 2.05s;
    -o-transition-duration: 2.05s;
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2050"].aos-animate,
    body[data-aos-delay="2050"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.05s;
        -o-transition-delay: 2.05s;
        transition-delay: 2.05s
    }

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    -webkit-transition-duration: 2.1s;
    -o-transition-duration: 2.1s;
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2100"].aos-animate,
    body[data-aos-delay="2100"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.1s;
        -o-transition-delay: 2.1s;
        transition-delay: 2.1s
    }

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    -webkit-transition-duration: 2.15s;
    -o-transition-duration: 2.15s;
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2150"].aos-animate,
    body[data-aos-delay="2150"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.15s;
        -o-transition-delay: 2.15s;
        transition-delay: 2.15s
    }

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    -webkit-transition-duration: 2.2s;
    -o-transition-duration: 2.2s;
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2200"].aos-animate,
    body[data-aos-delay="2200"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.2s;
        -o-transition-delay: 2.2s;
        transition-delay: 2.2s
    }

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    -webkit-transition-duration: 2.25s;
    -o-transition-duration: 2.25s;
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2250"].aos-animate,
    body[data-aos-delay="2250"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.25s;
        -o-transition-delay: 2.25s;
        transition-delay: 2.25s
    }

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    -webkit-transition-duration: 2.3s;
    -o-transition-duration: 2.3s;
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2300"].aos-animate,
    body[data-aos-delay="2300"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.3s;
        -o-transition-delay: 2.3s;
        transition-delay: 2.3s
    }

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    -webkit-transition-duration: 2.35s;
    -o-transition-duration: 2.35s;
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2350"].aos-animate,
    body[data-aos-delay="2350"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.35s;
        -o-transition-delay: 2.35s;
        transition-delay: 2.35s
    }

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    -webkit-transition-duration: 2.4s;
    -o-transition-duration: 2.4s;
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2400"].aos-animate,
    body[data-aos-delay="2400"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.4s;
        -o-transition-delay: 2.4s;
        transition-delay: 2.4s
    }

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    -webkit-transition-duration: 2.45s;
    -o-transition-duration: 2.45s;
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2450"].aos-animate,
    body[data-aos-delay="2450"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.45s;
        -o-transition-delay: 2.45s;
        transition-delay: 2.45s
    }

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    -webkit-transition-duration: 2.5s;
    -o-transition-duration: 2.5s;
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2500"].aos-animate,
    body[data-aos-delay="2500"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.5s;
        -o-transition-delay: 2.5s;
        transition-delay: 2.5s
    }

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    -webkit-transition-duration: 2.55s;
    -o-transition-duration: 2.55s;
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2550"].aos-animate,
    body[data-aos-delay="2550"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.55s;
        -o-transition-delay: 2.55s;
        transition-delay: 2.55s
    }

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    -webkit-transition-duration: 2.6s;
    -o-transition-duration: 2.6s;
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2600"].aos-animate,
    body[data-aos-delay="2600"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.6s;
        -o-transition-delay: 2.6s;
        transition-delay: 2.6s
    }

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    -webkit-transition-duration: 2.65s;
    -o-transition-duration: 2.65s;
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2650"].aos-animate,
    body[data-aos-delay="2650"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.65s;
        -o-transition-delay: 2.65s;
        transition-delay: 2.65s
    }

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    -webkit-transition-duration: 2.7s;
    -o-transition-duration: 2.7s;
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2700"].aos-animate,
    body[data-aos-delay="2700"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.7s;
        -o-transition-delay: 2.7s;
        transition-delay: 2.7s
    }

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    -webkit-transition-duration: 2.75s;
    -o-transition-duration: 2.75s;
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2750"].aos-animate,
    body[data-aos-delay="2750"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.75s;
        -o-transition-delay: 2.75s;
        transition-delay: 2.75s
    }

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    -webkit-transition-duration: 2.8s;
    -o-transition-duration: 2.8s;
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2800"].aos-animate,
    body[data-aos-delay="2800"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.8s;
        -o-transition-delay: 2.8s;
        transition-delay: 2.8s
    }

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    -webkit-transition-duration: 2.85s;
    -o-transition-duration: 2.85s;
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2850"].aos-animate,
    body[data-aos-delay="2850"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.85s;
        -o-transition-delay: 2.85s;
        transition-delay: 2.85s
    }

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    -webkit-transition-duration: 2.9s;
    -o-transition-duration: 2.9s;
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2900"].aos-animate,
    body[data-aos-delay="2900"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.9s;
        -o-transition-delay: 2.9s;
        transition-delay: 2.9s
    }

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    -webkit-transition-duration: 2.95s;
    -o-transition-duration: 2.95s;
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2950"].aos-animate,
    body[data-aos-delay="2950"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.95s;
        -o-transition-delay: 2.95s;
        transition-delay: 2.95s
    }

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    -webkit-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="3000"].aos-animate,
    body[data-aos-delay="3000"] [data-aos].aos-animate {
        -webkit-transition-delay: 3s;
        -o-transition-delay: 3s;
        transition-delay: 3s
    }

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    -o-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
    -o-transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    -o-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    -o-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    -o-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
[data-aos][data-aos][data-aos-easing=ease-in-quad],
[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-cubic] [data-aos],
body[data-aos-easing=ease-in-quad] [data-aos],
body[data-aos-easing=ease-in-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    -o-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
[data-aos][data-aos][data-aos-easing=ease-out-quad],
[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-cubic] [data-aos],
body[data-aos-easing=ease-out-quad] [data-aos],
body[data-aos-easing=ease-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-cubic] [data-aos],
body[data-aos-easing=ease-in-out-quad] [data-aos],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    -o-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform
}

    [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

[data-aos=fade-up] {
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px)
}

[data-aos=fade-down] {
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px)
}

[data-aos=fade-right] {
    -webkit-transform: translate(-100px);
    -o-transform: translate(-100px);
    transform: translate(-100px)
}

[data-aos=fade-left] {
    -webkit-transform: translate(100px);
    -o-transform: translate(100px);
    transform: translate(100px)
}

[data-aos=fade-up-right] {
    -webkit-transform: translate(-100px, 100px);
    -o-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px)
}

[data-aos=fade-up-left] {
    -webkit-transform: translate(100px, 100px);
    -o-transform: translate(100px, 100px);
    transform: translate(100px, 100px)
}

[data-aos=fade-down-right] {
    -webkit-transform: translate(-100px, -100px);
    -o-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px)
}

[data-aos=fade-down-left] {
    -webkit-transform: translate(100px, -100px);
    -o-transform: translate(100px, -100px);
    transform: translate(100px, -100px)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform
}

    [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        -webkit-transform: translate(0) scale(1);
        -o-transform: translate(0) scale(1);
        transform: translate(0) scale(1)
    }

[data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    -webkit-transform: translateY(100px) scale(.6);
    -o-transform: translateY(100px) scale(.6);
    transform: translateY(100px) scale(.6)
}

[data-aos=zoom-in-down] {
    -webkit-transform: translateY(-100px) scale(.6);
    -o-transform: translateY(-100px) scale(.6);
    transform: translateY(-100px) scale(.6)
}

[data-aos=zoom-in-right] {
    -webkit-transform: translate(-100px) scale(.6);
    -o-transform: translate(-100px) scale(.6);
    transform: translate(-100px) scale(.6)
}

[data-aos=zoom-in-left] {
    -webkit-transform: translate(100px) scale(.6);
    -o-transform: translate(100px) scale(.6);
    transform: translate(100px) scale(.6)
}

[data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    -webkit-transform: translateY(100px) scale(1.2);
    -o-transform: translateY(100px) scale(1.2);
    transform: translateY(100px) scale(1.2)
}

[data-aos=zoom-out-down] {
    -webkit-transform: translateY(-100px) scale(1.2);
    -o-transform: translateY(-100px) scale(1.2);
    transform: translateY(-100px) scale(1.2)
}

[data-aos=zoom-out-right] {
    -webkit-transform: translate(-100px) scale(1.2);
    -o-transform: translate(-100px) scale(1.2);
    transform: translate(-100px) scale(1.2)
}

[data-aos=zoom-out-left] {
    -webkit-transform: translate(100px) scale(1.2);
    -o-transform: translate(100px) scale(1.2);
    transform: translate(100px) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform
}

    [data-aos^=slide][data-aos^=slide].aos-animate {
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

[data-aos=slide-up] {
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

[data-aos=slide-down] {
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

[data-aos=slide-right] {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

[data-aos=slide-left] {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform
}

[data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
}

    [data-aos=flip-left].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
}

    [data-aos=flip-right].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
}

    [data-aos=flip-up].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }

[data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
}

    [data-aos=flip-down].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }

@-webkit-keyframes a {
    to {
        background-position: 25px 0
    }
}

@-o-keyframes a {
    to {
        background-position: 25px 0
    }
}

@keyframes a {
    to {
        background-position: 25px 0
    }
}

.plyr {
    position: relative;
    max-width: 100%;
    min-width: 200px;
    direction: ltr
}

    .plyr a,
    .plyr button,
    .plyr input,
    .plyr label {
        -ms-touch-action: manipulation;
        touch-action: manipulation
    }

    .plyr:focus {
        outline: 0
    }

    .plyr audio,
    .plyr video {
        width: 100%;
        height: auto;
        vertical-align: middle
    }

    .plyr input[type=range] {
        display: block;
        height: 20px;
        width: 100%;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        border: none;
        background: 0 0
    }

        .plyr input[type=range]::-webkit-slider-runnable-track {
            height: 8px;
            background: 0 0;
            border: 0;
            border-radius: 4px;
            -webkit-user-select: none;
            user-select: none
        }

        .plyr input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            margin-top: -4px;
            position: relative;
            height: 16px;
            width: 16px;
            background: #fff;
            border: 2px solid transparent;
            border-radius: 100%;
            -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
            -o-transition: background .2s ease, border .2s ease, -o-transform .2s ease;
            transition: background .2s ease, border .2s ease, transform .2s ease;
            transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease, -o-transform .2s ease;
            box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
            box-sizing: border-box
        }

        .plyr input[type=range]::-moz-range-track {
            height: 8px;
            background: 0 0;
            border: 0;
            border-radius: 4px;
            -moz-user-select: none;
            user-select: none
        }

        .plyr input[type=range]::-moz-range-thumb {
            position: relative;
            height: 16px;
            width: 16px;
            background: #fff;
            border: 2px solid transparent;
            border-radius: 100%;
            -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
            -o-transition: background .2s ease, border .2s ease, -o-transform .2s ease;
            transition: background .2s ease, border .2s ease, transform .2s ease;
            transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease, -o-transform .2s ease;
            box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
            box-sizing: border-box
        }

        .plyr input[type=range]::-ms-track {
            height: 8px;
            background: 0 0;
            border: 0;
            color: transparent
        }

        .plyr input[type=range]::-ms-fill-upper {
            height: 8px;
            background: 0 0;
            border: 0;
            border-radius: 4px;
            -ms-user-select: none;
            user-select: none
        }

        .plyr input[type=range]::-ms-fill-lower {
            height: 8px;
            border: 0;
            border-radius: 4px;
            -ms-user-select: none;
            user-select: none;
            background: #572e75
        }

.pace,
.plyr__video-embed iframe {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none
}

.plyr input[type=range]::-ms-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    -o-transition: background .2s ease, border .2s ease, -o-transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease, -o-transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    margin-top: 0
}

.plyr input[type=range]::-ms-tooltip {
    display: none
}

.plyr input[type=range]:focus {
    outline: 0
}

.plyr input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr input[type=range].tab-focus:focus {
    outline-offset: 3px
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #572e75;
    border-color: #fff;
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.plyr input[type=range]:active::-moz-range-thumb {
    background: #572e75;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr input[type=range]:active::-ms-thumb {
    background: #572e75;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr--video input[type=range].tab-focus:focus {
    outline: hsla(0, 0%, 100%, .5) dotted 1px
}

.plyr--audio input[type=range].tab-focus:focus {
    outline: rgba(86, 93, 100, .5) dotted 1px
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important
}

.plyr__video-wrapper {
    position: relative;
    background: #000
}

.plyr__video-embed {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 0
}

    .plyr__video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        user-select: none
    }

    .plyr__video-embed > div {
        position: relative;
        padding-bottom: 200%;
        -webkit-transform: translateY(-35.95%);
        -o-transform: translateY(-35.95%);
        transform: translateY(-35.95%)
    }

.plyr .plyr__video-embed iframe {
    pointer-events: none
}

.plyr video::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}

    .plyr__captions span {
        border-radius: 2px;
        padding: 3px 10px;
        background: rgba(0, 0, 0, .7);
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        line-height: 150%
    }

        .plyr__captions span:empty {
            display: none
        }

@media (min-width:768px) {
    .plyr__captions {
        font-size: 24px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr--hide-controls .plyr__captions {
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media (min-width:1024px) {
    .plyr--fullscreen-active .plyr__captions {
        font-size: 32px
    }
}

.plyr::-webkit-media-controls {
    display: none
}

.plyr__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center
}

    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls > button {
        margin-left: 5px
    }

        .plyr__controls .plyr__progress:first-child,
        .plyr__controls .plyr__time:first-child,
        .plyr__controls > button:first-child {
            margin-left: 0
        }

    .plyr__controls .plyr__volume {
        margin-left: 5px
    }

    .plyr__controls [data-plyr=pause] {
        margin-left: 0
    }

    .plyr__controls button {
        position: relative;
        display: inline-block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        overflow: visible;
        vertical-align: middle;
        padding: 7px;
        border: 0;
        background: 0 0;
        border-radius: 3px;
        cursor: pointer;
        -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
        -o-transition: background .3s ease, color .3s ease, opacity .3s ease;
        transition: background .3s ease, color .3s ease, opacity .3s ease
    }

        .plyr__controls button svg {
            width: 18px;
            height: 18px;
            display: block;
            fill: currentColor
        }

        .plyr__controls button:focus {
            outline: 0
        }

    .plyr__controls .icon--captions-on,
    .plyr__controls .icon--exit-fullscreen,
    .plyr__controls .icon--muted {
        display: none
    }

@media (min-width:480px) {
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls > button {
        margin-left: 10px
    }
}

.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none
}

.plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 10px 10px;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .5));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, .5));
    background: linear-gradient(transparent, rgba(0, 0, 0, .5));
    color: #fff;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

    .plyr--video .plyr__controls button.tab-focus:focus,
    .plyr--video .plyr__controls button:hover {
        background: #572e75;
        color: #fff
    }

.plyr--audio .plyr__controls {
    padding: 10px;
    background: #fff;
    border: 1px solid #dbe3e8;
    color: #565d64
}

    .plyr--audio .plyr__controls button.tab-focus:focus,
    .plyr--audio .plyr__controls button:hover,
    .plyr__play-large {
        background: #572e75;
        color: #fff
    }

.plyr__play-large {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    border: 4px solid currentColor;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .plyr__play-large svg {
        position: relative;
        left: 2px;
        width: 20px;
        height: 20px;
        display: block;
        fill: currentColor
    }

    .plyr__play-large:focus {
        outline: hsla(0, 0%, 100%, .5) dotted 1px
    }

.plyr .plyr__play-large {
    display: inline-block
}

.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
    display: none
}

.plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden
}

.plyr--playing .plyr__controls [data-plyr=pause] {
    display: inline-block
}

.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
    display: block
}

    .plyr [data-plyr=captions],
    .plyr [data-plyr=fullscreen],
    .plyr--captions-active .plyr__controls .icon--captions-on + svg,
    .plyr--fullscreen-active .icon--exit-fullscreen + svg,
    .plyr--muted .plyr__controls .icon--muted + svg {
        display: none
    }

.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
    display: inline-block
}

.plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    -webkit-transform: translate(-50%, 10px) scale(.8);
    -o-transform: translate(-50%, 10px) scale(.8);
    transform: translate(-50%, 10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    -o-transition: opacity .2s .1s ease, -o-transform .2s .1s ease;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s, -o-transform .2s ease .1s
}

    .plyr__tooltip:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -4px;
        border-right: 4px solid transparent;
        border-top: 4px solid rgba(0, 0, 0, .7);
        border-left: 4px solid transparent;
        z-index: 2
    }

.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1);
    -o-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1)
}

.plyr button:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translateY(10px) scale(.8);
    -o-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}

    .plyr__controls button:first-child .plyr__tooltip:before {
        left: 16px
    }

.plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    -webkit-transform: translateY(10px) scale(.8);
    -o-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

    .plyr__controls button:last-child .plyr__tooltip:before {
        left: auto;
        right: 16px;
        -webkit-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%)
    }

.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0) scale(1);
    -o-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr__progress {
    display: none;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

    .plyr__progress input[type=range] {
        position: relative;
        z-index: 2
    }

        .plyr__progress input[type=range]::-webkit-slider-runnable-track {
            background: 0 0
        }

        .plyr__progress input[type=range]::-moz-range-track {
            background: 0 0
        }

        .plyr__progress input[type=range]::-ms-fill-upper {
            background: 0 0
        }

    .plyr__progress .plyr__tooltip {
        left: 0
    }

.plyr .plyr__progress {
    display: inline-block
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 100px
}

    .plyr__progress--buffer::-webkit-progress-bar,
    .plyr__progress--played::-webkit-progress-bar,
    .plyr__volume--display::-webkit-progress-bar {
        background: 0 0
    }

    .plyr__progress--buffer::-webkit-progress-value,
    .plyr__progress--played::-webkit-progress-value,
    .plyr__volume--display::-webkit-progress-value {
        background: currentColor;
        border-radius: 100px;
        min-width: 8px
    }

    .plyr__progress--buffer::-moz-progress-bar,
    .plyr__progress--played::-moz-progress-bar,
    .plyr__volume--display::-moz-progress-bar {
        background: currentColor;
        border-radius: 100px;
        min-width: 8px
    }

    .plyr__progress--buffer::-ms-fill,
    .plyr__progress--played::-ms-fill,
    .plyr__volume--display::-ms-fill {
        border-radius: 100px
    }

.plyr__progress--played,
.plyr__volume--display {
    z-index: 1;
    color: #572e75;
    background: 0 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

    .plyr__progress--played::-webkit-progress-value,
    .plyr__volume--display::-webkit-progress-value {
        min-width: 8px;
        max-width: 99%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .plyr__progress--played::-moz-progress-bar,
    .plyr__volume--display::-moz-progress-bar {
        min-width: 8px;
        max-width: 99%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .plyr__progress--played::-ms-fill,
    .plyr__volume--display::-ms-fill {
        display: none
    }

.plyr__progress--buffer::-webkit-progress-value {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress--buffer::-moz-progress-bar {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress--buffer::-ms-fill {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
    background: hsla(0, 0%, 100%, .25)
}

.plyr--video .plyr__progress--buffer {
    color: hsla(0, 0%, 100%, .25)
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background: rgba(198, 214, 219, .67)
}

.plyr--audio .plyr__progress--buffer {
    color: rgba(198, 214, 219, .67)
}

.plyr--loading .plyr__progress--buffer {
    -webkit-animation: a 1s linear infinite;
    -o-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .15) 25%, transparent 0, transparent 50%, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, .15) 25%, transparent 0, transparent 50%, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, .15) 75%, transparent 0, transparent);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(198, 214, 219, .67)
}

.plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

    .plyr__time + .plyr__time {
        display: none
    }

@media (min-width:768px) {
    .plyr__time + .plyr__time {
        display: inline-block
    }
}

.plyr__time + .plyr__time:before {
    content: "\2044";
    margin-right: 10px
}

.hamburger-inner:after,
.hamburger-inner:before,
.head__cta:after,
footer a:after {
    content: ""
}

.plyr__volume {
    display: none
}

.plyr .plyr__volume {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

    .plyr .plyr__volume input[type=range] {
        position: relative;
        z-index: 2
    }

@media (min-width:480px) {
    .plyr .plyr__volume {
        display: block;
        max-width: 60px
    }
}

@media (min-width:768px) {
    .plyr .plyr__volume {
        max-width: 100px
    }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
    display: none !important
}

.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000;
    border-radius: 0 !important
}

    .plyr--fullscreen-active video {
        height: 100%
    }

    .plyr--fullscreen-active .plyr__video-wrapper {
        height: 100%;
        width: 100%
    }

    .plyr--fullscreen-active .plyr__video-embed {
        overflow: visible
    }

    .plyr--fullscreen-active .plyr__controls {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }

    .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
        height: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

* {
    outline: 0
}

.main {
    position: relative
}

html.no-scroll,
html.no-scroll body {
    margin: 0;
    height: 100%;
    overflow: hidden
}

.heading__top {
    font-weight: 500;
    font-size: .5rem;
    color: #c6c6c6;
    letter-spacing: .10038rem;
    line-height: 1.42308rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: .19231rem
}

@media print, screen and (min-width:64em) {
    .heading__top {
        font-size: 1.1vw;
        margin-bottom: 1vw
    }
}

.heading__strong {
    font-size: .69231rem;
    line-height: 1
}

@media print, screen and (min-width:64em) {
    .heading__strong {
        font-size: 1.6vw;
        line-height: 1
    }
}

@media screen and (min-width:75em) {
    .heading__strong {
        font-size: 1.4vw
    }
}

@media print, screen and (min-width:64em) {
    h1 {
        font-size: 4.8vw
    }

    h2 {
        font-size: 4.3vw
    }
}

.sidebar ul.house__attr__list li span{
    font-size: .69231rem;
    line-height: .84615rem
}

@media print, screen and (min-width:64em) {
    .sidebar ul.house__attr__list li span{
        font-size: 1.6vw;
        line-height: 2.3vw
    }
}

@media screen and (min-width:75em) {
    .sidebar ul.house__attr__list li span{
        font-size: 1.4vw;
        line-height: 2.1vw
    }
}

@media screen and (min-width:100em) {
    .sidebar ul.house__attr__list li span{
        font-size: 1.3vw;
        line-height: 2vw
    }
}

.social-list {
    margin: 0;
    list-style: none
}

    .social-list li {
        display: inline-block;
        margin-right: .57692rem
    }

        .social-list li svg {
            fill: #fff;
            width: .57692rem;
            height: .57692rem;
            -webkit-transition: fill .5s cubic-bezier(.56, 1, .51, .55);
            -o-transition: fill .5s cubic-bezier(.56, 1, .51, .55);
            transition: fill .5s cubic-bezier(.56, 1, .51, .55)
        }

        .social-list li:last-of-type {
            margin-right: 0
        }

        .social-list li.social-twitter:hover svg {
            fill: #55acee
        }

        .social-list li.social-facebook:hover svg {
            fill: #3b5998
        }

        .social-list li.social-instagram:hover svg {
            fill: #e95950
        }

        .social-list li.social-youtube:hover svg {
            fill: #b00
        }

    .social-list.\--border li {
        border-top: 2px solid #c6c6c6;
        border-bottom: 2px solid #c6c6c6;
        border-right: 2px solid #c6c6c6;
        color: #c6c6c6;
        padding: 0;
        font-size: 0;
        height: 1.92308rem;
        width: 1.92308rem;
        position: relative;
        margin: 0;
        float: left
    }

        .social-list.\--border li a {
            width: 100%;
            height: 100%;
            display: block
        }

        .social-list.\--border li svg {
            fill: #c6c6c6;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

        .social-list.\--border li:first-of-type {
            border-left: 2px solid #c6c6c6
        }

@media print, screen and (min-width:64em) {
    .social-list.\--border li {
        height: 1.84615rem;
        width: 1.84615rem
    }

        .social-list.\--border li svg {
            width: .53846rem;
            height: .53846rem
        }
}

@media screen and (min-width:75em) {
    .social-list li svg {
        width: .76923rem;
        height: .57692rem
    }

    .social-list.\--border li {
        height: 4vw;
        width: 4vw
    }

        .social-list.\--border li svg {
            width: 1.2vw;
            height: 1.2vw
        }
}

.preloader,
.revealing__overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

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

@font-face {
    src: url(../fonts/-Medium_2ac87910.eot);
    src: url(../fonts/-Medium_2ac87910.eot?#iefix) format("embedded-opentype"), url(../fonts/-Medium_4c3d906b.woff) format("woff"), url(../fonts/-Medium_c6baa5bb.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    src: url(../fonts/-Semibold_a08e50a8.eot);
    src: url(../fonts/-Semibold_a08e50a8.eot?#iefix) format("embedded-opentype"), url(../fonts/-Semibold_10ab252a.woff) format("woff"), url(../fonts/-Semibold_8ca1cd05.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

.revealing {
    position: relative;
    overflow: hidden
}

.pageloader,
.preloader {
    overflow: visible;
    bottom: 0
}

.revealing__overlay {
    position: absolute;
    background: #fafafa;
    z-index: 2;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.revealing img {
    display: block
}

[data-aos=moveUp] {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    [data-aos=moveUp],
    [data-aos=moveUp].aos-animate {
        -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
        -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
    }

        [data-aos=moveUp].aos-animate {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }

[data-aos=moveRight] {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    [data-aos=moveRight],
    [data-aos=moveRight].aos-animate {
        -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
        -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
    }

        [data-aos=moveRight].aos-animate {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

[data-aos=cookie] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: -o-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1), -o-transform .4s cubic-bezier(.4, 0, .2, 1)
}

    [data-aos=cookie].aos-animate {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

@media print, screen and (min-width:64em) {
    [data-aos=cookie] {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes b {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-o-keyframes b {
    0% {
        opacity: 0;
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    to {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes b {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    to {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-o-keyframes c {
    0% {
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes c {
    0% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes d {
    0% {
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes d {
    0% {
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes e {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    to {
        display: block;
        opacity: 1
    }
}

@-o-keyframes e {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    to {
        display: block;
        opacity: 1
    }
}

@keyframes e {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    to {
        display: block;
        opacity: 1
    }
}

.preloader {
    position: fixed;
    z-index: 999999;
    background-color: #e32018;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.preloader__img {
    width: 7.69231rem;
    height: 1.92308rem;
    -webkit-transition: opacity .4s cubic-bezier(.56, 1, .51, .55);
    -o-transition: .4s opacity cubic-bezier(.56, 1, .51, .55);
    transition: opacity .4s cubic-bezier(.56, 1, .51, .55);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader.active {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.preloader.active,
.preloader.remove {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: -o-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .8s cubic-bezier(.4, 0, .2, 1), -webkit-transform .8s cubic-bezier(.4, 0, .2, 1), -o-transform .4s cubic-bezier(.4, 0, .2, 1)
}

.preloader.remove {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

    .preloader.remove .preloader__img {
        opacity: 0
    }

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

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: .15385rem
}

.pageloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #e32018;
    opacity: 0
}

.accordion-item {
    border-top: 2px solid #eaeaea
}

    .accordion-item .accordion-title {
        font-weight: 500;
        font-size: .69231rem;
        padding: 1rem
    }

        .accordion-item .accordion-title:before {
            margin-top: -.3rem;
            font-weight: 400
        }

    .accordion-item .accordion-content {
        padding-top: 0
    }

        .accordion-item .accordion-content .sidebar ul.house__attr__list li span,
        .accordion-item .accordion-content p,
        .sidebar ul.house__attr__list li .accordion-item .accordion-content span {
            margin-bottom: 0;
            font-size: .61538rem
        }

@media print, screen and (min-width:64em) {
    .accordion-item .accordion-title {
        padding: 2.2vw 1.5vw 1.8vw;
        font-size: 1.6vw
    }

        .accordion-item .accordion-title:before {
            font-size: 1.2rem;
            margin-top: -.4rem
        }

    .accordion-item .accordion-content {
        padding: 1vw 1.5vw 2.6vw
    }

        .accordion-item .accordion-content .sidebar ul.house__attr__list li span,
        .accordion-item .accordion-content p,
        .sidebar ul.house__attr__list li .accordion-item .accordion-content span {
            font-size: 1.4vw;
            line-height: 2.1vw
        }
}

@media screen and (min-width:75em) {
    .accordion-item .accordion-title {
        font-size: 1.4vw
    }

        .accordion-item .accordion-title:before {
            font-size: 1.3rem;
            margin-top: -.5rem
        }

    .accordion-item .accordion-content .sidebar ul.house__attr__list li span,
    .accordion-item .accordion-content p,
    .sidebar ul.house__attr__list li .accordion-item .accordion-content span {
        font-size: 1.2vw;
        line-height: 1.8vw
    }
}

@media screen and (min-width:100em) {
    .accordion-item {
        font-size: 1.3vw
    }

        .accordion-item .accordion-content .sidebar ul.house__attr__list li span,
        .accordion-item .accordion-content p,
        .sidebar ul.house__attr__list li .accordion-item .accordion-content span {
            font-size: 1.1vw;
            line-height: 1.9vw
        }
}

.about__content.\--footer .footer__cta a,
.button,
.gform_wrapper .gform_footer .gform_button,
.page__header .content__more__link,
.post-password-form input[type=submit] {
    font-size: .61538rem;
    position: relative;
    border: none;
    overflow: hidden;
    font-weight: 500;
    padding: 0;
    background: 0 0;
    text-align: left;
    display: inline-block;
    line-height: 1.1;
    outline: transparent solid 1px
}

    .about__content.\--footer .footer__cta a:active,
    .about__content.\--footer .footer__cta a:focus,
    .about__content.\--footer .footer__cta a:hover,
    .button:active,
    .button:focus,
    .button:hover,
    .gform_wrapper .gform_footer .gform_button:active,
    .gform_wrapper .gform_footer .gform_button:focus,
    .gform_wrapper .gform_footer .gform_button:hover,
    .page__header .content__more__link:active,
    .page__header .content__more__link:focus,
    .page__header .content__more__link:hover,
    .post-password-form input[type=submit]:active,
    .post-password-form input[type=submit]:focus,
    .post-password-form input[type=submit]:hover {
        background: 0 0
    }

        .about__content.\--footer .footer__cta a:active:after,
        .about__content.\--footer .footer__cta a:focus:after,
        .about__content.\--footer .footer__cta a:hover:after,
        .button:active:after,
        .button:focus:after,
        .button:hover:after,
        .gform_wrapper .gform_footer .gform_button:active:after,
        .gform_wrapper .gform_footer .gform_button:focus:after,
        .gform_wrapper .gform_footer .gform_button:hover:after,
        .page__header .content__more__link:active:after,
        .page__header .content__more__link:focus:after,
        .page__header .content__more__link:hover:after,
        .post-password-form input[type=submit]:active:after,
        .post-password-form input[type=submit]:focus:after,
        .post-password-form input[type=submit]:hover:after {
            -webkit-animation-delay: 0s, .5s;
            -o-animation-delay: 0s, .5s;
            animation-delay: 0s, .5s;
            -webkit-animation-timing-function: ease-out;
            -o-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            -webkit-animation-duration: .5s;
            -o-animation-duration: .5s;
            animation-duration: .5s;
            -webkit-animation-name: c, d;
            -o-animation-name: c, d;
            animation-name: c, d;
            -webkit-animation-fill-mode: forwards;
            -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-transform: translateX(100%) translateZ(0) perspective(1px);
            transform: translateX(100%) translateZ(0) perspective(1px)
        }

    .about__content.\--footer .footer__cta a:after,
    .button:after,
    .gform_wrapper .gform_footer .gform_button:after,
    .page__header .content__more__link:after,
    .post-password-form input[type=submit]:after {
        content: "";
        display: block;
        height: .07692rem;
        background: #242424;
        outline: transparent solid 1px
    }

    .about__content.\--footer .footer__cta a.\--large:after,
    .button.\--large:after,
    .c-cookie-notice,
    .gform_wrapper .gform_footer .\--large.gform_button:after,
    .page__header .\--large.content__more__link:after,
    .post-password-form input.\--large[type=submit]:after {
        background: #c6c6c6
    }

    .about__content.\--footer .footer__cta a.\--cta,
    .button.\--cta,
    .gform_wrapper .gform_footer .\--cta.gform_button,
    .page__header .\--cta.content__more__link,
    .post-password-form input.\--cta[type=submit] {
        color: #fff;
        text-align: center;
        font-size: .69231rem
    }

        .about__content.\--footer .footer__cta a.\--cta:active,
        .about__content.\--footer .footer__cta a.\--cta:focus,
        .about__content.\--footer .footer__cta a.\--cta:hover,
        .button.\--cta:active,
        .button.\--cta:focus,
        .button.\--cta:hover,
        .gform_wrapper .gform_footer .\--cta.gform_button:active,
        .gform_wrapper .gform_footer .\--cta.gform_button:focus,
        .gform_wrapper .gform_footer .\--cta.gform_button:hover,
        .page__header .\--cta.content__more__link:active,
        .page__header .\--cta.content__more__link:focus,
        .page__header .\--cta.content__more__link:hover,
        .post-password-form input.\--cta[type=submit]:active,
        .post-password-form input.\--cta[type=submit]:focus,
        .post-password-form input.\--cta[type=submit]:hover {
            color: #fff
        }

        .about__content.\--footer .footer__cta a.\--cta:after,
        .button.\--cta:after,
        .gform_wrapper .gform_footer .\--cta.gform_button:after,
        .page__header .\--cta.content__more__link:after,
        .post-password-form input.\--cta[type=submit]:after {
            display: none
        }

    .about__content.\--footer .footer__cta a.\--large,
    .button.\--large,
    .gform_wrapper .gform_footer .\--large.gform_button,
    .page__header .\--large.content__more__link,
    .post-password-form input.\--large[type=submit] {
        font-weight: 600;
        font-size: 1.07692rem;
        color: #c6c6c6;
        margin-bottom: 0
    }

@media print, screen and (min-width:64em) {
    .about__content.\--footer .footer__cta a,
    .button,
    .gform_wrapper .gform_footer .gform_button,
    .page__header .content__more__link,
    .post-password-form input[type=submit] {
        font-size: 1.3vw;
        line-height: 1.1
    }

        .about__content.\--footer .footer__cta a.\--cta,
        .button.\--cta,
        .gform_wrapper .gform_footer .\--cta.gform_button,
        .page__header .\--cta.content__more__link,
        .post-password-form input.\--cta[type=submit] {
            font-size: 1.5vw
        }

        .about__content.\--footer .footer__cta a.\--large,
        .button.\--large,
        .gform_wrapper .gform_footer .\--large.gform_button,
        .page__header .\--large.content__more__link,
        .post-password-form input.\--large[type=submit] {
            font-size: 3vw
        }

            .about__content.\--footer .footer__cta a.\--large:after,
            .button.\--large:after,
            .gform_wrapper .gform_footer .\--large.gform_button:after,
            .page__header .\--large.content__more__link:after,
            .post-password-form input.\--large[type=submit]:after {
                height: 4px
            }
}

@media screen and (min-width:100em) {
    .about__content.\--footer .footer__cta a.\--cta,
    .button.\--cta,
    .gform_wrapper .gform_footer .\--cta.gform_button,
    .page__header .\--cta.content__more__link,
    .post-password-form input.\--cta[type=submit] {
        font-size: 1.3vw
    }

    .about__content.\--footer .footer__cta a.\--large:after,
    .button.\--large:after,
    .gform_wrapper .gform_footer .\--large.gform_button:after,
    .page__header .\--large.content__more__link:after,
    .post-password-form input.\--large[type=submit]:after {
        height: 5px
    }
}

.close-button {
    color: #fff;
    font-size: 1.4em
}

    .close-button:hover {
        color: #fff
    }

.c-cookies .c-form__wrapper {
    margin-bottom: 2.88462rem
}

.c-cookie-notice {
    width: 100vw;
    height: auto;
    padding: .76923rem;
    font-size: .76923rem;
    left: 0;
    bottom: 0;
    z-index: 996;
    line-height: .92308rem;
    position: fixed;
    max-width: 100%
}

    .c-cookie-notice .c-cookie-notice__content {
        display: inline-block
    }

        .c-cookie-notice .c-cookie-notice__content .sidebar ul.house__attr__list li span,
        .c-cookie-notice .c-cookie-notice__content p,
        .sidebar ul.house__attr__list li .c-cookie-notice .c-cookie-notice__content span {
            line-height: 1.5;
            margin-bottom: 0
        }

    .c-cookie-notice .c-cookie-notice__close {
        display: inline-block;
        margin-top: .96154rem;
        text-align: left
    }

        .about__content.\--footer .footer__cta .c-cookie-notice .c-cookie-notice__close a,
        .c-cookie-notice .c-cookie-notice__close .about__content.\--footer .footer__cta a,
        .c-cookie-notice .c-cookie-notice__close .button,
        .c-cookie-notice .c-cookie-notice__close .gform_wrapper .gform_footer .gform_button,
        .c-cookie-notice .c-cookie-notice__close .page__header .content__more__link,
        .c-cookie-notice .c-cookie-notice__close .post-password-form input[type=submit],
        .gform_wrapper .gform_footer .c-cookie-notice .c-cookie-notice__close .gform_button,
        .page__header .c-cookie-notice .c-cookie-notice__close .content__more__link,
        .post-password-form .c-cookie-notice .c-cookie-notice__close input[type=submit] {
            margin: 0;
            color: #242424
        }

            .about__content.\--footer .footer__cta .c-cookie-notice .c-cookie-notice__close a:first-child,
            .c-cookie-notice .c-cookie-notice__close .about__content.\--footer .footer__cta a:first-child,
            .c-cookie-notice .c-cookie-notice__close .button:first-child,
            .c-cookie-notice .c-cookie-notice__close .gform_wrapper .gform_footer .gform_button:first-child,
            .c-cookie-notice .c-cookie-notice__close .page__header .content__more__link:first-child,
            .c-cookie-notice .c-cookie-notice__close .post-password-form input[type=submit]:first-child,
            .gform_wrapper .gform_footer .c-cookie-notice .c-cookie-notice__close .gform_button:first-child,
            .page__header .c-cookie-notice .c-cookie-notice__close .content__more__link:first-child,
            .post-password-form .c-cookie-notice .c-cookie-notice__close input[type=submit]:first-child {
                margin-right: .76923rem
            }

    .c-cookie-notice.\--remove {
        -webkit-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease;
        opacity: .2
    }

@media print, screen and (min-width:64em) {
    .c-cookie-notice {
        height: 8vw;
        width: 76vw;
        top: 0;
        right: 0;
        margin: 0
    }

        .c-cookie-notice .c-cookie-notice__close,
        .c-cookie-notice .c-cookie-notice__content {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .c-cookie-notice .c-cookie-notice__close {
            margin-top: 0;
            margin-left: 0;
            text-align: right;
            right: 2%
        }

        .about__content.\--footer .footer__cta .c-cookie-notice a,
        .c-cookie-notice .about__content.\--footer .footer__cta a,
        .c-cookie-notice .button,
        .c-cookie-notice .gform_wrapper .gform_footer .gform_button,
        .c-cookie-notice .page__header .content__more__link,
        .c-cookie-notice .post-password-form input[type=submit],
        .c-cookie-notice .sidebar ul.house__attr__list li span,
        .c-cookie-notice p,
        .gform_wrapper .gform_footer .c-cookie-notice .gform_button,
        .page__header .c-cookie-notice .content__more__link,
        .post-password-form .c-cookie-notice input[type=submit],
        .sidebar ul.house__attr__list li .c-cookie-notice span {
            font-size: .69231rem
        }
}

@media screen and (min-width:75em) {
    .c-cookie-notice {
        height: 7vw;
        width: 79vw;
        max-height: 5.38462rem;
        min-width: calc(100vw - 365px);
        padding: .76923rem .76923rem .76923rem 1.15385rem;
        line-height: .65385rem;
        position: absolute
    }

        .c-cookie-notice .c-cookie-notice__close {
            text-align: right
        }

        .c-cookie-notice.\--remove {
            -webkit-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-transition: -webkit-transform .3s ease .3s;
            -o-transition: -o-transform ease .3s .3s;
            transition: transform .3s ease .3s;
            transition: transform .3s ease .3s, -webkit-transform .3s ease .3s, -o-transform .3s ease .3s;
            opacity: 1
        }

        .about__content.\--footer .footer__cta .c-cookie-notice a,
        .c-cookie-notice .about__content.\--footer .footer__cta a,
        .c-cookie-notice .button,
        .c-cookie-notice .gform_wrapper .gform_footer .gform_button,
        .c-cookie-notice .page__header .content__more__link,
        .c-cookie-notice .post-password-form input[type=submit],
        .c-cookie-notice .sidebar ul.house__attr__list li span,
        .c-cookie-notice p,
        .gform_wrapper .gform_footer .c-cookie-notice .gform_button,
        .page__header .c-cookie-notice .content__more__link,
        .post-password-form .c-cookie-notice input[type=submit],
        .sidebar ul.house__attr__list li .c-cookie-notice span {
            font-size: .76923rem
        }
}

.cta.\--large {
    background: #fff;
    padding: 1.92308rem 0 .96154rem
}

    .cta.\--large .cta__container {
        position: relative;
        margin-bottom: 3vw;
        background: #fff;
        float: left
    }

        .cta.\--large .cta__container .cta__media {
            width: 100%;
            position: relative;
            display: block;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50%;
            height: 100%
        }

        .cta.\--large .cta__container .cta__info {
            background: #242424;
            padding: 1.15385rem 1.03846rem .76923rem
        }

            .cta.\--large .cta__container .cta__info .cta__top {
                color: #cd914a;
                font-family: 600;
                font-size: .53846rem;
                display: block
            }

            .cta.\--large .cta__container .cta__info .cta__title a {
                color: #fff;
                font-size: 1.15385rem;
                margin-bottom: .26923rem
            }

            .cta.\--large .cta__container .cta__info .sidebar ul.house__attr__list li span,
            .cta.\--large .cta__container .cta__info p,
            .sidebar ul.house__attr__list li .cta.\--large .cta__container .cta__info span {
                color: #fff;
                font-size: calc(14px + .4vw);
                line-height: 1.5
            }

            .about__content.\--footer .footer__cta .cta.\--large .cta__container .cta__info a,
            .cta.\--large .cta__container .cta__info .about__content.\--footer .footer__cta a,
            .cta.\--large .cta__container .cta__info .button,
            .cta.\--large .cta__container .cta__info .gform_wrapper .gform_footer .gform_button,
            .cta.\--large .cta__container .cta__info .page__header .content__more__link,
            .cta.\--large .cta__container .cta__info .post-password-form input[type=submit],
            .gform_wrapper .gform_footer .cta.\--large .cta__container .cta__info .gform_button,
            .page__header .cta.\--large .cta__container .cta__info .content__more__link,
            .post-password-form .cta.\--large .cta__container .cta__info input[type=submit] {
                color: #fff;
                font-size: calc(14px + .6vw)
            }

                .about__content.\--footer .footer__cta .cta.\--large .cta__container .cta__info a:after,
                .cta.\--large .cta__container .cta__info .about__content.\--footer .footer__cta a:after,
                .cta.\--large .cta__container .cta__info .button:after,
                .cta.\--large .cta__container .cta__info .gform_wrapper .gform_footer .gform_button:after,
                .cta.\--large .cta__container .cta__info .page__header .content__more__link:after,
                .cta.\--large .cta__container .cta__info .post-password-form input[type=submit]:after,
                .gform_wrapper .gform_footer .cta.\--large .cta__container .cta__info .gform_button:after,
                .page__header .cta.\--large .cta__container .cta__info .content__more__link:after,
                .post-password-form .cta.\--large .cta__container .cta__info input[type=submit]:after {
                    background-color: #fff
                }

@media print, screen and (min-width:64em) {
    .cta.\--large {
        background: 0 0;
        position: relative;
        padding: 0 0 4vw
    }

        .cta.\--large:after {
            position: absolute;
            content: "";
            width: 85vw;
            height: 100%;
            display: block;
            background: #fff;
            top: 0;
            z-index: -1
        }

        .cta.\--large .row {
            padding: 7vw 0 0
        }

        .cta.\--large .cta__container {
            height: 38vw;
            background: 0 0
        }

            .cta.\--large .cta__container .cta__media {
                width: 60%
            }

            .cta.\--large .cta__container .cta__info {
                width: 41%;
                height: 100%;
                top: 0;
                right: 1.5%;
                position: absolute;
                padding: 2.7vw 2vw 2.7vw 3.5vw
            }

                .cta.\--large .cta__container .cta__info .cta__top {
                    font-size: 1.5vw;
                    font-weight: 600;
                    margin-bottom: 1vw
                }

                .cta.\--large .cta__container .cta__info .cta__title a {
                    font-size: 2.8vw;
                    margin-bottom: .3rem
                }

                .cta.\--large .cta__container .cta__info .sidebar ul.house__attr__list li span,
                .cta.\--large .cta__container .cta__info p,
                .sidebar ul.house__attr__list li .cta.\--large .cta__container .cta__info span {
                    font-size: 1.3vw;
                    line-height: 1.6
                }

                .about__content.\--footer .footer__cta .cta.\--large .cta__container .cta__info a,
                .cta.\--large .cta__container .cta__info .about__content.\--footer .footer__cta a,
                .cta.\--large .cta__container .cta__info .button,
                .cta.\--large .cta__container .cta__info .gform_wrapper .gform_footer .gform_button,
                .cta.\--large .cta__container .cta__info .page__header .content__more__link,
                .cta.\--large .cta__container .cta__info .post-password-form input[type=submit],
                .gform_wrapper .gform_footer .cta.\--large .cta__container .cta__info .gform_button,
                .page__header .cta.\--large .cta__container .cta__info .content__more__link,
                .post-password-form .cta.\--large .cta__container .cta__info input[type=submit] {
                    font-size: 1.3vw;
                    line-height: 1.1
                }

            .cta.\--large .cta__container.\--expanded .cta__info {
                right: 0
            }
}

.gform_wrapper .gform_footer,
.selectric {
    position: relative
}

@media screen and (min-width:75em) {
    .cta.\--large .row {
        padding: 7vw 5% 0
    }

        .cta.\--large .row.\--expanded {
            padding-left: 0;
            padding-right: 0
        }

    .cta .cta__container .cta__info .cta__top {
        font-size: 1.2vw
    }

    .cta .cta__container .cta__info .cta__title a {
        font-size: 2.8vw
    }
}

.post-password-form label {
    font-size: .69231rem;
    margin-bottom: .76923rem;
    margin-top: .76923rem;
    font-weight: 400
}

.post-password-form input[type=password] {
    padding: 1.15385rem .76923rem
}

.post-password-form input[type=submit] {
    font-weight: 500;
    float: right;
    margin-top: .57692rem;
    border-bottom: 2px solid #242424;
    line-height: 1.2;
    font-size: .69231rem;
    -webkit-transition: border-width .3s cubic-bezier(.56, 1, .51, .55);
    -o-transition: border-width cubic-bezier(.56, 1, .51, .55) .3s;
    transition: border-width .3s cubic-bezier(.56, 1, .51, .55)
}

    .post-password-form input[type=submit]:hover {
        border-bottom-width: 3px
    }

@media print, screen and (min-width:64em) {
    .post-password-form label {
        font-size: .61538rem
    }

    .post-password-form input[type=password] {
        padding: 1.15385rem .84615rem;
        font-size: .69231rem
    }

    .post-password-form input[type=submit] {
        font-size: 1.6vw;
        line-height: 2.3vw
    }
}

@media screen and (min-width:75em) {
    .post-password-form label {
        font-size: .76923rem
    }

    .post-password-form input[type=password] {
        padding: 1.34615rem 1.15385rem;
        font-size: .76923rem
    }

    .post-password-form input[type=submit] {
        font-size: 1.4vw;
        line-height: 2.1vw
    }
}

@media screen and (min-width:100em) {
    .post-password-form input[type=submit] {
        font-size: 1.3vw;
        line-height: 2vw
    }
}

.gform_wrapper {
    margin-top: 1.15385rem;
    margin-bottom: 1.92308rem;
    float: left
}

    .gform_wrapper ul {
        margin: 0;
        list-style: none
    }

        .gform_wrapper ul li {
            float: left;
            width: 100%
        }

            .gform_wrapper ul li .ginput_container input,
            .gform_wrapper ul li .ginput_container textarea {
                color: #242424;
                padding: 1.15385rem .76923rem;
                font-size: .69231rem
            }

                .gform_wrapper ul li .ginput_container input::-webkit-input-placeholder,
                .gform_wrapper ul li .ginput_container textarea::-webkit-input-placeholder {
                    color: #242424
                }

                .gform_wrapper ul li .ginput_container input::-moz-placeholder,
                .gform_wrapper ul li .ginput_container textarea::-moz-placeholder {
                    color: #242424
                }

                .gform_wrapper ul li .ginput_container input:-ms-input-placeholder,
                .gform_wrapper ul li .ginput_container textarea:-ms-input-placeholder {
                    color: #242424
                }

                .gform_wrapper ul li .ginput_container input::placeholder,
                .gform_wrapper ul li .ginput_container textarea::placeholder {
                    color: #242424
                }

            .gform_wrapper ul li .ginput_container .selectric-wrapper {
                margin-bottom: .76923rem;
                width: 100%
            }

            .gform_wrapper ul li .gfield_label {
                font-size: .69231rem;
                margin-bottom: .76923rem;
                margin-top: .76923rem;
                font-weight: 400
            }

            .gform_wrapper ul li.hidden_label label {
                display: none
            }

            .gform_wrapper ul li.gfield_error {
                margin-bottom: .57692rem
            }

                .gform_wrapper ul li.gfield_error .ginput_container input {
                    border-color: #ff0029;
                    margin-bottom: .19231rem
                }

                .gform_wrapper ul li.gfield_error .validation_message {
                    color: #ff0029;
                    font-size: .61538rem
                }

    .gform_wrapper .gform_footer .gform_button {
        font-weight: 500;
        float: right;
        margin-top: .57692rem;
        border-bottom: 2px solid #242424;
        line-height: 1.2;
        font-size: .69231rem;
        -webkit-transition: border-width .3s cubic-bezier(.56, 1, .51, .55);
        -o-transition: border-width cubic-bezier(.56, 1, .51, .55) .3s;
        transition: border-width .3s cubic-bezier(.56, 1, .51, .55)
    }

        .gform_wrapper .gform_footer .gform_button:hover {
            border-bottom-width: 3px
        }

    .gform_wrapper .validation_error {
        color: #ff0029;
        font-size: .76923rem;
        margin-bottom: .38462rem;
        padding: .38462rem .38462rem .38462rem 0
    }

@media print, screen and (min-width:40em) {
    .gform_wrapper ul li.half {
        width: 50%;
        float: left;
        padding-right: .38462rem;
        padding-left: .38462rem
    }
}

@media print, screen and (min-width:40em) and (min-width:40em) {
    .gform_wrapper ul li.half {
        padding-right: .57692rem;
        padding-left: .57692rem
    }
}

@media print, screen and (min-width:40em) {
    .gform_wrapper ul li.half:last-child:not(: first-child) {
        float: right
    }

    .gform_wrapper ul li.half:nth-of-type(odd) {
        padding-left: 0
    }

    .gform_wrapper ul li.half:nth-of-type(2n) {
        padding-right: 0
    }
}

@media print, screen and (min-width:64em) {
    .gform_wrapper {
        margin-top: 2vw;
        margin-bottom: 5vw
    }

        .gform_wrapper ul li .ginput_container input,
        .gform_wrapper ul li .ginput_container textarea {
            padding: 1.15385rem .84615rem;
            font-size: .69231rem
        }

        .gform_wrapper ul li .gfield_label {
            font-size: .61538rem
        }

        .gform_wrapper .gform_footer .gform_button {
            font-size: 1.6vw;
            line-height: 2.3vw
        }
}

@media screen and (min-width:75em) {
    .gform_wrapper ul li .ginput_container input,
    .gform_wrapper ul li .ginput_container textarea {
        padding: 1.34615rem 1.15385rem;
        font-size: .76923rem
    }

    .gform_wrapper ul li .gfield_label {
        font-size: .76923rem
    }

    .gform_wrapper .gform_footer .gform_button {
        font-size: 1.4vw;
        line-height: 2.1vw
    }
}

@media screen and (min-width:100em) {
    .gform_wrapper .gform_footer .gform_button {
        font-size: 1.3vw;
        line-height: 2vw
    }
}

.gform_confirmation_wrapper {
    margin-bottom: 1.92308rem
}

    .gform_confirmation_wrapper .callout .sidebar ul.house__attr__list li span,
    .gform_confirmation_wrapper .callout p,
    .sidebar ul.house__attr__list li .gform_confirmation_wrapper .callout span {
        font-size: .69231rem
    }

@media print, screen and (min-width:64em) {
    .gform_confirmation_wrapper {
        margin-bottom: 7.69231rem
    }
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    background: #fafafa;
    border-radius: 0;
    border: 2px solid #242424
}

    .selectric .label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 30px 0 0;
        line-height: 18px;
        color: #000;
        min-height: 18px;
        background: 0 0;
        padding: 1.03846rem .76923rem .88462rem;
        font-size: .73077rem;
        font-weight: 400
    }

    .about__content.\--footer .footer__cta .selectric a,
    .gform_wrapper .gform_footer .selectric .gform_button,
    .page__header .selectric .content__more__link,
    .post-password-form .selectric input[type=submit],
    .selectric .about__content.\--footer .footer__cta a,
    .selectric .button,
    .selectric .gform_wrapper .gform_footer .gform_button,
    .selectric .page__header .content__more__link,
    .selectric .post-password-form input[type=submit] {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        color: #242424;
        text-align: center;
        font: 0/0 a;
        background-color: transparent;
        padding: 0;
        height: 100%;
        margin: 0 !important;
        -webkit-animation: 0;
        -o-animation: 0;
        animation: 0
    }

        .about__content.\--footer .footer__cta .selectric a:focus:after,
        .about__content.\--footer .footer__cta .selectric a:hover:after,
        .gform_wrapper .gform_footer .selectric .gform_button:focus:after,
        .gform_wrapper .gform_footer .selectric .gform_button:hover:after,
        .page__header .selectric .content__more__link:focus:after,
        .page__header .selectric .content__more__link:hover:after,
        .post-password-form .selectric input[type=submit]:focus:after,
        .post-password-form .selectric input[type=submit]:hover:after,
        .selectric .about__content.\--footer .footer__cta a:focus:after,
        .selectric .about__content.\--footer .footer__cta a:hover:after,
        .selectric .button:focus:after,
        .selectric .button:hover:after,
        .selectric .gform_wrapper .gform_footer .gform_button:focus:after,
        .selectric .gform_wrapper .gform_footer .gform_button:hover:after,
        .selectric .page__header .content__more__link:focus:after,
        .selectric .page__header .content__more__link:hover:after,
        .selectric .post-password-form input[type=submit]:focus:after,
        .selectric .post-password-form input[type=submit]:hover:after {
            -webkit-animation: none;
            -o-animation: none;
            animation: none;
            -webkit-transform: none;
            -o-transform: none;
            transform: none
        }

        .about__content.\--footer .footer__cta .selectric a:after,
        .gform_wrapper .gform_footer .selectric .gform_button:after,
        .page__header .selectric .content__more__link:after,
        .post-password-form .selectric input[type=submit]:after,
        .selectric .about__content.\--footer .footer__cta a:after,
        .selectric .button:after,
        .selectric .gform_wrapper .gform_footer .gform_button:after,
        .selectric .page__header .content__more__link:after,
        .selectric .post-password-form input[type=submit]:after {
            content: " ";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-top-color: #242424;
            border-bottom: none;
            background: 0 0
        }

.selectric-focus .selectric,
.selectric-hover .selectric {
    border-color: #242424
}

    .about__content.\--footer .footer__cta .selectric-hover .selectric a,
    .gform_wrapper .gform_footer .selectric-hover .selectric .gform_button,
    .page__header .selectric-hover .selectric .content__more__link,
    .post-password-form .selectric-hover .selectric input[type=submit],
    .selectric-hover .selectric .about__content.\--footer .footer__cta a,
    .selectric-hover .selectric .button,
    .selectric-hover .selectric .gform_wrapper .gform_footer .gform_button,
    .selectric-hover .selectric .page__header .content__more__link,
    .selectric-hover .selectric .post-password-form input[type=submit] {
        color: #888
    }

        .about__content.\--footer .footer__cta .selectric-hover .selectric a:after,
        .gform_wrapper .gform_footer .selectric-hover .selectric .gform_button:after,
        .page__header .selectric-hover .selectric .content__more__link:after,
        .post-password-form .selectric-hover .selectric input[type=submit]:after,
        .selectric-hover .selectric .about__content.\--footer .footer__cta a:after,
        .selectric-hover .selectric .button:after,
        .selectric-hover .selectric .gform_wrapper .gform_footer .gform_button:after,
        .selectric-hover .selectric .page__header .content__more__link:after,
        .selectric-hover .selectric .post-password-form input[type=submit]:after {
            border-top-color: #888
        }

.selectric-open {
    z-index: 990
}

    .selectric-open .selectric {
        background: #fafafa
    }

    .selectric-open .selectric-items {
        display: block;
        border-right: 2px solid #242424;
        border-bottom: 2px solid #242424;
        border-left: 2px solid #242424
    }

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.popup,
.popup1 {
    -webkit-user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

    .selectric-hide-select select {
        position: absolute;
        left: -100%
    }

    .selectric-hide-select.selectric-is-native {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10
    }

        .selectric-hide-select.selectric-is-native select {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            border: none;
            z-index: 1;
            opacity: 0
        }

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fafafa;
    color: #242424;
    border-top-width: 0;
    z-index: -1;
    padding: 0
}

    .selectric-items .selectric-scroll {
        height: 100%;
        overflow: auto
    }

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items li,
.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .61538rem;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 1.03846rem .76923rem .88462rem 1.53846rem;
    color: #242424;
    cursor: pointer;
    border-bottom: none;
    background: #fafafa;
    font-size: .65385rem
}

    .selectric-items li.highlighted,
    .selectric-items li.selected,
    .selectric-items li:hover {
        border-left: 6px solid #242424;
        padding-left: 1.30769rem
    }

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default !important;
    background: 0 0 !important;
    color: #666 !important
}

.selectric-items .disabled,
.selectric-items .selectric-group .selectric-group-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.popup,
.popup1 {
    -moz-user-select: none;
    -ms-user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    background: 0 0;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    height: 14px
}

    .hamburger:hover {
        opacity: 1
    }

@media screen and (min-width:100em) {
    .hamburger {
        height: 16px
    }
}

.hamburger-box {
    width: 30px;
    height: 13px;
    display: inline-block;
    position: relative;
    vertical-align: top
}

@media screen and (min-width:100em) {
    .hamburger-box {
        height: 16px
    }
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -.5px
}

    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 30px;
        height: 1px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform, -o-transform;
        -webkit-transition-duration: .15s;
        -o-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease
    }

        .hamburger-inner:after,
        .hamburger-inner:before {
            display: block
        }

        .hamburger-inner:before {
            top: -6px
        }

        .hamburger-inner:after {
            bottom: -6px
        }

@media screen and (min-width:100em) {
    .hamburger-inner {
        margin-top: -1px
    }

        .hamburger-inner,
        .hamburger-inner:after,
        .hamburger-inner:before {
            height: 2px
        }

            .hamburger-inner:before {
                top: -7px
            }

            .hamburger-inner:after {
                bottom: -7px
            }
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    -o-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

    .hamburger--squeeze .hamburger-inner:before {
        -webkit-transition: top 75ms ease .12s, opacity 75ms ease;
        -o-transition: top 75ms .12s ease, opacity 75ms ease;
        transition: top 75ms ease .12s, opacity 75ms ease
    }

    .hamburger--squeeze .hamburger-inner:after {
        -webkit-transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
        -o-transition: bottom 75ms .12s ease, -o-transform 75ms cubic-bezier(.55, .055, .675, .19);
        transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
        transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19), -o-transform 75ms cubic-bezier(.55, .055, .675, .19)
    }

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

    .hamburger--squeeze.is-active .hamburger-inner:before {
        top: 0;
        opacity: 0;
        -webkit-transition: top 75ms ease, opacity 75ms ease .12s;
        -o-transition: top 75ms ease, opacity 75ms .12s ease;
        transition: top 75ms ease, opacity 75ms ease .12s
    }

    .hamburger--squeeze.is-active .hamburger-inner:after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
        -o-transition: bottom 75ms ease, -o-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
        transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
        transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -o-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
    }

.house {
    margin-top: .96154rem
}

.house__header {
    position: relative;
    display: block;
    -webkit-transform: translateZ(0);
    height: calc(250px + 1vw)
}

    .house__header div.header__image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        -webkit-transition: opacity .5s cubic-bezier(.56, 1, .51, .55);
        -o-transition: opacity .5s cubic-bezier(.56, 1, .51, .55);
        transition: opacity .5s cubic-bezier(.56, 1, .51, .55)
    }

        .house__header div.header__image + div.header__image {
            z-index: -1
        }

        .house__header div.header__image:hover {
            opacity: 0
        }

            .house__header div.header__image:hover + div {
                opacity: 1
            }

    .house__header .header__sold {
        left: 0;
        display: block;
        z-index: 991
    }

.house__data li,
.house__data li span {
    display: inline-block;
    position: relative
}

.house__header .header__info,
.house__header .header__sold {
    background: #242424;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: .5rem .61538rem .34615rem;
    font-size: .53846rem;
    font-weight: 600
}

.house__header .header__info {
    right: 0;
    width: 6.73077rem
}

    .house__header .header__info span {
        color: #fff;
        font-size: .53846rem;
        font-weight: 600
    }

    .house__header .header__info .house__title {
        font-size: 1.15385rem;
        margin-bottom: .26923rem
    }

.house__data li,
.house__info .header__info,
.house__info .header__info span {
    font-size: .61538rem;
    color: #c6c6c6;
    font-weight: 600
}

.house__info {
    background: #fff;
    padding: 1.15385rem 1.03846rem .76923rem
}

    .house__info .house__title {
        margin-bottom: .26923rem;
        word-wrap: break-word;
        overflow: hidden
    }

.house__data {
    list-style: none;
    margin: 0
}

    .house__data li {
        margin-right: .57692rem;
        height: .76923rem
    }

        .house__data li svg {
            fill: #cd914a;
            width: .84615rem;
            margin-right: .38462rem;
            vertical-align: middle;
            position: relative;
            bottom: 0;
            left: 0
        }

        .house__data li span {
            vertical-align: bottom;
            bottom: 0;
            line-height: 1rem;
            right: 0
        }

        .house__data li.data__living svg {
            fill: transparent
        }

@media print, screen and (min-width:40em) {
    .house__header {
        height: calc(460px + 1vw)
    }

    .house__data li {
        height: 1.15385rem
    }

        .house__data li svg {
            width: 1.15385rem
        }
}

@media print, screen and (min-width:64em) {
    .house {
        margin-bottom: 3vw;
        position: relative;
        padding: 0;
        background: #fff;
        height: 38vw;
        margin-top: 0
    }

    .house__header {
        width: 60%;
        height: 100%
    }

        .house__header .header__sold {
            padding: 1.5vw 2vw 1.3vw;
            font-size: calc(16px + .1vw)
        }

    .house__info {
        width: 40%;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute;
        padding: 2.7vw 5vw 2.7vw 3.5vw
    }

        .house__info .header__info {
            margin-bottom: .5rem;
            font-size: 1.5vw
        }

            .house__info .header__info span {
                font-size: 1.5vw
            }

        .house__info .house__title {
            font-size: 1.8vw;
            margin-bottom: .3rem
        }

        .house__info .house__data {
            position: absolute;
            bottom: 7%
        }

            .house__info .house__data li {
                font-size: 1.4vw;
                width: auto;
                height: 2vw;
                margin-right: 1.5vw
            }

                .house__info .house__data li span {
                    font-size: 1.2vw
                }

                .house__info .house__data li svg {
                    width: 2vw
                }

                .house__info .house__data li.data__bedroom svg {
                    width: 2.7vw;
                    top: 2px
                }

    .\--listing .house {
        height: 33vw
    }

    .\--listing .house__info .house__title {
        font-size: 2.2vw
    }

    .\--listing .house__info .sidebar ul.house__attr__list li span,
    .\--listing .house__info p,
    .sidebar ul.house__attr__list li .\--listing .house__info span {
        font-size: 1.3vw;
        line-height: 1.7vw
    }

    .\--listing .house__info .house__data li svg {
        width: 1.6vw
    }

    .\--listing .house__info .house__data li.data__bedroom svg {
        width: 2.2vw
    }

    .house.\--small {
        width: 33.33333%;
        float: left;
        padding-right: .38462rem;
        padding-left: .38462rem;
        height: auto;
        background: 0 0
    }

        .house.\--small:last-child:not(:first-child) {
            float: right
        }

        .house.\--small .house__header {
            width: 100%;
            height: 17vw
        }

        .house.\--small .house__info {
            width: 100%;
            min-height: 13vw;
            position: relative
        }
}

@media print, screen and (min-width:64em) and (min-width:40em) {
    .house.\--small {
        padding-right: .57692rem;
        padding-left: .57692rem
    }
}

@media screen and (min-width:75em) {
    .house__info .house__title {
        font-size: 1.8vw
    }

    .house__info .header__info,
    .house__info .header__info span,
    .house__info .house__data li span {
        font-size: 1.2vw
    }
}

.houses .houses__info {
    width: 100%;
    height: 100%;
    padding: 2.69231rem 0 3.84615rem
}

    .houses .houses__info h2 {
        font-size: 1.53846rem;
        line-height: 1.73077rem
    }

    .houses .houses__info .sidebar ul.house__attr__list li span,
    .houses .houses__info p,
    .sidebar ul.house__attr__list li .houses .houses__info span {
        color: #fff
    }

.houses .houses__list {
    margin-top: -2.88462rem;
    list-style: none
}

.houses__footer {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2.88462rem
}

    .about__content.\--footer .footer__cta .houses__footer a.\--large,
    .gform_wrapper .gform_footer .houses__footer .\--large.gform_button,
    .houses__footer .about__content.\--footer .footer__cta a.\--large,
    .houses__footer .button.\--large,
    .houses__footer .gform_wrapper .gform_footer .\--large.gform_button,
    .houses__footer .page__header .\--large.content__more__link,
    .houses__footer .post-password-form input.\--large[type=submit],
    .page__header .houses__footer .\--large.content__more__link,
    .post-password-form .houses__footer input.\--large[type=submit] {
        margin: 0 auto
    }

.houses__loadmore {
    margin: 9vw auto 4vw;
    display: block
}

@media print, screen and (min-width:64em) {
    .houses .houses__info {
        padding: 8vw 0 12vw
    }

        .houses .houses__info h2 {
            font-size: 5vw;
            line-height: 5vw
        }

    .houses .houses__list {
        margin-top: -8vw
    }

        .houses .houses__list li:last-child:last-child {
            float: left !important
        }

    .houses__footer {
        margin-bottom: 7vw
    }
}

.houses.\--recent .houses__info {
    background: #242424
}

    .houses.\--recent .houses__info .heading__top {
        color: #cd914a
    }

    .houses.\--recent .houses__info h2 {
        color: #fff
    }

.houses.\--listing {
    margin-bottom: 4vw
}

    .houses.\--listing .facetwp-template {
        margin-top: 2.4vw;
        position: relative
    }

        .houses.\--listing .facetwp-template .loading {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            background: #fafafa;
            -webkit-transition: opacity .1s cubic-bezier(.56, 1, .51, .55);
            -o-transition: cubic-bezier(.56, 1, .51, .55) .1s opacity;
            transition: opacity .1s cubic-bezier(.56, 1, .51, .55);
            opacity: 0;
            z-index: 999
        }

            .houses.\--listing .facetwp-template .loading.active {
                opacity: .9
            }

    .houses.\--listing .houses__list {
        margin-top: 0;
        margin-bottom: 0
    }

    .houses.\--listing .houses__loadmore {
        margin: 4vw auto
    }

.pagination {
    text-align: right;
    display: block
}

    .pagination li a {
        font-weight: 600
    }

    .pagination li.current a {
        border-bottom: 2px solid #000
    }

    .pagination li:last-of-type {
        padding-right: 0;
        margin-right: 0
    }

@media print, screen and (min-width:64em) {
    .pagination {
        margin-top: 6vw;
        margin-bottom: 6vw
    }

        .pagination li a {
            font-size: 1vw
        }
}

.facetwp-slider-wrap .noUi-target {
    box-shadow: none;
    border: none;
    border-radius: 0;
    height: .07692rem;
    background: #242424;
    padding: 0 .07692rem 0 .61538rem
}

    .facetwp-slider-wrap .noUi-target .noUi-base .noUi-origin .noUi-handle {
        border-radius: 50%;
        box-shadow: none;
        border: 2px solid #242424;
        width: .76923rem;
        height: .76923rem;
        cursor: pointer;
        top: -8px;
        background: #fafafa
    }

        .facetwp-slider-wrap .noUi-target .noUi-base .noUi-origin .noUi-handle:after,
        .facetwp-slider-wrap .noUi-target .noUi-base .noUi-origin .noUi-handle:before {
            display: none
        }

    .facetwp-slider-wrap .noUi-target .noUi-base .noUi-connect {
        background: #cd914a
    }

.facetwp-slider-label {
    font-weight: 600;
    font-size: calc(14px + .3vw)
}

.reveal {
    -webkit-transition: all .5s cubic-bezier(.56, 1, .51, .55);
    -o-transition: cubic-bezier(.56, 1, .51, .55) .5s all;
    transition: all .5s cubic-bezier(.56, 1, .51, .55)
}

.instagram {
    background: #fff;
    padding: 1.92308rem 0 .96154rem
}

    .instagram h4 {
        font-size: 1.03846rem
    }

.instagram__list {
    margin: 0;
    list-style: none
}

    .instagram__list li {
        display: inline-block;
        overflow: hidden
    }

        .instagram__list li a {
            display: block;
            position: relative
        }

        .instagram__list li img {
            height: auto;
            width: 100%;
            opacity: 1;
            display: block;
            -webkit-transition: opacity 3s;
            -o-transition: opacity 3s;
            transition: opacity 3s;
            z-index: 10
        }

            .instagram__list li img.old-image {
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 11;
                -webkit-transition: opacity 1.5s;
                -o-transition: opacity 1.5s;
                transition: opacity 1.5s;
                -webkit-transition-delay: .5s;
                -o-transition-delay: .5s;
                transition-delay: .5s;
                opacity: 0
            }

@media print, screen and (min-width:40em) {
    .instagram__list li {
        padding-left: .38462rem;
        padding-right: .38462rem
    }
}

@media print, screen and (min-width:64em) {
    .instagram {
        background: 0 0;
        position: relative;
        padding: 0
    }

        .instagram:after {
            position: absolute;
            content: "";
            width: 91.8vw;
            height: 100%;
            display: block;
            background: #fff;
            top: 0;
            z-index: -1
        }

        .instagram .row {
            padding: 7vw 2vw 0
        }

        .instagram h4 {
            margin-bottom: 4vw;
            font-size: 2.2vw
        }

        .instagram .instagram__list {
            margin-top: 2vw;
            padding-top: 0;
            padding-bottom: 5vw
        }
}

.chocolat-wrapper {
    z-index: 9999
}

    .chocolat-wrapper .chocolat-overlay {
        background-color: #000
    }

    .chocolat-wrapper .chocolat-left {
        background: url(../images/svg/arrow-left-small_28af1a3a.svg) no-repeat;
        height: 1.15385rem;
        left: 4%
    }

    .chocolat-wrapper .chocolat-right {
        background: url(../images/svg/arrow-right-small_494c3a0e.svg) no-repeat;
        height: 1.15385rem;
        right: 4%
    }

    .chocolat-wrapper .chocolat-top {
        top: 4vw
    }

    .chocolat-wrapper .chocolat-close {
        background: url(../images/svg/exit_4f23e2da.svg) no-repeat;
        height: 1.03846rem;
        width: 1.03846rem;
        right: 4vw
    }

.newsletter {
    background-color: #fff;
    width: 60%;
    max-width: 69.23077rem
}

    .newsletter .newsletter__small {
        color: #cd914a;
        display: block;
        margin-bottom: .38462rem;
        font-weight: 600;
        font-size: .76923rem
    }

    .newsletter .newsletter__title {
        font-size: 1.53846rem;
        line-height: 1.2;
        font-weight: 600
    }

@media screen and (max-width:63.9375em) {
    .newsletter .newsletter__left {
        display: none !important
    }
}

.newsletter .newsletter__left img {
    width: 100%
}

.newsletter .newsletter__right {
    padding: 2.88462rem 7vw .76923rem 3vw !important
}

    .newsletter .newsletter__right .close-button {
        top: 5%;
        right: 5%
    }

        .newsletter .newsletter__right .close-button svg {
            stroke: #000;
            width: .76923rem;
            height: .76923rem
        }

.newsletter .gform_wrapper {
    margin-top: 0;
    margin-bottom: 0
}

    .newsletter .gform_wrapper ul li .ginput_container input {
        border: none;
        border-bottom: 1px solid #242424;
        padding: .57692rem .57692rem .57692rem 0
    }

        .newsletter .gform_wrapper ul li .ginput_container input::-webkit-input-placeholder {
            color: #c6c6c6
        }

        .newsletter .gform_wrapper ul li .ginput_container input::-moz-placeholder {
            color: #c6c6c6
        }

        .newsletter .gform_wrapper ul li .ginput_container input:-ms-input-placeholder {
            color: #c6c6c6
        }

        .newsletter .gform_wrapper ul li .ginput_container input::placeholder {
            color: #c6c6c6
        }

@media print, screen and (min-width:64em) {
    .newsletter .newsletter__title {
        font-size: 3.5vw;
        margin-bottom: .3rem
    }

    .newsletter .newsletter__left {
        position: absolute;
        width: 50%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover
    }
}

article.sticky,
body.sticky {
    position: static
}

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

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

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

object,
video {
    max-width: 100%;
    height: auto
}

pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px
}

.single-post article.post .entry-content figure.wp-caption {
    float: none !important;
    margin-left: auto;
    margin-right: auto
}

    .single-post article.post .entry-content figure.wp-caption img {
        margin: 0 auto;
        display: block
    }

@media screen and (max-width:39.9375em) {
    .no-js .top-bar {
        display: none
    }
}

@media print, screen and (min-width:40em) {
    .no-js .title-bar {
        display: none
    }
}

header.head .top-bar {
    max-width: 100vw;
    position: fixed;
    background: 0 0;
    -webkit-transition: transform .4s cubic-bezier(.25, .46, .45, .94);
    -o-transition: cubic-bezier(.25, .46, .45, .94) .4s transform;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

header.head .top-bar__brand,
header.head .top-bar__icon {
    background-color: #e32119;
    display: inline-block;
    float: left
}

header.head .top-bar__icon {
    color: #fff;
    width: 3.23077rem;
    height: 3.23077rem;
    position: relative
}

    header.head .top-bar__icon .icon {
        width: .76923rem;
        height: .61538rem;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        transform: translate(-50%, -50%)
    }

    header.head .top-bar__icon .hamburger,
    header.head .top-bar__icon .icon {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%)
    }

    header.head .top-bar__icon .hamburger {
        position: absolute;
        transform: translate(-50%, -50%)
    }

header.head .top-bar__brand {
    width: 6.46154rem;
    position: relative;
    height: 3.23077rem
}

.head__nav__container ul > li .menu li.\--hidden,
.head__nav__container ul > li.\--hidden {
    display: none
}

header.head .top-bar__brand img {
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%
}

header.head .top-bar.\--hidden {
    -webkit-transform: translateY(-105%);
    -o-transform: translateY(-105%);
    transform: translateY(-105%)
}

@media print, screen and (min-width:64em) {
    header.head .top-bar__icon {
        width: 8vw;
        height: 8vw
    }

    header.head .top-bar__brand {
        height: 8vw;
        width: 16vw
    }

        header.head .top-bar__brand img {
            z-index: 100;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }
}

@media screen and (min-width:75em) {
    .newsletter .newsletter__title {
        font-size: 2.5vw
    }

    header.head .top-bar__icon {
        width: 7vw;
        height: 7vw;
        max-width: 5.38462rem;
        max-height: 5.38462rem
    }

    header.head .top-bar__brand {
        height: 7vw;
        width: 14vw;
        max-width: 9.23077rem;
        max-height: 5.38462rem
    }
}

.head__nav__container {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #e32119;
    z-index: 997;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    left: 0
}

    .head__nav__container.active {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

        .head__nav__container.active ul li {
            -webkit-animation: b .5s ease-out;
            -o-animation: b .5s ease-out;
            animation: b .5s ease-out;
            -webkit-animation-fill-mode: forwards;
            -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-delay: .1s;
            -o-animation-delay: .1s;
            animation-delay: .1s
        }

            .head__nav__container.active ul li:first-of-type {
                -webkit-animation-delay: .1s;
                -o-animation-delay: .1s;
                animation-delay: .1s
            }

            .head__nav__container.active ul li:nth-of-type(2) {
                -webkit-animation-delay: .2s;
                -o-animation-delay: .2s;
                animation-delay: .2s
            }

            .head__nav__container.active ul li:nth-of-type(3) {
                -webkit-animation-delay: .3s;
                -o-animation-delay: .3s;
                animation-delay: .3s
            }

            .head__nav__container.active ul li:nth-of-type(4) {
                -webkit-animation-delay: .4s;
                -o-animation-delay: .4s;
                animation-delay: .4s
            }

            .head__nav__container.active ul li:nth-of-type(5) {
                -webkit-animation-delay: .5s;
                -o-animation-delay: .5s;
                animation-delay: .5s
            }

            .head__nav__container.active ul li:nth-of-type(6) {
                -webkit-animation-delay: .6s;
                -o-animation-delay: .6s;
                animation-delay: .6s
            }

            .head__nav__container.active ul li:nth-of-type(7) {
                -webkit-animation-delay: .7s;
                -o-animation-delay: .7s;
                animation-delay: .7s
            }

            .head__nav__container.active ul li:nth-of-type(8) {
                -webkit-animation-delay: .8s;
                -o-animation-delay: .8s;
                animation-delay: .8s
            }

    .head__nav__container.active--transition {
        width: 100%;
        -webkit-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out
    }

    .head__nav__container.remove {
        -webkit-transition: -webkit-transform .5s ease-in-out;
        -o-transition: -o-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

        .head__nav__container.remove ul li {
            opacity: 1;
            -webkit-transition: opacity .3s cubic-bezier(.56, 1, .51, .55);
            -o-transition: opacity .3s cubic-bezier(.56, 1, .51, .55);
            transition: opacity .3s cubic-bezier(.56, 1, .51, .55)
        }

    .head__nav__container.remove--transition {
        left: 100%;
        -webkit-transition: left .5s ease-in-out;
        -o-transition: left .5s ease-in-out;
        transition: left .5s ease-in-out
    }

    .head__nav__container ul {
        list-style: none;
        margin-top: 5.76923rem;
        margin-left: 1.53846rem
    }

        .head__nav__container ul > li {
            padding: 3px 0;
            opacity: 0;
            -webkit-transition: opacity .3s cubic-bezier(.56, 1, .51, .55);
            -o-transition: opacity .3s cubic-bezier(.56, 1, .51, .55);
            transition: opacity .3s cubic-bezier(.56, 1, .51, .55)
        }

            .head__nav__container ul > li a {
                color: #fff;
                font-size: 5vw;
                font-weight: 600;
                line-height: 3vw;
                -webkit-transition: margin .3s ease;
                -o-transition: margin .3s ease;
                transition: margin .3s ease
            }

                .head__nav__container ul > li a:hover {
                    margin-left: .46154rem
                }

        .detail,
        .head__nav__container ul.top__social li a:hover {
            margin-left: 0
        }

        .head__nav__container ul > li .menu {
            padding-top: .19231rem;
            margin-top: 0;
            margin-left: 0
        }

            .head__nav__container ul > li .menu li a {
                padding: .30769rem .76923rem .38462rem .57692rem;
                font-weight: 400;
                font-size: 4vw
            }

        .head__nav__container ul > li.is-accordion-submenu-parent a:after {
            left: 110%
        }

        .head__nav__container ul.top__social {
            margin-top: .96154rem
        }

            .head__nav__container ul.top__social li:first-of-type {
                -webkit-animation-delay: .8s;
                -o-animation-delay: .8s;
                animation-delay: .8s
            }

            .head__nav__container ul.top__social li:nth-of-type(2) {
                -webkit-animation-delay: .9s;
                -o-animation-delay: .9s;
                animation-delay: .9s
            }

            .head__nav__container ul.top__social li:nth-of-type(3) {
                -webkit-animation-delay: 1s;
                -o-animation-delay: 1s;
                animation-delay: 1s
            }

            .head__nav__container ul.top__social li:nth-of-type(4) {
                -webkit-animation-delay: 1.1s;
                -o-animation-delay: 1.1s;
                animation-delay: 1.1s
            }

            .head__nav__container ul.top__social li:nth-of-type(5) {
                -webkit-animation-delay: 1.2s;
                -o-animation-delay: 1.2s;
                animation-delay: 1.2s
            }

            .head__nav__container ul.top__social li:nth-of-type(6) {
                -webkit-animation-delay: 1.3s;
                -o-animation-delay: 1.3s;
                animation-delay: 1.3s
            }

            .head__nav__container ul.top__social li:nth-of-type(7) {
                -webkit-animation-delay: 1.4s;
                -o-animation-delay: 1.4s;
                animation-delay: 1.4s
            }

            .head__nav__container ul.top__social li:nth-of-type(8) {
                -webkit-animation-delay: 1.5s;
                -o-animation-delay: 1.5s;
                animation-delay: 1.5s
            }

@media print, screen and (min-width:64em) {
    .head__nav__container ul > li a,
    .head__nav__container ul > li ul.menu li a:hover {
        font-family: Poppins-SemiBold, Sans-Serif;
    }

    .head__nav__container {
        width: 68vw
    }

        .head__nav__container ul {
            margin-left: 9vw;
            margin-top: 15vw
        }

            .head__nav__container ul > li a {
                font-size: 20px;
                line-height: 4vw
            }

            .head__nav__container ul > li ul.menu {
                margin: 0 0 .38462rem 1.15385rem;
                opacity: 0;
                -webkit-transform: translateY(-30px);
                -o-transform: translateY(-30px);
                transform: translateY(-30px);
                -webkit-transform-origin: top;
                -o-transform-origin: top;
                transform-origin: top;
                position: absolute
            }

                .head__nav__container ul > li ul.menu li a:hover {
                    font-size: 16px;
                    font-weight: 600
                }

                .head__nav__container ul > li ul.menu li {
                    display: block
                }

                    .head__nav__container ul > li ul.menu li a {
                        font-size: 15px;
                        font-family: Poppins-Regular, Sans-Serif;
                        font-weight: 400;
                        padding: 0;
                        line-height: 1.4
                    }

            .head__nav__container ul > li.menu-item-has-children {
                position: relative;
                height: auto;
                -webkit-transition: height .45s cubic-bezier(.4, 0, .2, 1);
                -o-transition: height .45s cubic-bezier(.4, 0, .2, 1);
                transition: height .45s cubic-bezier(.4, 0, .2, 1)
            }

                .head__nav__container ul > li.menu-item-has-children > ul {
                    opacity: 1;
                    -webkit-transition: opacity .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
                    -o-transition: opacity .3s cubic-bezier(.4, 0, .2, 1), -o-transform .45s cubic-bezier(.4, 0, .2, 1);
                    transition: transform .45s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1);
                    transition: transform .45s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .45s cubic-bezier(.4, 0, .2, 1), -o-transform .45s cubic-bezier(.4, 0, .2, 1);
                    -webkit-transform: translateY(0);
                    -o-transform: translateY(0);
                    transform: translateY(0);
                    height: 100%;
                    position: relative
                }

    .head__nav__close {
        width: 32vw;
        height: 100%;
        position: fixed;
        z-index: 997;
        overflow: hidden;
        background: 0 0;
        right: 0;
        top: 0;
        display: none
    }

        .head__nav__close.\--active {
            display: block
        }
}

.head__video {
    height: 100vh;
    overflow: hidden
}

    .head__video video {
        position: relative;
        pointer-events: none;
        image-fit: fill;
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        z-index: 0
    }

@supports (object-fit:cover) {
    .head__video video {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%
    }
}

.head__video__fallback {
    position: absolute;
    top: 0;
    pointer-events: none;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    z-index: -1;
    background-position: 50%
}

.head__video__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    width: 60%
}

    .head__video__content h1 {
        font-size: 2.5rem;
        line-height: 2.30769rem;
        color: #fff;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto
    }

    .head__video__content a {
        font-size: .84615rem;
        color: #fff;
        text-align: center;
        margin-bottom: 0
    }

        .head__video__content a:active,
        .head__video__content a:focus,
        .head__video__content a:hover {
            color: #fff
        }

        .head__video__content a:after {
            background: #fff;
            height: .11538rem
        }

@media print, screen and (min-width:64em) {
    .head__video {
        position: relative
    }

    .head__video__content {
        left: 9.5vw;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left;
        width: 80%
    }

        .head__video__content h_1 {
            font-size: 7vw;
            line-height: 7vw;
            margin: 0 0 1rem
        }

        .head__video__content a {
            font-size: 1.8vw
        }

    .head__video__mute {
        position: absolute;
        display: block;
        right: 1vw;
        bottom: 1vw;
        cursor: pointer
    }

        .head__video__mute svg {
            width: .96154rem;
            height: .96154rem;
            fill: #fff;
            margin-top: .61538rem;
            margin-right: .76923rem
        }

        .head__video__mute .sound__wave {
            position: absolute;
            border: 2px solid transparent;
            border-right: 2px solid #fff;
            border-radius: 50%;
            -webkit-transition: all .2s cubic-bezier(.56, 1, .51, .55);
            -o-transition: all .2s cubic-bezier(.56, 1, .51, .55);
            transition: all .2s cubic-bezier(.56, 1, .51, .55);
            margin: auto;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0
        }

            .head__video__mute .sound__wave.\--one {
                width: 30%;
                height: 30%
            }

            .head__video__mute .sound__wave.\--two {
                width: 60%;
                height: 60%;
                -webkit-transition-delay: .2s;
                -o-transition-delay: .2s;
                transition-delay: .2s
            }

        .head__video__mute.muted .sound__wave {
            opacity: 1
        }
}

@media screen and (min-width:75em) {
    .head__video__content h1 {
        margin-left: -.15385rem
    }

    .head__video__content a {
        font-size: 1.6vw
    }

    .head__video__mute {
        right: 1vw;
        bottom: 1vw
    }

        .head__video__mute svg {
            width: 2vw;
            height: 2vw
        }
}

@media screen and (min-width:100em) {
    .head__video__content {
        max-width: 45%;
        left: 9vw
    }

        .head__video__content h1 {
            font-size: 6.2vw;
            line-height: 6.2vw
        }

        .head__video__content a {
            font-size: 1.3vw
        }

    .head__video__mute {
        bottom: 1.5vw;
        right: 1.5vw
    }

        .head__video__mute svg {
            width: 1.5vw;
            height: 1.5vw
        }
}

.head__image {
    height: 40vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.head__cta {
    position: relative;
    width: 100%;
    display: block;
    background: #242424;
    text-align: center;
    overflow: hidden
}

    .head__cta .\--cta {
        display: inline-block;
        margin-bottom: 0;
        padding: 1.5rem 0 1.42308rem
    }

    .head__cta:after {
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        background: #000;
        z-index: -1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: absolute;
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .head__cta:hover:after {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

@media print, screen and (min-width:64em) {
    .head__image {
        height: 50vh
    }

    .head__cta {
        width: calc(32vw - (100vw - 100%));
        right: 0;
        position: absolute;
        z-index: 10;
        text-align: left
    }

        .head__cta .\--cta {
            padding-left: 2.7vw;
            padding-top: 2.6vw;
            padding-bottom: 2.4vw;
            width: 100%;
            text-align: left
        }

    .head__row {
        margin-top: -7vw;
        height: 7vw;
        width: 68vw;
        background: #fafafa;
        display: block;
        position: absolute
    }
}

@media screen and (min-width:75em) {
    .head__row {
        margin-top: -6vw;
        height: 6vw
    }
}

.page__header {
    padding: 2.69231rem 0 1.73077rem;
    position: relative;
    overflow: hidden
}

    .page__header .header__content {
        margin-top: 1vw
    }

    .page__header.\--home {
        background: 0 0;
        z-index: 1
    }

        .page__header.\--home h2 {
            font-size: 1.53846rem
        }

        .page__header.\--home img,
        .page__header.\--home video {
            display: block
        }

        .page__header.\--home a {
            margin-top: .76923rem
        }

@media print, screen and (min-width:40em) {
    .about__content.\--footer .footer__cta .page__header.\--home a,
    .gform_wrapper .gform_footer .page__header.\--home a.gform_button,
    .page__header.\--home .about__content.\--footer .footer__cta a,
    .page__header.\--home .gform_wrapper .gform_footer a.gform_button,
    .page__header.\--home a.button,
    .page__header.\--home a.content__more__link {
        float: right;
        display: block
    }

    .page__header.\--home img {
        width: 100%
    }
}

@media print, screen and (min-width:64em) {
    .page__header {
        margin-bottom: 0;
        padding-top: calc(100px + 3vw);
        padding-bottom: 4.625rem;
        position: relative;
        background: #fafafa;
        overflow: initial
    }

        .page__header.\--home {
            display: inline-block
        }

            .page__header.\--home .sidebar ul.house__attr__list li span,
            .page__header.\--home p,
            .sidebar ul.house__attr__list li .page__header.\--home span {
                max-width: 40%
            }

            .page__header.\--home h2 {
                font-size: 5vw;
                max-width: 60%;
                line-height: 1
            }

            .page__header.\--home img {
                max-width: 86%;
                float: right;
                margin-left: 9.5%
            }
}

@media screen and (min-width:100em) {
    .page__header.\--home h2 {
        font-size: 5vw;
        line-height: 5vw
    }

    .page__header.\--home a {
        font-size: 1vw
    }
}

.header__background {
    fill: transparent;
    position: absolute;
    height: 9.61538rem;
    width: 17.69231rem;
    z-index: -1;
    top: 12vw;
    max-width: 100%;
    right: 0;
    overflow: hidden
}

    .header__background svg {
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
        right: -40%
    }

@media print, screen and (min-width:40em) {
    .header__background {
        width: 60vw;
        height: auto
    }

        .header__background svg {
            right: -20%
        }
}

.sidebar {
    margin-top: .96154rem;
    font-weight: 400;
    margin-bottom: -5px;
    cursor: auto
}

    .sidebar ul.house__attr__list li footer .footer__copy span,
    footer,
    footer .footer__copy .sidebar ul.house__attr__list li span,
    footer .footer__copy a,
    footer .footer__copy p {
        font-weight: 500
    }

    .sidebar ul {
        list-style: none;
        margin: 0
    }

        .sidebar ul.house__attr__list li span {
            width: 50%;
            display: inline-block;
            margin-bottom: 0;
            vertical-align: top
        }

            .sidebar ul.house__attr__list li span + span {
                width: 30%
            }

    .sidebar.\--contact {
        margin-bottom: 1.92308rem
    }

@media print, screen and (min-width:64em) {
    .header__background {
        z-index: 0;
        display: inline-block;
        right: 0;
        min-height: 15.38462rem
    }

    .sidebar {
        width: 32vw;
        margin-top: 8vw;
        font-size: 1vw;
        line-height: 1.6vw;
        position: absolute;
        right: 0;
        padding-left: 0
    }

        .sidebar a,
        .sidebar p,
        .sidebar ul.house__attr__list li span {
            font-size: 1.3vw;
            line-height: 1.8vw
        }

        .sidebar a {
            line-height: 1
        }

        .sidebar.\--contact {
            margin-bottom: 0
        }
}

footer,
footer a {
    position: relative
}

@media screen and (min-width:75em) {
    .sidebar a,
    .sidebar p,
    .sidebar ul.house__attr__list li span {
        font-size: 1.1vw
    }

    .sidebar ul.house__attr__list li span {
        line-height: 1.2
    }
}

@media screen and (min-width:100em) {
    .sidebar a,
    .sidebar p,
    .sidebar ul.house__attr__list li span {
        font-size: 1vw
    }
}

footer {
    background: #242424;
    padding: 2.30769rem 0
}

    footer .footer__social {
        margin-top: .96154rem;
        margin-bottom: .96154rem
    }

        footer .footer__social li a svg {
            fill: #696969
        }

        footer .footer__social li a:after {
            display: none
        }

    footer .footer__copy a {
        display: table
    }

    .sidebar ul.house__attr__list li footer span,
    footer .sidebar ul.house__attr__list li span,
    footer a,
    footer p {
        color: #696969;
        font-size: .61538rem;
        display: block;
        margin-bottom: 0
    }

    footer a {
        overflow: hidden
    }

        footer a:after {
            display: block;
            height: .07692rem;
            background: #696969;
            outline: transparent solid 1px;
            position: absolute;
            bottom: .19231rem;
            width: 100%
        }

        footer a.stuurmen-copyright-link svg {
            fill: #525252;
            -webkit-transition: fill .5s cubic-bezier(.56, 1, .51, .55);
            -o-transition: fill .5s cubic-bezier(.56, 1, .51, .55);
            transition: fill .5s cubic-bezier(.56, 1, .51, .55)
        }

        .milestones-comp__toggle .sprite-caret_left,
        footer a.stuurmen-copyright-link:hover svg {
            fill: #fff
        }

        footer a.stuurmen-copyright-link:after {
            display: none
        }

        footer a:focus,
        footer a:hover,
        footer aactive {
            color: #fff
        }

            footer a:focus:after,
            footer a:hover:after,
            footer aactive:after {
                -webkit-animation-delay: 0s, .5s;
                -o-animation-delay: 0s, .5s;
                animation-delay: 0s, .5s;
                -webkit-animation-timing-function: ease-out;
                -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
                -webkit-animation-duration: .5s;
                -o-animation-duration: .5s;
                animation-duration: .5s;
                -webkit-animation-name: c, d;
                -o-animation-name: c, d;
                animation-name: c, d;
                -webkit-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                -webkit-transform: translateX(100%) translateZ(0) perspective(1px);
                transform: translateX(100%) translateZ(0) perspective(1px);
                background: #fff
            }

@media print, screen and (min-width:40em) {
    footer .footer__social {
        float: right;
        margin-top: 0;
        margin-bottom: 0
    }

    footer a.stuurmen-copyright-link svg {
        float: right
    }
}

@media print, screen and (min-width:64em) {
    footer {
        padding-top: 6vw;
        padding-bottom: 5vw;
        font-size: .61538rem
    }

        .sidebar ul.house__attr__list li footer span,
        footer .sidebar ul.house__attr__list li span,
        footer a,
        footer p {
            font-size: .61538rem;
            float: left
        }

        footer .footer__copy {
            text-align: left
        }

            footer .footer__copy a {
                margin-left: 1.5vw;
                line-height: 2vw
            }

        footer .stuurmen-copyright-link {
            float: right
        }
}

@media screen and (min-width:75em) {
    footer {
        padding-top: 4vw;
        padding-bottom: 3vw
    }

        .sidebar ul.house__attr__list li footer span,
        footer .sidebar ul.house__attr__list li span,
        footer a,
        footer p {
            font-size: .69231rem
        }
}

.news__block .news__figure {
    position: relative
}

.news__block .news__list .news__item .item__info {
    border-top: 2px solid #c6c6c6
}

    .news__block .news__list .news__item .item__info .item__date {
        color: #c6c6c6;
        font-weight: 600;
        font-size: .53846rem;
        display: block;
        margin-top: .57692rem
    }

    .news__block .news__list .news__item .item__info h1 {
        font-size: .69231rem;
        margin-top: .19231rem;
        margin-bottom: 0
    }

@media print, screen and (min-width:40em) {
    .news__block .news__figure figure {
        opacity: 0;
        position: absolute;
        -webkit-transition: opacity .4s cubic-bezier(.56, 1, .51, .55);
        -o-transition: .4s opacity cubic-bezier(.56, 1, .51, .55);
        transition: opacity .4s cubic-bezier(.56, 1, .51, .55);
        height: 100%;
        overflow: hidden
    }

        .news__block .news__figure figure a {
            height: 100%;
            width: 100%;
            display: block
        }

        .news__block .news__figure figure.active {
            opacity: 1;
            -webkit-transition: opacity .4s cubic-bezier(.56, 1, .51, .55);
            -o-transition: .4s opacity cubic-bezier(.56, 1, .51, .55);
            transition: opacity .4s cubic-bezier(.56, 1, .51, .55)
        }
}

@media print, screen and (min-width:64em) {
    .news__block {
        margin-bottom: 10vw
    }

        .news__block .news__figure {
            padding-left: 0;
            padding-right: 0
        }

        .news__block .news__list .news__item {
            text-align: right
        }

            .news__block .news__list .news__item:nth-of-type(odd) {
                padding-right: 4vw
            }

            .news__block .news__list .news__item:nth-of-type(2n) {
                padding-left: 4vw
            }

            .news__block .news__list .news__item .item__info .item__date {
                font-size: .95vw
            }

            .news__block .news__list .news__item .item__info h1 {
                font-size: 1.9vw;
                margin-top: .8vw;
                margin-bottom: 2.5vw
            }
}

.header__social {
    margin-top: .96154rem
}

    .header__social .title {
        font-size: .61538rem;
        margin-bottom: .57692rem;
        display: block
    }

.header__social__list {
    list-style: none;
    margin: 0
}

@media print, screen and (min-width:64em) {
    .header__social {
        position: absolute;
        right: 0;
        width: 32vw;
        padding: 0;
        margin-top: 8vw
    }

        .header__social .title {
            font-size: 1.3vw;
            line-height: 1.8vw
        }
}

@media screen and (min-width:75em) {
    .header__social .title {
        font-size: 1.1vw
    }
}

@media screen and (min-width:100em) {
    .header__social .title {
        font-size: 1vw
    }
}

.about__content {
    padding-bottom: 2.88462rem
}

    .about__content.\--image {
        padding-bottom: 1.53846rem
    }

    .about__content.\--footer {
        margin-top: 3.84615rem;
        padding-bottom: 0
    }

        .about__content.\--footer img {
            float: right;
            max-width: 100%;
            width: 100%
        }

#loadMore,
#loadMoreAll,
.ala,
.houses__footer.\--single,
.orb {
    float: left
}

.about__content.\--footer .footer__address,
.about__content.\--footer .footer__cta {
    padding: 1.15385rem 1.15385rem 1.03846rem
}

    .about__content.\--footer .footer__address .sidebar ul.house__attr__list li span,
    .about__content.\--footer .footer__address p,
    .about__content.\--footer .footer__cta .sidebar ul.house__attr__list li span,
    .about__content.\--footer .footer__cta p,
    .sidebar ul.house__attr__list li .about__content.\--footer .footer__address span,
    .sidebar ul.house__attr__list li .about__content.\--footer .footer__cta span {
        font-weight: 500;
        margin-bottom: 0;
        line-height: 1
    }

.about__content.\--footer .footer__address {
    background: #572e75;
    color: #fff
}

.about__content.\--footer .footer__cta {
    background: #242424;
    color: #fff
}

    .about__content.\--footer .footer__cta a {
        color: #fff;
        margin-top: .23077rem;
        margin-bottom: 0
    }

        .about__content.\--footer .footer__cta a:after {
            background: #fff
        }

@media print, screen and (min-width:40em) {
    .about__content img {
        width: 100%
    }
}

@media print, screen and (min-width:64em) {
    .about__content {
        padding-bottom: 4.61538rem
    }

        .about__content.\--image {
            margin-bottom: 6vw
        }

        .about__content.\--footer {
            margin-top: 10vw
        }

            .about__content.\--footer .footer__address,
            .about__content.\--footer .footer__cta {
                height: 7vw;
                padding: 0;
                float: left;
                position: relative
            }

                .about__content.\--footer .footer__address .sidebar ul.house__attr__list li span,
                .about__content.\--footer .footer__address p,
                .about__content.\--footer .footer__cta .sidebar ul.house__attr__list li span,
                .about__content.\--footer .footer__cta p,
                .sidebar ul.house__attr__list li .about__content.\--footer .footer__address span,
                .sidebar ul.house__attr__list li .about__content.\--footer .footer__cta span {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%)
                }

                .about__content.\--footer .footer__address .sidebar ul.house__attr__list li span,
                .about__content.\--footer .footer__address a,
                .about__content.\--footer .footer__address p,
                .about__content.\--footer .footer__cta .sidebar ul.house__attr__list li span,
                .about__content.\--footer .footer__cta a,
                .about__content.\--footer .footer__cta p,
                .sidebar ul.house__attr__list li .about__content.\--footer .footer__address span,
                .sidebar ul.house__attr__list li .about__content.\--footer .footer__cta span {
                    font-size: 1.4vw;
                    line-height: 1.2
                }

                .about__content.\--footer .footer__address .sidebar ul.house__attr__list li span,
                .about__content.\--footer .footer__address p,
                .sidebar ul.house__attr__list li .about__content.\--footer .footer__address span {
                    width: 80%
                }

                .about__content.\--footer .footer__cta .sidebar ul.house__attr__list li span,
                .about__content.\--footer .footer__cta p,
                .sidebar ul.house__attr__list li .about__content.\--footer .footer__cta span {
                    width: 90%
                }
}

@media screen and (min-width:75em) {
    .about__content.\--footer .footer__address .sidebar ul.house__attr__list li span,
    .about__content.\--footer .footer__address a,
    .about__content.\--footer .footer__address p,
    .about__content.\--footer .footer__cta .sidebar ul.house__attr__list li span,
    .about__content.\--footer .footer__cta a,
    .about__content.\--footer .footer__cta p,
    .sidebar ul.house__attr__list li .about__content.\--footer .footer__address span,
    .sidebar ul.house__attr__list li .about__content.\--footer .footer__cta span {
        font-size: 1.1vw
    }
}

.about__labels .labels__list {
    list-style: none;
    margin: 0
}

    .about__labels .labels__list .label__container .label__logo {
        background: #fff;
        padding: 20vw 5vw;
        position: relative;
        margin-bottom: .96154rem
    }

        .about__labels .labels__list .label__container .label__logo img {
            margin: 0 auto;
            display: block;
            max-width: 3.84615rem
        }

    .about__labels .labels__list .label__container .label__info {
        margin-bottom: .96154rem
    }

@media print, screen and (min-width:40em) {
    .about__labels .labels__list .label__container .label__info {
        padding-left: 6vw
    }
}

@media print, screen and (min-width:64em) {
    .about__labels {
        margin-top: 10vw
    }

        .about__labels .labels__list .label__container {
            margin-bottom: 10vw
        }

            .about__labels .labels__list .label__container .label__logo {
                margin-bottom: 0;
                padding: 7vw 5vw
            }

                .about__labels .labels__list .label__container .label__logo img {
                    max-width: 75%
                }

            .about__labels .labels__list .label__container .label__info {
                margin-top: 5vw;
                margin-bottom: 0
            }
}

.about__team {
    margin-top: 1.92308rem;
    margin-bottom: 1.92308rem
}

@media print, screen and (min-width:40em) {
    .about__team {
        margin-top: 3.84615rem
    }
}

@media print, screen and (min-width:64em) {
    .about__team {
        margin-top: 15vw
    }
}

.about__employees {
    list-style: none;
    margin: 0
}

    .about__employees .employee {
        margin-bottom: 2.88462rem
    }

        .about__employees .employee figure {
            position: relative;
            text-align: right;
            overflow: hidden
        }

            .about__employees .employee figure figcaption {
                background: #242424;
                color: #fff;
                display: block;
                padding: 1.03846rem 1.15385rem .76923rem;
                position: absolute;
                left: 0;
                bottom: 0;
                text-align: left
            }

.house__content .tabs,
.house__media .tabs-content {
    background: 0 0;
    border: none
}

.about__employees .employee figure figcaption .employee__name {
    font-weight: 600;
    display: block;
    font-size: .69231rem;
    color: #fff;
    margin-bottom: 0
}

.about__employees .employee figure figcaption .employee__title {
    display: block;
    font-size: .69231rem
}

.about__employees .employee__info {
    margin-top: 5vw
}

@media print, screen and (min-width:64em) {
    .about__employees {
        margin: 5vw 0 0
    }

        .about__employees .employee {
            margin-bottom: 0
        }

            .about__employees .employee figure figcaption {
                padding: .96154rem
            }

                .about__employees .employee figure figcaption .employee__name {
                    font-size: 1.7vw;
                    line-height: 2vw
                }

                .about__employees .employee figure figcaption .employee__title {
                    font-size: 1.7vw;
                    line-height: 1
                }

            .about__employees .employee.\--right {
                margin-top: 20vw
            }
}

@media screen and (min-width:75em) {
    .about__employees .employee figure figcaption {
        padding: 1.34615rem
    }

        .about__employees .employee figure figcaption .employee__name {
            font-size: 1.6vw;
            line-height: 2.4vw
        }

        .about__employees .employee figure figcaption .employee__title {
            font-size: 1.35vw;
            line-height: 1
        }
}

@media screen and (min-width:100em) {
    .about__employees .employee figure figcaption .employee__name {
        font-size: 1.1vw;
        line-height: 1.7vw
    }

    .about__employees .employee figure figcaption .employee__title {
        font-size: 1.05vw;
        line-height: 1
    }
}

.about__services .accordion {
    margin: 10vw 0 0
}

@media print, screen and (min-width:40em) {
    .about__services {
        margin-top: 10vw
    }
}

@media print, screen and (min-width:64em) {
    .about__services {
        margin: 10vw 0 0
    }

        .about__services .accordion {
            margin: 5vw 0 0
        }
}

.page__header .content__intro.\--hidden,
.page__header .content__more {
    display: none
}

    .page__header .content__more.\--active {
        display: block;
        -webkit-animation: e .5s cubic-bezier(.56, 1, .51, .55);
        -o-animation: e .5s cubic-bezier(.56, 1, .51, .55);
        animation: e .5s cubic-bezier(.56, 1, .51, .55)
    }

.page__header .content__more__link.\--hidden {
    display: none
}

.house__content .content__button {
    position: relative;
    margin-bottom: .96154rem
}

    .house__content .content__button .viewArea {
        margin-bottom: 0
    }

.house__content .social-list__container {
    margin-bottom: .76923rem
}

.house__content .tabs {
    position: absolute;
    bottom: 0;
    right: 0
}

    .house__content .tabs li {
        display: inline-block;
        margin-right: .38462rem
    }

        .house__content .tabs li a {
            padding: 0;
            font-size: .61538rem;
            margin-bottom: 0;
            display: block
        }

        .house__content .tabs li.is-active a:after {
            display: none
        }

@media print, screen and (min-width:64em) {
    .house__content .content__button {
        height: 1.84615rem
    }

        .house__content .content__button .viewArea {
            bottom: 0;
            position: absolute;
            right: .57692rem
        }
}

@media screen and (min-width:75em) {
    .house__content .content__button {
        height: 4vw;
        margin-bottom: 1.53846rem
    }

    .house__content .tabs li {
        margin-right: 1.5vw
    }

        .house__content .tabs li a {
            font-size: 1.3vw;
            line-height: 1.1
        }
}

.house__media__content {
    position: relative
}

.house__media .tabs-content .tabs-panel {
    padding: 0
}

.house__media #google-map {
    width: 100%;
    height: 75vh;
    z-index: 996;
    display: block;
    position: relative
}

.house__media .media__carousel {
    width: 100vw
}

    .house__media .media__carousel .carousel__cell {
        width: 100%
    }

        .house__media .media__carousel .carousel__cell img {
            height: auto;
            max-height: 100%;
            max-width: calc(83.3334% - 30px);
            width: 100%;
            margin: 0 auto;
            display: block
        }

        .house__media .media__carousel .carousel__cell.\--matterport .matterport__container {
            width: 100%;
            margin: 0 calc(8.3333% + 15px);
            max-width: calc(83.3334% - 30px);
            height: 100%;
            display: block;
            position: absolute;
            background-color: rgba(0, 0, 0, .85);
            pointer-events: none
        }

        .house__media .media__carousel .carousel__cell.\--matterport .matterport__btn {
            width: auto;
            height: auto;
            cursor: pointer;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

    .house__media .media__carousel .video__cell,
    .house__media .media__carousel .video__cell .video__container {
        height: 45vw;
        width: 100vw
    }

        .house__media .media__carousel .video__cell .video__container .plyr {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-height: 100%;
            max-width: 100%;
            width: calc(83.3334% - 30px);
            height: auto
        }

    .house__media .media__carousel .flickity-prev-next-button {
        display: none
    }

.house__media__cta {
    background: #242424;
    padding: .76923rem 1.15385rem .38462rem;
    margin-top: -1px;
    margin-bottom: .96154rem
}

    .house__media__cta span {
        color: #fff;
        font-weight: 600;
        display: block;
        font-size: .61538rem
    }

    .house__media__cta a {
        color: #fff;
        margin-bottom: 0;
        font-weight: 400;
        font-size: .53846rem
    }

        .house__media__cta a:after {
            background-color: #fff
        }

@media print, screen and (min-width:64em) {
    .house__media {
        margin-bottom: 10vw
    }

        .house__media .media__carousel .video__cell .plyr {
            width: 80%
        }

            .house__media .media__carousel .video__cell .plyr .plyr__video-embed {
                padding-bottom: 42%
            }

            .house__media .media__carousel .video__cell .plyr .plyr__play-large {
                padding: 15px
            }

                .house__media .media__carousel .video__cell .plyr .plyr__play-large svg {
                    width: 40px;
                    height: 40px
                }

        .house__media .media__carousel .flickity-prev-next-button {
            display: block;
            background: 0 0;
            width: 2.69231rem;
            height: 2.69231rem;
            left: 1.53846rem
        }

            .house__media .media__carousel .flickity-prev-next-button:after {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='22' viewBox='0 0 30 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.798.317a1.06 1.06 0 0 1 1.512 0 1.066 1.066 0 0 1 0 1.496L3.644 9.474h25.298c.59.001 1.058.47 1.058 1.059 0 .59-.469 1.073-1.058 1.073H3.644l7.666 7.647a1.084 1.084 0 0 1 0 1.511 1.06 1.06 0 0 1-1.512 0l-9.48-9.475a1.04 1.04 0 0 1 0-1.496L9.797.317z' fill='%23242424'/%3E%3C/svg%3E");
                content: "";
                display: block;
                width: 1.42308rem;
                height: 1rem;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                background-repeat: no-repeat
            }

            .house__media .media__carousel .flickity-prev-next-button.next {
                right: 1.53846rem
            }

                .house__media .media__carousel .flickity-prev-next-button.next:after {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='22' viewBox='0 0 30 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.202.317a1.06 1.06 0 0 0-1.512 0 1.066 1.066 0 0 0 0 1.496l7.666 7.661H1.058C.468 9.475 0 9.944 0 10.533c0 .59.469 1.073 1.058 1.073h25.298l-7.666 7.647a1.084 1.084 0 0 0 0 1.511 1.06 1.06 0 0 0 1.512 0l9.48-9.475a1.04 1.04 0 0 0 0-1.496L20.203.317z' fill='%23242424'/%3E%3C/svg%3E")
                }

    .house__media__cta {
        padding: 1vw 1.4vw
    }

        .house__media__cta span {
            font-size: 1.3vw
        }

        .house__media__cta a {
            font-size: 1vw
        }
}

.listing__content,
.listing__filter .facetwp-type-autocomplete {
    position: relative
}

@media screen and (min-width:100em) {
    .house__media .media__carousel .flickity-prev-next-button {
        width: 4.61538rem;
        height: 4.61538rem
    }

        .house__media .media__carousel .flickity-prev-next-button:after {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='37' height='26' viewBox='0 0 37 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.085.391a1.307 1.307 0 0 1 1.864 0 1.314 1.314 0 0 1 0 1.845l-9.455 9.449h31.2A1.299 1.299 0 0 1 37 12.99c0 .726-.578 1.323-1.305 1.323h-31.2l9.454 9.431c.504.522.504 1.361 0 1.864a1.307 1.307 0 0 1-1.864 0L.39 13.923a1.283 1.283 0 0 1 0-1.845L12.085.391z' fill='%23242424'/%3E%3C/svg%3E")
        }

        .house__media .media__carousel .flickity-prev-next-button.next:after {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='37' height='26' viewBox='0 0 37 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.915.391a1.307 1.307 0 0 0-1.864 0 1.314 1.314 0 0 0 0 1.845l9.455 9.449h-31.2A1.299 1.299 0 0 0 0 12.99c0 .726.578 1.323 1.305 1.323h31.2l-9.454 9.431c-.504.522-.504 1.361 0 1.864a1.307 1.307 0 0 0 1.864 0L36.61 13.923a1.283 1.283 0 0 0 0-1.845L24.915.391z' fill='%23242424'/%3E%3C/svg%3E")
        }
}

.house__about {
    margin: 1.92308rem 0
}

.house__about__data {
    margin-top: 1.92308rem;
    line-height: 1
}

    .house__about__data .sidebar ul.house__attr__list li span.price,
    .house__about__data p.price,
    .sidebar ul.house__attr__list li .house__about__data span.price {
        font-size: calc(30px + 3vw);
        font-weight: 600;
        margin-bottom: .38462rem;
        line-height: 1
    }

    .house__about__data span {
        font-size: .61538rem;
        color: #c6c6c6
    }

.house__about__contact {
    line-height: 1.3
}

    .house__about__contact span {
        margin-bottom: .38462rem;
        display: block
    }

@media print, screen and (min-width:64em) {
    .house__about {
        margin-top: 20vw;
        margin-bottom: 0
    }

    .house__about__data {
        margin-top: .96154rem;
        text-align: right
    }

        .house__about__data .sidebar ul.house__attr__list li span.price,
        .house__about__data p.price,
        .sidebar ul.house__attr__list li .house__about__data span.price {
            margin-bottom: .4vw;
            font-size: calc(18px + 2.5vw);
            line-height: 1
        }

        .house__about__data span {
            font-size: calc(20px + .2vw)
        }
}

@media screen and (min-width:75em) {
    .house__about__data .sidebar ul.house__attr__list li span.price,
    .house__about__data p.price,
    .sidebar ul.house__attr__list li .house__about__data span.price {
        font-size: calc(26px + 2.5vw)
    }
}

.listing__filter__mobile {
    font-size: .65385rem;
    border: 2px solid #242424;
    padding: .92308rem .76923rem;
    cursor: pointer
}

@media screen and (min-width:75em) {
    .listing__content {
        padding: 0 5%
    }
}

.listing__content .nothing_found {
    width: 100%;
    display: block;
    text-align: center
}

    .listing__content .nothing_found span {
        margin: 0 auto;
        text-align: center
    }

.listing__sort {
    margin-top: .76923rem
}

    .listing__sort.active {
        display: block !important;
        padding-top: .96154rem
    }

@media print, screen and (min-width:64em) {
    .listing__sort {
        margin-top: 0;
        padding-top: 0
    }
}

.listing__filter {
    margin-top: .76923rem
}

    .listing__filter .filter__label {
        font-weight: 600;
        font-size: .61538rem;
        margin-bottom: 1vw;
        display: block
    }

    .listing__filter .facetwp-type-autocomplete .facetwp-autocomplete {
        font-size: .69231rem;
        height: auto;
        padding: .88462rem 1.07692rem .88462rem .76923rem;
        border-color: #242424
    }

    .listing__filter .facetwp-type-autocomplete svg {
        width: .69231rem;
        right: .57692rem;
        cursor: pointer;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .listing__filter .facetwp-type-autocomplete .facetwp-autocomplete-update {
        display: none
    }

    .listing__filter .facetwp-type-proximity .location-wrap i.locate-me {
        top: .84615rem;
        right: .5rem
    }

    .listing__filter .facetwp-type-proximity .location-wrap #facetwp-location {
        font-size: .69231rem;
        height: auto;
        padding: .88462rem .76923rem;
        border-color: #242424
    }

    .listing__filter .facetwp-slider-reset {
        box-shadow: none;
        display: none !important
    }
    /*
.banner-lefttext-3-1-1,
.banner-lefttext1,
.banner-leftttext-3-1-2,
.banner-righttext-3-1-1,
.banner-righttext-5-0-1,
.elementor-2484 .elementor-element.elementor-element-521a9c2>.elementor-element-populated,
.elementor-2484 .elementor-element.elementor-element-5323aff>.elementor-element-populated,
.elementor-2484 .elementor-element.elementor-element-598b28c>.elementor-element-populated,
.elementor-2484 .elementor-element.elementor-element-6a5c29a>.elementor-element-populated,
.elementor-2484 .elementor-element.elementor-element-b891f35>.elementor-element-populated,
.elementor-2484 .elementor-element.elementor-element-d003a39>.elementor-element-populated,
.elementor-2484 .elementor-element.elementor-element-f15aa89>.elementor-element-populated {
    box-shadow: none;
}*/

    .listing__filter.active {
        display: block !important
    }

    .listing__filter.\--sticky {
        position: fixed;
        top: 5.76923rem
    }

    .listing__filter.\--notsticky {
        position: absolute;
        bottom: 16vw
    }

@media print, screen and (min-width:64em) {
    .listing__filter {
        margin-top: 0
    }

        .listing__filter .filter__label {
            font-size: 1.3vw
        }
}

.autocomplete-suggestions {
    padding: .38462rem .57692rem
}

    .autocomplete-suggestions .autocomplete-no-suggestion,
    .autocomplete-suggestions .autocomplete-suggestion {
        font-size: .69231rem;
        padding-top: .38462rem
    }

.page-template-template-listing-category-blade .page__header {
    padding-top: 5.38462rem
}

.page-template-template-listing-category-blade .listing__categorie .categories__item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    display: block;
    position: relative;
    height: calc(250px + 1vw)
}

    .page-template-template-listing-category-blade .listing__categorie .categories__item .item__title {
        background: #242424;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        padding: .5rem .61538rem .34615rem;
        font-size: .53846rem;
        font-weight: 600
    }

.block__visuels > *,
.visuel__container {
    position: relative
}

.page-template-template-listing-category-blade .listing__categorie.\--bottom {
    margin-bottom: 5.38462rem
}

@media print, screen and (min-width:64em) {
    .page-template-template-listing-category-blade .page__header {
        padding-top: 14vw
    }

    .page-template-template-listing-category-blade .listing__categorie .\--side {
        padding-left: 5vw;
        padding-right: 5vw;
        margin-top: 7vw
    }

    .page-template-template-listing-category-blade .listing__categorie .categories__item.\--big {
        height: 35vw
    }

    .page-template-template-listing-category-blade .listing__categorie .categories__item.\--small {
        height: 20vw
    }

    .page-template-template-listing-category-blade .listing__categorie .categories__item .item__title {
        padding: 1.5vw 2vw 1.3vw;
        font-size: calc(16px + .1vw)
    }

    .page-template-template-listing-category-blade .listing__categorie.\--bottom {
        margin-top: 5vw;
        margin-bottom: 10vw
    }
}

@media screen and (min-width:75em) {
    .page-template-template-listing-category-blade .listing__categorie .\--side {
        padding-left: 10vw;
        padding-right: 10vw
    }

    .page-template-template-listing-category-blade .listing__categorie.\--bottom {
        margin-top: 10vw
    }
}

body#tinymce {
    margin: 12px !important
}

.btn3,
.btn4 {
    margin-left: 10%
}

a,
a:not(.btn),
a:visited {
    text-decoration: none !important
}

body {
    overflow-x: hidden !important;
    opacity: 0
}

header.head,
header.head .top-bar {
    z-index: 100000 !important
}

div.head__nav__container.active {
    border-top: #e32119 solid 120px;
    z-index: 10000 !important
}

.hamburger-box::after,
.hamburger-box:hover {
    background-color: #e32119 !important;
    color: #e32119 !important;
    text-decoration: none !important
}

.head__nav__container {
    display: inline-block;
    overflow-y: scroll;
    color: #fff;
    font-weight: 400;
    font-style: normal
}

.font1,
.font2 {
    font-weight: 600;
    letter-spacing: 1px
}

@media only screen and (max-width:500px) {
    .head__nav {
        margin-top: -130px !important
    }

    body {
        overflow-x: hidden !important
    }
}

@media only screen and (min-width:1330px) {
    div.head__nav__container.active {
        border-top: #e32119 solid 140px !important
    }

    .head__nav {
        margin-top: -190px !important
    }
}

.head__nav__container::-webkit-scrollbar {
    width: 5px
}

    .head__nav__container::-webkit-scrollbar * {
        background: 0 0
    }

.head__nav__container::-webkit-scrollbar-thumb {
    background: rgba(255, 0, 0, .1) !important
}

.entry-header {
    display: none
}

.head__nav__container.active ul li:nth-of-type(9) {
    -webkit-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s
}

.head__nav__container.active ul li:nth-of-type(10) {
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.head__nav__container.active ul li:nth-of-type(11) {
    -webkit-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.head__nav__container.active ul li:nth-of-type(12) {
    -webkit-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.head__nav__container.active ul li:nth-of-type(13) {
    -webkit-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.head__nav__container.active ul li:nth-of-type(14) {
    -webkit-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.head__nav__container.active ul li:nth-of-type(15) {
    -webkit-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.head__nav__container.active ul li:nth-of-type(16) {
    -webkit-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.head__nav__container.active ul li:nth-of-type(17) {
    -webkit-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.head__nav__container.active ul li:nth-of-type(18) {
    -webkit-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.hamburger:focus,
.hamburger:hover {
    background: 0 0
}

.page--about .block--visuels .placeholder {
    padding-top: 50%
}

.block.block--double > .visuel__container + .visuel__container {
    margin-top: 0 !important
}

.block.block--double > * + * {
    margin-top: 40px
}

@media screen and (min-width:768px) {
    .block.block--double > * + * {
        margin-top: 80px
    }
}

.block.block--double > * {
    min-width: 100%
}

@media screen and (min-width:992px) {
    .block.block--double {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .block.block--double > * + * {
            margin-top: 0
        }

    .block .block__content {
        padding-right: 80px
    }
}

.block .block__content .inner {
    max-width: 500px
}

.block__visuels > * + * {
    margin-top: 20px
}

.block__visuels > * + .slider__visuels {
    margin-top: 60px
}

.block__visuels.visuels--double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .block__visuels.visuels--double > * {
        width: calc(50% - 10px);
        margin-top: 0 !important
    }

.visuel__container .visuel {
    position: relative;
    overflow: hidden
}

    .visuel__container .visuel > div:not(.placeholder) {
        position: absolute;
        top: -80px;
        bottom: -80px;
        width: 100%;
        z-index: 10
    }

    .visuel__container .visuel img,
    .visuel__container .visuel video {
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .8s cubic-bezier(.7, 0, .3, 1);
        transition: all .8s cubic-bezier(.7, 0, .3, 1);
        z-index: 1
    }

        .visuel__container .visuel img.lazyload,
        .visuel__container .visuel video.lazyload {
            -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2)
        }

    .visuel__container .visuel video {
        height: 100%;
        width: auto;
        max-width: none
    }

.video .placeholder,
.visuel .placeholder {
    background: #efefef;
    width: 100%
}

.slider__visuels {
    position: relative
}

    .slider__visuels .swiper-container {
        background: #efefef
    }

    .slider__visuels .swiper-slide {
        position: absolute;
        overflow: hidden;
        width: 100% !important;
        opacity: 1 !important
    }

        .slider__visuels .swiper-slide .visuel {
            overflow: hidden
        }

        .slider__visuels .swiper-slide img,
        .slider__visuels .swiper-slide video {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 100%;
            width: auto;
            max-width: none
        }

        .slider__visuels .swiper-slide.swiper-slide-active {
            z-index: 1000;
            position: relative
        }

            .slider__visuels .swiper-slide.swiper-slide-active .visuel {
                -webkit-animation: swiperFormLeft 1.2s cubic-bezier(.215, .61, .355, 1);
                animation: swiperFormLeft 1.2s cubic-bezier(.215, .61, .355, 1)
            }

                .slider__visuels .swiper-slide.swiper-slide-active .visuel img {
                    -webkit-animation: swiperFormLeftImg 1.2s cubic-bezier(.215, .61, .355, 1);
                    animation: swiperFormLeftImg 1.2s cubic-bezier(.215, .61, .355, 1)
                }

[data-prllx] {
    will-change: transform
}

.slider__visuels .swiper-slide div[data-prllx] {
    width: 100%;
    position: absolute;
    left: 0;
    top: -80px;
    bottom: -80px
}

.video__visuel .video > div:not(.placeholder) > .holder,
.visuel__container .visuel > div:not(.placeholder) > .holder {
    position: relative;
    height: 100%;
    width: 100%
}

.slider__visuels .holder {
    overflow: hidden;
    width: 100%
}

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

.visuel__container .visuel img.lazyloaded,
.visuel__container .visuel video.lazyloaded {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.02);
    transform: translate(-50%, -50%) scale(1.02)
}

.loader__container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    z-index: 0
}

body > .loader__container {
    background: #eb4c49;
    position: fixed;
    z-index: 1000;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    overflow: hidden;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    body > .loader__container .container {
        position: relative;
        top: 40px;
        padding: 0 40px;
        -webkit-transition: top 1.2s cubic-bezier(.7, 0, .3, 1);
        transition: top 1.2s cubic-bezier(.7, 0, .3, 1)
    }

.btn3,
.btn4,
.gotop1 {
    position: absolute
}

@media screen and (min-width:768px) {
    body > .loader__container .container {
        padding: 0;
        top: 80px
    }
}

body.showMenu > .loader__container .container {
    top: 40px
}

@media screen and (min-width:768px) {
    body.showMenu > .loader__container .container {
        top: 80px
    }
}

@media screen and (min-width:1200px) {
    body.showMenu > .loader__container .container {
        top: 15vh
    }
}

.loader__container.loading .loader > * {
    -webkit-animation: loaderBounce .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    animation: loaderBounce .8s cubic-bezier(.7, 0, .3, 1) infinite alternate
}

.loader__container .loader .dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #fff;
    z-index: 2
}

    .loader__container .loader .dot.dot--shadow {
        opacity: .3;
        -webkit-animation-delay: 80ms;
        animation-delay: 80ms;
        z-index: 1
    }

.block__subtitle > div {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2
}

    .block__subtitle > div > div {
        white-space: nowrap
    }

@media only screen and (max-width:500px) {
    .godown1,
    .viddd,
    .vidplay {
        position: absolute
    }

    .vidplay {
        max-width: 71px
    }

    .vidtext {
        padding-left: 100px
    }

    .elementor-358 .elementor-element.elementor-element-9db8474.elementor-widget-heading .elementor-heading-title {
        line-height: 1.2em !important
    }

    .godown1 {
        bottom: 10% !important
    }
}

@media only screen and (min-width:1440px) {
    .fourthumb {
        min-height: 390px;
        max-width: 1364px;
        left: -25% !important
    }
}

.btn4 {
    bottom: 20%
}

.gotop1 {
    top: 0;
    padding-left: 50px
}

.pace-progress {
    display: none
}

#colophon {
    display: none !important
}

.backgroundgradient {
    position: absolute !important;
    z-index: 0;
    width: 100vw;
    transform: scale(1.5)
}

.hiddenMenu {
    z-index: -10;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    max-height: 100vh;
    max-width: 100vw
}

.font1 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 66px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    color: #fff
}

.font2,
.font3 {
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #fff
}

.font2 {
    font-family: Muli-SemiBold, Sans-Serif;
}

.font3,
.font4 {
    font-family: Poppins-Regular, Sans-Serif;
}

.font3,
.font4,
.font5 {
    letter-spacing: 0
}

.font3 {
    font-weight: 700
}

.font4 {
    font-size: 58px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #fff
}

.font5,
.font6 {
    font-family: Muli-SemiBold, Sans-Serif;
    line-height: normal;
    color: #fff
}

.font5,
.font6,
.font7 {
    font-weight: 600;
    font-style: normal;
    font-stretch: normal
}

.font5 {
    font-size: 18px
}

.font6 {
    font-size: 20px;
    letter-spacing: normal
}

.font7 {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 51px;
    line-height: 58px;
    letter-spacing: 1px;
    color: #1e2122
}

.font8 {
    font-family: Muli-Regular, Sans-Serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #2b2b2b
}

.font10,
.font9 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-style: normal;
    font-stretch: normal
}

.font11,
.font9 {
    letter-spacing: .3px
}

.font9 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.18;
    color: #e32119
}

.font10,
.font10-gradientbtn {
    letter-spacing: 1px;
    color: #fff
}

.font10 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.32
}

.font10-gradientbtn,
.font11 {
    font-size: 13px;
    font-weight: 500
}

.font10-gradientbtn {
    font-family: Muli-Regular, Sans-Serif;
    font-style: normal;
    font-stretch: normal;
    line-height: normal
}

.font11,
.font12 {
    font-family: Poppins-Medium, Sans-Serif;
    font-style: normal;
    font-stretch: normal
}

.font11 {
    line-height: 2.69;
    color: #505759
}

.font12,
.font12-style2 {
    letter-spacing: .3px;
    color: #91989d;
    font-weight: 500
}

.font12 {
    font-size: 12px;
    font-size: 11px;
    line-height: 1.36
}

.font12-style2 {
    font-family: Poppins-Regular, Sans-Serif;
    font-size: 10px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5
}

.font13,
.font14 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-style: normal;
    font-stretch: normal
}

.font13 {
    font-size: 16px;
    font-weight: 500;
    line-height: 3.06;
    letter-spacing: normal;
    color: #e32119
}

.font14 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .5px;
    color: #1e2122
}

.font15 {
    font-family: Muli-Regular, Sans-Serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #615f62
}

.font16 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: .5px;
    color: #1e2122
}

.font17 {
    font-family: Muli-Regular, Sans-Serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .1px;
    color: #1e2122
}

.font18,
.font18-style2 {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .1px;
    font-style: normal;
    font-stretch: normal;
    text-align: center
}

.font18 {
    font-family: Muli-SemiBold, Sans-Serif;
    Sans-Serif;
    color: #1e2122
}

.font19 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: .62;
    letter-spacing: .5px;
    color: #585858
}

.font20,
.font21 {
    font-family: Muli-Regular, Sans-Serif;
    ;
    font-weight: 400
}

.font20 {
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .1px;
    color: #6d7679
}

.font21,
.font22 {
    font-style: normal;
    font-stretch: normal;
    color: #1e2122
}

.font21 {
    font-size: 21px;
    line-height: 1.31;
    letter-spacing: normal
}

.font22,
.font25 {
    letter-spacing: .5px
}

.font22 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17
}

.font23 {
    font-family: Poppins-MediumItalic, Sans-Serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: .2px;
    color: #615f62
}

.font23-style2,
.font24 {
    font-family: Muli-Regular, Sans-Serif;
    ;
    font-size: 18px
}

.font23-style2,
.font24,
.font25 {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

.font23-style2 {
    line-height: 1.3;
    letter-spacing: normal;
    color: #505759
}

.font24 {
    line-height: 1.44;
    letter-spacing: .4px;
    color: #615f62
}

.font25,
.font26 {
    src: url(../fonts/CircularStd-Book.eot)
}

.font25 {
    font-family: CircularStd-Book, Sans-Serif;
    src: url(../fonts/CircularStd-Book.eot?#iefix) format('embedded-opentype'), url(../fonts/CircularStd-Book.woff) format('woff'), url(../fonts/CircularStd-Book.ttf) format('truetype'), url(../fonts/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd) format('svg');
    font-size: 24px;
    line-height: 1.17;
    color: #1e2122
}

.font26,
.font27 {
    font-family: CircularStd-Book, Sans-Serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: .5px;
    color: #615f62
}

.font26 {
    src: url(../fonts/CircularStd-Book.eot?#iefix) format('embedded-opentype'), url(../fonts/CircularStd-Book.woff) format('woff'), url(../fonts/CircularStd-Book.ttf) format('truetype'), url(../fonts/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd) format('svg');
    font-size: 18px
}

.font27 {
    src: url(../fonts/CircularStd-Book.eot);
    src: url(../fonts/CircularStd-Book.eot?#iefix) format('embedded-opentype'), url(../fonts/CircularStd-Book.woff) format('woff'), url(../fonts/CircularStd-Book.ttf) format('truetype'), url(../fonts/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd) format('svg');
    font-size: 16px
}

.font27-style2,
.font28,
.font29 {
    color: #fff;
    font-style: normal;
    font-stretch: normal
}

.font28 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: normal
}

.font27-style2,
.font36 {
    font-family: Muli-Regular, Sans-Serif;
}

.font27-style2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: .2px
}

.font29 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: 0
}

.font30 {
    font-family: Muli-SemiBold, Sans-Serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: .3px;
    color: #505759
}

.font31,
.font32,
.font33 {
    color: #1e2122
}

.font31 {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: 0;
    text-align: center
}

.font32 {
    font-family: Muli-SemiBold, Sans-Serif;
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: .6px
}

.font33,
.font36 {
    font-weight: 400
}

.font33 {
    font-family: Poppins-Medium, Sans-Serif;
    font-size: 28px;
    font-style: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: normal
}

.font34,
.font35 {
    font-style: normal;
    letter-spacing: normal;
    font-stretch: normal
}

.font34 {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.22;
    color: #fff
}

.font35,
.font36,
.font37 {
    color: #505759
}

.font35 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal
}

.font36 {
    font-size: 22px;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: .3px
}

.font37,
.font38 {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: .2px;
    font-family: Muli-Regular, Sans-Serif;
}

.font38 {
    color: #91989d
}

.font39,
.font39-style2 {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1e2122;
    font-size: 16px
}

.font39 {
    font-family: Muli-Regular, Sans-Serif;
}

.countryItem,
.font39-style2 {
}

.font39-style2 {
    font-family: Muli-Bold, Sans-Serif
}

.font40,
.font41 {
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .4px
}

.font40 {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 36px;
    line-height: .72;
    text-align: center;
    color: #fff
}

.font41,
.font42,
.font43 {
    font-family: Muli-Regular, Sans-Serif;
}

.font41 {
    font-size: 18px;
    line-height: 1.44;
    color: #505759
}

.font42,
.font43,
.font44 {
    line-height: 1.63;
    letter-spacing: .4px;
    color: #788184
}

.font42,
.font43 {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}

.font44,
.font45 {
    font-family: Muli-Regular, Sans-Serif;
    ;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

.font45,
.font51 {
    line-height: normal
}

.font45 {
    letter-spacing: .1px;
    text-align: center;
    color: #6d7679
}

.font46,
.font47 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .5px;
    font-style: normal;
    font-stretch: normal
}

.font46 {
    color: #1e2122
}

.font47 {
    color: #e32119
}

.font48,
.font49 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-weight: 700;
    color: #1e2122
}

.font48 {
    font-size: 26px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: .6px
}

.font49 {
    font-size: 30px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: .3px
}

.font50,
.font51 {
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}

.font50 {
    font-family: Muli-Regular, Sans-Serif;
    ;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: .4px;
    color: #615f62
}

.font51 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 20px;
    letter-spacing: 0;
    color: #1e2122
}

.font52,
.font53 {
    line-height: normal;
    letter-spacing: normal
}

.font52 {
    font-family: Muli-Regular, Sans-Serif;
    ;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #505759
}

.font53,
.font54 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-style: normal;
    font-stretch: normal
}

.font53 {
    font-size: 28px;
    font-weight: 500;
    color: #1e2122
}

.font54 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .7px;
    color: #e32119
}

.font55,
.font56 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: .7px;
    ;
    font-style: normal;
    font-stretch: normal
}

.font55 {
    font-family: Muli-Regular, Sans-Serif;
    color: #505759
}

.font56 {
    font-family: CircularStd;
    text-align: center;
    color: #91989d
}

.font57 {
    font-family: Muli-Regular, Sans-Serif;
    ;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .3px;
    text-align: center;
    color: #788184
}

.font59,
.font96 {
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .5px
}

.font58 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 42px;
    font-style: normal;
    font-stretch: normal;
    color: #1e2122
}

.font59 {
    font-family: Muli-SemiBold, Sans-Serif;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #505759
}

.font96 {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 40px;
    line-height: 1.2;
    color: #fff
}

@media only screen and (max-width:415px) {
    .font1,
    .font2 {
        font-style: normal;
        font-stretch: normal
    }

    .font1 {
        font-family: Poppins-SemiBold, Sans-Serif;
        font-size: 45px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: .7px;
        color: #fff
    }

    .font2,
    .font3 {
        font-weight: 700
    }

    .font2 {
        font-family: Muli-SemiBold, Sans-Serif;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 1px;
        color: #fff
    }

    .font3,
    .font3-style2 {
        font-size: 14px;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0;
        color: #fff
    }

    .font3 {
        font-family: Poppins-Regular, Sans-Serif;
    }

    .font3-style2,
    .font4 {
        font-family: Poppins-Regular, Sans-Serif;
        font-weight: 400
    }

    .font4 {
        font-size: 58px;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0;
        color: #fff
    }

    .font5,
    .font6 {
        font-family: Muli-SemiBold, Sans-Serif;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0;
        color: #fff
    }

    .font5,
    .font6,
    .font7 {
        font-weight: 600
    }

    .font5 {
        font-size: 18px
    }

    .font6 {
        font-size: 20px
    }

    .font7,
    .font8 {
        font-style: normal;
        font-stretch: normal;
        color: #1e2122
    }

    .font7 {
        font-family: Poppins-SemiBold, sans-serif;
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: .9px
    }

    .font8,
    .font9 {
        font-size: 18px
    }

    .font8 {
        font-family: Muli-Regular, Sans-Serif;
        font-weight: 400;
        line-height: 1.44;
        letter-spacing: .5px
    }

    .font10,
    .font9 {
        font-family: Poppins-SemiBold, Sans-Serif;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.18
    }

    .font11,
    .font9 {
        letter-spacing: .3px
    }

    .font9 {
        font-weight: 700;
        color: #e32119
    }

    .font10 {
        font-size: 34px;
        font-weight: 600;
        letter-spacing: normal;
        color: #fff
    }

    .font10-gradientbtn,
    .font11 {
        font-size: 14px;
        font-weight: 500
    }

    .font10-gradientbtn {
        font-family: Muli-Regular, Sans-Serif;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: #fff
    }

    .font11,
    .font12 {
        font-family: Poppins-Medium, Sans-Serif;
        font-style: normal;
        font-stretch: normal
    }

    .font11 {
        line-height: 3.07;
        text-align: right;
        color: #1e2122
    }

    .font12,
    .font12-style2 {
        letter-spacing: .3px;
        color: #91989d;
        font-weight: 500
    }

    .font12 {
        font-size: 12px;
        font-size: 13px;
        line-height: 1.38;
        text-align: center
    }

    .font12-style2 {
        font-family: Poppins-Regular, Sans-Serif;
        font-size: 12px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5
    }

    .font13,
    .font14 {
        font-family: Poppins-SemiBold, Sans-Serif;
        font-style: normal;
        font-stretch: normal
    }

    .font13 {
        font-size: 16px;
        font-weight: 500;
        line-height: 3.06;
        letter-spacing: normal;
        color: #e32119
    }

    .font14 {
        font-size: 26px;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: 1px;
        color: #1e2122
    }

    .font15 {
        font-family: Muli-Regular, Sans-Serif;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #615f62
    }

    .font16 {
        font-family: Poppins-SemiBold, Sans-Serif;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: .5px;
        color: #1e2122
    }

    .font17 {
        font-family: Muli-Regular, Sans-Serif;
        ;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: .1px;
        color: #1e2122
    }

    .font18,
    .font18-style2 {
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: .1px;
        font-style: normal;
        text-align: center
    }

    .font18 {
        font-family: Muli-SemiBold, Sans-Serif;
        color: #6d7679
    }

    .font18-style2 {
        font-family: Muli-Bold, Sans-Serif;
        color: #1e2122
    }

    .font19 {
        font-family: Poppins-SemiBold, Sans-Serif;
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: .62;
        letter-spacing: .5px;
        color: #585858
    }

    .font20,
    .font21 {
        ;
        font-weight: 400;
        font-stretch: normal;
        font-family: Muli-Regular, Sans-Serif
    }

    .font20 {
        font-size: 15px;
        font-style: normal;
        line-height: normal;
        letter-spacing: .1px;
        color: #6d7679
    }

    .font21,
    .font22 {
        color: #1e2122;
        font-style: normal
    }

    .font21 {
        font-size: 21px;
        line-height: 1.31;
        letter-spacing: normal
    }

    .font22 {
        font-family: Poppins-SemiBold, Sans-Serif;
        font-size: 24px;
        font-weight: 700;
        font-stretch: normal;
        line-height: 1.17;
        letter-spacing: .5px
    }

    .font23,
    .font23-style2 {
        font-weight: 400;
        font-stretch: normal
    }

    .font23 {
        font-family: Muli-Regular, Sans-Serif;
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: .2px;
        color: #615f62
    }

    .font23-style2,
    .font24 {
        font-family: Muli-Regular, Sans-Serif;
        ;
        font-size: 18px;
        line-height: 1.44;
        color: #615f62
    }

    .font23-style2 {
        font-style: normal;
        letter-spacing: .4px
    }

    .font24,
    .font25 {
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: .5px
    }

    .font25 {
        font-family: Poppins-SemiBold, Sans-Serif;
        font-size: 24px;
        line-height: 1.17;
        color: #1e2122
    }

    .font26,
    .font36 {
        font-size: 18px
    }

    .font26,
    .font27 {
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: .5px;
        color: #615f62;
        font-family: Muli-Regular, Sans-Serif;
    }

    .font27 {
        font-size: 20px
    }

    .font27-style2,
    .font28,
    .font29 {
        color: #fff;
        font-style: normal;
        font-stretch: normal
    }

    .font28 {
        font-family: Poppins-SemiBold, Sans-Serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.11;
        letter-spacing: normal
    }

    .font27-style2 {
        font-family: Muli-SemiBold, Sans-Serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: .2px
    }

    .font29 {
        font-family: Poppins-SemiBold, Sans-Serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0
    }

    .font30 {
        font-family: Muli-SemiBold, Sans-Serif;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.5;
        letter-spacing: .3px;
        color: #505759
    }

    .font31,
    .font32,
    .font33 {
        font-style: normal;
        color: #1e2122
    }

    .font31 {
        font-family: Poppins-SemiBold, sans-serif;
        font-size: 26px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 1.23;
        letter-spacing: normal;
        text-align: center
    }

    .font32 {
        font-family: Muli-SemiBold, Sans-Serif;
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        line-height: 1.27;
        letter-spacing: .5px
    }

    .font33,
    .font36 {
        font-weight: 400
    }

    .font33,
    .font34,
    .font35 {
        letter-spacing: normal;
        font-stretch: normal
    }

    .font33 {
        font-family: Poppins-Medium, Sans-Serif;
        font-size: 24px;
        line-height: 1.33
    }

    .font34,
    .font35,
    .font40 {
    }

    .font34 {
        font-family: Poppins-SemiBold, sans-serif;
        font-size: 28px;
        font-weight: 500;
        font-style: bold;
        line-height: 1.22;
        color: #fff
    }

    .font35,
    .font36,
    .font37 {
        color: #505759
    }

    .font35 {
        font-family: Poppins-SemiBold, Sans-Serif;
        font-weight: 700;
        font-style: normal;
        line-height: normal
    }

    .font36 {
        font-family: Muli-Regular, Sans-Serif;
        ;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: .2px
    }

    .font37,
    .font38 {
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: .2px;
        font-family: Muli-Regular, Sans-Serif;
    }

    .font38 {
        color: #91989d
    }

    .font39,
    .font39-style2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: normal;
        color: #1e2122;
        font-style: normal;
        font-stretch: normal
    }

    .font39 {
        font-family: Muli-Regular, Sans-Serif;
    }

    .font39-style2 {
        font-family: Muli-Bold, Sans-Serif;
    }

    .font40 {
        font-family: Poppins-SemiBold, sans-serif;
        font-size: 28px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.07;
        letter-spacing: .4px;
        text-align: center;
        color: #fff
    }

    .font46,
    .font47 {
        font-family: Poppins-SemiBold, Sans-Serif;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: .5px
    }

    .font46 {
        color: #1e2122
    }

    .font47 {
        color: #e32119
    }

    .font48,
    .font49 {
        font-family: Poppins-SemiBold, Sans-Serif;
        font-size: 22px;
        font-weight: 700;
        color: #1e2122;
        font-style: normal;
        font-stretch: normal
    }

    .font48 {
        line-height: 1.15;
        letter-spacing: .6px
    }

    .font49 {
        line-height: 1.6;
        letter-spacing: .3px
    }

    .font50,
    .font52 {
        font-family: Muli-Regular, Sans-Serif;
        ;
        font-size: 18px
    }

    .font50 {
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: .4px;
        color: #615f62
    }

    .font52,
    .font53 {
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal
    }

    .font52 {
        font-weight: 400;
        color: #505759
    }

    .font53 {
        font-family: Poppins-SemiBold, Sans-Serif;
        font-size: 30px;
        font-weight: 500;
        color: #1e2122
    }
}

#country-Selected,
.countryName {
    letter-spacing: .5px;
    font-stretch: normal
}

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: none
}

.site-content-contain {
    background-color: #f9f9f9
}

.container-lefttext-rightpic {
    display: inline-block
}

@media only screen and (max-width:768px) {
    .container-lefttext-rightpic {
        display: flext;
        flex-flow: column
    }

    .lefttext {
        order: 2
    }

    .rightpic {
        order: 1
    }
}

.popup,
.popuptext {
    display: inline-block
}

.banner-lefttext1 {
    background: url(/wp-content/uploads/2018/07/1.0_6-original-1.jpg) no-repeat;
    background-size: 100%;
    height: 100%
}

@media only screen and (max-width:500px) {
    .banner-lefttext1 {
        background: url(/wp-content/uploads/2018/06/Bitmap@2x_4-5.png) no-repeat;
        background-size: 100% auto;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
    }
}

.elementor-358 .elementor-element.elementor-element-6b128ef5 .elementor-cta__button {
    background: #e32119;
    background: -moz-linear-gradient(left, #e32119 0, #b81150 100%);
    background: -webkit-linear-gradient(left, #e32119 0, #b81150 100%);
    background: linear-gradient(to right, #e32119 0, #b81150 100%)
}

    .elementor-358 .elementor-element.elementor-element-6b128ef5 .elementor-cta__button:hover {
        background: #615f62
    }

@media only screen and (max-width:415px) {
    .banner-righttext-3-0-1,
    .banner-righttext-3-0-2,
    .banner-righttext-3-0-3 {
        height: 100%;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
    }

    .banner-righttext-3-0-1 {
        background: url(/wp-content/uploads/2018/06/Bitmap@2x-11.png) no-repeat;
        background-size: 100%
    }

    .banner-righttext-3-0-2 {
        background: url(/wp-content/uploads/2018/06/Bitmap@2x_1-8.png) no-repeat;
        background-size: 100%
    }

    .banner-righttext-3-0-3 {
        background: url(/wp-content/uploads/2018/06/Bitmap@2x_2-8.png) no-repeat;
        background-size: 100%
    }
}

/*.banner-righttext-3-1-1 {
    background: url(/wp-content/uploads/2018/06/Bitmap@2x-5.png) no-repeat;
    background-size: 100%;
    height: 100%
}

@media only screen and (max-width:415px) {
    .banner-righttext-3-1-1 {
        background: url(/wp-content/uploads/2018/06/Bitmap@2x_11.png) no-repeat;
        background-size: 100% auto;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
    }
}*/

.elementor-2484 .elementor-element.elementor-element-5c1969da .elementor-cta__button {
    background: #e32119;
    background: -moz-linear-gradient(left, #e32119 0, #b81150 100%);
    background: -webkit-linear-gradient(left, #e32119 0, #b81150 100%);
    background: linear-gradient(to right, #e32119 0, #b81150 100%)
}
/*
.banner-leftttext-3-1-2 {
    background: url(/wp-content/uploads/2018/06/Bitmap@2x_1-3.png) no-repeat;
    background-size: 100%;
    height: 100%
}

@media only screen and (max-width:415px) {
    .banner-leftttext-3-1-2 {
        background: url(/wp-content/uploads/2018/06/Bitmap@2x_12.png) no-repeat;
        background-size: 100% auto
    }
}*/

.elementor-2484 .elementor-element.elementor-element-6ecac14 .elementor-cta__button {
    background: #e32119;
    background: -moz-linear-gradient(left, #e32119 0, #b81150 100%);
    background: -webkit-linear-gradient(left, #e32119 0, #b81150 100%);
    background: linear-gradient(to right, #e32119 0, #b81150 100%)
}

.banner-righttext-3-2-1 {
    background: url(/wp-content/uploads/2018/07/Bitmap@2x.png) no-repeat;
    background-size: 100%;
    height: 100%
}

@media only screen and (max-width:500px) {
    .banner-righttext-3-2-1 {
        background: url(/wp-content/uploads/2018/07/Bitmap@2x_1.png) no-repeat;
        background-size: 100% auto;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
    }
}

.banner-righttext-3-3-1 {
    background: url(/wp-content/uploads/2018/06/Bitmap@2x-1.png) no-repeat;
    background-size: 100%;
    height: 100%
}

@media only screen and (max-width:500px) {
    .banner-righttext-3-3-1 {
        background: url(/wp-content/uploads/2018/07/BitmapNormal_2.png) no-repeat;
        background-size: 100% auto;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
    }
}

.elementor-8465 .elementor-element.elementor-element-5c1969da .elementor-cta__button {
    background: #e32119;
    background: -moz-linear-gradient(left, #e32119 0, #b81150 100%);
    background: -webkit-linear-gradient(left, #e32119 0, #b81150 100%);
    background: linear-gradient(to right, #e32119 0, #b81150 100%)
}

.banner-leftttext-3-3-2 {
    background: url(/wp-content/uploads/2018/06/Bitmap@2x_1-1.png) no-repeat;
    background-size: 100%;
    height: 100%
}

@media only screen and (max-width:500px) {
    .banner-leftttext-3-3-2 {
        background: url(/wp-content/uploads/2018/07/BitmapNormal_3.png) no-repeat;
        background-size: 100% auto;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
    }
}

.elementor-8465 .elementor-element.elementor-element-6ecac14 .elementor-cta__button {
    background: #e32119;
    background: -moz-linear-gradient(left, #e32119 0, #b81150 100%);
    background: -webkit-linear-gradient(left, #e32119 0, #b81150 100%);
    background: linear-gradient(to right, #e32119 0, #b81150 100%)
}

.banner-righttext {
    background: url(/wp-content/uploads/2018/06/Bitmap@2x_3-1.png) no-repeat;
    background-size: 100%;
    height: 100%
}

@media only screen and (max-width:500px) {
    .banner-righttext {
        background: url(/wp-content/uploads/2018/06/Bitmap@2x_4-6.png) no-repeat;
        background-size: 100% auto
    }
}

.elementor-1164 .elementor-element.elementor-element-3f24c55 .elementor-button,
.elementor-1164 .elementor-element.elementor-element-3f24c55 a.elementor-button,
.elementor-1164 .elementor-element.elementor-element-6582b2c .elementor-button,
.elementor-1164 .elementor-element.elementor-element-6582b2c a.elementor-button,
.elementor-2051 .elementor-element.elementor-element-42b014c1 .elementor-button,
.elementor-2051 .elementor-element.elementor-element-42b014c1 a.elementor-button,
.elementor-2051 .elementor-element.elementor-element-ed14ce0 .elementor-cta__button {
    background: #e32119;
    background: -moz-linear-gradient(left, #e32119 0, #b81150 100%);
    background: -webkit-linear-gradient(left, #e32119 0, #b81150 100%);
    background: linear-gradient(to right, #e32119 0, #b81150 100%)
}

.banner-righttext-5-0-1 {
    background: url(/wp-content/uploads/2018/07/Bitmap@2x-1.png) no-repeat;
    background-size: 100%;
    height: 100%
}

@media only screen and (max-width:500px) {
    .banner-righttext-5-0-1 {
        background: url(/wp-content/uploads/2018/07/Bitmap@2x_1-1.png) no-repeat;
        background-size: 100% auto;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
    }
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: -5px
}

.elementor-5124 .elementor-element.elementor-element-6214b36 .elementor-button,
.elementor-5124 .elementor-element.elementor-element-6214b36 a.elementor-button,
.elementor-5658 .elementor-element.elementor-element-6214b36 .elementor-button,
.elementor-5658 .elementor-element.elementor-element-6214b36 a.elementor-button,
.elementor-5701 .elementor-element.elementor-element-6214b36 .elementor-button,
.elementor-5701 .elementor-element.elementor-element-6214b36 a.elementor-button {
    background: #e32119;
    background: -moz-linear-gradient(left, #e32119 0, #b81150 100%);
    background: -webkit-linear-gradient(left, #e32119 0, #b81150 100%);
    background: linear-gradient(to right, #e32119 0, #b81150 100%)
}

.plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: relative;
    width: 21px;
    top: 15px
}

    .plus-minus-toggle:after,
    .plus-minus-toggle:before {
        background: #e32119;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        top: 0;
        width: 21px;
        transition: transform .5s ease
    }

    .plus-minus-toggle:after {
        transform-origin: center;
        background: #e32119;
        height: 2px
    }

    .plus-minus-toggle.collapsed:after {
        transform: rotate(90deg);
        background: #e32119;
        height: 2px
    }

    .plus-minus-toggle.collapsed:before {
        transform: rotate(180deg);
        background: #e32119;
        height: 2px
    }

@font-face {
    font-family: icomoon;
    src: url(/wp-content/uploads/2018/07/icomoon.eot);
    src: url(/wp-content/uploads/2018/07/icomoon.eot) format('embedded-opentype'), url(/wp-content/uploads/2018/07/icomoon.ttf) format('truetype'), url(/wp-content/uploads/2018/07/icomoon.woff) format('woff'), url(/wp-content/uploads/2018/07/icomoon.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

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

.icon-icon_triangle-right:before {
    content: "\e90a"
}

.icon-icon_triangle-left:before {
    content: "\e90b"
}

.icon-icon_back:before {
    content: "\e900";
    color: #e32119;
    font-size: 16px
}

.icon-icon_close:before {
    content: "\e901";
    color: #fff
}

.icon-icon_cta-arrow-red2:before,
.icon-icon_cta-arrow-red3:before,
.icon-icon_cta-arrow-red:before {
    color: #e32119;
    content: "\e902"
}

.icon-icon_cta-arrow-red:before {
    font-size: 18.6px
}

.icon-icon_cta-arrow-red2:before {
    font-size: 20.7px
}

.icon-icon_cta-arrow-red3:before {
    font-size: 13.3px
}

.icon-icon_cta-arrow-darkgrey:before {
    content: "\e902";
    color: #615F62;
    font-size: 20.7px
}

.icon-icon_cta-arrow-white2:before,
.icon-icon_cta-arrow-white3:before,
.icon-icon_cta-arrow-white4:before,
.icon-icon_cta-arrow-white5:before,
.icon-icon_cta-arrow-white:before {
    color: #fff;
    content: "\e902"
}

.icon-icon_cta-arrow-white:before {
    font-size: 20.7px
}

.icon-icon_cta-arrow-white2:before {
    font-size: 18.6px
}

.icon-icon_cta-arrow-white3:before {
    font-size: 13px
}

.icon-icon_cta-arrow-white4:before {
    font-size: 20.3px
}

.icon-icon_cta-arrow-white5:before {
    font-size: 16.7px
}

.icon-icon_cta-arrow-black:before {
    content: "\e902";
    color: #1E2122;
    font-size: 20.7px
}

.icon-icon_download:before {
    content: "\e903";
    color: #fff;
    font-size: 14.2px
}

.icon-icon_left:before {
    content: "\e904";
    color: #505759;
    font-size: 13px
}

.icon-icon_play_selected:before {
    content: "\e905";
    color: #fff;
    font-size: 19px
}

.icon-icon_play_unselected:before {
    content: "\e906";
    color: #fff;
    font-size: 19px
}

.icon-icon_right:before {
    content: "\e907";
    color: #505759;
    font-size: 13px
}

.icon-icon_tick_1:before,
.icon-icon_tick_1_2:before,
.icon-icon_tick_1_3:before {
    content: "\e908"
}

.icon-icon_tick_1:before {
    color: #e32119;
    font-size: 47px
}

.icon-icon_tick_1_2:before {
    color: #e32119;
    font-size: 30px
}

.icon-icon_tick_1_3:before {
    color: #e32119;
    font-size: 40px
}

.icon-icon_tick_2:before {
    content: "\e909";
    color: #e32119
}

.mouse {
    width: 26px;
    height: 40px;
    border-radius: 15px;
    border: 2px solid #000;
    position: absolute;
    overflow: hidden;
    margin-top: 40px;
    bottom: -20px;
    left: 40px
}

    .mouse .roll,
    .mouse .rollshadow {
        position: absolute;
        top: 8px;
        left: 50%;
        width: 4px;
        margin-left: -2px;
        height: 4px;
        border-radius: 4px
    }

    .mouse .roll {
        background: #000;
        -webkit-animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
        animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
        z-index: 2
    }

@keyframes mouseScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px)
    }
}

.mouse .rollshadow {
    background: #eb4c49;
    -webkit-animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
    z-index: 1
}

li.detail {
    font-family: Muli-Regular, Sans-Serif;
}

.title_section {
    font-size: 14px;
    font-family: Muli-Bold, Sans-Serif;
}

.detail {
    cursor: pointer
}

    .detail:hover {
        color: #e32119
    }

.popuptext::-webkit-scrollbar {
    width: 5px
}

#map img,
#wrapper {
    height: 495px;
    width: 100%
}

.popuptext::-webkit-scrollbar-thumb {
    background: #e32119
}

    .popuptext::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

#wrapper {
    overflow: hidden;
    margin: 0;
    background: #41454c
}

.popuptext,
.popuptext1 {
    padding: 50px;
    max-height: 430px;
    max-width: 400px;
    margin-top: 30px;
    margin-left: 100px;
    color: #fff;
    font-size: 30px;
    overflow-y: auto
}

#map {
    z-index: 800;
    width: 80%;
    position: relative
}

    #map img,
    .popup,
    .popuptext,
    .popuptext1 {
        position: absolute
    }

    #map img {
        top: 0;
        left: 0;
        border: 0 transparent
    }

.popuptext {
    background-color: rgba(0, 0, 0, .7);
    z-index: 2300;
    width: 400px;
    height: auto;
    cursor: default
}

.popup {
    cursor: pointer;
    user-select: none;
    width: 72px;
    height: 94px;
    background-image: url(/wp-content/uploads/2018/07/Pin@2x.png);
    background-size: 80%;
    background-repeat: no-repeat;
    left: 67%;
    top: 210px
}

.popuptext1 {
    background-color: rgba(0, 0, 0, .4);
    z-index: 1000;
    width: 400px;
    height: auto;
    display: inline-block;
    cursor: default
}

.popup1,
.popupIcon {
    position: absolute;
    width: 72px;
    height: 94px;
    background-image: url(/wp-content/uploads/2018/07/Pin@2x.png);
    background-size: 80%;
    background-repeat: no-repeat;
    display: inline-block
}

.popup1 {
    cursor: pointer;
    user-select: none;
    left: 71%;
    top: 260px
}

.awards-cat select,
.date-select select,
.popupIcon {
    -webkit-user-select: none
}

.popupIcon {
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#arrow {
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    margin-bottom: 5px
}

#country-Selected {
    cursor: pointer;
    height: 34px;
    font-family: CircularStd, sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    color: #e32119
}

#countryList {
    cursor: pointer;
    padding-bottom: 20px
}

#countryContext {
    background-color: #292d33;
    padding-left: 16px;
    padding-right: 17px
}

.countryItem {
    font-family: Muli-Bold, Sans-Serif
}

.countryName {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 42px;
    font-weight: 700;
    font-style: style;
    line-height: .62;
    color: #fff
}

.contextDetail {
    padding-bottom: 22px
}

.countryOverView {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #fff;
    font-family: Muli-Bold, Sans-Serif;
}

    .countryOverView * {
        padding: 0
    }

.subDetail {
    margin-left: 1.5%
}

*,
::after,
::before {
    margin: 0;
    padding: 0
}

.milestone-container-outer li {
    list-style: none
}

.milestone-container-outer a {
    color: #7b9d6f;
    text-decoration: none
}

.milestone-container-outer p {
    font-family: Muli-SemiBold, Sans-Serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: .2px;
    color: #615f62;
    width: 290px;
    height: 65px
}

.milestone-container-outer .section {
    background: #F45B69;
    padding: 50px 0
}

    .milestone-container-outer .section h1 {
        font-size: 2.5rem
    }

    .milestone-container-outer .section h2 {
        font-size: 1.3rem
    }

.milestone-container-outer .arrows li {
    list-style: none
}

.cd-horizontal-timeline {
    white-space: nowrap;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

    .cd-horizontal-timeline::before {
        content: 'mobile';
        display: none
    }

    .cd-horizontal-timeline.loaded {
        opacity: 1
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 100px;
        width: 100%;
        max-width: 800px;
        margin: 0 auto
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 60px;
        overflow: hidden
    }

        .cd-horizontal-timeline .events-wrapper::after,
        .cd-horizontal-timeline .events-wrapper::before {
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px
        }

        .cd-horizontal-timeline .events-wrapper::before {
            left: 0
        }

        .cd-horizontal-timeline .events-wrapper::after {
            right: 0
        }

    .cd-horizontal-timeline .events {
        position: absolute;
        z-index: 1;
        top: 49px;
        height: 2px;
        background: #e32119;
        -webkit-transition: -webkit-transform .4s;
        -moz-transition: -moz-transform .4s;
        transition: transform .4s
    }

    .cd-horizontal-timeline .filling-line {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #e32119;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s
    }

    .cd-horizontal-timeline .events a {
        font-family: Poppins-Medium, Sans-Serif;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.29;
        letter-spacing: normal;
        text-align: center;
        color: #615f62;
        position: absolute;
        bottom: 0;
        z-index: 2;
        padding-bottom: 15px;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }

        .cd-horizontal-timeline .events a::after {
            font-family: Poppins-SemiBold, Sans-Serif;
            content: '';
            position: absolute;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -5px;
            height: 13px;
            width: 13px;
            border-radius: 50%;
            background: linear-gradient(to left, #b81150, #e32119);
            -webkit-transition: background-color .3s, border-color .3s;
            -moz-transition: background-color .3s, border-color .3s;
            transition: background-color .3s, border-color .3s
        }

    .cd-horizontal-timeline .events-content time,
    .ss1 {
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        font-family: Poppins-SemiBold, Sans-Serif;
    }

    .cd-horizontal-timeline .events a.selected {
        pointer-events: none;
        top: -55px;
        color: #202020
    }

        .cd-horizontal-timeline .events a.selected::after {
            background-image: url(/wp-content/uploads/2018/07/36634847_2292373567459475_881051062612525056_n-2.png);
            bottom: -39px;
            height: 79px;
            width: 79px;
            background-size: 79px 79px;
            z-index: 1000000;
            animation: blinking .2s
        }

.milestone-container-outer .arrows a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s
}

    .milestone-container-outer .arrows a::after {
        content: '';
        position: absolute;
        height: 40px;
        width: 40px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto
    }

    .milestone-container-outer .arrows a.prev {
        left: 0;
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        background-image: url(/wp-content/uploads/2018/07/36693037_2292370360793129_6583783517254057984_n.png)
    }

    .milestone-container-outer .arrows a.next {
        right: 0;
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        background-image: url(/wp-content/uploads/2018/07/36652540_2292370364126462_7757707609506840576_n.png)
    }

    .milestone-container-outer .arrows a.inactive {
        cursor: not-allowed
    }

        .milestone-container-outer .arrows a.inactive::after {
            background-position: 0 -16px
        }

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: show;
    -moz-transition: height .4s;
    left: 0;
    transition: left 2s;
    -webkit-transition: left 2s;
    padding-bottom: 10px
}

    .cd-horizontal-timeline .events-content ol {
        font-size: 0;
        width: 100vw;
        padding-top: 190px;
        padding-bottom: 150px;
        padding-left: 170px;
        transition: all 1s
    }

        .cd-horizontal-timeline .events-content ol li {
            position: relative;
            display: inline-block;
            list-style-type: none;
            width: 200px;
            margin-right: -14px
        }

            .cd-horizontal-timeline .events-content ol li:hover {
                z-index: 100
            }

            .cd-horizontal-timeline .events-content ol li:last-child {
                width: 280px
            }

            .cd-horizontal-timeline .events-content ol li:not(:first-child) {
                margin-left: 14px
            }

            .cd-horizontal-timeline .events-content ol li:not(:last-child)::after {
                content: ''
            }

            .cd-horizontal-timeline .events-content ol li div {
                position: absolute;
                width: 280px;
                font-size: 1rem;
                white-space: normal;
                color: #000;
                left: 0
            }

                .cd-horizontal-timeline .events-content ol li div::before {
                    position: absolute;
                    border: 1px solid;
                    border-left: 0;
                    margin-left: -15px
                }

            .cd-horizontal-timeline .events-content ol li:nth-child(odd) div {
                top: 0;
                transform: translateY(-100%);
                margin-top: -10px
            }

            .cd-horizontal-timeline .events-content ol li:nth-child(even) div {
                position: absolute;
                margin-top: 25px
            }

    .cd-horizontal-timeline .events-content time {
        display: block;
        margin-bottom: 8px;
        line-height: 1.14;
        letter-spacing: .5px;
        color: #1e2122;
        font-size: 36px
    }

    .cd-horizontal-timeline .events-content li.selected {
        position: relative;
        display: inline-block;
        list-style-type: none;
        width: 200px;
        -webkit-animation: zoom-in-image .5s;
        -moz-animation: zoom-in-image .5s;
        animation: zoom-in-image .5s;
        z-index: 2
    }

.moveLeft,
.moveRight {
    z-index: 101;
    top: 40%;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    position: absolute
}

.cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto
}

.moveLeft {
    left: 0;
    margin-left: 25px;
    background-image: url(/wp-content/uploads/2018/07/36693037_2292370360793129_6583783517254057984_n.png)
}

.moveRight {
    right: 0;
    margin-right: 25px;
    background-image: url(/wp-content/uploads/2018/07/36652540_2292370364126462_7757707609506840576_n.png)
}

.imgclass:hover {
    transform: scale(1.3);
    transition: .3s
}

.cd-horizontal-timeline .events-content ol li a .toplineOri {
    z-index: -1;
    position: absolute;
    display: block;
    height: 160px;
    border: .5px solid #979797;
    margin-left: -15px;
    margin-bottom: 20px;
    bottom: 90px
}

.cd-horizontal-timeline .events-content ol li a .btmlineOri {
    z-index: -1;
    position: absolute;
    display: block;
    height: 160px;
    border: .5px solid #979797;
    margin-left: -15px;
    margin-bottom: 20px;
    top: 100px
}

.cd-horizontal-timeline .gmd-listitem p {
	line-height: 1.3vw;
}

.lineTransform {
    transition: all .3s;
    transform: translate(-30px, 0)
}

.textTransform {
    transition: 1s;
    left: -30px !important
}

.hideButton {
    display: none
}

.showButton {
    display: visible
}

.milestones-comp__panel [data-step-txt],
.milestones-comp__txt {
    display: none
}

.milestones-comp__panel {
    white-space: normal;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50vw;
    z-index: 7
}

.awards-cat ul,
.awards-year ul,
.our-latest-year ul {
    white-space: nowrap
}

.milestones-comp__panel--brown {
    color: #765a40
}

.milestones-comp__panel--red {
    color: #e82e2e
}

/* .milestones-comp__panel--red-light {
    color: #f3747e
}

.milestones-comp__txt li::before {
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢";
    display: block;
    position: absolute;
    left: -24px
} */

.milestones-comp__txt li,
.milestones-comp__txt p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75
}

    .milestones-comp__txt li:not(:last-child),
    .milestones-comp__txt p:not(:last-child) {
        margin-bottom: 1.75em
    }

.milestones-comp__txt--brown li::before,
.milestones-comp__txt--brown strong {
    color: #765a40
}

.milestones-comp__txt--red li::before,
.milestones-comp__txt--red strong {
    color: #e82e2e
}

/* .milestones-comp__txt--red-light li::before,
.milestones-comp__txt--red-light strong {
    color: #f3747e
} */

.milestones-comp__toggle:hover {
    background: 0 0;
    color: #e32119
}

.milestones-comp__toggle {
    position: fixed;
    top: 0;
    right: 50px;
    color: #765a40;
    z-index: 7;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: opacity .2s cubic-bezier(.5, 0, .1, 1), -webkit-transform .8s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .8s cubic-bezier(.175, .885, .32, 1.275), opacity .2s cubic-bezier(.5, 0, .1, 1);
    transition: transform .8s cubic-bezier(.175, .885, .32, 1.275), opacity .2s cubic-bezier(.5, 0, .1, 1), -webkit-transform .8s cubic-bezier(.175, .885, .32, 1.275)
}

    .milestones-comp__toggle.is-enabled {
        opacity: 1;
        pointer-events: all;
        display: block;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transition-delay: .2s
    }

.milestones-comp__toggle--brown {
    color: #765a40
}

.milestones-comp__toggle--red,
.milestones-comp__toggle--red-light {
    color: #000
}

.milestones-comp__txt p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline
}

.iScrollVerticalScrollbar {
    position: absolute;
    top: 40px;
    bottom: 40px;
    width: 2px;
    right: 10px
}

.iScrollIndicator {
    width: inherit;
    background: currentcolor
}

.img-selected {
    transition: .8s;
    transform: scale(2) translateY(-50%)
}

.img-selected-remove {
    transition: .8s;
    transform: scale(1) translateY(0)
}

.img-pre-not-selected {
    transition: .8s;
    transform: translateX(-70vh)
}

.img-pre-not-selected-remove {
    transition: .8s;
    transform: translateX(0)
}

.img-next-not-selected {
    transition: .8s;
    transform: translateX(770vh)
}

.img-next-not-selected-remove {
    transition: .8s;
    transform: translateX(0)
}

@keyframes zoom-in-image {
    0%, 100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }
}

@keyframes blinking {
    0%, 100% {
        height: 79px;
        width: 79px;
        bottom: -39px
    }

    50% {
        height: 0;
        width: 0;
        bottom: 39px;
        left: -23px
    }
}

@media (min-width:500px) {
    .accessibility .milestones-comp__toggle:focus,
    .no-touchevents .milestones-comp__toggle:hover {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .milestones-comp__txt {
        padding: 24px 0 0
    }

    .milestones-comp__panel {
        position: absolute;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media only screen and (min-width:1100px) {
    .cd-horizontal-timeline {
        margin: 6em auto
    }

        .cd-horizontal-timeline::before {
            content: 'desktop'
        }
}

.milestone-mobile-container-outer .slick-slide {
    text-align: center !important;
    padding-top: 12px;
    background: #f2f2f2;
    height: 55px;
    width: 100%
}

.milestone-mobile-container-outer .slick-prev {
    padding-top: 5px;
    z-index: 99;
    width: 45px;
    left: -15px;
    top: 0;
    position: absolute
}

.milestone-mobile-container-outer .slick-next {
    padding-top: 5px;
    top: 0;
    z-index: 99;
    width: 45px;
    right: 0;
    margin-right: -15px;
    position: absolute
}

.milestone-mobile-container-outer .content {
    display: none;
    width: 110% !important;
    padding-top: 60px;
    margin-left: -15px !important
}

    .milestone-mobile-container-outer .content[data-id='1'] {
        display: block
    }

.milestone-mobile-container-outer .hide {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: max-height .3s, opacity .3s, visibility .3s linear
}

.milestone-mobile-container-outer .container {
    width: 100%;
    display: block
}

.milestone-mobile-container-outer .single-item h3 {
    font-family: Poppins-SemiBold, Sans-Serif
}

.milestone-mobile-container-outer .content img {
    width: 100%;
    height: 100%
}

.adil-container:hover .adil,
.afwida-container:hover .afwida,
.azmi-container:hover .azmi,
.cheemeng-container:hover .cheemeng,
.cheewah-container:hover .cheewah,
.eleena-container:hover .eleena,
.hengwah-container:hover .hengwah,
.hussein-container:hover .hussein,
.imran-container:hover .imran,
.kokwong-container:hover .kokwong,
.kongwah-container:hover .kongwah,
.murnira-container:hover .murnira,
.nazli-container:hover .nazli,
.sahak-container:hover .sahak,
.soolye-container:hover .soolye,
.sreejaya-container:hover .sreejaya,
.tiingtai-container:hover .tiingtai,
.tsienloong-container:hover .tsienloong,
.ubull-container:hover .ubull,
.wahteng-container:hover .wahteng,
.yunling-container:hover .yunling {
    transform: scale(1.05);
    transition: .25s
}

.adil-container,
.afwida-container,
.azmi-container,
.cheemeng-container,
.cheewah-container,
.eleena-container,
.hengwah-container,
.hussein-container,
.imran-container,
.kokwong-container,
.kongwah-container,
.murnira-container,
.nazli-container,
.sahak-container,
.soolye-container,
.sreejaya-container,
.tiingtai-container,
.tsienloong-container,
.ubull-container,
.wahteng-container,
.yunling-container {
    overflow: hidden
}

.adil,
.afwida,
.azmi,
.cheemeng,
.cheewah,
.eleena,
.hengwah,
.hussein,
.imran,
.kokwong,
.kongwah,
.murnira,
.nazli,
.sahak,
.soolye,
.sreejaya,
.tiingtai,
.tsienloong,
.ubull,
.wahteng,
.yunling {
    transition: .25s
}

.w3-modal-content::-webkit-scrollbar {
    width: 5px
}

    .w3-modal-content::-webkit-scrollbar * {
        background: #e32119
    }

.w3-modal-content::-webkit-scrollbar-thumb {
    background: rgba(255, 0, 0, 1) !important
}

.w3-modal {
    background-color: rgba(24, 23, 35, .9)
}

.ss1 {
    padding-bottom: 10px;
    margin-top: -10px;
    line-height: 1.2 !important;
    font-size: 28px;
    letter-spacing: .6px;
    color: #1e2122
}

.ss2,
.ss3 {
    text-transform: none;
    font-weight: 400;
    font-stretch: normal;
    color: #615f62
}

.ss2 {
    margin-top: -35px;
    font-family: Poppins-MediumItalic, Sans-Serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.3;
    letter-spacing: .2px
}

.ss3 {
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .4px;
    font-family: Muli-Regular, Sans-Serif;
}

@media only screen and (max-width:500px) {
    .w3-container,
    .w3-modal,
    .w3-modal-content {
        overflow-x: hidden !important
    }

    .ss1,
    .ss2 {
        font-stretch: normal
    }

    .w3-card-4 {
        height: 80% !important;
        max-height: 80% !important;
        margin-left: 15px !important;
        margin-top: 100px
    }

    .w3-modal {
        padding: 10px;
        margin: 0;
        position: fixed;
        color: #181723;
        background: rgba(24, 23, 35 90%)
    }

    .w3-container .bio,
    .w3-container .image {
        width: 100% !important;
        position: relative !important
    }

    .w3-container {
        width: 100% !important;
        margin-top: 0 !important;
        padding: 0 !important
    }

        .w3-container .bio {
            padding-left: 20px !important;
            padding-right: 20px !important;
            padding-top: 20px;
            margin: 0 !important
        }

    .w3-modal-content {
        width: 90% !important;
        overflow-y: scroll !important
    }

    .ss1 {
        padding-bottom: 10px;
        margin-top: 20px !important;
        line-height: 1.2 !important;
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: .6px;
        color: #1e2122;
        font-family: Poppins-SemiBold, Sans-Serif;
    }

    .ss2 {
        margin-top: -35px;
        font-size: 18px;
        font-weight: 400;
        font-style: italic;
        line-height: 1.44;
        letter-spacing: .2px;
        color: #615f62;
        font-family: Poppins-MediumItalic, Sans-Serif;
    }
}

.awards-cat a,
.awards-year li a {
    font-style: normal;
    font-stretch: normal
}

@media only screen and (min-width:501px) {
    .imagefollow {
        position: fixed;
        width: 25%
    }
}

.awards-year ul {
    margin-left: -.4rem
}

.awards-year li {
    display: inline;
    padding: 5px 10px
}

.awards-cat li {
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);*/
    margin-right: 20px
}

.awards-year {
    position: relative;
    width: 100%;
    margin: 35px 0 20px;
    overflow: scroll;
    -moz-transition: height .4s;
    left: 0;
    transition: left 2s;
    -webkit-transition: left 2s
}

    .awards-year li a {
        width: 79px;
        height: 48px;
        font-family: Poppins-SemiBold, Sans-Serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: .5px;
        color: #91989D;
        border-bottom: 3px solid #91989D;
        transition: 1s
    }

        .awards-year li a.active,
        .awards-year li a.selected,
        .awards-year li a:hover {
            color: #E32119;
            border-bottom: 3px solid #E32119
        }

        .awards-year li a:hover {
            text-decoration: none;
            transition: 1s
        }

.awards-cat a,
.awards-cat a:hover {
    transition: .5s
}

.awards-cat {
    display: block;
    margin-left: -15px;
    margin-bottom: 30px
}

    .awards-cat a,
    .awards-cat li {
        display: inline-block
    }

    .awards-cat ul {
        list-style: none;
        padding: 0;
        margin: 0 0 0 15px
    }

    .awards-cat a {
        background: #505759;
        color: #91989D;
        padding: 10px 15px;
        /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);*/
        font-family: Muli-Bold, Sans-Serif;
        font-size: 18px;
        line-height: normal;
        letter-spacing: .4px;
        text-align: center
    }

        .awards-cat a.active,
        .awards-cat a:hover {
            background: #e32119;
            color: #fff
        }

.container-outer-award .main-text,
.container-outer-award .second-text {
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 15px
}

.awards-cat li a:hover {
    text-decoration: none
}

.container-outer-award .main-text {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 22px;
    font-weight: 700;
    color: #1e2122
}

.awards-cat select option,
.container-outer-award .second-text {
    font-family: Muli-Regular, Sans-Serif;
}

.container-outer-award .second-text {
    font-size: 16px;
    font-weight: 400;
    color: #788184;
    padding-top: 7px
}

.awards-cat select,
.awards-cat select option {
    font-size: 20px;
    font-weight: 500;
    color: #1e2122;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: .5px
}

.container-outer-award .Rectangle-5 {
    width: 98% !important;
    height: 1px;
    background-color: #bfc9cf;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 14px
}

.container-outer-award .container-outer {
    width: 100%;
    background-color: #F9F9F9
}

.container-outer-award .container {
    margin-left: -15px !important;
    padding-right: 150px !important
}

.awards-cat select {
    display: none;
    border: 2px solid #788184;
    height: 56px;
    width: 95%;
    margin: 30px 15px 0;
    z-index: 99;
    background-image: url(/wp-content/uploads/2018/07/Asset-1.png);
    background-size: 15px 9.8px;
    background-position: 95% center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 5px 15px
}

    .awards-cat select option {
        width: 175px;
        height: 21px;
        margin-left: 20px
    }

@media only screen and (max-width:500px) {
    .awards-cat ul {
        display: none
    }

    .awards-cat select {
        display: block
    }

    .awards-year li a {
        width: 72.4px;
        height: 44px
    }

    .container-outer-award .second-text {
        float: left !important
    }

    .container-outer-award .container {
        padding-right: 0 !important
    }
}

@media (min-width:992px) {
    .container-outer-award .container {
        width: 100% !important
    }
}

@media (min-width 1200px) {
    .container-outer-award .container {
        width: 100% !important
    }
}

.arrow_img,
.infra-arrow,
.propertyArrow {
    cursor: pointer;
    position: absolute;
    color: #fff;
    border-color: #fff;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background-image: linear-gradient(to left, #b81150, #e32119);
    border-width: 0;
    border-radius: 0;
    opacity: 0;
    transition: .25s
}

.engineer_div:hover .engineerImg,
.infraDiv:hover .infraImg,
.propertyDiv:hover .propertyImg {
    transform: scale(1.03);
    transition: .5s
}

.engineer_div:hover .arrow_img,
.infraDiv:hover .infra-arrow,
.propertyDiv:hover .propertyArrow {
    opacity: 1;
    transition: .25s
}

.engineerImg,
.infraDiv,
.infraImg,
.propertyImg {
    transition: .5s
}

.engineerConstruct,
.infra-words,
.property-words {
    position: absolute;
    bottom: 35px;
    left: 35px
}

.engineer_div {
    overflow: hidden;
    margin-right: 40px;
    margin-top: 6%;
    margin-bottom: 6%;
    position: relative;
    width: 91%;
    cursor: pointer
}

.infraDiv,
.propertyDiv {
    overflow: hidden;
    position: relative;
    width: 97.5%;
    cursor: pointer
}

@media only screen and (min-width:1440px) {
    .engineer_div {
        width: 92.5%
    }

    .infraDiv,
    .propertyDiv {
        width: 100%
    }

    .sustain {
        min-height: 630px;
        max-width: 1580px
    }
}

@media only screen and (min-width:1280px) {
    .elementor-2484 .elementor-element.elementor-element-440b38e .elementor-cta__content,
    .elementor-2484 .elementor-element.elementor-element-5c1969da .elementor-cta__content {
        min-height: 300px
    }
}

@media (max-width:767px) {
    .elementor-2484 .elementor-element.elementor-element-5c1969da .elementor-cta__content {
        min-height: 400px;
        padding: 60% 5% 5%
    }
}

@media (max-width:350px) {
    .elementor-2484 .elementor-element.elementor-element-440b38e .elementor-cta__content {
        min-height: 400px;
        padding: 0 5% 5%
    }
}

.ibs-container2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px
}

.ibs-item2 {
    width: 100%
}

.Project-Snapshots2 {
    height: 34px;
    margin-left: 20px;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: .5px;
    color: #1e2122;
    font-family: Poppins-SemiBold, Sans-Serif;
}

.Mask2 {
    box-shadow: 0 0 0 0 transparent
}

    .Mask2 img {
        width: 286px;
        height: 215px
    }

.swiper2 {
    width: 100%;
    height: 380px
}

.swiper-slide2 {
    text-align: left;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 286px
}

.swiper-pagination2 {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    top: 70px;
    font-family: Muli-Bold, Sans-Serif;
    font-size: 22px;
    height: 33px
}

.swiper-button-next2,
.swiper-button-prev2 {
    top: 113px;
    width: 0;
    height: 24px;
    margin-top: -35px;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 10
}

.swiper-button-prev2 {
    left: 39%;
    right: auto
}

.swiper-button-next2 {
    right: 41%;
    left: auto
}

.closepopup {
    width: 42.5px;
    height: 42.5px;
    color: #fff;
    font-size: 42.5px;
    padding-top: 56px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 17.8px
}

    .closepopup:hover {
        color: #e32119
    }

@media only screen and (max-width:500px) {
    .swiper-pagination-fraction {
        width: 100%;
        top: 65px
    }

    .Project-Snapshots2 {
        font-size: 26px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.15;
        letter-spacing: 1px;
        color: #1e2122;
        font-family: Poppins-SemiBold, Sans-Serif;
    }
}

.Project-Snapshots1,
.swiper-pagination-current {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .5px
}

.ibs-container1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px
}

.ibs-item1 {
    width: 100%
}

.Project-Snapshots1 {
    height: 49px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: #1e2122;
    margin-left: 150px;
    font-family: Poppins-SemiBold, Sans-Serif;
}

.Mask1 {
    width: 475px;
    height: 318px;
    background-color: #999;
    box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, .2)
}

    .Mask1 img {
        width: 475px;
        height: 350px
    }

.swiper1 {
    width: 100%;
    height: 350px
}

.swiper-slide1 {
    text-align: left;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 475px;
    margin: 20px
}

.swiper-pagination1 {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    top: 10px;
    font-family: Muli-Bold, sans-serif;
    font-size: 24px
}

.swiper-pagination-current,
.swiper-pagination-total {
    width: 33px;
    height: 48px;
    font-family: Muli-Bold, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.09;
    text-align: center
}

.swiper-pagination-current {
    color: #e32119;
    border-bottom: 2px solid #e32119
}

.swiper-pagination-total {
    opacity: .61;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .5px;
    color: #505759;
    border-bottom: 2px solid #505759
}

.swiper-button-next1,
.swiper-button-prev1 {
    position: absolute;
    top: 58px;
    width: 0;
    height: 24px;
    margin-top: -35px;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 10
}

.our-latest-container-outer .main-text,
.our-latest-year li a {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .5px;
    font-style: normal;
    font-stretch: normal
}

.swiper-button-prev1 {
    left: 79%;
    right: auto
}

.swiper-button-next1 {
    right: 10px;
    left: auto
}

.engineer_div2,
.marquee {
    overflow: hidden;
    position: relative
}

.blue,
.blue1,
.green,
.orb,
.purple,
.red,
.red1,
.yellow,
.yellow1 {
    background-size: 382px 245px
}

@media only screen and (min-width:500px) {
    .swiper-pagination-fraction {
        bottom: 10px;
        left: 64%;
        width: 50%
    }
}



.noselect, .pagination-block {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
									supported by Chrome and Opera */
}

.pagination-block {
    position: relative;
    right: 0;
    width: unset;
    text-align: right;
    width: 210px;
}

.swiper-button-next1, .swiper-button-prev1 {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    margin: unset;
    height: unset;
    width: unset;
    display: inline-block;
    vertical-align: middle;
    top: 18px;
    margin-left: 12px;
    margin-right: 20px;
}

.swiper-slide1 {
    width: 475px;
    max-width: unset;
}

.Mask1 {
    box-shadow: none;
}

    .Mask1 img {
        width: inherit !important;
        height: inherit !important;
        margin: 0;
    }

.swiper-slide1 {
    margin: 0;
}

.swiper-container {
    overflow: visible;
}

.Project-Snapshots1 {
    margin-left: 0;
}

@media screen and (min-width:500px) {
    .swiper-pagination1 {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .swiper-pagination-fraction {
        bottom: unset !important;
        width: unset !important;
        left: unset !important;
        display: inline-block;
        position: relative;
        width: max-content;
    }
}

@media screen and (max-width:760px) {
    .swiper-slide1 {
        width: 286px;
        height: 216px;
    }

    .swiper1 {
        margin: 10px;
    }

    .Project-Snapshots1 {
        font-size: 26px;
    }

    .ibs-container1 {
        display: block;
    }

    .pagination-block {
        text-align: center;
        width: 100%;
    }

    .swiper-button-next1 {
        position: absolute;
        right: 30px;
        top: 20px;
        margin: 0;
    }

    .swiper-button-prev1 {
        position: absolute;
        left: 30px;
        top: 20px;
        margin: 0;
    }

    .swiper-pagination-fraction {
        top: 0;
    }
}





.removeBox {
    box-shadow: none !important;
    background-color: transparent !important
}

.imageShadow {
    box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, .2) !important
}

.orb {
    width: 382px;
    height: 245px;
    display: inline-block;
    transition: all .2s ease-out;
    background-image: url(/wp-content/uploads/2018/07/3.2_1.jpg)
}

.red {
    background-image: url(/wp-content/uploads/2018/07/3.2_2.jpg)
}

.yellow {
    background-image: url(/wp-content/uploads/2018/07/3.2_3.jpg)
}

.blue {
    background-image: url(/wp-content/uploads/2018/07/3.2_4.jpg)
}

.orange {
    background-image: url(/wp-content/uploads/2018/07/3.2_5.jpg);
    background-size: 382px 245px
}

.purple {
    background-image: url(/wp-content/uploads/2018/07/3.2_6.jpg)
}

.green {
    background-image: url(/wp-content/uploads/2018/07/3.2_7.jpg)
}

.red1 {
    background-image: url(/wp-content/uploads/2018/07/3.2_8.jpg)
}

.yellow1 {
    background-image: url(/wp-content/uploads/2018/07/3.2_9.jpg)
}

.blue1 {
    background-image: url(/wp-content/uploads/2018/07/3.2_10.jpg)
}

.marquee {
    height: 245px;
    width: 800%
}

.marquee--inner {
    display: block;
    width: 800%;
    position: absolute;
    animation: marquee 100s linear infinite
}

    .marquee--inner:hover {
        animation-play-state: paused
    }

.ala {
    width: 100%:
}

.imgBox1,
.imgBox10,
.imgBox12,
.imgBox13,
.imgBox14,
.imgBox15,
.imgBox16,
.imgBox17,
.imgBox18,
.imgBox19,
.imgBox2,
.imgBox20,
.imgBox21,
.imgBox3,
.imgBox4,
.imgBox5,
.imgBox6,
.imgBox7,
.imgBox8,
.imgBox9 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px
}

@keyframes marquee {
    0% {
        left: 0
    }

    100% {
        left: -100%
    }
}

.imgBox1 {
    background: url(/wp-content/uploads/2018/07/GEM-1.png) no-repeat
}

    .imgBox1:hover {
        background: url(/wp-content/uploads/2018/07/GEM.png)
    }

.imgBox2 {
    background: url(/wp-content/uploads/2018/07/Celadon-City-1.png)
}

    .imgBox2:hover {
        background: url(/wp-content/uploads/2018/07/Celadon-City.png)
    }

.imgBox3 {
    background: url(/wp-content/uploads/2018/07/Gamuda-City-1.png)
}

    .imgBox3:hover {
        background: url(/wp-content/uploads/2018/07/Gamuda-City.png)
    }

.imgBox4 {
    background: url(/wp-content/uploads/2018/07/661-Chapel-St-1.png)
}

    .imgBox4:hover {
        background: url(/wp-content/uploads/2018/07/661-Chapel-St.png)
    }

.imgBox5 {
    background: url(/wp-content/uploads/2018/07/Gamuda-Cove-1.png)
}

    .imgBox5:hover {
        background: url(/wp-content/uploads/2018/07/Gamuda-Cove.png)
    }

.imgBox6 {
    background: url(/wp-content/uploads/2018/07/Twentyfive.7-1.png)
}

    .imgBox6:hover {
        background: url(/wp-content/uploads/2018/07/Twentyfive.7.png)
    }

.imgBox7 {
    background: url(/wp-content/uploads/2018/07/Gamuda-Gardens-1.png)
}

    .imgBox7:hover {
        background: url(/wp-content/uploads/2018/07/Gamuda-Gardens.png)
    }

.imgBox8 {
    background: url(/wp-content/uploads/2018/07/Kundang-Estates-1.png)
}

    .imgBox8:hover {
        background: url(/wp-content/uploads/2018/07/Kundang-Estates.png)
    }

.imgBox9 {
    background: url(/wp-content/uploads/2018/07/Bukit-Bantayan-1.png)
}

    .imgBox9:hover {
        background: url(/wp-content/uploads/2018/07/Bukit-Bantayan.png)
    }

.imgBox10 {
    background: url(/wp-content/uploads/2018/07/Highpark-1.png)
}

    .imgBox10:hover {
        background: url(/wp-content/uploads/2018/07/Highpark.png)
    }

.imgBox11 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px;
    background: url(/wp-content/uploads/2018/07/Gamuda-Biz-Suites-1.png)
}

    .imgBox11:hover {
        background: url(/wp-content/uploads/2018/07/Gamuda-Biz-Suites.png)
    }

.imgBox12 {
    background: url(/wp-content/uploads/2018/07/Robertson-1.png)
}

    .imgBox12:hover {
        background: url(/wp-content/uploads/2018/07/Robertson.png)
    }

.imgBox13 {
    background: url(/wp-content/uploads/2018/07/Jade-Hills-1.png)
}

    .imgBox13:hover {
        background: url(/wp-content/uploads/2018/07/Jade-Hills.png)
    }

.imgBox14 {
    background: url(/wp-content/uploads/2018/07/Horizon-Hills-1.png)
}

    .imgBox14:hover {
        background: url(/wp-content/uploads/2018/07/Horizon-Hills.png)
    }

.imgBox15 {
    background: url(/wp-content/uploads/2018/07/Madge-Mansions-1.png)
}

    .imgBox15:hover {
        background: url(/wp-content/uploads/2018/07/Madge-Mansions.png)
    }

.imgBox16 {
    background: url(/wp-content/uploads/2018/07/Gamuda-Walk-1.png)
}

    .imgBox16:hover {
        background: url(/wp-content/uploads/2018/07/Gamuda-Walk.png)
    }

.imgBox17 {
    background: url(/wp-content/uploads/2018/07/GM-Bukit-Bintang-1.png)
}

    .imgBox17:hover {
        background: url(/wp-content/uploads/2018/07/GM-Bukit-Bintang.png)
    }

.imgBox18 {
    background: url(/wp-content/uploads/2018/07/GM-Klang-1.png)
}

    .imgBox18:hover {
        background: url(/wp-content/uploads/2018/07/GM-Klang.png)
    }

.imgBox19 {
    background: url(/wp-content/uploads/2018/07/Bandar-Botanic-1.png)
}

    .imgBox19:hover {
        background: url(/wp-content/uploads/2018/07/Bandar-Botanic.png)
    }

.imgBox20 {
    background: url(/wp-content/uploads/2018/07/Valencia-1.png)
}

    .imgBox20:hover {
        background: url(/wp-content/uploads/2018/07/Valencia.png)
    }

.imgBox21 {
    background: url(/wp-content/uploads/2018/07/Kota-Kemuning-1.png)
}

    .imgBox21:hover {
        background: url(/wp-content/uploads/2018/07/Kota-Kemuning.png)
    }

.elementor-cta__bg .elementor-bg {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.banner-righttext-3-2-1 {
    box-shadow: none
}

.banner-lefttext-3-1-1,
.banner-righttext-3-3-1,
.elementor-2484 .elementor-element.elementor-element-598b28c > .elementor-element-populated,
.elementor-5124 .elementor-element.elementor-element-441e137 > .elementor-element-populated,
.elementor-5124 .elementor-element.elementor-element-71cd7a7 > .elementor-element-populated,
.elementor-5124 .elementor-element.elementor-element-c72863c > .elementor-element-populated,
.elementor-element-1f184cc,
.elementor-element-392621f {
    /*box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)*/
    box-shadow: none;
}

.elementor-2208 .elementor-element.elementor-element-5f5b41f2 .elementor-cta__button {
    background: #e32119;
    background: -moz-linear-gradient(left, #e32119 0, #b81150 100%);
    background: -webkit-linear-gradient(left, #e32119 0, #b81150 100%);
    background: linear-gradient(to right, #e32119 0, #b81150 100%)
}

@media only screen and (max-width:1280px) {
    .elementor-2208 .elementor-element.elementor-element-5f5b41f2 .elementor-cta__content {
        min-height: 270px
    }
}

@media (max-width:350px) {
    .elementor-2208 .elementor-element.elementor-element-5f5b41f2 .elementor-cta__content {
        min-height: 408px;
        padding: 2%
    }
}

@media only screen and (min-width:1024px) and (max-width:1110px) {
    .elementor-2208 .elementor-element.elementor-element-5f5b41f2 .elementor-cta__content {
        min-height: 300px;
        padding: 0 25% 0 5%
    }
}

@media only screen and (max-width:320px) {
    .elementor-8465 .elementor-element.elementor-element-6bfce0b .elementor-cta__content {
        min-height: 100px;
        padding: 20% 5% 0 !important
    }
}

@media (max-width:350px) {
    .elementor-8465 .elementor-element.elementor-element-1c4c170 .elementor-cta__content {
        min-height: 400px;
        padding: 50% 5% 5%
    }
}

@media only screen and (max-width:376px) {
    .elementor-8465 .elementor-element.elementor-element-6bfce0b .elementor-cta__content {
        min-height: 100px;
        padding: 30% 5% 5% !important
    }
}

@media (max-width:767px) {
    .elementor-8465 .elementor-element.elementor-element-6bfce0b .elementor-cta__content {
        min-height: 400px;
        padding: 60% 5% 5%
    }
}

@media only screen and (min-width:1280px) {
    .elementor-2051 .elementor-element.elementor-element-6e50f74 .elementor-cta__content,
    .elementor-8465 .elementor-element.elementor-element-1c4c170 .elementor-cta__content,
    .elementor-8465 .elementor-element.elementor-element-6bfce0b .elementor-cta__content {
        min-height: 300px
    }
}

.elementor-8897 .elementor-element.elementor-element-2756812a .elementor-image img {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000)
}

@media (max-width:350px) {
    .elementor-8897 .elementor-element.elementor-element-2117d1a0 .elementor-cta__content {
        min-height: 400px;
        padding: 30% 5% 0
    }
}

#elementor-tab-title-1501,
#elementor-tab-title-1631,
#elementor-tab-title-1961,
#elementor-tab-title-8711 {
    width: 200px
}

.arrow_img2,
.build-arrow,
.infra-arrow2,
.propertyArrow2,
.respArrow {
    cursor: pointer;
    position: absolute;
    color: #fff;
    border-color: #fff;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background-image: linear-gradient(to left, #b81150, #e32119);
    border-width: 0;
    border-radius: 0;
    opacity: 0;
    transition: .25s
}

.buildDiv:hover .buildImg,
.engineer_div2:hover .engineerImg2,
.infraDiv2:hover .infraImg2,
.propertyDiv2:hover .propertyImg2,
.respDiv:hover .respImg {
    transform: scale(1.03);
    transition: .5s
}

.buildDiv:hover .build-arrow,
.engineer_div2:hover .arrow_img2,
.infraDiv2:hover .infra-arrow2,
.propertyDiv2:hover .propertyArrow2,
.respDiv:hover .respArrow {
    opacity: 1;
    transition: .25s
}

.buildDiv,
.buildImg,
.engineerImg2,
.infraDiv2,
.infraImg2,
.propertyImg2,
.respImg {
    transition: .5s
}

.build-words,
.engineerConstruct2,
.infra-words2,
.property-words2,
.resp-words {
    position: absolute;
    bottom: 35px;
    left: 35px
}

.engineer_div2 {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 5%;
    width: 88.5%;
    cursor: pointer
}

.elementor-10365 .elementor-element.elementor-element-3e286b6 .elementor-toggle .elementor-tab-title,
.elementor-10365 .elementor-element.elementor-element-469e17f .elementor-toggle .elementor-tab-title {
    margin-right: 75px
}

.infraDiv2,
.propertyDiv2 {
    width: 100%;
    position: relative;
    margin-left: -30px;
    cursor: pointer;
    overflow: hidden
}

.propertyDiv2 {
    margin-top: 0;
    margin-bottom: 8%
}

.respDiv {
    overflow: hidden;
    position: relative;
    width: 88.5%;
    margin-top: -1.5%;
    height: 110%;
    padding-top: 2%;
    cursor: pointer
}

.buildDiv {
    overflow: hidden;
    position: relative;
    margin-left: -30px;
    margin-top: 4%;
    width: 100%;
    cursor: pointer
}

@media only screen and (min-width:1650px) {
    .engineer_div2 {
        margin-top: 2.5%;
        margin-bottom: 4%
    }

    .propertyDiv2 {
        margin-bottom: 0;
        margin-top: 3%
    }

    .buildDiv,
    .respDiv {
        margin-bottom: 2.5%;
        padding-top: 0
    }

    .infraDiv2 {
        margin-top: 5%
    }

    .buildDiv {
        width: 100%
    }

    .respDiv {
        width: 88.5%
    }
}

@media only screen and (min-width:1440px) {
    .infraDiv2,
    .propertyDiv2 {
        width: 100%
    }

    .eco-growth {
        min-height: 630px;
        max-width: 1580px
    }
}

.elementor-10365 .elementor-element.elementor-element-f678e16 .elementor-toggle .elementor-tab-title,
.elementor-10365 .elementor-element.elementor-element-ffadaf3 .elementor-toggle .elementor-tab-title {
    position: absolute
}

#elementor-tab-title-1501,
#elementor-tab-title-1631,
#elementor-tab-title-1961,
#elementor-tab-title-8711 {
    margin: auto
}

@media only screen and (max-width:500px) {
    .left-side,
    .right-side {
        width: 100% !important
    }
}

.Page-1 {
    width: 300px;
    height: 300px;
    background-color: #2b2b34
}

@media only screen and (max-width:500px) {
    .Page-1 {
        width: 100% !important;
        height: 370px !important
    }
}

.elementor-8897 .elementor-element.elementor-element-2117d1a0 .elementor-cta__button {
    background: #e32119;
    background: -moz-linear-gradient(left, #e32119 0, #b81150 100%);
    background: -webkit-linear-gradient(left, #e32119 0, #b81150 100%);
    background: linear-gradient(to right, #e32119 0, #b81150 100%)
}

.our-latest-year li {
    display: inline;
    padding: 5px 10px
}

.our-latest-year {
    position: relative;
    width: 100%;
    margin: 35px 0 40px -28px;
    overflow: scroll;
    -moz-transition: height .4s;
    left: 0;
    transition: left 2s;
    -webkit-transition: left 2s
}

    .our-latest-year li a {
        width: 79px;
        height: 48px;
        font-family: Muli-Regular, Sans-Serif;
        ;
        line-height: 1;
        color: #91989D;
        border-bottom: 3px solid #91989D;
        transition: 1s
    }

        .our-latest-year li a.active,
        .our-latest-year li a.selected,
        .our-latest-year li a:hover {
            color: #E32119;
            border-bottom: 3px solid #E32119
        }

        .our-latest-year li a:hover {
            text-decoration: none;
            transition: 1s
        }

.our-latest-container-outer .main-text {
    font-family: Poppins-SemiBold, Sans-Serif;
    line-height: normal;
    color: #1e2122
}

.our-latest-container-outer .second-text {
    font-family: Muli-Regular, Sans-Serif;
    ;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .3px;
    color: #91989d;
    padding: 8px;
    border: 1px solid #9ea8af;
    float: left
}

    .our-latest-container-outer .second-text a,
    .our-latest-container-outer .second-text a:hover {
        color: #91989d
    }

#loadMore,
#loadMoreAll,
.our-latest-container-outer .main-date {
    font-family: Muli-Regular, Sans-Serif;
    ;
    font-weight: 400;
    line-height: normal;
    color: #788184
}

.our-latest-container-outer .main-date {
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .3px;
    margin-left: -10px
}

#loadMore,
#loadMoreAll,
.Gamuda-Blog {
    letter-spacing: normal;
    font-style: normal;
    font-stretch: normal
}

.our-latest-container-outer .Rectangle-5 {
    width: 100%;
    height: 1px;
    background-color: #bfc9cf;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 28px;
    text-align: center
}

.our-latest-container-outer .container-outer {
    width: 100%;
    background-color: #F9F9F9;
    margin-left: 140px
}

.our-latest-container-outer .container {
    margin-left: -15px !important;
    padding-right: 180px !important
}

::-webkit-scrollbar {
    display: none
}

.our-latest-container-outer .main-image {
    margin-left: 30px;
    margin-right: -50px
}

    .our-latest-container-outer .main-image img {
        width: 164px;
        height: 114px
    }

.our-latest-container-outer .main-image-mobile {
    margin-left: 30px;
    margin-right: 10px
}

    .our-latest-container-outer .main-image-mobile img {
        width: 60px;
        height: 169px;
        display: none;
        margin-right: 50px;
        max-width: 500%
    }

#loadMore,
#loadMoreAll {
    font-size: 13px;
    margin-top: 15px;
    padding: 11px 5px;
    border: 2px solid #788184;
    text-align: center;
    cursor: pointer;
    width: 126px;
    margin-left: 50%
}

#table-our-latest tbody,
#table-our-latest tr td {
    background-color: #F9F9F9 !important;
    border: 0 !important
}

#table-our-latest tr {
    border-color: #F9F9F9
}

#td-image {
    width: 230px
}

@media only screen and (max-width:500px) {
    #td-image {
        width: 105px
    }

    .our-latest-year {
        margin: 35px 0 40px -25px
    }

    .our-latest-container-outer .container {
        padding-right: 0 !important
    }

    #loadMore,
    #loadMoreAll {
        margin-left: 35%
    }
}

.Gamuda-Blog {
    width: 785px;
    height: 81px;
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.05;
    color: #1e2122
}

.blog-item1,
.blog-item2,
.grid-container,
.whole {
    width: 100%
}

.FILTER {
    height: 19px;
    font-family: Muli-Bold, Sans-Serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: .3px;
    /*text-align: right;*/
    color: #91989d;
    margin-bottom: 7px;
    text-align: left;
    margin-left: 20px;
}

.filterTitle {
    height: 34px;
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: .5px;
    /*text-align: right;*/
    color: #e32119;
    text-align: left;
    margin-left: 20px;
}

.January-February-Mar,
.layer {
    font-size: 16px;
    /*text-align: right;*/
    font-style: normal;
    font-stretch: normal;
    text-align: left;
}

.layer {
    height: 28px;
    font-family: Muli-Bold, Sans-Serif;
    font-weight: 700;
    line-height: 1.69;
    letter-spacing: .4px;
    color: #1e2122;
    cursor: default;
    padding-right: 9px;
    padding-left: 9px
}

#filter-title,
.Triangle,
.Triangle-Copy,
.month {
    cursor: pointer
}

.January-February-Mar {
    height: 317px;
    font-family: Muli-Regular, Sans-Serif;
    font-weight: 500;
    line-height: 1.63;
    letter-spacing: .3px;
    color: #505759;
    margin-left: 30px;
}

    .January-February-Mar .text-style-1 {
        letter-spacing: .4px
    }

    .January-February-Mar .text-style-2 {
        color: #e32119
    }

.blog-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 50px
}

#filter-arrow {
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    margin-bottom: 5px
}

.flip {
    transform: rotate(-180deg)
}

.month {
    height: 8px
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto
}

.item1 {
    grid-row: 1/3;
    width: 487px;
    height: 490px;
    background: url(/wp-content/uploads/2018/06/Bitmap@4x_7.png);
    background-size: 487px 490px;
    margin-right: 19px;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    cursor: pointer
}

.item2,
.item4 {
    margin-right: 23px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    display: block;
    cursor: pointer
}

.item1overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(30, 33, 34, .85);
    overflow: hidden;
    width: 487px;
    height: 101px;
    transition: .5s ease
}

.item1:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2)
}

    .item1:hover .item1overlay {
        height: 490px
    }

    .item1:hover .btn-modal1 {
        display: block;
        z-index: 10;
        transition: .25s
    }

.itemtext1 {
    font-family: Muli-SemiBold, Sans-Serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.item2 {
    width: 232px;
    height: 232px;
    background: url(/wp-content/uploads/2018/06/Bitmap@4x_7.png);
    background-size: 232px 232px
}

.item2overlay {
    position: inherit;
    margin-top: 131px;
    left: 506px;
    background-color: rgba(30, 33, 34, .85);
    overflow: hidden;
    width: 232px;
    height: 101px;
    transition: .5s ease
}

.itemtext2,
.itemtext3,
.itemtext4 {
    font-family: Muli-Regular, Sans-Serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0;
    top: 50%;
    left: 55%;
    width: 232px;
    color: #fff
}

.item2:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2)
}

    .item2:hover .item2overlay {
        height: 232px;
        transform: translate(0, -131px);
        -ms-transform: translate(0, -131px)
    }

    .item2:hover .btn-modal2 {
        display: block;
        z-index: 10;
        transition: .25s
    }

.itemtext2 {
    position: relative;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.item3 {
    width: 232px;
    height: 232px;
    background: url(/wp-content/uploads/2018/06/Bitmap@4x_7.png);
    background-size: 232px 232px;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    cursor: pointer
}

.item3overlay {
    position: inherit;
    margin-top: 131px;
    right: 0;
    background-color: rgba(30, 33, 34, .85);
    overflow: hidden;
    width: 232px;
    height: 101px;
    transition: .5s ease
}

.item3:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2)
}

    .item3:hover .item3overlay {
        height: 232px;
        transform: translateY(-132px);
        -ms-transform: translateY(-132px)
    }

    .item3:hover .btn-modal3 {
        display: block;
        z-index: 10;
        transition: .25s
    }

.itemtext3 {
    position: relative;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.item4 {
    width: 232px;
    height: 232px;
    background: url(/wp-content/uploads/2018/06/Bitmap@4x_7.png);
    background-size: 232px 232px;
    margin-top: 26px
}

.item4overlay {
    position: inherit;
    margin-top: 131px;
    right: 0;
    background-color: rgba(30, 33, 34, .85);
    overflow: hidden;
    width: 232px;
    height: 101px;
    transition: .5s ease
}

.item4:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2)
}

    .item4:hover .item4overlay {
        height: 232px;
        transform: translateY(-131px);
        -ms-transform: translateY(-131px)
    }

    .item4:hover .btn-modal4 {
        display: block;
        z-index: 10;
        transition: .25s
    }

.item-1overlay,
.item2-mobileoverlay {
    bottom: 0;
    transition: .5s ease;
    overflow: hidden
}

.itemtext4 {
    position: relative;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.item5 {
    width: 232px;
    height: 232px;
    background: url(/wp-content/uploads/2018/06/Bitmap@4x_7.png);
    background-image: linear-gradient(to left, #b81150, #e32119);
    background-size: 232px 232px;
    margin-top: 26px;
    display: block
}

.our-latest-mask img {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    position: relative;
    height: auto;
    max-width: 150%;
    margin-top: -90px !important;
    width: 120%;
    margin-left: -50px
}

.our-latest-mask2 img,
.our-latest-mask3 img,
.our-latest-mask4 img {
    height: auto;
    margin: 20px auto !important;
    display: block;
    position: relative
}

.our-latest-mask2 img {
    width: 577px
}

.our-latest-mask3 img {
    width: 666px
}

.our-latest-mask4 img {
    width: 519px
}

.our-latest-mask4 {
    position: relative
}

.our-latest-caption {
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    position: relative;
    top: -100px
}

.our-latest-caption2,
.our-latest-caption3,
.our-latest-caption4,
.our-latest-caption5 {
    font-weight: 400;
    font-family: Muli-Regular, Sans-Serif;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0
}

.our-latest-caption2 {
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: #fff;
    position: relative;
    top: -100px
}

.our-latest-caption3 {
    font-size: 16px;
    line-height: 1.5;
    color: #1e2122
}

.our-latest-caption4,
.our-latest-caption5 {
    font-size: 14px;
    line-height: 1.43;
    color: #000
}

    .our-latest-caption5 .our-latest-caption5-header {
        font-weight: 700
    }

.our-latest-caption6 {
    font-family: Muli-Regular, Sans-Serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to left, #b81150, #e32119);
    background-size: 100% 120px;
    max-width: 150%;
    width: 120%;
    padding: 40px;
    margin-left: -10%;
    margin-bottom: -10%
}

.blog-container .w3-container a,
.blog-container .w3-container a:hover {
    color: #e32119;
    text-decoration: underline !important
}

.itemtext1-mobile,
.itemtext2-mobile {
    font-family: Muli-SemiBold, Sans-Serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff
}

.blog-container .prev_btn img {
    position: absolute;
    top: 25%;
    right: 90%;
    z-index: 10;
    cursor: pointer
}

.blog-container .next_btn img {
    position: absolute;
    top: 25%;
    right: 5%;
    left: 90%;
    z-index: 10;
    cursor: pointer
}

.blog-container .btn-modal {
    width: 55px;
    height: 55px;
    background: linear-gradient(50deg, #b81150, #e32119);
    border: none;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    float: right;
    display: none
}

    .blog-container .btn-modal:hover {
        cursor: pointer;
        top: 0;
        right: 0;
        background: linear-gradient(50deg, #b81150, #e32119);
        background-repeat: no-repeat
    }

.blog-container .w3-modal-content::-webkit-scrollbar {
    width: 5px;
    display: block
}

    .blog-container .w3-modal-content::-webkit-scrollbar:horizontal {
        display: none
    }

    .blog-container .w3-modal-content::-webkit-scrollbar * {
        background: #e32119
    }

.blog-container .w3-modal-content::-webkit-scrollbar-thumb {
    background: rgba(255, 0, 0, 1) !important
}

.blog-container .w3-modal {
    background-color: rgba(0, 0, 0, .7) !important
}

.item-1 {
    width: 100%;
    height: 377.3px;
    opacity: .89;
    background: url(/wp-content/uploads/2018/06/Bitmap@4x_7.png);
    background-size: 100% 100%;
    display: block;
    position: relative
}

.item-1overlay {
    position: absolute;
    left: 0;
    background-color: rgba(30, 33, 34, .85);
    width: 100%;
    height: 116px
}

.item-3,
.item-4,
.item2-mobile {
    background: url(/wp-content/uploads/2018/06/Bitmap@4x_7.png)
}

.itemtext1-mobile {
    line-height: 1.25;
    position: absolute;
    width: 331.1px;
    height: 77px;
    top: 17px;
    left: 22px
}

.item-container {
    width: 90%;
    height: 340px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 5%;
    display: block;
    position: relative
}

.item2-mobile {
    background-size: 100% 100%
}

.item2-mobileoverlay {
    position: absolute;
    left: 0;
    background-color: rgba(30, 33, 34, .85);
    width: 100%;
    height: 116px
}

.itemtext2-mobile {
    line-height: 1.3;
    position: absolute;
    width: 307.8px;
    height: 85px;
    top: 18.5px;
    left: 16.1px
}

.Gamuda-Blog-mobile,
.date-select select {
    color: #1e2122;
    letter-spacing: .5px;
    font-style: normal;
    font-stretch: normal
}

.item-3,
.item-4 {
    background-size: 100% 100%
}

.item-5 {
    background: url(/wp-content/uploads/2018/06/Bitmap@4x_7.png);
    background-image: linear-gradient(to left, #b81150, #e32119);
    background-size: 100% 100%
}

.item-arrow {
    background: linear-gradient(to left, #b81150, #e32119), center;
    background-position: center;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.Gamuda-Blog-mobile {
    width: 340px;
    height: 47px;
    font-family: Poppins-SemiBold, Sans-Serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.03;
    padding-left: 16px
}

.blog-container-mobile {
    width: 100%
}

.date-select {
    display: block;
    margin: 25px 18px
}

    .date-select select {
        display: block;
        border: 2px solid #788184;
        height: 56px;
        width: 90%;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
        margin: 30px 5% 0;
        z-index: 99;
        background-image: url(/wp-content/uploads/2018/07/Asset-1.png);
        background-size: 15px 9.8px;
        background-position: 95% center;
        background-repeat: no-repeat;
        overflow: hidden;
        padding-left: 23%
    }

#btn_video,
#btn_video:hover {
    color: #fff;
    padding: 30px;
    display: inline-block;
    text-decoration: none
}

#btn_video {
    background: url(/wp-content/uploads/2018/07/play-icon_unselected.png) center, linear-gradient(50deg, #e32119, #b81150);
    border: none;
    border-radius: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    left: 47%
}

.next_btn_m img,
.prev_btn_m img {
    z-index: 10;
    position: absolute;
    top: 5px;
    cursor: pointer
}

#btn_video:hover {
    background: url(/wp-content/uploads/2018/07/play-icon_selected.png) center, linear-gradient(50deg, #e32119, #b81150);
    border: none;
    border-radius: 100%;
    background-repeat: no-repeat;
    transform: scale(1.1);
    transition: .25s
}

.prev_btn_m img {
    left: -2px;
    display: inline-block
}

.next_btn_m img {
    right: 0
}

.blog-container-mobile-outer .w3-container a,
.blog-container-mobile-outer .w3-container a:hover {
    color: #e32119;
    text-decoration: underline !important
}

@media only screen and (max-width:500px) {
    .blog-container-mobile-outer .w3-card-4 {
        height: 80% !important;
        max-height: 80% !important;
        margin-left: 15px !important;
        margin-top: 100px
    }

    .blog-container-mobile-outer .w3-modal {
        overflow-x: hidden !important;
        padding: 10px;
        margin: 0;
        position: fixed
    }

    .blog-container-mobile-outer .w3-container {
        width: 100% !important;
        overflow-x: hidden !important;
        margin-top: 0 !important;
        padding: 0 !important
    }

        .blog-container-mobile-outer .w3-container .image {
            width: 100% !important;
            position: relative !important
        }

    .blog-container-mobile-outer .w3-modal-content {
        overflow-x: hidden !important;
        width: 90% !important;
        overflow-y: scroll !important
    }

    .blog-container-mobile-outer .btn3 {
        top: 0 !important;
        margin-top: -10px !important
    }

    .our-latest-banner {
        position: relative;
        width: 100%;
        height: auto
    }

    .our-latest-mask img {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
        position: relative;
        height: auto;
        max-width: 150%;
        margin-top: 0 !important;
        width: 120%;
        margin-left: -50px
    }

    .our-latest-mask2 img,
    .our-latest-mask3 img,
    .our-latest-mask4 img {
        height: auto;
        margin: 20px auto !important;
        display: block;
        position: relative
    }

    .our-latest-mask2 img {
        width: 300px
    }

    .our-latest-mask3 img {
        width: 296px
    }

    .our-latest-mask4 img {
        width: 355px
    }

    .our-latest-mask4 {
        position: relative
    }

    .our-latest-caption,
    .our-latest-caption2 {
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0;
        position: absolute;
        overflow-y: auto;
        text-align: center
    }

    .our-latest-caption {
        font-family: Muli-SemiBold, Sans-Serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.13;
        color: #fff;
        bottom: 0;
        top: 40%
    }

    .our-latest-caption2 {
        font-family: Muli-Regular, Sans-Serif;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        color: #505759;
        top: 0;
        background-color: #f2f2f2;
        padding: 3% 15% 1% 8%;
        margin-left: 0;
        height: 56px
    }

    .our-latest-caption3,
    .our-latest-caption4,
    .our-latest-caption6 {
        font-family: Muli-Regular, Sans-Serif;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0;
        padding: 10px
    }

    .our-latest-caption3 {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.38;
        color: #1e2122;
        position: relative
    }

    .our-latest-caption4 {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.57;
        color: #000
    }

        .our-latest-caption4 a {
            font-weight: 500;
            color: #e32119
        }

    .our-latest-caption6 {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        color: #fff;
        background-image: linear-gradient(to left, #b81150, #e32119);
        background-size: 100% 120px
    }
}

.btn3,
.btn4 {
    font-family: Muli-Bold, Sans-Serif;
    cursor: pointer
}

#btnanimate,
#btnanimate2,
#btnanimate3,
#btnanimate4,
#btnanimate5,
.ttt {
    position: absolute
}

.siteMapdetail {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.87;
    letter-spacing: .4px;
    color: #1e2122
}

.btn4,
.siteMapTitle {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .3px;
    font-weight: 700
}

.siteMapTitle {
    font-size: 18px;
    line-height: 1.44;
    color: #1e2122
}

.icon-icon_cta-arrow-red {
    position: absolute;
    margin-top: 2px
}

#btnanimate {
    width: 300px;
    height: 40px;
    margin-left: -54px
}

#btnanimate2 {
    width: 300px;
    height: 40px;
    margin-left: -30px;
    margin-top: 44px
}

#btnanimate3 {
    width: 500px;
    height: 40px;
    margin-left: -45px
}

#btnanimate4 {
    width: 320px;
    height: 40px;
    margin-left: -45px
}

#btnanimate5 {
    width: 300px;
    height: 40px;
    margin-left: -45px;
    margin-top: 20px
}

.btn2 {
    right: 4% !important;
    background: 0 0;
    color: #e32119;
    border-bottom: solid 1px;
    border-radius: 0;
    border-bottom-width: 3px;
    padding-right: 0;
    padding-left: 0
}

    .btn2:hover {
        background: 0 0;
        opacity: .8
    }

.btn3 {
    border: none;
    color: #fff !important;
    text-align: center;
    transition: .3s;
    right: 5% !important;
    top: 3% !important;
    font-size: 60px !important;
    padding: 10px;
}

.btn4,
.btn4::after,
.butn1 {
    transition: all .5s
}

.btn3:hover {
    color: #e32119 !important
}

.btn4 {
    display: inline-block;
    color: #E32119;
    text-decoration: none;
    opacity: .9;
    font-size: 20px;
    line-height: 1.18;
}

    .btn4::after {
        content: '';
        display: block;
        width: 0%;
        height: 2px;
        animation: animated_line2 .3s;
        color: #e32119
    }

    .btn4:hover::after {
        background: #E32119;
        animation: animated_line .8s;
        animation-direction: normal;
        animation-fill-mode: forwards
    }

    .btn4:hover span {
        animation: animated_arrow .5s;
        animation-direction: normal;
        animation-delay: .6s
    }

    .btn4 span {
        transition: .5s
    }

.outer_btn5 {
    margin: 50px;
    background: #1E2122
}

.btn5 {
    cursor: pointer;
    border: 1px solid #E32119;
    width: 55px;
    height: 55px;
    display: block;
    padding-left: 15px;
    padding-top: 15px;
    background: linear-gradient(to right, #E32119 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    position: relative;
    z-index: 2
}

    .btn5:hover {
        background-position: left bottom;
        transition: .5s
    }

.btn6,
.btn7 {
    cursor: pointer;
    width: 55px;
    height: 55px;
    display: block;
    padding-left: 15px;
    padding-top: 15px;
    transition: all .5s ease-out
}

.btn5:hover span:before {
    color: #1E2122
}

.btn6:hover span:before,
.hoverme:hover .btn6 span:before {
    color: #e32119
}

.btn6 {
    border: 1px solid #fff;
    background: linear-gradient(to right, #fff 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom
}

    .btn6:hover,
    .hoverme:hover .btn6 {
        background-position: left bottom
    }

.btn7 {
    border: 1px solid #615F62;
    background: linear-gradient(to right, #615F62 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom
}

    .btn7:hover {
        background-position: left bottom
    }

        .btn7:hover span:before {
            color: #d6d6dc
        }

.butn1:hover {
    background-color: #E32119;
    background: linear-gradient(to right, #E32119, #B81150);
    transform: scale(1.1)
}

.butn1,
.butn2 {
    background-color: #E32119;
    text-align: center;
    font-family: Muli-Bold, Sans-Serif;
    ;
    font-size: 13px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    line-height: normal;
    cursor: pointer;
    color: #fff
}

.butn1 {
    border-radius: 35px;
    background: linear-gradient(to right, #E32119, #B81150);
    border: none;
    font-weight: 700
}

    .butn1 span {
        transition: .5s;
        line-height: normal
    }

    .butn1:hover span {
        padding-left: 10px;
        transform: scale(1.1);
        transition: .5s;
        transition-delay: .3s
    }

.butn2, .butn2:focus {
    border-radius: 35px;
    background: linear-gradient(to right, #E32119, #B81150);
    border: none;
    width: 170px;
    height: 49.2px;
    transition: all .5s;
    margin: 5px;
    font-weight: 500
}

    .butn2 span {
        transition: .5s;
        line-height: normal
    }

    .butn2:hover span {
        transition: .5s;
        transition-delay: .3s
    }

    .butn2:hover {
        background-color: #E32119;
        background: linear-gradient(to right, #E32119, #B81150);
        transform: scale(1.1)
    }

.ttt {
    cursor: pointer;
    color: #fff;
    border-color: #fff;
    top: 0;
    right: 0 !important;
    width: 55px;
    height: 55px;
    background-image: linear-gradient(to left, #b81150, #e32119);
    border-width: 0;
    border-radius: 0
}

.tttmm,
.tttmmm {
    cursor: pointer;
    position: absolute;
    border-color: #fff;
    font-family: CircularStd-Book, Sans-serif;
    right: 0;
    width: 55px;
    height: 55px;
    background-image: linear-gradient(to left, #b81150, #e32119);
    border-width: 0;
    border-radius: 0;
    color: #fff
}

.ttt:hover {
    background-image: linear-gradient(to left, #b81150, #e32119)
}

.tttmm {
    top: -5px
}

.tttmmm {
    top: 49%
}

.btn_video:hover,
.btn_video:hover .icon-icon_play_unselected {
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)*/
}

.hideContent {
    overflow: hidden;
    height: 0
}

.showContent {
    height: auto
}

.btn_video:hover .icon-icon_play_unselected {
    display: none
}

.btn_video:hover .icon-icon_play_selected {
    display: inline-block
}

.btn_video .icon-icon_play_selected {
    display: none
}

.btn_video:hover {
    background: linear-gradient(50deg, #e32119, #b81150);
    border: none;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 100%;
    background-repeat: no-repeat;
    transition: .25s
}

@media only screen and (max-width:500px) {
    .btn4,
    .btn_video {
        text-decoration: none;
        display: inline-block
    }

    /*font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #ffffff;*/
    .butn1 {
        font-family: 'Muli-Bold';
        text-align: center;
        transition: all .5s;
        cursor: pointer;
        margin: 5px;
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: #fff;
        font-family: Muli-Bold, Sans-Serif;
    }

    #btn3_video:hover,
    .btn4 {
        color: #e32119
    }

    .btn4 {
        cursor: pointer;
        transition: all .5s;
        opacity: .9;
        font-family: Muli-Bold, Sans-Serif;
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.3;
        letter-spacing: .2px
    }

    .btn2 {
        left: 0 !important
    }

    .btn3 {
        top: 0 !important;
        margin-top: 20px !important
    }

    .btnanimate2 {
        margin-left: -30px !important
    }

    #btnanimate3,
    #btnanimate4 {
        margin-left: -30px
    }

    #btnanimate3 {
        width: 300px;
        margin-top: 25px
    }

    #btnanimate5 {
        margin-left: -60px
    }

    iframe {
        height: 253px;
        transform: scale(1.1)
    }

    .wmng {
        margin-top: 35% !important
    }

    #btn3_video {
        width: 42.5px;
        height: 42.5px;
        color: #fff;
        font-size: 42.5px;
        padding-top: 56px;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 17.8px;
        z-index: 1000
    }

    .btn_video {
        background: linear-gradient(50deg, #e32119, #b81150);
        border: none;
        color: #fff;
        padding: 25px;
        border-radius: 100%;
        background-repeat: no-repeat;
        z-index: 10;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }

    .btn6_m {
        margin-left: 50%
    }

    @media only screen and (min-width:500px) {
        .abso,
        .btn_video {
            position: absolute
        }

        .w3-modal {
            background-color: rgba(0, 0, 0, .7) !important
        }

        #btn3_video {
            border: none;
            color: #fff !important;
            text-align: center;
            transition: .3s;
            right: 5% !important;
            top: 5% !important;
            cursor: pointer;
            font-size: 60px !important;
            padding: 10px;
            font-family: Times New Roman
        }

            #btn3_video:hover {
                color: #e32119 !important
            }

        .btn_video {
            background: linear-gradient(50deg, #e32119, #b81150);
            border: none;
            color: #fff;
            padding: 25px;
            text-decoration: none;
            display: inline-block;
            border-radius: 100%;
            background-repeat: no-repeat;
            z-index: 10;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%)
        }
    }

    @keyframes animated_line {
        0% {
            width: 0%
        }

        100% {
            width: 100%
        }
    }

    @keyframes animated_line2 {
        0% {
            width: 100%
        }

        100% {
            width: 0%
        }
    }

    @keyframes animated_arrow {
        0%, 100% {
            padding-left: 0
        }

        50% {
            padding-left: 10px
        }
    }
}
