.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.text-uppercase {
text-transform: uppercase !important;
}
.acf-map {
width: 100%;
height: 300px;
} .acf-map img {
max-width: inherit !important;
}
.form-box {
position: relative;
}
.form-box .ajax-loader {
position: absolute;
bottom: 16px;
left: 5px;
z-index: 1;
mix-blend-mode: color-dodge;
pointer-events: none;
}
.loader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
background-color: rgba(0, 0, 0, .33);
}
@media only screen and (max-width: 768px) {
.only-desktop{
display:none;
}
}
@media only screen and (min-width: 768px) {
.only-mobile{
display:none;
}
}
.sub-item{padding-left:4rem !important;}:root {
--font-size-title--lg: 3.2rem;
--font-size-title--md: 2.8rem;
--font-size-title--xs: 2.2rem;
--font-size-text: 1.6rem;
--font-size-title--xl: 6rem;
--font-size-title--sm: 2.6rem;
--font-size-title--xxs: 1.7rem;
--gallery-item-height: 20rem;
--sidebar-width: 41rem;
--swiper-theme-color: #4E3758;
--swiper-pagination-color: #ffffff;
--menu-item-color: 255, 255, 255;
--subpage-items-color: 255, 255, 255;
--slider-image-width: 16rem;
--search-category-width: 251px;
--search-category-result-width: calc(var(--search-category-width) + 2rem);
--font-size-toptitle: 2rem;
--container-width: 140rem;
--container-gutter: 16px;
--container-pusher: calc((100vw - var(--container-width))/2);
--info-content-gutter: 13.8rem;
--container-small-padding: 13.8rem;
--container-medium-padding: 13.8rem;
--container-xsmall-padding: 23.6rem;
--news-image-height: 32rem;
--news-content-gutter: 13.8rem;
--header-item-gutter: 1rem;
--intro-slider-duration: 1s;
--video-btn-width: 38rem;
--box-height: 32rem;
--media-detail-gallery-item-height: 50rem;
--media-item-height: 50rem;
--input-height: 5rem;
--register-content-padding: 16.4rem;
--form-content-padding: 8rem; }
@media (min-width: 576px) {
:root {
--container-width: 540px; } }
@media (min-width: 768px) {
:root {
--container-width: 720px; } }
@media (min-width: 992px) {
:root {
--container-width: 960px; } }
@media (min-width: 1200px) {
:root {
--container-width: 1150px; } }
@media (min-width: 1541px) {
:root {
--container-width: 160rem; } }
@media (max-width: 1540px) {
:root {
--search-category-width: 220px;
--container-xsmall-padding: 13.8rem;
--container-medium-padding: 6rem;
--video-btn-width: 30rem;
--register-content-padding: 9.4rem; } }
@media (max-width: 1367px) {
:root {
--info-content-gutter: 9rem; } }
@media (max-width: 1349px) {
:root {
--search-category-width: 200px; } }
@media (max-width: 1200px) {
:root {
--slider-image-width: 14rem;
--font-size-title--xxl: 5.5rem;
--font-size-title--xl: 5rem;
--font-size-title--lg: 4rem;
--font-size-title--mlg: 3.8rem;
--font-size-title--xmd: 3.5rem;
--font-size-title--md: 3.5rem;
--font-size-title--sm: 3rem;
--font-size-title--xsm: 2.2rem;
--font-size-title--xs: 1.8rem;
--font-size-title--xxs: 1.6rem;
--font-size-toptitle: 1.8rem;
--container-medium-padding: var(--container-gutter);
--container-small-padding: var(--container-gutter);
--sidebar-width: 35rem;
--gallery-item-height: 16rem;
--container-xsmall-padding: 8rem;
--box-height: 28rem;
--form-content-padding: 6rem; } }
@media (max-width: 991px) {
:root {
--container-xsmall-padding: var(--container-gutter);
--register-content-padding: 0rem; } }
@media (max-width: 767px) {
:root {
--font-size-title--xxl: 4rem;
--font-size-title--xl: 26px;
--font-size-title--lg: 3.2rem;
--font-size-title--mlg: 3.2rem;
--font-size-title--xmd: 3rem;
--font-size-title--md: 2.9rem;
--font-size-title--sm: 2.6rem;
--font-size-title--xsm: 2.2rem;
--font-size-title--xs: 1.8rem;
--font-size-title--xxs: 1.6rem;
--font-size-toptitle: 16px;
--search-category-width: 100%; } }
@media (max-width: 576px) {
:root {
--container-gutter: 25px;
--container-pusher: 0; } }
@media (max-width: 480px) {
:root {
--box-height: 24rem;
--form-content-padding: 4rem;
--gallery-item-height: 13rem; } }
@media (max-width: 424px) {
:root {
--form-content-padding: var(--container-gutter);
--gallery-item-height: 16rem; } }
@media (max-width: 350px) {
:root {
--container-gutter: 16px;
--gallery-item-height: 15rem; } }
@font-face {
font-family: 'Gotham Book';
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Book.eot);
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Book.eot?#iefix) format("embedded-opentype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Book.woff2) format("woff2"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Book.woff) format("woff"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Book.ttf) format("truetype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Book.svg#Gotham-Book) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Gotham';
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Light.eot);
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Light.eot?#iefix) format("embedded-opentype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Light.woff2) format("woff2"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Light.woff) format("woff"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Light.ttf) format("truetype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Light.svg#Gotham-Light) format("svg");
font-weight: 300;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Gotham';
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Book_1.eot);
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Book_1.eot?#iefix) format("embedded-opentype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Book_1.woff2) format("woff2"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Book_1.woff) format("woff"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Book_1.ttf) format("truetype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Book_1.svg#Gotham-Book) format("svg");
font-weight: 400;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Gotham Ultra';
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Ultra.eot);
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Ultra.eot?#iefix) format("embedded-opentype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Ultra.woff2) format("woff2"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Ultra.woff) format("woff"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Ultra.ttf) format("truetype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Ultra.svg#Gotham-Ultra) format("svg");
font-weight: 500;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Gotham';
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Light_1.eot);
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Light_1.eot?#iefix) format("embedded-opentype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Light_1.woff2) format("woff2"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Light_1.woff) format("woff"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Light_1.ttf) format("truetype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Light_1.svg#Gotham-Light) format("svg");
font-weight: 300;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Gotham';
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Medium.eot);
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Medium.eot?#iefix) format("embedded-opentype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Medium.woff2) format("woff2"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Medium.woff) format("woff"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Medium.ttf) format("truetype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Medium.svg#Gotham-Medium) format("svg");
font-weight: 500;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Gotham';
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Thin.eot);
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Thin.eot?#iefix) format("embedded-opentype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Thin.woff2) format("woff2"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Thin.woff) format("woff"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Thin.ttf) format("truetype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Thin.svg#Gotham-Thin) format("svg");
font-weight: 100;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Gotham';
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Thin_1.eot);
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Thin_1.eot?#iefix) format("embedded-opentype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Thin_1.woff2) format("woff2"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Thin_1.woff) format("woff"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Thin_1.ttf) format("truetype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Thin_1.svg#Gotham-Thin) format("svg");
font-weight: 100;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Gotham';
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Medium_1.eot);
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Medium_1.eot?#iefix) format("embedded-opentype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Medium_1.woff2) format("woff2"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Medium_1.woff) format("woff"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Medium_1.ttf) format("truetype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Medium_1.svg#Gotham-Medium) format("svg");
font-weight: 500;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Gotham Ultra';
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Ultra_1.eot);
src: url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Ultra_1.eot?#iefix) format("embedded-opentype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Ultra_1.woff2) format("woff2"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Ultra_1.woff) format("woff"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Ultra_1.ttf) format("truetype"), url(//zeytinburnu.istanbul/wp-content/themes/zb-theme/assets/fonts/Gotham-Ultra_1.svg#Gotham-Ultra) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap; }
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth; } }
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important; }
@-ms-viewport {
width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
body {
margin: 0; }
[tabindex="-1"]:focus {
outline: 0 !important; }
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem; }
p {
margin-top: 0;
margin-bottom: 0; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 400; }
dd {
margin-bottom: .5rem;
margin-left: 0; }
blockquote {
margin: 0 0 1rem; }
dfn {
font-style: italic; }
b,
strong {
font-weight: bolder; }
small {
font-size: 80%; }
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
a {
color: #515151;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects; }
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):focus {
outline: 0; }
pre,
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em; }
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar; }
figure {
margin: 0 0 1rem; }
img {
vertical-align: middle;
border-style: none; }
svg:not(:root) {
overflow: hidden; }
table {
border-collapse: collapse; }
caption {
color: rgba(81, 81, 81, 0.4);
text-align: left;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: .5rem; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }
textarea {
overflow: auto;
resize: vertical; }
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal; }
progress {
vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button; }
output {
display: inline-block; }
summary {
display: list-item;
cursor: pointer; }
template {
display: none; }
[hidden] {
display: none !important; }
*,
::after,
::before {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
a {
text-decoration: none;
-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
p {
margin: 0; }
.icon-font {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor; }
.overflow-wrapper {
overflow: hidden;
width: 100%; } html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-overflow-style: scrollbar; }
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
.container,
.container-fluid {
width: 100%;
padding-right: var(--container-gutter);
padding-left: var(--container-gutter);
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container, .container-sm {
max-width: 540px; } }
@media (min-width: 768px) {
.container, .container-sm, .container-md {
max-width: 720px; } }
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px; } }
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1140px; } }
.row {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: calc(-1 * var(--container-gutter));
margin-left: calc(-1 * var(--container-gutter)); }
.no-gutters {
margin-right: 0;
margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: var(--container-gutter);
padding-left: var(--container-gutter); }
.col {
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
max-width: 100%; }
.col-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
order: 0; }
.order-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1; }
.order-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2; }
.order-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3; }
.order-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4; }
.order-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5; }
.order-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6; }
.order-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7; }
.order-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8; }
.order-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9; }
.order-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10; }
.order-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11; }
.order-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
order: 12; }
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
max-width: 100%; }
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-sm-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-sm-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-sm-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-sm-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1; }
.order-sm-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
order: 13; }
.order-sm-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
order: 0; }
.order-sm-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1; }
.order-sm-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2; }
.order-sm-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3; }
.order-sm-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4; }
.order-sm-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5; }
.order-sm-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6; }
.order-sm-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7; }
.order-sm-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8; }
.order-sm-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9; }
.order-sm-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10; }
.order-sm-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11; }
.order-sm-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.333333%; }
.offset-sm-2 {
margin-left: 16.666667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.333333%; }
.offset-sm-5 {
margin-left: 41.666667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.333333%; }
.offset-sm-8 {
margin-left: 66.666667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.333333%; }
.offset-sm-11 {
margin-left: 91.666667%; } }
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
max-width: 100%; }
.col-md-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-md-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-md-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-md-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-md-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-md-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-md-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-md-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-md-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-md-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1; }
.order-md-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
order: 13; }
.order-md-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
order: 0; }
.order-md-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1; }
.order-md-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2; }
.order-md-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3; }
.order-md-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4; }
.order-md-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5; }
.order-md-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6; }
.order-md-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7; }
.order-md-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8; }
.order-md-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9; }
.order-md-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10; }
.order-md-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11; }
.order-md-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.333333%; }
.offset-md-2 {
margin-left: 16.666667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.333333%; }
.offset-md-5 {
margin-left: 41.666667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.333333%; }
.offset-md-8 {
margin-left: 66.666667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.333333%; }
.offset-md-11 {
margin-left: 91.666667%; } }
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-lg-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-lg-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-lg-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-lg-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1; }
.order-lg-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
order: 13; }
.order-lg-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
order: 0; }
.order-lg-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1; }
.order-lg-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2; }
.order-lg-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3; }
.order-lg-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4; }
.order-lg-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5; }
.order-lg-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6; }
.order-lg-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7; }
.order-lg-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8; }
.order-lg-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9; }
.order-lg-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10; }
.order-lg-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11; }
.order-lg-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.333333%; }
.offset-lg-2 {
margin-left: 16.666667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.333333%; }
.offset-lg-5 {
margin-left: 41.666667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.333333%; }
.offset-lg-8 {
margin-left: 66.666667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.333333%; }
.offset-lg-11 {
margin-left: 91.666667%; } }
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
max-width: 100%; }
.col-xl-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-xl-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%; }
.col-xl-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%; }
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%; }
.col-xl-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%; }
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%; }
.col-xl-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1; }
.order-xl-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
order: 13; }
.order-xl-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
order: 0; }
.order-xl-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1; }
.order-xl-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2; }
.order-xl-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3; }
.order-xl-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4; }
.order-xl-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5; }
.order-xl-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6; }
.order-xl-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7; }
.order-xl-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8; }
.order-xl-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9; }
.order-xl-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10; }
.order-xl-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11; }
.order-xl-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.333333%; }
.offset-xl-2 {
margin-left: 16.666667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.333333%; }
.offset-xl-5 {
margin-left: 41.666667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.333333%; }
.offset-xl-8 {
margin-left: 66.666667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.333333%; }
.offset-xl-11 {
margin-left: 91.666667%; } }
.d-none {
display: none !important; }
.d-inline {
display: inline !important; }
.d-inline-block {
display: inline-block !important; }
.d-block {
display: block !important; }
.d-table {
display: table !important; }
.d-table-row {
display: table-row !important; }
.d-table-cell {
display: table-cell !important; }
.d-flex {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important; }
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: inline-flex !important; }
@media (min-width: 576px) {
.d-sm-none {
display: none !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-block {
display: block !important; }
.d-sm-flex {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important; }
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: inline-flex !important; } }
@media (min-width: 768px) {
.d-md-none {
display: none !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-block {
display: block !important; }
.d-md-flex {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important; }
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: inline-flex !important; } }
@media (min-width: 992px) {
.d-lg-none {
display: none !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-block {
display: block !important; }
.d-lg-flex {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important; }
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: inline-flex !important; } }
@media (min-width: 1200px) {
.d-xl-none {
display: none !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-block {
display: block !important; }
.d-xl-flex {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important; }
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: inline-flex !important; } }
@-webkit-keyframes modal-video {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes modal-video {
from {
opacity: 0; }
to {
opacity: 1; } }
@-webkit-keyframes modal-video-inner {
from {
-webkit-transform: translate(0, 100px);
transform: translate(0, 100px); }
to {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes modal-video-inner {
from {
-webkit-transform: translate(0, 100px);
transform: translate(0, 100px); }
to {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
.modal-video {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1000000;
cursor: pointer;
opacity: 1;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-name: modal-video;
animation-name: modal-video;
-webkit-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out; }
.modal-video-close {
opacity: 0; }
.modal-video-close .modal-video-movie-wrap {
-webkit-transform: translate(0, 100px);
-ms-transform: translate(0, 100px);
transform: translate(0, 100px); }
.modal-video-body {
max-width: 940px;
width: 100%;
height: 100%;
margin: 0 auto;
display: table; }
.modal-video-inner {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%; }
.modal-video-movie-wrap {
width: 100%;
height: 0;
position: relative;
padding-bottom: 56.25%;
background-color: #333;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-name: modal-video-inner;
animation-name: modal-video-inner;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
.modal-video-movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.modal-video-close-btn {
position: absolute;
z-index: 2;
top: -35px;
right: -35px;
display: inline-block;
width: 35px;
height: 35px;
overflow: hidden;
border: none;
background: transparent; }
.modal-video-close-btn:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.modal-video-close-btn:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.modal-video-close-btn:before, .modal-video-close-btn:after {
content: '';
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background: #fff;
border-radius: 5px;
margin-top: -6px; } @font-face {
font-family: swiper-icons;
src: url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
font-weight: 400;
font-style: normal; }
:root {
--swiper-theme-color:#007aff; }
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1; }
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0); }
.swiper-container-multirow > .swiper-wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.swiper-container-multirow-column > .swiper-wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto; }
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform; }
.swiper-slide-invisible-blank {
visibility: hidden; }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
height: auto; }
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition-property: height,-webkit-transform;
transition-property: height,-webkit-transform;
-o-transition-property: transform,height;
transition-property: transform,height;
transition-property: transform,height,-webkit-transform; }
.swiper-container-3d {
-webkit-perspective: 1200px;
perspective: 1200px; }
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none;
-ms-overflow-style: none; }
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none; }
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start; }
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
-webkit-scroll-snap-type: x mandatory;
-ms-scroll-snap-type: x mandatory;
scroll-snap-type: x mandatory; }
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
-webkit-scroll-snap-type: y mandatory;
-ms-scroll-snap-type: y mandatory;
scroll-snap-type: y mandatory; }
:root {
--swiper-navigation-size:44px; }
.swiper-button-next, .swiper-button-prev {
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size)/ 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
z-index: 10;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
opacity: .35;
cursor: auto;
pointer-events: none; }
.swiper-button-next:after, .swiper-button-prev:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
line-height: 1; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
left: 10px;
right: auto; }
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
content: 'prev'; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
right: 10px;
left: auto; }
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
content: 'next'; }
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
--swiper-navigation-color:#ffffff; }
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
--swiper-navigation-color:#000000; }
.swiper-button-lock {
display: none; }
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: .3s opacity;
-o-transition: .3s opacity;
transition: .3s opacity;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10; }
.swiper-pagination.swiper-pagination-hidden {
opacity: 0; }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%; }
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transform: scale(0.33);
-ms-transform: scale(0.33);
transform: scale(0.33);
position: relative; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
-webkit-transform: scale(0.66);
-ms-transform: scale(0.66);
transform: scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
-webkit-transform: scale(0.33);
-ms-transform: scale(0.33);
transform: scale(0.33); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
-webkit-transform: scale(0.66);
-ms-transform: scale(0.66);
transform: scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
-webkit-transform: scale(0.33);
-ms-transform: scale(0.33);
transform: scale(0.33); }
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2; }
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer; }
.swiper-pagination-bullet-active {
opacity: 1;
background: var(--swiper-pagination-color, var(--swiper-theme-color)); }
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0); }
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 6px 0;
display: block; }
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px; }
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
-webkit-transition: .2s transform,.2s top;
-o-transition: .2s transform,.2s top;
transition: .2s transform,.2s top; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: .2s transform,.2s left;
-o-transition: .2s transform,.2s left;
transition: .2s transform,.2s left; }
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: .2s transform,.2s right;
-o-transition: .2s transform,.2s right;
transition: .2s transform,.2s right; }
.swiper-pagination-progressbar {
background: rgba(0, 0, 0, 0.25);
position: absolute; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; }
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top; }
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0; }
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
width: 4px;
height: 100%;
left: 0;
top: 0; }
.swiper-pagination-white {
--swiper-pagination-color:#ffffff; }
.swiper-pagination-black {
--swiper-pagination-color:#000000; }
.swiper-pagination-lock {
display: none; }
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1); }
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%; }
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%; }
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0; }
.swiper-scrollbar-cursor-drag {
cursor: move; }
.swiper-scrollbar-lock {
display: none; }
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center; }
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain; }
.swiper-slide-zoomed {
cursor: move; }
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s infinite linear;
animation: swiper-preloader-spin 1s infinite linear;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent; }
.swiper-lazy-preloader-white {
--swiper-preloader-color:#fff; }
.swiper-lazy-preloader-black {
--swiper-preloader-color:#000; }
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000; }
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity; }
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none; }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto; }
.swiper-container-cube {
overflow: visible; }
.swiper-container-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%; }
.swiper-container-cube .swiper-slide .swiper-slide {
pointer-events: none; }
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible; }
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0; }
.swiper-container-flip {
overflow: visible; }
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1; }
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none; }
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto; }
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.swiper-pagination-bullet {
width: 12px;
height: 12px;
background: rgba(223, 226, 231, 0.5);
opacity: 1; }
@media (max-width: 767px) {
.swiper-pagination-bullet {
width: 8px;
height: 8px; } }
.swiper-pagination-bullet-active {
background: var(--swiper-pagination-color); }
.swiper-pagination-bullet-active-prev {
-webkit-transform: scale(1) !important;
-ms-transform: scale(1) !important;
transform: scale(1) !important; }
.swiper-pagination-bullet-active-prev-prev {
-webkit-transform: scale(1) !important;
-ms-transform: scale(1) !important;
transform: scale(1) !important; }
.swiper-pagination-bullet-active-next {
-webkit-transform: scale(1) !important;
-ms-transform: scale(1) !important;
transform: scale(1) !important; }
.swiper-pagination-bullet-active-next-next {
-webkit-transform: scale(1) !important;
-ms-transform: scale(1) !important;
transform: scale(1) !important; }
.swiper-button:hover .btn {
color: #FFF !important; }
.swiper-button .btn {
font-size: 1.5rem;
color: rgba(81, 81, 81, 0.6); }
@media (max-width: 576px) {
.swiper-button .btn {
width: 30px;
height: 30px;
font-size: 8px; } }
.swiper-button-disabled {
opacity: 1 !important;
pointer-events: all !important; }
.swiper-button-disabled:hover .btn {
background: #FFF;
color: inherit !important; }
.swiper-button-disabled .btn__icon {
color: rgba(81, 81, 81, 0.2) !important; }
.swiper-button-next {
width: unset;
z-index: 4; }
.swiper-button-next::after {
content: unset; }
.swiper-button-prev {
width: unset;
z-index: 4; }
.swiper-button-prev::after {
content: unset; }
.swiper-container.visible-active {
overflow: visible; }
.swiper-container.visible-active .swiper-slide {
opacity: 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
pointer-events: none; }
.swiper-container.visible-active .swiper-slide.is-visible {
opacity: 1;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
-webkit-transform: translateZ(0) scale(1, 1);
transform: translateZ(0) scale(1, 1);
pointer-events: all; }
.swiper-arrows {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 4.5rem;
margin: 0 auto; }
.swiper-arrows .swiper-button-prev {
margin-right: 2rem;
left: unset; }
.swiper-arrows .swiper-button-prev::after {
content: '';
background: #dfe2e7;
width: 10px;
height: 100%;
position: absolute;
right: -5px;
top: 0; }
.swiper-arrows .swiper-button-prev:not(.swiper-button-disabled):hover span, .swiper-arrows .swiper-button-prev:not(.swiper-button-disabled):focus span {
-webkit-transform: translateX(-5px) scale(1, 1) translateZ(0);
transform: translateX(-5px) scale(1, 1) translateZ(0); }
.swiper-arrows .swiper-button-next::after {
content: '';
background: #dfe2e7;
width: 10px;
height: 100%;
position: absolute;
left: -5px;
top: 0; }
.swiper-arrows .swiper-button-next:not(.swiper-button-disabled):hover span, .swiper-arrows .swiper-button-next:not(.swiper-button-disabled):focus span {
-webkit-transform: translateX(5px) scale(1, 1) translateZ(0);
transform: translateX(5px) scale(1, 1) translateZ(0); }
.swiper-arrows__btn {
position: relative;
color: #bd2c18;
-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
outline: 0 !important;
width: 36px;
height: 16px; }
.swiper-arrows__btn::after {
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s; }
.swiper-arrows__btn.bg-white::after {
background: #FFF; }
.swiper-arrows__btn.bg-navy-blue {
color: rgba(255, 255, 255, 0.4); }
.swiper-arrows__btn.bg-navy-blue:not(.swiper-button-disabled):hover, .swiper-arrows__btn.bg-navy-blue:not(.swiper-button-disabled):focus {
color: #FFF; }
.swiper-arrows__btn.bg-navy-blue::after {
background: #bd2c18; }
.swiper-arrows__btn span {
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s; }
.swiper-arrows__btn.swiper-button-disabled {
opacity: .5 !important; }
.swiper-arrows__btn:not(.swiper-button-disabled):hover, .swiper-arrows__btn:not(.swiper-button-disabled):focus {
color: #bd2c18; }
.swiper-container-fade .swiper-slide {
pointer-events: all; }
.fade-slider .swiper-slide {
z-index: -1;
opacity: 0 !important; }
@media (max-width: 991px) {
.fade-slider .swiper-slide {
height: 0;
overflow: hidden; } }
.fade-slider .swiper-slide.active {
z-index: 1;
opacity: 1 !important; }
@media (max-width: 991px) {
.fade-slider .swiper-slide.active {
height: auto;
overflow: visible; } }
.swiper-arrows {
height: 6rem;
z-index: 2;
border-radius: 18px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 15.2rem;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.swiper-arrows .swiper-button-next {
margin-left: 1rem;
-webkit-transform: translateX(1rem);
-ms-transform: translateX(1rem);
transform: translateX(1rem); }
.swiper-arrows .swiper-button-next, .swiper-arrows .swiper-button-prev {
width: 7rem;
height: 100%;
top: 0;
margin: 0; }
.swiper-arrows .swiper-button-next::before, .swiper-arrows .swiper-button-next::after, .swiper-arrows .swiper-button-prev::before, .swiper-arrows .swiper-button-prev::after {
content: none; }
.swiper-arrows .swiper-button-next span, .swiper-arrows .swiper-button-prev span {
width: 2.5rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.swiper-arrows svg {
font-size: 2.5rem; }
html, body {
overflow-x: hidden;
width: 100%; }
html {
font-size: 9px; }
@media (max-width: 1540px) {
html {
font-size: 8px; } }
@media (max-width: 991px) {
html {
font-size: 9px; } }
body {
font-family: "Gotham";
font-size: 1.6rem;
background: -webkit-gradient(linear, left top, left bottom, from(#DFE4E7), to(#F4F4F6));
background: -o-linear-gradient(top, #DFE4E7, #F4F4F6);
background: linear-gradient(to bottom, #DFE4E7, #F4F4F6);
color: #515151;
font-weight: 500;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility !important; }
.container {
max-width: var(--container-width); }
@media (max-width: 576px) {
.container--mobile-full {
padding: 0; } }
button {
border: 0;
cursor: pointer; }
.overlay {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 81, 81, 0.2)), to(rgba(81, 81, 81, 0.5)));
background: -o-linear-gradient(top, rgba(81, 81, 81, 0.2) 0%, rgba(81, 81, 81, 0.5) 100%);
background: linear-gradient(180deg, rgba(81, 81, 81, 0.2) 0%, rgba(81, 81, 81, 0.5) 100%);
position: fixed;
z-index: 4;
width: 100%;
height: 100%;
min-height: 100vh;
top: 0;
left: 0;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
opacity: 0;
pointer-events: none; }
.overlay.active {
opacity: 1;
pointer-events: all; }
.modal-overlay {
background: rgba(0, 0, 0, 0.6);
position: fixed;
z-index: 14;
width: 100%;
height: 100%;
min-height: 100vh;
top: 0;
left: 0;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
opacity: 0;
pointer-events: none; }
.modal-overlay.active {
opacity: 1;
pointer-events: all; }
.sidebar-overlay {
background: rgba(68, 68, 68, 0.6);
position: fixed;
z-index: 11;
width: 100%;
height: 100%;
min-height: 100vh;
top: 0;
left: 0;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
opacity: 0;
pointer-events: none; }
.sidebar-overlay.active {
opacity: 1;
pointer-events: all; }
.search-overlay {
background: rgba(0, 0, 0, 0.6);
position: fixed;
z-index: 4;
width: 100%;
height: 100%;
min-height: 100vh;
top: 0;
left: 0;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
opacity: 0;
pointer-events: none; }
.search-overlay.active {
opacity: 1;
pointer-events: all; }
.scroll-hidden { }
@media (max-width: 768px) {
.scroll-hidden {
-webkit-overflow-scrolling: touch; } }
.scroll-hidden::-webkit-scrollbar {
width: 3px; }
.scroll-hidden::-webkit-scrollbar-track {
background: transparent; }
.scroll-hidden::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0); }
.scroll-hidden:hover::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2); }
.hidden {
display: none; }
.scroll-none {
-ms-overflow-style: none; scrollbar-width: none; }
.scroll-none::-webkit-scrollbar {
display: none; }
.modal-video-body {
padding: 0 var(--container-gutter); }
.modal-video-close-btn {
position: absolute;
z-index: 2;
top: -50px;
right: 0;
background: #fff;
width: 40px;
height: 40px;
border-radius: 50%;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
cursor: pointer; }
.modal-video-close-btn:hover, .modal-video-close-btn:focus {
background-color: #bd2c18;
outline: 0; }
.modal-video-close-btn:hover::after, .modal-video-close-btn:hover::before, .modal-video-close-btn:focus::after, .modal-video-close-btn:focus::before {
background: #fff; }
.modal-video-close-btn:hover::before, .modal-video-close-btn:focus::before {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.modal-video-close-btn:hover::after, .modal-video-close-btn:focus::after {
opacity: 0;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.modal-video-close-btn::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.modal-video-close-btn::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.modal-video-close-btn::after, .modal-video-close-btn::before {
content: '';
position: absolute;
top: 25px;
left: 10px;
width: 20px;
height: 3px;
border-radius: 10px;
background-color: #bd2c18;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.text-orange {
color: #FC9A44; }
.title-m, .title-xl {
font-size: 3.5rem;
color: #515151;
font-weight: 500;
margin-bottom: 0; }
.title-m .orange-text, .title-xl .orange-text {
color: #FC9A44; }
.title-m .white-bg, .title-xl .white-bg {
background: #ffffff;
display: block;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
padding: 2rem 2.5rem; }
.title-m .white-bg:first-child, .title-xl .white-bg:first-child {
border-radius: 22px 22px 22px 0px; }
.title-m .white-bg:nth-child(2), .title-xl .white-bg:nth-child(2) {
border-radius: 0px 22px 22px 0px; }
.title-m .white-bg:nth-child(3), .title-xl .white-bg:nth-child(3) {
border-radius: 0px 22px 22px 22px; }
.title-m .white-bg + .white-bg, .title-xl .white-bg + .white-bg {
margin-top: 1rem; }
.title-m .dark-bg, .title-xl .dark-bg {
background: #26282E;
display: block;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
padding: 2rem 2.5rem;
color: #ffffff; }
.title-m .dark-bg:first-child, .title-xl .dark-bg:first-child {
border-radius: 22px 22px 22px 0px; }
.title-m .dark-bg:nth-child(2), .title-xl .dark-bg:nth-child(2) {
border-radius: 0px 22px 22px 0px; }
.title-m .dark-bg:nth-child(3), .title-xl .dark-bg:nth-child(3) {
border-radius: 0px 22px 22px 22px; }
.title-m .dark-bg + .dark-bg, .title-xl .dark-bg + .dark-bg {
margin-top: 1rem; }
.title-w-bg {
font-size: 4.2rem;
color: #ffffff;
font-weight: 500;
margin-bottom: 0; }
.title-w-bg .red-bg {
background: #EB6767;
display: block;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
padding: 1.5rem 2.5rem; }
.title-w-bg .red-bg:first-child {
border-radius: 22px 22px 22px 0px; }
.title-w-bg .red-bg:nth-child(2) {
border-radius: 0px 22px 22px 22px; }
.title-w-bg .red-bg:nth-child(3) {
border-radius: 0px 22px 22px 22px; }
.title-w-bg .red-bg + .red-bg {
margin-top: 1rem; }
.d-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.d-block {
display: block; }
.color-red {
color: #c02e1a !important; }
.red-light {
color: #EB503E; }
.bold {
font-weight: bold; }
.black {
color: #000000; }
.border-b-1 {
border-bottom: 1px solid #bd2c18; }
.subpage-category-title {
font-size: 2.5rem;
color: #bd2c18; }
.f-size-m {
font-size: 1.8rem !important; }
.clear {
clear: both; }
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
border-bottom: 1px solid #cc0000 !important;
margin-bottom: 1.5rem !important; }
.wpcf7-form-control-wrap {
border-radius: 0 !important; }
.grecaptcha-badge {
opacity: 0 !important;
pointer-events: none !important; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
padding: 2rem;
color: #ffffff;
font-weight: 500;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
background: #c02e1a;
border: 0;
margin-left: 0;
margin-right: 0;
border-radius: 0 !important; }
.wpcf7 form.sent .wpcf7-response-output {
padding: 2rem;
color: #ffffff;
font-weight: 500;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
background: #23af47;
border: 0;
margin-left: 0;
margin-right: 0;
border-radius: 0 !important; }
.modal-map .acf-map {
height: 100% !important; }
.wpcf7-not-valid-tip {
font-size: 1.2rem;
font-weight: 500;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px); }
.grecaptcha-badge {
opacity: 0 !important;
pointer-events: none !important; }
.mb-0 {
margin-bottom: 0rem; }
.mbi-0 {
margin-bottom: 0rem !important; }
.mt-0 {
margin-top: 0rem; }
.ml-0 {
margin-left: 0rem; }
.mr-0 {
margin-right: 0rem; }
.pb-0 {
padding-bottom: 0rem; }
.pt-0 {
padding-top: 0rem; }
.mb-1 {
margin-bottom: 1rem; }
.mbi-1 {
margin-bottom: 1rem !important; }
.mt-1 {
margin-top: 1rem; }
.ml-1 {
margin-left: 1rem; }
.mr-1 {
margin-right: 1rem; }
.pb-1 {
padding-bottom: 1rem; }
.pt-1 {
padding-top: 1rem; }
.mb-2 {
margin-bottom: 2rem; }
.mbi-2 {
margin-bottom: 2rem !important; }
.mt-2 {
margin-top: 2rem; }
.ml-2 {
margin-left: 2rem; }
.mr-2 {
margin-right: 2rem; }
.pb-2 {
padding-bottom: 2rem; }
.pt-2 {
padding-top: 2rem; }
.mb-3 {
margin-bottom: 3rem; }
.mbi-3 {
margin-bottom: 3rem !important; }
.mt-3 {
margin-top: 3rem; }
.ml-3 {
margin-left: 3rem; }
.mr-3 {
margin-right: 3rem; }
.pb-3 {
padding-bottom: 3rem; }
.pt-3 {
padding-top: 3rem; }
.mb-4 {
margin-bottom: 4rem; }
.mbi-4 {
margin-bottom: 4rem !important; }
.mt-4 {
margin-top: 4rem; }
.ml-4 {
margin-left: 4rem; }
.mr-4 {
margin-right: 4rem; }
.pb-4 {
padding-bottom: 4rem; }
.pt-4 {
padding-top: 4rem; }
.mb-5 {
margin-bottom: 5rem; }
.mbi-5 {
margin-bottom: 5rem !important; }
.mt-5 {
margin-top: 5rem; }
.ml-5 {
margin-left: 5rem; }
.mr-5 {
margin-right: 5rem; }
.pb-5 {
padding-bottom: 5rem; }
.pt-5 {
padding-top: 5rem; }
.mb-6 {
margin-bottom: 6rem; }
.mbi-6 {
margin-bottom: 6rem !important; }
.mt-6 {
margin-top: 6rem; }
.ml-6 {
margin-left: 6rem; }
.mr-6 {
margin-right: 6rem; }
.pb-6 {
padding-bottom: 6rem; }
.pt-6 {
padding-top: 6rem; }
.ml-auto {
margin-left: auto; }
@media (max-width: 767px) {
.mb-mobile-0 {
margin-bottom: 0rem; }
.mb-mobile-1 {
margin-bottom: 0.5rem; }
.mb-mobile-2 {
margin-bottom: 1rem; }
.mb-mobile-3 {
margin-bottom: 1.5rem; }
.mb-mobile-4 {
margin-bottom: 2rem; }
.mb-mobile-5 {
margin-bottom: 2.5rem; }
.mb-mobile-6 {
margin-bottom: 3rem; } }
.scroll-disabled {
overflow: hidden;
height: 100vh;
position: fixed; }
.text-center {
text-align: center; }
.rotate-90 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.rotate-180 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.rotate-270 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
.rotate-270 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
.o-hidden {
overflow: hidden; }
.divider {
width: 100%;
height: 1px;
background: rgba(81, 81, 81, 0.1); }
.divider--light {
background: rgba(81, 81, 81, 0.05); }
.divider.mb-0 {
margin-bottom: 0 !important; }
.divider--1 {
margin: 1rem 0; }
.divider--2 {
margin: 2rem 0; }
.divider--3 {
margin: 3rem 0; }
.divider--4 {
margin: 4rem 0; }
.divider--5 {
margin: 5rem 0; }
.divider--6 {
margin: 6rem 0; }
.divider--7 {
margin: 7rem 0; }
.divider--8 {
margin: 8rem 0; }
.divider--9 {
margin: 9rem 0; }
.divider--10 {
margin: 10rem 0; }
@media (max-width: 767px) {
.divider--mobile-1 {
margin: 0.5rem 0; }
.divider--mobile-2 {
margin: 1rem 0; }
.divider--mobile-3 {
margin: 1.5rem 0; }
.divider--mobile-4 {
margin: 2rem 0; }
.divider--mobile-5 {
margin: 2.5rem 0; }
.divider--mobile-6 {
margin: 3rem 0; }
.divider--mobile-7 {
margin: 3.5rem 0; }
.divider--mobile-8 {
margin: 4rem 0; }
.divider--mobile-9 {
margin: 4.5rem 0; }
.divider--mobile-10 {
margin: 5rem 0; } }
.w-100 {
width: 100%; }
.sticky-item {
position: -webkit-sticky;
position: sticky;
top: 30px; }
.sticky-item.static {
position: static; }
@media (max-width: 767px) {
.hidden-tablet-small-under {
display: none !important; } }
@media (max-width: 576px) {
.hidden-mobile-xl {
display: none !important; } }
@media (max-width: 424px) {
.hidden-mobile-lg {
display: none !important; } }
@media (max-width: 374px) {
.hidden-mobile-sm {
display: none !important; } }
@media (max-width: 350px) {
.hidden-mobile-xs {
display: none !important; } }
@media (min-width: 768px) {
.only-mobile {
display: none; } }
@media (max-width: 767px) {
.only-mobile {
display: block; }
.only-desktop {
display: none; } }
.input {
border: none;
outline: none;
width: 100%;
color: #515151;
font-size: 1.5rem;
font-weight: 500;
padding: 0;
height: 100%;
border-radius: inherit;
background: transparent;
border-bottom: 1px solid #000000; }
.input::-webkit-outer-spin-button, .input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; }
.input::-webkit-input-placeholder {
font-weight: 500;
color: rgba(81, 81, 81, 0.5); }
.input::-moz-placeholder {
font-weight: 500;
color: rgba(81, 81, 81, 0.5); }
.input:-ms-input-placeholder {
font-weight: 500;
color: rgba(81, 81, 81, 0.5); }
.input::-ms-input-placeholder {
font-weight: 500;
color: rgba(81, 81, 81, 0.5); }
.input::placeholder {
font-weight: 500;
color: rgba(81, 81, 81, 0.5); }
.input[type="number"] {
-moz-appearance: textfield; }
.input:focus {
border-bottom: 1px solid #000; }
.input-outer {
width: 100%;
background: transparent;
height: var(--input-height);
position: relative;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.input-outer--w-btn input {
padding-right: 110px; }
.input-outer--w-btn .input-outer__add-btn {
position: absolute;
top: 6px;
right: 5px;
height: 34px;
border-radius: 12px;
width: 80px; }
.input-outer--w-btn .input-outer__add-btn .btn-icon {
font-size: 1rem;
margin-left: 10px; }
.input-outer--w-btn .input-outer .select2-container {
padding-right: 100px; }
.input-outer--w-btn .select2-selection__arrow {
right: 105px !important; }
.input-outer--w-textarea {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
height: 150px; }
.input-outer--w-textarea .input {
resize: none;
overflow-y: auto;
height: 100%; }
.input-disabled {
pointer-events: none;
border-color: transparent; }
.input-group {
margin-bottom: 3rem; }
.input-group__title {
color: rgba(81, 81, 81, 0.4);
font-weight: 600;
font-size: 1.6rem;
margin-bottom: 1.5rem; }
.select-outer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: var(--input-height);
-webkit-flex-flow: wrap;
-ms-flex-flow: wrap;
flex-flow: wrap;
position: relative;
width: 100%;
background: #FBF9F6;
font-family: "Gotham"; }
.select-outer > select {
width: 100%;
border-bottom: 1px solid #000000;
background: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.788 8'%3E%3Cpath fill='%23FA7F5D' transform='translate(0 -63.953)' d='M5.758,64.088a.323.323,0,0,0-.258-.135H.367a.323.323,0,0,0-.258.135.523.523,0,0,0,0,.639l2.567,3.179a.314.314,0,0,0,.516,0l2.567-3.179a.523.523,0,0,0,0-.639Z'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position-x: calc(100% - 7px);
background-position-y: calc(50% + 4px);
background-size: 17px;
padding: 0 22px;
height: 100%;
font-family: "Gotham";
color: #515151;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
font-weight: 600; }
.select-outer > select:focus {
outline: 0;
border-color: #FC9A44; }
@media (max-width: 374px) {
.select-outer > select {
background-position-x: calc(100%); } }
.select-outer > select option {
padding: 5px; }
.select-outer.input-error {
border: none !important;
margin-bottom: 1.5rem !important; }
.select-outer.input-error .select2-container {
border: 1px solid #cc0000 !important; }
.select-outer.with-icon {
position: relative; }
.select-outer.with-icon .select2-container--open + .select-icon {
color: #FFF; }
.select-outer.with-icon .select-icon {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 20px;
z-index: 1; }
.select-outer.with-icon .select2-selection__rendered {
padding-left: 45px !important; }
label.error {
margin-bottom: 0;
color: #cc0000;
font-weight: 400;
font-size: 1.3rem;
position: absolute;
bottom: -2rem; }
label.error {
display: block; }
input:-internal-autofill-selected {
border-radius: inherit; }
textarea[data-autoheight=true] {
overflow: visible; }
.switch {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
cursor: pointer;
font-family: "Gotham"; }
.switch--small .switch__toggle {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75); }
.switch__toggle {
outline: none;
height: 22px;
width: 41px;
display: inline-block;
vertical-align: top;
position: relative;
margin: 0;
cursor: pointer;
border-radius: 17px;
background-color: #ddd;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
margin-right: 15px; }
.switch__toggle::before {
-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
content: '';
width: 14px;
height: 14px;
position: absolute;
left: 5px;
top: 4px;
background-color: #FFF;
border-radius: 50%; }
.switch__title {
color: #515151;
font-size: 20px;
line-height: 1em;
font-weight: 500;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.switch__text {
margin-top: 10px;
opacity: .7;
color: #515151;
letter-spacing: 0.17px;
font-size: 15px; }
.switch__input {
-webkit-appearance: none;
-moz-appearance: none;
display: none; }
.switch__input:checked + span {
background-color: #c02e1a; }
.switch__input:checked + span::before {
-webkit-transform: translateX(18px);
-ms-transform: translateX(18px);
transform: translateX(18px); }
.tick-checkbox {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
cursor: pointer;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-family: "Gotham"; }
.tick-checkbox__input {
-webkit-appearance: none;
-moz-appearance: none;
display: none; }
.tick-checkbox__input:checked + span {
background-color: #c02e1a;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.788 8'%3E%3Cpath fill='%23fff' d='M9.146 0L3.722 5.477 1.489 3.244 0 4.733l3.722 3.775 6.913-6.966z'%3E%3C/path%3E%3C/svg%3E");
border-color: transparent !important; }
.tick-checkbox__toggle {
outline: none;
height: 20px;
width: 20px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
border-radius: 3px;
position: relative;
margin: 0;
cursor: pointer;
background-color: transparent;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
border: 1px solid #dbdbdb;
background-repeat: no-repeat;
background-position-x: calc(50% + 2px);
background-position-y: 50%;
background-size: 15px; }
.tick-checkbox__title {
color: #515151;
font-size: 1.8rem;
font-weight: 600;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: "Gotham";
line-height: 1.3em; }
.tick-checkbox__txt {
font-size: 1.5rem;
color: #515151;
font-weight: 500;
font-family: "Gotham"; }
.hidden-input {
visibility: hidden;
position: absolute;
z-index: -999; }
.text-right {
text-align: right; }
.btn {
width: auto;
border-radius: var(--button-br);
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: auto;
min-height: 7rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
font-size: 1.7rem;
font-weight: 500;
padding: 1.5rem 4rem;
min-width: 23rem;
cursor: pointer;
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.2;
text-align: center; }
@media (max-width: 767px) {
.btn {
padding: 1.5rem 3rem;
font-size: 1.6rem; } }
.btn__text {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
@media (max-width: 767px) {
.btn__text {
line-height: 1.3;
padding-top: 1rem;
padding-bottom: 1rem; } }
.btn--underline {
text-decoration: underline; }
.btn--primary {
background: #c02e1a;
color: #fff !important; }
.btn--primary:hover, .btn--primary:focus {
background: #932314;
color: #FFF; }
.btn--white {
background: #FFF;
color: #FC9A44; }
.btn--white:hover, .btn--white:focus {
background: #d9e0eb;
color: #FC9A44; }
.btn--white .btn__icon {
color: #bd2c18 !important; }
.btn--link {
padding: 0;
min-width: unset;
font-size: 1.6rem;
height: 5rem;
background: transparent !important; }
@media (max-width: 767px) {
.btn--link {
height: 5rem;
min-height: unset;
padding-top: 0;
padding-bottom: 0; } }
.btn--link:hover {
background: transparent !important; }
.btn--link:hover.btn--i-right .btn__icon {
-webkit-transform: translateX(5px);
-ms-transform: translateX(5px);
transform: translateX(5px); }
.btn--link .btn__icon {
background: transparent !important;
width: auto !important;
height: unset !important;
font-size: 2.1rem !important;
-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.btn--link.btn--i-right {
padding-right: 5rem;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: left; }
.btn--link.btn--i-left {
padding-left: 5rem;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: left; }
.btn--link.btn--white {
color: #FFF !important; }
.btn--link.btn--white .btn__icon {
color: #FFF !important; }
.btn--link.btn--primary {
color: #c02e1a !important; }
.btn--link.btn--primary:hover .btn__text, .btn--link.btn--primary:hover .btn__icon {
color: #932314 !important; }
.btn--link.btn--primary .btn__icon {
color: #c02e1a !important; }
.btn--i {
min-width: unset;
width: 6.4rem;
height: 6.4rem;
padding: 0;
border: 0; }
@media (max-width: 767px) {
.btn--i {
height: 6.4rem;
min-height: unset; } }
.btn--i.btn--white {
background: #FFF; }
.btn--i.btn--white .btn__icon {
color: #515151 !important;
border: 0 !important;
background: transparent !important; }
.btn--i.btn--white:hover, .btn--i.btn--white:focus {
background: #515151; }
.btn--i.btn--white:hover .btn__icon, .btn--i.btn--white:focus .btn__icon {
background: transparent !important;
color: #FFF !important;
border: 0 !important; }
.btn--i:hover .btn__icon {
background-color: transparent !important; }
.btn--i .btn__icon {
font-size: 2.5rem;
height: 1em;
background: transparent; }
.btn--i-left .btn__icon, .btn--i-right .btn__icon {
border-radius: .8rem;
width: 5rem;
height: 5rem;
position: absolute;
font-size: 2.2rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
@media (max-width: 767px) {
.btn--i-left .btn__icon, .btn--i-right .btn__icon {
width: 4.6rem;
height: 4.6rem;
font-size: 2rem;
border-radius: .8rem; } }
.btn--i-left {
padding-left: 9rem;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: left; }
@media (max-width: 767px) {
.btn--i-left {
padding-left: 8rem; } }
.btn--i-left .btn__icon {
margin-right: 2rem;
left: 1.2rem; }
.btn--i-right {
padding-right: 9rem;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: left; }
@media (max-width: 767px) {
.btn--i-right {
padding-right: 8rem; } }
.btn--i-right .btn__icon {
right: 1.2rem; }
.btn--full {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.btn__icon {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.btn__caret {
margin-left: 2rem;
font-size: 7px;
opacity: .5;
height: 1em; }
.button-group {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
.button-group .button {
width: calc(50% - 7px);
margin-top: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.button-group .button i {
position: static;
margin-right: 5px;
-webkit-transform: unset;
-ms-transform: unset;
transform: unset; }
button:focus {
outline: 0;
border: 0; }
.toptitle {
font-size: var(--font-size-text);
line-height: 1.45em;
margin-bottom: .75em;
font-weight: 400;
color: rgba(81, 81, 81, 0.5);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
@media (max-width: 767px) {
.toptitle {
font-size: 15px !important; } }
.toptitle--white {
color: #FFF !important; }
.toptitle--black {
color: #515151 !important; }
.toptitle__icon {
color: #373941;
margin-right: 1.5rem;
height: 1.2em; }
.title {
font-style: normal;
line-height: 1.45em;
color: #515151;
font-weight: 500; }
.title--w-dot {
position: relative;
padding-left: 2rem; }
.title--w-dot::before {
content: '';
width: .8rem;
height: .9rem;
background: #373941;
-webkit-clip-path: polygon(85% 41%, 97% 52%, 93% 63%, 84% 69%, 0 100%, 0% 60%, 0 0);
clip-path: polygon(85% 41%, 97% 52%, 93% 63%, 84% 69%, 0 100%, 0% 60%, 0 0);
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.title--red {
color: #c02e1a !important; }
.title--white {
color: #FFF !important; }
.title--gray {
color: #8e9093 !important; }
.title--bold {
font-weight: bold !important; }
.title--xl {
font-size: var(--font-size-title--xl);
line-height: 1.4em; }
.title--lg {
font-size: var(--font-size-title--lg);
line-height: 1.6em; }
.title--md {
font-size: var(--font-size-title--md); }
.title--sm {
font-size: var(--font-size-title--sm); }
.title--xs {
font-size: var(--font-size-title--xs);
font-weight: 500;
line-height: 1.6em;
font-family: "Gotham"; }
.title--xxs {
font-size: var(--font-size-title--xxs);
font-weight: 500;
line-height: 1.6em;
font-family: "Gotham"; }
.text {
font-size: var(--font-size-text);
line-height: 1.45em;
font-weight: 400;
color: #515151; }
.text--dark {
color: #515151; }
.modal {
position: fixed;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -48%);
-ms-transform: translate(-50%, -48%);
transform: translate(-50%, -48%);
border-radius: var(--box-radius);
z-index: 251;
pointer-events: none;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
opacity: 0;
min-height: 25rem;
min-width: 40rem;
overflow: hidden;
width: 52rem;
max-width: calc(100% - 3.6rem); }
@media (max-width: 576px) {
.modal {
min-width: unset; } }
.modal.active {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 1;
pointer-events: all; }
.modal-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 3.5rem 3.5rem 2rem 4.5rem; }
.modal__title {
font-weight: bold;
font-size: 2rem;
color: #515151; }
.modal-close {
width: 5.6rem;
height: 5.6rem;
display: grid;
place-items: center;
background: #dfe2e7;
border-radius: 1.2rem;
cursor: pointer;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
font-size: 1.8rem; }
.modal-close:hover {
color: #c02e1a !important; }
.modal-content {
height: 100%;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding-bottom: 1rem; }
.modal--image {
width: auto;
max-height: 800px;
max-width: 800px !important; }
.modal--image .modal-content {
overflow: visible;
display: block; }
@media (max-height: 860px) {
.modal--image .modal-content {
max-height: calc(100vh - 7rem);
max-width: calc(100vh - 10rem) !important; } }
@media (max-width: 991px) {
.modal--image .modal-content {
max-width: calc(100vw - 64px) !important;
max-height: calc(100vw - 64px);
min-width: calc(100vw - 16rem); } }
@media (max-width: 767px) {
.modal--image .modal-content {
max-width: unset !important;
max-height: calc(100vh - 64px);
min-width: unset;
width: 80vw; } }
.modal--image .modal-content img {
width: 100%;
height: auto;
-o-object-fit: contain;
object-fit: contain;
border-radius: 2rem; }
@media (max-width: 991px) {
.modal--image .modal-content img {
border-radius: 1.4rem; } }
.modal--image .modal-close {
position: absolute;
top: 2rem;
right: 2rem;
background: #ffffff;
border-radius: 1.2rem; }
@media (max-width: 767px) {
.modal--image .modal-close {
width: 3.5rem;
height: 3.5rem;
font-size: 1.2rem;
border-radius: .8rem;
top: 1rem;
right: 1rem; } }
.js-open-modal {
cursor: pointer; }
.accordion-wrapper {
margin-top: 3rem; }
.accordion-content {
overflow: hidden;
height: 0;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
width: 100%; }
.tab-content {
opacity: 1;
-webkit-animation: filteredScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
animation: filteredScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards; }
.tab-content.filtering {
-webkit-animation: filteringScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
animation: filteringScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards; }
.tab-content.filtered {
display: none; }
@-webkit-keyframes filteringScale {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes filteringScale {
from {
opacity: 1; }
to {
opacity: 0; } }
@-webkit-keyframes filteredScale {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes filteredScale {
from {
opacity: 0; }
to {
opacity: 1; } }
.tab-link-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 0;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.tab-link-wrapper--start {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 0; }
@media (max-width: 1200px) {
.tab-link-wrapper {
padding: 0; } }
@media (max-width: 991px) {
.tab-link-wrapper {
overflow-x: auto;
overflow-y: visible;
height: 7rem; } }
.tab-link-wrapper .animated-tabs {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 50%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
@media (max-width: 1540px) {
.tab-link-wrapper .animated-tabs {
padding: 0 var(--container-gutter);
width: 70%; } }
@media (max-width: 1200px) {
.tab-link-wrapper .animated-tabs {
width: 90%; } }
@media (max-width: 991px) {
.tab-link-wrapper .animated-tabs {
width: 100%;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 0; } }
@media (max-width: 767px) {
.tab-link-wrapper .animated-tabs::after {
content: 'aaa';
opacity: 0; } }
.tab-link-wrapper .animated-tabs-item {
padding: .5rem 2rem;
color: #515151;
font-size: 1.8rem;
cursor: pointer;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
font-weight: 300;
position: relative;
z-index: 2;
min-height: 4rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.tab-link-wrapper .animated-tabs-item svg {
color: rgba(81, 81, 81, 0.5);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.tab-link-wrapper .animated-tabs-item.active {
color: #ffffff;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
font-weight: 500; }
.tab-link-wrapper .animated-tabs-item.active svg {
color: white;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
@media (max-width: 991px) {
.tab-link-wrapper .animated-tabs-item {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0; } }
.tab-link-wrapper .animated-tabs-line {
background: #bd2c18;
height: 4px;
position: absolute;
left: 0;
bottom: -2px;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.tab-content-wrapper {
padding-top: 4.2rem; }
.btn-group__bg {
background: #bd2c18;
position: absolute;
border-radius: 2.4rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.section {
margin-top: 7.2rem; }
.section-head {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 3rem;
border-bottom: 3px solid #bd2c18; }
.section__title {
font-weight: 500;
line-height: 1.3em;
color: #bd2c18; }
ul {
font-size: 2rem;
line-height: 1.5em;
padding-left: 0; }
ul li {
position: relative;
margin-bottom: 1em;
color: #515151;
font-weight: 400;
display: block;
padding-left: 3rem;
line-height: 1.8em; }
ul li::before {
content: '';
width: .8rem;
height: .9rem;
background: #373941;
-webkit-clip-path: polygon(85% 41%, 97% 52%, 93% 63%, 84% 69%, 0 100%, 0% 60%, 0 0);
clip-path: polygon(85% 41%, 97% 52%, 93% 63%, 84% 69%, 0 100%, 0% 60%, 0 0);
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
ul li + ul li {
margin-top: 1rem; }
.post {
display: block; }
.post-img {
position: relative;
overflow: hidden;
border: 1px solid rgba(81, 81, 81, 0.1);
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
height: 27rem; }
@media (max-width: 1540px) {
.post-img {
height: 23rem; } }
@media (max-width: 1367px) {
.post-img {
height: 29rem; } }
@media (max-width: 1200px) {
.post-img {
height: 25rem; } }
@media (max-width: 767px) {
.post-img {
height: 35rem; } }
@media (max-width: 480px) {
.post-img {
height: 60vw; } }
.post-img img {
width: 100%;
height: inherit;
-o-object-fit: cover;
object-fit: cover;
position: relative;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.post-img::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(81, 81, 81, 0.5);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
opacity: 0; }
.post-content {
text-align: center;
margin-top: 1.5rem;
min-height: 8rem; }
@media (max-width: 767px) {
.post-content {
min-height: 7rem; } }
.post__title {
color: #515151;
line-height: 1.25em;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
font-size: 2rem;
font-weight: 400;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.post__text {
font-weight: 400;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
line-height: 1.4em;
font-size: 1.7rem; }
.post__date {
margin-top: 1rem;
color: #bd2c18;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
font-weight: 400;
font-size: 1.4rem; }
.post__place {
margin-top: 1.5rem;
font-weight: 500;
font-size: 1.6rem; }
.post__type {
margin-top: 1rem;
font-weight: 500;
font-size: 1.4rem; }
.post:hover .post-img img {
-webkit-transform: scale(1.05) scaleZ(1) translate(0);
transform: scale(1.05) scaleZ(1) translate(0); }
.post:hover .post__title {
color: #bd2c18; }
.post--noimage .subpage-head-date {
margin-bottom: 0;
height: 13rem;
width: 13rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.post--noimage .post__title {
-webkit-line-clamp: 3; }
.post--noimage .post__date {
width: 100%;
height: 27rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-shadow: 0 0 0 1px rgba(81, 81, 81, 0.1);
box-shadow: 0 0 0 1px rgba(81, 81, 81, 0.1);
font-size: 3rem;
font-weight: bold;
text-align: center; }
@media (max-width: 1540px) {
.post--noimage .post__date {
height: 23rem; } }
@media (max-width: 1367px) {
.post--noimage .post__date {
height: 29rem; } }
@media (max-width: 1200px) {
.post--noimage .post__date {
height: 25rem; } }
@media (max-width: 767px) {
.post--noimage .post__date {
height: 35rem; } }
@media (max-width: 480px) {
.post--noimage .post__date {
height: 60vw; } }
.post--large {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
background: #fff; }
@media (max-width: 767px) {
.post--large {
display: block; } }
.post--large .post-img {
height: 30rem;
width: 40rem; }
@media (max-width: 1540px) {
.post--large .post-img {
width: 32rem;
height: 24rem; } }
@media (max-width: 1200px) {
.post--large .post-img {
width: 25rem;
height: 22rem; } }
@media (max-width: 767px) {
.post--large .post-img {
width: 100%;
height: 30rem; } }
@media (max-width: 374px) {
.post--large .post-img {
height: 22rem; } }
.post--large .post__title {
font-size: 3rem;
font-weight: 500;
margin-bottom: 2rem; }
@media (max-width: 1200px) {
.post--large .post__title {
font-size: 2.4rem; } }
@media (max-width: 1540px) {
.post--large .post__text {
-webkit-line-clamp: 2; } }
.post--large .post-content {
text-align: left;
padding: 3rem;
margin-top: auto;
margin-bottom: auto; }
.post--activity .post-img {
height: 26rem;
width: 30rem; }
@media (max-width: 1200px) {
.post--activity .post-img {
width: 25rem;
height: 26rem; } }
@media (max-width: 767px) {
.post--activity .post-img {
width: 100%;
height: 30rem; }
.post--activity .post-img img {
-o-object-position: top;
object-position: top; } }
@media (max-width: 374px) {
.post--activity .post-img {
height: 22rem; } }
.post--activity .post__title {
font-size: 3rem;
font-weight: 500;
margin-bottom: 2rem; }
@media (max-width: 1200px) {
.post--activity .post__title {
font-size: 2.4rem; } }
.post--activity .post__text {
-webkit-line-clamp: 2; }
.post--activity .post-content {
text-align: left;
padding: 3rem;
margin-top: 0; }
.post--announce .post__title {
font-size: 2rem;
line-height: 1.6em;
font-weight: 500;
-webkit-line-clamp: 20; }
@media (max-width: 991px) {
.post--announce .post__title {
font-size: 1.8rem;
line-height: 1.4em; } }
@media (max-width: 374px) {
.post--announce .post__title {
font-size: 1.6rem;
line-height: 1.3; } }
.post--announce .post-content {
padding: 2rem; }
.social-media-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.social-media-wrapper .social-media-item + .social-media-item {
margin-left: 4.5rem; }
@media (max-width: 991px) {
.social-media-wrapper .social-media-item + .social-media-item {
margin-left: 0; } }
@media (max-width: 767px) {
.social-media-wrapper .social-media-item + .social-media-item {
margin-left: 2rem; } }
.social-media-wrapper .social-media-item {
font-size: 1.6rem;
color: rgba(81, 81, 81, 0.7);
height: 6rem; }
@media (max-width: 991px) {
.social-media-wrapper .social-media-item {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; } }
.social-media-wrapper .social-media-item .social__item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%; }
.social-media-wrapper .social-media-item .social__item span {
margin-right: .5rem;
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 4rem;
height: 4rem; }
.social-media-wrapper .social-media-item .social__item p {
color: #515151;
position: relative; }
@media (max-width: 767px) {
.social-media-wrapper .social-media-item .social__item p {
display: none; } }
.social-media-wrapper .social-media-item .social__item p::after {
content: "";
position: absolute;
background: #515151;
left: 0;
bottom: -.3rem;
width: 100%;
height: .1rem;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left; }
.social-media-wrapper .social-media-item .social__item svg {
font-size: 2.2rem;
color: #ffffff; }
.social-media-wrapper .social-media-item .social__item:hover p {
color: #515151; }
.social-media-wrapper .social-media-item .social__item:hover p::after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.social-media-wrapper .social-media-item .social__item:hover svg {
color: #ffffff !important; }
.social-media-wrapper .social-media-item .social__item.instagram span {
background: #d6249f;
background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.social-media-wrapper .social-media-item .social__item.instagram span svg {
font-size: 2.5rem; }
.social-media-wrapper .social-media-item .social__item.facebook span {
background: #3A589B; }
.social-media-wrapper .social-media-item .social__item.twitter span {
background: #598DCA; }
.social-media-wrapper .social-media-item .social__item.youtube span {
background: #CC181E; }
.social {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
font-size: 2rem; }
.social__item {
color: #bd2c18;
font-size: 1em;
cursor: pointer;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
height: 1em; }
.social__item + .social__item {
margin-left: 1rem; }
.social__item:hover {
color: #515151 !important; }
.breadcrumb {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
overflow-x: auto;
max-width: 100%;
overflow-y: hidden;
height: 3rem;
-ms-overflow-style: none; scrollbar-width: none; }
.breadcrumb::-webkit-scrollbar {
display: none; }
@media (max-width: 576px) {
.breadcrumb {
width: calc(100% + (var(--container-gutter) * 2));
max-width: calc(100% + (var(--container-gutter) * 2));
margin-left: calc(-1 * var(--container-gutter));
padding-left: var(--container-gutter); }
.breadcrumb::after {
content: '333';
opacity: 0; } }
.breadcrumb-item {
font-size: 1.4rem;
color: #000000;
font-weight: 300;
position: relative;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0; }
.breadcrumb-item.home {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.8rem;
opacity: .7; }
.breadcrumb-item.home:hover {
opacity: 1; }
.breadcrumb-item.home img {
height: 1em;
width: 1em; }
.breadcrumb-item.home::after {
content: unset; }
.breadcrumb-item::after {
content: "";
position: absolute;
background: #515151;
left: 0;
bottom: -.3rem;
width: 100%;
height: .1rem;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left; }
.breadcrumb-item:hover::after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1); }
.breadcrumb-item + .breadcrumb-item {
margin-left: 3rem; }
.breadcrumb-item + .breadcrumb-item::before {
content: "";
position: absolute;
left: -1.25rem;
top: 0rem;
width: .15rem;
height: calc(100%);
-webkit-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
background: rgba(0, 0, 0, 0.7); }
.subpage {
margin-top: 7.2rem;
background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, rgba(255, 255, 255, 0.53)), to(rgba(255, 255, 255, 0)));
background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.53) 47%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.53) 47%, rgba(255, 255, 255, 0) 100%);
padding: 4rem var(--container-gutter); }
@media (max-width: 767px) {
.subpage {
margin-top: 9rem; } }
@media (max-width: 374px) {
.subpage {
margin-top: 8rem; } }
.subpage .breadcrumb {
margin-bottom: 3rem; }
.subpage-head {
padding-bottom: 2.5rem;
margin-bottom: 2.5rem;
position: relative; }
.subpage-head::after {
content: '';
width: 20rem;
height: 3px;
background: #bd2c18;
position: absolute;
bottom: 0; }
.subpage-head--center {
text-align: center;
padding-bottom: 0; }
.subpage-head--center::after {
content: unset; }
.subpage-head-date {
font-size: 1.4rem;
text-align: center;
background: #c02e1a;
padding: 1rem;
color: #FFFF;
margin-bottom: 3rem;
width: 13rem;
margin-left: auto;
margin-right: auto; }
.subpage-head-date span {
display: block; }
.subpage-head-date__day {
font-weight: bold;
font-size: 4.8rem; }
.subpage-head-date__clock {
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px solid rgba(255, 255, 255, 0.3); }
.subpage-head__title {
font-size: 3rem;
color: #515151;
font-weight: 500; }
.subpage-head__toptitle {
margin-bottom: 1rem;
font-size: 2.5rem;
position: relative;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
font-weight: 400; }
.subpage-head__text {
margin-bottom: 1rem;
margin-top: 2rem;
font-size: 2.2rem;
font-weight: 500;
line-height: 1.4em; }
@media (max-width: 991px) {
.subpage-head__text {
font-size: 1.8rem; } }
.subpage-content {
padding: 0 2rem 6rem 3rem;
width: calc(100% - var(--sidebar-width));
min-height: 45rem;
margin: 0 auto; }
.subpage-content.no-column {
padding: 0 2rem 6rem 2rem; }
@media (max-width: 991px) {
.subpage-content.no-column {
padding: 0; } }
@media (max-width: 991px) {
.subpage-content {
width: 100%;
padding: 0; } }
.subpage-content-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
@media (max-width: 991px) {
.subpage-content-wrapper {
position: relative; } }
.subpage--two-column img {
width: 100%; }
@media (max-width: 991px) {
.subpage--two-column .col-md-6:first-child {
margin-bottom: 3rem; } }
.content-box-cover {
width: 100%;
margin-bottom: 3rem;
border-radius: 1rem;
padding: 1rem;
-webkit-box-shadow: 0 10px 20px 12px rgba(81, 81, 81, 0.1);
box-shadow: 0 10px 20px 12px rgba(81, 81, 81, 0.1);
height: auto; }
.content-box-cover img {
height: 100% !important;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
margin-bottom: 0 !important; }
.content-box-attaches {
margin-top: 5rem; }
.content-box a:not(.btn) {
color: #bd2c18;
font-weight: 500; }
.content-box a:not(.btn):hover {
text-decoration: underline; }
.content-box__toptext {
font-size: 2.2rem;
color: #515151;
font-weight: 500;
line-height: 1.7em;
margin-top: 3rem; }
@media (max-width: 767px) {
.content-box__toptext {
font-size: 2rem;
line-height: 1.5em;
margin-top: 2rem; } }
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
margin-bottom: 2rem;
line-height: 1.6em;
font-weight: 500;
color: #000000; }
@media (max-width: 991px) {
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
margin-top: 0; } }
.content-box h2 {
font-size: 2.6rem;
text-transform: uppercase; }
@media (max-width: 576px) {
.content-box h2 {
font-size: 2.2rem;
font-weight: 600; } }
.content-box h3 {
font-size: 2.4rem; }
@media (max-width: 576px) {
.content-box h3 {
font-size: 2rem;
font-weight: 600; } }
.content-box h4 {
font-size: 2.2rem;
line-height: 1.4em; }
@media (max-width: 576px) {
.content-box h4 {
font-size: 2rem; } }
.content-box h5 {
font-size: 2rem; }
@media (max-width: 576px) {
.content-box h5 {
font-size: 1.8rem; } }
.content-box h6 {
font-size: 2rem; }
@media (max-width: 576px) {
.content-box h6 {
font-size: 1.8rem; } }
.content-box p {
margin-bottom: 2rem;
font-weight: 400;
color: #515151;
line-height: 1.8em;
font-size: var(--font-size-text); }
.content-box p:last-of-type:last-child {
margin-bottom: 0 !important; }
@media (max-width: 576px) {
.content-box p {
margin-bottom: 3rem; } }
.content-box p b {
font-weight: 500;
color: #515151; }
.content-box .row p {
max-width: 100%; }
.content-box ul {
margin-bottom: 2rem;
font-size: 1.6rem; }
@media (max-width: 991px) {
.content-box ul {
font-size: 1.6rem; } }
@media (max-width: 576px) {
.content-box ul {
margin-bottom: 3rem; } }
.content-box iframe {
width: 100%;
height: 60rem; }
@media (max-width: 767px) {
.content-box iframe {
height: 55vw; } }
.content-box img {
max-width: 100%;
height: auto;
margin-bottom: 3rem; }
.content-box b,
.content-box strong {
font-weight: 500; }
.content-box-gallery {
padding-top: 0;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 2rem;
margin-top: 2rem; }
@media (max-width: 767px) {
.content-box-gallery {
grid-gap: 1rem;
grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 424px) {
.content-box-gallery {
grid-gap: 1rem;
grid-template-columns: repeat(2, 1fr); } }
.content-box-gallery-wrapper {
margin-top: 6rem; }
@media (max-width: 767px) {
.content-box-gallery-wrapper {
margin-top: 3rem; } }
.content-box table {
width: 100%;
border-collapse: collapse;
border: 1px solid rgba(0, 0, 0, 0.3); }
@media (max-width: 767px) {
.content-box table {
max-width: 100%;
overflow-x: auto;
display: block;
border: 0; } }
@media (max-width: 480px) {
.content-box table {
font-size: 1.3rem; }
.content-box table p {
font-size: 1.3rem;
line-height: 1.5em; } }
.content-box table tr,
.content-box table td,
.content-box table th {
height: auto !important; }
.content-box table td,
.content-box table th {
border: 1px solid rgba(0, 0, 0, 0.3);
padding: 1rem; }
@media (max-width: 767px) {
.content-box table td,
.content-box table th {
min-width: 12rem; } }
.content-box table tr {
-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
background: #f0f2f3; }
.content-box table tr:nth-child(odd) {
background-color: #fff; }
.content-box table thead {
font-weight: 500; }
.content-box table thead th {
font-weight: 500; }
.content-box table thead tr {
background-color: transparent !important; }
.content-box table tbody {
font-weight: 400; }
@media (max-width: 767px) {
.content-box table td {
min-width: var(--min-td-width); } }
.content-box + .cards {
margin-top: 4rem; }
.gallery-item {
position: relative;
width: 100%;
display: block;
cursor: pointer; }
.gallery-item__icon {
background: rgba(0, 0, 0, 0.5);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: var(--gallery-item-height);
z-index: 2;
opacity: 0;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.gallery-item__icon::before {
content: '';
width: 5rem;
height: 3px;
background: #FFF;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.gallery-item__icon::after {
content: '';
width: 5rem;
height: 3px;
background: #FFF;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-90deg);
-ms-transform: translate(-50%, -50%) rotate(-90deg);
transform: translate(-50%, -50%) rotate(-90deg); }
.gallery-item__img {
height: var(--gallery-item-height) !important;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
border: 1px solid rgba(81, 81, 81, 0.1);
margin-bottom: 0 !important; }
.gallery-item__title {
font-size: 1.6rem;
font-weight: 500;
line-height: 1.3em;
margin-top: 1rem;
margin-bottom: 1rem;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
text-align: center; }
.gallery-item:hover .gallery-item__title {
color: #c02e1a; }
.gallery-item:hover .gallery-item__icon {
opacity: 1; }
.gallery-item--video:hover .gallery-item-img_wrapper::after {
background: rgba(0, 0, 0, 0.1); }
.gallery-item--video .gallery-item-img_wrapper {
position: relative;
height: var(--gallery-item-height); }
.gallery-item--video .gallery-item-img_wrapper::after {
content: '';
position: absolute;
background: rgba(0, 0, 0, 0.25);
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
@media (max-width: 1540px) {
.gallery-item--video .gallery-item-img_wrapper {
height: calc(var(--gallery-item-height) - 2rem) !important; } }
@media (max-width: 767px) {
.gallery-item--video .gallery-item-img_wrapper {
height: 20rem !important; } }
@media (max-width: 480px) {
.gallery-item--video .gallery-item-img_wrapper {
height: 34vw !important; } }
@media (max-width: 374px) {
.gallery-item--video .gallery-item-img_wrapper {
height: 55vw !important; } }
.gallery-item--video .gallery-item__img {
height: inherit !important; }
.gallery-item--video .gallery-item__icon {
opacity: 1;
background: rgba(0, 0, 0, 0.4);
width: 9rem;
height: 9rem;
border-radius: 50%;
padding: 1rem;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.gallery-item--video .gallery-item__icon svg {
font-size: 5rem;
color: #FFF;
left: 50%;
top: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: rgba(0, 0, 0, 0.1); }
.gallery-item--video .gallery-item__icon::before, .gallery-item--video .gallery-item__icon::after {
content: unset; }
.pagination {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
margin-left: auto;
margin-right: auto;
margin-top: 6rem; }
.pagination-item {
width: 4rem;
height: 4rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 1.8rem;
background: #ffffff;
margin-right: .5rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
@media (max-width: 480px) {
.pagination-item {
font-size: 1.6rem;
width: 3.6rem;
height: 3.6rem; } }
@media (max-width: 374px) {
.pagination-item {
font-size: 1.4rem;
width: 3rem;
height: 3rem;
margin-right: 3px; } }
.pagination-item:last-child {
margin-right: 0; }
.pagination-item p {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content; }
.pagination-item:hover, .pagination-item.active {
background: #bd2c18;
color: #ffffff; }
.pagination-prev-btn svg {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.pagination-prev-btn:hover svg {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform: translateX(-0.2rem);
-ms-transform: translateX(-0.2rem);
transform: translateX(-0.2rem);
color: #ffffff; }
.pagination-next-btn svg {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.pagination-next-btn:hover svg {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform: translateX(0.2rem);
-ms-transform: translateX(0.2rem);
transform: translateX(0.2rem);
color: #ffffff; }
.press {
background: #ffffff;
text-align: center;
display: block;
padding: 3rem;
-webkit-box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1);
box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
@media (max-width: 767px) {
.press {
padding: 2rem; } }
.press:hover {
-webkit-box-shadow: 0 10px 20px 12px rgba(81, 81, 81, 0.1);
box-shadow: 0 10px 20px 12px rgba(81, 81, 81, 0.1); }
.press:hover .press__title {
color: #c02e1a; }
.press .date {
font-size: 1.6rem;
font-weight: 400; }
.press .date .day {
font-size: 4.3rem;
margin-right: .5rem; }
.press__source {
height: 8rem;
width: 100%;
-o-object-fit: contain;
object-fit: contain;
margin-top: 5rem;
margin-bottom: 5rem; }
@media (max-width: 1540px) {
.press__source {
margin-top: 2rem;
margin-bottom: 2rem; } }
@media (max-width: 767px) {
.press__source {
height: 5rem; } }
.press__title {
margin-bottom: 1rem;
padding: 0 4rem;
font-size: 2rem;
font-weight: 500;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
@media (max-width: 1540px) {
.press__title {
padding: 0; } }
@media (max-width: 767px) {
.press__title {
font-size: 1.8rem;
max-width: 30rem;
margin-left: auto;
margin-right: auto; } }
.press__source_text {
font-size: 1.4rem;
color: #bd2c18;
font-weight: 300; }
.press:hover .item-title {
color: #bd2c18;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.press:hover .source {
color: #515151;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.no-result {
min-height: 30rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 4rem;
width: 100%;
color: rgba(81, 81, 81, 0.4);
margin: 0 0 2.5rem 0;
background: #FFF; }
@media (max-width: 424px) {
.no-result {
min-height: 32vw; } }
.no-result__icon {
font-size: 9rem;
margin-bottom: 1rem;
opacity: .8; }
@media (max-width: 480px) {
.no-result__icon {
font-size: 7rem; } }
.no-result__text {
font-size: var(--font-size-title--md);
font-weight: 500;
opacity: .8; }
@media (max-width: 480px) {
.no-result__text {
font-size: 2.5rem; } }
.member {
background: #FFF;
padding: 1.2rem;
display: block;
-webkit-box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1);
box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1);
width: 100%; }
.member__img {
height: 26rem !important;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
margin-bottom: 0 !important;
-o-object-position: top;
object-position: top; }
@media (max-width: 480px) {
.member__img {
height: 22rem !important; } }
@media (max-width: 424px) {
.member__img {
height: 19rem !important; } }
@media (max-width: 374px) {
.member__img {
width: auto;
margin-left: auto;
margin-right: auto;
display: block; } }
.member-info {
margin-top: 2rem;
font-weight: 400; }
.member-info-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.6rem;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.member-info-item__icon {
margin-right: 1rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 3rem;
display: none; }
.member-info-item__title {
position: relative;
text-align: center;
margin-bottom: 1rem; }
.member-info-item__title.name {
font-weight: 500; }
.member:hover {
-webkit-box-shadow: 0 10px 20px 12px rgba(81, 81, 81, 0.1);
box-shadow: 0 10px 20px 12px rgba(81, 81, 81, 0.1); }
.member:hover .member-info-item__title {
color: #bd2c18; }
.card {
-webkit-box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1);
box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
height: 100%; }
.card__img {
height: 17rem !important;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
margin-bottom: 0 !important; }
@media (max-width: 480px) {
.card__img {
height: 50vw !important; } }
.card-content {
background: #FFF;
padding: 3rem 2.5rem;
color: #515151;
font-size: 1.8rem;
font-weight: 500;
text-align: center;
height: 12rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.card__title {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
line-height: 1.4; }
.card:hover {
-webkit-box-shadow: 0 10px 20px 12px rgba(81, 81, 81, 0.1);
box-shadow: 0 10px 20px 12px rgba(81, 81, 81, 0.1); }
.card:hover .card__title {
color: #bd2c18; }
.booklet {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: #FFF;
padding: 1rem 1rem 3rem 1rem;
-webkit-box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1);
box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1); }
@media (max-width: 480px) {
.booklet {
padding: 2rem; } }
.booklet__img {
height: 32rem !important;
width: auto !important;
-o-object-fit: contain;
object-fit: contain;
margin-bottom: 3rem !important;
max-width: 100%; }
@media (max-width: 480px) {
.booklet__img {
height: 22rem !important; } }
@media (max-width: 374px) {
.booklet__img {
height: 19rem !important; } }
.booklet-content {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
height: 6rem;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.booklet__title {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
color: #515151;
font-size: 1.8rem;
font-weight: 500;
text-align: center; }
@media (max-width: 374px) {
.booklet__title {
font-size: 1.6rem; } }
.booklet__date {
margin-top: 1rem;
font-size: 1.5rem;
font-weight: 400; }
.booklet:hover {
-webkit-box-shadow: 0 10px 20px 12px rgba(81, 81, 81, 0.1);
box-shadow: 0 10px 20px 12px rgba(81, 81, 81, 0.1); }
.booklet:hover .booklet__title {
color: #bd2c18; }
.share {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.share-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.share__title {
font-size: 1.6rem;
font-weight: 500;
color: #000000;
margin-right: 3rem; }
.share .social__item {
color: #515151;
font-size: 3rem; }
.share .social__item:hover {
color: #c02e1a !important; }
.attach {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: #FFF;
padding: 1.5rem 2rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
border-left: 4px solid #c02e1a; }
.attach + .attach {
margin-top: 1rem; }
.attach:hover {
background: #c02e1a;
text-decoration: none !important; }
.attach:hover .attach__title, .attach:hover .attach__icon {
color: #FFF; }
.attach__title {
font-size: 1.8rem;
font-weight: 500;
color: #000000;
padding-right: 4rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.attach__icon {
color: #515151;
font-size: 3.4rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.service-item {
width: 100%;
position: relative;
z-index: 1; }
.service-item:hover {
color: #c02e1a; }
.service-item:hover .service-item-content:after {
-webkit-transform: translateX(-50%) translateY(7%) scaleX(1.8);
-ms-transform: translateX(-50%) translateY(7%) scaleX(1.8);
transform: translateX(-50%) translateY(7%) scaleX(1.8); }
@media (max-width: 424px) {
.service-item:hover .service-item-content:after {
-webkit-transform: translateX(-50%) translateY(5%) scaleX(1.5);
-ms-transform: translateX(-50%) translateY(5%) scaleX(1.5);
transform: translateX(-50%) translateY(5%) scaleX(1.5); } }
.service-item-content {
background: #FFF;
width: 100%;
height: 15rem;
position: relative; }
@media (max-width: 424px) {
.service-item-content {
height: 12rem; } }
.service-item-content::after {
content: "";
width: 0;
height: 0;
border: 5rem solid transparent;
border-top-color: #FFF;
position: absolute;
left: 50%;
top: 90%;
-webkit-transform: translateX(-50%) scaleX(1.8);
-ms-transform: translateX(-50%) scaleX(1.8);
transform: translateX(-50%) scaleX(1.8);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
@media (max-width: 424px) {
.service-item-content::after {
-webkit-transform: translateX(-50%) scaleX(1.5);
-ms-transform: translateX(-50%) scaleX(1.5);
transform: translateX(-50%) scaleX(1.5); } }
.service-item__img {
-o-object-fit: contain;
object-fit: contain;
width: inherit;
height: inherit;
padding: 3rem; }
.service-item__title {
font-size: 1.6rem;
text-align: center;
margin-top: 5rem;
font-weight: 400; }
.scheme-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0; }
.scheme-item:hover .scheme-item-content {
background-color: #aa2917; }
.scheme-item::after {
content: '';
position: absolute;
top: 50%;
right: 0;
height: 2px;
width: calc(100% - 30rem);
background-color: rgba(0, 0, 0, 0.2); }
@media (max-width: 991px) {
.scheme-item::after {
content: unset; } }
@media (min-width: 992px) {
.scheme-item:nth-child(even) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
margin-left: auto; }
.scheme-item:nth-child(even)::after {
right: unset;
left: -19.2rem;
width: 30rem; } }
@media (min-width: 992px) and (max-width: 1540px) {
.scheme-item:nth-child(even)::after {
left: -10.6rem; } }
@media (min-width: 992px) and (max-width: 1200px) {
.scheme-item:nth-child(even)::after {
left: -1.8rem; } }
.scheme-item__img {
height: 10rem;
width: 10rem;
-o-object-fit: cover;
object-fit: cover;
background-color: #FFF;
-o-object-position: top;
object-position: top; }
.scheme-item-content {
color: #FFF;
background-color: #c02e1a;
padding: 1rem 2rem;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: 400;
min-width: 24rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
position: relative;
z-index: 2;
max-width: 20rem; }
.scheme-item__name {
font-weight: 500;
margin-bottom: 1rem; }
.scheme-item--column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
margin-top: 4rem;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0; }
@media (min-width: 992px) {
.scheme-item--column:last-child::after {
content: '';
position: absolute;
background-color: #F0F1F2;
width: 4px;
height: calc(60% - 2px);
top: calc(40% + 2px);
z-index: 2;
left: -1px; } }
@media (min-width: 992px) and (max-width: 1200px) {
.scheme-item--column:last-child::after {
height: calc(70% - 2px);
top: calc(30% + 2px); } }
@media (max-width: 991px) {
.scheme-item--column {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
padding-left: 8rem;
margin-top: 3rem; } }
.scheme-item--column::before {
content: '';
background-color: rgba(0, 0, 0, 0.2);
width: 3rem;
height: 2px;
top: 40%;
z-index: 2;
left: 2px;
position: absolute; }
@media (max-width: 1200px) {
.scheme-item--column::before {
width: 2rem;
top: 30%; } }
@media (max-width: 991px) {
.scheme-item--column::before {
top: 50%;
content: unset; } }
.scheme-item--column::after {
content: unset; }
.scheme-item--column:hover .scheme-item-content {
color: #c02e1a;
background-color: transparent; }
.scheme-item--column .scheme-item__img {
height: 6rem;
width: 6rem; }
@media (max-width: 1200px) {
.scheme-item--column .scheme-item__img {
height: 5rem;
width: 5rem; } }
.scheme-item--column .scheme-item-content {
min-width: unset;
text-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
color: #000000;
font-size: 1.6rem; }
@media (max-width: 1200px) {
.scheme-item--column .scheme-item-content {
padding: 1rem .5rem; } }
@media (max-width: 991px) {
.scheme-item--column .scheme-item-content {
text-align: left;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
padding-left: 1rem;
max-width: 26rem; } }
.scheme-item--column .scheme-item__name {
margin-bottom: .5rem; }
.scheme-item--column .scheme-item__title {
font-size: 1.4rem; }
.counts {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 3rem;
position: relative; }
.count-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
position: relative;
padding-left: 3rem;
padding-bottom: 3rem;
border-bottom: 1px solid #DBDBDB; }
@media (min-width: 1201px) {
.count-item:nth-child(n+6) {
padding-top: 3rem;
border-bottom: 0; }
.count-item:last-child::after, .count-item:nth-child(5)::after {
content: unset; } }
@media (max-width: 767px) and (min-width: 375px) {
.count-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3%;
-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;
padding-left: 2rem;
padding-bottom: 2rem; }
.count-item:nth-child(n+4) {
padding-top: 2rem; }
.count-item:nth-child(n+7) {
border-bottom: 0; }
.count-item:last-child::after, .count-item:nth-child(3)::after, .count-item:nth-child(6)::after {
content: unset; } }
@media (max-width: 1200px) and (min-width: 769px) {
.count-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.count-item:nth-child(n+5) {
padding-top: 3rem;
border-bottom: 0; }
.count-item:last-child::after, .count-item:nth-child(4)::after {
content: unset; } }
@media (max-width: 374px) {
.count-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding-left: 2rem;
padding-bottom: 2rem; }
.count-item:nth-child(n+3) {
padding-top: 2rem; }
.count-item:nth-child(n+7) {
border-bottom: 0; }
.count-item:last-child::after, .count-item:nth-child(even)::after {
content: unset; } }
.count-item::after {
content: '';
height: 100%;
width: 1px;
background-color: #DBDBDB;
position: absolute;
right: 0;
top: 0; }
.count-item__number {
font-size: 4rem;
color: #c02e1a;
font-weight: 600; }
@media (max-width: 767px) {
.count-item__number {
font-size: 3rem; } }
.count-item__text {
font-size: 2rem;
color: #515151;
font-weight: 500;
line-height: 1.4em;
max-width: calc(100% - 3rem);
word-break: break-word; }
@media (max-width: 767px) {
.count-item__text {
font-size: 1.8rem;
max-width: calc(100% - 2rem); } }
.form {
padding: 6.5rem var(--form-content-padding) var(--form-content-padding) var(--form-content-padding);
background: #FFF; }
.form-title {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.6rem;
margin-bottom: 3.5rem;
color: #515151;
font-weight: bold; }
.form-title__icon {
color: #FC9A44;
margin-right: 1.5rem;
height: 1em;
font-size: 2rem; }
.form-title span {
line-height: 1.5em; }
@media (max-width: 576px) {
.form-box-btn {
width: 100%; } }
.form .checkbox-wrapper .tick-checkbox {
margin-right: 3rem; }
.form .checkbox-wrapper .tick-checkbox__input:checked ~ .tick-checkbox__content {
opacity: 1; }
.form .checkbox-wrapper .tick-checkbox__input:checked ~ .tick-checkbox__content:hover {
opacity: 1; }
.form .checkbox-wrapper .tick-checkbox__content {
opacity: .4;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.form .checkbox-wrapper .tick-checkbox__content:hover {
opacity: .7; }
.form .checkbox-wrapper .tick-checkbox__title {
font-weight: 400;
color: #515151; }
.filter {
padding-top: 3.5rem;
padding-bottom: 4.3rem;
border-bottom: none;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative; }
.filter-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
z-index: 8; }
.filter-item-icon {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
border: 1px solid #DBDBDB;
border-radius: 18px;
background: #ffffff;
width: 14rem;
height: 7rem; }
.filter-item-icon svg {
font-size: 2.1rem;
color: rgba(81, 81, 81, 0.4);
cursor: pointer; }
.filter-item-icon span {
width: 7rem;
height: 7rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.filter-item-icon span.active svg {
color: #bd2c18; }
.filter-item-icon span:first-child {
border-right: 1px solid #DBDBDB; }
.filter-item {
cursor: pointer;
padding-right: 2rem;
position: relative;
min-width: 22rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #515151;
height: 5rem;
width: 100%; }
@media (max-width: 991px) {
.filter-item {
max-width: 48%;
width: 48%;
min-width: unset; } }
@media (max-width: 991px) {
.filter-item.hidden-tablet {
display: none; } }
.filter-item.only-tablet {
display: none; }
@media (max-width: 991px) {
.filter-item.only-tablet {
display: block; } }
.filter-item.active {
z-index: 5; }
.filter-item.active .filter-content {
pointer-events: auto;
opacity: 1; }
.filter-item.active .filter-item-title {
color: #515151; }
.filter-item.active .filter-item-title span {
color: #515151; }
.filter-item.active .filter-item-title::after {
border-top-color: #515151; }
.filter-item.active .filter-item__toptitle {
color: rgba(81, 81, 81, 0.6); }
.filter-item + .filter-item {
margin-left: 8rem; }
.filter-item__title {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.6rem;
color: rgba(81, 81, 81, 0.5);
padding-right: 4rem;
font-weight: 500;
width: 100%; }
.filter-item__title.active {
color: #515151; }
.filter-item__title.placeholder {
color: rgba(81, 81, 81, 0.5); }
@media (max-width: 767px) {
.filter-item__title {
font-size: 17px; } }
.filter-item__title::after {
content: '';
width: 0;
height: 0;
border: .6rem solid transparent;
border-top-color: #515151;
top: 45%;
right: 2rem;
position: absolute; }
.filter-content {
position: absolute;
top: 100%;
left: 0;
width: 100%;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
background: #ffffff;
z-index: 4;
-webkit-box-shadow: 0 0px 20px -4px rgba(81, 81, 81, 0.1);
box-shadow: 0 0px 20px -4px rgba(81, 81, 81, 0.1);
max-height: 276px;
overflow-y: auto;
overflow-y: overlay;
opacity: 0;
pointer-events: none;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
margin-top: 1.5rem; }
@media (max-width: 1367px) {
.filter-content {
left: unset;
right: 0; } }
@media (max-width: 767px) {
.filter-content {
position: fixed;
top: 50%;
left: 50%;
width: 30rem;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-height: calc(100vh - 20rem); } }
.filter-content--small {
width: 150px; }
.filter-content-item {
padding: 1.5rem 5rem 1.5rem 2rem;
font-size: 1.6rem;
-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
font-weight: 500; }
.filter-content-item:not(.active):hover {
background: white;
color: #bd2c18; }
.filter-content-item.active {
color: #ffffff;
background: #bd2c18; }
.filter-content-item + .filter-content-item {
border-top: 1px solid #DBDBDB; }
.filter-item + .filter-item {
margin-left: 2rem; }
.filter .filter-item-icon {
margin-left: 2rem; }
.filter-w-input .input {
height: 5rem;
background: transparent;
border-bottom: 1px solid #515151;
font-weight: 500;
color: #515151;
font-size: 1.6rem; }
@media (max-width: 767px) {
.filter-w-input .input {
font-size: 17px; } }
.filter-w-input .input::-webkit-input-placeholder {
color: rgba(81, 81, 81, 0.5);
font-weight: 500; }
.filter-w-input .input::-moz-placeholder {
color: rgba(81, 81, 81, 0.5);
font-weight: 500; }
.filter-w-input .input:-ms-input-placeholder {
color: rgba(81, 81, 81, 0.5);
font-weight: 500; }
.filter-w-input .input::-ms-input-placeholder {
color: rgba(81, 81, 81, 0.5);
font-weight: 500; }
.filter-w-input .input::placeholder {
color: rgba(81, 81, 81, 0.5);
font-weight: 500; }
.filter-w-input .btn {
background: #c02e1a;
color: #ffffff;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
border-radius: 0;
padding-right: 0;
padding-left: 0;
font-family: 'Gotham Book';
font-size: 1.8rem;
margin-top: 5rem;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center; }
@media (max-width: 480px) {
.filter-w-input .btn {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; } }
.filter-w-input .btn .btn__icon {
opacity: 0;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.filter-w-input .btn:hover {
background: #902112;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.filter-w-input .btn:hover .btn__icon {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
opacity: 1;
background: #c02e1a;
border-radius: 0; }
.mobile_sidebar.active {
position: relative;
z-index: 12; }
.mobile_sidebar.active .mobile_sidebar_button {
background: #FFF; }
.mobile_sidebar_button {
display: none;
margin-bottom: 3rem;
max-width: 40rem;
padding: 2rem;
border: 1px solid rgba(81, 81, 81, 0.1);
font-weight: 500;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
@media (max-width: 991px) {
.mobile_sidebar_button {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; } }
.mobile_sidebar_button.active .mobile_sidebar_button__caret {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
.mobile_sidebar_button__caret {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: 1rem;
font-size: 2rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.sidebar {
background: #bd2c18;
width: var(--sidebar-width);
height: -webkit-max-content;
height: -moz-max-content;
height: max-content; }
@media (max-width: 991px) {
.sidebar {
max-height: 42rem;
height: auto;
width: calc(100vw - (var(--container-gutter) * 2));
overflow-y: auto;
max-width: 40rem;
position: absolute;
left: 0;
top: 0;
z-index: 12;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
pointer-events: none;
opacity: 0; }
.sidebar.active {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
pointer-events: all; } }
.sidebar__close {
display: none; }
@media (max-width: 991px) {
.sidebar__close {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 1rem 1rem 2rem auto; } }
.sidebar-item {
font-size: 1.6rem;
position: relative;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
font-weight: 500;
padding: 2rem 5rem 2rem 2.5rem;
border-bottom: 1px solid #932314;
color: #FFF;
width: 100%;
cursor: pointer;
height: 6rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
.sidebar-item:last-child {
border-bottom: none; }
.sidebar-item:hover {
background: rgba(0, 0, 0, 0.05); }
.sidebar-item.active {
color: #ffffff;
background: rgba(0, 0, 0, 0.15); }
.sidebar-item.active:after {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0); }
.sidebar-group {
position: relative; }
.sidebar-group-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 6rem; }
.sidebar-group:last-child .sidebar-item {
border-bottom: none; }
.sidebar-group__icon {
background: rgba(0, 0, 0, 0.15);
width: 6rem;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
cursor: pointer; }
.sidebar-group__icon::before, .sidebar-group__icon::after {
content: '';
width: 2rem;
height: 2px;
background: #FFF;
right: 2rem;
top: 3rem;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
position: absolute; }
.sidebar-group__icon::after {
-webkit-transform: translateY(-50%) rotate(-90deg);
-ms-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg); }
.sidebar-group .sidebar-sub {
font-size: 1.6rem;
font-weight: 500;
max-height: 0;
overflow: hidden;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
padding: 0 3rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background: rgba(0, 0, 0, 0.25);
position: relative;
width: 100%; }
.sidebar-group .sidebar-sub a {
line-height: 2.1rem;
width: 100%;
color: rgba(255, 255, 255, 0.8);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
padding: 1.5rem 2rem; }
.sidebar-group .sidebar-sub a.active {
color: #FFF;
text-decoration: underline; }
.sidebar-group .sidebar-sub a:hover {
color: #ffffff; }
.sidebar-group.active .sidebar-item {
background: rgba(0, 0, 0, 0.15); }
.sidebar-group.active .sidebar-group__icon::before, .sidebar-group.active .sidebar-group__icon::after {
-webkit-transform: scaleX(-1) translateY(-50%);
-ms-transform: scaleX(-1) translateY(-50%);
transform: scaleX(-1) translateY(-50%); }
.sidebar-group.active .sidebar-group__icon::after {
opacity: 0; }
.sidebar-group.active .sidebar-sub {
padding: 1rem 3rem;
max-height: 70rem;
-webkit-transform: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-ms-transform: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transform: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.faq-item {
background: #FFF;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.faq-item + .faq-item {
margin-top: 1.8rem; }
.faq-item.active {
-webkit-box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1);
box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1); }
.faq-item.active .faq-item__title {
color: #c02e1a; }
.faq-item.active .faq-item__icon {
background: #c02e1a;
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1); }
.faq-item.active .faq-item__icon span {
background: #FFF;
width: 2.2rem; }
@media (max-width: 767px) {
.faq-item.active .faq-item__icon span {
width: 1.8rem; } }
.faq-item.active .faq-item__icon span:first-child {
-webkit-transform: translateX(-50%) rotate(0deg);
-ms-transform: translateX(-50%) rotate(0deg);
transform: translateX(-50%) rotate(0deg); }
.faq-item.active .faq-item-content {
border-top-color: rgba(81, 81, 81, 0.1); }
.faq-item:not(.active):hover {
-webkit-box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1);
box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1); }
.faq-item-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
cursor: pointer;
padding: 2rem; }
.faq-item__title {
font-size: 2rem;
font-weight: 500;
color: #000000;
line-height: 1.5em;
padding-right: 4rem; }
@media (max-width: 991px) {
.faq-item__title {
padding-right: 2rem;
font-size: 1.8rem; } }
.faq-item__icon {
width: 4.4rem;
height: 4.4rem;
display: grid;
place-items: center;
color: #c02e1a;
background: #eee;
position: relative;
-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
border-radius: 50%; }
@media (max-width: 767px) {
.faq-item__icon {
width: 4rem;
height: 4rem; } }
.faq-item__icon span {
position: absolute;
width: 1.8rem;
left: 50%;
top: calc(50% - 1px);
height: 2px;
background: #c02e1a;
-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
@media (max-width: 767px) {
.faq-item__icon span {
width: 1.6rem; } }
.faq-item__icon span:first-child {
-webkit-transform: translateX(-50%) rotate(90deg);
-ms-transform: translateX(-50%) rotate(90deg);
transform: translateX(-50%) rotate(90deg); }
.faq-item-content {
padding: 0 3rem;
border-top: 1px solid transparent; }
@media (max-width: 767px) {
.faq-item-content {
padding: 0 2.5rem; } }
.faq-item-content .accordion-calc {
padding-top: 3rem;
padding-bottom: 2rem; }
@media (max-width: 767px) {
.faq-item-content .accordion-calc {
padding-top: 2rem; } }
.faq-item-content p {
color: rgba(0, 0, 0, 0.8);
font-size: 1.8rem;
font-weight: 400;
line-height: 1.5em;
margin-bottom: 2rem; }
@media (max-width: 767px) {
.faq-item-content p {
font-size: var(--font-size-text); }
.faq-item-content p:last-child {
margin-bottom: 0; } }
.datepicker--content {
display: inline; }
.datepicker--nav {
width: 100%;
height: 6rem;
float: left;
clear: both;
background: #c02e1a;
font-size: 1.8rem;
color: #fff;
font-weight: 600;
margin-bottom: 15px;
font-family: "Gotham";
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.datepicker--nav .datepicker--nav-action {
width: 4rem;
font-size: 4rem; }
.datepicker--nav .datepicker--nav-action:hover {
background: none; }
.datepicker--nav .datepicker--nav-action svg {
width: 1em;
height: 1em;
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1); }
.datepicker--nav .datepicker--nav-title {
-webkit-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out; }
.datepicker--nav .datepicker--nav-title i {
color: #fff; }
.datepicker--nav .datepicker--nav-title:hover {
background: #b75a21; }
.datepicker-events {
width: 100%;
float: left; }
.datepicker-inline .datepicker {
width: 100%;
background: none;
border: none; }
.datepicker--days-names {
margin: 0; }
.datepicker--cells-days, .datepicker--days-names {
width: 100%;
float: left;
clear: both; }
.datepicker--day-name {
width: auto;
float: left;
font-family: "Gotham" !important;
text-align: center;
color: #fff;
background: #000000;
height: 4rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 16px;
font-weight: 500;
border-right: 1px solid #F0F1F1;
border-bottom: 1px solid #F0F1F1;
text-transform: capitalize; }
.datepicker--day-name:last-child {
border-right: 0; }
.datepicker--cell {
border-right: 1px solid #F0F1F1;
border-bottom: 1px solid #F0F1F1;
border-radius: 0;
width: calc(100% / 7);
max-width: calc(100% / 7);
background: #fff;
height: 8rem;
position: relative;
text-align: left !important;
-webkit-box-pack: left;
-ms-flex-pack: left;
-webkit-justify-content: left;
justify-content: left;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
-webkit-align-items: baseline;
align-items: baseline;
color: #09262E;
font-size: 1.8rem;
font-weight: 400;
text-indent: 15px;
padding-top: 10px; }
.datepicker--cell.haveEvent:after {
content: "";
width: 10px;
height: 10px;
background: #60bd4c;
border-radius: 100%;
position: absolute;
left: 15px;
bottom: 10px; }
.datepicker--cell.-current- {
color: #df4521; }
.datepicker--cell.-focus- {
background: #eee; }
.datepicker--cell.-selected- {
background: #60bd4c;
color: #fff; }
.datepicker--cell.-selected-:hover {
background: #60bd4c; }
@media only screen and (max-width: 600px) {
.datepicker--cell {
font-size: 14px; } }
.datepicker--days .datepicker--cell.-other-month- {
font-family: "Open Sans", sans-serif !important;
color: #CECECE; } .datepicker--days .datepicker--cell:nth-child(7n+0) {
width: 103px; }
.datepicker--months {
width: 100%;
float: left; }
.datepicker--months .datepicker--cell {
width: 16.6%; }
.datepicker--years {
width: 100%;
float: left; }
.datepicker--years .datepicker--cell {
width: 16.6%; }
.hero {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-top: 2.3rem;
min-height: 60rem;
margin-top: 7rem;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
@media (max-width: 1200px) {
.hero {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
padding-top: 4rem; } }
.hero .hero-left {
background-size: cover;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background-position-y: bottom;
position: relative;
width: 50%; }
@media (max-width: 1200px) {
.hero .hero-left {
width: 100%;
height: 60rem;
background-size: 55%;
background-position: center;
background-repeat: no-repeat; } }
@media (max-width: 991px) {
.hero .hero-left {
height: 55rem;
background-size: 90%;
background-position: center;
background-repeat: no-repeat;
margin-top: 3rem; } }
@media (max-width: 767px) {
.hero .hero-left {
background-position: top; } }
@media (max-width: 424px) {
.hero .hero-left {
height: 65rem; } }
.hero-mayor {
position: absolute;
bottom: 0;
right: 0; }
@media (max-width: 767px) {
.hero-mayor {
width: 100%; } }
.hero-mayor-top {
background: -o-linear-gradient(45deg, white 24%, #dfe2e7 55%);
background: linear-gradient(45deg, white 24%, #dfe2e7 55%);
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
position: relative;
margin-left: auto;
margin-top: auto;
width: 52rem;
height: 21rem;
padding-left: 5.5rem;
padding-top: 3rem; }
@media (max-width: 767px) {
.hero-mayor-top {
width: 100%; } }
@media (max-width: 480px) {
.hero-mayor-top {
padding-left: 2.5rem; } }
.hero-mayor-bottom {
height: 12rem;
width: 52rem;
margin-left: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
@media (max-width: 991px) {
.hero-mayor-bottom {
-webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2); } }
@media (max-width: 767px) {
.hero-mayor-bottom {
width: 100%; } }
.hero-mayor-bottom .bottom-left {
width: 60%;
background: #D5D7DC;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-shadow: 13px 1px 20px #888888;
box-shadow: 13px 1px 20px #888888; }
@media (max-width: 991px) {
.hero-mayor-bottom .bottom-left {
-webkit-box-shadow: none;
box-shadow: none; } }
.hero-mayor-bottom .bottom-left .social-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-left: 8rem; }
.hero-mayor-bottom .bottom-left .social-links .social-item {
width: 5rem;
height: 5rem;
background: -webkit-gradient(linear, left top, right top, color-stop(15%, white), color-stop(99%, #dfe2e7));
background: -o-linear-gradient(left, white 15%, #dfe2e7 99%);
background: linear-gradient(90deg, white 15%, #dfe2e7 99%);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
margin-left: .5rem;
margin-right: .5rem; }
.hero-mayor-bottom .bottom-left .social-links .social-item svg, .hero-mayor-bottom .bottom-left .social-links .social-item p {
color: #bd2c18;
font-weight: 600;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.hero-mayor-bottom .bottom-left .social-links .social-item svg {
font-size: 2rem; }
.hero-mayor-bottom .bottom-left .social-links .social-item:hover svg, .hero-mayor-bottom .bottom-left .social-links .social-item:hover p {
color: #515151;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.hero-mayor-bottom .bottom-left .link-items {
margin-top: 4rem; }
@media (max-width: 424px) {
.hero-mayor-bottom .bottom-left .link-items {
margin-top: 3rem; } }
.hero-mayor-bottom .bottom-left .link-item {
margin-left: 4.6rem;
margin-top: 1rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.4rem;
color: #515151;
font-weight: 500;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
@media (max-width: 480px) {
.hero-mayor-bottom .bottom-left .link-item {
margin-left: 2rem; } }
.hero-mayor-bottom .bottom-left .link-item:first-child {
margin-top: 1.5rem; }
.hero-mayor-bottom .bottom-left .link-item svg {
color: #bd2c18;
margin-left: 1rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.hero-mayor-bottom .bottom-left .link-item:hover {
color: #bd2c18;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.hero-mayor-bottom .bottom-left .link-item:hover svg {
-webkit-transform: translateX(0.5rem);
-ms-transform: translateX(0.5rem);
transform: translateX(0.5rem);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.hero-mayor-bottom .bottom-right {
background-image: url(https://www.zeytinburnu.istanbul/images/president-bottom.jpg);
-webkit-box-shadow: 13px 1px 20px #888888;
box-shadow: 13px 1px 20px #888888;
background-size: cover;
width: 40%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: 500;
font-size: 2rem; }
@media (max-width: 991px) {
.hero-mayor-bottom .bottom-right {
-webkit-box-shadow: none;
box-shadow: none; } }
@media (max-width: 424px) {
.hero-mayor-bottom .bottom-right {
width: 50%; } }
.hero-mayor-bottom .bottom-right a {
color: #515151;
margin-left: 3.3rem;
max-width: 10rem;
line-height: 2.5rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
@media (max-width: 424px) {
.hero-mayor-bottom .bottom-right a {
font-size: 1.7rem; } }
.hero-mayor-bottom .bottom-right a:hover {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
color: #bd2c18; }
.hero-mayor-bottom .bottom-right span {
display: block;
margin-top: .5rem; }
.hero-mayor__name {
font-size: 2rem;
font-weight: 500; }
.hero-mayor__title {
font-size: 1.4rem;
margin-top: 1rem;
color: #bd2c18;
max-width: 20rem;
font-weight: 400; }
@media (max-width: 424px) {
.hero-mayor__title {
max-width: unset; } }
.hero-mayor .social {
margin-top: 5rem;
max-width: 22rem;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
z-index: 2; }
@media (max-width: 424px) {
.hero-mayor .social {
max-width: unset; } }
.hero-mayor .social__item {
width: 5rem;
height: 5rem;
background: -webkit-gradient(linear, left top, right top, color-stop(15%, white), color-stop(93%, #dfe2e7));
background: -o-linear-gradient(left, white 15%, #dfe2e7 93%);
background: linear-gradient(90deg, white 15%, #dfe2e7 93%);
background-size: 150%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
.hero-mayor .social__item:hover svg {
color: #000000; }
.hero-mayor .social svg {
color: #bd2c18;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.hero-mayor .image-wrapper {
max-width: 25rem;
position: absolute;
right: 0;
bottom: 0; }
@media (max-width: 424px) {
.hero-mayor .image-wrapper {
max-width: 25rem;
bottom: 100%; } }
.hero-mayor .image-wrapper img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.hero-right {
position: relative;
z-index: 2;
width: 50%; }
@media (max-width: 1200px) {
.hero-right {
width: 100%;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; } }
.hero-right .swiper-pagination {
text-align: left;
margin-left: 3.6rem; }
@media (max-width: 480px) {
.hero-right .swiper-pagination {
margin-left: 2rem; } }
.hero-right .all-news {
position: absolute;
z-index: 5;
bottom: 12.5rem;
right: 3rem;
background: rgba(0, 0, 0, 0.1);
padding-left: 3rem; }
@media (max-width: 767px) {
.hero-right .all-news .btn {
height: 3rem; } }
.hero-right .swiper-slide {
position: relative; }
.hero-right .swiper-slide .slide-content {
display: block;
overflow: hidden;
position: relative;
z-index: 2;
height: 50rem; }
.hero-right .swiper-slide .slide-content::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 20rem;
width: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
background: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
background: linear-gradient(to top, black, rgba(0, 0, 0, 0)); }
@media (max-width: 1200px) {
.hero-right .swiper-slide .slide-content {
height: 50rem; } }
@media (max-width: 767px) {
.hero-right .swiper-slide .slide-content {
height: 40rem;
max-height: 70vw; } }
.hero-right .swiper-slide img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.hero-right .swiper-slide .text-content {
position: absolute;
bottom: 5rem;
left: 3.6rem;
color: #ffffff;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
width: calc(100% - 7.2rem);
z-index: 3; }
@media (max-width: 480px) {
.hero-right .swiper-slide .text-content {
left: 2rem;
width: calc(100% - 4rem); } }
.hero-right .swiper-slide .text-content .subtitle {
position: relative;
padding-left: 3rem;
font-size: 1.4rem;
margin-bottom: 0;
color: #ffffff; }
@media (max-width: 767px) {
.hero-right .swiper-slide .text-content .subtitle {
margin-bottom: 1rem; } }
@media (max-width: 374px) {
.hero-right .swiper-slide .text-content .subtitle {
font-size: 1.2rem; } }
.hero-right .swiper-slide .text-content .subtitle::before {
content: "";
position: absolute;
left: 0;
bottom: .5rem;
width: 1.9rem;
height: .2rem;
background-color: #ffffff; }
.hero-right .swiper-slide .text-content .title {
font-size: 2.7rem;
font-weight: 600;
color: #ffffff;
margin-bottom: 0; }
@media (max-width: 767px) {
.hero-right .swiper-slide .text-content .title {
font-size: 2.4rem;
font-weight: 500;
margin-bottom: .4rem; } }
@media (max-width: 424px) {
.hero-right .swiper-slide .text-content .title {
font-size: 2.2rem; } }
@media (max-width: 374px) {
.hero-right .swiper-slide .text-content .title {
font-size: 1.8rem; } }
.hero-right .swiper-slide .text-content .date {
font-size: 1.4rem; }
@media (max-width: 767px) {
.hero-right .swiper-slide .text-content .date {
font-size: 1.2rem;
font-weight: 300; } }
.hero-right .swiper-slide:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.hero-right .swiper-slide:hover .text-content {
-webkit-transform: translateY(-0.5rem);
-ms-transform: translateY(-0.5rem);
transform: translateY(-0.5rem);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.hero-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600;
font-size: 1.8rem;
height: 12rem;
background: #bd2c18; }
@media (max-width: 1540px) {
.hero-links {
font-size: 1.6rem; } }
.hero-links__item {
color: #ffffff;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
padding: 0 2rem;
height: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 25%; }
.hero-links__item img {
margin-right: 1rem;
color: #ffffff;
font-size: 5rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
height: 1em !important;
width: 1em !important;
-o-object-fit: contain;
object-fit: contain;
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1); }
@media (max-width: 1540px) {
.hero-links__item img {
font-size: 4rem; } }
.hero-links__item:hover {
background: rgba(0, 0, 0, 0.2); }
.tab-slide-content .title {
padding-bottom: 1.5rem; }
.tab-slide-content .post__title {
padding: 0 2rem; }
.tab-slide-content .animated-tabs-item {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important;
position: relative; }
.tab-slide-content .animated-tabs-item svg {
margin-right: 1rem;
font-size: 3.5rem; }
.tab-slide-content .tab-content-wrapper {
padding: 0; }
.tab-slide-content .tab-link-wrapper {
margin: 2.5rem 0; }
@media (max-width: 767px) {
.tab-slide-content .tab-link-wrapper {
width: calc(100% + (var(--container-gutter) * 2));
margin-left: calc(-1 * var(--container-gutter));
padding-left: var(--container-gutter); } }
.tab-slide-content .swiper-arrows {
margin-top: 2rem; }
.tab-slide-content .swiper-container {
padding-right: 2px;
padding-left: 2px; }
@media (max-width: 767px) {
.tab-slide-content .swiper-container {
overflow: visible;
padding-left: 0;
padding-right: 0; } }
.slide-section {
padding-top: 7rem; }
.slide-section .swiper-container {
-webkit-box-shadow: 0px 24px 47px -20px rgba(0, 0, 0, 0.43);
box-shadow: 0px 24px 47px -20px rgba(0, 0, 0, 0.43); }
@media (max-width: 767px) {
.slide-section .swiper-container {
overflow: visible;
-webkit-box-shadow: none;
box-shadow: none; } }
.slide-section-item {
position: relative;
display: block;
overflow: hidden;
height: 35rem;
-webkit-box-shadow: 0px 24px 47px -20px rgba(0, 0, 0, 0.43);
box-shadow: 0px 24px 47px -20px rgba(0, 0, 0, 0.43); }
@media (max-width: 767px) {
.slide-section-item {
height: 26rem; } }
.slide-section-item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.slide-section-item .text-content {
padding: 3rem 1rem;
position: absolute;
left: 0;
top: 0;
width: 90%; }
.slide-section-item .text-content-top {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
.slide-section-item .text-content h4 {
color: #ffffff; }
.slide-section-item .text-content p {
color: #ffffff;
margin-top: 2.5rem; }
.slide-section-item .text-content-top p {
position: relative;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content; }
.slide-section-item .text-content-top p::after {
content: "";
position: absolute;
background: #ffffff;
left: 0;
bottom: -.5rem;
width: 100%;
height: .1rem;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left; }
.slide-section-item .text-content .icon-wrapper {
position: relative;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
width: 6rem;
height: 6rem;
background: #ffffff;
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.slide-section-item .text-content .icon-wrapper svg {
color: #bd2c18; }
.slide-section-item .text-content .icon-wrapper::after {
border-radius: 50%;
padding: 5px;
border: 1px solid rgba(255, 255, 255, 0.5);
position: absolute;
content: '';
top: -8px;
left: -8px;
bottom: -8px;
right: -8px; }
.slide-section-item .text-content .online-text {
color: #bd2c18;
margin-top: 6rem;
font-size: 1.5rem;
font-weight: 500; }
.slide-section-item:hover .text-content-top p::after {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1); }
.slide-section-item:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.slide-section-item:hover .icon-wrapper {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.slide-section .swiper-arrows {
margin-top: 3rem; }
.brands {
margin-top: 3rem;
margin-bottom: 0rem;
-webkit-box-shadow: 0px 24px 47px -20px rgba(0, 0, 0, 0.23);
box-shadow: 0px 24px 47px -20px rgba(0, 0, 0, 0.23);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 14rem;
width: 100%; }
@media (max-width: 1200px) {
.brands {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-bottom: 3rem; } }
@media (max-width: 767px) {
.brands {
display: block;
height: auto; } }
.brands-left {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
min-width: 30rem; }
@media (max-width: 767px) {
.brands-left {
width: 100%;
height: 14rem;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; } }
.brands-left .brand-list-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important;
padding: 0 2rem;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
@media (max-width: 767px) {
.brands-left .brand-list-item {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; } }
.brands-left .img-wrapper {
width: 6rem;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0; }
@media (max-width: 767px) {
.brands-left .img-wrapper {
margin-right: 3rem !important; } }
.brands-left .img-wrapper svg {
font-size: 6rem;
color: #bd2c18; }
.brands-left .text-wrapper p {
font-size: 1.4rem;
position: relative;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content; }
.brands-left .text-wrapper p::after {
content: "";
position: absolute;
background: #515151;
left: 0;
bottom: -.5rem;
width: 100%;
height: .1rem;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left; }
.brands-left .text-wrapper .d-flex {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
position: relative; }
.brands-left .text-wrapper .d-flex::after {
content: "";
position: absolute;
background: #515151;
left: 0;
bottom: -.5rem;
width: 100%;
height: .1rem;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left; }
.brands-left .text-wrapper .d-flex svg {
color: #bd2c18;
font-size: 1.4rem;
margin-left: .5rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.brands-left .text-wrapper .tel-no {
font-size: 2.7rem;
color: #bd2c18;
font-weight: 600;
margin-top: .7rem;
margin-bottom: .7rem; }
.brands-left .text-wrapper .tel-no::after {
background: #bd2c18;
height: .2rem; }
.brands-left:hover .text-wrapper svg {
-webkit-transform: translateX(1rem);
-ms-transform: translateX(1rem);
transform: translateX(1rem);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.brands-left:hover .text-wrapper p {
color: #bd2c18;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.brands .brand-list-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background: -o-linear-gradient(318deg, white 0%, rgba(241, 241, 241, 0.5) 50%, #e4e5e9 51%, #f6f6f6 100%);
background: linear-gradient(132deg, white 0%, rgba(241, 241, 241, 0.5) 50%, #e4e5e9 51%, #f6f6f6 100%);
position: relative;
width: 100%;
min-width: 13rem;
height: 100%; }
@media (max-width: 767px) {
.brands .brand-list-item {
width: 100%;
height: 14rem; } }
.brands .brand-list-item::after {
content: "";
position: absolute;
bottom: 0;
width: 3rem;
height: 1.6rem;
opacity: 0;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
clip-path: polygon(50% 0, 0 100%, 100% 100%);
-webkit-transform: translateY(1rem);
-ms-transform: translateY(1rem);
transform: translateY(1rem);
background: var(--brand-color); }
.brands .brand-list-item .brand-name {
margin-top: 1.5rem;
font-size: 1.7rem;
font-weight: 600;
text-align: center;
padding: 0 .6rem;
color: var(--brand-color); }
.brands .brand-list-item .brand-name.text-s {
font-size: 1.25rem; }
.brands .brand-list-item .img-container {
width: 100%; }
.brands .brand-list-item .img-wrapper {
width: 100%;
margin: 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 8rem; }
@media (max-width: 767px) {
.brands .brand-list-item .img-wrapper {
margin: 0;
width: auto; } }
.brands .brand-list-item .img-wrapper img {
height: 100%;
max-width: 10rem;
max-height: 8rem;
-o-object-fit: contain;
object-fit: contain;
display: block;
margin: 0 auto; }
.brands .brand-list-item.only-img .img-container {
height: 100%; }
.brands .brand-list-item.only-img .img-wrapper {
width: 100%;
height: 100%;
display: unset; }
.brands .brand-list-item.only-img .img-wrapper img {
max-width: unset;
max-height: unset;
width: 11rem;
height: 100%;
-o-object-fit: scale-down;
object-fit: scale-down; }
.brands .brand-list-item:hover::after {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.w-unset {
max-width: unset !important;
width: 7rem !important; }
.cls-1 {
color: white;
fill: white;
stroke: white;
stroke-width: 20;
stroke-linecap: round; }
.aycls-1 {
color: white;
fill: white;
stroke: white;
stroke: white;
stroke-width: 20;
stroke-linecap: round; }
#Layer_1 path, #Layer_1 .cls-1, #Layer_1 .aycls-1 {
stroke: white;
stroke-width: 20;
stroke-linecap: round; }
.header {
position: fixed;
-webkit-box-shadow: 0px 18px 46px -27px rgba(0, 0, 0, 0.43);
box-shadow: 0px 18px 46px -27px rgba(0, 0, 0, 0.43);
top: 0;
left: 0;
z-index: 9;
height: 7.2rem;
-webkit-transition: .15s ease-in;
-o-transition: .15s ease-in;
transition: .15s ease-in;
width: 100%;
background: #FFF; }
@media (max-width: 767px) {
.header {
height: 9rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; } }
@media (max-width: 374px) {
.header {
height: 8rem; } }
.header-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative; }
.header .btn {
height: 6.4rem;
border-radius: 18px;
min-width: unset;
padding-right: 7rem;
width: 21rem; }
.header .btn .btn__icon {
height: 6.4rem;
border-radius: 18px; }
.header .btn .btn__icon svg {
font-size: 1.85rem; }
.header.active {
z-index: 11;
background: #FFF; }
.header-logo {
display: block;
z-index: 6; }
.header-logo img {
width: 20rem;
height: 5rem;
-o-object-fit: contain;
object-fit: contain; }
@media (max-width: 1200px) {
.header-logo img {
width: 17rem; } }
@media (max-width: 767px) {
.header-logo img {
width: 20rem; } }
@media (max-width: 991px) {
.header-logo img {
width: 17rem; } }
.header-right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.header-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
z-index: 4;
height: 7.2rem; }
@media (max-width: 991px) {
.header-menu {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
opacity: 0;
background: #FFF;
width: 100vw;
height: calc(100vh - 7.2rem);
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
z-index: 5;
left: 0;
top: 7.2rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
pointer-events: none;
padding: var(--container-gutter);
max-height: 100%;
overflow-y: auto;
position: fixed; }
.header-menu * {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0; }
.header-menu.active {
opacity: 1;
pointer-events: all;
-webkit-transform: translateY(0) translateZ(0) scale(1, 1);
transform: translateY(0) translateZ(0) scale(1, 1); } }
@media (max-width: 1200px) {
.header-menu {
margin-right: 2rem; } }
.header-menu-item {
height: 100%;
font-size: 1.6rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
margin: var(--header-item-gutter); }
@media (max-width: 1200px) {
.header-menu-item {
font-size: 1.4rem; } }
.header-menu-item__caret {
margin-left: 1rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
font-size: 1rem;
color: #515151;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
@media (max-width: 991px) {
.header-menu-item__caret {
margin-left: auto !important;
color: #000000;
font-size: 1.6rem; } }
@media (max-width: 991px) {
.header-menu-item {
height: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: calc(var(--container-width) - (var(--container-gutter) * 2));
max-width: 100%;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: auto !important;
margin-right: auto !important; }
.header-menu-item.has-submenu .header-menu-item__title {
width: 100%; } }
.header-menu-item + .header-menu-item {
margin-left: .4rem; }
@media (max-width: 1200px) {
.header-menu-item + .header-menu-item {
margin-left: 0; }
.header-menu-item + .header-menu-item::after {
content: unset; } }
@media (max-width: 991px) {
.header-menu-item + .header-menu-item {
margin-left: 0;
margin-top: 0; } }
@media (max-width: 991px) {
.header-menu-item.has-submenu.active .header-menu-item__title {
color: #bd2c18 !important; }
.header-menu-item.has-submenu.active:hover .header-menu-item__title, .header-menu-item.has-submenu.active:focus .header-menu-item__title {
color: #bd2c18 !important; }
.header-menu-item.has-submenu.active .header-menu-item__caret {
-webkit-transform: rotate(0deg) !important;
-ms-transform: rotate(0deg) !important;
transform: rotate(0deg) !important; }
.header-menu-item.has-submenu.active > .header-menu-item-content {
display: block;
pointer-events: all; } }
@media (min-width: 992px) {
.header-menu-item:hover .header-menu-item__title {
color: #bd2c18; }
.header-menu-item:hover .header-menu-item__title::after {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1); }
.header-menu-item:hover > .header-menu-item-content {
opacity: 1;
-webkit-transform: translateX(-50%) translateY(0) translateZ(0) scale(1, 1);
transform: translateX(-50%) translateY(0) translateZ(0) scale(1, 1);
pointer-events: all; }
.header-menu-item:hover > .header-menu-item__title .header-menu-item__caret {
-webkit-transform: rotate(180deg) translateY(0rem);
-ms-transform: rotate(180deg) translateY(0rem);
transform: rotate(180deg) translateY(0rem);
color: #bd2c18; } }
.header-menu-item__title {
color: black;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
margin: 0 var(--header-item-gutter);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
height: 100%; }
@media (max-width: 991px) {
.header-menu-item__title {
margin: 0; } }
.header-menu-item__title::after {
content: "";
position: absolute;
background: #b7b7b7;
left: 0;
bottom: 2rem;
width: 100%;
height: .1rem;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left; }
@media (max-width: 991px) {
.header-menu-item__title {
font-size: 18px;
opacity: 1;
padding: 0;
color: black;
height: 50px; }
.header-menu-item__title.only-mobile {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; } }
.header-menu-item-content {
position: absolute;
top: calc(77% + 0px);
left: 50%;
background: #FFF;
min-width: 250px;
width: auto;
height: auto;
display: block;
opacity: 0;
-webkit-transform: translateY(0) translateX(-50%) translateZ(0) scale(1, 1);
transform: translateY(0) translateX(-50%) translateZ(0) scale(1, 1);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
pointer-events: none;
-webkit-box-shadow: 0 5px 10px rgba(81, 81, 81, 0.1);
box-shadow: 0 5px 10px rgba(81, 81, 81, 0.1);
margin-top: 1.7rem; }
@media (min-width: 992px) {
.header-menu-item-content.big {
display: grid;
max-height: 56rem;
width: 50rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-template-columns: 1fr 1fr; }
.header-menu-item-content.big .header-menu-item-content__item:nth-child(odd) {
border-right: 1px solid #eee !important; }
.header-menu-item-content.big .header-menu-item-content__item:last-child:nth-child(even) {
border-top: 0 !important; }
.header-menu-item-content.big .header-menu-item-content__item:nth-last-child(-n+3):nth-child(even):not(last-child) {
border-bottom: 1px solid #eee; } }
.header-menu-item-content .header-menu-item-content {
left: calc(100%) !important;
margin-top: 0; }
.header-menu-item-content-title {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%; }
.header-menu-item-content .header-menu-item__caret {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: 1rem; }
@media (max-width: 991px) {
.header-menu-item-content {
position: static;
opacity: 1;
width: 100%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
display: none;
padding-left: 3rem;
border-top: 1px solid rgba(81, 81, 81, 0.1);
padding-top: 1rem;
margin-top: 1rem;
-webkit-box-shadow: none;
box-shadow: none;
padding-bottom: 1rem;
border-bottom: 1px solid rgba(81, 81, 81, 0.1); } }
.header-menu-item-content__item {
font-size: 1.6rem !important;
padding: .5rem 1.5rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
min-height: 40px;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
cursor: pointer;
color: #515151;
border-bottom: 1px solid #eee; }
.header-menu-item-content__item:last-child {
border-bottom: 0; }
.header-menu-item-content__item.has-submenu {
position: relative;
color: #515151; }
.header-menu-item-content__item.has-submenu:last-child .header-menu-item-content {
border-bottom: 0; }
@media (min-width: 992px) {
.header-menu-item-content__item.has-submenu:hover {
color: #ffffff; }
.header-menu-item-content__item.has-submenu:hover .header-menu-item__caret {
color: #FFF; } }
.header-menu-item-content__item.has-submenu .header-menu-item-content {
left: calc(100% + 1rem);
top: 0;
-webkit-transform: translateY(0) translateX(0) translateZ(0) scale(1, 1);
transform: translateY(0) translateX(0) translateZ(0) scale(1, 1); }
@media (max-width: 1349px) {
.header-menu-item-content__item.has-submenu .header-menu-item-content {
left: calc(-1 * (100% + 1rem)); } }
@media (max-width: 991px) {
.header-menu-item-content__item.has-submenu .header-menu-item-content {
position: static;
width: 100%;
padding-left: 2rem; } }
.header-menu-item-content__item.has-submenu .header-menu-item-content::after {
background: transparent;
content: '';
position: absolute;
left: -1rem;
width: 1rem;
top: 0;
height: 100%; }
@media (max-width: 1349px) {
.header-menu-item-content__item.has-submenu .header-menu-item-content::after {
left: unset;
right: -1rem; } }
@media (max-width: 991px) {
.header-menu-item-content__item.has-submenu .header-menu-item-content__item {
color: #515151 !important;
height: auto;
margin-top: 0 !important;
border: 0 !important; }
.header-menu-item-content__item.has-submenu .header-menu-item-content__item:hover {
opacity: 1; } }
.header-menu-item-content__item.has-submenu:hover > .header-menu-item-content {
opacity: 1;
-webkit-transform: translateY(0) translateZ(0) scale(1, 1);
transform: translateY(0) translateZ(0) scale(1, 1);
pointer-events: all; }
@media (max-width: 991px) {
.header-menu-item-content__item.has-submenu.active {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
display: block !important; }
.header-menu-item-content__item.has-submenu.active .header-menu-item-content__item-title {
color: #c02e1a !important; }
.header-menu-item-content__item.has-submenu.active::after {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.header-menu-item-content__item.has-submenu.active > .header-menu-item-content {
display: block !important; } }
@media (max-width: 991px) {
.header-menu-item-content__item {
padding: 0;
height: 40px;
font-size: 18px;
opacity: 1;
padding: 0;
color: #515151 !important;
border: 0; }
.header-menu-item-content__item-title {
width: 100%;
height: 50px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.header-menu-item-content__item-title:hover {
color: #515151 !important; }
.header-menu-item-content__item:hover {
background: transparent !important; }
.header-menu-item-content__item:not(.has-submenu):hover {
color: #bd2c18 !important; } }
@media (max-width: 991px) {
.header-menu-item-content__item + .header-menu-item-content__item {
border: 0;
margin-top: 10px; } }
.header-menu-item-content__item:hover {
background: #bd2c18;
color: #FFF;
border-color: #bd2c18; }
.header-menu-item-content__item:hover .header-menu-item-content__item-title {
color: #ffffff; }
.header-menu-item.only-mobile {
display: none; }
.header-search {
width: 30rem;
height: 7.2rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
position: relative;
background-size: cover;
background-position: right; }
@media (max-width: 1200px) {
.header-search {
width: auto;
background: none;
padding-right: 2rem; } }
@media (max-width: 767px) {
.header-search {
width: 60px;
height: 60px;
position: relative;
z-index: 6;
padding-right: 0;
background: #eee !important;
margin-right: 1rem; }
.header-search .header-links {
display: none; } }
@media (max-width: 374px) {
.header-search {
width: 50px;
height: 50px; } }
.header-search .search-icons {
width: 6.3rem;
display: grid;
place-items: center;
color: #373941;
font-size: 1.7rem;
cursor: pointer;
position: relative; }
@media (max-width: 767px) {
.header-search .search-icons {
font-size: 2.5rem;
width: 100%; } }
@media (max-width: 374px) {
.header-search .search-icons {
font-size: 2rem; } }
.header-search .search-icons::after {
position: absolute;
content: "";
right: calc(50% - 2rem);
bottom: calc(50% - .7rem);
height: 1.4rem;
width: .1rem;
background: rgba(81, 81, 81, 0.3); }
@media (max-width: 767px) {
.header-search .search-icons::after {
content: unset; } }
.header-search .icon-close {
opacity: 0;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%; }
.header-search.active .icon {
opacity: 0; }
.header-search.active .icon-close {
opacity: 1;
color: #bd2c18; }
.header-search.active + .header-search-content {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
pointer-events: all; }
.header-search-content {
position: absolute;
top: calc(8rem - 1px);
background: #FFF;
width: 50rem;
right: 0;
height: 8rem;
font-size: 2.5rem;
padding-right: 1rem;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
opacity: 0;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
pointer-events: none;
z-index: 2;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
@media (max-width: 767px) {
.header-search-content {
padding-right: var(--container-gutter); } }
@media (max-width: 576px) {
.header-search-content {
width: 100vw;
padding-right: 0;
right: calc(-1 * var(--container-gutter));
top: calc(8rem - 3px);
border-top: 1px solid rgba(81, 81, 81, 0.1); } }
@media (max-width: 374px) {
.header-search-content {
top: calc(7rem - 3px); } }
.header-search-content__icon {
color: #515151;
font-size: 3rem;
width: 14rem;
border-right: 1px solid rgba(81, 81, 81, 0.1);
pointer-events: none;
display: grid;
place-items: center;
height: 100%; }
@media (max-width: 767px) {
.header-search-content__icon {
width: auto;
padding: 0 3rem;
margin-right: 2rem; } }
@media (max-width: 480px) {
.header-search-content__icon {
padding: 0 var(--container-gutter);
font-size: 22px; } }
@media (max-width: 350px) {
.header-search-content__icon {
display: none; } }
.header-search-content input {
height: inherit;
background: transparent;
padding-left: 3.4rem;
border: 0;
color: #515151;
width: 100%;
font-size: 2rem; }
@media (max-width: 767px) {
.header-search-content input {
padding-left: 0; } }
@media (max-width: 350px) {
.header-search-content input {
padding-left: var(--container-gutter); } }
.header-search-content input::-webkit-input-placeholder {
color: rgba(81, 81, 81, 0.6);
font-size: 2rem; }
.header-search-content input::-moz-placeholder {
color: rgba(81, 81, 81, 0.6);
font-size: 2rem; }
.header-search-content input:-ms-input-placeholder {
color: rgba(81, 81, 81, 0.6);
font-size: 2rem; }
.header-search-content input::-ms-input-placeholder {
color: rgba(81, 81, 81, 0.6);
font-size: 2rem; }
.header-search-content input::placeholder {
color: rgba(81, 81, 81, 0.6);
font-size: 2rem; }
.header-search-content input:focus {
outline: 0; }
.header-search-content__btn {
width: 13rem;
height: 100%;
min-width: unset;
font-size: 2.5rem;
background: transparent;
color: #515151;
width: -webkit-max-content !important;
width: -moz-max-content !important;
width: max-content !important;
padding: 3rem 2.5rem !important;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
@media (max-width: 576px) {
.header-search-content__btn {
padding: 3rem var(--container-gutter) !important; } }
@media (max-width: 480px) {
.header-search-content__btn {
font-size: 2rem; } }
.header-search-content__btn:hover {
color: #bd2c18 !important; }
.header-search-content__btn:focus {
outline: 0; }
.header-search:hover {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.header-login {  }
@media (max-width: 1200px) {
.header-login {
padding-left: 0 !important;
min-width: 20rem;
border: 0; }
.header-login .btn__icon {
display: none; } }
@media (max-width: 991px) {
.header-login {
display: none; } }
.header-mobile-login {
display: none !important; }
@media (max-width: 991px) {
.header-mobile-login {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
margin-left: 0 !important;
margin-bottom: 1rem;
width: 380px;
max-width: 100%;
height: 70px !important; } }
.header-mobile-divider {
display: none; }
@media (max-width: 991px) {
.header-mobile-divider {
display: block; } }
.header-mobile-divider {
width: 100%;
height: 1px;
background: rgba(81, 81, 81, 0.1);
margin-top: 30px;
margin-bottom: 30px; }
.header-mobile-divider.mt-0 {
margin-top: 0; }
.header-mobile-bottom-menu {
display: none;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
padding-top: 3rem;
margin-top: 0;
border-top: 1px solid rgba(81, 81, 81, 0.1);
width: 100%; }
@media (max-width: 991px) {
.header-mobile-bottom-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; } }
.header-mobile-bottom-menu a {
font-size: 14px;
color: #515151;
margin-bottom: 30px;
font-weight: 350;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
padding-right: 2rem; }
.header-mobile-bottom-menu a:hover {
opacity: 1;
color: black; }
.header-mobile-bottom-menu a + a {
margin-top: 0; }
.header-mobile-menu-open {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 7.2rem;
width: 66px;
cursor: pointer;
color: #fff;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
z-index: 6;
background: #bd2c18;
display: none; }
@media (max-width: 991px) {
.header-mobile-menu-open {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; } }
@media (max-width: 767px) {
.header-mobile-menu-open {
height: 60px;
width: 60px; } }
@media (max-width: 374px) {
.header-mobile-menu-open {
width: 50px;
height: 50px; } }
.header-mobile-menu-open.active span:nth-child(1) {
-webkit-transform: translateY(9px) rotate(44deg);
-ms-transform: translateY(9px) rotate(44deg);
transform: translateY(9px) rotate(44deg); }
@media (max-width: 374px) {
.header-mobile-menu-open.active span:nth-child(1) {
-webkit-transform: translateY(9px) rotate(44deg) scale(0.9);
-ms-transform: translateY(9px) rotate(44deg) scale(0.9);
transform: translateY(9px) rotate(44deg) scale(0.9); } }
.header-mobile-menu-open.active span:nth-child(2) {
opacity: 0; }
.header-mobile-menu-open.active span:nth-child(3) {
-webkit-transform: translateY(-7px) rotate(-46deg);
-ms-transform: translateY(-7px) rotate(-46deg);
transform: translateY(-7px) rotate(-46deg); }
@media (max-width: 374px) {
.header-mobile-menu-open.active span:nth-child(3) {
-webkit-transform: translateY(-7px) rotate(-46deg) scale(0.9);
-ms-transform: translateY(-7px) rotate(-46deg) scale(0.9);
transform: translateY(-7px) rotate(-46deg) scale(0.9); } }
.header-mobile-menu-open span {
width: 24px;
height: 3px;
background-color: #fff;
display: block;
border-radius: 3px;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
@media (max-width: 374px) {
.header-mobile-menu-open span {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); } }
.header-mobile-menu-open span:nth-child(2) {
-webkit-transition: .15s;
-o-transition: .15s;
transition: .15s; }
.header-mobile-menu-open span + span {
margin-top: 5px; }
.header-dark .header-right .header-menu-item__title {
color: rgba(255, 255, 255, 0.9); }
.header-dark .header-right .header-menu-item.has-submenu .header-menu-item__title span svg {
color: #ffffff; }
.header-dark .header-search {
color: #ffffff; }
.header-dark .header-search:hover {
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
color: #bd2c18; }
.header-dark .header-logos-item {
padding: 0;
border-right: none;
max-width: 19.2rem; }
.title-w-img {
font-size: 2rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.title-w-img svg {
margin-right: .5rem;
font-size: 3rem; }
.header-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
position: relative;
font-size: 1.5rem;
font-weight: 500;
color: rgba(81, 81, 81, 0.9); }
.header-links-item::after {
content: "";
position: absolute;
background: #c02e1a !important;
left: 0;
bottom: 2rem;
width: 100%;
height: .1rem;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left; }
.header-links-item + .header-links-item {
margin-top: 1rem; }
.header-links-item:last-child {
color: #c02e1a;
font-weight: 500; }
.header-links-item:last-child:hover::after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1); }
@-webkit-keyframes blinked {
0%, 100% {
opacity: 0; }
50% {
opacity: 1; } }
@keyframes blinked {
0%, 100% {
opacity: 0; }
50% {
opacity: 1; } }
.mobile_online_actions {
display: none;
width: 100%;
max-width: 400px;
height: 8.2rem;
padding: 2rem;
color: #c02e1a;
background-repeat: no-repeat;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-left: var(--container-pusher) !important;
border: 1px solid rgba(81, 81, 81, 0.1);
background-size: 100%; }
@media (max-width: 991px) {
.mobile_online_actions {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; } }
@media (max-width: 374px) {
.mobile_online_actions {
height: 7.2rem; } }
.footer {
text-align: center;
padding-top: 7rem; }
@media (max-width: 767px) {
.footer {
padding-top: 4rem; } }
.footer .social-media-wrapper {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 2rem;
padding-bottom: 3rem; }
@media (max-width: 991px) {
.footer .social-media-wrapper {
display: grid;
grid-template-columns: 1fr 1fr; } }
@media (max-width: 767px) {
.footer .social-media-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 2rem;
padding-bottom: 3rem; } }
.footer__title {
font-weight: 400; }
.footer .mobile-app {
padding: 3rem 0 4rem 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative; }
@media (max-width: 480px) {
.footer .mobile-app {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; } }
.footer .mobile-app::after {
content: "";
position: absolute;
right: 50%;
bottom: 25%;
width: .1rem;
height: 50%;
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
background: #98989C; }
.footer .mobile-app-item {
margin-right: 5rem;
margin-left: 5rem;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
width: 15rem; }
@media (max-width: 480px) {
.footer .mobile-app-item {
margin: 0;
width: 40%; } }
.footer .mobile-app-item img {
width: 100%; }
.footer .mobile-app-item:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.footer .copyright__link {
padding-bottom: 3rem;
font-weight: 400;
font-size: 1.2rem; }
.footer .copyright__text {
padding-bottom: 3rem;
font-size: 1.4rem;
font-weight: 400; }
.footer .copyright a {
position: relative; }
.footer .copyright a:hover {
color: #c02e1a; }
.gallery {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 2rem; }
@media (max-width: 767px) {
.gallery {
grid-gap: 1rem;
grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 424px) {
.gallery {
grid-gap: 1rem;
grid-template-columns: repeat(2, 1fr); } }
.gallery--video {
grid-template-columns: repeat(3, 1fr); }
@media (max-width: 767px) {
.gallery--video {
grid-gap: 1rem;
grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 424px) {
.gallery--video {
grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 374px) {
.gallery--video {
grid-template-columns: repeat(1, 1fr); } }
.press-wrapper {
margin-top: 2.5rem; }
.press-content {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2.4rem 2rem; }
@media (max-width: 767px) {
.press-content {
grid-gap: 1rem;
grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 424px) {
.press-content {
grid-gap: 1rem;
grid-template-columns: repeat(1, 1fr); } }
.council-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
margin-top: 6rem; }
@media (max-width: 1540px) {
.council-grid {
grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1540px) {
.council-grid {
margin-top: 3rem; } }
@media (max-width: 767px) {
.council-grid {
grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 374px) {
.council-grid {
grid-template-columns: repeat(1, 1fr); } }
.scheme .member {
max-width: 22rem;
margin-bottom: 2rem;
padding: 0;
position: relative; }
.scheme .member__img {
height: 22rem !important; }
@media (max-width: 424px) {
.scheme .member__img {
width: 100%;
height: 20rem !important; } }
.scheme .member:hover .member-info-item__title {
color: #FFF; }
.scheme .member-info {
background-color: #c02e1a;
color: #FFF;
padding: 1rem;
margin-top: 0; }
.scheme .member-info .name {
font-size: 2rem; }
.scheme-content {
border-radius: 4.5rem 4.5rem 0 0;
padding: 5rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.scheme-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.scheme-row.big {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 2rem 0;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 5rem;
position: relative; }
.scheme-row.big::after {
content: '';
position: absolute;
top: -7rem;
height: calc(100% + 12rem);
left: 50%;
width: 2px;
background-color: rgba(0, 0, 0, 0.2); }
@media (max-width: 991px) {
.scheme-row.big::after {
top: -5rem;
height: calc(100% + 10rem); } }
@media (max-width: 991px) {
.scheme-row.big {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-top: 3rem;
grid-gap: 0; }
.scheme-row.big .scheme-item-content {
height: 10rem; }
.scheme-row.big .scheme-item + .scheme-item {
margin-top: 3rem; } }
.scheme-row.has-column {
padding-top: 5rem;
margin-top: 5rem;
display: grid;
grid-gap: 2rem;
grid-template-columns: repeat(5, 1fr);
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: 15rem;
position: relative;
border-top: 2px solid rgba(0, 0, 0, 0.2); }
@media (max-width: 1200px) {
.scheme-row.has-column {
grid-gap: 1rem; } }
@media (max-width: 991px) {
.scheme-row.has-column {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
border-top: 0;
max-width: 34rem;
margin-left: auto;
margin-right: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-top: 0;
margin-top: 0;
padding-bottom: 0;
grid-gap: 0; } }
.scheme-row.has-column .scheme-column {
position: relative; }
@media (max-width: 991px) {
.scheme-row.has-column .scheme-column {
padding-bottom: 5rem;
width: 34rem; }
.scheme-row.has-column .scheme-column:last-child {
padding-bottom: 0; }
.scheme-row.has-column .scheme-column:last-child .scheme-item:last-child::after {
content: '';
position: absolute;
background-color: #F0F1F2;
width: 4px;
z-index: 2;
left: 8px;
height: 15rem;
top: calc(50% + 2px); } }
.scheme-row.has-column .scheme-column::before {
content: '';
position: absolute;
width: 2px;
background-color: rgba(0, 0, 0, 0.2);
left: 50%;
top: -5rem;
height: 5rem; }
@media (max-width: 991px) {
.scheme-row.has-column .scheme-column::before {
height: calc(100% - 11rem);
bottom: 0;
left: 10.5rem;
-webkit-transform: translateY(10rem);
-ms-transform: translateY(10rem);
transform: translateY(10rem); } }
.scheme-row.has-column .scheme-column::after {
content: '';
position: absolute;
width: 2px;
background-color: rgba(0, 0, 0, 0.2);
left: 0;
bottom: 0;
height: calc(100% - 21rem); }
@media (max-width: 991px) {
.scheme-row.has-column .scheme-column::after {
height: calc(100%);
left: 1rem; } }
.scheme-row.has-column .scheme-column:first-child .member, .scheme-row.has-column .scheme-column:last-child .member {
position: relative; }
@media (min-width: 992px) {
.scheme-row.has-column .scheme-column:first-child .member::before, .scheme-row.has-column .scheme-column:last-child .member::before {
content: '';
position: absolute;
background-color: #F5F6F7;
width: 50%;
height: 6rem;
top: -6rem;
z-index: 2;
left: 0; } }
.scheme-row.has-column .scheme-column:last-child .member::before {
right: 0;
left: unset;
width: calc(50% - 2px); }
.scheme-row.has-column .member {
max-width: 100%;
z-index: 2; }
@media (max-width: 991px) {
.scheme-row.has-column .member {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
padding-left: 5rem; }
.scheme-row.has-column .member::before {
content: '';
background-color: rgba(0, 0, 0, 0.2);
width: 4rem;
height: 2px;
top: 50%;
z-index: 2;
left: 1rem;
position: absolute;
-webkit-transform: translateX(2px);
-ms-transform: translateX(2px);
transform: translateX(2px); }
.scheme-row.has-column .member-info {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 2rem; } }
.scheme-row.has-column .member::after {
content: unset; }
.scheme-row.has-column .member__img {
height: 17rem !important; }
@media (max-width: 991px) {
.scheme-row.has-column .member__img {
height: 11rem !important;
width: 11rem;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0; } }
@media (max-width: 350px) {
.scheme-row.has-column .member__img {
height: 10rem !important;
width: 10rem;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0; } }
@media (max-width: 991px) {
.scheme-row.has-column .member-info-item {
text-align: left; } }
.scheme-row.has-column .member-info-item__title {
font-size: 1.4rem;
margin-bottom: 0; }
@media (max-width: 991px) {
.scheme-row.has-column .member-info-item__title {
text-align: left; } }
.scheme-row.has-column .member .name {
font-size: 1.6rem;
margin-bottom: .5rem; }
.scheme .mobile_divider {
width: calc(16rem + 2px);
margin-left: calc(50% - 16rem);
height: 5rem;
border: 2px solid rgba(0, 0, 0, 0.2);
margin-top: 5rem;
border-right: 0;
border-bottom: 0; }
@media (min-width: 992px) {
.scheme .mobile_divider {
display: none; } }
.cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3rem;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
@media (max-width: 1200px) {
.cards {
grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) {
.cards {
gap: 2rem; } }
@media (max-width: 480px) {
.cards {
grid-template-columns: repeat(1, 1fr); } }
.booklets {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 6rem 3rem;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
@media (max-width: 1540px) {
.booklets {
grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1200px) {
.booklets {
gap: 3rem 1.5rem;
grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) {
.booklets {
gap: 3rem 1.5rem;
grid-template-columns: repeat(2, 1fr); } }
.contact-info-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.contact-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
margin-bottom: 2rem; }
@media (max-width: 767px) {
.contact-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%; } }
.contact-item-left {
width: 9rem;
height: 9rem;
background: #ffffff;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0; }
@media (max-width: 767px) {
.contact-item-left {
width: 6rem;
height: 6rem; } }
.contact-item-left::after {
content: "";
width: 0;
height: 0;
border: 1.5rem solid transparent;
border-left-color: #FFF;
position: absolute;
right: -3rem;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
@media (max-width: 767px) {
.contact-item-left::after {
border-width: 1rem;
right: -2rem; } }
.contact-item-left img {
width: 1em;
height: 1em;
-o-object-fit: contain;
object-fit: contain;
margin-bottom: 0 !important;
font-size: 5rem; }
@media (max-width: 767px) {
.contact-item-left img {
font-size: 3.4rem; } }
.contact-item-left .icon-wrapper {
width: 1em;
height: 1em;
background: #c02e1a;
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 5rem; }
@media (max-width: 767px) {
.contact-item-left .icon-wrapper {
font-size: 3.4rem; } }
.contact-item-left .icon-wrapper.facebook {
background: #3A589B; }
.contact-item-left .icon-wrapper.twitter {
background: #598DCA; }
.contact-item-left .icon-wrapper.instagram {
background: #d6249f;
background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.contact-item-left .icon-wrapper.youtube {
background: #CC181E; }
.contact-item-left .icon-wrapper svg {
color: #ffffff;
font-size: 3rem; }
@media (max-width: 767px) {
.contact-item-left .icon-wrapper svg {
font-size: 2rem; } }
.contact-item-right .text-content {
margin-left: 3rem;
font-size: 1.6rem;
color: #000000;
padding: 0; }
.contact-item__title {
font-weight: 500;
font-size: 1.8rem !important;
color: #000000;
margin-bottom: 1rem !important; }
.contact-item__link {
position: relative;
display: block;
font-size: 1.6rem;
color: #000000;
width: auto;
font-weight: 400;
line-height: 1.3; }
.contact-item__link.phone {
font-weight: 500; }
.contact-item__link.phone span {
font-weight: 400;
margin-left: .6rem; }
.contact-item__link + .contact-item__link {
margin-top: 1rem; }
.contact-item__link::after {
content: "";
position: absolute;
background: #000000;
left: 0;
bottom: -.2rem;
width: 100%;
height: .1rem;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left; }
.contact-item__link:hover::after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-ms-transform: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transform: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
.member-detail {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: 3rem;
border-bottom: 1px solid rgba(81, 81, 81, 0.1); }
@media (max-width: 767px) {
.member-detail {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; } }
.member-detail__img {
width: 27rem;
height: 40rem;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
-o-object-fit: cover;
object-fit: cover;
margin-right: 3rem;
background: #FFF;
padding: 1rem;
-webkit-box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1);
box-shadow: 0 10px 20px -8px rgba(81, 81, 81, 0.1); }
@media (max-width: 991px) {
.member-detail__img {
width: 19rem !important;
height: 25rem !important;
margin-right: 2rem !important; } }
@media (max-width: 767px) {
.member-detail__img {
margin: 0 auto !important; } }
.member-detail-content *:first-child {
margin-bottom: 1rem !important; }
@media (max-width: 767px) {
.member-detail-content {
width: 100%;
margin-top: 2rem; }
.member-detail-content h2, .member-detail-content h3, .member-detail-content h4, .member-detail-content h5, .member-detail-content h6 {
text-align: center; } }
.member-detail.advanced {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.member-detail.advanced .member-detail__img {
width: 26rem;
height: 32.5rem; }
.member-detail.advanced .member-detail-table-wrapper {
width: calc(100% - 29rem); }
@media (max-width: 991px) {
.member-detail.advanced .member-detail-table-wrapper {
width: calc(100% - 21rem); } }
@media (max-width: 767px) {
.member-detail.advanced .member-detail-table-wrapper {
width: 100%;
margin-top: 2rem; } }
.member-detail.advanced .member-detail-table-wrapper table {
border: 1px dotted rgba(81, 81, 81, 0.1) !important; }
@media (max-width: 480px) {
.member-detail.advanced .member-detail-table-wrapper table {
font-size: 1.5rem; } }
@media (max-width: 374px) {
.member-detail.advanced .member-detail-table-wrapper table {
font-size: 1.3rem; } }
.member-detail.advanced .member-detail-table-wrapper td {
padding: 1.65rem;
border: 0 !important; }
.member-detail.advanced .member-detail-table-wrapper td:first-child {
border-right: 1px dotted rgba(81, 81, 81, 0.1) !important;
min-width: 16rem; }
@media (max-width: 991px) {
.member-detail.advanced .member-detail-table-wrapper td:first-child {
min-width: 13rem; } }
@media (max-width: 480px) {
.member-detail.advanced .member-detail-table-wrapper td:first-child {
min-width: 12rem; } }
@media (max-width: 374px) {
.member-detail.advanced .member-detail-table-wrapper td:first-child {
min-width: 10rem; } }
.member-detail.advanced .member-detail-tab {
width: 100%;
margin-top: 4rem;
background: #FFF;
padding: 2.5rem; }
.member-detail.advanced .member-detail-tab .tab-link-wrapper {
border-bottom: 1px solid rgba(81, 81, 81, 0.1);
padding-bottom: 2.5rem;
padding-left: 0;
padding-right: 0; }
@media (max-width: 767px) {
.member-detail.advanced .member-detail-tab .tab-link-wrapper {
width: calc(100% + (2.5rem * 2));
max-width: calc(100% + (2.5rem * 2));
margin-left: calc(-1 * 2.5rem);
padding-left: 2.5rem; }
.member-detail.advanced .member-detail-tab .tab-link-wrapper::after {
content: '333';
opacity: 0; } }
.member-detail.advanced .member-detail-tab .tab-content-wrapper {
padding-top: 2rem; }
.member-detail.advanced .member-detail-tab .animated-tabs {
padding: 0;
width: 100%;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.other-members {
margin-top: 3rem; }
.other-members .member + .member {
margin-top: 2rem; }
.other-members .swiper-arrows {
margin-top: 2rem; }
.other-members .swiper-slide {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
@media (max-width: 991px) {
.other-members {
overflow: visible; } }
@media (min-width: 992px) {
.other-members .swiper-wrapper {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem; } }
@media (min-width: 992px) and (max-width: 1540px) {
.other-members .swiper-wrapper {
grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px) {
.other-members + .swiper-arrows {
display: none; } }
.news-detail .subpage-head {
margin-bottom: 5rem; }
.news-detail .subpage-head__title {
position: relative;
padding-bottom: 2.5rem;
font-size: 3.6rem; }
@media (max-width: 767px) {
.news-detail .subpage-head__title {
font-size: 3rem; } }
.news-detail .subpage-head__title::after {
content: '';
width: 6rem;
height: 3px;
background: #bd2c18;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.news-detail-content .content-box p {
max-width: unset; }
.news-detail-image {
width: 50%;
float: left;
margin-right: 4rem;
margin-bottom: 3rem; }
@media (max-width: 767px) {
.news-detail-image {
width: 100%;
float: none;
margin-right: 0; } }
.news-detail-image.video {
position: relative;
cursor: pointer; }
.news-detail-image.video img {
height: 100%; }
.news-detail-image.video .js-video-btn:hover .video__play {
color: #c02e1a;
background: #FFF; }
.news-detail-image.video .video__play {
left: 50%;
top: 43%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 3rem;
border: 2px solid #FFF;
height: 2em;
width: 2em;
border-radius: 50%;
color: #FFF;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
background: rgba(0, 0, 0, 0.3); }
.news-detail-image.video .video__play svg {
-webkit-transform: translateX(3px);
-ms-transform: translateX(3px);
transform: translateX(3px); }
.news-detail-image img {
width: 100%;
height: 32rem;
-o-object-fit: cover;
object-fit: cover;
margin-bottom: 2rem; }
.news-wrapper {
margin-top: 2.5rem; }
.news-content .post + .post {
margin-top: 2rem; }
.activities .events {
display: grid;
grid-gap: 3rem;
grid-template-columns: 1fr 1fr; }
@media (max-width: 767px) {
.activities .events {
grid-template-columns: 1fr; } }
.activities .events .calendar {
height: 100%;
width: calc(var(--container-width) - var(--sidebar-width) - 40rem - 14rem); }
@media (max-width: 1200px) {
.activities .events .calendar {
width: calc(var(--container-width) - var(--sidebar-width) - 33rem - 14rem); } }
@media (max-width: 991px) {
.activities .events .calendar {
width: calc(var(--container-width) - 33rem - 11rem); } }
@media (max-width: 767px) {
.activities .events .calendar {
width: 100%; } }
.activities .events .post {
background: #FFF;
max-width: 37.4rem;
position: relative; }
@media (max-width: 767px) {
.activities .events .post {
max-width: 100%; } }
.activities .events .post::after {
z-index: 1;
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 28rem;
width: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
background: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
background: linear-gradient(to top, black, rgba(0, 0, 0, 0)); }
.activities .events .post .post__text {
display: none; }
.activities .events .post-img {
width: 100%;
height: 51.4rem; }
.activities .events .post-img img {
width: inherit;
height: inherit;
-o-object-fit: cover;
object-fit: cover;
display: block;
margin-left: auto;
margin-right: auto; }
.activities .events .post-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 2; }
.activities .events .post__title {
color: #FFF;
font-size: 2.4rem; }
.activities .events .post__place {
color: #FFF; }
.activities .events .post__date {
color: lightcoral; }
.activities .events-showcase {
width: 37.4rem; }
@media (max-width: 1200px) {
.activities .events-showcase {
width: 33rem; } }
@media (max-width: 576px) {
.activities .events-showcase {
width: calc(100vw - var(--container-gutter) * 2); } }
.activities .events-showcase .swiper-pagination {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: static;
width: 100%; }
.activities .events-showcase .swiper-pagination-bullet {
-webkit-filter: brightness(0);
filter: brightness(0);
margin-right: 4px; }
.activities .events-showcase .swiper-pagination-bullet:last-child {
margin-right: 0; }
@media (max-width: 767px) {
.announce-detail .subpage-head__title {
font-size: 2.2rem;
line-height: 1.4; } }
.announce-detail table tbody td:first-child {
font-weight: 500;
color: #000000; }
.activity-detail .news-detail-image {
width: 40%;
margin-bottom: 0; }
@media (max-width: 1540px) {
.activity-detail .news-detail-image {
width: 45%; } }
@media (max-width: 1200px) {
.activity-detail .news-detail-image {
width: 100%;
margin-bottom: 3rem;
float: none; } }
.activity-detail .news-detail-image img {
height: auto;
max-height: 60rem;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: top;
object-position: top; }
@media (max-width: 1200px) {
.activity-detail .news-detail-image img {
max-height: unset;
-o-object-fit: unset;
object-fit: unset; } }
@media (max-width: 1200px) {
.activity-detail .news-detail .content-box {
float: none; } }
.activity-detail section {
width: 100%; }
@media (max-width: 767px) {
.other-activity-slider {
overflow: visible; } }
.contact-map {
height: 31rem;
margin-bottom: 5rem; }
@media (max-width: 424px) {
.contact-map {
height: 25rem; } }
.contact-map iframe {
height: 100%;
border: 0;
width: 100%; }
@media (max-width: 767px) {
.contact table tr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 1rem 0; }
.contact table tr:not(:last-child) {
border-bottom: 1px solid #bcbdbe; } }
@media (max-width: 767px) {
.contact table tbody td {
border: 0 !important; } }
.contact table tbody td:first-child {
font-weight: 500;
color: #000000; }
@media (max-width: 576px) {
.captcha {
margin-bottom: 4rem; } }
.services {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 4rem 2rem; }
@media (max-width: 1200px) {
.services {
gap: 3rem 1.5rem;
grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) {
.services {
grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) {
.cameras img {
margin-top: 3rem;
display: block; } }
.error_page {
text-align: center;
position: relative;
min-height: 50rem; }
@media (max-width: 767px) {
.error_page {
min-height: unset; } }
.error_page__title {
font-size: 30rem;
font-weight: bold;
-webkit-background-clip: text;
background-clip: text;
background-image: url(https://im.haberturk.com/yerel_haber/2016/12/23/ver1482475922/50187070_620x410.jpg);
color: transparent;
background-position: bottom; }
@media (max-width: 767px) {
.error_page__title {
font-size: 20rem; } }
@media (max-width: 480px) {
.error_page__title {
font-size: 16rem; } }
@media (max-width: 374px) {
.error_page__title {
font-size: 14rem; } }
.error_page__text {
font-size: 3rem;
margin-bottom: 4rem; }
@media (max-width: 480px) {
.error_page__text {
font-size: 2.4rem; } }
.search_results .subpage-head {
text-align: center; }
.search_results .subpage-head::after {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.search_results .subpage-head__text {
font-weight: 500; }
.search_results .subpage-head__text span {
color: #c02e1a; }
.search_results .news-content {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 4rem 2rem; }
@media (max-width: 1200px) {
.search_results .news-content {
gap: 3rem 1.5rem;
grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) {
.search_results .news-content {
grid-template-columns: repeat(1, 1fr); } }
.search_results .news-content .post {
margin-top: 0; }#heateor_sss_error{color:red;margin:7px 0}div.heateor_sss_sharing_ul a:link,div.heateor_sss_sharing_ul a:focus{text-decoration:none;background:transparent!important}.heateor_sss_login_container{margin:2px 0}.heateor_sss_login_container img,.heateor_sss_sharing_container img{cursor:pointer;margin:2px;border:none}.heateor_sss_login_container img{display:none;float:left}#heateor_sss_loading_image{display:block!important;float:none}.heateor_sss_error{background-color:#ffffe0;border:1px solid #e6db55;padding:5px;margin:10px}#heateor_sss_sharing_more_providers{position:fixed;top:50%;left:47%;background:#fafafa;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#heateor_sss_mastodon_popup_bg,#heateor_sss_popup_bg{background:url(//zeytinburnu.istanbul/wp-content/plugins/sassy-social-share/images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#heateor_sss_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58b8f8!important;border-bottom:1px solid #d7d7d7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#heateor_sss_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#heateor_sss_sharing_more_providers #heateor_sss_sharing_more_content{background:#fafafa;border-radius:4px;color:#555;height:auto;width:100%}#heateor_sss_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#heateor_sss_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#heateor_sss_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#heateor_sss_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#heateor_sss_sharing_more_providers .close-button img{margin:0}#heateor_sss_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#heateor_sss_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#heateor_sss_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#fff!important;font-size:16px!important;text-align:left!important}#heateor_sss_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #d7d7d7;padding:6px 0;width:100%;color:#fff}#heateor_sss_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#heateor_sss_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#heateor_sss_sharing_more_providers .all-services ul li a span{width:51%}#heateor_sss_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none}.heateor_sss_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58b8f8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.heateor_sss_share_count,.heateor_sss_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}div.heateor_sss_follow_ul,div.heateor_sss_sharing_ul{padding-left:0!important;margin:1px 0!important}#heateor_sss_mastodon_popup_close img,#heateor_sss_sharing_popup_close img{opacity:1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}div.heateor_sss_follow_ul .heateorSssSharingRound,div.heateor_sss_sharing_ul .heateorSssSharingRound{background:0 0!important}.heateor_sss_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style:normal;font-size:.6em;visibility:hidden}div.heateor_sss_follow_ul a,div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{float:left;padding:0!important;list-style:none!important;border:none!important;margin:2px}.heateorSssSharing,.heateorSssSharingButton{display:block;cursor:pointer;margin:2px}div.heateor_sss_follow_ul a:before,div.heateor_sss_sharing_ul a:before{content:none!important}div.heateor_sss_follow_ul a{width:auto}.heateor_sss_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}div.heateor_sss_horizontal_counter li.heateor_sss_facebook_share,div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share{width:96px}li.heateor_sss_facebook_like .fb-like span,li.heateor_sss_facebook_recommend .fb-like span,li.heateor_sss_facebook_share .fb-share-button span{vertical-align:top!important}li.heateor_sss_facebook_like .fb-like span iframe,li.heateor_sss_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}.heateor_sss_counter_container li{height:21px}.heateorSssTCBackground:hover{border-width:0!important;background-color:transparent}.heateorSssTCBackground{border-width:0!important;background-color:transparent!important;font-style:normal;word-wrap:normal;color:#666;line-height:1;visibility:hidden}.heateorSssSharingSvg{width:100%;height:100%}.heateorSssSharing{float:left;border:none}.heateorSssSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.heateorSssPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0 !important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}div.heateorSssTotalShareCount{word-wrap:normal!important;font-weight:bolder;font-family:sans-serif;padding:0;margin:0;text-align:center}div.heateorSssTotalShareText{word-wrap:normal!important;margin:0;padding:0;text-align:center}div.heateor_sss_horizontal_sharing li{width:auto}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_like{width:91px}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_recommend{width:145px}div.heateor_sss_horizontal_sharing li.heateor_sss_twitter_tweet{width:95px}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share span{vertical-align:text-top!important}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share{width:96px}div.heateor_sss_horizontal_sharing li.heateor_sss_buffer_share{width:108px}div.heateor_sss_horizontal_sharing li.heateor_sss_reddit_badge{width:130px}div.heateor_sss_horizontal_sharing li.heateor_sss_yummly{width:106px}div.heateor_sss_horizontal_sharing li.heateor_sss_pinterest_pin{width:76px}div.heateor_sss_horizontal_sharing li.heateor_sss_xing{width:98px}.heateor_sss_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}.heateorSssClear{clear:both}div.course_instructor_widget .heateor_sss_vertical_sharing{display:none!important}@media screen and (max-width:783px){#heateor_sss_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#heateor_sss_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#heateor_sss_sharing_more_content .all-services ul li{width:100%!important}}div.heateor_sss_bottom_sharing{margin-bottom:0}div.heateor_sss_sharing_container a:before,div.heateor_sss_follow_icons_container a:before{content:none}.heateor_sss_mastodon_popup_button{background:linear-gradient(#ec1b23,#d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:4px auto;font-weight:bolder;width:35%;cursor:pointer;border-bottom-style:groove;border-bottom-width:5px;border-bottom-color: rgb(0,0,0,.2)}