@charset "UTF-8";

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

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

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

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

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

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

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

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

button {
  background: none;
  cursor: pointer;
}

button,
fieldset,
iframe {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

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

td {
  padding: 0;
}

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

button {
  outline: 0;
}

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

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

body {
  margin: 0;
}

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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

@-webkit-keyframes swing {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

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

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

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

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

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

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

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@-webkit-keyframes pulsateVideoPlay {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.1, 0.1);
    transform: translateY(-50%) translateX(-50%) scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2);
    transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsateVideoPlay {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.1, 0.1);
    transform: translateY(-50%) translateX(-50%) scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2);
    transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2);
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 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%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ui-gutter-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}

.owl-carousel .owl-item .item {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.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 [class*="owl-"] {
  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;
  background: rgba(239, 67, 57, 0.3);
  border: 1px solid transparent;
  outline: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding-top: 1px !important;
}

@media (min-width: 768px) {
  .owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
    font-size: 18px;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 15px;
  }
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ef4339;
  -webkit-box-shadow: 5px 5px 20px rgba(239, 67, 57, 0.3);
  box-shadow: 5px 5px 20px rgba(239, 67, 57, 0.3);
}

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

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

.owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

@media (min-width: 992px) {
  .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav {
    margin-top: -80px;
  }
}

@media (max-width: 991px) {
  .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav {
    margin-top: -20px;
  }
}

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

@media (min-width: 1200px) {
  .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-prev {
    left: -70px;
  }
}

@media (max-width: 1199px) {
  .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-prev {
    left: -5px;
  }
}

@media (min-width: 1200px) {
  .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-next {
    right: -70px;
  }
}

@media (max-width: 1199px) {
  .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-next {
    right: -5px;
  }
}

.owl-nav-style:not([class*="ui-pos-"]) .owl-theme.owl-categories .owl-nav {
  margin-top: -40px;
}

.owl-nav-style.ui-pos-bottom-right .owl-theme .owl-nav {
  right: 0;
  bottom: 0;
  position: absolute;
}

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

.owl-nav-style.ui-pos-bottom-left .owl-theme .owl-nav {
  bottom: 0;
  left: 0;
  position: absolute;
}

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

.owl-nav-style.ui-pos-bottom-center .owl-theme .owl-nav {
  position: relative;
  text-align: center;
}

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

.owl-nav-style.ui-pos-top-right .owl-theme .owl-nav {
  position: absolute;
  top: 0;
  right: -5px;
}

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

@media (min-width: 768px) {

  .owl-nav-style.ui-pos-top-right .owl-theme.owl-products .owl-nav,
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-products-similar .owl-nav {
    top: -155px;
  }
}

@media (max-width: 767px) {

  .owl-nav-style.ui-pos-top-right .owl-theme.owl-products .owl-nav,
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-products-similar .owl-nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -20px;
    left: 0;
    right: 0;
  }
}

@media (max-width: 767px) {

  .owl-nav-style.ui-pos-top-right .owl-theme.owl-products .owl-nav [class*="owl-"],
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-products-similar .owl-nav [class*="owl-"] {
    position: absolute;
  }
}

@media (max-width: 767px) {

  .owl-nav-style.ui-pos-top-right .owl-theme.owl-products .owl-nav button.owl-prev,
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-products-similar .owl-nav button.owl-prev {
    left: 0;
  }
}

@media (max-width: 767px) {

  .owl-nav-style.ui-pos-top-right .owl-theme.owl-products .owl-nav button.owl-next,
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-products-similar .owl-nav button.owl-next {
    right: 0;
  }
}

@media (min-width: 480px) {
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-news .owl-nav {
    top: -130px;
  }
}

@media (max-width: 479px) {
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-news .owl-nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -175px;
    left: 0;
    right: 0;
  }
}

@media (max-width: 479px) {
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-news .owl-nav [class*="owl-"] {
    position: absolute;
  }
}

@media (max-width: 479px) {
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-news .owl-nav button.owl-prev {
    left: 0;
  }
}

@media (max-width: 479px) {
  .owl-nav-style.ui-pos-top-right .owl-theme.owl-news .owl-nav button.owl-next {
    right: 0;
  }
}

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-color: #062138;
  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: .8;
  -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: #fff;
  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(black, .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;
}

@media (min-width: 768px) {
  .fancybox-slide.fancybox-slide--pdf {
    padding-left: 200px;
    padding-right: 200px;
  }
}

.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: #fff;
}

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

@media (min-width: 992px) {

  .slide,
  .hero {
    height: calc(100vh - 90px);
  }
}

@media (max-width: 479px) {

  .slide,
  .hero {
    height: 500px;
  }
}

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

  .slide,
  .hero {
    height: 600px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .slide,
  .hero {
    height: 600px;
  }
}

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

.slide-list>li {
  display: none;
}

.slide-material {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#0c4270), to(#b6c6d4));
  background-image: -o-linear-gradient(left, #0c4270, #b6c6d4);
  background-image: linear-gradient(to right, #febe11, #3a3a3a);
  border: 7px solid #fff;
}

@media (min-width: 992px) {
  .slide-material {
    height: calc(calc(100vh - 90px) - 110px);
  }
}

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .slide-material {
    height: 600px;
  }
}

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

.slide-cover>div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  opacity: .3;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-transform 10s ease-in 0s;
  transition: -webkit-transform 10s ease-in 0s;
  -o-transition: transform 10s ease-in 0s;
  transition: transform 10s ease-in 0s;
  transition: transform 10s ease-in 0s, -webkit-transform 10s ease-in 0s;
}

.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;
  position: relative;
}

@media (min-width: 768px) {
  .slide-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .slide-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

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

@media (min-width: 992px) {
  .slide-content {
    padding-bottom: calc(110px + 50px);
  }
}

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

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

.slide-content .heading-small {
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .slide-content .heading-small {
    font-size: 24px;
  }
}

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

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

.slide-content .heading {
  color: #fff;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 1;
}

@media (min-width: 768px) {
  .slide-content .heading {
    font-size: 120px;
  }
}

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

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

.slide-content .text {
  color: #fff;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .slide-content .text {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .slide-content .text {
    font-size: 16px;
    margin-top: 20px;
  }
}

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

@media (max-width: 767px) {
  .slide-content .text {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .slide-content .buttons-container {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .slide-content .buttons-container {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.slide-dots {
  position: absolute;
  right: 0;
  bottom: 110px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
}

.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: 75px;
}

.slide-arrows {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .slide-arrows {
    bottom: calc(110px + 50px);
    left: 60px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .slide-arrows {
    bottom: 40px;
    left: 40px;
    right: 40px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-arrows {
    bottom: 60px;
    left: 60px;
  }
}

.slide-arrows button {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  padding-top: 2px;
  font-size: 20px;
  border-radius: 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  will-change: transform, opacity;
}

.slide-arrows button::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0a355a;
  -webkit-transform: scaleX(0.2);
  -ms-transform: scaleX(0.2);
  transform: scaleX(0.2);
  opacity: 0;
  -webkit-transition: 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.slide-arrows button:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.slide-arrows button::after {
  border-radius: 15px;
}

.slide-arrows button:not(:last-child) {
  margin-right: 10px;
}

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

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

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

.slide-products {
  position: absolute;
  right: -70px;
  bottom: 0;
  width: 52%;
}

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

.slide-products ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-products ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: -70px;
}

.slide-products ul li .photo {
  height: calc(100vh - 90px - 40px);
}

.slide-products ul li .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide-information {
  position: absolute;
  bottom: 0;
  left: 60px;
}

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

.slide-information ul {
  height: 110px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-list li.is-effect .slide-material img,
.slide-list li.is-effect .slide-cover>div {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.slide-list li.is-effect .slide-content .heading-small,
.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-products ul li {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

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

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

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

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

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

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

.slide-products ul li {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.slide-products ul li:first-child {
  -webkit-transition: .9s .3s;
  -o-transition: .9s .3s;
  transition: .9s .3s;
}

.slide-products ul li:last-child {
  -webkit-transition: .9s .1s;
  -o-transition: .9s .1s;
  transition: .9s .1s;
}

.slide-information ul li {
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.slide-information ul li:nth-child(1) {
  -webkit-transition: .9s .1s;
  -o-transition: .9s .1s;
  transition: .9s .1s;
}

.slide-information ul li:nth-child(2) {
  -webkit-transition: .9s .2s;
  -o-transition: .9s .2s;
  transition: .9s .2s;
}

.slide-information ul li:nth-child(3) {
  -webkit-transition: .9s .3s;
  -o-transition: .9s .3s;
  transition: .9s .3s;
}

.slide-information ul li:nth-child(4) {
  -webkit-transition: .9s .4s;
  -o-transition: .9s .4s;
  transition: .9s .4s;
}

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

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

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

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

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

.loading::before {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  border-top: 5px solid #0c4270;
  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: #0a355a;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.overlay.is-visible {
  opacity: .85;
  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: #0c4270;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 2002;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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

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

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

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

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

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  line-height: 1.2;
  outline: 0;
  font-weight: 800;
  letter-spacing: .3px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.button.ui-icon-pos-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.button:not([class*="ui-size-"]) {
  letter-spacing: 1px;
}

@media (min-width: 480px) {
  .button:not([class*="ui-size-"]) {
    height: 55px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    border-radius: 15px;
  }
}

@media (max-width: 479px) {
  .button:not([class*="ui-size-"]) {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    border-radius: 11px;
  }
}

@media (min-width: 480px) {
  .button:not([class*="ui-size-"]) .icon {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .button:not([class*="ui-size-"]) .icon {
    font-size: 20px;
  }
}

@media (min-width: 480px) {
  .button:not([class*="ui-size-"]):not([class*="ui-icon-pos-"]) .icon {
    margin-left: 17px;
  }
}

@media (max-width: 479px) {
  .button:not([class*="ui-size-"]):not([class*="ui-icon-pos-"]) .icon {
    margin-left: 12px;
  }
}

.button:not([class*="ui-size-"]).ui-icon-pos-right .icon {
  margin-right: 17px;
}

.button.ui-size-small {
  height: 45px;
  letter-spacing: 0.3px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  border-radius: 15px;
}

.button.ui-size-small .icon {
  font-size: 20px;
}

.button.ui-size-small:not([class*="ui-icon-pos-"]) .icon {
  margin-left: 12px;
}

.button.ui-size-small.ui-icon-pos-right .icon {
  margin-right: 12px;
}

.button.ui-size-small-1 {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  border-radius: 11px;
}

.button.ui-size-small-1 .icon {
  font-size: 18px;
}

.button.ui-size-small-1:not([class*="ui-icon-pos-"]) .icon {
  margin-left: 10px;
}

.button.ui-size-small-1.ui-icon-pos-right .icon {
  margin-right: 10px;
}

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

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

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

.button:not(.ui-no-bg-hover) {
  position: relative;
  will-change: transform, opacity;
}

.button:not(.ui-no-bg-hover)::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-transform: scaleX(0.2);
  -ms-transform: scaleX(0.2);
  transform: scaleX(0.2);
  opacity: 0;
  -webkit-transition: 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.button:not(.ui-no-bg-hover):hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.button:not(.ui-no-bg-hover)::after {
  border-radius: 15px;
}

.button:not([class*="ui-color-"]) {
  background: #0b3b65;
}

.button.ui-color-light {
  background-color: #fff;
  color: #575656;
}

.button.ui-color-dark {
  background: #575656;
}

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

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

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

.button.ui-color-2 {
  background: #ff6c16;
}

.button.ui-color-3 {
  background: #ff9c00;
}

.button.ui-color-4 {
  background: #ef4339;
}

.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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  line-height: 1.2;
  outline: 0;
  font-weight: 800;
  letter-spacing: .3px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border: 1px solid #fff;
}

.button-border.ui-icon-pos-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.button-border:not([class*="ui-size-"]) {
  letter-spacing: 1px;
}

@media (min-width: 480px) {
  .button-border:not([class*="ui-size-"]) {
    height: 55px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    border-radius: 15px;
  }
}

@media (max-width: 479px) {
  .button-border:not([class*="ui-size-"]) {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    border-radius: 11px;
  }
}

@media (min-width: 480px) {
  .button-border:not([class*="ui-size-"]) .icon {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .button-border:not([class*="ui-size-"]) .icon {
    font-size: 20px;
  }
}

@media (min-width: 480px) {
  .button-border:not([class*="ui-size-"]):not([class*="ui-icon-pos-"]) .icon {
    margin-left: 17px;
  }
}

@media (max-width: 479px) {
  .button-border:not([class*="ui-size-"]):not([class*="ui-icon-pos-"]) .icon {
    margin-left: 12px;
  }
}

.button-border:not([class*="ui-size-"]).ui-icon-pos-right .icon {
  margin-right: 17px;
}

.button-border.ui-size-small {
  height: 45px;
  letter-spacing: 0.3px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  border-radius: 15px;
}

.button-border.ui-size-small .icon {
  font-size: 20px;
}

.button-border.ui-size-small:not([class*="ui-icon-pos-"]) .icon {
  margin-left: 12px;
}

.button-border.ui-size-small.ui-icon-pos-right .icon {
  margin-right: 12px;
}

.button-border.ui-size-small-1 {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  border-radius: 11px;
}

.button-border.ui-size-small-1 .icon {
  font-size: 18px;
}

.button-border.ui-size-small-1:not([class*="ui-icon-pos-"]) .icon {
  margin-left: 10px;
}

.button-border.ui-size-small-1.ui-icon-pos-right .icon {
  margin-right: 10px;
}

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

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

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

.button-border.ui-border-dark {
  color: #3e3e3e;
  border: 1px solid currentColor;
}

.button-border.ui-border-dark .icon {
  color: currentColor;
}

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

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

.button-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: inherit;
  font-weight: 900;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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

.button-line .icon {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.button-line:not([class*="ui-size-"]) {
  letter-spacing: 1px;
  font-size: 14px;
}

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

.button-line.ui-size-small {
  font-size: 12px;
  letter-spacing: 0.75px;
}

.button-line.ui-size-small .icon {
  font-size: 18px;
  margin-left: 12px;
}

.button-line:not([class*="ui-color-"]) {
  color: #0c4270;
}

.button-line:not([class*="ui-color-"]) .icon {
  color: #0c4270;
}

.button-line.ui-color-dark {
  color: #575656;
}

.button-line.ui-color-dark .icon {
  color: #575656;
}

.button-line.ui-color-1 {
  color: #0c4270;
}

.button-line.ui-color-1 .icon {
  color: #0c4270;
}

.button-line.ui-color-2 {
  color: #00d0f6;
}

.button-line.ui-color-2 .icon {
  color: #00d0f6;
}

.button-line.ui-color-3 {
  color: #ff6c16;
}

.button-line.ui-color-3 .icon {
  color: #ff6c16;
}

.button-line.ui-color-4 {
  color: #ef4339;
}

.button-line.ui-color-4 .icon {
  color: #ef4339;
}

.button-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 5px;
}

.button-icon:not([class*="ui-size-"]) {
  height: 55px;
  letter-spacing: 0.75px;
  padding-left: 20px;
  border-radius: 20px;
}

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

.button-icon:not([class*="ui-size-"]) .icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  font-size: 22px;
  margin-left: 25px;
}

.button-icon.ui-size-small {
  height: 45px;
  letter-spacing: 0.3px;
  padding-left: 15px;
  border-radius: 15px;
}

.button-icon.ui-size-small .button-icon__text {
  font-size: 14px;
}

.button-icon.ui-size-small .icon {
  width: 35px;
  height: 35px;
  font-size: 20px;
  margin-left: 15px;
  border-radius: 11px;
}

.button-icon.ui-size-small-1 {
  height: 40px;
  letter-spacing: 0.3px;
  padding-left: 15px;
  border-radius: 11px;
}

.button-icon.ui-size-small-1 .button-icon__text {
  font-size: 12px;
}

.button-icon.ui-size-small-1 .icon {
  width: 30px;
  height: 30px;
  font-size: 16px;
  margin-left: 15px;
  border-radius: 8px;
}

.button-icon:not([class*="ui-bg-"]) {
  background: #fff;
  -webkit-box-shadow: 0px 6px 15px 2px rgba(87, 86, 86, 0.1);
  box-shadow: 0px 6px 15px 2px rgba(87, 86, 86, 0.1);
}

.button-icon:not([class*="ui-bg-"]) .icon {
  color: #fff;
}

.button-icon:not([class*="ui-bg-"]):not([class*="ui-color-"]) .button-icon__text {
  color: #0c4270;
}

.button-icon:not([class*="ui-bg-"]):not([class*="ui-color-"]) .icon {
  background-color: #0c4270;
  -webkit-box-shadow: 0 5px 15px 0 rgba(12, 66, 112, 0.2);
  box-shadow: 0 5px 15px 0 rgba(12, 66, 112, 0.2);
}

.button-icon:not([class*="ui-bg-"]):hover .icon {
  background: #ef4339 !important;
  -webkit-box-shadow: 0 5px 15px 0 rgba(239, 67, 57, 0.35);
  box-shadow: 0 5px 15px 0 rgba(239, 67, 57, 0.35);
}

.button-icon[class*="ui-bg-"] {
  position: relative;
  will-change: transform, opacity;
}

.button-icon[class*="ui-bg-"]::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-transform: scaleX(0.2);
  -ms-transform: scaleX(0.2);
  transform: scaleX(0.2);
  opacity: 0;
  -webkit-transition: 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.button-icon[class*="ui-bg-"]:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.button-icon[class*="ui-bg-"]::after {
  border-radius: 15px;
}

.button-icon.ui-bg-1 {
  background-color: #ef4339;
}

.button-icon.ui-bg-1 .icon {
  background-color: #fff;
  color: #ef4339;
}

.button-icon.ui-bg-1 .button-icon__text {
  color: #fff;
}

.button-icon.ui-color-1 .button-icon__text {
  color: #ef4339;
}

.button-icon.ui-color-1 .icon {
  background-color: #ef4339;
  -webkit-box-shadow: 0 5px 15px 0 rgba(239, 67, 57, 0.2);
  box-shadow: 0 5px 15px 0 rgba(239, 67, 57, 0.2);
}

.button-icon.ui-color-2 .button-icon__text {
  color: #ff9c00;
}

.button-icon.ui-color-2 .icon {
  background-color: #ff9c00;
  -webkit-box-shadow: 0 5px 15px 0 rgba(255, 156, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(255, 156, 0, 0.2);
}

.button-icon__text {
  font-weight: 800;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-icon .icon {
  -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;
}

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

.button-video:not([class*="ui-color-"]) .icon {
  border: 2px solid #fff;
  color: #fff;
}

.button-video:not([class*="ui-color-"]) .text {
  color: #fff;
}

.button-video.ui-color-4 .icon {
  border: 2px solid #ef4339;
  color: #ef4339;
}

.button-video.ui-color-4 .text {
  color: #ef4339;
}

.button-video:not([class*="ui-size-"]) .icon {
  width: 72px;
  height: 72px;
  font-size: 24px;
  padding-left: 5px;
  padding-top: 2px;
}

.button-video:not([class*="ui-size-"]) .icon::before {
  width: calc(72px + 20px);
  height: calc(72px + 20px);
}

.button-video:not([class*="ui-size-"]) .icon::after {
  width: calc(72px + 40px);
  height: calc(72px + 40px);
}

.button-video:not([class*="ui-size-"]) .text {
  font-size: 22px;
  padding-left: 20px;
  letter-spacing: -0.8px;
}

.button-video.ui-size-small .icon {
  width: 55px;
  height: 55px;
  font-size: 18px;
  padding-left: 3px;
  padding-top: 1px;
}

.button-video.ui-size-small .icon::before {
  width: calc(55px + 20px);
  height: calc(55px + 20px);
}

.button-video.ui-size-small .icon::after {
  width: calc(55px + 40px);
  height: calc(55px + 40px);
}

.button-video.ui-size-small .text {
  font-size: 18px;
  padding-left: 15px;
  letter-spacing: -0.4px;
}

.button-video .icon {
  position: relative;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
}

.button-video .icon::before,
.button-video .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: pulsateVideoPlay 1.5s ease-out infinite;
  animation: pulsateVideoPlay 1.5s ease-out infinite;
}

.button-video .icon::before {
  border: 1px solid currentColor;
  opacity: .6;
}

.button-video .icon::after {
  border: 1px solid currentColor;
  opacity: .6;
}

.button-video .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-weight: 800;
}

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

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

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

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

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

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

label.checkbox .checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: none;
  border: 2px solid rgba(87, 86, 86, 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: #00d0f6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

label.checkbox .text {
  color: rgba(87, 86, 86, 0.6);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 1.3;
  padding-left: 10px;
}

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

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

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

label.radio .text {
  color: #575656;
  -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(87, 86, 86, 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, 86, 86, 0.1);
  border-radius: 15px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  color: rgba(87, 86, 86, 0.8);
  font-size: 16px;
  font-weight: 600;
  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 #00d0f6;
}

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

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

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

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

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

select.selectbox::placeholder {
  color: rgba(87, 86, 86, 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:not([class*="ui-color-"]) ul li a {
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb:not([class*="ui-color-"]) ul li a.not:hover {
  color: #fff;
}

.breadcrumb:not([class*="ui-color-"]) ul li a[href]:not(.not):hover {
  color: #fff;
}

.breadcrumb.ui-color-dark ul li a {
  color: rgba(87, 86, 86, 0.4);
}

.breadcrumb.ui-color-dark ul li a.not:hover {
  color: #575656;
}

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

.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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.breadcrumb ul li a {
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  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: 10px;
  margin-right: 15px;
}

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

.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(12, 66, 112, 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);
  }
}

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

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

.accordion>ul>li {
  background: #fff;
  border: 1px solid rgba(87, 86, 86, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion>ul>li:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

@media (max-width: 991px) {
  .accordion-header {
    -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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

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

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

.accordion-right {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

.accordion-content .page-content__description {
  font-size: 14px;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 30px;
}

.products.ui-gap-1 ul {
  row-gap: 40px;
}

.product-card a {
  display: block;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.product-card a:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.product-header {
  position: relative;
}

.product-photo {
  overflow: hidden;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
}

@media (min-width: 768px) {
  .product-photo {
    height: 275px;
  }
}

@media (max-width: 479px) {
  .product-photo {
    height: 95vw;
    max-height: 350px;
  }
}

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

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

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

.product-footer .small-title {
  letter-spacing: 1px !important;
  margin-bottom: 0 !important;
  color: #ef4339 !important;
}

.product-footer .title {
  color: #575656;
  line-height: 1.35;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 22px;
  letter-spacing: -0.5px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 61px;
}

.productsV2.ui-gap-1 ul {
  row-gap: 20px;
}

.productsV2.ui-list ul:hover .productV2-photo img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.productV2-card {
  position: relative;
  display: block;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(87, 86, 86, 0.08);
  border-radius: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 490px;
}

.productV2-card:hover {
  border-color: transparent;
}

.productV2-card:hover .productV2-photo img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.productV2-card:hover .productV2-bg {
  opacity: .4;
  visibility: visible;
}

.productV2-bg {
  background-color: #fff;
  border-color: #00d0f6;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.productV2-photo {
  height: 300px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 2;
}

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

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

.productV2-footer {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}

.productV2-footer .title a {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.productV2-footer .text {
  color: rgba(87, 86, 86, 0.6);
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  margin-top: 8px;
}

.productV2-infos {
  background-color: #00d0f6;
  position: absolute;
  z-index: 2;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.productV2-infos>.row>div:not(:last-child) .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 2px;
  background-color: white;
  opacity: .2;
  border-radius: 3px;
}

.productV2-infos .item {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.productV2-infos .item .icon {
  width: 40px;
  height: 40px;
  -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: 18px;
}

.productV2-infos .item .icon i {
  margin-top: 7px;
}

.productV2-infos .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.productV2-infos .item .title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 800;
}

.brands.ui-gap-1 ul {
  row-gap: 20px;
}

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

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

.brand-photo {
  position: relative;
  z-index: 1;
  height: 110px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(12, 66, 112, 0.1);
  box-shadow: 0 0 20px rgba(12, 66, 112, 0.1);
}

@media (min-width: 480px) and (max-width: 767px) {
  .brand-photo {
    padding: 10px;
    height: 90px;
  }
}

.brand-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand-footer {
  background-color: #f7f7f7;
  margin-top: -20px;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.brand-footer .title {
  color: #575656;
  font-size: 13px;
  font-weight: 600;
}

.news.ui-list ul {
  row-gap: 40px;
}

.news ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-card a {
  position: relative;
}

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

.news-photo {
  overflow: hidden;
}

@media (min-width: 480px) {
  .news-photo {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 350px;
  }
}

@media (max-width: 479px) {
  .news-photo {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 60vw;
    max-height: 240px;
  }
}

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

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

.news-description {
  background-color: rgba(12, 66, 112, 0.04);
  height: 100%;
}

@media (min-width: 480px) {
  .news-description {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 40px 50px 40px 50px;
  }
}

@media (max-width: 479px) {
  .news-description {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 40px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .news-description {
    padding: 30px;
  }
}

.news-description .small-title {
  background-color: #b6c6d4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding: 7px;
  font-size: 12px;
  border-radius: 11px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}

.news-description .title {
  color: #575656;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

@media (min-width: 480px) {
  .news-description .title {
    font-size: 20px;
  }
}

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

.news-description .text {
  color: rgba(87, 86, 86, 0.6);
  font-size: 13px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

@media (min-width: 480px) and (max-width: 767px) {
  .news-description .text {
    display: none;
  }
}

.news-description .btn {
  border: 2px solid #0c4270;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 99px;
  color: #0c4270;
  font-size: 11px;
  letter-spacing: .1px;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (min-width: 480px) {
  .news-description .btn {
    position: absolute;
    right: 35px;
    bottom: 35px;
  }
}

@media (max-width: 479px) {
  .news-description .btn {
    margin-top: 20px;
  }
}

.news-description .btn:hover {
  background-color: #0c4270;
  color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(12, 66, 112, 0.3);
  box-shadow: 5px 5px 15px rgba(12, 66, 112, 0.3);
}

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

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

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

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

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

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

.cards ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.cards.ui-list-small .card-photo {
  height: 200px;
}

.cards.ui-list-small .card-overlay {
  padding: 25px 35px;
}

.cards.ui-list-small .card-overlay .title {
  font-size: 36px;
}

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

@media (max-width: 767px) {
  .cards.ui-list-references ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}

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

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

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

.card-header {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.card-footer:not(.ui-no-padding-h) {
  height: 140px;
  padding: 35px 50px;
}

@media (max-width: 479px) {
  .card-footer:not(.ui-no-padding-h) {
    padding: 30px;
  }
}

.card-footer.ui-d-flex {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 480px) {
  .card-footer.ui-d-flex {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .card-footer.ui-d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    margin-top: -40px;
    position: relative;
    z-index: 2;
  }
}

.card-footer.ui-d-flex .desc .text {
  margin-top: 5px;
}

.card-footer .photo {
  width: 150px;
  height: 110px;
  padding: 15px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(12, 66, 112, 0.1);
  box-shadow: 0 0 20px rgba(12, 66, 112, 0.1);
}

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

.card-footer .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 480px) {
  .card-footer .desc {
    padding-left: 25px;
  }
}

@media (max-width: 479px) {
  .card-footer .desc {
    text-align: center;
    margin-top: 20px;
  }
}

.card-footer .title {
  color: #575656;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.card-footer .text {
  color: #575656;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*&:not(.ui-no-uppercase) { text-transform: uppercase; }*/
}

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

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

.document-card a:hover .document-header {
  background: #00d0f6;
}

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

.document-header {
  height: 130px;
  background: #f7f7f7;
  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;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.document-header .icon {
  color: #00d0f6;
  font-size: 60px;
}

.document-footer {
  height: 110px;
  -webkit-box-shadow: 0 5px 15px rgba(87, 86, 86, 0.1);
  box-shadow: 0 5px 15px rgba(87, 86, 86, 0.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;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.document-footer .title {
  color: #575656;
  font-size: 16px;
  font-weight: 700;
}

.categories.ui-list {
  width: 100%;
}

.categories.ui-list .category-header {
  -webkit-box-shadow: 0 0 20px rgba(87, 86, 86, 0.1);
  box-shadow: 0 0 20px rgba(87, 86, 86, 0.1);
}

.categories.ui-gap-1 ul {
  row-gap: 40px;
}

.categories-wrapper {
  display: none;
}

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

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

.category-header {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}

.category-photo {
  height: 400px;
  overflow: hidden;
  padding: 40px 20px 10px 20px;
}

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

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

.category-footer .title {
  color: #3e3e3e;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.header {
  position: relative;
  z-index: 1001;
}

.header.is-active {
  background-color: #fff;
}

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

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

@media (min-width: 768px) {
  .header-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .header-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-logo {
    margin-left: 35px;
  }
}

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

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

.header-logo img {
  width: 200px;
}

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .header-social {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 10px;
  }
}

.header-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(87, 86, 86, 0.08);
  border-radius: 11px;
  color: rgba(87, 86, 86, 0.6);
  font-size: 12px;
  position: relative;
  will-change: transform, opacity;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header-social a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #24557e;
  -webkit-transform: scaleX(0.2);
  -ms-transform: scaleX(0.2);
  transform: scaleX(0.2);
  opacity: 0;
  -webkit-transition: 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.header-social a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

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

.header-social a:after {
  border-radius: 11px;
}

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

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

.header-actions .item {
  position: relative;
}

.header-actions .item:not(:last-child) {
  margin-right: 10px;
}

.header-actions .item a {
  position: relative;
  z-index: 1;
}

.header-actions .item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header-actions .dropdown {
  position: absolute;
  right: 0;
  left: 0;
  background-color: rgba(239, 67, 57, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  margin-top: -15px;
  padding: 20px 5px 5px 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header-actions .dropdown li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 10px 13px;
  position: relative;
  z-index: 1;
  position: relative;
  will-change: transform, opacity;
}

.header-actions .dropdown li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ff9c00;
  -webkit-transform: scaleX(0.2);
  -ms-transform: scaleX(0.2);
  transform: scaleX(0.2);
  opacity: 0;
  -webkit-transition: 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), 0.3s opacity, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.header-actions .dropdown li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.header-actions .dropdown li a::after {
  border-radius: 11px;
}

.header-actions .dropdown li a .icon {
  font-size: 14px;
  margin-right: 10px;
}

.header-actions .dropdown li a .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  font-weight: 800;
}

.header-buttons {
  position: absolute;
  left: 20px;
  right: 20px;
  display: none;
}

@media (max-width: 767px) {
  .header-buttons {
    display: block;
  }
}

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

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

.header-buttons.ui-mobile .item .btn .icon svg {
  fill: #557b9b;
}

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

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

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

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

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

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

@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;
  font-weight: 800;
  color: #575656;
  font-size: 16px;
  height: 90px;
  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;
  }
}

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

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

.navigation-item:hover>a {
  color: #0c4270;
}

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

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

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

.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: 11px;
  -webkit-box-shadow: 0 0 40px rgba(87, 86, 86, 0.1);
  box-shadow: 0 0 40px rgba(87, 86, 86, 0.1);
  min-width: 210px;
  padding-top: 10px;
  padding-bottom: 10px;
  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: 14px;
  font-weight: 800;
  letter-spacing: -0.5px;
  padding: 13px 25px;
  color: #575656;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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

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

.navigation-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(12, 66, 112, 0.05);
}

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

.navigation-dropdown__content-left {
  padding-top: 20px;
}

.navigation-dropdown__list .item a {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 220px;
  padding: 25px;
  border-top-right-radius: 99px;
  border-top-left-radius: 99px;
  position: relative;
}

.navigation-dropdown__list .item a::before,
.navigation-dropdown__list .item a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
}

.navigation-dropdown__list .item a::before {
  background-color: #ff6c16;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.navigation-dropdown__list .item a::after {
  background-color: rgba(12, 66, 112, 0.1);
}

.navigation-dropdown__list .item a .icon {
  position: absolute;
  right: 20px;
  bottom: 25px;
  color: #b6c6d4;
  font-size: 18px;
}

.navigation-dropdown__list .item a .symbol {
  width: 70px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.navigation-dropdown__list .item a .symbol img {
  width: 250px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.navigation-dropdown__list .item a .title {
  line-height: 1.5;
  color: #3d688d;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-size: 14px;
}

.navigation-dropdown__list .item a:hover .symbol img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: .75;
}

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

.navigation-mobile {
  background-color: #f7f7f7;
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 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);
}

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

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

.navigation-mobile__wrapper {
  overflow-y: auto;
  height: calc(100% - 65px);
  scrollbar-color: rgba(87, 86, 86, 0.12) #fff;
  scrollbar-width: thin;
}

.navigation-mobile__wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}

.navigation-mobile__wrapper::-webkit-scrollbar {
  width: 6px;
}

.navigation-mobile__wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(87, 86, 86, 0.12);
}

.navigation-mobile__header {
  position: relative;
  background: #f7f7f7;
  border-bottom: 1px solid rgba(87, 86, 86, 0.1);
}

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

.navigation-mobile__header-logo a {
  color: rgba(87, 86, 86, 0.6);
  font-size: 14px;
  font-weight: 600;
}

.navigation-mobile__content {
  border-bottom: 1px solid rgba(87, 86, 86, 0.08);
}

.navigation-mobile__content.other {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navigation-mobile__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: #575656;
}

.navigation-mobile__content li.heading {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #00d0f6;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 700;
  z-index: 1;
}

.navigation-mobile__content>ul>li:not(.heading):not(.ui-not).is-open>a,
.navigation-mobile__content>ul>li:not(.heading):not(.ui-not):hover>a {
  background: #fff;
  color: #00d0f6;
}

.navigation-mobile__content>ul>li:not(.heading).ui-not>a {
  color: #575656;
  letter-spacing: 0;
}

.navigation-mobile__content>ul>li:not(.heading).ui-not>a:hover {
  color: #0c4270;
}

.navigation-mobile__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: #0c4270;
  font-size: 13px;
  letter-spacing: -0.5px;
  font-weight: 800;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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

.navigation-mobile__content>ul>li:not(.heading)>a.ui-link {
  font-size: 20px;
  font-weight: 800;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-mobile__sub {
  background: #fff none repeat scroll 0 0;
  display: none;
}

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

.navigation-mobile__sub>li:last-child {
  padding-bottom: 20px;
}

.navigation-mobile__sub>li:last-child a {
  border-bottom: 0 none;
}

.navigation-mobile__sub>li>a {
  color: #557b9b;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid rgba(87, 86, 86, 0.08);
  padding: 10px 40px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.navigation-mobile__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%;
}

.navigation-mobile__sub>li>a:hover {
  color: #00d0f6;
}

.navigation-mobile__sub>li.heading {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  background: #fff;
}

.navigation-mobile__close {
  color: #6d8ea9;
}

.navigation-mobile__close .icon {
  font-size: 28px;
}

.navigation-mobile__footer {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 65px;
  background: #fff;
  -webkit-box-shadow: 8px 12px 25px rgba(87, 86, 86, 0.1);
  box-shadow: 8px 12px 25px rgba(87, 86, 86, 0.1);
}

.navigation-mobile__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: #575656;
  opacity: .3;
}

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

.footer {
  background: #0a355a;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer>.container {
  position: relative;
}

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

.footer-logo a {
  display: block;
  width: 250px;
  position: relative;
  padding-top: 20px;
}

.footer-logo a::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  top: -180px;
  width: 500px;
  height: 300px;
  background-color: #e7ecf1;
  border-radius: 50%;
}

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

.footer-content {
  padding-top: 175px;
}

@media (min-width: 480px) {
  .footer-content {
    padding-bottom: 80px;
  }
}

@media (max-width: 479px) {
  .footer-content {
    padding-bottom: 60px;
  }
}

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

@media (max-width: 479px) {
  .footer-content>.row>div {
    margin-bottom: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .footer-content>.row>div:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-content>.row>div:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
}

.footer-heading {
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 18px;
  color: #557b9b;
  text-transform: inherit;
}

.footer-heading:not(:last-child) {
  margin-bottom: 7px;
}

.footer-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}

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

.footer-contact .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.footer-contact .item:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 479px) {
  .footer-contact .item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-contact .item:hover .icon {
  color: #fff;
}

.footer-contact .item .icon {
  width: 25px;
  font-size: 20px;
  color: #3d688d;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer-contact .item .text {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .footer-contact .item .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.footer-contact .item .text.ui-number {
  font-weight: 900;
  color: #fff;
  font-size: 24px;
}

@media (max-width: 479px) {
  .footer-link ul {
    display: none;
  }
}

.footer-link ul li a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  position: relative;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer-link ul li a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -5px;
  width: 7px;
  background: #3d688d;
  height: 1px;
  margin-right: 9px;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.footer-link ul li a:hover::before {
  width: 15px;
}

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

@media (max-width: 479px) {
  .footer-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  width: 32px;
  height: 32px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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

.footer-social a:hover {
  background: #fff;
  color: #575656;
}

.footer-social a .icon {
  font-size: 13px;
}

@media (min-width: 768px) {
  .footer-item:not([class*="ui-style-"]):not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .footer-item:not([class*="ui-style-"]):not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .footer-item:not([class*="ui-style-"]):not(:last-child) {
    margin-bottom: 20px;
  }
}

.footer-item.ui-style-prd:not(:last-child) {
  margin-bottom: 12px;
}

.footer-item.ui-link a {
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer-item.ui-link a:hover {
  color: #fff;
}

.footer-bottom {
  background: #082e4e;
}

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

@media (max-width: 479px) {
  .footer-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-bottom .text {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 479px) {
  .footer-bottom .text:not(:last-child) {
    margin-bottom: 10px;
  }
}

.footer-bottom .text strong {
  font-weight: 900;
}

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

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

.form>form>ul>li {
  margin-bottom: 15px;
  position: relative;
}

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

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

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

.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, 86, 86, 0.1);
  border-radius: 15px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  color: rgba(87, 86, 86, 0.6);
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 0;
  border: 2px solid #00d0f6;
}

@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: rgba(87, 86, 86, 0.6);
}

.form-field input:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(87, 86, 86, 0.6);
}

.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder {
  color: rgba(87, 86, 86, 0.6);
}

.form-field input::-ms-input-placeholder,
.form-field textarea::-ms-input-placeholder {
  color: rgba(87, 86, 86, 0.6);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(87, 86, 86, 0.6);
}

.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: #0c4270;
  height: 60px;
  font-family: inherit;
  min-width: 250px;
  border: 0 none;
  text-align: center;
  border-radius: 15px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  will-change: transform;
}

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

.form-error {
  position: absolute;
  top: 50%;
  right: 25px;
  color: red;
  font-size: 12px;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  padding: 25px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.form-messages.ui-success {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

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

.product-information:not(.ui-style-column) ul li:not(:last-child) {
  margin-right: 20px;
}

.product-information:not(.ui-style-column) ul li .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-information:not(.ui-style-column) ul li .item .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}

.product-information:not(.ui-style-column) ul li .item .desc .title {
  font-size: 14px;
}

.product-information.ui-style-column ul li:not(:last-child) {
  margin-right: 25px;
}

.product-information.ui-style-column ul li .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-information.ui-style-column ul li .item .desc {
  padding-top: 20px;
}

.product-information.ui-style-column ul li .item .desc .title {
  font-size: 11px;
}

.product-information:not(.ui-no-color) ul li .item .icon {
  background: -o-radial-gradient(closest-side, #ff9c00 40%, #ff6c16);
  background: radial-gradient(closest-side, #ff9c00 40%, #ff6c16);
}

.product-information ul li .item .icon {
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 20px;
  position: relative;
}

.product-information ul li .item .icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(87, 86, 86, 0.2);
  box-shadow: 0 0 5px rgba(87, 86, 86, 0.2);
  border-radius: 20px;
}

.product-information ul li .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.product-information ul li .item .desc .title {
  line-height: 1.35;
  font-weight: 800;
}

.productions {
  margin-bottom: 150px;
}

.single-common:nth-child(1) .single-common__right::after {
  background: -o-radial-gradient(closest-side, #ff6c16, transparent);
  background: radial-gradient(closest-side, #ff6c16, transparent);
}

.single-common:nth-child(2) .single-common__right::after {
  background: -o-radial-gradient(closest-side, #98bb29, transparent);
  background: radial-gradient(closest-side, #98bb29, transparent);
}

.single-common:nth-child(3) .single-common__right::after {
  background: -o-radial-gradient(closest-side, #00d0f6, transparent);
  background: radial-gradient(closest-side, #00d0f6, transparent);
}

.single-common:nth-child(4) .single-common__right::after {
  background: -o-radial-gradient(closest-side, #ff9c00, transparent);
  background: radial-gradient(closest-side, #ff9c00, transparent);
}

.single-common:nth-child(5) .single-common__right::after {
  background: -o-radial-gradient(closest-side, #44256f, transparent);
  background: radial-gradient(closest-side, #44256f, transparent);
}

.single-common:nth-child(6) .single-common__right::after {
  background: -o-radial-gradient(closest-side, #ef4339, transparent);
  background: radial-gradient(closest-side, #ef4339, transparent);
}

.single-common:nth-child(even) .single-common__item>.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 1200px) {
  .single-common__item {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 480px) {
  .single-common__item {
    padding-top: 80px;
  }
}

@media (max-width: 479px) {
  .single-common__item {
    padding-top: 60px;
  }
}

.single-common__item>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-common .description .text {
  margin-top: 20px;
}

.single-common__right {
  position: relative;
}

.single-common__right::after {
  content: "";
  position: absolute;
  width: 50vw;
  height: 50vw;
  bottom: calc(-1 * 25vw);
  left: calc(-1 * 25vw);
  border-radius: 50%;
  opacity: .08;
  z-index: -1;
}

.single-common__right .photo {
  border-radius: 30px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .single-common__right .photo {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .single-common__right .photo {
    height: auto;
    margin-top: 30px;
  }
}

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

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

body.ui-bg {
  background: #f7f7f7;
}

body.is-scroll {
  overflow: hidden;
}

.small-title:not(.ui-not) {
  position: relative;
  display: block;
  font-size: 11px;
  line-height: 1.3;
  color: #ff9c00;
  text-transform: inherit;
  font-weight: 900;
  letter-spacing: 3px;
  margin-bottom: 7px;
}

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

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

.section-header:not([class*="ui-txt-size-"]) .title:not(.ui-not) {
  font-size: 36px;
  letter-spacing: -1.2px;
}

@media (max-width: 479px) {
  .section-header:not([class*="ui-txt-size-"]) .title:not(.ui-not) {
    font-size: 32px;
  }
}

.section-header.ui-txt-size-large .title {
  letter-spacing: -1.75px;
  line-height: 1.3;
}

@media (min-width: 480px) {
  .section-header.ui-txt-size-large .title {
    font-size: 48px;
  }
}

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

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

.section-header .title {
  color: #575656;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Libre Baskerville", sans-serif;
}

.section-header .title.ui-border {
  position: relative;
  z-index: 1;
}

.section-header .title.ui-border::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 6px;
  left: 2px;
  width: 100px;
  background-color: #00d0f6;
  height: 10px;
}

.section-header .title span {
  color: #0c4270;
}

.section-header .text {
  line-height: 1.6;
  color: rgba(87, 86, 86, 0.6);
  margin-top: 10px;
}

.section-header .text:not(.ui-no-size) {
  font-size: 16px;
}

.section-header.ui-nb-01 .title {
  letter-spacing: -2px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .section-header.ui-nb-01 .title {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .section-header.ui-nb-01 .title {
    font-size: 36px;
  }
}

.section-header.ui-nb-01 .title span {
  color: #659ccd;
}

.section-header.ui-nb-01 .text {
  color: #575656;
  font-weight: 800;
}

@media (min-width: 992px) {
  .section-header.ui-nb-01 .text {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .section-header.ui-nb-01 .text {
    font-size: 16px;
  }
}

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

.hero {
  position: relative;
}

.hero-shapes .shape {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  opacity: .15;
}

.hero-shapes .shape.ui-1 {
  width: 45vw;
  height: 45vw;
  background: -o-radial-gradient(closest-side, #98bb29, transparent);
  background: radial-gradient(closest-side, #98bb29, transparent);
  top: -10vw;
  left: -15vw;
}

.hero-shapes .shape.ui-2 {
  width: 45vw;
  height: 45vw;
  background: -o-radial-gradient(closest-side, #00d0f6, transparent);
  background: radial-gradient(closest-side, #00d0f6, transparent);
  bottom: -10vw;
  right: -15vw;
}

.hero-shapes .shape.ui-3 {
  width: 25vw;
  height: 25vw;
  background: -o-radial-gradient(closest-side, #ef4339, transparent);
  background: radial-gradient(closest-side, #ef4339, transparent);
  top: -4vw;
  right: -10vw;
}

.hero-shapes .shape.ui-4 {
  width: 25vw;
  height: 25vw;
  background: -o-radial-gradient(closest-side, #ff9c00, transparent);
  background: radial-gradient(closest-side, #ff9c00, transparent);
  bottom: -5vw;
  left: -10vw;
}

.main {
  overflow: hidden;
}

.hero {
  overflow: hidden;
}

.section-nav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 480px) {
  .section-nav ul li:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 479px) {
  .section-nav ul li:not(:last-child) {
    margin-right: 10px;
  }
}

.section-nav ul li:not(.is-current) a {
  background-color: rgba(239, 67, 57, 0.1);
  color: #ef4339;
}

.section-nav ul li:not(.is-current) a:hover {
  background-color: #0c4270;
  color: #fff;
}

.section-nav ul li.is-current a {
  background-color: #ef4339;
  color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(239, 67, 57, 0.3);
  box-shadow: 5px 5px 20px rgba(239, 67, 57, 0.3);
}

.section-nav ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  border-radius: 15px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 767px) {
  .section-nav ul li a {
    text-align: center;
  }
}

.section-products:not([class*="ui-section-"]) .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .section-products:not([class*="ui-section-"]) .container {
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .section-products:not([class*="ui-section-"]) .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-products:not([class*="ui-section-"]) .section-header .small-title {
  color: #ef4339 !important;
}

.section-products:not([class*="ui-section-"]) .section-nav {
  margin-top: 30px;
}

.section-products:not([class*="ui-section-"]) .products .product-card {
  padding-top: 50px;
}

.section-products.ui-section-similar .container {
  padding-bottom: 80px;
}

.section-products.ui-section-similar .owl-stage {
  margin-left: auto;
  margin-right: auto;
}

.section-products.ui-section-similar .products-similar {
  margin-top: 50px;
}

.section-client {
  z-index: 1;
}

.section-client::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -50px;
  right: -100px;
  bottom: -50px;
  width: 68%;
  background-color: rgba(12, 66, 112, 0.04);
  border-top-left-radius: 400px;
  border-bottom-left-radius: 999px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.section-client .container>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .section-client .section-header {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .section-client .section-header {
    text-align: center;
  }
}

.section-client .section-header .text {
  margin-top: 20px;
}

.section-client .buttons-container {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .section-client .buttons-container {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .section-client .brands {
    padding-left: 80px;
  }
}

@media (max-width: 991px) {
  .section-client .brands {
    margin-top: 40px;
  }
}

.section-client .brands>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 479px) {
  .section-client .brands>.row>div:nth-child(odd) ul li:last-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-client .brands ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (min-width: 768px) {
  .section-client .brands ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-client .brands ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .section-client .brands ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.section-news .container {
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .section-news .container {
    padding-top: 130px;
  }
}

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

@media (min-width: 480px) and (max-width: 767px) {
  .section-news .container {
    padding-top: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-news .container {
    padding-top: 90px;
  }
}

@media (min-width: 480px) {
  .section-news .news {
    margin-top: 50px;
  }
}

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

.section-news .buttons-container {
  margin-top: 50px;
}

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

.section-shapes .container {
  height: 100%;
}

.section-shapes .shape {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  opacity: .15;
}

.section-shapes .shape.ui-1 {
  width: 45vw;
  height: 45vw;
  background: -o-radial-gradient(closest-side, #00d0f6, transparent);
  background: radial-gradient(closest-side, #00d0f6, transparent);
  top: 3vw;
  left: -20vw;
}

.section-shapes .shape.ui-2 {
  width: 35vw;
  height: 35vw;
  background: -o-radial-gradient(closest-side, #ff6c16, transparent);
  background: radial-gradient(closest-side, #ff6c16, transparent);
  top: 8vw;
  left: -10vw;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-shapes .shape.ui-3 {
  width: 45vw;
  height: 45vw;
  background: -o-radial-gradient(closest-side, #ff9c00, transparent);
  background: radial-gradient(closest-side, #ff9c00, transparent);
  top: 7.5vw;
  right: -20vw;
}

.section-shapes .shape.ui-4 {
  width: 40vw;
  height: 40vw;
  background: -o-radial-gradient(closest-side, #98bb29, transparent);
  background: radial-gradient(closest-side, #98bb29, transparent);
  bottom: -15vw;
  left: -10vw;
}

.section-shapes .shape.ui-5 {
  width: 35vw;
  height: 35vw;
  background: -o-radial-gradient(closest-side, #ef4339, transparent);
  background: radial-gradient(closest-side, #ef4339, transparent);
  bottom: -15vw;
  right: -15vw;
}

.section-shapes .shape.ui-6 {
  width: 45vw;
  height: 45vw;
  background: -o-radial-gradient(closest-side, #24557e, transparent);
  background: radial-gradient(closest-side, #24557e, transparent);
  bottom: -13vw;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-shapes .shape.ui-7 {
  width: 30vw;
  height: 30vw;
  background: -o-radial-gradient(closest-side, #ff9c00, transparent);
  background: radial-gradient(closest-side, #ff9c00, transparent);
  top: -10vw;
  left: -15vw;
  opacity: .12;
}

.section-shapes .shape.ui-8 {
  width: 30vw;
  height: 30vw;
  background: -o-radial-gradient(closest-side, #00d0f6, transparent);
  background: radial-gradient(closest-side, #00d0f6, transparent);
  top: -5vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: .07;
}

.section-shapes .shape.ui-9 {
  width: 30vw;
  height: 30vw;
  background: -o-radial-gradient(closest-side, #98bb29, transparent);
  background: radial-gradient(closest-side, #98bb29, transparent);
  bottom: 5vw;
  right: -20vw;
}

.section-shapes .shape.ui-10 {
  width: 45vw;
  height: 45vw;
  background: -o-radial-gradient(closest-side, #ef4339, transparent);
  background: radial-gradient(closest-side, #ef4339, transparent);
  bottom: -15vw;
  left: -10vw;
  opacity: .1;
}

.section-shapes .shape.ui-11 {
  width: 40vw;
  height: 40vw;
  background: -o-radial-gradient(closest-side, #98bb29, transparent);
  background: radial-gradient(closest-side, #98bb29, transparent);
  top: -10vw;
  left: -15vw;
}

.section-shapes .shape.ui-12 {
  width: 30vw;
  height: 30vw;
  background: -o-radial-gradient(closest-side, #ef4339, transparent);
  background: radial-gradient(closest-side, #ef4339, transparent);
  top: 2vw;
  right: -17vw;
  opacity: .12;
}

.section-shapes .geometry {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  opacity: .25;
  -webkit-filter: blur(25px);
  filter: blur(25px);
}

.section-shapes .geometry.ui-01 {
  top: 50px;
  left: -140px;
  width: 70px;
  height: 70px;
  background-color: #ff9c00;
}

.section-shapes .geometry.ui-02 {
  bottom: 130px;
  left: -60px;
  width: 100px;
  height: 100px;
  background-color: #00d0f6;
}

.section-shapes .geometry.ui-03 {
  bottom: 180px;
  left: 50%;
  margin-left: -170px;
  width: 120px;
  height: 120px;
  background-color: #ef4339;
}

.section-shapes .geometry.ui-04 {
  top: 50px;
  right: -300px;
  width: 250px;
  height: 250px;
  background-color: #98bb29;
  opacity: .2;
}

.section-shapes .geometry.ui-05 {
  bottom: 120px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-color: #ec1b88;
  opacity: .4;
}

.section-shapes .geometry.ui-06 {
  top: 30px;
  left: 175px;
  width: 60px;
  height: 60px;
  background-color: #ec1b88;
  opacity: .3;
}

.section-about {
  position: relative;
}

@media (min-width: 992px) {
  .section-about {
    padding-top: 100px;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .section-about {
    padding-top: 60px;
  }
}

.section-about__header>div {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .section-about__header .section-header {
    text-align: center;
  }
}

.section-about__middle {
  background-color: #0b3b65;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-about__middle {
    min-height: 650px;
  }
}

@media (max-width: 767px) {
  .section-about__middle {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .section-about__middle>div>.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
  }
}

.section-about__middle-desc {
  position: relative;
}

@media (min-width: 768px) {
  .section-about__middle-desc {
    width: 275px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle-desc {
    padding-left: 20px;
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .section-about__middle-desc::before {
    content: "";
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 4px;
    background-color: #98bb29;
  }
}

@media (min-width: 992px) {
  .section-about__middle-desc::before {
    top: calc(-1 * 170px - 30px);
    height: 170px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle-desc::before {
    height: 100%;
    left: 0;
  }
}

@media (max-width: 767px) {
  .section-about__middle-desc {
    text-align: center;
  }
}

.section-about__middle-desc .text {
  color: #fff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .section-about__middle-photos {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .section-about__middle-photos ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle-photos ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.section-about__middle-photos ul li {
  position: relative;
}

@media (max-width: 767px) {
  .section-about__middle-photos ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-about__middle-photos ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle-photos ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .section-about__middle-photos ul li:first-child .photo {
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
  }
}

@media (min-width: 992px) {
  .section-about__middle-photos ul li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
    max-width: 390px;
    margin-top: 60px;
  }

  .section-about__middle-photos ul li:first-child .photo {
    height: 330px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle-photos ul li:first-child {
    margin-top: 30px;
  }

  .section-about__middle-photos ul li:first-child .photo {
    height: 270px;
  }
}

@media (min-width: 768px) {
  .section-about__middle-photos ul li:last-child {
    margin-top: -250px;
  }

  .section-about__middle-photos ul li:last-child .photo {
    border-top-right-radius: 999px;
    border-top-left-radius: 999px;
  }
}

@media (min-width: 992px) {
  .section-about__middle-photos ul li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    max-width: 500px;
  }

  .section-about__middle-photos ul li:last-child .photo {
    height: 640px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about__middle-photos ul li:last-child .photo {
    height: 550px;
  }
}

.section-about__middle-photos ul li:last-child .button-video {
  position: absolute;
  bottom: 35px;
  left: 35px;
}

@media (min-width: 992px) {
  .section-about__middle-photos ul li:not(:last-child) {
    margin-right: 25px;
  }
}

.section-about__middle-photos ul li .photo {
  overflow: hidden;
}

@media (max-width: 767px) {
  .section-about__middle-photos ul li .photo {
    border-radius: 20px;
  }
}

.section-about__middle-photos ul li .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .section-about__counter {
    position: absolute;
    right: 0;
    bottom: calc((-1 * 330px) / 2);
    left: 0;
  }
}

@media (max-width: 991px) {
  .section-about__counter {
    background-color: #f7f7f7;
  }
}

.section-about__counter-content {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .section-about__counter-content {
    background-color: #f7f7f7;
    border-radius: 30px;
  }
}

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

@media (min-width: 768px) {
  .section-about__counter-content .item {
    height: 330px;
  }
}

@media (max-width: 767px) {
  .section-about__counter-content .item {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-about__counter-content .item::after {
  content: "";
  position: absolute;
  top: 70px;
  right: -1px;
  bottom: 70px;
  width: 1px;
  background-color: #575656;
  opacity: .15;
}

.section-about__counter-content .item .heading {
  color: #575656;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  font-family: "Libre Baskerville", sans-serif;
  line-height: 1;
}

.section-about__counter-content .item .title {
  color: rgba(87, 86, 86, 0.7);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  margin-top: 20px;
}

.section-showcase {
  z-index: 1;
}

@media (min-width: 768px) {
  .section-showcase {
    padding-top: calc((330px / 2) + 75px);
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-showcase {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

.section-showcase>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .section-showcase>.container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .section-showcase>.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .section-showcase .section-header {
    text-align: center;
  }
}

.section-showcase .categories-wrapper {
  margin-top: 70px;
  margin-bottom: 50px;
}

.showcase {
  margin-top: 75px;
  position: relative;
}

.showcase::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 50px;
  left: 100px;
  bottom: -100px;
  background-image: -o-radial-gradient(closest-side, #fff, transparent);
  background-image: radial-gradient(closest-side, #fff, transparent);
  z-index: 1;
  opacity: .8;
}

.showcase-wrapper {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.showcase-middle {
  position: relative;
  z-index: 3;
}

.showcase-photo {
  width: 23vw;
  overflow: hidden;
}

.showcase-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.showcase-information {
  position: absolute;
  top: 50px;
  left: 24vw;
}

.showcase-information ul {
  padding-left: 5px;
}

.showcase-description {
  position: absolute;
  left: 24vw;
  right: calc(-1 * 24vw);
  bottom: 20px;
}

.showcase-description .title {
  font-size: 2vw;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -.75px;
  color: #0c4270;
}

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

.showcase-description .text {
  font-size: 0.85vw;
  color: #575656;
  margin-top: 10px;
}

.showcase-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.showcase-content .heading-small {
  color: rgba(87, 86, 86, 0.6);
  font-size: 1.8vw;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-left: auto;
  margin-right: auto;
  width: calc(1250px - 20px);
  max-width: 100%;
  position: relative;
  z-index: 2;
}

@media (min-width: 1750px) {
  .showcase-content .heading-small {
    font-size: 28px;
  }
}

.showcase-content .heading {
  color: #575656;
  opacity: .2;
  font-weight: 900;
  font-size: 19vw;
  letter-spacing: -10px;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.showcase-content .heading span {
  font-family: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.showcase-content .buttons-container {
  margin-left: auto;
  margin-right: auto;
  width: calc(1250px - 20px);
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.showcase-navigation {
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .showcase-navigation ul {
    overflow-x: auto;
    margin-top: 30px;
  }
}

.showcase-navigation ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.showcase-navigation ul li:not(:last-child) {
  margin-right: 35px;
}

.showcase-navigation ul li.is-active a {
  color: #575656;
}

.showcase-navigation ul li a {
  text-transform: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 900;
  letter-spacing: -1.5px;
  color: rgba(87, 86, 86, 0.2);
  font-size: 24px;
}

.showcase .slide-arrows {
  display: none !important;
}

.showcase-list li.is-effect .showcase-content .heading-small,
.showcase-list li.is-effect .showcase-content .buttons-container {
  opacity: 1;
  visibility: visible;
}

.showcase-list li.is-effect .showcase-content .heading-small,
.showcase-list li.is-effect .showcase-content .buttons-container {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.showcase-list li.is-effect .showcase-content .heading span {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.showcase-list li.is-effect .showcase-description .title,
.showcase-list li.is-effect .showcase-description .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

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

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

.showcase-list .showcase-content .heading-small,
.showcase-list .showcase-content .buttons-container {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.showcase-list .showcase-content .heading-small {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: .9s .1s;
  -o-transition: .9s .1s;
  transition: .9s .1s;
}

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

.showcase-list .showcase-description .title,
.showcase-list .showcase-description .text {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.showcase-list .showcase-description .title {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: .5s .1s;
  -o-transition: .5s .1s;
  transition: .5s .1s;
}

.showcase-list .showcase-description .text {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: .5s .2s;
  -o-transition: .5s .2s;
  transition: .5s .2s;
}

.showcase-list .showcase-photo {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.showcase-list .showcase-information ul li {
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.showcase-list .showcase-information ul li:nth-child(1) {
  -webkit-transition: .9s .1s;
  -o-transition: .9s .1s;
  transition: .9s .1s;
}

.showcase-list .showcase-information ul li:nth-child(2) {
  -webkit-transition: .9s .2s;
  -o-transition: .9s .2s;
  transition: .9s .2s;
}

.showcase-list .showcase-information ul li:nth-child(3) {
  -webkit-transition: .9s .3s;
  -o-transition: .9s .3s;
  transition: .9s .3s;
}

.showcase-list .showcase-information ul li:nth-child(4) {
  -webkit-transition: .9s .4s;
  -o-transition: .9s .4s;
  transition: .9s .4s;
}

@media (min-width: 768px) {
  .section-nb01>.row>div .box {
    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: 768px) {
  .section-nb01>.row>div:first-child .box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .section-nb01>.row>div:first-child .box-content {
    padding-right: 105px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb01>.row>div:first-child .box-content {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .section-nb01>.row>div:last-child .box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .section-nb01>.row>div:last-child .box-content {
    padding-left: 105px;
  }

  .section-nb01>.row>div:last-child .box-content .btn {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb01>.row>div:last-child .box-content {
    padding-left: 50px;
    padding-right: 10px;
  }

  .section-nb01>.row>div:last-child .box-content .btn {
    margin-top: 30px;
  }
}

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

@media (min-width: 992px) {
  .section-nb01 .box {
    min-height: 900px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb01 .box {
    height: 100%;
  }
}

.section-nb01 .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
}

@media (max-width: 991px) {
  .section-nb01 .box::before {
    bottom: 0;
  }
}

.section-nb01 .box:not([class*="ui-color-"])::before {
  background-color: #0a355a;
}

@media (min-width: 992px) {
  .section-nb01 .box:not([class*="ui-color-"])::before {
    height: calc(100% - 250px);
  }
}

.section-nb01 .box.ui-color-1::before {
  background-color: rgba(12, 66, 112, 0.06);
}

@media (min-width: 992px) {
  .section-nb01 .box.ui-color-1::before {
    height: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-nb01 .box-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-nb01 .box-card>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .section-nb01 .box-content {
    padding-top: 90px;
  }
}

@media (min-width: 1200px) {
  .section-nb01 .box-content {
    width: calc(1250px / 2);
  }
}

@media (max-width: 767px) {
  .section-nb01 .box-content {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 390px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb01 .box-content {
    width: calc(768px / 2);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .section-nb01 .box-content .btn {
    margin-top: 20px;
  }
}

.section-nb01 .box-card {
  position: relative;
}

.section-nb01 .box-cover {
  overflow: hidden;
}

@media (max-width: 991px) {
  .section-nb01 .box-cover {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}

@media (min-width: 992px) {
  .section-nb01 .box-cover.ui-height-1 {
    height: 500px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

@media (min-width: 992px) {
  .section-nb01 .box-cover.ui-height-2 {
    height: calc(500px + 175px);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}

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

@media (min-width: 992px) {
  .section-nb01 .box-body {
    position: absolute;
  }
}

@media (max-width: 991px) {
  .section-nb01 .box-body a {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

@media (min-width: 992px) {
  .section-nb01 .box-body:not([class*="ui-pos-"]) {
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 992px) {
  .section-nb01 .box-body:not([class*="ui-pos-"]) a {
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}

@media (min-width: 992px) {
  .section-nb01 .box-body.ui-pos-1 {
    right: calc(-1 * (125px));
    bottom: 175px;
  }
}

@media (min-width: 992px) {
  .section-nb01 .box-body.ui-pos-1 a {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

.section-nb01 .box-body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background-color: #00d0f6;
  padding: 35px 55px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden;
}

@media (min-width: 992px) {
  .section-nb01 .box-body a {
    width: calc(500px / 2);
    height: calc(500px / 2);
  }
}

.section-nb01 .box-body a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ff6c16;
  width: 0;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s;
}

.section-nb01 .box-body a:hover::after {
  width: 100%;
}

.section-nb01 .box-body a .icon:not(.ui-arrow) {
  font-size: 32px;
}

.section-nb01 .box-body a .icon.ui-arrow {
  font-size: 20px;
}

.section-nb01 .box-body a .text {
  text-transform: inherit;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .section-nb01 .box-body a .text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.section-nb01-wrapper {
  z-index: 1;
}

@media (min-width: 992px) {
  .section-nb01-wrapper {
    position: absolute;
    right: 0;
    bottom: calc(-1 * 175px);
    left: 0;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb01-wrapper>.container>.row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
}

@media (max-width: 767px) {
  .section-nb01-wrapper>.container>.row>div {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb01-wrapper>.container>.row>div {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.section-nb02>.container {
  position: relative;
}

@media (min-width: 480px) {
  .section-nb02>.container {
    margin-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .section-nb02>.container {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

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

@media (max-width: 767px) {
  .section-nb02>.container>.row>div:not(:last-child) {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .section-nb02 .section-header.ui-heading-section {
    margin-bottom: 50px;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .section-nb02 .section-header.ui-heading-section {
    padding-top: 235px;
  }
}

@media (max-width: 767px) {
  .section-nb02 .section-header.ui-heading-section {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb02 .section-header.ui-heading-section {
    padding-top: 60px;
  }
}

.section-nb02 .box {
  -webkit-box-shadow: 0 10px 50px rgba(87, 86, 86, 0.2);
  box-shadow: 0 10px 50px rgba(87, 86, 86, 0.2);
  position: relative;
  background-color: #fff;
  position: relative;
}

@media (min-width: 480px) {
  .section-nb02 .box {
    padding: 70px;
  }
}

@media (max-width: 479px) {
  .section-nb02 .box {
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb02 .box {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .section-nb02 .box {
    border-radius: 15px;
  }
}

@media (min-width: 768px) {
  .section-nb02 .box::before {
    content: "";
    position: absolute;
    background-color: #ff9c00;
    height: 10px;
    left: 30px;
    right: 30px;
  }
}

@media (min-width: 992px) {
  .section-nb02 .box.ui-1 {
    margin-top: 110px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb02 .box.ui-1 {
    margin-top: 70px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

.section-nb02 .box.ui-1::before {
  top: -10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (min-width: 992px) {
  .section-nb02 .box.ui-2 {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb02 .box.ui-2 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

.section-nb02 .box.ui-2::before {
  bottom: -10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.section-nb02 .box-cover {
  overflow: hidden;
  margin-top: 50px;
}

@media (min-width: 480px) {
  .section-nb02 .box-cover {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .section-nb02 .box-cover {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb02 .box-cover {
    height: auto;
  }
}

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

@media (min-width: 480px) {
  .section-nb02 .box-cover img {
    border-radius: 30px;
  }
}

@media (max-width: 479px) {
  .section-nb02 .box-cover img {
    border-radius: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb02 .box-cover img {
    border-radius: 15px;
  }
}

.section-nb02 .box .section-header .title {
  color: #575656;
  font-size: 28px;
  letter-spacing: -1px;
}

.section-nb02 .box .section-header .text {
  font-size: 14px;
}

.section-nb02 .buttons-container {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .section-nb02 .buttons-container {
    display: none;
  }
}

@media (min-width: 992px) {
  .section-nb02 .buttons-container {
    bottom: 40px;
    left: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb02 .buttons-container {
    bottom: 10px;
    left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .section-nb02 .buttons-container a:not(:last-child) {
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-nb02 .buttons-container a:not(:last-child) {
    margin-bottom: 30px;
  }
}

.section-single.ui-page-product {
  margin-bottom: 80px;
}

.section-single__left {
  position: relative;
}

.section-single__cover {
  height: 40vw;
}

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

.section-single__right {
  background-color: #ff9c00;
  height: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .section-single__right {
    padding: 5.5vw 8vw;
  }
}

@media (max-width: 479px) {
  .section-single__right {
    padding: 50px 30px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-single__right {
    padding: 50px;
  }
}

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

.section-single__right .section-header .text {
  font-size: 18px;
  margin-top: 20px;
}

.section-single__right .buttons-container {
  margin-top: 40px;
}

.section-single__right::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

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

.inner-page__header {
  position: relative;
}

.inner-page__header-container {
  position: relative;
}

.inner-page__photo {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#0c4270), to(#b6c6d4));
  background-image: -o-linear-gradient(left, #0c4270, #b6c6d4);
  background-image: linear-gradient(to right, #0c4270, #b6c6d4);
  border: 7px solid #fff;
}

@media (min-width: 480px) {
  .inner-page__photo {
    height: 350px;
  }
}

@media (max-width: 479px) {
  .inner-page__photo {
    height: 360px;
  }
}

.inner-page__photo img,
.inner-page__photo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .3;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.inner-page__heading {
  z-index: 3;
}

.inner-page__heading:not(.ui-style-relative) {
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (min-width: 1750px) {
  .inner-page__heading:not(.ui-style-relative) {
    right: 120px;
    left: 120px;
  }
}

@media (min-width: 1200px) {
  .inner-page__heading:not(.ui-style-relative) {
    right: 50px;
    left: 50px;
  }
}

@media (max-width: 1199px) {
  .inner-page__heading:not(.ui-style-relative) {
    right: 10px;
    left: 10px;
  }
}

.inner-page__heading.ui-style-relative {
  background-image: -webkit-gradient(linear, left top, right top, from(#0c4270), to(#b6c6d4));
  background-image: -o-linear-gradient(left, #0c4270, #b6c6d4);
  background-image: linear-gradient(to right, #febe11, #474747);
  border-radius: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.inner-page__heading-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .inner-page__heading-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .inner-page__heading-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.inner-page__heading-container:not(.ui-center) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.inner-page__heading-container:not(.ui-center) .text {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .inner-page__heading-content {
    width: 75%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__heading-content {
    width: 100%;
  }
}

.inner-page__heading-content .breadcrumb {
  margin-bottom: 15px;
}

.inner-page__heading-content .heading-small {
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .inner-page__heading-content .heading-small {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .inner-page__heading-content .heading-small {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .inner-page__heading-content .heading-small {
    font-size: 18px;
  }
}

.inner-page__heading-content .heading {
  color: #fff;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .inner-page__heading-content .heading:not([class*="ui-txt-size-"]) {
    font-size: 72px;
    letter-spacing: -3px;
  }
}

@media (min-width: 992px) {
  .inner-page__heading-content .heading.ui-txt-size-small {
    font-size: 54px;
    letter-spacing: -3px;
  }
}

@media (max-width: 479px) {
  .inner-page__heading-content .heading {
    font-size: 36px;
  }
}

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

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

@media (max-width: 991px) {
  .inner-page__heading-content .heading {
    letter-spacing: -2px;
  }
}

.inner-page__heading-content .text {
  color: #fff;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .inner-page__heading-content .text {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .inner-page__heading-content .text {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .inner-page__heading-content .text {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .inner-page__heading-content .text {
    margin-top: 10px;
  }
}

.inner-page__nav {
  border-bottom: 1px solid rgba(87, 86, 86, 0.08);
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.inner-page__nav.ui-pos-sticky {
  z-index: 50;
  top: 0;
}

.inner-page__nav .owl-item {
  /*&.center { .item { a { color: $color-text; font-weight: 800; &::after { width: 100%; } } } }*/
}

.inner-page__nav .owl-item .item.is-active a {
  color: #575656;
  font-weight: 800;
}

.inner-page__nav .owl-item .item.is-active a::after {
  width: 100%;
}

.inner-page__nav .owl-item .item a {
  height: 60px;
  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;
  color: rgba(87, 86, 86, 0.6);
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.inner-page__nav .owl-item .item a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #00d0f6;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.inner-page__breadcrumb {
  margin-bottom: 20px;
}

.inner-page__breadcrumb .breadcrumb {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 15px 30px;
}

.inner-page__breadcrumb .breadcrumb ul {
  width: 100%;
}

.inner-page__breadcrumb .breadcrumb ul:not(.ui-no-justify-center) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-page__wrapper {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .inner-page__wrapper {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .inner-page__wrapper {
    margin-top: 30px;
  }
}

.inner-page__wrapper.ui-mb-0 {
  margin-bottom: 0;
}

.inner-page__wrapper.ui-mt-0 {
  margin-top: 0;
}

.inner-page__wrapper.ui-mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .inner-page__row>div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1199px) {
  .inner-page__row>div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .inner-page__row.ui-gutter-15>div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .inner-page__row.ui-gutter-15>div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

.inner-page__article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 71%;
  flex: 0 0 71%;
  max-width: 71%;
}

@media (max-width: 767px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
  }
}

.inner-page__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 71%);
  flex: 0 0 calc(100% - 71%);
  max-width: calc(100% - 71%);
}

@media (max-width: 767px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 62%);
    flex: 0 0 calc(100% - 62%);
    max-width: calc(100% - 62%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 67%);
    flex: 0 0 calc(100% - 67%);
    max-width: calc(100% - 67%);
  }
}

.inner-page__sidebar>div:not(:last-child) {
  margin-bottom: 20px;
}

.inner-page__content:not(.ui-no-height) {
  min-height: 700px;
}

.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: #3e3e3e;
  font-size: 32px;
  letter-spacing: -1.5px;
  font-weight: 700;
  line-height: 1.3;
}

.page-content__header .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(87, 86, 86, 0.6);
  font-size: 12px;
  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: 10px;
  font-size: 13px;
  color: rgba(87, 86, 86, 0.5);
}

.page-content__heading {
  font-size: 16px;
  font-weight: 700;
  font-family: "Libre Baskerville", sans-serif;
  margin-bottom: 5px;
  line-height: 1;
}

.page-content__heading:not([class*="ui-color-"]) {
  color: #00d0f6;
}

.page-content__heading.ui-color-1 {
  color: #0c4270;
}

.page-content__heading.ui-color-dark {
  color: #3e3e3e;
}

.page-content__photo {
  overflow: hidden;
  border-radius: 15px;
  height: 300px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 50%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo {
    margin-left: 0;
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .page-content__photo {
    height: auto !important;
    margin-right: 0;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.page-content__photo.ui-small,
.page-content__photo.ui-large {
  width: 100%;
  float: inherit;
  margin-right: 0;
}

.page-content__photo.ui-small {
  height: 175px;
  margin-bottom: 0;
}

.page-content__photo.ui-large {
  height: 450px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo.ui-large {
    height: 250px;
  }
}

.page-content__photo.ui-auto {
  height: auto;
}

.page-content__photo img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-content__spot {
  margin-bottom: 20px;
  font-size: 20px;
  color: #3e3e3e;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.page-content__description {
  color: #575656;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 1.7 !important;
  font-family: "Nunito", sans-serif !important;
}

.page-content__description * {
  color: #575656;
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-family: "Nunito", sans-serif !important;
}

.page-content__description.ui-txt-center {
  text-align: center;
}

.page-content__description a {
  color: #55acef;
  font-weight: 600;
}

.page-content__description a:hover {
  text-decoration: underline;
}

.page-content__description h3 {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.5px;
}

.page-content__description h5 {
  font-weight: 800;
  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: 900;
}

.page-content__description img {
  max-width: 100%;
}

.page-content__description ul,
.page-content__description ol {
  padding-left: 20px;
}

.page-content__description ul li {
  list-style: disc;
}

.page-content__description ol li {
  list-style: decimal;
}

.page-content__description table {
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  margin-bottom: 30px;
}

.page-content__description table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.page-content__description table tbody tr td,
.page-content__description table tbody tr th {
  padding: 10px 20px !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
  line-height: 1.5;
}

.page-content__description table tbody tr td:last-child,
.page-content__description table tbody tr th:last-child {
  border-right: 0 none !important;
}

.page-content__gallery {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 479px) {
  .page-content__gallery ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .page-content__gallery ul li {
    margin-bottom: 20px;
  }
}

.page-content__cards {
  margin-top: 80px;
}

.page-content__cards.ui-contact {
  margin-top: 0;
  margin-bottom: 0;
}

.page-content__cards.ui-contact .card {
  height: 385px;
}

.page-content__cards.ui-contact .card .text {
  height: 70px;
}

@media (max-width: 767px) {
  .page-content__cards ul li {
    margin-bottom: 30px;
  }
}

.page-content__cards .card {
  height: 410px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 35px rgba(12, 66, 112, 0.1);
  box-shadow: 0 5px 35px rgba(12, 66, 112, 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;
  }
}

@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: #3e3e3e;
  font-size: 20px;
  font-weight: 800;
  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: #00d0f6;
  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(87, 86, 86, 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: 14px;
  font-weight: 500;
  color: rgba(87, 86, 86, 0.6);
  line-height: 1.6;
}

@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: #00d0f6;
  font-size: 16px;
  font-weight: 700;
  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: #00d0f6;
  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__other {
  margin-top: 80px;
}

.page-content__other .cards,
.page-content__other .news,
.page-content__other .products {
  margin-top: 30px;
}

.page-content__information {
  margin-top: 70px;
}

.page-content__information ul li:not(:last-child) {
  border-bottom: 1px solid rgba(87, 86, 86, 0.15);
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.page-content__information .heading .icon {
  color: rgba(87, 86, 86, 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: #00d0f6;
  font-size: 16px;
  font-weight: 700;
}

.page-content__information .heading .desc .title {
  color: #0c4270;
  font-size: 36px;
  letter-spacing: -2px;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .page-content__information .content {
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .page-content__information .content {
    padding-top: 50px;
  }
}

.sidebar-header {
  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;
  background-color: #f7f7f7;
  height: 57px;
  border-radius: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-header .heading {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  color: rgba(87, 86, 86, 0.6);
}

.sidebar-header .link {
  text-transform: uppercase;
  color: rgba(87, 86, 86, 0.5);
  font-size: 12px;
}

.sidebar-header .link:hover {
  color: rgba(87, 86, 86, 0.6);
}

.sidebar-nav {
  margin-top: -1px;
  border: 1px solid rgba(87, 86, 86, 0.08);
  border-radius: 15px;
}

@media (max-width: 479px) {
  .sidebar-nav {
    margin-top: 20px;
  }
}

.sidebar-nav:not(.ui-style-icon) ul li a {
  padding: 18px 30px;
  font-size: 16px;
}

.sidebar-nav.ui-style-icon ul li a {
  padding: 15px 25px;
  font-size: 14px;
}

.sidebar-nav ul li:first-child a::before {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.sidebar-nav ul li:last-child a::before {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.sidebar-nav ul li:not(:last-child) {
  border-bottom: 1px solid rgba(87, 86, 86, 0.08);
}

.sidebar-nav ul li:hover a::before,
.sidebar-nav ul li.is-current a::before {
  width: 100%;
}

.sidebar-nav ul li a {
  color: #575656;
  font-family: "Libre Baskerville", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sidebar-nav ul li a .icon,
.sidebar-nav ul li a .letter {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar-nav ul li a .letter {
  background-color: #f7f7f7;
  border-radius: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  color: rgba(87, 86, 86, 0.3);
  font-size: 18px;
}

.sidebar-nav ul li a .icon {
  opacity: .3;
}

.sidebar-nav ul li a .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: invert(1) brightness(0);
  filter: invert(1) brightness(0);
}

.sidebar-nav ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: .3;
}

.sidebar-nav ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #f7f7f7;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.sidebar-box {
  padding: 50px;
  border-radius: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-box {
    padding: 40px;
  }
}

.sidebar-box:not(.ui-light) {
  background: rgba(87, 86, 86, 0.6);
}

.sidebar-box:not(.ui-light) .heading {
  color: #f7f7f7;
}

.sidebar-box:not(.ui-light) .text {
  color: #fff;
}

.sidebar-box.ui-light {
  border: 5px solid #f7f7f7;
}

.sidebar-box .heading {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-left: -5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-box .heading {
    font-size: 48px;
  }
}

.sidebar-box .text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-box .text {
    font-size: 13px;
  }
}

.sidebar-box .buttons-container {
  margin-top: 30px;
}

.sidebar-box .number {
  font-weight: 900;
  color: rgba(87, 86, 86, 0.8);
  font-size: 28px;
  margin-top: 15px;
  display: block;
}

@media (max-width: 479px) {
  .sidebar-box .number {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-box .number {
    font-size: 24px;
  }
}

.sidebar-box .number:hover {
  color: rgba(87, 86, 86, 0.6);
}

.sidebar-information {
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 20px 30px rgba(87, 86, 86, 0.1);
  box-shadow: 0 20px 30px rgba(87, 86, 86, 0.1);
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-information {
    padding: 30px;
  }
}

.sidebar-information ul li:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar-information .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-information .item .icon {
  width: 60px;
  height: 60px;
  font-size: 24px;
  background: rgba(87, 86, 86, 0.5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

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

.sidebar-information .item .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

.sidebar-information .item .desc .heading {
  color: #575656;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 18px;
  line-height: 1.1;
}

.sidebar-information .item .desc .text {
  display: block;
  color: rgba(87, 86, 86, 0.6);
  font-size: 13px;
  line-height: 1.3;
  margin-top: 5px;
}

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

@media (max-width: 767px) {
  .section-about01 .container {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.section-about01-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.section-about01-cover {
  height: 275px;
  border-radius: 20px;
  overflow: hidden;
}

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

.section-about01-heading {
  padding-left: 50px;
  margin-top: -140px;
  position: relative;
}

@media (max-width: 479px) {
  .section-about01-heading {
    padding-left: 20px;
    margin-top: -84px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about01-heading {
    padding-left: 20px;
    margin-top: -101px;
  }
}

.section-about01-heading .title {
  font-family: "Bebas Neue", sans-serif;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  color: rgba(87, 86, 86, 0.3);
  font-size: 200px;
  line-height: 0.8;
}

@media (max-width: 479px) {
  .section-about01-heading .title {
    font-size: 120px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about01-heading .title {
    font-size: 144px;
  }
}

.section-about01-heading .title span:first-child {
  color: #f7f7f7;
}

.section-about01-heading .text {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  right: 0;
  bottom: 20px;
  text-align: right;
  color: #3e3e3e;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 479px) {
  .section-about01-heading .text {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about01-heading .text {
    font-size: 16px;
  }
}

.section-about01-heading .text .icon {
  position: absolute;
  color: rgba(87, 86, 86, 0.1);
  font-size: 36px;
}

@media (max-width: 991px) {
  .section-about01-heading .text .icon {
    display: none;
  }
}

.section-about01-heading .text .icon.ui-left {
  top: -25px;
  left: -60px;
}

.section-about01-heading .text .icon.ui-right {
  bottom: -25px;
  right: -60px;
}

@media (min-width: 1200px) {
  .section-about01-desc {
    padding-left: 75px;
  }
}

@media (max-width: 767px) {
  .section-about01-desc {
    padding-top: 30px;
  }
}

.section-about01-list ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 208, 246, 0.4);
}

.section-about01-list ul li .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-about01-list ul li .item .number {
  color: #00d0f6;
  font-size: 108px;
  line-height: .8;
  font-family: "Bebas Neue", sans-serif;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about01-list ul li .item .number {
    font-size: 72px;
  }
}

.section-about01-list ul li .item .title {
  color: #3e3e3e;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about01-list ul li .item .title {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .section-about02 .container {
    padding-bottom: 70px;
  }
}

.section-about02 .container>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-about02-cover {
  height: 650px;
  position: relative;
  z-index: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .section-about02-cover {
    height: 550px;
  }
}

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

.section-about02-heading {
  position: absolute;
  bottom: -15px;
  left: 42px;
  z-index: 1;
}

.section-about02-heading .title {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-family: "Bebas Neue", sans-serif;
  font-size: 150px;
  line-height: 0.75;
  color: #fff;
}

@media (max-width: 479px) {
  .section-about02-heading .title {
    font-size: 96px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about02-heading .title {
    font-size: 120px;
  }
}

.brands.ui-list-showcase ul li:not(:last-child) {
  margin-bottom: 100px;
}

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

.contact-item .container {
  padding-top: 60px;
}

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

.contact-address ul li {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .contact-address ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 479px) {
  .contact-address ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact-address ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .contact-address ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .contact-address ul li:not(:nth-last-child(-n+2)) {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-address ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .contact-address ul li:not(:nth-last-child(-n+2)) {
    margin-bottom: 20px;
  }
}

.contact-address .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  height: 120px;
  border: 4px solid #f7f7f7;
}

@media (min-width: 480px) and (max-width: 767px) {
  .contact-address .item {
    padding: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-address .item {
    padding: 15px;
  }
}

@media (min-width: 1750px) {
  .contact-address .item {
    padding: 30px;
  }
}

.contact-address .item:hover .icon {
  background-color: #00d0f6;
  color: #fff;
}

.contact-address .item .icon {
  width: 65px;
  height: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00d0f6;
  background-color: rgba(0, 208, 246, 0.1);
  border-radius: 20px;
  font-size: 24px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (min-width: 480px) and (max-width: 767px) {
  .contact-address .item .icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-address .item .icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    font-size: 20px;
  }
}

@media (min-width: 1750px) {
  .contact-address .item .icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
}

.contact-address .item .desc {
  padding-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;
}

@media (min-width: 480px) and (max-width: 767px) {
  .contact-address .item .desc {
    padding-left: 10px;
  }
}

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

.contact-address .item .desc .heading {
  color: #575656;
  font-size: 14px;
  font-weight: 700;
}

.contact-address .item .desc .text {
  font-size: 13px;
  color: rgba(87, 86, 86, 0.6);
  margin-top: 6px;
}

.contact-address .item .desc .text.ui-txt-phone {
  font-size: 18px;
  font-weight: 700;
  font-family: "Libre Baskerville", sans-serif;
}

.contact-address .item .desc a.text:hover {
  color: #575656;
}

.contact-map {
  background: #fff;
  padding: 20px;
  border-radius: 11px;
  -webkit-box-shadow: 0 5px 35px rgba(87, 86, 86, 0.1);
  box-shadow: 0 5px 35px rgba(87, 86, 86, 0.1);
  margin-top: 30px;
}

.contact-map iframe {
  width: 100%;
}

@media (min-width: 480px) {
  .contact-map iframe {
    height: 550px;
  }
}

@media (max-width: 479px) {
  .contact-map iframe {
    height: 350px;
  }
}

.contact-form__left .photo {
  height: 680px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .contact-form__left .photo {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

@media (max-width: 767px) {
  .contact-form__left .photo {
    height: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.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(87, 86, 86, 0.1);
  box-shadow: 0 5px 35px rgba(87, 86, 86, 0.1);
  height: 100%;
  padding: 60px;
}

@media (min-width: 768px) {
  .contact-form__right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

@media (max-width: 767px) {
  .contact-form__right {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

@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 {
  position: relative;
}

@media (min-width: 480px) {
  .detail-product__header {
    padding-bottom: 90px;
  }
}

@media (max-width: 479px) {
  .detail-product__header {
    padding-bottom: 70px;
  }
}

.detail-product__col.ui-left {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  border: 7px solid #fff;
  border-radius: 30px;
  overflow: hidden;
}

.detail-product__card-header {
  position: relative;
}

.detail-product__card-cover {
  overflow: hidden;
  background-color: #00d0f6;
}

@media (min-width: 768px) {
  .detail-product__card-cover {
    height: calc(100vh - (90px + 8vw) - 50px);
  }
}

@media (max-width: 767px) {
  .detail-product__card-cover {
    height: auto;
  }
}

@media (min-width: 1750px) {
  .detail-product__card-cover {
    height: calc(100vh - (90px + 8vw) - 120px);
  }
}

.detail-product__card-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(1) blur(2px);
  filter: grayscale(1) blur(2px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.detail-product__card-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.detail-product__card-body .photo {
  position: absolute;
}

@media (min-width: 768px) {
  .detail-product__card-body .photo {
    right: 0;
    bottom: calc(-1 * 8vw);
    left: 0;
    height: calc(100% + 8vw);
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .detail-product__card-body .photo {
    padding-left: 110px;
    padding-right: 110px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-product__card-body .photo {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .detail-product__card-body .photo {
    right: 0;
    bottom: -50px;
    left: 0;
    height: calc(100% + 50px);
    padding-top: 30px;
  }
}

.detail-product__card-body .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
}

.detail-product__card-footer {
  background-color: #3e3e3e;
}

@media (min-width: 768px) {
  .detail-product__card-footer {
    height: 8vw;
  }
}

@media (max-width: 767px) {
  .detail-product__card-footer {
    height: 50px;
  }
}

.detail-product__summary {
  padding-left: 5vw;
  padding-right: 5vw;
}

@media (min-width: 768px) {
  .detail-product__summary {
    padding-top: 3vw;
  }
}

.detail-product__summary .small-title {
  text-transform: uppercase;
  color: rgba(87, 86, 86, 0.6);
  font-weight: 900;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .detail-product__summary .small-title {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .detail-product__summary .small-title {
    font-size: 12px;
  }
}

.detail-product__summary>.title {
  color: #575656;
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .detail-product__summary>.title {
    padding-right: 6vw;
  }
}

@media (min-width: 768px) {
  .detail-product__summary>.title {
    font-size: 42px;
    letter-spacing: -1.5px;
  }
}

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

.detail-product__groups {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .detail-product__groups>.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .detail-product__groups>.row:not(.ui-no-align-center) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .detail-product__groups .page-content__heading {
    margin-bottom: 7px !important;
  }
}

.detail-product__packs-list ul li:not(:last-child) {
  margin-right: 10px;
}

.detail-product__packs-list ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  height: 45px;
  border: 1px solid currentColor;
  color: #3e3e3e;
  border-radius: 15px;
  font-weight: 900;
}

.detail-product__other-list .item {
  position: relative;
}

.detail-product__other-list .item .btn {
  font-family: inherit;
  background-color: #fff;
  position: relative;
  z-index: 3;
  border: 1px solid #3e3e3e;
  height: 45px;
  width: 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-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
}

.detail-product__other-list .item .btn .title {
  font-size: 16px;
  font-weight: 900;
  color: #3e3e3e;
}

.detail-product__other-list .item .btn .icon {
  font-size: 24px;
}

.detail-product__other-list .item .dropdown {
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #3e3e3e;
  border-radius: 15px;
  margin-top: -25px;
  padding-top: 25px;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.detail-product__other-list .item .dropdown:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
}

.detail-product__other-list .item .dropdown li:last-child a::before {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.detail-product__other-list .item .dropdown li:not(:last-child) {
  border-bottom: 1px solid #3e3e3e;
}

.detail-product__other-list .item .dropdown li:hover a,
.detail-product__other-list .item .dropdown li.is-current a {
  padding-left: 25px;
  font-weight: 700;
}

.detail-product__other-list .item .dropdown li a {
  padding: 10px 20px;
  font-size: 14px;
  color: #3e3e3e;
  font-family: "Libre Baskerville", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.detail-product__other-list .item .dropdown li a .icon,
.detail-product__other-list .item .dropdown li a .letter {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail-product__other-list .item .dropdown li a .letter {
  background-color: #f7f7f7;
  border-radius: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  color: rgba(87, 86, 86, 0.3);
  font-size: 18px;
}

.detail-product__other-list .item .dropdown li a .icon {
  opacity: .3;
}

.detail-product__other-list .item .dropdown li a .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: invert(1) brightness(0);
  filter: invert(1) brightness(0);
}

.detail-product__desc .page-content__heading {
  margin-top: 5px;
}

.detail-product__desc .page-content__description a {
  font-weight: 900;
}

@media (max-width: 479px) {
  .detail-product__actions ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.detail-product__actions ul li a {
  width: 100%;
}

@media (max-width: 479px) {
  .detail-product__actions ul li a {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 479px) {
  .detail-product__actions ul li a .icon {
    display: none !important;
  }
}

.detail-product__properties .container {
  padding-bottom: 80px;
}

@media (min-width: 480px) {
  .detail-product__properties .container {
    padding-bottom: 80px;
  }
}

@media (max-width: 479px) {
  .detail-product__properties .container {
    padding-bottom: 40px;
  }
}

.detail-product__properties-carousel {
  margin-top: 50px;
}

.detail-product__properties-carousel .owl-stage {
  margin-left: auto;
  margin-right: auto;
}

.detail-product__properties-carousel .item {
  position: relative;
}

.detail-product__properties-carousel .item .figure svg {
  width: 100%;
  height: 100%;
  opacity: .1;
  fill: #ff9c00;
}

.detail-product__properties-carousel .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #ff9c00;
}

.detail-product__properties-carousel .item .content .icon {
  width: 75px;
  height: 75px;
  background-color: #ff9c00;
  border-radius: 99px;
  padding: 8px;
}

.detail-product__properties-carousel .item .content .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.detail-product__properties-carousel .item .content .title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  width: 120px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.ui-no-scroll {
  overflow: hidden;
}

.ui-no-scroll-y {
  overflow-y: hidden;
}

.ui-no-scroll-x {
  overflow-x: hidden;
}

.ui-pos-relative {
  position: relative;
}

.ui-pos-inherit {
  position: inherit;
}

.ui-pos-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.ui-text-center {
  text-align: center;
}

.ui-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ui-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ui-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.ui-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ui-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ui-align-between {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.ui-z-index {
  position: relative;
  z-index: 9;
}

.ui-hidden {
  display: none;
}

@media (max-width: 479px) {
  .ui-xs-hidden {
    display: none;
  }
}

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

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

.ui-pv-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ui-pv-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ui-pv-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ui-pv-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ui-pv-25px {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ui-pv-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ui-pv-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ui-pv-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ui-pv-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ui-pv-70px {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ui-pv-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ui-pv-90px {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ui-pv-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ui-pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.ui-pt-0 {
  padding-top: 0 !important;
}

.ui-pb-0 {
  padding-bottom: 0 !important;
}

.ui-pt-5px {
  padding-top: 5px;
}

.ui-pt-10px {
  padding-top: 10px;
}

.ui-pt-15px {
  padding-top: 15px;
}

.ui-pt-20px {
  padding-top: 20px;
}

.ui-pt-25px {
  padding-top: 25px;
}

.ui-pt-30px {
  padding-top: 30px;
}

.ui-pt-40px {
  padding-top: 40px;
}

.ui-pt-50px {
  padding-top: 50px;
}

.ui-pt-60px {
  padding-top: 60px;
}

.ui-pt-70px {
  padding-top: 70px;
}

.ui-pt-80px {
  padding-top: 80px;
}

.ui-pt-90px {
  padding-top: 90px;
}

.ui-pt-100px {
  padding-top: 100px;
}

.ui-pb-5px {
  padding-bottom: 5px;
}

.ui-pb-10px {
  padding-bottom: 10px;
}

.ui-pb-15px {
  padding-bottom: 15px;
}

.ui-pb-20px {
  padding-bottom: 20px;
}

.ui-pb-25px {
  padding-bottom: 25px;
}

.ui-pb-30px {
  padding-bottom: 30px;
}

.ui-pb-40px {
  padding-bottom: 40px;
}

.ui-pb-50px {
  padding-bottom: 50px;
}

.ui-pb-60px {
  padding-bottom: 60px;
}

.ui-pb-70px {
  padding-bottom: 70px;
}

.ui-pb-80px {
  padding-bottom: 80px;
}

.ui-pb-90px {
  padding-bottom: 90px;
}

.ui-pb-100px {
  padding-bottom: 100px;
}

.ui-mv-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ui-mv-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ui-mv-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ui-mv-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ui-mv-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}

.ui-mv-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ui-mv-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ui-mv-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ui-mv-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

.ui-mv-70px {
  margin-top: 70px;
  margin-bottom: 70px;
}

.ui-mv-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.ui-mv-90px {
  margin-top: 90px;
  margin-bottom: 90px;
}

.ui-mv-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ui-mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.ui-mt-0 {
  margin-top: 0 !important;
}

.ui-mb-0 {
  margin-bottom: 0 !important;
}

.ui-ml-0 {
  margin-left: 0 !important;
}

.ui-mr-0 {
  margin-right: 0 !important;
}

.ui-mt-5px {
  margin-top: 5px;
}

.ui-mt-10px {
  margin-top: 10px;
}

.ui-mt-15px {
  margin-top: 15px;
}

.ui-mt-20px {
  margin-top: 20px;
}

.ui-mt-25px {
  margin-top: 25px;
}

.ui-mt-30px {
  margin-top: 30px;
}

.ui-mt-40px {
  margin-top: 40px;
}

.ui-mt-50px {
  margin-top: 50px;
}

.ui-mt-60px {
  margin-top: 60px;
}

.ui-mt-70px {
  margin-top: 70px;
}

.ui-mt-80px {
  margin-top: 80px;
}

.ui-mt-90px {
  margin-top: 90px;
}

.ui-mt-100px {
  margin-top: 100px;
}

.ui-mb-5px {
  margin-bottom: 5px;
}

.ui-mb-10px {
  margin-bottom: 10px;
}

.ui-mb-15px {
  margin-bottom: 15px;
}

.ui-mb-20px {
  margin-bottom: 20px;
}

.ui-mb-25px {
  margin-bottom: 25px;
}

.ui-mb-30px {
  margin-bottom: 30px;
}

.ui-mb-40px {
  margin-bottom: 40px;
}

.ui-mb-50px {
  margin-bottom: 50px;
}

.ui-mb-60px {
  margin-bottom: 60px;
}

.ui-mb-70px {
  margin-bottom: 70px;
}

.ui-mb-80px {
  margin-bottom: 80px;
}

.ui-mb-90px {
  margin-bottom: 90px;
}

.ui-mb-100px {
  margin-bottom: 100px;
}


.header-socials {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-social {
  margin-left: 250px;
}



.cnna {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(87, 86, 86, 0.08);
  border-radius: 11px;
  color: rgba(87, 86, 86, 0.6);
  width: 30px;
  height: 30px;
  font-size: 12px;
  position: relative;
  will-change: transform, opacity;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

;


.cnna {
  transition: .3s;
  border: 1px solid rgba(87, 86, 86, 0.9) !important;
  border-radius: 8px !important;
  color: rgba(87, 86, 86, 0.9) !important;

}

.cnna:hover {

  background-color: #062138;
  color: white;

}

.pp-head {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

@media(max-width:540px){
  .omrbb{
    position: absolute!important;
    right: 20px!important;
  }
}

@media(max-width:1500px){
  .slide-products{
    bottom: 100px!important;
  }
  .slide-products ul li .photo {
    height: calc(90vh - 90px - 40px);
}
}