@charset "UTF-8";
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

*, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; text-rendering: optimizeLegibility; }

body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

a { text-decoration: none; }

img { vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form { margin: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

input { border: 0 none; outline: none; -webkit-box-shadow: none; box-shadow: none; }

button { background: none; cursor: pointer; }

button, fieldset, iframe { border: 0; }

fieldset, ul, ol, button, menu { padding: 0; }

ol, ul { list-style: none; }

textarea { resize: vertical; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

td { padding: 0; }

svg { width: 1em; height: 1em; }

button { outline: 0; }

.icon { font-size: 18px; color: currentColor; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; line-height: 1; }

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

body { margin: 0; }

article, aside, footer, header, nav, section { display: block; }

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

figcaption, figure, main { display: block; }

figure { margin: 1em 40px; }

hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }

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

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

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

b, strong { font-weight: inherit; }

b, strong { font-weight: bolder; }

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

dfn { font-style: italic; }

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

small { font-size: 80%; }

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

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

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

img { border-style: none; }

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

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 { border-style: none; padding: 0; }

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

fieldset { padding: 0.35em 0.75em 0.625em; }

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

progress { display: inline-block; vertical-align: baseline; }

textarea { overflow: auto; }

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

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

[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

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

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details, menu { display: block; }

summary { display: list-item; }

canvas { display: inline-block; }

template { display: none; }

[hidden] { display: none; }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

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

.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }

@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

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

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

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

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

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

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

@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } }

@keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } }

.bounce { -webkit-animation-name: bounce; animation-name: bounce; }

@-webkit-keyframes swing { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  50% { -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
  to { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } }

@keyframes swing { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  50% { -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
  to { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes zoomIn { from { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

@keyframes zoomIn { from { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }

@-webkit-keyframes zoomOut { from { opacity: 1; }
  50% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; } }

@keyframes zoomOut { from { opacity: 1; }
  50% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; } }

.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }

@-webkit-keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

@keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

.pulse { -webkit-animation-name: pulse; animation-name: pulse; }

@-webkit-keyframes pulsate { 0% { -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1);
    opacity: 0; }
  50% { opacity: 1.0; }
  100% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2);
    opacity: 0; } }

@keyframes pulsate { 0% { -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1);
    opacity: 0; }
  50% { opacity: 1.0; }
  100% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2);
    opacity: 0; } }

@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; -ms-overflow-style: scrollbar; }

*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

.container { width: 100%; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; }

@media (max-width: 479px) { .container { max-width: 390px; } }

@media (min-width: 480px) { .container { max-width: 600px; } }

@media (min-width: 768px) { .container { max-width: 768px; } }

@media (min-width: 992px) { .container { max-width: 992px; } }

@media (min-width: 1200px) { .container { max-width: 1250px; } }

@media (min-width: 1750px) { .container { max-width: 1250px; } }

.container-fluid { width: 100%; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; }

@media (min-width: 1400px) { .container-fluid { padding-left: 3.33vw; padding-right: 3.33vw; } }

@media (min-width: 1750px) { .container-fluid { padding-left: 8vw; padding-right: 8vw; } }

@media (min-width: 992px) and (max-width: 1199px) { .container-fluid { max-width: 992px; } }

@media (min-width: 768px) and (max-width: 991px) { .container-fluid { max-width: 768px; } }

@media (min-width: 480px) and (max-width: 767px) { .container-fluid { max-width: 600px; } }

@media (max-width: 479px) { .container-fluid { max-width: 390px; } }

.row { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; }

.no-gutters { margin-left: 0; margin-right: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-left: 0; padding-right: 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-left: 10px; padding-right: 10px; }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }

.col-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }

.col-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }

.col-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }

.col-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }

.col-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }

.col-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }

.col-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }

.col-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }

.col-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }

.col-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }

.col-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }

.col-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }

@media (min-width: 480px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-sm-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-sm-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-md-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-md-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-lg-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-lg-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-lg-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-lg-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-lg-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-xl-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-xl-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-xl-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-xl-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-xl-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-xl-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-xl-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-xl-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

.ui-d-none { display: none !important; }

.ui-d-inline-block { display: inline-block !important; }

.ui-d-block { display: block !important; }

.ui-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }

.ui-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; }

@media (max-width: 479px) { .ui-d-sm-none { display: none !important; }
  .ui-sm-d-inline-block { display: inline-block !important; }
  .ui-sm-d-block { display: block !important; }
  .ui-sm-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-sm-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (max-width: 767px) { .ui-md-d-none { display: none !important; }
  .ui-md-d-inline-block { display: inline-block !important; }
  .ui-md-d-block { display: block !important; }
  .ui-md-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-md-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (max-width: 991px) { .ui-lg-d-none { display: none !important; }
  .ui-lg-d-inline-block { display: inline-block !important; }
  .ui-lg-d-block { display: block !important; }
  .ui-lg-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-lg-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (max-width: 1199px) { .ui-xl-d-none { display: none !important; }
  .ui-xl-d-inline-block { display: inline-block !important; }
  .ui-xl-d-block { display: block !important; }
  .ui-xl-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-xl-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media print { .ui-print-d-none { display: none !important; }
  .ui-print-d-inline-block { display: inline-block !important; }
  .ui-print-d-block { display: block !important; }
  .ui-print-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-print-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (min-width: 1200px) { .ui-gutter { margin-left: -20px; margin-right: -20px; }
  .ui-gutter > .col, .ui-gutter > [class*="col-"] { padding-left: 20px; padding-right: 20px; }
  .ui-gutter-15 { margin-left: -15px; margin-right: -15px; }
  .ui-gutter-15 > .col, .ui-gutter-15 > [class*="col-"] { padding-left: 15px; padding-right: 15px; }
  .ui-gutter-30 { margin-left: -30px; margin-right: -30px; }
  .ui-gutter-30 > .col, .ui-gutter-30 > [class*="col-"] { padding-left: 30px; padding-right: 30px; }
  .ui-gutter-40 { margin-left: -40px; margin-right: -40px; }
  .ui-gutter-40 > .col, .ui-gutter-40 > [class*="col-"] { padding-left: 40px; padding-right: 40px; }
  .ui-gutter-large { margin-left: -50px; margin-right: -50px; }
  .ui-gutter-large > .col, .ui-gutter-large > [class*="col-"] { padding-left: 50px; padding-right: 50px; } }

.ui-gutter-5 { margin-left: -5px !important; margin-right: -5px !important; }

.ui-gutter-5 > .col, .ui-gutter-5 > [class*="col-"] { padding-left: 5px !important; padding-right: 5px !important; }

.ui-gutter-1 { margin-left: -1px !important; margin-right: -1px !important; }

.ui-gutter-1 > .col, .ui-gutter-1 > [class*="col-"] { padding-left: 1px !important; padding-right: 1px !important; }

/* Owl Carousel - Core */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }

.owl-carousel .owl-item img { display: block; width: 100%; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot { background: none; color: inherit; border: none; padding: 0 !important; font: inherit; }

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading { opacity: 0; display: block; }

.owl-carousel.owl-hidden { opacity: 0; }

.owl-carousel.owl-refresh .owl-item { visibility: hidden; }

.owl-carousel.owl-drag .owl-item { -ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab; }

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

/* No Js */
.no-js .owl-carousel { display: block; }

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

/* Owl Carousel - Auto Height Plugin */
.owl-height { -webkit-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item { /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */ }

.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) { max-height: 0; }

.owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }

.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: -webkit-transform 100ms ease; transition: -webkit-transform 100ms ease; -o-transition: transform 100ms ease; transition: transform 100ms ease; transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover { -webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }

.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; -webkit-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }

/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] { color: #fff; font-size: 14px; margin: 2px; padding: 4px 7px; background: #fff; display: inline-block; cursor: pointer; border-radius: 3px; }

.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 50px; }

.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot { display: inline-block; outline: 0; zoom: 1; *display: inline; }

.owl-theme .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 0 5px; background: #fff; display: block; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-backface-visibility: visible; border-radius: 20px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #fff; }

.owl-theme .owl-dots .owl-dot.active span { width: 50px; }

.owl-nav-style:not([class*=".ui-nav-"]) .owl-theme .owl-nav [class*="owl-"] { background: rgba(94, 120, 143, 0.4); }

.owl-nav-style:not([class*=".ui-nav-"]) .owl-theme .owl-nav [class*="owl-"]:hover { background: #5e788f; }

.owl-nav-style .owl-theme .owl-nav { position: absolute; top: 50%; right: 0; left: 0; margin-top: -80px; }

.owl-nav-style .owl-theme .owl-nav [class*="owl-"] { position: absolute; width: 50px; height: 50px; font-size: 18px; padding-top: 1px !important; background: rgba(94, 120, 143, 0.4); border: 1px solid transparent; border-radius: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; outline: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover { background: #5e788f; }

.owl-nav-style .owl-theme .owl-nav button.owl-prev { left: -70px; padding-right: 2px !important; }

@media (max-width: 1199px) { .owl-nav-style .owl-theme .owl-nav button.owl-prev { left: 10px !important; } }

.owl-nav-style .owl-theme .owl-nav button.owl-next { right: -70px; padding-left: 3px !important; }

@media (max-width: 1199px) { .owl-nav-style .owl-theme .owl-nav button.owl-next { right: 10px !important; } }

.owl-nav-style.ui-nav-no-circle .owl-theme .owl-nav { top: 50%; margin-top: -25px; }

.owl-nav-style.ui-nav-no-circle .owl-theme .owl-nav [class*="owl-"] { background: none; width: 25px; height: 25px; }

.owl-nav-style.ui-nav-no-circle .owl-theme .owl-nav [class*="owl-"] svg { font-size: 24px; }

@media (max-width: 479px) { .owl-nav-style.ui-nav-no-circle .owl-theme .owl-nav [class*="owl-"] svg { font-size: 20px; } }

.owl-nav-style.ui-nav-no-circle .owl-theme .owl-nav [class*="owl-"] svg path { stroke: #8aa4a5 !important; stroke-width: 2px !important; }

.owl-nav-style.ui-nav-no-circle .owl-theme .owl-nav button.owl-prev { left: -50px; }

@media (max-width: 1199px) { .owl-nav-style.ui-nav-no-circle .owl-theme .owl-nav button.owl-prev { left: 0; } }

.owl-nav-style.ui-nav-no-circle .owl-theme .owl-nav button.owl-next { right: -50px; }

@media (max-width: 1199px) { .owl-nav-style.ui-nav-no-circle .owl-theme .owl-nav button.owl-next { right: 0; } }

.owl-nav-style.ui-nav-bottom-right .owl-theme .owl-nav { position: absolute; text-align: right; z-index: 2; }

@media (min-width: 992px) { .owl-nav-style.ui-nav-bottom-right .owl-theme .owl-nav { top: inherit; right: 0; bottom: 0; left: inherit; } }

@media (max-width: 991px) { .owl-nav-style.ui-nav-bottom-right .owl-theme .owl-nav { top: 65px; right: 0; margin-top: 0; } }

.owl-nav-style.ui-nav-bottom-right .owl-theme .owl-nav [class*="owl-"] { position: relative; }

.owl-nav-style.ui-nav-bottom-right .owl-theme .owl-nav button { left: inherit !important; right: inherit !important; }

@media (min-width: 992px) { .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-services .owl-nav, .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-news .owl-nav, .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-comments .owl-nav { margin-right: -9.13333%; width: 9.13333%; } }

.owl-nav-style.ui-nav-bottom-right .owl-theme.owl-services .owl-nav [class*="owl-"], .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-news .owl-nav [class*="owl-"], .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-comments .owl-nav [class*="owl-"] { background: none; border-top: 1px solid rgba(94, 120, 143, 0.1); margin: 0 !important; font-size: 22px; }

@media (min-width: 992px) { .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-services .owl-nav [class*="owl-"], .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-news .owl-nav [class*="owl-"], .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-comments .owl-nav [class*="owl-"] { width: 50%; height: 70px; }
  .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-services .owl-nav [class*="owl-"]:not(:last-child), .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-news .owl-nav [class*="owl-"]:not(:last-child), .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-comments .owl-nav [class*="owl-"]:not(:last-child) { border-right: 1px solid rgba(94, 120, 143, 0.1); } }

@media (max-width: 991px) { .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-services .owl-nav [class*="owl-"], .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-news .owl-nav [class*="owl-"], .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-comments .owl-nav [class*="owl-"] { font-size: 18px; border-bottom: 1px solid rgba(94, 120, 143, 0.1); border-right: 1px solid rgba(94, 120, 143, 0.1); }
  .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-services .owl-nav [class*="owl-"]:first-child, .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-news .owl-nav [class*="owl-"]:first-child, .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-comments .owl-nav [class*="owl-"]:first-child { border-left: 1px solid rgba(94, 120, 143, 0.1); } }

.owl-nav-style.ui-nav-bottom-right .owl-theme.owl-services .owl-nav [class*="owl-"] svg path, .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-news .owl-nav [class*="owl-"] svg path, .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-comments .owl-nav [class*="owl-"] svg path { stroke: #5e788f !important; }

@media (max-width: 479px) { .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-comments .owl-nav { top: -90px; } }

@media (min-width: 480px) and (max-width: 767px) { .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-comments .owl-nav { top: -140px; } }

@media (min-width: 768px) and (max-width: 991px) { .owl-nav-style.ui-nav-bottom-right .owl-theme.owl-comments .owl-nav { top: -140px; } }

.owl-nav-style.ui-nav-bottom-left .owl-theme .owl-nav { top: inherit; left: 0; right: inherit; bottom: 0; position: absolute; text-align: left; margin-top: 0; }

.owl-nav-style.ui-nav-bottom-left .owl-theme .owl-nav [class*="owl-"] { position: relative; }

.owl-nav-style.ui-nav-bottom-left .owl-theme .owl-nav button { left: inherit !important; right: inherit !important; }

.owl-nav-style.ui-nav-bottom-center:not(.not) .owl-theme .owl-nav { position: relative; top: inherit; bottom: inherit; }

.owl-nav-style.ui-nav-bottom-center:not(.not) .owl-theme .owl-nav [class*="owl-"] { position: relative; }

.owl-nav-style.ui-nav-bottom-center:not(.not) .owl-theme .owl-nav button { left: inherit !important; right: inherit !important; }

.owl-nav-style.ui-nav-top-right .owl-theme .owl-nav { top: -50px; right: 0px; bottom: inherit; left: inherit; }

.owl-nav-style.ui-nav-top-right .owl-theme .owl-nav [class*="owl-"] { position: relative; }

.owl-nav-style.ui-nav-top-right .owl-theme .owl-nav button { left: inherit !important; right: inherit !important; }

.owl-nav-style.ui-nav-top-right .owl-theme.owl-values .owl-nav { right: 0; top: -50px; margin-top: 0; }

.owl-nav-style.ui-nav-top-right .owl-theme.owl-values .owl-nav [class*="owl-"] { background: none; position: relative; z-index: 1; border-top: 1px solid rgba(94, 120, 143, 0.1); margin: 0; }

.owl-nav-style.ui-nav-top-right .owl-theme.owl-values .owl-nav [class*="owl-"]:first-child { border-left: 1px solid rgba(94, 120, 143, 0.1); }

@media (min-width: 992px) { .owl-nav-style.ui-nav-top-right .owl-theme.owl-values .owl-nav [class*="owl-"]:not(:last-child) { border-right: 1px solid rgba(94, 120, 143, 0.1); } }

@media (max-width: 991px) { .owl-nav-style.ui-nav-top-right .owl-theme.owl-values .owl-nav [class*="owl-"] { border-right: 1px solid rgba(94, 120, 143, 0.1); } }

.owl-nav-style.ui-nav-top-right .owl-theme.owl-values .owl-nav [class*="owl-"] svg path { stroke: #5e788f !important; }

.owl-nav-style.ui-nav-top-right .owl-theme.owl-values .owl-nav [class*="owl-"]:before { content: ""; background: #5e788f; position: absolute; z-index: -1; top: 0; right: -1px; bottom: 0; width: 100%; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }

.owl-nav-style.ui-nav-top-right .owl-theme.owl-values .owl-nav [class*="owl-"]:hover::before { width: 100%; left: 0; right: inherit; }

.owl-nav-style.ui-nav-top-right .owl-theme.owl-values .owl-nav [class*="owl-"]:hover svg path { stroke: #fff !important; }

.owl-nav-style.ui-nav-top-right .owl-theme.owl-sidebar-services .owl-nav { margin-top: 0; top: -61px; }

.owl-nav-style.ui-nav-top-right .owl-theme.owl-sidebar-services .owl-nav [class*="owl-"] { width: 27px; height: 27px; font-size: 14px; }

.owl-nav-style.ui-nav-top-right .owl-theme.owl-personnel .owl-nav { margin-top: 0; top: -75px; }

body.compensate-for-scrollbar { overflow: hidden; }

.fancybox-active { height: auto; }

.fancybox-is-hidden { left: -9999px; margin: 0; position: absolute !important; top: -9999px; visibility: hidden; }

.fancybox-container { -webkit-backface-visibility: hidden; height: 100%; left: 0; outline: none; position: fixed; -webkit-tap-highlight-color: transparent; top: 0; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-transform: translateZ(0); transform: translateZ(0); width: 100%; z-index: 99992; }

.fancybox-container * { -webkit-box-sizing: border-box; box-sizing: border-box; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage { bottom: 0; left: 0; position: absolute; right: 0; top: 0; }

.fancybox-outer { -webkit-overflow-scrolling: touch; overflow-y: auto; }

.fancybox-bg { background: #455f76; opacity: 0; -webkit-transition-duration: inherit; -o-transition-duration: inherit; transition-duration: inherit; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg { opacity: .9; -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button { direction: ltr; opacity: 0; position: absolute; -webkit-transition: opacity .25s ease, visibility 0s ease .25s; -o-transition: opacity .25s ease, visibility 0s ease .25s; transition: opacity .25s ease, visibility 0s ease .25s; visibility: hidden; z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button { opacity: 1; -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s; -o-transition: opacity .25s ease 0s, visibility 0s ease 0s; transition: opacity .25s ease 0s, visibility 0s ease 0s; visibility: visible; }

.fancybox-infobar { color: #ccc; font-size: 13px; -webkit-font-smoothing: subpixel-antialiased; height: 44px; left: 0; line-height: 44px; min-width: 44px; mix-blend-mode: difference; padding: 0 10px; pointer-events: none; top: 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

@media (max-width: 479px) { .fancybox-infobar { display: none !important; } }

.fancybox-infobar { height: auto; left: 42px; top: auto; bottom: 150px; padding: 0; font-size: 170px; line-height: 0.7; font-family: "Bebas Neue", sans-serif; letter-spacing: -25px; color: #fff; mix-blend-mode: normal; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.fancybox-toolbar { right: 0; top: 0; }

.fancybox-toolbar button:not(:last-child) { display: none !important; }

.fancybox-stage { direction: ltr; overflow: visible; -webkit-transform: translateZ(0); transform: translateZ(0); z-index: 99994; }

.fancybox-is-open .fancybox-stage { overflow: hidden; }

.fancybox-slide { -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */ display: none; height: 100%; left: 0; outline: none; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: absolute; text-align: center; top: 0; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: transform, opacity; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; white-space: normal; width: 100%; z-index: 99994; }

.fancybox-slide::before { content: ''; display: inline-block; font-size: 0; height: 100%; vertical-align: middle; width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next { display: block; }

.fancybox-slide--image { overflow: hidden; padding: 44px 0; }

.fancybox-slide--image::before { display: none; }

.fancybox-slide--html { padding: 6px; }

.fancybox-content { background: #fff; display: inline-block; margin: 0; max-width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: relative; text-align: left; vertical-align: middle; }

.fancybox-slide--image .fancybox-content { -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); -webkit-backface-visibility: hidden; background: transparent; background-repeat: no-repeat; background-size: 100% 100%; left: 0; max-width: none; overflow: visible; padding: 0; position: absolute; top: 0; -ms-transform-origin: top left; -webkit-transform-origin: top left; transform-origin: top left; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: transform, opacity; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content { cursor: -webkit-zoom-out; cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content { cursor: -webkit-zoom-in; cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content { cursor: -webkit-grab; cursor: grab; }

.fancybox-is-grabbing .fancybox-content { cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox-container [data-selectable='true'] { cursor: text; }

.fancybox-image, .fancybox-spaceball { background: transparent; border: 0; height: 100%; left: 0; margin: 0; max-height: none; max-width: none; padding: 0; position: absolute; top: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%; }

.fancybox-spaceball { z-index: 1; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content { height: 100%; overflow: visible; padding: 0; width: 100%; }

.fancybox-slide--video .fancybox-content { background: #000; }

.fancybox-slide--map .fancybox-content { background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content { background: #fff; }

.fancybox-video, .fancybox-iframe { background: transparent; border: 0; display: block; height: 100%; margin: 0; overflow: hidden; padding: 0; width: 100%; }

/* Fix iOS */
.fancybox-iframe { left: 0; position: absolute; top: 0; }

.fancybox-error { background: #fff; cursor: default; max-width: 400px; padding: 40px; width: 100%; }

.fancybox-error p { color: #444; font-size: 16px; line-height: 20px; margin: 0; padding: 0; }

/* Buttons */
.fancybox-button { border: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; display: inline-block; height: 44px; margin: 0; padding: 10px; position: relative; -webkit-transition: color .2s; -o-transition: color .2s; transition: color .2s; vertical-align: top; visibility: inherit; width: 44px; }

.fancybox-button--close { position: fixed; display: block !important; width: 60px; height: 60px; right: 50px !important; top: 50px !important; padding: 0 !important; font-size: 40px; color: #fff !important; background: none; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

@media (max-width: 479px) { .fancybox-button--close { right: 25px !important; top: 25px !important; } }

.fancybox-button, .fancybox-button:visited, .fancybox-button:link { color: #ccc; }

.fancybox-button:hover { color: #fff; }

.fancybox-button:focus { outline: none; }

.fancybox-button.fancybox-focus { outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover { color: #888; cursor: default; outline: none; }

/* Fix IE11 */
.fancybox-button div { height: 100%; }

.fancybox-button svg { display: block; height: 100%; overflow: visible; position: relative; width: 100%; }

.fancybox-button svg path { fill: currentColor; stroke-width: 0; }

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) { display: none; }

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) { display: none; }

.fancybox-progress { background: #ff5268; height: 2px; left: 0; position: absolute; right: 0; top: 0; -ms-transform: scaleX(0); -webkit-transform: scaleX(0); transform: scaleX(0); -ms-transform-origin: 0; -webkit-transform-origin: 0; transform-origin: 0; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small { background: transparent; border: 0; border-radius: 0; color: #ccc; cursor: pointer; opacity: .8; padding: 8px; position: absolute; right: -12px; top: -44px; z-index: 401; }

.fancybox-close-small:hover { color: #fff; opacity: 1; }

.fancybox-slide--html .fancybox-close-small { color: currentColor; padding: 10px; right: 0; top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content { overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small { display: none; }

/* Navigation arrows */
.fancybox-navigation { position: absolute; right: 50px; bottom: 70px; }

@media (max-width: 479px) { .fancybox-navigation { right: 25px; bottom: 25px; } }

.fancybox-navigation .fancybox-button { background-clip: content-box; height: 65px; opacity: 0; position: relative; cursor: pointer; width: 50px; }

.fancybox-navigation .fancybox-button:not(:last-child) { margin-right: 20px; }

.fancybox-navigation .fancybox-button--arrow_left { left: 0; }

.fancybox-navigation .fancybox-button--arrow_right { right: 0; }

/* Caption */
.fancybox-caption { background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0))); background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%); bottom: 0; color: #eee; font-size: 16px; font-weight: 700; left: 0; line-height: 1.5; padding: 75px 44px 25px 44px; pointer-events: none; right: 0; text-align: center; z-index: 99996; }

/*@supports (padding: max(0px)) { .fancybox-caption { padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }*/
.fancybox-caption--separate { margin-top: -50px; }

.fancybox-caption__body { max-height: 50vh; overflow: auto; pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited { color: #fff; text-decoration: none; }

.fancybox-caption a:hover { color: #fff; text-decoration: underline; }

/* Loading indicator */
.fancybox-loading { -webkit-animation: fancybox-rotate 1s linear infinite; animation: fancybox-rotate 1s linear infinite; background: transparent; border: 4px solid #888; border-bottom-color: #fff; border-radius: 50%; height: 50px; left: 50%; margin: -25px 0 0 -25px; opacity: .7; padding: 0; position: absolute; top: 50%; width: 50px; z-index: 99999; }

@-webkit-keyframes fancybox-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes fancybox-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated { -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next { opacity: 0; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current { opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous { opacity: 0; -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next { opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous { opacity: 0; -ms-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next { opacity: 0; -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current { opacity: 1; -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous { opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next { opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current { opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) { .fancybox-slide { padding-left: 6px; padding-right: 6px; }
  .fancybox-slide--image { padding: 6px 0; }
  .fancybox-close-small { right: -6px; }
  .fancybox-slide--image .fancybox-close-small { background: #4e4e4e; color: #f2f4f6; height: 36px; opacity: 1; padding: 6px; right: 0; top: 0; width: 36px; }
  .fancybox-caption { padding-left: 12px; padding-right: 12px; }
  /*@supports (padding: max(0px)) { .fancybox-caption { padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); } }*/ }

/* Share */
.fancybox-share { background: #f4f4f4; border-radius: 3px; max-width: 90%; padding: 30px; text-align: center; }

.fancybox-share h1 { color: #222; font-size: 35px; font-weight: 700; margin: 0 0 20px 0; }

.fancybox-share p { margin: 0; padding: 0; }

.fancybox-share__button { border: 0; border-radius: 3px; display: inline-block; font-size: 14px; font-weight: 700; line-height: 40px; margin: 0 5px 10px 5px; min-width: 130px; padding: 0 15px; text-decoration: none; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; }

.fancybox-share__button:visited, .fancybox-share__button:link { color: #fff; }

.fancybox-share__button:hover { text-decoration: none; }

.fancybox-share__button--fb { background: #3b5998; }

.fancybox-share__button--fb:hover { background: #344e86; }

.fancybox-share__button--pt { background: #bd081d; }

.fancybox-share__button--pt:hover { background: #aa0719; }

.fancybox-share__button--tw { background: #1da1f2; }

.fancybox-share__button--tw:hover { background: #0d95e8; }

.fancybox-share__button svg { height: 25px; margin-right: 7px; position: relative; top: -1px; vertical-align: middle; width: 25px; }

.fancybox-share__button svg path { fill: #fff; }

.fancybox-share__input { background: transparent; border: 0; border-bottom: 1px solid #d7d7d7; border-radius: 0; color: #5d5b5b; font-size: 14px; margin: 10px 0 0 0; outline: none; padding: 10px 15px; width: 100%; }

/* Thumbs */
.fancybox-thumbs { background: #ddd; bottom: 0; display: none; margin: 0; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: 2px 2px 4px 2px; position: absolute; right: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); top: 0; width: 212px; z-index: 99995; }

.fancybox-thumbs-x { overflow-x: auto; overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs { display: block; }

.fancybox-show-thumbs .fancybox-inner { right: 212px; }

.fancybox-thumbs__list { font-size: 0; height: 100%; list-style: none; margin: 0; overflow-x: hidden; overflow-y: auto; padding: 0; position: absolute; position: relative; white-space: nowrap; width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list { overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar { width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track { background: #fff; border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 10px; }

.fancybox-thumbs__list a { -webkit-backface-visibility: hidden; backface-visibility: hidden; background-color: rgba(0, 0, 0, 0.1); background-position: center center; background-repeat: no-repeat; background-size: cover; cursor: pointer; float: left; height: 75px; margin: 2px; max-height: calc(100% - 8px); max-width: calc(50% - 4px); outline: none; overflow: hidden; padding: 0; position: relative; -webkit-tap-highlight-color: transparent; width: 100px; }

.fancybox-thumbs__list a::before { border: 6px solid #ff5268; bottom: 0; content: ''; left: 0; opacity: 0; position: absolute; right: 0; top: 0; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 99991; }

.fancybox-thumbs__list a:focus::before { opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before { opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) { .fancybox-thumbs { width: 110px; }
  .fancybox-show-thumbs .fancybox-inner { right: 110px; }
  .fancybox-thumbs__list a { max-width: calc(100% - 10px); } }

.slide { position: relative; }

.slide, .slide-material, .hero { height: 100vh; }

@media (min-width: 480px) and (max-width: 767px) { .slide, .slide-material, .hero { height: 550px; } }

@media (max-width: 479px) { .slide, .slide-material, .hero { height: 500px; } }

.slide { background: black; /*&-video { + .slide-cover { display: none; @include respond-to("max_tablet") { display: block; } } @include respond-to("max_tablet") { display: none; } }*/ }

.slide-list { position: relative; top: 0; left: 0; }

.slide-list li { display: none; }

.slide-material { overflow: hidden; position: relative; }

.slide-material img, .slide-material video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.slide-cover > div { background-repeat: no-repeat; background-position: center center; background-size: cover; height: 100%; opacity: .7; }

.slide-wrapper { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

.slide-container { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; position: relative; }

@media (min-width: 992px) { .slide-container { padding-bottom: 6vw; } }

@media (max-width: 767px) { .slide-container { padding-bottom: 55px; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-container { padding-bottom: 105px; } }

.slide-content { width: 40%; position: relative; z-index: 2; }

@media (max-width: 767px) { .slide-content { width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-content { width: 50%; } }

.slide-content .heading { color: #fff; font-weight: 800; letter-spacing: -3.5px; line-height: 1.1; }

@media (min-width: 992px) { .slide-content .heading { font-size: 4vw; } }

@media (max-width: 479px) { .slide-content .heading { font-size: 36px; letter-spacing: -2.5px; } }

@media (min-width: 480px) and (max-width: 767px) { .slide-content .heading { font-size: 48px; letter-spacing: -3px; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-content .heading { font-size: 60px; letter-spacing: -5px; } }

.slide-content .heading span { display: block; }

.slide-content .border { margin-top: 15px; margin-bottom: 15px; background: #fff; height: 1px; will-change: width; }

.slide-content .text { color: #fff; font-family: "Bebas Neue", sans-serif; max-width: 500px; }

@media (min-width: 992px) { .slide-content .text { font-size: 1.05vw; } }

@media (max-width: 479px) { .slide-content .text { font-size: 14px; } }

.slide-dots { position: absolute; right: 0; bottom: 70px; left: 0; margin: 0 auto; max-width: 1250px; width: 100%; z-index: 2; text-align: center; display: none; }

.slide-dots li { display: inline-block; }

.slide-dots li a { width: 12px; height: 12px; cursor: pointer; display: inline-block; font-size: 0; position: relative; margin: 0 5px; border-radius: 20px; background: none; border: 2px solid #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.slide-dots li.is-active a { background: #fff; width: 100px; }

.slide-arrows { position: absolute; right: 0; bottom: 0; }

.slide-arrows button { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; z-index: 2; padding-top: 3px; color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 992px) { .slide-arrows button { width: 6vw; height: 6vw; font-size: 2.4vw; } }

@media (max-width: 767px) { .slide-arrows button { width: 50px; height: 50px; font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-arrows button { width: 65px; height: 65px; font-size: 28px; } }

.slide-arrows button:first-child { background: rgba(0, 0, 0, 0.1); }

.slide-arrows button:last-child { background: rgba(0, 0, 0, 0.17); }

.slide-arrows button::before { content: ""; position: absolute; z-index: -1; background: rgba(0, 0, 0, 0.2); top: 0; right: 0; bottom: 0; width: 100%; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }

.slide-arrows button:hover::before { width: 100%; left: 0; right: inherit; }

.slide-arrows button.prev { padding-right: 2px; }

.slide-arrows button.next { padding-left: 2px; }

.slide-arrows button svg path { stroke-width: 1px !important; }

.slide-list li.is-effect .slide-content .heading, .slide-list li.is-effect .slide-content .text { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }

.slide-list li.is-effect .slide-content .border { width: 350px; }

@media (max-width: 479px) { .slide-list li.is-effect .slide-content .border { width: 150px; } }

.slide-content .heading, .slide-content .text { opacity: 0; visibility: hidden; }

.slide-content .heading { -webkit-transform: translateX(-70px); -ms-transform: translateX(-70px); transform: translateX(-70px); -webkit-transition: .9s .2s; -o-transition: .9s .2s; transition: .9s .2s; }

.slide-content .border { width: 0; -webkit-transition: 2s .5s; -o-transition: 2s .5s; transition: 2s .5s; }

.slide-content .text { -webkit-transform: translateX(-100px); -ms-transform: translateX(-100px); transform: translateX(-100px); -webkit-transition: .9s .3s; -o-transition: .9s .3s; transition: .9s .3s; }

.loading { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 100; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; background: rgba(255, 255, 255, 0.7); }

.loading.ui-no-bg { background: transparent; }

.loading.ui-small { background: none; }

.loading.ui-small::before { width: 60px; height: 60px; }

.loading.is-visible { opacity: 1; visibility: visible; }

.loading::before { content: ""; position: absolute; border: 5px solid #fff; border-top: 5px solid #d4c8ba; border-radius: 50%; width: 100px; height: 100px; -webkit-animation: spin .8s linear infinite; animation: spin .8s linear infinite; }

.overlay { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: #455f76; width: 100%; height: 100%; z-index: 999; opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.overlay.is-visible { opacity: .8; visibility: visible; }

.scrolltop { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; right: 1.2vw; bottom: 7.66vw; background: #8aa4a5; width: 60px; height: 60px; border-radius: 50%; text-align: center; color: #fff; z-index: 2002; opacity: 0; visibility: hidden; -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (max-width: 767px) { .scrolltop { width: 50px; height: 50px; right: 15px; bottom: 70px; } }

.scrolltop .icon { font-size: 20px; }

@media (max-width: 767px) { .scrolltop .icon { font-size: 16px; } }

.scrolltop.is-visible { opacity: 1; visibility: visible; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.buttons-container.ui-center { text-align: center; width: 100%; }

.button { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-family: inherit; text-align: center; line-height: 1.2; outline: 0; text-transform: uppercase; font-weight: 800; height: 7vh; color: #fff; position: relative; z-index: 1; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; background: #8aa4a5; }

.button:not([class*="ui-size-"]) { padding-left: 30px; padding-right: 30px; font-size: 1.1vw; }

@media (max-width: 767px) { .button:not([class*="ui-size-"]) { font-size: 16px; height: 55px; } }

@media (min-width: 768px) and (max-width: 991px) { .button:not([class*="ui-size-"]) { font-size: 14px; height: 50px; } }

.button:not([class*="ui-size-"]) .icon { margin-left: 20px; font-size: 16px; }

.button.ui-size-1 { height: 45px; padding-left: 20px; padding-right: 20px; font-size: 14px; }

.button .icon { color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.button.ui-min-width { min-width: 250px; }

.button.ui-full-width { width: 100%; }

.button:hover .icon { -webkit-transform: scale(1.1) translateX(5px); -ms-transform: scale(1.1) translateX(5px); transform: scale(1.1) translateX(5px); }

.button:not([class*="ui-color-"]) { position: relative; }

.button:not([class*="ui-color-"])::before { content: ""; position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; background: #d4c8ba; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }

.button:not([class*="ui-color-"]):hover::before { width: 100%; right: inherit; left: 0; }

.button.ui-color-wp { background: #25d366; }

.button.ui-color-wp .icon { color: #25d366; }

.button.ui-color-1 { background: #d4c8ba; }

.button-border { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-family: inherit; text-align: center; line-height: 1.2; outline: 0; text-transform: uppercase; font-weight: 800; height: 7vh; color: #fff; position: relative; z-index: 1; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; border: 1px solid #fff; }

.button-border:not([class*="ui-size-"]) { padding-left: 30px; padding-right: 30px; font-size: 1.1vw; }

@media (max-width: 767px) { .button-border:not([class*="ui-size-"]) { font-size: 16px; height: 55px; } }

@media (min-width: 768px) and (max-width: 991px) { .button-border:not([class*="ui-size-"]) { font-size: 14px; height: 50px; } }

.button-border:not([class*="ui-size-"]) .icon { margin-left: 20px; font-size: 16px; }

.button-border.ui-size-1 { height: 45px; padding-left: 20px; padding-right: 20px; font-size: 14px; }

.button-border .icon { color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.button-border.ui-min-width { min-width: 250px; }

.button-border.ui-full-width { width: 100%; }

.button-border:hover .icon { -webkit-transform: scale(1.1) translateX(5px); -ms-transform: scale(1.1) translateX(5px); transform: scale(1.1) translateX(5px); }

.button-border.ui-border-dark { color: #0c1f34; border: 1px solid rgba(94, 120, 143, 0.15); }

.button-border.ui-border-dark .icon { color: #0c1f34; }

.button-border.ui-color-1 { color: #8aa4a5; border: 1px solid #8aa4a5; }

.button-border.ui-color-1:hover { background-color: #8aa4a5; color: #fff; }

.button-border.ui-color-1 .icon { color: #8aa4a5; }

.button-line { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #8aa4a5; font-size: 1.2vw; text-transform: uppercase; font-weight: 800; position: relative; padding-bottom: 6px; border-bottom: 1px solid currentColor; }

label.checkbox { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

label.checkbox:not(:last-child) { margin-bottom: 7px; }

label.checkbox.is-error .checkbox { border: 2px solid red !important; }

label.checkbox.is-error .text { color: red !important; }

label.checkbox.is-error .text a { color: red !important; }

label.checkbox input { position: absolute; left: -9999px; }

label.checkbox .checkbox { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 20px; height: 20px; background: none; border: 2px solid rgba(94, 120, 143, 0.08); border-radius: 5px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; position: relative; }

label.checkbox .checkbox:before { content: "✓"; position: absolute; top: -5px; line-height: 0.7; font-size: 24px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); color: #d4c8ba; opacity: 0; visibility: hidden; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }

label.checkbox .text { color: #5e788f; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 1.3; padding-left: 10px; }

label.checkbox .text span { color: rgba(122, 147, 169, 0.7); margin-left: 5px; }

label.checkbox .text a { font-weight: 700; color: #d4c8ba; }

label.checkbox input:checked + .checkbox:before { opacity: 1; visibility: visible; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

label.radio { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

label.radio input { position: absolute; left: -9999px; }

label.radio .radio { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 24px; height: 24px; background: #fff; border: 2px solid rgba(0, 0, 0, 0.08); border-radius: 50%; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; position: relative; }

label.radio .radio:before { content: ""; position: absolute; left: 3px; right: 3px; top: 3px; bottom: 3px; background: #8aa4a5; border-radius: 50%; opacity: 0; visibility: hidden; }

label.radio .text { color: #5e788f; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 1.2; padding-left: 10px; }

label.radio .text span { color: rgba(122, 147, 169, 0.7); margin-left: 5px; }

label.radio input:checked + .radio:before { opacity: 1; visibility: visible; }

select.selectbox { width: 100%; height: 60px; border: 2px solid rgba(94, 120, 143, 0.1); border-radius: 8px; font-family: inherit; padding-left: 25px; padding-right: 25px; color: rgba(94, 120, 143, 0.8); font-size: 16px; font-weight: 500; background: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; position: relative; }

select.selectbox:focus { outline: 0; border: 2px solid #d4c8ba; }

@media (max-width: 479px) { select.selectbox { height: 55px; padding-right: 15px; font-size: 14px; } }

select.selectbox::-webkit-input-placeholder { /* Edge */ color: rgba(94, 120, 143, 0.8); }

select.selectbox:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: rgba(94, 120, 143, 0.8); }

select.selectbox::-moz-placeholder { color: rgba(94, 120, 143, 0.8); }

select.selectbox::-ms-input-placeholder { color: rgba(94, 120, 143, 0.8); }

select.selectbox::placeholder { color: rgba(94, 120, 143, 0.8); }

select.selectbox:before { content: ""; }

select.selectbox:focus + .icon.arrow { -webkit-transform: translateY(-50%) rotate(-90deg); -ms-transform: translateY(-50%) rotate(-90deg); transform: translateY(-50%) rotate(-90deg); }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

.inner-page__breadcrumb { background: rgba(244, 246, 249, 0.5); border-bottom: 1px solid rgba(94, 120, 143, 0.1); }

.inner-page__breadcrumb .breadcrumb ul li a { height: 65px; }

@media (max-width: 767px) { .breadcrumb { display: none; } }

.breadcrumb ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.breadcrumb ul li { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.breadcrumb ul li a { font-size: 12px; text-transform: capitalize; color: rgba(122, 147, 169, 0.8); text-transform: uppercase; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.breadcrumb ul li a::after { content: ""; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-left: 12px; margin-right: 17px; }

.breadcrumb ul li a::before { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; background: currentColor; height: 1px; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }

.breadcrumb ul li a .icon { font-size: 18px; }

.breadcrumb ul li a:not([href]) { color: rgba(122, 147, 169, 0.4); font-weight: 700; }

.breadcrumb ul li a[href]:not(.ui-not):hover { color: #0c1f34; }

.breadcrumb ul li a[href]:not(.ui-not):hover:before { width: calc(100% - 35px); }

.breadcrumb ul li:last-child a:after { display: none; }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

.popup { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(138, 164, 165, 0.9); z-index: 2000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.popup.is-visible { opacity: 1; visibility: visible; }

.popup-wrapper { width: 100%; height: 100%; max-height: 100%; padding: 55px; opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }

@media (max-width: 767px) { .popup-wrapper { padding: 0; } }

.popup-wrapper.is-visible { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.popup-wrapper .cover { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; }

.popup-wrapper .cover a { max-width: 90%; text-align: center; padding: 3px; background: #fff; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); }

.popup-wrapper .cover img { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; }

.popup-close { position: absolute; top: 30px; right: 0; width: 1em; height: 1em; font-size: 28px; z-index: 12; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.popup-close:before, .popup-close:after { content: ""; position: absolute; background: #fff; height: 2px; width: 100%; }

.popup-close::before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.popup-close::after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.btn-fixed { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; right: 1.2vw; border: 5px solid #fff; width: 65px; height: 65px; border-radius: 100%; -webkit-box-shadow: 0 0 5px rgba(94, 120, 143, 0.15); box-shadow: 0 0 5px rgba(94, 120, 143, 0.15); text-align: center; color: #fff; z-index: 999; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (max-width: 767px) { .btn-fixed { right: 12px; bottom: 70px; width: 55px; height: 55px; } }

.btn-fixed:not([class*="ui-color-"]) { bottom: 7.5vw; background: #25d366; }

.btn-fixed:not([class*="ui-color-"])::before, .btn-fixed:not([class*="ui-color-"])::after { background: rgba(37, 211, 102, 0.1); }

.btn-fixed.ui-color-callyou { bottom: 12.3vw; background-color: #d4c8ba; }

.btn-fixed.ui-color-callyou:not(.is-visible) { opacity: 0; visibility: hidden; -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); }

.btn-fixed.ui-color-callyou::before, .btn-fixed.ui-color-callyou::after { background: rgba(212, 200, 186, 0.1); }

.btn-fixed::before, .btn-fixed::after { content: ""; position: absolute; border-radius: 100%; -webkit-animation: pulsate 1.5s ease-out; animation: pulsate 1.5s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; opacity: 0; }

.btn-fixed::before { width: 80px; height: 80px; }

@media (max-width: 767px) { .btn-fixed::before { width: 65px; height: 65px; } }

.btn-fixed::after { width: 100px; height: 100px; }

@media (max-width: 767px) { .btn-fixed::after { width: 75px; height: 75px; } }

.btn-fixed .icon { font-size: 28px; }

@media (max-width: 767px) { .btn-fixed .icon { font-size: 22px; } }

.btn-fixed.is-active { -webkit-transform: translateY(-70px); -ms-transform: translateY(-70px); transform: translateY(-70px); }

@media (max-width: 767px) { .btn-fixed.is-active { -webkit-transform: translateY(-60px); -ms-transform: translateY(-60px); transform: translateY(-60px); } }

.accordion:not(.ui-no-content) > ul > li:hover .accordion-right > .icon { -webkit-transform: scale(1.2) translateX(3px) rotate(-90deg); -ms-transform: scale(1.2) translateX(3px) rotate(-90deg); transform: scale(1.2) translateX(3px) rotate(-90deg); }

.accordion.ui-no-content > ul > li:hover .accordion-right > .icon { -webkit-transform: scale(1.2) translateX(3px); -ms-transform: scale(1.2) translateX(3px); transform: scale(1.2) translateX(3px); }

.accordion > ul > li { border-bottom: 1px solid rgba(94, 120, 143, 0.08); overflow: hidden; }

.accordion > ul > li.is-open, .accordion > ul > li:hover { border: 1px solid transparent; -webkit-box-shadow: 0 5px 30px rgba(122, 147, 169, 0.1); box-shadow: 0 5px 30px rgba(122, 147, 169, 0.1); }

.accordion > ul > li.is-open .accordion-header, .accordion > ul > li:hover .accordion-header { background: #d4c8ba; }

.accordion > ul > li.is-open .accordion-header .title, .accordion > ul > li:hover .accordion-header .title { color: #fff; }

.accordion > ul > li.is-open .accordion-right .icon, .accordion > ul > li:hover .accordion-right .icon { color: #fff; }

.accordion > ul > li.is-open .accordion-right > .icon { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

.accordion-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 25px 20px; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (max-width: 479px) { .accordion-header { padding: 20px 17px; } }

.accordion-header .title { color: #5e788f; font-size: 16px; letter-spacing: -0.3px; font-weight: 700; line-height: 1.4; overflow: hidden; max-height: 43px; }

@media (max-width: 479px) { .accordion-header .title { font-size: 14px; } }

.accordion-right { margin-left: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

@media (max-width: 991px) { .accordion-right { margin-left: 0; margin-top: 5px; } }

.accordion-right > .icon { margin-top: 5px; color: rgba(122, 147, 169, 0.5); font-size: 13px; -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1); -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1); transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.accordion-right .date { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(122, 147, 169, 0.7); }

.accordion-right .date .icon { font-size: 12px; margin-right: 5px; }

.accordion-right .date .text { font-size: 11px; }

.accordion-content { padding-left: 35px; padding-right: 35px; display: none; }

.accordion-content .page-content__description { font-weight: 300 !important; padding-top: 30px; padding-bottom: 30px; }

.modal { position: fixed; background: rgba(12, 31, 52, 0.8); left: 0; right: 0; top: 0; bottom: 0; z-index: 2000; overflow-y: auto; padding-top: 50px; padding-bottom: 50px; padding-left: 10px; padding-right: 10px; opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.modal.is-visible { opacity: 1; visibility: visible; }

.modal-close { position: absolute; top: 0; right: 0; z-index: 2; }

.modal-close .icon { width: 45px; height: 45px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #8aa4a5; color: #fff; font-size: 24px; }

.modal-close:hover .icon { background: #d4c8ba; }

.modal-wrapper { background: #fff; width: 100%; margin-left: auto; margin-right: auto; opacity: 0; visibility: hidden; -webkit-transform: translateY(-150px); -ms-transform: translateY(-150px); transform: translateY(-150px); -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.modal-wrapper.is-visible { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

@media (min-width: 768px) { .modal-comments { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.modal-comments .modal-wrapper { max-width: 800px; padding: 50px 60px; }

@media (max-width: 479px) { .modal-comments .modal-wrapper { padding: 30px 40px; } }

.modal-comments .modal-wrapper .section-header .title { font-family: "Bebas Neue", sans-serif; font-size: 48px; font-weight: inherit; letter-spacing: inherit; }

.modal-comments .modal-wrapper .section-header .name { color: #7a93a9; font-size: 24px; line-height: 1.3; font-weight: 800; letter-spacing: -0.7px; margin-top: 5px; }

.modal-comments .modal-wrapper .text { margin-top: 20px; }

@media (min-width: 768px) { .modal-callyou { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.modal-callyou .modal-wrapper { max-width: 550px; padding: 50px 60px; }

@media (max-width: 479px) { .modal-callyou .modal-wrapper { padding: 30px 40px; } }

.modal-callyou .modal-wrapper .section-header .title { font-family: "Bebas Neue", sans-serif; font-size: 54px; font-weight: inherit; letter-spacing: inherit; }

.modal-callyou .modal-wrapper .section-header .name { color: #7a93a9; font-size: 18px; line-height: 1.3; font-weight: 700; letter-spacing: -0.5px; margin-top: 5px; }

.modal-callyou__button { position: fixed; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; z-index: 990; background-color: #d4c8ba; }

.modal-callyou__button .icon { color: #fff; font-size: 24px; width: 65px; height: 65px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (min-width: 992px) { .services.ui-list .service-cover { height: 43vw; } }

.services.ui-list ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: -3px; margin-right: -3px; }

.services.ui-list ul li { padding-left: 3px; padding-right: 3px; }

.services-number { counter-reset: dots; }

.services-number .number::before { counter-increment: dots; content: counter(dots, decimal-leading-zero) " "; }

.service-card { position: relative; display: block; }

.service-card:hover .service-body::before { width: 0; opacity: 1; }

.service-card:hover .service-body__content .number, .service-card:hover .service-body__content .small-title, .service-card:hover .service-body__content .title { color: #fff; }

.service-card:hover .service-body__content .border { background: #fff; }

.service-card:hover .service-body__footer { opacity: 1; }

.service-card:hover .service-cover { opacity: 1; visibility: visible; }

.service-card:hover .service-cover img { -webkit-transform: scale(1.08); -ms-transform: scale(1.08); transform: scale(1.08); opacity: .8; }

.service-cover { overflow: hidden; opacity: .07; -webkit-transition: opacity 0.4s ease-in-out 0s; -o-transition: opacity 0.4s ease-in-out 0s; transition: opacity 0.4s ease-in-out 0s; background: black; }

@media (min-width: 480px) { .service-cover { height: 100vh; } }

@media (max-width: 767px) { .service-cover { height: 250px; } }

@media (min-width: 768px) and (max-width: 991px) { .service-cover { height: 350px; } }

.service-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: -webkit-transform 4s ease-out 0.25s; transition: -webkit-transform 4s ease-out 0.25s; -o-transition: transform 4s ease-out 0.25s; transition: transform 4s ease-out 0.25s; transition: transform 4s ease-out 0.25s, -webkit-transform 4s ease-out 0.25s; opacity: .6; }

.service-body { position: absolute; z-index: 1; inset: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (min-width: 992px) { .service-body { padding: 3.66vw; } }

@media (max-width: 767px) { .service-body { padding: 15px; } }

@media (min-width: 768px) and (max-width: 991px) { .service-body { padding: 25px; } }

.service-body::before { content: ""; position: absolute; z-index: -1; background: #f4f6f9; top: 0; right: 0; bottom: 0; width: 100%; opacity: 0; -webkit-transition: width 0.55s ease-in-out 0s, opacity 0.2s ease 0s; -o-transition: width 0.55s ease-in-out 0s, opacity 0.2s ease 0s; transition: width 0.55s ease-in-out 0s, opacity 0.2s ease 0s; }

.service-body__content .number, .service-body__content .small-title, .service-body__content .title { -webkit-transition: color 0.3s ease 0s; -o-transition: color 0.3s ease 0s; transition: color 0.3s ease 0s; }

.service-body__content .number { color: #d4c8ba; font-family: "Bebas Neue", sans-serif; }

@media (min-width: 992px) { .service-body__content .number { font-size: 4vw; } }

@media (max-width: 991px) { .service-body__content .number { font-size: 42px; } }

.service-body__content .small-title { color: #7a93a9; line-height: 1; }

@media (min-width: 992px) { .service-body__content .small-title { font-size: 0.93vw; margin-top: 2.66vw; } }

@media (max-width: 991px) { .service-body__content .small-title { font-size: 16px; margin-top: 10px; } }

.service-body__content .border { background: #6abf4b; height: 3px; display: inline-block; width: 100%; -webkit-transition: background 0.3s ease 0s; -o-transition: background 0.3s ease 0s; transition: background 0.3s ease 0s; }

.service-body__content .title { line-height: 1.3; color: #5e788f; letter-spacing: -1px; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

@media (min-width: 992px) { .service-body__content .title { padding-right: 2vw; font-size: 1.6vw; margin-top: 1.5vw; height: 4vw; } }

@media (max-width: 479px) { .service-body__content .title { font-size: 24px; margin-top: 10px; } }

@media (min-width: 480px) and (max-width: 767px) { .service-body__content .title { font-size: 20px; margin-top: 10px; } }

@media (min-width: 768px) and (max-width: 991px) { .service-body__content .title { font-size: 20px; margin-top: 10px; } }

.service-body__footer { position: absolute; right: 3.66vw; bottom: 3.66vw; left: 3.66vw; opacity: 0; -webkit-transition: opacity 0.4s ease 0.5s; -o-transition: opacity 0.4s ease 0.5s; transition: opacity 0.4s ease 0.5s; }

@media (max-width: 991px) { .service-body__footer { display: none; } }

.service-body__footer .text { font-size: 0.86vw; color: #fff; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.servicesV2.ui-list-small .serviceV2-photo { height: 200px; }

.servicesV2.ui-list-small .serviceV2-overlay { padding: 25px 35px; }

.servicesV2.ui-list-small .serviceV2-overlay .title { font-size: 36px; }

.servicesV2.ui-list-small .serviceV2-overlay .number { top: 30px; right: 25px; font-size: 60px; }

.serviceV2-card a { position: relative; display: block; }

.serviceV2-card a:hover .serviceV2-overlay::after { opacity: 1; }

.serviceV2-card a:hover .serviceV2-photo img { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }

.serviceV2-header { position: relative; }

.serviceV2-photo { height: 300px; overflow: hidden; }

.serviceV2-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1); transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1); -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1); transition: 1s transform cubic-bezier(0, 0, 0.2, 1); transition: 1s transform cubic-bezier(0, 0, 0.2, 1), 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1); }

.serviceV2-overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; padding: 40px 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; z-index: 1; }

@media (max-width: 479px) { .serviceV2-overlay { padding: 30px 40px; } }

.serviceV2-overlay::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2e4356)); background-image: -o-linear-gradient(transparent, #2e4356); background-image: linear-gradient(transparent, #2e4356); opacity: .8; z-index: -1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.serviceV2-overlay .title { color: #fff; font-family: "Bebas Neue", sans-serif; font-size: 54px; line-height: 1; width: -webkit-min-content; width: -moz-min-content; width: min-content; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; max-height: 209px; }

@media (max-width: 479px) { .serviceV2-overlay .title { font-size: 42px; max-height: 170px; } }

.serviceV2-overlay .number { position: absolute; top: 40px; right: 35px; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fff; font-size: 96px; line-height: 0.7; font-family: "Bebas Neue", sans-serif; }

@media (max-width: 479px) { .serviceV2-overlay .number { top: 30px; right: 20px; font-size: 72px; } }

.serviceV2-footer { height: 140px; padding: 35px 50px; }

@media (max-width: 479px) { .serviceV2-footer { padding: 30px; } }

.serviceV2-footer .text { color: #5e788f; font-size: 14px; text-transform: uppercase; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.values { border-top: 1px solid rgba(94, 120, 143, 0.1); border-left: 1px solid rgba(94, 120, 143, 0.1); }

.value-card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-right: 1px solid rgba(94, 120, 143, 0.1); position: relative; z-index: 1; color: #5e788f; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 992px) { .value-card { height: 40vh; padding: 2.66vw; } }

@media (max-width: 479px) { .value-card { height: 150px; padding: 20px; } }

@media (min-width: 480px) and (max-width: 767px) { .value-card { height: 200px; padding: 30px; } }

@media (min-width: 768px) and (max-width: 991px) { .value-card { height: 250px; padding: 30px; } }

.value-card::before { content: ""; position: absolute; z-index: -1; background: #5e788f; top: 0; right: 0; bottom: 0; width: 100%; width: 0; -webkit-transition: width .4s; -o-transition: width .4s; transition: width .4s; }

.value-card:hover { color: #fff; }

.value-card:hover::before { width: 100%; left: 0; right: inherit; }

.value-header .icon { opacity: .1; }

@media (min-width: 992px) { .value-header .icon { font-size: 4.8vw; } }

@media (max-width: 479px) { .value-header .icon { font-size: 28px; } }

@media (min-width: 480px) and (max-width: 767px) { .value-header .icon { font-size: 42px; } }

@media (min-width: 768px) and (max-width: 991px) { .value-header .icon { font-size: 54px; } }

.value-footer .title { font-family: "Bebas Neue", sans-serif; line-height: 1.15; }

@media (min-width: 992px) { .value-footer .title { padding-right: 5vw; } }

@media (min-width: 992px) { .value-footer .title { font-size: 1.866vw; } }

@media (max-width: 991px) { .value-footer .title { line-height: 1.3; } }

@media (max-width: 479px) { .value-footer .title { font-size: 18px; } }

@media (min-width: 480px) and (max-width: 767px) { .value-footer .title { font-size: 20px; } }

@media (min-width: 768px) and (max-width: 991px) { .value-footer .title { font-size: 24px; } }

.value-footer .text { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-top: 10px; }

@media (min-width: 992px) { .value-footer .text { font-size: 0.86vw; } }

.news.ui-gap-1 ul li { margin-bottom: 3vw; }

.news-card a { display: block; position: relative; }

.news-card a:hover .news-photo img { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }

.news-photo { overflow: hidden; }

@media (min-width: 992px) { .news-photo { height: 35vh; } }

@media (min-width: 480px) and (max-width: 767px) { .news-photo { height: 300px; } }

.news-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); -o-transition: transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); }

.news-footer { position: relative; }

@media (min-width: 992px) { .news-footer { padding-top: 2vw; height: 24vh; } }

@media (max-width: 991px) { .news-footer { padding-top: 20px; height: 165px; } }

.news-footer .title { color: #455f76; font-weight: 800; line-height: 1.1; letter-spacing: -1px; }

@media (min-width: 992px) { .news-footer .title { font-size: 1.6vw; } }

@media (max-width: 479px) { .news-footer .title { font-size: 24px; } }

@media (min-width: 480px) and (max-width: 767px) { .news-footer .title { font-size: 28px; } }

@media (min-width: 768px) and (max-width: 991px) { .news-footer .title { font-size: 24px; } }

.news-footer .text { color: #7a93a9; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

@media (min-width: 992px) { .news-footer .text { margin-top: 1vw; font-size: 1vw; } }

@media (max-width: 991px) { .news-footer .text { margin-top: 10px; } }

@media (max-width: 479px) { .news-footer .text { font-size: 13px; } }

@media (min-width: 480px) and (max-width: 767px) { .news-footer .text { font-size: 14px; } }

@media (min-width: 768px) and (max-width: 991px) { .news-footer .text { font-size: 14px; } }

.news-footer .more { color: #7a93a9; text-transform: uppercase; font-family: "Bebas Neue", sans-serif; letter-spacing: 2px; line-height: 1.4; text-align: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; position: absolute; right: 0; bottom: 0; }

@media (min-width: 992px) { .news-footer .more { font-size: 1.07vw; } }

@media (max-width: 991px) { .news-footer .more { display: none; } }

.gallery-card a { display: block; position: relative; }

.gallery-card a:hover .gallery-photo img { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }

.gallery-photo { overflow: hidden; height: 175px; }

@media (max-width: 767px) { .gallery-photo { height: 130px; } }

@media (min-width: 768px) and (max-width: 991px) { .gallery-photo { height: 130px; } }

.gallery-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); -o-transition: transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); }

.comments.ui-gap-1 ul li { margin-bottom: 5vw; }

.comment-card { position: relative; }

@media (min-width: 992px) { .comment-card { height: 29vh; } }

.comment-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.comment-header .title { color: #455f76; line-height: 1.1; font-family: "Bebas Neue", sans-serif; }

@media (min-width: 992px) { .comment-header .title { font-size: 4vh; } }

@media (max-width: 991px) { .comment-header .title { font-size: 28px; } }

.comment-header .icon { -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); opacity: .2; }

@media (min-width: 992px) { .comment-header .icon { font-size: 6vh; } }

@media (max-width: 991px) { .comment-header .icon { font-size: 48px; } }

.comment-footer .text { line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

@media (min-width: 992px) { .comment-footer .text { font-size: 1vw; margin-top: 1.66vw; } }

@media (max-width: 991px) { .comment-footer .text { font-size: 13px; margin-top: 20px; } }

.comment-footer .more { color: rgba(122, 147, 169, 0.5); text-transform: uppercase; font-family: "Bebas Neue", sans-serif; letter-spacing: 2px; line-height: 1.4; text-align: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; position: absolute; }

@media (min-width: 992px) { .comment-footer .more { font-size: 1.07vw; right: 5vh; bottom: 0; } }

@media (max-width: 767px) { .comment-footer .more { position: relative; margin-top: 10px; } }

.comment-footer .more:hover { color: #7a93a9; }

.commentsV2.ui-gap-1 ul li { margin-bottom: 50px; }

.commentV2-card { display: block; position: relative; background: #fff; height: 250px; padding: 45px 50px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (max-width: 479px) { .commentV2-card { padding: 10vw; height: auto; } }

@media (min-width: 768px) and (max-width: 991px) { .commentV2-card { padding: 40px; height: 200px; } }

.commentV2-card:hover { -webkit-box-shadow: 10px 15px 50px rgba(94, 120, 143, 0.12); box-shadow: 10px 15px 50px rgba(94, 120, 143, 0.12); }

.commentV2-content .title { color: #0c1f34; font-family: "Bebas Neue", sans-serif; font-size: 28px; line-height: 1; }

.commentV2-content .description { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 20px; }

@media (max-width: 479px) { .commentV2-content .description { padding-top: 10px; } }

@media (min-width: 768px) and (max-width: 991px) { .commentV2-content .description { padding-top: 10px; } }

.commentV2-content .description > .icon { font-size: 42px; color: rgba(122, 147, 169, 0.1); }

@media (max-width: 991px) { .commentV2-content .description > .icon { display: none; } }

.commentV2-content .description > .icon svg { fill: rgba(122, 147, 169, 0.1); }

.commentV2-content .description-wrp { padding-left: 25px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

@media (max-width: 991px) { .commentV2-content .description-wrp { padding-left: 0; } }

.commentV2-content .description-wrp .btn { margin-top: 15px; font-size: 16px; color: rgba(122, 147, 169, 0.5); text-transform: uppercase; font-family: "Bebas Neue", sans-serif; letter-spacing: 2px; line-height: 1.4; }

.commentV2-content .description-wrp .btn:hover { color: #7a93a9; }

.commentV2-content .description-wrp .text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 16px; color: #5e788f; font-weight: 300; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

@media (max-width: 479px) { .commentV2-content .description-wrp .text { font-size: 13px; } }

@media (min-width: 768px) and (max-width: 991px) { .commentV2-content .description-wrp .text { font-size: 14px; } }

.doctors.ui-gap-1 ul li { margin-bottom: 60px; }

.doctor-card { position: relative; }

.doctor-card:hover .doctor-cover img { -webkit-filter: grayscale(0) blur(2px); filter: grayscale(0) blur(2px); }

.doctor-card:hover .doctor-profile::after { width: 100%; }

.doctor-header { position: relative; }

.doctor-header::before { content: ""; position: absolute; z-index: 1; left: 0; right: 0; top: 0; bottom: 0; background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#d4c8ba)); background-image: -o-linear-gradient(left, transparent, #d4c8ba); background-image: linear-gradient(to right, transparent, #d4c8ba); }

.doctor-social { position: absolute; right: 20px; bottom: 20px; z-index: 1; display: none; }

@media (max-width: 479px) { .doctor-social { left: 20px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; bottom: 30px; } }

@media (min-width: 768px) and (max-width: 991px) { .doctor-social { left: 20px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; bottom: 30px; } }

.doctor-social a { color: #fff; width: 30px; height: 30px; border: 1px solid currentColor; font-size: 13px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 99px; }

.doctor-social a:not(:last-child) { margin-right: 5px; }

.doctor-cover { height: 120px; overflow: hidden; }

.doctor-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-filter: grayscale(1) blur(2px); filter: grayscale(1) blur(2px); -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.doctor-profile { padding-left: 40px; padding-right: 40px; position: relative; z-index: 1; border-left: 1px solid rgba(94, 120, 143, 0.1); border-right: 1px solid rgba(94, 120, 143, 0.1); border-bottom: 5px solid rgba(94, 120, 143, 0.1); padding-bottom: 35px; }

@media (max-width: 479px) { .doctor-profile { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 25px; padding-right: 25px; text-align: center; } }

@media (min-width: 480px) and (max-width: 767px) { .doctor-profile { padding-left: 25px; padding-right: 25px; } }

@media (min-width: 768px) and (max-width: 991px) { .doctor-profile { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 25px; padding-right: 25px; text-align: center; } }

.doctor-profile::after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; background-color: #5e788f; height: 5px; width: 0; margin-left: auto; margin-right: auto; -webkit-transition: width .4s; -o-transition: width .4s; transition: width .4s; }

.doctor-profile .photo { -webkit-box-flex: 0; -ms-flex: 0 0 175px; flex: 0 0 175px; max-width: 175px; height: 200px; margin-top: -35px; -webkit-box-shadow: 0 20px 30px rgba(94, 120, 143, 0.1); box-shadow: 0 20px 30px rgba(94, 120, 143, 0.1); padding: 5px; }

@media (max-width: 479px) { .doctor-profile .photo { margin-top: -20px; } }

@media (min-width: 768px) and (max-width: 991px) { .doctor-profile .photo { margin-top: -20px; } }

.doctor-profile .photo a { display: block; position: relative; height: 100%; }

.doctor-profile .photo img, .doctor-profile .photo video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.doctor-profile .desc { -webkit-box-flex: 0; -ms-flex: 0 0 calc( 100% - 175px); flex: 0 0 calc( 100% - 175px); max-width: calc( 100% - 175px); -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-top: 30px; padding-left: 30px; }

@media (max-width: 479px) { .doctor-profile .desc { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding-left: 0; } }

@media (min-width: 768px) and (max-width: 991px) { .doctor-profile .desc { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding-left: 0; } }

@media (min-width: 480px) and (max-width: 767px) { .doctor-profile .desc { padding-left: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) { .doctor-profile .desc { padding-left: 20px; } }

.doctor-profile .desc .title { font-family: "Bebas Neue", sans-serif; font-size: 28px; line-height: 1.1; color: #0c1f34; }

@media (min-width: 992px) and (max-width: 1199px) { .doctor-profile .desc .title { font-size: 24px; } }

.doctor-profile .desc .rank { font-size: 13px; font-weight: 500; color: rgba(122, 147, 169, 0.6); }

@media (min-width: 992px) and (max-width: 1199px) { .doctor-profile .desc .rank { font-size: 12px; } }

.doctor-contact { margin-top: 20px; }

@media (max-width: 767px) { .doctor-contact { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

@media (min-width: 992px) and (max-width: 1199px) { .doctor-contact { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

@media (max-width: 479px) { .doctor-contact { -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: left; } }

@media (min-width: 768px) and (max-width: 991px) { .doctor-contact { -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: left; } }

.doctor-contact a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #0c1f34; font-size: 12px; }

@media (min-width: 768px) { .doctor-contact a:not(:last-child) { margin-right: 20px; } }

@media (max-width: 767px) { .doctor-contact a:not(:last-child) { margin-bottom: 10px; } }

@media (min-width: 992px) and (max-width: 1199px) { .doctor-contact a:not(:last-child) { margin-bottom: 10px; } }

.doctor-contact a:hover { color: #7a93a9; }

.doctor-contact a .icon { width: 20px; height: 20px; border: 1px solid currentColor; font-size: 11px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 99px; }

.doctor-contact a .text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 5px; }

.personnel.ui-list-small .personnel-photo a { height: 260px; }

.personnel.ui-list-small .personnel-footer { padding-top: 20px; }

.personnel.ui-list-small .personnel-footer .title { font-size: 20px; }

.personnel.ui-list-small .personnel-footer .rank { font-size: 12px; }

.personnel:not(.ui-list-small) ul li { margin-bottom: 50px; }

.personnel-card { position: relative; }

.personnel-card:hover .personnel-footer .title { color: #d4c8ba; }

.personnel-card:hover .personnel-social::after { opacity: 1; }

.personnel-header { position: relative; }

.personnel-social { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 50px; padding-bottom: 20px; }

.personnel-social::after { content: ""; position: absolute; z-index: -1; left: 0; right: 0; top: 0; bottom: 0; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#455f76)); background: -o-linear-gradient(transparent, #455f76); background: linear-gradient(transparent, #455f76); opacity: .7; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.personnel-social a { color: #fff; width: 30px; height: 30px; border: 1px solid currentColor; font-size: 13px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 99px; }

.personnel-social a:not(:last-child) { margin-right: 5px; }

.personnel-photo a { display: block; position: relative; height: 320px; -webkit-box-shadow: 0 20px 30px rgba(94, 120, 143, 0.1); box-shadow: 0 20px 30px rgba(94, 120, 143, 0.1); }

@media (min-width: 480px) and (max-width: 767px) { .personnel-photo a { height: 275px; } }

.personnel-photo img, .personnel-photo video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.personnel-footer { text-align: center; padding-top: 25px; }

.personnel-footer .title { font-family: "Bebas Neue", sans-serif; font-size: 24px; line-height: 1.1; color: #455f76; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.personnel-footer .rank { font-size: 13px; font-weight: 500; color: rgba(122, 147, 169, 0.6); }

.header { position: absolute; top: 0; right: 0; left: 0; z-index: 1001; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.header-container { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (min-width: 992px) { .header-container { height: 14vh; } }

@media (max-width: 767px) { .header-container { height: 70px; } }

@media (max-width: 991px) { .header-container { position: relative; } }

@media (min-width: 768px) and (max-width: 991px) { .header-container { height: 100px; } }

@media (max-width: 991px) { .header-logo { margin-left: 30px; } }

.header-logo h1 { font-size: 0; margin: 0; }

.header-logo a { display: block; position: relative; }

.header-logo img { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }

@media (min-width: 992px) { .header-logo img { width: 15.3vw; } }

@media (max-width: 767px) { .header-logo img { width: 140px; } }

@media (min-width: 768px) and (max-width: 991px) { .header-logo img { width: 200px; } }

.header-social a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.15); color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 992px) { .header-social a { font-size: 0.86vw; width: 2.33vw; height: 2.33vw; } }

@media (max-width: 479px) { .header-social a { font-size: 11px; width: 18px; height: 18px; border: none; } }

@media (min-width: 480px) and (max-width: 767px) { .header-social a { font-size: 13px; width: 30px; height: 30px; } }

@media (min-width: 768px) and (max-width: 991px) { .header-social a { font-size: 14px; width: 35px; height: 35px; } }

.header-social a:not(:last-child) { margin-right: 5px; }

.header-social a:hover { border: 1px solid #fff; }

.header-buttons.ui-mobile { position: absolute; left: 15px; right: 15px; display: none; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 991px) { .header-buttons.ui-mobile { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } }

@media (min-width: 768px) and (max-width: 991px) { .header-buttons.ui-mobile { left: 20px; right: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) { .header-buttons.ui-mobile { left: 20px; right: 20px; } }

.header-buttons.ui-mobile .item .btn:not(:last-child) { margin-right: 15px; }

.header-buttons.ui-mobile .btn { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.header-buttons.ui-mobile .btn .icon { font-size: 24px; color: #fff; }

.header-buttons.ui-mobile .btn .icon svg { fill: #fff; }

.navigation { display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -1vw; margin-right: -1vw; }

@media (max-width: 991px) { .navigation { display: none; } }

@media (min-width: 1750px) { .navigation { margin-left: -1.33vw; margin-right: -1.33vw; } }

@media (min-width: 992px) and (max-width: 1199px) { .navigation { margin-left: -0.8vw; margin-right: -0.8vw; } }

.navigation-item { padding-left: 1vw; padding-right: 1vw; }

@media (min-width: 1750px) { .navigation-item { padding-left: 1.33vw; padding-right: 1.33vw; } }

@media (min-width: 992px) and (max-width: 1199px) { .navigation-item { padding-left: 0.8vw; padding-right: 0.8vw; } }

.navigation-item.is-triangle > a::after { display: block; }

.navigation-item > a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; font-size: 1.33vw; text-transform: uppercase; height: 14vh; font-family: "Bebas Neue", sans-serif; line-height: 1.2; position: relative; z-index: 1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 992px) and (max-width: 1199px) { .navigation-item > a { font-size: 16px; } }

.navigation-item > a::before { content: ""; position: absolute; right: 0; bottom: 35px; left: 0; height: 2px; margin: 0 auto; background: #fff; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }

.navigation-item > a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; width: 0; height: 0; z-index: 2; margin: 0 auto; border-left: 11px solid transparent; border-right: 11px solid transparent; border-bottom: 11px solid #f4f6f9; opacity: 0; visibility: hidden; display: none; }

.navigation-item:hover > a::before { width: 100%; }

.navigation-item:hover > a::after { opacity: 1; visibility: visible; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.navigation-item:hover > .navigation-links { opacity: 1; visibility: visible; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.navigation-item:hover .navigation-dropdown { opacity: 1; visibility: visible; }

.navigation-item:hover .navigation-dropdown__content { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.navigation-links { position: absolute; background: #f4f6f9; border-radius: 0 0 11px 11px; -webkit-box-shadow: 0 20px 40px rgba(69, 95, 118, 0.1); box-shadow: 0 20px 40px rgba(69, 95, 118, 0.1); min-width: 230px; padding-top: 10px; padding-bottom: 10px; opacity: 0; visibility: hidden; }

.navigation-links > li { display: block; }

.navigation-links > li > a { display: block; font-size: 14px; text-transform: uppercase; font-weight: 800; letter-spacing: -0.5px; padding: 12px 30px; color: #5e788f; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.navigation-links > li > a:hover { color: #fff; background: #d4c8ba; }

.navigation-dropdown { position: absolute; left: 0; right: 0; background: #fff; z-index: 1; opacity: 0; visibility: hidden; }

.navigation-dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; background: #f4f6f9; }

.navigation-dropdown.is-visible { opacity: 1; visibility: visible; }

.navigation-dropdown__header .heading { color: rgba(122, 147, 169, 0.2); line-height: 0.95; font-family: "Bebas Neue", sans-serif; font-size: 66px; }

.navigation-dropdown__header .heading span { font-size: 84px; }

.navigation-dropdown__header .text { font-size: 14px; margin-top: 10px; }

.navigation-dropdown__header .btn { margin-top: 25px; }

.navigation-dropdown__content { padding-top: 50px; padding-bottom: 50px; opacity: 0; visibility: hidden; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }

.navigation-dropdown__content.is-visible { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.navigation-dropdown__content.ui-doctors { padding-top: 70px; }

.navigation-dropdown__content.ui-doctors .navigation-dropdown__header { text-align: center; }

.navigation-dropdown__content.ui-doctors .navigation-dropdown__header .heading { font-size: 96px; line-height: .6; }

.navigation-dropdown__content.ui-doctors .buttons-container { margin-top: 30px; }

.navigation-dropdown__content .servicesV2 ul li:not(:nth-last-child(-n+3)) { margin-bottom: 20px; }

.navigation-dropdown__content .personnel .owl-item .personnel-card { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.navigation-dropdown__content .personnel .owl-item:not(.active) .personnel-card { opacity: 0; visibility: hidden; }

.navigation-dropdown__tab-nav { margin-top: 25px; }

.navigation-dropdown__tab-nav ul li:not(:last-child) { margin-bottom: 15px; }

.navigation-dropdown__tab-nav ul li.is-current a .icon { background-color: #d4c8ba; color: #fff; }

.navigation-dropdown__tab-nav ul li.is-current a .desc .title { color: #d4c8ba; }

.navigation-dropdown__tab-nav ul li:not(.is-current):hover a .icon { background-color: #7a93a9; color: #fff; }

.navigation-dropdown__tab-nav ul li:not(.is-current):hover a .desc .title { color: #5e788f; }

.navigation-dropdown__tab-nav ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }

.navigation-dropdown__tab-nav ul li a .icon { width: 50px; height: 50px; border: 1px solid rgba(94, 120, 143, 0.1); color: #7a93a9; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 18px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.navigation-dropdown__tab-nav ul li a .desc { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 50px); flex: 0 0 calc(100% - 50px); max-width: calc(100% - 50px); padding-left: 15px; }

.navigation-dropdown__tab-nav ul li a .desc::after { content: ""; position: absolute; right: 0; bottom: 0; left: 50px; background-color: rgba(94, 120, 143, 0.1); height: 1px; }

.navigation-dropdown__tab-nav ul li a .desc .title { color: #7a93a9; font-family: "Bebas Neue", sans-serif; font-size: 20px; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.nav-mobile { position: fixed; background: rgba(69, 95, 118, 0.8); left: 0; right: 0; top: 0; bottom: 0; z-index: 1111; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; opacity: 0; visibility: hidden; will-change: opacity; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.nav-mobile.is-visible { opacity: 1; visibility: visible; }

.nav-mobile__wrapper { background: #f4f6f9; width: 750px; max-height: 90vh; height: 100%; border-radius: 20px 20px 0 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: .4s; -o-transition: .4s; transition: .4s; will-change: opacity, transform; }

@media (max-width: 767px) { .nav-mobile__wrapper { margin-left: auto; margin-right: auto; } }

@media (max-width: 479px) { .nav-mobile__wrapper { border-radius: 11px 11px 0 0; max-width: 390px; } }

@media (min-width: 480px) and (max-width: 767px) { .nav-mobile__wrapper { max-width: 600px; } }

.nav-mobile__wrapper.is-visible { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.nav-mobile__header { position: relative; z-index: 2; }

.nav-mobile__header-body { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 60px; padding-right: 60px; height: 70px; border-bottom: 1px solid rgba(94, 120, 143, 0.06); }

@media (max-width: 479px) { .nav-mobile__header-body { padding-left: 20px; padding-right: 20px; } }

.nav-mobile__header-logo { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.nav-mobile__header-logo a { display: block; position: relative; }

.nav-mobile__header-logo a img { width: 150px; -webkit-filter: invert(1) brightness(0); filter: invert(1) brightness(0); }

.nav-mobile__header-close { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; color: #7a93a9; }

.nav-mobile__header-close .icon { font-size: 24px; }

.nav-mobile__content { height: calc(100% - 120px); overflow-y: auto; }

.nav-mobile__content > ul { padding-top: 15px; padding-bottom: 15px; }

.nav-mobile__content > ul:not(:last-child) { border-bottom: 1px solid rgba(94, 120, 143, 0.06); }

.nav-mobile__content-list > li.is-open > a { background: #fff; }

.nav-mobile__content-list > li.is-open > a .heading .text { color: #d4c8ba; }

.nav-mobile__content-list > li.is-open > a .heading .icon { color: rgba(212, 200, 186, 0.3); }

.nav-mobile__content-list > li > a { padding: 18px 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: sticky; top: 0; }

@media (max-width: 479px) { .nav-mobile__content-list > li > a { padding-left: 20px; padding-right: 20px; } }

.nav-mobile__content-list > li > a .icon.ui-plus { color: #d4c8ba; font-size: 20px; }

.nav-mobile__content-list > li > a .icon.ui-plus .fa-secondary { opacity: .1; }

.nav-mobile__content-list > li > a .heading { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.nav-mobile__content-list > li > a .heading .text { color: #0c1f34; font-size: 18px; font-weight: 700; }

.nav-mobile__content-list > li > a .heading .icon { margin-right: 15px; font-size: 24px; color: rgba(122, 147, 169, 0.2); }

.nav-mobile__content-other { padding-left: 60px; padding-right: 60px; }

@media (max-width: 479px) { .nav-mobile__content-other { padding-left: 20px; padding-right: 20px; } }

.nav-mobile__sub { display: none; background: rgba(69, 95, 118, 0.06); }

.nav-mobile__sub li { padding-left: 96px; }

@media (max-width: 479px) { .nav-mobile__sub li { padding-left: 60px; } }

.nav-mobile__sub li:not(:last-child) a { border-bottom: 1px solid rgba(94, 120, 143, 0.06); }

.nav-mobile__sub li a { color: #5e788f; font-size: 16px; font-family: "Bebas Neue", sans-serif; display: block; padding: 8px 5px; }

.nav-mobile__footer { padding-left: 60px; padding-right: 60px; height: 50px; border-top: 1px solid rgba(94, 120, 143, 0.06); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 479px) { .nav-mobile__footer { padding-left: 20px; padding-right: 20px; } }

.nav-mobile__footer a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; color: #7a93a9; font-size: 14px; }

.nav-mobile__footer a:not(:last-child) { margin-right: 20px; }

.sticky-navigation { position: fixed; right: 0; bottom: 0; left: 0; z-index: 99; background-color: #fff; -webkit-box-shadow: 0 -10px 50px rgba(69, 95, 118, 0.15); box-shadow: 0 -10px 50px rgba(69, 95, 118, 0.15); display: none; }

@media (max-width: 767px) { .sticky-navigation { display: block; } }

.sticky-navigation ul li { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }

.sticky-navigation ul li a { height: 55px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; position: relative; padding-bottom: 15px; }

.sticky-navigation ul li a.ui-style-special .icon { width: 55px; height: 55px; background-color: #d4c8ba; border-radius: 50%; color: #fff; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 22px; margin-top: -35px; border: 5px solid #fff; -webkit-box-shadow: 0 0 5px rgba(94, 120, 143, 0.15); box-shadow: 0 0 5px rgba(94, 120, 143, 0.15); }

.sticky-navigation ul li a:not([class*="ui-style-"]) { color: #5e788f; }

.sticky-navigation ul li a:not([class*="ui-style-"]) .icon { font-size: 20px; }

.sticky-navigation ul li a .title { font-size: 11px; line-height: 1.1; opacity: .6; position: absolute; bottom: 7px; color: #5e788f; }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

.footer { background: #455f76; position: relative; z-index: 101; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (min-width: 992px) { .footer { padding-top: 5.5vw; height: 100vh; } }

@media (max-width: 991px) { .footer { padding-top: 60px; } }

@media (min-width: 992px) { .footer-wrapper { padding-inline: calc(16.66vw / 2); } }

@media (max-width: 991px) { .footer-wrapper { padding-inline: 10px; } }

.footer-logo { text-align: center; }

.footer-logo a { display: block; position: relative; }

.footer-logo img { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }

@media (min-width: 992px) { .footer-logo img { width: 20.3vw; } }

@media (max-width: 991px) { .footer-logo img { width: 200px; } }

@media (max-width: 479px) { .footer-content { text-align: center; } }

@media (min-width: 992px) { .footer-content { padding-top: 7vw; padding-bottom: 4vw; } }

@media (max-width: 991px) { .footer-content { padding-block: 50px; } }

@media (max-width: 479px) { .footer-content .row > div:not(:last-child) { margin-bottom: 40px; } }

@media (min-width: 480px) and (max-width: 767px) { .footer-content .row > div:nth-last-child(n+3) { margin-bottom: 40px; } }

.footer-heading { font-weight: 800; letter-spacing: -0.5px; color: #fff; text-transform: uppercase; }

@media (min-width: 992px) { .footer-heading { font-size: 1.4vw; } }

@media (max-width: 767px) { .footer-heading { font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) { .footer-heading { font-size: 16px; } }

@media (min-width: 992px) { .footer-heading.ui-small { font-size: 1vw; } }

@media (max-width: 991px) { .footer-heading.ui-small { font-size: 14px; } }

.footer-text { font-weight: 300; line-height: 1.3; color: #fff; margin-top: 5px; }

@media (min-width: 992px) { .footer-text { font-size: 1vw; } }

@media (max-width: 991px) { .footer-text { font-size: 13px; } }

.footer-contact a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.footer-contact a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: #fff; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }

.footer-contact a[href]:hover { -webkit-transform: translateX(7px); -ms-transform: translateX(7px); transform: translateX(7px); }

.footer-contact a[href]:hover::after { width: 100%; }

.footer-contact .number { font-weight: 900; color: #fff; }

@media (min-width: 992px) { .footer-contact .number { font-size: 2.13vw; } }

@media (max-width: 479px) { .footer-contact .number { font-size: 32px; } }

@media (min-width: 480px) and (max-width: 767px) { .footer-contact .number { font-size: 28px; } }

@media (min-width: 768px) and (max-width: 991px) { .footer-contact .number { font-size: 28px; } }

.footer-contact .text { color: #fff; font-weight: 300; }

@media (min-width: 992px) { .footer-contact .text { font-size: 1vw; } }

@media (max-width: 991px) { .footer-contact .text { font-size: 13px; } }

.footer-contact .text::after { right: 0; bottom: -5px; left: 0; }

@media (min-width: 992px) { .footer-contact__wrapper .item { margin-top: 2vw; } }

@media (max-width: 991px) { .footer-contact__wrapper .item { margin-top: 25px; } }

.footer-link ul li a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding-top: 4px; padding-bottom: 4px; position: relative; font-weight: 300; color: #fff; text-transform: uppercase; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 992px) { .footer-link ul li a { font-size: 1vw; } }

@media (max-width: 991px) { .footer-link ul li a { font-size: 13px; } }

.footer-link ul li a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: #fff; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }

.footer-link ul li a:hover { -webkit-transform: translateX(7px); -ms-transform: translateX(7px); transform: translateX(7px); }

.footer-link ul li a:hover::after { width: 100%; }

.footer-social { margin-top: 10px; }

@media (max-width: 479px) { .footer-social { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.footer-social a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 2px solid #fff; color: #fff; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 992px) { .footer-social a { width: 2.8vw; height: 2.8vw; font-size: 1vw; } }

@media (max-width: 991px) { .footer-social a { width: 40px; height: 40px; font-size: 18px; } }

.footer-social a:not(:last-child) { margin-right: 10px; }

.footer-social a:hover { background: #fff; color: #0c1f34; }

.footer-bottom { background: rgba(0, 0, 0, 0.15); }

.footer-bottom .footer-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 992px) { .footer-bottom .footer-wrapper { padding-block: 2vw; } }

@media (max-width: 991px) { .footer-bottom .footer-wrapper { padding-block: 25px; } }

@media (max-width: 479px) { .footer-bottom .footer-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.footer-bottom .text { font-weight: 300; color: #fff; }

@media (min-width: 992px) { .footer-bottom .text { font-size: 0.93vw; } }

@media (max-width: 991px) { .footer-bottom .text { font-size: 12px; } }

@media (max-width: 479px) { .footer-bottom .text:not(:last-child) { margin-bottom: 10px; } }

.footer-bottom .text strong { font-weight: 800; }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

.form > form > ul > li { margin-bottom: 15px; position: relative; }

.form-field.ui-selectbox .form-error { right: 50px; }

.form-field.ui-textarea .form-error { top: 15px; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.form-field .heading { color: #8aa4a5; font-size: 13px; font-weight: 700; }

.form-field .icon:not(.arrow) { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 55px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #8aa4a5; }

.form-field.is-error input, .form-field.is-error textarea, .form-field.is-error label, .form-field.is-error select { border: 2px solid red !important; }

.form-field.is-error .icon, .form-field.is-error label { color: red !important; }

.form-field input, .form-field textarea { width: 100%; height: 60px; border: 2px solid rgba(94, 120, 143, 0.1); border-radius: 8px; font-family: inherit; padding-left: 25px; padding-right: 25px; color: #7a93a9; font-size: 16px; font-weight: 500; background: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.form-field input:focus, .form-field textarea:focus { outline: 0; border: 2px solid #d4c8ba; }

@media (max-width: 479px) { .form-field input, .form-field textarea { height: 55px; padding-right: 15px; font-size: 14px; } }

.form-field input::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder { /* Edge */ color: #7a93a9; }

.form-field input:-ms-input-placeholder, .form-field textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #7a93a9; }

.form-field input::-moz-placeholder, .form-field textarea::-moz-placeholder { color: #7a93a9; }

.form-field input::-ms-input-placeholder, .form-field textarea::-ms-input-placeholder { color: #7a93a9; }

.form-field input::placeholder, .form-field textarea::placeholder { color: #7a93a9; }

.form-field textarea { padding-top: 20px; height: 140px; }

.form-field .icon.arrow { position: absolute; pointer-events: none; top: 50%; right: 25px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 14px; opacity: .5; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.form-group { position: relative; }

.form-footer { padding-left: 10px; padding-right: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; }

.form-kvkk { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.form-send > input { background: #d4c8ba; height: 60px; font-family: inherit; min-width: 250px; border: 0 none; text-align: center; border-radius: 8px; width: 100%; padding-left: 20px; padding-right: 20px; color: #fff; font-size: 16px; font-weight: 800; font-family: inherit; cursor: pointer; border: 2px solid transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; will-change: transform; }

.form-send > input:hover { -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); }

@media (max-width: 479px) { .form-send > input { min-width: 100%; } }

.form-error { position: absolute; top: 50%; right: 25px; color: red; font-size: 12px; font-weight: 500; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.form-messages { display: -webkit-box; display: -ms-flexbox; display: flex; border-radius: 8px; padding: 25px 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 16px; font-weight: 700; line-height: 1.3; }

.form-messages.ui-success { color: #3c763d; background-color: #dff0d8; border: 1px solid #d6e9c6; }

.form-messages.ui-error { color: #a94442; background-color: #f2dede; border: 1px solid #ebccd1; }

body { font-family: "Cerebri Sans", sans-serif; font-size: 16px; line-height: 1.6; font-weight: 400; color: #5e788f; letter-spacing: -0.2px; overflow-x: hidden; }

body.bg { background: #f4f6f9; }

body.is-scroll { overflow: hidden; }

.section-nav { position: fixed; z-index: 100; left: 4.16667vw; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }

@media (max-width: 991px) { .section-nav { display: none; } }

.section-nav.is-light .link { color: #fff; }

.section-nav.is-light .link::before { background: #fff; }

.section-nav.is-hidden { opacity: 0; visibility: hidden; }

.section-nav .link { font-family: "Bebas Neue", sans-serif; color: #7a93a9; font-size: 1.3vw; line-height: 1; padding-block: 0.65vw; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; -webkit-transition: color 0.5s ease 0s; -o-transition: color 0.5s ease 0s; transition: color 0.5s ease 0s; }

.section-nav .link:first-child, .section-nav .link:last-child { display: none; }

.section-nav .link::before { content: ""; position: absolute; top: 50%; left: -4.16667vw; width: 1.5625vw; height: 1px; margin-left: 1.5625vw; background: #7a93a9; -webkit-transition: width 0.3s ease 0s, margin 0.3s ease 0s, background 0.5s ease 0s; -o-transition: width 0.3s ease 0s, margin 0.3s ease 0s, background 0.5s ease 0s; transition: width 0.3s ease 0s, margin 0.3s ease 0s, background 0.5s ease 0s; }

.section-nav .link.is-active { color: #455f76; }

.section-nav .link.is-active::before { width: 3.125vw; margin-left: 0px; background: #455f76; }

.section-nav .link:hover { color: #455f76; }

.line { position: absolute; inset: 0; pointer-events: none; }

.line:not(.ui-dark) > div:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, 0.15); }

.line:not(.ui-dark).ui-border-left > div:first-child { border-left: 1px solid rgba(255, 255, 255, 0.15); }

.line.ui-dark > div:not(:last-child) { border-right: 1px solid rgba(94, 120, 143, 0.1); }

.line.ui-dark.ui-border-left > div:first-child { border-left: 1px solid rgba(94, 120, 143, 0.1); }

.line:not(.ui-equal) > div:first-child { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }

.line:not(.ui-equal) > div:last-child { -webkit-box-flex: 0; -ms-flex: 0 0 6.933333%; flex: 0 0 6.933333%; max-width: 6.933333%; }

@media (min-width: 992px) { .line.ui-hero { top: 14vh; } }

@media (max-width: 767px) { .line.ui-hero { top: 70px; } }

.line > div { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }

.small-title:not(.ui-not) { position: relative; display: block; text-transform: uppercase; line-height: 1.3; color: #8aa4a5; font-weight: 600; letter-spacing: 6.5px; }

@media (min-width: 992px) { .small-title:not(.ui-not) { font-size: 0.8vw; } }

.section-header.ui-txt-center { text-align: center; }

.section-header.ui-txt-large .title { letter-spacing: -3px; }

@media (min-width: 992px) { .section-header.ui-txt-large .title { font-size: 4.4vh; } }

.section-header.ui-txt-small .title { letter-spacing: -1px; }

@media (min-width: 992px) { .section-header.ui-txt-small .title { font-size: 1.86vh; } }

.section-header.ui-txt-light .small-title { color: rgba(255, 255, 255, 0.5); }

.section-header.ui-txt-light .title { color: #fff; }

.section-header.ui-txt-light .text { color: #fff; }

.section-header.ui-border-left:not(.ui-border-left-white) .title::before { background: -webkit-gradient(linear, left top, left bottom, from(#6abf4b), to(#d4c8ba)); background: -o-linear-gradient(#6abf4b, #d4c8ba); background: linear-gradient(#6abf4b, #d4c8ba); }

.section-header.ui-border-left.ui-border-left-white .title::before { background: #fff; }

@media (min-width: 992px) { .section-header.ui-border-left .title { padding-left: 3.33vw; } }

@media (max-width: 991px) { .section-header.ui-border-left .title { padding-left: 20px; } }

.section-header.ui-border-left .title::before { content: ""; position: absolute; left: -3px; top: 0px; width: 5px; height: 100%; }

.section-header .title { color: #455f76; font-weight: 800; letter-spacing: -2px; line-height: 1.1; position: relative; }

@media (min-width: 992px) { .section-header .title { font-size: 3.2vw; } }

@media (max-width: 479px) { .section-header .title { font-size: 28px; } }

@media (min-width: 480px) and (max-width: 767px) { .section-header .title { font-size: 36px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-header .title { font-size: 36px; } }

.section-header .title span { display: block; }

.section-header .text { line-height: 1.6; color: #7a93a9; margin-top: 10px; }

@media (min-width: 992px) { .section-header .text { font-size: 1vw; } }

.section-header.ui-services.ui-border-left .title span, .section-header.ui-about.ui-border-left .title span, .section-header.ui-news.ui-border-left .title span { display: block; color: #7a93a9; }

@media (min-width: 992px) { .section-header.ui-services.ui-border-left .title span, .section-header.ui-about.ui-border-left .title span, .section-header.ui-news.ui-border-left .title span { font-size: 2.13vw; } }

.section-header.ui-about .text { text-transform: uppercase; line-height: 1.8; }

@media (min-width: 992px) { .section-header.ui-about .text { font-size: 0.93vw; padding-left: 3.33vw; padding-right: 2.66vw; } }

.section-header.ui-values { padding-left: 0; }

@media (min-width: 992px) { .section-header.ui-values { padding-right: 2.66vw; padding-bottom: 7.33vw; } }

.section-header.ui-values .text { text-transform: uppercase; color: #5e788f; line-height: 1.9; }

@media (min-width: 992px) { .section-header.ui-values .text { font-size: 0.86vw; } }

.section-header.ui-detail-service .title { font-weight: 700; font-size: 36px; line-height: 1.3; }

@media (max-width: 479px) { .section-header.ui-detail-service .title { font-size: 32px; } }

.section-header.ui-detail-service .title span { color: #d4c8ba; }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

.hero { position: relative; z-index: 101; }

.hero-anchor { position: absolute; right: 0; bottom: 20px; left: 0; text-align: center; }

@media (max-width: 767px) { .hero-anchor { display: none; } }

.hero-anchor .btn { font-family: inherit; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #fff; font-weight: 600; }

@media (min-width: 992px) { .hero-anchor .btn { font-size: 0.86vw; } }

@media (min-width: 992px) { .hero-anchor .btn .icon { font-size: 1.33vw; } }

.hero-anchor .btn .text { margin-top: 8px; }

.main { min-height: 5000px; }

.section { height: 100vh; }

@media (max-width: 991px) { .section { height: auto; } }

@media (max-width: 991px) { .section > .row { margin-inline: auto; } }

@media (max-width: 479px) { .section > .row { max-width: calc(390px - 10px); } }

@media (min-width: 480px) and (max-width: 767px) { .section > .row { max-width: calc(600px - 10px); } }

@media (min-width: 768px) and (max-width: 991px) { .section > .row { max-width: calc(768px - 10px); } }

@media (max-width: 991px) { .section .line { display: none !important; } }

@media (min-width: 992px) { .section.ui-gutter-left > .row, .section .ui-gutter-left > .row { padding-left: 16.666667%; } }

@media (max-width: 991px) { .section.ui-gutter-left > .row, .section .ui-gutter-left > .row { padding-inline: 10px; } }

.section-wrapper__header { position: absolute; z-index: 1; -webkit-transition: opacity 0.55s ease-in-out 0s; -o-transition: opacity 0.55s ease-in-out 0s; transition: opacity 0.55s ease-in-out 0s; }

@media (min-width: 992px) { .section-wrapper__header { top: 9vh; right: 0; left: 0; } }

@media (max-width: 991px) { .section-wrapper__header { top: 60px; } }

.section-wrapper__right { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; text-align: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section-wrapper__right .link { color: #7a93a9; text-transform: uppercase; font-family: "Bebas Neue", sans-serif; letter-spacing: 2px; line-height: 1.4; text-align: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

@media (min-width: 992px) { .section-wrapper__right .link { padding-inline: 1vw; font-size: 1vw; } }

@media (max-width: 991px) { .section-wrapper__right .link { padding-block: 20px; } }

@media (max-width: 479px) { .section-wrapper__right .link { font-size: 13px; } }

@media (min-width: 480px) and (max-width: 767px) { .section-wrapper__right .link { font-size: 16px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-wrapper__right .link { font-size: 16px; } }

.section-wrapper__right .link:hover { color: #5e788f; }

.section-about { background: rgba(203, 213, 221, 0.85); position: relative; z-index: 1; }

.section-about::before { content: ""; position: absolute; inset: 0; background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(203, 213, 221, 0.85))); background: -o-linear-gradient(white, rgba(203, 213, 221, 0.85)); background: linear-gradient(white, rgba(203, 213, 221, 0.85)); }

@media (min-width: 992px) { .section-about > .row { height: 100vh; } }

.section-about__cover { overflow: hidden; position: relative; z-index: 2; }

@media (min-width: 992px) { .section-about__cover { height: 100vh; } }

@media (min-width: 768px) and (max-width: 991px) { .section-about__cover { height: 100%; } }

.section-about__cover video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-filter: grayscale(1); filter: grayscale(1); opacity: .4; }

.section-about__cover::before { content: ""; position: absolute; z-index: 1; top: 0; right: 0; left: 0; height: 100%; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(203, 213, 221, 0.7))); background: -o-linear-gradient(transparent, rgba(203, 213, 221, 0.7)); background: linear-gradient(transparent, rgba(203, 213, 221, 0.7)); }

@media (min-width: 992px) { .section-about__wrapper > .row { height: 100vh; } }

.section-about__wrapper-left { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (min-width: 992px) { .section-about__wrapper-left { padding-top: 9vh; } }

@media (max-width: 991px) { .section-about__wrapper-left { padding-top: 60px; } }

.section-about__wrapper-left .section-header { position: relative; z-index: 2; }

@media (max-width: 991px) { .section-about__list { margin-top: 30px; } }

.section-about__list ul { counter-reset: dots; }

.section-about__list ul li:not(:last-child) { border-bottom: 1px solid rgba(94, 120, 143, 0.1); }

.section-about__list ul li:first-child { border-top: 1px solid rgba(94, 120, 143, 0.1); }

.section-about__list ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #5e788f; font-family: "Bebas Neue", sans-serif; line-height: 1.15; position: relative; z-index: 1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; /*&::after { content: ""; position: absolute; @include pos-top; height: 100%; z-index: -1; background: linear-gradient(transparent, rgba(white, .15)); }*/ }

@media (min-width: 992px) { .section-about__list ul li a { height: 8.66vw; padding-inline: 2.75vw; font-size: 1.88vw; } }

@media (max-width: 991px) { .section-about__list ul li a { padding: 20px; } }

@media (max-width: 479px) { .section-about__list ul li a { font-size: 20px; } }

@media (min-width: 480px) and (max-width: 767px) { .section-about__list ul li a { font-size: 24px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-about__list ul li a { font-size: 24px; } }

.section-about__list ul li a::before { content: ""; background: #5e788f; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; width: 0; -webkit-transition: width .4s; -o-transition: width .4s; transition: width .4s; }

.section-about__list ul li a:hover { color: #fff; }

.section-about__list ul li a:hover::before { width: 100%; }

.section-about__list ul li a .number { counter-increment: dots; opacity: .4; }

@media (min-width: 992px) { .section-about__list ul li a .number { font-size: 4vw; } }

@media (max-width: 479px) { .section-about__list ul li a .number { font-size: 36px; } }

@media (min-width: 480px) and (max-width: 767px) { .section-about__list ul li a .number { font-size: 42px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-about__list ul li a .number { font-size: 42px; } }

.section-about__list ul li a .number::before { content: counter(dots, decimal-leading-zero) " "; }

.section-about__list ul li a .title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

@media (min-width: 992px) { .section-about__list ul li a .title { padding-right: 4vw; } }

@media (min-width: 992px) { .section-about__list ul li a .title { padding-left: 2.33vw; } }

@media (max-width: 991px) { .section-about__list ul li a .title { padding-left: 20px; } }

.section-services { background: #f4f6f9; overflow: hidden; }

@media (min-width: 992px) { .section-services > .row > div:first-child:hover .section-wrapper__header { opacity: 0; } }

.section-services .services { z-index: 2; }

@media (min-width: 992px) { .section-services .services { position: relative; } }

@media (max-width: 767px) { .section-services .services { margin-top: 150px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-services .services { margin-top: 170px; } }

@media (max-width: 991px) { .section-services .services .owl-services { position: inherit; } }

.section-common { background: #cbd5dd; }

.section-common.ui-values .section-common__top { border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.section-common.ui-values .section-common__top-heading { position: relative; }

@media (min-width: 992px) { .section-common.ui-values .section-common__top-heading { top: 25px; } }

@media (max-width: 767px) { .section-common.ui-values .section-common__top-heading { top: 70px; } }

@media (max-width: 991px) { .section-common.ui-values .section-common__bottom { padding-top: 120px; } }

.section-common.ui-values .section-common__bottom > .row { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; height: 100%; }

@media (min-width: 992px) { .section-common.ui-comments .section-common__top-heading { padding-left: 5vh; } }

@media (max-width: 991px) { .section-common.ui-comments .section-common__top-heading { position: relative; top: 70px; width: 65%; } }

@media (min-width: 992px) { .section-common.ui-comments .section-common__top-heading .text { padding-right: 2vh; } }

@media (max-width: 767px) { .section-common.ui-comments .section-common__bottom { padding-block: 50px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-common.ui-comments .section-common__bottom { padding-bottom: 50px; } }

.section-common.ui-comments .section-common__bottom > .row { height: 100%; }

@media (min-width: 992px) { .section-common.ui-comments .section-common__bottom .comment-card { padding-inline: 5vh; } }

@media (min-width: 992px) { .section-common > div { height: calc(100vh / 2); } }

.section-common__top { position: relative; }

.section-common__top video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-filter: grayscale(1); filter: grayscale(1); opacity: .3; }

@media (min-width: 768px) and (max-width: 991px) { .section-common__top video { height: 400px; } }

.section-common__top::before { content: ""; position: absolute; z-index: 1; top: 0; right: 0; left: 0; height: 100%; background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 213, 221, 0)), to(#cbd5dd)); background: -o-linear-gradient(rgba(203, 213, 221, 0), #cbd5dd); background: linear-gradient(rgba(203, 213, 221, 0), #cbd5dd); }

.section-common__top-heading .title { font-family: "Bebas Neue", sans-serif; color: #fff; line-height: 0.8; position: relative; left: -4px; }

@media (min-width: 992px) { .section-common__top-heading .title { font-size: 8.8vw; letter-spacing: -4px; } }

@media (max-width: 479px) { .section-common__top-heading .title { font-size: 36px; letter-spacing: -1px; } }

@media (min-width: 480px) and (max-width: 767px) { .section-common__top-heading .title { font-size: 48px; letter-spacing: -1px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-common__top-heading .title { font-size: 60px; letter-spacing: -1px; } }

.section-common__top-heading .text { font-weight: 300; line-height: 1.4; margin-top: 10px; }

@media (min-width: 992px) { .section-common__top-heading .text { font-size: 1.6vw; letter-spacing: -0.7px; } }

@media (max-width: 767px) { .section-common__top-heading .text { font-size: 14px; } }

.section-common__top-body { position: absolute; inset: 0; z-index: 2; }

.section-common__top-body > .row { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; height: 100%; }

@media (max-width: 991px) { .section-common__top-body > .row { margin-inline: auto; } }

@media (max-width: 479px) { .section-common__top-body > .row { max-width: calc(390px - 10px); } }

@media (min-width: 480px) and (max-width: 767px) { .section-common__top-body > .row { max-width: calc(600px - 10px); } }

@media (min-width: 768px) and (max-width: 991px) { .section-common__top-body > .row { max-width: calc(768px - 10px); } }

.section-common__bottom { position: relative; }

.section-common__bottom > .row { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; height: 100%; }

@media (max-width: 991px) { .section-common__bottom > .row { margin-inline: auto; } }

@media (max-width: 479px) { .section-common__bottom > .row { max-width: calc(390px - 10px); } }

@media (min-width: 480px) and (max-width: 767px) { .section-common__bottom > .row { max-width: calc(600px - 10px); } }

@media (min-width: 768px) and (max-width: 991px) { .section-common__bottom > .row { max-width: calc(768px - 10px); } }

.section-common__bottom .comments { height: 100%; position: relative; z-index: 2; }

@media (min-width: 992px) { .section-common__bottom .comments { padding-top: 9vh; padding-bottom: 9vh; } }

.section-common__bottom .comments .owl-comments { position: initial; }

.section-news { background: #f4f6f9; }

@media (min-width: 992px) { .section-news > .row { height: 100vh; } }

.section-news .news { height: 100%; position: relative; z-index: 2; }

@media (min-width: 992px) { .section-news .news { padding-top: 30vh; } }

@media (max-width: 991px) { .section-news .news { margin-top: 170px; position: initial; } }

.section-news .news .owl-news { position: initial; }

.section-news .news .owl-news .owl-item:not(.active) .item { opacity: 0; }

.section-news .news .owl-news .owl-item:not(.active) .item .news-footer .title, .section-news .news .owl-news .owl-item:not(.active) .item .news-footer .text, .section-news .news .owl-news .owl-item:not(.active) .item .news-footer .more { -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); opacity: 0; }

.section-news .news .owl-news .owl-item .item { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

@media (min-width: 992px) { .section-news .news .owl-news .owl-item .item a { padding-inline: 3.33vw; } }

.section-news .news .owl-news .owl-item .item .news-footer .title { -webkit-transition: .7s .1s; -o-transition: .7s .1s; transition: .7s .1s; }

.section-news .news .owl-news .owl-item .item .news-footer .text { -webkit-transition: .7s .3s; -o-transition: .7s .3s; transition: .7s .3s; }

.section-news .news .owl-news .owl-item .item .news-footer .more { -webkit-transition: .7s .5s; -o-transition: .7s .5s; transition: .7s .5s; }

@media (min-width: 992px) { .section-beforeafter > .row { height: 100vh; } }

@media (max-width: 767px) { .section-beforeafter__wrapper { padding-top: 60px; } }

.section-beforeafter__wrapper > .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 992px) { .section-beforeafter__header { padding-left: 5vh; } }

.section-beforeafter__header .title { font-family: "Bebas Neue", sans-serif; width: -webkit-min-content; width: -moz-min-content; width: min-content; color: rgba(122, 147, 169, 0.3); position: relative; }

@media (min-width: 992px) { .section-beforeafter__header .title { line-height: .85; letter-spacing: -5px; font-size: 12vw; left: -5px; } }

@media (max-width: 991px) { .section-beforeafter__header .title { line-height: 1; } }

@media (max-width: 479px) { .section-beforeafter__header .title { font-size: 60px; } }

@media (min-width: 480px) and (max-width: 767px) { .section-beforeafter__header .title { font-size: 96px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-beforeafter__header .title { font-size: 108px; } }

.section-beforeafter__header .text { font-weight: 300; color: #5e788f; margin-top: 17px; }

@media (min-width: 1200px) { .section-beforeafter__header .text { padding-right: 4vw; } }

@media (min-width: 992px) { .section-beforeafter__header .text { font-size: 1.6vw; letter-spacing: -1px; } }

@media (max-width: 767px) { .section-beforeafter__gallery { margin-top: 30px; } }

@media (max-width: 479px) { .section-beforeafter__gallery ul { margin-inline: -10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media (max-width: 479px) { .section-beforeafter__gallery ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

@media (min-width: 992px) { .section-beforeafter__gallery .gallery-photo { height: calc(100vh / 2); } }

@media (max-width: 767px) { .section-beforeafter__gallery .gallery-photo { height: 165px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-beforeafter__gallery .gallery-photo { height: 130px; } }

.section-comments { background: #cbd5dd; }

.section-comments > .row { height: 100vh; }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

.inner-page__header { position: relative; }

@media (max-width: 767px) { .inner-page__header > .row > div:last-child { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } }

@media (max-width: 479px) { .inner-page__header > .row > div .inner-page__photo { height: 375px; } }

.inner-page__header.ui-full-height .inner-page__photo { height: 100vh; }

@media (max-width: 479px) { .inner-page__header.ui-full-height .inner-page__photo { height: 500px; } }

@media (min-width: 480px) and (max-width: 767px) { .inner-page__header.ui-full-height .inner-page__photo { height: 600px; } }

.inner-page__header.ui-style-doctor .inner-page__photo { overflow: hidden; height: 600px; }

@media (max-width: 767px) { .inner-page__header.ui-style-doctor .inner-page__photo { height: 750px; } }

.inner-page__header.ui-style-doctor .inner-page__photo img { -webkit-filter: grayscale(1) blur(5px); filter: grayscale(1) blur(5px); -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.inner-page__photo { background: black; }

.inner-page__photo:not(.ui-large) { height: 450px; }

@media (max-width: 479px) { .inner-page__photo:not(.ui-large) { height: 375px; } }

.inner-page__photo img, .inner-page__photo video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: .85; }

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

.inner-page__heading.ui-relative { position: relative; background: #455f76; }

.inner-page__heading.ui-relative .container { padding-top: 175px; padding-bottom: 75px; }

@media (max-width: 767px) { .inner-page__heading.ui-relative .container { padding-top: 120px; padding-bottom: 60px; } }

.inner-page__heading.ui-relative.ui-style-news { height: 14vh; }

@media (max-width: 767px) { .inner-page__heading.ui-relative.ui-style-news { height: 70px; } }

.inner-page__heading.ui-style-right { background-color: #455f76; }

@media (max-width: 767px) { .inner-page__heading.ui-style-right { background-color: rgba(69, 95, 118, 0.5); position: relative; padding-top: 70px !important; height: 100%; } }

.inner-page__heading:not(.ui-relative) { padding-top: 14vh; }

@media (max-width: 767px) { .inner-page__heading:not(.ui-relative) { padding-top: 70px; } }

.inner-page__heading:not(.ui-relative) .title { text-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.inner-page__heading:not(.ui-relative) .text { text-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }

.inner-page__heading-container { position: relative; }

.inner-page__heading-container > div:first-child { height: 100%; }

@media (min-width: 992px) { .inner-page__heading-container .title { font-size: 9.57vw; letter-spacing: -4px; padding-top: 8vw; } }

@media (max-width: 479px) { .inner-page__heading-container .title { font-size: 48px; padding-top: 40px; } }

@media (min-width: 480px) and (max-width: 767px) { .inner-page__heading-container .title { font-size: 72px; padding-top: 50px; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__heading-container .title { font-size: 84px; padding-top: 50px; } }

.inner-page__heading-container .text { letter-spacing: -0.7px; }

@media (min-width: 992px) { .inner-page__heading-container .text { font-size: 1.6vw; } }

@media (max-width: 479px) { .inner-page__heading-container .text { font-size: 14px; } }

.inner-page__heading-sub { position: absolute; right: 0; bottom: 0; left: 0; padding-left: 10px; padding-right: 10px; }

@media (min-width: 992px) { .inner-page__heading-sub { padding-bottom: 5vw; } }

@media (max-width: 991px) { .inner-page__heading-sub { padding-bottom: 30px; } }

.inner-page__heading-sub > .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.inner-page__heading-sub .item { color: #fff; text-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }

.inner-page__heading-sub .item .heading { font-size: 20px; font-weight: 900; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 479px) { .inner-page__heading-sub .item .heading { font-size: 18px; } }

.inner-page__heading-sub .item .heading::after { content: ""; height: 1px; background: #fff; width: 250px; margin-left: 30px; }

@media (max-width: 479px) { .inner-page__heading-sub .item .heading::after { width: 150px; margin-left: 20px; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__heading-sub .item .heading::after { width: 150px; margin-left: 20px; } }

.inner-page__heading-sub .item .desc { font-weight: 600; letter-spacing: -0.5px; font-size: 18px; }

@media (max-width: 479px) { .inner-page__heading-sub .item .desc { font-size: 14px; } }

@media (max-width: 767px) { .inner-page__heading-sub .item .desc { margin-top: 10px; } }

.inner-page__heading-right { height: 100%; text-align: right; padding-right: 10.5vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 767px) { .inner-page__heading-right { padding-left: 10px; padding-right: 10px; text-align: center; margin-left: auto; margin-right: auto; } }

@media (max-width: 479px) { .inner-page__heading-right { max-width: 390px; } }

@media (min-width: 480px) and (max-width: 767px) { .inner-page__heading-right { max-width: 600px; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__heading-right { padding-right: 2.5vw; } }

.inner-page__heading-right > .title { color: #fff; font-family: "Bebas Neue", sans-serif; line-height: 1; font-size: 78px; max-width: 600px; }

@media (max-width: 479px) { .inner-page__heading-right > .title { font-size: 60px; } }

.inner-page__heading-right > .text { color: #fff; font-size: 16px; letter-spacing: -0.5px; line-height: 1.6; max-width: 600px; margin: 10px auto 0; }

@media (max-width: 479px) { .inner-page__heading-right > .text { font-size: 14px; } }

.inner-page__heading-right .title, .inner-page__heading-right .text { text-shadow: none !important; }

.inner-page__heading-right .content-triangle { position: absolute; top: 0; left: -175px; width: 0; height: 0; border-style: solid; border-width: 0 0 450px 175px; border-color: transparent transparent #455f76 transparent; }

.inner-page__heading .container { height: 100%; }

.inner-page__heading .container:not(.ui-no-center) { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.inner-page__heading .container > .title { color: #fff; font-family: "Bebas Neue", sans-serif; line-height: 1; }

.inner-page__heading .container > .title:not(.ui-not) { font-size: 72px; max-width: 600px; }

@media (max-width: 479px) { .inner-page__heading .container > .title:not(.ui-not) { font-size: 48px; } }

.inner-page__heading .container > .text { color: #fff; }

.inner-page__heading .container > .text:not(.ui-not) { font-size: 16px; letter-spacing: -0.5px; line-height: 1.6; max-width: 550px; margin: 5px auto 0; }

@media (max-width: 479px) { .inner-page__heading .container > .text:not(.ui-not) { font-size: 14px; } }

@media (min-width: 480px) and (max-width: 767px) { .inner-page__heading .container > .text:not(.ui-not) { font-size: 16px; } }

.inner-page__nav { border-bottom: 1px solid rgba(0, 0, 0, 0.08); background: #fff; }

.inner-page__nav.ui-pos-sticky { z-index: 50; top: 0; }

.inner-page__nav ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 767px) { .inner-page__nav ul { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; overflow-y: auto; } }

@media (min-width: 600px) and (max-width: 767px) { .inner-page__nav ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.inner-page__nav ul li { padding-left: 15px; padding-right: 15px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

.inner-page__nav ul li.heading a { font-weight: 800; color: #0c1f34; }

.inner-page__nav ul li:not(.heading):hover a, .inner-page__nav ul li:not(.heading).is-current a { color: #5e788f; }

.inner-page__nav ul li:not(.heading):hover a::after, .inner-page__nav ul li:not(.heading).is-current a::after { width: 100%; }

.inner-page__nav ul li a { height: 70px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(94, 120, 143, 0.6); font-size: 16px; font-weight: 600; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.inner-page__nav ul li a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: #8aa4a5; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }

.inner-page__wrapper { padding-top: 70px; padding-bottom: 90px; background: rgba(244, 246, 249, 0.5); }

@media (max-width: 767px) { .inner-page__wrapper { padding-top: 30px; } }

.inner-page__wrapper.ui-mb-0 { margin-bottom: 0; }

.inner-page__wrapper.ui-mt-0 { margin-top: 0; }

.inner-page__wrapper.ui-mv-0 { margin-top: 0; margin-bottom: 0; }

@media (max-width: 767px) { .inner-page__row { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } }

@media (min-width: 1200px) { .inner-page__row > div { padding-left: 20px; padding-right: 20px; } }

@media (max-width: 1199px) { .inner-page__row > div { padding-left: 10px; padding-right: 10px; } }

@media (min-width: 1200px) { .inner-page__row.ui-gutter-15 > div { padding-left: 15px; padding-right: 15px; } }

@media (max-width: 1199px) { .inner-page__row.ui-gutter-15 > div { padding-left: 10px; padding-right: 10px; } }

.inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 71%; flex: 0 0 71%; max-width: 71%; }

@media (max-width: 767px) { .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 62%; flex: 0 0 62%; max-width: 62%; } }

@media (min-width: 992px) and (max-width: 1199px) { .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 67%; flex: 0 0 67%; max-width: 67%; } }

.inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 71%); flex: 0 0 calc(100% - 71%); max-width: calc(100% - 71%); }

@media (max-width: 767px) { .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 62%); flex: 0 0 calc(100% - 62%); max-width: calc(100% - 62%); } }

@media (min-width: 992px) and (max-width: 1199px) { .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 67%); flex: 0 0 calc(100% - 67%); max-width: calc(100% - 67%); } }

.inner-page__sidebar > div:not(:last-child) { margin-bottom: 20px; }

.inner-page__content:not(.ui-no-height) { min-height: 700px; }

.inner-page__content.ui-content-news, .inner-page__content.ui-content-comments { padding: 4.5vw; }

.page-content__header { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; margin-top: 35px; }

@media (max-width: 991px) { .page-content__header { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

.page-content__header .title { color: #455f76; font-size: 32px; letter-spacing: -1.5px; font-weight: 700; line-height: 1.3; }

.page-content__header .date { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #5e788f; font-size: 13px; margin-left: 50px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

@media (max-width: 991px) { .page-content__header .date { margin-top: 10px; margin-left: 0; } }

.page-content__header .date .icon { margin-right: 5px; font-size: 13px; color: rgba(94, 120, 143, 0.5); }

.page-content__heading { color: #455f76; font-size: 24px; font-family: "Bebas Neue", sans-serif; margin-bottom: 5px; line-height: 1; }

.page-content__heading.ui-color-1 { color: #8aa4a5; }

.page-content__heading.ui-color-2 { color: #d4c8ba; }

.page-content__photo { overflow: hidden; height: 300px; float: left; margin-right: 30px; margin-bottom: 30px; width: 50%; position: relative; }

@media (min-width: 768px) and (max-width: 991px) { .page-content__photo { margin-left: 0; width: 100%; float: none; } }

@media (max-width: 767px) { .page-content__photo { height: auto !important; margin-right: 0; float: none; width: 100%; margin-bottom: 30px; } }

.page-content__photo.ui-small, .page-content__photo.ui-large { width: 100%; float: inherit; margin-right: 0; }

.page-content__photo.ui-small { height: 175px; margin-bottom: 0; }

.page-content__photo.ui-large { height: 450px; }

@media (min-width: 768px) and (max-width: 991px) { .page-content__photo.ui-large { height: 250px; } }

.page-content__photo.ui-auto { height: auto; }

.page-content__photo img { width: 100%; height: 100%; overflow: hidden; -o-object-fit: cover; object-fit: cover; }

.page-content__spot { margin-bottom: 20px; font-size: 20px; color: #0c1f34; font-weight: 600; letter-spacing: -0.5px; }

.page-content__description { color: #5e788f !important; font-size: 16px !important; font-weight: 300; line-height: 1.7 !important; font-family: "Cerebri Sans", sans-serif !important; }

.page-content__description * { color: #5e788f !important; font-size: 16px !important; line-height: 1.7 !important; font-family: "Cerebri Sans", sans-serif !important; }

.page-content__description.ui-txt-center { text-align: center; }

.page-content__description a { color: #55acef; font-weight: 600; }

.page-content__description a:hover { text-decoration: underline; }

.page-content__description h3 { font-weight: 700; font-size: 24px; letter-spacing: -1px; }

.page-content__description h5 { font-weight: 700; font-size: 14px; }

.page-content__description > p { margin-bottom: 30px; }

.page-content__description a { color: #55acef; font-weight: 600; }

.page-content__description a:hover { text-decoration: underline; }

.page-content__description strong { font-weight: 800; }

.page-content__description img { max-width: 100%; }

.page-content__description ul, .page-content__description ol { padding-left: 20px; }

.page-content__description ul li { list-style: disc; }

.page-content__description ol li { list-style: decimal; }

.page-content__description table { width: 100% !important; border: 1px solid rgba(0, 0, 0, 0.08) !important; margin-bottom: 30px; }

.page-content__description table tbody tr { border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important; }

.page-content__description table tbody tr td, .page-content__description table tbody tr th { padding: 10px 20px !important; border-right: 1px solid rgba(0, 0, 0, 0.08) !important; line-height: 1.5; }

.page-content__description table tbody tr td:last-child, .page-content__description table tbody tr th:last-child { border-right: 0 none !important; }

.page-content__gallery { display: inline-block; width: 100%; margin-top: 50px; }

@media (max-width: 479px) { .page-content__gallery ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

@media (max-width: 767px) { .page-content__gallery ul li { margin-bottom: 20px; } }

.page-content__other { display: inline-block; width: 100%; margin-top: 50px; }

@media (min-width: 992px) { .page-content__other .serviceV2-overlay { padding: 30px 40px; }
  .page-content__other .serviceV2-overlay .title { font-size: 42px; }
  .page-content__other .serviceV2-footer { padding: 35px 40px; }
  .page-content__other .serviceV2-photo { height: 275px; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__other .serviceV2-overlay { padding: 20px 30px; }
  .page-content__other .serviceV2-overlay .title { font-size: 36px; }
  .page-content__other .serviceV2-overlay .number { font-size: 60px; top: 30px; right: 25px; }
  .page-content__other .serviceV2-footer { padding: 20px; }
  .page-content__other .serviceV2-photo { height: 250px; } }

.page-content__item { background: #fff; -webkit-box-shadow: 0 20px 30px rgba(94, 120, 143, 0.1); box-shadow: 0 20px 30px rgba(94, 120, 143, 0.1); padding: 40px; }

@media (max-width: 479px) { .page-content__item { padding: 25px; } }

.page-content__item:not(:last-child) { margin-bottom: 40px; }

.page-content__item[id*="sosyal-medya-bilgileri-"] { display: none; }

.page-content__item-header { display: -webkit-box; display: -ms-flexbox; display: flex; height: 70px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #455f76; background-color: #f4f6f9; padding-left: 25px; padding-right: 25px; }

.page-content__item-header .icon { margin-right: 15px; font-size: 22px; }

@media (max-width: 479px) { .page-content__item-header .icon { font-size: 18px; } }

.page-content__item-header .title { font-size: 28px; line-height: 1; font-family: "Bebas Neue", sans-serif; }

@media (max-width: 479px) { .page-content__item-header .title { font-size: 24px; } }

.page-content__item .page-content__description { padding-top: 20px; padding-bottom: 0; }

.page-content__item .page-content__description:empty { padding-top: 0; padding-bottom: 0; }

@media (min-width: 992px) { .page-content__item .page-content__description ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media (min-width: 992px) { .page-content__item .page-content__description ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

.page-content__cards { margin-top: 80px; }

@media (max-width: 767px) { .page-content__cards { margin-top: 0; } }

.page-content__cards.ui-contact { margin-top: 0; margin-bottom: 0; }

.page-content__cards.ui-contact .card { height: 385px; }

.page-content__cards.ui-contact .card .text { height: 70px; font-size: 14px; }

@media (max-width: 767px) { .page-content__cards ul li { margin-bottom: 30px; } }

.page-content__cards .card { height: 410px; -webkit-box-shadow: 0 30px 35px rgba(94, 120, 143, 0.1); box-shadow: 0 30px 35px rgba(94, 120, 143, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; padding-left: 50px; padding-right: 50px; padding-bottom: 50px; }

@media (max-width: 479px) { .page-content__cards .card { padding-left: 30px; padding-right: 30px; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card { padding-left: 25px; padding-right: 25px; height: 350px; } }

@media (min-width: 992px) and (max-width: 1199px) { .page-content__cards .card { padding-left: 30px; padding-right: 30px; } }

.page-content__cards .card:hover > .icon { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }

.page-content__cards .card:hover > .icon::after { -webkit-transform: translateY(10px) scale(0.75); -ms-transform: translateY(10px) scale(0.75); transform: translateY(10px) scale(0.75); }

.page-content__cards .card .title { color: #0c1f34; font-family: "Bebas Neue", sans-serif; font-size: 28px; line-height: 1.4; }

.page-content__cards .card > .icon { color: #d4c8ba; font-size: 72px; margin-top: 25px; margin-bottom: 50px; position: relative; -webkit-transition: -webkit-transform 0.35s; transition: -webkit-transform 0.35s; -o-transition: transform 0.35s; transition: transform 0.35s; transition: transform 0.35s, -webkit-transform 0.35s; -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); -o-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card > .icon { font-size: 54px; } }

.page-content__cards .card > .icon::after { position: absolute; height: 8px; width: 66px; content: ""; bottom: -25px; left: 50%; margin-left: -33px; background: rgba(0, 0, 0, 0.06); z-index: -1; border-radius: 100%; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform .35s; transition: -webkit-transform .35s; -o-transition: transform .35s; transition: transform .35s; transition: transform .35s, -webkit-transform .35s; -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); -o-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); }

.page-content__cards .card .text { font-size: 16px; font-weight: 500; color: #7a93a9; line-height: 1.5; }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card .text { font-size: 13px; } }

.page-content__cards .card .btn-wrapper { position: absolute; right: 0; bottom: 40px; left: 0; }

.page-content__cards .card .btn-wrapper a { color: #d4c8ba; font-size: 13px; font-weight: 600; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 1; }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card .btn-wrapper a { font-size: 13px; } }

.page-content__cards .card .btn-wrapper a::after { content: ""; position: absolute; right: -10px; bottom: 0; left: -10px; background: #8aa4a5; z-index: -1; height: 0; -webkit-transition: height .3s; -o-transition: height .3s; transition: height .3s; }

.page-content__cards .card .btn-wrapper a:hover { color: #fff; }

.page-content__cards .card .btn-wrapper a:hover::after { height: 100%; }

.page-content__cards .card .btn-wrapper a .icon { font-size: 12px; margin-left: 10px; }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card .btn-wrapper a .icon { font-size: 13px; } }

.page-content__information { margin-top: 70px; }

.page-content__information ul li:not(:last-child) { border-bottom: 1px solid rgba(122, 147, 169, 0.15); margin-bottom: 50px; padding-bottom: 50px; }

.page-content__information .heading .icon { color: rgba(122, 147, 169, 0.3); font-size: 60px; }

.page-content__information .heading .icon .fa-secondary { opacity: .5; }

.page-content__information .heading .desc { padding-left: 20px; line-height: 1.2; }

.page-content__information .heading .desc .small-title { color: #d4c8ba; font-size: 16px; font-weight: 700; }

.page-content__information .heading .desc .title { color: #8aa4a5; font-size: 36px; letter-spacing: -2px; font-weight: 700; }

@media (min-width: 1200px) { .page-content__information .content { padding-left: 50px; } }

@media (max-width: 1199px) { .page-content__information .content { padding-top: 50px; } }

.sidebar-header { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid rgba(94, 120, 143, 0.08); padding-bottom: 10px; margin-bottom: 20px; }

.sidebar-header .link { text-transform: uppercase; color: rgba(122, 147, 169, 0.5); font-size: 12px; }

.sidebar-header .link:hover { color: #7a93a9; }

.sidebar-nav { margin-top: -1px; border: 1px solid #eaedf0; }

@media (max-width: 479px) { .sidebar-nav { margin-top: 20px; } }

.sidebar-nav ul li:first-child a { border-radius: 8px 8px 0 0; }

.sidebar-nav ul li:last-child a { border-radius: 0 0 8px 8px; }

.sidebar-nav ul li:not(:last-child) { border-bottom: 1px solid rgba(94, 120, 143, 0.1); }

.sidebar-nav ul li:hover a, .sidebar-nav ul li.is-current a { color: #fff; }

.sidebar-nav ul li:hover a::before, .sidebar-nav ul li.is-current a::before { width: 100%; }

.sidebar-nav ul li a { color: #5e788f; font-family: "Bebas Neue", sans-serif; font-size: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 1; padding: 18px 30px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.sidebar-nav ul li a::after { content: ""; position: absolute; top: 50%; right: 30px; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 12px; height: 12px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; opacity: .3; }

.sidebar-nav ul li a::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; width: 0; background-color: rgba(122, 147, 169, 0.7); -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }

.sidebar-box { padding: 50px; }

@media (min-width: 768px) and (max-width: 991px) { .sidebar-box { padding: 40px; } }

.sidebar-box:not(.ui-light) { background: #5e788f; }

.sidebar-box:not(.ui-light) .heading { color: #f4f6f9; }

.sidebar-box:not(.ui-light) .text { color: #fff; }

.sidebar-box.ui-light { border: 5px solid #fff; }

.sidebar-box .heading { font-family: "Bebas Neue", sans-serif; font-size: 66px; line-height: 0.9; letter-spacing: -2px; margin-left: -5px; }

@media (min-width: 768px) and (max-width: 991px) { .sidebar-box .heading { font-size: 48px; } }

.sidebar-box .text { font-size: 14px; font-weight: 300; line-height: 1.5; margin-top: 15px; }

@media (min-width: 768px) and (max-width: 991px) { .sidebar-box .text { font-size: 13px; } }

.sidebar-box .buttons-container { margin-top: 30px; }

.sidebar-box .number { font-weight: 900; color: rgba(122, 147, 169, 0.8); font-size: 28px; margin-top: 15px; display: block; }

@media (max-width: 479px) { .sidebar-box .number { font-size: 24px; } }

@media (min-width: 768px) and (max-width: 991px) { .sidebar-box .number { font-size: 24px; } }

.sidebar-box .number:hover { color: #7a93a9; }

.sidebar-information { background-color: #fff; padding: 40px; -webkit-box-shadow: 0 20px 30px rgba(94, 120, 143, 0.1); box-shadow: 0 20px 30px rgba(94, 120, 143, 0.1); }

@media (min-width: 768px) and (max-width: 991px) { .sidebar-information { padding: 30px; } }

.sidebar-information ul li:not(:last-child) { margin-bottom: 10px; }

.sidebar-information .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.sidebar-information .item .icon { width: 60px; height: 60px; font-size: 24px; background: rgba(122, 147, 169, 0.5); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; }

@media (min-width: 768px) and (max-width: 991px) { .sidebar-information .item .icon { width: 50px; height: 50px; font-size: 20px; } }

.sidebar-information .item .desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 20px; }

.sidebar-information .item .desc .heading { color: #5e788f; font-family: "Bebas Neue", sans-serif; font-size: 18px; line-height: 1.1; }

.sidebar-information .item .desc .text { display: block; color: #7a93a9; font-size: 13px; line-height: 1.3; margin-top: 5px; }

.sidebar-news { background-color: #fff; -webkit-box-shadow: 0 20px 30px rgba(94, 120, 143, 0.1); box-shadow: 0 20px 30px rgba(94, 120, 143, 0.1); padding: 30px; }

.sidebar-news ul li:not(:last-child) { margin-bottom: 20px; }

.sidebar-news .item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.sidebar-news .item:hover .photo img { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }

.sidebar-news .item:hover .description .title { color: #d4c8ba; }

.sidebar-news .item-left { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 130px; flex: 0 0 130px; max-width: 130px; }

@media (max-width: 479px) { .sidebar-news .item-left { -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; max-width: 100px; } }

@media (min-width: 768px) and (max-width: 991px) { .sidebar-news .item-left { -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; max-width: 100px; } }

.sidebar-news .photo { overflow: hidden; width: 100%; height: 90px; }

.sidebar-news .photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1); transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1); -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1); transition: 1s transform cubic-bezier(0, 0, 0.2, 1); transition: 1s transform cubic-bezier(0, 0, 0.2, 1), 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1); }

.sidebar-news .description { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 130px); flex: 0 0 calc(100% - 130px); max-width: calc(100% - 130px); padding-left: 20px; }

@media (max-width: 479px) { .sidebar-news .description { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 100px); flex: 0 0 calc(100% - 100px); max-width: calc(100% - 100px); } }

@media (min-width: 768px) and (max-width: 991px) { .sidebar-news .description { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 100px); flex: 0 0 calc(100% - 100px); max-width: calc(100% - 100px); padding-left: 13px; } }

.sidebar-news .description .title { color: #5e788f; font-size: 16px; line-height: 1.25; font-weight: 700; letter-spacing: -0.5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.sidebar-news .description .date { color: rgba(122, 147, 169, 0.6); font-size: 11px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.sidebar-news .description .date .icon { font-size: 11px; margin-right: 5px; }

.sidebar-services { margin-top: 40px; }

.contact-item .container { padding-top: 70px; }

.contact-map { background: #fff; padding: 20px; border-radius: 11px; -webkit-box-shadow: 0 5px 35px rgba(94, 120, 143, 0.1); box-shadow: 0 5px 35px rgba(94, 120, 143, 0.1); margin-top: 30px; }

.contact-map iframe { width: 100%; height: 550px; }

@media (max-width: 479px) { .contact-map iframe { height: 400px; } }

.contact-form__left .photo { height: 680px; border-radius: 11px 0 0 11px; overflow: hidden; }

@media (max-width: 767px) { .contact-form__left .photo { height: auto; border-radius: 11px 11px 0 0; } }

.contact-form__left .photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.contact-form__right { background: #fff; -webkit-box-shadow: 0 5px 35px rgba(94, 120, 143, 0.1); box-shadow: 0 5px 35px rgba(94, 120, 143, 0.1); border-radius: 0 11px 11px 0; height: 100%; padding: 65px 75px; }

@media (max-width: 767px) { .contact-form__right { padding: 30px; border-radius: 0 0 11px 11px; } }

@media (min-width: 768px) and (max-width: 991px) { .contact-form__right { padding: 50px; } }

@media (min-width: 992px) and (max-width: 1199px) { .contact-form__right { padding: 60px; } }

.section-about01 .container { padding-top: 80px; padding-bottom: 80px; }

@media (max-width: 767px) { .section-about01 .container { padding-top: 40px; padding-bottom: 50px; } }

.section-about01-sticky { position: sticky; top: 40px; }

.section-about01-cover { height: 275px; }

.section-about01-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.section-about01-heading { padding-left: 50px; margin-top: -140px; position: relative; }

@media (max-width: 479px) { .section-about01-heading { padding-left: 20px; margin-top: -84px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-about01-heading { padding-left: 20px; margin-top: -101px; } }

.section-about01-heading .title { font-family: "Bebas Neue", sans-serif; width: -webkit-min-content; width: -moz-min-content; width: min-content; color: rgba(122, 147, 169, 0.3); font-size: 200px; line-height: 0.8; }

@media (max-width: 479px) { .section-about01-heading .title { font-size: 120px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-about01-heading .title { font-size: 144px; } }

.section-about01-heading .title span:first-child { color: #f4f6f9; }

.section-about01-heading .text { width: -webkit-min-content; width: -moz-min-content; width: min-content; position: absolute; right: 0; bottom: 20px; text-align: right; color: #455f76; font-weight: 900; font-size: 18px; line-height: 1.4; }

@media (max-width: 479px) { .section-about01-heading .text { font-size: 13px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-about01-heading .text { font-size: 16px; } }

.section-about01-heading .text .icon { position: absolute; color: rgba(122, 147, 169, 0.1); font-size: 36px; }

@media (max-width: 991px) { .section-about01-heading .text .icon { display: none; } }

.section-about01-heading .text .icon.ui-left { top: -25px; left: -60px; }

.section-about01-heading .text .icon.ui-right { bottom: -25px; right: -60px; }

@media (min-width: 1200px) { .section-about01-desc { padding-left: 75px; } }

@media (max-width: 767px) { .section-about01-desc { padding-top: 30px; } }

.section-about01-list ul li:not(:last-child) { border-bottom: 1px solid rgba(212, 200, 186, 0.4); }

.section-about01-list ul li .item { -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 40px; padding-bottom: 40px; }

.section-about01-list ul li .item .number { color: #d4c8ba; font-size: 108px; line-height: .8; font-family: "Bebas Neue", sans-serif; }

@media (min-width: 768px) and (max-width: 991px) { .section-about01-list ul li .item .number { font-size: 72px; } }

.section-about01-list ul li .item .title { color: #455f76; font-size: 20px; font-weight: 600; letter-spacing: -0.5px; }

@media (min-width: 768px) and (max-width: 991px) { .section-about01-list ul li .item .title { font-size: 18px; } }

.section-about02 .container { padding-top: 100px; padding-bottom: 50px; }

@media (max-width: 767px) { .section-about02 .container { padding-top: 50px; padding-bottom: 0; } }

.section-about02 .container > .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section-about02-cover { height: 650px; position: relative; z-index: 1; }

@media (max-width: 479px) { .section-about02-cover { height: 400px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-about02-cover { height: 550px; } }

.section-about02-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.section-about02-heading { position: absolute; bottom: -15px; left: 42px; z-index: 1; }

.section-about02-heading .title { width: -webkit-min-content; width: -moz-min-content; width: min-content; font-family: "Bebas Neue", sans-serif; font-size: 150px; line-height: 0.75; color: #f4f6f9; }

@media (max-width: 479px) { .section-about02-heading .title { font-size: 96px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-about02-heading .title { font-size: 120px; } }

.before-after ul li { margin-bottom: 40px; }

.before-after ul li a { display: block; position: relative; }

.before-after ul li a:hover .desc { background-color: #5e788f; }

.before-after ul li a:hover .desc .title { color: #fff; }

.before-after .photo { height: 275px; overflow: hidden; }

.before-after .photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.before-after .desc { background-color: #fff; -webkit-box-shadow: 0 20px 30px rgba(94, 120, 143, 0.1); box-shadow: 0 20px 30px rgba(94, 120, 143, 0.1); padding: 20px 30px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.before-after .desc .title { color: #5e788f; font-size: 16px; font-weight: 700; }

@media (max-width: 767px) { .services-detail__hero { text-align: center; } }

.services-detail__hero .container { padding-top: 90px; padding-bottom: 140px; }

@media (max-width: 479px) { .services-detail__hero .container { padding-top: 60px; padding-bottom: 60px; } }

.services-detail__hero-cover { height: 500px; position: sticky; top: 50px; z-index: 1; }

@media (max-width: 767px) { .services-detail__hero-cover { height: auto; } }

@media (min-width: 768px) { .services-detail__hero-cover::before { content: ""; position: absolute; z-index: -1; background-color: #d4c8ba; top: 40px; left: -40px; right: 40px; bottom: -40px; } }

.services-detail__hero-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.services-detail__hero-title .title { font-family: "Bebas Neue", sans-serif; color: rgba(122, 147, 169, 0.3); font-size: 96px; line-height: 0.9; }

@media (max-width: 479px) { .services-detail__hero-title .title { font-size: 72px; } }

.services-detail__hero-desc { margin-top: 20px; }

.services-detail__hero-desc .buttons-container { margin-top: 40px; }

.services-detail__info { border-bottom: 1px solid rgba(94, 120, 143, 0.1); }

.services-detail__info .container { padding-top: 60px; padding-bottom: 90px; }

@media (max-width: 479px) { .services-detail__info .container { padding-bottom: 60px; } }

.services-detail__info-list.ui-style-1 ul li { margin-bottom: 40px; }

.services-detail__info-list.ui-style-1 .item { border: 1px solid rgba(94, 120, 143, 0.1); padding: 35px 50px; height: 100%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (max-width: 767px) { .services-detail__info-list.ui-style-1 .item { text-align: center; } }

@media (max-width: 479px) { .services-detail__info-list.ui-style-1 .item { padding: 30px 40px; } }

.services-detail__info-list.ui-style-1 .item:hover { background: #fff; -webkit-box-shadow: 0 0 30px rgba(69, 95, 118, 0.11); box-shadow: 0 0 30px rgba(69, 95, 118, 0.11); }

.services-detail__info-list.ui-style-1 .item .number:before { font-size: 48px; }

@media (max-width: 767px) { .services-detail__info-list:not(.ui-style-1) ul li { text-align: center; }
  .services-detail__info-list:not(.ui-style-1) ul li:not(:last-child) { margin-bottom: 40px; } }

.services-detail__info-list ul { counter-reset: dots; }

.services-detail__info-list .item .number::before { content: counter(dots, decimal-leading-zero) " "; counter-increment: dots; font-size: 96px; font-family: "Bebas Neue", sans-serif; line-height: 1; color: rgba(122, 147, 169, 0.5); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.services-detail__info-list .item .title { color: #0c1f34; font-size: 18px; font-weight: 700; line-height: 1.3; margin-top: 15px; margin-bottom: 15px; }

.services-detail__info-list .item .text { font-size: 14px; }

.services-detail__guarantees .container { padding-bottom: 50px; }

.services-detail__sss { background-color: #fff; min-height: 500px; }

.services-detail__sss .container { padding-top: 70px; padding-bottom: 70px; }

.services-detail__sss .accordion { max-width: 700px; margin: 40px auto 0; width: 100%; }

.detail-doctor__header .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.detail-doctor__header .container > .row { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.detail-doctor__right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 70px; }

@media (max-width: 767px) { .detail-doctor__right { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; padding-bottom: 40px; } }

@media (max-width: 991px) { .detail-doctor__right { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

@media (min-width: 768px) and (max-width: 991px) { .detail-doctor__right { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

.detail-doctor__photo { height: 350px; overflow: hidden; -webkit-box-shadow: 0 -30px 50px 0px rgba(12, 31, 52, 0.2); box-shadow: 0 -30px 50px 0px rgba(12, 31, 52, 0.2); }

@media (min-width: 480px) and (max-width: 767px) { .detail-doctor__photo { width: 300px; margin-left: auto; margin-right: auto; height: 300px; } }

.detail-doctor__photo img, .detail-doctor__photo video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

@media (min-width: 768px) { .detail-doctor__description { padding-top: 45px; max-width: 600px; } }

@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) { .detail-doctor__description { max-width: 500px; } }

@media (min-width: 992px) { .detail-doctor__description { padding-left: 25px; } }

.detail-doctor__description .title { color: #fff; font-size: 84px; line-height: 1; margin-top: 5px; font-family: "Bebas Neue", sans-serif; }

@media (max-width: 767px) { .detail-doctor__description .title { font-size: 60px; } }

.detail-doctor__description .rank { color: #fff; font-size: 20px; font-weight: 700; line-height: 1.3; }

@media (max-width: 767px) { .detail-doctor__description .rank { font-size: 18px; } }

@media (max-width: 991px) { .detail-doctor__social { margin-top: 20px; } }

.detail-doctor__social a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; color: #fff; border: 1px solid #fff; font-size: 14px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.detail-doctor__social a:hover { -webkit-transform: translateY(-3px); -ms-transform: translateY(-3px); transform: translateY(-3px); }

.detail-doctor__photos { background: rgba(244, 246, 249, 0.5); }

.detail-doctor__photos .container { padding-top: 50px; }

.detail-doctor__photos .section-header + .row { margin-top: 30px; }

@media (min-width: 768px) { .detail-doctor__photos ul li { margin-bottom: 20px; }
  .detail-doctor__photos ul li:nth-last-child(-n+2) { margin-bottom: 0; } }

@media (max-width: 767px) { .detail-doctor__photos ul li { margin-bottom: 10px; } }

.detail-doctor__photos ul li a { display: block; position: relative; }

@media (min-width: 480px) and (max-width: 767px) { .detail-doctor__photos ul li > ul > li { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; } }

@media (min-width: 768px) { .detail-doctor__photos .photo:not(.ui-small) { height: 450px; }
  .detail-doctor__photos .photo.ui-small { height: calc(430px / 2); } }

@media (max-width: 479px) { .detail-doctor__photos .photo { height: auto; } }

.detail-doctor__photos .photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.detail-doctor__desc { background: rgba(244, 246, 249, 0.5); }

.detail-doctor__desc .container { padding-top: 50px; }

@media (max-width: 479px) { .detail-doctor__desc .container { padding-top: 20px; } }

.detail-doctor__desc .page-content__description { text-align: center; position: relative; }

@media (min-width: 1200px) { .detail-doctor__desc .page-content__description { padding-left: 175px; padding-right: 175px; } }

.detail-doctor__desc .page-content__description:not(.is-active) { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }

.detail-doctor__desc .page-content__description:not(.is-active)::after { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 100%; background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fafafc)); background-image: -o-linear-gradient(transparent, #fafafc); background-image: linear-gradient(transparent, #fafafc); }

.detail-doctor__desc .page-content__description-more { text-align: center; margin-top: 30px; }

.detail-doctor__desc .page-content__description-more.is-active button::before { content: "Daha az göster"; }

.detail-doctor__desc .page-content__description-more button { color: #455f76; font-size: 18px; font-weight: 800; }

.detail-doctor__desc .page-content__description-more button::before { content: "Daha fazla göster"; }

@media (min-width: 768px) { .detail-doctor__wrapper .inner-page__row { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }

.detail-doctor__wrapper .inner-page__sidebar .sidebar-nav { border-top: 1px solid rgba(94, 120, 143, 0.1); }

.detail-doctor__photos-gallery { margin-top: 30px; }

@media (max-width: 479px) { .detail-doctor__photos-gallery ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; } }

.detail-doctor__photos-gallery ul li { margin-bottom: 10px; }

@media (max-width: 479px) { .detail-doctor__photos-gallery ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-left: 10px; padding-right: 10px; } }

.detail-doctor__photos-gallery ul li a { display: block; position: relative; }

.detail-doctor__photos-gallery .photo { overflow: hidden; height: 80px; }

.detail-doctor__photos-gallery .photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.detail-doctor__other { background: #f4f6f9; }

.detail-doctor__other .container { padding-top: 70px; padding-bottom: 70px; }

.detail-doctor__other .doctors { margin-top: 40px; }

.ui-no-scroll { overflow: hidden; }

.ui-no-scroll-y { overflow-y: hidden; }

.ui-no-scroll-x { overflow-x: hidden; }

.ui-pos-relative { position: relative; }

.ui-pos-inherit { position: inherit; }

.ui-pos-sticky { position: sticky; top: 20px; }

.ui-text-center { text-align: center; }

.ui-justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.ui-justify-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.ui-justify-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.ui-justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.ui-align-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.ui-align-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.ui-align-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.ui-align-between { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; }

.ui-z-index { position: relative; z-index: 9; }

.ui-hidden { display: none; }

@media (max-width: 479px) { .ui-xs-hidden { display: none; } }

@media (max-width: 767px) { .ui-sm-hidden { display: none; } }

@media (max-width: 991px) { .ui-md-hidden { display: none; } }

.ui-pv-5px { padding-top: 5px; padding-bottom: 5px; }

.ui-pv-10px { padding-top: 10px; padding-bottom: 10px; }

.ui-pv-15px { padding-top: 15px; padding-bottom: 15px; }

.ui-pv-20px { padding-top: 20px; padding-bottom: 20px; }

.ui-pv-25px { padding-top: 25px; padding-bottom: 25px; }

.ui-pv-30px { padding-top: 30px; padding-bottom: 30px; }

.ui-pv-40px { padding-top: 40px; padding-bottom: 40px; }

.ui-pv-50px { padding-top: 50px; padding-bottom: 50px; }

.ui-pv-60px { padding-top: 60px; padding-bottom: 60px; }

.ui-pv-70px { padding-top: 70px; padding-bottom: 70px; }

.ui-pv-80px { padding-top: 80px; padding-bottom: 80px; }

.ui-pv-90px { padding-top: 90px; padding-bottom: 90px; }

.ui-pv-100px { padding-top: 100px; padding-bottom: 100px; }

.ui-pv-0 { padding-top: 0 !important; padding-bottom: 0 !important; }

.ui-pt-0 { padding-top: 0 !important; }

.ui-pb-0 { padding-bottom: 0 !important; }

.ui-pt-5px { padding-top: 5px; }

.ui-pt-10px { padding-top: 10px; }

.ui-pt-15px { padding-top: 15px; }

.ui-pt-20px { padding-top: 20px; }

.ui-pt-25px { padding-top: 25px; }

.ui-pt-30px { padding-top: 30px; }

.ui-pt-40px { padding-top: 40px; }

.ui-pt-50px { padding-top: 50px; }

.ui-pt-60px { padding-top: 60px; }

.ui-pt-70px { padding-top: 70px; }

.ui-pt-80px { padding-top: 80px; }

.ui-pt-90px { padding-top: 90px; }

.ui-pt-100px { padding-top: 100px; }

.ui-pb-5px { padding-bottom: 5px; }

.ui-pb-10px { padding-bottom: 10px; }

.ui-pb-15px { padding-bottom: 15px; }

.ui-pb-20px { padding-bottom: 20px; }

.ui-pb-25px { padding-bottom: 25px; }

.ui-pb-30px { padding-bottom: 30px; }

.ui-pb-40px { padding-bottom: 40px; }

.ui-pb-50px { padding-bottom: 50px; }

.ui-pb-60px { padding-bottom: 60px; }

.ui-pb-70px { padding-bottom: 70px; }

.ui-pb-80px { padding-bottom: 80px; }

.ui-pb-90px { padding-bottom: 90px; }

.ui-pb-100px { padding-bottom: 100px; }

.ui-mv-5px { margin-top: 5px; margin-bottom: 5px; }

.ui-mv-10px { margin-top: 10px; margin-bottom: 10px; }

.ui-mv-15px { margin-top: 15px; margin-bottom: 15px; }

.ui-mv-20px { margin-top: 20px; margin-bottom: 20px; }

.ui-mv-25px { margin-top: 25px; margin-bottom: 25px; }

.ui-mv-30px { margin-top: 30px; margin-bottom: 30px; }

.ui-mv-40px { margin-top: 40px; margin-bottom: 40px; }

.ui-mv-50px { margin-top: 50px; margin-bottom: 50px; }

.ui-mv-60px { margin-top: 60px; margin-bottom: 60px; }

.ui-mv-70px { margin-top: 70px; margin-bottom: 70px; }

.ui-mv-80px { margin-top: 80px; margin-bottom: 80px; }

.ui-mv-90px { margin-top: 90px; margin-bottom: 90px; }

.ui-mv-100px { margin-top: 100px; margin-bottom: 100px; }

.ui-mv-0 { margin-top: 0; margin-bottom: 0; }

.ui-mt-0 { margin-top: 0 !important; }

.ui-mb-0 { margin-bottom: 0 !important; }

.ui-ml-0 { margin-left: 0 !important; }

.ui-mr-0 { margin-right: 0 !important; }

.ui-mt-5px { margin-top: 5px; }

.ui-mt-10px { margin-top: 10px; }

.ui-mt-15px { margin-top: 15px; }

.ui-mt-20px { margin-top: 20px; }

.ui-mt-25px { margin-top: 25px; }

.ui-mt-30px { margin-top: 30px; }

.ui-mt-40px { margin-top: 40px; }

.ui-mt-50px { margin-top: 50px; }

.ui-mt-60px { margin-top: 60px; }

.ui-mt-70px { margin-top: 70px; }

.ui-mt-80px { margin-top: 80px; }

.ui-mt-90px { margin-top: 90px; }

.ui-mt-100px { margin-top: 100px; }

.ui-mb-5px { margin-bottom: 5px; }

.ui-mb-10px { margin-bottom: 10px; }

.ui-mb-15px { margin-bottom: 15px; }

.ui-mb-20px { margin-bottom: 20px; }

.ui-mb-25px { margin-bottom: 25px; }

.ui-mb-30px { margin-bottom: 30px; }

.ui-mb-40px { margin-bottom: 40px; }

.ui-mb-50px { margin-bottom: 50px; }

.ui-mb-60px { margin-bottom: 60px; }

.ui-mb-70px { margin-bottom: 70px; }

.ui-mb-80px { margin-bottom: 80px; }

.ui-mb-90px { margin-bottom: 90px; }

.ui-mb-100px { margin-bottom: 100px; }
