@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:not(._shape) {
  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);
  }
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

.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: 50px;
    padding-right: 50px;
  }
}

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

@media (min-width: 2020px) {
  .container-fluid {
    max-width: 2000px;
  }
}

@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%;
  }
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

@media (max-width: 991px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

@media (max-width: 1199px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

@media (min-width: 1200px) {
  .gutter {
    margin-left: -20px;
    margin-right: -20px;
  }

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

  .gutter-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

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

  .gutter-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

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

  .gutter-large {
    margin-left: -50px;
    margin-right: -50px;
  }

  .gutter-large>.col,
  .gutter-large>[class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

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

.gutter-5>.col,
.gutter-5>[class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !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: 5px;
  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 .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -40px;
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 18px;
  padding-top: 1px !important;
  background: rgba(87, 117, 140, 0.4);
  border: 1px solid transparent;
  border-radius: 50%;
  -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: #57758c;
}

.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 .owl-pro .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -40px;
}

.owl-nav-style .owl-pro .owl-nav [class*="owl-"] {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 18px;
  padding-top: 1px !important;
  background: rgba(44, 83, 100, 0.4);
  border: 1px solid transparent;
  border-radius: 50%;
  -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-pro .owl-nav [class*="owl-"]:hover {
  background: #2c5364;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-nav-style.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.bottom-left .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

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

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

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

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

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

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

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

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: #1e1e1e;
  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: .97;
  -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;
}

.fancybox-infobar {
  height: auto;
  left: 42px;
  top: auto;
  bottom: 180px;
  padding: 0;
  font-size: 7.4rem;
  line-height: 1;
  letter-spacing: -.22em;
  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);
}

.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;
}

.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 (max-width: 479px) {

  .slide,
  .slide-material,
  .hero {
    height: 300px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {

  .slide,
  .slide-material,
  .hero {
    height: 750px;
  }
}

@media (min-width: 1750px) {

  .slide,
  .slide-material,
  .hero {
    height: 870px;
  }
}

.slide {
  position: relative;
}

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

.slide-list li {
  display: none;
}

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

.slide-material::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#0f2d47), to(transparent));
  background-image: -o-linear-gradient(left, #0f2d47, transparent);
  background-image: linear-gradient(to right, #0f2d47, transparent);
  width: 100%;
  z-index: 2;
}

.slide-material::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#10ace3), to(transparent));
  background-image: -o-linear-gradient(top, #10ace3, transparent);
  background-image: linear-gradient(to bottom, #10ace3, transparent);
  height: 20%;
  z-index: 1;
  opacity: .7;
}

.slide-material.slide-video::before {
  display: none;
}

.slide-material.slide-video video {
  opacity: .9;
}

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

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

.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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 991px) {
  .slide-container {
    -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;
  }
}

@media (max-width: 991px) {
  .slide-container {
    padding-top: 110px;
  }
}

@media (max-width: 479px) {
  .slide-container {
    padding-top: 90px;
  }
}

.slide-humid {
  width: 50%;
  height: 100%;
  position: relative;
  padding-top: 150px;
}

.slide-humid::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 100vh;
  background-color: #fff;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  z-index: 11;
}

.slide-humid .slide-content {
  width: 100%;
}

.slide-humid .common-right .common-bgs {
  position: absolute;
  top: 550px;
  right: 0;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  z-index: 2;
}

@media (min-width: 1600px) {
  .slide-humid .common-right .common-bgs {
    top: 600px !important;
  }
}

@media (min-width: 1900px) {
  .slide-humid .common-right .common-bgs {
    top: 630px !important;
  }
}

.slide-humid .common-right .common-bgs .bg {
  width: 100%;
  height: 100%;
}

.slide-humid .common-right .common-bgs .bg-2 {
  width: 190px;
  height: 190px;
}

.slide-humid .common-right .common-bgs .bg-2::before {
  width: 250px;
  height: 250px;
}

.slide-humid .common-right .common-bgs .bg-3 {
  width: 190px;
  height: 190px;
}

.slide-humid .common-right .common-bgs .bg-3::before {
  width: 250px;
  height: 250px;
}

.slide-humid .common-right.ui-light .common-bgs {
  left: -240px;
  right: inherit;
}

.slide-humid .slide-product {
  left: 60%;
  bottom: 71px;
  top: inherit;
  height: 150px;
}

.slide-humid .slide-product.ui-light {
  left: 15%;
}

.slide-calc {
  width: 50%;
  height: 100%;
  position: relative;
  padding-bottom: 100px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-calc .slide-content {
  width: 100%;
}

.slide-calc .slide-product {
  left: 57%;
  top: -14px;
  height: 300px;
}

.slide-calc .slide-product.ui-light {
  left: 15%;
}

.slide-calc .common-bgs {
  position: absolute;
  top: 100px;
  width: 260px;
  height: 260px;
  margin: 0 auto;
  z-index: 2;
}

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

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

@media (max-width: 991px) {
  .slide-content {
    text-align: center;
  }
}

.slide-content .heading {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.2;
}

.slide-content .heading span {
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.slide-content .heading span::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 5px;
  bottom: 13px;
  left: 5px;
  background: #01bcf1;
  height: 10px;
}

@media (max-width: 767px) {
  .slide-content .heading span::after {
    display: none;
  }
}

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

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

@media (max-width: 767px) {
  .slide-content .heading {
    letter-spacing: -1px;
  }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .slide-content .heading {
    font-size: 42px;
  }
}

.slide-content .text {
  color: #7d97ad;
  font-size: 16px;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .slide-content .text {
    padding-right: 140px;
  }
}

@media (max-width: 767px) {
  .slide-content .text {
    font-size: 14px;
    margin-top: 15px;
  }
}

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

.slide-content .buttons-container {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .slide-content .buttons-container {
    margin-top: 35px;
  }
}

.slide-content .buttons-container .btn {
  color: #fff;
}

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

@media (max-width: 1199px) {
  .slide-dots {
    display: block;
  }
}

.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-formula {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-top: 200px;
  margin-left: -150px;
  position: relative;
  z-index: 111;
}

.slide-formula span {
  color: #10ace3;
}

@media (max-width: 991px) {
  .slide-formula {
    margin-left: 0;
    margin-top: 250px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-formula {
    margin-top: 0 !important;
    top: -80px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slide-formula {
    font-size: 18px;
  }
}

.slide-arrows {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  margin: -30px auto 0;
}

@media (max-width: 1199px) {
  .slide-arrows {
    display: none;
  }
}

.slide-arrows button {
  position: absolute;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 32px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slide-arrows button::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  bottom: -30px;
  left: 0;
  z-index: -1;
  background: #fff;
}

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

@media (max-width: 767px) {
  .slide-arrows button {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    left: inherit !important;
    right: inherit !important;
  }
}

@media (max-width: 479px) {
  .slide-arrows button {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

.slide-arrows button.prev {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: -45px;
  padding-right: 13px;
}

.slide-arrows button.prev::before {
  border-radius: 0 999px 999px 0;
}

.slide-arrows button.next {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  right: -45px;
  padding-left: 13px;
}

.slide-arrows button.next::before {
  border-radius: 999px 0 0 999px;
}

.slide-product {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 190px;
  height: 200px;
  z-index: 1;
  max-width: 1250px;
  margin: 0 auto;
  z-index: 3;
}

@media (max-width: 479px) {
  .slide-product {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .slide-product {
    top: 320px;
    height: 150px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-product {
    width: 100%;
    height: 150px !important;
    top: 370px;
  }
}

.slide-product .photo {
  width: 100%;
  height: 100%;
}

.slide-product .photo img {
  width: 70%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.slide-information {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 60px;
}

@media (max-width: 991px) {
  .slide-information {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 479px) {
  .slide-information {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-information {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .slide-information {
    padding-top: 0;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-information {
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.slide-information .item {
  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: 767px) {
  .slide-information .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .slide-information .item {
    margin-bottom: 40px;
  }

  .slide-information .item:not(:last-child) {
    margin-right: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-information .item:not(:last-child) {
    margin-right: 15px;
  }
}

.slide-information .item .icon {
  background: #01bcf1;
  width: 75px;
  height: 80px;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
}

@media (max-width: 479px) {
  .slide-information .item .icon {
    width: 50px;
    height: 55px;
    font-size: 20px;
    border-radius: 11px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-information .item .icon {
    width: 50px;
    height: 55px;
    font-size: 20px;
    border-radius: 11px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slide-information .item .icon {
    width: 65px;
    height: 70px;
  }
}

@media (min-width: 768px) {
  .slide-information .item .desc {
    padding-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 767px) {
  .slide-information .item .desc {
    padding-top: 5px;
  }
}

.slide-information .item .desc .heading {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 479px) {
  .slide-information .item .desc .heading {
    font-size: 13px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .slide-information .item .desc .heading {
    font-size: 14px;
  }
}

.slide-information .item .desc .text {
  font-size: 13px;
  color: #fff;
}

@media (max-width: 479px) {
  .slide-information .item .desc .text {
    font-size: 11px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .slide-information .item .desc .text {
    display: none;
  }
}

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

.slide-list li.is-effect .slide-product .photo {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slide-list li.is-effect .slide-information .item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.slide-list li.is-effect .slide-information .item:nth-child(1) {
  -webkit-transition: .4s .1s;
  -o-transition: .4s .1s;
  transition: .4s .1s;
}

.slide-list li.is-effect .slide-information .item:nth-child(2) {
  -webkit-transition: .4s .2s;
  -o-transition: .4s .2s;
  transition: .4s .2s;
}

.slide-list li.is-effect .slide-information .item:nth-child(3) {
  -webkit-transition: .4s .3s;
  -o-transition: .4s .3s;
  transition: .4s .3s;
}

.slide-list li.is-effect .slide-information .item:nth-child(4) {
  -webkit-transition: .4s .4s;
  -o-transition: .4s .4s;
  transition: .4s .4s;
}

.slide-product .photo {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.slide-information .item {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}

.slide-information .item:nth-child(1) {
  -webkit-transition: .4s .4s;
  -o-transition: .4s .4s;
  transition: .4s .4s;
}

.slide-information .item:nth-child(2) {
  -webkit-transition: .4s .3s;
  -o-transition: .4s .3s;
  transition: .4s .3s;
}

.slide-information .item:nth-child(3) {
  -webkit-transition: .4s .2s;
  -o-transition: .4s .2s;
  transition: .4s .2s;
}

.slide-information .item:nth-child(4) {
  -webkit-transition: .4s .1s;
  -o-transition: .4s .1s;
  transition: .4s .1s;
}

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

.slide-content .heading {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: .9s .1s;
  -o-transition: .9s .1s;
  transition: .9s .1s;
}

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

.slide-content .buttons-container {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: .9s .5s;
  -o-transition: .9s .5s;
  transition: .9s .5s;
}

.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.no-bg {
  background: transparent;
}

.loading.small {
  background: none;
}

.loading.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 #2c5364;
  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: #edfcff;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.overlay.is-visible {
  opacity: .9;
  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: 35px;
  bottom: 70px;
  background: #2c5364;
  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.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;
  padding-left: 30px;
  padding-right: 30px;
  font-family: inherit;
  text-align: center;
  line-height: 1.2;
  outline: 0;
  font-size: 14px;
  font-weight: 500;
  border-radius: 11px;
  height: 55px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #10ace3;
  border-radius: 999px;
}

.button .icon {
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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

.button.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:hover {
  background: #2c5364;
}

.button._whatsapp {
  background: #25d366;
}

.button._whatsapp .icon {
  color: #25d366;
}

.button.color-1 {
  background: #10ace3;
}

.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;
  padding-left: 30px;
  padding-right: 30px;
  font-family: inherit;
  text-align: center;
  line-height: 1.2;
  outline: 0;
  font-size: 14px;
  font-weight: 500;
  border-radius: 11px;
  height: 55px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid #fff;
}

.button-border .icon {
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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

.button-border.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.b-dark {
  color: #0f2d47;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.button-border.b-dark .icon {
  color: #0f2d47;
}

.button-border.color-1 {
  color: #2c5364;
  border: 1px solid #2c5364;
}

.button-border.color-1 .icon {
  color: #2c5364;
}

.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: #10ace3;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

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

.button-line .icon {
  margin-left: 15px;
  color: currentColor;
  font-size: 13px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.button-circle {
  font-size: 16px;
  font-weight: 600;
  color: #0f2d47;
  position: relative;
  z-index: 1;
}

@media (max-width: 479px) {
  .button-circle {
    font-size: 14px;
  }
}

.button-circle::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -20px;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #01bcf1;
  border-radius: 99px;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

@media (max-width: 479px) {
  .button-circle::after {
    width: 50px;
    height: 50px;
  }
}

.button-circle:hover::after {
  width: calc(100% + 40px);
}

.button-icon {
  background: #fff;
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px;
}

.button-icon .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.3;
}

.button-icon .desc .heading {
  font-weight: 700;
  font-size: 12px;
  color: #0f2d47;
}

.button-icon .desc .text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.7px;
  color: #57758c;
}

.button-icon .icon {
  width: 60px;
  height: 60px;
  background: #539db8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  font-size: 24px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.button-icon:hover .icon {
  background: #951a80;
}

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

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

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(87, 117, 140, 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: #2c5364;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

label.checkbox .text {
  color: #57758c;
  -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(125, 151, 173, 0.7);
  margin-left: 5px;
}

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

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: #2c5364;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

label.radio .text {
  color: #57758c;
  -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(125, 151, 173, 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(87, 117, 140, 0.1);
  border-radius: 8px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  color: rgba(87, 117, 140, 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 #2c5364;
}

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

select.selectbox::-webkit-input-placeholder {
  /* Edge */
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox::-moz-placeholder {
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox::-ms-input-placeholder {
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox::placeholder {
  color: rgba(87, 117, 140, 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;
}

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

.breadcrumb ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.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: 14px;
  text-transform: capitalize;
  color: #2c5364;
  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[href]:not(.not):hover {
  color: #10ace3;
}

.breadcrumb ul li a[href]:not(.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(44, 83, 100, 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);
}

.whatsapp {
  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;
  bottom: 70px;
  right: 33px;
  background: #25d366;
  border: 5px solid #fff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #fff;
  z-index: 999;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 767px) {
  .whatsapp {
    right: 12px;
    width: 55px;
    height: 55px;
  }
}

.whatsapp::before,
.whatsapp::after {
  content: "";
  position: absolute;
  background: rgba(37, 211, 102, 0.1);
  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;
}

.whatsapp::before {
  width: 80px;
  height: 80px;
}

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

.whatsapp::after {
  width: 100px;
  height: 100px;
}

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

.whatsapp .icon {
  font-size: 28px;
}

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

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

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

.infos.no-text ul li:not(:last-child) {
  margin-bottom: 10px;
}

.infos.no-text .info-card {
  height: auto;
  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;
  padding: 30px 15px;
}

.infos.no-text .info-card .icon {
  width: 60px;
  font-size: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.infos.no-text .info-card .title {
  margin-top: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}

.infos.style-1 .info-card {
  padding: 40px 30px;
  height: 170px;
}

.infos.style-1 .info-card .icon {
  font-size: 32px;
}

.infos.style-1 .info-card .title {
  font-size: 18px;
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .infos:not(.no-text):not(.style-1) .info-card {
    padding: 25px;
    height: 235px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .infos:not(.no-text):not(.style-1) .info-card .icon {
    font-size: 36px;
  }
}

@media (max-width: 479px) {
  .infos.ui-pagess ul li {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 479px) {
  .infos.ui-pagess ul li .info-card {
    height: 150px;
    padding: 30px;
  }
}

@media (max-width: 479px) {
  .infos.ui-pagess ul li .info-card .icon {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .infos.ui-pagess ul li .info-card .title {
    font-size: 18px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 479px) {
  .infos.ui-pagess ul li .info-card .text {
    font-size: 13px !important;
    margin-top: 10px !important;
  }
}

.info-card {
  position: relative;
  z-index: 1;
  background: #fff;
  height: 280px;
  padding: 40px;
  border-radius: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.info-card::before {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  z-index: -1;
  border-width: 4px;
  border-style: solid;
  border-color: #edfcff;
  border-radius: calc(15px + 4px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.info-card:hover {
  background: #10ace3;
}

.info-card:hover .icon {
  color: #fff;
}

.info-card:hover .title {
  color: #fff;
}

.info-card:hover .title::after {
  background: #951a80;
}

.info-card:hover .text {
  color: rgba(255, 255, 255, 0.7);
}

.info-card .icon {
  color: #539db8;
  font-size: 48px;
}

.info-card .title {
  margin-top: 25px;
  color: #2c5364;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.info-card .text {
  margin-top: 20px;
  color: #7d97ad;
  font-size: 16px;
  line-height: 1.5;
}

.gallery {
  width: 100%;
}

.gallery.list .gallery-card {
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .gallery.list .gallery-card {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .gallery:not(.list-albums) .gallery-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

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

.gallery-card a:hover .gallery-cover img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

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

.gallery-header {
  position: relative;
}

.gallery-photo {
  overflow: hidden;
  height: 130px;
  border-radius: 8px;
}

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

.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);
}

.gallery-footer {
  text-align: center;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.gallery-footer .title {
  font-size: 16px;
  color: #57758c;
}

.gallery-overlay {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.gallery-overlay .icon {
  font-size: 18px;
  color: #fff;
}

.gallery-video .gallery-body .title:before {
  background: #10ace3;
}

.gallery-video .gallery-body>.icon {
  background: rgba(16, 172, 227, 0.8);
}

.gallery-body {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.85)));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px;
  border-radius: 11px;
}

.gallery-body .title {
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.7px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.gallery-body .title:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 5px;
  bottom: 5px;
  background: #2c5364;
  width: 5px;
}

.gallery-body .date {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

.gallery-body .date .icon {
  font-size: 14px;
  margin-right: 10px;
}

.gallery-body>.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  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: rgba(44, 83, 100, 0.9);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (max-width: 479px) {
  .gallery-body>.icon {
    display: none;
  }
}

.gallery-cover {
  overflow: hidden;
  height: 285px;
  border-radius: 11px;
}

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

.documents.list-1 ul li {
  margin-bottom: 30px;
}

.document-card a {
  display: block;
  position: relative;
  -webkit-box-shadow: inset 0 0 20px rgba(15, 45, 71, 0.07);
  box-shadow: inset 0 0 20px rgba(15, 45, 71, 0.07);
  border-radius: 15px;
  padding: 8px;
}

.document-card a:hover .document-header {
  background: #10ace3;
}

.document-card a:hover .document-header .icon {
  color: #fff;
}

.document-photo {
  width: 100%;
  height: 350px;
  border-radius: 11px;
  overflow: hidden;
}

.document-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.document-header {
  height: 130px;
  border-radius: 15px 15px 0 0;
  background: #edfcff;
  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;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.document-header .icon {
  color: #10ace3;
  font-size: 60px;
}

.document-footer {
  height: 110px;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0 5px 15px rgba(15, 45, 71, 0.07);
  box-shadow: 0 5px 15px rgba(15, 45, 71, 0.07);
  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;
  padding-left: 20px;
  padding-right: 20px;
}

.document-footer .title {
  color: #57758c;
  font-size: 16px;
  font-weight: 600;
}

.documents .heading {
  font-size: 42px;
  color: #941b80;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
}

.documents ul {
  row-gap: 30px;
}

.documents ul li:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  .documents ul li {
    text-align: center !important;
  }
}

.documents ul li .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.3;
  color: #0d95e8;
}

.documents ul li .text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: #000;
}

.documents .iso {
  text-align: center;
  margin-top: 30px;
}

.documents .iso .title {
  font-size: 42px;
  color: #000;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 5px;
  line-height: 1.3;
}

.documents .iso .text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #000;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.header-container {
  height: 90px;
  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: relative;
}

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

@media (max-width: 991px) {
  .header-container {
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.header-logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fff;
  width: 320px;
  height: 70px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0 0 25px 25px;
  -webkit-box-shadow: 0 0 20px rgba(15, 45, 71, 0.1);
  box-shadow: 0 0 20px rgba(15, 45, 71, 0.1);
}

@media (max-width: 479px) {
  .header-logo a {
    width: 150px;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    border-radius: 0 0 15px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-logo a {
    width: 160px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.header-logo img {
  width: 100%;
}

.header-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .header-right {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 1199px) {
  .header-buttons._desktop {
    display: none;
  }
}

.header-buttons._desktop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header-buttons.ui-distri-btn {
  position: absolute;
  right: 0;
  bottom: -60px;
  padding-inline: 20px;
  height: 60px;
  border-radius: 11px 0 0 11px;
  background-color: #941b80;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  animation: distri 2s infinite running;
}

@keyframes distri {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .8;
  }

  100% {
    opacity: 1;
  }
}

.distri-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;

}

.distri-button .button {
  background-color: #941b80;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1199px) {
  .distri-button {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-buttons.ui-distri-btn {
    display: none;
  }
}

.header-buttons.ui-distri-btn:hover {
  background-color: #0d95e8;
  padding-right: 30px;
}

.header-buttons.ui-distri-btn>a {
  width: 100%;
  height: 100%;
}

.ui-pages .header-buttons.ui-distri-btn {
  display: none !important;
}

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

.header-buttons._desktop a .icon {
  font-size: 20px;
  width: 53px;
  height: 53px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #539db8;
  border-radius: 11px;
}

@media (max-width: 479px) {
  .header-buttons._desktop a .icon {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-buttons._desktop a .icon {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-buttons._desktop a .icon {
    font-size: 20px;
  }
}

.header-buttons._desktop a .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 12px;
  line-height: 1.3;
}

.header-buttons._desktop a .desc .heading {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}

@media (max-width: 479px) {
  .header-buttons._desktop a .desc .heading {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-buttons._desktop a .desc .heading {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-buttons._desktop a .desc .heading {
    font-size: 12px;
  }
}

.header-buttons._desktop a .desc .text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.7px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-buttons._desktop a .desc .text {
    font-size: 16px;
  }
}

.header-buttons._mobile {
  position: absolute;
  left: 10px;
  right: 10px;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (max-width: 991px) {
  .header-buttons._mobile>div {
    position: relative;
    z-index: 2;
  }
}

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

.header-buttons._mobile .btn .icon {
  color: #10ace3;
  font-size: 24px;
}

.header-buttons._mobile .btn .icon svg {
  fill: #2c5364;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-buttons._mobile .btn-order {
    display: none;
  }
}

.header-link {
  margin-right: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-link {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .header-link {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-link {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .header-link._language {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .header-link._language a:not(:last-child) {
    margin-right: 5px;
  }
}

.header-link._language a.is-active {
  background: #fff;
  color: #0f2d47;
  font-weight: 600;
}

@media (max-width: 991px) {
  .header-link._social {
    display: none !important;
  }
}

.header-link._social a:nth-child(1) {
  color: #2f55a4;
}

.header-link._social a:nth-child(2) {
  color: #5851DB;
}

.header-link._social a:nth-child(3) {
  color: #FF0000;
}

.header-link._social a:hover {
  color: #fff;
}

.header-link._social a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header-link._social img {
  width: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header-link a {
  color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  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;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 767px) {
  .header-link a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

.header-link a:hover {
  background: #0f2d47;
}

.ui-pages .header .navigation a {
  color: #0f2d47;
}

.ui-pages .header-link a {
  color: #0f2d47;
}

.ui-pages .header-link a:hover {
  background: #0f2d47;
  color: #fff;
}

.ui-pages .header-buttons .desc .heading {
  color: #0f2d47 !important;
}

.ui-pages .header-buttons .desc .text {
  color: #0f2d47 !important;
}

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

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

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

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

.navigation-item {
  padding-left: 16px;
  padding-right: 16px;
}

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

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

.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: 16px;
  font-weight: 600;
  height: 90px;
  font-family: inherit;
  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: 14px;
  }
}

@media (min-width: 1750px) {
  .navigation-item>a {
    font-size: 18px;
  }
}

.navigation-item>a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -20px;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #01bcf1;
  border-radius: 99px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.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 #fff;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.navigation-item:hover>a::before {
  opacity: 1;
}

.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;
}

.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: #fff;
  border-radius: 0 11px 11px 11px;
  -webkit-box-shadow: 0 20px 40px rgba(15, 45, 71, 0.2);
  box-shadow: 0 20px 40px rgba(15, 45, 71, 0.2);
  min-width: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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

.navigation-links>li>a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  padding: 12px 33px;
  color: #0f2d47;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.navigation-links>li>a:hover {
  color: #fff !important;
  background: #2c5364;
}

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

.navigation-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(237, 252, 255, 0.7);
}

.navigation-dropdown__content {
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.mobile-nav {
  background-color: #f9f9f9;
  -webkit-box-shadow: 5px 10px 15px rgba(15, 45, 71, 0.15);
  box-shadow: 5px 10px 15px rgba(15, 45, 71, 0.15);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 445px;
  height: 100%;
  overflow: hidden;
  z-index: 2003;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
}

.mobile-nav.is-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 479px) {
  .mobile-nav {
    width: 320px;
  }
}

.mobile-nav__wrapper {
  overflow-y: auto;
  height: calc(100% - 65px);
  scrollbar-color: rgba(0, 0, 0, 0.12) #fff;
  scrollbar-width: thin;
}

.mobile-nav__wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}

.mobile-nav__wrapper::-webkit-scrollbar {
  width: 6px;
}

.mobile-nav__wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.12);
}

.mobile-nav__wrapper .infos.no-text {
  padding: 30px;
}

.mobile-nav__wrapper .infos.no-text ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .mobile-nav__wrapper .infos.no-text .info-card {
    padding: 25px 15px;
  }
}

.mobile-nav__wrapper .infos.no-text .info-card::before {
  border-color: rgba(16, 172, 227, 0.05);
}

@media (max-width: 479px) {
  .mobile-nav__wrapper .infos.no-text .info-card .title {
    font-size: 16px;
  }
}

.mobile-nav__header {
  position: relative;
  background: #f9f9f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav__header-body {
  position: relative;
  height: 75px;
  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-left: 25px;
  padding-right: 20px;
}

.mobile-nav__header-logo a {
  color: #7d97ad;
  font-size: 16px;
  font-weight: 600;
}

.mobile-nav__content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav__content.other {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-nav__content .plus {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  margin-right: 0;
  color: #57758c;
}

.mobile-nav__content li.heading {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #539db8;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 700;
  z-index: 1;
}

.mobile-nav__content>ul>li:not(.heading):not(.not).is-open>a,
.mobile-nav__content>ul>li:not(.heading):not(.not):hover>a {
  background: #fff;
  color: #10ace3;
}

.mobile-nav__content>ul>li:not(.heading).not>a {
  color: #57758c;
  letter-spacing: 0;
}

.mobile-nav__content>ul>li:not(.heading).not>a:hover {
  color: #10ace3;
}

.mobile-nav__content>ul>li:not(.heading)>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #0f2d47;
  font-size: 13px;
  letter-spacing: -0.3px;
  font-weight: 500;
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.mobile-nav__content>ul>li:not(.heading)>a .icon {
  opacity: .3;
  width: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-nav__content>ul>li:not(.heading)>a.link {
  font-size: 20px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-nav__sub {
  background: #fff none repeat scroll 0 0;
  display: none;
}

.mobile-nav__sub>li {
  display: block;
}

.mobile-nav__sub>li:last-child {
  padding-bottom: 20px;
}

.mobile-nav__sub>li:last-child a {
  border-bottom: 0 none;
}

.mobile-nav__sub>li>a {
  color: #57758c;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 40px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.mobile-nav__sub>li>a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: currentColor;
  opacity: .3;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}

.mobile-nav__sub>li>a:hover {
  color: #10ace3;
}

.mobile-nav__sub>li.heading {
  position: sticky;
  top: 40px;
  background: #fff;
}

.mobile-nav__close {
  color: #57758c;
}

.mobile-nav__close .icon {
  font-size: 28px;
}

.mobile-nav__footer {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 65px;
  background: #fff;
  -webkit-box-shadow: 8px 12px 25px rgba(15, 45, 71, 0.1);
  box-shadow: 8px 12px 25px rgba(15, 45, 71, 0.1);
}

.mobile-nav__footer a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 65px;
  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-size: 20px;
  color: #0f2d47;
  opacity: .3;
}

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

.footer {
  margin-top: 100px;
}

.footer-top .row {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 117, 140, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(87, 117, 140, 0.1);
  border-radius: 0 11px 11px 0;
}

@media (max-width: 767px) {
  .footer-top .row {
    border-radius: 0 0 11px 11px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-top .row>div:first-child {
    display: none;
  }
}

.footer-top .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

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

@media (min-width: 480px) and (max-width: 767px) {
  .footer-top .item {
    padding: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-top .item {
    padding: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-top .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.footer-top .item:not(.no-border)::after {
  content: "";
  width: 1px;
  background: rgba(125, 151, 173, 0.3);
  position: absolute;
  top: 35px;
  right: 0;
  bottom: 35px;
}

@media (max-width: 767px) {
  .footer-top .item:not(.no-border)::after {
    top: inherit;
    right: 0;
    bottom: 0;
    left: 0;
    width: inherit;
    height: 1px;
  }
}

.footer-top .item .heading {
  color: rgba(125, 151, 173, 0.7);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-top .item .phone {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #2c5364;
  line-height: 1;
  margin-top: 5px;
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-top .item .phone {
    font-size: 24px;
  }
}

.footer-top .item .text-wrapper {
  margin-top: 10px;
}

.footer-top .item .text {
  color: #57758c;
  font-size: 18px;
}

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

.footer-top .item .text.size-1 {
  font-size: 16px;
}

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

.footer-top .item .text.mail {
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer-top .item .text.mail:hover {
  color: #539db8;
}

.footer-top .item .text.mail::after {
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  bottom: -10px;
  left: 0;
  background-color: #539db8;
}

.footer-logo {
  height: 180px;
  background: #2c5364;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  border-radius: 11px 0 0 11px;
}

@media (max-width: 767px) {
  .footer-logo {
    border-radius: 11px 11px 0 0;
  }
}

.footer-logo a {
  position: relative;
}

.footer-logo img {
  width: 100%;
  width: 250px;
}

.footer-social {
  margin-top: 20px;
  height: 35px;
}

.footer-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 22px;
  color: #7d97ad;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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

.footer-social a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.footer-social a:hover img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.footer-social a:nth-child(1) {
  color: #2f55a4;
}

.footer-social a:nth-child(2) {
  color: #5851DB;
}

.footer-social a:nth-child(3) {
  color: #FF0000;
}

.footer-social a img {
  width: 23px;
  height: 23px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer-middle .container {
  padding-top: 70px;
  padding-bottom: 50px;
}

.footer-heading {
  color: rgba(125, 151, 173, 0.7);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-text {
  font-size: 16px;
  color: #57758c;
}

@media (max-width: 479px) {
  .footer-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.footer-links ul li {
  display: block;
}

.footer-links ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #57758c;
  font-size: 16px;
  font-weight: 500;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer-links ul li a:hover {
  color: #539db8;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.footer-links ul li a:hover::after {
  width: 100%;
}

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

@media (max-width: 767px) {
  .footer-card:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .footer-card:nth-last-child(n+3) {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-card:nth-last-child(n+3) {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .footer-card .infos {
    padding-right: 40px;
    padding-left: 30px;
  }
}

.footer-card .infos ul li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-card .list-dealers {
  margin-bottom: 20px;
}

.footer-card .list-dealers__item {
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}

.footer-card .list-dealers__photo {
  width: 115px;
  height: 115px;
  padding: 7px;
}

.footer-card .list-dealers__photo.contain {
  padding: 0;
}

.footer-card .list-dealers__photo.contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-card .list-dealers__description {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-card .list-dealers__header {
  margin-bottom: 10px;
}

.footer-card .list-dealers__header .title {
  font-size: 16px;
  letter-spacing: -0.5px;
}

@media (min-width: 992px) {
  .footer-card .list-dealers__header .title {
    padding-right: 50px;
  }
}

.footer-card .list-dealers__information .item:not(:last-child) {
  margin-right: 10px;
}

.footer-card .list-dealers__information .item .icon {
  font-size: 20px;
}

.footer-card .list-dealers__information .item .text {
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.footer-card .list-dealers__information .item .text strong {
  display: block;
  font-size: 13px;
}

.footer-form {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .footer-form ul li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .footer-form ul li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.footer-form ul li.is-error .input {
  background: rgba(255, 0, 0, 0.1);
}

.footer-form ul li.is-error .input::-webkit-input-placeholder {
  /* Edge */
  color: red;
}

.footer-form ul li.is-error .input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}

.footer-form ul li.is-error .input::-moz-placeholder {
  color: red;
}

.footer-form ul li.is-error .input::-ms-input-placeholder {
  color: red;
}

.footer-form ul li.is-error .input::placeholder {
  color: red;
}

.footer-form .form-kvkk {
  margin-top: 15px;
}

.footer-form .input {
  background: rgba(87, 117, 140, 0.1);
  color: #57758c;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  width: 100%;
  font-family: inherit;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px 0 0 8px;
}

.footer-form .input::-webkit-input-placeholder {
  /* Edge */
  color: #57758c;
}

.footer-form .input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #57758c;
}

.footer-form .input::-moz-placeholder {
  color: #57758c;
}

.footer-form .input::-ms-input-placeholder {
  color: #57758c;
}

.footer-form .input::placeholder {
  color: #57758c;
}

@media (max-width: 767px) {
  .footer-form .input {
    border-radius: 8px 8px 0 0;
  }
}

.footer-form .send {
  height: 50px;
  width: 100%;
  border-radius: 0 8px 8px 0;
  background: #2c5364;
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (min-width: 480px) and (max-width: 767px) {
  .footer-form .send {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .footer-form .send {
    border-radius: 0 0 8px 8px;
  }
}

.footer-form .send:hover {
  background: #10ace3;
}

.footer-logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-logos ul li:not(:last-child) {
  margin-right: 15px;
}

.footer-logos .logo {
  border: 1px solid rgba(87, 117, 140, 0.08);
  width: 140px;
  height: 80px;
  border-radius: 11px;
  overflow: hidden;
}

.footer-logos .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-bottom {
  background: rgba(87, 117, 140, 0.1);
}

.footer-bottom .container {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 479px) {
  .footer-bottom .container {
    -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;
  }
}

.footer-bottom .text {
  font-size: 14px;
  color: #7d97ad;
}

.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>form>ul>div {
  margin-bottom: 15px;
  position: relative;
}

.form-field._selectbox .form-error {
  right: 50px;
}

.form-field._textarea .form-error {
  top: 15px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.form-field .heading {
  color: #2c5364;
  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: #2c5364;
}

.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(87, 117, 140, 0.1);
  border-radius: 8px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  color: #7d97ad;
  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 #2c5364;
}

@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: #7d97ad;
}

.form-field input:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7d97ad;
}

.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder {
  color: #7d97ad;
}

.form-field input::-ms-input-placeholder,
.form-field textarea::-ms-input-placeholder {
  color: #7d97ad;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #7d97ad;
}

.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: #2c5364;
  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.ui-min-width {
  text-align: right;
  width: inherit;
  min-width: 0;
}

.form-send.ui-min-width>input {
  width: inherit;
  min-width: 0;
}

.form-send>input:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (max-width: 479px) {
  .form-send>input {
    min-width: 230px;
    height: 50px;
    font-size: 16px;
  }
}

.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.success {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

.form-messages.error {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

.list-common ul:hover .item {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.list-common ul li:not(:last-child) {
  margin-bottom: 25px;
}

.list-common .item {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(1, 188, 241, 0.1);
  box-shadow: 0 0 15px rgba(1, 188, 241, 0.1);
  padding: 30px 40px;
  border-left: 4px solid #01bcf1;
  border-radius: 0 11px 11px 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media (max-width: 479px) {
  .list-common .item {
    padding: 25px;
  }
}

.list-common .item:hover {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.list-common .item:hover .title {
  color: #01bcf1;
}

.list-common .item:hover .text {
  color: #57758c;
}

.list-common .item:hover .icon {
  -webkit-transform: translateY(-50%) translateX(7px) scale(1.2);
  -ms-transform: translateY(-50%) translateX(7px) scale(1.2);
  transform: translateY(-50%) translateX(7px) scale(1.2);
}

.list-common .item .title {
  color: #0f2d47;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 479px) {
  .list-common .item .title {
    font-size: 18px;
  }
}

.list-common .item .text {
  color: #7d97ad;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 10px;
  padding-right: 60px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 479px) {
  .list-common .item .text {
    font-size: 14px;
    padding-right: 40px;
  }
}

.list-common .item .icon {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: rgba(125, 151, 173, 0.2);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 479px) {
  .list-common .item .icon {
    right: 20px;
  }
}

.list-dealers ul li:not(:last-child) {
  margin-bottom: 40px;
}

.list-dealers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(87, 117, 140, 0.1);
  box-shadow: 0 5px 15px rgba(87, 117, 140, 0.1);
  border-radius: 15px;
  padding: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-dealers__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.list-dealers__photo {
  width: 240px;
  height: 240px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(87, 117, 140, 0.1);
  box-shadow: 0 5px 15px rgba(87, 117, 140, 0.1);
  padding: 15px;
}

@media (max-width: 479px) {
  .list-dealers__photo {
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-dealers__photo {
    margin: 0 auto;
    width: 250px;
    height: 250px;
  }
}

.list-dealers__photo.contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.list-dealers__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 11px;
}

.list-dealers__description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .list-dealers__description {
    padding-left: 40px;
  }
}

@media (max-width: 479px) {
  .list-dealers__description {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .list-dealers__description {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.list-dealers__header {
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .list-dealers__header {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-dealers__header {
    margin-bottom: 40px;
  }
}

.list-dealers__header .title {
  color: #2c5364;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
  text-transform: capitalize;
  line-height: 1.4;
}

@media (min-width: 1200px) {
  .list-dealers__header .title {
    padding-right: 50px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-dealers__header .title {
    font-size: 18px;
  }
}

.list-dealers__header .users {
  margin-top: 2px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-dealers__header .users .user {
  color: #7d97ad;
}

.list-dealers__header .users .user:not(:last-child) {
  margin-right: 20px;
}

.list-dealers__header .users .user .icon {
  font-size: 13px;
  margin-right: 5px;
  color: #10ace3;
}

.list-dealers__header .users .user .text {
  font-size: 13px;
}

.list-dealers__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-dealers__information .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}

.list-dealers__information .item:not(:last-child) {
  margin-right: 20px;
}

.list-dealers__information .item .icon {
  font-size: 14px;
  color: #10ace3;
  width: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-dealers__information .item .icon {
    font-size: 13px;
  }
}

.list-dealers__information .item .text {
  padding-left: 15px;
  color: #7d97ad;
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-dealers__information .item .text {
    font-size: 13px;
  }
}

.list-dealers__information .item .text strong {
  display: block;
  font-size: 12px;
}

.single-common.style-reverse ul li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.single-common.style-reverse ul li:not(:last-child) {
  margin-bottom: 130px;
}

@media (max-width: 479px) {
  .single-common.style-reverse ul li:not(:last-child) {
    margin-bottom: 70px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .single-common.style-reverse ul li:not(:last-child) {
    margin-bottom: 100px;
  }
}

.single-common ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-common .photo {
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .single-common .photo {
    height: auto;
  }
}

.single-common .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .single-common .description {
    padding-top: 20px;
  }
}

.single-common .description .title {
  color: #10ace3;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: -1.5px;
}

@media (max-width: 479px) {
  .single-common .description .title {
    font-size: 32px;
  }
}

.single-common .description .text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 479px) {
  .single-common .description .text {
    font-size: 16px;
  }
}

body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #57758c;
  letter-spacing: -0.2px;
  overflow-x: hidden;
}

body.bg {
  background: #edfcff;
}

body.is-scroll {
  overflow: hidden;
}

.clear {
  width: 100%;
}

.figure-other {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

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

.figure-other._4 {
  right: -50px;
  bottom: 45px;
  z-index: -1;
}

.figure-other._4 svg {
  fill: #10ace3;
  font-size: 145px;
}

.figure-other._5 {
  top: 150px;
  left: 30px;
}

.figure-other._5 svg {
  font-size: 100px;
  fill: rgba(44, 83, 100, 0.5);
}

.figure-other._8 {
  bottom: 50px;
  left: -50px;
}

.figure-other._8 .icon {
  color: rgba(83, 157, 184, 0.7);
  font-size: 130px;
}

.figure-other._9 {
  top: 170px;
  right: 0;
}

.figure-other._9 .icon {
  color: rgba(83, 157, 184, 0.5);
  font-size: 80px;
  opacity: .5;
}

.figure-other._10 {
  right: 45%;
  bottom: 100px;
}

.figure-other._10 .icon {
  color: #edfcff;
  font-size: 54px;
  opacity: .5;
}

.figure-other._11 {
  top: -30px;
  right: 15px;
  width: 100px;
  height: 100px;
  background: rgba(16, 172, 227, 0.1);
  border-radius: 20px;
}

.figure-other._12 {
  bottom: -30px;
  left: 20px;
  width: 80px;
  height: 80px;
  background: rgba(1, 188, 241, 0.1);
  border-radius: 20px;
}

.figure-other._13 {
  right: 3px;
  bottom: -35px;
}

.figure-other._13 svg {
  fill: #ff9f00;
  font-size: 100px;
}

.shape {
  position: absolute;
  z-index: -1;
}

.shape._1 {
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  width: 90%;
}

.shape._1 svg {
  width: 100%;
}

.shape._1 .st0 {
  fill: #539db8;
}

.shape._1 .st1 {
  fill: #2c5364;
}

.tooltips .item {
  border-radius: 11px;
  padding: 15px 20px;
  position: absolute;
  line-height: 1.3;
  background: #fff;
  width: 105px;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 700;
  color: #7d97ad;
  -webkit-box-shadow: 30px 30px 30px rgba(15, 45, 71, 0.1);
  box-shadow: 30px 30px 30px rgba(15, 45, 71, 0.1);
}

@media (max-width: 479px) {
  .tooltips .item {
    font-size: 11px;
    width: 60px !important;
    height: 60px !important;
    padding: 10px 12px;
    border-radius: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tooltips .item {
    font-size: 13px;
    width: 80px !important;
    height: 80px !important;
    padding: 12px 14px;
    border-radius: 8px;
  }
}

.tooltips .item::before {
  content: attr(data-number);
  position: absolute;
  top: 15px;
  right: 15px;
  letter-spacing: -1px;
  color: #951a80;
}

@media (max-width: 479px) {
  .tooltips .item::before {
    top: 7px;
    right: 7px;
  }
}

.tooltips .item._1 {
  top: 70px;
  left: -10px;
  background: #01bcf1;
  color: #fff;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  width: 90px;
}

@media (max-width: 767px) {
  .tooltips .item._1 {
    left: 0;
    top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tooltips .item._1 {
    left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tooltips .item._1 {
    left: 0;
  }
}

.tooltips .item._1::before {
  color: currentColor;
  opacity: .5;
}

.tooltips .item._2 {
  left: 30px;
  bottom: 100px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

@media (max-width: 479px) {
  .tooltips .item._2 {
    bottom: 120px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .tooltips .item._2 {
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tooltips .item._2 {
    left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tooltips .item._2 {
    bottom: 30px;
  }
}

.tooltips .item._3 {
  top: 220px;
  left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .tooltips .item._3 {
    top: 230px;
  }
}

.tooltips .item._4 {
  top: 10px;
  right: 60px;
  background: #B082AB;
  color: #fff;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

@media (max-width: 479px) {
  .tooltips .item._4 {
    top: 50px !important;
  }
}

@media (max-width: 767px) {
  .tooltips .item._4 {
    right: 10px;
    top: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tooltips .item._4 {
    right: 30px;
    top: 90px;
  }
}

.tooltips .item._4::before {
  color: currentColor;
  opacity: .5;
}

.tooltips .item._5 {
  bottom: 100px;
  right: 120px;
  background: #00BCA2;
  color: #fff;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

@media (max-width: 767px) {
  .tooltips .item._5 {
    right: 50px;
    bottom: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tooltips .item._5 {
    right: 30px;
    bottom: 140px;
  }
}

.tooltips .item._5::before {
  color: currentColor;
  opacity: .5;
}

.small-title:not(.not) {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
  color: #539db8;
  font-weight: 600;
  letter-spacing: 4px;
}

.section-header.txt-center {
  text-align: center;
}

.section-header.txt-large .title {
  font-size: 54px;
  letter-spacing: -2px;
  line-height: 1.1;
}

@media (max-width: 479px) {
  .section-header.txt-large .title {
    font-size: 42px;
  }
}

.section-header.txt-small .title {
  font-size: 28px;
  letter-spacing: -1px;
}

.section-header.txt-light .small-title {
  color: rgba(255, 255, 255, 0.5);
}

.section-header.txt-light .title {
  color: #fff;
}

.section-header.txt-light .text {
  color: #fff;
}

.section-header.txt-light .spot {
  color: rgba(255, 255, 255, 0.7);
}

.section-header .title {
  color: #1e1d1c;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.3;
}

@media (max-width: 479px) {
  .section-header .title {
    font-size: 28px;
    letter-spacing: -1px;
  }
}

.section-header .title span.border {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.section-header .title span.border .title {
  z-index: 1;
}

.section-header .title span.border::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 8px;
  left: 0;
  width: 130px;
  height: 8px;
  background: #951a80;
}

.section-header .title span:not(.border) {
  color: #2c5364;
}

.section-header .title span:not(.border).color-1 {
  color: #10ace3;
}

.section-header .title span:not(.border).color-2 {
  color: #01bcf1;
}

.section-header .spot {
  font-weight: 600;
  font-size: 18px;
}

.section-header .text {
  font-size: 16px;
  line-height: 1.6;
  color: #7d97ad;
  margin-top: 10px;
}

.section-header .text.ui-color {
  color: #2c5364;
}

@media (max-width: 767px) {
  .section-header._promotion {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section-header._promotion .title {
  max-width: 630px;
  margin: 0 auto;
}

.section-header._avantage .title {
  margin-top: 12px;
}

.section-header._avantage .text {
  margin-top: 30px;
}

.section-header._usage .title {
  margin-top: 12px;
}

.section-header._usage .spot {
  margin-top: 20px;
}

.section-header._usage .spot strong {
  color: #10ace3;
}

.section-header._usage .text {
  margin-top: 25px;
}

.section-header._contactus .title span.border::before {
  width: 100%;
}

.section-header._contactus .spot {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .section-header._contactus .spot {
    padding-right: 100px;
  }
}

.common-right {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 479px) {
  .common-right {
    display: none;
  }
}

.common-bgs {
  position: absolute;
  top: 160px;
  width: 260px;
  height: 260px;
  margin: 0 auto;
  z-index: 2;
}

.common-bgs._1 {
  top: 30px;
}

.common-bgs._2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 480px) and (max-width: 767px) {
  .common-bgs._2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 300px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .common-bgs._2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 350px;
  }
}

@media (max-width: 991px) {
  .common-bgs {
    width: 200px;
    height: 200px;
    bottom: 30px;
  }
}

@media (min-width: 1750px) {
  .common-bgs {
    width: 670px;
    height: 670px;
  }
}

.common-bgs .bg,
.common-bgs .bg-2,
.common-bgs .bg-3 {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 260px;
  height: 260px;
  border-radius: 999px;
}

@media (max-width: 991px) {

  .common-bgs .bg,
  .common-bgs .bg-2,
  .common-bgs .bg-3 {
    width: 200px;
    height: 200px;
  }
}

.common-bgs .bg {
  background: #d6f9ff;
  z-index: 1;
}

.common-bgs .bg-3::before,
.common-bgs .bg-3::after {
  -webkit-animation: pulsate 2s ease-out;
  animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}

.common-bgs .bg-2,
.common-bgs .bg-3 {
  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;
}

.common-bgs .bg-2::before,
.common-bgs .bg-3::before {
  content: "";
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
}

.common-bgs .bg-2::before,
.common-bgs .bg-3::before {
  border-color: rgba(1, 188, 241, 0.5);
  width: 310px;
  height: 310px;
}

@media (max-width: 991px) {

  .common-bgs .bg-2::before,
  .common-bgs .bg-3::before {
    width: 225px;
    height: 225px;
  }
}

.common-bgs .bg-2::after,
.common-bgs .bg-3::after {
  border-color: rgba(1, 188, 241, 0.2);
  width: 390px;
  height: 390px;
}

@media (min-width: 1750px) {

  .common-bgs .bg-2::after,
  .common-bgs .bg-3::after {
    width: 800px;
    height: 800px;
  }
}

@media (max-width: 991px) {

  .common-bgs .bg-2::after,
  .common-bgs .bg-3::after {
    width: 250px;
    height: 250px;
  }
}

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

.hero {
  background: #edfcff;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.hero-figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.hero-figure .container {
  height: 100%;
  position: relative;
}

.hero-boxes {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}

.hero-boxes ul {
  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;
}

.hero-boxes ul li {
  border: 1px solid white;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
}

.hero-boxes ul li:not(:last-child) {
  margin-right: 20px;
}

.hero-boxes .box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 20px;
}

.hero-boxes .box-cover {
  width: 150px;
  height: 70px;
}

.hero-boxes .box-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-boxes .box-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 20px;
}

.hero-boxes .box-desc .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  max-width: 250px;
  line-height: 1.2;
}

.section .wrapper {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section .wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .section .wrapper::before {
    right: 0;
    left: 0;
    border-radius: 0;
  }
}

@media (min-width: 1750px) {
  .section .wrapper::before {
    right: 120px;
    left: 120px;
  }
}

@media (min-width: 1400px) {
  .section .wrapper::before {
    left: 50px;
    right: 50px;
  }
}

.section .section-header .btn-wrapper:not(.no-right) {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section .section-header .btn-wrapper:not(.no-right) {
    position: relative;
    top: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.section-promotion {
  background: rgba(237, 252, 255, 0.6);
  z-index: 1;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .section-promotion {
    padding-top: 100px;
  }
}

.section-promotion::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 70%;
}

.section-promotion::before {
  top: 0;
  right: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(transparent));
  background-image: -o-linear-gradient(white, transparent);
  background-image: linear-gradient(white, transparent);
  opacity: 1;
}

.section-promotion .container {
  padding-top: 90px;
  position: relative;
}

@media (max-width: 479px) {
  .section-promotion .container {
    padding-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion .container .section-header {
    text-align: left;
    margin-left: -100px;
  }
}

.section-promotion .promotion-ce {
  position: absolute;
  right: 100px;
  top: 50px;
  width: 150px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

@media (max-width: 767px) {
  .section-promotion .promotion-ce {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: inherit;
    top: -70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion .promotion-ce {
    right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-promotion .promotion-ce {
    right: 0;
  }
}

.section-promotion .promotion-ce img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-promotion__row {
  margin-top: 80px;
}

@media (max-width: 479px) {
  .section-promotion__row {
    margin-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-promotion__row {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .section-promotion__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.section-promotion__row .photo {
  overflow: hidden;
  height: 150px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-promotion__row .photo {
    height: 510px;
  }
}

@media (max-width: 479px) {
  .section-promotion__row .photo {
    height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion__row .photo {
    height: 490px;
  }
}

.section-promotion__row .photo-wrapper {
  position: relative;
  z-index: 1;
  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;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion__row .photo-wrapper {
    margin-top: -70px;
  }
}

@media (max-width: 479px) {
  .section-promotion__row .photo-wrapper .photo {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion__row .photo-wrapper .photo {
    display: none;
  }
}

.section-promotion__row .photo-wrapper .common-bgs {
  position: absolute;
  left: -25px;
  top: -150px;
}

@media (max-width: 479px) {
  .section-promotion__row .photo-wrapper .common-bgs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion__row .photo-wrapper .common-bgs {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-promotion__row .photo-wrapper .common-bgs {
    top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion__row .photo-wrapper .common-bgs {
    top: 0;
    left: -20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-promotion__row .photo-wrapper .common-bgs {
    top: -50px;
  }
}

@media (min-width: 1750px) {
  .section-promotion__row .photo-wrapper .common-bgs {
    left: -240px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion__row .photo-wrapper .common-bgs .bg {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion__row .photo-wrapper .common-bgs .bg-2 {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion__row .photo-wrapper .common-bgs .bg-3 {
    width: 150px;
    height: 150px;
  }
}

.section-promotion__row .photo img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 180px;
  position: absolute;
  left: 0;
  top: -120px;
  z-index: 1011;
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-promotion__row .photo img {
    height: 140px;
    top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion__row .photo img {
    top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-promotion__row .photo img {
    top: 0px;
  }
}

.section-promotion__row .promotion {
  position: relative;
  margin-top: 50px;
}

.section-promotion__row .promotion-bg {
  width: 100%;
  height: 600px;
}

@media (max-width: 479px) {
  .section-promotion__row .promotion-bg {
    height: 400px;
  }
}

.section-promotion__row .promotion-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-promotion__row .promotion-cover {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
}

@media (max-width: 479px) {
  .section-promotion__row .promotion-cover {
    height: 400px;
  }
}

.section-promotion__row .promotion-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 992px) {
  .section-promotion__row .list-common {
    padding-top: 50px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion__row .list-common .item {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion__row .list-common .item .title {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion__row .list-common .item .text {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-promotion__row .list-common .item .icon {
    right: 30px;
  }
}

.section-infos .container {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 479px) {
  .section-infos .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .section-infos .infos ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-infos .infos ul li:nth-last-child(n+3) {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-infos .info-card .title {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-infos .info-card .text {
    font-size: 13px;
  }
}

.section-avantage {
  background-color: rgba(237, 252, 255, 0.6);
  background-image: url(../images/bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.section-avantage::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 50%;
  height: 91%;
  background: #fff;
  border-radius: 0 0 20px 0;
}

.section-avantage__content {
  padding-top: 30px;
}

@media (min-width: 1200px) {
  .section-avantage__content {
    padding-right: 100px;
  }
}

.section-avantage__content .list-common {
  margin-top: 50px;
}

@media (max-width: 479px) {
  .section-avantage__content .list-common {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .section-avantage__content .list-common {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-avantage__content .list-common ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-avantage__content .list-common ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .section-avantage__content .list-common .item {
    padding: 25px;
    height: 100%;
  }
}

.section-avantage__content .list-common .item .small-title {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .section-avantage__content .list-common .item .title {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-avantage__content .list-common .item .title {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-avantage__content .list-common .item .title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section-avantage__content .list-common .item .text {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-avantage__content .list-common .item .text {
    font-size: 13px;
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-avantage__content .list-common .item .text {
    font-size: 13px;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-avantage__content .list-common .item .icon {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-avantage__content .list-common .item .icon {
    display: none;
  }
}

.section-avantage__row .photo {
  height: 100%;
  width: 750px;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 991px) {
  .section-avantage__row .photo {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .section-avantage__row .photo {
    height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-avantage__row .photo {
    height: 750px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-avantage__row .photo {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section-avantage__row .photo-wrapper {
  height: 100%;
  position: relative;
}

@media (max-width: 479px) {
  .section-avantage__row .photo-wrapper {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-avantage__row .photo-wrapper {
    padding-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-avantage__row .photo-wrapper {
    padding-top: 50px;
  }
}

.section-avantage__row .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.section-avantage__row .btn {
  position: absolute;
}

.section-avantage__row .btn._1 {
  top: 150px;
  left: 40px;
  min-width: 270px;
}

@media (max-width: 479px) {
  .section-avantage__row .btn._1 {
    top: 250px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-avantage__row .btn._1 {
    top: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-avantage__row .btn._1 {
    left: 20px;
    top: 230px;
  }
}

.section-avantage__row .btn._3 {
  top: 240px;
  left: 40px;
  min-width: 270px;
}

.section-avantage__row .btn._4 {
  top: 322px;
  left: 40px;
  min-width: 270px;
}

@media (max-width: 479px) {
  .section-avantage__row .btn._3 {
    top: 250px;
  }

  .section-avantage__row .btn._4 {
    top: 270px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-avantage__row .btn._3 {
    top: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-avantage__row .btn._3 {
    left: 20px;
    top: 230px;
  }
}

.section-avantage__row .btn._2 {
  top: 60px;
  left: 40px;
  min-width: 270px;
}

@media (max-width: 479px) {
  .section-avantage__row .btn._2 {
    top: 0;
    left: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-avantage__row .btn._2 {
    top: 40px;
    left: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-avantage__row .btn._2 {
    left: 180px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-avantage__row .btn._2 {
    left: 58px;
  }
}

.section-avantage__row .btn._2:hover .icon {
  background: #951a80;
}

.section-avantage__row .btn._2 .icon {
  background: #2c5364;
}

.section-usage {
  position: relative;
  z-index: 1;
}

.section-usage::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(237, 252, 255, 0.6);
  width: 50%;
  border-radius: 20px 0 0 20px;
}

.section-usage .container {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
}

@media (max-width: 479px) {
  .section-usage .container {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 70px;
  }
}

.section-usage .container>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-usage ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-usage ul li {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.section-usage ul li:not(:last-child) {
  margin-right: 25px;
}

.section-usage ul li .icon {
  color: #951a80;
  margin-top: 5px;
}

.section-usage ul li .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .section-usage__right {
    margin-top: 50px;
  }
}

.section-usage__right .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .section-usage__right .item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .section-usage__right .item {
    margin-top: 10px;
  }
}

.section-usage__right .item._end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-usage__right .item .figure {
  width: 87px;
  height: 87px;
}

.section-usage__right .item .figure._1 {
  background: rgba(0, 188, 162, 0.3);
  margin-left: 10px;
  border-radius: 0 999px 0 0;
}

.section-usage__right .item .figure._2 {
  background: rgba(176, 130, 171, 0.3);
  margin-right: 10px;
  border-radius: 0 0 999px 0;
}

.section-usage__right .item .figure._3 {
  background: rgba(149, 26, 128, 0.3);
  position: absolute;
  right: -97px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .section-usage__right .item .figure._3 {
    bottom: 0;
    right: inherit;
    left: 0;
  }
}

.section-usage__right .photo {
  height: 420px;
  border-radius: 11px;
  overflow: hidden;
}

.section-usage__right .photo:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .section-usage__right .photo {
    height: auto;
  }
}

.section-usage__right .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.section-usage__right .photo.small {
  height: 320px;
  width: calc(100% - 87px);
}

@media (max-width: 767px) {
  .section-usage__right .photo.small {
    height: auto;
  }
}

.section-usage__note {
  background: #fff;
  position: absolute;
  bottom: 65px;
  left: 50px;
  border-radius: 11px;
  -webkit-box-shadow: 0 0 25px rgba(87, 117, 140, 0.1);
  box-shadow: 0 0 25px rgba(87, 117, 140, 0.1);
  height: 156px;
  width: 55%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .section-usage__note {
    height: auto;
    width: 100%;
    position: relative;
    left: 0;
    margin-top: 10px;
    bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-usage__note {
    left: 10px;
    width: 60%;
    padding: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-usage__note {
    padding: 35px;
    left: 10px;
    width: 63%;
  }
}

.section-usage__note .icon {
  color: #01bcf1;
  font-size: 36px;
  margin-top: 5px;
}

.section-usage__note .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.section-usage__note .text strong {
  color: #951a80;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-usage__note .text {
    font-size: 14px;
  }
}

.section-contactus {
  overflow: hidden;
}

.section-contactus .wrapper {
  margin-top: 100px;
}

@media (max-width: 479px) {
  .section-contactus .wrapper {
    margin-top: 70px;
  }
}

.section-contactus .wrapper::before {
  background: #2c5364;
}

.section-contactus .container {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

@media (max-width: 479px) {
  .section-contactus .container {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .section-contactus .container {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .section-contactus .container {
    padding-bottom: 80px;
  }
}

.section-contactus .photo {
  position: absolute;
  z-index: 1;
  right: 150px;
  bottom: 0;
  width: 35%;
}

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

.section-contactus .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.section-contactus .photo-bg {
  position: absolute;
  right: -30px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 75%;
  height: 500px;
  border-radius: 999px 999px 0 0;
}

@media (max-width: 991px) {
  .section-contactus .photo-bg {
    display: none;
  }
}

.section-contactus__content {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-contactus__content {
    text-align: center;
  }
}

.section-contactus__content .buttons-container {
  margin-top: 50px;
}

@media (max-width: 479px) {
  .section-contactus__content .buttons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-contactus__content .buttons-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-contactus__content .buttons-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section-contactus__content .buttons-container .btn._all {
  height: 75px;
  font-size: 16px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-contactus__content .buttons-container .btn._all {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-contactus__content .buttons-container .btn._call .desc .text {
    font-size: 14px;
  }
}

@media (min-width: 480px) {
  .section-contactus__content .buttons-container .btn:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 479px) {
  .section-contactus__content .buttons-container .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}

.section-dealers .container {
  padding-top: 70px;
  padding-bottom: 30px;
}

.section-dealers .list-dealers__item {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-dealers .list-dealers__description {
  padding-left: 20px;
}

.section-dealers .list-dealers__header .users .icon {
  font-size: 12px;
}

.section-dealers .list-dealers__header .users .text {
  font-size: 12px;
}

.section-dealers .list-dealers__header .title {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}

.section-dealers .list-dealers__information .item {
  margin-bottom: 3px;
}

.section-dealers .list-dealers__information .item .icon {
  font-size: 12px;
}

.section-dealers .list-dealers__information .item .text {
  padding-left: 10px;
  font-size: 12px;
}

.humidbox-home {
  margin-top: -100px;
  padding-bottom: 100px;
}

@media (max-width: 479px) {
  .humidbox-home .detail-product__pros .pros {
    padding-top: 0;
  }
}

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

.inner-page__header {
  position: relative;
}

.inner-page__photo {
  height: 300px;
  background: black;
}

@media (max-width: 479px) {
  .inner-page__photo {
    height: 250px;
  }
}

.inner-page__photo.large {
  height: 550px;
}

@media (max-width: 767px) {
  .inner-page__photo.large {
    height: 375px;
  }
}

.inner-page__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .5;
}

.inner-page__cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 530px;
}

@media (max-width: 479px) {
  .inner-page__cover {
    height: 300px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .inner-page__cover {
    height: 400px;
  }
}

.inner-page__heading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.inner-page__heading.style-relative {
  position: relative;
  background: rgba(237, 252, 255, 0.6);
  height: 275px;
}

.inner-page__heading .container {
  height: 100%;
  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-top: 90px;
}

@media (max-width: 767px) {
  .inner-page__heading .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 90px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__heading .container {
    -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;
  }
}

.inner-page__heading .title {
  color: #10ace3;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media (max-width: 479px) {
  .inner-page__heading .title {
    font-size: 32px;
    letter-spacing: -2px;
  }
}

.inner-page__heading .title.size-1 {
  font-size: 28px;
}

.inner-page__heading .breadcrumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-left: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__heading .breadcrumb {
    margin-left: 0;
  }
}

.inner-page__heading .text {
  color: #7d97ad;
  font-size: 16px;
  line-height: 1.6;
}

.inner-page__nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.inner-page__nav.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: #0f2d47;
}

.inner-page__nav ul li:not(.heading):hover a,
.inner-page__nav ul li:not(.heading).is-current a {
  color: #57758c;
}

.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(87, 117, 140, 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: #2c5364;
  width: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.inner-page__wrapper {
  margin-top: 50px;
  margin-bottom: 100px;
}

.inner-page__wrapper.mb-0 {
  margin-bottom: 0;
}

.inner-page__wrapper.mt-0 {
  margin-top: 0;
}

.inner-page__wrapper.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .inner-page__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .inner-page__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@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.gutter-15>div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .inner-page__row.gutter-15>div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.inner-page__article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

@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% - 70%);
  flex: 0 0 calc(100% - 70%);
  max-width: calc(100% - 70%);
}

@media (max-width: 767px) {
  .inner-page__sidebar {
    margin-top: 40px;
  }
}

@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__content {
  min-height: 700px;
}

.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;
}

@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: #2c5364;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 600;
  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: #57758c;
  font-size: 14px;
  font-weight: 600;
  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;
  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;
  color: rgba(87, 117, 140, 0.5);
  width: 30px;
  height: 30px;
  align-items: center;
  font-size: 18px;
}

.page-content__heading {
  color: #0f2d47;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.page-content__heading.color-1 {
  color: #2c5364;
}

.page-content__heading.color-2 {
  color: #10ace3;
}

.page-content__photo {
  overflow: hidden;
  height: 300px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 50%;
  position: relative;
  border-radius: 11px;
}

@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.small,
.page-content__photo.large {
  width: 100%;
  float: inherit;
  margin-right: 0;
}

.page-content__photo.small {
  height: 175px;
  margin-bottom: 0;
}

.page-content__photo.large {
  height: 450px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo.large {
    height: 250px;
  }
}

.page-content__photo.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: #1e1d1c;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.page-content__description {
  color: #57758c !important;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Jost", sans-serif !important;
}

.page-content__description.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: 700;
}

.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;
}

.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 ul {
  padding-left: 0 !important;
}

.page-content__gallery ul li {
  list-style: none;
}

@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%;
  }
}

.page-content__cards {
  margin-top: 70px;
  margin-bottom: 30px;
}

.page-content__cards.style-contact {
  margin-top: 0;
  margin-bottom: 0;
}

.page-content__cards.style-contact .card {
  height: 385px;
}

.page-content__cards.style-contact .card .text {
  height: 70px;
}

@media (max-width: 767px) {
  .page-content__cards ul li {
    margin-bottom: 30px;
  }
}

.page-content__cards .card {
  height: 410px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 35px rgba(87, 117, 140, 0.1);
  box-shadow: 0 5px 35px rgba(87, 117, 140, 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: 480px) and (max-width: 767px) {
  .page-content__cards .card {
    height: 250px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card {
    padding-left: 25px;
    padding-right: 25px;
    height: 350px !important;
  }
}

@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: #0f2d47;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .title {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card .title {
    font-size: 16px;
  }
}

.page-content__cards .card>.icon {
  color: #10ace3;
  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: 480px) and (max-width: 767px) {
  .page-content__cards .card>.icon {
    font-size: 54px;
    margin-bottom: 25px;
  }
}

@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: #57758c;
  line-height: 1.4;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .text {
    display: none;
  }
}

@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;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .btn-wrapper {
    bottom: 25px;
  }
}

.page-content__cards .card .btn-wrapper a {
  color: #10ace3;
  font-size: 16px;
  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: 480px) and (max-width: 767px) {
  .page-content__cards .card .btn-wrapper a {
    font-size: 12px;
  }
}

@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: #10ace3;
  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: 14px;
  margin-left: 10px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .btn-wrapper a .icon {
    font-size: 12px;
  }
}

@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(125, 151, 173, 0.15);
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.page-content__information .heading .icon {
  color: rgba(125, 151, 173, 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: #10ace3;
  font-size: 16px;
  font-weight: 700;
}

.page-content__information .heading .desc .title {
  color: #2c5364;
  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-nav {
  background: #2c5364;
  padding: 35px 45px;
  z-index: 1;
  position: relative;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

@media (max-width: 479px) {
  .sidebar-nav {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-nav {
    padding: 25px 35px;
  }
}

.sidebar-nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#377899), to(transparent));
  background-image: -o-linear-gradient(#377899, transparent);
  background-image: linear-gradient(#377899, transparent);
  z-index: -1;
}

.sidebar-nav .heading {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-nav .heading {
    font-size: 24px;
  }
}

.sidebar-nav ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.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: 7px;
  margin-right: 10px;
}

.sidebar-nav ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-nav ul li a {
    font-size: 16px;
  }
}

.sidebar-nav ul li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 7px;
  border-radius: 99px;
  background: #10ace3;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
}

.sidebar-item {
  background: rgba(237, 252, 255, 0.6);
  padding: 35px 45px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-item {
    padding: 25px 35px;
  }
}

.sidebar-item:last-child {
  border-radius: 0 0 15px 15px;
}

.sidebar-item .infos ul li:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar-item .info-card {
  height: auto;
}

.contact-item .container {
  padding-top: 60px;
}

.contact-map {
  background: #fff;
  padding: 20px;
  border-radius: 11px;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.contact-map iframe {
  width: 100%;
  height: 550px;
}

.contact-form__left .photo {
  height: 680px;
  border-radius: 11px 0 0 11px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .contact-form__left .photo {
    height: auto;
  }
}

.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(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  border-radius: 0 11px 11px 0;
  height: 100%;
  padding: 60px 75px;
}

@media (max-width: 767px) {
  .contact-form__right {
    padding: 30px;
  }
}

@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;
  }
}

.detail-product__header {
  background: rgba(237, 252, 255, 0.4);
}

.detail-product__header .pro {
  padding-top: 40px;
}

.detail-product__header .pro-photo {
  width: 100%;
  height: 500px;
}

.detail-product__header .pro-photo.ui-video {
  height: 680px;
}

.detail-product__header .pro-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.detail-product__header .pro-photo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.detail-product__header .pro .ui-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.detail-product__header .pro .ui-videos iframe {
  border-radius: 15px !important;
}

.detail-product__header .container {
  height: 650px;
  position: relative;
  padding-top: 90px;
}

@media (max-width: 479px) {
  .detail-product__header .container {
    height: 400px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-product__header .container {
    height: 500px;
  }
}

.detail-product__header .heading {
  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;
}

.detail-product__header .heading .title {
  margin-top: 30px;
  color: #2c5364;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 1.2;
  max-width: 520px;
  text-align: center;
}

@media (max-width: 479px) {
  .detail-product__header .heading .title {
    font-size: 28px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-product__header .heading .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .detail-product__header .heading .title {
    letter-spacing: -1px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__header .heading .title {
    font-size: 42px;
    line-height: 1.2;
  }
}

.detail-product__header .heading .title strong {
  color: #10ace3 !important;
}

.detail-product__header .product-photo {
  position: absolute;
  right: 10px;
  bottom: -70px;
  left: 10px;
  margin: 0 auto;
  max-width: 730px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-product__header .product-photo {
    max-width: 500px;
  }
}

.detail-product__header .product-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.detail-product__header .product-video {
  position: absolute;
  right: 10px;
  bottom: -70px;
  left: 10px;
  margin: 0 auto;
  max-width: 775px;
}

@media (max-width: 1199px) {
  .detail-product__header .product-video {
    display: none;
  }
}

.detail-product__header .product-video video {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.detail-product__promotion {
  padding-top: 170px;
}

@media (max-width: 767px) {
  .detail-product__promotion {
    padding-top: 130px;
  }
}

.detail-product__promotion>div>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__promotion>div>.row>div:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-product__promotion>div>.row>div:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 479px) {
  .detail-product__promotion .ui-mobile {
    margin-top: 230px;
  }
}

.detail-product__promotion .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 215px;
  background: #10ace3;
  border-radius: 20px;
}

.detail-product__promotion .product {
  position: relative;
  z-index: 1;
  top: 30px;
  height: 215px;
  padding-left: 30px;
  padding-right: 30px;
}

.detail-product__promotion .product img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .detail-product__promotion .infos {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__promotion .infos {
    padding-top: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-product__promotion .infos {
    padding-top: 70px;
  }
}

.detail-product__promotion .infos ul li:not(:last-child) {
  margin-bottom: 30px;
}

.detail-product__usage .container {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.detail-product__usage .description .text ul {
  padding-left: 25px;
}

.detail-product__usage .description .text ul li {
  list-style: disc;
}

.detail-product__usage .description .text ul li:not(:last-child) {
  margin-bottom: 15px;
}

.calcbox-ce {
  width: 150px;
  position: absolute;
  right: 100px;
  top: 230px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

@media (max-width: 767px) {
  .calcbox-ce {
    right: 50px;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .calcbox-ce {
    display: none;
  }
}

.calcbox-ce img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail-product__pros {
  padding-top: 130px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros.first {
    margin-bottom: 250px;
  }
}

.detail-product__pros.ui-bg {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .detail-product__pros.ui-bg {
    padding-top: 0;
    margin-top: 0;
  }
}

.detail-product__pros.ui-bg::before {
  content: "";
  position: absolute;
  background-color: #10ace3;
  border-radius: 100px 0 0 0;
  z-index: -1;
  right: 0;
  width: 70%;
  height: 600px;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .detail-product__pros.ui-bg::before {
    width: 100%;
    border-radius: 0;
  }
}

.detail-product__pros._2 {
  padding-top: 70px;
  margin-bottom: 200px;
}

@media (max-width: 479px) {
  .detail-product__pros._2 {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros._2 {
    padding-top: 0;
  }
}

.detail-product__pros._2::before {
  content: "";
  position: absolute;
  background-color: #10ace3;
  border-radius: 0 0 100px 0;
  z-index: -1;
  left: 0;
  width: 70%;
  height: 600px;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .detail-product__pros._2::before {
    width: 100%;
    border-radius: 0;
    top: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros._2::before {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros._2 .pros-cover {
    left: inherit;
    right: -220px;
    top: 70px;
    height: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros._2 .pros-bg {
    right: 50px;
    top: 60px;
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros._2 .pros-body {
    padding-right: 250px;
  }
}

.detail-product__pros._2 .pros .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.detail-product__pros._2 .pros .shape-2 {
  bottom: -150px;
  right: -50px;
}

.detail-product__pros.bg {
  background-color: rgba(16, 172, 227, 0.1);
  margin-top: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-top: 150px;
}

@media (max-width: 767px) {
  .detail-product__pros.bg {
    margin-top: 0;
    padding-top: 250px;
  }
}

.detail-product__pros.bg .bg-photo {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 820px;
  background-image: url("../../assets/images/wall-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  -webkit-mask-image: url("../../assets/images/mask.png");
  mask-image: url("../../assets/images/mask.png");
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@media (max-width: 767px) {
  .detail-product__pros.bg .bg-photo {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros.bg .bg-photo {
    height: 550px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-product__pros.bg .bg-photo {
    height: 700px;
  }
}

@media (min-width: 1750px) {
  .detail-product__pros.bg .bg-photo {
    background-size: contain;
  }
}

.detail-product__pros.bg .bg-shape {
  width: 100%;
  height: 400px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
  -webkit-animation-name: shape;
  animation-name: shape;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@media (max-width: 991px) {
  .detail-product__pros.bg .bg-shape {
    display: none;
  }
}

@media (min-width: 1750px) {
  .detail-product__pros.bg .bg-shape {
    height: 600px;
  }
}

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes shape {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.detail-product__pros.bg .bg-shape.ui-2 {
  bottom: 150px;
  top: inherit;
  left: 150px;
  height: 350px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-product__pros.bg .bg-shape.ui-2 {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .detail-product__pros.bg .bg-shape.ui-2 {
    display: none;
  }
}

@media (min-width: 1750px) {
  .detail-product__pros.bg .bg-shape.ui-2 {
    display: none;
  }
}

.detail-product__pros.bg .bg-shape.ui-2 img {
  -webkit-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
}

.detail-product__pros.bg .bg-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.detail-product__pros.bg .bg-body {
  padding-right: 150px;
}

@media (max-width: 1199px) {
  .detail-product__pros.bg .bg-body {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .detail-product__pros.bg .bg-body {
    padding-right: 10vw;
  }
}

.detail-product__pros.bg .bg-body ul {
  margin-top: 50px;
}

.detail-product__pros.bg .bg-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 15px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media (max-width: 479px) {
  .detail-product__pros.bg .bg-body ul li {
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros.bg .bg-body ul li {
    padding: 20px;
  }
}

.detail-product__pros.bg .bg-body ul li:not(:last-child) {
  margin-bottom: 15px;
}

.detail-product__pros.bg .bg-body ul li:hover {
  background-color: #2c5364;
}

.detail-product__pros.bg .bg-body ul li:hover .title {
  color: #fff;
}

.detail-product__pros.bg .bg-body ul li:hover .icon {
  color: #fff;
}

.detail-product__pros.bg .bg-body ul li .icon {
  font-size: 38px;
  color: #951a80;
  margin-right: 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.detail-product__pros.bg .bg-body ul li .title {
  font-size: 24px;
  color: #2c5364;
  letter-spacing: -0.5px;
  font-weight: 500;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media (max-width: 1199px) {
  .detail-product__pros.bg .bg-body ul li .title {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .detail-product__pros.bg .bg-body ul li .title {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .detail-product__pros .pros {
    padding-top: 150px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-product__pros .pros {
    padding-top: 50px;
  }
}

.detail-product__pros .pros ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.detail-product__pros .pros ul li:not(:last-child) {
  margin-bottom: 50px;
}

.detail-product__pros .pros-list {
  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: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .detail-product__pros .pros-list {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.detail-product__pros .pros-list.ui-right {
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .detail-product__pros .pros-list.ui-right {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .detail-product__pros .pros-list.ui-right.ui-first {
    margin-top: 150px;
  }
}

.detail-product__pros .pros-list .icon {
  font-size: 42px;
  margin-bottom: 20px;
  color: #10ace3;
}

.detail-product__pros .pros-list .desc .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #2c5364;
  line-height: 1;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros .pros-list .desc .title {
    font-size: 18px;
  }
}

.detail-product__pros .pros-list .desc .text {
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros .pros-list .desc .text {
    font-size: 13px;
  }
}

.detail-product__pros .pros-middle {
  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;
  height: 100%;
  background-color: #10ace3;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .detail-product__pros .pros-middle {
    margin-top: 100px;
    margin-bottom: 300px;
  }
}

.detail-product__pros .pros-photo {
  width: 100%;
  height: 200px;
  position: absolute;
  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;
  top: 30px;
  left: -140px;
}

@media (max-width: 479px) {
  .detail-product__pros .pros-photo {
    left: 0;
    top: 80px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-product__pros .pros-photo {
    top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros .pros-photo {
    left: 0;
    top: -30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-product__pros .pros-photo {
    left: 0;
    top: -30px;
  }
}

.detail-product__pros .pros-photo._2 {
  bottom: 30px;
  right: -120px;
  top: inherit;
  left: inherit;
}

@media (max-width: 479px) {
  .detail-product__pros .pros-photo._2 {
    right: 0;
    bottom: -120px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-product__pros .pros-photo._2 {
    bottom: -120px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros .pros-photo._2 {
    right: 0;
    bottom: -30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-product__pros .pros-photo._2 {
    right: 0;
    bottom: -30px;
  }
}

.detail-product__pros .pros-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.detail-product__pros .pros-left {
  height: 100%;
  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;
  position: relative;
}

@media (max-width: 767px) {
  .detail-product__pros .pros-left {
    margin-bottom: 300px;
  }
}

.detail-product__pros .pros-bg {
  width: 300px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #2c5364;
  position: absolute;
  top: 0px;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
  }

  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
  }

  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros .pros-bg {
    top: -340px;
  }
}

.detail-product__pros .pros-cover {
  width: 100%;
  height: 280px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__pros .pros-cover {
    top: -330px;
  }
}

.detail-product__pros .pros-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.detail-product__pros .pros-body {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-product__pros .pros-body .title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .detail-product__pros .pros-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
  }
}

.detail-product__pros .pros-body .shape {
  position: absolute;
  left: -80px;
  top: -80px;
}

@media (max-width: 479px) {
  .detail-product__pros .pros-body .shape {
    display: none;
  }
}

.detail-product__pros .pros-body .shape-2 {
  position: absolute;
  right: -80px;
  bottom: -80px;
}

@media (max-width: 479px) {
  .detail-product__pros .pros-body .shape-2 {
    display: none;
  }
}

.no-scroll {
  overflow: hidden;
}

.no-scroll-y {
  overflow-y: hidden;
}

.no-scroll-x {
  overflow-x: hidden;
}

.pos-relative {
  position: relative;
}

.pos-inherit {
  position: inherit;
}

.pos-sticky {
  position: sticky;
  top: 20px;
}

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

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-between {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.z-index {
  position: relative;
  z-index: 9;
}

.hidden {
  display: none;
}

@media (max-width: 479px) {
  .xs-hidden {
    display: none;
  }
}

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

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

.pv-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pv-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pv-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pv-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pv-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}

.pv-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pv-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pv-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pv-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pv-70px {
  margin-top: 70px;
  margin-bottom: 70px;
}

.pv-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pv-90px {
  margin-top: 90px;
  margin-bottom: 90px;
}

.pv-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-5px {
  padding-top: 5px;
}

.pt-10px {
  padding-top: 10px;
}

.pt-15px {
  padding-top: 15px;
}

.pt-20px {
  padding-top: 20px;
}

.pt-25px {
  padding-top: 25px;
}

.pt-30px {
  padding-top: 30px;
}

.pt-40px {
  padding-top: 40px;
}

.pt-50px {
  padding-top: 50px;
}

.pt-60px {
  padding-top: 60px;
}

.pt-70px {
  padding-top: 70px;
}

.pt-80px {
  padding-top: 80px;
}

.pt-90px {
  padding-top: 90px;
}

.pt-100px {
  padding-top: 100px;
}

.pb-5px {
  padding-bottom: 5px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-15px {
  padding-bottom: 15px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pb-25px {
  padding-bottom: 25px;
}

.pb-30px {
  padding-bottom: 30px;
}

.pb-40px {
  padding-bottom: 40px;
}

.pb-50px {
  padding-bottom: 50px;
}

.pb-60px {
  padding-bottom: 60px;
}

.pb-70px {
  padding-bottom: 70px;
}

.pb-80px {
  padding-bottom: 80px;
}

.pb-90px {
  padding-bottom: 90px;
}

.pb-100px {
  padding-bottom: 100px;
}

.mv-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mv-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mv-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mv-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mv-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mv-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mv-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mv-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mv-70px {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mv-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mv-90px {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mv-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-5px {
  margin-top: 5px;
}

.mt-10px {
  margin-top: 10px;
}

.mt-15px {
  margin-top: 15px;
}

.mt-20px {
  margin-top: 20px;
}

.mt-25px {
  margin-top: 25px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-40px {
  margin-top: 40px;
}

.mt-50px {
  margin-top: 50px;
}

.mt-60px {
  margin-top: 60px;
}

.mt-70px {
  margin-top: 70px;
}

.mt-80px {
  margin-top: 80px;
}

.mt-90px {
  margin-top: 90px;
}

.mt-100px {
  margin-top: 100px;
}

.mb-5px {
  margin-bottom: 5px;
}

.mb-10px {
  margin-bottom: 10px;
}

.mb-15px {
  margin-bottom: 15px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-25px {
  margin-bottom: 25px;
}

.mb-30px {
  margin-bottom: 30px;
}

.mb-40px {
  margin-bottom: 40px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-60px {
  margin-bottom: 60px;
}

.mb-70px {
  margin-bottom: 70px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-90px {
  margin-bottom: 90px;
}

.mb-100px {
  margin-bottom: 100px;
}

/*# sourceMappingURL=app.css.map */