/*
**********************
      variables.less
**********************
*/
/*
**********************
      mixins.less
**********************
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
input,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
main,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "ropa-mix-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  z-index: 0;
}
span,
a {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}
em,
i {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: italic;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*************************************************
* Fonts
*************************************************/
/*************************************************
* Font Styling mixing
*************************************************/
/*
    font-family,
    font-weight
 */
/*************************************************
* CUSTOM MIXING
*************************************************/
.hidden {
  display: none;
}
#page {
  min-height: 100vh;
  background: #ffffff;
}
#page.grey-bg {
  background: #88888A;
}
.mobile-container {
  width: 100%;
  max-width: 600px;
  padding: 0 0;
  margin: 0 auto;
}
ul.menu,
ul.menu-button {
  list-style: none;
}
p,
p span,
p b,
p strong {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  p,
  p span,
  p b,
  p strong {
    font-size: 18px;
  }
}
p {
  font-family: "ropa-mix-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
p b,
p strong {
  font-weight: 600;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
}
.ta-center {
  text-align: center;
}
h1,
h1 strong,
h1 span {
  font-family: "aglet-slab", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 46px;
  line-height: 110%;
}
h2,
h2 strong,
h2 span {
  font-family: "aglet-slab", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 38px;
  line-height: 110%;
}
h3,
h3 strong,
h3 span {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 110%;
  font-family: "aglet-slab", sans-serif;
  font-weight: 500;
  font-style: normal;
}
h4,
h4 strong,
h4 span {
  font-family: "aglet-slab", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 110%;
}
h5,
h6,
h5 strong,
h6 strong,
h5 a,
h6 a,
h5 span,
h6 span {
  font-size: 22px;
  line-height: 120%;
  font-family: "ropa-mix-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1366px) {
  h5,
  h6,
  h5 strong,
  h6 strong,
  h5 a,
  h6 a,
  h5 span,
  h6 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  h5,
  h6,
  h5 strong,
  h6 strong,
  h5 a,
  h6 a,
  h5 span,
  h6 span {
    font-size: 20px;
  }
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.product-header {
  background: #636569;
}
.product-header .product-header-inner {
  padding: 0 10px;
}
.product-header .product-header-inner .header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
}
.product-header .product-header-inner .header-logo img {
  max-width: 120px;
  max-height: 30px;
}
.product-header .product-header-inner .header-title {
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
}
.product-header .product-header-inner .header-title h1,
.product-header .product-header-inner .header-title h5 {
  color: #ffffff;
}
.product-datapoints-section {
  background: #636569;
}
.product-datapoints-section .product-datapoints-section-inner {
  padding: 0 10px;
}
.product-datapoints-section .product-datapoints-section-inner .product-datapoints-wrap {
  display: grid;
  grid-template-columns: auto auto;
  /* Two columns of equal width */
  gap: 10px;
  /* Gap between grid items */
  padding: 20px 0;
}
.product-datapoints-section .product-datapoints-section-inner .product-datapoints-wrap .product-dp-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.product-datapoints-section .product-datapoints-section-inner .product-datapoints-wrap .product-dp-single .dp-img {
  width: 55px;
  padding-right: 10px;
}
.product-datapoints-section .product-datapoints-section-inner .product-datapoints-wrap .product-dp-single .dp-value {
  color: #ffffff;
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .product-datapoints-section .product-datapoints-section-inner .product-datapoints-wrap .product-dp-single .dp-img {
    width: 45px;
  }
  .product-datapoints-section .product-datapoints-section-inner .product-datapoints-wrap .product-dp-single .dp-value {
    font-size: 24px;
  }
}
.orange-border {
  height: 7px;
  background: #FF6C0E;
}
.product-tabs-section {
  background: white;
}
.product-tabs-section .product-tabs-section-inner {
  padding: 30px 20px;
}
.product-tabs-section .product-tabs-section-inner .product-tabs-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* Three columns of equal width */
  gap: 30px;
  /* Gap between grid items */
}
.product-tabs-section .product-tabs-section-inner .product-tabs-wrap .product-tab-single {
  position: relative;
}
.product-tabs-section .product-tabs-section-inner .product-tabs-wrap .product-tab-single .count-item {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 2px 5px;
  background: #ffffff;
  color: #636569;
  border: 2px solid #636569;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  min-width: 33px;
  text-align: center;
}
.product-tabs-section .product-tabs-section-inner .product-tabs-wrap:nth-child(2) {
  padding-top: 30px;
}
#page.grey-bg .tab-page-container {
  background: #88888A;
}
#page.grey-bg .tab-page-container .tab-title-section {
  background: #ffffff;
}
#page.grey-bg .tab-page-container .tab-image-section .tab-image-inner .tab-slider-container .slider-single {
  background: #ffffff;
}
.tab-page-container {
  background: #ffffff;
}
.tab-page-container .tab-header-blank {
  height: 120px;
}
.tab-page-container .tab-header {
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0px;
  background: #636569;
  border-bottom: 7px solid #FF6C0E;
}
.tab-page-container .tab-header .tab-header-inner {
  padding: 0 10px;
}
.tab-page-container .tab-header .tab-header-inner .logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #ffffff;
}
.tab-page-container .tab-header .tab-header-inner .logo-wrap .back-btn img {
  max-width: 75px;
}
.tab-page-container .tab-header .tab-header-inner .logo-wrap .header-logo img {
  max-width: 120px;
  max-height: 32px;
}
.tab-page-container .tab-header .tab-header-inner .header-title {
  padding: 10px 0;
}
.tab-page-container .tab-header .tab-header-inner .header-title h1,
.tab-page-container .tab-header .tab-header-inner .header-title h2,
.tab-page-container .tab-header .tab-header-inner .header-title h3 {
  color: #ffffff;
}
.tab-page-container .tab-title-section .tab-title-inner {
  padding: 20px 20px;
}
.tab-page-container .tab-title-section .tab-title-inner .tab-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.tab-page-container .tab-title-section .tab-title-inner .tab-title-wrap .tt-img {
  margin-right: 15px;
  width: 90px;
}
.tab-page-container .tab-title-section .tab-title-inner .tab-title-wrap .tt-title {
  flex: 1;
}
.tab-page-container .tab-title-section .tab-title-inner .tab-title-wrap .tt-title h2 {
  font-family: "ropa-mix-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .tab-page-container .tab-title-section .tab-title-inner .tab-title-wrap .tt-title h2 {
    font-size: 28px;
  }
}
.tab-page-container .tab-content-section .tab-content-inner {
  padding: 0px 20px 20px;
}
.tab-page-container .tab-content-section .tab-content-inner a {
  color: #194F90;
}
.tab-page-container .tab-content-section .tab-content-inner h5 {
  margin-bottom: 10px;
}
.tab-page-container .tab-content-section .tab-content-inner ul {
  padding-left: 20px;
}
.tab-page-container .tab-content-section .tab-content-inner ul li {
  line-height: 110%;
  margin-bottom: 10px;
}
.tab-page-container .tab-content-section .tab-content-inner ul li a {
  overflow-wrap: break-word;
  /* Wrap long words */
}
.tab-page-container .tab-video-section .tab-video-inner {
  padding: 0px 20px 20px;
}
.tab-page-container .tab-video-section .tab-video-inner .video-lib-single {
  border-top: 1px solid #000000;
  padding: 20px 0 25px;
}
.tab-page-container .tab-video-section .tab-video-inner .video-lib-single .video-item {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.tab-page-container .tab-video-section .tab-video-inner .video-lib-single .video-item .video-item-thumbnail {
  width: 100%;
  position: relative;
}
.tab-page-container .tab-video-section .tab-video-inner .video-lib-single .video-item .play-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: auto;
  z-index: 1;
  /* Ensure the play button is above the video */
}
.tab-page-container .tab-video-section .tab-video-inner .video-lib-single .video-info * {
  line-height: 120%;
}
.tab-page-container .tab-video-section .tab-video-inner .video-lib-single .video-info .video-title {
  font-size: 20px;
  color: #194F90;
}
.tab-page-container .tab-video-section .tab-video-inner .video-lib-single .video-info .video-sub-title {
  font-size: 17px;
  color: #194F90;
  margin-bottom: 5px;
}
.tab-page-container .tab-video-section .tab-video-inner .video-lib-single .video-info .video-length {
  padding: 2px 15px;
  background: #194F90;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50px;
  text-align: center;
}
.tab-page-container .tab-audio-section .tab-audio-inner {
  padding: 0px 20px 20px;
}
.tab-page-container .tab-audio-section .tab-audio-inner .audio-lib-single {
  border-top: 1px solid #000000;
  padding: 20px 0 25px;
}
.tab-page-container .tab-audio-section .tab-audio-inner .audio-lib-single:last-child {
  border-bottom: 1px solid #000000;
}
.tab-page-container .tab-audio-section .tab-audio-inner .audio-lib-single .audio-item {
  position: relative;
  margin-bottom: 10px;
}
.tab-page-container .tab-audio-section .tab-audio-inner .audio-lib-single .audio-item .acf-audio {
  width: 100%;
  border-radius: 5px;
  display: block;
}
.tab-page-container .tab-audio-section .tab-audio-inner .audio-lib-single .audio-info * {
  line-height: 120%;
}
.tab-page-container .tab-audio-section .tab-audio-inner .audio-lib-single .audio-info .audio-title {
  font-size: 20px;
  color: #194F90;
}
.tab-page-container .tab-audio-section .tab-audio-inner .audio-lib-single .audio-info .audio-sub-title {
  font-size: 17px;
  color: #194F90;
  margin-bottom: 5px;
}
.tab-page-container .tab-audio-section .tab-audio-inner .audio-lib-single .audio-info .audio-length {
  padding: 2px 15px;
  background: #194F90;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50px;
  text-align: center;
}
.tab-page-container .tab-image-section .tab-image-inner {
  position: relative;
}
.tab-page-container .tab-image-section .tab-image-inner .slide-number {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 2px 10px;
  border-radius: 50px;
  background: #ffffff;
}
.tab-page-container .tab-image-section .tab-image-inner .slide-number * {
  color: #194F90 !important;
}
.tab-page-container .tab-image-section .tab-image-inner .slide-number span {
  line-height: 100%;
  font-size: 16px;
  font-weight: 600;
}
.tab-page-container .tab-image-section .tab-image-inner .tab-slider-container .slider-single {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.tab-page-container .tab-image-section .tab-image-inner .tab-slider-container .slider-single .slider-image {
  flex: 1;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.tab-page-container .tab-image-section .tab-image-inner .tab-slider-container .slider-single .slider-image.chart-image {
  background-size: contain !important;
}
.tab-page-container .tab-image-section .tab-image-inner .tab-slider-container .slider-single .slider-image .image-container img {
  max-height: 300px;
  margin: 0 auto;
  /* Center the image within the container */
}
.tab-page-container .tab-image-section .tab-image-inner .tab-slider-container .slider-single .slider-image .fullscreen-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 35px;
  cursor: pointer;
}
.tab-page-container .tab-image-section .tab-image-inner .tab-slider-container .slider-single .slider-caption {
  border-top: 7px solid #FFA400;
  background: #88888A;
  min-height: 110px;
  padding: 5px 10px;
}
.tab-page-container .tab-image-section .tab-image-inner .tab-slider-container .slider-single .slider-caption p {
  font-size: 18px;
  color: #ffffff;
  line-height: 120%;
  margin-bottom: 0px;
}
.tab-page-container .tab-image-section .tab-image-inner .tab-slider-container .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  top: 40%;
  transform: unset;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.tab-page-container .tab-image-section .tab-image-inner .tab-slider-container .slick-arrow:before {
  display: none;
}
.tab-page-container .tab-image-section .tab-image-inner .tab-slider-container .slick-prev {
  left: 10px;
  background-image: url(../images/ui-icons/PREV.png);
}
.tab-page-container .tab-image-section .tab-image-inner .tab-slider-container .slick-next {
  right: 10px;
  background-image: url(../images/ui-icons/NEXT.png);
}
.tab-page-container .tab-3d-section .tab-3d-inner {
  padding: 0px 20px 20px;
}
.tab-page-container .tab-3d-section .tab-3d-inner .iframe3d-single {
  border-bottom: 1px solid #000000;
  padding: 20px 0 25px;
}
.tab-page-container .tab-3d-section .tab-3d-inner .iframe3d-single:last-child {
  border-bottom: none;
}
.tab-page-container .tab-3d-section .tab-3d-inner .iframe3d-single .iframe3d-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
  /* Optional: Adds a background color for better visibility */
}
.tab-page-container .tab-3d-section .tab-3d-inner .iframe3d-single .iframe3d-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.tab-page-container .tab-3d-section .tab-3d-inner .iframe3d-single .iframe3d-info {
  margin-top: 10px;
}
.tab-page-container .tab-3d-section .tab-3d-inner .iframe3d-single .iframe3d-info * {
  line-height: 120%;
}
.tab-page-container .tab-3d-section .tab-3d-inner .iframe3d-single .iframe3d-info .iframe-title {
  font-size: 20px;
  color: #194F90;
}
/*# sourceMappingURL=master.css.map */

