.qtranxs_flag_en {
    background-image: url(../images/gb.png);
    background-repeat: no-repeat;
}

.logo-client {
    float: right;
    text-align: center;
    width: 25%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 80px;
}

.bug {
    clear: both;
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

@font-face {
    font-family: "Socicon";
    src: url("font/Socicon.eot?orx2yt");
    src: url("font/Socicon.eot?orx2yt#iefix") format("embedded-opentype"), url("font/Socicon.woff2?orx2yt") format("woff2"),
        url("font/Socicon.ttf?orx2yt") format("truetype"), url("font/Socicon.woff?orx2yt") format("woff"),
        url("font/Socicon.svg?orx2yt#Socicon") format("svg");
    font-weight: normal;
    font-display: swap;
    font-style: normal;
}

@font-face {
	font-family:'CRC25';
	src: url('font/CRC25.eot?#') format('eot'),
		 url('font/CRC25.woff') format('woff'),
		 url('font/CRC25.ttf') format('truetype');
} 

@font-face {
	font-family:'Circe-ExtraBold';
	src: url('font/Circe-ExtraBold.eot?#') format('eot'),
		 url('font/Circe-ExtraBold.woff') format('woff'),
		 url('font/Circe-ExtraBold.ttf') format('truetype');
} 

@font-face {
	font-family:'W_YEKAN';
	src: url('font/W_YEKAN.eot?#') format('eot'),
		 url('font/W_YEKAN.woff') format('woff'),
		 url('font/W_YEKAN.ttf') format('truetype');
} 

#text01{
	font-family: 'CRC25'!important;
	font-size:10px !important;
}

.text02 {
    margin: 0 0px 10px !important;
    font-family: 'W_YEKAN' !important;
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: right !important;
    float: left !important;
    position: relative;
    right: 155px;
}

.text03 {
	font: 700 40px/42px 'Circe-ExtraBold', Arial, Helvetica, sans-serif !important;
    margin: 0;
	text-align: left !important;
	float:left !important;
}

.text04 {
    font-family: 'W_YEKAN';
    float: right;
    color: #d1ae85;
    font-size: 41px;
    font-weight: 700;
	margin-bottom: 50px;
    letter-spacing: -2px;
}

.button01{
    text-align: center;
    margin: 0px auto;
    margin-top: 25px;
}

.logo-footer{
	width: 91px;
	height: 255px;
	float: right;
	position: relative;
	top: -130px;
	right: 120px;
}

.media01{
	float: right !important;
}

.media02 {
    padding-top: 0px !important;
}

.clients {
	background:#fff;
	padding-top: 50px;
	height: 2600px;
}

.clients-title {
    margin-bottom: 0px;
    text-align: right;
    font: 700 30px/20px 'W_YEKAN', Arial, Helvetica, sans-serif;
}

.about-logo{
	
	margin: 0px auto;
	margin-top:55px;
background: #fff;}

.font01{
	font-family:'W_YEKAN' !important;
	font-size: 17px !important;
}

.modal_active {
    transform: translate3D(-100%, 0, 1px);
}
.projects__dropdown,
.header,
.header__container,
.logo {
    transform: translateZ(1px);
}
img,
legend {
    border: 0;
}
legend,
td,
th {
    padding: 0;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre,
textarea {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
dir,
h1,
menu,
ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background-color: #f7f7f7;
}
a {
    color: inherit;
    text-decoration: none;
    outline: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
button {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}
.wrapper {
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.wrapper_large {
    max-width: 100%;
    padding: 0 68px;
}
.wrapper_full {
    max-width: 100%;
}
.content {
    min-height: calc(100vh - 82px);
}
.content_contact {
    background-color: #1a1a1a;
}

h1,
.h1 {
    font: 700 70px/72px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    margin: 0;
}
h2,
.h2 {
    font: 700 31px/42px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    margin: 0;
}
h3,
.h3 {
    font: 700 24px/23px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    margin: 0;
}
h4,
.h4 {
    font: 700 14px/16px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    margin: 0;
}
h5,
.h5 {
    font: 300 12px/12px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 5.7px;
    padding-left: 5px;
    margin: 0;
}
.text {
    font: 300 18px/26px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    color: #666;
    margin: 0;
}
.text ul {
    list-style: none;
    padding-left: 24px;
}
.text ul li {
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
}
.text ul li:last-of-type {
    margin-bottom: 3px;
}
.text ul li:before {
    content: "";
    vertical-align: top;
    left: -24px;
    top: 8px;
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: #e0e0e0;
}
p {
    font: 300 16px/26px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    margin: 10px 0;
}
.button {
    width: 260px;
    padding: 19px 20px 17px;
    border-radius: 0px;
    background: transparent;
    color: #000;
    font: 700 12px/1 'CRC25', Arial, Helvetica, sans-serif;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.2px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.button__text {
    display: block;
    -webkit-transform: translate3d(-20px, 0px, 1px);
    transform: translate3d(-20px, 0px, 1px);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease 0s, color 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    transition: opacity 0.5s ease 0s, color 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, color 0.5s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, color 0.5s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, color 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.button__svg {
    position: absolute;
    top: 0;
    left: 0;
}
.button__shape {
    stroke-dasharray: 0 620;
    stroke-dashoffset: 0;
    stroke-width: 1px;
    fill: transparent;
    stroke: #000;
    -webkit-transition: stroke-dasharray 1.5s linear;
    -o-transition: stroke-dasharray 1.5s linear;
    transition: stroke-dasharray 1.5s linear;
}
.button_active .button__shape {
    stroke-dasharray: 760;
}
.button_active .button__text {
		font-family:'W_YEKAN' !important;
	font-size: 17px !important;
    -webkit-transition: opacity 0.5s ease 1.5s, color 0.5s ease 0s, -webkit-transform 0.5s ease 1.5s;
    transition: opacity 0.5s ease 1.5s, color 0.5s ease 0s, -webkit-transform 0.5s ease 1.5s;
    -o-transition: transform 0.5s ease 1.5s, opacity 0.5s ease 1.5s, color 0.5s ease 0s;
    transition: transform 0.5s ease 1.5s, opacity 0.5s ease 1.5s, color 0.5s ease 0s;
    transition: transform 0.5s ease 1.5s, opacity 0.5s ease 1.5s, color 0.5s ease 0s, -webkit-transform 0.5s ease 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 1px);
    transform: translate3d(0px, 0px, 1px);
}
.button_hover:hover {
    background-color: #d1ae85;
}
.button_hover:hover .button__text {
    color: #fff;
}
.button_white {
    color: #fff;
}
.button_white .button__shape {
    stroke: #fff;
}
.button_white.button_hover:hover {
    background-color: #d1ae85;
}
.button_white.button_hover:hover .button__text {
    color: #fff;
}
.scroll {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 88px;
    z-index: 1;
    overflow: hidden;
}
.scroll:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    top: -100%;
    left: 0;
}
.scroll[data-animated]:before {
    -webkit-animation: scroll 2s linear infinite;
    animation: scroll 2s linear infinite;
}
.scroll_top {
    top: 72px;
}
.scroll_bottom {
    bottom: 72px;
}
.scroll_animated:before {
    -webkit-animation: scrollOne 1.3s linear forwards;
    animation: scrollOne 1.3s linear forwards;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    25% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    35% {
        -webkit-transform: translate(0, 200%);
        transform: translate(0, 200%);
    }
    35.001% {
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }
    100% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    25% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    35% {
        -webkit-transform: translate(0, 200%);
        transform: translate(0, 200%);
    }
    35.001% {
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }
    100% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}
@-webkit-keyframes scrollOne {
    0% {
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }
    100% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}
@keyframes scrollOne {
    0% {
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }
    100% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}
.line {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.line_space {
    display: inline;
}
.letter {
   
}
.letter_space {
    display: inline;
}
[data-split-letters] {
    opacity: 0;
    overflow: hidden;
    /* margin-left: -2px; */
}
[data-split-letters] .letter {
    /* opacity: 1; */
    /* -webkit-transform: translate3d(0px, 50px, 1px); */
    /* transform: translate3d(0px, 50px, 1px); */
}
[data-split-letters].show {
    opacity: 1;
    text-align: right;
    float: right;
    font-size: 25px;
}
[data-split-letters].show .letter {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
[data-split-letters-big] {
    opacity: 0;
    overflow: hidden;
}
[data-split-letters-big] .letter {
    opacity: 1;
    -webkit-transform: translate3d(0px, 200px, 1px);
    transform: translate3d(0px, 200px, 1px);
}
[data-split-letters-big].show {
    opacity: 1;
}
[data-split-letters-big].show .letter {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
@media only screen and (max-width: 1200px) {
    .wrapper {
        max-width: 464px;
    }
    .wrapper_large {
        max-width: 100%;
        padding: 0 32px;
    }
    .wrapper_full {
        max-width: 100%;
    }
    .content {
        min-height: calc(100vh - 60px);
    }
    .content_contact {
        min-height: calc(100vh - 45px);
    }
    h1,
    .h1 {
        font-size: 48px;
        line-height: 50px;
    }
    h3,
    .h3 {
        font-size: 16px;
        line-height: 16px;
    }
    .scroll {
        height: 56px;
    }
    .scroll_top {
        top: 40px;
    }
    .scroll_bottom {
        bottom: 30px;
    }
    .button {
        width: 198px;
        padding: 15px 20px 11px 29px;
    }
    .button_black-fill {
        letter-spacing: -0.5px;
        padding: 14px 20px 11px 29px;
    }
    .button_white {
        width: 168px;
        letter-spacing: 0;
        padding: 13px 11px 13px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper {
        max-width: 550px;
        padding: 0 16px;
    }
    .wrapper_full {
        max-width: 550px;
    }
    .wrapper_large {
        max-width: 550px;
        padding: 0 16px;
    }
    .content {
        min-height: calc(100vh - 48px);
    }
    .content_contact {
        min-height: 100vh;
    }
    h1,
    .h1 {
        font-size: 36px;
        line-height: 36px;
    }
    h2,
    .h2 {
        font-size: 28px;
        line-height: 33px;
    }
    .scroll {
        display: none;
    }
    .button {
        letter-spacing: 0;
        padding: 15px 25px 11px 24px;
    }
    .button_black-fill {
        letter-spacing: -0.5px;
        padding: 14px 20px 11px 21px;
    }
}
[class^="socicon-"],
[class*=" socicon-"] {
    font-family: "Socicon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.socicon-moddb:before {
    content: "\e94b";
}
.socicon-indiedb:before {
    content: "\e94c";
}
.socicon-traxsource:before {
    content: "\e94d";
}
.socicon-gamefor:before {
    content: "\e94e";
}
.socicon-pixiv:before {
    content: "\e94f";
}
.socicon-myanimelist:before {
    content: "\e950";
}
.socicon-blackberry:before {
    content: "\e951";
}
.socicon-wickr:before {
    content: "\e952";
}
.socicon-spip:before {
    content: "\e953";
}
.socicon-napster:before {
    content: "\e954";
}
.socicon-beatport:before {
    content: "\e955";
}
.socicon-hackerone:before {
    content: "\e956";
}
.socicon-hackernews:before {
    content: "\e946";
}
.socicon-smashwords:before {
    content: "\e947";
}
.socicon-kobo:before {
    content: "\e948";
}
.socicon-bookbub:before {
    content: "\e949";
}
.socicon-mailru:before {
    content: "\e94a";
}
.socicon-gitlab:before {
    content: "\e945";
}
.socicon-instructables:before {
    content: "\e944";
}
.socicon-portfolio:before {
    content: "\e943";
}
.socicon-codered:before {
    content: "\e940";
}
.socicon-origin:before {
    content: "\e941";
}
.socicon-nextdoor:before {
    content: "\e942";
}
.socicon-udemy:before {
    content: "\e93f";
}
.socicon-livemaster:before {
    content: "\e93e";
}
.socicon-crunchbase:before {
    content: "\e93b";
}
.socicon-homefy:before {
    content: "\e93c";
}
.socicon-calendly:before {
    content: "\e93d";
}
.socicon-realtor:before {
    content: "\e90f";
}
.socicon-tidal:before {
    content: "\e910";
}
.socicon-qobuz:before {
    content: "\e911";
}
.socicon-natgeo:before {
    content: "\e912";
}
.socicon-mastodon:before {
    content: "\e913";
}
.socicon-unsplash:before {
    content: "\e914";
}
.socicon-homeadvisor:before {
    content: "\e915";
}
.socicon-angieslist:before {
    content: "\e916";
}
.socicon-codepen:before {
    content: "\e917";
}
.socicon-slack:before {
    content: "\e918";
}
.socicon-openaigym:before {
    content: "\e919";
}
.socicon-logmein:before {
    content: "\e91a";
}
.socicon-fiverr:before {
    content: "\e91b";
}
.socicon-gotomeeting:before {
    content: "\e91c";
}
.socicon-aliexpress:before {
    content: "\e91d";
}
.socicon-guru:before {
    content: "\e91e";
}
.socicon-appstore:before {
    content: "\e91f";
}
.socicon-homes:before {
    content: "\e920";
}
.socicon-zoom:before {
    content: "\e921";
}
.socicon-alibaba:before {
    content: "\e922";
}
.socicon-craigslist:before {
    content: "\e923";
}
.socicon-wix:before {
    content: "\e924";
}
.socicon-redfin:before {
    content: "\e925";
}
.socicon-googlecalendar:before {
    content: "\e926";
}
.socicon-shopify:before {
    content: "\e927";
}
.socicon-freelancer:before {
    content: "\e928";
}
.socicon-seedrs:before {
    content: "\e929";
}
.socicon-bing:before {
    content: "\e92a";
}
.socicon-doodle:before {
    content: "\e92b";
}
.socicon-bonanza:before {
    content: "\e92c";
}
.socicon-squarespace:before {
    content: "\e92d";
}
.socicon-toptal:before {
    content: "\e92e";
}
.socicon-gust:before {
    content: "\e92f";
}
.socicon-ask:before {
    content: "\e930";
}
.socicon-trulia:before {
    content: "\e931";
}
.socicon-loomly:before {
    content: "\e932";
}
.socicon-ghost:before {
    content: "\e933";
}
.socicon-upwork:before {
    content: "\e934";
}
.socicon-fundable:before {
    content: "\e935";
}
.socicon-booking:before {
    content: "\e936";
}
.socicon-googlemaps:before {
    content: "\e937";
}
.socicon-zillow:before {
    content: "\e938";
}
.socicon-niconico:before {
    content: "\e939";
}
.socicon-toneden:before {
    content: "\e93a";
}
.socicon-augment:before {
    content: "\e908";
}
.socicon-bitbucket:before {
    content: "\e909";
}
.socicon-fyuse:before {
    content: "\e90a";
}
.socicon-yt-gaming:before {
    content: "\e90b";
}
.socicon-sketchfab:before {
    content: "\e90c";
}
.socicon-mobcrush:before {
    content: "\e90d";
}
.socicon-microsoft:before {
    content: "\e90e";
}
.socicon-pandora:before {
    content: "\e907";
}
.socicon-messenger:before {
    content: "\e906";
}
.socicon-gamewisp:before {
    content: "\e905";
}
.socicon-bloglovin:before {
    content: "\e904";
}
.socicon-tunein:before {
    content: "\e903";
}
.socicon-gamejolt:before {
    content: "\e901";
}
.socicon-trello:before {
    content: "\e902";
}
.socicon-spreadshirt:before {
    content: "\e900";
}
.socicon-500px:before {
    content: "\e000";
}
.socicon-8tracks:before {
    content: "\e001";
}
.socicon-airbnb:before {
    content: "\e002";
}
.socicon-alliance:before {
    content: "\e003";
}
.socicon-amazon:before {
    content: "\e004";
}
.socicon-amplement:before {
    content: "\e005";
}
.socicon-android:before {
    content: "\e006";
}
.socicon-angellist:before {
    content: "\e007";
}
.socicon-apple:before {
    content: "\e008";
}
.socicon-appnet:before {
    content: "\e009";
}
.socicon-baidu:before {
    content: "\e00a";
}
.socicon-bandcamp:before {
    content: "\e00b";
}
.socicon-battlenet:before {
    content: "\e00c";
}
.socicon-mixer:before {
    content: "\e00d";
}
.socicon-bebee:before {
    content: "\e00e";
}
.socicon-bebo:before {
    content: "\e00f";
}
.socicon-behance:before {
    content: "\e010";
}
.socicon-blizzard:before {
    content: "\e011";
}
.socicon-blogger:before {
    content: "\e012";
}
.socicon-buffer:before {
    content: "\e013";
}
.socicon-chrome:before {
    content: "\e014";
}
.socicon-coderwall:before {
    content: "\e015";
}
.socicon-curse:before {
    content: "\e016";
}
.socicon-dailymotion:before {
    content: "\e017";
}
.socicon-deezer:before {
    content: "\e018";
}
.socicon-delicious:before {
    content: "\e019";
}
.socicon-deviantart:before {
    content: "\e01a";
}
.socicon-diablo:before {
    content: "\e01b";
}
.socicon-digg:before {
    content: "\e01c";
}
.socicon-discord:before {
    content: "\e01d";
}
.socicon-disqus:before {
    content: "\e01e";
}
.socicon-douban:before {
    content: "\e01f";
}
.socicon-draugiem:before {
    content: "\e020";
}
.socicon-dribbble:before {
    content: "\e021";
}
.socicon-drupal:before {
    content: "\e022";
}
.socicon-ebay:before {
    content: "\e023";
}
.socicon-ello:before {
    content: "\e024";
}
.socicon-endomodo:before {
    content: "\e025";
}
.socicon-envato:before {
    content: "\e026";
}
.socicon-etsy:before {
    content: "\e027";
}
.socicon-facebook:before {
    content: "\e028";
}
.socicon-feedburner:before {
    content: "\e029";
}
.socicon-filmweb:before {
    content: "\e02a";
}
.socicon-firefox:before {
    content: "\e02b";
}
.socicon-flattr:before {
    content: "\e02c";
}
.socicon-flickr:before {
    content: "\e02d";
}
.socicon-formulr:before {
    content: "\e02e";
}
.socicon-forrst:before {
    content: "\e02f";
}
.socicon-foursquare:before {
    content: "\e030";
}
.socicon-friendfeed:before {
    content: "\e031";
}
.socicon-github:before {
    content: "\e032";
}
.socicon-goodreads:before {
    content: "\e033";
}
.socicon-google:before {
    content: "\e034";
}
.socicon-googlescholar:before {
    content: "\e035";
}
.socicon-googlegroups:before {
    content: "\e036";
}
.socicon-googlephotos:before {
    content: "\e037";
}
.socicon-googleplus:before {
    content: "\e038";
}
.socicon-grooveshark:before {
    content: "\e039";
}
.socicon-hackerrank:before {
    content: "\e03a";
}
.socicon-hearthstone:before {
    content: "\e03b";
}
.socicon-hellocoton:before {
    content: "\e03c";
}
.socicon-heroes:before {
    content: "\e03d";
}
.socicon-smashcast:before {
    content: "\e03e";
}
.socicon-horde:before {
    content: "\e03f";
}
.socicon-houzz:before {
    content: "\e040";
}
.socicon-icq:before {
    content: "\e041";
}
.socicon-identica:before {
    content: "\e042";
}
.socicon-imdb:before {
    content: "\e043";
}
.socicon-instagram:before {
    content: "\e044";
}
.socicon-issuu:before {
    content: "\e045";
}
.socicon-istock:before {
    content: "\e046";
}
.socicon-itunes:before {
    content: "\e047";
}
.socicon-keybase:before {
    content: "\e048";
}
.socicon-lanyrd:before {
    content: "\e049";
}
.socicon-lastfm:before {
    content: "\e04a";
}
.socicon-line:before {
    content: "\e04b";
}
.socicon-linkedin:before {
    content: "\e04c";
}
.socicon-livejournal:before {
    content: "\e04d";
}
.socicon-lyft:before {
    content: "\e04e";
}
.socicon-macos:before {
    content: "\e04f";
}
.socicon-mail:before {
    content: "\e050";
}
.socicon-medium:before {
    content: "\e051";
}
.socicon-meetup:before {
    content: "\e052";
}
.socicon-mixcloud:before {
    content: "\e053";
}
.socicon-modelmayhem:before {
    content: "\e054";
}
.socicon-mumble:before {
    content: "\e055";
}
.socicon-myspace:before {
    content: "\e056";
}
.socicon-newsvine:before {
    content: "\e057";
}
.socicon-nintendo:before {
    content: "\e058";
}
.socicon-npm:before {
    content: "\e059";
}
.socicon-odnoklassniki:before {
    content: "\e05a";
}
.socicon-openid:before {
    content: "\e05b";
}
.socicon-opera:before {
    content: "\e05c";
}
.socicon-outlook:before {
    content: "\e05d";
}
.socicon-overwatch:before {
    content: "\e05e";
}
.socicon-patreon:before {
    content: "\e05f";
}
.socicon-paypal:before {
    content: "\e060";
}
.socicon-periscope:before {
    content: "\e061";
}
.socicon-persona:before {
    content: "\e062";
}
.socicon-pinterest:before {
    content: "\e063";
}
.socicon-play:before {
    content: "\e064";
}
.socicon-player:before {
    content: "\e065";
}
.socicon-playstation:before {
    content: "\e066";
}
.socicon-pocket:before {
    content: "\e067";
}
.socicon-qq:before {
    content: "\e068";
}
.socicon-quora:before {
    content: "\e069";
}
.socicon-raidcall:before {
    content: "\e06a";
}
.socicon-ravelry:before {
    content: "\e06b";
}
.socicon-reddit:before {
    content: "\e06c";
}
.socicon-renren:before {
    content: "\e06d";
}
.socicon-researchgate:before {
    content: "\e06e";
}
.socicon-residentadvisor:before {
    content: "\e06f";
}
.socicon-reverbnation:before {
    content: "\e070";
}
.socicon-rss:before {
    content: "\e071";
}
.socicon-sharethis:before {
    content: "\e072";
}
.socicon-skype:before {
    content: "\e073";
}
.socicon-slideshare:before {
    content: "\e074";
}
.socicon-smugmug:before {
    content: "\e075";
}
.socicon-snapchat:before {
    content: "\e076";
}
.socicon-songkick:before {
    content: "\e077";
}
.socicon-soundcloud:before {
    content: "\e078";
}
.socicon-spotify:before {
    content: "\e079";
}
.socicon-stackexchange:before {
    content: "\e07a";
}
.socicon-stackoverflow:before {
    content: "\e07b";
}
.socicon-starcraft:before {
    content: "\e07c";
}
.socicon-stayfriends:before {
    content: "\e07d";
}
.socicon-steam:before {
    content: "\e07e";
}
.socicon-storehouse:before {
    content: "\e07f";
}
.socicon-strava:before {
    content: "\e080";
}
.socicon-streamjar:before {
    content: "\e081";
}
.socicon-stumbleupon:before {
    content: "\e082";
}
.socicon-swarm:before {
    content: "\e083";
}
.socicon-teamspeak:before {
    content: "\e084";
}
.socicon-teamviewer:before {
    content: "\e085";
}
.socicon-technorati:before {
    content: "\e086";
}
.socicon-telegram:before {
    content: "\e087";
}
.socicon-tripadvisor:before {
    content: "\e088";
}
.socicon-tripit:before {
    content: "\e089";
}
.socicon-triplej:before {
    content: "\e08a";
}
.socicon-tumblr:before {
    content: "\e08b";
}
.socicon-twitch:before {
    content: "\e08c";
}
.socicon-twitter:before {
    content: "\e08d";
}
.socicon-uber:before {
    content: "\e08e";
}
.socicon-ventrilo:before {
    content: "\e08f";
}
.socicon-viadeo:before {
    content: "\e090";
}
.socicon-viber:before {
    content: "\e091";
}
.socicon-viewbug:before {
    content: "\e092";
}
.socicon-vimeo:before {
    content: "\e093";
}
.socicon-vine:before {
    content: "\e094";
}
.socicon-vkontakte:before {
    content: "\e095";
}
.socicon-warcraft:before {
    content: "\e096";
}
.socicon-wechat:before {
    content: "\e097";
}
.socicon-weibo:before {
    content: "\e098";
}
.socicon-whatsapp:before {
    content: "\e099";
}
.socicon-wikipedia:before {
    content: "\e09a";
}
.socicon-windows:before {
    content: "\e09b";
}
.socicon-wordpress:before {
    content: "\e09c";
}
.socicon-wykop:before {
    content: "\e09d";
}
.socicon-xbox:before {
    content: "\e09e";
}
.socicon-xing:before {
    content: "\e09f";
}
.socicon-yahoo:before {
    content: "\e0a0";
}
.socicon-yammer:before {
    content: "\e0a1";
}
.socicon-yandex:before {
    content: "\e0a2";
}
.socicon-yelp:before {
    content: "\e0a3";
}
.socicon-younow:before {
    content: "\e0a4";
}
.socicon-youtube:before {
    content: "\e0a5";
}
.socicon-zapier:before {
    content: "\e0a6";
}
.socicon-zerply:before {
    content: "\e0a7";
}
.socicon-zomato:before {
    content: "\e0a8";
}
.socicon-zynga:before {
    content: "\e0a9";
}

.bg-b-lazy {
    -webkit-background-size: cover;
    background-size: cover;
}

/*# sourceMappingURL=ui.css.map */ /* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: 0.75s;
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from,
    11.1%,
    to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-45px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(45px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 45px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 45px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}
.project .card__img {
    padding-top: 1% !important;
}
.slideOutUp {
    animation-name: slideOutUp;
}
.preloader {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    text-align: center;
    font-size: 0;
}
.preloader:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.preloader__wrap {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 266px;
    overflow: hidden;
    position: relative;
}
.preloader__letters {
    white-space: nowrap;
    font-size: 0;
    letter-spacing: 0;
    width: 1050px;
    -webkit-animation: move 1.2s linear infinite normal;
    animation: move 1.2s linear infinite normal;
}
.preloader .card {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #333;
    width: 150px;
    height: 266px;
    position: relative;
}
.preloader .card__symbol {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 700;
}
.preloader .card__symbol_big {
    color: rgba(0, 0, 0, 0.8);
    font-size: 180px;
    opacity: 0.02;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader .card__symbol_small {
    font-size: 72px;
    color: #333;
    -webkit-transform: translate(-50%, -63%);
    -ms-transform: translate(-50%, -63%);
    transform: translate(-50%, -63%);
}
.preloader .progress {
    position: absolute;
    bottom: 32px;
    left: calc(50% - 50px);
    width: 100px;
    height: 1px;
    overflow: hidden;
}
.preloader .progress__line {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
@-webkit-keyframes move {
    0% {
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
    }
    12.5% {
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
    }
    12.5001% {
        -webkit-transform: translate3d(-150px, 0, 1px);
        transform: translate3d(-150px, 0, 1px);
    }
    25% {
        -webkit-transform: translate3d(-150px, 0, 1px);
        transform: translate3d(-150px, 0, 1px);
    }
    25.0001% {
        -webkit-transform: translate3d(-300px, 0, 1px);
        transform: translate3d(-300px, 0, 1px);
    }
    37.5% {
        -webkit-transform: translate3d(-300px, 0, 1px);
        transform: translate3d(-300px, 0, 1px);
    }
    37.5001% {
        -webkit-transform: translate3d(-450px, 0, 1px);
        transform: translate3d(-450px, 0, 1px);
    }
    50% {
        -webkit-transform: translate3d(-450px, 0, 1px);
        transform: translate3d(-450px, 0, 1px);
    }
    50.0001% {
        -webkit-transform: translate3d(-600px, 0, 1px);
        transform: translate3d(-600px, 0, 1px);
    }
    62.5% {
        -webkit-transform: translate3d(-600px, 0, 1px);
        transform: translate3d(-600px, 0, 1px);
    }
    62.5001% {
        -webkit-transform: translate3d(-750px, 0, 1px);
        transform: translate3d(-750px, 0, 1px);
    }
    75% {
        -webkit-transform: translate3d(-750px, 0, 1px);
        transform: translate3d(-750px, 0, 1px);
    }
    75.0001% {
        -webkit-transform: translate3d(-900px, 0, 1px);
        transform: translate3d(-900px, 0, 1px);
    }
    87.5% {
        -webkit-transform: translate3d(-900px, 0, 1px);
        transform: translate3d(-900px, 0, 1px);
    }
    87.5001% {
        -webkit-transform: translate3d(-1050px, 0, 1px);
        transform: translate3d(-1050px, 0, 1px);
    }
    100% {
        -webkit-transform: translate3d(-1050px, 0, 1px);
        transform: translate3d(-1050px, 0, 1px);
    }
}
@keyframes move {
    0% {
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
    }
    12.5% {
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
    }
    12.5001% {
        -webkit-transform: translate3d(-150px, 0, 1px);
        transform: translate3d(-150px, 0, 1px);
    }
    25% {
        -webkit-transform: translate3d(-150px, 0, 1px);
        transform: translate3d(-150px, 0, 1px);
    }
    25.0001% {
        -webkit-transform: translate3d(-300px, 0, 1px);
        transform: translate3d(-300px, 0, 1px);
    }
    37.5% {
        -webkit-transform: translate3d(-300px, 0, 1px);
        transform: translate3d(-300px, 0, 1px);
    }
    37.5001% {
        -webkit-transform: translate3d(-450px, 0, 1px);
        transform: translate3d(-450px, 0, 1px);
    }
    50% {
        -webkit-transform: translate3d(-450px, 0, 1px);
        transform: translate3d(-450px, 0, 1px);
    }
    50.0001% {
        -webkit-transform: translate3d(-600px, 0, 1px);
        transform: translate3d(-600px, 0, 1px);
    }
    62.5% {
        -webkit-transform: translate3d(-600px, 0, 1px);
        transform: translate3d(-600px, 0, 1px);
    }
    62.5001% {
        -webkit-transform: translate3d(-750px, 0, 1px);
        transform: translate3d(-750px, 0, 1px);
    }
    75% {
        -webkit-transform: translate3d(-750px, 0, 1px);
        transform: translate3d(-750px, 0, 1px);
    }
    75.0001% {
        -webkit-transform: translate3d(-900px, 0, 1px);
        transform: translate3d(-900px, 0, 1px);
    }
    87.5% {
        -webkit-transform: translate3d(-900px, 0, 1px);
        transform: translate3d(-900px, 0, 1px);
    }
    87.5001% {
        -webkit-transform: translate3d(-1050px, 0, 1px);
        transform: translate3d(-1050px, 0, 1px);
    }
    100% {
        -webkit-transform: translate3d(-1050px, 0, 1px);
        transform: translate3d(-1050px, 0, 1px);
    }
}

.logo {
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 268px;
    height: 63px;
    -webkit-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.logo__svg {
    position: absolute;
    top: 14px;
    left: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.logo__svg_dark {
    opacity: 0;
}
.logo:hover {
    opacity: 0.7;
}
.menu {
    display: inline-block;
    vertical-align: middle;
    margin-right: 33px;
    padding-top: 6px;
}
.menu__item {
    font: 100 14px/16px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 0px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 31px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
.menu__item:after {
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    height: 1px;
    bottom: -5px;
    left: 30px;
    background-color: #fff;
    opacity: 0;
}
.menu__item:hover {
    opacity: 0.7;
}
.menu__item_active:after {
    opacity: 1;
}
.projects {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.projects__link {
    font: 700 12.5px/16px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 0px;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 25px 4px 12px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
.projects__link:after {
    content: "";
    position: absolute;
    width: calc(100% - 34px);
    height: 1px;
    bottom: -1px;
    left: 12px;
    background-color: #fff;
    opacity: 0;
}
.projects__link:hover {
    opacity: 0.7;
}
.projects__link_active:after {
    opacity: 1;
}
.projects__dropdown {
    position: absolute;
    top: 18px;
    left: 0;
    width: 150%;
    display: none;
    padding-top: 10px;
}
.projects__subitem {
    display: block;
    padding: 0 0 0 27px;
    font: 300 11px/27px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    text-align: left;
    width: 100%;
    color: #f2f2f2;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.projects__subitem:hover {
    opacity: 0.7;
}
.button-projects {
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.button-projects__line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(242, 242, 242, 0.5);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.button-projects__line:nth-of-type(1),
.button-projects__line:nth-of-type(2) {
    margin-bottom: 3px;
}
.button-projects:after {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
    cursor: pointer;
}
.button-projects_active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.search {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.search__button {
    width: 26px;
    height: 31px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.search__button svg {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search__button svg use {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search__button:hover {
    opacity: 0.7;
}
.search__svg {
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}
.search__form {
    position: absolute;
    left: -158px;
    top: 2px;
    display: none;
}
.search__input {
    width: 162px;
    border: none;
    border-bottom: 1px solid #fff;
    height: 31px;
    background-color: transparent;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    padding-top: 6px;
    letter-spacing: -1px;
    color: #fff;
}
.search__input::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search__input::-moz-placeholder {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search__input:-moz-placeholder {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search__input:-ms-input-placeholder {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search__input:focus::-webkit-input-placeholder {
    color: #4f4f4f;
}
.search__input:focus::-moz-placeholder {
    color: #4f4f4f;
}
.search__input:focus:-moz-placeholder {
    color: #4f4f4f;
}
.search__input:focus:-ms-input-placeholder {
    color: #4f4f4f;
}
.search_for-panel {
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.search_for-panel .search__form {
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 100%;
}
.search_for-panel .search__form:after {
    content: "";
    display: table;
    clear: both;
}
.search_for-panel .search__input {
    width: 100%;
    border: none;
    padding-top: 0;
    letter-spacing: 0;
    padding-left: 6px;
    float: left;
    width: calc(100% - 26px);
}
.search_for-panel .search__button {
    vertical-align: middle;
    text-align: right;
    float: right;
}
.button-header {
    position: absolute;
    right: -8px;
    top: -21px;
    width: 40px;
    height: 40px;
    display: none;
    z-index: 1;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.button-header__line {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 1px;
    background-color: #f2f2f2;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.button-header__line:nth-of-type(2) {
    margin-top: 6px;
}
.button-header_active .button-header__line {
    -webkit-transform: translate3d(0, 3px, 1px) rotate(45deg) !important;
    transform: translate3d(0, 3px, 1px) rotate(45deg) !important;
}
.button-header_active .button-header__line:nth-of-type(2) {
    -webkit-transform: translate3d(0, -4px, 1px) rotate(135deg) !important;
    transform: translate3d(0, -4px, 1px) rotate(135deg) !important;
}
.header {
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.header__bg {
    position: absolute;
    width: 100%;
    height: 108px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(0, 0px, 1px);
    transform: translate3d(0, 0px, 1px);
    background-color: #101010;
    border-bottom: 1px solid #000;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.header__bg_transparent {
    background: transparent;
    border-bottom: 1px solid transparent;
    pointer-events: none;
}
.header__wrapper {
    padding: 0 68px;
}
.header__inner {
    font-size: 0;
    letter-spacing: 0;
    text-align: right;
    position: relative;
}
.header__container {
    display: inline-block;
    position: absolute;
    top: 38px;
    right: 0;
}
.header_min .logo {
    -webkit-transform: translate3d(0, -13px, 1px);
    transform: translate3d(0, -13px, 1px);
    width: 94px;
    height: 22px;
}
.header_min .header__bg {
    -webkit-transform: scaleY(0.667);
    -ms-transform: scaleY(0.667);
    transform: scaleY(0.667);
}
.header_dark .header__bg {
    background: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}
.header_dark .header__bg_transparent {
    background: transparent;
    border-bottom: 1px solid transparent;
}
.header_dark .logo__svg {
    opacity: 0;
}
.header_dark .logo__svg_dark {
    opacity: 1;
    top: 14px;
}
.header_dark .menu__item {
    color: #333;
}
.header_dark .menu__item:after {
    background-color: #333;
}
.header_dark .projects__link {
    color: #333;
}
.header_dark .projects__link:after {
    background-color: #333;
}
.header_dark .projects__subitem {
    color: #333;
}
.header_dark .button-projects__line {
    background-color: rgba(51, 51, 51, 0.5);
}
.header_dark .button-header__line {
    background-color: #333;
}
.header_dark .search__button svg use {
    fill: #333;
}
.header_dark .search__input {
    color: #333;
    border-bottom: 1px solid #333;
}
.header_dark .search__input::-webkit-input-placeholder {
    color: #333;
}
.header_dark .search__input::-moz-placeholder {
    color: #333;
}
.header_dark .search__input:-moz-placeholder {
    color: #333;
}
.header_dark .search__input:-ms-input-placeholder {
    color: #333;
}
@media only screen and (min-width: 1201px) {
    .button-header:hover .button-header__line {
        -webkit-transform: translate3d(0, 3px, 1px);
        transform: translate3d(0, 3px, 1px);
    }
    .button-header:hover .button-header__line:nth-of-type(2) {
        -webkit-transform: translate3d(0, -4px, 1px);
        transform: translate3d(0, -4px, 1px);
    }
    .button-header_active:hover {
        opacity: 0.7;
    }
}
@media only screen and (max-width: 1200px) {
    .button-header {
        right: -9px;
        top: -23px;
    }
    .header__wrapper {
        padding: 0 33px;
    }
    .search_for-panel {
        margin: 0 auto 31px auto;
    }
}
@media only screen and (max-width: 767px) {
    .button-header {
        right: -10px;
        top: -35px;
    }
    .header__wrapper {
        padding: 0 18px;
    }
    .header .header__bg {
        -webkit-transform: scaleY(0.435);
        -ms-transform: scaleY(0.435);
        transform: scaleY(0.435);
    }
    .header_min .logo {
        -webkit-transform: translate3d(0, -24px, 1px);
        transform: translate3d(0, -24px, 1px);
        width: 74px;
        height: 18px;
    }
    .header_min .header__bg {
        -webkit-transform: scaleY(0.435);
        -ms-transform: scaleY(0.435);
        transform: scaleY(0.435);
    }
    .search_for-panel {
        margin-bottom: 39px;
    }
}

.cursor {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 101;
    pointer-events: none;
}
.cursor__element {
    position: absolute;
    left: -60px;
    top: -20px;
    width: 120px;
    height: 40px;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1.08, 0.62, 0.95);
    transition: -webkit-transform 0.5s cubic-bezier(0.23, 1.08, 0.62, 0.95);
    -o-transition: transform 0.5s cubic-bezier(0.23, 1.08, 0.62, 0.95);
    transition: transform 0.5s cubic-bezier(0.23, 1.08, 0.62, 0.95);
    transition: transform 0.5s cubic-bezier(0.23, 1.08, 0.62, 0.95), -webkit-transform 0.5s cubic-bezier(0.23, 1.08, 0.62, 0.95);
    -webkit-backface-visibility: hidden;
}
.cursor__element_active .cursor__bg_white {
    opacity: 0;
}
.cursor__element_active .cursor__bg_black {
    opacity: 1;
}
.cursor__element_active svg .cursor__path_left {
    -webkit-transform: translate3d(-25px, 0, 1px);
    transform: translate3d(-25px, 0, 1px);
}
.cursor__element_active svg .cursor__path_right {
    -webkit-transform: translate3d(25px, 0, 1px);
    transform: translate3d(25px, 0, 1px);
}
.cursor__element svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.cursor__element svg circle {
    stroke-dasharray: 218px;
    -webkit-transition: stroke-dashoffset 0.8s ease-in-out;
    -o-transition: stroke-dashoffset 0.8s ease-in-out;
    transition: stroke-dashoffset 0.8s ease-in-out;
    stroke-dashoffset: 80px;
}
.cursor__element .cursor__path {
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1.08, 0.62, 0.95);
    -o-transition: all 0.6s cubic-bezier(0.23, 1.08, 0.62, 0.95);
    transition: all 0.6s cubic-bezier(0.23, 1.08, 0.62, 0.95);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    opacity: 1;
}
.cursor__element_hide .cursor__bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cursor__element_hide svg circle {
    stroke-dashoffset: 218px;
}
.cursor__element_hide svg .cursor__path_left {
    -webkit-transform: translate3d(-5px, 0, 1px);
    transform: translate3d(-5px, 0, 1px);
    opacity: 0;
}
.cursor__element_hide svg .cursor__path_right {
    -webkit-transform: translate3d(5px, 0, 1px);
    transform: translate3d(5px, 0, 1px);
    opacity: 0;
}
.cursor__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
    -o-transition: opacity 0.3s ease, transform 0.6s ease;
    transition: opacity 0.3s ease, transform 0.6s ease;
    transition: opacity 0.3s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.cursor__bg_black {
    opacity: 0;
}
.poster-mob {
    display: none;
    height: 450px;
    position: relative;
    min-height: 450px;
}
.poster-mob__status {
    display: block;
}
.poster-mob__slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1a1a1a;
}
.poster-mob .slick-list,
.poster-mob .slick-track,
.poster-mob__slide {
    height: 100%;
}
.poster-mob .card {
    vertical-align: top;
    font: 70px/1.2 Arial, Helvetica, sans-serif;
    white-space: normal;
    padding-right: 100px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 168px;
    padding-left: 152px;
}
.poster-mob .card__content {
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.poster-mob .card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.poster-mob .card__image:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.poster-mob .card__image_no-cover {
    background-color: #000;
}
.poster-mob .card__image_no-cover:before {
    display: none;
}
.poster-mob .card__image_no-cover video {
    opacity: 0.5;
}
.poster-mob .card__video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.poster-mob .card__title {
    position: relative;
    -webkit-transition: opacity 0.6s ease 0s;
    -o-transition: opacity 0.6s ease 0s;
    transition: opacity 0.6s ease 0s;
    opacity: 1;
}
.poster-mob .card__h2 {
    margin: 0;
    -webkit-transition: opacity 0.6s ease 0s, color 0.3s ease 0s;
    -o-transition: opacity 0.6s ease 0s, color 0.3s ease 0s;
    transition: opacity 0.6s ease 0s, color 0.3s ease 0s;
    font: 700 70px/72px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 0;
}
.poster-mob .card__h2 .word {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -25px;
    white-space: nowrap;
    overflow: hidden;
}
.poster-mob .card__h2 .letter {
    display: inline-block;
    vertical-align: top;
    font: 700 70px/72px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
}
.poster-mob .card .word {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -25px;
    white-space: nowrap;
    overflow: hidden;
}
.poster-mob .card .letter {
    display: inline-block;
    vertical-align: top;
    font: 700 70px/72px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    -webkit-transform: translate3d(0, 30px, 1px);
    transform: translate3d(0, 30px, 1px);
    opacity: 0;
}
.poster-mob__slide.slick-current .card .letter {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    opacity: 1;
}
.poster {
    font-size: 0;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #333;
    -webkit-perspective: 100vw;
    perspective: 100vw;
}
.poster__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.poster__scroll {
    bottom: 0;
}
.poster__scroll:before {
    background-color: #4f4f4f;
}
.poster__images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transform: scale(1.25) rotateX(0) rotateY(0) translateZ(-15vw);
    transform: scale(1.25) rotateX(0) rotateY(0) translateZ(-15vw);
}
.poster__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
.poster__image_active {
    opacity: 1;
}
.poster__image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("/wp-content/themes/ydzn/assets/img/bg-mask.png") rgba(0, 0, 0, 0.6);
}
.poster__image:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: opacity 0.6s ease 0s;
    -o-transition: opacity 0.6s ease 0s;
    transition: opacity 0.6s ease 0s;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
}
.poster__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.poster__list {
    white-space: nowrap;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    font-size: 0;
    margin-left: 294px;
    position: relative;
    top: 31.7%;
}
.poster__list.animated {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.poster__list_no-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.poster__fake-headings {
    position: absolute;
    top: 31.7%;
    margin-left: 294px;
    opacity: 1;
    -webkit-transition: opacity 0s 0.6s;
    -o-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}
.poster__fake-headings .card {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    white-space: nowrap;
}
.poster__fake-headings .card.no-transition .letter {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.poster__fake-headings .card__title {
    pointer-events: none;
    margin: 0;
    -webkit-transition: opacity 0.6s ease 0s, color 0.3s ease 0s;
    -o-transition: opacity 0.6s ease 0s, color 0.3s ease 0s;
    transition: opacity 0.6s ease 0s, color 0.3s ease 0s;
    font: 700 70px/72px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 0;
}
.poster__fake-headings .card .word {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -25px;
    white-space: nowrap;
    overflow: hidden;
}
.poster__fake-headings .card .letter {
    display: inline-block;
    vertical-align: top;
    font: 700 70px/72px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    -webkit-transform: translate3d(0, 50px, 1px);
    transform: translate3d(0, 50px, 1px);
    opacity: 0;
}
.poster__fake-headings .card_active {
    opacity: 1;
}
.poster__fake-headings .card_active .letter {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    opacity: 1;
}
.poster__draggable {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.poster__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.poster__list .card {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font: 70px/1.2 Arial, Helvetica, sans-serif;
    min-width: 420px;
    white-space: normal;
    padding-right: 100px;
    margin-right: 30px;
    opacity: 0;
    -webkit-transition: opacity 0s ease 0s, -webkit-transform 0.6s ease;
    transition: opacity 0s ease 0s, -webkit-transform 0.6s ease;
    -o-transition: opacity 0s ease 0s, transform 0.6s ease;
    transition: opacity 0s ease 0s, transform 0.6s ease;
    transition: opacity 0s ease 0s, transform 0.6s ease, -webkit-transform 0.6s ease;
    color: #fff;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.poster__list .card_prev {
    -webkit-transform: translate3d(-300px, 0, 1px);
    transform: translate3d(-300px, 0, 1px);
}
.poster__list .card_next {
    -webkit-transform: translate3d(300px, 0, 1px);
    transform: translate3d(300px, 0, 1px);
}
.poster__list .card_active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    pointer-events: auto;
}
.poster__list .card__heading {
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    -o-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}
.poster__list .card__title {
    position: relative;
    -webkit-transition: opacity 0.6s ease 0s;
    -o-transition: opacity 0.6s ease 0s;
    transition: opacity 0.6s ease 0s;
    opacity: 1;
}
.poster__list .card_no-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.poster__list .card__h2 {
    pointer-events: none;
    margin: 0;
    -webkit-transition: opacity 0.6s ease 0s, color 0.3s ease 0s;
    -o-transition: opacity 0.6s ease 0s, color 0.3s ease 0s;
    transition: opacity 0.6s ease 0s, color 0.3s ease 0s;
    font: 700 70px/72px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 0;
}
.poster__list .card__h2 .word {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -25px;
    white-space: nowrap;
    overflow: hidden;
}
.poster__list .card__h2 .letter {
    display: inline-block;
    vertical-align: top;
    font: 700 70px/72px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
}
.poster__list .card__mask {
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    font: 700 70px/72px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease 0s;
    -o-transition: opacity 0.6s ease 0s;
    transition: opacity 0.6s ease 0s;
    background-color: #1a1a1a;
}
.poster_active .poster__image_active:before {
    opacity: 1;
}
.poster_active .watch-video {
    opacity: 0;
}
.poster_active .poster__fake-headings {
    opacity: 0;
    -webkit-transition: opacity 0s 0s;
    -o-transition: opacity 0s 0s;
    transition: opacity 0s 0s;
}
.poster_active .poster__list .card {
    color: #000;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
.poster_active .poster__list .card__heading {
    opacity: 1;
    -webkit-transition: opacity 0s 0s;
    -o-transition: opacity 0s 0s;
    transition: opacity 0s 0s;
}
.poster_active .poster__list .card_prev {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
.poster_active .poster__list .card_next {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
.poster_active .poster__list .card__title {
    opacity: 0.2;
}
.poster_active .poster__list .card .watch-video {
    opacity: 0;
}
.poster_active .poster__list .card__h2 {
    color: #000;
}
.poster_active .poster__list .card .watch-video__icon {
    fill: #000;
}
.poster_active .poster__list .card_active {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
.poster_active .poster__list .card_active .card__title {
    opacity: 1;
}
.poster_active .poster__list .card_active .card__mask {
    opacity: 1;
}
.poster_active .poster__list .card_active .card__h2 {
    opacity: 0;
}
.poster_active .poster__list .card_active .watch-video {
    opacity: 0;
}
.foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}
.foot__inner {
    font-size: 0;
    letter-spacing: 0;
}
.foot__column {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
}
.foot__column:nth-of-type(1) {
    text-align: left;
}
.foot__column:nth-of-type(2) {
    text-align: right;
}
.slide {
    position: relative;
    height: 100%;
}
.slide__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slide__bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("/wp-content/themes/ydzn/assets/img/bg-mask.png") rgba(0, 0, 0, 0.7);
}
.slide__inner {
    width: 100%;
    height: 100vh;
    min-height: 800px;
}
.slide__content {
    top: 31.7%;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    font-size: 10px;
    color: #fff;
    padding-bottom: 21px;
}
.slide__h1 {
    max-width: 500px;
}
.status {
    position: absolute;
    top: calc(31.7% - -5px);
    left: 68px;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    z-index: 1;
    cursor: default;
    color: #fff;
}
.status__current {
    display: inline-block;
    vertical-align: top;
}
.status__slash {
    display: inline-block;
    vertical-align: top;
}
.status__total {
    font-size: 32px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
}
.watch-video {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 1;
    font-size: 0;
    letter-spacing: 0;
    margin-top: 33px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-family: 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
}
.watch-video__text {
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.watch-video__icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-left: 14px;
    fill: #fff;
    -webkit-transition: fill 0.6s ease;
    -o-transition: fill 0.6s ease;
    transition: fill 0.6s ease;
    position: relative;
    top: -2px;
}
.watch-video:hover {
    opacity: 0.7;
}
.slider-nav {
    width: 542px;
    display: inline-block;
    font-size: 0;
    letter-spacing: 0;
    position: absolute;
    bottom: 32px;
    right: 38px;
    z-index: 1;
}
.slider-nav .card,
.slider-nav .item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 4);
    color: #fff;
    font-size: 0;
    letter-spacing: 0;
    padding-right: 30px;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    text-align: left;
}
.slider-nav .card__number,
.slider-nav .item__number {
    width: 22px;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
}
.slider-nav .card__icon,
.slider-nav .item__icon {
    width: 12px;
    margin-right: calc(100% - 34px);
    height: 12px;
    display: inline-block;
    vertical-align: top;
    fill: #fff;
}
.slider-nav .card__name,
.slider-nav .item__name {
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
	font-family:'CRC25';
    line-height: 20px;
    width: 100%;
    margin-top: 10px;
}
.slider-nav .card__line,
.slider-nav .item__line {
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 34px;
    background-color: #f2f2f2;
    bottom: -9px;
    left: 0;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.slider-nav .card_active,
.slider-nav .item_active {
    opacity: 1;
    cursor: default;
}
.slider-nav .card_active .card__line,
.slider-nav .card_active .item__line,
.slider-nav .item_active .card__line,
.slider-nav .item_active .item__line {
    -webkit-transition: -webkit-transform 10s linear;
    transition: -webkit-transform 10s linear;
    -o-transition: transform 10s linear;
    transition: transform 10s linear;
    transition: transform 10s linear, -webkit-transform 10s linear;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.slider-nav .item {
    padding: 0 25px;
}
.slider-nav .item:last-child {
    padding-right: 0;
}
.share {
    font-size: 0;
    letter-spacing: 0;
    position: absolute;
    bottom: 49px;
    left: 68px;
    z-index: 1;
}
.share__label {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #666;
    margin-right: 22px;
    padding-top: 4px;
}
.share__socnetwork {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 16px;
    font-size: 0;
    letter-spacing: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.share__socnetwork:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.share__socnetwork:hover {
    opacity: 0.7;
}
.share__icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
}
.share_for-panel .share__socnetwork {
    margin: 0 9px;
}
.share_for-news {
    position: static;
}
.share_for-news .share__icon {
    color: #666;
}
.browser-safari .cursor__element {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
@media only screen and (max-width: 1200px) {
    .poster-mob {
        display: block;
    }
    .poster-mob__status {
        display: block;
    }
    .cursor {
        display: none !important;
    }
    .poster {
        display: none !important;
    }
    .poster__list {
        margin-left: calc((100% - 464px) / 2);
    }
    .poster__list .card {
        min-width: 220px;
        padding-right: 0;
        margin-right: 150px;
    }
    .poster__list .card__title,
    .poster__list .card__h2,
    .poster__list .card__mask {
        font-size: 48px;
        line-height: 50px;
    }
    .poster__list .card_prev {
        -webkit-transform: translate3d(-200px, 0, 1px);
        transform: translate3d(-200px, 0, 1px);
    }
    .poster__list .card_next {
        -webkit-transform: translate3d(200px, 0, 1px);
        transform: translate3d(200px, 0, 1px);
    }
    .poster__list .card__inner {
        min-height: 450px;
    }
    .poster__list .card__list {
        top: 32%;
        padding-bottom: 0;
    }
    .poster_active .poster__list .card_prev {
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
    }
    .poster_active .poster__list .card_next {
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
    }
    .poster-mob .card {
        min-width: 220px;
        padding-right: 0;
    }
    .poster-mob .card__h2 .letter {
        font-size: 48px;
        line-height: 50px;
    }
    .poster-mob .card__h2 .line {
        margin-top: -23px;
    }
    .poster-mob .watch-video {
        margin-top: 3px;
    }
    .watch-video {
        margin-top: 22px;
    }
    .watch-video__icon {
        margin-left: 19px;
        width: 18px;
        height: 18px;
    }
    .share {
        display: none;
    }
    .share__label {
        font-size: 14px;
        margin-right: 10px;
    }
    .share_for-panel .share__socnetwork {
        margin: 0 8px;
    }
    .share_for-news {
        display: block;
    }
    .slider-nav {
        width: auto;
        margin-right: 4px;
        margin-bottom: 29px;
    }
    .slider-nav .card,
    .slider-nav .item {
        padding: 0 19px;
    }
    .slider-nav .card__number,
    .slider-nav .item__number {
        font-size: 11px;
    }
    .slider-nav .card__icon,
    .slider-nav .item__icon {
        display: none;
    }
    .slider-nav .card__name,
    .slider-nav .item__name {
        display: none;
    }
    .slider-nav .card__line,
    .slider-nav .item__line {
        display: none;
    }
    .slider-nav .item {
        padding: 0 25px;
        position: relative;
    }
    .slider-nav .item:after {
        content: "";
        display: block;
        width: 30px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: calc(100% - -10px);
        left: 25px;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .slider-nav .item_active:after {
        -webkit-transition: -webkit-transform 10s linear;
        transition: -webkit-transform 10s linear;
        -o-transition: transform 10s linear;
        transition: transform 10s linear;
        transition: transform 10s linear, -webkit-transform 10s linear;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
    .status {
        top: 32%;
        left: 35px;
    }
    .status__current {
        font-size: 10px;
        vertical-align: middle;
    }
    .status__slash {
        font-size: 10px;
        vertical-align: middle;
    }
    .status__total {
        font-size: 16px;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 767px) {
    .poster .wrapper_full {
        padding: 0;
    }
    .poster__list {
        margin-left: calc((100% - 550px) / 2);
        top: 36%;
    }
}
@media only screen and (max-width: 767px) and (max-width: 550px) {
    .poster__list {
        margin-left: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .poster__list .card {
        min-width: 220px;
    }
    .poster__list .card__title,
    .poster__list .card__h2,
    .poster__list .card__mask {
        font-size: 36px;
        line-height: 36px;
    }
    .poster__list .card_prev {
        -webkit-transform: translate3d(-150px, 0, 1px);
        transform: translate3d(-150px, 0, 1px);
    }
    .poster__list .card_next {
        -webkit-transform: translate3d(150px, 0, 1px);
        transform: translate3d(150px, 0, 1px);
    }
    .poster_active .poster__list .card_prev {
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
    }
    .poster_active .poster__list .card_next {
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
    }
    .status {
        display: none;
    }
    .slide__content {
        top: 36%;
    }
    .slide__inner {
        min-height: 480px;
    }
    .poster-mob {
        min-height: 480px;
        height: 100vh;
    }
    .poster-mob .card {
        min-width: 0;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 172px;
    }
    .poster-mob .card__h2 .line {
        margin-top: 0;
        margin-bottom: -35px;
    }
    .poster-mob .card__h2 .letter {
        font-size: 36px;
        line-height: 36px;
    }
    .poster-mob .watch-video {
        margin-top: 16px;
        pointer-events: auto;
    }
    .watch-video {
        margin-top: 17px;
        position: relative;
        z-index: 1;
    }
    .watch-video__icon {
        width: 21px;
        height: 21px;
        margin-left: 14px;
    }
    .foot__column:nth-of-type(1) {
        display: none;
    }
    .foot__column:nth-of-type(2) {
        text-align: left;
        width: 100%;
    }
    .slider-nav {
        margin-bottom: 0px;
        left: 0;
        bottom: 20px;
    }
    .slider-nav .item {
        padding: 0 26px 0 16px;
        width: auto;
    }
    .slider-nav .item__number {
        font-weight: 400;
    }
    .slider-nav .item:after {
        width: 26px;
        left: 16px;
        top: calc(100% - -5px);
    }
    .share__label {
        padding-top: 2px;
    }
}

/*# sourceMappingURL=poster.css.map */
.poster__list .card {
    margin-right: 150px;
}
.poster__list .card__value {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(-49px, 0, 1px);
    transform: translate3d(-49px, 0, 1px);
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.poster__list .card__num {
    white-space: nowrap;
    position: absolute;
    top: -76px;
    left: 5px;
    font: 200 16px/1 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    color: #333;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.5s ease;
    transition: transform 0.6s ease, opacity 0.5s ease, -webkit-transform 0.6s ease;
}
.poster__list .card__num:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 1px;
    background-color: #000;
    margin-right: 15px;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.poster__list .card__category {
    position: absolute;
    top: 100%;
    left: 0;
    font: 300 14px/1 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    color: #333;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
.poster_active .poster__list .card .card__num {
    opacity: 1;
}
.poster_active .poster__list .card .card__value {
    opacity: 0.3;
}
.poster_active .poster__list .card_active .card__category {
    opacity: 1;
}
.poster_active .poster__list .card_active .card__value {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
.poster_active .poster__list .card_active .card__num:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
@media only screen and (max-width: 767px) {
    .poster__list .card {
        margin-right: 100px;
    }
    .poster__list .card__category {
        top: auto;
        bottom: 55px;
    }
    .poster__list .card__num {
        top: -50px;
    }
}
.about {
    padding: 270px 0 219px;
    position: relative;
    overflow: hidden;
}
.about__bg {
    position: absolute;
    width: 100%;
    top: 220px;
    left: 0px;
    z-index: -1;
    line-height: 1;
    font-size: 12.5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 9.4vw;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.02;
    text-shadow: 9px 17px 25px rgba(0, 0, 0, 0.12);
}
.about__bg .line {
    margin-left: 9vw;
}
.about__bg .letter {
    -webkit-transform: translate3d(0px, 200px, 1px);
    transform: translate3d(0px, 200px, 1px);
}
.about__h2 {
    width: 300px;
    margin-bottom: 20px;
    text-align: right;
    float: right;
    font-family: 'W_YEKAN';
}
.about .text {
    margin-bottom: 54px;
    font-size: 0;
    letter-spacing: 0;
    float: right;
    direction: rtl;
}
.about .text__column {
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top;
    direction: rtl;
}
.about .text__column:first-of-type {
    margin-left: 40px;
}
.about .text p {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 29px;
    font-family: 'W_YEKAN';
    direction: rtl;
    float: right;
    text-align: justify;
}

.card__h5 {
    font-family: 'CRC25';
    letter-spacing: 1px;
    line-height: 18px;
    font-size: 15px;
	text-transform: unset;
}

.about__inner {
    font-size: 0;
    letter-spacing: 0;
    direction: rtl;
}
.about__column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 32px;
}
.about_projects-top {
    padding-top: 262px;
    padding-bottom: 76px;
}
.about_projects-top .about__bg {
    top: 246px;
    width: 100%;
    left: 0;
    letter-spacing: 3.2vw;
    font-size: 11.5vw;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.02;
    text-indent: 0;
}
.about_projects-top .about__bg .line {
    margin-left: 5vw;
}
.about_projects-top .about__wrapper {
    max-width: 824px;
    margin-left: 308px;
}
.about_projects-top .about__h2 {
    margin-bottom: 25px;
}
.about_projects-top .about__text {
    width: 400px;
    -webkit-column-count: 1;
    column-count: 1;
}
.about_projects-bottom,
.about_blog,
.about_media {
    padding-top: 270px;
    padding-bottom: 184px;
}
.about_projects-bottom .about__h2,
.about_blog .about__h2,
.about_media .about__h2 {
    width: auto;
    margin-bottom: 28px;
    max-width: 400px;
}
.about_projects-bottom .about__text,
.about_blog .about__text,
.about_media .about__text {
    margin-bottom: 29px;
    width: 400px;
    -webkit-column-count: 1;
    column-count: 1;
}
.about_project {
    padding-bottom: 236px;
    z-index: 5;
}
.about_project .about__bg {
    top: 220px;
}
.about_project .about__h2 {
    width: 330px;
    margin-bottom: 24px;
	font-family:'W_YEKAN';
}
.about_project .about__text {
    -webkit-column-count: 1;
    column-count: 1;
}
.about_career {
    padding-top: 305px;
    padding-bottom: 70px;
}
.about_career .about__bg {
    top: 270px;
    width: 100%;
    left: 0;
    letter-spacing: 8.5vw;
    font-size: 12.5vw;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.02;
    text-indent: 0;
}
.about_career .about__bg .line {
    margin-left: 5vw;
}
.about_career .about__wrapper {
    max-width: 824px;
}
.about_career .about__h2 {
    margin-bottom: 28px;
    max-width: 300px;
    width: 300px;
}
.about_career .about__text {
    margin-bottom: 31px;
    font-size: 0;
}
.about_career .about__text .text__column {
    display: block;
    float: left;
}
.about_career .about__text p {
    line-height: 24px;
    letter-spacing: 0.8px;
}
.about_career .about__text:after {
    content: "";
    display: table;
    clear: both;
}
.about_about-top {
    padding-top: 219px;
    padding-bottom: 10px;
}
.about_about-top .about__bg {
    top: 216px;
}
.about_about-top .about__h2 {
    margin-bottom: 30px;
}
.about_about-bottom {
    padding-top: 217px;
    padding-bottom: 0px;
}
.about_about-bottom .about__scroll {
    top: 23px;
}
.about_about-bottom .about__h2 {
    width: 360px;
    margin-bottom: 28px;
}
.about_about-bottom .about__text {
    margin-bottom: 98px;
    width: 470px;
    -webkit-column-count: 1;
    column-count: 1;
}
.details {
    padding: 41px 97px 0px 0px;
}
.details .card {
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.details .card__icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 86px;
    padding-bottom: 6px;
}
.details .card__content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 86px);
    font-size: 14px;
    line-height: 16px;
}
.details .card__title {
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    letter-spacing: 0.7px;
}
.details .card__text {
    font-weight: 300;
    color: #666;
    letter-spacing: 0.7px;
}
@media only screen and (max-width: 1200px) {
    .about {
        padding-top: 172px;
        padding-bottom: 125px;
    }
    .about__bg {
        top: 130px;
    }
    .about__h2 {
        margin-bottom: 43px;
    }
    .about .text {
        margin-bottom: 40px;
    }
    .about .text__column {
        width: 100%;
    }
    .about .text__column:first-of-type {
        margin-right: 0;
    }
    .about .text p {
        font-size: 14px;
        line-height: 23px;
    }
    .about__column {
        width: 100%;
        padding-right: 0;
    }
    .about_projects-top {
        display: none;
    }
    .about_projects-bottom,
    .about_blog,
    .about_media {
        padding-top: 125px;
        padding-bottom: 96px;
    }
    .about_projects-bottom .about__h2,
    .about_blog .about__h2,
    .about_media .about__h2 {
        margin-bottom: 44px;
    }
    .about_projects-bottom .about__text,
    .about_blog .about__text,
    .about_media .about__text {
        margin-bottom: 39px;
    }
    .about_projects-bottom .about__button,
    .about_blog .about__button,
    .about_media .about__button {
        padding: 15px 20px 11px 20px;
    }
    .about_project {
        padding-top: 203px;
        padding-bottom: 137px;
    }
    .about_project .about__bg {
        top: 150px;
    }
    .about_project .about__h2 {
        margin-bottom: 29px;
    }
    .about_career {
        padding-top: 111px;
        padding-bottom: 20px;
    }
    .about_career .about__h2 {
        width: 310px;
        margin-bottom: 46px;
    }
    .about_career .about__text p {
        font-size: 16px;
        line-height: 23px;
    }
    .about_career .about__bg {
        display: none;
    }
    .about_about-top {
        padding-top: 166px;
        padding-bottom: 14px;
    }
    .about_about-top .about__h2 {
        margin-bottom: 44px;
    }
    .about_about-top .about__text p {
        line-height: 26px;
    }
    .about_about-top .about__bg {
        top: 112px;
    }
    .about_about-bottom {
        padding-top: 138px;
        padding-bottom: 96px;
    }
    .about_about-bottom .about__scroll {
        top: 47px;
    }
    .about_about-bottom .about__h2 {
        margin-bottom: 44px;
    }
    .about_about-bottom .about__text {
        margin-bottom: 39px;
    }
    .details {
        padding: 0;
    }
    .details .card {
        width: 50%;
    }
    .details .card__icon {
        width: 18px;
    }
    .details .card__content {
        padding-left: 37px;
        width: calc(100% - 18px);
    }
}
@media only screen and (max-width: 767px) {
    .about {
        padding-top: 62px;
        padding-bottom: 56px;
    }
    .about__bg {
        display: none;
    }
    .about__h2 {
        margin-bottom: 28px;
    }
    .about__text {
        margin-bottom: 21px;
    }
    .about_projects-bottom,
    .about_blog,
    .about_media {
        padding-top: 35px;
    }
    .about_projects-bottom .about__h2,
    .about_blog .about__h2,
    .about_media .about__h2 {
        margin-bottom: 30px;
    }
    .about_projects-bottom .about__text,
    .about_blog .about__text,
    .about_media .about__text {
        width: 100%;
        margin-bottom: 21px;
    }
    .about_projects-bottom .about__text p,
    .about_blog .about__text p,
    .about_media .about__text p {
        font-size: 16px;
        line-height: 26px;
    }
    .about_project {
        padding-top: 61px;
        padding-bottom: 24px;
    }
    .about_project .about__h2 {
        width: 100%;
    }
    .about_career {
        padding-top: 94px;
        padding-bottom: 20px;
    }
    .about_career .about__h2 {
        width: 100%;
        margin-bottom: 32px;
    }
    .about_career .about__text {
        width: 100%;
        margin-bottom: 24px;
    }
    .about_about-top {
        padding-top: 94px;
        padding-bottom: 17px;
    }
    .about_about-top .about__h2 {
        margin-bottom: 29px;
    }
    .about_about-top .about__text p {
        line-height: 23px;
    }
    .about_about-bottom {
        padding-top: 49px;
    }
    .about_about-bottom .about__h2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .about_about-bottom .about__text {
        width: 100%;
        margin-bottom: 21px;
    }
    .about_about-bottom .about__text p {
        line-height: 26px;
    }
    .details {
        padding: 4px 0 0;
    }
    .details .card {
        width: 100%;
    }
    .details .card__content {
        padding-left: 33px;
    }
}

/*# sourceMappingURL=about.css.map */
.types__inner {
    position: relative;
    padding-top: 52%;
    width: 100%;
}
.types__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.types__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 0s ease;
    -o-transition: opacity 0s ease;
    transition: opacity 0s ease;
    opacity: 0;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.types__bg_active:after {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.types__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
}
.types__img_active {
    opacity: 1;
}
.types__list {
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
}
.types__list:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% / 3);
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.types__list:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc((100% / 3) * 2);
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.types__list_active:before,
.types__list_active:after {
    background-color: rgba(255, 255, 255, 0.1);
}
.types .card {
    display: inline-block;
    width: calc(100% / 3);
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.types .card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    z-index: -2;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.types .card__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.types .card__content {
    width: 100%;
    text-align: center;
    color: #fff;
    min-height: 62px;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    padding: 0 30px;
}
.types .card__h2 {
    line-height: 36px;
}
.types .card:nth-of-type(2) .card__bg {
    left: -100%;
}
.types .card:nth-of-type(3) .card__bg {
    left: -200%;
}
.types .card_opacity .card__content {
    opacity: 0.2;
}
.types .card_opacity .card__bg {
    opacity: 0;
}
@media only screen and (max-width: 1200px) {
    .types__bg {
        display: none;
    }
    .types__inner {
        height: 400px;
    }
    .types__list {
        height: 400px;
    }
    .types .card__content {
        top: calc(50% - 23px);
    }
    .types .card__h2 {
        font-size: 24px;
    }
    .types .card__h5 {
        font-size: 8px;
        padding-left: 2px;
        letter-spacing: 3.8px;
    }
    .types .card:nth-of-type(1) .card__bg,
    .types .card:nth-of-type(2) .card__bg,
    .types .card:nth-of-type(3) .card__bg {
        left: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .types__list {
        height: auto;
        position: static;
    }
    .types__inner {
        height: auto;
        padding-top: 0;
    }
    .types .card {
        height: 178px;
        width: 100%;
        padding: 0px;
    }
    .types .card__hover {
        display: none;
    }
    .types .card__content {
        min-height: auto;
        padding: 0 16px;
    }
    .types .card__h2 {
        font-size: 28px;
        text-align: left;
        margin-bottom: 8px;
    }
    .types .card__h5 {
        text-align: left;
        font-size: 10px;
        padding-left: 0;
        letter-spacing: 4.8px;
    }
    .types .wrapper_full {
        padding: 0;
    }
}

/*# sourceMappingURL=types.css.map */
.career {
    padding: 261px 0 265px;
    position: relative;
}
.career__bg {
    position: absolute;
    width: 100%;
    top: 220px;
    left: 0;
    z-index: -1;
    line-height: 1;
    font-size: 12.5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 6.8vw;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.02;
    text-shadow: 9px 17px 25px rgba(0, 0, 0, 0.12);
}
.career__bg .line {
    margin-left: 9vw;
}
.career__bg .letter {
    -webkit-transform: translate3d(0px, 200px, 1px);
    transform: translate3d(0px, 200px, 1px);
}
.career__wrapper {
    max-width: 1170px;
}
.career__inner {
    width: calc(50% - 20px);
    margin-left: calc(50% + 20px);
}
.career__h2 {
    width: 250px;
    margin-bottom: 25px;
    font-weight: 100;
    font-family: 'Circe-ExtraBold';
}
.career__text {
    margin-bottom: 60px;
    width: 350px;
}
.career__text p {
    margin: 0 0 10px;
    font-family: 'CRC25';
}
.career__list {
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 9px;
}
.career__column {
    width: 229px;
    display: inline-block;
    vertical-align: top;
}
.career__column:nth-of-type(1) {
    margin-right: 107px;
}
.career .card {
    padding-bottom: 46px;
}
.career .card__head {
    text-align: left;
}
.career .card__address {
    letter-spacing: -1px;
    font: 300 16px/26px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
    color: #828282;
    margin: 0;
}
.career .card__body {
    display: none;
    padding-top: 25px;
    position: relative;
    padding-bottom: 30px;
}
.career .card__title {
    letter-spacing: 0.6px;
    padding-bottom: 19px;
}
.career .card__text {
    letter-spacing: 0.6px;
    font-size: 12px;
    color: #828282;
}
.career .card__text p {
    margin-top: 0;
    line-height: 20px;
}
.career .card__button {
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 14px;
    line-height: 1;
    color: #4f4f4f;
    font-weight: 700;
    height: 40px;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.career_for-career {
    padding-top: 47px;
    padding-bottom: 0;
    margin-bottom: -40px;
}
.career_for-career .career__list {
    margin-bottom: -9px;
    width: calc(100% + 109px);
}
.career_for-career .career__inner {
    width: 82%;
    padding-left: 51px;
    margin: 0 auto;
}
.career_for-career .card {
    padding-bottom: 0;
    margin-bottom: 80px;
    cursor: default;
    display: inline-block;
    width: 229px;
    vertical-align: top;
    margin-right: 109px;
    position: relative;
    padding-bottom: 52px;
}
.career_for-career .card__head {
    cursor: default;
}
.career_for-career .card__body {
    display: block;
    padding-top: 23px;
    position: static;
}
.career_for-career .card__vacancy {
    font-size: 18px;
    line-height: 18px;
}
@media only screen and (min-width: 1201px) {
    .career_for-career .card .card__button:hover {
        opacity: 0.7;
    }
}
@media only screen and (max-width: 1200px) {
    .career {
        padding-top: 142px;
        padding-bottom: 64px;
    }
    .career__wrapper {
        max-width: 464px;
    }
    .career__bg {
        top: 105px;
    }
    .career .card {
        padding-bottom: 22px;
    }
    .career__inner {
        width: 100%;
        margin-left: 0;
    }
    .career__h2 {
        margin-bottom: 44px;
    }
    .career__text {
        width: 266px;
        margin-bottom: 46px;
    }
    .career__column {
        width: 197px;
    }
    .career__column:nth-of-type(1) {
        margin-right: 103px;
    }
    .career__list {
        margin-bottom: 25px;
        width: 500px;
    }
    .career_for-career {
        padding-top: 43px;
        padding-bottom: 0;
        margin-bottom: -14px;
    }
    .career_for-career .career__inner {
        width: 100%;
        padding: 0;
    }
    .career_for-career .career__list {
        margin-bottom: 0;
        width: calc(100% + 90px);
    }
    .career_for-career .card {
        margin-bottom: 32px;
        padding-bottom: 34px;
        width: 220px;
        margin-right: 56px;
    }
    .career_for-career .card__vacancy {
        font-size: 14px;
        line-height: 19px;
    }
    .career_for-career .card__address {
        line-height: 20px;
    }
    .career_for-career .card__body {
        padding-top: 10px;
    }
    .career_for-career .card__button {
        opacity: 1;
        bottom: 2px;
        height: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .career {
        padding-top: 61px;
        padding-bottom: 55px;
    }
    .career__bg {
        display: none;
    }
    .career__column:nth-of-type(1) {
        margin-right: 30px;
    }
    .career__h2 {
        margin-bottom: 29px;
    }
    .career__text {
        margin-bottom: 40px;
    }
    .career__list {
        margin-bottom: 8px;
        width: 100%;
    }
    .career .card__text p {
        font-size: 12px;
    }
    .career_for-career {
        padding-top: 37px;
        padding-bottom: 16px;
    }
    .career_for-career .career__column {
        width: 100%;
        margin-right: 0;
    }
    .career_for-career .career__list {
        margin-bottom: -9px;
        width: 100%;
    }
    .career_for-career .card {
        height: auto;
        margin-bottom: 0;
        padding-bottom: 37px;
        width: 100%;
        margin-right: 0;
    }
    .career_for-career .card__vacancy {
        letter-spacing: 0.7px;
    }
    .career_for-career .card__address {
        line-height: 22px;
        letter-spacing: -0.3px;
    }
    .career_for-career .card__body {
        display: none;
        padding-top: 9px;
    }
    .career_for-career .card__button {
        position: static;
    }
}

/*# sourceMappingURL=career.css.map */
.contact {
    padding: 267px 0 22px;
    position: relative;
    color: #fff;
    overflow: hidden;
    margin-top: 70px;
}
.contact__bg {
    top: 221px;
    width: 100%;
    left: 0;
    letter-spacing: 5.2vw;
    font-size: 12.5vw;
    position: absolute;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.08;
    text-shadow: 9px 17px 25px rgba(0, 0, 0, 0.12);
    font-weight: 700;
    z-index: -1;
}
.contact__bg .line {
    margin-left: 4vw;
}
.contact__bg .letter {
    -webkit-transform: translate3d(0px, 200px, 1px);
    transform: translate3d(0px, 200px, 1px);
}
.contact__scroll:before {
    background-color: #333;
}
.contact__h2 {
    width: 360px;
    margin-bottom: 58px;
}
.contact__text {
    margin-bottom: 51px;
    width: 350px;
}
.contact__text p {
    margin: 0 0 10px;
    font-family: 'W_YEKAN';
    text-align: right;
    direction: rtl;
    line-height: 26px;
    font-size: 18px;
}
.contact__list {
    margin-bottom: 18px;
}
.contact__row {
    font-size: 0;
    letter-spacing: 0;
}
.contact .card {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% / 3);
    margin-bottom: 52px;
    text-align: left;
    padding-right: 20px;
}
.contact .card__h4 {
    font-weight: 300;
    color: #666;
    margin-bottom: 4px;
    font-family: 'CRC25';
}
.contact .card__info {
    
    
    display: block;
font: 100 14px/16px 'CRC25', Arial, Helvetica, sans-serif;}
.contact .card a.card__info {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.contact .card a.card__info:hover {
    opacity: 0.7;
}
.contact:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1a1a1a;
    z-index: -1;
}
.contact_for-nav {
    padding-top: 0;
    text-align: left;
}
.contact_for-nav .contact__list {
    max-width: 100%;
    margin-bottom: 7px;
}
.contact_for-nav .card {
    width: calc(100% / 2);
}
.contact_for-nav:before {
    background-color: transparent;
}
.contact_for-contact {
    padding-top: 120px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
    .contact {
        padding-top: 70px;
        padding-bottom: 10px;
    }
    .contact__bg,
    .contact__scroll {
        display: none;
    }
    .contact__h2 {
        margin-bottom: 47px;
    }
    .contact__list {
        width: calc(100% + 70px);
        margin-left: -25px;
        margin-bottom: 11px;
    }
    .contact__text {
        width: 265px;
        margin-bottom: 31px;
    }
    .contact .card {
        width: 127px;
        margin: 0 25px 32px 25px;
        padding-right: 0;
    }
    .contact_for-contact {
        padding-top: 114px;
    }
}
@media only screen and (max-width: 767px) {
    .contact {
        padding-top: 61px;
        padding-bottom: 5px;
    }
    .contact__h2 {
        width: 100%;
        margin-bottom: 33px;
    }
    .contact__list {
        width: calc(100% + 18px);
        margin-left: -13px;
        margin-bottom: 0;
    }
    .contact__text {
        display: none;
    }
    .contact__button {
        display: none;
    }
    .contact .card {
        margin: 0 13px 32px 13px;
    }
    .contact_for-contact {
        padding-top: 94px;
    }
    .contact_for-contact .contact__h2 {
        margin-bottom: 34px;
    }
}

/*# sourceMappingURL=contact.css.map */
.map {
    width: 100%;
    height: 613px;
    overflow: hidden;
    position: relative;
}
.map__image {
    margin-left: calc(50% - 1306px);
    width: 2617px;
    height: 707px;
}
.map #path5071 use,
.map #path3713 use,
.map #path5941 use,
.map #path5735 use {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.map__cities:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0px;
    bottom: 0;
    background-image: url(/wp-content/themes/ydzn/assets/img/gradient-small.png);
    background-position: top center;
    background-repeat: repeat-x;
    z-index: 1;
}
.map .info {
    display: none;
}
.map .card {
    position: absolute;
    width: 188px;
    cursor: pointer;
    z-index: 2;
}
.map .card__mark {
    position: absolute;
    width: 27px;
    height: 27px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}
.map .card__mark:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    left: 2px;
    top: 2px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1;
    border-radius: 50%;
}
.map .card__mark:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    left: 9px;
    top: 9px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    z-index: 2;
}
.map .card__h3 {
    color: #fff;
    margin-bottom: 6px;
}
.map .card__address {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #bdbdbd;
}
.map .card__address span {
    display: block;
}
.map .card_los-angeles {
    top: 362px;
    left: calc(50% - 595px);
}
.map .card_miami {
    top: 426px;
    left: calc(50% - 333px);
}
.map .card_london {
    top: 209px;
    left: calc(50% + 35px);
}
.map .card_kiev {
    top: 236px;
    left: calc(50% + 250px);
}
.map .card_moscow {
    top: 163px;
    left: calc(50% + 507px);
}
.map .card_right {
    text-align: left;
}
.map .card_right .card__mark {
    top: -7px;
    left: -43px;
}
.map .card_left {
    text-align: right;
}
.map .card_left .card__mark {
    top: -7px;
    right: -43px;
}
.map:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1a1a1a;
    z-index: -1;
}
@media only screen and (max-width: 1200px) {
    .map {
        height: 330px;
    }
    .map__image {
        margin-left: calc(50% - 1300px);
        height: 390px;
    }
    .map .card {
        width: 85px;
    }
    .map .card__mark {
        width: 10px;
        height: 10px;
    }
    .map .card__mark:before {
        width: 8px;
        height: 8px;
        top: 1px;
        left: 1px;
    }
    .map .card__mark:after {
        width: 4px;
        height: 4px;
        top: 3px;
        left: 3px;
    }
    .map .card__address {
        display: none;
    }
    .map .card_left .card__mark {
        top: 2px;
        right: -17px;
    }
    .map .card_right .card__mark {
        top: 2px;
        left: -17px;
    }
    .map .card_los-angeles {
        top: 196px;
        left: calc(50% - 325px);
    }
    .map .card_miami {
        top: 227px;
        left: calc(50% - 176px);
    }
    .map .card_london {
        top: 112px;
        left: calc(50% + 49px);
    }
    .map .card_kiev {
        top: 126px;
        left: calc(50% + 168px);
    }
    .map .card_moscow {
        top: 90px;
        left: calc(50% + 293px);
    }
}
@media only screen and (max-width: 767px) {
    .map {
        height: auto;
    }
    .map__image {
        margin: 0;
        height: 368px;
        width: 2617px;
        position: absolute;
        bottom: 0;
        left: calc(50% - 1498px);
        z-index: 0;
    }
    .map__cities:after {
        display: none;
    }
    .map .card {
        display: none;
    }
    .map .info {
        display: block;
        padding-top: 14px;
        padding-bottom: 300px;
        position: relative;
        z-index: 2;
    }
    .map .info__address {
        display: none;
        vertical-align: top;
        width: calc(100% - 65px);
        color: #f2f2f2;
        font-size: 14px;
        font-weight: 700;
        padding-left: 14px;
        line-height: 21px;
    }
    .map .info__address_active {
        display: inline-block;
    }
    .map .info__label {
        display: inline-block;
        vertical-align: top;
        color: #bdbdbd;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
    }
    .map .info__label_address {
        font: 700 14px/1 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
        color: #fff;
    }
    .map .info__body {
        color: #fff;
    }
    .map .info__body .item {
        display: block;
        margin-top: 25px;
    }
    .map .info__body .item__city {
        font: 300 14px/16px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
        color: #666;
    }
    .map .info__body .item__address {
        font: 600 14px/20px 'Circe-ExtraBold', Arial, Helvetica, sans-serif;
        color: #fff;
        display: block;
        margin-top: 5px;
    }
    .map .custom-select {
        margin-bottom: 17px;
        margin-top: 2px;
        font-size: 16px;
        z-index: 1;
    }
    .map .custom-select__head {
        width: auto;
        border: none;
    }
    .map .custom-select__head:after {
        top: 7px;
        right: 4px;
        width: 5px;
        height: 5px;
        -webkit-transform-origin: 75% 75%;
        -ms-transform-origin: 75% 75%;
        transform-origin: 75% 75%;
    }
    .map .custom-select__value {
        padding: 0 20px 0 13px;
        font-weight: 700;
        color: #fff;
    }
    .map .custom-select__body {
        display: none;
        left: 0;
        width: 120px;
        padding-left: 13px;
        padding-top: 8px;
        padding-right: 13px;
        z-index: 10;
    }
}

/*# sourceMappingURL=map.css.map */
.footer {
    overflow: hidden;
}
.footer__inner {
    height: 82px;
    font-size: 0;
    letter-spacing: 0;
    line-height: 12px;
    color: #888;
    font-weight: 300;
}
.footer__inner:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.footer__copyright {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 10px;
    letter-spacing: 1px;
}
.footer__developed {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.footer-txt{
	font-size: 10px;line-height: 16px;font-weight: 300;color: #888;text-transform: none;max-width: 500px;
			  margin-top: 13px; margin-bottom: 13px;padding-right:40px;
}

.footer__developed:hover {
    opacity: 0.7;
}
.footer_dark {
    background-color: #1a1a1a;
}
.footer_main .footer__inner {
    height: 94px;
}
@media only screen and (max-width: 1200px) {
    .footer__wrapper {
        padding: 0 33px;
    }
    .footer__inner {
        padding-bottom: 0;
        height: 60px;
    }
    .footer__copyright {
        width: 70%;
        font-size: 8px;
        letter-spacing: 0.77px;
    }
    .footer__developed {
        width: 30%;
        font-size: 8px;
        letter-spacing: 0.77px;
    }
    .footer_main .footer__inner {
        height: 45px;
        padding-bottom: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .footer {
        position: relative;
        margin-top: 0;
        padding-bottom: 12px;
    }
    .footer__wrapper {
        padding: 0 16px;
    }
    .footer__inner {
        padding-bottom: 0;
        height: auto;
    }
    .footer__copyright {
        width: 100%;
        margin-bottom: 12px;
        vertical-align: top;
    }
    .footer__developed {
        width: 100%;
        text-align: left;
        vertical-align: top;
    }
    .footer_main {
        margin-top: -57px;
        margin-top: -220px;
        background-color: transparent;
    }
}

/*# sourceMappingURL=footer.css.map */
.modal {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease 0.5s;
    transition: opacity 0.5s ease, -webkit-transform 0s ease 0.5s;
    -o-transition: transform 0s ease 0.5s, opacity 0.5s ease;
    transition: transform 0s ease 0.5s, opacity 0.5s ease;
    transition: transform 0s ease 0.5s, opacity 0.5s ease, -webkit-transform 0s ease 0.5s;
    z-index: 1001;
}
.modal__outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow-y: hidden;
    font-size: 0;
    padding: 50px 0;
}
.modal__outer:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.modal__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 0;
    background-color: rgba(31, 31, 31, 0.96);
    -webkit-transition: -webkit-transform 0s ease 0.5s;
    transition: -webkit-transform 0s ease 0.5s;
    -o-transition: transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s, -webkit-transform 0s ease 0.5s;
}
.modal__inner {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.modal__content {
    position: relative;
}
.modal__close {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 2;
}
.modal__close:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 12px;
    width: 24px;
    height: 1px;
    background-color: #f2f2f2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
}
.modal__close:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 12px;
    width: 24px;
    height: 1px;
    background-color: #f2f2f2;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
}
.modal__close:hover:after,
.modal__close:hover:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.modal[data-modal="navigation"] {
    z-index: 999;
}
.modal[data-modal="navigation"] .modal__overlay {
    background-color: rgba(31, 31, 31, 0.99);
}
.modal_active {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease;
    transition: opacity 0.5s ease, -webkit-transform 0s ease;
    -o-transition: transform 0s ease, opacity 0.5s ease;
    transition: transform 0s ease, opacity 0.5s ease;
    transition: transform 0s ease, opacity 0.5s ease, -webkit-transform 0s ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 1;
}
.modal_active .modal__outer {
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0s ease 0.5s;
    transition: -webkit-transform 0s ease 0.5s;
    -o-transition: transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s, -webkit-transform 0s ease 0.5s;
}
.modal_active .modal__overlay {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0s ease;
    transition: -webkit-transform 0s ease;
    -o-transition: transform 0s ease;
    transition: transform 0s ease;
    transition: transform 0s ease, -webkit-transform 0s ease;
}
.modal_video .modal__outer {
    padding: 0;
}
.modal_video .modal__inner,
.modal_video .modal__content,
.modal_video .video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.custom-video {
    position: relative;
}
.custom-video__video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.custom-video__button {
    position: absolute;
    bottom: 55px;
    left: 77px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.custom-video__button_active .custom-video__sign_play {
    opacity: 0;
}
.custom-video__button_active .custom-video__sign_pause {
    opacity: 1;
}
.custom-video__sign {
    position: absolute;
    width: 16px;
    height: 18px;
    left: 7px;
    top: 6px;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.custom-video__sign svg {
    width: 16px;
    height: 18px;
}
.custom-video__sign_play {
    opacity: 1;
}
.custom-video__sign_pause {
    opacity: 0;
}
.custom-video__progress {
    position: absolute;
    width: calc(100% - 224px);
    height: 18px;
    left: 112px;
    bottom: 61px;
    font-size: 0;
    padding: 0;
    vertical-align: top;
    padding: 0;
}
.custom-video__canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.modal_mobile-video .modal__inner,
.modal_mobile-video .modal__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.modal_mobile-video .modal__close {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 30px;
}
.mobile-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video {
    position: relative;
}
.video .modal__close {
    top: 44px;
    right: 44px;
    z-index: 2;
}
.video iframe {
    width: 1024px;
    height: 636px;
}
.video__custom-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.navigation {
    width: 95vw;
    margin: -50px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.navigation__bg {
    position: absolute;
    left: calc(50% - 406px);
    top: 273px;
    line-height: normal;
    font-size: 180px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.2;
    text-shadow: 9px 17px 25px rgba(0, 0, 0, 0.12);
    font-weight: 700;
    z-index: -1;
}
.navigation__bg .letter {
    -webkit-transform: translate3d(0px, 266px, 1px);
    transform: translate3d(0px, 266px, 1px);
}
.navigation__inner {
    display: inline-block;
    padding: 161px 100px 135px 115px;
    width: 1080px;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
}
.navigation__share {
    display: none;
}
.navigation__column {
    display: inline-block;
    vertical-align: top;
}
.navigation__column:nth-of-type(1) {
    width: 446px;
    margin-right: 224px;
}
.navigation__column:nth-of-type(2) {
    width: 180px;
}
.menu-panel {
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 81px;
}
.menu-panel__item {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #f2f2f2;
    margin-bottom: 26px;
    text-align: left;
    font-weight: 400;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.menu-panel__item span {
    position: relative;
}
.menu-panel__item span:after {
    content: "";
    position: absolute;
    width: 101%;
    height: 1px;
    background-color: #fff;
    bottom: 2px;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.menu-panel__item:hover span:after {
    opacity: 1;
}
[data-modal="navigation"] .contact__card,
[data-modal="navigation"] .menu-panel__item,
[data-modal="navigation"] .search_for-panel,
[data-modal="navigation"] .share_for-panel,
[data-modal="navigation"] .contact__text {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 1px);
    transform: translate3d(0, 50px, 1px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
[data-modal="navigation"].modal_active .contact__card,
[data-modal="navigation"].modal_active .menu-panel__item,
[data-modal="navigation"].modal_active .search_for-panel,
[data-modal="navigation"].modal_active .share_for-panel,
[data-modal="navigation"].modal_active .contact__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 1px);
    transform: translate3d(0, 0px, 1px);
}
[data-modal="navigation"].modal_active .menu-panel__item:nth-of-type(1) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
[data-modal="navigation"].modal_active .menu-panel__item:nth-of-type(2) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
[data-modal="navigation"].modal_active .menu-panel__item:nth-of-type(3) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
[data-modal="navigation"].modal_active .menu-panel__item:nth-of-type(4) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
[data-modal="navigation"].modal_active .menu-panel__item:nth-of-type(5) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
[data-modal="navigation"].modal_active .menu-panel__item:nth-of-type(6) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
[data-modal="navigation"].modal_active .contact__card:nth-of-type(1) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
[data-modal="navigation"].modal_active .contact__card:nth-of-type(2) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
[data-modal="navigation"].modal_active .contact__card:nth-of-type(3) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
[data-modal="navigation"].modal_active .contact__card:nth-of-type(4) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
[data-modal="navigation"].modal_active .contact__card:nth-of-type(5) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
[data-modal="navigation"].modal_active .contact__text {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
[data-modal="navigation"].modal_active .search_for-panel {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
[data-modal="navigation"].modal_active .share_for-panel {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.request {
    margin: 0;
    width: 1080px;
    background-color: #1f1f1f;
    padding: 72px 114px 96px;
    position: relative;
}
.request .modal__close {
    top: 22px;
    right: 20px;
    z-index: 2;
}
.request__h2 {
    color: #fff;
    text-align: left;
    max-width: 350px;
    line-height: 53px;
    margin-bottom: 81px;
}
.form {
    text-align: left;
}
.form__row {
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
}
.form__column {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.form__column:nth-of-type(2) {
    width: 47.7%;
    margin-left: 2.3%;
}
.form__button {
    margin-top: 69px;
}
.form__button_margin {
    margin-top: 118px;
}
.fieldset {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 35px;
}
.fieldset__focus {
    display: inline-block;
    position: relative;
}
.fieldset__focus:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}
.fieldset.focus .label {
    color: #fff;
}
.fieldset.focus .fieldset__focus:after {
    opacity: 1;
}
.fieldset.has-error .error {
    opacity: 1;
}
.label {
    color: #828282;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 9px;
    min-width: 54px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.input {
    width: 230px;
    outline: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #828282;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    color: #828282;
    padding: 0 13px;
    height: 22px;
    resize: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0;
}
.error {
    position: absolute;
    top: 115%;
    right: 0;
    font-size: 12px;
    line-height: 1;
    color: red;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.custom-select {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 300;
    color: #828282;
    position: relative;
}
.custom-select select {
    display: none;
}
.custom-select__head {
    height: 22px;
    width: 230px;
    border-bottom: 1px solid #828282;
}
.custom-select__head:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 4px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #828282;
    border-right: 1px solid #828282;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.custom-select__value {
    line-height: 22px;
    text-align: left;
    padding: 0 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
}
.custom-select__body {
    position: absolute;
    top: 22px;
    right: -8px;
    width: 320px;
    background-color: rgba(31, 31, 31, 0.97);
    padding-left: 89px;
    padding-top: 11px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.custom-select__item {
    line-height: 24px;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
}
.custom-select__item_hide {
    display: none;
}
.custom-select_opened .custom-select__head:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.upload {
    display: inline-block;
    cursor: pointer;
    height: 22px;
    position: relative;
    text-align: left;
    vertical-align: top;
}
.upload__select {
    font-size: 16px;
    color: #828282;
    height: 22px;
    line-height: 23px;
    text-align: left;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.8px;
    position: relative;
}
.upload__select:after {
    content: "";
    position: absolute;
    width: 88%;
    height: 1px;
    bottom: -1px;
    right: 0;
    background-color: #828282;
}
.upload__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    height: 30px;
    z-index: 20;
    cursor: pointer;
}
.upload_hide {
    display: none;
}
.result {
    display: inline-block;
    height: 22px;
    vertical-align: top;
    display: none;
}
.result__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}
.result__name {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #828282;
    margin-right: 7px;
    max-width: 262px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.result__close {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    width: 22px;
    height: 22px;
    position: relative;
}
.result__close:before {
    position: absolute;
    top: 11px;
    left: 6px;
    content: "";
    width: 11px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #828282;
}
.result__close:after {
    position: absolute;
    top: 11px;
    left: 6px;
    content: "";
    width: 11px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #828282;
}
.result_show {
    display: inline-block;
}
input[type="file"],
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
.thank {
    background-color: #1f1f1f;
    width: 1080px;
    height: 700px;
    max-height: calc(100vh - 100px);
    padding: 50px 50px 50px 52%;
    text-align: left;
    position: relative;
}
.thank__bg {
    position: absolute;
    top: calc(50% - 160px);
    width: 100%;
    left: 0;
    z-index: 1;
    line-height: 1;
    font-size: 180px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.29em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.2;
    text-shadow: 9px 17px 25px rgba(0, 0, 0, 0.12);
    text-indent: 0.25em;
}
.thank .modal__close {
    top: 22px;
    right: 22px;
    z-index: 2;
}
.thank__content {
    display: inline-block;
    vertical-align: middle;
    padding-top: 12px;
}
.thank__h2 {
    color: #fff;
    text-align: left;
    max-width: 250px;
    line-height: 53px;
    margin-bottom: 26px;
    position: relative;
    z-index: 2;
}
.thank__text {
    color: #666;
    text-align: left;
    position: relative;
    z-index: 2;
}
.thank:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
    .modal__outer {
        padding: 0;
    }
    .video .modal__close {
        top: -27px;
        left: calc(50% + 50vw - 62px);
    }
    .video iframe {
        width: 584px;
        height: 358px;
    }
    .navigation {
        width: 100vw;
        margin: 0;
    }
    .navigation__bg {
        display: none;
    }
    .navigation__inner {
        width: 100%;
        padding: 59px 89px 34px;
        text-align: center;
    }
    .navigation__share {
        display: block;
        margin: 0;
        position: static;
    }
    .navigation__column:nth-of-type(1) {
        display: none;
    }
    [data-modal="navigation"].modal_active .menu-panel__item:nth-of-type(1) {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    [data-modal="navigation"].modal_active .menu-panel__item:nth-of-type(2) {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    [data-modal="navigation"].modal_active .menu-panel__item:nth-of-type(3) {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    [data-modal="navigation"].modal_active .menu-panel__item:nth-of-type(4) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    [data-modal="navigation"].modal_active .menu-panel__item:nth-of-type(5) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    [data-modal="navigation"].modal_active .menu-panel__item:nth-of-type(6) {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    [data-modal="navigation"].modal_active .search_for-panel {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    [data-modal="navigation"].modal_active .share_for-panel {
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }
    .menu-panel {
        margin-bottom: 31px;
    }
    .menu-panel__item {
        text-align: center;
        margin-bottom: 20px;
    }
    .request {
        width: 768px;
        padding: 46px 93px 40px;
    }
    .request__h2 {
        line-height: 42px;
        margin-bottom: 35px;
    }
    .request .modal__close {
        top: 20px;
        right: 21px;
    }
    .label {
        font-size: 14px;
        line-height: 16px;
        margin-right: 7px;
        min-width: 34px;
    }
    .input {
        height: 17px;
        width: 197px;
        padding: 0 4px;
        font-size: 14px;
    }
    .fieldset {
        margin-bottom: 29px;
        margin-right: 0;
    }
    .fieldset:after {
        width: 197px;
    }
    .fieldset_portfolio .input {
        width: 145px;
    }
    .custom-select {
        font-size: 14px;
        top: -4px;
    }
    .custom-select__head {
        height: 17px;
        width: 197px;
    }
    .custom-select__value {
        padding: 0 2px;
        line-height: 15px;
    }
    .custom-select__body {
        width: 293px;
        padding-top: 6px;
    }
    .custom-select__item {
        margin-bottom: 5px;
    }
    .form__column:nth-of-type(2) {
        width: 48.7%;
        margin-left: 1.3%;
    }
    .form__button {
        margin-top: 21px;
    }
    .form__button_margin {
        margin-top: 64px;
    }
    .upload {
        height: 17px;
    }
    .upload__select {
        font-size: 14px;
        height: 16px;
        line-height: 16px;
        letter-spacing: 0;
    }
    .thank {
        width: 768px;
        height: 450px;
        max-height: 100vh;
        padding-left: 51%;
    }
    .thank__bg {
        font-size: 96px;
        top: calc(50% - 30px);
        left: calc(50% - 290px);
    }
    .thank__h2 {
        line-height: 42px;
        margin-bottom: 28px;
    }
    .thank__text {
        letter-spacing: -0.86px;
    }
    .thank .modal__close {
        top: 20px;
        right: 21px;
    }
    .result__name {
        max-width: 212px;
    }
}
@media only screen and (max-width: 767px) {
    .navigation__inner {
        padding: 67px 0px 30px;
    }
    .video .modal__close {
        top: -36px;
        left: calc(50% + 50vw - 45px);
    }
    .video iframe {
        width: 100%;
        height: 400px;
    }
    .menu-panel {
        margin-bottom: 39px;
    }
    .menu-panel__item {
        margin-bottom: 26px;
    }
    .request {
        width: 100%;
        padding: 57px 16px 38px;
    }
    .request__h2 {
        line-height: 41px;
        font-size: 28px;
        margin-bottom: 29px;
    }
    .request .modal__close {
        top: 1px;
        right: 2px;
    }
    .request .modal__close:before {
        top: 20px;
        left: 15px;
        width: 16px;
    }
    .request .modal__close:after {
        top: 20px;
        left: 15px;
        width: 16px;
    }
    .fieldset {
        margin-right: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 34px;
    }
    .fieldset:after {
        display: none;
    }
    .fieldset_portfolio {
        margin-bottom: 14px;
    }
    .fieldset_portfolio .input {
        width: 100%;
    }
    .fieldset__focus {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .input {
        width: 100%;
    }
    .custom-select {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .custom-select__head {
        width: 100%;
    }
    .custom-select__body {
        width: 288px;
        right: 0;
        padding-left: 63px;
    }
    .form__button {
        width: 198px;
        letter-spacing: 1px;
        padding: 16px 25px 10px 25px;
        margin-top: 10px;
    }
    .form__button_margin {
        margin-top: 10px;
    }
    .form__column {
        width: 100%;
    }
    .form__column:nth-of-type(2) {
        width: 100%;
        margin-left: 0;
    }
    .upload {
        margin-bottom: 37px;
    }
    .upload__select:after {
        bottom: -4px;
    }
    .result {
        margin-bottom: 36px;
        margin-top: -4px;
    }
    .result__name {
        max-width: 236px;
    }
    [data-custom-select="vacancy"] .custom-select__body {
        padding-left: 59px;
    }
    .thank {
        width: 320px;
        padding: 0 16px;
    }
    .thank__bg {
        display: none;
    }
    .thank__h2 {
        line-height: 42px;
        margin-bottom: 16px;
    }
    .thank__content {
        padding-top: 0;
    }
    .thank .modal__close {
        top: 1px;
        right: 2px;
    }
    .thank .modal__close:before {
        top: 15px;
        left: 15px;
        width: 16px;
    }
    .thank .modal__close:after {
        top: 26px;
        left: 15px;
        width: 16px;
    }
}

/*# sourceMappingURL=modals.css.map */
.blog {
    padding-top: 226px;
}
.blog__h2 {
    margin-bottom: 6px;
}
.blog__filters .filters__button {
    margin-right: 51px;
}
.blog .card {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 2px);
    position: relative;
    margin: 0 2px 2px 0;
}
.blog .card__outer {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    padding-top: 71.2%;
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 1px);
    transform: translate3d(0, 50px, 1px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog .card__outer:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}
.blog .card__outer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog .card__content {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    padding: 19px 24px;
    left: 0;
    bottom: 0;
    position: absolute;
}
.blog .card__date {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 4px;
    color: #f2f2f2;
    font-family: 'W_YEKAN';
    text-align: right;
}
.blog .card__h3 {
    color: #f2f2f2;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    font-family: 'W_YEKAN';
}
.blog .card:nth-of-type(1) .card__outer {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.blog .card:nth-of-type(2) .card__outer {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.blog .card:nth-of-type(3) .card__outer {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.blog .card:nth-of-type(4) .card__outer {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.blog .card:nth-of-type(5) .card__outer {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.blog .card:nth-of-type(6) .card__outer {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.blog .card:nth-of-type(7) .card__outer {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.blog .card:nth-of-type(8) .card__outer {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.blog .card:nth-of-type(9) .card__outer {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.blog .card:nth-of-type(10) .card__outer {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
.blog .card:nth-of-type(11) .card__outer {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.blog .card:nth-of-type(12) .card__outer {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.blog .card:nth-of-type(13) .card__outer {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}
.blog .card:nth-of-type(14) .card__outer {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}
.blog .card:nth-of-type(15) .card__outer {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
.blog .card:nth-of-type(16) .card__outer {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}
.blog .card:nth-of-type(17) .card__outer {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}
.blog .card:nth-of-type(18) .card__outer {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}
.blog .card:nth-of-type(19) .card__outer {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
}
.blog .card:nth-of-type(20) .card__outer {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
}
.blog .card:nth-of-type(21) .card__outer {
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}
.blog .card:nth-of-type(22) .card__outer {
    -webkit-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
}
.blog .card:nth-of-type(23) .card__outer {
    -webkit-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}
.blog .card:nth-of-type(24) .card__outer {
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}
.blog .card:nth-of-type(25) .card__outer {
    -webkit-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}
.blog .card:nth-of-type(26) .card__outer {
    -webkit-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s;
}
.blog .card:nth-of-type(27) .card__outer {
    -webkit-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s;
}
.blog .card:nth-of-type(28) .card__outer {
    -webkit-transition-delay: 5.6s;
    -o-transition-delay: 5.6s;
    transition-delay: 5.6s;
}
.blog .card:nth-of-type(29) .card__outer {
    -webkit-transition-delay: 5.8s;
    -o-transition-delay: 5.8s;
    transition-delay: 5.8s;
}
.blog .card:nth-of-type(30) .card__outer {
    -webkit-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s;
}
.blog .card:nth-of-type(31) .card__outer {
    -webkit-transition-delay: 6.2s;
    -o-transition-delay: 6.2s;
    transition-delay: 6.2s;
}
.blog .card:nth-of-type(32) .card__outer {
    -webkit-transition-delay: 6.4s;
    -o-transition-delay: 6.4s;
    transition-delay: 6.4s;
}
.blog .card:nth-of-type(33) .card__outer {
    -webkit-transition-delay: 6.6s;
    -o-transition-delay: 6.6s;
    transition-delay: 6.6s;
}
.blog .card:nth-of-type(34) .card__outer {
    -webkit-transition-delay: 6.8s;
    -o-transition-delay: 6.8s;
    transition-delay: 6.8s;
}
.blog .card:nth-of-type(35) .card__outer {
    -webkit-transition-delay: 7s;
    -o-transition-delay: 7s;
    transition-delay: 7s;
}
.blog .card:nth-of-type(36) .card__outer {
    -webkit-transition-delay: 7.2s;
    -o-transition-delay: 7.2s;
    transition-delay: 7.2s;
}
.blog .card:nth-of-type(37) .card__outer {
    -webkit-transition-delay: 7.4s;
    -o-transition-delay: 7.4s;
    transition-delay: 7.4s;
}
.blog .card:nth-of-type(38) .card__outer {
    -webkit-transition-delay: 7.6s;
    -o-transition-delay: 7.6s;
    transition-delay: 7.6s;
}
.blog .card:nth-of-type(39) .card__outer {
    -webkit-transition-delay: 7.8s;
    -o-transition-delay: 7.8s;
    transition-delay: 7.8s;
}
.blog .card:nth-of-type(40) .card__outer {
    -webkit-transition-delay: 8s;
    -o-transition-delay: 8s;
    transition-delay: 8s;
}
.blog .card:nth-of-type(41) .card__outer {
    -webkit-transition-delay: 8.2s;
    -o-transition-delay: 8.2s;
    transition-delay: 8.2s;
}
.blog .card:nth-of-type(42) .card__outer {
    -webkit-transition-delay: 8.4s;
    -o-transition-delay: 8.4s;
    transition-delay: 8.4s;
}
.blog .card:nth-of-type(43) .card__outer {
    -webkit-transition-delay: 8.6s;
    -o-transition-delay: 8.6s;
    transition-delay: 8.6s;
}
.blog .card:nth-of-type(44) .card__outer {
    -webkit-transition-delay: 8.8s;
    -o-transition-delay: 8.8s;
    transition-delay: 8.8s;
}
.blog .card:nth-of-type(45) .card__outer {
    -webkit-transition-delay: 9s;
    -o-transition-delay: 9s;
    transition-delay: 9s;
}
.blog .card:nth-of-type(46) .card__outer {
    -webkit-transition-delay: 9.2s;
    -o-transition-delay: 9.2s;
    transition-delay: 9.2s;
}
.blog .card:nth-of-type(47) .card__outer {
    -webkit-transition-delay: 9.4s;
    -o-transition-delay: 9.4s;
    transition-delay: 9.4s;
}
.blog .card:nth-of-type(48) .card__outer {
    -webkit-transition-delay: 9.6s;
    -o-transition-delay: 9.6s;
    transition-delay: 9.6s;
}
.blog .card:nth-of-type(49) .card__outer {
    -webkit-transition-delay: 9.8s;
    -o-transition-delay: 9.8s;
    transition-delay: 9.8s;
}
.blog .card:nth-of-type(50) .card__outer {
    -webkit-transition-delay: 10s;
    -o-transition-delay: 10s;
    transition-delay: 10s;
}
.blog .card:nth-of-type(51) .card__outer {
    -webkit-transition-delay: 10.2s;
    -o-transition-delay: 10.2s;
    transition-delay: 10.2s;
}
.blog .card:nth-of-type(52) .card__outer {
    -webkit-transition-delay: 10.4s;
    -o-transition-delay: 10.4s;
    transition-delay: 10.4s;
}
.blog .card:nth-of-type(53) .card__outer {
    -webkit-transition-delay: 10.6s;
    -o-transition-delay: 10.6s;
    transition-delay: 10.6s;
}
.blog .card:nth-of-type(54) .card__outer {
    -webkit-transition-delay: 10.8s;
    -o-transition-delay: 10.8s;
    transition-delay: 10.8s;
}
.blog .card:nth-of-type(55) .card__outer {
    -webkit-transition-delay: 11s;
    -o-transition-delay: 11s;
    transition-delay: 11s;
}
.blog .card:nth-of-type(56) .card__outer {
    -webkit-transition-delay: 11.2s;
    -o-transition-delay: 11.2s;
    transition-delay: 11.2s;
}
.blog .card:nth-of-type(57) .card__outer {
    -webkit-transition-delay: 11.4s;
    -o-transition-delay: 11.4s;
    transition-delay: 11.4s;
}
.blog .card:nth-of-type(58) .card__outer {
    -webkit-transition-delay: 11.6s;
    -o-transition-delay: 11.6s;
    transition-delay: 11.6s;
}
.blog .card:nth-of-type(59) .card__outer {
    -webkit-transition-delay: 11.8s;
    -o-transition-delay: 11.8s;
    transition-delay: 11.8s;
}
.blog .card:nth-of-type(60) .card__outer {
    -webkit-transition-delay: 12s;
    -o-transition-delay: 12s;
    transition-delay: 12s;
}
.blog .card:nth-of-type(61) .card__outer {
    -webkit-transition-delay: 12.2s;
    -o-transition-delay: 12.2s;
    transition-delay: 12.2s;
}
.blog .card:nth-of-type(62) .card__outer {
    -webkit-transition-delay: 12.4s;
    -o-transition-delay: 12.4s;
    transition-delay: 12.4s;
}
.blog .card:nth-of-type(63) .card__outer {
    -webkit-transition-delay: 12.6s;
    -o-transition-delay: 12.6s;
    transition-delay: 12.6s;
}
.blog .card:nth-of-type(64) .card__outer {
    -webkit-transition-delay: 12.8s;
    -o-transition-delay: 12.8s;
    transition-delay: 12.8s;
}
.blog .card:nth-of-type(65) .card__outer {
    -webkit-transition-delay: 13s;
    -o-transition-delay: 13s;
    transition-delay: 13s;
}
.blog .card:nth-of-type(66) .card__outer {
    -webkit-transition-delay: 13.2s;
    -o-transition-delay: 13.2s;
    transition-delay: 13.2s;
}
.blog .card:nth-of-type(67) .card__outer {
    -webkit-transition-delay: 13.4s;
    -o-transition-delay: 13.4s;
    transition-delay: 13.4s;
}
.blog .card:nth-of-type(68) .card__outer {
    -webkit-transition-delay: 13.6s;
    -o-transition-delay: 13.6s;
    transition-delay: 13.6s;
}
.blog .card:nth-of-type(69) .card__outer {
    -webkit-transition-delay: 13.8s;
    -o-transition-delay: 13.8s;
    transition-delay: 13.8s;
}
.blog .card:nth-of-type(70) .card__outer {
    -webkit-transition-delay: 14s;
    -o-transition-delay: 14s;
    transition-delay: 14s;
}
.blog .card:nth-of-type(71) .card__outer {
    -webkit-transition-delay: 14.2s;
    -o-transition-delay: 14.2s;
    transition-delay: 14.2s;
}
.blog .card:nth-of-type(72) .card__outer {
    -webkit-transition-delay: 14.4s;
    -o-transition-delay: 14.4s;
    transition-delay: 14.4s;
}
.blog .card:nth-of-type(73) .card__outer {
    -webkit-transition-delay: 14.6s;
    -o-transition-delay: 14.6s;
    transition-delay: 14.6s;
}
.blog .card:nth-of-type(74) .card__outer {
    -webkit-transition-delay: 14.8s;
    -o-transition-delay: 14.8s;
    transition-delay: 14.8s;
}
.blog .card:nth-of-type(75) .card__outer {
    -webkit-transition-delay: 15s;
    -o-transition-delay: 15s;
    transition-delay: 15s;
}
.blog .card:nth-of-type(76) .card__outer {
    -webkit-transition-delay: 15.2s;
    -o-transition-delay: 15.2s;
    transition-delay: 15.2s;
}
.blog .card:nth-of-type(77) .card__outer {
    -webkit-transition-delay: 15.4s;
    -o-transition-delay: 15.4s;
    transition-delay: 15.4s;
}
.blog .card:nth-of-type(78) .card__outer {
    -webkit-transition-delay: 15.6s;
    -o-transition-delay: 15.6s;
    transition-delay: 15.6s;
}
.blog .card:nth-of-type(79) .card__outer {
    -webkit-transition-delay: 15.8s;
    -o-transition-delay: 15.8s;
    transition-delay: 15.8s;
}
.blog .card:nth-of-type(80) .card__outer {
    -webkit-transition-delay: 16s;
    -o-transition-delay: 16s;
    transition-delay: 16s;
}
.blog .card:nth-of-type(81) .card__outer {
    -webkit-transition-delay: 16.2s;
    -o-transition-delay: 16.2s;
    transition-delay: 16.2s;
}
.blog .card:nth-of-type(82) .card__outer {
    -webkit-transition-delay: 16.4s;
    -o-transition-delay: 16.4s;
    transition-delay: 16.4s;
}
.blog .card:nth-of-type(83) .card__outer {
    -webkit-transition-delay: 16.6s;
    -o-transition-delay: 16.6s;
    transition-delay: 16.6s;
}
.blog .card:nth-of-type(84) .card__outer {
    -webkit-transition-delay: 16.8s;
    -o-transition-delay: 16.8s;
    transition-delay: 16.8s;
}
.blog .card:nth-of-type(85) .card__outer {
    -webkit-transition-delay: 17s;
    -o-transition-delay: 17s;
    transition-delay: 17s;
}
.blog .card:nth-of-type(86) .card__outer {
    -webkit-transition-delay: 17.2s;
    -o-transition-delay: 17.2s;
    transition-delay: 17.2s;
}
.blog .card:nth-of-type(87) .card__outer {
    -webkit-transition-delay: 17.4s;
    -o-transition-delay: 17.4s;
    transition-delay: 17.4s;
}
.blog .card:nth-of-type(88) .card__outer {
    -webkit-transition-delay: 17.6s;
    -o-transition-delay: 17.6s;
    transition-delay: 17.6s;
}
.blog .card:nth-of-type(89) .card__outer {
    -webkit-transition-delay: 17.8s;
    -o-transition-delay: 17.8s;
    transition-delay: 17.8s;
}
.blog .card:nth-of-type(90) .card__outer {
    -webkit-transition-delay: 18s;
    -o-transition-delay: 18s;
    transition-delay: 18s;
}
.blog .card:nth-of-type(91) .card__outer {
    -webkit-transition-delay: 18.2s;
    -o-transition-delay: 18.2s;
    transition-delay: 18.2s;
}
.blog .card:nth-of-type(92) .card__outer {
    -webkit-transition-delay: 18.4s;
    -o-transition-delay: 18.4s;
    transition-delay: 18.4s;
}
.blog .card:nth-of-type(93) .card__outer {
    -webkit-transition-delay: 18.6s;
    -o-transition-delay: 18.6s;
    transition-delay: 18.6s;
}
.blog .card:nth-of-type(94) .card__outer {
    -webkit-transition-delay: 18.8s;
    -o-transition-delay: 18.8s;
    transition-delay: 18.8s;
}
.blog .card:nth-of-type(95) .card__outer {
    -webkit-transition-delay: 19s;
    -o-transition-delay: 19s;
    transition-delay: 19s;
}
.blog .card:nth-of-type(96) .card__outer {
    -webkit-transition-delay: 19.2s;
    -o-transition-delay: 19.2s;
    transition-delay: 19.2s;
}
.blog .card:nth-of-type(97) .card__outer {
    -webkit-transition-delay: 19.4s;
    -o-transition-delay: 19.4s;
    transition-delay: 19.4s;
}
.blog .card:nth-of-type(98) .card__outer {
    -webkit-transition-delay: 19.6s;
    -o-transition-delay: 19.6s;
    transition-delay: 19.6s;
}
.blog .card:nth-of-type(99) .card__outer {
    -webkit-transition-delay: 19.8s;
    -o-transition-delay: 19.8s;
    transition-delay: 19.8s;
}
.blog .card:nth-of-type(100) .card__outer {
    -webkit-transition-delay: 20s;
    -o-transition-delay: 20s;
    transition-delay: 20s;
}
.blog__inner {
    font-size: 0;
    letter-spacing: 0;
    padding: 10px 0;
}
.blog__inner_active .card__outer {
    -webkit-transform: translate3d(0, 0px, 1px);
    transform: translate3d(0, 0px, 1px);
    opacity: 1;
}
@media only screen and (min-width: 1201px) {
    .blog .card:hover .card__content {
        opacity: 0.5;
    }
    .blog .card:hover .card__outer:after {
        opacity: 0;
    }
}
@media only screen and (min-width: 1766px) {
    .blog .card {
        width: calc(100% / 5 - 2px);
    }
}
@media only screen and (min-width: 2092px) {
    .blog .card {
        width: calc(100% / 6 - 2px);
    }
}
@media only screen and (min-width: 2418px) {
    .blog .card {
        width: calc(100% / 7 - 2px);
    }
}
@media only screen and (min-width: 2744px) {
    .blog .card {
        width: calc(100% / 8 - 2px);
    }
}
@media only screen and (max-width: 1200px) {
    .blog {
        padding-top: 110px;
    }
    .blog__h2 {
        margin-bottom: 4px;
    }
    .blog__filters .filters__button {
        margin-right: 44px;
    }
    .blog .card__content {
        padding: 12px 8px;
    }
    .blog .card__date {
        font-size: 10px;
    }
    .blog .card__h3 {
        font-size: 14px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .blog {
        padding-top: 94px;
    }
    .blog__h2 {
        margin-bottom: 6px;
    }
    .blog__inner {
        overflow-x: scroll;
        padding: 10px 0 2px 0;
    }
    .blog .filters__button {
        margin-right: 20px;
    }
    .blog .card {
        width: 100%;
        margin-bottom: 16px;
    }
    .blog .card__content {
        padding: 18px 17px;
    }
    .blog .card__date {
        font-size: 14px;
        margin-bottom: 13px;
    }
    .blog .card__h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

/*# sourceMappingURL=blog.css.map */
.media {
    padding-top: 226px;
}
.media__h2 {
    margin-bottom: 14px;
}
.media__body {
    padding-top: 20px;
    padding-bottom: 5px;
}
.media__body .media__inner {
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}
.media .card {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 232px;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    text-align: center;
    z-index: 0;
}
.media .card__button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.media .card__wrap {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.media .card__image {
    width: 105px;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(0, 50px, 1px);
    transform: translate3d(0, 50px, 1px);
    opacity: 0;
}
.media .card:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.media .card:nth-of-type(1) .card__image {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.media .card:nth-of-type(2) .card__image {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.media .card:nth-of-type(3) .card__image {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.media .card:nth-of-type(4) .card__image {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.media .card:nth-of-type(5) .card__image {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.media .card:nth-of-type(6) .card__image {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.media .card:nth-of-type(7) .card__image {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.media .card:nth-of-type(8) .card__image {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.media .card:nth-of-type(9) .card__image {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.media .card:nth-of-type(10) .card__image {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
.media .card:nth-of-type(11) .card__image {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.media .card:nth-of-type(12) .card__image {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.media .card:nth-of-type(13) .card__image {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}
.media .card:nth-of-type(14) .card__image {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}
.media .card:nth-of-type(15) .card__image {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
.media .card:nth-of-type(16) .card__image {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}
.media .card:nth-of-type(17) .card__image {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}
.media .card:nth-of-type(18) .card__image {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}
.media .card:nth-of-type(19) .card__image {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
}
.media .card:nth-of-type(20) .card__image {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
}
.media .card:nth-of-type(21) .card__image {
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}
.media .card:nth-of-type(22) .card__image {
    -webkit-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
}
.media .card:nth-of-type(23) .card__image {
    -webkit-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}
.media .card:nth-of-type(24) .card__image {
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}
.media .card:nth-of-type(25) .card__image {
    -webkit-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}
.media .card:nth-of-type(26) .card__image {
    -webkit-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s;
}
.media .card:nth-of-type(27) .card__image {
    -webkit-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s;
}
.media .card:nth-of-type(28) .card__image {
    -webkit-transition-delay: 5.6s;
    -o-transition-delay: 5.6s;
    transition-delay: 5.6s;
}
.media .card:nth-of-type(29) .card__image {
    -webkit-transition-delay: 5.8s;
    -o-transition-delay: 5.8s;
    transition-delay: 5.8s;
}
.media .card:nth-of-type(30) .card__image {
    -webkit-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s;
}
.media .card:nth-of-type(31) .card__image {
    -webkit-transition-delay: 6.2s;
    -o-transition-delay: 6.2s;
    transition-delay: 6.2s;
}
.media .card:nth-of-type(32) .card__image {
    -webkit-transition-delay: 6.4s;
    -o-transition-delay: 6.4s;
    transition-delay: 6.4s;
}
.media .card:nth-of-type(33) .card__image {
    -webkit-transition-delay: 6.6s;
    -o-transition-delay: 6.6s;
    transition-delay: 6.6s;
}
.media .card:nth-of-type(34) .card__image {
    -webkit-transition-delay: 6.8s;
    -o-transition-delay: 6.8s;
    transition-delay: 6.8s;
}
.media .card:nth-of-type(35) .card__image {
    -webkit-transition-delay: 7s;
    -o-transition-delay: 7s;
    transition-delay: 7s;
}
.media .card:nth-of-type(36) .card__image {
    -webkit-transition-delay: 7.2s;
    -o-transition-delay: 7.2s;
    transition-delay: 7.2s;
}
.media .card:nth-of-type(37) .card__image {
    -webkit-transition-delay: 7.4s;
    -o-transition-delay: 7.4s;
    transition-delay: 7.4s;
}
.media .card:nth-of-type(38) .card__image {
    -webkit-transition-delay: 7.6s;
    -o-transition-delay: 7.6s;
    transition-delay: 7.6s;
}
.media .card:nth-of-type(39) .card__image {
    -webkit-transition-delay: 7.8s;
    -o-transition-delay: 7.8s;
    transition-delay: 7.8s;
}
.media .card:nth-of-type(40) .card__image {
    -webkit-transition-delay: 8s;
    -o-transition-delay: 8s;
    transition-delay: 8s;
}
.media .card:nth-of-type(41) .card__image {
    -webkit-transition-delay: 8.2s;
    -o-transition-delay: 8.2s;
    transition-delay: 8.2s;
}
.media .card:nth-of-type(42) .card__image {
    -webkit-transition-delay: 8.4s;
    -o-transition-delay: 8.4s;
    transition-delay: 8.4s;
}
.media .card:nth-of-type(43) .card__image {
    -webkit-transition-delay: 8.6s;
    -o-transition-delay: 8.6s;
    transition-delay: 8.6s;
}
.media .card:nth-of-type(44) .card__image {
    -webkit-transition-delay: 8.8s;
    -o-transition-delay: 8.8s;
    transition-delay: 8.8s;
}
.media .card:nth-of-type(45) .card__image {
    -webkit-transition-delay: 9s;
    -o-transition-delay: 9s;
    transition-delay: 9s;
}
.media .card:nth-of-type(46) .card__image {
    -webkit-transition-delay: 9.2s;
    -o-transition-delay: 9.2s;
    transition-delay: 9.2s;
}
.media .card:nth-of-type(47) .card__image {
    -webkit-transition-delay: 9.4s;
    -o-transition-delay: 9.4s;
    transition-delay: 9.4s;
}
.media .card:nth-of-type(48) .card__image {
    -webkit-transition-delay: 9.6s;
    -o-transition-delay: 9.6s;
    transition-delay: 9.6s;
}
.media .card:nth-of-type(49) .card__image {
    -webkit-transition-delay: 9.8s;
    -o-transition-delay: 9.8s;
    transition-delay: 9.8s;
}
.media .card:nth-of-type(50) .card__image {
    -webkit-transition-delay: 10s;
    -o-transition-delay: 10s;
    transition-delay: 10s;
}
.media .card:nth-of-type(51) .card__image {
    -webkit-transition-delay: 10.2s;
    -o-transition-delay: 10.2s;
    transition-delay: 10.2s;
}
.media .card:nth-of-type(52) .card__image {
    -webkit-transition-delay: 10.4s;
    -o-transition-delay: 10.4s;
    transition-delay: 10.4s;
}
.media .card:nth-of-type(53) .card__image {
    -webkit-transition-delay: 10.6s;
    -o-transition-delay: 10.6s;
    transition-delay: 10.6s;
}
.media .card:nth-of-type(54) .card__image {
    -webkit-transition-delay: 10.8s;
    -o-transition-delay: 10.8s;
    transition-delay: 10.8s;
}
.media .card:nth-of-type(55) .card__image {
    -webkit-transition-delay: 11s;
    -o-transition-delay: 11s;
    transition-delay: 11s;
}
.media .card:nth-of-type(56) .card__image {
    -webkit-transition-delay: 11.2s;
    -o-transition-delay: 11.2s;
    transition-delay: 11.2s;
}
.media .card:nth-of-type(57) .card__image {
    -webkit-transition-delay: 11.4s;
    -o-transition-delay: 11.4s;
    transition-delay: 11.4s;
}
.media .card:nth-of-type(58) .card__image {
    -webkit-transition-delay: 11.6s;
    -o-transition-delay: 11.6s;
    transition-delay: 11.6s;
}
.media .card:nth-of-type(59) .card__image {
    -webkit-transition-delay: 11.8s;
    -o-transition-delay: 11.8s;
    transition-delay: 11.8s;
}
.media .card:nth-of-type(60) .card__image {
    -webkit-transition-delay: 12s;
    -o-transition-delay: 12s;
    transition-delay: 12s;
}
.media .card:nth-of-type(61) .card__image {
    -webkit-transition-delay: 12.2s;
    -o-transition-delay: 12.2s;
    transition-delay: 12.2s;
}
.media .card:nth-of-type(62) .card__image {
    -webkit-transition-delay: 12.4s;
    -o-transition-delay: 12.4s;
    transition-delay: 12.4s;
}
.media .card:nth-of-type(63) .card__image {
    -webkit-transition-delay: 12.6s;
    -o-transition-delay: 12.6s;
    transition-delay: 12.6s;
}
.media .card:nth-of-type(64) .card__image {
    -webkit-transition-delay: 12.8s;
    -o-transition-delay: 12.8s;
    transition-delay: 12.8s;
}
.media .card:nth-of-type(65) .card__image {
    -webkit-transition-delay: 13s;
    -o-transition-delay: 13s;
    transition-delay: 13s;
}
.media .card:nth-of-type(66) .card__image {
    -webkit-transition-delay: 13.2s;
    -o-transition-delay: 13.2s;
    transition-delay: 13.2s;
}
.media .card:nth-of-type(67) .card__image {
    -webkit-transition-delay: 13.4s;
    -o-transition-delay: 13.4s;
    transition-delay: 13.4s;
}
.media .card:nth-of-type(68) .card__image {
    -webkit-transition-delay: 13.6s;
    -o-transition-delay: 13.6s;
    transition-delay: 13.6s;
}
.media .card:nth-of-type(69) .card__image {
    -webkit-transition-delay: 13.8s;
    -o-transition-delay: 13.8s;
    transition-delay: 13.8s;
}
.media .card:nth-of-type(70) .card__image {
    -webkit-transition-delay: 14s;
    -o-transition-delay: 14s;
    transition-delay: 14s;
}
.media .card:nth-of-type(71) .card__image {
    -webkit-transition-delay: 14.2s;
    -o-transition-delay: 14.2s;
    transition-delay: 14.2s;
}
.media .card:nth-of-type(72) .card__image {
    -webkit-transition-delay: 14.4s;
    -o-transition-delay: 14.4s;
    transition-delay: 14.4s;
}
.media .card:nth-of-type(73) .card__image {
    -webkit-transition-delay: 14.6s;
    -o-transition-delay: 14.6s;
    transition-delay: 14.6s;
}
.media .card:nth-of-type(74) .card__image {
    -webkit-transition-delay: 14.8s;
    -o-transition-delay: 14.8s;
    transition-delay: 14.8s;
}
.media .card:nth-of-type(75) .card__image {
    -webkit-transition-delay: 15s;
    -o-transition-delay: 15s;
    transition-delay: 15s;
}
.media .card:nth-of-type(76) .card__image {
    -webkit-transition-delay: 15.2s;
    -o-transition-delay: 15.2s;
    transition-delay: 15.2s;
}
.media .card:nth-of-type(77) .card__image {
    -webkit-transition-delay: 15.4s;
    -o-transition-delay: 15.4s;
    transition-delay: 15.4s;
}
.media .card:nth-of-type(78) .card__image {
    -webkit-transition-delay: 15.6s;
    -o-transition-delay: 15.6s;
    transition-delay: 15.6s;
}
.media .card:nth-of-type(79) .card__image {
    -webkit-transition-delay: 15.8s;
    -o-transition-delay: 15.8s;
    transition-delay: 15.8s;
}
.media .card:nth-of-type(80) .card__image {
    -webkit-transition-delay: 16s;
    -o-transition-delay: 16s;
    transition-delay: 16s;
}
.media .card:nth-of-type(81) .card__image {
    -webkit-transition-delay: 16.2s;
    -o-transition-delay: 16.2s;
    transition-delay: 16.2s;
}
.media .card:nth-of-type(82) .card__image {
    -webkit-transition-delay: 16.4s;
    -o-transition-delay: 16.4s;
    transition-delay: 16.4s;
}
.media .card:nth-of-type(83) .card__image {
    -webkit-transition-delay: 16.6s;
    -o-transition-delay: 16.6s;
    transition-delay: 16.6s;
}
.media .card:nth-of-type(84) .card__image {
    -webkit-transition-delay: 16.8s;
    -o-transition-delay: 16.8s;
    transition-delay: 16.8s;
}
.media .card:nth-of-type(85) .card__image {
    -webkit-transition-delay: 17s;
    -o-transition-delay: 17s;
    transition-delay: 17s;
}
.media .card:nth-of-type(86) .card__image {
    -webkit-transition-delay: 17.2s;
    -o-transition-delay: 17.2s;
    transition-delay: 17.2s;
}
.media .card:nth-of-type(87) .card__image {
    -webkit-transition-delay: 17.4s;
    -o-transition-delay: 17.4s;
    transition-delay: 17.4s;
}
.media .card:nth-of-type(88) .card__image {
    -webkit-transition-delay: 17.6s;
    -o-transition-delay: 17.6s;
    transition-delay: 17.6s;
}
.media .card:nth-of-type(89) .card__image {
    -webkit-transition-delay: 17.8s;
    -o-transition-delay: 17.8s;
    transition-delay: 17.8s;
}
.media .card:nth-of-type(90) .card__image {
    -webkit-transition-delay: 18s;
    -o-transition-delay: 18s;
    transition-delay: 18s;
}
.media .card:nth-of-type(91) .card__image {
    -webkit-transition-delay: 18.2s;
    -o-transition-delay: 18.2s;
    transition-delay: 18.2s;
}
.media .card:nth-of-type(92) .card__image {
    -webkit-transition-delay: 18.4s;
    -o-transition-delay: 18.4s;
    transition-delay: 18.4s;
}
.media .card:nth-of-type(93) .card__image {
    -webkit-transition-delay: 18.6s;
    -o-transition-delay: 18.6s;
    transition-delay: 18.6s;
}
.media .card:nth-of-type(94) .card__image {
    -webkit-transition-delay: 18.8s;
    -o-transition-delay: 18.8s;
    transition-delay: 18.8s;
}
.media .card:nth-of-type(95) .card__image {
    -webkit-transition-delay: 19s;
    -o-transition-delay: 19s;
    transition-delay: 19s;
}
.media .card:nth-of-type(96) .card__image {
    -webkit-transition-delay: 19.2s;
    -o-transition-delay: 19.2s;
    transition-delay: 19.2s;
}
.media .card:nth-of-type(97) .card__image {
    -webkit-transition-delay: 19.4s;
    -o-transition-delay: 19.4s;
    transition-delay: 19.4s;
}
.media .card:nth-of-type(98) .card__image {
    -webkit-transition-delay: 19.6s;
    -o-transition-delay: 19.6s;
    transition-delay: 19.6s;
}
.media .card:nth-of-type(99) .card__image {
    -webkit-transition-delay: 19.8s;
    -o-transition-delay: 19.8s;
    transition-delay: 19.8s;
}
.media .card:nth-of-type(100) .card__image {
    -webkit-transition-delay: 20s;
    -o-transition-delay: 20s;
    transition-delay: 20s;
}
.media .card:nth-of-type(101) .card__image {
    -webkit-transition-delay: 20.2s;
    -o-transition-delay: 20.2s;
    transition-delay: 20.2s;
}
.media .card:nth-of-type(102) .card__image {
    -webkit-transition-delay: 20.4s;
    -o-transition-delay: 20.4s;
    transition-delay: 20.4s;
}
.media .card:nth-of-type(103) .card__image {
    -webkit-transition-delay: 20.6s;
    -o-transition-delay: 20.6s;
    transition-delay: 20.6s;
}
.media .card:nth-of-type(104) .card__image {
    -webkit-transition-delay: 20.8s;
    -o-transition-delay: 20.8s;
    transition-delay: 20.8s;
}
.media .card:nth-of-type(105) .card__image {
    -webkit-transition-delay: 21s;
    -o-transition-delay: 21s;
    transition-delay: 21s;
}
.media .card:nth-of-type(106) .card__image {
    -webkit-transition-delay: 21.2s;
    -o-transition-delay: 21.2s;
    transition-delay: 21.2s;
}
.media .card:nth-of-type(107) .card__image {
    -webkit-transition-delay: 21.4s;
    -o-transition-delay: 21.4s;
    transition-delay: 21.4s;
}
.media .card:nth-of-type(108) .card__image {
    -webkit-transition-delay: 21.6s;
    -o-transition-delay: 21.6s;
    transition-delay: 21.6s;
}
.media .card:nth-of-type(109) .card__image {
    -webkit-transition-delay: 21.8s;
    -o-transition-delay: 21.8s;
    transition-delay: 21.8s;
}
.media .card:nth-of-type(110) .card__image {
    -webkit-transition-delay: 22s;
    -o-transition-delay: 22s;
    transition-delay: 22s;
}
.media .card:nth-of-type(111) .card__image {
    -webkit-transition-delay: 22.2s;
    -o-transition-delay: 22.2s;
    transition-delay: 22.2s;
}
.media .card:nth-of-type(112) .card__image {
    -webkit-transition-delay: 22.4s;
    -o-transition-delay: 22.4s;
    transition-delay: 22.4s;
}
.media .card:nth-of-type(113) .card__image {
    -webkit-transition-delay: 22.6s;
    -o-transition-delay: 22.6s;
    transition-delay: 22.6s;
}
.media .card:nth-of-type(114) .card__image {
    -webkit-transition-delay: 22.8s;
    -o-transition-delay: 22.8s;
    transition-delay: 22.8s;
}
.media .card:nth-of-type(115) .card__image {
    -webkit-transition-delay: 23s;
    -o-transition-delay: 23s;
    transition-delay: 23s;
}
.media .card:nth-of-type(116) .card__image {
    -webkit-transition-delay: 23.2s;
    -o-transition-delay: 23.2s;
    transition-delay: 23.2s;
}
.media .card:nth-of-type(117) .card__image {
    -webkit-transition-delay: 23.4s;
    -o-transition-delay: 23.4s;
    transition-delay: 23.4s;
}
.media .card:nth-of-type(118) .card__image {
    -webkit-transition-delay: 23.6s;
    -o-transition-delay: 23.6s;
    transition-delay: 23.6s;
}
.media .card:nth-of-type(119) .card__image {
    -webkit-transition-delay: 23.8s;
    -o-transition-delay: 23.8s;
    transition-delay: 23.8s;
}
.media .card:nth-of-type(120) .card__image {
    -webkit-transition-delay: 24s;
    -o-transition-delay: 24s;
    transition-delay: 24s;
}
.media .card:nth-of-type(121) .card__image {
    -webkit-transition-delay: 24.2s;
    -o-transition-delay: 24.2s;
    transition-delay: 24.2s;
}
.media .card:nth-of-type(122) .card__image {
    -webkit-transition-delay: 24.4s;
    -o-transition-delay: 24.4s;
    transition-delay: 24.4s;
}
.media .card:nth-of-type(123) .card__image {
    -webkit-transition-delay: 24.6s;
    -o-transition-delay: 24.6s;
    transition-delay: 24.6s;
}
.media .card:nth-of-type(124) .card__image {
    -webkit-transition-delay: 24.8s;
    -o-transition-delay: 24.8s;
    transition-delay: 24.8s;
}
.media .card:nth-of-type(125) .card__image {
    -webkit-transition-delay: 25s;
    -o-transition-delay: 25s;
    transition-delay: 25s;
}
.media .card:nth-of-type(126) .card__image {
    -webkit-transition-delay: 25.2s;
    -o-transition-delay: 25.2s;
    transition-delay: 25.2s;
}
.media .card:nth-of-type(127) .card__image {
    -webkit-transition-delay: 25.4s;
    -o-transition-delay: 25.4s;
    transition-delay: 25.4s;
}
.media .card:nth-of-type(128) .card__image {
    -webkit-transition-delay: 25.6s;
    -o-transition-delay: 25.6s;
    transition-delay: 25.6s;
}
.media .card:nth-of-type(129) .card__image {
    -webkit-transition-delay: 25.8s;
    -o-transition-delay: 25.8s;
    transition-delay: 25.8s;
}
.media .card:nth-of-type(130) .card__image {
    -webkit-transition-delay: 26s;
    -o-transition-delay: 26s;
    transition-delay: 26s;
}
.media .card:nth-of-type(131) .card__image {
    -webkit-transition-delay: 26.2s;
    -o-transition-delay: 26.2s;
    transition-delay: 26.2s;
}
.media .card:nth-of-type(132) .card__image {
    -webkit-transition-delay: 26.4s;
    -o-transition-delay: 26.4s;
    transition-delay: 26.4s;
}
.media .card:nth-of-type(133) .card__image {
    -webkit-transition-delay: 26.6s;
    -o-transition-delay: 26.6s;
    transition-delay: 26.6s;
}
.media .card:nth-of-type(134) .card__image {
    -webkit-transition-delay: 26.8s;
    -o-transition-delay: 26.8s;
    transition-delay: 26.8s;
}
.media .card:nth-of-type(135) .card__image {
    -webkit-transition-delay: 27s;
    -o-transition-delay: 27s;
    transition-delay: 27s;
}
.media .card:nth-of-type(136) .card__image {
    -webkit-transition-delay: 27.2s;
    -o-transition-delay: 27.2s;
    transition-delay: 27.2s;
}
.media .card:nth-of-type(137) .card__image {
    -webkit-transition-delay: 27.4s;
    -o-transition-delay: 27.4s;
    transition-delay: 27.4s;
}
.media .card:nth-of-type(138) .card__image {
    -webkit-transition-delay: 27.6s;
    -o-transition-delay: 27.6s;
    transition-delay: 27.6s;
}
.media .card:nth-of-type(139) .card__image {
    -webkit-transition-delay: 27.8s;
    -o-transition-delay: 27.8s;
    transition-delay: 27.8s;
}
.media .card:nth-of-type(140) .card__image {
    -webkit-transition-delay: 28s;
    -o-transition-delay: 28s;
    transition-delay: 28s;
}
.media .card:nth-of-type(141) .card__image {
    -webkit-transition-delay: 28.2s;
    -o-transition-delay: 28.2s;
    transition-delay: 28.2s;
}
.media .card:nth-of-type(142) .card__image {
    -webkit-transition-delay: 28.4s;
    -o-transition-delay: 28.4s;
    transition-delay: 28.4s;
}
.media .card:nth-of-type(143) .card__image {
    -webkit-transition-delay: 28.6s;
    -o-transition-delay: 28.6s;
    transition-delay: 28.6s;
}
.media .card:nth-of-type(144) .card__image {
    -webkit-transition-delay: 28.8s;
    -o-transition-delay: 28.8s;
    transition-delay: 28.8s;
}
.media .card:nth-of-type(145) .card__image {
    -webkit-transition-delay: 29s;
    -o-transition-delay: 29s;
    transition-delay: 29s;
}
.media .card:nth-of-type(146) .card__image {
    -webkit-transition-delay: 29.2s;
    -o-transition-delay: 29.2s;
    transition-delay: 29.2s;
}
.media .card:nth-of-type(147) .card__image {
    -webkit-transition-delay: 29.4s;
    -o-transition-delay: 29.4s;
    transition-delay: 29.4s;
}
.media .card:nth-of-type(148) .card__image {
    -webkit-transition-delay: 29.6s;
    -o-transition-delay: 29.6s;
    transition-delay: 29.6s;
}
.media .card:nth-of-type(149) .card__image {
    -webkit-transition-delay: 29.8s;
    -o-transition-delay: 29.8s;
    transition-delay: 29.8s;
}
.media .card:nth-of-type(150) .card__image {
    -webkit-transition-delay: 30s;
    -o-transition-delay: 30s;
    transition-delay: 30s;
}
.media .card:nth-of-type(151) .card__image {
    -webkit-transition-delay: 30.2s;
    -o-transition-delay: 30.2s;
    transition-delay: 30.2s;
}
.media .card:nth-of-type(152) .card__image {
    -webkit-transition-delay: 30.4s;
    -o-transition-delay: 30.4s;
    transition-delay: 30.4s;
}
.media .card:nth-of-type(153) .card__image {
    -webkit-transition-delay: 30.6s;
    -o-transition-delay: 30.6s;
    transition-delay: 30.6s;
}
.media .card:nth-of-type(154) .card__image {
    -webkit-transition-delay: 30.8s;
    -o-transition-delay: 30.8s;
    transition-delay: 30.8s;
}
.media .card:nth-of-type(155) .card__image {
    -webkit-transition-delay: 31s;
    -o-transition-delay: 31s;
    transition-delay: 31s;
}
.media .card:nth-of-type(156) .card__image {
    -webkit-transition-delay: 31.2s;
    -o-transition-delay: 31.2s;
    transition-delay: 31.2s;
}
.media .card:nth-of-type(157) .card__image {
    -webkit-transition-delay: 31.4s;
    -o-transition-delay: 31.4s;
    transition-delay: 31.4s;
}
.media .card:nth-of-type(158) .card__image {
    -webkit-transition-delay: 31.6s;
    -o-transition-delay: 31.6s;
    transition-delay: 31.6s;
}
.media .card:nth-of-type(159) .card__image {
    -webkit-transition-delay: 31.8s;
    -o-transition-delay: 31.8s;
    transition-delay: 31.8s;
}
.media .card:nth-of-type(160) .card__image {
    -webkit-transition-delay: 32s;
    -o-transition-delay: 32s;
    transition-delay: 32s;
}
.media .card:nth-of-type(161) .card__image {
    -webkit-transition-delay: 32.2s;
    -o-transition-delay: 32.2s;
    transition-delay: 32.2s;
}
.media .card:nth-of-type(162) .card__image {
    -webkit-transition-delay: 32.4s;
    -o-transition-delay: 32.4s;
    transition-delay: 32.4s;
}
.media .card:nth-of-type(163) .card__image {
    -webkit-transition-delay: 32.6s;
    -o-transition-delay: 32.6s;
    transition-delay: 32.6s;
}
.media .card:nth-of-type(164) .card__image {
    -webkit-transition-delay: 32.8s;
    -o-transition-delay: 32.8s;
    transition-delay: 32.8s;
}
.media .card:nth-of-type(165) .card__image {
    -webkit-transition-delay: 33s;
    -o-transition-delay: 33s;
    transition-delay: 33s;
}
.media .card:nth-of-type(166) .card__image {
    -webkit-transition-delay: 33.2s;
    -o-transition-delay: 33.2s;
    transition-delay: 33.2s;
}
.media .card:nth-of-type(167) .card__image {
    -webkit-transition-delay: 33.4s;
    -o-transition-delay: 33.4s;
    transition-delay: 33.4s;
}
.media .card:nth-of-type(168) .card__image {
    -webkit-transition-delay: 33.6s;
    -o-transition-delay: 33.6s;
    transition-delay: 33.6s;
}
.media .card:nth-of-type(169) .card__image {
    -webkit-transition-delay: 33.8s;
    -o-transition-delay: 33.8s;
    transition-delay: 33.8s;
}
.media .card:nth-of-type(170) .card__image {
    -webkit-transition-delay: 34s;
    -o-transition-delay: 34s;
    transition-delay: 34s;
}
.media .card:nth-of-type(171) .card__image {
    -webkit-transition-delay: 34.2s;
    -o-transition-delay: 34.2s;
    transition-delay: 34.2s;
}
.media .card:nth-of-type(172) .card__image {
    -webkit-transition-delay: 34.4s;
    -o-transition-delay: 34.4s;
    transition-delay: 34.4s;
}
.media .card:nth-of-type(173) .card__image {
    -webkit-transition-delay: 34.6s;
    -o-transition-delay: 34.6s;
    transition-delay: 34.6s;
}
.media .card:nth-of-type(174) .card__image {
    -webkit-transition-delay: 34.8s;
    -o-transition-delay: 34.8s;
    transition-delay: 34.8s;
}
.media .card:nth-of-type(175) .card__image {
    -webkit-transition-delay: 35s;
    -o-transition-delay: 35s;
    transition-delay: 35s;
}
.media .card:nth-of-type(176) .card__image {
    -webkit-transition-delay: 35.2s;
    -o-transition-delay: 35.2s;
    transition-delay: 35.2s;
}
.media .card:nth-of-type(177) .card__image {
    -webkit-transition-delay: 35.4s;
    -o-transition-delay: 35.4s;
    transition-delay: 35.4s;
}
.media .card:nth-of-type(178) .card__image {
    -webkit-transition-delay: 35.6s;
    -o-transition-delay: 35.6s;
    transition-delay: 35.6s;
}
.media .card:nth-of-type(179) .card__image {
    -webkit-transition-delay: 35.8s;
    -o-transition-delay: 35.8s;
    transition-delay: 35.8s;
}
.media .card:nth-of-type(180) .card__image {
    -webkit-transition-delay: 36s;
    -o-transition-delay: 36s;
    transition-delay: 36s;
}
.media .card:nth-of-type(181) .card__image {
    -webkit-transition-delay: 36.2s;
    -o-transition-delay: 36.2s;
    transition-delay: 36.2s;
}
.media .card:nth-of-type(182) .card__image {
    -webkit-transition-delay: 36.4s;
    -o-transition-delay: 36.4s;
    transition-delay: 36.4s;
}
.media .card:nth-of-type(183) .card__image {
    -webkit-transition-delay: 36.6s;
    -o-transition-delay: 36.6s;
    transition-delay: 36.6s;
}
.media .card:nth-of-type(184) .card__image {
    -webkit-transition-delay: 36.8s;
    -o-transition-delay: 36.8s;
    transition-delay: 36.8s;
}
.media .card:nth-of-type(185) .card__image {
    -webkit-transition-delay: 37s;
    -o-transition-delay: 37s;
    transition-delay: 37s;
}
.media .card:nth-of-type(186) .card__image {
    -webkit-transition-delay: 37.2s;
    -o-transition-delay: 37.2s;
    transition-delay: 37.2s;
}
.media .card:nth-of-type(187) .card__image {
    -webkit-transition-delay: 37.4s;
    -o-transition-delay: 37.4s;
    transition-delay: 37.4s;
}
.media .card:nth-of-type(188) .card__image {
    -webkit-transition-delay: 37.6s;
    -o-transition-delay: 37.6s;
    transition-delay: 37.6s;
}
.media .card:nth-of-type(189) .card__image {
    -webkit-transition-delay: 37.8s;
    -o-transition-delay: 37.8s;
    transition-delay: 37.8s;
}
.media .card:nth-of-type(190) .card__image {
    -webkit-transition-delay: 38s;
    -o-transition-delay: 38s;
    transition-delay: 38s;
}
.media .card:nth-of-type(191) .card__image {
    -webkit-transition-delay: 38.2s;
    -o-transition-delay: 38.2s;
    transition-delay: 38.2s;
}
.media .card:nth-of-type(192) .card__image {
    -webkit-transition-delay: 38.4s;
    -o-transition-delay: 38.4s;
    transition-delay: 38.4s;
}
.media .card:nth-of-type(193) .card__image {
    -webkit-transition-delay: 38.6s;
    -o-transition-delay: 38.6s;
    transition-delay: 38.6s;
}
.media .card:nth-of-type(194) .card__image {
    -webkit-transition-delay: 38.8s;
    -o-transition-delay: 38.8s;
    transition-delay: 38.8s;
}
.media .card:nth-of-type(195) .card__image {
    -webkit-transition-delay: 39s;
    -o-transition-delay: 39s;
    transition-delay: 39s;
}
.media .card:nth-of-type(196) .card__image {
    -webkit-transition-delay: 39.2s;
    -o-transition-delay: 39.2s;
    transition-delay: 39.2s;
}
.media .card:nth-of-type(197) .card__image {
    -webkit-transition-delay: 39.4s;
    -o-transition-delay: 39.4s;
    transition-delay: 39.4s;
}
.media .card:nth-of-type(198) .card__image {
    -webkit-transition-delay: 39.6s;
    -o-transition-delay: 39.6s;
    transition-delay: 39.6s;
}
.media .card:nth-of-type(199) .card__image {
    -webkit-transition-delay: 39.8s;
    -o-transition-delay: 39.8s;
    transition-delay: 39.8s;
}
.media .card:nth-of-type(200) .card__image {
    -webkit-transition-delay: 40s;
    -o-transition-delay: 40s;
    transition-delay: 40s;
}
.media .card:nth-of-type(201) .card__image {
    -webkit-transition-delay: 40.2s;
    -o-transition-delay: 40.2s;
    transition-delay: 40.2s;
}
.media .card:nth-of-type(202) .card__image {
    -webkit-transition-delay: 40.4s;
    -o-transition-delay: 40.4s;
    transition-delay: 40.4s;
}
.media .card:nth-of-type(203) .card__image {
    -webkit-transition-delay: 40.6s;
    -o-transition-delay: 40.6s;
    transition-delay: 40.6s;
}
.media .card:nth-of-type(204) .card__image {
    -webkit-transition-delay: 40.8s;
    -o-transition-delay: 40.8s;
    transition-delay: 40.8s;
}
.media .card:nth-of-type(205) .card__image {
    -webkit-transition-delay: 41s;
    -o-transition-delay: 41s;
    transition-delay: 41s;
}
.media .card:nth-of-type(206) .card__image {
    -webkit-transition-delay: 41.2s;
    -o-transition-delay: 41.2s;
    transition-delay: 41.2s;
}
.media .card:nth-of-type(207) .card__image {
    -webkit-transition-delay: 41.4s;
    -o-transition-delay: 41.4s;
    transition-delay: 41.4s;
}
.media .card:nth-of-type(208) .card__image {
    -webkit-transition-delay: 41.6s;
    -o-transition-delay: 41.6s;
    transition-delay: 41.6s;
}
.media .card:nth-of-type(209) .card__image {
    -webkit-transition-delay: 41.8s;
    -o-transition-delay: 41.8s;
    transition-delay: 41.8s;
}
.media .card:nth-of-type(210) .card__image {
    -webkit-transition-delay: 42s;
    -o-transition-delay: 42s;
    transition-delay: 42s;
}
.media .card:nth-of-type(211) .card__image {
    -webkit-transition-delay: 42.2s;
    -o-transition-delay: 42.2s;
    transition-delay: 42.2s;
}
.media .card:nth-of-type(212) .card__image {
    -webkit-transition-delay: 42.4s;
    -o-transition-delay: 42.4s;
    transition-delay: 42.4s;
}
.media .card:nth-of-type(213) .card__image {
    -webkit-transition-delay: 42.6s;
    -o-transition-delay: 42.6s;
    transition-delay: 42.6s;
}
.media .card:nth-of-type(214) .card__image {
    -webkit-transition-delay: 42.8s;
    -o-transition-delay: 42.8s;
    transition-delay: 42.8s;
}
.media .card:nth-of-type(215) .card__image {
    -webkit-transition-delay: 43s;
    -o-transition-delay: 43s;
    transition-delay: 43s;
}
.media .card:nth-of-type(216) .card__image {
    -webkit-transition-delay: 43.2s;
    -o-transition-delay: 43.2s;
    transition-delay: 43.2s;
}
.media .card:nth-of-type(217) .card__image {
    -webkit-transition-delay: 43.4s;
    -o-transition-delay: 43.4s;
    transition-delay: 43.4s;
}
.media .card:nth-of-type(218) .card__image {
    -webkit-transition-delay: 43.6s;
    -o-transition-delay: 43.6s;
    transition-delay: 43.6s;
}
.media .card:nth-of-type(219) .card__image {
    -webkit-transition-delay: 43.8s;
    -o-transition-delay: 43.8s;
    transition-delay: 43.8s;
}
.media .card:nth-of-type(220) .card__image {
    -webkit-transition-delay: 44s;
    -o-transition-delay: 44s;
    transition-delay: 44s;
}
.media .card:nth-of-type(221) .card__image {
    -webkit-transition-delay: 44.2s;
    -o-transition-delay: 44.2s;
    transition-delay: 44.2s;
}
.media .card:nth-of-type(222) .card__image {
    -webkit-transition-delay: 44.4s;
    -o-transition-delay: 44.4s;
    transition-delay: 44.4s;
}
.media .card:nth-of-type(223) .card__image {
    -webkit-transition-delay: 44.6s;
    -o-transition-delay: 44.6s;
    transition-delay: 44.6s;
}
.media .card:nth-of-type(224) .card__image {
    -webkit-transition-delay: 44.8s;
    -o-transition-delay: 44.8s;
    transition-delay: 44.8s;
}
.media .card:nth-of-type(225) .card__image {
    -webkit-transition-delay: 45s;
    -o-transition-delay: 45s;
    transition-delay: 45s;
}
.media .card:nth-of-type(226) .card__image {
    -webkit-transition-delay: 45.2s;
    -o-transition-delay: 45.2s;
    transition-delay: 45.2s;
}
.media .card:nth-of-type(227) .card__image {
    -webkit-transition-delay: 45.4s;
    -o-transition-delay: 45.4s;
    transition-delay: 45.4s;
}
.media .card:nth-of-type(228) .card__image {
    -webkit-transition-delay: 45.6s;
    -o-transition-delay: 45.6s;
    transition-delay: 45.6s;
}
.media .card:nth-of-type(229) .card__image {
    -webkit-transition-delay: 45.8s;
    -o-transition-delay: 45.8s;
    transition-delay: 45.8s;
}
.media .card:nth-of-type(230) .card__image {
    -webkit-transition-delay: 46s;
    -o-transition-delay: 46s;
    transition-delay: 46s;
}
.media .card:nth-of-type(231) .card__image {
    -webkit-transition-delay: 46.2s;
    -o-transition-delay: 46.2s;
    transition-delay: 46.2s;
}
.media .card:nth-of-type(232) .card__image {
    -webkit-transition-delay: 46.4s;
    -o-transition-delay: 46.4s;
    transition-delay: 46.4s;
}
.media .card:nth-of-type(233) .card__image {
    -webkit-transition-delay: 46.6s;
    -o-transition-delay: 46.6s;
    transition-delay: 46.6s;
}
.media .card:nth-of-type(234) .card__image {
    -webkit-transition-delay: 46.8s;
    -o-transition-delay: 46.8s;
    transition-delay: 46.8s;
}
.media .card:nth-of-type(235) .card__image {
    -webkit-transition-delay: 47s;
    -o-transition-delay: 47s;
    transition-delay: 47s;
}
.media .card:nth-of-type(236) .card__image {
    -webkit-transition-delay: 47.2s;
    -o-transition-delay: 47.2s;
    transition-delay: 47.2s;
}
.media .card:nth-of-type(237) .card__image {
    -webkit-transition-delay: 47.4s;
    -o-transition-delay: 47.4s;
    transition-delay: 47.4s;
}
.media .card:nth-of-type(238) .card__image {
    -webkit-transition-delay: 47.6s;
    -o-transition-delay: 47.6s;
    transition-delay: 47.6s;
}
.media .card:nth-of-type(239) .card__image {
    -webkit-transition-delay: 47.8s;
    -o-transition-delay: 47.8s;
    transition-delay: 47.8s;
}
.media .card:nth-of-type(240) .card__image {
    -webkit-transition-delay: 48s;
    -o-transition-delay: 48s;
    transition-delay: 48s;
}
.media .card:nth-of-type(241) .card__image {
    -webkit-transition-delay: 48.2s;
    -o-transition-delay: 48.2s;
    transition-delay: 48.2s;
}
.media .card:nth-of-type(242) .card__image {
    -webkit-transition-delay: 48.4s;
    -o-transition-delay: 48.4s;
    transition-delay: 48.4s;
}
.media .card:nth-of-type(243) .card__image {
    -webkit-transition-delay: 48.6s;
    -o-transition-delay: 48.6s;
    transition-delay: 48.6s;
}
.media .card:nth-of-type(244) .card__image {
    -webkit-transition-delay: 48.8s;
    -o-transition-delay: 48.8s;
    transition-delay: 48.8s;
}
.media .card:nth-of-type(245) .card__image {
    -webkit-transition-delay: 49s;
    -o-transition-delay: 49s;
    transition-delay: 49s;
}
.media .card:nth-of-type(246) .card__image {
    -webkit-transition-delay: 49.2s;
    -o-transition-delay: 49.2s;
    transition-delay: 49.2s;
}
.media .card:nth-of-type(247) .card__image {
    -webkit-transition-delay: 49.4s;
    -o-transition-delay: 49.4s;
    transition-delay: 49.4s;
}
.media .card:nth-of-type(248) .card__image {
    -webkit-transition-delay: 49.6s;
    -o-transition-delay: 49.6s;
    transition-delay: 49.6s;
}
.media .card:nth-of-type(249) .card__image {
    -webkit-transition-delay: 49.8s;
    -o-transition-delay: 49.8s;
    transition-delay: 49.8s;
}
.media .card:nth-of-type(250) .card__image {
    -webkit-transition-delay: 50s;
    -o-transition-delay: 50s;
    transition-delay: 50s;
}
.media .card:nth-of-type(251) .card__image {
    -webkit-transition-delay: 50.2s;
    -o-transition-delay: 50.2s;
    transition-delay: 50.2s;
}
.media .card:nth-of-type(252) .card__image {
    -webkit-transition-delay: 50.4s;
    -o-transition-delay: 50.4s;
    transition-delay: 50.4s;
}
.media .card:nth-of-type(253) .card__image {
    -webkit-transition-delay: 50.6s;
    -o-transition-delay: 50.6s;
    transition-delay: 50.6s;
}
.media .card:nth-of-type(254) .card__image {
    -webkit-transition-delay: 50.8s;
    -o-transition-delay: 50.8s;
    transition-delay: 50.8s;
}
.media .card:nth-of-type(255) .card__image {
    -webkit-transition-delay: 51s;
    -o-transition-delay: 51s;
    transition-delay: 51s;
}
.media .card:nth-of-type(256) .card__image {
    -webkit-transition-delay: 51.2s;
    -o-transition-delay: 51.2s;
    transition-delay: 51.2s;
}
.media .card:nth-of-type(257) .card__image {
    -webkit-transition-delay: 51.4s;
    -o-transition-delay: 51.4s;
    transition-delay: 51.4s;
}
.media .card:nth-of-type(258) .card__image {
    -webkit-transition-delay: 51.6s;
    -o-transition-delay: 51.6s;
    transition-delay: 51.6s;
}
.media .card:nth-of-type(259) .card__image {
    -webkit-transition-delay: 51.8s;
    -o-transition-delay: 51.8s;
    transition-delay: 51.8s;
}
.media .card:nth-of-type(260) .card__image {
    -webkit-transition-delay: 52s;
    -o-transition-delay: 52s;
    transition-delay: 52s;
}
.media .card:nth-of-type(261) .card__image {
    -webkit-transition-delay: 52.2s;
    -o-transition-delay: 52.2s;
    transition-delay: 52.2s;
}
.media .card:nth-of-type(262) .card__image {
    -webkit-transition-delay: 52.4s;
    -o-transition-delay: 52.4s;
    transition-delay: 52.4s;
}
.media .card:nth-of-type(263) .card__image {
    -webkit-transition-delay: 52.6s;
    -o-transition-delay: 52.6s;
    transition-delay: 52.6s;
}
.media .card:nth-of-type(264) .card__image {
    -webkit-transition-delay: 52.8s;
    -o-transition-delay: 52.8s;
    transition-delay: 52.8s;
}
.media .card:nth-of-type(265) .card__image {
    -webkit-transition-delay: 53s;
    -o-transition-delay: 53s;
    transition-delay: 53s;
}
.media .card:nth-of-type(266) .card__image {
    -webkit-transition-delay: 53.2s;
    -o-transition-delay: 53.2s;
    transition-delay: 53.2s;
}
.media .card:nth-of-type(267) .card__image {
    -webkit-transition-delay: 53.4s;
    -o-transition-delay: 53.4s;
    transition-delay: 53.4s;
}
.media .card:nth-of-type(268) .card__image {
    -webkit-transition-delay: 53.6s;
    -o-transition-delay: 53.6s;
    transition-delay: 53.6s;
}
.media .card:nth-of-type(269) .card__image {
    -webkit-transition-delay: 53.8s;
    -o-transition-delay: 53.8s;
    transition-delay: 53.8s;
}
.media .card:nth-of-type(270) .card__image {
    -webkit-transition-delay: 54s;
    -o-transition-delay: 54s;
    transition-delay: 54s;
}
.media .card:nth-of-type(271) .card__image {
    -webkit-transition-delay: 54.2s;
    -o-transition-delay: 54.2s;
    transition-delay: 54.2s;
}
.media .card:nth-of-type(272) .card__image {
    -webkit-transition-delay: 54.4s;
    -o-transition-delay: 54.4s;
    transition-delay: 54.4s;
}
.media .card:nth-of-type(273) .card__image {
    -webkit-transition-delay: 54.6s;
    -o-transition-delay: 54.6s;
    transition-delay: 54.6s;
}
.media .card:nth-of-type(274) .card__image {
    -webkit-transition-delay: 54.8s;
    -o-transition-delay: 54.8s;
    transition-delay: 54.8s;
}
.media .card:nth-of-type(275) .card__image {
    -webkit-transition-delay: 55s;
    -o-transition-delay: 55s;
    transition-delay: 55s;
}
.media .card:nth-of-type(276) .card__image {
    -webkit-transition-delay: 55.2s;
    -o-transition-delay: 55.2s;
    transition-delay: 55.2s;
}
.media .card:nth-of-type(277) .card__image {
    -webkit-transition-delay: 55.4s;
    -o-transition-delay: 55.4s;
    transition-delay: 55.4s;
}
.media .card:nth-of-type(278) .card__image {
    -webkit-transition-delay: 55.6s;
    -o-transition-delay: 55.6s;
    transition-delay: 55.6s;
}
.media .card:nth-of-type(279) .card__image {
    -webkit-transition-delay: 55.8s;
    -o-transition-delay: 55.8s;
    transition-delay: 55.8s;
}
.media .card:nth-of-type(280) .card__image {
    -webkit-transition-delay: 56s;
    -o-transition-delay: 56s;
    transition-delay: 56s;
}
.media .card:nth-of-type(281) .card__image {
    -webkit-transition-delay: 56.2s;
    -o-transition-delay: 56.2s;
    transition-delay: 56.2s;
}
.media .card:nth-of-type(282) .card__image {
    -webkit-transition-delay: 56.4s;
    -o-transition-delay: 56.4s;
    transition-delay: 56.4s;
}
.media .card:nth-of-type(283) .card__image {
    -webkit-transition-delay: 56.6s;
    -o-transition-delay: 56.6s;
    transition-delay: 56.6s;
}
.media .card:nth-of-type(284) .card__image {
    -webkit-transition-delay: 56.8s;
    -o-transition-delay: 56.8s;
    transition-delay: 56.8s;
}
.media .card:nth-of-type(285) .card__image {
    -webkit-transition-delay: 57s;
    -o-transition-delay: 57s;
    transition-delay: 57s;
}
.media .card:nth-of-type(286) .card__image {
    -webkit-transition-delay: 57.2s;
    -o-transition-delay: 57.2s;
    transition-delay: 57.2s;
}
.media .card:nth-of-type(287) .card__image {
    -webkit-transition-delay: 57.4s;
    -o-transition-delay: 57.4s;
    transition-delay: 57.4s;
}
.media .card:nth-of-type(288) .card__image {
    -webkit-transition-delay: 57.6s;
    -o-transition-delay: 57.6s;
    transition-delay: 57.6s;
}
.media .card:nth-of-type(289) .card__image {
    -webkit-transition-delay: 57.8s;
    -o-transition-delay: 57.8s;
    transition-delay: 57.8s;
}
.media .card:nth-of-type(290) .card__image {
    -webkit-transition-delay: 58s;
    -o-transition-delay: 58s;
    transition-delay: 58s;
}
.media .card:nth-of-type(291) .card__image {
    -webkit-transition-delay: 58.2s;
    -o-transition-delay: 58.2s;
    transition-delay: 58.2s;
}
.media .card:nth-of-type(292) .card__image {
    -webkit-transition-delay: 58.4s;
    -o-transition-delay: 58.4s;
    transition-delay: 58.4s;
}
.media .card:nth-of-type(293) .card__image {
    -webkit-transition-delay: 58.6s;
    -o-transition-delay: 58.6s;
    transition-delay: 58.6s;
}
.media .card:nth-of-type(294) .card__image {
    -webkit-transition-delay: 58.8s;
    -o-transition-delay: 58.8s;
    transition-delay: 58.8s;
}
.media .card:nth-of-type(295) .card__image {
    -webkit-transition-delay: 59s;
    -o-transition-delay: 59s;
    transition-delay: 59s;
}
.media .card:nth-of-type(296) .card__image {
    -webkit-transition-delay: 59.2s;
    -o-transition-delay: 59.2s;
    transition-delay: 59.2s;
}
.media .card:nth-of-type(297) .card__image {
    -webkit-transition-delay: 59.4s;
    -o-transition-delay: 59.4s;
    transition-delay: 59.4s;
}
.media .card:nth-of-type(298) .card__image {
    -webkit-transition-delay: 59.6s;
    -o-transition-delay: 59.6s;
    transition-delay: 59.6s;
}
.media .card:nth-of-type(299) .card__image {
    -webkit-transition-delay: 59.8s;
    -o-transition-delay: 59.8s;
    transition-delay: 59.8s;
}
.media .card:nth-of-type(300) .card__image {
    -webkit-transition-delay: 60s;
    -o-transition-delay: 60s;
    transition-delay: 60s;
}
.media .card:nth-of-type(301) .card__image {
    -webkit-transition-delay: 60.2s;
    -o-transition-delay: 60.2s;
    transition-delay: 60.2s;
}
.media .card:nth-of-type(302) .card__image {
    -webkit-transition-delay: 60.4s;
    -o-transition-delay: 60.4s;
    transition-delay: 60.4s;
}
.media .card:nth-of-type(303) .card__image {
    -webkit-transition-delay: 60.6s;
    -o-transition-delay: 60.6s;
    transition-delay: 60.6s;
}
.media .card:nth-of-type(304) .card__image {
    -webkit-transition-delay: 60.8s;
    -o-transition-delay: 60.8s;
    transition-delay: 60.8s;
}
.media .card:nth-of-type(305) .card__image {
    -webkit-transition-delay: 61s;
    -o-transition-delay: 61s;
    transition-delay: 61s;
}
.media .card:nth-of-type(306) .card__image {
    -webkit-transition-delay: 61.2s;
    -o-transition-delay: 61.2s;
    transition-delay: 61.2s;
}
.media .card:nth-of-type(307) .card__image {
    -webkit-transition-delay: 61.4s;
    -o-transition-delay: 61.4s;
    transition-delay: 61.4s;
}
.media .card:nth-of-type(308) .card__image {
    -webkit-transition-delay: 61.6s;
    -o-transition-delay: 61.6s;
    transition-delay: 61.6s;
}
.media .card:nth-of-type(309) .card__image {
    -webkit-transition-delay: 61.8s;
    -o-transition-delay: 61.8s;
    transition-delay: 61.8s;
}
.media .card:nth-of-type(310) .card__image {
    -webkit-transition-delay: 62s;
    -o-transition-delay: 62s;
    transition-delay: 62s;
}
.media .card:nth-of-type(311) .card__image {
    -webkit-transition-delay: 62.2s;
    -o-transition-delay: 62.2s;
    transition-delay: 62.2s;
}
.media .card:nth-of-type(312) .card__image {
    -webkit-transition-delay: 62.4s;
    -o-transition-delay: 62.4s;
    transition-delay: 62.4s;
}
.media .card:nth-of-type(313) .card__image {
    -webkit-transition-delay: 62.6s;
    -o-transition-delay: 62.6s;
    transition-delay: 62.6s;
}
.media .card:nth-of-type(314) .card__image {
    -webkit-transition-delay: 62.8s;
    -o-transition-delay: 62.8s;
    transition-delay: 62.8s;
}
.media .card:nth-of-type(315) .card__image {
    -webkit-transition-delay: 63s;
    -o-transition-delay: 63s;
    transition-delay: 63s;
}
.media .card:nth-of-type(316) .card__image {
    -webkit-transition-delay: 63.2s;
    -o-transition-delay: 63.2s;
    transition-delay: 63.2s;
}
.media .card:nth-of-type(317) .card__image {
    -webkit-transition-delay: 63.4s;
    -o-transition-delay: 63.4s;
    transition-delay: 63.4s;
}
.media .card:nth-of-type(318) .card__image {
    -webkit-transition-delay: 63.6s;
    -o-transition-delay: 63.6s;
    transition-delay: 63.6s;
}
.media .card:nth-of-type(319) .card__image {
    -webkit-transition-delay: 63.8s;
    -o-transition-delay: 63.8s;
    transition-delay: 63.8s;
}
.media .card:nth-of-type(320) .card__image {
    -webkit-transition-delay: 64s;
    -o-transition-delay: 64s;
    transition-delay: 64s;
}
.media .card:nth-of-type(321) .card__image {
    -webkit-transition-delay: 64.2s;
    -o-transition-delay: 64.2s;
    transition-delay: 64.2s;
}
.media .card:nth-of-type(322) .card__image {
    -webkit-transition-delay: 64.4s;
    -o-transition-delay: 64.4s;
    transition-delay: 64.4s;
}
.media .card:nth-of-type(323) .card__image {
    -webkit-transition-delay: 64.6s;
    -o-transition-delay: 64.6s;
    transition-delay: 64.6s;
}
.media .card:nth-of-type(324) .card__image {
    -webkit-transition-delay: 64.8s;
    -o-transition-delay: 64.8s;
    transition-delay: 64.8s;
}
.media .card:nth-of-type(325) .card__image {
    -webkit-transition-delay: 65s;
    -o-transition-delay: 65s;
    transition-delay: 65s;
}
.media .card:nth-of-type(326) .card__image {
    -webkit-transition-delay: 65.2s;
    -o-transition-delay: 65.2s;
    transition-delay: 65.2s;
}
.media .card:nth-of-type(327) .card__image {
    -webkit-transition-delay: 65.4s;
    -o-transition-delay: 65.4s;
    transition-delay: 65.4s;
}
.media .card:nth-of-type(328) .card__image {
    -webkit-transition-delay: 65.6s;
    -o-transition-delay: 65.6s;
    transition-delay: 65.6s;
}
.media .card:nth-of-type(329) .card__image {
    -webkit-transition-delay: 65.8s;
    -o-transition-delay: 65.8s;
    transition-delay: 65.8s;
}
.media .card:nth-of-type(330) .card__image {
    -webkit-transition-delay: 66s;
    -o-transition-delay: 66s;
    transition-delay: 66s;
}
.media .card:nth-of-type(331) .card__image {
    -webkit-transition-delay: 66.2s;
    -o-transition-delay: 66.2s;
    transition-delay: 66.2s;
}
.media .card:nth-of-type(332) .card__image {
    -webkit-transition-delay: 66.4s;
    -o-transition-delay: 66.4s;
    transition-delay: 66.4s;
}
.media .card:nth-of-type(333) .card__image {
    -webkit-transition-delay: 66.6s;
    -o-transition-delay: 66.6s;
    transition-delay: 66.6s;
}
.media .card:nth-of-type(334) .card__image {
    -webkit-transition-delay: 66.8s;
    -o-transition-delay: 66.8s;
    transition-delay: 66.8s;
}
.media .card:nth-of-type(335) .card__image {
    -webkit-transition-delay: 67s;
    -o-transition-delay: 67s;
    transition-delay: 67s;
}
.media .card:nth-of-type(336) .card__image {
    -webkit-transition-delay: 67.2s;
    -o-transition-delay: 67.2s;
    transition-delay: 67.2s;
}
.media .card:nth-of-type(337) .card__image {
    -webkit-transition-delay: 67.4s;
    -o-transition-delay: 67.4s;
    transition-delay: 67.4s;
}
.media .card:nth-of-type(338) .card__image {
    -webkit-transition-delay: 67.6s;
    -o-transition-delay: 67.6s;
    transition-delay: 67.6s;
}
.media .card:nth-of-type(339) .card__image {
    -webkit-transition-delay: 67.8s;
    -o-transition-delay: 67.8s;
    transition-delay: 67.8s;
}
.media .card:nth-of-type(340) .card__image {
    -webkit-transition-delay: 68s;
    -o-transition-delay: 68s;
    transition-delay: 68s;
}
.media .card:nth-of-type(341) .card__image {
    -webkit-transition-delay: 68.2s;
    -o-transition-delay: 68.2s;
    transition-delay: 68.2s;
}
.media .card:nth-of-type(342) .card__image {
    -webkit-transition-delay: 68.4s;
    -o-transition-delay: 68.4s;
    transition-delay: 68.4s;
}
.media .card:nth-of-type(343) .card__image {
    -webkit-transition-delay: 68.6s;
    -o-transition-delay: 68.6s;
    transition-delay: 68.6s;
}
.media .card:nth-of-type(344) .card__image {
    -webkit-transition-delay: 68.8s;
    -o-transition-delay: 68.8s;
    transition-delay: 68.8s;
}
.media .card:nth-of-type(345) .card__image {
    -webkit-transition-delay: 69s;
    -o-transition-delay: 69s;
    transition-delay: 69s;
}
.media .card:nth-of-type(346) .card__image {
    -webkit-transition-delay: 69.2s;
    -o-transition-delay: 69.2s;
    transition-delay: 69.2s;
}
.media .card:nth-of-type(347) .card__image {
    -webkit-transition-delay: 69.4s;
    -o-transition-delay: 69.4s;
    transition-delay: 69.4s;
}
.media .card:nth-of-type(348) .card__image {
    -webkit-transition-delay: 69.6s;
    -o-transition-delay: 69.6s;
    transition-delay: 69.6s;
}
.media .card:nth-of-type(349) .card__image {
    -webkit-transition-delay: 69.8s;
    -o-transition-delay: 69.8s;
    transition-delay: 69.8s;
}
.media .card:nth-of-type(350) .card__image {
    -webkit-transition-delay: 70s;
    -o-transition-delay: 70s;
    transition-delay: 70s;
}
.media .card:nth-of-type(351) .card__image {
    -webkit-transition-delay: 70.2s;
    -o-transition-delay: 70.2s;
    transition-delay: 70.2s;
}
.media .card:nth-of-type(352) .card__image {
    -webkit-transition-delay: 70.4s;
    -o-transition-delay: 70.4s;
    transition-delay: 70.4s;
}
.media .card:nth-of-type(353) .card__image {
    -webkit-transition-delay: 70.6s;
    -o-transition-delay: 70.6s;
    transition-delay: 70.6s;
}
.media .card:nth-of-type(354) .card__image {
    -webkit-transition-delay: 70.8s;
    -o-transition-delay: 70.8s;
    transition-delay: 70.8s;
}
.media .card:nth-of-type(355) .card__image {
    -webkit-transition-delay: 71s;
    -o-transition-delay: 71s;
    transition-delay: 71s;
}
.media .card:nth-of-type(356) .card__image {
    -webkit-transition-delay: 71.2s;
    -o-transition-delay: 71.2s;
    transition-delay: 71.2s;
}
.media .card:nth-of-type(357) .card__image {
    -webkit-transition-delay: 71.4s;
    -o-transition-delay: 71.4s;
    transition-delay: 71.4s;
}
.media .card:nth-of-type(358) .card__image {
    -webkit-transition-delay: 71.6s;
    -o-transition-delay: 71.6s;
    transition-delay: 71.6s;
}
.media .card:nth-of-type(359) .card__image {
    -webkit-transition-delay: 71.8s;
    -o-transition-delay: 71.8s;
    transition-delay: 71.8s;
}
.media .card:nth-of-type(360) .card__image {
    -webkit-transition-delay: 72s;
    -o-transition-delay: 72s;
    transition-delay: 72s;
}
.media .card:nth-of-type(361) .card__image {
    -webkit-transition-delay: 72.2s;
    -o-transition-delay: 72.2s;
    transition-delay: 72.2s;
}
.media .card:nth-of-type(362) .card__image {
    -webkit-transition-delay: 72.4s;
    -o-transition-delay: 72.4s;
    transition-delay: 72.4s;
}
.media .card:nth-of-type(363) .card__image {
    -webkit-transition-delay: 72.6s;
    -o-transition-delay: 72.6s;
    transition-delay: 72.6s;
}
.media .card:nth-of-type(364) .card__image {
    -webkit-transition-delay: 72.8s;
    -o-transition-delay: 72.8s;
    transition-delay: 72.8s;
}
.media .card:nth-of-type(365) .card__image {
    -webkit-transition-delay: 73s;
    -o-transition-delay: 73s;
    transition-delay: 73s;
}
.media .card:nth-of-type(366) .card__image {
    -webkit-transition-delay: 73.2s;
    -o-transition-delay: 73.2s;
    transition-delay: 73.2s;
}
.media .card:nth-of-type(367) .card__image {
    -webkit-transition-delay: 73.4s;
    -o-transition-delay: 73.4s;
    transition-delay: 73.4s;
}
.media .card:nth-of-type(368) .card__image {
    -webkit-transition-delay: 73.6s;
    -o-transition-delay: 73.6s;
    transition-delay: 73.6s;
}
.media .card:nth-of-type(369) .card__image {
    -webkit-transition-delay: 73.8s;
    -o-transition-delay: 73.8s;
    transition-delay: 73.8s;
}
.media .card:nth-of-type(370) .card__image {
    -webkit-transition-delay: 74s;
    -o-transition-delay: 74s;
    transition-delay: 74s;
}
.media .card:nth-of-type(371) .card__image {
    -webkit-transition-delay: 74.2s;
    -o-transition-delay: 74.2s;
    transition-delay: 74.2s;
}
.media .card:nth-of-type(372) .card__image {
    -webkit-transition-delay: 74.4s;
    -o-transition-delay: 74.4s;
    transition-delay: 74.4s;
}
.media .card:nth-of-type(373) .card__image {
    -webkit-transition-delay: 74.6s;
    -o-transition-delay: 74.6s;
    transition-delay: 74.6s;
}
.media .card:nth-of-type(374) .card__image {
    -webkit-transition-delay: 74.8s;
    -o-transition-delay: 74.8s;
    transition-delay: 74.8s;
}
.media .card:nth-of-type(375) .card__image {
    -webkit-transition-delay: 75s;
    -o-transition-delay: 75s;
    transition-delay: 75s;
}
.media .card:nth-of-type(376) .card__image {
    -webkit-transition-delay: 75.2s;
    -o-transition-delay: 75.2s;
    transition-delay: 75.2s;
}
.media .card:nth-of-type(377) .card__image {
    -webkit-transition-delay: 75.4s;
    -o-transition-delay: 75.4s;
    transition-delay: 75.4s;
}
.media .card:nth-of-type(378) .card__image {
    -webkit-transition-delay: 75.6s;
    -o-transition-delay: 75.6s;
    transition-delay: 75.6s;
}
.media .card:nth-of-type(379) .card__image {
    -webkit-transition-delay: 75.8s;
    -o-transition-delay: 75.8s;
    transition-delay: 75.8s;
}
.media .card:nth-of-type(380) .card__image {
    -webkit-transition-delay: 76s;
    -o-transition-delay: 76s;
    transition-delay: 76s;
}
.media .card:nth-of-type(381) .card__image {
    -webkit-transition-delay: 76.2s;
    -o-transition-delay: 76.2s;
    transition-delay: 76.2s;
}
.media .card:nth-of-type(382) .card__image {
    -webkit-transition-delay: 76.4s;
    -o-transition-delay: 76.4s;
    transition-delay: 76.4s;
}
.media .card:nth-of-type(383) .card__image {
    -webkit-transition-delay: 76.6s;
    -o-transition-delay: 76.6s;
    transition-delay: 76.6s;
}
.media .card:nth-of-type(384) .card__image {
    -webkit-transition-delay: 76.8s;
    -o-transition-delay: 76.8s;
    transition-delay: 76.8s;
}
.media .card:nth-of-type(385) .card__image {
    -webkit-transition-delay: 77s;
    -o-transition-delay: 77s;
    transition-delay: 77s;
}
.media .card:nth-of-type(386) .card__image {
    -webkit-transition-delay: 77.2s;
    -o-transition-delay: 77.2s;
    transition-delay: 77.2s;
}
.media .card:nth-of-type(387) .card__image {
    -webkit-transition-delay: 77.4s;
    -o-transition-delay: 77.4s;
    transition-delay: 77.4s;
}
.media .card:nth-of-type(388) .card__image {
    -webkit-transition-delay: 77.6s;
    -o-transition-delay: 77.6s;
    transition-delay: 77.6s;
}
.media .card:nth-of-type(389) .card__image {
    -webkit-transition-delay: 77.8s;
    -o-transition-delay: 77.8s;
    transition-delay: 77.8s;
}
.media .card:nth-of-type(390) .card__image {
    -webkit-transition-delay: 78s;
    -o-transition-delay: 78s;
    transition-delay: 78s;
}
.media .card:nth-of-type(391) .card__image {
    -webkit-transition-delay: 78.2s;
    -o-transition-delay: 78.2s;
    transition-delay: 78.2s;
}
.media .card:nth-of-type(392) .card__image {
    -webkit-transition-delay: 78.4s;
    -o-transition-delay: 78.4s;
    transition-delay: 78.4s;
}
.media .card:nth-of-type(393) .card__image {
    -webkit-transition-delay: 78.6s;
    -o-transition-delay: 78.6s;
    transition-delay: 78.6s;
}
.media .card:nth-of-type(394) .card__image {
    -webkit-transition-delay: 78.8s;
    -o-transition-delay: 78.8s;
    transition-delay: 78.8s;
}
.media .card:nth-of-type(395) .card__image {
    -webkit-transition-delay: 79s;
    -o-transition-delay: 79s;
    transition-delay: 79s;
}
.media .card:nth-of-type(396) .card__image {
    -webkit-transition-delay: 79.2s;
    -o-transition-delay: 79.2s;
    transition-delay: 79.2s;
}
.media .card:nth-of-type(397) .card__image {
    -webkit-transition-delay: 79.4s;
    -o-transition-delay: 79.4s;
    transition-delay: 79.4s;
}
.media .card:nth-of-type(398) .card__image {
    -webkit-transition-delay: 79.6s;
    -o-transition-delay: 79.6s;
    transition-delay: 79.6s;
}
.media .card:nth-of-type(399) .card__image {
    -webkit-transition-delay: 79.8s;
    -o-transition-delay: 79.8s;
    transition-delay: 79.8s;
}
.media .card:nth-of-type(400) .card__image {
    -webkit-transition-delay: 80s;
    -o-transition-delay: 80s;
    transition-delay: 80s;
}
.media .card:nth-of-type(401) .card__image {
    -webkit-transition-delay: 80.2s;
    -o-transition-delay: 80.2s;
    transition-delay: 80.2s;
}
.media .card:nth-of-type(402) .card__image {
    -webkit-transition-delay: 80.4s;
    -o-transition-delay: 80.4s;
    transition-delay: 80.4s;
}
.media .card:nth-of-type(403) .card__image {
    -webkit-transition-delay: 80.6s;
    -o-transition-delay: 80.6s;
    transition-delay: 80.6s;
}
.media .card:nth-of-type(404) .card__image {
    -webkit-transition-delay: 80.8s;
    -o-transition-delay: 80.8s;
    transition-delay: 80.8s;
}
.media .card:nth-of-type(405) .card__image {
    -webkit-transition-delay: 81s;
    -o-transition-delay: 81s;
    transition-delay: 81s;
}
.media .card:nth-of-type(406) .card__image {
    -webkit-transition-delay: 81.2s;
    -o-transition-delay: 81.2s;
    transition-delay: 81.2s;
}
.media .card:nth-of-type(407) .card__image {
    -webkit-transition-delay: 81.4s;
    -o-transition-delay: 81.4s;
    transition-delay: 81.4s;
}
.media .card:nth-of-type(408) .card__image {
    -webkit-transition-delay: 81.6s;
    -o-transition-delay: 81.6s;
    transition-delay: 81.6s;
}
.media .card:nth-of-type(409) .card__image {
    -webkit-transition-delay: 81.8s;
    -o-transition-delay: 81.8s;
    transition-delay: 81.8s;
}
.media .card:nth-of-type(410) .card__image {
    -webkit-transition-delay: 82s;
    -o-transition-delay: 82s;
    transition-delay: 82s;
}
.media .card:nth-of-type(411) .card__image {
    -webkit-transition-delay: 82.2s;
    -o-transition-delay: 82.2s;
    transition-delay: 82.2s;
}
.media .card:nth-of-type(412) .card__image {
    -webkit-transition-delay: 82.4s;
    -o-transition-delay: 82.4s;
    transition-delay: 82.4s;
}
.media .card:nth-of-type(413) .card__image {
    -webkit-transition-delay: 82.6s;
    -o-transition-delay: 82.6s;
    transition-delay: 82.6s;
}
.media .card:nth-of-type(414) .card__image {
    -webkit-transition-delay: 82.8s;
    -o-transition-delay: 82.8s;
    transition-delay: 82.8s;
}
.media .card:nth-of-type(415) .card__image {
    -webkit-transition-delay: 83s;
    -o-transition-delay: 83s;
    transition-delay: 83s;
}
.media .card:nth-of-type(416) .card__image {
    -webkit-transition-delay: 83.2s;
    -o-transition-delay: 83.2s;
    transition-delay: 83.2s;
}
.media .card:nth-of-type(417) .card__image {
    -webkit-transition-delay: 83.4s;
    -o-transition-delay: 83.4s;
    transition-delay: 83.4s;
}
.media .card:nth-of-type(418) .card__image {
    -webkit-transition-delay: 83.6s;
    -o-transition-delay: 83.6s;
    transition-delay: 83.6s;
}
.media .card:nth-of-type(419) .card__image {
    -webkit-transition-delay: 83.8s;
    -o-transition-delay: 83.8s;
    transition-delay: 83.8s;
}
.media .card:nth-of-type(420) .card__image {
    -webkit-transition-delay: 84s;
    -o-transition-delay: 84s;
    transition-delay: 84s;
}
.media .card:nth-of-type(421) .card__image {
    -webkit-transition-delay: 84.2s;
    -o-transition-delay: 84.2s;
    transition-delay: 84.2s;
}
.media .card:nth-of-type(422) .card__image {
    -webkit-transition-delay: 84.4s;
    -o-transition-delay: 84.4s;
    transition-delay: 84.4s;
}
.media .card:nth-of-type(423) .card__image {
    -webkit-transition-delay: 84.6s;
    -o-transition-delay: 84.6s;
    transition-delay: 84.6s;
}
.media .card:nth-of-type(424) .card__image {
    -webkit-transition-delay: 84.8s;
    -o-transition-delay: 84.8s;
    transition-delay: 84.8s;
}
.media .card:nth-of-type(425) .card__image {
    -webkit-transition-delay: 85s;
    -o-transition-delay: 85s;
    transition-delay: 85s;
}
.media .card:nth-of-type(426) .card__image {
    -webkit-transition-delay: 85.2s;
    -o-transition-delay: 85.2s;
    transition-delay: 85.2s;
}
.media .card:nth-of-type(427) .card__image {
    -webkit-transition-delay: 85.4s;
    -o-transition-delay: 85.4s;
    transition-delay: 85.4s;
}
.media .card:nth-of-type(428) .card__image {
    -webkit-transition-delay: 85.6s;
    -o-transition-delay: 85.6s;
    transition-delay: 85.6s;
}
.media .card:nth-of-type(429) .card__image {
    -webkit-transition-delay: 85.8s;
    -o-transition-delay: 85.8s;
    transition-delay: 85.8s;
}
.media .card:nth-of-type(430) .card__image {
    -webkit-transition-delay: 86s;
    -o-transition-delay: 86s;
    transition-delay: 86s;
}
.media .card:nth-of-type(431) .card__image {
    -webkit-transition-delay: 86.2s;
    -o-transition-delay: 86.2s;
    transition-delay: 86.2s;
}
.media .card:nth-of-type(432) .card__image {
    -webkit-transition-delay: 86.4s;
    -o-transition-delay: 86.4s;
    transition-delay: 86.4s;
}
.media .card:nth-of-type(433) .card__image {
    -webkit-transition-delay: 86.6s;
    -o-transition-delay: 86.6s;
    transition-delay: 86.6s;
}
.media .card:nth-of-type(434) .card__image {
    -webkit-transition-delay: 86.8s;
    -o-transition-delay: 86.8s;
    transition-delay: 86.8s;
}
.media .card:nth-of-type(435) .card__image {
    -webkit-transition-delay: 87s;
    -o-transition-delay: 87s;
    transition-delay: 87s;
}
.media .card:nth-of-type(436) .card__image {
    -webkit-transition-delay: 87.2s;
    -o-transition-delay: 87.2s;
    transition-delay: 87.2s;
}
.media .card:nth-of-type(437) .card__image {
    -webkit-transition-delay: 87.4s;
    -o-transition-delay: 87.4s;
    transition-delay: 87.4s;
}
.media .card:nth-of-type(438) .card__image {
    -webkit-transition-delay: 87.6s;
    -o-transition-delay: 87.6s;
    transition-delay: 87.6s;
}
.media .card:nth-of-type(439) .card__image {
    -webkit-transition-delay: 87.8s;
    -o-transition-delay: 87.8s;
    transition-delay: 87.8s;
}
.media .card:nth-of-type(440) .card__image {
    -webkit-transition-delay: 88s;
    -o-transition-delay: 88s;
    transition-delay: 88s;
}
.media .card:nth-of-type(441) .card__image {
    -webkit-transition-delay: 88.2s;
    -o-transition-delay: 88.2s;
    transition-delay: 88.2s;
}
.media .card:nth-of-type(442) .card__image {
    -webkit-transition-delay: 88.4s;
    -o-transition-delay: 88.4s;
    transition-delay: 88.4s;
}
.media .card:nth-of-type(443) .card__image {
    -webkit-transition-delay: 88.6s;
    -o-transition-delay: 88.6s;
    transition-delay: 88.6s;
}
.media .card:nth-of-type(444) .card__image {
    -webkit-transition-delay: 88.8s;
    -o-transition-delay: 88.8s;
    transition-delay: 88.8s;
}
.media .card:nth-of-type(445) .card__image {
    -webkit-transition-delay: 89s;
    -o-transition-delay: 89s;
    transition-delay: 89s;
}
.media .card:nth-of-type(446) .card__image {
    -webkit-transition-delay: 89.2s;
    -o-transition-delay: 89.2s;
    transition-delay: 89.2s;
}
.media .card:nth-of-type(447) .card__image {
    -webkit-transition-delay: 89.4s;
    -o-transition-delay: 89.4s;
    transition-delay: 89.4s;
}
.media .card:nth-of-type(448) .card__image {
    -webkit-transition-delay: 89.6s;
    -o-transition-delay: 89.6s;
    transition-delay: 89.6s;
}
.media .card:nth-of-type(449) .card__image {
    -webkit-transition-delay: 89.8s;
    -o-transition-delay: 89.8s;
    transition-delay: 89.8s;
}
.media .card:nth-of-type(450) .card__image {
    -webkit-transition-delay: 90s;
    -o-transition-delay: 90s;
    transition-delay: 90s;
}
.media .card:nth-of-type(451) .card__image {
    -webkit-transition-delay: 90.2s;
    -o-transition-delay: 90.2s;
    transition-delay: 90.2s;
}
.media .card:nth-of-type(452) .card__image {
    -webkit-transition-delay: 90.4s;
    -o-transition-delay: 90.4s;
    transition-delay: 90.4s;
}
.media .card:nth-of-type(453) .card__image {
    -webkit-transition-delay: 90.6s;
    -o-transition-delay: 90.6s;
    transition-delay: 90.6s;
}
.media .card:nth-of-type(454) .card__image {
    -webkit-transition-delay: 90.8s;
    -o-transition-delay: 90.8s;
    transition-delay: 90.8s;
}
.media .card:nth-of-type(455) .card__image {
    -webkit-transition-delay: 91s;
    -o-transition-delay: 91s;
    transition-delay: 91s;
}
.media .card:nth-of-type(456) .card__image {
    -webkit-transition-delay: 91.2s;
    -o-transition-delay: 91.2s;
    transition-delay: 91.2s;
}
.media .card:nth-of-type(457) .card__image {
    -webkit-transition-delay: 91.4s;
    -o-transition-delay: 91.4s;
    transition-delay: 91.4s;
}
.media .card:nth-of-type(458) .card__image {
    -webkit-transition-delay: 91.6s;
    -o-transition-delay: 91.6s;
    transition-delay: 91.6s;
}
.media .card:nth-of-type(459) .card__image {
    -webkit-transition-delay: 91.8s;
    -o-transition-delay: 91.8s;
    transition-delay: 91.8s;
}
.media .card:nth-of-type(460) .card__image {
    -webkit-transition-delay: 92s;
    -o-transition-delay: 92s;
    transition-delay: 92s;
}
.media .card:nth-of-type(461) .card__image {
    -webkit-transition-delay: 92.2s;
    -o-transition-delay: 92.2s;
    transition-delay: 92.2s;
}
.media .card:nth-of-type(462) .card__image {
    -webkit-transition-delay: 92.4s;
    -o-transition-delay: 92.4s;
    transition-delay: 92.4s;
}
.media .card:nth-of-type(463) .card__image {
    -webkit-transition-delay: 92.6s;
    -o-transition-delay: 92.6s;
    transition-delay: 92.6s;
}
.media .card:nth-of-type(464) .card__image {
    -webkit-transition-delay: 92.8s;
    -o-transition-delay: 92.8s;
    transition-delay: 92.8s;
}
.media .card:nth-of-type(465) .card__image {
    -webkit-transition-delay: 93s;
    -o-transition-delay: 93s;
    transition-delay: 93s;
}
.media .card:nth-of-type(466) .card__image {
    -webkit-transition-delay: 93.2s;
    -o-transition-delay: 93.2s;
    transition-delay: 93.2s;
}
.media .card:nth-of-type(467) .card__image {
    -webkit-transition-delay: 93.4s;
    -o-transition-delay: 93.4s;
    transition-delay: 93.4s;
}
.media .card:nth-of-type(468) .card__image {
    -webkit-transition-delay: 93.6s;
    -o-transition-delay: 93.6s;
    transition-delay: 93.6s;
}
.media .card:nth-of-type(469) .card__image {
    -webkit-transition-delay: 93.8s;
    -o-transition-delay: 93.8s;
    transition-delay: 93.8s;
}
.media .card:nth-of-type(470) .card__image {
    -webkit-transition-delay: 94s;
    -o-transition-delay: 94s;
    transition-delay: 94s;
}
.media .card:nth-of-type(471) .card__image {
    -webkit-transition-delay: 94.2s;
    -o-transition-delay: 94.2s;
    transition-delay: 94.2s;
}
.media .card:nth-of-type(472) .card__image {
    -webkit-transition-delay: 94.4s;
    -o-transition-delay: 94.4s;
    transition-delay: 94.4s;
}
.media .card:nth-of-type(473) .card__image {
    -webkit-transition-delay: 94.6s;
    -o-transition-delay: 94.6s;
    transition-delay: 94.6s;
}
.media .card:nth-of-type(474) .card__image {
    -webkit-transition-delay: 94.8s;
    -o-transition-delay: 94.8s;
    transition-delay: 94.8s;
}
.media .card:nth-of-type(475) .card__image {
    -webkit-transition-delay: 95s;
    -o-transition-delay: 95s;
    transition-delay: 95s;
}
.media .card:nth-of-type(476) .card__image {
    -webkit-transition-delay: 95.2s;
    -o-transition-delay: 95.2s;
    transition-delay: 95.2s;
}
.media .card:nth-of-type(477) .card__image {
    -webkit-transition-delay: 95.4s;
    -o-transition-delay: 95.4s;
    transition-delay: 95.4s;
}
.media .card:nth-of-type(478) .card__image {
    -webkit-transition-delay: 95.6s;
    -o-transition-delay: 95.6s;
    transition-delay: 95.6s;
}
.media .card:nth-of-type(479) .card__image {
    -webkit-transition-delay: 95.8s;
    -o-transition-delay: 95.8s;
    transition-delay: 95.8s;
}
.media .card:nth-of-type(480) .card__image {
    -webkit-transition-delay: 96s;
    -o-transition-delay: 96s;
    transition-delay: 96s;
}
.media .card:nth-of-type(481) .card__image {
    -webkit-transition-delay: 96.2s;
    -o-transition-delay: 96.2s;
    transition-delay: 96.2s;
}
.media .card:nth-of-type(482) .card__image {
    -webkit-transition-delay: 96.4s;
    -o-transition-delay: 96.4s;
    transition-delay: 96.4s;
}
.media .card:nth-of-type(483) .card__image {
    -webkit-transition-delay: 96.6s;
    -o-transition-delay: 96.6s;
    transition-delay: 96.6s;
}
.media .card:nth-of-type(484) .card__image {
    -webkit-transition-delay: 96.8s;
    -o-transition-delay: 96.8s;
    transition-delay: 96.8s;
}
.media .card:nth-of-type(485) .card__image {
    -webkit-transition-delay: 97s;
    -o-transition-delay: 97s;
    transition-delay: 97s;
}
.media .card:nth-of-type(486) .card__image {
    -webkit-transition-delay: 97.2s;
    -o-transition-delay: 97.2s;
    transition-delay: 97.2s;
}
.media .card:nth-of-type(487) .card__image {
    -webkit-transition-delay: 97.4s;
    -o-transition-delay: 97.4s;
    transition-delay: 97.4s;
}
.media .card:nth-of-type(488) .card__image {
    -webkit-transition-delay: 97.6s;
    -o-transition-delay: 97.6s;
    transition-delay: 97.6s;
}
.media .card:nth-of-type(489) .card__image {
    -webkit-transition-delay: 97.8s;
    -o-transition-delay: 97.8s;
    transition-delay: 97.8s;
}
.media .card:nth-of-type(490) .card__image {
    -webkit-transition-delay: 98s;
    -o-transition-delay: 98s;
    transition-delay: 98s;
}
.media .card:nth-of-type(491) .card__image {
    -webkit-transition-delay: 98.2s;
    -o-transition-delay: 98.2s;
    transition-delay: 98.2s;
}
.media .card:nth-of-type(492) .card__image {
    -webkit-transition-delay: 98.4s;
    -o-transition-delay: 98.4s;
    transition-delay: 98.4s;
}
.media .card:nth-of-type(493) .card__image {
    -webkit-transition-delay: 98.6s;
    -o-transition-delay: 98.6s;
    transition-delay: 98.6s;
}
.media .card:nth-of-type(494) .card__image {
    -webkit-transition-delay: 98.8s;
    -o-transition-delay: 98.8s;
    transition-delay: 98.8s;
}
.media .card:nth-of-type(495) .card__image {
    -webkit-transition-delay: 99s;
    -o-transition-delay: 99s;
    transition-delay: 99s;
}
.media .card:nth-of-type(496) .card__image {
    -webkit-transition-delay: 99.2s;
    -o-transition-delay: 99.2s;
    transition-delay: 99.2s;
}
.media .card:nth-of-type(497) .card__image {
    -webkit-transition-delay: 99.4s;
    -o-transition-delay: 99.4s;
    transition-delay: 99.4s;
}
.media .card:nth-of-type(498) .card__image {
    -webkit-transition-delay: 99.6s;
    -o-transition-delay: 99.6s;
    transition-delay: 99.6s;
}
.media .card:nth-of-type(499) .card__image {
    -webkit-transition-delay: 99.8s;
    -o-transition-delay: 99.8s;
    transition-delay: 99.8s;
}
.media .card:nth-of-type(500) .card__image {
    -webkit-transition-delay: 100s;
    -o-transition-delay: 100s;
    transition-delay: 100s;
}
.media .card:nth-of-type(501) .card__image {
    -webkit-transition-delay: 100.2s;
    -o-transition-delay: 100.2s;
    transition-delay: 100.2s;
}
.media .card:nth-of-type(502) .card__image {
    -webkit-transition-delay: 100.4s;
    -o-transition-delay: 100.4s;
    transition-delay: 100.4s;
}
.media .card:nth-of-type(503) .card__image {
    -webkit-transition-delay: 100.6s;
    -o-transition-delay: 100.6s;
    transition-delay: 100.6s;
}
.media .card:nth-of-type(504) .card__image {
    -webkit-transition-delay: 100.8s;
    -o-transition-delay: 100.8s;
    transition-delay: 100.8s;
}
.media .card:nth-of-type(505) .card__image {
    -webkit-transition-delay: 101s;
    -o-transition-delay: 101s;
    transition-delay: 101s;
}
.media .card:nth-of-type(506) .card__image {
    -webkit-transition-delay: 101.2s;
    -o-transition-delay: 101.2s;
    transition-delay: 101.2s;
}
.media .card:nth-of-type(507) .card__image {
    -webkit-transition-delay: 101.4s;
    -o-transition-delay: 101.4s;
    transition-delay: 101.4s;
}
.media .card:nth-of-type(508) .card__image {
    -webkit-transition-delay: 101.6s;
    -o-transition-delay: 101.6s;
    transition-delay: 101.6s;
}
.media .card:nth-of-type(509) .card__image {
    -webkit-transition-delay: 101.8s;
    -o-transition-delay: 101.8s;
    transition-delay: 101.8s;
}
.media .card:nth-of-type(510) .card__image {
    -webkit-transition-delay: 102s;
    -o-transition-delay: 102s;
    transition-delay: 102s;
}
.media .card:nth-of-type(511) .card__image {
    -webkit-transition-delay: 102.2s;
    -o-transition-delay: 102.2s;
    transition-delay: 102.2s;
}
.media .card:nth-of-type(512) .card__image {
    -webkit-transition-delay: 102.4s;
    -o-transition-delay: 102.4s;
    transition-delay: 102.4s;
}
.media .card:nth-of-type(513) .card__image {
    -webkit-transition-delay: 102.6s;
    -o-transition-delay: 102.6s;
    transition-delay: 102.6s;
}
.media .card:nth-of-type(514) .card__image {
    -webkit-transition-delay: 102.8s;
    -o-transition-delay: 102.8s;
    transition-delay: 102.8s;
}
.media .card:nth-of-type(515) .card__image {
    -webkit-transition-delay: 103s;
    -o-transition-delay: 103s;
    transition-delay: 103s;
}
.media .card:nth-of-type(516) .card__image {
    -webkit-transition-delay: 103.2s;
    -o-transition-delay: 103.2s;
    transition-delay: 103.2s;
}
.media .card:nth-of-type(517) .card__image {
    -webkit-transition-delay: 103.4s;
    -o-transition-delay: 103.4s;
    transition-delay: 103.4s;
}
.media .card:nth-of-type(518) .card__image {
    -webkit-transition-delay: 103.6s;
    -o-transition-delay: 103.6s;
    transition-delay: 103.6s;
}
.media .card:nth-of-type(519) .card__image {
    -webkit-transition-delay: 103.8s;
    -o-transition-delay: 103.8s;
    transition-delay: 103.8s;
}
.media .card:nth-of-type(520) .card__image {
    -webkit-transition-delay: 104s;
    -o-transition-delay: 104s;
    transition-delay: 104s;
}
.media .card:nth-of-type(521) .card__image {
    -webkit-transition-delay: 104.2s;
    -o-transition-delay: 104.2s;
    transition-delay: 104.2s;
}
.media .card:nth-of-type(522) .card__image {
    -webkit-transition-delay: 104.4s;
    -o-transition-delay: 104.4s;
    transition-delay: 104.4s;
}
.media .card:nth-of-type(523) .card__image {
    -webkit-transition-delay: 104.6s;
    -o-transition-delay: 104.6s;
    transition-delay: 104.6s;
}
.media .card:nth-of-type(524) .card__image {
    -webkit-transition-delay: 104.8s;
    -o-transition-delay: 104.8s;
    transition-delay: 104.8s;
}
.media .card:nth-of-type(525) .card__image {
    -webkit-transition-delay: 105s;
    -o-transition-delay: 105s;
    transition-delay: 105s;
}
.media .card:nth-of-type(526) .card__image {
    -webkit-transition-delay: 105.2s;
    -o-transition-delay: 105.2s;
    transition-delay: 105.2s;
}
.media .card:nth-of-type(527) .card__image {
    -webkit-transition-delay: 105.4s;
    -o-transition-delay: 105.4s;
    transition-delay: 105.4s;
}
.media .card:nth-of-type(528) .card__image {
    -webkit-transition-delay: 105.6s;
    -o-transition-delay: 105.6s;
    transition-delay: 105.6s;
}
.media .card:nth-of-type(529) .card__image {
    -webkit-transition-delay: 105.8s;
    -o-transition-delay: 105.8s;
    transition-delay: 105.8s;
}
.media .card:nth-of-type(530) .card__image {
    -webkit-transition-delay: 106s;
    -o-transition-delay: 106s;
    transition-delay: 106s;
}
.media .card:nth-of-type(531) .card__image {
    -webkit-transition-delay: 106.2s;
    -o-transition-delay: 106.2s;
    transition-delay: 106.2s;
}
.media .card:nth-of-type(532) .card__image {
    -webkit-transition-delay: 106.4s;
    -o-transition-delay: 106.4s;
    transition-delay: 106.4s;
}
.media .card:nth-of-type(533) .card__image {
    -webkit-transition-delay: 106.6s;
    -o-transition-delay: 106.6s;
    transition-delay: 106.6s;
}
.media .card:nth-of-type(534) .card__image {
    -webkit-transition-delay: 106.8s;
    -o-transition-delay: 106.8s;
    transition-delay: 106.8s;
}
.media .card:nth-of-type(535) .card__image {
    -webkit-transition-delay: 107s;
    -o-transition-delay: 107s;
    transition-delay: 107s;
}
.media .card:nth-of-type(536) .card__image {
    -webkit-transition-delay: 107.2s;
    -o-transition-delay: 107.2s;
    transition-delay: 107.2s;
}
.media .card:nth-of-type(537) .card__image {
    -webkit-transition-delay: 107.4s;
    -o-transition-delay: 107.4s;
    transition-delay: 107.4s;
}
.media .card:nth-of-type(538) .card__image {
    -webkit-transition-delay: 107.6s;
    -o-transition-delay: 107.6s;
    transition-delay: 107.6s;
}
.media .card:nth-of-type(539) .card__image {
    -webkit-transition-delay: 107.8s;
    -o-transition-delay: 107.8s;
    transition-delay: 107.8s;
}
.media .card:nth-of-type(540) .card__image {
    -webkit-transition-delay: 108s;
    -o-transition-delay: 108s;
    transition-delay: 108s;
}
.media .card:nth-of-type(541) .card__image {
    -webkit-transition-delay: 108.2s;
    -o-transition-delay: 108.2s;
    transition-delay: 108.2s;
}
.media .card:nth-of-type(542) .card__image {
    -webkit-transition-delay: 108.4s;
    -o-transition-delay: 108.4s;
    transition-delay: 108.4s;
}
.media .card:nth-of-type(543) .card__image {
    -webkit-transition-delay: 108.6s;
    -o-transition-delay: 108.6s;
    transition-delay: 108.6s;
}
.media .card:nth-of-type(544) .card__image {
    -webkit-transition-delay: 108.8s;
    -o-transition-delay: 108.8s;
    transition-delay: 108.8s;
}
.media .card:nth-of-type(545) .card__image {
    -webkit-transition-delay: 109s;
    -o-transition-delay: 109s;
    transition-delay: 109s;
}
.media .card:nth-of-type(546) .card__image {
    -webkit-transition-delay: 109.2s;
    -o-transition-delay: 109.2s;
    transition-delay: 109.2s;
}
.media .card:nth-of-type(547) .card__image {
    -webkit-transition-delay: 109.4s;
    -o-transition-delay: 109.4s;
    transition-delay: 109.4s;
}
.media .card:nth-of-type(548) .card__image {
    -webkit-transition-delay: 109.6s;
    -o-transition-delay: 109.6s;
    transition-delay: 109.6s;
}
.media .card:nth-of-type(549) .card__image {
    -webkit-transition-delay: 109.8s;
    -o-transition-delay: 109.8s;
    transition-delay: 109.8s;
}
.media .card:nth-of-type(550) .card__image {
    -webkit-transition-delay: 110s;
    -o-transition-delay: 110s;
    transition-delay: 110s;
}
.media .card:nth-of-type(551) .card__image {
    -webkit-transition-delay: 110.2s;
    -o-transition-delay: 110.2s;
    transition-delay: 110.2s;
}
.media .card:nth-of-type(552) .card__image {
    -webkit-transition-delay: 110.4s;
    -o-transition-delay: 110.4s;
    transition-delay: 110.4s;
}
.media .card:nth-of-type(553) .card__image {
    -webkit-transition-delay: 110.6s;
    -o-transition-delay: 110.6s;
    transition-delay: 110.6s;
}
.media .card:nth-of-type(554) .card__image {
    -webkit-transition-delay: 110.8s;
    -o-transition-delay: 110.8s;
    transition-delay: 110.8s;
}
.media .card:nth-of-type(555) .card__image {
    -webkit-transition-delay: 111s;
    -o-transition-delay: 111s;
    transition-delay: 111s;
}
.media .card:nth-of-type(556) .card__image {
    -webkit-transition-delay: 111.2s;
    -o-transition-delay: 111.2s;
    transition-delay: 111.2s;
}
.media .card:nth-of-type(557) .card__image {
    -webkit-transition-delay: 111.4s;
    -o-transition-delay: 111.4s;
    transition-delay: 111.4s;
}
.media .card:nth-of-type(558) .card__image {
    -webkit-transition-delay: 111.6s;
    -o-transition-delay: 111.6s;
    transition-delay: 111.6s;
}
.media .card:nth-of-type(559) .card__image {
    -webkit-transition-delay: 111.8s;
    -o-transition-delay: 111.8s;
    transition-delay: 111.8s;
}
.media .card:nth-of-type(560) .card__image {
    -webkit-transition-delay: 112s;
    -o-transition-delay: 112s;
    transition-delay: 112s;
}
.media .card:nth-of-type(561) .card__image {
    -webkit-transition-delay: 112.2s;
    -o-transition-delay: 112.2s;
    transition-delay: 112.2s;
}
.media .card:nth-of-type(562) .card__image {
    -webkit-transition-delay: 112.4s;
    -o-transition-delay: 112.4s;
    transition-delay: 112.4s;
}
.media .card:nth-of-type(563) .card__image {
    -webkit-transition-delay: 112.6s;
    -o-transition-delay: 112.6s;
    transition-delay: 112.6s;
}
.media .card:nth-of-type(564) .card__image {
    -webkit-transition-delay: 112.8s;
    -o-transition-delay: 112.8s;
    transition-delay: 112.8s;
}
.media .card:nth-of-type(565) .card__image {
    -webkit-transition-delay: 113s;
    -o-transition-delay: 113s;
    transition-delay: 113s;
}
.media .card:nth-of-type(566) .card__image {
    -webkit-transition-delay: 113.2s;
    -o-transition-delay: 113.2s;
    transition-delay: 113.2s;
}
.media .card:nth-of-type(567) .card__image {
    -webkit-transition-delay: 113.4s;
    -o-transition-delay: 113.4s;
    transition-delay: 113.4s;
}
.media .card:nth-of-type(568) .card__image {
    -webkit-transition-delay: 113.6s;
    -o-transition-delay: 113.6s;
    transition-delay: 113.6s;
}
.media .card:nth-of-type(569) .card__image {
    -webkit-transition-delay: 113.8s;
    -o-transition-delay: 113.8s;
    transition-delay: 113.8s;
}
.media .card:nth-of-type(570) .card__image {
    -webkit-transition-delay: 114s;
    -o-transition-delay: 114s;
    transition-delay: 114s;
}
.media .card:nth-of-type(571) .card__image {
    -webkit-transition-delay: 114.2s;
    -o-transition-delay: 114.2s;
    transition-delay: 114.2s;
}
.media .card:nth-of-type(572) .card__image {
    -webkit-transition-delay: 114.4s;
    -o-transition-delay: 114.4s;
    transition-delay: 114.4s;
}
.media .card:nth-of-type(573) .card__image {
    -webkit-transition-delay: 114.6s;
    -o-transition-delay: 114.6s;
    transition-delay: 114.6s;
}
.media .card:nth-of-type(574) .card__image {
    -webkit-transition-delay: 114.8s;
    -o-transition-delay: 114.8s;
    transition-delay: 114.8s;
}
.media .card:nth-of-type(575) .card__image {
    -webkit-transition-delay: 115s;
    -o-transition-delay: 115s;
    transition-delay: 115s;
}
.media .card:nth-of-type(576) .card__image {
    -webkit-transition-delay: 115.2s;
    -o-transition-delay: 115.2s;
    transition-delay: 115.2s;
}
.media .card:nth-of-type(577) .card__image {
    -webkit-transition-delay: 115.4s;
    -o-transition-delay: 115.4s;
    transition-delay: 115.4s;
}
.media .card:nth-of-type(578) .card__image {
    -webkit-transition-delay: 115.6s;
    -o-transition-delay: 115.6s;
    transition-delay: 115.6s;
}
.media .card:nth-of-type(579) .card__image {
    -webkit-transition-delay: 115.8s;
    -o-transition-delay: 115.8s;
    transition-delay: 115.8s;
}
.media .card:nth-of-type(580) .card__image {
    -webkit-transition-delay: 116s;
    -o-transition-delay: 116s;
    transition-delay: 116s;
}
.media .card:nth-of-type(581) .card__image {
    -webkit-transition-delay: 116.2s;
    -o-transition-delay: 116.2s;
    transition-delay: 116.2s;
}
.media .card:nth-of-type(582) .card__image {
    -webkit-transition-delay: 116.4s;
    -o-transition-delay: 116.4s;
    transition-delay: 116.4s;
}
.media .card:nth-of-type(583) .card__image {
    -webkit-transition-delay: 116.6s;
    -o-transition-delay: 116.6s;
    transition-delay: 116.6s;
}
.media .card:nth-of-type(584) .card__image {
    -webkit-transition-delay: 116.8s;
    -o-transition-delay: 116.8s;
    transition-delay: 116.8s;
}
.media .card:nth-of-type(585) .card__image {
    -webkit-transition-delay: 117s;
    -o-transition-delay: 117s;
    transition-delay: 117s;
}
.media .card:nth-of-type(586) .card__image {
    -webkit-transition-delay: 117.2s;
    -o-transition-delay: 117.2s;
    transition-delay: 117.2s;
}
.media .card:nth-of-type(587) .card__image {
    -webkit-transition-delay: 117.4s;
    -o-transition-delay: 117.4s;
    transition-delay: 117.4s;
}
.media .card:nth-of-type(588) .card__image {
    -webkit-transition-delay: 117.6s;
    -o-transition-delay: 117.6s;
    transition-delay: 117.6s;
}
.media .card:nth-of-type(589) .card__image {
    -webkit-transition-delay: 117.8s;
    -o-transition-delay: 117.8s;
    transition-delay: 117.8s;
}
.media .card:nth-of-type(590) .card__image {
    -webkit-transition-delay: 118s;
    -o-transition-delay: 118s;
    transition-delay: 118s;
}
.media .card:nth-of-type(591) .card__image {
    -webkit-transition-delay: 118.2s;
    -o-transition-delay: 118.2s;
    transition-delay: 118.2s;
}
.media .card:nth-of-type(592) .card__image {
    -webkit-transition-delay: 118.4s;
    -o-transition-delay: 118.4s;
    transition-delay: 118.4s;
}
.media .card:nth-of-type(593) .card__image {
    -webkit-transition-delay: 118.6s;
    -o-transition-delay: 118.6s;
    transition-delay: 118.6s;
}
.media .card:nth-of-type(594) .card__image {
    -webkit-transition-delay: 118.8s;
    -o-transition-delay: 118.8s;
    transition-delay: 118.8s;
}
.media .card:nth-of-type(595) .card__image {
    -webkit-transition-delay: 119s;
    -o-transition-delay: 119s;
    transition-delay: 119s;
}
.media .card:nth-of-type(596) .card__image {
    -webkit-transition-delay: 119.2s;
    -o-transition-delay: 119.2s;
    transition-delay: 119.2s;
}
.media .card:nth-of-type(597) .card__image {
    -webkit-transition-delay: 119.4s;
    -o-transition-delay: 119.4s;
    transition-delay: 119.4s;
}
.media .card:nth-of-type(598) .card__image {
    -webkit-transition-delay: 119.6s;
    -o-transition-delay: 119.6s;
    transition-delay: 119.6s;
}
.media .card:nth-of-type(599) .card__image {
    -webkit-transition-delay: 119.8s;
    -o-transition-delay: 119.8s;
    transition-delay: 119.8s;
}
.media .card:nth-of-type(600) .card__image {
    -webkit-transition-delay: 120s;
    -o-transition-delay: 120s;
    transition-delay: 120s;
}
.media .card:nth-of-type(601) .card__image {
    -webkit-transition-delay: 120.2s;
    -o-transition-delay: 120.2s;
    transition-delay: 120.2s;
}
.media .card:nth-of-type(602) .card__image {
    -webkit-transition-delay: 120.4s;
    -o-transition-delay: 120.4s;
    transition-delay: 120.4s;
}
.media .card:nth-of-type(603) .card__image {
    -webkit-transition-delay: 120.6s;
    -o-transition-delay: 120.6s;
    transition-delay: 120.6s;
}
.media .card:nth-of-type(604) .card__image {
    -webkit-transition-delay: 120.8s;
    -o-transition-delay: 120.8s;
    transition-delay: 120.8s;
}
.media .card:nth-of-type(605) .card__image {
    -webkit-transition-delay: 121s;
    -o-transition-delay: 121s;
    transition-delay: 121s;
}
.media .card:nth-of-type(606) .card__image {
    -webkit-transition-delay: 121.2s;
    -o-transition-delay: 121.2s;
    transition-delay: 121.2s;
}
.media .card:nth-of-type(607) .card__image {
    -webkit-transition-delay: 121.4s;
    -o-transition-delay: 121.4s;
    transition-delay: 121.4s;
}
.media .card:nth-of-type(608) .card__image {
    -webkit-transition-delay: 121.6s;
    -o-transition-delay: 121.6s;
    transition-delay: 121.6s;
}
.media .card:nth-of-type(609) .card__image {
    -webkit-transition-delay: 121.8s;
    -o-transition-delay: 121.8s;
    transition-delay: 121.8s;
}
.media .card:nth-of-type(610) .card__image {
    -webkit-transition-delay: 122s;
    -o-transition-delay: 122s;
    transition-delay: 122s;
}
.media .card:nth-of-type(611) .card__image {
    -webkit-transition-delay: 122.2s;
    -o-transition-delay: 122.2s;
    transition-delay: 122.2s;
}
.media .card:nth-of-type(612) .card__image {
    -webkit-transition-delay: 122.4s;
    -o-transition-delay: 122.4s;
    transition-delay: 122.4s;
}
.media .card:nth-of-type(613) .card__image {
    -webkit-transition-delay: 122.6s;
    -o-transition-delay: 122.6s;
    transition-delay: 122.6s;
}
.media .card:nth-of-type(614) .card__image {
    -webkit-transition-delay: 122.8s;
    -o-transition-delay: 122.8s;
    transition-delay: 122.8s;
}
.media .card:nth-of-type(615) .card__image {
    -webkit-transition-delay: 123s;
    -o-transition-delay: 123s;
    transition-delay: 123s;
}
.media .card:nth-of-type(616) .card__image {
    -webkit-transition-delay: 123.2s;
    -o-transition-delay: 123.2s;
    transition-delay: 123.2s;
}
.media .card:nth-of-type(617) .card__image {
    -webkit-transition-delay: 123.4s;
    -o-transition-delay: 123.4s;
    transition-delay: 123.4s;
}
.media .card:nth-of-type(618) .card__image {
    -webkit-transition-delay: 123.6s;
    -o-transition-delay: 123.6s;
    transition-delay: 123.6s;
}
.media .card:nth-of-type(619) .card__image {
    -webkit-transition-delay: 123.8s;
    -o-transition-delay: 123.8s;
    transition-delay: 123.8s;
}
.media .card:nth-of-type(620) .card__image {
    -webkit-transition-delay: 124s;
    -o-transition-delay: 124s;
    transition-delay: 124s;
}
.media .card:nth-of-type(621) .card__image {
    -webkit-transition-delay: 124.2s;
    -o-transition-delay: 124.2s;
    transition-delay: 124.2s;
}
.media .card:nth-of-type(622) .card__image {
    -webkit-transition-delay: 124.4s;
    -o-transition-delay: 124.4s;
    transition-delay: 124.4s;
}
.media .card:nth-of-type(623) .card__image {
    -webkit-transition-delay: 124.6s;
    -o-transition-delay: 124.6s;
    transition-delay: 124.6s;
}
.media .card:nth-of-type(624) .card__image {
    -webkit-transition-delay: 124.8s;
    -o-transition-delay: 124.8s;
    transition-delay: 124.8s;
}
.media .card:nth-of-type(625) .card__image {
    -webkit-transition-delay: 125s;
    -o-transition-delay: 125s;
    transition-delay: 125s;
}
.media .card:nth-of-type(626) .card__image {
    -webkit-transition-delay: 125.2s;
    -o-transition-delay: 125.2s;
    transition-delay: 125.2s;
}
.media .card:nth-of-type(627) .card__image {
    -webkit-transition-delay: 125.4s;
    -o-transition-delay: 125.4s;
    transition-delay: 125.4s;
}
.media .card:nth-of-type(628) .card__image {
    -webkit-transition-delay: 125.6s;
    -o-transition-delay: 125.6s;
    transition-delay: 125.6s;
}
.media .card:nth-of-type(629) .card__image {
    -webkit-transition-delay: 125.8s;
    -o-transition-delay: 125.8s;
    transition-delay: 125.8s;
}
.media .card:nth-of-type(630) .card__image {
    -webkit-transition-delay: 126s;
    -o-transition-delay: 126s;
    transition-delay: 126s;
}
.media .card:nth-of-type(631) .card__image {
    -webkit-transition-delay: 126.2s;
    -o-transition-delay: 126.2s;
    transition-delay: 126.2s;
}
.media .card:nth-of-type(632) .card__image {
    -webkit-transition-delay: 126.4s;
    -o-transition-delay: 126.4s;
    transition-delay: 126.4s;
}
.media .card:nth-of-type(633) .card__image {
    -webkit-transition-delay: 126.6s;
    -o-transition-delay: 126.6s;
    transition-delay: 126.6s;
}
.media .card:nth-of-type(634) .card__image {
    -webkit-transition-delay: 126.8s;
    -o-transition-delay: 126.8s;
    transition-delay: 126.8s;
}
.media .card:nth-of-type(635) .card__image {
    -webkit-transition-delay: 127s;
    -o-transition-delay: 127s;
    transition-delay: 127s;
}
.media .card:nth-of-type(636) .card__image {
    -webkit-transition-delay: 127.2s;
    -o-transition-delay: 127.2s;
    transition-delay: 127.2s;
}
.media .card:nth-of-type(637) .card__image {
    -webkit-transition-delay: 127.4s;
    -o-transition-delay: 127.4s;
    transition-delay: 127.4s;
}
.media .card:nth-of-type(638) .card__image {
    -webkit-transition-delay: 127.6s;
    -o-transition-delay: 127.6s;
    transition-delay: 127.6s;
}
.media .card:nth-of-type(639) .card__image {
    -webkit-transition-delay: 127.8s;
    -o-transition-delay: 127.8s;
    transition-delay: 127.8s;
}
.media .card:nth-of-type(640) .card__image {
    -webkit-transition-delay: 128s;
    -o-transition-delay: 128s;
    transition-delay: 128s;
}
.media .card:nth-of-type(641) .card__image {
    -webkit-transition-delay: 128.2s;
    -o-transition-delay: 128.2s;
    transition-delay: 128.2s;
}
.media .card:nth-of-type(642) .card__image {
    -webkit-transition-delay: 128.4s;
    -o-transition-delay: 128.4s;
    transition-delay: 128.4s;
}
.media .card:nth-of-type(643) .card__image {
    -webkit-transition-delay: 128.6s;
    -o-transition-delay: 128.6s;
    transition-delay: 128.6s;
}
.media .card:nth-of-type(644) .card__image {
    -webkit-transition-delay: 128.8s;
    -o-transition-delay: 128.8s;
    transition-delay: 128.8s;
}
.media .card:nth-of-type(645) .card__image {
    -webkit-transition-delay: 129s;
    -o-transition-delay: 129s;
    transition-delay: 129s;
}
.media .card:nth-of-type(646) .card__image {
    -webkit-transition-delay: 129.2s;
    -o-transition-delay: 129.2s;
    transition-delay: 129.2s;
}
.media .card:nth-of-type(647) .card__image {
    -webkit-transition-delay: 129.4s;
    -o-transition-delay: 129.4s;
    transition-delay: 129.4s;
}
.media .card:nth-of-type(648) .card__image {
    -webkit-transition-delay: 129.6s;
    -o-transition-delay: 129.6s;
    transition-delay: 129.6s;
}
.media .card:nth-of-type(649) .card__image {
    -webkit-transition-delay: 129.8s;
    -o-transition-delay: 129.8s;
    transition-delay: 129.8s;
}
.media .card:nth-of-type(650) .card__image {
    -webkit-transition-delay: 130s;
    -o-transition-delay: 130s;
    transition-delay: 130s;
}
.media .card:nth-of-type(651) .card__image {
    -webkit-transition-delay: 130.2s;
    -o-transition-delay: 130.2s;
    transition-delay: 130.2s;
}
.media .card:nth-of-type(652) .card__image {
    -webkit-transition-delay: 130.4s;
    -o-transition-delay: 130.4s;
    transition-delay: 130.4s;
}
.media .card:nth-of-type(653) .card__image {
    -webkit-transition-delay: 130.6s;
    -o-transition-delay: 130.6s;
    transition-delay: 130.6s;
}
.media .card:nth-of-type(654) .card__image {
    -webkit-transition-delay: 130.8s;
    -o-transition-delay: 130.8s;
    transition-delay: 130.8s;
}
.media .card:nth-of-type(655) .card__image {
    -webkit-transition-delay: 131s;
    -o-transition-delay: 131s;
    transition-delay: 131s;
}
.media .card:nth-of-type(656) .card__image {
    -webkit-transition-delay: 131.2s;
    -o-transition-delay: 131.2s;
    transition-delay: 131.2s;
}
.media .card:nth-of-type(657) .card__image {
    -webkit-transition-delay: 131.4s;
    -o-transition-delay: 131.4s;
    transition-delay: 131.4s;
}
.media .card:nth-of-type(658) .card__image {
    -webkit-transition-delay: 131.6s;
    -o-transition-delay: 131.6s;
    transition-delay: 131.6s;
}
.media .card:nth-of-type(659) .card__image {
    -webkit-transition-delay: 131.8s;
    -o-transition-delay: 131.8s;
    transition-delay: 131.8s;
}
.media .card:nth-of-type(660) .card__image {
    -webkit-transition-delay: 132s;
    -o-transition-delay: 132s;
    transition-delay: 132s;
}
.media .card:nth-of-type(661) .card__image {
    -webkit-transition-delay: 132.2s;
    -o-transition-delay: 132.2s;
    transition-delay: 132.2s;
}
.media .card:nth-of-type(662) .card__image {
    -webkit-transition-delay: 132.4s;
    -o-transition-delay: 132.4s;
    transition-delay: 132.4s;
}
.media .card:nth-of-type(663) .card__image {
    -webkit-transition-delay: 132.6s;
    -o-transition-delay: 132.6s;
    transition-delay: 132.6s;
}
.media .card:nth-of-type(664) .card__image {
    -webkit-transition-delay: 132.8s;
    -o-transition-delay: 132.8s;
    transition-delay: 132.8s;
}
.media .card:nth-of-type(665) .card__image {
    -webkit-transition-delay: 133s;
    -o-transition-delay: 133s;
    transition-delay: 133s;
}
.media .card:nth-of-type(666) .card__image {
    -webkit-transition-delay: 133.2s;
    -o-transition-delay: 133.2s;
    transition-delay: 133.2s;
}
.media .card:nth-of-type(667) .card__image {
    -webkit-transition-delay: 133.4s;
    -o-transition-delay: 133.4s;
    transition-delay: 133.4s;
}
.media .card:nth-of-type(668) .card__image {
    -webkit-transition-delay: 133.6s;
    -o-transition-delay: 133.6s;
    transition-delay: 133.6s;
}
.media .card:nth-of-type(669) .card__image {
    -webkit-transition-delay: 133.8s;
    -o-transition-delay: 133.8s;
    transition-delay: 133.8s;
}
.media .card:nth-of-type(670) .card__image {
    -webkit-transition-delay: 134s;
    -o-transition-delay: 134s;
    transition-delay: 134s;
}
.media .card:nth-of-type(671) .card__image {
    -webkit-transition-delay: 134.2s;
    -o-transition-delay: 134.2s;
    transition-delay: 134.2s;
}
.media .card:nth-of-type(672) .card__image {
    -webkit-transition-delay: 134.4s;
    -o-transition-delay: 134.4s;
    transition-delay: 134.4s;
}
.media .card:nth-of-type(673) .card__image {
    -webkit-transition-delay: 134.6s;
    -o-transition-delay: 134.6s;
    transition-delay: 134.6s;
}
.media .card:nth-of-type(674) .card__image {
    -webkit-transition-delay: 134.8s;
    -o-transition-delay: 134.8s;
    transition-delay: 134.8s;
}
.media .card:nth-of-type(675) .card__image {
    -webkit-transition-delay: 135s;
    -o-transition-delay: 135s;
    transition-delay: 135s;
}
.media .card:nth-of-type(676) .card__image {
    -webkit-transition-delay: 135.2s;
    -o-transition-delay: 135.2s;
    transition-delay: 135.2s;
}
.media .card:nth-of-type(677) .card__image {
    -webkit-transition-delay: 135.4s;
    -o-transition-delay: 135.4s;
    transition-delay: 135.4s;
}
.media .card:nth-of-type(678) .card__image {
    -webkit-transition-delay: 135.6s;
    -o-transition-delay: 135.6s;
    transition-delay: 135.6s;
}
.media .card:nth-of-type(679) .card__image {
    -webkit-transition-delay: 135.8s;
    -o-transition-delay: 135.8s;
    transition-delay: 135.8s;
}
.media .card:nth-of-type(680) .card__image {
    -webkit-transition-delay: 136s;
    -o-transition-delay: 136s;
    transition-delay: 136s;
}
.media .card:nth-of-type(681) .card__image {
    -webkit-transition-delay: 136.2s;
    -o-transition-delay: 136.2s;
    transition-delay: 136.2s;
}
.media .card:nth-of-type(682) .card__image {
    -webkit-transition-delay: 136.4s;
    -o-transition-delay: 136.4s;
    transition-delay: 136.4s;
}
.media .card:nth-of-type(683) .card__image {
    -webkit-transition-delay: 136.6s;
    -o-transition-delay: 136.6s;
    transition-delay: 136.6s;
}
.media .card:nth-of-type(684) .card__image {
    -webkit-transition-delay: 136.8s;
    -o-transition-delay: 136.8s;
    transition-delay: 136.8s;
}
.media .card:nth-of-type(685) .card__image {
    -webkit-transition-delay: 137s;
    -o-transition-delay: 137s;
    transition-delay: 137s;
}
.media .card:nth-of-type(686) .card__image {
    -webkit-transition-delay: 137.2s;
    -o-transition-delay: 137.2s;
    transition-delay: 137.2s;
}
.media .card:nth-of-type(687) .card__image {
    -webkit-transition-delay: 137.4s;
    -o-transition-delay: 137.4s;
    transition-delay: 137.4s;
}
.media .card:nth-of-type(688) .card__image {
    -webkit-transition-delay: 137.6s;
    -o-transition-delay: 137.6s;
    transition-delay: 137.6s;
}
.media .card:nth-of-type(689) .card__image {
    -webkit-transition-delay: 137.8s;
    -o-transition-delay: 137.8s;
    transition-delay: 137.8s;
}
.media .card:nth-of-type(690) .card__image {
    -webkit-transition-delay: 138s;
    -o-transition-delay: 138s;
    transition-delay: 138s;
}
.media .card:nth-of-type(691) .card__image {
    -webkit-transition-delay: 138.2s;
    -o-transition-delay: 138.2s;
    transition-delay: 138.2s;
}
.media .card:nth-of-type(692) .card__image {
    -webkit-transition-delay: 138.4s;
    -o-transition-delay: 138.4s;
    transition-delay: 138.4s;
}
.media .card:nth-of-type(693) .card__image {
    -webkit-transition-delay: 138.6s;
    -o-transition-delay: 138.6s;
    transition-delay: 138.6s;
}
.media .card:nth-of-type(694) .card__image {
    -webkit-transition-delay: 138.8s;
    -o-transition-delay: 138.8s;
    transition-delay: 138.8s;
}
.media .card:nth-of-type(695) .card__image {
    -webkit-transition-delay: 139s;
    -o-transition-delay: 139s;
    transition-delay: 139s;
}
.media .card:nth-of-type(696) .card__image {
    -webkit-transition-delay: 139.2s;
    -o-transition-delay: 139.2s;
    transition-delay: 139.2s;
}
.media .card:nth-of-type(697) .card__image {
    -webkit-transition-delay: 139.4s;
    -o-transition-delay: 139.4s;
    transition-delay: 139.4s;
}
.media .card:nth-of-type(698) .card__image {
    -webkit-transition-delay: 139.6s;
    -o-transition-delay: 139.6s;
    transition-delay: 139.6s;
}
.media .card:nth-of-type(699) .card__image {
    -webkit-transition-delay: 139.8s;
    -o-transition-delay: 139.8s;
    transition-delay: 139.8s;
}
.media .card:nth-of-type(700) .card__image {
    -webkit-transition-delay: 140s;
    -o-transition-delay: 140s;
    transition-delay: 140s;
}
.media .card:nth-of-type(701) .card__image {
    -webkit-transition-delay: 140.2s;
    -o-transition-delay: 140.2s;
    transition-delay: 140.2s;
}
.media .card:nth-of-type(702) .card__image {
    -webkit-transition-delay: 140.4s;
    -o-transition-delay: 140.4s;
    transition-delay: 140.4s;
}
.media .card:nth-of-type(703) .card__image {
    -webkit-transition-delay: 140.6s;
    -o-transition-delay: 140.6s;
    transition-delay: 140.6s;
}
.media .card:nth-of-type(704) .card__image {
    -webkit-transition-delay: 140.8s;
    -o-transition-delay: 140.8s;
    transition-delay: 140.8s;
}
.media .card:nth-of-type(705) .card__image {
    -webkit-transition-delay: 141s;
    -o-transition-delay: 141s;
    transition-delay: 141s;
}
.media .card:nth-of-type(706) .card__image {
    -webkit-transition-delay: 141.2s;
    -o-transition-delay: 141.2s;
    transition-delay: 141.2s;
}
.media .card:nth-of-type(707) .card__image {
    -webkit-transition-delay: 141.4s;
    -o-transition-delay: 141.4s;
    transition-delay: 141.4s;
}
.media .card:nth-of-type(708) .card__image {
    -webkit-transition-delay: 141.6s;
    -o-transition-delay: 141.6s;
    transition-delay: 141.6s;
}
.media .card:nth-of-type(709) .card__image {
    -webkit-transition-delay: 141.8s;
    -o-transition-delay: 141.8s;
    transition-delay: 141.8s;
}
.media .card:nth-of-type(710) .card__image {
    -webkit-transition-delay: 142s;
    -o-transition-delay: 142s;
    transition-delay: 142s;
}
.media .card:nth-of-type(711) .card__image {
    -webkit-transition-delay: 142.2s;
    -o-transition-delay: 142.2s;
    transition-delay: 142.2s;
}
.media .card:nth-of-type(712) .card__image {
    -webkit-transition-delay: 142.4s;
    -o-transition-delay: 142.4s;
    transition-delay: 142.4s;
}
.media .card:nth-of-type(713) .card__image {
    -webkit-transition-delay: 142.6s;
    -o-transition-delay: 142.6s;
    transition-delay: 142.6s;
}
.media .card:nth-of-type(714) .card__image {
    -webkit-transition-delay: 142.8s;
    -o-transition-delay: 142.8s;
    transition-delay: 142.8s;
}
.media .card:nth-of-type(715) .card__image {
    -webkit-transition-delay: 143s;
    -o-transition-delay: 143s;
    transition-delay: 143s;
}
.media .card:nth-of-type(716) .card__image {
    -webkit-transition-delay: 143.2s;
    -o-transition-delay: 143.2s;
    transition-delay: 143.2s;
}
.media .card:nth-of-type(717) .card__image {
    -webkit-transition-delay: 143.4s;
    -o-transition-delay: 143.4s;
    transition-delay: 143.4s;
}
.media .card:nth-of-type(718) .card__image {
    -webkit-transition-delay: 143.6s;
    -o-transition-delay: 143.6s;
    transition-delay: 143.6s;
}
.media .card:nth-of-type(719) .card__image {
    -webkit-transition-delay: 143.8s;
    -o-transition-delay: 143.8s;
    transition-delay: 143.8s;
}
.media .card:nth-of-type(720) .card__image {
    -webkit-transition-delay: 144s;
    -o-transition-delay: 144s;
    transition-delay: 144s;
}
.media .card:nth-of-type(721) .card__image {
    -webkit-transition-delay: 144.2s;
    -o-transition-delay: 144.2s;
    transition-delay: 144.2s;
}
.media .card:nth-of-type(722) .card__image {
    -webkit-transition-delay: 144.4s;
    -o-transition-delay: 144.4s;
    transition-delay: 144.4s;
}
.media .card:nth-of-type(723) .card__image {
    -webkit-transition-delay: 144.6s;
    -o-transition-delay: 144.6s;
    transition-delay: 144.6s;
}
.media .card:nth-of-type(724) .card__image {
    -webkit-transition-delay: 144.8s;
    -o-transition-delay: 144.8s;
    transition-delay: 144.8s;
}
.media .card:nth-of-type(725) .card__image {
    -webkit-transition-delay: 145s;
    -o-transition-delay: 145s;
    transition-delay: 145s;
}
.media .card:nth-of-type(726) .card__image {
    -webkit-transition-delay: 145.2s;
    -o-transition-delay: 145.2s;
    transition-delay: 145.2s;
}
.media .card:nth-of-type(727) .card__image {
    -webkit-transition-delay: 145.4s;
    -o-transition-delay: 145.4s;
    transition-delay: 145.4s;
}
.media .card:nth-of-type(728) .card__image {
    -webkit-transition-delay: 145.6s;
    -o-transition-delay: 145.6s;
    transition-delay: 145.6s;
}
.media .card:nth-of-type(729) .card__image {
    -webkit-transition-delay: 145.8s;
    -o-transition-delay: 145.8s;
    transition-delay: 145.8s;
}
.media .card:nth-of-type(730) .card__image {
    -webkit-transition-delay: 146s;
    -o-transition-delay: 146s;
    transition-delay: 146s;
}
.media .card:nth-of-type(731) .card__image {
    -webkit-transition-delay: 146.2s;
    -o-transition-delay: 146.2s;
    transition-delay: 146.2s;
}
.media .card:nth-of-type(732) .card__image {
    -webkit-transition-delay: 146.4s;
    -o-transition-delay: 146.4s;
    transition-delay: 146.4s;
}
.media .card:nth-of-type(733) .card__image {
    -webkit-transition-delay: 146.6s;
    -o-transition-delay: 146.6s;
    transition-delay: 146.6s;
}
.media .card:nth-of-type(734) .card__image {
    -webkit-transition-delay: 146.8s;
    -o-transition-delay: 146.8s;
    transition-delay: 146.8s;
}
.media .card:nth-of-type(735) .card__image {
    -webkit-transition-delay: 147s;
    -o-transition-delay: 147s;
    transition-delay: 147s;
}
.media .card:nth-of-type(736) .card__image {
    -webkit-transition-delay: 147.2s;
    -o-transition-delay: 147.2s;
    transition-delay: 147.2s;
}
.media .card:nth-of-type(737) .card__image {
    -webkit-transition-delay: 147.4s;
    -o-transition-delay: 147.4s;
    transition-delay: 147.4s;
}
.media .card:nth-of-type(738) .card__image {
    -webkit-transition-delay: 147.6s;
    -o-transition-delay: 147.6s;
    transition-delay: 147.6s;
}
.media .card:nth-of-type(739) .card__image {
    -webkit-transition-delay: 147.8s;
    -o-transition-delay: 147.8s;
    transition-delay: 147.8s;
}
.media .card:nth-of-type(740) .card__image {
    -webkit-transition-delay: 148s;
    -o-transition-delay: 148s;
    transition-delay: 148s;
}
.media .card:nth-of-type(741) .card__image {
    -webkit-transition-delay: 148.2s;
    -o-transition-delay: 148.2s;
    transition-delay: 148.2s;
}
.media .card:nth-of-type(742) .card__image {
    -webkit-transition-delay: 148.4s;
    -o-transition-delay: 148.4s;
    transition-delay: 148.4s;
}
.media .card:nth-of-type(743) .card__image {
    -webkit-transition-delay: 148.6s;
    -o-transition-delay: 148.6s;
    transition-delay: 148.6s;
}
.media .card:nth-of-type(744) .card__image {
    -webkit-transition-delay: 148.8s;
    -o-transition-delay: 148.8s;
    transition-delay: 148.8s;
}
.media .card:nth-of-type(745) .card__image {
    -webkit-transition-delay: 149s;
    -o-transition-delay: 149s;
    transition-delay: 149s;
}
.media .card:nth-of-type(746) .card__image {
    -webkit-transition-delay: 149.2s;
    -o-transition-delay: 149.2s;
    transition-delay: 149.2s;
}
.media .card:nth-of-type(747) .card__image {
    -webkit-transition-delay: 149.4s;
    -o-transition-delay: 149.4s;
    transition-delay: 149.4s;
}
.media .card:nth-of-type(748) .card__image {
    -webkit-transition-delay: 149.6s;
    -o-transition-delay: 149.6s;
    transition-delay: 149.6s;
}
.media .card:nth-of-type(749) .card__image {
    -webkit-transition-delay: 149.8s;
    -o-transition-delay: 149.8s;
    transition-delay: 149.8s;
}
.media .card:nth-of-type(750) .card__image {
    -webkit-transition-delay: 150s;
    -o-transition-delay: 150s;
    transition-delay: 150s;
}
.media .card:nth-of-type(751) .card__image {
    -webkit-transition-delay: 150.2s;
    -o-transition-delay: 150.2s;
    transition-delay: 150.2s;
}
.media .card:nth-of-type(752) .card__image {
    -webkit-transition-delay: 150.4s;
    -o-transition-delay: 150.4s;
    transition-delay: 150.4s;
}
.media .card:nth-of-type(753) .card__image {
    -webkit-transition-delay: 150.6s;
    -o-transition-delay: 150.6s;
    transition-delay: 150.6s;
}
.media .card:nth-of-type(754) .card__image {
    -webkit-transition-delay: 150.8s;
    -o-transition-delay: 150.8s;
    transition-delay: 150.8s;
}
.media .card:nth-of-type(755) .card__image {
    -webkit-transition-delay: 151s;
    -o-transition-delay: 151s;
    transition-delay: 151s;
}
.media .card:nth-of-type(756) .card__image {
    -webkit-transition-delay: 151.2s;
    -o-transition-delay: 151.2s;
    transition-delay: 151.2s;
}
.media .card:nth-of-type(757) .card__image {
    -webkit-transition-delay: 151.4s;
    -o-transition-delay: 151.4s;
    transition-delay: 151.4s;
}
.media .card:nth-of-type(758) .card__image {
    -webkit-transition-delay: 151.6s;
    -o-transition-delay: 151.6s;
    transition-delay: 151.6s;
}
.media .card:nth-of-type(759) .card__image {
    -webkit-transition-delay: 151.8s;
    -o-transition-delay: 151.8s;
    transition-delay: 151.8s;
}
.media .card:nth-of-type(760) .card__image {
    -webkit-transition-delay: 152s;
    -o-transition-delay: 152s;
    transition-delay: 152s;
}
.media .card:nth-of-type(761) .card__image {
    -webkit-transition-delay: 152.2s;
    -o-transition-delay: 152.2s;
    transition-delay: 152.2s;
}
.media .card:nth-of-type(762) .card__image {
    -webkit-transition-delay: 152.4s;
    -o-transition-delay: 152.4s;
    transition-delay: 152.4s;
}
.media .card:nth-of-type(763) .card__image {
    -webkit-transition-delay: 152.6s;
    -o-transition-delay: 152.6s;
    transition-delay: 152.6s;
}
.media .card:nth-of-type(764) .card__image {
    -webkit-transition-delay: 152.8s;
    -o-transition-delay: 152.8s;
    transition-delay: 152.8s;
}
.media .card:nth-of-type(765) .card__image {
    -webkit-transition-delay: 153s;
    -o-transition-delay: 153s;
    transition-delay: 153s;
}
.media .card:nth-of-type(766) .card__image {
    -webkit-transition-delay: 153.2s;
    -o-transition-delay: 153.2s;
    transition-delay: 153.2s;
}
.media .card:nth-of-type(767) .card__image {
    -webkit-transition-delay: 153.4s;
    -o-transition-delay: 153.4s;
    transition-delay: 153.4s;
}
.media .card:nth-of-type(768) .card__image {
    -webkit-transition-delay: 153.6s;
    -o-transition-delay: 153.6s;
    transition-delay: 153.6s;
}
.media .card:nth-of-type(769) .card__image {
    -webkit-transition-delay: 153.8s;
    -o-transition-delay: 153.8s;
    transition-delay: 153.8s;
}
.media .card:nth-of-type(770) .card__image {
    -webkit-transition-delay: 154s;
    -o-transition-delay: 154s;
    transition-delay: 154s;
}
.media .card:nth-of-type(771) .card__image {
    -webkit-transition-delay: 154.2s;
    -o-transition-delay: 154.2s;
    transition-delay: 154.2s;
}
.media .card:nth-of-type(772) .card__image {
    -webkit-transition-delay: 154.4s;
    -o-transition-delay: 154.4s;
    transition-delay: 154.4s;
}
.media .card:nth-of-type(773) .card__image {
    -webkit-transition-delay: 154.6s;
    -o-transition-delay: 154.6s;
    transition-delay: 154.6s;
}
.media .card:nth-of-type(774) .card__image {
    -webkit-transition-delay: 154.8s;
    -o-transition-delay: 154.8s;
    transition-delay: 154.8s;
}
.media .card:nth-of-type(775) .card__image {
    -webkit-transition-delay: 155s;
    -o-transition-delay: 155s;
    transition-delay: 155s;
}
.media .card:nth-of-type(776) .card__image {
    -webkit-transition-delay: 155.2s;
    -o-transition-delay: 155.2s;
    transition-delay: 155.2s;
}
.media .card:nth-of-type(777) .card__image {
    -webkit-transition-delay: 155.4s;
    -o-transition-delay: 155.4s;
    transition-delay: 155.4s;
}
.media .card:nth-of-type(778) .card__image {
    -webkit-transition-delay: 155.6s;
    -o-transition-delay: 155.6s;
    transition-delay: 155.6s;
}
.media .card:nth-of-type(779) .card__image {
    -webkit-transition-delay: 155.8s;
    -o-transition-delay: 155.8s;
    transition-delay: 155.8s;
}
.media .card:nth-of-type(780) .card__image {
    -webkit-transition-delay: 156s;
    -o-transition-delay: 156s;
    transition-delay: 156s;
}
.media .card:nth-of-type(781) .card__image {
    -webkit-transition-delay: 156.2s;
    -o-transition-delay: 156.2s;
    transition-delay: 156.2s;
}
.media .card:nth-of-type(782) .card__image {
    -webkit-transition-delay: 156.4s;
    -o-transition-delay: 156.4s;
    transition-delay: 156.4s;
}
.media .card:nth-of-type(783) .card__image {
    -webkit-transition-delay: 156.6s;
    -o-transition-delay: 156.6s;
    transition-delay: 156.6s;
}
.media .card:nth-of-type(784) .card__image {
    -webkit-transition-delay: 156.8s;
    -o-transition-delay: 156.8s;
    transition-delay: 156.8s;
}
.media .card:nth-of-type(785) .card__image {
    -webkit-transition-delay: 157s;
    -o-transition-delay: 157s;
    transition-delay: 157s;
}
.media .card:nth-of-type(786) .card__image {
    -webkit-transition-delay: 157.2s;
    -o-transition-delay: 157.2s;
    transition-delay: 157.2s;
}
.media .card:nth-of-type(787) .card__image {
    -webkit-transition-delay: 157.4s;
    -o-transition-delay: 157.4s;
    transition-delay: 157.4s;
}
.media .card:nth-of-type(788) .card__image {
    -webkit-transition-delay: 157.6s;
    -o-transition-delay: 157.6s;
    transition-delay: 157.6s;
}
.media .card:nth-of-type(789) .card__image {
    -webkit-transition-delay: 157.8s;
    -o-transition-delay: 157.8s;
    transition-delay: 157.8s;
}
.media .card:nth-of-type(790) .card__image {
    -webkit-transition-delay: 158s;
    -o-transition-delay: 158s;
    transition-delay: 158s;
}
.media .card:nth-of-type(791) .card__image {
    -webkit-transition-delay: 158.2s;
    -o-transition-delay: 158.2s;
    transition-delay: 158.2s;
}
.media .card:nth-of-type(792) .card__image {
    -webkit-transition-delay: 158.4s;
    -o-transition-delay: 158.4s;
    transition-delay: 158.4s;
}
.media .card:nth-of-type(793) .card__image {
    -webkit-transition-delay: 158.6s;
    -o-transition-delay: 158.6s;
    transition-delay: 158.6s;
}
.media .card:nth-of-type(794) .card__image {
    -webkit-transition-delay: 158.8s;
    -o-transition-delay: 158.8s;
    transition-delay: 158.8s;
}
.media .card:nth-of-type(795) .card__image {
    -webkit-transition-delay: 159s;
    -o-transition-delay: 159s;
    transition-delay: 159s;
}
.media .card:nth-of-type(796) .card__image {
    -webkit-transition-delay: 159.2s;
    -o-transition-delay: 159.2s;
    transition-delay: 159.2s;
}
.media .card:nth-of-type(797) .card__image {
    -webkit-transition-delay: 159.4s;
    -o-transition-delay: 159.4s;
    transition-delay: 159.4s;
}
.media .card:nth-of-type(798) .card__image {
    -webkit-transition-delay: 159.6s;
    -o-transition-delay: 159.6s;
    transition-delay: 159.6s;
}
.media .card:nth-of-type(799) .card__image {
    -webkit-transition-delay: 159.8s;
    -o-transition-delay: 159.8s;
    transition-delay: 159.8s;
}
.media .card:nth-of-type(800) .card__image {
    -webkit-transition-delay: 160s;
    -o-transition-delay: 160s;
    transition-delay: 160s;
}
.media .card:nth-of-type(801) .card__image {
    -webkit-transition-delay: 160.2s;
    -o-transition-delay: 160.2s;
    transition-delay: 160.2s;
}
.media .card:nth-of-type(802) .card__image {
    -webkit-transition-delay: 160.4s;
    -o-transition-delay: 160.4s;
    transition-delay: 160.4s;
}
.media .card:nth-of-type(803) .card__image {
    -webkit-transition-delay: 160.6s;
    -o-transition-delay: 160.6s;
    transition-delay: 160.6s;
}
.media .card:nth-of-type(804) .card__image {
    -webkit-transition-delay: 160.8s;
    -o-transition-delay: 160.8s;
    transition-delay: 160.8s;
}
.media .card:nth-of-type(805) .card__image {
    -webkit-transition-delay: 161s;
    -o-transition-delay: 161s;
    transition-delay: 161s;
}
.media .card:nth-of-type(806) .card__image {
    -webkit-transition-delay: 161.2s;
    -o-transition-delay: 161.2s;
    transition-delay: 161.2s;
}
.media .card:nth-of-type(807) .card__image {
    -webkit-transition-delay: 161.4s;
    -o-transition-delay: 161.4s;
    transition-delay: 161.4s;
}
.media .card:nth-of-type(808) .card__image {
    -webkit-transition-delay: 161.6s;
    -o-transition-delay: 161.6s;
    transition-delay: 161.6s;
}
.media .card:nth-of-type(809) .card__image {
    -webkit-transition-delay: 161.8s;
    -o-transition-delay: 161.8s;
    transition-delay: 161.8s;
}
.media .card:nth-of-type(810) .card__image {
    -webkit-transition-delay: 162s;
    -o-transition-delay: 162s;
    transition-delay: 162s;
}
.media .card:nth-of-type(811) .card__image {
    -webkit-transition-delay: 162.2s;
    -o-transition-delay: 162.2s;
    transition-delay: 162.2s;
}
.media .card:nth-of-type(812) .card__image {
    -webkit-transition-delay: 162.4s;
    -o-transition-delay: 162.4s;
    transition-delay: 162.4s;
}
.media .card:nth-of-type(813) .card__image {
    -webkit-transition-delay: 162.6s;
    -o-transition-delay: 162.6s;
    transition-delay: 162.6s;
}
.media .card:nth-of-type(814) .card__image {
    -webkit-transition-delay: 162.8s;
    -o-transition-delay: 162.8s;
    transition-delay: 162.8s;
}
.media .card:nth-of-type(815) .card__image {
    -webkit-transition-delay: 163s;
    -o-transition-delay: 163s;
    transition-delay: 163s;
}
.media .card:nth-of-type(816) .card__image {
    -webkit-transition-delay: 163.2s;
    -o-transition-delay: 163.2s;
    transition-delay: 163.2s;
}
.media .card:nth-of-type(817) .card__image {
    -webkit-transition-delay: 163.4s;
    -o-transition-delay: 163.4s;
    transition-delay: 163.4s;
}
.media .card:nth-of-type(818) .card__image {
    -webkit-transition-delay: 163.6s;
    -o-transition-delay: 163.6s;
    transition-delay: 163.6s;
}
.media .card:nth-of-type(819) .card__image {
    -webkit-transition-delay: 163.8s;
    -o-transition-delay: 163.8s;
    transition-delay: 163.8s;
}
.media .card:nth-of-type(820) .card__image {
    -webkit-transition-delay: 164s;
    -o-transition-delay: 164s;
    transition-delay: 164s;
}
.media .card:nth-of-type(821) .card__image {
    -webkit-transition-delay: 164.2s;
    -o-transition-delay: 164.2s;
    transition-delay: 164.2s;
}
.media .card:nth-of-type(822) .card__image {
    -webkit-transition-delay: 164.4s;
    -o-transition-delay: 164.4s;
    transition-delay: 164.4s;
}
.media .card:nth-of-type(823) .card__image {
    -webkit-transition-delay: 164.6s;
    -o-transition-delay: 164.6s;
    transition-delay: 164.6s;
}
.media .card:nth-of-type(824) .card__image {
    -webkit-transition-delay: 164.8s;
    -o-transition-delay: 164.8s;
    transition-delay: 164.8s;
}
.media .card:nth-of-type(825) .card__image {
    -webkit-transition-delay: 165s;
    -o-transition-delay: 165s;
    transition-delay: 165s;
}
.media .card:nth-of-type(826) .card__image {
    -webkit-transition-delay: 165.2s;
    -o-transition-delay: 165.2s;
    transition-delay: 165.2s;
}
.media .card:nth-of-type(827) .card__image {
    -webkit-transition-delay: 165.4s;
    -o-transition-delay: 165.4s;
    transition-delay: 165.4s;
}
.media .card:nth-of-type(828) .card__image {
    -webkit-transition-delay: 165.6s;
    -o-transition-delay: 165.6s;
    transition-delay: 165.6s;
}
.media .card:nth-of-type(829) .card__image {
    -webkit-transition-delay: 165.8s;
    -o-transition-delay: 165.8s;
    transition-delay: 165.8s;
}
.media .card:nth-of-type(830) .card__image {
    -webkit-transition-delay: 166s;
    -o-transition-delay: 166s;
    transition-delay: 166s;
}
.media .card:nth-of-type(831) .card__image {
    -webkit-transition-delay: 166.2s;
    -o-transition-delay: 166.2s;
    transition-delay: 166.2s;
}
.media .card:nth-of-type(832) .card__image {
    -webkit-transition-delay: 166.4s;
    -o-transition-delay: 166.4s;
    transition-delay: 166.4s;
}
.media .card:nth-of-type(833) .card__image {
    -webkit-transition-delay: 166.6s;
    -o-transition-delay: 166.6s;
    transition-delay: 166.6s;
}
.media .card:nth-of-type(834) .card__image {
    -webkit-transition-delay: 166.8s;
    -o-transition-delay: 166.8s;
    transition-delay: 166.8s;
}
.media .card:nth-of-type(835) .card__image {
    -webkit-transition-delay: 167s;
    -o-transition-delay: 167s;
    transition-delay: 167s;
}
.media .card:nth-of-type(836) .card__image {
    -webkit-transition-delay: 167.2s;
    -o-transition-delay: 167.2s;
    transition-delay: 167.2s;
}
.media .card:nth-of-type(837) .card__image {
    -webkit-transition-delay: 167.4s;
    -o-transition-delay: 167.4s;
    transition-delay: 167.4s;
}
.media .card:nth-of-type(838) .card__image {
    -webkit-transition-delay: 167.6s;
    -o-transition-delay: 167.6s;
    transition-delay: 167.6s;
}
.media .card:nth-of-type(839) .card__image {
    -webkit-transition-delay: 167.8s;
    -o-transition-delay: 167.8s;
    transition-delay: 167.8s;
}
.media .card:nth-of-type(840) .card__image {
    -webkit-transition-delay: 168s;
    -o-transition-delay: 168s;
    transition-delay: 168s;
}
.media .card:nth-of-type(841) .card__image {
    -webkit-transition-delay: 168.2s;
    -o-transition-delay: 168.2s;
    transition-delay: 168.2s;
}
.media .card:nth-of-type(842) .card__image {
    -webkit-transition-delay: 168.4s;
    -o-transition-delay: 168.4s;
    transition-delay: 168.4s;
}
.media .card:nth-of-type(843) .card__image {
    -webkit-transition-delay: 168.6s;
    -o-transition-delay: 168.6s;
    transition-delay: 168.6s;
}
.media .card:nth-of-type(844) .card__image {
    -webkit-transition-delay: 168.8s;
    -o-transition-delay: 168.8s;
    transition-delay: 168.8s;
}
.media .card:nth-of-type(845) .card__image {
    -webkit-transition-delay: 169s;
    -o-transition-delay: 169s;
    transition-delay: 169s;
}
.media .card:nth-of-type(846) .card__image {
    -webkit-transition-delay: 169.2s;
    -o-transition-delay: 169.2s;
    transition-delay: 169.2s;
}
.media .card:nth-of-type(847) .card__image {
    -webkit-transition-delay: 169.4s;
    -o-transition-delay: 169.4s;
    transition-delay: 169.4s;
}
.media .card:nth-of-type(848) .card__image {
    -webkit-transition-delay: 169.6s;
    -o-transition-delay: 169.6s;
    transition-delay: 169.6s;
}
.media .card:nth-of-type(849) .card__image {
    -webkit-transition-delay: 169.8s;
    -o-transition-delay: 169.8s;
    transition-delay: 169.8s;
}
.media .card:nth-of-type(850) .card__image {
    -webkit-transition-delay: 170s;
    -o-transition-delay: 170s;
    transition-delay: 170s;
}
.media .card:nth-of-type(851) .card__image {
    -webkit-transition-delay: 170.2s;
    -o-transition-delay: 170.2s;
    transition-delay: 170.2s;
}
.media .card:nth-of-type(852) .card__image {
    -webkit-transition-delay: 170.4s;
    -o-transition-delay: 170.4s;
    transition-delay: 170.4s;
}
.media .card:nth-of-type(853) .card__image {
    -webkit-transition-delay: 170.6s;
    -o-transition-delay: 170.6s;
    transition-delay: 170.6s;
}
.media .card:nth-of-type(854) .card__image {
    -webkit-transition-delay: 170.8s;
    -o-transition-delay: 170.8s;
    transition-delay: 170.8s;
}
.media .card:nth-of-type(855) .card__image {
    -webkit-transition-delay: 171s;
    -o-transition-delay: 171s;
    transition-delay: 171s;
}
.media .card:nth-of-type(856) .card__image {
    -webkit-transition-delay: 171.2s;
    -o-transition-delay: 171.2s;
    transition-delay: 171.2s;
}
.media .card:nth-of-type(857) .card__image {
    -webkit-transition-delay: 171.4s;
    -o-transition-delay: 171.4s;
    transition-delay: 171.4s;
}
.media .card:nth-of-type(858) .card__image {
    -webkit-transition-delay: 171.6s;
    -o-transition-delay: 171.6s;
    transition-delay: 171.6s;
}
.media .card:nth-of-type(859) .card__image {
    -webkit-transition-delay: 171.8s;
    -o-transition-delay: 171.8s;
    transition-delay: 171.8s;
}
.media .card:nth-of-type(860) .card__image {
    -webkit-transition-delay: 172s;
    -o-transition-delay: 172s;
    transition-delay: 172s;
}
.media .card:nth-of-type(861) .card__image {
    -webkit-transition-delay: 172.2s;
    -o-transition-delay: 172.2s;
    transition-delay: 172.2s;
}
.media .card:nth-of-type(862) .card__image {
    -webkit-transition-delay: 172.4s;
    -o-transition-delay: 172.4s;
    transition-delay: 172.4s;
}
.media .card:nth-of-type(863) .card__image {
    -webkit-transition-delay: 172.6s;
    -o-transition-delay: 172.6s;
    transition-delay: 172.6s;
}
.media .card:nth-of-type(864) .card__image {
    -webkit-transition-delay: 172.8s;
    -o-transition-delay: 172.8s;
    transition-delay: 172.8s;
}
.media .card:nth-of-type(865) .card__image {
    -webkit-transition-delay: 173s;
    -o-transition-delay: 173s;
    transition-delay: 173s;
}
.media .card:nth-of-type(866) .card__image {
    -webkit-transition-delay: 173.2s;
    -o-transition-delay: 173.2s;
    transition-delay: 173.2s;
}
.media .card:nth-of-type(867) .card__image {
    -webkit-transition-delay: 173.4s;
    -o-transition-delay: 173.4s;
    transition-delay: 173.4s;
}
.media .card:nth-of-type(868) .card__image {
    -webkit-transition-delay: 173.6s;
    -o-transition-delay: 173.6s;
    transition-delay: 173.6s;
}
.media .card:nth-of-type(869) .card__image {
    -webkit-transition-delay: 173.8s;
    -o-transition-delay: 173.8s;
    transition-delay: 173.8s;
}
.media .card:nth-of-type(870) .card__image {
    -webkit-transition-delay: 174s;
    -o-transition-delay: 174s;
    transition-delay: 174s;
}
.media .card:nth-of-type(871) .card__image {
    -webkit-transition-delay: 174.2s;
    -o-transition-delay: 174.2s;
    transition-delay: 174.2s;
}
.media .card:nth-of-type(872) .card__image {
    -webkit-transition-delay: 174.4s;
    -o-transition-delay: 174.4s;
    transition-delay: 174.4s;
}
.media .card:nth-of-type(873) .card__image {
    -webkit-transition-delay: 174.6s;
    -o-transition-delay: 174.6s;
    transition-delay: 174.6s;
}
.media .card:nth-of-type(874) .card__image {
    -webkit-transition-delay: 174.8s;
    -o-transition-delay: 174.8s;
    transition-delay: 174.8s;
}
.media .card:nth-of-type(875) .card__image {
    -webkit-transition-delay: 175s;
    -o-transition-delay: 175s;
    transition-delay: 175s;
}
.media .card:nth-of-type(876) .card__image {
    -webkit-transition-delay: 175.2s;
    -o-transition-delay: 175.2s;
    transition-delay: 175.2s;
}
.media .card:nth-of-type(877) .card__image {
    -webkit-transition-delay: 175.4s;
    -o-transition-delay: 175.4s;
    transition-delay: 175.4s;
}
.media .card:nth-of-type(878) .card__image {
    -webkit-transition-delay: 175.6s;
    -o-transition-delay: 175.6s;
    transition-delay: 175.6s;
}
.media .card:nth-of-type(879) .card__image {
    -webkit-transition-delay: 175.8s;
    -o-transition-delay: 175.8s;
    transition-delay: 175.8s;
}
.media .card:nth-of-type(880) .card__image {
    -webkit-transition-delay: 176s;
    -o-transition-delay: 176s;
    transition-delay: 176s;
}
.media .card:nth-of-type(881) .card__image {
    -webkit-transition-delay: 176.2s;
    -o-transition-delay: 176.2s;
    transition-delay: 176.2s;
}
.media .card:nth-of-type(882) .card__image {
    -webkit-transition-delay: 176.4s;
    -o-transition-delay: 176.4s;
    transition-delay: 176.4s;
}
.media .card:nth-of-type(883) .card__image {
    -webkit-transition-delay: 176.6s;
    -o-transition-delay: 176.6s;
    transition-delay: 176.6s;
}
.media .card:nth-of-type(884) .card__image {
    -webkit-transition-delay: 176.8s;
    -o-transition-delay: 176.8s;
    transition-delay: 176.8s;
}
.media .card:nth-of-type(885) .card__image {
    -webkit-transition-delay: 177s;
    -o-transition-delay: 177s;
    transition-delay: 177s;
}
.media .card:nth-of-type(886) .card__image {
    -webkit-transition-delay: 177.2s;
    -o-transition-delay: 177.2s;
    transition-delay: 177.2s;
}
.media .card:nth-of-type(887) .card__image {
    -webkit-transition-delay: 177.4s;
    -o-transition-delay: 177.4s;
    transition-delay: 177.4s;
}
.media .card:nth-of-type(888) .card__image {
    -webkit-transition-delay: 177.6s;
    -o-transition-delay: 177.6s;
    transition-delay: 177.6s;
}
.media .card:nth-of-type(889) .card__image {
    -webkit-transition-delay: 177.8s;
    -o-transition-delay: 177.8s;
    transition-delay: 177.8s;
}
.media .card:nth-of-type(890) .card__image {
    -webkit-transition-delay: 178s;
    -o-transition-delay: 178s;
    transition-delay: 178s;
}
.media .card:nth-of-type(891) .card__image {
    -webkit-transition-delay: 178.2s;
    -o-transition-delay: 178.2s;
    transition-delay: 178.2s;
}
.media .card:nth-of-type(892) .card__image {
    -webkit-transition-delay: 178.4s;
    -o-transition-delay: 178.4s;
    transition-delay: 178.4s;
}
.media .card:nth-of-type(893) .card__image {
    -webkit-transition-delay: 178.6s;
    -o-transition-delay: 178.6s;
    transition-delay: 178.6s;
}
.media .card:nth-of-type(894) .card__image {
    -webkit-transition-delay: 178.8s;
    -o-transition-delay: 178.8s;
    transition-delay: 178.8s;
}
.media .card:nth-of-type(895) .card__image {
    -webkit-transition-delay: 179s;
    -o-transition-delay: 179s;
    transition-delay: 179s;
}
.media .card:nth-of-type(896) .card__image {
    -webkit-transition-delay: 179.2s;
    -o-transition-delay: 179.2s;
    transition-delay: 179.2s;
}
.media .card:nth-of-type(897) .card__image {
    -webkit-transition-delay: 179.4s;
    -o-transition-delay: 179.4s;
    transition-delay: 179.4s;
}
.media .card:nth-of-type(898) .card__image {
    -webkit-transition-delay: 179.6s;
    -o-transition-delay: 179.6s;
    transition-delay: 179.6s;
}
.media .card:nth-of-type(899) .card__image {
    -webkit-transition-delay: 179.8s;
    -o-transition-delay: 179.8s;
    transition-delay: 179.8s;
}
.media .card:nth-of-type(900) .card__image {
    -webkit-transition-delay: 180s;
    -o-transition-delay: 180s;
    transition-delay: 180s;
}
.media .card:nth-of-type(901) .card__image {
    -webkit-transition-delay: 180.2s;
    -o-transition-delay: 180.2s;
    transition-delay: 180.2s;
}
.media .card:nth-of-type(902) .card__image {
    -webkit-transition-delay: 180.4s;
    -o-transition-delay: 180.4s;
    transition-delay: 180.4s;
}
.media .card:nth-of-type(903) .card__image {
    -webkit-transition-delay: 180.6s;
    -o-transition-delay: 180.6s;
    transition-delay: 180.6s;
}
.media .card:nth-of-type(904) .card__image {
    -webkit-transition-delay: 180.8s;
    -o-transition-delay: 180.8s;
    transition-delay: 180.8s;
}
.media .card:nth-of-type(905) .card__image {
    -webkit-transition-delay: 181s;
    -o-transition-delay: 181s;
    transition-delay: 181s;
}
.media .card:nth-of-type(906) .card__image {
    -webkit-transition-delay: 181.2s;
    -o-transition-delay: 181.2s;
    transition-delay: 181.2s;
}
.media .card:nth-of-type(907) .card__image {
    -webkit-transition-delay: 181.4s;
    -o-transition-delay: 181.4s;
    transition-delay: 181.4s;
}
.media .card:nth-of-type(908) .card__image {
    -webkit-transition-delay: 181.6s;
    -o-transition-delay: 181.6s;
    transition-delay: 181.6s;
}
.media .card:nth-of-type(909) .card__image {
    -webkit-transition-delay: 181.8s;
    -o-transition-delay: 181.8s;
    transition-delay: 181.8s;
}
.media .card:nth-of-type(910) .card__image {
    -webkit-transition-delay: 182s;
    -o-transition-delay: 182s;
    transition-delay: 182s;
}
.media .card:nth-of-type(911) .card__image {
    -webkit-transition-delay: 182.2s;
    -o-transition-delay: 182.2s;
    transition-delay: 182.2s;
}
.media .card:nth-of-type(912) .card__image {
    -webkit-transition-delay: 182.4s;
    -o-transition-delay: 182.4s;
    transition-delay: 182.4s;
}
.media .card:nth-of-type(913) .card__image {
    -webkit-transition-delay: 182.6s;
    -o-transition-delay: 182.6s;
    transition-delay: 182.6s;
}
.media .card:nth-of-type(914) .card__image {
    -webkit-transition-delay: 182.8s;
    -o-transition-delay: 182.8s;
    transition-delay: 182.8s;
}
.media .card:nth-of-type(915) .card__image {
    -webkit-transition-delay: 183s;
    -o-transition-delay: 183s;
    transition-delay: 183s;
}
.media .card:nth-of-type(916) .card__image {
    -webkit-transition-delay: 183.2s;
    -o-transition-delay: 183.2s;
    transition-delay: 183.2s;
}
.media .card:nth-of-type(917) .card__image {
    -webkit-transition-delay: 183.4s;
    -o-transition-delay: 183.4s;
    transition-delay: 183.4s;
}
.media .card:nth-of-type(918) .card__image {
    -webkit-transition-delay: 183.6s;
    -o-transition-delay: 183.6s;
    transition-delay: 183.6s;
}
.media .card:nth-of-type(919) .card__image {
    -webkit-transition-delay: 183.8s;
    -o-transition-delay: 183.8s;
    transition-delay: 183.8s;
}
.media .card:nth-of-type(920) .card__image {
    -webkit-transition-delay: 184s;
    -o-transition-delay: 184s;
    transition-delay: 184s;
}
.media .card:nth-of-type(921) .card__image {
    -webkit-transition-delay: 184.2s;
    -o-transition-delay: 184.2s;
    transition-delay: 184.2s;
}
.media .card:nth-of-type(922) .card__image {
    -webkit-transition-delay: 184.4s;
    -o-transition-delay: 184.4s;
    transition-delay: 184.4s;
}
.media .card:nth-of-type(923) .card__image {
    -webkit-transition-delay: 184.6s;
    -o-transition-delay: 184.6s;
    transition-delay: 184.6s;
}
.media .card:nth-of-type(924) .card__image {
    -webkit-transition-delay: 184.8s;
    -o-transition-delay: 184.8s;
    transition-delay: 184.8s;
}
.media .card:nth-of-type(925) .card__image {
    -webkit-transition-delay: 185s;
    -o-transition-delay: 185s;
    transition-delay: 185s;
}
.media .card:nth-of-type(926) .card__image {
    -webkit-transition-delay: 185.2s;
    -o-transition-delay: 185.2s;
    transition-delay: 185.2s;
}
.media .card:nth-of-type(927) .card__image {
    -webkit-transition-delay: 185.4s;
    -o-transition-delay: 185.4s;
    transition-delay: 185.4s;
}
.media .card:nth-of-type(928) .card__image {
    -webkit-transition-delay: 185.6s;
    -o-transition-delay: 185.6s;
    transition-delay: 185.6s;
}
.media .card:nth-of-type(929) .card__image {
    -webkit-transition-delay: 185.8s;
    -o-transition-delay: 185.8s;
    transition-delay: 185.8s;
}
.media .card:nth-of-type(930) .card__image {
    -webkit-transition-delay: 186s;
    -o-transition-delay: 186s;
    transition-delay: 186s;
}
.media .card:nth-of-type(931) .card__image {
    -webkit-transition-delay: 186.2s;
    -o-transition-delay: 186.2s;
    transition-delay: 186.2s;
}
.media .card:nth-of-type(932) .card__image {
    -webkit-transition-delay: 186.4s;
    -o-transition-delay: 186.4s;
    transition-delay: 186.4s;
}
.media .card:nth-of-type(933) .card__image {
    -webkit-transition-delay: 186.6s;
    -o-transition-delay: 186.6s;
    transition-delay: 186.6s;
}
.media .card:nth-of-type(934) .card__image {
    -webkit-transition-delay: 186.8s;
    -o-transition-delay: 186.8s;
    transition-delay: 186.8s;
}
.media .card:nth-of-type(935) .card__image {
    -webkit-transition-delay: 187s;
    -o-transition-delay: 187s;
    transition-delay: 187s;
}
.media .card:nth-of-type(936) .card__image {
    -webkit-transition-delay: 187.2s;
    -o-transition-delay: 187.2s;
    transition-delay: 187.2s;
}
.media .card:nth-of-type(937) .card__image {
    -webkit-transition-delay: 187.4s;
    -o-transition-delay: 187.4s;
    transition-delay: 187.4s;
}
.media .card:nth-of-type(938) .card__image {
    -webkit-transition-delay: 187.6s;
    -o-transition-delay: 187.6s;
    transition-delay: 187.6s;
}
.media .card:nth-of-type(939) .card__image {
    -webkit-transition-delay: 187.8s;
    -o-transition-delay: 187.8s;
    transition-delay: 187.8s;
}
.media .card:nth-of-type(940) .card__image {
    -webkit-transition-delay: 188s;
    -o-transition-delay: 188s;
    transition-delay: 188s;
}
.media .card:nth-of-type(941) .card__image {
    -webkit-transition-delay: 188.2s;
    -o-transition-delay: 188.2s;
    transition-delay: 188.2s;
}
.media .card:nth-of-type(942) .card__image {
    -webkit-transition-delay: 188.4s;
    -o-transition-delay: 188.4s;
    transition-delay: 188.4s;
}
.media .card:nth-of-type(943) .card__image {
    -webkit-transition-delay: 188.6s;
    -o-transition-delay: 188.6s;
    transition-delay: 188.6s;
}
.media .card:nth-of-type(944) .card__image {
    -webkit-transition-delay: 188.8s;
    -o-transition-delay: 188.8s;
    transition-delay: 188.8s;
}
.media .card:nth-of-type(945) .card__image {
    -webkit-transition-delay: 189s;
    -o-transition-delay: 189s;
    transition-delay: 189s;
}
.media .card:nth-of-type(946) .card__image {
    -webkit-transition-delay: 189.2s;
    -o-transition-delay: 189.2s;
    transition-delay: 189.2s;
}
.media .card:nth-of-type(947) .card__image {
    -webkit-transition-delay: 189.4s;
    -o-transition-delay: 189.4s;
    transition-delay: 189.4s;
}
.media .card:nth-of-type(948) .card__image {
    -webkit-transition-delay: 189.6s;
    -o-transition-delay: 189.6s;
    transition-delay: 189.6s;
}
.media .card:nth-of-type(949) .card__image {
    -webkit-transition-delay: 189.8s;
    -o-transition-delay: 189.8s;
    transition-delay: 189.8s;
}
.media .card:nth-of-type(950) .card__image {
    -webkit-transition-delay: 190s;
    -o-transition-delay: 190s;
    transition-delay: 190s;
}
.media .card:nth-of-type(951) .card__image {
    -webkit-transition-delay: 190.2s;
    -o-transition-delay: 190.2s;
    transition-delay: 190.2s;
}
.media .card:nth-of-type(952) .card__image {
    -webkit-transition-delay: 190.4s;
    -o-transition-delay: 190.4s;
    transition-delay: 190.4s;
}
.media .card:nth-of-type(953) .card__image {
    -webkit-transition-delay: 190.6s;
    -o-transition-delay: 190.6s;
    transition-delay: 190.6s;
}
.media .card:nth-of-type(954) .card__image {
    -webkit-transition-delay: 190.8s;
    -o-transition-delay: 190.8s;
    transition-delay: 190.8s;
}
.media .card:nth-of-type(955) .card__image {
    -webkit-transition-delay: 191s;
    -o-transition-delay: 191s;
    transition-delay: 191s;
}
.media .card:nth-of-type(956) .card__image {
    -webkit-transition-delay: 191.2s;
    -o-transition-delay: 191.2s;
    transition-delay: 191.2s;
}
.media .card:nth-of-type(957) .card__image {
    -webkit-transition-delay: 191.4s;
    -o-transition-delay: 191.4s;
    transition-delay: 191.4s;
}
.media .card:nth-of-type(958) .card__image {
    -webkit-transition-delay: 191.6s;
    -o-transition-delay: 191.6s;
    transition-delay: 191.6s;
}
.media .card:nth-of-type(959) .card__image {
    -webkit-transition-delay: 191.8s;
    -o-transition-delay: 191.8s;
    transition-delay: 191.8s;
}
.media .card:nth-of-type(960) .card__image {
    -webkit-transition-delay: 192s;
    -o-transition-delay: 192s;
    transition-delay: 192s;
}
.media .card:nth-of-type(961) .card__image {
    -webkit-transition-delay: 192.2s;
    -o-transition-delay: 192.2s;
    transition-delay: 192.2s;
}
.media .card:nth-of-type(962) .card__image {
    -webkit-transition-delay: 192.4s;
    -o-transition-delay: 192.4s;
    transition-delay: 192.4s;
}
.media .card:nth-of-type(963) .card__image {
    -webkit-transition-delay: 192.6s;
    -o-transition-delay: 192.6s;
    transition-delay: 192.6s;
}
.media .card:nth-of-type(964) .card__image {
    -webkit-transition-delay: 192.8s;
    -o-transition-delay: 192.8s;
    transition-delay: 192.8s;
}
.media .card:nth-of-type(965) .card__image {
    -webkit-transition-delay: 193s;
    -o-transition-delay: 193s;
    transition-delay: 193s;
}
.media .card:nth-of-type(966) .card__image {
    -webkit-transition-delay: 193.2s;
    -o-transition-delay: 193.2s;
    transition-delay: 193.2s;
}
.media .card:nth-of-type(967) .card__image {
    -webkit-transition-delay: 193.4s;
    -o-transition-delay: 193.4s;
    transition-delay: 193.4s;
}
.media .card:nth-of-type(968) .card__image {
    -webkit-transition-delay: 193.6s;
    -o-transition-delay: 193.6s;
    transition-delay: 193.6s;
}
.media .card:nth-of-type(969) .card__image {
    -webkit-transition-delay: 193.8s;
    -o-transition-delay: 193.8s;
    transition-delay: 193.8s;
}
.media .card:nth-of-type(970) .card__image {
    -webkit-transition-delay: 194s;
    -o-transition-delay: 194s;
    transition-delay: 194s;
}
.media .card:nth-of-type(971) .card__image {
    -webkit-transition-delay: 194.2s;
    -o-transition-delay: 194.2s;
    transition-delay: 194.2s;
}
.media .card:nth-of-type(972) .card__image {
    -webkit-transition-delay: 194.4s;
    -o-transition-delay: 194.4s;
    transition-delay: 194.4s;
}
.media .card:nth-of-type(973) .card__image {
    -webkit-transition-delay: 194.6s;
    -o-transition-delay: 194.6s;
    transition-delay: 194.6s;
}
.media .card:nth-of-type(974) .card__image {
    -webkit-transition-delay: 194.8s;
    -o-transition-delay: 194.8s;
    transition-delay: 194.8s;
}
.media .card:nth-of-type(975) .card__image {
    -webkit-transition-delay: 195s;
    -o-transition-delay: 195s;
    transition-delay: 195s;
}
.media .card:nth-of-type(976) .card__image {
    -webkit-transition-delay: 195.2s;
    -o-transition-delay: 195.2s;
    transition-delay: 195.2s;
}
.media .card:nth-of-type(977) .card__image {
    -webkit-transition-delay: 195.4s;
    -o-transition-delay: 195.4s;
    transition-delay: 195.4s;
}
.media .card:nth-of-type(978) .card__image {
    -webkit-transition-delay: 195.6s;
    -o-transition-delay: 195.6s;
    transition-delay: 195.6s;
}
.media .card:nth-of-type(979) .card__image {
    -webkit-transition-delay: 195.8s;
    -o-transition-delay: 195.8s;
    transition-delay: 195.8s;
}
.media .card:nth-of-type(980) .card__image {
    -webkit-transition-delay: 196s;
    -o-transition-delay: 196s;
    transition-delay: 196s;
}
.media .card:nth-of-type(981) .card__image {
    -webkit-transition-delay: 196.2s;
    -o-transition-delay: 196.2s;
    transition-delay: 196.2s;
}
.media .card:nth-of-type(982) .card__image {
    -webkit-transition-delay: 196.4s;
    -o-transition-delay: 196.4s;
    transition-delay: 196.4s;
}
.media .card:nth-of-type(983) .card__image {
    -webkit-transition-delay: 196.6s;
    -o-transition-delay: 196.6s;
    transition-delay: 196.6s;
}
.media .card:nth-of-type(984) .card__image {
    -webkit-transition-delay: 196.8s;
    -o-transition-delay: 196.8s;
    transition-delay: 196.8s;
}
.media .card:nth-of-type(985) .card__image {
    -webkit-transition-delay: 197s;
    -o-transition-delay: 197s;
    transition-delay: 197s;
}
.media .card:nth-of-type(986) .card__image {
    -webkit-transition-delay: 197.2s;
    -o-transition-delay: 197.2s;
    transition-delay: 197.2s;
}
.media .card:nth-of-type(987) .card__image {
    -webkit-transition-delay: 197.4s;
    -o-transition-delay: 197.4s;
    transition-delay: 197.4s;
}
.media .card:nth-of-type(988) .card__image {
    -webkit-transition-delay: 197.6s;
    -o-transition-delay: 197.6s;
    transition-delay: 197.6s;
}
.media .card:nth-of-type(989) .card__image {
    -webkit-transition-delay: 197.8s;
    -o-transition-delay: 197.8s;
    transition-delay: 197.8s;
}
.media .card:nth-of-type(990) .card__image {
    -webkit-transition-delay: 198s;
    -o-transition-delay: 198s;
    transition-delay: 198s;
}
.media .card:nth-of-type(991) .card__image {
    -webkit-transition-delay: 198.2s;
    -o-transition-delay: 198.2s;
    transition-delay: 198.2s;
}
.media .card:nth-of-type(992) .card__image {
    -webkit-transition-delay: 198.4s;
    -o-transition-delay: 198.4s;
    transition-delay: 198.4s;
}
.media .card:nth-of-type(993) .card__image {
    -webkit-transition-delay: 198.6s;
    -o-transition-delay: 198.6s;
    transition-delay: 198.6s;
}
.media .card:nth-of-type(994) .card__image {
    -webkit-transition-delay: 198.8s;
    -o-transition-delay: 198.8s;
    transition-delay: 198.8s;
}
.media .card:nth-of-type(995) .card__image {
    -webkit-transition-delay: 199s;
    -o-transition-delay: 199s;
    transition-delay: 199s;
}
.media .card:nth-of-type(996) .card__image {
    -webkit-transition-delay: 199.2s;
    -o-transition-delay: 199.2s;
    transition-delay: 199.2s;
}
.media .card:nth-of-type(997) .card__image {
    -webkit-transition-delay: 199.4s;
    -o-transition-delay: 199.4s;
    transition-delay: 199.4s;
}
.media .card:nth-of-type(998) .card__image {
    -webkit-transition-delay: 199.6s;
    -o-transition-delay: 199.6s;
    transition-delay: 199.6s;
}
.media .card:nth-of-type(999) .card__image {
    -webkit-transition-delay: 199.8s;
    -o-transition-delay: 199.8s;
    transition-delay: 199.8s;
}
.media .card:nth-of-type(1000) .card__image {
    -webkit-transition-delay: 200s;
    -o-transition-delay: 200s;
    transition-delay: 200s;
}
.media .card_active {
    z-index: 1;
}
.media .card_journal_left .journal {
    left: auto;
    right: 0;
}
.media__inner {
    font-size: 0;
    letter-spacing: 0;
    padding: 0;
}
.media__inner_active .card__image {
    -webkit-transform: translate3d(0, 0px, 1px);
    transform: translate3d(0, 0px, 1px);
    opacity: 1;
}
.journal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 31px 40px 31px 31px;
    background-color: #f0f0f0;
    z-index: 2;
    display: none;
}
.journal__close {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 3px;
    right: 6px;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.journal__close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    width: 24px;
    height: 1px;
    background-color: #828282;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.journal__close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    width: 24px;
    height: 1px;
    background-color: #828282;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.journal__close:hover {
    opacity: 0.7;
}
.journal .item {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 28px;
}
.journal .item__image {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.journal .item__title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #828282;
    text-align: left;
    padding-left: 24px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.journal .item:last-of-type {
    margin-bottom: 0;
}
.journal .item:hover .item__title {
    color: #121212;
}
@media only screen and (min-width: 1201px) {
    .media .card:hover .card__wrap {
        opacity: 0.5;
    }
}
@media only screen and (min-width: 1766px) {
    .media .card {
        width: calc(100% / 5);
    }
}
@media only screen and (min-width: 2092px) {
    .media .card {
        width: calc(100% / 6);
    }
}
@media only screen and (min-width: 2418px) {
    .media .card {
        width: calc(100% / 7);
    }
}
@media only screen and (min-width: 2744px) {
    .media .card {
        width: calc(100% / 8);
    }
}
@media only screen and (max-width: 1200px) {
    .media {
        padding-top: 111px;
    }
    .media .card {
        height: 117px;
    }
    .media .card__image {
        width: 58px;
    }
    .journal {
        width: 200%;
    }
}
@media only screen and (max-width: 767px) {
    .journal {
        width: 100%;
    }
    .media {
        padding-top: 94px;
    }
    .media__h2 {
        margin-bottom: 16px;
    }
    .media__inner {
        overflow-x: scroll;
    }
    .media__body {
        padding-top: 12px;
        padding-bottom: 26px;
    }
    .media .card {
        width: 100%;
        height: 204px;
    }
    .media .card__image {
        width: 93px;
    }
    .media .card__date {
        font-size: 14px;
        margin-bottom: 13px;
    }
    .media .card__h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

/*# sourceMappingURL=media.css.map */
.search-results {
    padding-top: 223px;
}
.search-results__text {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 27px;
}
.search-results__h2 {
    margin-bottom: 16px;
}
.search-results__body {
    padding-top: 41px;
    padding-bottom: 10px;
}
.search-results__not-found {
    display: none;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin: 24px 0 55px 0;
}
.search-results .card {
    display: block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    max-width: 856px;
    margin-right: calc(100% - 856px);
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 1px);
    transform: translate3d(0, 50px, 1px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-results .card__inner {
    padding: 20px 0;
    font-size: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #e0e0e0;
}
.search-results .card__title {
    display: inline-block;
    vertical-align: bottom;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: calc(100% - 84px);
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #666;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-results .card__label {
    display: inline-block;
    vertical-align: bottom;
    width: 84px;
    text-align: right;
    color: #bdbdbd;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-results .card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #333;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.search-results .card:nth-of-type(1) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.search-results .card:nth-of-type(2) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.search-results .card:nth-of-type(3) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.search-results .card:nth-of-type(4) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.search-results .card:nth-of-type(5) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.search-results .card:nth-of-type(6) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.search-results .card:nth-of-type(7) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.search-results .card:nth-of-type(8) {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.search-results .card:nth-of-type(9) {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.search-results .card:nth-of-type(10) {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
.search-results .card:nth-of-type(11) {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.search-results .card:nth-of-type(12) {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.search-results .card:nth-of-type(13) {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}
.search-results .card:nth-of-type(14) {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}
.search-results .card:nth-of-type(15) {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
.search-results .card:nth-of-type(16) {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}
.search-results .card:nth-of-type(17) {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}
.search-results .card:nth-of-type(18) {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}
.search-results .card:nth-of-type(19) {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
}
.search-results .card:nth-of-type(20) {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
}
.search-results .card:nth-of-type(21) {
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}
.search-results .card:nth-of-type(22) {
    -webkit-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
}
.search-results .card:nth-of-type(23) {
    -webkit-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}
.search-results .card:nth-of-type(24) {
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}
.search-results .card:nth-of-type(25) {
    -webkit-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}
.search-results .card:nth-of-type(26) {
    -webkit-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s;
}
.search-results .card:nth-of-type(27) {
    -webkit-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s;
}
.search-results .card:nth-of-type(28) {
    -webkit-transition-delay: 5.6s;
    -o-transition-delay: 5.6s;
    transition-delay: 5.6s;
}
.search-results .card:nth-of-type(29) {
    -webkit-transition-delay: 5.8s;
    -o-transition-delay: 5.8s;
    transition-delay: 5.8s;
}
.search-results .card:nth-of-type(30) {
    -webkit-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s;
}
.search-results .card:nth-of-type(31) {
    -webkit-transition-delay: 6.2s;
    -o-transition-delay: 6.2s;
    transition-delay: 6.2s;
}
.search-results .card:nth-of-type(32) {
    -webkit-transition-delay: 6.4s;
    -o-transition-delay: 6.4s;
    transition-delay: 6.4s;
}
.search-results .card:nth-of-type(33) {
    -webkit-transition-delay: 6.6s;
    -o-transition-delay: 6.6s;
    transition-delay: 6.6s;
}
.search-results .card:nth-of-type(34) {
    -webkit-transition-delay: 6.8s;
    -o-transition-delay: 6.8s;
    transition-delay: 6.8s;
}
.search-results .card:nth-of-type(35) {
    -webkit-transition-delay: 7s;
    -o-transition-delay: 7s;
    transition-delay: 7s;
}
.search-results .card:nth-of-type(36) {
    -webkit-transition-delay: 7.2s;
    -o-transition-delay: 7.2s;
    transition-delay: 7.2s;
}
.search-results .card:nth-of-type(37) {
    -webkit-transition-delay: 7.4s;
    -o-transition-delay: 7.4s;
    transition-delay: 7.4s;
}
.search-results .card:nth-of-type(38) {
    -webkit-transition-delay: 7.6s;
    -o-transition-delay: 7.6s;
    transition-delay: 7.6s;
}
.search-results .card:nth-of-type(39) {
    -webkit-transition-delay: 7.8s;
    -o-transition-delay: 7.8s;
    transition-delay: 7.8s;
}
.search-results .card:nth-of-type(40) {
    -webkit-transition-delay: 8s;
    -o-transition-delay: 8s;
    transition-delay: 8s;
}
.search-results .card:nth-of-type(41) {
    -webkit-transition-delay: 8.2s;
    -o-transition-delay: 8.2s;
    transition-delay: 8.2s;
}
.search-results .card:nth-of-type(42) {
    -webkit-transition-delay: 8.4s;
    -o-transition-delay: 8.4s;
    transition-delay: 8.4s;
}
.search-results .card:nth-of-type(43) {
    -webkit-transition-delay: 8.6s;
    -o-transition-delay: 8.6s;
    transition-delay: 8.6s;
}
.search-results .card:nth-of-type(44) {
    -webkit-transition-delay: 8.8s;
    -o-transition-delay: 8.8s;
    transition-delay: 8.8s;
}
.search-results .card:nth-of-type(45) {
    -webkit-transition-delay: 9s;
    -o-transition-delay: 9s;
    transition-delay: 9s;
}
.search-results .card:nth-of-type(46) {
    -webkit-transition-delay: 9.2s;
    -o-transition-delay: 9.2s;
    transition-delay: 9.2s;
}
.search-results .card:nth-of-type(47) {
    -webkit-transition-delay: 9.4s;
    -o-transition-delay: 9.4s;
    transition-delay: 9.4s;
}
.search-results .card:nth-of-type(48) {
    -webkit-transition-delay: 9.6s;
    -o-transition-delay: 9.6s;
    transition-delay: 9.6s;
}
.search-results .card:nth-of-type(49) {
    -webkit-transition-delay: 9.8s;
    -o-transition-delay: 9.8s;
    transition-delay: 9.8s;
}
.search-results .card:nth-of-type(50) {
    -webkit-transition-delay: 10s;
    -o-transition-delay: 10s;
    transition-delay: 10s;
}
.search-results .card:nth-of-type(51) {
    -webkit-transition-delay: 10.2s;
    -o-transition-delay: 10.2s;
    transition-delay: 10.2s;
}
.search-results .card:nth-of-type(52) {
    -webkit-transition-delay: 10.4s;
    -o-transition-delay: 10.4s;
    transition-delay: 10.4s;
}
.search-results .card:nth-of-type(53) {
    -webkit-transition-delay: 10.6s;
    -o-transition-delay: 10.6s;
    transition-delay: 10.6s;
}
.search-results .card:nth-of-type(54) {
    -webkit-transition-delay: 10.8s;
    -o-transition-delay: 10.8s;
    transition-delay: 10.8s;
}
.search-results .card:nth-of-type(55) {
    -webkit-transition-delay: 11s;
    -o-transition-delay: 11s;
    transition-delay: 11s;
}
.search-results .card:nth-of-type(56) {
    -webkit-transition-delay: 11.2s;
    -o-transition-delay: 11.2s;
    transition-delay: 11.2s;
}
.search-results .card:nth-of-type(57) {
    -webkit-transition-delay: 11.4s;
    -o-transition-delay: 11.4s;
    transition-delay: 11.4s;
}
.search-results .card:nth-of-type(58) {
    -webkit-transition-delay: 11.6s;
    -o-transition-delay: 11.6s;
    transition-delay: 11.6s;
}
.search-results .card:nth-of-type(59) {
    -webkit-transition-delay: 11.8s;
    -o-transition-delay: 11.8s;
    transition-delay: 11.8s;
}
.search-results .card:nth-of-type(60) {
    -webkit-transition-delay: 12s;
    -o-transition-delay: 12s;
    transition-delay: 12s;
}
.search-results .card:nth-of-type(61) {
    -webkit-transition-delay: 12.2s;
    -o-transition-delay: 12.2s;
    transition-delay: 12.2s;
}
.search-results .card:nth-of-type(62) {
    -webkit-transition-delay: 12.4s;
    -o-transition-delay: 12.4s;
    transition-delay: 12.4s;
}
.search-results .card:nth-of-type(63) {
    -webkit-transition-delay: 12.6s;
    -o-transition-delay: 12.6s;
    transition-delay: 12.6s;
}
.search-results .card:nth-of-type(64) {
    -webkit-transition-delay: 12.8s;
    -o-transition-delay: 12.8s;
    transition-delay: 12.8s;
}
.search-results .card:nth-of-type(65) {
    -webkit-transition-delay: 13s;
    -o-transition-delay: 13s;
    transition-delay: 13s;
}
.search-results .card:nth-of-type(66) {
    -webkit-transition-delay: 13.2s;
    -o-transition-delay: 13.2s;
    transition-delay: 13.2s;
}
.search-results .card:nth-of-type(67) {
    -webkit-transition-delay: 13.4s;
    -o-transition-delay: 13.4s;
    transition-delay: 13.4s;
}
.search-results .card:nth-of-type(68) {
    -webkit-transition-delay: 13.6s;
    -o-transition-delay: 13.6s;
    transition-delay: 13.6s;
}
.search-results .card:nth-of-type(69) {
    -webkit-transition-delay: 13.8s;
    -o-transition-delay: 13.8s;
    transition-delay: 13.8s;
}
.search-results .card:nth-of-type(70) {
    -webkit-transition-delay: 14s;
    -o-transition-delay: 14s;
    transition-delay: 14s;
}
.search-results .card:nth-of-type(71) {
    -webkit-transition-delay: 14.2s;
    -o-transition-delay: 14.2s;
    transition-delay: 14.2s;
}
.search-results .card:nth-of-type(72) {
    -webkit-transition-delay: 14.4s;
    -o-transition-delay: 14.4s;
    transition-delay: 14.4s;
}
.search-results .card:nth-of-type(73) {
    -webkit-transition-delay: 14.6s;
    -o-transition-delay: 14.6s;
    transition-delay: 14.6s;
}
.search-results .card:nth-of-type(74) {
    -webkit-transition-delay: 14.8s;
    -o-transition-delay: 14.8s;
    transition-delay: 14.8s;
}
.search-results .card:nth-of-type(75) {
    -webkit-transition-delay: 15s;
    -o-transition-delay: 15s;
    transition-delay: 15s;
}
.search-results .card:nth-of-type(76) {
    -webkit-transition-delay: 15.2s;
    -o-transition-delay: 15.2s;
    transition-delay: 15.2s;
}
.search-results .card:nth-of-type(77) {
    -webkit-transition-delay: 15.4s;
    -o-transition-delay: 15.4s;
    transition-delay: 15.4s;
}
.search-results .card:nth-of-type(78) {
    -webkit-transition-delay: 15.6s;
    -o-transition-delay: 15.6s;
    transition-delay: 15.6s;
}
.search-results .card:nth-of-type(79) {
    -webkit-transition-delay: 15.8s;
    -o-transition-delay: 15.8s;
    transition-delay: 15.8s;
}
.search-results .card:nth-of-type(80) {
    -webkit-transition-delay: 16s;
    -o-transition-delay: 16s;
    transition-delay: 16s;
}
.search-results .card:nth-of-type(81) {
    -webkit-transition-delay: 16.2s;
    -o-transition-delay: 16.2s;
    transition-delay: 16.2s;
}
.search-results .card:nth-of-type(82) {
    -webkit-transition-delay: 16.4s;
    -o-transition-delay: 16.4s;
    transition-delay: 16.4s;
}
.search-results .card:nth-of-type(83) {
    -webkit-transition-delay: 16.6s;
    -o-transition-delay: 16.6s;
    transition-delay: 16.6s;
}
.search-results .card:nth-of-type(84) {
    -webkit-transition-delay: 16.8s;
    -o-transition-delay: 16.8s;
    transition-delay: 16.8s;
}
.search-results .card:nth-of-type(85) {
    -webkit-transition-delay: 17s;
    -o-transition-delay: 17s;
    transition-delay: 17s;
}
.search-results .card:nth-of-type(86) {
    -webkit-transition-delay: 17.2s;
    -o-transition-delay: 17.2s;
    transition-delay: 17.2s;
}
.search-results .card:nth-of-type(87) {
    -webkit-transition-delay: 17.4s;
    -o-transition-delay: 17.4s;
    transition-delay: 17.4s;
}
.search-results .card:nth-of-type(88) {
    -webkit-transition-delay: 17.6s;
    -o-transition-delay: 17.6s;
    transition-delay: 17.6s;
}
.search-results .card:nth-of-type(89) {
    -webkit-transition-delay: 17.8s;
    -o-transition-delay: 17.8s;
    transition-delay: 17.8s;
}
.search-results .card:nth-of-type(90) {
    -webkit-transition-delay: 18s;
    -o-transition-delay: 18s;
    transition-delay: 18s;
}
.search-results .card:nth-of-type(91) {
    -webkit-transition-delay: 18.2s;
    -o-transition-delay: 18.2s;
    transition-delay: 18.2s;
}
.search-results .card:nth-of-type(92) {
    -webkit-transition-delay: 18.4s;
    -o-transition-delay: 18.4s;
    transition-delay: 18.4s;
}
.search-results .card:nth-of-type(93) {
    -webkit-transition-delay: 18.6s;
    -o-transition-delay: 18.6s;
    transition-delay: 18.6s;
}
.search-results .card:nth-of-type(94) {
    -webkit-transition-delay: 18.8s;
    -o-transition-delay: 18.8s;
    transition-delay: 18.8s;
}
.search-results .card:nth-of-type(95) {
    -webkit-transition-delay: 19s;
    -o-transition-delay: 19s;
    transition-delay: 19s;
}
.search-results .card:nth-of-type(96) {
    -webkit-transition-delay: 19.2s;
    -o-transition-delay: 19.2s;
    transition-delay: 19.2s;
}
.search-results .card:nth-of-type(97) {
    -webkit-transition-delay: 19.4s;
    -o-transition-delay: 19.4s;
    transition-delay: 19.4s;
}
.search-results .card:nth-of-type(98) {
    -webkit-transition-delay: 19.6s;
    -o-transition-delay: 19.6s;
    transition-delay: 19.6s;
}
.search-results .card:nth-of-type(99) {
    -webkit-transition-delay: 19.8s;
    -o-transition-delay: 19.8s;
    transition-delay: 19.8s;
}
.search-results .card:nth-of-type(100) {
    -webkit-transition-delay: 20s;
    -o-transition-delay: 20s;
    transition-delay: 20s;
}
.search-results .card:nth-of-type(101) {
    -webkit-transition-delay: 20.2s;
    -o-transition-delay: 20.2s;
    transition-delay: 20.2s;
}
.search-results .card:nth-of-type(102) {
    -webkit-transition-delay: 20.4s;
    -o-transition-delay: 20.4s;
    transition-delay: 20.4s;
}
.search-results .card:nth-of-type(103) {
    -webkit-transition-delay: 20.6s;
    -o-transition-delay: 20.6s;
    transition-delay: 20.6s;
}
.search-results .card:nth-of-type(104) {
    -webkit-transition-delay: 20.8s;
    -o-transition-delay: 20.8s;
    transition-delay: 20.8s;
}
.search-results .card:nth-of-type(105) {
    -webkit-transition-delay: 21s;
    -o-transition-delay: 21s;
    transition-delay: 21s;
}
.search-results .card:nth-of-type(106) {
    -webkit-transition-delay: 21.2s;
    -o-transition-delay: 21.2s;
    transition-delay: 21.2s;
}
.search-results .card:nth-of-type(107) {
    -webkit-transition-delay: 21.4s;
    -o-transition-delay: 21.4s;
    transition-delay: 21.4s;
}
.search-results .card:nth-of-type(108) {
    -webkit-transition-delay: 21.6s;
    -o-transition-delay: 21.6s;
    transition-delay: 21.6s;
}
.search-results .card:nth-of-type(109) {
    -webkit-transition-delay: 21.8s;
    -o-transition-delay: 21.8s;
    transition-delay: 21.8s;
}
.search-results .card:nth-of-type(110) {
    -webkit-transition-delay: 22s;
    -o-transition-delay: 22s;
    transition-delay: 22s;
}
.search-results .card:nth-of-type(111) {
    -webkit-transition-delay: 22.2s;
    -o-transition-delay: 22.2s;
    transition-delay: 22.2s;
}
.search-results .card:nth-of-type(112) {
    -webkit-transition-delay: 22.4s;
    -o-transition-delay: 22.4s;
    transition-delay: 22.4s;
}
.search-results .card:nth-of-type(113) {
    -webkit-transition-delay: 22.6s;
    -o-transition-delay: 22.6s;
    transition-delay: 22.6s;
}
.search-results .card:nth-of-type(114) {
    -webkit-transition-delay: 22.8s;
    -o-transition-delay: 22.8s;
    transition-delay: 22.8s;
}
.search-results .card:nth-of-type(115) {
    -webkit-transition-delay: 23s;
    -o-transition-delay: 23s;
    transition-delay: 23s;
}
.search-results .card:nth-of-type(116) {
    -webkit-transition-delay: 23.2s;
    -o-transition-delay: 23.2s;
    transition-delay: 23.2s;
}
.search-results .card:nth-of-type(117) {
    -webkit-transition-delay: 23.4s;
    -o-transition-delay: 23.4s;
    transition-delay: 23.4s;
}
.search-results .card:nth-of-type(118) {
    -webkit-transition-delay: 23.6s;
    -o-transition-delay: 23.6s;
    transition-delay: 23.6s;
}
.search-results .card:nth-of-type(119) {
    -webkit-transition-delay: 23.8s;
    -o-transition-delay: 23.8s;
    transition-delay: 23.8s;
}
.search-results .card:nth-of-type(120) {
    -webkit-transition-delay: 24s;
    -o-transition-delay: 24s;
    transition-delay: 24s;
}
.search-results .card:nth-of-type(121) {
    -webkit-transition-delay: 24.2s;
    -o-transition-delay: 24.2s;
    transition-delay: 24.2s;
}
.search-results .card:nth-of-type(122) {
    -webkit-transition-delay: 24.4s;
    -o-transition-delay: 24.4s;
    transition-delay: 24.4s;
}
.search-results .card:nth-of-type(123) {
    -webkit-transition-delay: 24.6s;
    -o-transition-delay: 24.6s;
    transition-delay: 24.6s;
}
.search-results .card:nth-of-type(124) {
    -webkit-transition-delay: 24.8s;
    -o-transition-delay: 24.8s;
    transition-delay: 24.8s;
}
.search-results .card:nth-of-type(125) {
    -webkit-transition-delay: 25s;
    -o-transition-delay: 25s;
    transition-delay: 25s;
}
.search-results .card:nth-of-type(126) {
    -webkit-transition-delay: 25.2s;
    -o-transition-delay: 25.2s;
    transition-delay: 25.2s;
}
.search-results .card:nth-of-type(127) {
    -webkit-transition-delay: 25.4s;
    -o-transition-delay: 25.4s;
    transition-delay: 25.4s;
}
.search-results .card:nth-of-type(128) {
    -webkit-transition-delay: 25.6s;
    -o-transition-delay: 25.6s;
    transition-delay: 25.6s;
}
.search-results .card:nth-of-type(129) {
    -webkit-transition-delay: 25.8s;
    -o-transition-delay: 25.8s;
    transition-delay: 25.8s;
}
.search-results .card:nth-of-type(130) {
    -webkit-transition-delay: 26s;
    -o-transition-delay: 26s;
    transition-delay: 26s;
}
.search-results .card:nth-of-type(131) {
    -webkit-transition-delay: 26.2s;
    -o-transition-delay: 26.2s;
    transition-delay: 26.2s;
}
.search-results .card:nth-of-type(132) {
    -webkit-transition-delay: 26.4s;
    -o-transition-delay: 26.4s;
    transition-delay: 26.4s;
}
.search-results .card:nth-of-type(133) {
    -webkit-transition-delay: 26.6s;
    -o-transition-delay: 26.6s;
    transition-delay: 26.6s;
}
.search-results .card:nth-of-type(134) {
    -webkit-transition-delay: 26.8s;
    -o-transition-delay: 26.8s;
    transition-delay: 26.8s;
}
.search-results .card:nth-of-type(135) {
    -webkit-transition-delay: 27s;
    -o-transition-delay: 27s;
    transition-delay: 27s;
}
.search-results .card:nth-of-type(136) {
    -webkit-transition-delay: 27.2s;
    -o-transition-delay: 27.2s;
    transition-delay: 27.2s;
}
.search-results .card:nth-of-type(137) {
    -webkit-transition-delay: 27.4s;
    -o-transition-delay: 27.4s;
    transition-delay: 27.4s;
}
.search-results .card:nth-of-type(138) {
    -webkit-transition-delay: 27.6s;
    -o-transition-delay: 27.6s;
    transition-delay: 27.6s;
}
.search-results .card:nth-of-type(139) {
    -webkit-transition-delay: 27.8s;
    -o-transition-delay: 27.8s;
    transition-delay: 27.8s;
}
.search-results .card:nth-of-type(140) {
    -webkit-transition-delay: 28s;
    -o-transition-delay: 28s;
    transition-delay: 28s;
}
.search-results .card:nth-of-type(141) {
    -webkit-transition-delay: 28.2s;
    -o-transition-delay: 28.2s;
    transition-delay: 28.2s;
}
.search-results .card:nth-of-type(142) {
    -webkit-transition-delay: 28.4s;
    -o-transition-delay: 28.4s;
    transition-delay: 28.4s;
}
.search-results .card:nth-of-type(143) {
    -webkit-transition-delay: 28.6s;
    -o-transition-delay: 28.6s;
    transition-delay: 28.6s;
}
.search-results .card:nth-of-type(144) {
    -webkit-transition-delay: 28.8s;
    -o-transition-delay: 28.8s;
    transition-delay: 28.8s;
}
.search-results .card:nth-of-type(145) {
    -webkit-transition-delay: 29s;
    -o-transition-delay: 29s;
    transition-delay: 29s;
}
.search-results .card:nth-of-type(146) {
    -webkit-transition-delay: 29.2s;
    -o-transition-delay: 29.2s;
    transition-delay: 29.2s;
}
.search-results .card:nth-of-type(147) {
    -webkit-transition-delay: 29.4s;
    -o-transition-delay: 29.4s;
    transition-delay: 29.4s;
}
.search-results .card:nth-of-type(148) {
    -webkit-transition-delay: 29.6s;
    -o-transition-delay: 29.6s;
    transition-delay: 29.6s;
}
.search-results .card:nth-of-type(149) {
    -webkit-transition-delay: 29.8s;
    -o-transition-delay: 29.8s;
    transition-delay: 29.8s;
}
.search-results .card:nth-of-type(150) {
    -webkit-transition-delay: 30s;
    -o-transition-delay: 30s;
    transition-delay: 30s;
}
.search-results .card:nth-of-type(151) {
    -webkit-transition-delay: 30.2s;
    -o-transition-delay: 30.2s;
    transition-delay: 30.2s;
}
.search-results .card:nth-of-type(152) {
    -webkit-transition-delay: 30.4s;
    -o-transition-delay: 30.4s;
    transition-delay: 30.4s;
}
.search-results .card:nth-of-type(153) {
    -webkit-transition-delay: 30.6s;
    -o-transition-delay: 30.6s;
    transition-delay: 30.6s;
}
.search-results .card:nth-of-type(154) {
    -webkit-transition-delay: 30.8s;
    -o-transition-delay: 30.8s;
    transition-delay: 30.8s;
}
.search-results .card:nth-of-type(155) {
    -webkit-transition-delay: 31s;
    -o-transition-delay: 31s;
    transition-delay: 31s;
}
.search-results .card:nth-of-type(156) {
    -webkit-transition-delay: 31.2s;
    -o-transition-delay: 31.2s;
    transition-delay: 31.2s;
}
.search-results .card:nth-of-type(157) {
    -webkit-transition-delay: 31.4s;
    -o-transition-delay: 31.4s;
    transition-delay: 31.4s;
}
.search-results .card:nth-of-type(158) {
    -webkit-transition-delay: 31.6s;
    -o-transition-delay: 31.6s;
    transition-delay: 31.6s;
}
.search-results .card:nth-of-type(159) {
    -webkit-transition-delay: 31.8s;
    -o-transition-delay: 31.8s;
    transition-delay: 31.8s;
}
.search-results .card:nth-of-type(160) {
    -webkit-transition-delay: 32s;
    -o-transition-delay: 32s;
    transition-delay: 32s;
}
.search-results .card:nth-of-type(161) {
    -webkit-transition-delay: 32.2s;
    -o-transition-delay: 32.2s;
    transition-delay: 32.2s;
}
.search-results .card:nth-of-type(162) {
    -webkit-transition-delay: 32.4s;
    -o-transition-delay: 32.4s;
    transition-delay: 32.4s;
}
.search-results .card:nth-of-type(163) {
    -webkit-transition-delay: 32.6s;
    -o-transition-delay: 32.6s;
    transition-delay: 32.6s;
}
.search-results .card:nth-of-type(164) {
    -webkit-transition-delay: 32.8s;
    -o-transition-delay: 32.8s;
    transition-delay: 32.8s;
}
.search-results .card:nth-of-type(165) {
    -webkit-transition-delay: 33s;
    -o-transition-delay: 33s;
    transition-delay: 33s;
}
.search-results .card:nth-of-type(166) {
    -webkit-transition-delay: 33.2s;
    -o-transition-delay: 33.2s;
    transition-delay: 33.2s;
}
.search-results .card:nth-of-type(167) {
    -webkit-transition-delay: 33.4s;
    -o-transition-delay: 33.4s;
    transition-delay: 33.4s;
}
.search-results .card:nth-of-type(168) {
    -webkit-transition-delay: 33.6s;
    -o-transition-delay: 33.6s;
    transition-delay: 33.6s;
}
.search-results .card:nth-of-type(169) {
    -webkit-transition-delay: 33.8s;
    -o-transition-delay: 33.8s;
    transition-delay: 33.8s;
}
.search-results .card:nth-of-type(170) {
    -webkit-transition-delay: 34s;
    -o-transition-delay: 34s;
    transition-delay: 34s;
}
.search-results .card:nth-of-type(171) {
    -webkit-transition-delay: 34.2s;
    -o-transition-delay: 34.2s;
    transition-delay: 34.2s;
}
.search-results .card:nth-of-type(172) {
    -webkit-transition-delay: 34.4s;
    -o-transition-delay: 34.4s;
    transition-delay: 34.4s;
}
.search-results .card:nth-of-type(173) {
    -webkit-transition-delay: 34.6s;
    -o-transition-delay: 34.6s;
    transition-delay: 34.6s;
}
.search-results .card:nth-of-type(174) {
    -webkit-transition-delay: 34.8s;
    -o-transition-delay: 34.8s;
    transition-delay: 34.8s;
}
.search-results .card:nth-of-type(175) {
    -webkit-transition-delay: 35s;
    -o-transition-delay: 35s;
    transition-delay: 35s;
}
.search-results .card:nth-of-type(176) {
    -webkit-transition-delay: 35.2s;
    -o-transition-delay: 35.2s;
    transition-delay: 35.2s;
}
.search-results .card:nth-of-type(177) {
    -webkit-transition-delay: 35.4s;
    -o-transition-delay: 35.4s;
    transition-delay: 35.4s;
}
.search-results .card:nth-of-type(178) {
    -webkit-transition-delay: 35.6s;
    -o-transition-delay: 35.6s;
    transition-delay: 35.6s;
}
.search-results .card:nth-of-type(179) {
    -webkit-transition-delay: 35.8s;
    -o-transition-delay: 35.8s;
    transition-delay: 35.8s;
}
.search-results .card:nth-of-type(180) {
    -webkit-transition-delay: 36s;
    -o-transition-delay: 36s;
    transition-delay: 36s;
}
.search-results .card:nth-of-type(181) {
    -webkit-transition-delay: 36.2s;
    -o-transition-delay: 36.2s;
    transition-delay: 36.2s;
}
.search-results .card:nth-of-type(182) {
    -webkit-transition-delay: 36.4s;
    -o-transition-delay: 36.4s;
    transition-delay: 36.4s;
}
.search-results .card:nth-of-type(183) {
    -webkit-transition-delay: 36.6s;
    -o-transition-delay: 36.6s;
    transition-delay: 36.6s;
}
.search-results .card:nth-of-type(184) {
    -webkit-transition-delay: 36.8s;
    -o-transition-delay: 36.8s;
    transition-delay: 36.8s;
}
.search-results .card:nth-of-type(185) {
    -webkit-transition-delay: 37s;
    -o-transition-delay: 37s;
    transition-delay: 37s;
}
.search-results .card:nth-of-type(186) {
    -webkit-transition-delay: 37.2s;
    -o-transition-delay: 37.2s;
    transition-delay: 37.2s;
}
.search-results .card:nth-of-type(187) {
    -webkit-transition-delay: 37.4s;
    -o-transition-delay: 37.4s;
    transition-delay: 37.4s;
}
.search-results .card:nth-of-type(188) {
    -webkit-transition-delay: 37.6s;
    -o-transition-delay: 37.6s;
    transition-delay: 37.6s;
}
.search-results .card:nth-of-type(189) {
    -webkit-transition-delay: 37.8s;
    -o-transition-delay: 37.8s;
    transition-delay: 37.8s;
}
.search-results .card:nth-of-type(190) {
    -webkit-transition-delay: 38s;
    -o-transition-delay: 38s;
    transition-delay: 38s;
}
.search-results .card:nth-of-type(191) {
    -webkit-transition-delay: 38.2s;
    -o-transition-delay: 38.2s;
    transition-delay: 38.2s;
}
.search-results .card:nth-of-type(192) {
    -webkit-transition-delay: 38.4s;
    -o-transition-delay: 38.4s;
    transition-delay: 38.4s;
}
.search-results .card:nth-of-type(193) {
    -webkit-transition-delay: 38.6s;
    -o-transition-delay: 38.6s;
    transition-delay: 38.6s;
}
.search-results .card:nth-of-type(194) {
    -webkit-transition-delay: 38.8s;
    -o-transition-delay: 38.8s;
    transition-delay: 38.8s;
}
.search-results .card:nth-of-type(195) {
    -webkit-transition-delay: 39s;
    -o-transition-delay: 39s;
    transition-delay: 39s;
}
.search-results .card:nth-of-type(196) {
    -webkit-transition-delay: 39.2s;
    -o-transition-delay: 39.2s;
    transition-delay: 39.2s;
}
.search-results .card:nth-of-type(197) {
    -webkit-transition-delay: 39.4s;
    -o-transition-delay: 39.4s;
    transition-delay: 39.4s;
}
.search-results .card:nth-of-type(198) {
    -webkit-transition-delay: 39.6s;
    -o-transition-delay: 39.6s;
    transition-delay: 39.6s;
}
.search-results .card:nth-of-type(199) {
    -webkit-transition-delay: 39.8s;
    -o-transition-delay: 39.8s;
    transition-delay: 39.8s;
}
.search-results .card:nth-of-type(200) {
    -webkit-transition-delay: 40s;
    -o-transition-delay: 40s;
    transition-delay: 40s;
}
.search-results .card:nth-of-type(201) {
    -webkit-transition-delay: 40.2s;
    -o-transition-delay: 40.2s;
    transition-delay: 40.2s;
}
.search-results .card:nth-of-type(202) {
    -webkit-transition-delay: 40.4s;
    -o-transition-delay: 40.4s;
    transition-delay: 40.4s;
}
.search-results .card:nth-of-type(203) {
    -webkit-transition-delay: 40.6s;
    -o-transition-delay: 40.6s;
    transition-delay: 40.6s;
}
.search-results .card:nth-of-type(204) {
    -webkit-transition-delay: 40.8s;
    -o-transition-delay: 40.8s;
    transition-delay: 40.8s;
}
.search-results .card:nth-of-type(205) {
    -webkit-transition-delay: 41s;
    -o-transition-delay: 41s;
    transition-delay: 41s;
}
.search-results .card:nth-of-type(206) {
    -webkit-transition-delay: 41.2s;
    -o-transition-delay: 41.2s;
    transition-delay: 41.2s;
}
.search-results .card:nth-of-type(207) {
    -webkit-transition-delay: 41.4s;
    -o-transition-delay: 41.4s;
    transition-delay: 41.4s;
}
.search-results .card:nth-of-type(208) {
    -webkit-transition-delay: 41.6s;
    -o-transition-delay: 41.6s;
    transition-delay: 41.6s;
}
.search-results .card:nth-of-type(209) {
    -webkit-transition-delay: 41.8s;
    -o-transition-delay: 41.8s;
    transition-delay: 41.8s;
}
.search-results .card:nth-of-type(210) {
    -webkit-transition-delay: 42s;
    -o-transition-delay: 42s;
    transition-delay: 42s;
}
.search-results .card:nth-of-type(211) {
    -webkit-transition-delay: 42.2s;
    -o-transition-delay: 42.2s;
    transition-delay: 42.2s;
}
.search-results .card:nth-of-type(212) {
    -webkit-transition-delay: 42.4s;
    -o-transition-delay: 42.4s;
    transition-delay: 42.4s;
}
.search-results .card:nth-of-type(213) {
    -webkit-transition-delay: 42.6s;
    -o-transition-delay: 42.6s;
    transition-delay: 42.6s;
}
.search-results .card:nth-of-type(214) {
    -webkit-transition-delay: 42.8s;
    -o-transition-delay: 42.8s;
    transition-delay: 42.8s;
}
.search-results .card:nth-of-type(215) {
    -webkit-transition-delay: 43s;
    -o-transition-delay: 43s;
    transition-delay: 43s;
}
.search-results .card:nth-of-type(216) {
    -webkit-transition-delay: 43.2s;
    -o-transition-delay: 43.2s;
    transition-delay: 43.2s;
}
.search-results .card:nth-of-type(217) {
    -webkit-transition-delay: 43.4s;
    -o-transition-delay: 43.4s;
    transition-delay: 43.4s;
}
.search-results .card:nth-of-type(218) {
    -webkit-transition-delay: 43.6s;
    -o-transition-delay: 43.6s;
    transition-delay: 43.6s;
}
.search-results .card:nth-of-type(219) {
    -webkit-transition-delay: 43.8s;
    -o-transition-delay: 43.8s;
    transition-delay: 43.8s;
}
.search-results .card:nth-of-type(220) {
    -webkit-transition-delay: 44s;
    -o-transition-delay: 44s;
    transition-delay: 44s;
}
.search-results .card:nth-of-type(221) {
    -webkit-transition-delay: 44.2s;
    -o-transition-delay: 44.2s;
    transition-delay: 44.2s;
}
.search-results .card:nth-of-type(222) {
    -webkit-transition-delay: 44.4s;
    -o-transition-delay: 44.4s;
    transition-delay: 44.4s;
}
.search-results .card:nth-of-type(223) {
    -webkit-transition-delay: 44.6s;
    -o-transition-delay: 44.6s;
    transition-delay: 44.6s;
}
.search-results .card:nth-of-type(224) {
    -webkit-transition-delay: 44.8s;
    -o-transition-delay: 44.8s;
    transition-delay: 44.8s;
}
.search-results .card:nth-of-type(225) {
    -webkit-transition-delay: 45s;
    -o-transition-delay: 45s;
    transition-delay: 45s;
}
.search-results .card:nth-of-type(226) {
    -webkit-transition-delay: 45.2s;
    -o-transition-delay: 45.2s;
    transition-delay: 45.2s;
}
.search-results .card:nth-of-type(227) {
    -webkit-transition-delay: 45.4s;
    -o-transition-delay: 45.4s;
    transition-delay: 45.4s;
}
.search-results .card:nth-of-type(228) {
    -webkit-transition-delay: 45.6s;
    -o-transition-delay: 45.6s;
    transition-delay: 45.6s;
}
.search-results .card:nth-of-type(229) {
    -webkit-transition-delay: 45.8s;
    -o-transition-delay: 45.8s;
    transition-delay: 45.8s;
}
.search-results .card:nth-of-type(230) {
    -webkit-transition-delay: 46s;
    -o-transition-delay: 46s;
    transition-delay: 46s;
}
.search-results .card:nth-of-type(231) {
    -webkit-transition-delay: 46.2s;
    -o-transition-delay: 46.2s;
    transition-delay: 46.2s;
}
.search-results .card:nth-of-type(232) {
    -webkit-transition-delay: 46.4s;
    -o-transition-delay: 46.4s;
    transition-delay: 46.4s;
}
.search-results .card:nth-of-type(233) {
    -webkit-transition-delay: 46.6s;
    -o-transition-delay: 46.6s;
    transition-delay: 46.6s;
}
.search-results .card:nth-of-type(234) {
    -webkit-transition-delay: 46.8s;
    -o-transition-delay: 46.8s;
    transition-delay: 46.8s;
}
.search-results .card:nth-of-type(235) {
    -webkit-transition-delay: 47s;
    -o-transition-delay: 47s;
    transition-delay: 47s;
}
.search-results .card:nth-of-type(236) {
    -webkit-transition-delay: 47.2s;
    -o-transition-delay: 47.2s;
    transition-delay: 47.2s;
}
.search-results .card:nth-of-type(237) {
    -webkit-transition-delay: 47.4s;
    -o-transition-delay: 47.4s;
    transition-delay: 47.4s;
}
.search-results .card:nth-of-type(238) {
    -webkit-transition-delay: 47.6s;
    -o-transition-delay: 47.6s;
    transition-delay: 47.6s;
}
.search-results .card:nth-of-type(239) {
    -webkit-transition-delay: 47.8s;
    -o-transition-delay: 47.8s;
    transition-delay: 47.8s;
}
.search-results .card:nth-of-type(240) {
    -webkit-transition-delay: 48s;
    -o-transition-delay: 48s;
    transition-delay: 48s;
}
.search-results .card:nth-of-type(241) {
    -webkit-transition-delay: 48.2s;
    -o-transition-delay: 48.2s;
    transition-delay: 48.2s;
}
.search-results .card:nth-of-type(242) {
    -webkit-transition-delay: 48.4s;
    -o-transition-delay: 48.4s;
    transition-delay: 48.4s;
}
.search-results .card:nth-of-type(243) {
    -webkit-transition-delay: 48.6s;
    -o-transition-delay: 48.6s;
    transition-delay: 48.6s;
}
.search-results .card:nth-of-type(244) {
    -webkit-transition-delay: 48.8s;
    -o-transition-delay: 48.8s;
    transition-delay: 48.8s;
}
.search-results .card:nth-of-type(245) {
    -webkit-transition-delay: 49s;
    -o-transition-delay: 49s;
    transition-delay: 49s;
}
.search-results .card:nth-of-type(246) {
    -webkit-transition-delay: 49.2s;
    -o-transition-delay: 49.2s;
    transition-delay: 49.2s;
}
.search-results .card:nth-of-type(247) {
    -webkit-transition-delay: 49.4s;
    -o-transition-delay: 49.4s;
    transition-delay: 49.4s;
}
.search-results .card:nth-of-type(248) {
    -webkit-transition-delay: 49.6s;
    -o-transition-delay: 49.6s;
    transition-delay: 49.6s;
}
.search-results .card:nth-of-type(249) {
    -webkit-transition-delay: 49.8s;
    -o-transition-delay: 49.8s;
    transition-delay: 49.8s;
}
.search-results .card:nth-of-type(250) {
    -webkit-transition-delay: 50s;
    -o-transition-delay: 50s;
    transition-delay: 50s;
}
.search-results .card:nth-of-type(251) {
    -webkit-transition-delay: 50.2s;
    -o-transition-delay: 50.2s;
    transition-delay: 50.2s;
}
.search-results .card:nth-of-type(252) {
    -webkit-transition-delay: 50.4s;
    -o-transition-delay: 50.4s;
    transition-delay: 50.4s;
}
.search-results .card:nth-of-type(253) {
    -webkit-transition-delay: 50.6s;
    -o-transition-delay: 50.6s;
    transition-delay: 50.6s;
}
.search-results .card:nth-of-type(254) {
    -webkit-transition-delay: 50.8s;
    -o-transition-delay: 50.8s;
    transition-delay: 50.8s;
}
.search-results .card:nth-of-type(255) {
    -webkit-transition-delay: 51s;
    -o-transition-delay: 51s;
    transition-delay: 51s;
}
.search-results .card:nth-of-type(256) {
    -webkit-transition-delay: 51.2s;
    -o-transition-delay: 51.2s;
    transition-delay: 51.2s;
}
.search-results .card:nth-of-type(257) {
    -webkit-transition-delay: 51.4s;
    -o-transition-delay: 51.4s;
    transition-delay: 51.4s;
}
.search-results .card:nth-of-type(258) {
    -webkit-transition-delay: 51.6s;
    -o-transition-delay: 51.6s;
    transition-delay: 51.6s;
}
.search-results .card:nth-of-type(259) {
    -webkit-transition-delay: 51.8s;
    -o-transition-delay: 51.8s;
    transition-delay: 51.8s;
}
.search-results .card:nth-of-type(260) {
    -webkit-transition-delay: 52s;
    -o-transition-delay: 52s;
    transition-delay: 52s;
}
.search-results .card:nth-of-type(261) {
    -webkit-transition-delay: 52.2s;
    -o-transition-delay: 52.2s;
    transition-delay: 52.2s;
}
.search-results .card:nth-of-type(262) {
    -webkit-transition-delay: 52.4s;
    -o-transition-delay: 52.4s;
    transition-delay: 52.4s;
}
.search-results .card:nth-of-type(263) {
    -webkit-transition-delay: 52.6s;
    -o-transition-delay: 52.6s;
    transition-delay: 52.6s;
}
.search-results .card:nth-of-type(264) {
    -webkit-transition-delay: 52.8s;
    -o-transition-delay: 52.8s;
    transition-delay: 52.8s;
}
.search-results .card:nth-of-type(265) {
    -webkit-transition-delay: 53s;
    -o-transition-delay: 53s;
    transition-delay: 53s;
}
.search-results .card:nth-of-type(266) {
    -webkit-transition-delay: 53.2s;
    -o-transition-delay: 53.2s;
    transition-delay: 53.2s;
}
.search-results .card:nth-of-type(267) {
    -webkit-transition-delay: 53.4s;
    -o-transition-delay: 53.4s;
    transition-delay: 53.4s;
}
.search-results .card:nth-of-type(268) {
    -webkit-transition-delay: 53.6s;
    -o-transition-delay: 53.6s;
    transition-delay: 53.6s;
}
.search-results .card:nth-of-type(269) {
    -webkit-transition-delay: 53.8s;
    -o-transition-delay: 53.8s;
    transition-delay: 53.8s;
}
.search-results .card:nth-of-type(270) {
    -webkit-transition-delay: 54s;
    -o-transition-delay: 54s;
    transition-delay: 54s;
}
.search-results .card:nth-of-type(271) {
    -webkit-transition-delay: 54.2s;
    -o-transition-delay: 54.2s;
    transition-delay: 54.2s;
}
.search-results .card:nth-of-type(272) {
    -webkit-transition-delay: 54.4s;
    -o-transition-delay: 54.4s;
    transition-delay: 54.4s;
}
.search-results .card:nth-of-type(273) {
    -webkit-transition-delay: 54.6s;
    -o-transition-delay: 54.6s;
    transition-delay: 54.6s;
}
.search-results .card:nth-of-type(274) {
    -webkit-transition-delay: 54.8s;
    -o-transition-delay: 54.8s;
    transition-delay: 54.8s;
}
.search-results .card:nth-of-type(275) {
    -webkit-transition-delay: 55s;
    -o-transition-delay: 55s;
    transition-delay: 55s;
}
.search-results .card:nth-of-type(276) {
    -webkit-transition-delay: 55.2s;
    -o-transition-delay: 55.2s;
    transition-delay: 55.2s;
}
.search-results .card:nth-of-type(277) {
    -webkit-transition-delay: 55.4s;
    -o-transition-delay: 55.4s;
    transition-delay: 55.4s;
}
.search-results .card:nth-of-type(278) {
    -webkit-transition-delay: 55.6s;
    -o-transition-delay: 55.6s;
    transition-delay: 55.6s;
}
.search-results .card:nth-of-type(279) {
    -webkit-transition-delay: 55.8s;
    -o-transition-delay: 55.8s;
    transition-delay: 55.8s;
}
.search-results .card:nth-of-type(280) {
    -webkit-transition-delay: 56s;
    -o-transition-delay: 56s;
    transition-delay: 56s;
}
.search-results .card:nth-of-type(281) {
    -webkit-transition-delay: 56.2s;
    -o-transition-delay: 56.2s;
    transition-delay: 56.2s;
}
.search-results .card:nth-of-type(282) {
    -webkit-transition-delay: 56.4s;
    -o-transition-delay: 56.4s;
    transition-delay: 56.4s;
}
.search-results .card:nth-of-type(283) {
    -webkit-transition-delay: 56.6s;
    -o-transition-delay: 56.6s;
    transition-delay: 56.6s;
}
.search-results .card:nth-of-type(284) {
    -webkit-transition-delay: 56.8s;
    -o-transition-delay: 56.8s;
    transition-delay: 56.8s;
}
.search-results .card:nth-of-type(285) {
    -webkit-transition-delay: 57s;
    -o-transition-delay: 57s;
    transition-delay: 57s;
}
.search-results .card:nth-of-type(286) {
    -webkit-transition-delay: 57.2s;
    -o-transition-delay: 57.2s;
    transition-delay: 57.2s;
}
.search-results .card:nth-of-type(287) {
    -webkit-transition-delay: 57.4s;
    -o-transition-delay: 57.4s;
    transition-delay: 57.4s;
}
.search-results .card:nth-of-type(288) {
    -webkit-transition-delay: 57.6s;
    -o-transition-delay: 57.6s;
    transition-delay: 57.6s;
}
.search-results .card:nth-of-type(289) {
    -webkit-transition-delay: 57.8s;
    -o-transition-delay: 57.8s;
    transition-delay: 57.8s;
}
.search-results .card:nth-of-type(290) {
    -webkit-transition-delay: 58s;
    -o-transition-delay: 58s;
    transition-delay: 58s;
}
.search-results .card:nth-of-type(291) {
    -webkit-transition-delay: 58.2s;
    -o-transition-delay: 58.2s;
    transition-delay: 58.2s;
}
.search-results .card:nth-of-type(292) {
    -webkit-transition-delay: 58.4s;
    -o-transition-delay: 58.4s;
    transition-delay: 58.4s;
}
.search-results .card:nth-of-type(293) {
    -webkit-transition-delay: 58.6s;
    -o-transition-delay: 58.6s;
    transition-delay: 58.6s;
}
.search-results .card:nth-of-type(294) {
    -webkit-transition-delay: 58.8s;
    -o-transition-delay: 58.8s;
    transition-delay: 58.8s;
}
.search-results .card:nth-of-type(295) {
    -webkit-transition-delay: 59s;
    -o-transition-delay: 59s;
    transition-delay: 59s;
}
.search-results .card:nth-of-type(296) {
    -webkit-transition-delay: 59.2s;
    -o-transition-delay: 59.2s;
    transition-delay: 59.2s;
}
.search-results .card:nth-of-type(297) {
    -webkit-transition-delay: 59.4s;
    -o-transition-delay: 59.4s;
    transition-delay: 59.4s;
}
.search-results .card:nth-of-type(298) {
    -webkit-transition-delay: 59.6s;
    -o-transition-delay: 59.6s;
    transition-delay: 59.6s;
}
.search-results .card:nth-of-type(299) {
    -webkit-transition-delay: 59.8s;
    -o-transition-delay: 59.8s;
    transition-delay: 59.8s;
}
.search-results .card:nth-of-type(300) {
    -webkit-transition-delay: 60s;
    -o-transition-delay: 60s;
    transition-delay: 60s;
}
.search-results .card:nth-of-type(301) {
    -webkit-transition-delay: 60.2s;
    -o-transition-delay: 60.2s;
    transition-delay: 60.2s;
}
.search-results .card:nth-of-type(302) {
    -webkit-transition-delay: 60.4s;
    -o-transition-delay: 60.4s;
    transition-delay: 60.4s;
}
.search-results .card:nth-of-type(303) {
    -webkit-transition-delay: 60.6s;
    -o-transition-delay: 60.6s;
    transition-delay: 60.6s;
}
.search-results .card:nth-of-type(304) {
    -webkit-transition-delay: 60.8s;
    -o-transition-delay: 60.8s;
    transition-delay: 60.8s;
}
.search-results .card:nth-of-type(305) {
    -webkit-transition-delay: 61s;
    -o-transition-delay: 61s;
    transition-delay: 61s;
}
.search-results .card:nth-of-type(306) {
    -webkit-transition-delay: 61.2s;
    -o-transition-delay: 61.2s;
    transition-delay: 61.2s;
}
.search-results .card:nth-of-type(307) {
    -webkit-transition-delay: 61.4s;
    -o-transition-delay: 61.4s;
    transition-delay: 61.4s;
}
.search-results .card:nth-of-type(308) {
    -webkit-transition-delay: 61.6s;
    -o-transition-delay: 61.6s;
    transition-delay: 61.6s;
}
.search-results .card:nth-of-type(309) {
    -webkit-transition-delay: 61.8s;
    -o-transition-delay: 61.8s;
    transition-delay: 61.8s;
}
.search-results .card:nth-of-type(310) {
    -webkit-transition-delay: 62s;
    -o-transition-delay: 62s;
    transition-delay: 62s;
}
.search-results .card:nth-of-type(311) {
    -webkit-transition-delay: 62.2s;
    -o-transition-delay: 62.2s;
    transition-delay: 62.2s;
}
.search-results .card:nth-of-type(312) {
    -webkit-transition-delay: 62.4s;
    -o-transition-delay: 62.4s;
    transition-delay: 62.4s;
}
.search-results .card:nth-of-type(313) {
    -webkit-transition-delay: 62.6s;
    -o-transition-delay: 62.6s;
    transition-delay: 62.6s;
}
.search-results .card:nth-of-type(314) {
    -webkit-transition-delay: 62.8s;
    -o-transition-delay: 62.8s;
    transition-delay: 62.8s;
}
.search-results .card:nth-of-type(315) {
    -webkit-transition-delay: 63s;
    -o-transition-delay: 63s;
    transition-delay: 63s;
}
.search-results .card:nth-of-type(316) {
    -webkit-transition-delay: 63.2s;
    -o-transition-delay: 63.2s;
    transition-delay: 63.2s;
}
.search-results .card:nth-of-type(317) {
    -webkit-transition-delay: 63.4s;
    -o-transition-delay: 63.4s;
    transition-delay: 63.4s;
}
.search-results .card:nth-of-type(318) {
    -webkit-transition-delay: 63.6s;
    -o-transition-delay: 63.6s;
    transition-delay: 63.6s;
}
.search-results .card:nth-of-type(319) {
    -webkit-transition-delay: 63.8s;
    -o-transition-delay: 63.8s;
    transition-delay: 63.8s;
}
.search-results .card:nth-of-type(320) {
    -webkit-transition-delay: 64s;
    -o-transition-delay: 64s;
    transition-delay: 64s;
}
.search-results .card:nth-of-type(321) {
    -webkit-transition-delay: 64.2s;
    -o-transition-delay: 64.2s;
    transition-delay: 64.2s;
}
.search-results .card:nth-of-type(322) {
    -webkit-transition-delay: 64.4s;
    -o-transition-delay: 64.4s;
    transition-delay: 64.4s;
}
.search-results .card:nth-of-type(323) {
    -webkit-transition-delay: 64.6s;
    -o-transition-delay: 64.6s;
    transition-delay: 64.6s;
}
.search-results .card:nth-of-type(324) {
    -webkit-transition-delay: 64.8s;
    -o-transition-delay: 64.8s;
    transition-delay: 64.8s;
}
.search-results .card:nth-of-type(325) {
    -webkit-transition-delay: 65s;
    -o-transition-delay: 65s;
    transition-delay: 65s;
}
.search-results .card:nth-of-type(326) {
    -webkit-transition-delay: 65.2s;
    -o-transition-delay: 65.2s;
    transition-delay: 65.2s;
}
.search-results .card:nth-of-type(327) {
    -webkit-transition-delay: 65.4s;
    -o-transition-delay: 65.4s;
    transition-delay: 65.4s;
}
.search-results .card:nth-of-type(328) {
    -webkit-transition-delay: 65.6s;
    -o-transition-delay: 65.6s;
    transition-delay: 65.6s;
}
.search-results .card:nth-of-type(329) {
    -webkit-transition-delay: 65.8s;
    -o-transition-delay: 65.8s;
    transition-delay: 65.8s;
}
.search-results .card:nth-of-type(330) {
    -webkit-transition-delay: 66s;
    -o-transition-delay: 66s;
    transition-delay: 66s;
}
.search-results .card:nth-of-type(331) {
    -webkit-transition-delay: 66.2s;
    -o-transition-delay: 66.2s;
    transition-delay: 66.2s;
}
.search-results .card:nth-of-type(332) {
    -webkit-transition-delay: 66.4s;
    -o-transition-delay: 66.4s;
    transition-delay: 66.4s;
}
.search-results .card:nth-of-type(333) {
    -webkit-transition-delay: 66.6s;
    -o-transition-delay: 66.6s;
    transition-delay: 66.6s;
}
.search-results .card:nth-of-type(334) {
    -webkit-transition-delay: 66.8s;
    -o-transition-delay: 66.8s;
    transition-delay: 66.8s;
}
.search-results .card:nth-of-type(335) {
    -webkit-transition-delay: 67s;
    -o-transition-delay: 67s;
    transition-delay: 67s;
}
.search-results .card:nth-of-type(336) {
    -webkit-transition-delay: 67.2s;
    -o-transition-delay: 67.2s;
    transition-delay: 67.2s;
}
.search-results .card:nth-of-type(337) {
    -webkit-transition-delay: 67.4s;
    -o-transition-delay: 67.4s;
    transition-delay: 67.4s;
}
.search-results .card:nth-of-type(338) {
    -webkit-transition-delay: 67.6s;
    -o-transition-delay: 67.6s;
    transition-delay: 67.6s;
}
.search-results .card:nth-of-type(339) {
    -webkit-transition-delay: 67.8s;
    -o-transition-delay: 67.8s;
    transition-delay: 67.8s;
}
.search-results .card:nth-of-type(340) {
    -webkit-transition-delay: 68s;
    -o-transition-delay: 68s;
    transition-delay: 68s;
}
.search-results .card:nth-of-type(341) {
    -webkit-transition-delay: 68.2s;
    -o-transition-delay: 68.2s;
    transition-delay: 68.2s;
}
.search-results .card:nth-of-type(342) {
    -webkit-transition-delay: 68.4s;
    -o-transition-delay: 68.4s;
    transition-delay: 68.4s;
}
.search-results .card:nth-of-type(343) {
    -webkit-transition-delay: 68.6s;
    -o-transition-delay: 68.6s;
    transition-delay: 68.6s;
}
.search-results .card:nth-of-type(344) {
    -webkit-transition-delay: 68.8s;
    -o-transition-delay: 68.8s;
    transition-delay: 68.8s;
}
.search-results .card:nth-of-type(345) {
    -webkit-transition-delay: 69s;
    -o-transition-delay: 69s;
    transition-delay: 69s;
}
.search-results .card:nth-of-type(346) {
    -webkit-transition-delay: 69.2s;
    -o-transition-delay: 69.2s;
    transition-delay: 69.2s;
}
.search-results .card:nth-of-type(347) {
    -webkit-transition-delay: 69.4s;
    -o-transition-delay: 69.4s;
    transition-delay: 69.4s;
}
.search-results .card:nth-of-type(348) {
    -webkit-transition-delay: 69.6s;
    -o-transition-delay: 69.6s;
    transition-delay: 69.6s;
}
.search-results .card:nth-of-type(349) {
    -webkit-transition-delay: 69.8s;
    -o-transition-delay: 69.8s;
    transition-delay: 69.8s;
}
.search-results .card:nth-of-type(350) {
    -webkit-transition-delay: 70s;
    -o-transition-delay: 70s;
    transition-delay: 70s;
}
.search-results .card:nth-of-type(351) {
    -webkit-transition-delay: 70.2s;
    -o-transition-delay: 70.2s;
    transition-delay: 70.2s;
}
.search-results .card:nth-of-type(352) {
    -webkit-transition-delay: 70.4s;
    -o-transition-delay: 70.4s;
    transition-delay: 70.4s;
}
.search-results .card:nth-of-type(353) {
    -webkit-transition-delay: 70.6s;
    -o-transition-delay: 70.6s;
    transition-delay: 70.6s;
}
.search-results .card:nth-of-type(354) {
    -webkit-transition-delay: 70.8s;
    -o-transition-delay: 70.8s;
    transition-delay: 70.8s;
}
.search-results .card:nth-of-type(355) {
    -webkit-transition-delay: 71s;
    -o-transition-delay: 71s;
    transition-delay: 71s;
}
.search-results .card:nth-of-type(356) {
    -webkit-transition-delay: 71.2s;
    -o-transition-delay: 71.2s;
    transition-delay: 71.2s;
}
.search-results .card:nth-of-type(357) {
    -webkit-transition-delay: 71.4s;
    -o-transition-delay: 71.4s;
    transition-delay: 71.4s;
}
.search-results .card:nth-of-type(358) {
    -webkit-transition-delay: 71.6s;
    -o-transition-delay: 71.6s;
    transition-delay: 71.6s;
}
.search-results .card:nth-of-type(359) {
    -webkit-transition-delay: 71.8s;
    -o-transition-delay: 71.8s;
    transition-delay: 71.8s;
}
.search-results .card:nth-of-type(360) {
    -webkit-transition-delay: 72s;
    -o-transition-delay: 72s;
    transition-delay: 72s;
}
.search-results .card:nth-of-type(361) {
    -webkit-transition-delay: 72.2s;
    -o-transition-delay: 72.2s;
    transition-delay: 72.2s;
}
.search-results .card:nth-of-type(362) {
    -webkit-transition-delay: 72.4s;
    -o-transition-delay: 72.4s;
    transition-delay: 72.4s;
}
.search-results .card:nth-of-type(363) {
    -webkit-transition-delay: 72.6s;
    -o-transition-delay: 72.6s;
    transition-delay: 72.6s;
}
.search-results .card:nth-of-type(364) {
    -webkit-transition-delay: 72.8s;
    -o-transition-delay: 72.8s;
    transition-delay: 72.8s;
}
.search-results .card:nth-of-type(365) {
    -webkit-transition-delay: 73s;
    -o-transition-delay: 73s;
    transition-delay: 73s;
}
.search-results .card:nth-of-type(366) {
    -webkit-transition-delay: 73.2s;
    -o-transition-delay: 73.2s;
    transition-delay: 73.2s;
}
.search-results .card:nth-of-type(367) {
    -webkit-transition-delay: 73.4s;
    -o-transition-delay: 73.4s;
    transition-delay: 73.4s;
}
.search-results .card:nth-of-type(368) {
    -webkit-transition-delay: 73.6s;
    -o-transition-delay: 73.6s;
    transition-delay: 73.6s;
}
.search-results .card:nth-of-type(369) {
    -webkit-transition-delay: 73.8s;
    -o-transition-delay: 73.8s;
    transition-delay: 73.8s;
}
.search-results .card:nth-of-type(370) {
    -webkit-transition-delay: 74s;
    -o-transition-delay: 74s;
    transition-delay: 74s;
}
.search-results .card:nth-of-type(371) {
    -webkit-transition-delay: 74.2s;
    -o-transition-delay: 74.2s;
    transition-delay: 74.2s;
}
.search-results .card:nth-of-type(372) {
    -webkit-transition-delay: 74.4s;
    -o-transition-delay: 74.4s;
    transition-delay: 74.4s;
}
.search-results .card:nth-of-type(373) {
    -webkit-transition-delay: 74.6s;
    -o-transition-delay: 74.6s;
    transition-delay: 74.6s;
}
.search-results .card:nth-of-type(374) {
    -webkit-transition-delay: 74.8s;
    -o-transition-delay: 74.8s;
    transition-delay: 74.8s;
}
.search-results .card:nth-of-type(375) {
    -webkit-transition-delay: 75s;
    -o-transition-delay: 75s;
    transition-delay: 75s;
}
.search-results .card:nth-of-type(376) {
    -webkit-transition-delay: 75.2s;
    -o-transition-delay: 75.2s;
    transition-delay: 75.2s;
}
.search-results .card:nth-of-type(377) {
    -webkit-transition-delay: 75.4s;
    -o-transition-delay: 75.4s;
    transition-delay: 75.4s;
}
.search-results .card:nth-of-type(378) {
    -webkit-transition-delay: 75.6s;
    -o-transition-delay: 75.6s;
    transition-delay: 75.6s;
}
.search-results .card:nth-of-type(379) {
    -webkit-transition-delay: 75.8s;
    -o-transition-delay: 75.8s;
    transition-delay: 75.8s;
}
.search-results .card:nth-of-type(380) {
    -webkit-transition-delay: 76s;
    -o-transition-delay: 76s;
    transition-delay: 76s;
}
.search-results .card:nth-of-type(381) {
    -webkit-transition-delay: 76.2s;
    -o-transition-delay: 76.2s;
    transition-delay: 76.2s;
}
.search-results .card:nth-of-type(382) {
    -webkit-transition-delay: 76.4s;
    -o-transition-delay: 76.4s;
    transition-delay: 76.4s;
}
.search-results .card:nth-of-type(383) {
    -webkit-transition-delay: 76.6s;
    -o-transition-delay: 76.6s;
    transition-delay: 76.6s;
}
.search-results .card:nth-of-type(384) {
    -webkit-transition-delay: 76.8s;
    -o-transition-delay: 76.8s;
    transition-delay: 76.8s;
}
.search-results .card:nth-of-type(385) {
    -webkit-transition-delay: 77s;
    -o-transition-delay: 77s;
    transition-delay: 77s;
}
.search-results .card:nth-of-type(386) {
    -webkit-transition-delay: 77.2s;
    -o-transition-delay: 77.2s;
    transition-delay: 77.2s;
}
.search-results .card:nth-of-type(387) {
    -webkit-transition-delay: 77.4s;
    -o-transition-delay: 77.4s;
    transition-delay: 77.4s;
}
.search-results .card:nth-of-type(388) {
    -webkit-transition-delay: 77.6s;
    -o-transition-delay: 77.6s;
    transition-delay: 77.6s;
}
.search-results .card:nth-of-type(389) {
    -webkit-transition-delay: 77.8s;
    -o-transition-delay: 77.8s;
    transition-delay: 77.8s;
}
.search-results .card:nth-of-type(390) {
    -webkit-transition-delay: 78s;
    -o-transition-delay: 78s;
    transition-delay: 78s;
}
.search-results .card:nth-of-type(391) {
    -webkit-transition-delay: 78.2s;
    -o-transition-delay: 78.2s;
    transition-delay: 78.2s;
}
.search-results .card:nth-of-type(392) {
    -webkit-transition-delay: 78.4s;
    -o-transition-delay: 78.4s;
    transition-delay: 78.4s;
}
.search-results .card:nth-of-type(393) {
    -webkit-transition-delay: 78.6s;
    -o-transition-delay: 78.6s;
    transition-delay: 78.6s;
}
.search-results .card:nth-of-type(394) {
    -webkit-transition-delay: 78.8s;
    -o-transition-delay: 78.8s;
    transition-delay: 78.8s;
}
.search-results .card:nth-of-type(395) {
    -webkit-transition-delay: 79s;
    -o-transition-delay: 79s;
    transition-delay: 79s;
}
.search-results .card:nth-of-type(396) {
    -webkit-transition-delay: 79.2s;
    -o-transition-delay: 79.2s;
    transition-delay: 79.2s;
}
.search-results .card:nth-of-type(397) {
    -webkit-transition-delay: 79.4s;
    -o-transition-delay: 79.4s;
    transition-delay: 79.4s;
}
.search-results .card:nth-of-type(398) {
    -webkit-transition-delay: 79.6s;
    -o-transition-delay: 79.6s;
    transition-delay: 79.6s;
}
.search-results .card:nth-of-type(399) {
    -webkit-transition-delay: 79.8s;
    -o-transition-delay: 79.8s;
    transition-delay: 79.8s;
}
.search-results .card:nth-of-type(400) {
    -webkit-transition-delay: 80s;
    -o-transition-delay: 80s;
    transition-delay: 80s;
}
.search-results .card:nth-of-type(401) {
    -webkit-transition-delay: 80.2s;
    -o-transition-delay: 80.2s;
    transition-delay: 80.2s;
}
.search-results .card:nth-of-type(402) {
    -webkit-transition-delay: 80.4s;
    -o-transition-delay: 80.4s;
    transition-delay: 80.4s;
}
.search-results .card:nth-of-type(403) {
    -webkit-transition-delay: 80.6s;
    -o-transition-delay: 80.6s;
    transition-delay: 80.6s;
}
.search-results .card:nth-of-type(404) {
    -webkit-transition-delay: 80.8s;
    -o-transition-delay: 80.8s;
    transition-delay: 80.8s;
}
.search-results .card:nth-of-type(405) {
    -webkit-transition-delay: 81s;
    -o-transition-delay: 81s;
    transition-delay: 81s;
}
.search-results .card:nth-of-type(406) {
    -webkit-transition-delay: 81.2s;
    -o-transition-delay: 81.2s;
    transition-delay: 81.2s;
}
.search-results .card:nth-of-type(407) {
    -webkit-transition-delay: 81.4s;
    -o-transition-delay: 81.4s;
    transition-delay: 81.4s;
}
.search-results .card:nth-of-type(408) {
    -webkit-transition-delay: 81.6s;
    -o-transition-delay: 81.6s;
    transition-delay: 81.6s;
}
.search-results .card:nth-of-type(409) {
    -webkit-transition-delay: 81.8s;
    -o-transition-delay: 81.8s;
    transition-delay: 81.8s;
}
.search-results .card:nth-of-type(410) {
    -webkit-transition-delay: 82s;
    -o-transition-delay: 82s;
    transition-delay: 82s;
}
.search-results .card:nth-of-type(411) {
    -webkit-transition-delay: 82.2s;
    -o-transition-delay: 82.2s;
    transition-delay: 82.2s;
}
.search-results .card:nth-of-type(412) {
    -webkit-transition-delay: 82.4s;
    -o-transition-delay: 82.4s;
    transition-delay: 82.4s;
}
.search-results .card:nth-of-type(413) {
    -webkit-transition-delay: 82.6s;
    -o-transition-delay: 82.6s;
    transition-delay: 82.6s;
}
.search-results .card:nth-of-type(414) {
    -webkit-transition-delay: 82.8s;
    -o-transition-delay: 82.8s;
    transition-delay: 82.8s;
}
.search-results .card:nth-of-type(415) {
    -webkit-transition-delay: 83s;
    -o-transition-delay: 83s;
    transition-delay: 83s;
}
.search-results .card:nth-of-type(416) {
    -webkit-transition-delay: 83.2s;
    -o-transition-delay: 83.2s;
    transition-delay: 83.2s;
}
.search-results .card:nth-of-type(417) {
    -webkit-transition-delay: 83.4s;
    -o-transition-delay: 83.4s;
    transition-delay: 83.4s;
}
.search-results .card:nth-of-type(418) {
    -webkit-transition-delay: 83.6s;
    -o-transition-delay: 83.6s;
    transition-delay: 83.6s;
}
.search-results .card:nth-of-type(419) {
    -webkit-transition-delay: 83.8s;
    -o-transition-delay: 83.8s;
    transition-delay: 83.8s;
}
.search-results .card:nth-of-type(420) {
    -webkit-transition-delay: 84s;
    -o-transition-delay: 84s;
    transition-delay: 84s;
}
.search-results .card:nth-of-type(421) {
    -webkit-transition-delay: 84.2s;
    -o-transition-delay: 84.2s;
    transition-delay: 84.2s;
}
.search-results .card:nth-of-type(422) {
    -webkit-transition-delay: 84.4s;
    -o-transition-delay: 84.4s;
    transition-delay: 84.4s;
}
.search-results .card:nth-of-type(423) {
    -webkit-transition-delay: 84.6s;
    -o-transition-delay: 84.6s;
    transition-delay: 84.6s;
}
.search-results .card:nth-of-type(424) {
    -webkit-transition-delay: 84.8s;
    -o-transition-delay: 84.8s;
    transition-delay: 84.8s;
}
.search-results .card:nth-of-type(425) {
    -webkit-transition-delay: 85s;
    -o-transition-delay: 85s;
    transition-delay: 85s;
}
.search-results .card:nth-of-type(426) {
    -webkit-transition-delay: 85.2s;
    -o-transition-delay: 85.2s;
    transition-delay: 85.2s;
}
.search-results .card:nth-of-type(427) {
    -webkit-transition-delay: 85.4s;
    -o-transition-delay: 85.4s;
    transition-delay: 85.4s;
}
.search-results .card:nth-of-type(428) {
    -webkit-transition-delay: 85.6s;
    -o-transition-delay: 85.6s;
    transition-delay: 85.6s;
}
.search-results .card:nth-of-type(429) {
    -webkit-transition-delay: 85.8s;
    -o-transition-delay: 85.8s;
    transition-delay: 85.8s;
}
.search-results .card:nth-of-type(430) {
    -webkit-transition-delay: 86s;
    -o-transition-delay: 86s;
    transition-delay: 86s;
}
.search-results .card:nth-of-type(431) {
    -webkit-transition-delay: 86.2s;
    -o-transition-delay: 86.2s;
    transition-delay: 86.2s;
}
.search-results .card:nth-of-type(432) {
    -webkit-transition-delay: 86.4s;
    -o-transition-delay: 86.4s;
    transition-delay: 86.4s;
}
.search-results .card:nth-of-type(433) {
    -webkit-transition-delay: 86.6s;
    -o-transition-delay: 86.6s;
    transition-delay: 86.6s;
}
.search-results .card:nth-of-type(434) {
    -webkit-transition-delay: 86.8s;
    -o-transition-delay: 86.8s;
    transition-delay: 86.8s;
}
.search-results .card:nth-of-type(435) {
    -webkit-transition-delay: 87s;
    -o-transition-delay: 87s;
    transition-delay: 87s;
}
.search-results .card:nth-of-type(436) {
    -webkit-transition-delay: 87.2s;
    -o-transition-delay: 87.2s;
    transition-delay: 87.2s;
}
.search-results .card:nth-of-type(437) {
    -webkit-transition-delay: 87.4s;
    -o-transition-delay: 87.4s;
    transition-delay: 87.4s;
}
.search-results .card:nth-of-type(438) {
    -webkit-transition-delay: 87.6s;
    -o-transition-delay: 87.6s;
    transition-delay: 87.6s;
}
.search-results .card:nth-of-type(439) {
    -webkit-transition-delay: 87.8s;
    -o-transition-delay: 87.8s;
    transition-delay: 87.8s;
}
.search-results .card:nth-of-type(440) {
    -webkit-transition-delay: 88s;
    -o-transition-delay: 88s;
    transition-delay: 88s;
}
.search-results .card:nth-of-type(441) {
    -webkit-transition-delay: 88.2s;
    -o-transition-delay: 88.2s;
    transition-delay: 88.2s;
}
.search-results .card:nth-of-type(442) {
    -webkit-transition-delay: 88.4s;
    -o-transition-delay: 88.4s;
    transition-delay: 88.4s;
}
.search-results .card:nth-of-type(443) {
    -webkit-transition-delay: 88.6s;
    -o-transition-delay: 88.6s;
    transition-delay: 88.6s;
}
.search-results .card:nth-of-type(444) {
    -webkit-transition-delay: 88.8s;
    -o-transition-delay: 88.8s;
    transition-delay: 88.8s;
}
.search-results .card:nth-of-type(445) {
    -webkit-transition-delay: 89s;
    -o-transition-delay: 89s;
    transition-delay: 89s;
}
.search-results .card:nth-of-type(446) {
    -webkit-transition-delay: 89.2s;
    -o-transition-delay: 89.2s;
    transition-delay: 89.2s;
}
.search-results .card:nth-of-type(447) {
    -webkit-transition-delay: 89.4s;
    -o-transition-delay: 89.4s;
    transition-delay: 89.4s;
}
.search-results .card:nth-of-type(448) {
    -webkit-transition-delay: 89.6s;
    -o-transition-delay: 89.6s;
    transition-delay: 89.6s;
}
.search-results .card:nth-of-type(449) {
    -webkit-transition-delay: 89.8s;
    -o-transition-delay: 89.8s;
    transition-delay: 89.8s;
}
.search-results .card:nth-of-type(450) {
    -webkit-transition-delay: 90s;
    -o-transition-delay: 90s;
    transition-delay: 90s;
}
.search-results .card:nth-of-type(451) {
    -webkit-transition-delay: 90.2s;
    -o-transition-delay: 90.2s;
    transition-delay: 90.2s;
}
.search-results .card:nth-of-type(452) {
    -webkit-transition-delay: 90.4s;
    -o-transition-delay: 90.4s;
    transition-delay: 90.4s;
}
.search-results .card:nth-of-type(453) {
    -webkit-transition-delay: 90.6s;
    -o-transition-delay: 90.6s;
    transition-delay: 90.6s;
}
.search-results .card:nth-of-type(454) {
    -webkit-transition-delay: 90.8s;
    -o-transition-delay: 90.8s;
    transition-delay: 90.8s;
}
.search-results .card:nth-of-type(455) {
    -webkit-transition-delay: 91s;
    -o-transition-delay: 91s;
    transition-delay: 91s;
}
.search-results .card:nth-of-type(456) {
    -webkit-transition-delay: 91.2s;
    -o-transition-delay: 91.2s;
    transition-delay: 91.2s;
}
.search-results .card:nth-of-type(457) {
    -webkit-transition-delay: 91.4s;
    -o-transition-delay: 91.4s;
    transition-delay: 91.4s;
}
.search-results .card:nth-of-type(458) {
    -webkit-transition-delay: 91.6s;
    -o-transition-delay: 91.6s;
    transition-delay: 91.6s;
}
.search-results .card:nth-of-type(459) {
    -webkit-transition-delay: 91.8s;
    -o-transition-delay: 91.8s;
    transition-delay: 91.8s;
}
.search-results .card:nth-of-type(460) {
    -webkit-transition-delay: 92s;
    -o-transition-delay: 92s;
    transition-delay: 92s;
}
.search-results .card:nth-of-type(461) {
    -webkit-transition-delay: 92.2s;
    -o-transition-delay: 92.2s;
    transition-delay: 92.2s;
}
.search-results .card:nth-of-type(462) {
    -webkit-transition-delay: 92.4s;
    -o-transition-delay: 92.4s;
    transition-delay: 92.4s;
}
.search-results .card:nth-of-type(463) {
    -webkit-transition-delay: 92.6s;
    -o-transition-delay: 92.6s;
    transition-delay: 92.6s;
}
.search-results .card:nth-of-type(464) {
    -webkit-transition-delay: 92.8s;
    -o-transition-delay: 92.8s;
    transition-delay: 92.8s;
}
.search-results .card:nth-of-type(465) {
    -webkit-transition-delay: 93s;
    -o-transition-delay: 93s;
    transition-delay: 93s;
}
.search-results .card:nth-of-type(466) {
    -webkit-transition-delay: 93.2s;
    -o-transition-delay: 93.2s;
    transition-delay: 93.2s;
}
.search-results .card:nth-of-type(467) {
    -webkit-transition-delay: 93.4s;
    -o-transition-delay: 93.4s;
    transition-delay: 93.4s;
}
.search-results .card:nth-of-type(468) {
    -webkit-transition-delay: 93.6s;
    -o-transition-delay: 93.6s;
    transition-delay: 93.6s;
}
.search-results .card:nth-of-type(469) {
    -webkit-transition-delay: 93.8s;
    -o-transition-delay: 93.8s;
    transition-delay: 93.8s;
}
.search-results .card:nth-of-type(470) {
    -webkit-transition-delay: 94s;
    -o-transition-delay: 94s;
    transition-delay: 94s;
}
.search-results .card:nth-of-type(471) {
    -webkit-transition-delay: 94.2s;
    -o-transition-delay: 94.2s;
    transition-delay: 94.2s;
}
.search-results .card:nth-of-type(472) {
    -webkit-transition-delay: 94.4s;
    -o-transition-delay: 94.4s;
    transition-delay: 94.4s;
}
.search-results .card:nth-of-type(473) {
    -webkit-transition-delay: 94.6s;
    -o-transition-delay: 94.6s;
    transition-delay: 94.6s;
}
.search-results .card:nth-of-type(474) {
    -webkit-transition-delay: 94.8s;
    -o-transition-delay: 94.8s;
    transition-delay: 94.8s;
}
.search-results .card:nth-of-type(475) {
    -webkit-transition-delay: 95s;
    -o-transition-delay: 95s;
    transition-delay: 95s;
}
.search-results .card:nth-of-type(476) {
    -webkit-transition-delay: 95.2s;
    -o-transition-delay: 95.2s;
    transition-delay: 95.2s;
}
.search-results .card:nth-of-type(477) {
    -webkit-transition-delay: 95.4s;
    -o-transition-delay: 95.4s;
    transition-delay: 95.4s;
}
.search-results .card:nth-of-type(478) {
    -webkit-transition-delay: 95.6s;
    -o-transition-delay: 95.6s;
    transition-delay: 95.6s;
}
.search-results .card:nth-of-type(479) {
    -webkit-transition-delay: 95.8s;
    -o-transition-delay: 95.8s;
    transition-delay: 95.8s;
}
.search-results .card:nth-of-type(480) {
    -webkit-transition-delay: 96s;
    -o-transition-delay: 96s;
    transition-delay: 96s;
}
.search-results .card:nth-of-type(481) {
    -webkit-transition-delay: 96.2s;
    -o-transition-delay: 96.2s;
    transition-delay: 96.2s;
}
.search-results .card:nth-of-type(482) {
    -webkit-transition-delay: 96.4s;
    -o-transition-delay: 96.4s;
    transition-delay: 96.4s;
}
.search-results .card:nth-of-type(483) {
    -webkit-transition-delay: 96.6s;
    -o-transition-delay: 96.6s;
    transition-delay: 96.6s;
}
.search-results .card:nth-of-type(484) {
    -webkit-transition-delay: 96.8s;
    -o-transition-delay: 96.8s;
    transition-delay: 96.8s;
}
.search-results .card:nth-of-type(485) {
    -webkit-transition-delay: 97s;
    -o-transition-delay: 97s;
    transition-delay: 97s;
}
.search-results .card:nth-of-type(486) {
    -webkit-transition-delay: 97.2s;
    -o-transition-delay: 97.2s;
    transition-delay: 97.2s;
}
.search-results .card:nth-of-type(487) {
    -webkit-transition-delay: 97.4s;
    -o-transition-delay: 97.4s;
    transition-delay: 97.4s;
}
.search-results .card:nth-of-type(488) {
    -webkit-transition-delay: 97.6s;
    -o-transition-delay: 97.6s;
    transition-delay: 97.6s;
}
.search-results .card:nth-of-type(489) {
    -webkit-transition-delay: 97.8s;
    -o-transition-delay: 97.8s;
    transition-delay: 97.8s;
}
.search-results .card:nth-of-type(490) {
    -webkit-transition-delay: 98s;
    -o-transition-delay: 98s;
    transition-delay: 98s;
}
.search-results .card:nth-of-type(491) {
    -webkit-transition-delay: 98.2s;
    -o-transition-delay: 98.2s;
    transition-delay: 98.2s;
}
.search-results .card:nth-of-type(492) {
    -webkit-transition-delay: 98.4s;
    -o-transition-delay: 98.4s;
    transition-delay: 98.4s;
}
.search-results .card:nth-of-type(493) {
    -webkit-transition-delay: 98.6s;
    -o-transition-delay: 98.6s;
    transition-delay: 98.6s;
}
.search-results .card:nth-of-type(494) {
    -webkit-transition-delay: 98.8s;
    -o-transition-delay: 98.8s;
    transition-delay: 98.8s;
}
.search-results .card:nth-of-type(495) {
    -webkit-transition-delay: 99s;
    -o-transition-delay: 99s;
    transition-delay: 99s;
}
.search-results .card:nth-of-type(496) {
    -webkit-transition-delay: 99.2s;
    -o-transition-delay: 99.2s;
    transition-delay: 99.2s;
}
.search-results .card:nth-of-type(497) {
    -webkit-transition-delay: 99.4s;
    -o-transition-delay: 99.4s;
    transition-delay: 99.4s;
}
.search-results .card:nth-of-type(498) {
    -webkit-transition-delay: 99.6s;
    -o-transition-delay: 99.6s;
    transition-delay: 99.6s;
}
.search-results .card:nth-of-type(499) {
    -webkit-transition-delay: 99.8s;
    -o-transition-delay: 99.8s;
    transition-delay: 99.8s;
}
.search-results .card:nth-of-type(500) {
    -webkit-transition-delay: 100s;
    -o-transition-delay: 100s;
    transition-delay: 100s;
}
.search-results .card:nth-of-type(501) {
    -webkit-transition-delay: 100.2s;
    -o-transition-delay: 100.2s;
    transition-delay: 100.2s;
}
.search-results .card:nth-of-type(502) {
    -webkit-transition-delay: 100.4s;
    -o-transition-delay: 100.4s;
    transition-delay: 100.4s;
}
.search-results .card:nth-of-type(503) {
    -webkit-transition-delay: 100.6s;
    -o-transition-delay: 100.6s;
    transition-delay: 100.6s;
}
.search-results .card:nth-of-type(504) {
    -webkit-transition-delay: 100.8s;
    -o-transition-delay: 100.8s;
    transition-delay: 100.8s;
}
.search-results .card:nth-of-type(505) {
    -webkit-transition-delay: 101s;
    -o-transition-delay: 101s;
    transition-delay: 101s;
}
.search-results .card:nth-of-type(506) {
    -webkit-transition-delay: 101.2s;
    -o-transition-delay: 101.2s;
    transition-delay: 101.2s;
}
.search-results .card:nth-of-type(507) {
    -webkit-transition-delay: 101.4s;
    -o-transition-delay: 101.4s;
    transition-delay: 101.4s;
}
.search-results .card:nth-of-type(508) {
    -webkit-transition-delay: 101.6s;
    -o-transition-delay: 101.6s;
    transition-delay: 101.6s;
}
.search-results .card:nth-of-type(509) {
    -webkit-transition-delay: 101.8s;
    -o-transition-delay: 101.8s;
    transition-delay: 101.8s;
}
.search-results .card:nth-of-type(510) {
    -webkit-transition-delay: 102s;
    -o-transition-delay: 102s;
    transition-delay: 102s;
}
.search-results .card:nth-of-type(511) {
    -webkit-transition-delay: 102.2s;
    -o-transition-delay: 102.2s;
    transition-delay: 102.2s;
}
.search-results .card:nth-of-type(512) {
    -webkit-transition-delay: 102.4s;
    -o-transition-delay: 102.4s;
    transition-delay: 102.4s;
}
.search-results .card:nth-of-type(513) {
    -webkit-transition-delay: 102.6s;
    -o-transition-delay: 102.6s;
    transition-delay: 102.6s;
}
.search-results .card:nth-of-type(514) {
    -webkit-transition-delay: 102.8s;
    -o-transition-delay: 102.8s;
    transition-delay: 102.8s;
}
.search-results .card:nth-of-type(515) {
    -webkit-transition-delay: 103s;
    -o-transition-delay: 103s;
    transition-delay: 103s;
}
.search-results .card:nth-of-type(516) {
    -webkit-transition-delay: 103.2s;
    -o-transition-delay: 103.2s;
    transition-delay: 103.2s;
}
.search-results .card:nth-of-type(517) {
    -webkit-transition-delay: 103.4s;
    -o-transition-delay: 103.4s;
    transition-delay: 103.4s;
}
.search-results .card:nth-of-type(518) {
    -webkit-transition-delay: 103.6s;
    -o-transition-delay: 103.6s;
    transition-delay: 103.6s;
}
.search-results .card:nth-of-type(519) {
    -webkit-transition-delay: 103.8s;
    -o-transition-delay: 103.8s;
    transition-delay: 103.8s;
}
.search-results .card:nth-of-type(520) {
    -webkit-transition-delay: 104s;
    -o-transition-delay: 104s;
    transition-delay: 104s;
}
.search-results .card:nth-of-type(521) {
    -webkit-transition-delay: 104.2s;
    -o-transition-delay: 104.2s;
    transition-delay: 104.2s;
}
.search-results .card:nth-of-type(522) {
    -webkit-transition-delay: 104.4s;
    -o-transition-delay: 104.4s;
    transition-delay: 104.4s;
}
.search-results .card:nth-of-type(523) {
    -webkit-transition-delay: 104.6s;
    -o-transition-delay: 104.6s;
    transition-delay: 104.6s;
}
.search-results .card:nth-of-type(524) {
    -webkit-transition-delay: 104.8s;
    -o-transition-delay: 104.8s;
    transition-delay: 104.8s;
}
.search-results .card:nth-of-type(525) {
    -webkit-transition-delay: 105s;
    -o-transition-delay: 105s;
    transition-delay: 105s;
}
.search-results .card:nth-of-type(526) {
    -webkit-transition-delay: 105.2s;
    -o-transition-delay: 105.2s;
    transition-delay: 105.2s;
}
.search-results .card:nth-of-type(527) {
    -webkit-transition-delay: 105.4s;
    -o-transition-delay: 105.4s;
    transition-delay: 105.4s;
}
.search-results .card:nth-of-type(528) {
    -webkit-transition-delay: 105.6s;
    -o-transition-delay: 105.6s;
    transition-delay: 105.6s;
}
.search-results .card:nth-of-type(529) {
    -webkit-transition-delay: 105.8s;
    -o-transition-delay: 105.8s;
    transition-delay: 105.8s;
}
.search-results .card:nth-of-type(530) {
    -webkit-transition-delay: 106s;
    -o-transition-delay: 106s;
    transition-delay: 106s;
}
.search-results .card:nth-of-type(531) {
    -webkit-transition-delay: 106.2s;
    -o-transition-delay: 106.2s;
    transition-delay: 106.2s;
}
.search-results .card:nth-of-type(532) {
    -webkit-transition-delay: 106.4s;
    -o-transition-delay: 106.4s;
    transition-delay: 106.4s;
}
.search-results .card:nth-of-type(533) {
    -webkit-transition-delay: 106.6s;
    -o-transition-delay: 106.6s;
    transition-delay: 106.6s;
}
.search-results .card:nth-of-type(534) {
    -webkit-transition-delay: 106.8s;
    -o-transition-delay: 106.8s;
    transition-delay: 106.8s;
}
.search-results .card:nth-of-type(535) {
    -webkit-transition-delay: 107s;
    -o-transition-delay: 107s;
    transition-delay: 107s;
}
.search-results .card:nth-of-type(536) {
    -webkit-transition-delay: 107.2s;
    -o-transition-delay: 107.2s;
    transition-delay: 107.2s;
}
.search-results .card:nth-of-type(537) {
    -webkit-transition-delay: 107.4s;
    -o-transition-delay: 107.4s;
    transition-delay: 107.4s;
}
.search-results .card:nth-of-type(538) {
    -webkit-transition-delay: 107.6s;
    -o-transition-delay: 107.6s;
    transition-delay: 107.6s;
}
.search-results .card:nth-of-type(539) {
    -webkit-transition-delay: 107.8s;
    -o-transition-delay: 107.8s;
    transition-delay: 107.8s;
}
.search-results .card:nth-of-type(540) {
    -webkit-transition-delay: 108s;
    -o-transition-delay: 108s;
    transition-delay: 108s;
}
.search-results .card:nth-of-type(541) {
    -webkit-transition-delay: 108.2s;
    -o-transition-delay: 108.2s;
    transition-delay: 108.2s;
}
.search-results .card:nth-of-type(542) {
    -webkit-transition-delay: 108.4s;
    -o-transition-delay: 108.4s;
    transition-delay: 108.4s;
}
.search-results .card:nth-of-type(543) {
    -webkit-transition-delay: 108.6s;
    -o-transition-delay: 108.6s;
    transition-delay: 108.6s;
}
.search-results .card:nth-of-type(544) {
    -webkit-transition-delay: 108.8s;
    -o-transition-delay: 108.8s;
    transition-delay: 108.8s;
}
.search-results .card:nth-of-type(545) {
    -webkit-transition-delay: 109s;
    -o-transition-delay: 109s;
    transition-delay: 109s;
}
.search-results .card:nth-of-type(546) {
    -webkit-transition-delay: 109.2s;
    -o-transition-delay: 109.2s;
    transition-delay: 109.2s;
}
.search-results .card:nth-of-type(547) {
    -webkit-transition-delay: 109.4s;
    -o-transition-delay: 109.4s;
    transition-delay: 109.4s;
}
.search-results .card:nth-of-type(548) {
    -webkit-transition-delay: 109.6s;
    -o-transition-delay: 109.6s;
    transition-delay: 109.6s;
}
.search-results .card:nth-of-type(549) {
    -webkit-transition-delay: 109.8s;
    -o-transition-delay: 109.8s;
    transition-delay: 109.8s;
}
.search-results .card:nth-of-type(550) {
    -webkit-transition-delay: 110s;
    -o-transition-delay: 110s;
    transition-delay: 110s;
}
.search-results .card:nth-of-type(551) {
    -webkit-transition-delay: 110.2s;
    -o-transition-delay: 110.2s;
    transition-delay: 110.2s;
}
.search-results .card:nth-of-type(552) {
    -webkit-transition-delay: 110.4s;
    -o-transition-delay: 110.4s;
    transition-delay: 110.4s;
}
.search-results .card:nth-of-type(553) {
    -webkit-transition-delay: 110.6s;
    -o-transition-delay: 110.6s;
    transition-delay: 110.6s;
}
.search-results .card:nth-of-type(554) {
    -webkit-transition-delay: 110.8s;
    -o-transition-delay: 110.8s;
    transition-delay: 110.8s;
}
.search-results .card:nth-of-type(555) {
    -webkit-transition-delay: 111s;
    -o-transition-delay: 111s;
    transition-delay: 111s;
}
.search-results .card:nth-of-type(556) {
    -webkit-transition-delay: 111.2s;
    -o-transition-delay: 111.2s;
    transition-delay: 111.2s;
}
.search-results .card:nth-of-type(557) {
    -webkit-transition-delay: 111.4s;
    -o-transition-delay: 111.4s;
    transition-delay: 111.4s;
}
.search-results .card:nth-of-type(558) {
    -webkit-transition-delay: 111.6s;
    -o-transition-delay: 111.6s;
    transition-delay: 111.6s;
}
.search-results .card:nth-of-type(559) {
    -webkit-transition-delay: 111.8s;
    -o-transition-delay: 111.8s;
    transition-delay: 111.8s;
}
.search-results .card:nth-of-type(560) {
    -webkit-transition-delay: 112s;
    -o-transition-delay: 112s;
    transition-delay: 112s;
}
.search-results .card:nth-of-type(561) {
    -webkit-transition-delay: 112.2s;
    -o-transition-delay: 112.2s;
    transition-delay: 112.2s;
}
.search-results .card:nth-of-type(562) {
    -webkit-transition-delay: 112.4s;
    -o-transition-delay: 112.4s;
    transition-delay: 112.4s;
}
.search-results .card:nth-of-type(563) {
    -webkit-transition-delay: 112.6s;
    -o-transition-delay: 112.6s;
    transition-delay: 112.6s;
}
.search-results .card:nth-of-type(564) {
    -webkit-transition-delay: 112.8s;
    -o-transition-delay: 112.8s;
    transition-delay: 112.8s;
}
.search-results .card:nth-of-type(565) {
    -webkit-transition-delay: 113s;
    -o-transition-delay: 113s;
    transition-delay: 113s;
}
.search-results .card:nth-of-type(566) {
    -webkit-transition-delay: 113.2s;
    -o-transition-delay: 113.2s;
    transition-delay: 113.2s;
}
.search-results .card:nth-of-type(567) {
    -webkit-transition-delay: 113.4s;
    -o-transition-delay: 113.4s;
    transition-delay: 113.4s;
}
.search-results .card:nth-of-type(568) {
    -webkit-transition-delay: 113.6s;
    -o-transition-delay: 113.6s;
    transition-delay: 113.6s;
}
.search-results .card:nth-of-type(569) {
    -webkit-transition-delay: 113.8s;
    -o-transition-delay: 113.8s;
    transition-delay: 113.8s;
}
.search-results .card:nth-of-type(570) {
    -webkit-transition-delay: 114s;
    -o-transition-delay: 114s;
    transition-delay: 114s;
}
.search-results .card:nth-of-type(571) {
    -webkit-transition-delay: 114.2s;
    -o-transition-delay: 114.2s;
    transition-delay: 114.2s;
}
.search-results .card:nth-of-type(572) {
    -webkit-transition-delay: 114.4s;
    -o-transition-delay: 114.4s;
    transition-delay: 114.4s;
}
.search-results .card:nth-of-type(573) {
    -webkit-transition-delay: 114.6s;
    -o-transition-delay: 114.6s;
    transition-delay: 114.6s;
}
.search-results .card:nth-of-type(574) {
    -webkit-transition-delay: 114.8s;
    -o-transition-delay: 114.8s;
    transition-delay: 114.8s;
}
.search-results .card:nth-of-type(575) {
    -webkit-transition-delay: 115s;
    -o-transition-delay: 115s;
    transition-delay: 115s;
}
.search-results .card:nth-of-type(576) {
    -webkit-transition-delay: 115.2s;
    -o-transition-delay: 115.2s;
    transition-delay: 115.2s;
}
.search-results .card:nth-of-type(577) {
    -webkit-transition-delay: 115.4s;
    -o-transition-delay: 115.4s;
    transition-delay: 115.4s;
}
.search-results .card:nth-of-type(578) {
    -webkit-transition-delay: 115.6s;
    -o-transition-delay: 115.6s;
    transition-delay: 115.6s;
}
.search-results .card:nth-of-type(579) {
    -webkit-transition-delay: 115.8s;
    -o-transition-delay: 115.8s;
    transition-delay: 115.8s;
}
.search-results .card:nth-of-type(580) {
    -webkit-transition-delay: 116s;
    -o-transition-delay: 116s;
    transition-delay: 116s;
}
.search-results .card:nth-of-type(581) {
    -webkit-transition-delay: 116.2s;
    -o-transition-delay: 116.2s;
    transition-delay: 116.2s;
}
.search-results .card:nth-of-type(582) {
    -webkit-transition-delay: 116.4s;
    -o-transition-delay: 116.4s;
    transition-delay: 116.4s;
}
.search-results .card:nth-of-type(583) {
    -webkit-transition-delay: 116.6s;
    -o-transition-delay: 116.6s;
    transition-delay: 116.6s;
}
.search-results .card:nth-of-type(584) {
    -webkit-transition-delay: 116.8s;
    -o-transition-delay: 116.8s;
    transition-delay: 116.8s;
}
.search-results .card:nth-of-type(585) {
    -webkit-transition-delay: 117s;
    -o-transition-delay: 117s;
    transition-delay: 117s;
}
.search-results .card:nth-of-type(586) {
    -webkit-transition-delay: 117.2s;
    -o-transition-delay: 117.2s;
    transition-delay: 117.2s;
}
.search-results .card:nth-of-type(587) {
    -webkit-transition-delay: 117.4s;
    -o-transition-delay: 117.4s;
    transition-delay: 117.4s;
}
.search-results .card:nth-of-type(588) {
    -webkit-transition-delay: 117.6s;
    -o-transition-delay: 117.6s;
    transition-delay: 117.6s;
}
.search-results .card:nth-of-type(589) {
    -webkit-transition-delay: 117.8s;
    -o-transition-delay: 117.8s;
    transition-delay: 117.8s;
}
.search-results .card:nth-of-type(590) {
    -webkit-transition-delay: 118s;
    -o-transition-delay: 118s;
    transition-delay: 118s;
}
.search-results .card:nth-of-type(591) {
    -webkit-transition-delay: 118.2s;
    -o-transition-delay: 118.2s;
    transition-delay: 118.2s;
}
.search-results .card:nth-of-type(592) {
    -webkit-transition-delay: 118.4s;
    -o-transition-delay: 118.4s;
    transition-delay: 118.4s;
}
.search-results .card:nth-of-type(593) {
    -webkit-transition-delay: 118.6s;
    -o-transition-delay: 118.6s;
    transition-delay: 118.6s;
}
.search-results .card:nth-of-type(594) {
    -webkit-transition-delay: 118.8s;
    -o-transition-delay: 118.8s;
    transition-delay: 118.8s;
}
.search-results .card:nth-of-type(595) {
    -webkit-transition-delay: 119s;
    -o-transition-delay: 119s;
    transition-delay: 119s;
}
.search-results .card:nth-of-type(596) {
    -webkit-transition-delay: 119.2s;
    -o-transition-delay: 119.2s;
    transition-delay: 119.2s;
}
.search-results .card:nth-of-type(597) {
    -webkit-transition-delay: 119.4s;
    -o-transition-delay: 119.4s;
    transition-delay: 119.4s;
}
.search-results .card:nth-of-type(598) {
    -webkit-transition-delay: 119.6s;
    -o-transition-delay: 119.6s;
    transition-delay: 119.6s;
}
.search-results .card:nth-of-type(599) {
    -webkit-transition-delay: 119.8s;
    -o-transition-delay: 119.8s;
    transition-delay: 119.8s;
}
.search-results .card:nth-of-type(600) {
    -webkit-transition-delay: 120s;
    -o-transition-delay: 120s;
    transition-delay: 120s;
}
.search-results .card:nth-of-type(601) {
    -webkit-transition-delay: 120.2s;
    -o-transition-delay: 120.2s;
    transition-delay: 120.2s;
}
.search-results .card:nth-of-type(602) {
    -webkit-transition-delay: 120.4s;
    -o-transition-delay: 120.4s;
    transition-delay: 120.4s;
}
.search-results .card:nth-of-type(603) {
    -webkit-transition-delay: 120.6s;
    -o-transition-delay: 120.6s;
    transition-delay: 120.6s;
}
.search-results .card:nth-of-type(604) {
    -webkit-transition-delay: 120.8s;
    -o-transition-delay: 120.8s;
    transition-delay: 120.8s;
}
.search-results .card:nth-of-type(605) {
    -webkit-transition-delay: 121s;
    -o-transition-delay: 121s;
    transition-delay: 121s;
}
.search-results .card:nth-of-type(606) {
    -webkit-transition-delay: 121.2s;
    -o-transition-delay: 121.2s;
    transition-delay: 121.2s;
}
.search-results .card:nth-of-type(607) {
    -webkit-transition-delay: 121.4s;
    -o-transition-delay: 121.4s;
    transition-delay: 121.4s;
}
.search-results .card:nth-of-type(608) {
    -webkit-transition-delay: 121.6s;
    -o-transition-delay: 121.6s;
    transition-delay: 121.6s;
}
.search-results .card:nth-of-type(609) {
    -webkit-transition-delay: 121.8s;
    -o-transition-delay: 121.8s;
    transition-delay: 121.8s;
}
.search-results .card:nth-of-type(610) {
    -webkit-transition-delay: 122s;
    -o-transition-delay: 122s;
    transition-delay: 122s;
}
.search-results .card:nth-of-type(611) {
    -webkit-transition-delay: 122.2s;
    -o-transition-delay: 122.2s;
    transition-delay: 122.2s;
}
.search-results .card:nth-of-type(612) {
    -webkit-transition-delay: 122.4s;
    -o-transition-delay: 122.4s;
    transition-delay: 122.4s;
}
.search-results .card:nth-of-type(613) {
    -webkit-transition-delay: 122.6s;
    -o-transition-delay: 122.6s;
    transition-delay: 122.6s;
}
.search-results .card:nth-of-type(614) {
    -webkit-transition-delay: 122.8s;
    -o-transition-delay: 122.8s;
    transition-delay: 122.8s;
}
.search-results .card:nth-of-type(615) {
    -webkit-transition-delay: 123s;
    -o-transition-delay: 123s;
    transition-delay: 123s;
}
.search-results .card:nth-of-type(616) {
    -webkit-transition-delay: 123.2s;
    -o-transition-delay: 123.2s;
    transition-delay: 123.2s;
}
.search-results .card:nth-of-type(617) {
    -webkit-transition-delay: 123.4s;
    -o-transition-delay: 123.4s;
    transition-delay: 123.4s;
}
.search-results .card:nth-of-type(618) {
    -webkit-transition-delay: 123.6s;
    -o-transition-delay: 123.6s;
    transition-delay: 123.6s;
}
.search-results .card:nth-of-type(619) {
    -webkit-transition-delay: 123.8s;
    -o-transition-delay: 123.8s;
    transition-delay: 123.8s;
}
.search-results .card:nth-of-type(620) {
    -webkit-transition-delay: 124s;
    -o-transition-delay: 124s;
    transition-delay: 124s;
}
.search-results .card:nth-of-type(621) {
    -webkit-transition-delay: 124.2s;
    -o-transition-delay: 124.2s;
    transition-delay: 124.2s;
}
.search-results .card:nth-of-type(622) {
    -webkit-transition-delay: 124.4s;
    -o-transition-delay: 124.4s;
    transition-delay: 124.4s;
}
.search-results .card:nth-of-type(623) {
    -webkit-transition-delay: 124.6s;
    -o-transition-delay: 124.6s;
    transition-delay: 124.6s;
}
.search-results .card:nth-of-type(624) {
    -webkit-transition-delay: 124.8s;
    -o-transition-delay: 124.8s;
    transition-delay: 124.8s;
}
.search-results .card:nth-of-type(625) {
    -webkit-transition-delay: 125s;
    -o-transition-delay: 125s;
    transition-delay: 125s;
}
.search-results .card:nth-of-type(626) {
    -webkit-transition-delay: 125.2s;
    -o-transition-delay: 125.2s;
    transition-delay: 125.2s;
}
.search-results .card:nth-of-type(627) {
    -webkit-transition-delay: 125.4s;
    -o-transition-delay: 125.4s;
    transition-delay: 125.4s;
}
.search-results .card:nth-of-type(628) {
    -webkit-transition-delay: 125.6s;
    -o-transition-delay: 125.6s;
    transition-delay: 125.6s;
}
.search-results .card:nth-of-type(629) {
    -webkit-transition-delay: 125.8s;
    -o-transition-delay: 125.8s;
    transition-delay: 125.8s;
}
.search-results .card:nth-of-type(630) {
    -webkit-transition-delay: 126s;
    -o-transition-delay: 126s;
    transition-delay: 126s;
}
.search-results .card:nth-of-type(631) {
    -webkit-transition-delay: 126.2s;
    -o-transition-delay: 126.2s;
    transition-delay: 126.2s;
}
.search-results .card:nth-of-type(632) {
    -webkit-transition-delay: 126.4s;
    -o-transition-delay: 126.4s;
    transition-delay: 126.4s;
}
.search-results .card:nth-of-type(633) {
    -webkit-transition-delay: 126.6s;
    -o-transition-delay: 126.6s;
    transition-delay: 126.6s;
}
.search-results .card:nth-of-type(634) {
    -webkit-transition-delay: 126.8s;
    -o-transition-delay: 126.8s;
    transition-delay: 126.8s;
}
.search-results .card:nth-of-type(635) {
    -webkit-transition-delay: 127s;
    -o-transition-delay: 127s;
    transition-delay: 127s;
}
.search-results .card:nth-of-type(636) {
    -webkit-transition-delay: 127.2s;
    -o-transition-delay: 127.2s;
    transition-delay: 127.2s;
}
.search-results .card:nth-of-type(637) {
    -webkit-transition-delay: 127.4s;
    -o-transition-delay: 127.4s;
    transition-delay: 127.4s;
}
.search-results .card:nth-of-type(638) {
    -webkit-transition-delay: 127.6s;
    -o-transition-delay: 127.6s;
    transition-delay: 127.6s;
}
.search-results .card:nth-of-type(639) {
    -webkit-transition-delay: 127.8s;
    -o-transition-delay: 127.8s;
    transition-delay: 127.8s;
}
.search-results .card:nth-of-type(640) {
    -webkit-transition-delay: 128s;
    -o-transition-delay: 128s;
    transition-delay: 128s;
}
.search-results .card:nth-of-type(641) {
    -webkit-transition-delay: 128.2s;
    -o-transition-delay: 128.2s;
    transition-delay: 128.2s;
}
.search-results .card:nth-of-type(642) {
    -webkit-transition-delay: 128.4s;
    -o-transition-delay: 128.4s;
    transition-delay: 128.4s;
}
.search-results .card:nth-of-type(643) {
    -webkit-transition-delay: 128.6s;
    -o-transition-delay: 128.6s;
    transition-delay: 128.6s;
}
.search-results .card:nth-of-type(644) {
    -webkit-transition-delay: 128.8s;
    -o-transition-delay: 128.8s;
    transition-delay: 128.8s;
}
.search-results .card:nth-of-type(645) {
    -webkit-transition-delay: 129s;
    -o-transition-delay: 129s;
    transition-delay: 129s;
}
.search-results .card:nth-of-type(646) {
    -webkit-transition-delay: 129.2s;
    -o-transition-delay: 129.2s;
    transition-delay: 129.2s;
}
.search-results .card:nth-of-type(647) {
    -webkit-transition-delay: 129.4s;
    -o-transition-delay: 129.4s;
    transition-delay: 129.4s;
}
.search-results .card:nth-of-type(648) {
    -webkit-transition-delay: 129.6s;
    -o-transition-delay: 129.6s;
    transition-delay: 129.6s;
}
.search-results .card:nth-of-type(649) {
    -webkit-transition-delay: 129.8s;
    -o-transition-delay: 129.8s;
    transition-delay: 129.8s;
}
.search-results .card:nth-of-type(650) {
    -webkit-transition-delay: 130s;
    -o-transition-delay: 130s;
    transition-delay: 130s;
}
.search-results .card:nth-of-type(651) {
    -webkit-transition-delay: 130.2s;
    -o-transition-delay: 130.2s;
    transition-delay: 130.2s;
}
.search-results .card:nth-of-type(652) {
    -webkit-transition-delay: 130.4s;
    -o-transition-delay: 130.4s;
    transition-delay: 130.4s;
}
.search-results .card:nth-of-type(653) {
    -webkit-transition-delay: 130.6s;
    -o-transition-delay: 130.6s;
    transition-delay: 130.6s;
}
.search-results .card:nth-of-type(654) {
    -webkit-transition-delay: 130.8s;
    -o-transition-delay: 130.8s;
    transition-delay: 130.8s;
}
.search-results .card:nth-of-type(655) {
    -webkit-transition-delay: 131s;
    -o-transition-delay: 131s;
    transition-delay: 131s;
}
.search-results .card:nth-of-type(656) {
    -webkit-transition-delay: 131.2s;
    -o-transition-delay: 131.2s;
    transition-delay: 131.2s;
}
.search-results .card:nth-of-type(657) {
    -webkit-transition-delay: 131.4s;
    -o-transition-delay: 131.4s;
    transition-delay: 131.4s;
}
.search-results .card:nth-of-type(658) {
    -webkit-transition-delay: 131.6s;
    -o-transition-delay: 131.6s;
    transition-delay: 131.6s;
}
.search-results .card:nth-of-type(659) {
    -webkit-transition-delay: 131.8s;
    -o-transition-delay: 131.8s;
    transition-delay: 131.8s;
}
.search-results .card:nth-of-type(660) {
    -webkit-transition-delay: 132s;
    -o-transition-delay: 132s;
    transition-delay: 132s;
}
.search-results .card:nth-of-type(661) {
    -webkit-transition-delay: 132.2s;
    -o-transition-delay: 132.2s;
    transition-delay: 132.2s;
}
.search-results .card:nth-of-type(662) {
    -webkit-transition-delay: 132.4s;
    -o-transition-delay: 132.4s;
    transition-delay: 132.4s;
}
.search-results .card:nth-of-type(663) {
    -webkit-transition-delay: 132.6s;
    -o-transition-delay: 132.6s;
    transition-delay: 132.6s;
}
.search-results .card:nth-of-type(664) {
    -webkit-transition-delay: 132.8s;
    -o-transition-delay: 132.8s;
    transition-delay: 132.8s;
}
.search-results .card:nth-of-type(665) {
    -webkit-transition-delay: 133s;
    -o-transition-delay: 133s;
    transition-delay: 133s;
}
.search-results .card:nth-of-type(666) {
    -webkit-transition-delay: 133.2s;
    -o-transition-delay: 133.2s;
    transition-delay: 133.2s;
}
.search-results .card:nth-of-type(667) {
    -webkit-transition-delay: 133.4s;
    -o-transition-delay: 133.4s;
    transition-delay: 133.4s;
}
.search-results .card:nth-of-type(668) {
    -webkit-transition-delay: 133.6s;
    -o-transition-delay: 133.6s;
    transition-delay: 133.6s;
}
.search-results .card:nth-of-type(669) {
    -webkit-transition-delay: 133.8s;
    -o-transition-delay: 133.8s;
    transition-delay: 133.8s;
}
.search-results .card:nth-of-type(670) {
    -webkit-transition-delay: 134s;
    -o-transition-delay: 134s;
    transition-delay: 134s;
}
.search-results .card:nth-of-type(671) {
    -webkit-transition-delay: 134.2s;
    -o-transition-delay: 134.2s;
    transition-delay: 134.2s;
}
.search-results .card:nth-of-type(672) {
    -webkit-transition-delay: 134.4s;
    -o-transition-delay: 134.4s;
    transition-delay: 134.4s;
}
.search-results .card:nth-of-type(673) {
    -webkit-transition-delay: 134.6s;
    -o-transition-delay: 134.6s;
    transition-delay: 134.6s;
}
.search-results .card:nth-of-type(674) {
    -webkit-transition-delay: 134.8s;
    -o-transition-delay: 134.8s;
    transition-delay: 134.8s;
}
.search-results .card:nth-of-type(675) {
    -webkit-transition-delay: 135s;
    -o-transition-delay: 135s;
    transition-delay: 135s;
}
.search-results .card:nth-of-type(676) {
    -webkit-transition-delay: 135.2s;
    -o-transition-delay: 135.2s;
    transition-delay: 135.2s;
}
.search-results .card:nth-of-type(677) {
    -webkit-transition-delay: 135.4s;
    -o-transition-delay: 135.4s;
    transition-delay: 135.4s;
}
.search-results .card:nth-of-type(678) {
    -webkit-transition-delay: 135.6s;
    -o-transition-delay: 135.6s;
    transition-delay: 135.6s;
}
.search-results .card:nth-of-type(679) {
    -webkit-transition-delay: 135.8s;
    -o-transition-delay: 135.8s;
    transition-delay: 135.8s;
}
.search-results .card:nth-of-type(680) {
    -webkit-transition-delay: 136s;
    -o-transition-delay: 136s;
    transition-delay: 136s;
}
.search-results .card:nth-of-type(681) {
    -webkit-transition-delay: 136.2s;
    -o-transition-delay: 136.2s;
    transition-delay: 136.2s;
}
.search-results .card:nth-of-type(682) {
    -webkit-transition-delay: 136.4s;
    -o-transition-delay: 136.4s;
    transition-delay: 136.4s;
}
.search-results .card:nth-of-type(683) {
    -webkit-transition-delay: 136.6s;
    -o-transition-delay: 136.6s;
    transition-delay: 136.6s;
}
.search-results .card:nth-of-type(684) {
    -webkit-transition-delay: 136.8s;
    -o-transition-delay: 136.8s;
    transition-delay: 136.8s;
}
.search-results .card:nth-of-type(685) {
    -webkit-transition-delay: 137s;
    -o-transition-delay: 137s;
    transition-delay: 137s;
}
.search-results .card:nth-of-type(686) {
    -webkit-transition-delay: 137.2s;
    -o-transition-delay: 137.2s;
    transition-delay: 137.2s;
}
.search-results .card:nth-of-type(687) {
    -webkit-transition-delay: 137.4s;
    -o-transition-delay: 137.4s;
    transition-delay: 137.4s;
}
.search-results .card:nth-of-type(688) {
    -webkit-transition-delay: 137.6s;
    -o-transition-delay: 137.6s;
    transition-delay: 137.6s;
}
.search-results .card:nth-of-type(689) {
    -webkit-transition-delay: 137.8s;
    -o-transition-delay: 137.8s;
    transition-delay: 137.8s;
}
.search-results .card:nth-of-type(690) {
    -webkit-transition-delay: 138s;
    -o-transition-delay: 138s;
    transition-delay: 138s;
}
.search-results .card:nth-of-type(691) {
    -webkit-transition-delay: 138.2s;
    -o-transition-delay: 138.2s;
    transition-delay: 138.2s;
}
.search-results .card:nth-of-type(692) {
    -webkit-transition-delay: 138.4s;
    -o-transition-delay: 138.4s;
    transition-delay: 138.4s;
}
.search-results .card:nth-of-type(693) {
    -webkit-transition-delay: 138.6s;
    -o-transition-delay: 138.6s;
    transition-delay: 138.6s;
}
.search-results .card:nth-of-type(694) {
    -webkit-transition-delay: 138.8s;
    -o-transition-delay: 138.8s;
    transition-delay: 138.8s;
}
.search-results .card:nth-of-type(695) {
    -webkit-transition-delay: 139s;
    -o-transition-delay: 139s;
    transition-delay: 139s;
}
.search-results .card:nth-of-type(696) {
    -webkit-transition-delay: 139.2s;
    -o-transition-delay: 139.2s;
    transition-delay: 139.2s;
}
.search-results .card:nth-of-type(697) {
    -webkit-transition-delay: 139.4s;
    -o-transition-delay: 139.4s;
    transition-delay: 139.4s;
}
.search-results .card:nth-of-type(698) {
    -webkit-transition-delay: 139.6s;
    -o-transition-delay: 139.6s;
    transition-delay: 139.6s;
}
.search-results .card:nth-of-type(699) {
    -webkit-transition-delay: 139.8s;
    -o-transition-delay: 139.8s;
    transition-delay: 139.8s;
}
.search-results .card:nth-of-type(700) {
    -webkit-transition-delay: 140s;
    -o-transition-delay: 140s;
    transition-delay: 140s;
}
.search-results .card:nth-of-type(701) {
    -webkit-transition-delay: 140.2s;
    -o-transition-delay: 140.2s;
    transition-delay: 140.2s;
}
.search-results .card:nth-of-type(702) {
    -webkit-transition-delay: 140.4s;
    -o-transition-delay: 140.4s;
    transition-delay: 140.4s;
}
.search-results .card:nth-of-type(703) {
    -webkit-transition-delay: 140.6s;
    -o-transition-delay: 140.6s;
    transition-delay: 140.6s;
}
.search-results .card:nth-of-type(704) {
    -webkit-transition-delay: 140.8s;
    -o-transition-delay: 140.8s;
    transition-delay: 140.8s;
}
.search-results .card:nth-of-type(705) {
    -webkit-transition-delay: 141s;
    -o-transition-delay: 141s;
    transition-delay: 141s;
}
.search-results .card:nth-of-type(706) {
    -webkit-transition-delay: 141.2s;
    -o-transition-delay: 141.2s;
    transition-delay: 141.2s;
}
.search-results .card:nth-of-type(707) {
    -webkit-transition-delay: 141.4s;
    -o-transition-delay: 141.4s;
    transition-delay: 141.4s;
}
.search-results .card:nth-of-type(708) {
    -webkit-transition-delay: 141.6s;
    -o-transition-delay: 141.6s;
    transition-delay: 141.6s;
}
.search-results .card:nth-of-type(709) {
    -webkit-transition-delay: 141.8s;
    -o-transition-delay: 141.8s;
    transition-delay: 141.8s;
}
.search-results .card:nth-of-type(710) {
    -webkit-transition-delay: 142s;
    -o-transition-delay: 142s;
    transition-delay: 142s;
}
.search-results .card:nth-of-type(711) {
    -webkit-transition-delay: 142.2s;
    -o-transition-delay: 142.2s;
    transition-delay: 142.2s;
}
.search-results .card:nth-of-type(712) {
    -webkit-transition-delay: 142.4s;
    -o-transition-delay: 142.4s;
    transition-delay: 142.4s;
}
.search-results .card:nth-of-type(713) {
    -webkit-transition-delay: 142.6s;
    -o-transition-delay: 142.6s;
    transition-delay: 142.6s;
}
.search-results .card:nth-of-type(714) {
    -webkit-transition-delay: 142.8s;
    -o-transition-delay: 142.8s;
    transition-delay: 142.8s;
}
.search-results .card:nth-of-type(715) {
    -webkit-transition-delay: 143s;
    -o-transition-delay: 143s;
    transition-delay: 143s;
}
.search-results .card:nth-of-type(716) {
    -webkit-transition-delay: 143.2s;
    -o-transition-delay: 143.2s;
    transition-delay: 143.2s;
}
.search-results .card:nth-of-type(717) {
    -webkit-transition-delay: 143.4s;
    -o-transition-delay: 143.4s;
    transition-delay: 143.4s;
}
.search-results .card:nth-of-type(718) {
    -webkit-transition-delay: 143.6s;
    -o-transition-delay: 143.6s;
    transition-delay: 143.6s;
}
.search-results .card:nth-of-type(719) {
    -webkit-transition-delay: 143.8s;
    -o-transition-delay: 143.8s;
    transition-delay: 143.8s;
}
.search-results .card:nth-of-type(720) {
    -webkit-transition-delay: 144s;
    -o-transition-delay: 144s;
    transition-delay: 144s;
}
.search-results .card:nth-of-type(721) {
    -webkit-transition-delay: 144.2s;
    -o-transition-delay: 144.2s;
    transition-delay: 144.2s;
}
.search-results .card:nth-of-type(722) {
    -webkit-transition-delay: 144.4s;
    -o-transition-delay: 144.4s;
    transition-delay: 144.4s;
}
.search-results .card:nth-of-type(723) {
    -webkit-transition-delay: 144.6s;
    -o-transition-delay: 144.6s;
    transition-delay: 144.6s;
}
.search-results .card:nth-of-type(724) {
    -webkit-transition-delay: 144.8s;
    -o-transition-delay: 144.8s;
    transition-delay: 144.8s;
}
.search-results .card:nth-of-type(725) {
    -webkit-transition-delay: 145s;
    -o-transition-delay: 145s;
    transition-delay: 145s;
}
.search-results .card:nth-of-type(726) {
    -webkit-transition-delay: 145.2s;
    -o-transition-delay: 145.2s;
    transition-delay: 145.2s;
}
.search-results .card:nth-of-type(727) {
    -webkit-transition-delay: 145.4s;
    -o-transition-delay: 145.4s;
    transition-delay: 145.4s;
}
.search-results .card:nth-of-type(728) {
    -webkit-transition-delay: 145.6s;
    -o-transition-delay: 145.6s;
    transition-delay: 145.6s;
}
.search-results .card:nth-of-type(729) {
    -webkit-transition-delay: 145.8s;
    -o-transition-delay: 145.8s;
    transition-delay: 145.8s;
}
.search-results .card:nth-of-type(730) {
    -webkit-transition-delay: 146s;
    -o-transition-delay: 146s;
    transition-delay: 146s;
}
.search-results .card:nth-of-type(731) {
    -webkit-transition-delay: 146.2s;
    -o-transition-delay: 146.2s;
    transition-delay: 146.2s;
}
.search-results .card:nth-of-type(732) {
    -webkit-transition-delay: 146.4s;
    -o-transition-delay: 146.4s;
    transition-delay: 146.4s;
}
.search-results .card:nth-of-type(733) {
    -webkit-transition-delay: 146.6s;
    -o-transition-delay: 146.6s;
    transition-delay: 146.6s;
}
.search-results .card:nth-of-type(734) {
    -webkit-transition-delay: 146.8s;
    -o-transition-delay: 146.8s;
    transition-delay: 146.8s;
}
.search-results .card:nth-of-type(735) {
    -webkit-transition-delay: 147s;
    -o-transition-delay: 147s;
    transition-delay: 147s;
}
.search-results .card:nth-of-type(736) {
    -webkit-transition-delay: 147.2s;
    -o-transition-delay: 147.2s;
    transition-delay: 147.2s;
}
.search-results .card:nth-of-type(737) {
    -webkit-transition-delay: 147.4s;
    -o-transition-delay: 147.4s;
    transition-delay: 147.4s;
}
.search-results .card:nth-of-type(738) {
    -webkit-transition-delay: 147.6s;
    -o-transition-delay: 147.6s;
    transition-delay: 147.6s;
}
.search-results .card:nth-of-type(739) {
    -webkit-transition-delay: 147.8s;
    -o-transition-delay: 147.8s;
    transition-delay: 147.8s;
}
.search-results .card:nth-of-type(740) {
    -webkit-transition-delay: 148s;
    -o-transition-delay: 148s;
    transition-delay: 148s;
}
.search-results .card:nth-of-type(741) {
    -webkit-transition-delay: 148.2s;
    -o-transition-delay: 148.2s;
    transition-delay: 148.2s;
}
.search-results .card:nth-of-type(742) {
    -webkit-transition-delay: 148.4s;
    -o-transition-delay: 148.4s;
    transition-delay: 148.4s;
}
.search-results .card:nth-of-type(743) {
    -webkit-transition-delay: 148.6s;
    -o-transition-delay: 148.6s;
    transition-delay: 148.6s;
}
.search-results .card:nth-of-type(744) {
    -webkit-transition-delay: 148.8s;
    -o-transition-delay: 148.8s;
    transition-delay: 148.8s;
}
.search-results .card:nth-of-type(745) {
    -webkit-transition-delay: 149s;
    -o-transition-delay: 149s;
    transition-delay: 149s;
}
.search-results .card:nth-of-type(746) {
    -webkit-transition-delay: 149.2s;
    -o-transition-delay: 149.2s;
    transition-delay: 149.2s;
}
.search-results .card:nth-of-type(747) {
    -webkit-transition-delay: 149.4s;
    -o-transition-delay: 149.4s;
    transition-delay: 149.4s;
}
.search-results .card:nth-of-type(748) {
    -webkit-transition-delay: 149.6s;
    -o-transition-delay: 149.6s;
    transition-delay: 149.6s;
}
.search-results .card:nth-of-type(749) {
    -webkit-transition-delay: 149.8s;
    -o-transition-delay: 149.8s;
    transition-delay: 149.8s;
}
.search-results .card:nth-of-type(750) {
    -webkit-transition-delay: 150s;
    -o-transition-delay: 150s;
    transition-delay: 150s;
}
.search-results .card:nth-of-type(751) {
    -webkit-transition-delay: 150.2s;
    -o-transition-delay: 150.2s;
    transition-delay: 150.2s;
}
.search-results .card:nth-of-type(752) {
    -webkit-transition-delay: 150.4s;
    -o-transition-delay: 150.4s;
    transition-delay: 150.4s;
}
.search-results .card:nth-of-type(753) {
    -webkit-transition-delay: 150.6s;
    -o-transition-delay: 150.6s;
    transition-delay: 150.6s;
}
.search-results .card:nth-of-type(754) {
    -webkit-transition-delay: 150.8s;
    -o-transition-delay: 150.8s;
    transition-delay: 150.8s;
}
.search-results .card:nth-of-type(755) {
    -webkit-transition-delay: 151s;
    -o-transition-delay: 151s;
    transition-delay: 151s;
}
.search-results .card:nth-of-type(756) {
    -webkit-transition-delay: 151.2s;
    -o-transition-delay: 151.2s;
    transition-delay: 151.2s;
}
.search-results .card:nth-of-type(757) {
    -webkit-transition-delay: 151.4s;
    -o-transition-delay: 151.4s;
    transition-delay: 151.4s;
}
.search-results .card:nth-of-type(758) {
    -webkit-transition-delay: 151.6s;
    -o-transition-delay: 151.6s;
    transition-delay: 151.6s;
}
.search-results .card:nth-of-type(759) {
    -webkit-transition-delay: 151.8s;
    -o-transition-delay: 151.8s;
    transition-delay: 151.8s;
}
.search-results .card:nth-of-type(760) {
    -webkit-transition-delay: 152s;
    -o-transition-delay: 152s;
    transition-delay: 152s;
}
.search-results .card:nth-of-type(761) {
    -webkit-transition-delay: 152.2s;
    -o-transition-delay: 152.2s;
    transition-delay: 152.2s;
}
.search-results .card:nth-of-type(762) {
    -webkit-transition-delay: 152.4s;
    -o-transition-delay: 152.4s;
    transition-delay: 152.4s;
}
.search-results .card:nth-of-type(763) {
    -webkit-transition-delay: 152.6s;
    -o-transition-delay: 152.6s;
    transition-delay: 152.6s;
}
.search-results .card:nth-of-type(764) {
    -webkit-transition-delay: 152.8s;
    -o-transition-delay: 152.8s;
    transition-delay: 152.8s;
}
.search-results .card:nth-of-type(765) {
    -webkit-transition-delay: 153s;
    -o-transition-delay: 153s;
    transition-delay: 153s;
}
.search-results .card:nth-of-type(766) {
    -webkit-transition-delay: 153.2s;
    -o-transition-delay: 153.2s;
    transition-delay: 153.2s;
}
.search-results .card:nth-of-type(767) {
    -webkit-transition-delay: 153.4s;
    -o-transition-delay: 153.4s;
    transition-delay: 153.4s;
}
.search-results .card:nth-of-type(768) {
    -webkit-transition-delay: 153.6s;
    -o-transition-delay: 153.6s;
    transition-delay: 153.6s;
}
.search-results .card:nth-of-type(769) {
    -webkit-transition-delay: 153.8s;
    -o-transition-delay: 153.8s;
    transition-delay: 153.8s;
}
.search-results .card:nth-of-type(770) {
    -webkit-transition-delay: 154s;
    -o-transition-delay: 154s;
    transition-delay: 154s;
}
.search-results .card:nth-of-type(771) {
    -webkit-transition-delay: 154.2s;
    -o-transition-delay: 154.2s;
    transition-delay: 154.2s;
}
.search-results .card:nth-of-type(772) {
    -webkit-transition-delay: 154.4s;
    -o-transition-delay: 154.4s;
    transition-delay: 154.4s;
}
.search-results .card:nth-of-type(773) {
    -webkit-transition-delay: 154.6s;
    -o-transition-delay: 154.6s;
    transition-delay: 154.6s;
}
.search-results .card:nth-of-type(774) {
    -webkit-transition-delay: 154.8s;
    -o-transition-delay: 154.8s;
    transition-delay: 154.8s;
}
.search-results .card:nth-of-type(775) {
    -webkit-transition-delay: 155s;
    -o-transition-delay: 155s;
    transition-delay: 155s;
}
.search-results .card:nth-of-type(776) {
    -webkit-transition-delay: 155.2s;
    -o-transition-delay: 155.2s;
    transition-delay: 155.2s;
}
.search-results .card:nth-of-type(777) {
    -webkit-transition-delay: 155.4s;
    -o-transition-delay: 155.4s;
    transition-delay: 155.4s;
}
.search-results .card:nth-of-type(778) {
    -webkit-transition-delay: 155.6s;
    -o-transition-delay: 155.6s;
    transition-delay: 155.6s;
}
.search-results .card:nth-of-type(779) {
    -webkit-transition-delay: 155.8s;
    -o-transition-delay: 155.8s;
    transition-delay: 155.8s;
}
.search-results .card:nth-of-type(780) {
    -webkit-transition-delay: 156s;
    -o-transition-delay: 156s;
    transition-delay: 156s;
}
.search-results .card:nth-of-type(781) {
    -webkit-transition-delay: 156.2s;
    -o-transition-delay: 156.2s;
    transition-delay: 156.2s;
}
.search-results .card:nth-of-type(782) {
    -webkit-transition-delay: 156.4s;
    -o-transition-delay: 156.4s;
    transition-delay: 156.4s;
}
.search-results .card:nth-of-type(783) {
    -webkit-transition-delay: 156.6s;
    -o-transition-delay: 156.6s;
    transition-delay: 156.6s;
}
.search-results .card:nth-of-type(784) {
    -webkit-transition-delay: 156.8s;
    -o-transition-delay: 156.8s;
    transition-delay: 156.8s;
}
.search-results .card:nth-of-type(785) {
    -webkit-transition-delay: 157s;
    -o-transition-delay: 157s;
    transition-delay: 157s;
}
.search-results .card:nth-of-type(786) {
    -webkit-transition-delay: 157.2s;
    -o-transition-delay: 157.2s;
    transition-delay: 157.2s;
}
.search-results .card:nth-of-type(787) {
    -webkit-transition-delay: 157.4s;
    -o-transition-delay: 157.4s;
    transition-delay: 157.4s;
}
.search-results .card:nth-of-type(788) {
    -webkit-transition-delay: 157.6s;
    -o-transition-delay: 157.6s;
    transition-delay: 157.6s;
}
.search-results .card:nth-of-type(789) {
    -webkit-transition-delay: 157.8s;
    -o-transition-delay: 157.8s;
    transition-delay: 157.8s;
}
.search-results .card:nth-of-type(790) {
    -webkit-transition-delay: 158s;
    -o-transition-delay: 158s;
    transition-delay: 158s;
}
.search-results .card:nth-of-type(791) {
    -webkit-transition-delay: 158.2s;
    -o-transition-delay: 158.2s;
    transition-delay: 158.2s;
}
.search-results .card:nth-of-type(792) {
    -webkit-transition-delay: 158.4s;
    -o-transition-delay: 158.4s;
    transition-delay: 158.4s;
}
.search-results .card:nth-of-type(793) {
    -webkit-transition-delay: 158.6s;
    -o-transition-delay: 158.6s;
    transition-delay: 158.6s;
}
.search-results .card:nth-of-type(794) {
    -webkit-transition-delay: 158.8s;
    -o-transition-delay: 158.8s;
    transition-delay: 158.8s;
}
.search-results .card:nth-of-type(795) {
    -webkit-transition-delay: 159s;
    -o-transition-delay: 159s;
    transition-delay: 159s;
}
.search-results .card:nth-of-type(796) {
    -webkit-transition-delay: 159.2s;
    -o-transition-delay: 159.2s;
    transition-delay: 159.2s;
}
.search-results .card:nth-of-type(797) {
    -webkit-transition-delay: 159.4s;
    -o-transition-delay: 159.4s;
    transition-delay: 159.4s;
}
.search-results .card:nth-of-type(798) {
    -webkit-transition-delay: 159.6s;
    -o-transition-delay: 159.6s;
    transition-delay: 159.6s;
}
.search-results .card:nth-of-type(799) {
    -webkit-transition-delay: 159.8s;
    -o-transition-delay: 159.8s;
    transition-delay: 159.8s;
}
.search-results .card:nth-of-type(800) {
    -webkit-transition-delay: 160s;
    -o-transition-delay: 160s;
    transition-delay: 160s;
}
.search-results .card:nth-of-type(801) {
    -webkit-transition-delay: 160.2s;
    -o-transition-delay: 160.2s;
    transition-delay: 160.2s;
}
.search-results .card:nth-of-type(802) {
    -webkit-transition-delay: 160.4s;
    -o-transition-delay: 160.4s;
    transition-delay: 160.4s;
}
.search-results .card:nth-of-type(803) {
    -webkit-transition-delay: 160.6s;
    -o-transition-delay: 160.6s;
    transition-delay: 160.6s;
}
.search-results .card:nth-of-type(804) {
    -webkit-transition-delay: 160.8s;
    -o-transition-delay: 160.8s;
    transition-delay: 160.8s;
}
.search-results .card:nth-of-type(805) {
    -webkit-transition-delay: 161s;
    -o-transition-delay: 161s;
    transition-delay: 161s;
}
.search-results .card:nth-of-type(806) {
    -webkit-transition-delay: 161.2s;
    -o-transition-delay: 161.2s;
    transition-delay: 161.2s;
}
.search-results .card:nth-of-type(807) {
    -webkit-transition-delay: 161.4s;
    -o-transition-delay: 161.4s;
    transition-delay: 161.4s;
}
.search-results .card:nth-of-type(808) {
    -webkit-transition-delay: 161.6s;
    -o-transition-delay: 161.6s;
    transition-delay: 161.6s;
}
.search-results .card:nth-of-type(809) {
    -webkit-transition-delay: 161.8s;
    -o-transition-delay: 161.8s;
    transition-delay: 161.8s;
}
.search-results .card:nth-of-type(810) {
    -webkit-transition-delay: 162s;
    -o-transition-delay: 162s;
    transition-delay: 162s;
}
.search-results .card:nth-of-type(811) {
    -webkit-transition-delay: 162.2s;
    -o-transition-delay: 162.2s;
    transition-delay: 162.2s;
}
.search-results .card:nth-of-type(812) {
    -webkit-transition-delay: 162.4s;
    -o-transition-delay: 162.4s;
    transition-delay: 162.4s;
}
.search-results .card:nth-of-type(813) {
    -webkit-transition-delay: 162.6s;
    -o-transition-delay: 162.6s;
    transition-delay: 162.6s;
}
.search-results .card:nth-of-type(814) {
    -webkit-transition-delay: 162.8s;
    -o-transition-delay: 162.8s;
    transition-delay: 162.8s;
}
.search-results .card:nth-of-type(815) {
    -webkit-transition-delay: 163s;
    -o-transition-delay: 163s;
    transition-delay: 163s;
}
.search-results .card:nth-of-type(816) {
    -webkit-transition-delay: 163.2s;
    -o-transition-delay: 163.2s;
    transition-delay: 163.2s;
}
.search-results .card:nth-of-type(817) {
    -webkit-transition-delay: 163.4s;
    -o-transition-delay: 163.4s;
    transition-delay: 163.4s;
}
.search-results .card:nth-of-type(818) {
    -webkit-transition-delay: 163.6s;
    -o-transition-delay: 163.6s;
    transition-delay: 163.6s;
}
.search-results .card:nth-of-type(819) {
    -webkit-transition-delay: 163.8s;
    -o-transition-delay: 163.8s;
    transition-delay: 163.8s;
}
.search-results .card:nth-of-type(820) {
    -webkit-transition-delay: 164s;
    -o-transition-delay: 164s;
    transition-delay: 164s;
}
.search-results .card:nth-of-type(821) {
    -webkit-transition-delay: 164.2s;
    -o-transition-delay: 164.2s;
    transition-delay: 164.2s;
}
.search-results .card:nth-of-type(822) {
    -webkit-transition-delay: 164.4s;
    -o-transition-delay: 164.4s;
    transition-delay: 164.4s;
}
.search-results .card:nth-of-type(823) {
    -webkit-transition-delay: 164.6s;
    -o-transition-delay: 164.6s;
    transition-delay: 164.6s;
}
.search-results .card:nth-of-type(824) {
    -webkit-transition-delay: 164.8s;
    -o-transition-delay: 164.8s;
    transition-delay: 164.8s;
}
.search-results .card:nth-of-type(825) {
    -webkit-transition-delay: 165s;
    -o-transition-delay: 165s;
    transition-delay: 165s;
}
.search-results .card:nth-of-type(826) {
    -webkit-transition-delay: 165.2s;
    -o-transition-delay: 165.2s;
    transition-delay: 165.2s;
}
.search-results .card:nth-of-type(827) {
    -webkit-transition-delay: 165.4s;
    -o-transition-delay: 165.4s;
    transition-delay: 165.4s;
}
.search-results .card:nth-of-type(828) {
    -webkit-transition-delay: 165.6s;
    -o-transition-delay: 165.6s;
    transition-delay: 165.6s;
}
.search-results .card:nth-of-type(829) {
    -webkit-transition-delay: 165.8s;
    -o-transition-delay: 165.8s;
    transition-delay: 165.8s;
}
.search-results .card:nth-of-type(830) {
    -webkit-transition-delay: 166s;
    -o-transition-delay: 166s;
    transition-delay: 166s;
}
.search-results .card:nth-of-type(831) {
    -webkit-transition-delay: 166.2s;
    -o-transition-delay: 166.2s;
    transition-delay: 166.2s;
}
.search-results .card:nth-of-type(832) {
    -webkit-transition-delay: 166.4s;
    -o-transition-delay: 166.4s;
    transition-delay: 166.4s;
}
.search-results .card:nth-of-type(833) {
    -webkit-transition-delay: 166.6s;
    -o-transition-delay: 166.6s;
    transition-delay: 166.6s;
}
.search-results .card:nth-of-type(834) {
    -webkit-transition-delay: 166.8s;
    -o-transition-delay: 166.8s;
    transition-delay: 166.8s;
}
.search-results .card:nth-of-type(835) {
    -webkit-transition-delay: 167s;
    -o-transition-delay: 167s;
    transition-delay: 167s;
}
.search-results .card:nth-of-type(836) {
    -webkit-transition-delay: 167.2s;
    -o-transition-delay: 167.2s;
    transition-delay: 167.2s;
}
.search-results .card:nth-of-type(837) {
    -webkit-transition-delay: 167.4s;
    -o-transition-delay: 167.4s;
    transition-delay: 167.4s;
}
.search-results .card:nth-of-type(838) {
    -webkit-transition-delay: 167.6s;
    -o-transition-delay: 167.6s;
    transition-delay: 167.6s;
}
.search-results .card:nth-of-type(839) {
    -webkit-transition-delay: 167.8s;
    -o-transition-delay: 167.8s;
    transition-delay: 167.8s;
}
.search-results .card:nth-of-type(840) {
    -webkit-transition-delay: 168s;
    -o-transition-delay: 168s;
    transition-delay: 168s;
}
.search-results .card:nth-of-type(841) {
    -webkit-transition-delay: 168.2s;
    -o-transition-delay: 168.2s;
    transition-delay: 168.2s;
}
.search-results .card:nth-of-type(842) {
    -webkit-transition-delay: 168.4s;
    -o-transition-delay: 168.4s;
    transition-delay: 168.4s;
}
.search-results .card:nth-of-type(843) {
    -webkit-transition-delay: 168.6s;
    -o-transition-delay: 168.6s;
    transition-delay: 168.6s;
}
.search-results .card:nth-of-type(844) {
    -webkit-transition-delay: 168.8s;
    -o-transition-delay: 168.8s;
    transition-delay: 168.8s;
}
.search-results .card:nth-of-type(845) {
    -webkit-transition-delay: 169s;
    -o-transition-delay: 169s;
    transition-delay: 169s;
}
.search-results .card:nth-of-type(846) {
    -webkit-transition-delay: 169.2s;
    -o-transition-delay: 169.2s;
    transition-delay: 169.2s;
}
.search-results .card:nth-of-type(847) {
    -webkit-transition-delay: 169.4s;
    -o-transition-delay: 169.4s;
    transition-delay: 169.4s;
}
.search-results .card:nth-of-type(848) {
    -webkit-transition-delay: 169.6s;
    -o-transition-delay: 169.6s;
    transition-delay: 169.6s;
}
.search-results .card:nth-of-type(849) {
    -webkit-transition-delay: 169.8s;
    -o-transition-delay: 169.8s;
    transition-delay: 169.8s;
}
.search-results .card:nth-of-type(850) {
    -webkit-transition-delay: 170s;
    -o-transition-delay: 170s;
    transition-delay: 170s;
}
.search-results .card:nth-of-type(851) {
    -webkit-transition-delay: 170.2s;
    -o-transition-delay: 170.2s;
    transition-delay: 170.2s;
}
.search-results .card:nth-of-type(852) {
    -webkit-transition-delay: 170.4s;
    -o-transition-delay: 170.4s;
    transition-delay: 170.4s;
}
.search-results .card:nth-of-type(853) {
    -webkit-transition-delay: 170.6s;
    -o-transition-delay: 170.6s;
    transition-delay: 170.6s;
}
.search-results .card:nth-of-type(854) {
    -webkit-transition-delay: 170.8s;
    -o-transition-delay: 170.8s;
    transition-delay: 170.8s;
}
.search-results .card:nth-of-type(855) {
    -webkit-transition-delay: 171s;
    -o-transition-delay: 171s;
    transition-delay: 171s;
}
.search-results .card:nth-of-type(856) {
    -webkit-transition-delay: 171.2s;
    -o-transition-delay: 171.2s;
    transition-delay: 171.2s;
}
.search-results .card:nth-of-type(857) {
    -webkit-transition-delay: 171.4s;
    -o-transition-delay: 171.4s;
    transition-delay: 171.4s;
}
.search-results .card:nth-of-type(858) {
    -webkit-transition-delay: 171.6s;
    -o-transition-delay: 171.6s;
    transition-delay: 171.6s;
}
.search-results .card:nth-of-type(859) {
    -webkit-transition-delay: 171.8s;
    -o-transition-delay: 171.8s;
    transition-delay: 171.8s;
}
.search-results .card:nth-of-type(860) {
    -webkit-transition-delay: 172s;
    -o-transition-delay: 172s;
    transition-delay: 172s;
}
.search-results .card:nth-of-type(861) {
    -webkit-transition-delay: 172.2s;
    -o-transition-delay: 172.2s;
    transition-delay: 172.2s;
}
.search-results .card:nth-of-type(862) {
    -webkit-transition-delay: 172.4s;
    -o-transition-delay: 172.4s;
    transition-delay: 172.4s;
}
.search-results .card:nth-of-type(863) {
    -webkit-transition-delay: 172.6s;
    -o-transition-delay: 172.6s;
    transition-delay: 172.6s;
}
.search-results .card:nth-of-type(864) {
    -webkit-transition-delay: 172.8s;
    -o-transition-delay: 172.8s;
    transition-delay: 172.8s;
}
.search-results .card:nth-of-type(865) {
    -webkit-transition-delay: 173s;
    -o-transition-delay: 173s;
    transition-delay: 173s;
}
.search-results .card:nth-of-type(866) {
    -webkit-transition-delay: 173.2s;
    -o-transition-delay: 173.2s;
    transition-delay: 173.2s;
}
.search-results .card:nth-of-type(867) {
    -webkit-transition-delay: 173.4s;
    -o-transition-delay: 173.4s;
    transition-delay: 173.4s;
}
.search-results .card:nth-of-type(868) {
    -webkit-transition-delay: 173.6s;
    -o-transition-delay: 173.6s;
    transition-delay: 173.6s;
}
.search-results .card:nth-of-type(869) {
    -webkit-transition-delay: 173.8s;
    -o-transition-delay: 173.8s;
    transition-delay: 173.8s;
}
.search-results .card:nth-of-type(870) {
    -webkit-transition-delay: 174s;
    -o-transition-delay: 174s;
    transition-delay: 174s;
}
.search-results .card:nth-of-type(871) {
    -webkit-transition-delay: 174.2s;
    -o-transition-delay: 174.2s;
    transition-delay: 174.2s;
}
.search-results .card:nth-of-type(872) {
    -webkit-transition-delay: 174.4s;
    -o-transition-delay: 174.4s;
    transition-delay: 174.4s;
}
.search-results .card:nth-of-type(873) {
    -webkit-transition-delay: 174.6s;
    -o-transition-delay: 174.6s;
    transition-delay: 174.6s;
}
.search-results .card:nth-of-type(874) {
    -webkit-transition-delay: 174.8s;
    -o-transition-delay: 174.8s;
    transition-delay: 174.8s;
}
.search-results .card:nth-of-type(875) {
    -webkit-transition-delay: 175s;
    -o-transition-delay: 175s;
    transition-delay: 175s;
}
.search-results .card:nth-of-type(876) {
    -webkit-transition-delay: 175.2s;
    -o-transition-delay: 175.2s;
    transition-delay: 175.2s;
}
.search-results .card:nth-of-type(877) {
    -webkit-transition-delay: 175.4s;
    -o-transition-delay: 175.4s;
    transition-delay: 175.4s;
}
.search-results .card:nth-of-type(878) {
    -webkit-transition-delay: 175.6s;
    -o-transition-delay: 175.6s;
    transition-delay: 175.6s;
}
.search-results .card:nth-of-type(879) {
    -webkit-transition-delay: 175.8s;
    -o-transition-delay: 175.8s;
    transition-delay: 175.8s;
}
.search-results .card:nth-of-type(880) {
    -webkit-transition-delay: 176s;
    -o-transition-delay: 176s;
    transition-delay: 176s;
}
.search-results .card:nth-of-type(881) {
    -webkit-transition-delay: 176.2s;
    -o-transition-delay: 176.2s;
    transition-delay: 176.2s;
}
.search-results .card:nth-of-type(882) {
    -webkit-transition-delay: 176.4s;
    -o-transition-delay: 176.4s;
    transition-delay: 176.4s;
}
.search-results .card:nth-of-type(883) {
    -webkit-transition-delay: 176.6s;
    -o-transition-delay: 176.6s;
    transition-delay: 176.6s;
}
.search-results .card:nth-of-type(884) {
    -webkit-transition-delay: 176.8s;
    -o-transition-delay: 176.8s;
    transition-delay: 176.8s;
}
.search-results .card:nth-of-type(885) {
    -webkit-transition-delay: 177s;
    -o-transition-delay: 177s;
    transition-delay: 177s;
}
.search-results .card:nth-of-type(886) {
    -webkit-transition-delay: 177.2s;
    -o-transition-delay: 177.2s;
    transition-delay: 177.2s;
}
.search-results .card:nth-of-type(887) {
    -webkit-transition-delay: 177.4s;
    -o-transition-delay: 177.4s;
    transition-delay: 177.4s;
}
.search-results .card:nth-of-type(888) {
    -webkit-transition-delay: 177.6s;
    -o-transition-delay: 177.6s;
    transition-delay: 177.6s;
}
.search-results .card:nth-of-type(889) {
    -webkit-transition-delay: 177.8s;
    -o-transition-delay: 177.8s;
    transition-delay: 177.8s;
}
.search-results .card:nth-of-type(890) {
    -webkit-transition-delay: 178s;
    -o-transition-delay: 178s;
    transition-delay: 178s;
}
.search-results .card:nth-of-type(891) {
    -webkit-transition-delay: 178.2s;
    -o-transition-delay: 178.2s;
    transition-delay: 178.2s;
}
.search-results .card:nth-of-type(892) {
    -webkit-transition-delay: 178.4s;
    -o-transition-delay: 178.4s;
    transition-delay: 178.4s;
}
.search-results .card:nth-of-type(893) {
    -webkit-transition-delay: 178.6s;
    -o-transition-delay: 178.6s;
    transition-delay: 178.6s;
}
.search-results .card:nth-of-type(894) {
    -webkit-transition-delay: 178.8s;
    -o-transition-delay: 178.8s;
    transition-delay: 178.8s;
}
.search-results .card:nth-of-type(895) {
    -webkit-transition-delay: 179s;
    -o-transition-delay: 179s;
    transition-delay: 179s;
}
.search-results .card:nth-of-type(896) {
    -webkit-transition-delay: 179.2s;
    -o-transition-delay: 179.2s;
    transition-delay: 179.2s;
}
.search-results .card:nth-of-type(897) {
    -webkit-transition-delay: 179.4s;
    -o-transition-delay: 179.4s;
    transition-delay: 179.4s;
}
.search-results .card:nth-of-type(898) {
    -webkit-transition-delay: 179.6s;
    -o-transition-delay: 179.6s;
    transition-delay: 179.6s;
}
.search-results .card:nth-of-type(899) {
    -webkit-transition-delay: 179.8s;
    -o-transition-delay: 179.8s;
    transition-delay: 179.8s;
}
.search-results .card:nth-of-type(900) {
    -webkit-transition-delay: 180s;
    -o-transition-delay: 180s;
    transition-delay: 180s;
}
.search-results .card:nth-of-type(901) {
    -webkit-transition-delay: 180.2s;
    -o-transition-delay: 180.2s;
    transition-delay: 180.2s;
}
.search-results .card:nth-of-type(902) {
    -webkit-transition-delay: 180.4s;
    -o-transition-delay: 180.4s;
    transition-delay: 180.4s;
}
.search-results .card:nth-of-type(903) {
    -webkit-transition-delay: 180.6s;
    -o-transition-delay: 180.6s;
    transition-delay: 180.6s;
}
.search-results .card:nth-of-type(904) {
    -webkit-transition-delay: 180.8s;
    -o-transition-delay: 180.8s;
    transition-delay: 180.8s;
}
.search-results .card:nth-of-type(905) {
    -webkit-transition-delay: 181s;
    -o-transition-delay: 181s;
    transition-delay: 181s;
}
.search-results .card:nth-of-type(906) {
    -webkit-transition-delay: 181.2s;
    -o-transition-delay: 181.2s;
    transition-delay: 181.2s;
}
.search-results .card:nth-of-type(907) {
    -webkit-transition-delay: 181.4s;
    -o-transition-delay: 181.4s;
    transition-delay: 181.4s;
}
.search-results .card:nth-of-type(908) {
    -webkit-transition-delay: 181.6s;
    -o-transition-delay: 181.6s;
    transition-delay: 181.6s;
}
.search-results .card:nth-of-type(909) {
    -webkit-transition-delay: 181.8s;
    -o-transition-delay: 181.8s;
    transition-delay: 181.8s;
}
.search-results .card:nth-of-type(910) {
    -webkit-transition-delay: 182s;
    -o-transition-delay: 182s;
    transition-delay: 182s;
}
.search-results .card:nth-of-type(911) {
    -webkit-transition-delay: 182.2s;
    -o-transition-delay: 182.2s;
    transition-delay: 182.2s;
}
.search-results .card:nth-of-type(912) {
    -webkit-transition-delay: 182.4s;
    -o-transition-delay: 182.4s;
    transition-delay: 182.4s;
}
.search-results .card:nth-of-type(913) {
    -webkit-transition-delay: 182.6s;
    -o-transition-delay: 182.6s;
    transition-delay: 182.6s;
}
.search-results .card:nth-of-type(914) {
    -webkit-transition-delay: 182.8s;
    -o-transition-delay: 182.8s;
    transition-delay: 182.8s;
}
.search-results .card:nth-of-type(915) {
    -webkit-transition-delay: 183s;
    -o-transition-delay: 183s;
    transition-delay: 183s;
}
.search-results .card:nth-of-type(916) {
    -webkit-transition-delay: 183.2s;
    -o-transition-delay: 183.2s;
    transition-delay: 183.2s;
}
.search-results .card:nth-of-type(917) {
    -webkit-transition-delay: 183.4s;
    -o-transition-delay: 183.4s;
    transition-delay: 183.4s;
}
.search-results .card:nth-of-type(918) {
    -webkit-transition-delay: 183.6s;
    -o-transition-delay: 183.6s;
    transition-delay: 183.6s;
}
.search-results .card:nth-of-type(919) {
    -webkit-transition-delay: 183.8s;
    -o-transition-delay: 183.8s;
    transition-delay: 183.8s;
}
.search-results .card:nth-of-type(920) {
    -webkit-transition-delay: 184s;
    -o-transition-delay: 184s;
    transition-delay: 184s;
}
.search-results .card:nth-of-type(921) {
    -webkit-transition-delay: 184.2s;
    -o-transition-delay: 184.2s;
    transition-delay: 184.2s;
}
.search-results .card:nth-of-type(922) {
    -webkit-transition-delay: 184.4s;
    -o-transition-delay: 184.4s;
    transition-delay: 184.4s;
}
.search-results .card:nth-of-type(923) {
    -webkit-transition-delay: 184.6s;
    -o-transition-delay: 184.6s;
    transition-delay: 184.6s;
}
.search-results .card:nth-of-type(924) {
    -webkit-transition-delay: 184.8s;
    -o-transition-delay: 184.8s;
    transition-delay: 184.8s;
}
.search-results .card:nth-of-type(925) {
    -webkit-transition-delay: 185s;
    -o-transition-delay: 185s;
    transition-delay: 185s;
}
.search-results .card:nth-of-type(926) {
    -webkit-transition-delay: 185.2s;
    -o-transition-delay: 185.2s;
    transition-delay: 185.2s;
}
.search-results .card:nth-of-type(927) {
    -webkit-transition-delay: 185.4s;
    -o-transition-delay: 185.4s;
    transition-delay: 185.4s;
}
.search-results .card:nth-of-type(928) {
    -webkit-transition-delay: 185.6s;
    -o-transition-delay: 185.6s;
    transition-delay: 185.6s;
}
.search-results .card:nth-of-type(929) {
    -webkit-transition-delay: 185.8s;
    -o-transition-delay: 185.8s;
    transition-delay: 185.8s;
}
.search-results .card:nth-of-type(930) {
    -webkit-transition-delay: 186s;
    -o-transition-delay: 186s;
    transition-delay: 186s;
}
.search-results .card:nth-of-type(931) {
    -webkit-transition-delay: 186.2s;
    -o-transition-delay: 186.2s;
    transition-delay: 186.2s;
}
.search-results .card:nth-of-type(932) {
    -webkit-transition-delay: 186.4s;
    -o-transition-delay: 186.4s;
    transition-delay: 186.4s;
}
.search-results .card:nth-of-type(933) {
    -webkit-transition-delay: 186.6s;
    -o-transition-delay: 186.6s;
    transition-delay: 186.6s;
}
.search-results .card:nth-of-type(934) {
    -webkit-transition-delay: 186.8s;
    -o-transition-delay: 186.8s;
    transition-delay: 186.8s;
}
.search-results .card:nth-of-type(935) {
    -webkit-transition-delay: 187s;
    -o-transition-delay: 187s;
    transition-delay: 187s;
}
.search-results .card:nth-of-type(936) {
    -webkit-transition-delay: 187.2s;
    -o-transition-delay: 187.2s;
    transition-delay: 187.2s;
}
.search-results .card:nth-of-type(937) {
    -webkit-transition-delay: 187.4s;
    -o-transition-delay: 187.4s;
    transition-delay: 187.4s;
}
.search-results .card:nth-of-type(938) {
    -webkit-transition-delay: 187.6s;
    -o-transition-delay: 187.6s;
    transition-delay: 187.6s;
}
.search-results .card:nth-of-type(939) {
    -webkit-transition-delay: 187.8s;
    -o-transition-delay: 187.8s;
    transition-delay: 187.8s;
}
.search-results .card:nth-of-type(940) {
    -webkit-transition-delay: 188s;
    -o-transition-delay: 188s;
    transition-delay: 188s;
}
.search-results .card:nth-of-type(941) {
    -webkit-transition-delay: 188.2s;
    -o-transition-delay: 188.2s;
    transition-delay: 188.2s;
}
.search-results .card:nth-of-type(942) {
    -webkit-transition-delay: 188.4s;
    -o-transition-delay: 188.4s;
    transition-delay: 188.4s;
}
.search-results .card:nth-of-type(943) {
    -webkit-transition-delay: 188.6s;
    -o-transition-delay: 188.6s;
    transition-delay: 188.6s;
}
.search-results .card:nth-of-type(944) {
    -webkit-transition-delay: 188.8s;
    -o-transition-delay: 188.8s;
    transition-delay: 188.8s;
}
.search-results .card:nth-of-type(945) {
    -webkit-transition-delay: 189s;
    -o-transition-delay: 189s;
    transition-delay: 189s;
}
.search-results .card:nth-of-type(946) {
    -webkit-transition-delay: 189.2s;
    -o-transition-delay: 189.2s;
    transition-delay: 189.2s;
}
.search-results .card:nth-of-type(947) {
    -webkit-transition-delay: 189.4s;
    -o-transition-delay: 189.4s;
    transition-delay: 189.4s;
}
.search-results .card:nth-of-type(948) {
    -webkit-transition-delay: 189.6s;
    -o-transition-delay: 189.6s;
    transition-delay: 189.6s;
}
.search-results .card:nth-of-type(949) {
    -webkit-transition-delay: 189.8s;
    -o-transition-delay: 189.8s;
    transition-delay: 189.8s;
}
.search-results .card:nth-of-type(950) {
    -webkit-transition-delay: 190s;
    -o-transition-delay: 190s;
    transition-delay: 190s;
}
.search-results .card:nth-of-type(951) {
    -webkit-transition-delay: 190.2s;
    -o-transition-delay: 190.2s;
    transition-delay: 190.2s;
}
.search-results .card:nth-of-type(952) {
    -webkit-transition-delay: 190.4s;
    -o-transition-delay: 190.4s;
    transition-delay: 190.4s;
}
.search-results .card:nth-of-type(953) {
    -webkit-transition-delay: 190.6s;
    -o-transition-delay: 190.6s;
    transition-delay: 190.6s;
}
.search-results .card:nth-of-type(954) {
    -webkit-transition-delay: 190.8s;
    -o-transition-delay: 190.8s;
    transition-delay: 190.8s;
}
.search-results .card:nth-of-type(955) {
    -webkit-transition-delay: 191s;
    -o-transition-delay: 191s;
    transition-delay: 191s;
}
.search-results .card:nth-of-type(956) {
    -webkit-transition-delay: 191.2s;
    -o-transition-delay: 191.2s;
    transition-delay: 191.2s;
}
.search-results .card:nth-of-type(957) {
    -webkit-transition-delay: 191.4s;
    -o-transition-delay: 191.4s;
    transition-delay: 191.4s;
}
.search-results .card:nth-of-type(958) {
    -webkit-transition-delay: 191.6s;
    -o-transition-delay: 191.6s;
    transition-delay: 191.6s;
}
.search-results .card:nth-of-type(959) {
    -webkit-transition-delay: 191.8s;
    -o-transition-delay: 191.8s;
    transition-delay: 191.8s;
}
.search-results .card:nth-of-type(960) {
    -webkit-transition-delay: 192s;
    -o-transition-delay: 192s;
    transition-delay: 192s;
}
.search-results .card:nth-of-type(961) {
    -webkit-transition-delay: 192.2s;
    -o-transition-delay: 192.2s;
    transition-delay: 192.2s;
}
.search-results .card:nth-of-type(962) {
    -webkit-transition-delay: 192.4s;
    -o-transition-delay: 192.4s;
    transition-delay: 192.4s;
}
.search-results .card:nth-of-type(963) {
    -webkit-transition-delay: 192.6s;
    -o-transition-delay: 192.6s;
    transition-delay: 192.6s;
}
.search-results .card:nth-of-type(964) {
    -webkit-transition-delay: 192.8s;
    -o-transition-delay: 192.8s;
    transition-delay: 192.8s;
}
.search-results .card:nth-of-type(965) {
    -webkit-transition-delay: 193s;
    -o-transition-delay: 193s;
    transition-delay: 193s;
}
.search-results .card:nth-of-type(966) {
    -webkit-transition-delay: 193.2s;
    -o-transition-delay: 193.2s;
    transition-delay: 193.2s;
}
.search-results .card:nth-of-type(967) {
    -webkit-transition-delay: 193.4s;
    -o-transition-delay: 193.4s;
    transition-delay: 193.4s;
}
.search-results .card:nth-of-type(968) {
    -webkit-transition-delay: 193.6s;
    -o-transition-delay: 193.6s;
    transition-delay: 193.6s;
}
.search-results .card:nth-of-type(969) {
    -webkit-transition-delay: 193.8s;
    -o-transition-delay: 193.8s;
    transition-delay: 193.8s;
}
.search-results .card:nth-of-type(970) {
    -webkit-transition-delay: 194s;
    -o-transition-delay: 194s;
    transition-delay: 194s;
}
.search-results .card:nth-of-type(971) {
    -webkit-transition-delay: 194.2s;
    -o-transition-delay: 194.2s;
    transition-delay: 194.2s;
}
.search-results .card:nth-of-type(972) {
    -webkit-transition-delay: 194.4s;
    -o-transition-delay: 194.4s;
    transition-delay: 194.4s;
}
.search-results .card:nth-of-type(973) {
    -webkit-transition-delay: 194.6s;
    -o-transition-delay: 194.6s;
    transition-delay: 194.6s;
}
.search-results .card:nth-of-type(974) {
    -webkit-transition-delay: 194.8s;
    -o-transition-delay: 194.8s;
    transition-delay: 194.8s;
}
.search-results .card:nth-of-type(975) {
    -webkit-transition-delay: 195s;
    -o-transition-delay: 195s;
    transition-delay: 195s;
}
.search-results .card:nth-of-type(976) {
    -webkit-transition-delay: 195.2s;
    -o-transition-delay: 195.2s;
    transition-delay: 195.2s;
}
.search-results .card:nth-of-type(977) {
    -webkit-transition-delay: 195.4s;
    -o-transition-delay: 195.4s;
    transition-delay: 195.4s;
}
.search-results .card:nth-of-type(978) {
    -webkit-transition-delay: 195.6s;
    -o-transition-delay: 195.6s;
    transition-delay: 195.6s;
}
.search-results .card:nth-of-type(979) {
    -webkit-transition-delay: 195.8s;
    -o-transition-delay: 195.8s;
    transition-delay: 195.8s;
}
.search-results .card:nth-of-type(980) {
    -webkit-transition-delay: 196s;
    -o-transition-delay: 196s;
    transition-delay: 196s;
}
.search-results .card:nth-of-type(981) {
    -webkit-transition-delay: 196.2s;
    -o-transition-delay: 196.2s;
    transition-delay: 196.2s;
}
.search-results .card:nth-of-type(982) {
    -webkit-transition-delay: 196.4s;
    -o-transition-delay: 196.4s;
    transition-delay: 196.4s;
}
.search-results .card:nth-of-type(983) {
    -webkit-transition-delay: 196.6s;
    -o-transition-delay: 196.6s;
    transition-delay: 196.6s;
}
.search-results .card:nth-of-type(984) {
    -webkit-transition-delay: 196.8s;
    -o-transition-delay: 196.8s;
    transition-delay: 196.8s;
}
.search-results .card:nth-of-type(985) {
    -webkit-transition-delay: 197s;
    -o-transition-delay: 197s;
    transition-delay: 197s;
}
.search-results .card:nth-of-type(986) {
    -webkit-transition-delay: 197.2s;
    -o-transition-delay: 197.2s;
    transition-delay: 197.2s;
}
.search-results .card:nth-of-type(987) {
    -webkit-transition-delay: 197.4s;
    -o-transition-delay: 197.4s;
    transition-delay: 197.4s;
}
.search-results .card:nth-of-type(988) {
    -webkit-transition-delay: 197.6s;
    -o-transition-delay: 197.6s;
    transition-delay: 197.6s;
}
.search-results .card:nth-of-type(989) {
    -webkit-transition-delay: 197.8s;
    -o-transition-delay: 197.8s;
    transition-delay: 197.8s;
}
.search-results .card:nth-of-type(990) {
    -webkit-transition-delay: 198s;
    -o-transition-delay: 198s;
    transition-delay: 198s;
}
.search-results .card:nth-of-type(991) {
    -webkit-transition-delay: 198.2s;
    -o-transition-delay: 198.2s;
    transition-delay: 198.2s;
}
.search-results .card:nth-of-type(992) {
    -webkit-transition-delay: 198.4s;
    -o-transition-delay: 198.4s;
    transition-delay: 198.4s;
}
.search-results .card:nth-of-type(993) {
    -webkit-transition-delay: 198.6s;
    -o-transition-delay: 198.6s;
    transition-delay: 198.6s;
}
.search-results .card:nth-of-type(994) {
    -webkit-transition-delay: 198.8s;
    -o-transition-delay: 198.8s;
    transition-delay: 198.8s;
}
.search-results .card:nth-of-type(995) {
    -webkit-transition-delay: 199s;
    -o-transition-delay: 199s;
    transition-delay: 199s;
}
.search-results .card:nth-of-type(996) {
    -webkit-transition-delay: 199.2s;
    -o-transition-delay: 199.2s;
    transition-delay: 199.2s;
}
.search-results .card:nth-of-type(997) {
    -webkit-transition-delay: 199.4s;
    -o-transition-delay: 199.4s;
    transition-delay: 199.4s;
}
.search-results .card:nth-of-type(998) {
    -webkit-transition-delay: 199.6s;
    -o-transition-delay: 199.6s;
    transition-delay: 199.6s;
}
.search-results .card:nth-of-type(999) {
    -webkit-transition-delay: 199.8s;
    -o-transition-delay: 199.8s;
    transition-delay: 199.8s;
}
.search-results .card:nth-of-type(1000) {
    -webkit-transition-delay: 200s;
    -o-transition-delay: 200s;
    transition-delay: 200s;
}
.search-results__inner {
    font-size: 0;
    letter-spacing: 0;
    padding: 0;
}
.search-results__inner_active .card {
    -webkit-transform: translate3d(0, 0px, 1px);
    transform: translate3d(0, 0px, 1px);
    opacity: 1;
}
@media only screen and (min-width: 1201px) {
    .search-results .card:hover .card__title {
        color: #333;
    }
    .search-results .card:hover .card__label {
        color: #333;
    }
    .search-results .card:hover:before {
        opacity: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .search-results {
        padding-top: 108px;
    }
    .search-results__body {
        padding-top: 18px;
    }
    .search-results__text {
        font-size: 12px;
        margin-bottom: 11px;
    }
    .search-results__h2 {
        margin-bottom: 14px;
    }
    .search-results__not-found {
        font-size: 16px;
        margin-top: 6px;
    }
    .search-results .card {
        margin-bottom: 22px;
        max-width: 584px;
        margin-right: calc(100% - 584px);
    }
    .search-results .card__inner {
        padding: 12px 0;
    }
}
@media only screen and (max-width: 767px) {
    .search-results {
        padding-top: 92px;
    }
    .search-results__text {
        margin-bottom: 10px;
    }
    .search-results__h2 {
        margin-bottom: 16px;
    }
    .search-results__body {
        padding-top: 11px;
    }
    .search-results__not-found {
        margin-top: 13px;
    }
    .search-results__inner {
        overflow-x: scroll;
    }
    .search-results .card {
        margin-bottom: 23px;
        margin-right: 0;
    }
    .search-results .card__inner {
        padding: 9px 0;
    }
    .search-results .card__title {
        line-height: 21px;
    }
    .search-results .card__label {
        line-height: 21px;
    }
}

/*# sourceMappingURL=search-results.css.map */
.all-projects {
    padding-top: 0;
}
.all-projects__h2 {
    display: none;
    margin-bottom: 4px;
}
.all-projects .card {
    display: inline-block;
    vertical-align: top;
    width: calc(49% - 2px);
    margin: 0 2px 2px 0;
    position: relative;
    padding-top: 34.7%;
    -webkit-backface-visibility: hidden;
}
.all-projects .card_no-padding {
    padding-top: 0 !important;

}
.all-projects .card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.all-projects .card__outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 1px);
    transform: translate3d(0, 50px, 1px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.all-projects .card__outer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.all-projects .card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
}
.all-projects .card__content:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.all-projects .card__content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(214.76deg, rgba(51, 51, 51, 0.425) 0%, rgba(0, 0, 0, 0.816) 79.9%), rgba(0, 0, 0, 0.2);
    background: -o-linear-gradient(214.76deg, rgba(51, 51, 51, 0.425) 0%, rgba(0, 0, 0, 0.816) 79.9%), rgba(0, 0, 0, 0.2);
    background: linear-gradient(235.24deg, rgba(51, 51, 51, 0.425) 0%, rgba(0, 0, 0, 0.816) 79.9%), rgba(0, 0, 0, 0.2);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.all-projects .card__h2 {
    display: inline-block;
    vertical-align: bottom;
    color: #f2f2f2;
    padding: 34px 62px;
    width: 400px;
}
.all-projects .card_small {
    width: calc(25% - 2px);
    padding-top: 17.78%;
}
.all-projects .card_small .card__h2 {
    padding: 24px 23px;
    width: 250px;
    font-size: 24px;
    line-height: 30px;
}
.all-projects .card_tiny {
    width: calc(12.5% - 2px);
    padding-top: 17.78%;
}
.all-projects .card_tiny .card__h2 {
    padding: 24px 23px;
    width: 250px;
    font-size: 24px;
    line-height: 30px;
}
.all-projects .card:nth-of-type(1) .card__outer {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.all-projects .card:nth-of-type(2) .card__outer {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.all-projects .card:nth-of-type(3) .card__outer {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.all-projects .card:nth-of-type(4) .card__outer {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.all-projects .card:nth-of-type(5) .card__outer {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.all-projects .card:nth-of-type(6) .card__outer {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.all-projects .card:nth-of-type(7) .card__outer {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.all-projects .card:nth-of-type(8) .card__outer {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.all-projects .card:nth-of-type(9) .card__outer {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.all-projects .card:nth-of-type(10) .card__outer {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
.all-projects .card:nth-of-type(11) .card__outer {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.all-projects .card:nth-of-type(12) .card__outer {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.all-projects .card:nth-of-type(13) .card__outer {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}
.all-projects .card:nth-of-type(14) .card__outer {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}
.all-projects .card:nth-of-type(15) .card__outer {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
.all-projects .card:nth-of-type(16) .card__outer {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}
.all-projects .card:nth-of-type(17) .card__outer {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}
.all-projects .card:nth-of-type(18) .card__outer {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}
.all-projects .card:nth-of-type(19) .card__outer {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
}
.all-projects .card:nth-of-type(20) .card__outer {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
}
.all-projects .card:nth-of-type(21) .card__outer {
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}
.all-projects .card:nth-of-type(22) .card__outer {
    -webkit-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
}
.all-projects .card:nth-of-type(23) .card__outer {
    -webkit-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}
.all-projects .card:nth-of-type(24) .card__outer {
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}
.all-projects .card:nth-of-type(25) .card__outer {
    -webkit-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}
.all-projects .card:nth-of-type(26) .card__outer {
    -webkit-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s;
}
.all-projects .card:nth-of-type(27) .card__outer {
    -webkit-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s;
}
.all-projects .card:nth-of-type(28) .card__outer {
    -webkit-transition-delay: 5.6s;
    -o-transition-delay: 5.6s;
    transition-delay: 5.6s;
}
.all-projects .card:nth-of-type(29) .card__outer {
    -webkit-transition-delay: 5.8s;
    -o-transition-delay: 5.8s;
    transition-delay: 5.8s;
}
.all-projects .card:nth-of-type(30) .card__outer {
    -webkit-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s;
}
.all-projects .card:nth-of-type(31) .card__outer {
    -webkit-transition-delay: 6.2s;
    -o-transition-delay: 6.2s;
    transition-delay: 6.2s;
}
.all-projects .card:nth-of-type(32) .card__outer {
    -webkit-transition-delay: 6.4s;
    -o-transition-delay: 6.4s;
    transition-delay: 6.4s;
}
.all-projects .card:nth-of-type(33) .card__outer {
    -webkit-transition-delay: 6.6s;
    -o-transition-delay: 6.6s;
    transition-delay: 6.6s;
}
.all-projects .card:nth-of-type(34) .card__outer {
    -webkit-transition-delay: 6.8s;
    -o-transition-delay: 6.8s;
    transition-delay: 6.8s;
}
.all-projects .card:nth-of-type(35) .card__outer {
    -webkit-transition-delay: 7s;
    -o-transition-delay: 7s;
    transition-delay: 7s;
}
.all-projects .card:nth-of-type(36) .card__outer {
    -webkit-transition-delay: 7.2s;
    -o-transition-delay: 7.2s;
    transition-delay: 7.2s;
}
.all-projects .card:nth-of-type(37) .card__outer {
    -webkit-transition-delay: 7.4s;
    -o-transition-delay: 7.4s;
    transition-delay: 7.4s;
}
.all-projects .card:nth-of-type(38) .card__outer {
    -webkit-transition-delay: 7.6s;
    -o-transition-delay: 7.6s;
    transition-delay: 7.6s;
}
.all-projects .card:nth-of-type(39) .card__outer {
    -webkit-transition-delay: 7.8s;
    -o-transition-delay: 7.8s;
    transition-delay: 7.8s;
}
.all-projects .card:nth-of-type(40) .card__outer {
    -webkit-transition-delay: 8s;
    -o-transition-delay: 8s;
    transition-delay: 8s;
}
.all-projects .card:nth-of-type(41) .card__outer {
    -webkit-transition-delay: 8.2s;
    -o-transition-delay: 8.2s;
    transition-delay: 8.2s;
}
.all-projects .card:nth-of-type(42) .card__outer {
    -webkit-transition-delay: 8.4s;
    -o-transition-delay: 8.4s;
    transition-delay: 8.4s;
}
.all-projects .card:nth-of-type(43) .card__outer {
    -webkit-transition-delay: 8.6s;
    -o-transition-delay: 8.6s;
    transition-delay: 8.6s;
}
.all-projects .card:nth-of-type(44) .card__outer {
    -webkit-transition-delay: 8.8s;
    -o-transition-delay: 8.8s;
    transition-delay: 8.8s;
}
.all-projects .card:nth-of-type(45) .card__outer {
    -webkit-transition-delay: 9s;
    -o-transition-delay: 9s;
    transition-delay: 9s;
}
.all-projects .card:nth-of-type(46) .card__outer {
    -webkit-transition-delay: 9.2s;
    -o-transition-delay: 9.2s;
    transition-delay: 9.2s;
}
.all-projects .card:nth-of-type(47) .card__outer {
    -webkit-transition-delay: 9.4s;
    -o-transition-delay: 9.4s;
    transition-delay: 9.4s;
}
.all-projects .card:nth-of-type(48) .card__outer {
    -webkit-transition-delay: 9.6s;
    -o-transition-delay: 9.6s;
    transition-delay: 9.6s;
}
.all-projects .card:nth-of-type(49) .card__outer {
    -webkit-transition-delay: 9.8s;
    -o-transition-delay: 9.8s;
    transition-delay: 9.8s;
}
.all-projects .card:nth-of-type(50) .card__outer {
    -webkit-transition-delay: 10s;
    -o-transition-delay: 10s;
    transition-delay: 10s;
}
.all-projects .card:nth-of-type(51) .card__outer {
    -webkit-transition-delay: 10.2s;
    -o-transition-delay: 10.2s;
    transition-delay: 10.2s;
}
.all-projects .card:nth-of-type(52) .card__outer {
    -webkit-transition-delay: 10.4s;
    -o-transition-delay: 10.4s;
    transition-delay: 10.4s;
}
.all-projects .card:nth-of-type(53) .card__outer {
    -webkit-transition-delay: 10.6s;
    -o-transition-delay: 10.6s;
    transition-delay: 10.6s;
}
.all-projects .card:nth-of-type(54) .card__outer {
    -webkit-transition-delay: 10.8s;
    -o-transition-delay: 10.8s;
    transition-delay: 10.8s;
}
.all-projects .card:nth-of-type(55) .card__outer {
    -webkit-transition-delay: 11s;
    -o-transition-delay: 11s;
    transition-delay: 11s;
}
.all-projects .card:nth-of-type(56) .card__outer {
    -webkit-transition-delay: 11.2s;
    -o-transition-delay: 11.2s;
    transition-delay: 11.2s;
}
.all-projects .card:nth-of-type(57) .card__outer {
    -webkit-transition-delay: 11.4s;
    -o-transition-delay: 11.4s;
    transition-delay: 11.4s;
}
.all-projects .card:nth-of-type(58) .card__outer {
    -webkit-transition-delay: 11.6s;
    -o-transition-delay: 11.6s;
    transition-delay: 11.6s;
}
.all-projects .card:nth-of-type(59) .card__outer {
    -webkit-transition-delay: 11.8s;
    -o-transition-delay: 11.8s;
    transition-delay: 11.8s;
}
.all-projects .card:nth-of-type(60) .card__outer {
    -webkit-transition-delay: 12s;
    -o-transition-delay: 12s;
    transition-delay: 12s;
}
.all-projects .card:nth-of-type(61) .card__outer {
    -webkit-transition-delay: 12.2s;
    -o-transition-delay: 12.2s;
    transition-delay: 12.2s;
}
.all-projects .card:nth-of-type(62) .card__outer {
    -webkit-transition-delay: 12.4s;
    -o-transition-delay: 12.4s;
    transition-delay: 12.4s;
}
.all-projects .card:nth-of-type(63) .card__outer {
    -webkit-transition-delay: 12.6s;
    -o-transition-delay: 12.6s;
    transition-delay: 12.6s;
}
.all-projects .card:nth-of-type(64) .card__outer {
    -webkit-transition-delay: 12.8s;
    -o-transition-delay: 12.8s;
    transition-delay: 12.8s;
}
.all-projects .card:nth-of-type(65) .card__outer {
    -webkit-transition-delay: 13s;
    -o-transition-delay: 13s;
    transition-delay: 13s;
}
.all-projects .card:nth-of-type(66) .card__outer {
    -webkit-transition-delay: 13.2s;
    -o-transition-delay: 13.2s;
    transition-delay: 13.2s;
}
.all-projects .card:nth-of-type(67) .card__outer {
    -webkit-transition-delay: 13.4s;
    -o-transition-delay: 13.4s;
    transition-delay: 13.4s;
}
.all-projects .card:nth-of-type(68) .card__outer {
    -webkit-transition-delay: 13.6s;
    -o-transition-delay: 13.6s;
    transition-delay: 13.6s;
}
.all-projects .card:nth-of-type(69) .card__outer {
    -webkit-transition-delay: 13.8s;
    -o-transition-delay: 13.8s;
    transition-delay: 13.8s;
}
.all-projects .card:nth-of-type(70) .card__outer {
    -webkit-transition-delay: 14s;
    -o-transition-delay: 14s;
    transition-delay: 14s;
}
.all-projects .card:nth-of-type(71) .card__outer {
    -webkit-transition-delay: 14.2s;
    -o-transition-delay: 14.2s;
    transition-delay: 14.2s;
}
.all-projects .card:nth-of-type(72) .card__outer {
    -webkit-transition-delay: 14.4s;
    -o-transition-delay: 14.4s;
    transition-delay: 14.4s;
}
.all-projects .card:nth-of-type(73) .card__outer {
    -webkit-transition-delay: 14.6s;
    -o-transition-delay: 14.6s;
    transition-delay: 14.6s;
}
.all-projects .card:nth-of-type(74) .card__outer {
    -webkit-transition-delay: 14.8s;
    -o-transition-delay: 14.8s;
    transition-delay: 14.8s;
}
.all-projects .card:nth-of-type(75) .card__outer {
    -webkit-transition-delay: 15s;
    -o-transition-delay: 15s;
    transition-delay: 15s;
}
.all-projects .card:nth-of-type(76) .card__outer {
    -webkit-transition-delay: 15.2s;
    -o-transition-delay: 15.2s;
    transition-delay: 15.2s;
}
.all-projects .card:nth-of-type(77) .card__outer {
    -webkit-transition-delay: 15.4s;
    -o-transition-delay: 15.4s;
    transition-delay: 15.4s;
}
.all-projects .card:nth-of-type(78) .card__outer {
    -webkit-transition-delay: 15.6s;
    -o-transition-delay: 15.6s;
    transition-delay: 15.6s;
}
.all-projects .card:nth-of-type(79) .card__outer {
    -webkit-transition-delay: 15.8s;
    -o-transition-delay: 15.8s;
    transition-delay: 15.8s;
}
.all-projects .card:nth-of-type(80) .card__outer {
    -webkit-transition-delay: 16s;
    -o-transition-delay: 16s;
    transition-delay: 16s;
}
.all-projects .card:nth-of-type(81) .card__outer {
    -webkit-transition-delay: 16.2s;
    -o-transition-delay: 16.2s;
    transition-delay: 16.2s;
}
.all-projects .card:nth-of-type(82) .card__outer {
    -webkit-transition-delay: 16.4s;
    -o-transition-delay: 16.4s;
    transition-delay: 16.4s;
}
.all-projects .card:nth-of-type(83) .card__outer {
    -webkit-transition-delay: 16.6s;
    -o-transition-delay: 16.6s;
    transition-delay: 16.6s;
}
.all-projects .card:nth-of-type(84) .card__outer {
    -webkit-transition-delay: 16.8s;
    -o-transition-delay: 16.8s;
    transition-delay: 16.8s;
}
.all-projects .card:nth-of-type(85) .card__outer {
    -webkit-transition-delay: 17s;
    -o-transition-delay: 17s;
    transition-delay: 17s;
}
.all-projects .card:nth-of-type(86) .card__outer {
    -webkit-transition-delay: 17.2s;
    -o-transition-delay: 17.2s;
    transition-delay: 17.2s;
}
.all-projects .card:nth-of-type(87) .card__outer {
    -webkit-transition-delay: 17.4s;
    -o-transition-delay: 17.4s;
    transition-delay: 17.4s;
}
.all-projects .card:nth-of-type(88) .card__outer {
    -webkit-transition-delay: 17.6s;
    -o-transition-delay: 17.6s;
    transition-delay: 17.6s;
}
.all-projects .card:nth-of-type(89) .card__outer {
    -webkit-transition-delay: 17.8s;
    -o-transition-delay: 17.8s;
    transition-delay: 17.8s;
}
.all-projects .card:nth-of-type(90) .card__outer {
    -webkit-transition-delay: 18s;
    -o-transition-delay: 18s;
    transition-delay: 18s;
}
.all-projects .card:nth-of-type(91) .card__outer {
    -webkit-transition-delay: 18.2s;
    -o-transition-delay: 18.2s;
    transition-delay: 18.2s;
}
.all-projects .card:nth-of-type(92) .card__outer {
    -webkit-transition-delay: 18.4s;
    -o-transition-delay: 18.4s;
    transition-delay: 18.4s;
}
.all-projects .card:nth-of-type(93) .card__outer {
    -webkit-transition-delay: 18.6s;
    -o-transition-delay: 18.6s;
    transition-delay: 18.6s;
}
.all-projects .card:nth-of-type(94) .card__outer {
    -webkit-transition-delay: 18.8s;
    -o-transition-delay: 18.8s;
    transition-delay: 18.8s;
}
.all-projects .card:nth-of-type(95) .card__outer {
    -webkit-transition-delay: 19s;
    -o-transition-delay: 19s;
    transition-delay: 19s;
}
.all-projects .card:nth-of-type(96) .card__outer {
    -webkit-transition-delay: 19.2s;
    -o-transition-delay: 19.2s;
    transition-delay: 19.2s;
}
.all-projects .card:nth-of-type(97) .card__outer {
    -webkit-transition-delay: 19.4s;
    -o-transition-delay: 19.4s;
    transition-delay: 19.4s;
}
.all-projects .card:nth-of-type(98) .card__outer {
    -webkit-transition-delay: 19.6s;
    -o-transition-delay: 19.6s;
    transition-delay: 19.6s;
}
.all-projects .card:nth-of-type(99) .card__outer {
    -webkit-transition-delay: 19.8s;
    -o-transition-delay: 19.8s;
    transition-delay: 19.8s;
}
.all-projects .card:nth-of-type(100) .card__outer {
    -webkit-transition-delay: 20s;
    -o-transition-delay: 20s;
    transition-delay: 20s;
}
.all-projects__inner {
    font-size: 0;
    letter-spacing: 0;
    padding: 10px 0;
    width: calc(100% + 2px);
}
.all-projects__inner_active .card__outer {
    -webkit-transform: translate3d(0, 0px, 1px);
    transform: translate3d(0, 0px, 1px);
    opacity: 1;
}
.filters {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
}
.filters__button {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: 'CRC25';
    line-height: 1;
    color: #828282;
    text-transform: uppercase;
    text-align: left;
    padding-right: 15px;
    margin-right: 40px;
    height: 47px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 700;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    letter-spacing: 0px;
}
.filters__button:first-letter {
    text-transform: uppercase;
}
.filters__button:last-of-type {
    margin-right: 0;
    padding-right: 0;
}
.filters__button:hover {
    color: #121212;
}
.filters__button_active {
    color: #121212;
    cursor: default;
    font-family: 'Circe-ExtraBold';
}
.view {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
    font-size: 0;
    letter-spacing: 0;
    padding-right: 4px;
    text-align: right;
}
.view__label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 300;
    height: 46px;
    line-height: 46px;
    letter-spacing: 1.1px;
}
.view__button {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    text-align: right;
    height: 47px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 700;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    letter-spacing: 1.1px;
    padding-left: 10px;
    margin-left: 16px;
}
.view__button:hover {
    color: #828282;
}
.view__button_active {
    color: #828282;
    cursor: default;
}
@media only screen and (min-width: 1900px) {
    .all-projects .card {
        width: calc(25% - 2px);
        padding-top: 17.78%;
    }
    .all-projects .card__h2 {
        width: 100%;
    }
    .all-projects .card_small {
        width: calc(12.5% - 2px);
        padding-top: 8.9%;
    }
    .all-projects .card_small .card__h2 {
        width: 100%;
    }
}
@media only screen and (min-width: 1201px) {
    .all-projects .card:hover .card__content {
        opacity: 1;
    }
    .all-projects .card:hover .card:after {
        opacity: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .all-projects {
        padding-top: 110px;
    }
    .all-projects__h2 {
        display: block;
    }
    .all-projects .card {
        padding-top: 33.1%;
    }
    .all-projects .card__content {
        opacity: 1;
    }
    .all-projects .card__content:after {
        background: none;
    }
    .all-projects .card__h2 {
        width: 100%;
        max-width: 210px;
        font-size: 18px;
        line-height: 22px;
        padding: 18px 24px;
    }
    .all-projects .card:after {
        background: rgba(0, 0, 0, 0.35);
        opacity: 1;
    }
    .all-projects .card_small {
        padding-top: 16.65%;
    }
    .all-projects .card_small .card__h2 {
        font-size: 14px;
        width: 100%;
        max-width: 160px;
        padding: 11px 16px;
        line-height: 17px;
    }
    .filters {
        padding-left: 0;
    }
    .filters__button {
        font-size: 12px;
        text-transform: none;
        letter-spacing: 0;
        margin-right: 49px;
    }
    .view {
        padding-right: 0;
    }
    .view__button {
        margin-left: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .all-projects {
        padding-top: 94px;
    }
    .all-projects__h2 {
        margin-bottom: 6px;
    }
    .all-projects__inner {
        overflow-x: scroll;
        padding: 10px 0 2px 0;
        width: 100%;
    }
    .all-projects .card {
        width: 100%;
        margin-bottom: 16px;
        padding-top: 71.2%;
    }
    .all-projects .card__h2 {
        max-width: 200px;
        padding: 18px 17px;
    }
    .all-projects .card_small {
        width: 100%;
        padding-top: 71.2%;
    }
    .all-projects .card_small .card__h2 {
        font-size: 18px;
        line-height: 22px;
        max-width: 200px;
        padding: 18px 17px;
    }
    .filters {
        width: auto;
        white-space: nowrap;
    }
    .filters__button {
        margin-right: 20px;
    }
    .view {
        display: none;
    }
}

/*# sourceMappingURL=projects.css.map */
.hero {
    font-size: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hero__wrapper {
    margin-left: 308px;
}
.hero__inner {
    width: 100%;
    height: 100vh;
    font-size: 0;
    letter-spacing: 0;
    position: relative;
    min-height: 480px;
}
.hero__inner:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.hero__label {
    position: absolute;
    left: 0;
    bottom: 43px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
}
.hero__scroll {
    bottom: 0;
}
.hero__scroll:before {
    background-color: #4f4f4f;
}
.hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.hero__bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
}
.hero__content {
    display: inline-block;
    vertical-align: middle;
    max-width: 1040px;
    width: 100%;
    padding-bottom: 38px;
    position: relative;
    color: #fff;
}
.hero__back {
    position: absolute;
    top: -2px;
    left: calc(((100vw - 854px) / 2 - 68px) * -1);
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.hero__back span {
    position: absolute;
    top: 20px;
    left: 2px;
    width: 30px;
    height: 1px;
    background-color: #fff;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.hero__back:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 2px;
    background-color: #fff;
    width: 16px;
    height: 1px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}
.hero__back:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 2px;
    background-color: #fff;
    width: 16px;
    height: 1px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(0) rotate(-45deg);
    -ms-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
}
.hero__back:hover {
    opacity: 0.7;
}
.hero__back_active span {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hero__back_active:before {
    -webkit-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}
.hero__back_active:after {
    -webkit-transform: scale(1) rotate(-45deg);
    -ms-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}
.hero__h2 {
    color: #fff;
    font-size: 68px;
    line-height: 78px;
}
.hero__h2 .letter {
    /* -webkit-transform: translate3d(0px, 75px, 1px); */
    /* transform: translate3d(0px, 75px, 1px); */
}
.hero__text {
    color: #fff;
    margin-top: 24px;
}
.hero_bottom .hero__content {
    padding-bottom: 0;
    padding-top: 30px;
}
.hero_bottom .hero__label {
    bottom: 76px;
}
@media only screen and (max-width: 1200px) {
    .hero__wrapper {
        margin: 0 auto;
    }
    .hero__content {
        padding-bottom: 18px;
    }
    .hero__h2 {
        font-size: 48px;
        line-height: 48px;
    }
    .hero__text {
        font-size: 14px;
        line-height: 18px;
    }
    .hero__label {
        font-size: 12px;
        bottom: 18px;
    }
    .hero__back {
        left: calc(((100vw - 464px) / 2 - 33px) * -1);
    }
    .hero_bottom .hero__content {
        padding-bottom: 32px;
        padding-top: 0px;
    }
    .hero_bottom .hero__h2 {
        font-size: 36px;
        line-height: 42px;
        max-width: 300px;
    }
    .hero_bottom .hero__label {
        bottom: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .hero__content {
        padding-bottom: 0px;
        padding-top: 17px;
    }
    .hero__h2 {
        font-size: 36px;
        line-height: 36px;
    }
    .hero__text {
        font-size: 14px;
        line-height: 23px;
        margin-top: 16px;
    }
    .hero__label {
        font-size: 14px;
        bottom: 12px;
    }
    .hero__back {
        left: 0;
        top: -44px;
    }
    .hero__back span {
        width: 22px;
    }
    .hero__back:before,
    .hero__back:after {
        width: 11px;
    }
    .hero_bottom .hero__content {
        padding: 6px 16px 0;
    }
    .hero_bottom .hero__h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .hero_bottom .hero__label {
        display: none;
    }
}

/*# sourceMappingURL=hero.css.map */
.project {
    padding-top: 5px;
    padding-bottom: 37px;
}
.project__row {
    margin-bottom: 68px;
    font-size: 0;
    letter-spacing: 0;
}
.project .card {
    font-size: 0;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.project .card__h2 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 29px;
}
.project .card__img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-top: 55.3%;
}
.project .card__content {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 20px);
    margin-left: 40px;
    padding: 40px 111px;
}
.project .card_type-2 .card__img {
    width: calc(50% - 20px);
    padding-top: 64.7%;
}
.project .card_type-3 {
    width: calc(50% - 20px);
}
.project .card_type-3 .card__img {
    padding-top: 133.2%;
}
.project .card_type-3:first-of-type {
    margin-right: 40px;
}
@media only screen and (max-width: 1200px) {
    .project {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .project__row {
        margin-bottom: 32px;
    }
    .project .card__img {
        padding-top: 51.5%;
    }
    .project .card__content {
        display: block;
        width: 100%;
        max-width: 464px;
        margin: 0 auto;
        padding: 78px 0 34px;
    }
    .project .card__h2 {
        margin-bottom: 27px;
    }
    .project .card__text {
        font-size: 14px;
        line-height: 23px;
    }
    .project .card_type-2 .card__img {
        width: 100%;
        padding-top: 51.5%;
    }
    .project .card_type-3 {
        width: calc(50% - 10px);
    }
    .project .card_type-3 .card__img {
        padding-top: 124.2%;
    }
    .project .card_type-3:first-of-type {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .project {
        padding-bottom: 32px;
    }
    .project__row {
        margin-bottom: 16px;
    }
    .project .card__img {
        padding-top: 55.2%;
    }
    .project .card__content {
        padding-top: 60px;
        padding-bottom: 29px;
        max-width: 100%;
    }
    .project .card__h2 {
        margin-bottom: 29px;
    }
    .project .card_type-2 .card__img {
        padding-top: 55.2%;
    }
    .project .card_type-3 {
        width: 100%;
    }
    .project .card_type-3 .card__img {
        padding-top: 133.2%;
    }
    .project .card_type-3:first-of-type {
        margin-right: 0px;
        margin-bottom: 8px;
    }
}

/*# sourceMappingURL=project.css.map */
.project-links {
    background-color: #1a1a1a;
    padding-bottom: 56px;
}
.project-links__inner:after {
    content: "";
    clear: both;
    display: table;
}
.link {
    padding: 57px 0;
    display: inline-block;
    vertical-align: middle;
}
.link__text {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    display: inline-block;
    vertical-align: middle;
}
.link__line {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 90px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}
.link__line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.link_prev {
    float: left;
}
.link_prev .link__line {
    margin-right: 28px;
}
.link_prev .link__line:before {
    right: -100%;
}
.link_next {
    float: right;
}
.link_next .link__line {
    margin-left: 28px;
}
.link_next .link__line:before {
    left: -100%;
}
@media only screen and (min-width: 1201px) {
    .link_prev:hover .link__line:before {
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    .link_next:hover .link__line:before {
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    .link:hover .link__text {
        opacity: 0.7;
    }
}
@media only screen and (max-width: 1200px) {
    .project-links {
        padding-bottom: 0;
    }
    .link {
        padding: 61px 0 50px;
    }
    .link__text {
        font-size: 14px;
    }
    .link__line {
        width: 44px;
        background-color: #fff;
    }
    .link_prev .link__line {
        margin-right: 12px;
    }
    .link_next .link__line {
        margin-left: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .project-links {
        padding-bottom: 18px;
    }
    .link {
        padding: 30px 0;
    }
    .link__text {
        font-weight: 400;
    }
    .link__line {
        display: none;
    }
}

/*# sourceMappingURL=project-links.css.map */
.news {
    padding-top: 226px;
}
.news__head {
    margin-bottom: 80px;
}
.news__h2 {
    margin-bottom: 20px;
    float: right;
    text-align: right;
    font-family: 'W_YEKAN';
}
.news__date {
    font-size: 17px;
    line-height: 16px;
    color: #828282;
    font-family: 'W_YEKAN';
    font-weight: 700;
}
.news__row {
    margin-bottom: 40px;
}
.news__row_mobile {
    display: none;
    margin: 0;
}
.news__card {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 55.3%;
}
.news .text {
    font-size: 0;
    letter-spacing: 0;
}
.news .text p {
    margin: 0;
    text-indent: 0px;
    font-family: 'W_YEKAN';
    text-align: justify;
    direction: rtl;
    font-size: 17px;
    line-height: 30px;
}
.news .text__column {
    vertical-align: top;
    display: inline-block;
    width: calc(50% - 20px);
}
.news .text__column:first-of-type {
    margin-right: 40px;
}
.news__imgs {
    font-size: 0;
    letter-spacing: 0;
}
.news__imgs_type-2 .news__card {
    width: calc(50% - 20px);
    padding-top: 64.65%;
}
.news__imgs_type-2 .news__card:first-of-type {
    margin-right: 40px;
}
.news__share {
    margin-top: 62px;
}
@media only screen and (max-width: 1200px) {
    .news {
        padding-top: 119px;
    }
    .news__h2 {
        margin-bottom: 15px;
    }
    .news__head {
        margin-bottom: 36px;
    }
    .news__row {
        margin-bottom: 54px;
    }
    .news__card {
        padding-top: 51.5%;
    }
    .news .text p {
        font-size: 14px;
        line-height: 23px;
    }
    .news .text__column {
        width: 100%;
    }
    .news .text__column:first-of-type {
        margin-right: 0;
    }
    .news__imgs_type-2 .news__card {
        width: calc(50% - 8px);
        padding-top: 60.4%;
    }
    .news__imgs_type-2 .news__card:first-of-type {
        margin-right: 16px;
    }
    .news__share {
        margin-top: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .news {
        padding-top: 94px;
    }
    .news__h2 {
        margin-bottom: 10px;
    }
    .news__row {
        margin-bottom: 50px;
    }
    .news__row_mobile {
        display: block;
    }
    .news__row:first-of-type {
        margin-bottom: 67px;
    }
    .news .text p {
        font-size: 16px;
        line-height: 26px;
    }
    .news__imgs_type-2 .news__card {
        width: 100%;
        padding-top: 133%;
    }
    .news__imgs_type-2 .news__card:first-of-type {
        margin-right: 0px;
    }
    .news__imgs_type-2 .news__card:nth-of-type(2) {
        display: none;
    }
    .news .card__img {
        padding-top: 55.2%;
    }
    .news .card__content {
        padding-top: 60px;
        padding-bottom: 29px;
        max-width: 100%;
    }
    .news .card__h2 {
        margin-bottom: 29px;
    }
    .news .card_type-2 .card__img {
        padding-top: 55.2%;
    }
    .news .card_type-3 {
        width: 100%;
    }
    .news .card_type-3 .card__img {
        padding-top: 133.2%;
    }
    .news .card_type-3:first-of-type {
        margin-right: 0px;
        margin-bottom: 8px;
    }
}

/*# sourceMappingURL=news.css.map */
.other-news {
    padding-top: 16px;
    padding-bottom: 71px;
}
.other-news__inner {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}
.other-news__body {
    padding-top: 45px;
}
.other-news .card {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    padding-top: 17.8%;
    display: none;
}
.other-news .card__content {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    padding: 19px 24px;
    left: 0;
    bottom: 0;
    position: absolute;
}
.other-news .card__date {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 4px;
    color: #f2f2f2;
}
.other-news .card__h3 {
    color: #f2f2f2;
    font-size: 18px;
    line-height: 22px;
}
.other-news .card:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}
.other-news .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.other-news .card_1 {
    display: inline-block;
}
.other-news .card_2 {
    display: inline-block;
}
.other-news .card_3 {
    display: inline-block;
}
.other-news .card_4 {
    display: inline-block;
}
@media only screen and (min-width: 1201px) {
    .other-news .card:hover .card__content {
        opacity: 0.5;
    }
    .other-news .card:hover:after {
        opacity: 0;
    }
}
@media only screen and (min-width: 1766px) {
    .other-news .card {
        width: calc(100% / 5);
        padding-top: 15.57%;
    }
    .other-news .card_1 {
        display: inline-block;
    }
    .other-news .card_2 {
        display: inline-block;
    }
    .other-news .card_3 {
        display: inline-block;
    }
    .other-news .card_4 {
        display: inline-block;
    }
    .other-news .card_5 {
        display: inline-block;
    }
}
@media only screen and (min-width: 2092px) {
    .other-news .card {
        width: calc(100% / 6);
        padding-top: 13, 35%;
    }
    .other-news .card_1 {
        display: inline-block;
    }
    .other-news .card_2 {
        display: inline-block;
    }
    .other-news .card_3 {
        display: inline-block;
    }
    .other-news .card_4 {
        display: inline-block;
    }
    .other-news .card_5 {
        display: inline-block;
    }
    .other-news .card_6 {
        display: inline-block;
    }
}
@media only screen and (min-width: 2418px) {
    .other-news .card {
        width: calc(100% / 7);
        padding-top: 11.12%;
    }
    .other-news .card_1 {
        display: inline-block;
    }
    .other-news .card_2 {
        display: inline-block;
    }
    .other-news .card_3 {
        display: inline-block;
    }
    .other-news .card_4 {
        display: inline-block;
    }
    .other-news .card_5 {
        display: inline-block;
    }
    .other-news .card_6 {
        display: inline-block;
    }
    .other-news .card_7 {
        display: inline-block;
    }
}
@media only screen and (min-width: 2744px) {
    .other-news .card {
        width: calc(100% / 8);
        padding-top: 8.9%;
    }
    .other-news .card_1 {
        display: inline-block;
    }
    .other-news .card_2 {
        display: inline-block;
    }
    .other-news .card_3 {
        display: inline-block;
    }
    .other-news .card_4 {
        display: inline-block;
    }
    .other-news .card_5 {
        display: inline-block;
    }
    .other-news .card_6 {
        display: inline-block;
    }
    .other-news .card_7 {
        display: inline-block;
    }
    .other-news .card_8 {
        display: inline-block;
    }
}
@media only screen and (max-width: 1200px) {
    .other-news {
        padding-top: 0;
        padding-bottom: 32px;
    }
    .other-news__h2 {
        margin-bottom: 0;
    }
    .other-news__body {
        padding-top: 29px;
    }
    .other-news .card {
        padding-top: 16.65%;
    }
    .other-news .card__content {
        padding: 12px 8px;
    }
    .other-news .card__date {
        font-size: 10px;
    }
    .other-news .card__h3 {
        font-size: 14px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .other-news {
        padding-top: 4px;
        padding-bottom: 22px;
    }
    .other-news__body {
        padding-top: 33px;
    }
    .other-news .card {
        width: 100%;
        margin-bottom: 27px;
        padding-top: 0;
        background: none !important;
    }
    .other-news .card__content {
        position: static;
        padding: 0;
    }
    .other-news .card__date {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 3px;
        color: #828282;
    }
    .other-news .card__h3 {
        font-size: 14px;
        line-height: 16px;
        line-height: 22px;
        color: #333;
    }
    .other-news .card:after {
        background: none;
    }
}

/*# sourceMappingURL=other-news.css.map */
.gallery__control {
    position: relative;
	z-index: 99;
}
.gallery__list {
    width: 100%;
}
.gallery .item__img {
    padding-top: 55.3%;
    width: 100%;
}
.counter {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 34px 0;
}
.counter__current {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #4f4f4f;
    padding-top: 4px;
}
.counter__total {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #bdbdbd;
    padding-top: 4px;
}
.counter__separator {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 1px;
    background-color: #bdbdbd;
    margin: 0 4px;
}
.arrow {
    padding: 30px 0;
    position: absolute;
    top: 0;
}
.arrow__text {
    font-size: 18px;
    color: #bdbdbd;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    vertical-align: middle;
}
.arrow__line {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 88px;
    height: 1px;
    background-color: #bdbdbd;
    position: relative;
    overflow: hidden;
}
.arrow__line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #4f4f4f;
    top: 0;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.arrow_prev {
    left: 0;
}
.arrow_prev .arrow__line {
    margin-right: 28px;
}
.arrow_prev .arrow__line:before {
    right: -100%;
}
.arrow_next {
    right: 0;
}
.arrow_next .arrow__line {
    margin-left: 28px;
}
.arrow_next .arrow__line:before {
    left: -100%;
}
@media only screen and (min-width: 1201px) {
    .arrow_prev:hover .arrow__line:before {
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    .arrow_next:hover .arrow__line:before {
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    .arrow:hover .arrow__text {
        color: #4f4f4f;
    }
}
@media only screen and (max-width: 1200px) {
    .gallery .item__img {
        padding-top: 51.6%;
    }
    .arrow {
        padding: 22px 0;
    }
    .arrow__text {
        font-size: 14px;
        font-weight: 400;
    }
    .arrow__line {
        display: none;
    }
    .counter {
        padding: 20px 0;
    }
    .counter__separator {
        width: 22px;
    }
}
@media only screen and (max-width: 719px) {
    .gallery .item__img {
        padding-top: 55.3%;
    }
    .arrow {
        padding: 30px 0;
    }
    .counter {
        padding: 29px 0;
    }
}

/*# sourceMappingURL=gallery.css.map */
.we-best {
    padding: 192px 0 0px;
    position: relative;
    margin-bottom: -20px;
}
.we-best__scroll {
    top: 24px;
}
.we-best__content {
    padding-left: 52.3%;
    margin-bottom: 86px;
}
.we-best__h2 {
    margin-bottom: 22px;
}
.we-best__text {
    margin-bottom: 30px;
}
.we-best__text p {
    margin: 0 0 10px;
}
.we-best__list {
    font-size: 0;
    letter-spacing: 0;
    width: calc(100% + 151px);
}
.we-best .card {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-right: 135px;
    position: relative;
    margin-bottom: 138px;
}
.we-best .card__img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.we-best .card__head {
    font-size: 0;
    letter-spacing: 0;
    min-height: 50px;
}
.we-best .card__icon {
    display: inline-block;
    vertical-align: bottom;
    height: 46px;
    width: 46px;
    font-size: 0;
    text-align: center;
}
.we-best .card__icon:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.we-best .card__icon svg {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.we-best .card__svg {
    max-width: 100%;
    max-height: 100%;
}
.we-best .card__title {
    display: inline-block;
    vertical-align: bottom;
    line-height: 16px;
    font-size: 14px;
    color: #000000;
    margin: 0;
    width: calc(100% - 49px);
    padding-left: 13px;
}
.we-best .card__title_mob {
    display: none;
}
.we-best .card__text {
    line-height: 23px;
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    padding-top: 15px;
}
.we-best .card__bg {
    position: absolute;
    top: -41px;
    left: -73px;
    line-height: 1;
    font-size: 180px;
    letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.02;
    text-shadow: 9px 17px 25px rgba(0, 0, 0, 0.12);
    font-weight: 700;
    z-index: -1;
}
@media only screen and (max-width: 1200px) {
    .we-best {
        padding-top: 112px;
        padding-bottom: 15px;
        margin-bottom: 0;
    }
    .we-best__scroll {
        top: 9px;
    }
    .we-best__content {
        padding-left: 0;
    }
    .we-best__h2 {
        margin-bottom: 43px;
    }
    .we-best__text {
        line-height: 23px;
    }
    .we-best__list {
        width: calc(100% + 96px);
    }
    .we-best .card {
        margin-right: 80px;
        margin-bottom: 69px;
    }
    .we-best .card__text {
        padding-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .we-best {
        padding-top: 26px;
        padding-bottom: 21px;
    }
    .we-best__h2 {
        margin-bottom: 29px;
    }
    .we-best__text {
        font-size: 14px;
    }
    .we-best__content {
        margin-bottom: 49px;
    }
    .we-best__list {
        width: 100%;
    }
    .we-best .card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 17px;
    }
    .we-best .card__bg {
        display: none;
    }
    .we-best .card__head {
        display: inline-block;
        vertical-align: top;
        width: 49px;
    }
    .we-best .card__title {
        padding-left: 0;
        width: 100%;
    }
    .we-best .card__title_desk {
        display: none;
    }
    .we-best .card__title_mob {
        display: block;
    }
    .we-best .card__icon {
        vertical-align: top;
    }
    .we-best .card__icon:before {
        vertical-align: top;
    }
    .we-best .card__icon svg {
        vertical-align: top;
    }
    .we-best .card__img {
        vertical-align: top;
    }
    .we-best .card__text {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 49px);
        padding-left: 17px;
        padding-top: 0;
    }
}

/*# sourceMappingURL=we-best.css.map */
.team {
    background-color: #1a1a1a;
    padding: 464px 0 178px;
    position: relative;
}
.team__inner_mob {
    display: none;
}
.team__bg {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 225px;
    line-height: 1;
    font-size: 160px;
    letter-spacing: 120px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.2;
    text-shadow: 9px 17px 25px rgba(0, 0, 0, 0.12);
    font-weight: 700;
    z-index: 0;
}
.team__bg .line {
    margin-left: 17vw;
}
.team__bg .letter {
    -webkit-transform: translate3d(0px, 200px, 1px);
    transform: translate3d(0px, 200px, 1px);
}
.team__scroll {
    top: 61px;
}
.team__scroll:before {
    background-color: #4f4f4f;
}
.team__card {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 1px);
    transform: translate3d(0, 50px, 1px);
}
.team__card:nth-of-type(1) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.team__card:nth-of-type(2) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.team__card:nth-of-type(3) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.team__card:nth-of-type(4) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.team__card:nth-of-type(5) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.team__card:nth-of-type(6) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.team__card:nth-of-type(7) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.team__card:nth-of-type(8) {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.team__card:nth-of-type(9) {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.team__card:nth-of-type(10) {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
.team__card:nth-of-type(11) {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.team__card:nth-of-type(12) {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.team__card:nth-of-type(13) {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}
.team__card:nth-of-type(14) {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}
.team__card:nth-of-type(15) {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
.team__card:nth-of-type(16) {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}
.team__card:nth-of-type(17) {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}
.team__card:nth-of-type(18) {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}
.team__card:nth-of-type(19) {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
}
.team__card:nth-of-type(20) {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
}
.team__card:nth-of-type(21) {
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}
.team__card:nth-of-type(22) {
    -webkit-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
}
.team__card:nth-of-type(23) {
    -webkit-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}
.team__card:nth-of-type(24) {
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}
.team__card:nth-of-type(25) {
    -webkit-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}
.team__card:nth-of-type(26) {
    -webkit-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s;
}
.team__card:nth-of-type(27) {
    -webkit-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s;
}
.team__card:nth-of-type(28) {
    -webkit-transition-delay: 5.6s;
    -o-transition-delay: 5.6s;
    transition-delay: 5.6s;
}
.team__card:nth-of-type(29) {
    -webkit-transition-delay: 5.8s;
    -o-transition-delay: 5.8s;
    transition-delay: 5.8s;
}
.team__card:nth-of-type(30) {
    -webkit-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s;
}
.team__card:nth-of-type(31) {
    -webkit-transition-delay: 6.2s;
    -o-transition-delay: 6.2s;
    transition-delay: 6.2s;
}
.team__card:nth-of-type(32) {
    -webkit-transition-delay: 6.4s;
    -o-transition-delay: 6.4s;
    transition-delay: 6.4s;
}
.team__card:nth-of-type(33) {
    -webkit-transition-delay: 6.6s;
    -o-transition-delay: 6.6s;
    transition-delay: 6.6s;
}
.team__card:nth-of-type(34) {
    -webkit-transition-delay: 6.8s;
    -o-transition-delay: 6.8s;
    transition-delay: 6.8s;
}
.team__card:nth-of-type(35) {
    -webkit-transition-delay: 7s;
    -o-transition-delay: 7s;
    transition-delay: 7s;
}
.team__card:nth-of-type(36) {
    -webkit-transition-delay: 7.2s;
    -o-transition-delay: 7.2s;
    transition-delay: 7.2s;
}
.team__card:nth-of-type(37) {
    -webkit-transition-delay: 7.4s;
    -o-transition-delay: 7.4s;
    transition-delay: 7.4s;
}
.team__card:nth-of-type(38) {
    -webkit-transition-delay: 7.6s;
    -o-transition-delay: 7.6s;
    transition-delay: 7.6s;
}
.team__card:nth-of-type(39) {
    -webkit-transition-delay: 7.8s;
    -o-transition-delay: 7.8s;
    transition-delay: 7.8s;
}
.team__card:nth-of-type(40) {
    -webkit-transition-delay: 8s;
    -o-transition-delay: 8s;
    transition-delay: 8s;
}
.team__card:nth-of-type(41) {
    -webkit-transition-delay: 8.2s;
    -o-transition-delay: 8.2s;
    transition-delay: 8.2s;
}
.team__card:nth-of-type(42) {
    -webkit-transition-delay: 8.4s;
    -o-transition-delay: 8.4s;
    transition-delay: 8.4s;
}
.team__card:nth-of-type(43) {
    -webkit-transition-delay: 8.6s;
    -o-transition-delay: 8.6s;
    transition-delay: 8.6s;
}
.team__card:nth-of-type(44) {
    -webkit-transition-delay: 8.8s;
    -o-transition-delay: 8.8s;
    transition-delay: 8.8s;
}
.team__card:nth-of-type(45) {
    -webkit-transition-delay: 9s;
    -o-transition-delay: 9s;
    transition-delay: 9s;
}
.team__card:nth-of-type(46) {
    -webkit-transition-delay: 9.2s;
    -o-transition-delay: 9.2s;
    transition-delay: 9.2s;
}
.team__card:nth-of-type(47) {
    -webkit-transition-delay: 9.4s;
    -o-transition-delay: 9.4s;
    transition-delay: 9.4s;
}
.team__card:nth-of-type(48) {
    -webkit-transition-delay: 9.6s;
    -o-transition-delay: 9.6s;
    transition-delay: 9.6s;
}
.team__card:nth-of-type(49) {
    -webkit-transition-delay: 9.8s;
    -o-transition-delay: 9.8s;
    transition-delay: 9.8s;
}
.team__card:nth-of-type(50) {
    -webkit-transition-delay: 10s;
    -o-transition-delay: 10s;
    transition-delay: 10s;
}
.team__card:nth-of-type(51) {
    -webkit-transition-delay: 10.2s;
    -o-transition-delay: 10.2s;
    transition-delay: 10.2s;
}
.team__card:nth-of-type(52) {
    -webkit-transition-delay: 10.4s;
    -o-transition-delay: 10.4s;
    transition-delay: 10.4s;
}
.team__card:nth-of-type(53) {
    -webkit-transition-delay: 10.6s;
    -o-transition-delay: 10.6s;
    transition-delay: 10.6s;
}
.team__card:nth-of-type(54) {
    -webkit-transition-delay: 10.8s;
    -o-transition-delay: 10.8s;
    transition-delay: 10.8s;
}
.team__card:nth-of-type(55) {
    -webkit-transition-delay: 11s;
    -o-transition-delay: 11s;
    transition-delay: 11s;
}
.team__card:nth-of-type(56) {
    -webkit-transition-delay: 11.2s;
    -o-transition-delay: 11.2s;
    transition-delay: 11.2s;
}
.team__card:nth-of-type(57) {
    -webkit-transition-delay: 11.4s;
    -o-transition-delay: 11.4s;
    transition-delay: 11.4s;
}
.team__card:nth-of-type(58) {
    -webkit-transition-delay: 11.6s;
    -o-transition-delay: 11.6s;
    transition-delay: 11.6s;
}
.team__card:nth-of-type(59) {
    -webkit-transition-delay: 11.8s;
    -o-transition-delay: 11.8s;
    transition-delay: 11.8s;
}
.team__card:nth-of-type(60) {
    -webkit-transition-delay: 12s;
    -o-transition-delay: 12s;
    transition-delay: 12s;
}
.team__card:nth-of-type(61) {
    -webkit-transition-delay: 12.2s;
    -o-transition-delay: 12.2s;
    transition-delay: 12.2s;
}
.team__card:nth-of-type(62) {
    -webkit-transition-delay: 12.4s;
    -o-transition-delay: 12.4s;
    transition-delay: 12.4s;
}
.team__card:nth-of-type(63) {
    -webkit-transition-delay: 12.6s;
    -o-transition-delay: 12.6s;
    transition-delay: 12.6s;
}
.team__card:nth-of-type(64) {
    -webkit-transition-delay: 12.8s;
    -o-transition-delay: 12.8s;
    transition-delay: 12.8s;
}
.team__card:nth-of-type(65) {
    -webkit-transition-delay: 13s;
    -o-transition-delay: 13s;
    transition-delay: 13s;
}
.team__card:nth-of-type(66) {
    -webkit-transition-delay: 13.2s;
    -o-transition-delay: 13.2s;
    transition-delay: 13.2s;
}
.team__card:nth-of-type(67) {
    -webkit-transition-delay: 13.4s;
    -o-transition-delay: 13.4s;
    transition-delay: 13.4s;
}
.team__card:nth-of-type(68) {
    -webkit-transition-delay: 13.6s;
    -o-transition-delay: 13.6s;
    transition-delay: 13.6s;
}
.team__card:nth-of-type(69) {
    -webkit-transition-delay: 13.8s;
    -o-transition-delay: 13.8s;
    transition-delay: 13.8s;
}
.team__card:nth-of-type(70) {
    -webkit-transition-delay: 14s;
    -o-transition-delay: 14s;
    transition-delay: 14s;
}
.team__card:nth-of-type(71) {
    -webkit-transition-delay: 14.2s;
    -o-transition-delay: 14.2s;
    transition-delay: 14.2s;
}
.team__card:nth-of-type(72) {
    -webkit-transition-delay: 14.4s;
    -o-transition-delay: 14.4s;
    transition-delay: 14.4s;
}
.team__card:nth-of-type(73) {
    -webkit-transition-delay: 14.6s;
    -o-transition-delay: 14.6s;
    transition-delay: 14.6s;
}
.team__card:nth-of-type(74) {
    -webkit-transition-delay: 14.8s;
    -o-transition-delay: 14.8s;
    transition-delay: 14.8s;
}
.team__card:nth-of-type(75) {
    -webkit-transition-delay: 15s;
    -o-transition-delay: 15s;
    transition-delay: 15s;
}
.team__card:nth-of-type(76) {
    -webkit-transition-delay: 15.2s;
    -o-transition-delay: 15.2s;
    transition-delay: 15.2s;
}
.team__card:nth-of-type(77) {
    -webkit-transition-delay: 15.4s;
    -o-transition-delay: 15.4s;
    transition-delay: 15.4s;
}
.team__card:nth-of-type(78) {
    -webkit-transition-delay: 15.6s;
    -o-transition-delay: 15.6s;
    transition-delay: 15.6s;
}
.team__card:nth-of-type(79) {
    -webkit-transition-delay: 15.8s;
    -o-transition-delay: 15.8s;
    transition-delay: 15.8s;
}
.team__card:nth-of-type(80) {
    -webkit-transition-delay: 16s;
    -o-transition-delay: 16s;
    transition-delay: 16s;
}
.team__card:nth-of-type(81) {
    -webkit-transition-delay: 16.2s;
    -o-transition-delay: 16.2s;
    transition-delay: 16.2s;
}
.team__card:nth-of-type(82) {
    -webkit-transition-delay: 16.4s;
    -o-transition-delay: 16.4s;
    transition-delay: 16.4s;
}
.team__card:nth-of-type(83) {
    -webkit-transition-delay: 16.6s;
    -o-transition-delay: 16.6s;
    transition-delay: 16.6s;
}
.team__card:nth-of-type(84) {
    -webkit-transition-delay: 16.8s;
    -o-transition-delay: 16.8s;
    transition-delay: 16.8s;
}
.team__card:nth-of-type(85) {
    -webkit-transition-delay: 17s;
    -o-transition-delay: 17s;
    transition-delay: 17s;
}
.team__card:nth-of-type(86) {
    -webkit-transition-delay: 17.2s;
    -o-transition-delay: 17.2s;
    transition-delay: 17.2s;
}
.team__card:nth-of-type(87) {
    -webkit-transition-delay: 17.4s;
    -o-transition-delay: 17.4s;
    transition-delay: 17.4s;
}
.team__card:nth-of-type(88) {
    -webkit-transition-delay: 17.6s;
    -o-transition-delay: 17.6s;
    transition-delay: 17.6s;
}
.team__card:nth-of-type(89) {
    -webkit-transition-delay: 17.8s;
    -o-transition-delay: 17.8s;
    transition-delay: 17.8s;
}
.team__card:nth-of-type(90) {
    -webkit-transition-delay: 18s;
    -o-transition-delay: 18s;
    transition-delay: 18s;
}
.team__card:nth-of-type(91) {
    -webkit-transition-delay: 18.2s;
    -o-transition-delay: 18.2s;
    transition-delay: 18.2s;
}
.team__card:nth-of-type(92) {
    -webkit-transition-delay: 18.4s;
    -o-transition-delay: 18.4s;
    transition-delay: 18.4s;
}
.team__card:nth-of-type(93) {
    -webkit-transition-delay: 18.6s;
    -o-transition-delay: 18.6s;
    transition-delay: 18.6s;
}
.team__card:nth-of-type(94) {
    -webkit-transition-delay: 18.8s;
    -o-transition-delay: 18.8s;
    transition-delay: 18.8s;
}
.team__card:nth-of-type(95) {
    -webkit-transition-delay: 19s;
    -o-transition-delay: 19s;
    transition-delay: 19s;
}
.team__card:nth-of-type(96) {
    -webkit-transition-delay: 19.2s;
    -o-transition-delay: 19.2s;
    transition-delay: 19.2s;
}
.team__card:nth-of-type(97) {
    -webkit-transition-delay: 19.4s;
    -o-transition-delay: 19.4s;
    transition-delay: 19.4s;
}
.team__card:nth-of-type(98) {
    -webkit-transition-delay: 19.6s;
    -o-transition-delay: 19.6s;
    transition-delay: 19.6s;
}
.team__card:nth-of-type(99) {
    -webkit-transition-delay: 19.8s;
    -o-transition-delay: 19.8s;
    transition-delay: 19.8s;
}
.team__card:nth-of-type(100) {
    -webkit-transition-delay: 20s;
    -o-transition-delay: 20s;
    transition-delay: 20s;
}
.team__card:nth-of-type(101) {
    -webkit-transition-delay: 20.2s;
    -o-transition-delay: 20.2s;
    transition-delay: 20.2s;
}
.team__card:nth-of-type(102) {
    -webkit-transition-delay: 20.4s;
    -o-transition-delay: 20.4s;
    transition-delay: 20.4s;
}
.team__card:nth-of-type(103) {
    -webkit-transition-delay: 20.6s;
    -o-transition-delay: 20.6s;
    transition-delay: 20.6s;
}
.team__card:nth-of-type(104) {
    -webkit-transition-delay: 20.8s;
    -o-transition-delay: 20.8s;
    transition-delay: 20.8s;
}
.team__card:nth-of-type(105) {
    -webkit-transition-delay: 21s;
    -o-transition-delay: 21s;
    transition-delay: 21s;
}
.team__card:nth-of-type(106) {
    -webkit-transition-delay: 21.2s;
    -o-transition-delay: 21.2s;
    transition-delay: 21.2s;
}
.team__card:nth-of-type(107) {
    -webkit-transition-delay: 21.4s;
    -o-transition-delay: 21.4s;
    transition-delay: 21.4s;
}
.team__card:nth-of-type(108) {
    -webkit-transition-delay: 21.6s;
    -o-transition-delay: 21.6s;
    transition-delay: 21.6s;
}
.team__card:nth-of-type(109) {
    -webkit-transition-delay: 21.8s;
    -o-transition-delay: 21.8s;
    transition-delay: 21.8s;
}
.team__card:nth-of-type(110) {
    -webkit-transition-delay: 22s;
    -o-transition-delay: 22s;
    transition-delay: 22s;
}
.team__card:nth-of-type(111) {
    -webkit-transition-delay: 22.2s;
    -o-transition-delay: 22.2s;
    transition-delay: 22.2s;
}
.team__card:nth-of-type(112) {
    -webkit-transition-delay: 22.4s;
    -o-transition-delay: 22.4s;
    transition-delay: 22.4s;
}
.team__card:nth-of-type(113) {
    -webkit-transition-delay: 22.6s;
    -o-transition-delay: 22.6s;
    transition-delay: 22.6s;
}
.team__card:nth-of-type(114) {
    -webkit-transition-delay: 22.8s;
    -o-transition-delay: 22.8s;
    transition-delay: 22.8s;
}
.team__card:nth-of-type(115) {
    -webkit-transition-delay: 23s;
    -o-transition-delay: 23s;
    transition-delay: 23s;
}
.team__card:nth-of-type(116) {
    -webkit-transition-delay: 23.2s;
    -o-transition-delay: 23.2s;
    transition-delay: 23.2s;
}
.team__card:nth-of-type(117) {
    -webkit-transition-delay: 23.4s;
    -o-transition-delay: 23.4s;
    transition-delay: 23.4s;
}
.team__card:nth-of-type(118) {
    -webkit-transition-delay: 23.6s;
    -o-transition-delay: 23.6s;
    transition-delay: 23.6s;
}
.team__card:nth-of-type(119) {
    -webkit-transition-delay: 23.8s;
    -o-transition-delay: 23.8s;
    transition-delay: 23.8s;
}
.team__card:nth-of-type(120) {
    -webkit-transition-delay: 24s;
    -o-transition-delay: 24s;
    transition-delay: 24s;
}
.team__card:nth-of-type(121) {
    -webkit-transition-delay: 24.2s;
    -o-transition-delay: 24.2s;
    transition-delay: 24.2s;
}
.team__card:nth-of-type(122) {
    -webkit-transition-delay: 24.4s;
    -o-transition-delay: 24.4s;
    transition-delay: 24.4s;
}
.team__card:nth-of-type(123) {
    -webkit-transition-delay: 24.6s;
    -o-transition-delay: 24.6s;
    transition-delay: 24.6s;
}
.team__card:nth-of-type(124) {
    -webkit-transition-delay: 24.8s;
    -o-transition-delay: 24.8s;
    transition-delay: 24.8s;
}
.team__card:nth-of-type(125) {
    -webkit-transition-delay: 25s;
    -o-transition-delay: 25s;
    transition-delay: 25s;
}
.team__card:nth-of-type(126) {
    -webkit-transition-delay: 25.2s;
    -o-transition-delay: 25.2s;
    transition-delay: 25.2s;
}
.team__card:nth-of-type(127) {
    -webkit-transition-delay: 25.4s;
    -o-transition-delay: 25.4s;
    transition-delay: 25.4s;
}
.team__card:nth-of-type(128) {
    -webkit-transition-delay: 25.6s;
    -o-transition-delay: 25.6s;
    transition-delay: 25.6s;
}
.team__card:nth-of-type(129) {
    -webkit-transition-delay: 25.8s;
    -o-transition-delay: 25.8s;
    transition-delay: 25.8s;
}
.team__card:nth-of-type(130) {
    -webkit-transition-delay: 26s;
    -o-transition-delay: 26s;
    transition-delay: 26s;
}
.team__card:nth-of-type(131) {
    -webkit-transition-delay: 26.2s;
    -o-transition-delay: 26.2s;
    transition-delay: 26.2s;
}
.team__card:nth-of-type(132) {
    -webkit-transition-delay: 26.4s;
    -o-transition-delay: 26.4s;
    transition-delay: 26.4s;
}
.team__card:nth-of-type(133) {
    -webkit-transition-delay: 26.6s;
    -o-transition-delay: 26.6s;
    transition-delay: 26.6s;
}
.team__card:nth-of-type(134) {
    -webkit-transition-delay: 26.8s;
    -o-transition-delay: 26.8s;
    transition-delay: 26.8s;
}
.team__card:nth-of-type(135) {
    -webkit-transition-delay: 27s;
    -o-transition-delay: 27s;
    transition-delay: 27s;
}
.team__card:nth-of-type(136) {
    -webkit-transition-delay: 27.2s;
    -o-transition-delay: 27.2s;
    transition-delay: 27.2s;
}
.team__card:nth-of-type(137) {
    -webkit-transition-delay: 27.4s;
    -o-transition-delay: 27.4s;
    transition-delay: 27.4s;
}
.team__card:nth-of-type(138) {
    -webkit-transition-delay: 27.6s;
    -o-transition-delay: 27.6s;
    transition-delay: 27.6s;
}
.team__card:nth-of-type(139) {
    -webkit-transition-delay: 27.8s;
    -o-transition-delay: 27.8s;
    transition-delay: 27.8s;
}
.team__card:nth-of-type(140) {
    -webkit-transition-delay: 28s;
    -o-transition-delay: 28s;
    transition-delay: 28s;
}
.team__card:nth-of-type(141) {
    -webkit-transition-delay: 28.2s;
    -o-transition-delay: 28.2s;
    transition-delay: 28.2s;
}
.team__card:nth-of-type(142) {
    -webkit-transition-delay: 28.4s;
    -o-transition-delay: 28.4s;
    transition-delay: 28.4s;
}
.team__card:nth-of-type(143) {
    -webkit-transition-delay: 28.6s;
    -o-transition-delay: 28.6s;
    transition-delay: 28.6s;
}
.team__card:nth-of-type(144) {
    -webkit-transition-delay: 28.8s;
    -o-transition-delay: 28.8s;
    transition-delay: 28.8s;
}
.team__card:nth-of-type(145) {
    -webkit-transition-delay: 29s;
    -o-transition-delay: 29s;
    transition-delay: 29s;
}
.team__card:nth-of-type(146) {
    -webkit-transition-delay: 29.2s;
    -o-transition-delay: 29.2s;
    transition-delay: 29.2s;
}
.team__card:nth-of-type(147) {
    -webkit-transition-delay: 29.4s;
    -o-transition-delay: 29.4s;
    transition-delay: 29.4s;
}
.team__card:nth-of-type(148) {
    -webkit-transition-delay: 29.6s;
    -o-transition-delay: 29.6s;
    transition-delay: 29.6s;
}
.team__card:nth-of-type(149) {
    -webkit-transition-delay: 29.8s;
    -o-transition-delay: 29.8s;
    transition-delay: 29.8s;
}
.team__card:nth-of-type(150) {
    -webkit-transition-delay: 30s;
    -o-transition-delay: 30s;
    transition-delay: 30s;
}
.team__card:nth-of-type(151) {
    -webkit-transition-delay: 30.2s;
    -o-transition-delay: 30.2s;
    transition-delay: 30.2s;
}
.team__card:nth-of-type(152) {
    -webkit-transition-delay: 30.4s;
    -o-transition-delay: 30.4s;
    transition-delay: 30.4s;
}
.team__card:nth-of-type(153) {
    -webkit-transition-delay: 30.6s;
    -o-transition-delay: 30.6s;
    transition-delay: 30.6s;
}
.team__card:nth-of-type(154) {
    -webkit-transition-delay: 30.8s;
    -o-transition-delay: 30.8s;
    transition-delay: 30.8s;
}
.team__card:nth-of-type(155) {
    -webkit-transition-delay: 31s;
    -o-transition-delay: 31s;
    transition-delay: 31s;
}
.team__card:nth-of-type(156) {
    -webkit-transition-delay: 31.2s;
    -o-transition-delay: 31.2s;
    transition-delay: 31.2s;
}
.team__card:nth-of-type(157) {
    -webkit-transition-delay: 31.4s;
    -o-transition-delay: 31.4s;
    transition-delay: 31.4s;
}
.team__card:nth-of-type(158) {
    -webkit-transition-delay: 31.6s;
    -o-transition-delay: 31.6s;
    transition-delay: 31.6s;
}
.team__card:nth-of-type(159) {
    -webkit-transition-delay: 31.8s;
    -o-transition-delay: 31.8s;
    transition-delay: 31.8s;
}
.team__card:nth-of-type(160) {
    -webkit-transition-delay: 32s;
    -o-transition-delay: 32s;
    transition-delay: 32s;
}
.team__card:nth-of-type(161) {
    -webkit-transition-delay: 32.2s;
    -o-transition-delay: 32.2s;
    transition-delay: 32.2s;
}
.team__card:nth-of-type(162) {
    -webkit-transition-delay: 32.4s;
    -o-transition-delay: 32.4s;
    transition-delay: 32.4s;
}
.team__card:nth-of-type(163) {
    -webkit-transition-delay: 32.6s;
    -o-transition-delay: 32.6s;
    transition-delay: 32.6s;
}
.team__card:nth-of-type(164) {
    -webkit-transition-delay: 32.8s;
    -o-transition-delay: 32.8s;
    transition-delay: 32.8s;
}
.team__card:nth-of-type(165) {
    -webkit-transition-delay: 33s;
    -o-transition-delay: 33s;
    transition-delay: 33s;
}
.team__card:nth-of-type(166) {
    -webkit-transition-delay: 33.2s;
    -o-transition-delay: 33.2s;
    transition-delay: 33.2s;
}
.team__card:nth-of-type(167) {
    -webkit-transition-delay: 33.4s;
    -o-transition-delay: 33.4s;
    transition-delay: 33.4s;
}
.team__card:nth-of-type(168) {
    -webkit-transition-delay: 33.6s;
    -o-transition-delay: 33.6s;
    transition-delay: 33.6s;
}
.team__card:nth-of-type(169) {
    -webkit-transition-delay: 33.8s;
    -o-transition-delay: 33.8s;
    transition-delay: 33.8s;
}
.team__card:nth-of-type(170) {
    -webkit-transition-delay: 34s;
    -o-transition-delay: 34s;
    transition-delay: 34s;
}
.team__card:nth-of-type(171) {
    -webkit-transition-delay: 34.2s;
    -o-transition-delay: 34.2s;
    transition-delay: 34.2s;
}
.team__card:nth-of-type(172) {
    -webkit-transition-delay: 34.4s;
    -o-transition-delay: 34.4s;
    transition-delay: 34.4s;
}
.team__card:nth-of-type(173) {
    -webkit-transition-delay: 34.6s;
    -o-transition-delay: 34.6s;
    transition-delay: 34.6s;
}
.team__card:nth-of-type(174) {
    -webkit-transition-delay: 34.8s;
    -o-transition-delay: 34.8s;
    transition-delay: 34.8s;
}
.team__card:nth-of-type(175) {
    -webkit-transition-delay: 35s;
    -o-transition-delay: 35s;
    transition-delay: 35s;
}
.team__card:nth-of-type(176) {
    -webkit-transition-delay: 35.2s;
    -o-transition-delay: 35.2s;
    transition-delay: 35.2s;
}
.team__card:nth-of-type(177) {
    -webkit-transition-delay: 35.4s;
    -o-transition-delay: 35.4s;
    transition-delay: 35.4s;
}
.team__card:nth-of-type(178) {
    -webkit-transition-delay: 35.6s;
    -o-transition-delay: 35.6s;
    transition-delay: 35.6s;
}
.team__card:nth-of-type(179) {
    -webkit-transition-delay: 35.8s;
    -o-transition-delay: 35.8s;
    transition-delay: 35.8s;
}
.team__card:nth-of-type(180) {
    -webkit-transition-delay: 36s;
    -o-transition-delay: 36s;
    transition-delay: 36s;
}
.team__card:nth-of-type(181) {
    -webkit-transition-delay: 36.2s;
    -o-transition-delay: 36.2s;
    transition-delay: 36.2s;
}
.team__card:nth-of-type(182) {
    -webkit-transition-delay: 36.4s;
    -o-transition-delay: 36.4s;
    transition-delay: 36.4s;
}
.team__card:nth-of-type(183) {
    -webkit-transition-delay: 36.6s;
    -o-transition-delay: 36.6s;
    transition-delay: 36.6s;
}
.team__card:nth-of-type(184) {
    -webkit-transition-delay: 36.8s;
    -o-transition-delay: 36.8s;
    transition-delay: 36.8s;
}
.team__card:nth-of-type(185) {
    -webkit-transition-delay: 37s;
    -o-transition-delay: 37s;
    transition-delay: 37s;
}
.team__card:nth-of-type(186) {
    -webkit-transition-delay: 37.2s;
    -o-transition-delay: 37.2s;
    transition-delay: 37.2s;
}
.team__card:nth-of-type(187) {
    -webkit-transition-delay: 37.4s;
    -o-transition-delay: 37.4s;
    transition-delay: 37.4s;
}
.team__card:nth-of-type(188) {
    -webkit-transition-delay: 37.6s;
    -o-transition-delay: 37.6s;
    transition-delay: 37.6s;
}
.team__card:nth-of-type(189) {
    -webkit-transition-delay: 37.8s;
    -o-transition-delay: 37.8s;
    transition-delay: 37.8s;
}
.team__card:nth-of-type(190) {
    -webkit-transition-delay: 38s;
    -o-transition-delay: 38s;
    transition-delay: 38s;
}
.team__card:nth-of-type(191) {
    -webkit-transition-delay: 38.2s;
    -o-transition-delay: 38.2s;
    transition-delay: 38.2s;
}
.team__card:nth-of-type(192) {
    -webkit-transition-delay: 38.4s;
    -o-transition-delay: 38.4s;
    transition-delay: 38.4s;
}
.team__card:nth-of-type(193) {
    -webkit-transition-delay: 38.6s;
    -o-transition-delay: 38.6s;
    transition-delay: 38.6s;
}
.team__card:nth-of-type(194) {
    -webkit-transition-delay: 38.8s;
    -o-transition-delay: 38.8s;
    transition-delay: 38.8s;
}
.team__card:nth-of-type(195) {
    -webkit-transition-delay: 39s;
    -o-transition-delay: 39s;
    transition-delay: 39s;
}
.team__card:nth-of-type(196) {
    -webkit-transition-delay: 39.2s;
    -o-transition-delay: 39.2s;
    transition-delay: 39.2s;
}
.team__card:nth-of-type(197) {
    -webkit-transition-delay: 39.4s;
    -o-transition-delay: 39.4s;
    transition-delay: 39.4s;
}
.team__card:nth-of-type(198) {
    -webkit-transition-delay: 39.6s;
    -o-transition-delay: 39.6s;
    transition-delay: 39.6s;
}
.team__card:nth-of-type(199) {
    -webkit-transition-delay: 39.8s;
    -o-transition-delay: 39.8s;
    transition-delay: 39.8s;
}
.team__card:nth-of-type(200) {
    -webkit-transition-delay: 40s;
    -o-transition-delay: 40s;
    transition-delay: 40s;
}
.team__card:nth-of-type(201) {
    -webkit-transition-delay: 40.2s;
    -o-transition-delay: 40.2s;
    transition-delay: 40.2s;
}
.team__card:nth-of-type(202) {
    -webkit-transition-delay: 40.4s;
    -o-transition-delay: 40.4s;
    transition-delay: 40.4s;
}
.team__card:nth-of-type(203) {
    -webkit-transition-delay: 40.6s;
    -o-transition-delay: 40.6s;
    transition-delay: 40.6s;
}
.team__card:nth-of-type(204) {
    -webkit-transition-delay: 40.8s;
    -o-transition-delay: 40.8s;
    transition-delay: 40.8s;
}
.team__card:nth-of-type(205) {
    -webkit-transition-delay: 41s;
    -o-transition-delay: 41s;
    transition-delay: 41s;
}
.team__card:nth-of-type(206) {
    -webkit-transition-delay: 41.2s;
    -o-transition-delay: 41.2s;
    transition-delay: 41.2s;
}
.team__card:nth-of-type(207) {
    -webkit-transition-delay: 41.4s;
    -o-transition-delay: 41.4s;
    transition-delay: 41.4s;
}
.team__card:nth-of-type(208) {
    -webkit-transition-delay: 41.6s;
    -o-transition-delay: 41.6s;
    transition-delay: 41.6s;
}
.team__card:nth-of-type(209) {
    -webkit-transition-delay: 41.8s;
    -o-transition-delay: 41.8s;
    transition-delay: 41.8s;
}
.team__card:nth-of-type(210) {
    -webkit-transition-delay: 42s;
    -o-transition-delay: 42s;
    transition-delay: 42s;
}
.team__card:nth-of-type(211) {
    -webkit-transition-delay: 42.2s;
    -o-transition-delay: 42.2s;
    transition-delay: 42.2s;
}
.team__card:nth-of-type(212) {
    -webkit-transition-delay: 42.4s;
    -o-transition-delay: 42.4s;
    transition-delay: 42.4s;
}
.team__card:nth-of-type(213) {
    -webkit-transition-delay: 42.6s;
    -o-transition-delay: 42.6s;
    transition-delay: 42.6s;
}
.team__card:nth-of-type(214) {
    -webkit-transition-delay: 42.8s;
    -o-transition-delay: 42.8s;
    transition-delay: 42.8s;
}
.team__card:nth-of-type(215) {
    -webkit-transition-delay: 43s;
    -o-transition-delay: 43s;
    transition-delay: 43s;
}
.team__card:nth-of-type(216) {
    -webkit-transition-delay: 43.2s;
    -o-transition-delay: 43.2s;
    transition-delay: 43.2s;
}
.team__card:nth-of-type(217) {
    -webkit-transition-delay: 43.4s;
    -o-transition-delay: 43.4s;
    transition-delay: 43.4s;
}
.team__card:nth-of-type(218) {
    -webkit-transition-delay: 43.6s;
    -o-transition-delay: 43.6s;
    transition-delay: 43.6s;
}
.team__card:nth-of-type(219) {
    -webkit-transition-delay: 43.8s;
    -o-transition-delay: 43.8s;
    transition-delay: 43.8s;
}
.team__card:nth-of-type(220) {
    -webkit-transition-delay: 44s;
    -o-transition-delay: 44s;
    transition-delay: 44s;
}
.team__card:nth-of-type(221) {
    -webkit-transition-delay: 44.2s;
    -o-transition-delay: 44.2s;
    transition-delay: 44.2s;
}
.team__card:nth-of-type(222) {
    -webkit-transition-delay: 44.4s;
    -o-transition-delay: 44.4s;
    transition-delay: 44.4s;
}
.team__card:nth-of-type(223) {
    -webkit-transition-delay: 44.6s;
    -o-transition-delay: 44.6s;
    transition-delay: 44.6s;
}
.team__card:nth-of-type(224) {
    -webkit-transition-delay: 44.8s;
    -o-transition-delay: 44.8s;
    transition-delay: 44.8s;
}
.team__card:nth-of-type(225) {
    -webkit-transition-delay: 45s;
    -o-transition-delay: 45s;
    transition-delay: 45s;
}
.team__card:nth-of-type(226) {
    -webkit-transition-delay: 45.2s;
    -o-transition-delay: 45.2s;
    transition-delay: 45.2s;
}
.team__card:nth-of-type(227) {
    -webkit-transition-delay: 45.4s;
    -o-transition-delay: 45.4s;
    transition-delay: 45.4s;
}
.team__card:nth-of-type(228) {
    -webkit-transition-delay: 45.6s;
    -o-transition-delay: 45.6s;
    transition-delay: 45.6s;
}
.team__card:nth-of-type(229) {
    -webkit-transition-delay: 45.8s;
    -o-transition-delay: 45.8s;
    transition-delay: 45.8s;
}
.team__card:nth-of-type(230) {
    -webkit-transition-delay: 46s;
    -o-transition-delay: 46s;
    transition-delay: 46s;
}
.team__card:nth-of-type(231) {
    -webkit-transition-delay: 46.2s;
    -o-transition-delay: 46.2s;
    transition-delay: 46.2s;
}
.team__card:nth-of-type(232) {
    -webkit-transition-delay: 46.4s;
    -o-transition-delay: 46.4s;
    transition-delay: 46.4s;
}
.team__card:nth-of-type(233) {
    -webkit-transition-delay: 46.6s;
    -o-transition-delay: 46.6s;
    transition-delay: 46.6s;
}
.team__card:nth-of-type(234) {
    -webkit-transition-delay: 46.8s;
    -o-transition-delay: 46.8s;
    transition-delay: 46.8s;
}
.team__card:nth-of-type(235) {
    -webkit-transition-delay: 47s;
    -o-transition-delay: 47s;
    transition-delay: 47s;
}
.team__card:nth-of-type(236) {
    -webkit-transition-delay: 47.2s;
    -o-transition-delay: 47.2s;
    transition-delay: 47.2s;
}
.team__card:nth-of-type(237) {
    -webkit-transition-delay: 47.4s;
    -o-transition-delay: 47.4s;
    transition-delay: 47.4s;
}
.team__card:nth-of-type(238) {
    -webkit-transition-delay: 47.6s;
    -o-transition-delay: 47.6s;
    transition-delay: 47.6s;
}
.team__card:nth-of-type(239) {
    -webkit-transition-delay: 47.8s;
    -o-transition-delay: 47.8s;
    transition-delay: 47.8s;
}
.team__card:nth-of-type(240) {
    -webkit-transition-delay: 48s;
    -o-transition-delay: 48s;
    transition-delay: 48s;
}
.team__card:nth-of-type(241) {
    -webkit-transition-delay: 48.2s;
    -o-transition-delay: 48.2s;
    transition-delay: 48.2s;
}
.team__card:nth-of-type(242) {
    -webkit-transition-delay: 48.4s;
    -o-transition-delay: 48.4s;
    transition-delay: 48.4s;
}
.team__card:nth-of-type(243) {
    -webkit-transition-delay: 48.6s;
    -o-transition-delay: 48.6s;
    transition-delay: 48.6s;
}
.team__card:nth-of-type(244) {
    -webkit-transition-delay: 48.8s;
    -o-transition-delay: 48.8s;
    transition-delay: 48.8s;
}
.team__card:nth-of-type(245) {
    -webkit-transition-delay: 49s;
    -o-transition-delay: 49s;
    transition-delay: 49s;
}
.team__card:nth-of-type(246) {
    -webkit-transition-delay: 49.2s;
    -o-transition-delay: 49.2s;
    transition-delay: 49.2s;
}
.team__card:nth-of-type(247) {
    -webkit-transition-delay: 49.4s;
    -o-transition-delay: 49.4s;
    transition-delay: 49.4s;
}
.team__card:nth-of-type(248) {
    -webkit-transition-delay: 49.6s;
    -o-transition-delay: 49.6s;
    transition-delay: 49.6s;
}
.team__card:nth-of-type(249) {
    -webkit-transition-delay: 49.8s;
    -o-transition-delay: 49.8s;
    transition-delay: 49.8s;
}
.team__card:nth-of-type(250) {
    -webkit-transition-delay: 50s;
    -o-transition-delay: 50s;
    transition-delay: 50s;
}
.team__card:nth-of-type(251) {
    -webkit-transition-delay: 50.2s;
    -o-transition-delay: 50.2s;
    transition-delay: 50.2s;
}
.team__card:nth-of-type(252) {
    -webkit-transition-delay: 50.4s;
    -o-transition-delay: 50.4s;
    transition-delay: 50.4s;
}
.team__card:nth-of-type(253) {
    -webkit-transition-delay: 50.6s;
    -o-transition-delay: 50.6s;
    transition-delay: 50.6s;
}
.team__card:nth-of-type(254) {
    -webkit-transition-delay: 50.8s;
    -o-transition-delay: 50.8s;
    transition-delay: 50.8s;
}
.team__card:nth-of-type(255) {
    -webkit-transition-delay: 51s;
    -o-transition-delay: 51s;
    transition-delay: 51s;
}
.team__card:nth-of-type(256) {
    -webkit-transition-delay: 51.2s;
    -o-transition-delay: 51.2s;
    transition-delay: 51.2s;
}
.team__card:nth-of-type(257) {
    -webkit-transition-delay: 51.4s;
    -o-transition-delay: 51.4s;
    transition-delay: 51.4s;
}
.team__card:nth-of-type(258) {
    -webkit-transition-delay: 51.6s;
    -o-transition-delay: 51.6s;
    transition-delay: 51.6s;
}
.team__card:nth-of-type(259) {
    -webkit-transition-delay: 51.8s;
    -o-transition-delay: 51.8s;
    transition-delay: 51.8s;
}
.team__card:nth-of-type(260) {
    -webkit-transition-delay: 52s;
    -o-transition-delay: 52s;
    transition-delay: 52s;
}
.team__card:nth-of-type(261) {
    -webkit-transition-delay: 52.2s;
    -o-transition-delay: 52.2s;
    transition-delay: 52.2s;
}
.team__card:nth-of-type(262) {
    -webkit-transition-delay: 52.4s;
    -o-transition-delay: 52.4s;
    transition-delay: 52.4s;
}
.team__card:nth-of-type(263) {
    -webkit-transition-delay: 52.6s;
    -o-transition-delay: 52.6s;
    transition-delay: 52.6s;
}
.team__card:nth-of-type(264) {
    -webkit-transition-delay: 52.8s;
    -o-transition-delay: 52.8s;
    transition-delay: 52.8s;
}
.team__card:nth-of-type(265) {
    -webkit-transition-delay: 53s;
    -o-transition-delay: 53s;
    transition-delay: 53s;
}
.team__card:nth-of-type(266) {
    -webkit-transition-delay: 53.2s;
    -o-transition-delay: 53.2s;
    transition-delay: 53.2s;
}
.team__card:nth-of-type(267) {
    -webkit-transition-delay: 53.4s;
    -o-transition-delay: 53.4s;
    transition-delay: 53.4s;
}
.team__card:nth-of-type(268) {
    -webkit-transition-delay: 53.6s;
    -o-transition-delay: 53.6s;
    transition-delay: 53.6s;
}
.team__card:nth-of-type(269) {
    -webkit-transition-delay: 53.8s;
    -o-transition-delay: 53.8s;
    transition-delay: 53.8s;
}
.team__card:nth-of-type(270) {
    -webkit-transition-delay: 54s;
    -o-transition-delay: 54s;
    transition-delay: 54s;
}
.team__card:nth-of-type(271) {
    -webkit-transition-delay: 54.2s;
    -o-transition-delay: 54.2s;
    transition-delay: 54.2s;
}
.team__card:nth-of-type(272) {
    -webkit-transition-delay: 54.4s;
    -o-transition-delay: 54.4s;
    transition-delay: 54.4s;
}
.team__card:nth-of-type(273) {
    -webkit-transition-delay: 54.6s;
    -o-transition-delay: 54.6s;
    transition-delay: 54.6s;
}
.team__card:nth-of-type(274) {
    -webkit-transition-delay: 54.8s;
    -o-transition-delay: 54.8s;
    transition-delay: 54.8s;
}
.team__card:nth-of-type(275) {
    -webkit-transition-delay: 55s;
    -o-transition-delay: 55s;
    transition-delay: 55s;
}
.team__card:nth-of-type(276) {
    -webkit-transition-delay: 55.2s;
    -o-transition-delay: 55.2s;
    transition-delay: 55.2s;
}
.team__card:nth-of-type(277) {
    -webkit-transition-delay: 55.4s;
    -o-transition-delay: 55.4s;
    transition-delay: 55.4s;
}
.team__card:nth-of-type(278) {
    -webkit-transition-delay: 55.6s;
    -o-transition-delay: 55.6s;
    transition-delay: 55.6s;
}
.team__card:nth-of-type(279) {
    -webkit-transition-delay: 55.8s;
    -o-transition-delay: 55.8s;
    transition-delay: 55.8s;
}
.team__card:nth-of-type(280) {
    -webkit-transition-delay: 56s;
    -o-transition-delay: 56s;
    transition-delay: 56s;
}
.team__card:nth-of-type(281) {
    -webkit-transition-delay: 56.2s;
    -o-transition-delay: 56.2s;
    transition-delay: 56.2s;
}
.team__card:nth-of-type(282) {
    -webkit-transition-delay: 56.4s;
    -o-transition-delay: 56.4s;
    transition-delay: 56.4s;
}
.team__card:nth-of-type(283) {
    -webkit-transition-delay: 56.6s;
    -o-transition-delay: 56.6s;
    transition-delay: 56.6s;
}
.team__card:nth-of-type(284) {
    -webkit-transition-delay: 56.8s;
    -o-transition-delay: 56.8s;
    transition-delay: 56.8s;
}
.team__card:nth-of-type(285) {
    -webkit-transition-delay: 57s;
    -o-transition-delay: 57s;
    transition-delay: 57s;
}
.team__card:nth-of-type(286) {
    -webkit-transition-delay: 57.2s;
    -o-transition-delay: 57.2s;
    transition-delay: 57.2s;
}
.team__card:nth-of-type(287) {
    -webkit-transition-delay: 57.4s;
    -o-transition-delay: 57.4s;
    transition-delay: 57.4s;
}
.team__card:nth-of-type(288) {
    -webkit-transition-delay: 57.6s;
    -o-transition-delay: 57.6s;
    transition-delay: 57.6s;
}
.team__card:nth-of-type(289) {
    -webkit-transition-delay: 57.8s;
    -o-transition-delay: 57.8s;
    transition-delay: 57.8s;
}
.team__card:nth-of-type(290) {
    -webkit-transition-delay: 58s;
    -o-transition-delay: 58s;
    transition-delay: 58s;
}
.team__card:nth-of-type(291) {
    -webkit-transition-delay: 58.2s;
    -o-transition-delay: 58.2s;
    transition-delay: 58.2s;
}
.team__card:nth-of-type(292) {
    -webkit-transition-delay: 58.4s;
    -o-transition-delay: 58.4s;
    transition-delay: 58.4s;
}
.team__card:nth-of-type(293) {
    -webkit-transition-delay: 58.6s;
    -o-transition-delay: 58.6s;
    transition-delay: 58.6s;
}
.team__card:nth-of-type(294) {
    -webkit-transition-delay: 58.8s;
    -o-transition-delay: 58.8s;
    transition-delay: 58.8s;
}
.team__card:nth-of-type(295) {
    -webkit-transition-delay: 59s;
    -o-transition-delay: 59s;
    transition-delay: 59s;
}
.team__card:nth-of-type(296) {
    -webkit-transition-delay: 59.2s;
    -o-transition-delay: 59.2s;
    transition-delay: 59.2s;
}
.team__card:nth-of-type(297) {
    -webkit-transition-delay: 59.4s;
    -o-transition-delay: 59.4s;
    transition-delay: 59.4s;
}
.team__card:nth-of-type(298) {
    -webkit-transition-delay: 59.6s;
    -o-transition-delay: 59.6s;
    transition-delay: 59.6s;
}
.team__card:nth-of-type(299) {
    -webkit-transition-delay: 59.8s;
    -o-transition-delay: 59.8s;
    transition-delay: 59.8s;
}
.team__card:nth-of-type(300) {
    -webkit-transition-delay: 60s;
    -o-transition-delay: 60s;
    transition-delay: 60s;
}
.team__card:nth-of-type(301) {
    -webkit-transition-delay: 60.2s;
    -o-transition-delay: 60.2s;
    transition-delay: 60.2s;
}
.team__card:nth-of-type(302) {
    -webkit-transition-delay: 60.4s;
    -o-transition-delay: 60.4s;
    transition-delay: 60.4s;
}
.team__card:nth-of-type(303) {
    -webkit-transition-delay: 60.6s;
    -o-transition-delay: 60.6s;
    transition-delay: 60.6s;
}
.team__card:nth-of-type(304) {
    -webkit-transition-delay: 60.8s;
    -o-transition-delay: 60.8s;
    transition-delay: 60.8s;
}
.team__card:nth-of-type(305) {
    -webkit-transition-delay: 61s;
    -o-transition-delay: 61s;
    transition-delay: 61s;
}
.team__card:nth-of-type(306) {
    -webkit-transition-delay: 61.2s;
    -o-transition-delay: 61.2s;
    transition-delay: 61.2s;
}
.team__card:nth-of-type(307) {
    -webkit-transition-delay: 61.4s;
    -o-transition-delay: 61.4s;
    transition-delay: 61.4s;
}
.team__card:nth-of-type(308) {
    -webkit-transition-delay: 61.6s;
    -o-transition-delay: 61.6s;
    transition-delay: 61.6s;
}
.team__card:nth-of-type(309) {
    -webkit-transition-delay: 61.8s;
    -o-transition-delay: 61.8s;
    transition-delay: 61.8s;
}
.team__card:nth-of-type(310) {
    -webkit-transition-delay: 62s;
    -o-transition-delay: 62s;
    transition-delay: 62s;
}
.team__card:nth-of-type(311) {
    -webkit-transition-delay: 62.2s;
    -o-transition-delay: 62.2s;
    transition-delay: 62.2s;
}
.team__card:nth-of-type(312) {
    -webkit-transition-delay: 62.4s;
    -o-transition-delay: 62.4s;
    transition-delay: 62.4s;
}
.team__card:nth-of-type(313) {
    -webkit-transition-delay: 62.6s;
    -o-transition-delay: 62.6s;
    transition-delay: 62.6s;
}
.team__card:nth-of-type(314) {
    -webkit-transition-delay: 62.8s;
    -o-transition-delay: 62.8s;
    transition-delay: 62.8s;
}
.team__card:nth-of-type(315) {
    -webkit-transition-delay: 63s;
    -o-transition-delay: 63s;
    transition-delay: 63s;
}
.team__card:nth-of-type(316) {
    -webkit-transition-delay: 63.2s;
    -o-transition-delay: 63.2s;
    transition-delay: 63.2s;
}
.team__card:nth-of-type(317) {
    -webkit-transition-delay: 63.4s;
    -o-transition-delay: 63.4s;
    transition-delay: 63.4s;
}
.team__card:nth-of-type(318) {
    -webkit-transition-delay: 63.6s;
    -o-transition-delay: 63.6s;
    transition-delay: 63.6s;
}
.team__card:nth-of-type(319) {
    -webkit-transition-delay: 63.8s;
    -o-transition-delay: 63.8s;
    transition-delay: 63.8s;
}
.team__card:nth-of-type(320) {
    -webkit-transition-delay: 64s;
    -o-transition-delay: 64s;
    transition-delay: 64s;
}
.team__card:nth-of-type(321) {
    -webkit-transition-delay: 64.2s;
    -o-transition-delay: 64.2s;
    transition-delay: 64.2s;
}
.team__card:nth-of-type(322) {
    -webkit-transition-delay: 64.4s;
    -o-transition-delay: 64.4s;
    transition-delay: 64.4s;
}
.team__card:nth-of-type(323) {
    -webkit-transition-delay: 64.6s;
    -o-transition-delay: 64.6s;
    transition-delay: 64.6s;
}
.team__card:nth-of-type(324) {
    -webkit-transition-delay: 64.8s;
    -o-transition-delay: 64.8s;
    transition-delay: 64.8s;
}
.team__card:nth-of-type(325) {
    -webkit-transition-delay: 65s;
    -o-transition-delay: 65s;
    transition-delay: 65s;
}
.team__card:nth-of-type(326) {
    -webkit-transition-delay: 65.2s;
    -o-transition-delay: 65.2s;
    transition-delay: 65.2s;
}
.team__card:nth-of-type(327) {
    -webkit-transition-delay: 65.4s;
    -o-transition-delay: 65.4s;
    transition-delay: 65.4s;
}
.team__card:nth-of-type(328) {
    -webkit-transition-delay: 65.6s;
    -o-transition-delay: 65.6s;
    transition-delay: 65.6s;
}
.team__card:nth-of-type(329) {
    -webkit-transition-delay: 65.8s;
    -o-transition-delay: 65.8s;
    transition-delay: 65.8s;
}
.team__card:nth-of-type(330) {
    -webkit-transition-delay: 66s;
    -o-transition-delay: 66s;
    transition-delay: 66s;
}
.team__card:nth-of-type(331) {
    -webkit-transition-delay: 66.2s;
    -o-transition-delay: 66.2s;
    transition-delay: 66.2s;
}
.team__card:nth-of-type(332) {
    -webkit-transition-delay: 66.4s;
    -o-transition-delay: 66.4s;
    transition-delay: 66.4s;
}
.team__card:nth-of-type(333) {
    -webkit-transition-delay: 66.6s;
    -o-transition-delay: 66.6s;
    transition-delay: 66.6s;
}
.team__card:nth-of-type(334) {
    -webkit-transition-delay: 66.8s;
    -o-transition-delay: 66.8s;
    transition-delay: 66.8s;
}
.team__card:nth-of-type(335) {
    -webkit-transition-delay: 67s;
    -o-transition-delay: 67s;
    transition-delay: 67s;
}
.team__card:nth-of-type(336) {
    -webkit-transition-delay: 67.2s;
    -o-transition-delay: 67.2s;
    transition-delay: 67.2s;
}
.team__card:nth-of-type(337) {
    -webkit-transition-delay: 67.4s;
    -o-transition-delay: 67.4s;
    transition-delay: 67.4s;
}
.team__card:nth-of-type(338) {
    -webkit-transition-delay: 67.6s;
    -o-transition-delay: 67.6s;
    transition-delay: 67.6s;
}
.team__card:nth-of-type(339) {
    -webkit-transition-delay: 67.8s;
    -o-transition-delay: 67.8s;
    transition-delay: 67.8s;
}
.team__card:nth-of-type(340) {
    -webkit-transition-delay: 68s;
    -o-transition-delay: 68s;
    transition-delay: 68s;
}
.team__card:nth-of-type(341) {
    -webkit-transition-delay: 68.2s;
    -o-transition-delay: 68.2s;
    transition-delay: 68.2s;
}
.team__card:nth-of-type(342) {
    -webkit-transition-delay: 68.4s;
    -o-transition-delay: 68.4s;
    transition-delay: 68.4s;
}
.team__card:nth-of-type(343) {
    -webkit-transition-delay: 68.6s;
    -o-transition-delay: 68.6s;
    transition-delay: 68.6s;
}
.team__card:nth-of-type(344) {
    -webkit-transition-delay: 68.8s;
    -o-transition-delay: 68.8s;
    transition-delay: 68.8s;
}
.team__card:nth-of-type(345) {
    -webkit-transition-delay: 69s;
    -o-transition-delay: 69s;
    transition-delay: 69s;
}
.team__card:nth-of-type(346) {
    -webkit-transition-delay: 69.2s;
    -o-transition-delay: 69.2s;
    transition-delay: 69.2s;
}
.team__card:nth-of-type(347) {
    -webkit-transition-delay: 69.4s;
    -o-transition-delay: 69.4s;
    transition-delay: 69.4s;
}
.team__card:nth-of-type(348) {
    -webkit-transition-delay: 69.6s;
    -o-transition-delay: 69.6s;
    transition-delay: 69.6s;
}
.team__card:nth-of-type(349) {
    -webkit-transition-delay: 69.8s;
    -o-transition-delay: 69.8s;
    transition-delay: 69.8s;
}
.team__card:nth-of-type(350) {
    -webkit-transition-delay: 70s;
    -o-transition-delay: 70s;
    transition-delay: 70s;
}
.team__card:nth-of-type(351) {
    -webkit-transition-delay: 70.2s;
    -o-transition-delay: 70.2s;
    transition-delay: 70.2s;
}
.team__card:nth-of-type(352) {
    -webkit-transition-delay: 70.4s;
    -o-transition-delay: 70.4s;
    transition-delay: 70.4s;
}
.team__card:nth-of-type(353) {
    -webkit-transition-delay: 70.6s;
    -o-transition-delay: 70.6s;
    transition-delay: 70.6s;
}
.team__card:nth-of-type(354) {
    -webkit-transition-delay: 70.8s;
    -o-transition-delay: 70.8s;
    transition-delay: 70.8s;
}
.team__card:nth-of-type(355) {
    -webkit-transition-delay: 71s;
    -o-transition-delay: 71s;
    transition-delay: 71s;
}
.team__card:nth-of-type(356) {
    -webkit-transition-delay: 71.2s;
    -o-transition-delay: 71.2s;
    transition-delay: 71.2s;
}
.team__card:nth-of-type(357) {
    -webkit-transition-delay: 71.4s;
    -o-transition-delay: 71.4s;
    transition-delay: 71.4s;
}
.team__card:nth-of-type(358) {
    -webkit-transition-delay: 71.6s;
    -o-transition-delay: 71.6s;
    transition-delay: 71.6s;
}
.team__card:nth-of-type(359) {
    -webkit-transition-delay: 71.8s;
    -o-transition-delay: 71.8s;
    transition-delay: 71.8s;
}
.team__card:nth-of-type(360) {
    -webkit-transition-delay: 72s;
    -o-transition-delay: 72s;
    transition-delay: 72s;
}
.team__card:nth-of-type(361) {
    -webkit-transition-delay: 72.2s;
    -o-transition-delay: 72.2s;
    transition-delay: 72.2s;
}
.team__card:nth-of-type(362) {
    -webkit-transition-delay: 72.4s;
    -o-transition-delay: 72.4s;
    transition-delay: 72.4s;
}
.team__card:nth-of-type(363) {
    -webkit-transition-delay: 72.6s;
    -o-transition-delay: 72.6s;
    transition-delay: 72.6s;
}
.team__card:nth-of-type(364) {
    -webkit-transition-delay: 72.8s;
    -o-transition-delay: 72.8s;
    transition-delay: 72.8s;
}
.team__card:nth-of-type(365) {
    -webkit-transition-delay: 73s;
    -o-transition-delay: 73s;
    transition-delay: 73s;
}
.team__card:nth-of-type(366) {
    -webkit-transition-delay: 73.2s;
    -o-transition-delay: 73.2s;
    transition-delay: 73.2s;
}
.team__card:nth-of-type(367) {
    -webkit-transition-delay: 73.4s;
    -o-transition-delay: 73.4s;
    transition-delay: 73.4s;
}
.team__card:nth-of-type(368) {
    -webkit-transition-delay: 73.6s;
    -o-transition-delay: 73.6s;
    transition-delay: 73.6s;
}
.team__card:nth-of-type(369) {
    -webkit-transition-delay: 73.8s;
    -o-transition-delay: 73.8s;
    transition-delay: 73.8s;
}
.team__card:nth-of-type(370) {
    -webkit-transition-delay: 74s;
    -o-transition-delay: 74s;
    transition-delay: 74s;
}
.team__card:nth-of-type(371) {
    -webkit-transition-delay: 74.2s;
    -o-transition-delay: 74.2s;
    transition-delay: 74.2s;
}
.team__card:nth-of-type(372) {
    -webkit-transition-delay: 74.4s;
    -o-transition-delay: 74.4s;
    transition-delay: 74.4s;
}
.team__card:nth-of-type(373) {
    -webkit-transition-delay: 74.6s;
    -o-transition-delay: 74.6s;
    transition-delay: 74.6s;
}
.team__card:nth-of-type(374) {
    -webkit-transition-delay: 74.8s;
    -o-transition-delay: 74.8s;
    transition-delay: 74.8s;
}
.team__card:nth-of-type(375) {
    -webkit-transition-delay: 75s;
    -o-transition-delay: 75s;
    transition-delay: 75s;
}
.team__card:nth-of-type(376) {
    -webkit-transition-delay: 75.2s;
    -o-transition-delay: 75.2s;
    transition-delay: 75.2s;
}
.team__card:nth-of-type(377) {
    -webkit-transition-delay: 75.4s;
    -o-transition-delay: 75.4s;
    transition-delay: 75.4s;
}
.team__card:nth-of-type(378) {
    -webkit-transition-delay: 75.6s;
    -o-transition-delay: 75.6s;
    transition-delay: 75.6s;
}
.team__card:nth-of-type(379) {
    -webkit-transition-delay: 75.8s;
    -o-transition-delay: 75.8s;
    transition-delay: 75.8s;
}
.team__card:nth-of-type(380) {
    -webkit-transition-delay: 76s;
    -o-transition-delay: 76s;
    transition-delay: 76s;
}
.team__card:nth-of-type(381) {
    -webkit-transition-delay: 76.2s;
    -o-transition-delay: 76.2s;
    transition-delay: 76.2s;
}
.team__card:nth-of-type(382) {
    -webkit-transition-delay: 76.4s;
    -o-transition-delay: 76.4s;
    transition-delay: 76.4s;
}
.team__card:nth-of-type(383) {
    -webkit-transition-delay: 76.6s;
    -o-transition-delay: 76.6s;
    transition-delay: 76.6s;
}
.team__card:nth-of-type(384) {
    -webkit-transition-delay: 76.8s;
    -o-transition-delay: 76.8s;
    transition-delay: 76.8s;
}
.team__card:nth-of-type(385) {
    -webkit-transition-delay: 77s;
    -o-transition-delay: 77s;
    transition-delay: 77s;
}
.team__card:nth-of-type(386) {
    -webkit-transition-delay: 77.2s;
    -o-transition-delay: 77.2s;
    transition-delay: 77.2s;
}
.team__card:nth-of-type(387) {
    -webkit-transition-delay: 77.4s;
    -o-transition-delay: 77.4s;
    transition-delay: 77.4s;
}
.team__card:nth-of-type(388) {
    -webkit-transition-delay: 77.6s;
    -o-transition-delay: 77.6s;
    transition-delay: 77.6s;
}
.team__card:nth-of-type(389) {
    -webkit-transition-delay: 77.8s;
    -o-transition-delay: 77.8s;
    transition-delay: 77.8s;
}
.team__card:nth-of-type(390) {
    -webkit-transition-delay: 78s;
    -o-transition-delay: 78s;
    transition-delay: 78s;
}
.team__card:nth-of-type(391) {
    -webkit-transition-delay: 78.2s;
    -o-transition-delay: 78.2s;
    transition-delay: 78.2s;
}
.team__card:nth-of-type(392) {
    -webkit-transition-delay: 78.4s;
    -o-transition-delay: 78.4s;
    transition-delay: 78.4s;
}
.team__card:nth-of-type(393) {
    -webkit-transition-delay: 78.6s;
    -o-transition-delay: 78.6s;
    transition-delay: 78.6s;
}
.team__card:nth-of-type(394) {
    -webkit-transition-delay: 78.8s;
    -o-transition-delay: 78.8s;
    transition-delay: 78.8s;
}
.team__card:nth-of-type(395) {
    -webkit-transition-delay: 79s;
    -o-transition-delay: 79s;
    transition-delay: 79s;
}
.team__card:nth-of-type(396) {
    -webkit-transition-delay: 79.2s;
    -o-transition-delay: 79.2s;
    transition-delay: 79.2s;
}
.team__card:nth-of-type(397) {
    -webkit-transition-delay: 79.4s;
    -o-transition-delay: 79.4s;
    transition-delay: 79.4s;
}
.team__card:nth-of-type(398) {
    -webkit-transition-delay: 79.6s;
    -o-transition-delay: 79.6s;
    transition-delay: 79.6s;
}
.team__card:nth-of-type(399) {
    -webkit-transition-delay: 79.8s;
    -o-transition-delay: 79.8s;
    transition-delay: 79.8s;
}
.team__card:nth-of-type(400) {
    -webkit-transition-delay: 80s;
    -o-transition-delay: 80s;
    transition-delay: 80s;
}
.team__card:nth-of-type(401) {
    -webkit-transition-delay: 80.2s;
    -o-transition-delay: 80.2s;
    transition-delay: 80.2s;
}
.team__card:nth-of-type(402) {
    -webkit-transition-delay: 80.4s;
    -o-transition-delay: 80.4s;
    transition-delay: 80.4s;
}
.team__card:nth-of-type(403) {
    -webkit-transition-delay: 80.6s;
    -o-transition-delay: 80.6s;
    transition-delay: 80.6s;
}
.team__card:nth-of-type(404) {
    -webkit-transition-delay: 80.8s;
    -o-transition-delay: 80.8s;
    transition-delay: 80.8s;
}
.team__card:nth-of-type(405) {
    -webkit-transition-delay: 81s;
    -o-transition-delay: 81s;
    transition-delay: 81s;
}
.team__card:nth-of-type(406) {
    -webkit-transition-delay: 81.2s;
    -o-transition-delay: 81.2s;
    transition-delay: 81.2s;
}
.team__card:nth-of-type(407) {
    -webkit-transition-delay: 81.4s;
    -o-transition-delay: 81.4s;
    transition-delay: 81.4s;
}
.team__card:nth-of-type(408) {
    -webkit-transition-delay: 81.6s;
    -o-transition-delay: 81.6s;
    transition-delay: 81.6s;
}
.team__card:nth-of-type(409) {
    -webkit-transition-delay: 81.8s;
    -o-transition-delay: 81.8s;
    transition-delay: 81.8s;
}
.team__card:nth-of-type(410) {
    -webkit-transition-delay: 82s;
    -o-transition-delay: 82s;
    transition-delay: 82s;
}
.team__card:nth-of-type(411) {
    -webkit-transition-delay: 82.2s;
    -o-transition-delay: 82.2s;
    transition-delay: 82.2s;
}
.team__card:nth-of-type(412) {
    -webkit-transition-delay: 82.4s;
    -o-transition-delay: 82.4s;
    transition-delay: 82.4s;
}
.team__card:nth-of-type(413) {
    -webkit-transition-delay: 82.6s;
    -o-transition-delay: 82.6s;
    transition-delay: 82.6s;
}
.team__card:nth-of-type(414) {
    -webkit-transition-delay: 82.8s;
    -o-transition-delay: 82.8s;
    transition-delay: 82.8s;
}
.team__card:nth-of-type(415) {
    -webkit-transition-delay: 83s;
    -o-transition-delay: 83s;
    transition-delay: 83s;
}
.team__card:nth-of-type(416) {
    -webkit-transition-delay: 83.2s;
    -o-transition-delay: 83.2s;
    transition-delay: 83.2s;
}
.team__card:nth-of-type(417) {
    -webkit-transition-delay: 83.4s;
    -o-transition-delay: 83.4s;
    transition-delay: 83.4s;
}
.team__card:nth-of-type(418) {
    -webkit-transition-delay: 83.6s;
    -o-transition-delay: 83.6s;
    transition-delay: 83.6s;
}
.team__card:nth-of-type(419) {
    -webkit-transition-delay: 83.8s;
    -o-transition-delay: 83.8s;
    transition-delay: 83.8s;
}
.team__card:nth-of-type(420) {
    -webkit-transition-delay: 84s;
    -o-transition-delay: 84s;
    transition-delay: 84s;
}
.team__card:nth-of-type(421) {
    -webkit-transition-delay: 84.2s;
    -o-transition-delay: 84.2s;
    transition-delay: 84.2s;
}
.team__card:nth-of-type(422) {
    -webkit-transition-delay: 84.4s;
    -o-transition-delay: 84.4s;
    transition-delay: 84.4s;
}
.team__card:nth-of-type(423) {
    -webkit-transition-delay: 84.6s;
    -o-transition-delay: 84.6s;
    transition-delay: 84.6s;
}
.team__card:nth-of-type(424) {
    -webkit-transition-delay: 84.8s;
    -o-transition-delay: 84.8s;
    transition-delay: 84.8s;
}
.team__card:nth-of-type(425) {
    -webkit-transition-delay: 85s;
    -o-transition-delay: 85s;
    transition-delay: 85s;
}
.team__card:nth-of-type(426) {
    -webkit-transition-delay: 85.2s;
    -o-transition-delay: 85.2s;
    transition-delay: 85.2s;
}
.team__card:nth-of-type(427) {
    -webkit-transition-delay: 85.4s;
    -o-transition-delay: 85.4s;
    transition-delay: 85.4s;
}
.team__card:nth-of-type(428) {
    -webkit-transition-delay: 85.6s;
    -o-transition-delay: 85.6s;
    transition-delay: 85.6s;
}
.team__card:nth-of-type(429) {
    -webkit-transition-delay: 85.8s;
    -o-transition-delay: 85.8s;
    transition-delay: 85.8s;
}
.team__card:nth-of-type(430) {
    -webkit-transition-delay: 86s;
    -o-transition-delay: 86s;
    transition-delay: 86s;
}
.team__card:nth-of-type(431) {
    -webkit-transition-delay: 86.2s;
    -o-transition-delay: 86.2s;
    transition-delay: 86.2s;
}
.team__card:nth-of-type(432) {
    -webkit-transition-delay: 86.4s;
    -o-transition-delay: 86.4s;
    transition-delay: 86.4s;
}
.team__card:nth-of-type(433) {
    -webkit-transition-delay: 86.6s;
    -o-transition-delay: 86.6s;
    transition-delay: 86.6s;
}
.team__card:nth-of-type(434) {
    -webkit-transition-delay: 86.8s;
    -o-transition-delay: 86.8s;
    transition-delay: 86.8s;
}
.team__card:nth-of-type(435) {
    -webkit-transition-delay: 87s;
    -o-transition-delay: 87s;
    transition-delay: 87s;
}
.team__card:nth-of-type(436) {
    -webkit-transition-delay: 87.2s;
    -o-transition-delay: 87.2s;
    transition-delay: 87.2s;
}
.team__card:nth-of-type(437) {
    -webkit-transition-delay: 87.4s;
    -o-transition-delay: 87.4s;
    transition-delay: 87.4s;
}
.team__card:nth-of-type(438) {
    -webkit-transition-delay: 87.6s;
    -o-transition-delay: 87.6s;
    transition-delay: 87.6s;
}
.team__card:nth-of-type(439) {
    -webkit-transition-delay: 87.8s;
    -o-transition-delay: 87.8s;
    transition-delay: 87.8s;
}
.team__card:nth-of-type(440) {
    -webkit-transition-delay: 88s;
    -o-transition-delay: 88s;
    transition-delay: 88s;
}
.team__card:nth-of-type(441) {
    -webkit-transition-delay: 88.2s;
    -o-transition-delay: 88.2s;
    transition-delay: 88.2s;
}
.team__card:nth-of-type(442) {
    -webkit-transition-delay: 88.4s;
    -o-transition-delay: 88.4s;
    transition-delay: 88.4s;
}
.team__card:nth-of-type(443) {
    -webkit-transition-delay: 88.6s;
    -o-transition-delay: 88.6s;
    transition-delay: 88.6s;
}
.team__card:nth-of-type(444) {
    -webkit-transition-delay: 88.8s;
    -o-transition-delay: 88.8s;
    transition-delay: 88.8s;
}
.team__card:nth-of-type(445) {
    -webkit-transition-delay: 89s;
    -o-transition-delay: 89s;
    transition-delay: 89s;
}
.team__card:nth-of-type(446) {
    -webkit-transition-delay: 89.2s;
    -o-transition-delay: 89.2s;
    transition-delay: 89.2s;
}
.team__card:nth-of-type(447) {
    -webkit-transition-delay: 89.4s;
    -o-transition-delay: 89.4s;
    transition-delay: 89.4s;
}
.team__card:nth-of-type(448) {
    -webkit-transition-delay: 89.6s;
    -o-transition-delay: 89.6s;
    transition-delay: 89.6s;
}
.team__card:nth-of-type(449) {
    -webkit-transition-delay: 89.8s;
    -o-transition-delay: 89.8s;
    transition-delay: 89.8s;
}
.team__card:nth-of-type(450) {
    -webkit-transition-delay: 90s;
    -o-transition-delay: 90s;
    transition-delay: 90s;
}
.team__card:nth-of-type(451) {
    -webkit-transition-delay: 90.2s;
    -o-transition-delay: 90.2s;
    transition-delay: 90.2s;
}
.team__card:nth-of-type(452) {
    -webkit-transition-delay: 90.4s;
    -o-transition-delay: 90.4s;
    transition-delay: 90.4s;
}
.team__card:nth-of-type(453) {
    -webkit-transition-delay: 90.6s;
    -o-transition-delay: 90.6s;
    transition-delay: 90.6s;
}
.team__card:nth-of-type(454) {
    -webkit-transition-delay: 90.8s;
    -o-transition-delay: 90.8s;
    transition-delay: 90.8s;
}
.team__card:nth-of-type(455) {
    -webkit-transition-delay: 91s;
    -o-transition-delay: 91s;
    transition-delay: 91s;
}
.team__card:nth-of-type(456) {
    -webkit-transition-delay: 91.2s;
    -o-transition-delay: 91.2s;
    transition-delay: 91.2s;
}
.team__card:nth-of-type(457) {
    -webkit-transition-delay: 91.4s;
    -o-transition-delay: 91.4s;
    transition-delay: 91.4s;
}
.team__card:nth-of-type(458) {
    -webkit-transition-delay: 91.6s;
    -o-transition-delay: 91.6s;
    transition-delay: 91.6s;
}
.team__card:nth-of-type(459) {
    -webkit-transition-delay: 91.8s;
    -o-transition-delay: 91.8s;
    transition-delay: 91.8s;
}
.team__card:nth-of-type(460) {
    -webkit-transition-delay: 92s;
    -o-transition-delay: 92s;
    transition-delay: 92s;
}
.team__card:nth-of-type(461) {
    -webkit-transition-delay: 92.2s;
    -o-transition-delay: 92.2s;
    transition-delay: 92.2s;
}
.team__card:nth-of-type(462) {
    -webkit-transition-delay: 92.4s;
    -o-transition-delay: 92.4s;
    transition-delay: 92.4s;
}
.team__card:nth-of-type(463) {
    -webkit-transition-delay: 92.6s;
    -o-transition-delay: 92.6s;
    transition-delay: 92.6s;
}
.team__card:nth-of-type(464) {
    -webkit-transition-delay: 92.8s;
    -o-transition-delay: 92.8s;
    transition-delay: 92.8s;
}
.team__card:nth-of-type(465) {
    -webkit-transition-delay: 93s;
    -o-transition-delay: 93s;
    transition-delay: 93s;
}
.team__card:nth-of-type(466) {
    -webkit-transition-delay: 93.2s;
    -o-transition-delay: 93.2s;
    transition-delay: 93.2s;
}
.team__card:nth-of-type(467) {
    -webkit-transition-delay: 93.4s;
    -o-transition-delay: 93.4s;
    transition-delay: 93.4s;
}
.team__card:nth-of-type(468) {
    -webkit-transition-delay: 93.6s;
    -o-transition-delay: 93.6s;
    transition-delay: 93.6s;
}
.team__card:nth-of-type(469) {
    -webkit-transition-delay: 93.8s;
    -o-transition-delay: 93.8s;
    transition-delay: 93.8s;
}
.team__card:nth-of-type(470) {
    -webkit-transition-delay: 94s;
    -o-transition-delay: 94s;
    transition-delay: 94s;
}
.team__card:nth-of-type(471) {
    -webkit-transition-delay: 94.2s;
    -o-transition-delay: 94.2s;
    transition-delay: 94.2s;
}
.team__card:nth-of-type(472) {
    -webkit-transition-delay: 94.4s;
    -o-transition-delay: 94.4s;
    transition-delay: 94.4s;
}
.team__card:nth-of-type(473) {
    -webkit-transition-delay: 94.6s;
    -o-transition-delay: 94.6s;
    transition-delay: 94.6s;
}
.team__card:nth-of-type(474) {
    -webkit-transition-delay: 94.8s;
    -o-transition-delay: 94.8s;
    transition-delay: 94.8s;
}
.team__card:nth-of-type(475) {
    -webkit-transition-delay: 95s;
    -o-transition-delay: 95s;
    transition-delay: 95s;
}
.team__card:nth-of-type(476) {
    -webkit-transition-delay: 95.2s;
    -o-transition-delay: 95.2s;
    transition-delay: 95.2s;
}
.team__card:nth-of-type(477) {
    -webkit-transition-delay: 95.4s;
    -o-transition-delay: 95.4s;
    transition-delay: 95.4s;
}
.team__card:nth-of-type(478) {
    -webkit-transition-delay: 95.6s;
    -o-transition-delay: 95.6s;
    transition-delay: 95.6s;
}
.team__card:nth-of-type(479) {
    -webkit-transition-delay: 95.8s;
    -o-transition-delay: 95.8s;
    transition-delay: 95.8s;
}
.team__card:nth-of-type(480) {
    -webkit-transition-delay: 96s;
    -o-transition-delay: 96s;
    transition-delay: 96s;
}
.team__card:nth-of-type(481) {
    -webkit-transition-delay: 96.2s;
    -o-transition-delay: 96.2s;
    transition-delay: 96.2s;
}
.team__card:nth-of-type(482) {
    -webkit-transition-delay: 96.4s;
    -o-transition-delay: 96.4s;
    transition-delay: 96.4s;
}
.team__card:nth-of-type(483) {
    -webkit-transition-delay: 96.6s;
    -o-transition-delay: 96.6s;
    transition-delay: 96.6s;
}
.team__card:nth-of-type(484) {
    -webkit-transition-delay: 96.8s;
    -o-transition-delay: 96.8s;
    transition-delay: 96.8s;
}
.team__card:nth-of-type(485) {
    -webkit-transition-delay: 97s;
    -o-transition-delay: 97s;
    transition-delay: 97s;
}
.team__card:nth-of-type(486) {
    -webkit-transition-delay: 97.2s;
    -o-transition-delay: 97.2s;
    transition-delay: 97.2s;
}
.team__card:nth-of-type(487) {
    -webkit-transition-delay: 97.4s;
    -o-transition-delay: 97.4s;
    transition-delay: 97.4s;
}
.team__card:nth-of-type(488) {
    -webkit-transition-delay: 97.6s;
    -o-transition-delay: 97.6s;
    transition-delay: 97.6s;
}
.team__card:nth-of-type(489) {
    -webkit-transition-delay: 97.8s;
    -o-transition-delay: 97.8s;
    transition-delay: 97.8s;
}
.team__card:nth-of-type(490) {
    -webkit-transition-delay: 98s;
    -o-transition-delay: 98s;
    transition-delay: 98s;
}
.team__card:nth-of-type(491) {
    -webkit-transition-delay: 98.2s;
    -o-transition-delay: 98.2s;
    transition-delay: 98.2s;
}
.team__card:nth-of-type(492) {
    -webkit-transition-delay: 98.4s;
    -o-transition-delay: 98.4s;
    transition-delay: 98.4s;
}
.team__card:nth-of-type(493) {
    -webkit-transition-delay: 98.6s;
    -o-transition-delay: 98.6s;
    transition-delay: 98.6s;
}
.team__card:nth-of-type(494) {
    -webkit-transition-delay: 98.8s;
    -o-transition-delay: 98.8s;
    transition-delay: 98.8s;
}
.team__card:nth-of-type(495) {
    -webkit-transition-delay: 99s;
    -o-transition-delay: 99s;
    transition-delay: 99s;
}
.team__card:nth-of-type(496) {
    -webkit-transition-delay: 99.2s;
    -o-transition-delay: 99.2s;
    transition-delay: 99.2s;
}
.team__card:nth-of-type(497) {
    -webkit-transition-delay: 99.4s;
    -o-transition-delay: 99.4s;
    transition-delay: 99.4s;
}
.team__card:nth-of-type(498) {
    -webkit-transition-delay: 99.6s;
    -o-transition-delay: 99.6s;
    transition-delay: 99.6s;
}
.team__card:nth-of-type(499) {
    -webkit-transition-delay: 99.8s;
    -o-transition-delay: 99.8s;
    transition-delay: 99.8s;
}
.team__card:nth-of-type(500) {
    -webkit-transition-delay: 100s;
    -o-transition-delay: 100s;
    transition-delay: 100s;
}
.team__card:nth-of-type(501) {
    -webkit-transition-delay: 100.2s;
    -o-transition-delay: 100.2s;
    transition-delay: 100.2s;
}
.team__card:nth-of-type(502) {
    -webkit-transition-delay: 100.4s;
    -o-transition-delay: 100.4s;
    transition-delay: 100.4s;
}
.team__card:nth-of-type(503) {
    -webkit-transition-delay: 100.6s;
    -o-transition-delay: 100.6s;
    transition-delay: 100.6s;
}
.team__card:nth-of-type(504) {
    -webkit-transition-delay: 100.8s;
    -o-transition-delay: 100.8s;
    transition-delay: 100.8s;
}
.team__card:nth-of-type(505) {
    -webkit-transition-delay: 101s;
    -o-transition-delay: 101s;
    transition-delay: 101s;
}
.team__card:nth-of-type(506) {
    -webkit-transition-delay: 101.2s;
    -o-transition-delay: 101.2s;
    transition-delay: 101.2s;
}
.team__card:nth-of-type(507) {
    -webkit-transition-delay: 101.4s;
    -o-transition-delay: 101.4s;
    transition-delay: 101.4s;
}
.team__card:nth-of-type(508) {
    -webkit-transition-delay: 101.6s;
    -o-transition-delay: 101.6s;
    transition-delay: 101.6s;
}
.team__card:nth-of-type(509) {
    -webkit-transition-delay: 101.8s;
    -o-transition-delay: 101.8s;
    transition-delay: 101.8s;
}
.team__card:nth-of-type(510) {
    -webkit-transition-delay: 102s;
    -o-transition-delay: 102s;
    transition-delay: 102s;
}
.team__card:nth-of-type(511) {
    -webkit-transition-delay: 102.2s;
    -o-transition-delay: 102.2s;
    transition-delay: 102.2s;
}
.team__card:nth-of-type(512) {
    -webkit-transition-delay: 102.4s;
    -o-transition-delay: 102.4s;
    transition-delay: 102.4s;
}
.team__card:nth-of-type(513) {
    -webkit-transition-delay: 102.6s;
    -o-transition-delay: 102.6s;
    transition-delay: 102.6s;
}
.team__card:nth-of-type(514) {
    -webkit-transition-delay: 102.8s;
    -o-transition-delay: 102.8s;
    transition-delay: 102.8s;
}
.team__card:nth-of-type(515) {
    -webkit-transition-delay: 103s;
    -o-transition-delay: 103s;
    transition-delay: 103s;
}
.team__card:nth-of-type(516) {
    -webkit-transition-delay: 103.2s;
    -o-transition-delay: 103.2s;
    transition-delay: 103.2s;
}
.team__card:nth-of-type(517) {
    -webkit-transition-delay: 103.4s;
    -o-transition-delay: 103.4s;
    transition-delay: 103.4s;
}
.team__card:nth-of-type(518) {
    -webkit-transition-delay: 103.6s;
    -o-transition-delay: 103.6s;
    transition-delay: 103.6s;
}
.team__card:nth-of-type(519) {
    -webkit-transition-delay: 103.8s;
    -o-transition-delay: 103.8s;
    transition-delay: 103.8s;
}
.team__card:nth-of-type(520) {
    -webkit-transition-delay: 104s;
    -o-transition-delay: 104s;
    transition-delay: 104s;
}
.team__card:nth-of-type(521) {
    -webkit-transition-delay: 104.2s;
    -o-transition-delay: 104.2s;
    transition-delay: 104.2s;
}
.team__card:nth-of-type(522) {
    -webkit-transition-delay: 104.4s;
    -o-transition-delay: 104.4s;
    transition-delay: 104.4s;
}
.team__card:nth-of-type(523) {
    -webkit-transition-delay: 104.6s;
    -o-transition-delay: 104.6s;
    transition-delay: 104.6s;
}
.team__card:nth-of-type(524) {
    -webkit-transition-delay: 104.8s;
    -o-transition-delay: 104.8s;
    transition-delay: 104.8s;
}
.team__card:nth-of-type(525) {
    -webkit-transition-delay: 105s;
    -o-transition-delay: 105s;
    transition-delay: 105s;
}
.team__card:nth-of-type(526) {
    -webkit-transition-delay: 105.2s;
    -o-transition-delay: 105.2s;
    transition-delay: 105.2s;
}
.team__card:nth-of-type(527) {
    -webkit-transition-delay: 105.4s;
    -o-transition-delay: 105.4s;
    transition-delay: 105.4s;
}
.team__card:nth-of-type(528) {
    -webkit-transition-delay: 105.6s;
    -o-transition-delay: 105.6s;
    transition-delay: 105.6s;
}
.team__card:nth-of-type(529) {
    -webkit-transition-delay: 105.8s;
    -o-transition-delay: 105.8s;
    transition-delay: 105.8s;
}
.team__card:nth-of-type(530) {
    -webkit-transition-delay: 106s;
    -o-transition-delay: 106s;
    transition-delay: 106s;
}
.team__card:nth-of-type(531) {
    -webkit-transition-delay: 106.2s;
    -o-transition-delay: 106.2s;
    transition-delay: 106.2s;
}
.team__card:nth-of-type(532) {
    -webkit-transition-delay: 106.4s;
    -o-transition-delay: 106.4s;
    transition-delay: 106.4s;
}
.team__card:nth-of-type(533) {
    -webkit-transition-delay: 106.6s;
    -o-transition-delay: 106.6s;
    transition-delay: 106.6s;
}
.team__card:nth-of-type(534) {
    -webkit-transition-delay: 106.8s;
    -o-transition-delay: 106.8s;
    transition-delay: 106.8s;
}
.team__card:nth-of-type(535) {
    -webkit-transition-delay: 107s;
    -o-transition-delay: 107s;
    transition-delay: 107s;
}
.team__card:nth-of-type(536) {
    -webkit-transition-delay: 107.2s;
    -o-transition-delay: 107.2s;
    transition-delay: 107.2s;
}
.team__card:nth-of-type(537) {
    -webkit-transition-delay: 107.4s;
    -o-transition-delay: 107.4s;
    transition-delay: 107.4s;
}
.team__card:nth-of-type(538) {
    -webkit-transition-delay: 107.6s;
    -o-transition-delay: 107.6s;
    transition-delay: 107.6s;
}
.team__card:nth-of-type(539) {
    -webkit-transition-delay: 107.8s;
    -o-transition-delay: 107.8s;
    transition-delay: 107.8s;
}
.team__card:nth-of-type(540) {
    -webkit-transition-delay: 108s;
    -o-transition-delay: 108s;
    transition-delay: 108s;
}
.team__card:nth-of-type(541) {
    -webkit-transition-delay: 108.2s;
    -o-transition-delay: 108.2s;
    transition-delay: 108.2s;
}
.team__card:nth-of-type(542) {
    -webkit-transition-delay: 108.4s;
    -o-transition-delay: 108.4s;
    transition-delay: 108.4s;
}
.team__card:nth-of-type(543) {
    -webkit-transition-delay: 108.6s;
    -o-transition-delay: 108.6s;
    transition-delay: 108.6s;
}
.team__card:nth-of-type(544) {
    -webkit-transition-delay: 108.8s;
    -o-transition-delay: 108.8s;
    transition-delay: 108.8s;
}
.team__card:nth-of-type(545) {
    -webkit-transition-delay: 109s;
    -o-transition-delay: 109s;
    transition-delay: 109s;
}
.team__card:nth-of-type(546) {
    -webkit-transition-delay: 109.2s;
    -o-transition-delay: 109.2s;
    transition-delay: 109.2s;
}
.team__card:nth-of-type(547) {
    -webkit-transition-delay: 109.4s;
    -o-transition-delay: 109.4s;
    transition-delay: 109.4s;
}
.team__card:nth-of-type(548) {
    -webkit-transition-delay: 109.6s;
    -o-transition-delay: 109.6s;
    transition-delay: 109.6s;
}
.team__card:nth-of-type(549) {
    -webkit-transition-delay: 109.8s;
    -o-transition-delay: 109.8s;
    transition-delay: 109.8s;
}
.team__card:nth-of-type(550) {
    -webkit-transition-delay: 110s;
    -o-transition-delay: 110s;
    transition-delay: 110s;
}
.team__card:nth-of-type(551) {
    -webkit-transition-delay: 110.2s;
    -o-transition-delay: 110.2s;
    transition-delay: 110.2s;
}
.team__card:nth-of-type(552) {
    -webkit-transition-delay: 110.4s;
    -o-transition-delay: 110.4s;
    transition-delay: 110.4s;
}
.team__card:nth-of-type(553) {
    -webkit-transition-delay: 110.6s;
    -o-transition-delay: 110.6s;
    transition-delay: 110.6s;
}
.team__card:nth-of-type(554) {
    -webkit-transition-delay: 110.8s;
    -o-transition-delay: 110.8s;
    transition-delay: 110.8s;
}
.team__card:nth-of-type(555) {
    -webkit-transition-delay: 111s;
    -o-transition-delay: 111s;
    transition-delay: 111s;
}
.team__card:nth-of-type(556) {
    -webkit-transition-delay: 111.2s;
    -o-transition-delay: 111.2s;
    transition-delay: 111.2s;
}
.team__card:nth-of-type(557) {
    -webkit-transition-delay: 111.4s;
    -o-transition-delay: 111.4s;
    transition-delay: 111.4s;
}
.team__card:nth-of-type(558) {
    -webkit-transition-delay: 111.6s;
    -o-transition-delay: 111.6s;
    transition-delay: 111.6s;
}
.team__card:nth-of-type(559) {
    -webkit-transition-delay: 111.8s;
    -o-transition-delay: 111.8s;
    transition-delay: 111.8s;
}
.team__card:nth-of-type(560) {
    -webkit-transition-delay: 112s;
    -o-transition-delay: 112s;
    transition-delay: 112s;
}
.team__card:nth-of-type(561) {
    -webkit-transition-delay: 112.2s;
    -o-transition-delay: 112.2s;
    transition-delay: 112.2s;
}
.team__card:nth-of-type(562) {
    -webkit-transition-delay: 112.4s;
    -o-transition-delay: 112.4s;
    transition-delay: 112.4s;
}
.team__card:nth-of-type(563) {
    -webkit-transition-delay: 112.6s;
    -o-transition-delay: 112.6s;
    transition-delay: 112.6s;
}
.team__card:nth-of-type(564) {
    -webkit-transition-delay: 112.8s;
    -o-transition-delay: 112.8s;
    transition-delay: 112.8s;
}
.team__card:nth-of-type(565) {
    -webkit-transition-delay: 113s;
    -o-transition-delay: 113s;
    transition-delay: 113s;
}
.team__card:nth-of-type(566) {
    -webkit-transition-delay: 113.2s;
    -o-transition-delay: 113.2s;
    transition-delay: 113.2s;
}
.team__card:nth-of-type(567) {
    -webkit-transition-delay: 113.4s;
    -o-transition-delay: 113.4s;
    transition-delay: 113.4s;
}
.team__card:nth-of-type(568) {
    -webkit-transition-delay: 113.6s;
    -o-transition-delay: 113.6s;
    transition-delay: 113.6s;
}
.team__card:nth-of-type(569) {
    -webkit-transition-delay: 113.8s;
    -o-transition-delay: 113.8s;
    transition-delay: 113.8s;
}
.team__card:nth-of-type(570) {
    -webkit-transition-delay: 114s;
    -o-transition-delay: 114s;
    transition-delay: 114s;
}
.team__card:nth-of-type(571) {
    -webkit-transition-delay: 114.2s;
    -o-transition-delay: 114.2s;
    transition-delay: 114.2s;
}
.team__card:nth-of-type(572) {
    -webkit-transition-delay: 114.4s;
    -o-transition-delay: 114.4s;
    transition-delay: 114.4s;
}
.team__card:nth-of-type(573) {
    -webkit-transition-delay: 114.6s;
    -o-transition-delay: 114.6s;
    transition-delay: 114.6s;
}
.team__card:nth-of-type(574) {
    -webkit-transition-delay: 114.8s;
    -o-transition-delay: 114.8s;
    transition-delay: 114.8s;
}
.team__card:nth-of-type(575) {
    -webkit-transition-delay: 115s;
    -o-transition-delay: 115s;
    transition-delay: 115s;
}
.team__card:nth-of-type(576) {
    -webkit-transition-delay: 115.2s;
    -o-transition-delay: 115.2s;
    transition-delay: 115.2s;
}
.team__card:nth-of-type(577) {
    -webkit-transition-delay: 115.4s;
    -o-transition-delay: 115.4s;
    transition-delay: 115.4s;
}
.team__card:nth-of-type(578) {
    -webkit-transition-delay: 115.6s;
    -o-transition-delay: 115.6s;
    transition-delay: 115.6s;
}
.team__card:nth-of-type(579) {
    -webkit-transition-delay: 115.8s;
    -o-transition-delay: 115.8s;
    transition-delay: 115.8s;
}
.team__card:nth-of-type(580) {
    -webkit-transition-delay: 116s;
    -o-transition-delay: 116s;
    transition-delay: 116s;
}
.team__card:nth-of-type(581) {
    -webkit-transition-delay: 116.2s;
    -o-transition-delay: 116.2s;
    transition-delay: 116.2s;
}
.team__card:nth-of-type(582) {
    -webkit-transition-delay: 116.4s;
    -o-transition-delay: 116.4s;
    transition-delay: 116.4s;
}
.team__card:nth-of-type(583) {
    -webkit-transition-delay: 116.6s;
    -o-transition-delay: 116.6s;
    transition-delay: 116.6s;
}
.team__card:nth-of-type(584) {
    -webkit-transition-delay: 116.8s;
    -o-transition-delay: 116.8s;
    transition-delay: 116.8s;
}
.team__card:nth-of-type(585) {
    -webkit-transition-delay: 117s;
    -o-transition-delay: 117s;
    transition-delay: 117s;
}
.team__card:nth-of-type(586) {
    -webkit-transition-delay: 117.2s;
    -o-transition-delay: 117.2s;
    transition-delay: 117.2s;
}
.team__card:nth-of-type(587) {
    -webkit-transition-delay: 117.4s;
    -o-transition-delay: 117.4s;
    transition-delay: 117.4s;
}
.team__card:nth-of-type(588) {
    -webkit-transition-delay: 117.6s;
    -o-transition-delay: 117.6s;
    transition-delay: 117.6s;
}
.team__card:nth-of-type(589) {
    -webkit-transition-delay: 117.8s;
    -o-transition-delay: 117.8s;
    transition-delay: 117.8s;
}
.team__card:nth-of-type(590) {
    -webkit-transition-delay: 118s;
    -o-transition-delay: 118s;
    transition-delay: 118s;
}
.team__card:nth-of-type(591) {
    -webkit-transition-delay: 118.2s;
    -o-transition-delay: 118.2s;
    transition-delay: 118.2s;
}
.team__card:nth-of-type(592) {
    -webkit-transition-delay: 118.4s;
    -o-transition-delay: 118.4s;
    transition-delay: 118.4s;
}
.team__card:nth-of-type(593) {
    -webkit-transition-delay: 118.6s;
    -o-transition-delay: 118.6s;
    transition-delay: 118.6s;
}
.team__card:nth-of-type(594) {
    -webkit-transition-delay: 118.8s;
    -o-transition-delay: 118.8s;
    transition-delay: 118.8s;
}
.team__card:nth-of-type(595) {
    -webkit-transition-delay: 119s;
    -o-transition-delay: 119s;
    transition-delay: 119s;
}
.team__card:nth-of-type(596) {
    -webkit-transition-delay: 119.2s;
    -o-transition-delay: 119.2s;
    transition-delay: 119.2s;
}
.team__card:nth-of-type(597) {
    -webkit-transition-delay: 119.4s;
    -o-transition-delay: 119.4s;
    transition-delay: 119.4s;
}
.team__card:nth-of-type(598) {
    -webkit-transition-delay: 119.6s;
    -o-transition-delay: 119.6s;
    transition-delay: 119.6s;
}
.team__card:nth-of-type(599) {
    -webkit-transition-delay: 119.8s;
    -o-transition-delay: 119.8s;
    transition-delay: 119.8s;
}
.team__card:nth-of-type(600) {
    -webkit-transition-delay: 120s;
    -o-transition-delay: 120s;
    transition-delay: 120s;
}
.team__card:nth-of-type(601) {
    -webkit-transition-delay: 120.2s;
    -o-transition-delay: 120.2s;
    transition-delay: 120.2s;
}
.team__card:nth-of-type(602) {
    -webkit-transition-delay: 120.4s;
    -o-transition-delay: 120.4s;
    transition-delay: 120.4s;
}
.team__card:nth-of-type(603) {
    -webkit-transition-delay: 120.6s;
    -o-transition-delay: 120.6s;
    transition-delay: 120.6s;
}
.team__card:nth-of-type(604) {
    -webkit-transition-delay: 120.8s;
    -o-transition-delay: 120.8s;
    transition-delay: 120.8s;
}
.team__card:nth-of-type(605) {
    -webkit-transition-delay: 121s;
    -o-transition-delay: 121s;
    transition-delay: 121s;
}
.team__card:nth-of-type(606) {
    -webkit-transition-delay: 121.2s;
    -o-transition-delay: 121.2s;
    transition-delay: 121.2s;
}
.team__card:nth-of-type(607) {
    -webkit-transition-delay: 121.4s;
    -o-transition-delay: 121.4s;
    transition-delay: 121.4s;
}
.team__card:nth-of-type(608) {
    -webkit-transition-delay: 121.6s;
    -o-transition-delay: 121.6s;
    transition-delay: 121.6s;
}
.team__card:nth-of-type(609) {
    -webkit-transition-delay: 121.8s;
    -o-transition-delay: 121.8s;
    transition-delay: 121.8s;
}
.team__card:nth-of-type(610) {
    -webkit-transition-delay: 122s;
    -o-transition-delay: 122s;
    transition-delay: 122s;
}
.team__card:nth-of-type(611) {
    -webkit-transition-delay: 122.2s;
    -o-transition-delay: 122.2s;
    transition-delay: 122.2s;
}
.team__card:nth-of-type(612) {
    -webkit-transition-delay: 122.4s;
    -o-transition-delay: 122.4s;
    transition-delay: 122.4s;
}
.team__card:nth-of-type(613) {
    -webkit-transition-delay: 122.6s;
    -o-transition-delay: 122.6s;
    transition-delay: 122.6s;
}
.team__card:nth-of-type(614) {
    -webkit-transition-delay: 122.8s;
    -o-transition-delay: 122.8s;
    transition-delay: 122.8s;
}
.team__card:nth-of-type(615) {
    -webkit-transition-delay: 123s;
    -o-transition-delay: 123s;
    transition-delay: 123s;
}
.team__card:nth-of-type(616) {
    -webkit-transition-delay: 123.2s;
    -o-transition-delay: 123.2s;
    transition-delay: 123.2s;
}
.team__card:nth-of-type(617) {
    -webkit-transition-delay: 123.4s;
    -o-transition-delay: 123.4s;
    transition-delay: 123.4s;
}
.team__card:nth-of-type(618) {
    -webkit-transition-delay: 123.6s;
    -o-transition-delay: 123.6s;
    transition-delay: 123.6s;
}
.team__card:nth-of-type(619) {
    -webkit-transition-delay: 123.8s;
    -o-transition-delay: 123.8s;
    transition-delay: 123.8s;
}
.team__card:nth-of-type(620) {
    -webkit-transition-delay: 124s;
    -o-transition-delay: 124s;
    transition-delay: 124s;
}
.team__card:nth-of-type(621) {
    -webkit-transition-delay: 124.2s;
    -o-transition-delay: 124.2s;
    transition-delay: 124.2s;
}
.team__card:nth-of-type(622) {
    -webkit-transition-delay: 124.4s;
    -o-transition-delay: 124.4s;
    transition-delay: 124.4s;
}
.team__card:nth-of-type(623) {
    -webkit-transition-delay: 124.6s;
    -o-transition-delay: 124.6s;
    transition-delay: 124.6s;
}
.team__card:nth-of-type(624) {
    -webkit-transition-delay: 124.8s;
    -o-transition-delay: 124.8s;
    transition-delay: 124.8s;
}
.team__card:nth-of-type(625) {
    -webkit-transition-delay: 125s;
    -o-transition-delay: 125s;
    transition-delay: 125s;
}
.team__card:nth-of-type(626) {
    -webkit-transition-delay: 125.2s;
    -o-transition-delay: 125.2s;
    transition-delay: 125.2s;
}
.team__card:nth-of-type(627) {
    -webkit-transition-delay: 125.4s;
    -o-transition-delay: 125.4s;
    transition-delay: 125.4s;
}
.team__card:nth-of-type(628) {
    -webkit-transition-delay: 125.6s;
    -o-transition-delay: 125.6s;
    transition-delay: 125.6s;
}
.team__card:nth-of-type(629) {
    -webkit-transition-delay: 125.8s;
    -o-transition-delay: 125.8s;
    transition-delay: 125.8s;
}
.team__card:nth-of-type(630) {
    -webkit-transition-delay: 126s;
    -o-transition-delay: 126s;
    transition-delay: 126s;
}
.team__card:nth-of-type(631) {
    -webkit-transition-delay: 126.2s;
    -o-transition-delay: 126.2s;
    transition-delay: 126.2s;
}
.team__card:nth-of-type(632) {
    -webkit-transition-delay: 126.4s;
    -o-transition-delay: 126.4s;
    transition-delay: 126.4s;
}
.team__card:nth-of-type(633) {
    -webkit-transition-delay: 126.6s;
    -o-transition-delay: 126.6s;
    transition-delay: 126.6s;
}
.team__card:nth-of-type(634) {
    -webkit-transition-delay: 126.8s;
    -o-transition-delay: 126.8s;
    transition-delay: 126.8s;
}
.team__card:nth-of-type(635) {
    -webkit-transition-delay: 127s;
    -o-transition-delay: 127s;
    transition-delay: 127s;
}
.team__card:nth-of-type(636) {
    -webkit-transition-delay: 127.2s;
    -o-transition-delay: 127.2s;
    transition-delay: 127.2s;
}
.team__card:nth-of-type(637) {
    -webkit-transition-delay: 127.4s;
    -o-transition-delay: 127.4s;
    transition-delay: 127.4s;
}
.team__card:nth-of-type(638) {
    -webkit-transition-delay: 127.6s;
    -o-transition-delay: 127.6s;
    transition-delay: 127.6s;
}
.team__card:nth-of-type(639) {
    -webkit-transition-delay: 127.8s;
    -o-transition-delay: 127.8s;
    transition-delay: 127.8s;
}
.team__card:nth-of-type(640) {
    -webkit-transition-delay: 128s;
    -o-transition-delay: 128s;
    transition-delay: 128s;
}
.team__card:nth-of-type(641) {
    -webkit-transition-delay: 128.2s;
    -o-transition-delay: 128.2s;
    transition-delay: 128.2s;
}
.team__card:nth-of-type(642) {
    -webkit-transition-delay: 128.4s;
    -o-transition-delay: 128.4s;
    transition-delay: 128.4s;
}
.team__card:nth-of-type(643) {
    -webkit-transition-delay: 128.6s;
    -o-transition-delay: 128.6s;
    transition-delay: 128.6s;
}
.team__card:nth-of-type(644) {
    -webkit-transition-delay: 128.8s;
    -o-transition-delay: 128.8s;
    transition-delay: 128.8s;
}
.team__card:nth-of-type(645) {
    -webkit-transition-delay: 129s;
    -o-transition-delay: 129s;
    transition-delay: 129s;
}
.team__card:nth-of-type(646) {
    -webkit-transition-delay: 129.2s;
    -o-transition-delay: 129.2s;
    transition-delay: 129.2s;
}
.team__card:nth-of-type(647) {
    -webkit-transition-delay: 129.4s;
    -o-transition-delay: 129.4s;
    transition-delay: 129.4s;
}
.team__card:nth-of-type(648) {
    -webkit-transition-delay: 129.6s;
    -o-transition-delay: 129.6s;
    transition-delay: 129.6s;
}
.team__card:nth-of-type(649) {
    -webkit-transition-delay: 129.8s;
    -o-transition-delay: 129.8s;
    transition-delay: 129.8s;
}
.team__card:nth-of-type(650) {
    -webkit-transition-delay: 130s;
    -o-transition-delay: 130s;
    transition-delay: 130s;
}
.team__card:nth-of-type(651) {
    -webkit-transition-delay: 130.2s;
    -o-transition-delay: 130.2s;
    transition-delay: 130.2s;
}
.team__card:nth-of-type(652) {
    -webkit-transition-delay: 130.4s;
    -o-transition-delay: 130.4s;
    transition-delay: 130.4s;
}
.team__card:nth-of-type(653) {
    -webkit-transition-delay: 130.6s;
    -o-transition-delay: 130.6s;
    transition-delay: 130.6s;
}
.team__card:nth-of-type(654) {
    -webkit-transition-delay: 130.8s;
    -o-transition-delay: 130.8s;
    transition-delay: 130.8s;
}
.team__card:nth-of-type(655) {
    -webkit-transition-delay: 131s;
    -o-transition-delay: 131s;
    transition-delay: 131s;
}
.team__card:nth-of-type(656) {
    -webkit-transition-delay: 131.2s;
    -o-transition-delay: 131.2s;
    transition-delay: 131.2s;
}
.team__card:nth-of-type(657) {
    -webkit-transition-delay: 131.4s;
    -o-transition-delay: 131.4s;
    transition-delay: 131.4s;
}
.team__card:nth-of-type(658) {
    -webkit-transition-delay: 131.6s;
    -o-transition-delay: 131.6s;
    transition-delay: 131.6s;
}
.team__card:nth-of-type(659) {
    -webkit-transition-delay: 131.8s;
    -o-transition-delay: 131.8s;
    transition-delay: 131.8s;
}
.team__card:nth-of-type(660) {
    -webkit-transition-delay: 132s;
    -o-transition-delay: 132s;
    transition-delay: 132s;
}
.team__card:nth-of-type(661) {
    -webkit-transition-delay: 132.2s;
    -o-transition-delay: 132.2s;
    transition-delay: 132.2s;
}
.team__card:nth-of-type(662) {
    -webkit-transition-delay: 132.4s;
    -o-transition-delay: 132.4s;
    transition-delay: 132.4s;
}
.team__card:nth-of-type(663) {
    -webkit-transition-delay: 132.6s;
    -o-transition-delay: 132.6s;
    transition-delay: 132.6s;
}
.team__card:nth-of-type(664) {
    -webkit-transition-delay: 132.8s;
    -o-transition-delay: 132.8s;
    transition-delay: 132.8s;
}
.team__card:nth-of-type(665) {
    -webkit-transition-delay: 133s;
    -o-transition-delay: 133s;
    transition-delay: 133s;
}
.team__card:nth-of-type(666) {
    -webkit-transition-delay: 133.2s;
    -o-transition-delay: 133.2s;
    transition-delay: 133.2s;
}
.team__card:nth-of-type(667) {
    -webkit-transition-delay: 133.4s;
    -o-transition-delay: 133.4s;
    transition-delay: 133.4s;
}
.team__card:nth-of-type(668) {
    -webkit-transition-delay: 133.6s;
    -o-transition-delay: 133.6s;
    transition-delay: 133.6s;
}
.team__card:nth-of-type(669) {
    -webkit-transition-delay: 133.8s;
    -o-transition-delay: 133.8s;
    transition-delay: 133.8s;
}
.team__card:nth-of-type(670) {
    -webkit-transition-delay: 134s;
    -o-transition-delay: 134s;
    transition-delay: 134s;
}
.team__card:nth-of-type(671) {
    -webkit-transition-delay: 134.2s;
    -o-transition-delay: 134.2s;
    transition-delay: 134.2s;
}
.team__card:nth-of-type(672) {
    -webkit-transition-delay: 134.4s;
    -o-transition-delay: 134.4s;
    transition-delay: 134.4s;
}
.team__card:nth-of-type(673) {
    -webkit-transition-delay: 134.6s;
    -o-transition-delay: 134.6s;
    transition-delay: 134.6s;
}
.team__card:nth-of-type(674) {
    -webkit-transition-delay: 134.8s;
    -o-transition-delay: 134.8s;
    transition-delay: 134.8s;
}
.team__card:nth-of-type(675) {
    -webkit-transition-delay: 135s;
    -o-transition-delay: 135s;
    transition-delay: 135s;
}
.team__card:nth-of-type(676) {
    -webkit-transition-delay: 135.2s;
    -o-transition-delay: 135.2s;
    transition-delay: 135.2s;
}
.team__card:nth-of-type(677) {
    -webkit-transition-delay: 135.4s;
    -o-transition-delay: 135.4s;
    transition-delay: 135.4s;
}
.team__card:nth-of-type(678) {
    -webkit-transition-delay: 135.6s;
    -o-transition-delay: 135.6s;
    transition-delay: 135.6s;
}
.team__card:nth-of-type(679) {
    -webkit-transition-delay: 135.8s;
    -o-transition-delay: 135.8s;
    transition-delay: 135.8s;
}
.team__card:nth-of-type(680) {
    -webkit-transition-delay: 136s;
    -o-transition-delay: 136s;
    transition-delay: 136s;
}
.team__card:nth-of-type(681) {
    -webkit-transition-delay: 136.2s;
    -o-transition-delay: 136.2s;
    transition-delay: 136.2s;
}
.team__card:nth-of-type(682) {
    -webkit-transition-delay: 136.4s;
    -o-transition-delay: 136.4s;
    transition-delay: 136.4s;
}
.team__card:nth-of-type(683) {
    -webkit-transition-delay: 136.6s;
    -o-transition-delay: 136.6s;
    transition-delay: 136.6s;
}
.team__card:nth-of-type(684) {
    -webkit-transition-delay: 136.8s;
    -o-transition-delay: 136.8s;
    transition-delay: 136.8s;
}
.team__card:nth-of-type(685) {
    -webkit-transition-delay: 137s;
    -o-transition-delay: 137s;
    transition-delay: 137s;
}
.team__card:nth-of-type(686) {
    -webkit-transition-delay: 137.2s;
    -o-transition-delay: 137.2s;
    transition-delay: 137.2s;
}
.team__card:nth-of-type(687) {
    -webkit-transition-delay: 137.4s;
    -o-transition-delay: 137.4s;
    transition-delay: 137.4s;
}
.team__card:nth-of-type(688) {
    -webkit-transition-delay: 137.6s;
    -o-transition-delay: 137.6s;
    transition-delay: 137.6s;
}
.team__card:nth-of-type(689) {
    -webkit-transition-delay: 137.8s;
    -o-transition-delay: 137.8s;
    transition-delay: 137.8s;
}
.team__card:nth-of-type(690) {
    -webkit-transition-delay: 138s;
    -o-transition-delay: 138s;
    transition-delay: 138s;
}
.team__card:nth-of-type(691) {
    -webkit-transition-delay: 138.2s;
    -o-transition-delay: 138.2s;
    transition-delay: 138.2s;
}
.team__card:nth-of-type(692) {
    -webkit-transition-delay: 138.4s;
    -o-transition-delay: 138.4s;
    transition-delay: 138.4s;
}
.team__card:nth-of-type(693) {
    -webkit-transition-delay: 138.6s;
    -o-transition-delay: 138.6s;
    transition-delay: 138.6s;
}
.team__card:nth-of-type(694) {
    -webkit-transition-delay: 138.8s;
    -o-transition-delay: 138.8s;
    transition-delay: 138.8s;
}
.team__card:nth-of-type(695) {
    -webkit-transition-delay: 139s;
    -o-transition-delay: 139s;
    transition-delay: 139s;
}
.team__card:nth-of-type(696) {
    -webkit-transition-delay: 139.2s;
    -o-transition-delay: 139.2s;
    transition-delay: 139.2s;
}
.team__card:nth-of-type(697) {
    -webkit-transition-delay: 139.4s;
    -o-transition-delay: 139.4s;
    transition-delay: 139.4s;
}
.team__card:nth-of-type(698) {
    -webkit-transition-delay: 139.6s;
    -o-transition-delay: 139.6s;
    transition-delay: 139.6s;
}
.team__card:nth-of-type(699) {
    -webkit-transition-delay: 139.8s;
    -o-transition-delay: 139.8s;
    transition-delay: 139.8s;
}
.team__card:nth-of-type(700) {
    -webkit-transition-delay: 140s;
    -o-transition-delay: 140s;
    transition-delay: 140s;
}
.team__card:nth-of-type(701) {
    -webkit-transition-delay: 140.2s;
    -o-transition-delay: 140.2s;
    transition-delay: 140.2s;
}
.team__card:nth-of-type(702) {
    -webkit-transition-delay: 140.4s;
    -o-transition-delay: 140.4s;
    transition-delay: 140.4s;
}
.team__card:nth-of-type(703) {
    -webkit-transition-delay: 140.6s;
    -o-transition-delay: 140.6s;
    transition-delay: 140.6s;
}
.team__card:nth-of-type(704) {
    -webkit-transition-delay: 140.8s;
    -o-transition-delay: 140.8s;
    transition-delay: 140.8s;
}
.team__card:nth-of-type(705) {
    -webkit-transition-delay: 141s;
    -o-transition-delay: 141s;
    transition-delay: 141s;
}
.team__card:nth-of-type(706) {
    -webkit-transition-delay: 141.2s;
    -o-transition-delay: 141.2s;
    transition-delay: 141.2s;
}
.team__card:nth-of-type(707) {
    -webkit-transition-delay: 141.4s;
    -o-transition-delay: 141.4s;
    transition-delay: 141.4s;
}
.team__card:nth-of-type(708) {
    -webkit-transition-delay: 141.6s;
    -o-transition-delay: 141.6s;
    transition-delay: 141.6s;
}
.team__card:nth-of-type(709) {
    -webkit-transition-delay: 141.8s;
    -o-transition-delay: 141.8s;
    transition-delay: 141.8s;
}
.team__card:nth-of-type(710) {
    -webkit-transition-delay: 142s;
    -o-transition-delay: 142s;
    transition-delay: 142s;
}
.team__card:nth-of-type(711) {
    -webkit-transition-delay: 142.2s;
    -o-transition-delay: 142.2s;
    transition-delay: 142.2s;
}
.team__card:nth-of-type(712) {
    -webkit-transition-delay: 142.4s;
    -o-transition-delay: 142.4s;
    transition-delay: 142.4s;
}
.team__card:nth-of-type(713) {
    -webkit-transition-delay: 142.6s;
    -o-transition-delay: 142.6s;
    transition-delay: 142.6s;
}
.team__card:nth-of-type(714) {
    -webkit-transition-delay: 142.8s;
    -o-transition-delay: 142.8s;
    transition-delay: 142.8s;
}
.team__card:nth-of-type(715) {
    -webkit-transition-delay: 143s;
    -o-transition-delay: 143s;
    transition-delay: 143s;
}
.team__card:nth-of-type(716) {
    -webkit-transition-delay: 143.2s;
    -o-transition-delay: 143.2s;
    transition-delay: 143.2s;
}
.team__card:nth-of-type(717) {
    -webkit-transition-delay: 143.4s;
    -o-transition-delay: 143.4s;
    transition-delay: 143.4s;
}
.team__card:nth-of-type(718) {
    -webkit-transition-delay: 143.6s;
    -o-transition-delay: 143.6s;
    transition-delay: 143.6s;
}
.team__card:nth-of-type(719) {
    -webkit-transition-delay: 143.8s;
    -o-transition-delay: 143.8s;
    transition-delay: 143.8s;
}
.team__card:nth-of-type(720) {
    -webkit-transition-delay: 144s;
    -o-transition-delay: 144s;
    transition-delay: 144s;
}
.team__card:nth-of-type(721) {
    -webkit-transition-delay: 144.2s;
    -o-transition-delay: 144.2s;
    transition-delay: 144.2s;
}
.team__card:nth-of-type(722) {
    -webkit-transition-delay: 144.4s;
    -o-transition-delay: 144.4s;
    transition-delay: 144.4s;
}
.team__card:nth-of-type(723) {
    -webkit-transition-delay: 144.6s;
    -o-transition-delay: 144.6s;
    transition-delay: 144.6s;
}
.team__card:nth-of-type(724) {
    -webkit-transition-delay: 144.8s;
    -o-transition-delay: 144.8s;
    transition-delay: 144.8s;
}
.team__card:nth-of-type(725) {
    -webkit-transition-delay: 145s;
    -o-transition-delay: 145s;
    transition-delay: 145s;
}
.team__card:nth-of-type(726) {
    -webkit-transition-delay: 145.2s;
    -o-transition-delay: 145.2s;
    transition-delay: 145.2s;
}
.team__card:nth-of-type(727) {
    -webkit-transition-delay: 145.4s;
    -o-transition-delay: 145.4s;
    transition-delay: 145.4s;
}
.team__card:nth-of-type(728) {
    -webkit-transition-delay: 145.6s;
    -o-transition-delay: 145.6s;
    transition-delay: 145.6s;
}
.team__card:nth-of-type(729) {
    -webkit-transition-delay: 145.8s;
    -o-transition-delay: 145.8s;
    transition-delay: 145.8s;
}
.team__card:nth-of-type(730) {
    -webkit-transition-delay: 146s;
    -o-transition-delay: 146s;
    transition-delay: 146s;
}
.team__card:nth-of-type(731) {
    -webkit-transition-delay: 146.2s;
    -o-transition-delay: 146.2s;
    transition-delay: 146.2s;
}
.team__card:nth-of-type(732) {
    -webkit-transition-delay: 146.4s;
    -o-transition-delay: 146.4s;
    transition-delay: 146.4s;
}
.team__card:nth-of-type(733) {
    -webkit-transition-delay: 146.6s;
    -o-transition-delay: 146.6s;
    transition-delay: 146.6s;
}
.team__card:nth-of-type(734) {
    -webkit-transition-delay: 146.8s;
    -o-transition-delay: 146.8s;
    transition-delay: 146.8s;
}
.team__card:nth-of-type(735) {
    -webkit-transition-delay: 147s;
    -o-transition-delay: 147s;
    transition-delay: 147s;
}
.team__card:nth-of-type(736) {
    -webkit-transition-delay: 147.2s;
    -o-transition-delay: 147.2s;
    transition-delay: 147.2s;
}
.team__card:nth-of-type(737) {
    -webkit-transition-delay: 147.4s;
    -o-transition-delay: 147.4s;
    transition-delay: 147.4s;
}
.team__card:nth-of-type(738) {
    -webkit-transition-delay: 147.6s;
    -o-transition-delay: 147.6s;
    transition-delay: 147.6s;
}
.team__card:nth-of-type(739) {
    -webkit-transition-delay: 147.8s;
    -o-transition-delay: 147.8s;
    transition-delay: 147.8s;
}
.team__card:nth-of-type(740) {
    -webkit-transition-delay: 148s;
    -o-transition-delay: 148s;
    transition-delay: 148s;
}
.team__card:nth-of-type(741) {
    -webkit-transition-delay: 148.2s;
    -o-transition-delay: 148.2s;
    transition-delay: 148.2s;
}
.team__card:nth-of-type(742) {
    -webkit-transition-delay: 148.4s;
    -o-transition-delay: 148.4s;
    transition-delay: 148.4s;
}
.team__card:nth-of-type(743) {
    -webkit-transition-delay: 148.6s;
    -o-transition-delay: 148.6s;
    transition-delay: 148.6s;
}
.team__card:nth-of-type(744) {
    -webkit-transition-delay: 148.8s;
    -o-transition-delay: 148.8s;
    transition-delay: 148.8s;
}
.team__card:nth-of-type(745) {
    -webkit-transition-delay: 149s;
    -o-transition-delay: 149s;
    transition-delay: 149s;
}
.team__card:nth-of-type(746) {
    -webkit-transition-delay: 149.2s;
    -o-transition-delay: 149.2s;
    transition-delay: 149.2s;
}
.team__card:nth-of-type(747) {
    -webkit-transition-delay: 149.4s;
    -o-transition-delay: 149.4s;
    transition-delay: 149.4s;
}
.team__card:nth-of-type(748) {
    -webkit-transition-delay: 149.6s;
    -o-transition-delay: 149.6s;
    transition-delay: 149.6s;
}
.team__card:nth-of-type(749) {
    -webkit-transition-delay: 149.8s;
    -o-transition-delay: 149.8s;
    transition-delay: 149.8s;
}
.team__card:nth-of-type(750) {
    -webkit-transition-delay: 150s;
    -o-transition-delay: 150s;
    transition-delay: 150s;
}
.team__card:nth-of-type(751) {
    -webkit-transition-delay: 150.2s;
    -o-transition-delay: 150.2s;
    transition-delay: 150.2s;
}
.team__card:nth-of-type(752) {
    -webkit-transition-delay: 150.4s;
    -o-transition-delay: 150.4s;
    transition-delay: 150.4s;
}
.team__card:nth-of-type(753) {
    -webkit-transition-delay: 150.6s;
    -o-transition-delay: 150.6s;
    transition-delay: 150.6s;
}
.team__card:nth-of-type(754) {
    -webkit-transition-delay: 150.8s;
    -o-transition-delay: 150.8s;
    transition-delay: 150.8s;
}
.team__card:nth-of-type(755) {
    -webkit-transition-delay: 151s;
    -o-transition-delay: 151s;
    transition-delay: 151s;
}
.team__card:nth-of-type(756) {
    -webkit-transition-delay: 151.2s;
    -o-transition-delay: 151.2s;
    transition-delay: 151.2s;
}
.team__card:nth-of-type(757) {
    -webkit-transition-delay: 151.4s;
    -o-transition-delay: 151.4s;
    transition-delay: 151.4s;
}
.team__card:nth-of-type(758) {
    -webkit-transition-delay: 151.6s;
    -o-transition-delay: 151.6s;
    transition-delay: 151.6s;
}
.team__card:nth-of-type(759) {
    -webkit-transition-delay: 151.8s;
    -o-transition-delay: 151.8s;
    transition-delay: 151.8s;
}
.team__card:nth-of-type(760) {
    -webkit-transition-delay: 152s;
    -o-transition-delay: 152s;
    transition-delay: 152s;
}
.team__card:nth-of-type(761) {
    -webkit-transition-delay: 152.2s;
    -o-transition-delay: 152.2s;
    transition-delay: 152.2s;
}
.team__card:nth-of-type(762) {
    -webkit-transition-delay: 152.4s;
    -o-transition-delay: 152.4s;
    transition-delay: 152.4s;
}
.team__card:nth-of-type(763) {
    -webkit-transition-delay: 152.6s;
    -o-transition-delay: 152.6s;
    transition-delay: 152.6s;
}
.team__card:nth-of-type(764) {
    -webkit-transition-delay: 152.8s;
    -o-transition-delay: 152.8s;
    transition-delay: 152.8s;
}
.team__card:nth-of-type(765) {
    -webkit-transition-delay: 153s;
    -o-transition-delay: 153s;
    transition-delay: 153s;
}
.team__card:nth-of-type(766) {
    -webkit-transition-delay: 153.2s;
    -o-transition-delay: 153.2s;
    transition-delay: 153.2s;
}
.team__card:nth-of-type(767) {
    -webkit-transition-delay: 153.4s;
    -o-transition-delay: 153.4s;
    transition-delay: 153.4s;
}
.team__card:nth-of-type(768) {
    -webkit-transition-delay: 153.6s;
    -o-transition-delay: 153.6s;
    transition-delay: 153.6s;
}
.team__card:nth-of-type(769) {
    -webkit-transition-delay: 153.8s;
    -o-transition-delay: 153.8s;
    transition-delay: 153.8s;
}
.team__card:nth-of-type(770) {
    -webkit-transition-delay: 154s;
    -o-transition-delay: 154s;
    transition-delay: 154s;
}
.team__card:nth-of-type(771) {
    -webkit-transition-delay: 154.2s;
    -o-transition-delay: 154.2s;
    transition-delay: 154.2s;
}
.team__card:nth-of-type(772) {
    -webkit-transition-delay: 154.4s;
    -o-transition-delay: 154.4s;
    transition-delay: 154.4s;
}
.team__card:nth-of-type(773) {
    -webkit-transition-delay: 154.6s;
    -o-transition-delay: 154.6s;
    transition-delay: 154.6s;
}
.team__card:nth-of-type(774) {
    -webkit-transition-delay: 154.8s;
    -o-transition-delay: 154.8s;
    transition-delay: 154.8s;
}
.team__card:nth-of-type(775) {
    -webkit-transition-delay: 155s;
    -o-transition-delay: 155s;
    transition-delay: 155s;
}
.team__card:nth-of-type(776) {
    -webkit-transition-delay: 155.2s;
    -o-transition-delay: 155.2s;
    transition-delay: 155.2s;
}
.team__card:nth-of-type(777) {
    -webkit-transition-delay: 155.4s;
    -o-transition-delay: 155.4s;
    transition-delay: 155.4s;
}
.team__card:nth-of-type(778) {
    -webkit-transition-delay: 155.6s;
    -o-transition-delay: 155.6s;
    transition-delay: 155.6s;
}
.team__card:nth-of-type(779) {
    -webkit-transition-delay: 155.8s;
    -o-transition-delay: 155.8s;
    transition-delay: 155.8s;
}
.team__card:nth-of-type(780) {
    -webkit-transition-delay: 156s;
    -o-transition-delay: 156s;
    transition-delay: 156s;
}
.team__card:nth-of-type(781) {
    -webkit-transition-delay: 156.2s;
    -o-transition-delay: 156.2s;
    transition-delay: 156.2s;
}
.team__card:nth-of-type(782) {
    -webkit-transition-delay: 156.4s;
    -o-transition-delay: 156.4s;
    transition-delay: 156.4s;
}
.team__card:nth-of-type(783) {
    -webkit-transition-delay: 156.6s;
    -o-transition-delay: 156.6s;
    transition-delay: 156.6s;
}
.team__card:nth-of-type(784) {
    -webkit-transition-delay: 156.8s;
    -o-transition-delay: 156.8s;
    transition-delay: 156.8s;
}
.team__card:nth-of-type(785) {
    -webkit-transition-delay: 157s;
    -o-transition-delay: 157s;
    transition-delay: 157s;
}
.team__card:nth-of-type(786) {
    -webkit-transition-delay: 157.2s;
    -o-transition-delay: 157.2s;
    transition-delay: 157.2s;
}
.team__card:nth-of-type(787) {
    -webkit-transition-delay: 157.4s;
    -o-transition-delay: 157.4s;
    transition-delay: 157.4s;
}
.team__card:nth-of-type(788) {
    -webkit-transition-delay: 157.6s;
    -o-transition-delay: 157.6s;
    transition-delay: 157.6s;
}
.team__card:nth-of-type(789) {
    -webkit-transition-delay: 157.8s;
    -o-transition-delay: 157.8s;
    transition-delay: 157.8s;
}
.team__card:nth-of-type(790) {
    -webkit-transition-delay: 158s;
    -o-transition-delay: 158s;
    transition-delay: 158s;
}
.team__card:nth-of-type(791) {
    -webkit-transition-delay: 158.2s;
    -o-transition-delay: 158.2s;
    transition-delay: 158.2s;
}
.team__card:nth-of-type(792) {
    -webkit-transition-delay: 158.4s;
    -o-transition-delay: 158.4s;
    transition-delay: 158.4s;
}
.team__card:nth-of-type(793) {
    -webkit-transition-delay: 158.6s;
    -o-transition-delay: 158.6s;
    transition-delay: 158.6s;
}
.team__card:nth-of-type(794) {
    -webkit-transition-delay: 158.8s;
    -o-transition-delay: 158.8s;
    transition-delay: 158.8s;
}
.team__card:nth-of-type(795) {
    -webkit-transition-delay: 159s;
    -o-transition-delay: 159s;
    transition-delay: 159s;
}
.team__card:nth-of-type(796) {
    -webkit-transition-delay: 159.2s;
    -o-transition-delay: 159.2s;
    transition-delay: 159.2s;
}
.team__card:nth-of-type(797) {
    -webkit-transition-delay: 159.4s;
    -o-transition-delay: 159.4s;
    transition-delay: 159.4s;
}
.team__card:nth-of-type(798) {
    -webkit-transition-delay: 159.6s;
    -o-transition-delay: 159.6s;
    transition-delay: 159.6s;
}
.team__card:nth-of-type(799) {
    -webkit-transition-delay: 159.8s;
    -o-transition-delay: 159.8s;
    transition-delay: 159.8s;
}
.team__card:nth-of-type(800) {
    -webkit-transition-delay: 160s;
    -o-transition-delay: 160s;
    transition-delay: 160s;
}
.team__card:nth-of-type(801) {
    -webkit-transition-delay: 160.2s;
    -o-transition-delay: 160.2s;
    transition-delay: 160.2s;
}
.team__card:nth-of-type(802) {
    -webkit-transition-delay: 160.4s;
    -o-transition-delay: 160.4s;
    transition-delay: 160.4s;
}
.team__card:nth-of-type(803) {
    -webkit-transition-delay: 160.6s;
    -o-transition-delay: 160.6s;
    transition-delay: 160.6s;
}
.team__card:nth-of-type(804) {
    -webkit-transition-delay: 160.8s;
    -o-transition-delay: 160.8s;
    transition-delay: 160.8s;
}
.team__card:nth-of-type(805) {
    -webkit-transition-delay: 161s;
    -o-transition-delay: 161s;
    transition-delay: 161s;
}
.team__card:nth-of-type(806) {
    -webkit-transition-delay: 161.2s;
    -o-transition-delay: 161.2s;
    transition-delay: 161.2s;
}
.team__card:nth-of-type(807) {
    -webkit-transition-delay: 161.4s;
    -o-transition-delay: 161.4s;
    transition-delay: 161.4s;
}
.team__card:nth-of-type(808) {
    -webkit-transition-delay: 161.6s;
    -o-transition-delay: 161.6s;
    transition-delay: 161.6s;
}
.team__card:nth-of-type(809) {
    -webkit-transition-delay: 161.8s;
    -o-transition-delay: 161.8s;
    transition-delay: 161.8s;
}
.team__card:nth-of-type(810) {
    -webkit-transition-delay: 162s;
    -o-transition-delay: 162s;
    transition-delay: 162s;
}
.team__card:nth-of-type(811) {
    -webkit-transition-delay: 162.2s;
    -o-transition-delay: 162.2s;
    transition-delay: 162.2s;
}
.team__card:nth-of-type(812) {
    -webkit-transition-delay: 162.4s;
    -o-transition-delay: 162.4s;
    transition-delay: 162.4s;
}
.team__card:nth-of-type(813) {
    -webkit-transition-delay: 162.6s;
    -o-transition-delay: 162.6s;
    transition-delay: 162.6s;
}
.team__card:nth-of-type(814) {
    -webkit-transition-delay: 162.8s;
    -o-transition-delay: 162.8s;
    transition-delay: 162.8s;
}
.team__card:nth-of-type(815) {
    -webkit-transition-delay: 163s;
    -o-transition-delay: 163s;
    transition-delay: 163s;
}
.team__card:nth-of-type(816) {
    -webkit-transition-delay: 163.2s;
    -o-transition-delay: 163.2s;
    transition-delay: 163.2s;
}
.team__card:nth-of-type(817) {
    -webkit-transition-delay: 163.4s;
    -o-transition-delay: 163.4s;
    transition-delay: 163.4s;
}
.team__card:nth-of-type(818) {
    -webkit-transition-delay: 163.6s;
    -o-transition-delay: 163.6s;
    transition-delay: 163.6s;
}
.team__card:nth-of-type(819) {
    -webkit-transition-delay: 163.8s;
    -o-transition-delay: 163.8s;
    transition-delay: 163.8s;
}
.team__card:nth-of-type(820) {
    -webkit-transition-delay: 164s;
    -o-transition-delay: 164s;
    transition-delay: 164s;
}
.team__card:nth-of-type(821) {
    -webkit-transition-delay: 164.2s;
    -o-transition-delay: 164.2s;
    transition-delay: 164.2s;
}
.team__card:nth-of-type(822) {
    -webkit-transition-delay: 164.4s;
    -o-transition-delay: 164.4s;
    transition-delay: 164.4s;
}
.team__card:nth-of-type(823) {
    -webkit-transition-delay: 164.6s;
    -o-transition-delay: 164.6s;
    transition-delay: 164.6s;
}
.team__card:nth-of-type(824) {
    -webkit-transition-delay: 164.8s;
    -o-transition-delay: 164.8s;
    transition-delay: 164.8s;
}
.team__card:nth-of-type(825) {
    -webkit-transition-delay: 165s;
    -o-transition-delay: 165s;
    transition-delay: 165s;
}
.team__card:nth-of-type(826) {
    -webkit-transition-delay: 165.2s;
    -o-transition-delay: 165.2s;
    transition-delay: 165.2s;
}
.team__card:nth-of-type(827) {
    -webkit-transition-delay: 165.4s;
    -o-transition-delay: 165.4s;
    transition-delay: 165.4s;
}
.team__card:nth-of-type(828) {
    -webkit-transition-delay: 165.6s;
    -o-transition-delay: 165.6s;
    transition-delay: 165.6s;
}
.team__card:nth-of-type(829) {
    -webkit-transition-delay: 165.8s;
    -o-transition-delay: 165.8s;
    transition-delay: 165.8s;
}
.team__card:nth-of-type(830) {
    -webkit-transition-delay: 166s;
    -o-transition-delay: 166s;
    transition-delay: 166s;
}
.team__card:nth-of-type(831) {
    -webkit-transition-delay: 166.2s;
    -o-transition-delay: 166.2s;
    transition-delay: 166.2s;
}
.team__card:nth-of-type(832) {
    -webkit-transition-delay: 166.4s;
    -o-transition-delay: 166.4s;
    transition-delay: 166.4s;
}
.team__card:nth-of-type(833) {
    -webkit-transition-delay: 166.6s;
    -o-transition-delay: 166.6s;
    transition-delay: 166.6s;
}
.team__card:nth-of-type(834) {
    -webkit-transition-delay: 166.8s;
    -o-transition-delay: 166.8s;
    transition-delay: 166.8s;
}
.team__card:nth-of-type(835) {
    -webkit-transition-delay: 167s;
    -o-transition-delay: 167s;
    transition-delay: 167s;
}
.team__card:nth-of-type(836) {
    -webkit-transition-delay: 167.2s;
    -o-transition-delay: 167.2s;
    transition-delay: 167.2s;
}
.team__card:nth-of-type(837) {
    -webkit-transition-delay: 167.4s;
    -o-transition-delay: 167.4s;
    transition-delay: 167.4s;
}
.team__card:nth-of-type(838) {
    -webkit-transition-delay: 167.6s;
    -o-transition-delay: 167.6s;
    transition-delay: 167.6s;
}
.team__card:nth-of-type(839) {
    -webkit-transition-delay: 167.8s;
    -o-transition-delay: 167.8s;
    transition-delay: 167.8s;
}
.team__card:nth-of-type(840) {
    -webkit-transition-delay: 168s;
    -o-transition-delay: 168s;
    transition-delay: 168s;
}
.team__card:nth-of-type(841) {
    -webkit-transition-delay: 168.2s;
    -o-transition-delay: 168.2s;
    transition-delay: 168.2s;
}
.team__card:nth-of-type(842) {
    -webkit-transition-delay: 168.4s;
    -o-transition-delay: 168.4s;
    transition-delay: 168.4s;
}
.team__card:nth-of-type(843) {
    -webkit-transition-delay: 168.6s;
    -o-transition-delay: 168.6s;
    transition-delay: 168.6s;
}
.team__card:nth-of-type(844) {
    -webkit-transition-delay: 168.8s;
    -o-transition-delay: 168.8s;
    transition-delay: 168.8s;
}
.team__card:nth-of-type(845) {
    -webkit-transition-delay: 169s;
    -o-transition-delay: 169s;
    transition-delay: 169s;
}
.team__card:nth-of-type(846) {
    -webkit-transition-delay: 169.2s;
    -o-transition-delay: 169.2s;
    transition-delay: 169.2s;
}
.team__card:nth-of-type(847) {
    -webkit-transition-delay: 169.4s;
    -o-transition-delay: 169.4s;
    transition-delay: 169.4s;
}
.team__card:nth-of-type(848) {
    -webkit-transition-delay: 169.6s;
    -o-transition-delay: 169.6s;
    transition-delay: 169.6s;
}
.team__card:nth-of-type(849) {
    -webkit-transition-delay: 169.8s;
    -o-transition-delay: 169.8s;
    transition-delay: 169.8s;
}
.team__card:nth-of-type(850) {
    -webkit-transition-delay: 170s;
    -o-transition-delay: 170s;
    transition-delay: 170s;
}
.team__card:nth-of-type(851) {
    -webkit-transition-delay: 170.2s;
    -o-transition-delay: 170.2s;
    transition-delay: 170.2s;
}
.team__card:nth-of-type(852) {
    -webkit-transition-delay: 170.4s;
    -o-transition-delay: 170.4s;
    transition-delay: 170.4s;
}
.team__card:nth-of-type(853) {
    -webkit-transition-delay: 170.6s;
    -o-transition-delay: 170.6s;
    transition-delay: 170.6s;
}
.team__card:nth-of-type(854) {
    -webkit-transition-delay: 170.8s;
    -o-transition-delay: 170.8s;
    transition-delay: 170.8s;
}
.team__card:nth-of-type(855) {
    -webkit-transition-delay: 171s;
    -o-transition-delay: 171s;
    transition-delay: 171s;
}
.team__card:nth-of-type(856) {
    -webkit-transition-delay: 171.2s;
    -o-transition-delay: 171.2s;
    transition-delay: 171.2s;
}
.team__card:nth-of-type(857) {
    -webkit-transition-delay: 171.4s;
    -o-transition-delay: 171.4s;
    transition-delay: 171.4s;
}
.team__card:nth-of-type(858) {
    -webkit-transition-delay: 171.6s;
    -o-transition-delay: 171.6s;
    transition-delay: 171.6s;
}
.team__card:nth-of-type(859) {
    -webkit-transition-delay: 171.8s;
    -o-transition-delay: 171.8s;
    transition-delay: 171.8s;
}
.team__card:nth-of-type(860) {
    -webkit-transition-delay: 172s;
    -o-transition-delay: 172s;
    transition-delay: 172s;
}
.team__card:nth-of-type(861) {
    -webkit-transition-delay: 172.2s;
    -o-transition-delay: 172.2s;
    transition-delay: 172.2s;
}
.team__card:nth-of-type(862) {
    -webkit-transition-delay: 172.4s;
    -o-transition-delay: 172.4s;
    transition-delay: 172.4s;
}
.team__card:nth-of-type(863) {
    -webkit-transition-delay: 172.6s;
    -o-transition-delay: 172.6s;
    transition-delay: 172.6s;
}
.team__card:nth-of-type(864) {
    -webkit-transition-delay: 172.8s;
    -o-transition-delay: 172.8s;
    transition-delay: 172.8s;
}
.team__card:nth-of-type(865) {
    -webkit-transition-delay: 173s;
    -o-transition-delay: 173s;
    transition-delay: 173s;
}
.team__card:nth-of-type(866) {
    -webkit-transition-delay: 173.2s;
    -o-transition-delay: 173.2s;
    transition-delay: 173.2s;
}
.team__card:nth-of-type(867) {
    -webkit-transition-delay: 173.4s;
    -o-transition-delay: 173.4s;
    transition-delay: 173.4s;
}
.team__card:nth-of-type(868) {
    -webkit-transition-delay: 173.6s;
    -o-transition-delay: 173.6s;
    transition-delay: 173.6s;
}
.team__card:nth-of-type(869) {
    -webkit-transition-delay: 173.8s;
    -o-transition-delay: 173.8s;
    transition-delay: 173.8s;
}
.team__card:nth-of-type(870) {
    -webkit-transition-delay: 174s;
    -o-transition-delay: 174s;
    transition-delay: 174s;
}
.team__card:nth-of-type(871) {
    -webkit-transition-delay: 174.2s;
    -o-transition-delay: 174.2s;
    transition-delay: 174.2s;
}
.team__card:nth-of-type(872) {
    -webkit-transition-delay: 174.4s;
    -o-transition-delay: 174.4s;
    transition-delay: 174.4s;
}
.team__card:nth-of-type(873) {
    -webkit-transition-delay: 174.6s;
    -o-transition-delay: 174.6s;
    transition-delay: 174.6s;
}
.team__card:nth-of-type(874) {
    -webkit-transition-delay: 174.8s;
    -o-transition-delay: 174.8s;
    transition-delay: 174.8s;
}
.team__card:nth-of-type(875) {
    -webkit-transition-delay: 175s;
    -o-transition-delay: 175s;
    transition-delay: 175s;
}
.team__card:nth-of-type(876) {
    -webkit-transition-delay: 175.2s;
    -o-transition-delay: 175.2s;
    transition-delay: 175.2s;
}
.team__card:nth-of-type(877) {
    -webkit-transition-delay: 175.4s;
    -o-transition-delay: 175.4s;
    transition-delay: 175.4s;
}
.team__card:nth-of-type(878) {
    -webkit-transition-delay: 175.6s;
    -o-transition-delay: 175.6s;
    transition-delay: 175.6s;
}
.team__card:nth-of-type(879) {
    -webkit-transition-delay: 175.8s;
    -o-transition-delay: 175.8s;
    transition-delay: 175.8s;
}
.team__card:nth-of-type(880) {
    -webkit-transition-delay: 176s;
    -o-transition-delay: 176s;
    transition-delay: 176s;
}
.team__card:nth-of-type(881) {
    -webkit-transition-delay: 176.2s;
    -o-transition-delay: 176.2s;
    transition-delay: 176.2s;
}
.team__card:nth-of-type(882) {
    -webkit-transition-delay: 176.4s;
    -o-transition-delay: 176.4s;
    transition-delay: 176.4s;
}
.team__card:nth-of-type(883) {
    -webkit-transition-delay: 176.6s;
    -o-transition-delay: 176.6s;
    transition-delay: 176.6s;
}
.team__card:nth-of-type(884) {
    -webkit-transition-delay: 176.8s;
    -o-transition-delay: 176.8s;
    transition-delay: 176.8s;
}
.team__card:nth-of-type(885) {
    -webkit-transition-delay: 177s;
    -o-transition-delay: 177s;
    transition-delay: 177s;
}
.team__card:nth-of-type(886) {
    -webkit-transition-delay: 177.2s;
    -o-transition-delay: 177.2s;
    transition-delay: 177.2s;
}
.team__card:nth-of-type(887) {
    -webkit-transition-delay: 177.4s;
    -o-transition-delay: 177.4s;
    transition-delay: 177.4s;
}
.team__card:nth-of-type(888) {
    -webkit-transition-delay: 177.6s;
    -o-transition-delay: 177.6s;
    transition-delay: 177.6s;
}
.team__card:nth-of-type(889) {
    -webkit-transition-delay: 177.8s;
    -o-transition-delay: 177.8s;
    transition-delay: 177.8s;
}
.team__card:nth-of-type(890) {
    -webkit-transition-delay: 178s;
    -o-transition-delay: 178s;
    transition-delay: 178s;
}
.team__card:nth-of-type(891) {
    -webkit-transition-delay: 178.2s;
    -o-transition-delay: 178.2s;
    transition-delay: 178.2s;
}
.team__card:nth-of-type(892) {
    -webkit-transition-delay: 178.4s;
    -o-transition-delay: 178.4s;
    transition-delay: 178.4s;
}
.team__card:nth-of-type(893) {
    -webkit-transition-delay: 178.6s;
    -o-transition-delay: 178.6s;
    transition-delay: 178.6s;
}
.team__card:nth-of-type(894) {
    -webkit-transition-delay: 178.8s;
    -o-transition-delay: 178.8s;
    transition-delay: 178.8s;
}
.team__card:nth-of-type(895) {
    -webkit-transition-delay: 179s;
    -o-transition-delay: 179s;
    transition-delay: 179s;
}
.team__card:nth-of-type(896) {
    -webkit-transition-delay: 179.2s;
    -o-transition-delay: 179.2s;
    transition-delay: 179.2s;
}
.team__card:nth-of-type(897) {
    -webkit-transition-delay: 179.4s;
    -o-transition-delay: 179.4s;
    transition-delay: 179.4s;
}
.team__card:nth-of-type(898) {
    -webkit-transition-delay: 179.6s;
    -o-transition-delay: 179.6s;
    transition-delay: 179.6s;
}
.team__card:nth-of-type(899) {
    -webkit-transition-delay: 179.8s;
    -o-transition-delay: 179.8s;
    transition-delay: 179.8s;
}
.team__card:nth-of-type(900) {
    -webkit-transition-delay: 180s;
    -o-transition-delay: 180s;
    transition-delay: 180s;
}
.team__card:nth-of-type(901) {
    -webkit-transition-delay: 180.2s;
    -o-transition-delay: 180.2s;
    transition-delay: 180.2s;
}
.team__card:nth-of-type(902) {
    -webkit-transition-delay: 180.4s;
    -o-transition-delay: 180.4s;
    transition-delay: 180.4s;
}
.team__card:nth-of-type(903) {
    -webkit-transition-delay: 180.6s;
    -o-transition-delay: 180.6s;
    transition-delay: 180.6s;
}
.team__card:nth-of-type(904) {
    -webkit-transition-delay: 180.8s;
    -o-transition-delay: 180.8s;
    transition-delay: 180.8s;
}
.team__card:nth-of-type(905) {
    -webkit-transition-delay: 181s;
    -o-transition-delay: 181s;
    transition-delay: 181s;
}
.team__card:nth-of-type(906) {
    -webkit-transition-delay: 181.2s;
    -o-transition-delay: 181.2s;
    transition-delay: 181.2s;
}
.team__card:nth-of-type(907) {
    -webkit-transition-delay: 181.4s;
    -o-transition-delay: 181.4s;
    transition-delay: 181.4s;
}
.team__card:nth-of-type(908) {
    -webkit-transition-delay: 181.6s;
    -o-transition-delay: 181.6s;
    transition-delay: 181.6s;
}
.team__card:nth-of-type(909) {
    -webkit-transition-delay: 181.8s;
    -o-transition-delay: 181.8s;
    transition-delay: 181.8s;
}
.team__card:nth-of-type(910) {
    -webkit-transition-delay: 182s;
    -o-transition-delay: 182s;
    transition-delay: 182s;
}
.team__card:nth-of-type(911) {
    -webkit-transition-delay: 182.2s;
    -o-transition-delay: 182.2s;
    transition-delay: 182.2s;
}
.team__card:nth-of-type(912) {
    -webkit-transition-delay: 182.4s;
    -o-transition-delay: 182.4s;
    transition-delay: 182.4s;
}
.team__card:nth-of-type(913) {
    -webkit-transition-delay: 182.6s;
    -o-transition-delay: 182.6s;
    transition-delay: 182.6s;
}
.team__card:nth-of-type(914) {
    -webkit-transition-delay: 182.8s;
    -o-transition-delay: 182.8s;
    transition-delay: 182.8s;
}
.team__card:nth-of-type(915) {
    -webkit-transition-delay: 183s;
    -o-transition-delay: 183s;
    transition-delay: 183s;
}
.team__card:nth-of-type(916) {
    -webkit-transition-delay: 183.2s;
    -o-transition-delay: 183.2s;
    transition-delay: 183.2s;
}
.team__card:nth-of-type(917) {
    -webkit-transition-delay: 183.4s;
    -o-transition-delay: 183.4s;
    transition-delay: 183.4s;
}
.team__card:nth-of-type(918) {
    -webkit-transition-delay: 183.6s;
    -o-transition-delay: 183.6s;
    transition-delay: 183.6s;
}
.team__card:nth-of-type(919) {
    -webkit-transition-delay: 183.8s;
    -o-transition-delay: 183.8s;
    transition-delay: 183.8s;
}
.team__card:nth-of-type(920) {
    -webkit-transition-delay: 184s;
    -o-transition-delay: 184s;
    transition-delay: 184s;
}
.team__card:nth-of-type(921) {
    -webkit-transition-delay: 184.2s;
    -o-transition-delay: 184.2s;
    transition-delay: 184.2s;
}
.team__card:nth-of-type(922) {
    -webkit-transition-delay: 184.4s;
    -o-transition-delay: 184.4s;
    transition-delay: 184.4s;
}
.team__card:nth-of-type(923) {
    -webkit-transition-delay: 184.6s;
    -o-transition-delay: 184.6s;
    transition-delay: 184.6s;
}
.team__card:nth-of-type(924) {
    -webkit-transition-delay: 184.8s;
    -o-transition-delay: 184.8s;
    transition-delay: 184.8s;
}
.team__card:nth-of-type(925) {
    -webkit-transition-delay: 185s;
    -o-transition-delay: 185s;
    transition-delay: 185s;
}
.team__card:nth-of-type(926) {
    -webkit-transition-delay: 185.2s;
    -o-transition-delay: 185.2s;
    transition-delay: 185.2s;
}
.team__card:nth-of-type(927) {
    -webkit-transition-delay: 185.4s;
    -o-transition-delay: 185.4s;
    transition-delay: 185.4s;
}
.team__card:nth-of-type(928) {
    -webkit-transition-delay: 185.6s;
    -o-transition-delay: 185.6s;
    transition-delay: 185.6s;
}
.team__card:nth-of-type(929) {
    -webkit-transition-delay: 185.8s;
    -o-transition-delay: 185.8s;
    transition-delay: 185.8s;
}
.team__card:nth-of-type(930) {
    -webkit-transition-delay: 186s;
    -o-transition-delay: 186s;
    transition-delay: 186s;
}
.team__card:nth-of-type(931) {
    -webkit-transition-delay: 186.2s;
    -o-transition-delay: 186.2s;
    transition-delay: 186.2s;
}
.team__card:nth-of-type(932) {
    -webkit-transition-delay: 186.4s;
    -o-transition-delay: 186.4s;
    transition-delay: 186.4s;
}
.team__card:nth-of-type(933) {
    -webkit-transition-delay: 186.6s;
    -o-transition-delay: 186.6s;
    transition-delay: 186.6s;
}
.team__card:nth-of-type(934) {
    -webkit-transition-delay: 186.8s;
    -o-transition-delay: 186.8s;
    transition-delay: 186.8s;
}
.team__card:nth-of-type(935) {
    -webkit-transition-delay: 187s;
    -o-transition-delay: 187s;
    transition-delay: 187s;
}
.team__card:nth-of-type(936) {
    -webkit-transition-delay: 187.2s;
    -o-transition-delay: 187.2s;
    transition-delay: 187.2s;
}
.team__card:nth-of-type(937) {
    -webkit-transition-delay: 187.4s;
    -o-transition-delay: 187.4s;
    transition-delay: 187.4s;
}
.team__card:nth-of-type(938) {
    -webkit-transition-delay: 187.6s;
    -o-transition-delay: 187.6s;
    transition-delay: 187.6s;
}
.team__card:nth-of-type(939) {
    -webkit-transition-delay: 187.8s;
    -o-transition-delay: 187.8s;
    transition-delay: 187.8s;
}
.team__card:nth-of-type(940) {
    -webkit-transition-delay: 188s;
    -o-transition-delay: 188s;
    transition-delay: 188s;
}
.team__card:nth-of-type(941) {
    -webkit-transition-delay: 188.2s;
    -o-transition-delay: 188.2s;
    transition-delay: 188.2s;
}
.team__card:nth-of-type(942) {
    -webkit-transition-delay: 188.4s;
    -o-transition-delay: 188.4s;
    transition-delay: 188.4s;
}
.team__card:nth-of-type(943) {
    -webkit-transition-delay: 188.6s;
    -o-transition-delay: 188.6s;
    transition-delay: 188.6s;
}
.team__card:nth-of-type(944) {
    -webkit-transition-delay: 188.8s;
    -o-transition-delay: 188.8s;
    transition-delay: 188.8s;
}
.team__card:nth-of-type(945) {
    -webkit-transition-delay: 189s;
    -o-transition-delay: 189s;
    transition-delay: 189s;
}
.team__card:nth-of-type(946) {
    -webkit-transition-delay: 189.2s;
    -o-transition-delay: 189.2s;
    transition-delay: 189.2s;
}
.team__card:nth-of-type(947) {
    -webkit-transition-delay: 189.4s;
    -o-transition-delay: 189.4s;
    transition-delay: 189.4s;
}
.team__card:nth-of-type(948) {
    -webkit-transition-delay: 189.6s;
    -o-transition-delay: 189.6s;
    transition-delay: 189.6s;
}
.team__card:nth-of-type(949) {
    -webkit-transition-delay: 189.8s;
    -o-transition-delay: 189.8s;
    transition-delay: 189.8s;
}
.team__card:nth-of-type(950) {
    -webkit-transition-delay: 190s;
    -o-transition-delay: 190s;
    transition-delay: 190s;
}
.team__card:nth-of-type(951) {
    -webkit-transition-delay: 190.2s;
    -o-transition-delay: 190.2s;
    transition-delay: 190.2s;
}
.team__card:nth-of-type(952) {
    -webkit-transition-delay: 190.4s;
    -o-transition-delay: 190.4s;
    transition-delay: 190.4s;
}
.team__card:nth-of-type(953) {
    -webkit-transition-delay: 190.6s;
    -o-transition-delay: 190.6s;
    transition-delay: 190.6s;
}
.team__card:nth-of-type(954) {
    -webkit-transition-delay: 190.8s;
    -o-transition-delay: 190.8s;
    transition-delay: 190.8s;
}
.team__card:nth-of-type(955) {
    -webkit-transition-delay: 191s;
    -o-transition-delay: 191s;
    transition-delay: 191s;
}
.team__card:nth-of-type(956) {
    -webkit-transition-delay: 191.2s;
    -o-transition-delay: 191.2s;
    transition-delay: 191.2s;
}
.team__card:nth-of-type(957) {
    -webkit-transition-delay: 191.4s;
    -o-transition-delay: 191.4s;
    transition-delay: 191.4s;
}
.team__card:nth-of-type(958) {
    -webkit-transition-delay: 191.6s;
    -o-transition-delay: 191.6s;
    transition-delay: 191.6s;
}
.team__card:nth-of-type(959) {
    -webkit-transition-delay: 191.8s;
    -o-transition-delay: 191.8s;
    transition-delay: 191.8s;
}
.team__card:nth-of-type(960) {
    -webkit-transition-delay: 192s;
    -o-transition-delay: 192s;
    transition-delay: 192s;
}
.team__card:nth-of-type(961) {
    -webkit-transition-delay: 192.2s;
    -o-transition-delay: 192.2s;
    transition-delay: 192.2s;
}
.team__card:nth-of-type(962) {
    -webkit-transition-delay: 192.4s;
    -o-transition-delay: 192.4s;
    transition-delay: 192.4s;
}
.team__card:nth-of-type(963) {
    -webkit-transition-delay: 192.6s;
    -o-transition-delay: 192.6s;
    transition-delay: 192.6s;
}
.team__card:nth-of-type(964) {
    -webkit-transition-delay: 192.8s;
    -o-transition-delay: 192.8s;
    transition-delay: 192.8s;
}
.team__card:nth-of-type(965) {
    -webkit-transition-delay: 193s;
    -o-transition-delay: 193s;
    transition-delay: 193s;
}
.team__card:nth-of-type(966) {
    -webkit-transition-delay: 193.2s;
    -o-transition-delay: 193.2s;
    transition-delay: 193.2s;
}
.team__card:nth-of-type(967) {
    -webkit-transition-delay: 193.4s;
    -o-transition-delay: 193.4s;
    transition-delay: 193.4s;
}
.team__card:nth-of-type(968) {
    -webkit-transition-delay: 193.6s;
    -o-transition-delay: 193.6s;
    transition-delay: 193.6s;
}
.team__card:nth-of-type(969) {
    -webkit-transition-delay: 193.8s;
    -o-transition-delay: 193.8s;
    transition-delay: 193.8s;
}
.team__card:nth-of-type(970) {
    -webkit-transition-delay: 194s;
    -o-transition-delay: 194s;
    transition-delay: 194s;
}
.team__card:nth-of-type(971) {
    -webkit-transition-delay: 194.2s;
    -o-transition-delay: 194.2s;
    transition-delay: 194.2s;
}
.team__card:nth-of-type(972) {
    -webkit-transition-delay: 194.4s;
    -o-transition-delay: 194.4s;
    transition-delay: 194.4s;
}
.team__card:nth-of-type(973) {
    -webkit-transition-delay: 194.6s;
    -o-transition-delay: 194.6s;
    transition-delay: 194.6s;
}
.team__card:nth-of-type(974) {
    -webkit-transition-delay: 194.8s;
    -o-transition-delay: 194.8s;
    transition-delay: 194.8s;
}
.team__card:nth-of-type(975) {
    -webkit-transition-delay: 195s;
    -o-transition-delay: 195s;
    transition-delay: 195s;
}
.team__card:nth-of-type(976) {
    -webkit-transition-delay: 195.2s;
    -o-transition-delay: 195.2s;
    transition-delay: 195.2s;
}
.team__card:nth-of-type(977) {
    -webkit-transition-delay: 195.4s;
    -o-transition-delay: 195.4s;
    transition-delay: 195.4s;
}
.team__card:nth-of-type(978) {
    -webkit-transition-delay: 195.6s;
    -o-transition-delay: 195.6s;
    transition-delay: 195.6s;
}
.team__card:nth-of-type(979) {
    -webkit-transition-delay: 195.8s;
    -o-transition-delay: 195.8s;
    transition-delay: 195.8s;
}
.team__card:nth-of-type(980) {
    -webkit-transition-delay: 196s;
    -o-transition-delay: 196s;
    transition-delay: 196s;
}
.team__card:nth-of-type(981) {
    -webkit-transition-delay: 196.2s;
    -o-transition-delay: 196.2s;
    transition-delay: 196.2s;
}
.team__card:nth-of-type(982) {
    -webkit-transition-delay: 196.4s;
    -o-transition-delay: 196.4s;
    transition-delay: 196.4s;
}
.team__card:nth-of-type(983) {
    -webkit-transition-delay: 196.6s;
    -o-transition-delay: 196.6s;
    transition-delay: 196.6s;
}
.team__card:nth-of-type(984) {
    -webkit-transition-delay: 196.8s;
    -o-transition-delay: 196.8s;
    transition-delay: 196.8s;
}
.team__card:nth-of-type(985) {
    -webkit-transition-delay: 197s;
    -o-transition-delay: 197s;
    transition-delay: 197s;
}
.team__card:nth-of-type(986) {
    -webkit-transition-delay: 197.2s;
    -o-transition-delay: 197.2s;
    transition-delay: 197.2s;
}
.team__card:nth-of-type(987) {
    -webkit-transition-delay: 197.4s;
    -o-transition-delay: 197.4s;
    transition-delay: 197.4s;
}
.team__card:nth-of-type(988) {
    -webkit-transition-delay: 197.6s;
    -o-transition-delay: 197.6s;
    transition-delay: 197.6s;
}
.team__card:nth-of-type(989) {
    -webkit-transition-delay: 197.8s;
    -o-transition-delay: 197.8s;
    transition-delay: 197.8s;
}
.team__card:nth-of-type(990) {
    -webkit-transition-delay: 198s;
    -o-transition-delay: 198s;
    transition-delay: 198s;
}
.team__card:nth-of-type(991) {
    -webkit-transition-delay: 198.2s;
    -o-transition-delay: 198.2s;
    transition-delay: 198.2s;
}
.team__card:nth-of-type(992) {
    -webkit-transition-delay: 198.4s;
    -o-transition-delay: 198.4s;
    transition-delay: 198.4s;
}
.team__card:nth-of-type(993) {
    -webkit-transition-delay: 198.6s;
    -o-transition-delay: 198.6s;
    transition-delay: 198.6s;
}
.team__card:nth-of-type(994) {
    -webkit-transition-delay: 198.8s;
    -o-transition-delay: 198.8s;
    transition-delay: 198.8s;
}
.team__card:nth-of-type(995) {
    -webkit-transition-delay: 199s;
    -o-transition-delay: 199s;
    transition-delay: 199s;
}
.team__card:nth-of-type(996) {
    -webkit-transition-delay: 199.2s;
    -o-transition-delay: 199.2s;
    transition-delay: 199.2s;
}
.team__card:nth-of-type(997) {
    -webkit-transition-delay: 199.4s;
    -o-transition-delay: 199.4s;
    transition-delay: 199.4s;
}
.team__card:nth-of-type(998) {
    -webkit-transition-delay: 199.6s;
    -o-transition-delay: 199.6s;
    transition-delay: 199.6s;
}
.team__card:nth-of-type(999) {
    -webkit-transition-delay: 199.8s;
    -o-transition-delay: 199.8s;
    transition-delay: 199.8s;
}
.team__card:nth-of-type(1000) {
    -webkit-transition-delay: 200s;
    -o-transition-delay: 200s;
    transition-delay: 200s;
}
.team .card {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 8);
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(0, 0, 0, 0.2);
}
.team .card__name {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    height: auto;
    line-height: 18px;
    font-size: 18px;
    color: #f2f2f2;
    text-transform: none;
    font-weight: 700;
    padding: 29px 16px;
    position: relative;
    text-align: left;
    letter-spacing: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.team .card__title {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    line-height: 24px;
    font-size: 20px;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 10px 10px;
}
.team .card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.team .card__bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(230.55deg, rgba(51, 51, 51, 0.425) 5.84%, rgba(0, 0, 0, 0.816) 84.43%), rgba(0, 0, 0, 0.2);
    background: -o-linear-gradient(230.55deg, rgba(51, 51, 51, 0.425) 5.84%, rgba(0, 0, 0, 0.816) 84.43%), rgba(0, 0, 0, 0.2);
    background: linear-gradient(219.45deg, rgba(51, 51, 51, 0.425) 5.84%, rgba(0, 0, 0, 0.816) 84.43%), rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.team .card:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-top: 124.5%;
}
.team__list {
    font-size: 0;
    letter-spacing: 0;
}
.team__list_active .card {
    -webkit-transform: translate3d(0, 0px, 1px);
    transform: translate3d(0, 0px, 1px);
    opacity: 1;
}

.wpcf7-form-control-wrap {
    float: left;
    width: 50%;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-form-control-wrap input {
    font-size: 15px;
    margin-bottom: 25px;
    box-shadow: none;
    width: 95%;
    border: 0;
    border-bottom: 1px solid #999;
}

.wpcf7-form-control-wrap.MESSAGE textarea {
    border: 0 none;
    color: #666666;
    font-size: 16px;
    width: 97.5%;
    height: 160px;
    margin-bottom: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    /* background-color: #f5f5f5; */
    /* border-style: solid; */
    /* border-width: 1px; */
    /* border-color: #cccccc; */
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); */
    /* color: rgba(0, 0, 0, 0.75); */
    /* display: block; */
    font-family: inherit;
    font-size: 13px;
    /* height: 3.006rem; */
    margin: 0 0 0.88889rem 0;
    padding: 0.44444rem;
    width: 95%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
    font-family: 'CRC25';
}

.wpcf7-form-control-wrap.MESSAGE {
    width: 100% !important;
}

.columns.eight p {
    font-size: 15px;
    line-height: 28px;
}

.wpcf7-form-control-wrap input:focus{background-color:#fff;border:1px solid #d0a164;transition:all 0.4s ease-in-out 0s;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(185, 20, 26, 0.3);outline:0 none;}

.wpcf7-form-control-wrap.MESSAGE textarea:focus{background-color:#fff;border:1px solid #d0a164;transition:all 0.4s ease-in-out 0s;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(185, 20, 26, 0.3);outline:0 none;}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

.click-parent span.click-effect input {
    background: #d0a164 none repeat scroll 0 0;
    color: white;
    border: none;
    display: inline-block;
    font-family:'CRC25';
    font-size: 19px;
    padding: 5px;
    width: 97%;
    text-align: center;
    margin-right: 0px;
    cursor: pointer;
}

.click-parent span.click-effect input:hover {
    background: #000 none repeat scroll 0 0;
}

.input01 {
    margin-top: 23px;
}

.title01{
	font-family:'Circe-ExtraBold';
	color: #d1ae85;
    font-size: 30px;
    font-weight: 700;
	margin-bottom:30px;
}

.behance{
	width:57px;
	height:59px;
	position:relative;
	z-index:5;
	background-image: url(../images/socialnetwork.png);
	background-repeat: no-repeat;
	background-position: -1390px 0px;
}

.behance:hover{
	cursor:pointer;
	transition: all 0.4s ease-in-out 0s;
	background-image: url(../images/socialnetwork.png);
	background-repeat: no-repeat;
	background-position: -1390px -60px;
}

.pinterest{
	width:57px;
	height:59px;
	position:relative;
	z-index:5;
	background-image: url(../images/socialnetwork.png);
	background-repeat: no-repeat;
	background-position: -1112px 0px;
}

.pinterest:hover{
	cursor:pointer;
	transition: all 0.4s ease-in-out 0s;
	background-image: url(../images/socialnetwork.png);
	background-repeat: no-repeat;
	background-position: -1112px -60px;
}

.linkedin{
	width:57px;
	height:59px;
	position:relative;
	z-index:5;
	background-image: url(../images/socialnetwork.png);
	background-repeat: no-repeat;
	background-position: -833px 0px;
}

.linkedin:hover{
	cursor:pointer;
	transition: all 0.4s ease-in-out 0s;
	background-image: url(../images/socialnetwork.png);
	background-repeat: no-repeat;
	background-position: -833px -60px;
}

.facebook{
	width:57px;
	height:59px;
	position:relative;
	z-index:5;
	background-image: url(../images/socialnetwork.png);
	background-repeat: no-repeat;
	background-position: -556px 0px;
}

.facebook:hover{
	cursor:pointer;
	transition: all 0.4s ease-in-out 0s;
	background-image: url(../images/socialnetwork.png);
	background-repeat: no-repeat;
	background-position: -556px -60px;
}

.telegram{
	width:57px;
	height:59px;
	position:relative;
	z-index:5;
	background-image: url(../images/socialnetwork.png);
	background-repeat: no-repeat;
	background-position: -277px 0px;
}

.telegram:hover{
	cursor:pointer;
	transition: all 0.4s ease-in-out 0s;
	background-image: url(../images/socialnetwork.png);
	background-repeat: no-repeat;
	background-position: -277px -60px;
}

.instagram{
	width:57px;
	height:59px;
	position:relative;
	z-index:5;
	background-image: url(../images/socialnetwork.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.instagram:hover{
	cursor:pointer;
	transition: all 0.4s ease-in-out 0s;
	background-image: url(../images/socialnetwork.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}

.item05{
	padding-left: 70px;
	width:16.666%;
	height:59px;
	float:left;
	margin-top: 45px;
	text-align:center;
}

.item05 h1{
    text-transform: none;
    color: #fff;
    opacity: 0.3;
    font-family: 'CRC25';
    font-size: 18px;
    font-weight: 100;
    text-align: left;
    right: 35px;
    position: relative;
    top: -5px;
}

.item05 h1 a{
	text-decoration:none;
}

.item05 h1 a:hover{
	color:#ce9c69;
	opacity:1;
	transition: all 0.4s ease-in-out 0s;
}

.content-item05 {
    width: 100%;
    height: 150px;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 50px;
}

@media screen and (min-width: 1441px) {
    .team__bg {
        font-size: 180px;
    }
}
@media only screen and (min-width: 1201px) {
    .team .card:hover .card__bg:after {
        opacity: 1;
    }
    .team .card:hover .card__name {
        opacity: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .team {
        padding-top: 261px;
        padding-bottom: 73px;
    }
    .team__bg {
        top: 132px;
    }
    .team__scroll {
        top: 36px;
    }
    .team .card {
        width: calc(100% / 5);
    }
    .team .card__bg:after {
        opacity: 1;
        background: rgba(0, 0, 0, 0.45);
    }
    .team .card__title {
        font-size: 14px;
        line-height: 18px;
    }
    .team .card__name {
        font-size: 14px;
        opacity: 1;
        padding: 11px 16px;
    }
    .team .card:after {
        padding-top: 99.5%;
    }
}
@media only screen and (max-width: 767px) {
    .team {
        padding-top: 61px;
        padding-bottom: 11px;
    }
    .team__bg,
    .team__scroll {
        display: none;
    }
    .team__inner_desk {
        display: none;
    }
    .team__inner_mob {
        display: block;
    }
    .team__h2 {
        color: #fff;
        margin-bottom: 33px;
    }
    .team .card__name {
        font-size: 18px;
        padding: 19px 16px;
    }
    .team .card:after {
        padding-top: 71%;
    }
    .division {
        padding-bottom: 43px;
    }
    .division__title {
        color: #fff;
        text-align: center;
        font-size: 14px;
        margin-bottom: 28px;
    }
    .division .slick-arrow {
        position: absolute;
        top: calc(50% - 18px);
        width: 40px;
        height: 40px;
        color: transparent;
        z-index: 1;
    }
    .division .slick-arrow:before {
        content: "";
        position: absolute;
        top: 14px;
        width: 9px;
        height: 9px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        z-index: 1;
    }
    .division .slick-prev {
        left: 0px;
    }
    .division .slick-prev:before {
        left: 18px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .division .slick-next {
        right: 0px;
    }
    .division .slick-next:before {
        right: 18px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

/*# sourceMappingURL=team.css.map */
.awards {
    padding: 377px 0 0px;
    position: relative;
    background-color: #f7f7f7;
}
.awards__cut {
    overflow: hidden;
}
.awards__scroll {
    top: 112px;
}
.awards__bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 225px;
    line-height: 1;
    font-size: 12.5vw;
    letter-spacing: 7.1vw;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.02;
    text-shadow: 9px 17px 25px rgba(0, 0, 0, 0.12);
    font-weight: 700;
    z-index: 0;
}
.awards__bg .line {
    margin-left: 5vw;
}
.awards__bg .letter {
    -webkit-transform: translate3d(0px, 200px, 1px);
    transform: translate3d(0px, 200px, 1px);
}
.awards__content {
    padding-left: 52.3%;
    margin-bottom: 144px;
}
.awards__h2 {
    margin-bottom: 29px;
}
.awards__text {
    margin-bottom: 30px;
}
.awards__text p {
    margin: 0 0 10px;
}
.awards__list {
    font-size: 0;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 20px;
    width: calc(100% - -226px);
    margin-left: -113px;
}
.awards__list:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(224, 224, 224, 0.6);
    top: 0;
    left: 50%;
    z-index: 0;
}
.awards__list_tablet {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
}
.awards__button {
    color: #000;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    width: 200px;
    margin: 20px auto 0 auto;
    display: block;
    padding: 10px;
    display: none;
}
.awards__button_show {
    display: block;
}
.awards .card {
    font-size: 0;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    padding: 72px 0;
    display: block;
}
.awards .card__column {
    display: inline-block;
    vertical-align: middle;
    width: calc((100% - 78px) / 2);
}
.awards .card__column_left {
    text-align: right;
}
.awards .card__column_left .card__img {
    margin-left: 24px;
}
.awards .card__column_right {
    text-align: left;
}
.awards .card__column_right .card__img {
    margin-right: 24px;
}
.awards .card__separator {
    display: inline-block;
    vertical-align: middle;
    width: 78px;
    height: 24px;
    background-color: #f7f7f7;
    position: relative;
}
.awards .card__separator:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.awards .card__separator:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.awards .card__img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 45px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.awards .card__title {
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
    width: calc(100% - 90px);
    display: inline-block;
    padding-left: 0;
}
.awards .card__text {
    line-height: 20px;
    font-size: 14px;
    color: #828282;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
}
.awards .card__bg {
    position: absolute;
    top: -41px;
    left: -73px;
    line-height: 1;
    font-size: 180px;
    letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.02;
    text-shadow: 9px 17px 25px rgba(0, 0, 0, 0.12);
    font-weight: 700;
    z-index: -1;
}
.year {
    position: relative;
    top: -14px;
}
.year__number {
    position: absolute;
    top: 70px;
    font-family: Circe;
    line-height: 1;
    font-size: 140px;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.02;
    text-shadow: 9px 17px 25px rgba(0, 0, 0, 0.12);
    font-weight: 900;
}
.year_left .year__number {
    left: -113px;
    left: 0;
}
.year_right .year__number {
    right: -113px;
    right: 0;
}



@media screen and (min-width: 1441px) {
    .awards .card__title,
    .awards .card__text {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1201px) {
    .awards .card:hover .card__separator:before {
        border: 1px solid #4c4c4c;
        background-color: #4c4c4c;
    }
    .awards .card:hover .card__separator:after {
        background-color: #f7f7f7;
    }
    .awards .card:hover .card__img {
        opacity: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .awards {
        padding-top: 142px;
    }
    .awards__cut {
        padding-top: 5px;
    }
    .awards__bg {
        top: 108px;
    }
    .awards__scroll {
        top: 36px;
    }
    .awards__content {
        padding-left: 0;
        max-width: 300px;
        margin-bottom: 50px;
    }
    .awards__h2 {
        margin-bottom: 44px;
    }
    .awards__list:after {
        left: 5px;
    }
    .awards__list_desk {
        display: none;
    }
    .awards__list_tablet {
        display: block;
    }
    .awards__button {
        margin-top: 44px;
    }
    .awards .card {
        padding-top: 0;
        padding-bottom: 32px;
        padding-left: 29px;
        position: relative;
    }
    .awards .card__head {
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        padding-bottom: 13px;
    }
    .awards .card__separator {
        position: absolute;
        width: 24px;
        left: -6px;
        top: -6px;
    }
    .awards .card__content {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 45px);
        padding-right: 70px;
    }
    .awards .card__text {
        width: 100%;
        margin-bottom: 14px;
    }
    .awards .card__img {
        vertical-align: top;
    }
    .awards .card__link {
        font-size: 14px;
        line-height: 1;
        color: #4c4c4c;
        font-weight: 700;
    }
}
@media only screen and (max-width: 767px) {
    .awards {
        padding-top: 63px;
    }
    .awards__bg {
        display: none;
    }
    .awards__h2 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 33px;
    }
    .awards__text p {
        font-size: 14px;
        line-height: 23px;
    }
    .awards__button {
        margin-top: 0;
    }
    .awards .card__head {
        text-align: left;
        line-height: 18px;
        padding-bottom: 0;
    }
    .awards .card__separator {
        top: calc(50% - 28px);
    }
    .awards .card__body {
        padding-top: 11px;
        display: none;
    }
    .awards .card__content {
        padding-right: 10px;
        vertical-align: middle;
    }
    .awards .card__text {
        line-height: 21px;
        margin-bottom: 12px;
    }
    .awards .card__img {
        vertical-align: middle;
    }
    .awards .card_active .card__separator:before {
        border: 1px solid #4c4c4c;
        background-color: #4c4c4c;
    }
    .awards .card_active .card__separator:after {
        background-color: #f7f7f7;
    }
    .awards .card_active .card__img {
        opacity: 1;
    }
}

/*# sourceMappingURL=awards.css.map */
.grecaptcha-badge {
    display: none !important;
}

@media screen and (max-width: 768px) {
	
	.logo-client {
		width: 50%;
		height: 100%;
		margin-top: 10px;
		margin-bottom: 80px;
	}
	
	.clients {
		height: 5330px;
	}
	
	
}

@media screen and (max-width: 767px) {
	
	.logo-client {
		width: 100%;
		height: 100%;
		margin-top: 10px;
		margin-bottom: 80px;
	}
	
	.clients {
		height: 10130px;
	}
	
    .footer_main {
        margin-top: -220px;
        z-index: 2;
    }
    .map .info {
        padding-bottom: 250px !important;
    }
	
	.header_dark .logo__svg_dark {
		top: 23px;
	}
	
	
}

@media screen and (max-width: 480px) {
	
	 .header__bg {
		height: 127px;
	}

}

@media screen and (max-width: 350px) {
    .footer_main {
        margin-top: -220px;
    }
    .map .info {
        padding-bottom: 250px;
    }

    .footer .footer__inner {
        padding-bottom: 20px !important;
    }

    .footer_main .footer__inner {
        padding-bottom: 20px !important;
    }
}
