@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}


iframe.goog-te-menu-frame.skiptranslate {

 margin-top: 2px;

 width: 175px;

 border-radius: 5px;

 box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

 animation: bounce .6s ease-out;

}

.goog-te-gadget-simple {

 background-color: transparent !important;

 white-space: nowrap !important;

 border-color: white !important;

 border-radius: 4px !important;

 font-family: $font_2 !important;;

 font-size: 14px !important;

}

.goog-te-menu-value {

 color: $color_1 !important;

 text-decoration: none !important;

 float: right;

 vertical-align:middle!important;

}

.goog-te-menu-value span {

 color: $color_1 !important;

 text-decoration: none !important;

}

.goog-te-menu-value:hover {

 color: $color_1 !important;

 text-decoration: none !important;

}

.goog-te-banner-frame {

display: none !important;

}

/* add the following (remove it from the comments) if you want to customize the icon of the widget.

/*.goog-te-gadget-icon {

 background: url("url for the icon") 0 0 no-repeat !important;

}*/


.wysiwyg-color-red90{
  color:#ec2544;
  
}

body {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 1);
  font-family: SofiaRegular;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}

html {
  font-family: sans-serif;
  line-height: 1.2;
  word-wrap: break-word;
}

body {
  -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
applet,
object,
iframe,
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: 'Poppins', sans-serif !important;
}





@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  margin-top: 0;
}


h1,.h1 {
  font-size: 31px;
}
.h1{
    font-weight:bold;
}

h2,.h2 {
  font-size: 22px;
}

h3,.h3 {
  font-size: 18px;
  font-weight: 600;
}

h4,.h4 {
  font-size: 16px;
}

h5,.h5 {
  font-size: 12px;
}

a {
  color: rgba(236, 37, 68, 1); 
  text-decoration: none;
}

a:hover, a:active, a:focus {
  //text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid rgba(236, 37, 68, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01HZKWQBWFJ256P70JQ6EYVZYS) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(236, 37, 68, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 21px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(236, 37, 68, 1);
}

@media (max-width:768px){
  iframe{
    width:100%;
  }
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

.landing-page .container {
  max-width:100%;
  width:100%;
}

.cate.container{
    max-width:1680px !important;
}

.container.overflow{
  overflow:hidden;
}


@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
}

.dropdown-toggle:focus {
  outline: 0;
  text-decoration: underline;
}

.dropdown-toggle::after {
  color: inherit;
}

/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid rgba(236, 37, 68, 1);
  border-radius: 4px;
  color: rgba(236, 37, 68, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .sub-nav-pivo{
    display:flex;
  }
  .button, [role="button"] {
    width: auto;
  }
}

.button::after, [role="button"]::after {
  color: rgba(236, 37, 68, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: rgba(236, 37, 68, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #9d0e24;
  border-color: #9d0e24;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  box-shadow: rgba(0, 0, 0, 0.04) 1px 1px 3px;
    transition: border-radius 200ms ease 0s;
    height: unset;
    padding: 10px 16px;
    margin-top: 32px;
    min-height: 56px;
    border-radius: 28px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    background-color: rgb(236, 37, 68);
    border: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-style: normal;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    outline: none;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: 100%;
    border-radius: 40px;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #7f092d;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #333;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(0, 0, 0, 1);
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 21px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(236, 37, 68, 1);
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 21px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(236, 37, 68, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 21px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(236, 37, 68, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(236, 37, 68, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field .optional {
  color: #333;
  margin-left: 4px;
}

.form-field p {
  color: #333;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01HZKWQC1ESPHCTP2ANHHRGV3F) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
	display: flex;
  justify-content: center;
}

.form footer a {
  color: #333;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  //color: #9d0e24;
  color: rgba(223, 15, 79, 1);
}

.form-selector{
  margin-top: 90px;
    text-align: center;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}

@media (max-width:480px){
	.form-selector{
     margin-top: 30px;
  }
}

.bug-form-wrapper.none{
display:none;
  
}
.bug-form-wrapper.show{
  display:block;
}
  .bug-form-trigger{
  cursor:pointer;
    position:relative;
}

.bug-form-trigger::after{
  content: "";
    position: absolute;
    top: 7px;
    left: 105%;
  width: 22px;
    height: 12px;
    background: url(https://cdn.shopify.com/s/files/1/2065/8833/files/Thing_1.png?v=1593674966);
    background-repeat: no-repeat;
}

@media (max-width:480px){
  .bug-form-trigger::after{
        transform: scale(0.8);
  }
}

.form-selector a {
  display: block;
    font-size: 1.3rem;
    color: black;
    padding: 10px;
  cursor:pointer;
}


/***** Header *****/


.header {
/*   position: absolute;
  top: 0; */
  width: 100%;
  z-index: 9999999;
  background-color:#fff;
  -webkit-box-shadow: 0 3px 5px rgba(57,63,72,0.15);
  -moz-box-shadow: 0 3px 5px rgba(57,63,72,0.15);
  box-shadow: 0 3px 5px rgba(57,63,72,0.15);
   -webkit-transition: all 1s;
}
.sticky{
  position:fixed;
  animation: slideDown 0.25s ease-out;
  transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);

}


.header-inner{
   margin: 0 auto;
  position: relative;
  align-items: center;
  display: flex;
  height: 77px;
  justify-content: space-between;
      padding: 0 20px;
    width: 100%;
    max-width: 95%;
  
}

@media (max-width:480px){
	.header-inner{
    padding:0;
    height:73px;
  }
}


.logo {
  z-index:99999;
  height: 100%;
  display: inline-block;
}

.logo img {
  height: 100%;
  padding: 20px 0;
  width: auto;
	vertical-align: bottom;
}

.logo-img--position{
  width: 32px;
  height: 30px;
  transform: scale(2.8);
  zoom: 150%;
  margin-left: 30px;
  margin-top: 2px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: 0;
}

.grey-logo{
   background-image: url('https://cdn.shopify.com/s/files/1/2065/8833/files/pivo-logo-dark.svg?v=1566520693');
}

.logo-favicon{
  transform: scale(1);
  zoom: 140%;
  margin-left:0;
  background-image: url('https://cdn.shopify.com/s/files/1/2065/8833/files/pivo-icon-01.svg?v=1566458586');
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: rgba(236, 37, 68, 1);
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}


.pivo-text--hidden {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(236, 37, 68, 1);
  text-decoration: underline;
}



.nav-wrapper .icon-menu {
  border: 0;
  color: rgba(236, 37, 68, 1);
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .icon-menu:hover, .nav-wrapper .icon-menu:focus, .nav-wrapper .icon-menu:active {
  background-color: transparent;
  color: rgba(236, 37, 68, 1);
}

/***** User info in header *****/


.user-info .dropdown-toggle::after {
  display: none;
}

.link-nav{
cursor: pointer;
    text-decoration: none;
    margin-right: 24px;
    color: #4A4A4A;
    letter-spacing: .5px;
    white-space: nowrap;
    padding: 0;
    font-size: 1rem;
}



@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
  .user-info {
  display: inline-block;
  }
  
}

.login{
  border-radius:60px;
}

.user-info > [role="button"] {
  border: 0;
  color: rgba(236, 37, 68, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: rgba(236, 37, 68, 1);
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: rgba(236, 37, 68, 1);
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: rgba(236, 37, 68, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: rgba(255, 255, 255, 1);
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.footer {
  background-color: #282C37;
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}

.footer a {
  color: #fff;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-borderline{
  border-bottom: 3px solid rgba(255,255,255,0.2);
}

@media (max-width:768px){
  .footer-inner.footer-borderline{
  border-bottom: none;
}
}

.footer-inner > div{
  margin-top:15px;
  flex:1 0 50%;
}

.footer-inner a:focus,.footer-inner a:hover{
  opacity:0.5;
}

.footer-link-list{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;

}

.footer-link-list > div{
  flex:1 0 25%;
}

.footer-link-list a {
  display:block;
  line-height:2.4;
  cursor:pointer;
  font-size:0.95rem;
}



.footer-share-icons-list ul{
  display: flex;
    justify-content: flex-end;
}
@media (max-width:768px){
  .footer-share-icons-list{
    border-top: 3px solid rgba(255,255,255,0.2);
  }
  .footer-share-icons-list ul{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.footer-share-icons-list li{
  width:56px;
  transform:scale(.5);
}

.footer-share-icons-list .tiktok-icon{
    transform:scale(.3);
}

.footer-share-icons-list img{
  width:100%;
}

.help-form-title{
  color:#ec2544;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  text-align:right;
  color: #fff;
  display: inline-block;
  font-weight: 300;
}

@media (min-width:768px;)
.footer-logo-container,.footer-share-icons-list{
  margin-top:30px !important;
}


@media (max-width: 768px) {
  .footer-link-list{
    order:0;
    flex: 1 0 100% !important;
  }
  .footer-language-selector{
    flex: 1 0 50% !important;
    order: 2;
    align-self: center;
  }
  .footer-logo-container{
    flex: 1 0 50% !important;
    order: 1;
  }
  .footer-share-icons-list{
     flex: 1 0 100% !important;
    order: 3;
  }
  
  .footer-link-list > div{
    flex:1 0 50%;
  }
  
  

  
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #333;
  display: inline;
  font-weight: 500;
  //font-size: 13px;
  font-size:1.2rem;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
 // color: rgba(236, 37, 68, 1);
  color: rgba(223, 15, 79, 1);
}

/***** Search field *****/

.pivo-search-bar{
  max-width:610px;
  margin:auto;
}

.search {
  position: relative;
}

.search input[type="search"] {
/*   border: 1px solid #ddd; */
  //border-radius: 30px;
  box-sizing: border-box;
  color: #999;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
/*   border: 1px solid rgba(236, 37, 68, 1); */
  color: #555;
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #777;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  left: 15px;
}

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}

/***** Hero component *****/
.hero {
  background-color:lightgrey;
}



.hero-inner {
      text-align: left;
    max-width: 435px !important;
  position: relative;
  max-width: 610px;
  margin: 0 auto;
  margin-top:1vh;
  margin-bottom:1vh;
  color:White;
}

.hero-title{
  display:none;
  color:#ec2544;
  text-align:center;
  margin-bottom:3vh;
}
@media (max-width:768px){
  .hero-title{
    font-size:1.5rem;
  }
}

.inner-background-container{
  position:relative;
}
.inner-background-container .hero-search-bar{
  top:42%;
  position:absolute;
  width:100%;
  z-index: 15;
}
.inner-background{
  display:block;
  max-width:80%;
  margin:auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1, .page-header .h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */ 
.category{
	border-bottom: 1px solid rgba(236, 37, 68,0.25);
}


.support-list.blocks-list{
    justify-content: flex-start;
}

.blocks-list {
  display: flex;
 flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}

@media (max-width: 768px) {
  .blocks-list{
    justify-content: left;
  }
}

.home__blocks-list{
  max-width:890px;
  width:100%;
  margin: 60px auto;
}

.featured-articles-list.home__blocks-list,.support-list.home__blocks-list{
  max-width:1248px;
}


@media (max-width:768px){
  .help-category .blocks-list{
    justify-content: flex-start;
  }
}

@media (max-width:480px){
  .support-list .blocks-item{
    margin:50px 0; 
  }
}


.show{
  display:block;
}
.none{
  display:none;
}

.flex--one-whole{
  flex:0 1 100%;
}
.flex--one-half{
  flex:0 1 50%;
}
.flex--one-third{
  flex:0 1 33.3%;
}
.flex--one-fourth{
  flex:0 1 25%;
}

.flex--one-fifth {
  flex: 0 1 20%;
}

@media (max-width: 1200px) {
  .lg--show{
  display:block;
}
.lg--none{
  display:none;
}
  
.flex-lg--one-whole{
  flex:0 1 100%;
}
.flex-lg--one-half{
  flex:0 1 50%;
}
.flex-lg--one-third{
  flex:0 1 33.3%;
}
.flex-lg--one-fourth{
  flex:0 1 25%;
}
}


@media (max-width: 768px) {
  .md--show{
  display:block;
}
.md--none{
  display:none;
}
  
.flex-md--one-whole{
  flex:0 1 100%;
}
.flex-md--one-half{
  flex:0 1 50%;
}
.flex-md--one-third{
  flex:0 1 33.3%;
}
.flex-md--one-fourth{
  flex:0 1 25%;
}
}
@media (max-width: 480px) {
  .sm--show{
  display:block;
}
.sm--none{
  display:none;
}
.flex-sm--one-whole{
  flex:0 1 100%;
}
.flex-sm--one-half{
  flex:0 1 50%;
}
.flex-sm--one-third{
  flex:0 1 33.3%;
}
.flex-sm--one-fourth{
  flex:0 1 25%;
}
}

.drop-down{
  overflow:hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
	position:relative;
}

.drop-down-nav{
  position:relative;
  padding:20px 0;
  margin:0;
  cursor:pointer;
}

.drop-down-nav::after{
  content: "-";
  font-family: SofiaRegular;
    right: 0;
    position: absolute;
    bottom:19%;
    font-size: 2rem;
  	font-weight:lighter;
}

.drop-down.closed .drop-down-nav::after{
  content: "+";
}



.drop-down ul{

}

.drop-down-border{
  border-bottom:1px solid #727272;
}
.drop-down-border:nth-child(1) {
  border-top:1px solid #727272;
}



.blocks-item {

  box-sizing: border-box;
  color: rgba(236, 37, 68, 1);
  display: flex;
  flex-direction: column;
    justify-content: flex-end;
  margin: 0 0 30px;
  text-align: center;
  
}

.category.blocks .blocks-item {
  justify-content: flex-start;
}



.faq-wrapper{

}



.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
 // background-color: rgba(236, 37, 68, 1);
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  //color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgba(0, 0, 0, 1);
}

.blocks-item-link {
  //color: rgba(236, 37, 68, 1);
  color:#2e2e2e;
  padding: 20px 30px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  font-weight:500;
 color:#ec2544;
  margin-bottom: 0;
  margin-top:15px;
}

.none{
  display:none;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

.help-blocks-item-img {
  max-width: unset !important;
  max-height: unset !important;
  transform: unset !important;
}

.help-blocks-item-img[data-size="90"] {
  width: 90px;
}

.help-blocks-item-img[data-size="88"] {
  width: 88px;
}

.blocks-item-img{
 max-width:55px;   
  margin:auto;
}

.faq-img{
 		max-width: 75px;
    width: 75px;
    transform: scale(0.8);
}

.app-icon{
  max-width:80px;
} 

.add-on-img{
  max-width:50px;
}

@media(max-width:768px){
  .add-on-img{
  max-width:55px;
}
}

.video-tutorial-img{
  max-width: 71px;
  width: 57px;
  transform:scale(0.7);
}

.order-info-img{
  max-width:88px;
}

.block-article-title{
  color:black;

}
@media (max-width:768px){
  .block-article-title{
    margin-bottom:0 !important;
  }
}

.block-article-desc {
  color:gray;
  font-size:1.1rem;
}
@media (max-width:768px){
  .block-article-desc {
    margin:0;
  }
}


/***** Homepage *****/
.section {
  padding-bottom: 40px;
}
.section-title{
  text-align:center;
  color:#ec2544;
  margin:30px 0;
}

@media(max-width:768px){
  .section-title{
    font-size:1.5rem;
  }
}

@media (min-width: 768px) {
  .section {
  
    //margin-bottom: 60px;
    padding: 15px;
    
  }
}

.section h2, .section .h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  color: rgba(0, 0, 0, 1);
}

.promoted-articles-item .icon-lock::before {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01HZKWQRAWY9HF22DG1285NH23);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: rgba(0, 0, 0, 1);
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {

  .topics-list{
   flex-wrap:unset; 
  }
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  color: rgba(236, 37, 68, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Category pages *****/
.category-container {
  //display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
  //  flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    //flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  margin-bottom: 0;
}

.section-tree-title a {
  color: rgba(0, 0, 0, 1);
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}



.icon-star::before {
  color: rgba(236, 37, 68, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
width:100%;
}


  .article {
    padding: 0 30px;
 
  }


.article-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-avatar {
  margin-right: 10px;
}

.article-etc-container{
  display:flex;
  flex-wrap:wrap;
}

.article-author {
  margin-bottom: 10px;
}

.article-title {
  font-size:1.75rem;
      color:rgba(236, 37, 68, 1);
    font-weight: 800;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body a:visited {
  //color: #9d0e24;
  color: rgba(223, 15, 79, 1);
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #333;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #333;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: rgba(236, 37, 68, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  padding: 40px 0;
    border-top: 1px solid rgb(128,128,128,.25);
  border-bottom: 1px solid rgb(128,128,128,.25);
  flex: 1 0 auto;
  margin-bottom: 20px;
}

.article-nav-sidebar{
  position:fixed;
  transform: translate(76vw, 135px);
  max-width:20%;
/*   transition:margin 0.3s; */
}

@media (max-width: 1180px) {
  .article-nav-sidebar{
    transform: translate(0px, 145px);
    left: 85%;
  }
}
@media (max-width: 1024px) {
  .article-nav-sidebar{
    display:none;
  }
}

.article-nav-sidebar li{
  margin-top:5px;
}

.article-nav-sidebar li:first-child {
  margin-top:0px;
}

.article-nav-sidebar a {
  cursor:pointer;
  font-size:13px;
  display:block;
}

.article-nav-sidebar .active{
  font-weight:bold;
  position:relative;
}
.article-nav-sidebar .active::before {

}



.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

@media (max-width: 768px){
   .article-sidebar{
    order:1;
  }
  .article{
    order:0;
  }
}

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
 
}


.article-votes-controls{
  padding-top:30px;
}

.article-votes {
/*   border-top: 1px solid #ddd; */
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  background: transparent;
/*   border: 1px solid rgba(236, 37, 68, 1); */
/*   color: rgba(236, 37, 68, 1); */
  color:#666666;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
	display: inline-grid;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}
/* 
.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(236, 37, 68, 1);
}

.article-vote:hover {
  background-color: rgba(236, 37, 68, 1);
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: rgba(255, 255, 255, 1);
}
 */

.article-vote-up::before, .article-vote-down::before  {
	  content: " ";
    background-image: url(//theme.zdassets.com/theme_assets/2241312/3af811d….svg);
    background-repeat: no-repeat;
    width: 39px;
    height: 50px;
    display: block;
    margin: auto;
}
.article-vote-up::before {
/*   content: "\2713"; */
  content: "";
   background-image: url("/hc/theming_assets/01HZKWQGWN6XTMCP9PWBT4FERP");
  padding-top:10px;
}

.voted{
  color:#ec2544;
}

.article-vote-up.voted::before{
  background-image: url("/hc/theming_assets/01HZKWQHJV6AEZDT490VNK9QHD");
}

.article-vote-down.voted::before{
  background-image: url("/hc/theming_assets/01HZKWQHVDPVG06DW6SV3D04VJ");
}

.article-vote-down::before {
/*   content: "\2715"; */
  content: "";
   background-image: url("/hc/theming_assets/01HZKWQH1VFPR1Z46EJW2Q24A4");
}

.article-vote-label{
  color:#ec2544;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: rgba(0, 0, 0, 1);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: rgba(236, 37, 68, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #9d0e24;
  border-color: #9d0e24;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  border-radius: 4px;
  color: rgba(0, 0, 0, 1);
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(236, 37, 68, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.related-articles{
  text-align:center;
}

@media (max-width: 480px) {
  .related-articles{
  text-align:left;
	}
}


.recent-articles h3,
.related-articles h3 {
  font-size: 32px;
  color:lighten(rgba(0, 0, 0, 1));
  margin-bottom: 15px;
  margin-top:5px;
  font-weight:bolder;
}

.related-articles a {
  color:#666;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 10px;
  font-size:22px; 
}

.submit-a-request p {
  margin:0;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: rgba(0, 0, 0, 1);
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #333;
}

/***** Social share links *****/
.article-share-container{
  margin-left:10px;
  display:flex;
  align-items:center;
}

.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
  position: relative;
}

.share a,.share div {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.container-3PFIa{
  display:none !important;
}

.share a::before {
  color: rgba(236, 37, 68, 1);
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;

}

.share a:hover {
  text-decoration: none;
}



.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-clipboard::before {
  content: "";
  height: 25px;
  display:block;
    background-size: 25px;
  background-image:url('/hc/theming_assets/01HZKWQF24TE22X2VF10S19Q78');
    cursor:pointer;
}

.copied-sucessfully{
  position: absolute;
    overflow: inherit;
    width: 100%;
    top:0px;
    left: calc(100% + 5px);
    color: #ec2544;
  overflow: inherit !important;
    width: 100% !important;
  font-size:13px;
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #333;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(236, 37, 68, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: #333;
  font-weight: 300;
  font-size: 13px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(236, 37, 68, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(236, 37, 68, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: SofiaRegular;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
//  color: #9d0e24;
  color: rgba(223, 15, 79, 1);
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #333;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #333;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(236, 37, 68, 1);
}

.vote-up::before, .vote-down::before {
  color: #333;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: rgba(236, 37, 68, 1);
}

.vote-voted:hover::before {
  color: #9d0e24;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #333;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZKWQR56DSZ2J0X852NKJTQT);
  margin-bottom: 10px;
  background-position:right;
  background-size:cover;
  height:460px;
}

@media (max-width: 768px) {
  .community-hero {
    background-position-x: 28%;
    height: 300px;
  }
}

.community-hero:before{
  content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #1c1a1a;
    opacity: 0.4;
    z-index: 0;
}

.community-hero .hero-inner{
  text-align: left;
  max-width: 435px !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
  color: White;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

.topics-list > li:nth-child(4){ 
   font-size:15px;
  
}

.topics-list > li > a {
  height:100%;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: rgba(236, 37, 68, 1);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(236, 37, 68, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #9d0e24;
  border-color: #9d0e24;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(236, 37, 68, 1);
  content: attr(data-follower-count);
  color: rgba(236, 37, 68, 1);
  display: inline-block;
  font-family: CarosSoftExtraBold;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(236, 37, 68, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(236, 37, 68, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
 //color: #9d0e24;
  color: rgba(223, 15, 79, 1);
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #333;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(0, 0, 0, 1);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(236, 37, 68, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #333;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #cc3340;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 ,.post-title .h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1, .post-title .h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: SofiaRegular;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  //color: #9d0e24;
  color: rgba(223, 15, 79, 1);
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #333;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #333;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(236, 37, 68, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: rgba(0, 0, 0, 1);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(0, 0, 0, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid rgba(236, 37, 68, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: rgba(0, 0, 0, 1);
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(236, 37, 68, 1);
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(236, 37, 68, 1);
  color: rgba(255, 255, 255, 1);
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(236, 37, 68, 1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #9d0e24;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #333;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #333;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #333;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(236, 37, 68, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(236, 37, 68, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #333;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #333;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: rgba(236, 37, 68, 1);
}

.pagination-current a, .pagination-current span {
  color: rgba(255, 255, 255, 1);
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #333;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(236, 37, 68, 1);
  border: 0;
  color: rgba(255, 255, 255, 1);
  line-height: normal;
  padding: 8px 20px;
  outline-color: rgba(236, 37, 68, 1);
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #333;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(236, 37, 68, 1);
  border-radius: 4px;
  color: rgba(236, 37, 68, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #333;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  margin-right:30px;
  flex: 1;
}

@media (min-width: 1024px) {
/*   .search-results-column {
    flex: 0 0 45%;
  } */
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-result-description {
  margin-top: 15px;
}

.search-result-votes, .search-result-meta-count {
  color: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(236, 37, 68, 1);
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li {
  font-size:16px;
}

.search-result-link{
  font-size:1.2rem;
}

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

.footer-submit{
  text-align:center;
/*   margin-top:3%; */
}


.footer-submit-contact-us{
     padding: 10px 45px;
    background: #df0f4f;
    color: white;
    border: none;
/*         box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.03), 0 4px 10px 0 rgba(0, 0, 0, 0.1); */
    border-radius: 60px;
}
.footer-submit-contact-us:focus{
      outline: none;
}

.footer-submit-contact-us > a{
  color:white;
}

.support-list img{
  max-width:280px;
}

.form-container > h1 , .form-container > .h1{
  text-align:Center;
}
.form-container > .form{
  margin:auto;
}
.form-container > .form > input{
  background-color:#ee4936;
}


.in-category .section-title{
  margin-top:0;
  margin-bottom:60px;
}

.category-content h2{
  font-weight:bold;
}
.category-content .list-content-list-item__link{
  font-size:1.3rem;
  margin:15px 0;
}




.section-in-category {
  border:0.5px solid #e3e3e3;
}


.section-in-category > section{
  cursor:pointer;
}

.section-in-category > section:hover{
  border-left:3px solid #E5E5E5; 
}

.list > a:hover{
    border-left:3px solid #E5E5E5;    
}

.community-notice{
      margin-bottom: 30px;
    text-align: center;
    margin-top: -15px;
}

.sub-nav-pivo{
  margin:25px 0 35px 0;
    flex-direction: row;
    justify-content: space-between;
}

.see-more{
  display:none;
}
.see-more > a{
  color:rgba(236, 37, 68, 1);
}

.column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}

.article-container .column {
  float: none;
}

.mobile-dropdown{
  display:none;
}

.in-category{
  min-height:400px;
  
}



.section-nav{
  margin-bottom:3%;
}

.section-in-section-template{
  padding:3%;
  border:0.5px solid #e3e3e3;
  border-top: 3px solid #e3e3e3;
}
.section-in-section-template > ul > li{
  border-bottom:0.5px solid #e1e1e1;
}

.section-in-section-template > ul > li > a  {
    font-weight: bold;
    font-style: italic;
}

.pivo-article{
  max-width:80%;
}
.pivo-section-container{
  overflow:hidden;
}

.category-list-item{
  color:black;
  padding:10px;
	display:block;
}

  .list{
     border:0.5px solid #e3e3e3;
    max-width:230px;
   }
.list-content{
      column-count: 2;
      column-gap: 24px;
}

.list-content > section{
    margin-bottom:3%;
      -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    break-inside: avoid-column;
  page-break-inside: avoid;
}

.list-content-list-item{
  padding:3px;
}

.list-content-list-item__link{
  color:#2e2e2e;
  font-size:1.0rem;
}

.article-list{
  display:inline-grid;
}

.article-list >  li:nth-child(n+7) {
display: block !important;
}

.article-list__link{
  color:#2e2e2e;
  font-size:1.0rem;
  display:inline-block;
}


.article-list-item{
  margin-bottom:10px;
  position:relative;
}


.flash-error{
  display:none;
}

.hero-search-bar input{
  border: 1px solid white;
  border-radius: 30px;
}


.hero{
  padding:15px;
  position:relative;
}
/* .hero:before{
      content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
      background-color: #1c1a1a;
    opacity: 0.4;
    z-index: 0;
} */

@media (max-width: 767px) { 
  
  .hero{
    background-position-x:28%;

  }
  
  .is-mobile-deactive{
    display:none !important;
  }
  .is-mobile-active{
    display:block !important;
  }
  .article-in-category{
    margin-top:20px;
    
  }
  
.mobile-dropdown{
  display:block;
  border: 1px solid #e3e3e3;
  padding-left: 3%;
  cursor:pointer;
  }
  
  .sm-down-none{
    display:none;
  }
  .section-in-category.category-list{
    display:block;
    margin-bottom:10px;
  }
  
  .list > category-item-list{
     padding-left:15px;
    padding-top: 20px;
     padding-bottom: 20px;
  }
  
  .section-in-category section{
    padding-left:15px;
    padding-top: 20px;
     padding-bottom: 20px;
  }
  .list{
        max-width: 100%;
    margin-bottom: 20px;
}

  .list-content{
    column-count:1;
  }
    
  .category-list-item{
    width:50%;
    float:left;
  }
  
  }
  
  
}

.article-fixed-side-nav{
  position: fixed;
    top: 50%;
    right: 0;
    z-index: 99999;
    margin-top: -100px;
    text-align: right;
    padding: 30px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

.article-fixed-side-nav{
  position: fixed;
    left: 1vw;
    top: 20%;
}

.article-in-category > section:first-child{
  display:block;
}

.column--xs-1 {
  width: 8.33333%;
}

.column--xs-2 {
  width: 16.66667%;
}

.column--xs-3 {
  width: 25%;
}

.column--xs-4 {
  width: 33.33333%;
}

.column--xs-5 {
  width: 41.66667%;
}

.column--xs-6 {
  width: 50%;
}

.column--xs-7 {
  width: 58.33333%;
}

.column--xs-8 {
  width: 66.66667%;
}

.column--xs-9 {
  width: 75%;
}

.column--xs-10 {
  width: 83.33333%;
}

.column--xs-11 {
  width: 91.66667%;
}

.column--xs-12 {
  width: 100%;
}

.column--xs-offset-0 {
  margin-left: 0%;
}

.column--xs-offset-1 {
  margin-left: 8.33333%;
}

.column--xs-offset-2 {
  margin-left: 16.66667%;
}

.column--xs-offset-3 {
  margin-left: 25%;
}

.column--xs-offset-4 {
  margin-left: 33.33333%;
}

.column--xs-offset-5 {
  margin-left: 41.66667%;
}

.column--xs-offset-6 {
  margin-left: 50%;
}

.column--xs-offset-7 {
  margin-left: 58.33333%;
}

.column--xs-offset-8 {
  margin-left: 66.66667%;
}

.column--xs-offset-9 {
  margin-left: 75%;
}

.column--xs-offset-10 {
  margin-left: 83.33333%;
}

.column--xs-offset-11 {
  margin-left: 91.66667%;
}

.column--xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  
  
  .pivo-section-content{


  }
  
  .column--sm-1 {
    width: 8.33333%;
  }

  .column--sm-2 {
    width: 16.66667%;
  }

  .column--sm-3 {
    width: 25%;
  }

  .column--sm-4 {
    width: 33.33333%;
  }

  .column--sm-5 {
    width: 41.66667%;
  }

  .column--sm-6 {
    width: 50%;
  }

  .column--sm-7 {
    width: 58.33333%;
  }

  .column--sm-8 {
    width: 66.66667%;
  }

  .column--sm-9 {
    width: 75%;
  }

  .column--sm-10 {
    width: 83.33333%;
  }

  .column--sm-11 {
    width: 91.66667%;
  }

  .column--sm-12 {
    width: 100%;
  }

  .column--sm-offset-0 {
    margin-left: 0%;
  }

  .column--sm-offset-1 {
    margin-left: 8.33333%;
  }

  .column--sm-offset-2 {
    margin-left: 16.66667%;
  }

  .column--sm-offset-3 {
    margin-left: 25%;
  }

  .column--sm-offset-4 {
    margin-left: 33.33333%;
  }

  .column--sm-offset-5 {
    margin-left: 41.66667%;
  }

  .column--sm-offset-6 {
    margin-left: 50%;
  }

  .column--sm-offset-7 {
    margin-left: 58.33333%;
  }

  .column--sm-offset-8 {
    margin-left: 66.66667%;
  }

  .column--sm-offset-9 {
    margin-left: 75%;
  }

  .column--sm-offset-10 {
    margin-left: 83.33333%;
  }

  .column--sm-offset-11 {
    margin-left: 91.66667%;
  }

  .column--sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  
  .column--md-1 {
    width: 8.33333%;
  }

  .column--md-2 {
    width: 16.66667%;
  }

  .column--md-3 {
    width: 25%;
  }

  .column--md-4 {
    width: 33.33333%;
  }

  .column--md-5 {
    width: 41.66667%;
  }

  .column--md-6 {
    width: 50%;
  }

  .column--md-7 {
    width: 58.33333%;
  }

  .column--md-8 {
    width: 66.66667%;
  }

  .column--md-9 {
    width: 75%;
  }

  .column--md-10 {
    width: 83.33333%;
  }

  .column--md-11 {
    width: 91.66667%;
  }

  .column--md-12 {
    width: 100%;
  }

  .column--md-offset-1 {
    margin-left: 8.33333%;
  }

  .column--md-offset-2 {
    margin-left: 16.66667%;
  }

  .column--md-offset-3 {
    margin-left: 25%;
  }

  .column--md-offset-4 {
    margin-left: 33.33333%;
  }

  .column--md-offset-5 {
    margin-left: 41.66667%;
  }

  .column--md-offset-6 {
    margin-left: 50%;
  }

  .column--md-offset-7 {
    margin-left: 58.33333%;
  }

  .column--md-offset-8 {
    margin-left: 66.66667%;
  }

  .column--md-offset-9 {
    margin-left: 75%;
  }

  .column--md-offset-10 {
    margin-left: 83.33333%;
  }

  .column--md-offset-11 {
    margin-left: 91.66667%;
  }

  .column--md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%;
  }

  .column--lg-2 {
    width: 16.66667%;
  }

  .column--lg-3 {
    width: 25%;
  }

  .column--lg-4 {
    width: 33.33333%;
  }

  .column--lg-5 {
    width: 41.66667%;
  }

  .column--lg-6 {
    width: 50%;
  }

  .column--lg-7 {
    width: 58.33333%;
  }

  .column--lg-8 {
    width: 66.66667%;
  }

  .column--lg-9 {
    width: 75%;
  }

  .column--lg-10 {
    width: 83.33333%;
  }

  .column--lg-11 {
    width: 91.66667%;
  }

  .column--lg-12 {
    width: 100%;
  }

  .column--lg-pull-0 {
    right: auto;
  }

  .column--lg-pull-1 {
    right: 8.33333%;
  }

  .column--lg-pull-2 {
    right: 16.66667%;
  }

  .column--lg-pull-3 {
    right: 25%;
  }

  .column--lg-pull-4 {
    right: 33.33333%;
  }

  .column--lg-pull-5 {
    right: 41.66667%;
  }

  .column--lg-pull-6 {
    right: 50%;
  }

  .column--lg-pull-7 {
    right: 58.33333%;
  }

  .column--lg-pull-8 {
    right: 66.66667%;
  }

  .column--lg-pull-9 {
    right: 75%;
  }

  .column--lg-pull-10 {
    right: 83.33333%;
  }

  .column--lg-pull-11 {
    right: 91.66667%;
  }

  .column--lg-pull-12 {
    right: 100%;
  }

  .column--lg-push-0 {
    left: auto;
  }

  .column--lg-push-1 {
    left: 8.33333%;
  }

  .column--lg-push-2 {
    left: 16.66667%;
  }

  .column--lg-push-3 {
    left: 25%;
  }

  .column--lg-push-4 {
    left: 33.33333%;
  }

  .column--lg-push-5 {
    left: 41.66667%;
  }

  .column--lg-push-6 {
    left: 50%;
  }

  .column--lg-push-7 {
    left: 58.33333%;
  }

  .column--lg-push-8 {
    left: 66.66667%;
  }

  .column--lg-push-9 {
    left: 75%;
  }

  .column--lg-push-10 {
    left: 83.33333%;
  }

  .column--lg-push-11 {
    left: 91.66667%;
  }

  .column--lg-push-12 {
    left: 100%;
  }

  .column--lg-offset-0 {
    margin-left: 0%;
  }

  .column--lg-offset-1 {
    margin-left: 8.33333%;
  }

  .column--lg-offset-2 {
    margin-left: 16.66667%;
  }

  .column--lg-offset-3 {
    margin-left: 25%;
  }

  .column--lg-offset-4 {
    margin-left: 33.33333%;
  }

  .column--lg-offset-5 {
    margin-left: 41.66667%;
  }

  .column--lg-offset-6 {
    margin-left: 50%;
  }

  .column--lg-offset-7 {
    margin-left: 58.33333%;
  }

  .column--lg-offset-8 {
    margin-left: 66.66667%;
  }

  .column--lg-offset-9 {
    margin-left: 75%;
  }

  .column--lg-offset-10 {
    margin-left: 83.33333%;
  }

  .column--lg-offset-11 {
    margin-left: 91.66667%;
  }

  .column--lg-offset-12 {
    margin-left: 100%;
  }
}

.contact-us-wrapper {
  display: grid;
  height: 150px;
  grid-column-gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .contact-us-wrapper{
        height: 300px;
    grid-row-gap: 25px;
       grid-template-columns: repeat(2, 1fr);
  }
}
.contact-us-wrapper > a {
   background-color : rgba(26,53,65,0.06);
  color:#4a4a4a;
   justify-content: center;
  align-items: center;
  display:flex;
  padding:10px;
}

.break-word {
  word-break:break-all;
}


@font-face {
font-family: 'SofiaRegular';
src: url('/hc/theming_assets/01HZKWQESHBMPGWEZQGA47EA2G');
url('/hc/theming_assets/01HZKWQESHBMPGWEZQGA47EA2G') format('woff'), 
font-weight: 400;
font-style: normal; 
}

@font-face {
font-family: 'CarosSoftBold';

src: url('/hc/theming_assets/01HZKWQEYCR5MFFJMENR05DS9K');
url('/hc/theming_assets/01HZKWQEYCR5MFFJMENR05DS9K') format('woff'), 
font-weight: 400;
font-style: normal; 
}

@font-face {
font-family: 'CarosSoftExtraBold';
src: url('/hc/theming_assets/01HZKWQEN0XW0QRQF5R738NFBR');
url('/hc/theming_assets/01HZKWQEN0XW0QRQF5R738NFBR') format('woff'), 
font-weight: 400;
font-style: normal; 
}


/* basic font SofiaProSoftRegular */

html {
  --pivoRedColor: #EC2544;
  --pivoBlackColor: #474847;
  --pivoGreyColor: #616262;
  --pivoLightGreyColor: #959595;
  --pivoFooterBackColor: #272C38;
  --pivoFooterGreyColor: #94969B;
  --pivoOriginalPriceColor: #CACACA;
  --pivoProductBlockMarginGap: 4px;
  scroll-behavior: smooth;
}


#landingPage-scrollUp-btn {
  position: fixed;
  right: 5%;
  bottom: 10%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 99;
  border-radius: 100%;
  background: var(--pivoRedColor);
  opacity: 0;
  transition: opacity 0.3s;
}

.landing-block {
  width: 100%;
  /* width: 375px; */
  margin: auto;
  position: relative;
  /* height: 100px; */
}

.landing-block p,
.landing-block h1,
.landing-block h2,
.landing-block h3,
.landing-block h4,
.landing-block h5,
.landing-block h6 {
  margin: 0;
}

.landing-block-contentBox {
  width: 100%;

  max-width: 1440px;
  margin: auto;
  /* height: 100%; */
}

.landing-block-items-product-name {
  font-size: 24px;
  font-family: CarosSoftExtraBold;
  color: var(--pivoBlackColor);
  font-size: 6.5vw;
}

.landing-block-items-price {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 20px;
}

.items-original-price {
  color: var(--pivoOriginalPriceColor);
  text-decoration: line-through;
  margin-right: 10px;
}

.items-discount-price {
  color: var(--pivoRedColor);
}

.items-save-amount {
  color: var(--pivoRedColor);
  font-family: SofiaProSoftRegular-Italic;
  font-size: 80%;
}

.landing-block-oval-btn {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 100px;
  cursor: pointer;
  /* width: fit-content; */
}

.landing-block-items-AddToCart-btn {
  background: var(--pivoRedColor);
  color: #FFF;
  font-size: 12px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
}

.landing-block-items-LearnMore-btn a {
  color: var(--pivoRedColor);
  font-size: 14px;
}

.landing-block-items-ShopAllProducts-btn {
  background: transparent;
  color: var(--pivoBlackColor);
  font-size: 13px;
  border: 1px solid var(--pivoBlackColor);
}

/***
*
*
*
footer
*
*
*/
.landing-block-footer {
  background: var(--pivoFooterBackColor);
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: left;
}

.landing-block-footer a {
  color: inherit;
  text-decoration: none;
}

.landing-block-footer-linksBox {
  width: 100%;
  color: #fff;
  font-size: 14px;
}

.landing-block-footer-linksBox-upper {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin: auto;
}

.landing-block-footer-linksBox-down {
  width: 100%;
  /* overflow: auto; */
  text-align: center;
}

.landing-block-footer-linksBox-down .landing-block-footer-linksBox-lanLinks,
.landing-block-footer-linksBox-down .landing-block-footer-linksBox-snsLinks {
  margin: 20px 0;
}

.landing-block-footer-linksBox-lanLinks {
  width: 100%;
}

.landing-block-footer-linksBox-snsLinks div {
  /* margin: 0 10px; */
  display: inline-block;
}


.landing-block-footer-linksBox-snsLinks a:hover {
  opacity: 0.5;
}

.sprite-social-facebook,
.sprite-social-instagram,
.sprite-social-linkedin,
.sprite-social-twitter,
.sprite-social-youtube,
.sprite-social-tiktok {
  background-image: url('https://cdn.shopify.com/s/files/1/2065/8833/files/spritesheet.png?46407');
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  transform: scale(0.5);
}

.sprite-social-facebook {
  background-position: -484px -239px;
}

.sprite-social-instagram {
  background-position: -395px -325px;
}

.sprite-social-linkedin {
  background-position: -481px -325px;
}

.sprite-social-twitter {
  background-position: -145px -411px;
}

.sprite-social-youtube {
  background-position: -395px -411px;
}

.sprite-social-tiktok {
  background-image: url(https://cdn.shopify.com/s/files/1/2065/8833/files/tiktokIcon.png?v=1584424405);
  transform: scale(0.3);
}

.landing-block-footer-linksBox-pageLinks {
  display: flex;
  flex-wrap: wrap;
}

.landing-block-footer-pageLinks-blank {
  opacity: 0;
  visibility: hidden;
}
/* footer block left to 4 sections - 25% for each block */
/* 25% percent taken out for uniform height */
.landing-block-footer-linksBox-pageLinks div {
  font-size: 14px;
  margin-bottom: 10px;
}

.landing-block-footer-linksBox-leftItem {
  flex: 1;
  order: 1;
  justify-content: space-between;
}

/* 4 containers even lining with 10px margin bottom */
.left-footer-container{
  display: flex;
  flex-direction: column;
  align-items: left; 
}

.left-footer-container div{
  margin-bottom: 10px;
}

.landing-block-footer-linksBox-rightItem {
  flex: 0.3;
  order: 2;
}

.landing-block-footer-policyBox {
  width: 100%;
  border-top: 2px solid var(--pivoFooterGreyColor);
  color: var(--pivoFooterGreyColor);
  font-size: 11px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

.landing-block-footer-policyBox-policyLinks p {
  display: inline-block;
}

.landing-block-footer-policyBox-copyright {
  order: 2;
  text-align: center;
}

.landing-block-footer-policyBox-policyLinks {
  order: 1;
  margin-bottom: 20px;
  text-align: center;
}



.onlyDisplayMobile {
  display: block;
}

.onlyDisplayDesktop {
  display: none;
}

.newLP-up-arrow {
  height: 34%;
  width: 3px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newLP-up-arrow::before,
.newLP-up-arrow::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: -5px;

  background: white;
}

.newLP-up-arrow::after {
  right: -5px;
  transform: rotate(-45deg);
}

.newLP-up-arrow::before {
  left: -5px;
  transform: rotate(45deg);
}

.newLP-right-arrow {
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 3px;
}

.landing-block-items-LearnMore-btn .newLP-right-arrow {
  border-color: var(--pivoRedColor);
}

.landing-block-horizontalPadding20 {
  padding-left: 0px;
  padding-right: 0px;
}



@media (min-width: 749px) {
  #landingPage-scrollUp-btn {
    display: none !important;
  }

  .onlyDisplayMobile {
    display: none;
  }

  .onlyDisplayDesktop {
    display: block;
  }

  .landing-block-items-product-name {
    font-size: 33px;
    font-size: 2.3vw;
  }

  .landing-block-items-price {
    font-size: 26px;
    font-size: 1.8vw;
  }

  .landing-block-items-AddToCart-btn {
    font-size: 16px;
    font-size: 1.1vw;
  }

  .landing-block-items-LearnMore-btn a {
    font-size: 16px;
    font-size: 1.1vw;
  }

  .landing-block-oval-btn {
    padding: 10px 40px;
  }

  .landing-block-items-ShopAllProducts-btn {
    font-size: 16px;
    font-size: 1.1vw;
  }

  .landing-block-footer .landing-block-contentBox {
    padding-left: 120px;
    padding-right: 120px;
  }

  .landing-block-contentBox {
    padding-left: 100px;
    padding-right: 100px;
  }


  .landing-block-footer {
    padding-bottom: 40px;
  }

  .landing-block-footer-linksBox-upper {
    flex-direction: row;
    justify-content: space-between;
    max-width: unset;
  }
	
  /* change 40% -> 50% */
  .landing-block-footer-linksBox-pageLinks {
    max-width: 50%;
  }

  .landing-block-footer-linksBox-snsLinks {
    float: right;
    margin-right: -12.5px !important;
  }

  .landing-block-footer-policyBox {
    flex-direction: row;
    justify-content: space-between;
  }

  .landing-block-footer-policyBox-copyright {
    order: 1;
    text-align: left;
  }

  .landing-block-footer-policyBox-policyLinks {
    order: 2;
  }

  .landing-block-horizontalPadding20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media (min-width: 1500px) {
  .landing-block-items-product-name {
    font-size: 33px;
  }

  .landing-block-items-price {
    font-size: 26px;
  }

  .landing-block-items-AddToCart-btn {
    font-size: 16px;
  }

  .landing-block-items-LearnMore-btn a {
    font-size: 16px;
  }

  .landing-block-items-ShopAllProducts-btn {
    font-size: 16px;
  }

}

.lan_select-container {
      position: fixed;
      background: rgba(0, 0, 0, 0.7);
      z-index: 999;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none;
    }

    #lanSelectCloseBox {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

    .lan_select-titleBox {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 77px;
      position: relative;
      margin: 0 auto;
      max-width: 80%;
      text-align: center;
    }

    #lanSelectCloseBtn {
      position: absolute;
      right: 25px;
      top: 15px;
      font-size: 2rem;
      cursor: pointer;
      transition: 0.15s;
    }

    #lanSelectCloseBtn:hover {
      color: #aaa;
    }

    .lan_select-box {
      position: fixed;
      max-width: 1000px;
      min-width: 800px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 40px;
      background: white;
      width: 70%;
      height: 100%;
      max-height: 620px;
      overflow-y: auto;
      color: black;
    }

    .newSelector_popup {
      display: flex;
      flex: 1;
      height: 450px;
      overflow-y: auto;
    }

    .newSelector_popup-left {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .newSelector_popup-leftItem {
      width: 100%;
      display: flex;
      flex: 1;
    }

    .newSelector_popup-leftItem-countryName {
      display: flex;
      cursor: pointer;
      align-items: center;
      min-height: 59px;
      width: 100%;
      color: #757575;
      font-family: CarosSoftExtraBold;
      margin: 0;
    }

    .newSelector_popup-leftItem-countryName:hover {
      color: #ec2544;
    }

    .newSelector_popup-right {
      flex: 2;
      text-align: left;
    }

    .selected .newSelector_popup-leftItem-countryName {
      color: #ec2544;
    }

    .redBorder {
      border-left: 1px solid red;
    }

    .countryFlag {
      width: 25px;
      height: 25px;
      border-radius: 100%;
      background-repeat: no-repeat;
      background-size: 710% 1653%;
      background-image: url(https://cdn.shopify.com/s/files/1/2065/8833/files/Flags_icons.png?v=1588117702)
    }

    .newSelector_popup-leftItem .locale-select-country-items {
      max-height: 0;
      width: 0;
      overflow: hidden;
      transition: max-height 0.15s ease-out;
    }

    .locale-select-country-item {
      width: 46%;
      padding-left: 10px;
      display: inline-block;
      margin-bottom: 14px;
      box-sizing: border-box;
    }

    .displayBlock .locale-select-country-item {
      display: block;
    }

    .locale-select-country-item-left {
      display: inline-block;
      vertical-align: top;
    }

    .locale-select-country-item-right {
      text-align: left;
      margin-left: 5px;
      display: inline-block;
      width: calc(100% - 50px);
    }

    .country-languages {
      padding: 4px 0;
    }

    .country-language {
      display: inline-block;
      margin-right: 10px;
    }

    .country-language a {
      color: #757575;
      text-decoration: none;
    }

    .country-language a:hover {
      color: #ec2544;
    }

    .newSelector_popup-right .locale-select-country-items {
      height: 0;
      overflow: hidden;
    }

    .newSelector_popup-right
      .locale_select_country-selected.locale-select-country-items {
      height: unset;
    }

    .landing-block-footer-policyBox-policyLinks .landing-block-footer-policy-nlOnly {
      text-align: center;
    }

    /* footer navegation  */
    .footer-nav-container{
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        order: 1;
    }

    .footer-each-nav{
        flex: 0 0 20%;
    }

    .footer-info-container{
        flex: 1;
    }

    .landing-block-footer .ft-img{
        width: 63px;
        height: 29px;
    }

    .typography-footer-h{
        font-family: Sofia Pro Soft;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .typography-footer-b{
        font-family: Sofia Pro Soft;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 25px;
        color: #FFFFFF;
    }


    @media (min-width: 750px) {
      .landing-block-footer-policyBox-policyLinks .landing-block-footer-policy-nlOnly {
        text-align: right;
      }

      .lan_select-titleBox {
        margin-bottom: 20px;
        align-items: flex-start;
      }
    }

    @media(max-width: 750px){


        /* footer navegation  */
        .footer-nav-container{
            display: block;
            flex-wrap: unset;
            flex: unset;
            order: unset;
        }

        .footer-each-nav{
            flex: unset;
        }

        .footer-info-container{
            flex: unset;
        }

        .typography-footer-h{
            font-size: 3.38vw;
            line-height: 7.24vw;
        }

        .typography-footer-b{
            font-size: 3.38vw;
            line-height: 1.9vw;
        }

        .ft-img-cont{
            display: none;
        }

        .nav-ft-mn{
            height: 11.6vw;
            display: flex;
            align-items: center;
            position: relative;
            background: var(--pivoDarkestGreyColor);
            /*border-bottom: 0.3px solid var(--pivoDarkestGreyColor);*/
        }

        .footer-each-nav{
            max-height: 11.6vw;
            /* border-bottom: 0.3px solid rgba(255, 255, 255, 0.5); */
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            margin-bottom: px;
            /* outline: 0.1px solid rgba(255, 255, 255, 0.3); */
            overflow-y: hidden;
        }

        .nav-ft-sb{
            height: 8vw;
            display: flex;
            align-items: center;
            position: relative;
            background: var(--pivoDarkestGreyColor);
        }

        .ft-level-one{
            padding-left: 2.4vw;
        } 
        .ft-level-two{
            padding-left: 5.5vw;
        } 

        .footer-nav-container .plus-minus-toggle:after, .footer-nav-container .plus-minus-toggle:before{
            background: white;
        }

        .landing-block-footer-linksBox-upper{
            overflow-y: hidden;
        }
    }

    @media screen and (max-width: 1000px) {
        .footer-each-nav {
            flex: 0 0 25%;
        }


      .lan_select-box {
        max-height: unset;
        max-width: unset;
        min-width: unset;
        width: 100%;
        padding: 0;
        transform: unset;
        top: unset;
        left: unset;
      }

      #lanSelectCloseBtn {
        top: 2px;
        right: 20px;
      }

      .newSelector_popup {
        flex-direction: column;
        height: auto;
      }

      .locale-select-country-item {
        width: 100%;
        display: block;
      }

      .newSelector_popup-right {
        display: none;
      }

      .newSelector_popup-leftItem {
        border-bottom: 1px solid #bbb;
        padding: 0 0 0 27px;
        box-sizing: border-box;
        flex-direction: column;
        align-items: unset;
        justify-content: center;
      }

      .newSelector_popup-leftItem:first-of-type {
        border-top: 1px solid #bbb;
      }

      .newSelector_popup-leftItem.selected .locale-select-country-items {
        max-height: 1000px;
        width: unset;
      }
    }.lan_select-container {
      position: fixed;
      background: rgba(0, 0, 0, 0.7);
      z-index: 999;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none;
    }

    #lanSelectCloseBox {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

    .lan_select-titleBox {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 77px;
      position: relative;
      margin: 0 auto;
      max-width: 80%;
      text-align: center;
    }

    #lanSelectCloseBtn {
      position: absolute;
      right: 25px;
      top: 15px;
      font-size: 2rem;
      cursor: pointer;
      transition: 0.15s;
    }

    #lanSelectCloseBtn:hover {
      color: #aaa;
    }

    .lan_select-box {
      position: fixed;
      max-width: 1000px;
      min-width: 800px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 40px;
      background: white;
      width: 70%;
      height: 100%;
      max-height: 620px;
      overflow-y: auto;
      color: black;
    }

    .newSelector_popup {
      display: flex;
      flex: 1;
      height: 450px;
      overflow-y: auto;
    }

    .newSelector_popup-left {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .newSelector_popup-leftItem {
      width: 100%;
      display: flex;
      flex: 1;
    }

    .newSelector_popup-leftItem-countryName {
      display: flex;
      cursor: pointer;
      align-items: center;
      min-height: 59px;
      width: 100%;
      color: #757575;
      font-family: CarosSoftExtraBold;
      margin: 0;
    }

    .newSelector_popup-leftItem-countryName:hover {
      color: #ec2544;
    }

    .newSelector_popup-right {
      flex: 2;
      text-align: left;
    }

    .selected .newSelector_popup-leftItem-countryName {
      color: #ec2544;
    }

    .redBorder {
      border-left: 1px solid red;
    }

    .countryFlag {
      width: 25px;
      height: 25px;
      border-radius: 100%;
      background-repeat: no-repeat;
      background-size: 710% 1653%;
      background-image: url(https://cdn.shopify.com/s/files/1/2065/8833/files/Flags_icons.png?v=1588117702)
    }

    .newSelector_popup-leftItem .locale-select-country-items {
      max-height: 0;
      width: 0;
      overflow: hidden;
      transition: max-height 0.15s ease-out;
    }

    .locale-select-country-item {
      width: 46%;
      padding-left: 10px;
      display: inline-block;
      margin-bottom: 14px;
      box-sizing: border-box;
    }

    .displayBlock .locale-select-country-item {
      display: block;
    }

    .locale-select-country-item-left {
      display: inline-block;
      vertical-align: top;
    }

    .locale-select-country-item-right {
      text-align: left;
      margin-left: 5px;
      display: inline-block;
      width: calc(100% - 50px);
    }

    .country-languages {
      padding: 4px 0;
    }

    .country-language {
      display: inline-block;
      margin-right: 10px;
    }

    .country-language a {
      color: #757575;
      text-decoration: none;
    }

    .country-language a:hover {
      color: #ec2544;
    }

    .newSelector_popup-right .locale-select-country-items {
      height: 0;
      overflow: hidden;
    }

    .newSelector_popup-right
      .locale_select_country-selected.locale-select-country-items {
      height: unset;
    }

    .landing-block-footer-policyBox-policyLinks .landing-block-footer-policy-nlOnly {
      text-align: center;
    }

    /* footer navegation  */
    .footer-nav-container{
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        order: 1;
    }

    .footer-each-nav{
        flex: 0 0 20%;
    }

    .footer-info-container{
        flex: 1;
    }

    .landing-block-footer .ft-img{
        width: 63px;
        height: 29px;
    }

    .typography-footer-h{
        font-family: Sofia Pro Soft;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .typography-footer-b{
        font-family: Sofia Pro Soft;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 25px;
        color: #FFFFFF;
    }


    @media (min-width: 750px) {
      .landing-block-footer-policyBox-policyLinks .landing-block-footer-policy-nlOnly {
        text-align: right;
      }

      .lan_select-titleBox {
        margin-bottom: 20px;
        align-items: flex-start;
      }
    }

    @media(max-width: 750px){


        /* footer navegation  */
        .footer-nav-container{
            display: block;
            flex-wrap: unset;
            flex: unset;
            order: unset;
        }

        .footer-each-nav{
            flex: unset;
        }

        .footer-info-container{
            flex: unset;
        }

        .typography-footer-h{
            font-size: 3.38vw;
            line-height: 7.24vw;
        }

        .typography-footer-b{
            font-size: 3.38vw;
            line-height: 1.9vw;
        }

        .ft-img-cont{
            display: none;
        }

        .nav-ft-mn{
            height: 11.6vw;
            display: flex;
            align-items: center;
            position: relative;
            background: var(--pivoDarkestGreyColor);
            /*border-bottom: 0.3px solid var(--pivoDarkestGreyColor);*/
        }

        .footer-each-nav{
            max-height: 11.6vw;
            /* border-bottom: 0.3px solid rgba(255, 255, 255, 0.5); */
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            margin-bottom: px;
            /* outline: 0.1px solid rgba(255, 255, 255, 0.3); */
            overflow-y: hidden;
        }

        .nav-ft-sb{
            height: 8vw;
            display: flex;
            align-items: center;
            position: relative;
            background: var(--pivoDarkestGreyColor);
        }

        .ft-level-one{
            padding-left: 2.4vw;
        } 
        .ft-level-two{
            padding-left: 5.5vw;
        } 

        .footer-nav-container .plus-minus-toggle:after, .footer-nav-container .plus-minus-toggle:before{
            background: white;
        }

        .landing-block-footer-linksBox-upper{
            overflow-y: hidden;
        }
    }

    @media screen and (max-width: 1000px) {
        .footer-each-nav {
            flex: 0 0 25%;
        }


      .lan_select-box {
        max-height: unset;
        max-width: unset;
        min-width: unset;
        width: 100%;
        padding: 0;
        transform: unset;
        top: unset;
        left: unset;
      }

      #lanSelectCloseBtn {
        top: 2px;
        right: 20px;
      }

      .newSelector_popup {
        flex-direction: column;
        height: auto;
      }

      .locale-select-country-item {
        width: 100%;
        display: block;
      }

      .newSelector_popup-right {
        display: none;
      }

      .newSelector_popup-leftItem {
        border-bottom: 1px solid #bbb;
        padding: 0 0 0 27px;
        box-sizing: border-box;
        flex-direction: column;
        align-items: unset;
        justify-content: center;
      }

      .newSelector_popup-leftItem:first-of-type {
        border-top: 1px solid #bbb;
      }

      .newSelector_popup-leftItem.selected .locale-select-country-items {
        max-height: 1000px;
        width: unset;
      }
    }




.flexCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-order-01 {
	order: 1;
}

.flex-order-02 {
	order: 2;
}

.text_content_section-cont {
	position: relative;
	flex-direction: row;
	width: 1209px;
	height: 499px;
}

.normal-content-layout {
    position: relative;
    width: 1209px;
}

.normal-content-layout.flexCenter {
    flex-direction: row;
    justify-content: unset;
}

.text_content_section-cont.flexCenter {
	flex-direction: row;
}

.text_content_section-items {
	position: relative;
	width: 50%;
}


.text_content_section-textBox {
	text-align: left;
}

.text_content_section-contentBox {
	
}

.text_content_section-contentBox video {
	width: 100%;
    vertical-align: bottom;
}

.flex-order-01.text_content_section-textBox {
	padding-right: 137px;
}

.flex-order-02.text_content_section-textBox {
	padding-left: 46px;
}

.fade {
    animation-name: fade;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.headerHeight-f{
    animation-name: headerHeight-fs;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.headerHeight-t{
    animation-name: headerHeight-t;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.headerHeight-s{
    animation-name: headerHeight-s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}


.fadeLarge {
    animation-name: fadeLarge;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}


.fadeL {
    animation-name: fadeL;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.fadeSft {
    animation-name: fadeSft;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.fadeOut {
    animation-name: fadeOut;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.grow {
    animation-name: grow;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.growF {
    animation-name: growF;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.growFtm {
    animation-name: growFtm;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.upF {
    animation-name: upF;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.tF {
    animation-name: tF;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.dF {
    animation-name: dF;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.tlr {
    animation-name: tlr;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.trl {
    animation-name: trl;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.mobile-drop{
    display: none;
}

@keyframes trl {
    from {
        opacity: 0;
        transform: translate(0, 0);
    }
    to {
        opacity: 1;
        transform: translate(-43vw, 0);
    }
}

@keyframes tlr {
    from {
        opacity: 0;
        transform: translate(0, 0);
    }
    to {
        opacity: 1;
        transform: translate(43vw, 0);
    }
}

@keyframes dF {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}

@keyframes tF {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.3;
    }
}

@keyframes growF {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes growFtm {
    from {
        transform: scale(0) translateX(-50%);
        opacity: 0;
    }
    to {
        transform: scale(1) translateX(-50%);
        opacity: 1;
    }
}

@keyframes grow {
    from {
        transform: scale(0) ;
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}


@keyframes upF {
    from {
        opacity: 0;
        transform: translate(0px, 54px);
    }
    to {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

@keyframes grow {
    from {
        transform: scale(0.5);
    }
    to {
        transform: scale(1);
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeLarge {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes fadeL {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeSft {
    from {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes headerHeight-fs{
    from{
        height: 0px;
    }
    to{
        height: 457px;
    }
}
@keyframes headerHeight-s{
    from{
        height: 0px;
    }
    to{
        height: 227px;
    }
}
@keyframes headerHeight-t{
    from{
        height: 0px;
    }
    to{
        height: 100px;
    }
}


.landing-block-items-ShopAllProducts-btn .newLP-right-arrow{
	color: #333232;
}

/* Header dropdown list */
.hamburger{
	display: none;
}

.site-header__wrapper{
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-content-container{
	width: 1203px;
	height: 100%;
	display: flex;
	align-items: center;
}

.header-content-container a img{
	width: 78px;
	height: 36px;
}

.header-logo{
	margin-right: 31px;
}


.site-dropdown{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    display: flex;
	flex:1;
}

.drop-container{
	width: 996px;
	height: 100%;
	/*border: 1px solid gray;*/
	height: 100%;
}

.full-drop-down{
    position: absolute;
    top: 77px;
    left: 0;
    width: 100vw;
    height: 0;
    background: white;
    cursor: auto;
    visibility: hidden;
	min-height: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.site-drop-title{
    cursor: pointer;
    height: 77px;
    display: flex;
    align-items: center;
	padding-right: 31px;
	
}

.site-drop-title .typography-h-t{
	height: 100%;
}

.site-drop-title .typography-h-t p{
	height: 100%;
    display: flex;
    align-items: center;
	border-bottom: 3px solid transparent;
	padding-top: 3px;
}

.site-drop-title .headerHeight-f{
    visibility: visible;

}
.site-drop-title .headerHeight-s{
    visibility: visible;

}
.site-drop-title .headerHeight-t{
    visibility: visible;

}

.drop-box-flex{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.drop-box-flex .drop-each{
	width: 25%;
	height: 228px;
	/*border: 1px solid black;*/
}


.drop-box-flex .sp:nth-child(1){
	border-bottom: 1px solid #EBEEEF;
}
.drop-box-flex .sp:nth-child(2){
	border-bottom: 1px solid #EBEEEF;
}
.drop-box-flex .sp:nth-child(3){
	border-bottom: 1px solid #EBEEEF;
}
.drop-box-flex .sp:nth-child(4){
	border-bottom: 1px solid #EBEEEF;
}



.drop-box-flex .drop-each .each-cont{
	width: 100%;
	height: 205px;
	border-right: 1px solid #EBEEEF;
}


.drop-box-flex .drop-each:nth-child(4n) .each-cont{
	border-right: none;
}

.drop-s-header{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 11px;
	margin-top: 10px;
	margin-left: 10px;
}

.drop-s-header img{
	width: 34px;
	height: 34px;
	margin-right: 2px;
}

.drop-s-header .empt{
	width: 34px;
	height: 34px;
	margin-right: 2px;
}

.drop-s-body{
	display: flex;
	flex-direction: column;
	margin-left: 47px;
}

.drop-s-body a{
	margin-bottom: 10px;
	color: #616262;
}

.drop-s-body div{
	margin-bottom: 10px;
	color: #616262;
}

.drop-container-supp{
	width: 100%;
	height: 100%;
	/*border: 1px solid gray;*/
}

.full-drop-down-supp{
	position: absolute;
	top: 77px;
	left: -100px;
	width: 249px;
	height: 0;
	background: white;
	cursor: auto;
	overflow: hidden;
}

.full-drop-down-supp .drop-s-header{
	width: 100%;
	padding: 0;
	margin: 0;
}

.drop-s-header a{
	width: 100%;
	height : 50px;
	/*border: 1px solid green;*/
	color: #333232;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pos-rel{
	position: relative;
}

.drop-s-header a:hover{
	background: #EBEEEF;
}

/* ab-test */
.money-back-img{
	position: absolute;
	top: 47vw;
	right: 5vw;
	width: 7.5vw;
	height: 8.125vw;
	display: var(--ab-init);
}

.typography-ab-txt{
	margin-top: 4.533vw;
	font-family: Sofia Pro Soft;
	font-style: italic;
	font-weight: 800;
	font-size: 3.73vw;
	line-height: 3.73vw;
	text-align: center;
	display: var(--ab-init);
}

.typography-ab-txt span{
	color: #EC2544;
}





/* */
.choose-learn-btn {
    opacity: 0;
}

.choose-btn {
    opacity: 0;
}

.pod-animation-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.pod-anim-margin {
    margin-top: 70px;
    margin-bottom: 70px;
}

.pod-animation-flex {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1205px;
    opacity: 0;
}

.pod-animation-title {
    font-family: Caros Soft;
    font-size: 20px;
    font-weight: 700;

    color: #00A9C3;

    text-align: left;
}

.pod-animation-desc {
    font-family: Sofia Pro Soft;
    font-size: 16px;

    color: #4F4F4F;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.pod-animation-desc span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: relative;

    background-color: #00A9C3;
    margin-right: 10px;
}

.pod-animation-desc span:before {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 0;
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: white;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.anim-circ {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 238px;
    height: 238px;
    opacity: 0;
    z-index: -1;
}

.pod-animation-paraBox {
    width: 238px;
    margin-left: 60px;
}

.right-blue {
    position: relative;
    width: 165.19px;
    height: 177px;
    margin-bottom: 29px;
    margin-left: 17px;
}

.left-red {
    position: relative;
    width: 165.19px;
    height: 177px;
    margin-bottom: 29px;
    margin-left: 17px;
}

.left-black {
    position: relative;
    width: 165.19px;
    height: 177px;
    margin-bottom: 29px;
    margin-left: 17px;
}

.animation-left {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    /*left: -88px;*/
    opacity: 0;
}

.animation-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    opacity: 0;
    /*left: 88px;*/
}

.animation-right p {
    color: #616262;
    width: 100%;
}

.animation-black {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    opacity: 0;
    /*left: 88px;*/
}
.animation-black p {
    color: #616262;
    width: 100%;
}

.animation-left p {
    color: #616262;
    width: 100%;
}

.anim-compare-txt {
    position: absolute;
    font-family: 'CarosSoftExtraBold';
    text-align: center;
    font-size: 25px;
    font-style: italic;
    opacity: 0;
}

.anim-title {
    width: 120px;
    height: 90px;
    margin-bottom: 73px;
    opacity: 0;
}

.circ-pod {
    opacity: 0;
    z-index: 1;
}

.anim-btn-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.pod-margin {
    margin-bottom: 40px;
}

.circ-blue {
    background: linear-gradient(218.96deg, #00A9C3 14.2%, #82CEC9 88.3%);
}

.circ-red {
    background: linear-gradient(131.82deg, #EC2544 15.12%, #FA5B61 78.76%);
}

.circ-black {
    background: linear-gradient(218.96deg, #606367 14.2%, #959797 88.3%);
}

.red-1 {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 0;
    top: 179px;
    background: #EC2544;
    opacity: 0;
}

.red-2 {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 181px;
    top: 99px;
    background: #FA5B61;
    opacity: 0;
}

.red-3 {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 345px;
    top: 57px;
    background: #EC2544;
    opacity: 0;
    display: none;
}

.red-4 {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 341px;
    top: 291px;
    background: #FA5B61;
    opacity: 0;
}

.black-1 {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 0;
    top: 179px;
    background: #959797;
    opacity: 0;
}

.black-2 {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 181px;
    top: 99px;
    background: #D1D4D5;
    opacity: 0;
}

.black-3 {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 345px;
    top: 57px;
    background: #EBEEEF;
    opacity: 0;
}

.black-4 {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 341px;
    top: 291px;
    background: #EBEEEF;
    opacity: 0;
}

.blue-1 {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: 0;
    top: 179px;
    background: #00A9C3;
    opacity: 0;
    display: none;
}

.blue-2 {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: 181px;
    top: 109px;
    background: #82CEC9;
    opacity: 0;
}

.blue-3 {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    right: 320px;
    top: 61px;
    background: #82CEC9;
    opacity: 0;
    display: none;
}

.blue-4 {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    right: 320px;
    top: 187px;
    background: #00A9C3;
    opacity: 0;
}

.choose-desk {
    display: inline;
}

.choose-mob {
    display: none;
}

.col-learn {
    color: #EC2544;
}

.newLP-right-arrow {
    color: #EC2544;
}

.img-speed {
    width: 34px;
}

.typography-s-fst {
    font-family: Caros Soft;
    font-style: italic;
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
}

.big-mg {
    margin-bottom: 56px;
}

.small-mg {
    margin-bottom: 11px;
}

.animation-right .typography-s-fst {
    color: #00A9C3;
}

.animation-left .typography-s-fst {
    color: #ec2544;
}

.anim-img {
    opacity: 0;
}

.anim-pr {
    opacity: 0;
}

.anim-btn {
    opacity: 0;
}

.anim-s {
    opacity: 0;
}


/*.landing-block-creativity{
       padding-right: 6.66vw;
       padding-left: 6.66vw;
       }
       
       .create-mode-container{
       position: relative;
       width: 83.4vw;
       height: 40.575vw;
       }*/

.create-container-all {
    display: flex;
    justify-content: center;
    width: 100%;
}

.creativity-text-center {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.create-play svg {
    stroke: white;
    opacity: 0.8;
    width: 16px;
}

.create-play:hover>svg {
    opacity: 1;
}

.create-vid {
    width: 100%;
}

.create-more {
    background: linear-gradient(216.71deg, #00A9C3 1.9%, #F3C130 92.66%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-family: SofiaProSoftBold;
    font-size: 25px;
    color: white;
}

.create-learn {
    background: #EC2544;
    border-radius: 1000px !important;
    width: 207px;
    height: 61.7px;
    font-family: SofiaProSoftBold;
    font-size: 24px;
    color: white;
}

.create-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(13, 11, 11, 0.4);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 23px solid #201D1D;
    opacity: 0.4;
}

.landing-block-creativity {
    /*padding-right: 100px;
       padding-left: 100px;*/
    margin: auto;
}

.create-mode-container {
    position: relative;
    width: 1209px;
    height: 584.28px;
}

.create-mode-container video {
    border-radius: 20px;
}

.create-pos p {
    position: absolute;
    left: 25px;
    bottom: 5px;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.img-tiny p {
    position: absolute;
    left: 25px;
    bottom: 5px;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.create-tiny picture img {
    border-radius: 20px;
}

.mini-box {
    width: 218.67px;
    height: 218.67px;
}

.create-pos {
    position: absolute;
    font-family: CarosSoftBold;
    font-size: 24px;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
}

.create-pos img,
.create-pos video {
    vertical-align: bottom;
}

.create-clone {
    position: relative;
    top: 93px;
    left: 0;
    width: 207px;
    height: 355px;
}

.create-learn {
    top: 465.48px;
    left: 0;
    width: 207px;
    height: 62px;
}

.create-many {
    top: 0;
    left: 225.11px;
    width: 366.6px;
    height: 292px;
}

.create-fifty {
    top: 310px;
    left: 225.11px;
}

.create-magic {
    top: 310px;
    left: 461.1px;
    width: 285.56px;
    height: 272px;
}

.create-time {
    left: 609.71px;
    top: 73px;
}

.create-tiny {
    top: 310px;
    left: 765.23px;
}

.create-more {
    top: 120.67px;
    left: 847.27px;
    width: 135px;
    height: 171px;
}

.create-double {
    width: 207px;
    height: 355px;
    top: 93px;
    left: 1003px;
}


/* link to all platform */

.link-container {
    display: flex;
    align-items: center;
    justify-items: center;
    width: 1240px;
}

.link-left {
    width: 100%;
    height: 1993px;
}

.link-right {
    position: relative;
    width: 100%;
    height: 1993px;
}

.right-stay {
    position: sticky;
    top: 200px;
    height: 458px;
}

.right-stay p {
    padding-left: 21px;
}

.right-stay .link-img-cont {
    padding-left: 15px;
}

.first-vid {
    position: relative;
    opacity: 1;
    height: 714px;
    animation-duration: 0.5s;
}

.second-vid {
    position: relative;
    opacity: 0.3;
    height: 714px;
    animation-duration: 0.5s;
}

.third-vid {
    position: relative;
    opacity: 0.3;
    height: 571px;
    animation-duration: 0.5s;
}

.first-vid>img:first-child {
    position: absolute;
    top: 385px;
    left: 219px;
    z-index: 1;
    opacity: 0;
}

.second-vid>img:first-child {
    position: absolute;
    top: 385px;
    left: 219px;
    z-index: 1;
    opacity: 0;
}

.third-vid>img:first-child {
    position: absolute;
    top: 385px;
    left: 219px;
    z-index: 1;
    opacity: 0;
}

.first-vid>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 281px;
    height: 571px;
}

.second-vid>img:last-child {
    position: absolute;
    top: 0px;
    left: 281px;
    width: 281px;
    height: 571px;
}

.third-vid>img:last-child {
    position: absolute;
    top: 0;
    left: 0px;
    width: 281px;
    height: 571px;
}

.landing-flex-title {
    font-family: CarosSoftExtraBold;
    font-size: 50px;
    line-height: 55px;
    color: #333232;
    margin-top: 32px !important;
    margin-bottom: 19px !important;
}

.landing-flex-par {
    font-family: SofiaProSoftRegular;
    font-size: 20px;
    line-height: 30px;
    color: #4F4F4F;
    margin-bottom: 32px !important;
}

.vid-exmp-1 {
    position: absolute;
    top: 13px;
    left: 14px;
    width: 253px;
    border-radius: 10px;
}

.vid-exmp-2 {
    position: absolute;
    top: 11px;
    left: 295px;
    width: 253px;
    border-radius: 10px;
}

.vid-exmp-3 {
    position: absolute;
    top: 13px;
    left: 14px;
    width: 253px;
    border-radius: 10px;
}

.landing-block-main-title {
    font-family: CarosSoftExtraBold;
    font-size: 40px;
    line-height: 49px;
    color: #EC2544;
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
}

.icon-m {
    width: 28px !important;
    margin-left: 7px;
}

.link-img-cont {
    display: flex;
    align-items: center;
}

.link-img-cont img {
    width: 443px;
    height: 59px;
}

.meet-mobile-cont {
    display: none;
}


/* smart capture */

.smart-capture-container {
    width: 100%;
    height: 734px;
    padding-top: 30px;
    padding-bottom: 121px;
    margin-bottom: 81px;
}

.meet-ic {
    width: 246px !important;
    height: 61px;
}

.meet-contianer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* new auto tracking section */

.tracking-container {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    overflow: hidden;
    align-items: center;
}

.track-vd-cont {
    position: relative;
    width: 1209px;
    height: 870px;
}

.tracking-container .typography-s-p {
    width: 1209px;
}

.del-br {
    display: none;
}

.auto-img-bx {
    position: absolute;
    width: 326px;
    height: 190px;
    border-radius: 12px;
    font-family: Sofia Pro Soft;
    font-style: normal;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px !important;
}

.auto-img-bx p {
    display: flex;
    align-items: center;
    text-align: justify;
    line-height: 1.3;
}

.auto-img-bx p span {
    margin-left: 9px;
    z-index: 1;
}

.auto-vd-bx {
    position: absolute;
    top: 190px;
    left: 251.5px;
    width: 706px;
    height: 674px;
    z-index: -1;
}

.auto-bt {
    top: 0;
    left: 213px;
    background: linear-gradient(110.85deg, #6CBF84 11.38%, #82CEC9 97.25%);
    z-index: 1;
    opacity: 0;
}

.auto-bt p {
    position: absolute;
    top: 10px;
    left: 19px;
}

.auto-bt img:first-child {
    width: 13.4px;
}

.auto-bt img:last-child {
    position: absolute;
    top: 0;
    left: 140px;
    width: 134px;
}

.pause-pic {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    width: 8px !important;
}

.auto-ft {
    top: 300px;
    left: 0px;
    background: linear-gradient(68.46deg, #F3A83D 2.55%, #F16560 94.26%);
    z-index: 1;
    opacity: 0;
}

.auto-ft img:first-child {
    width: 16px;
}

.auto-ft img:last-child {
    position: absolute;
    top: 0;
    left: 90px;
    width: 156.1px;
}

.auto-ft p {
    position: absolute;
    top: 10px;
    left: 19px;
}

.auto-ht {
    top: 116px;
    right: 0px;
    background: linear-gradient(250.02deg, #FB7C81 9.35%, #F3C131 85.94%);
    z-index: 1;
    opacity: 0;
}

.auto-ht img:first-child {
    width: 26.5px;
}

.auto-ht img:last-child {
    position: absolute;
    top: 0;
    left: 145px;
    width: 162px;
}

.auto-ht p {
    position: absolute;
    top: 10px;
    left: 19px;
}

.auto-at {
    top: 568px;
    right: 74px;
    background: linear-gradient(111.01deg, #01A9C3 8.41%, #A3D8B6 91.46%);
    z-index: 1;
    opacity: 0;
}

.auto-at img:first-child {
    width: 25px;
}

.auto-at img:last-child {
    position: absolute;
    top: 0;
    left: 170px;
    width: 142.5px;
}

.auto-at p {
    position: absolute;
    top: 10px;
    left: 19px;
}

.play-circ {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #201D1D;
    opacity: 0.4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-circ svg {
    margin-left: 1px;
}

.play-circ-pos-bt {
    top: 141.4px;
    left: 15.5px;
}

.play-circ-pos-ht {
    top: 141.4px;
    left: 15.5px;
}

.play-circ-pos-ft {
    top: 141.4px;
    left: 15.5px;
}

.play-circ-pos-at {
    top: 141.4px;
    left: 15.5px;
}

.b-bt-p {
    display: none;
}

.b-ft-p {
    display: block;
}

.b-at-p {
    display: block;
}

.b-ht-p {
    display: block;
}

.b-bt-s {
    display: block;
}

.b-ft-s {
    display: none;
}

.b-at-s {
    display: none;
}

.b-ht-s {
    display: none;
}

.main-vid-main {
    position: absolute;
    top: 37px;
    left: 23px;
    width: 663px;
    border-radius: 40px;
    z-index: -1;
}

.black-bg {
    position: absolute;
    top: 34px;
    left: 31px;
    background: black;
    width: 647px;
    height: 304px;
    z-index: -2;
    border-radius: 10px;
}


/* main video */

/* main video without animation */
.mainvid-container {
    position: relative;
    width: 100%;
    /*height: 111.6vw;*/
}

/* main video without animation */
.main-conver-cont {
    position: absolute;
    background: black;
    opacity: var(--scale-meet-first);
    top: 0;
    left: 0;
    width: 100%;
    height: 56.389vw;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}

.main-img-container {
    position: sticky;
    top: 0;
    width: 100%;
    height: 56.389vw;
    overflow: hidden;
}

.sp-1 {
    display: none;
}

.sp-2 {
    display: contents;
}

.main-img-vid {
    transform: scale(var(--scale-main--scale));
}

.main-img-container p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-btn {
    position: absolute;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 80vh;
    left: 11.8vw;
    border: 1px solid #FFFFFF;
}

.main-btn img {
    margin-left: 0.5vw;
    width: 10px;
}

.main-btn div {
    /*margin-top: 0.2vw;*/
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.main-btn a {
    /*margin-top: 0.2vw;*/
    color: white;
    width: fit-content;
    height: fit-content;

    
}


/* video call container */

.vdcall-container {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.vdcall-m-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 1209px;
    height: 499px;
}

.vc-right-cont {
    position: relative;
    width: 50%;
}

.vc-right-cont video {
    width: 100%;
    border-radius: 17px;
}

.vc-left-cont {
    position: relative;
    width: 50%;
    text-align: left;
    padding-right: 137px;
}

.vc-left-cont .typography-s-p {
    padding-right: 73px;
}

.vc-swap-cont {
    position: relative;
    width: 50%;
    text-align: left;
    padding-right: 137px;
}

.vc-swap-cont {
    padding-left: 52px;
}

.popup-container {
    width: 100vw;
    height: 100vh;
    background: green;
}

.show-mb{
    display: none;
}
.show-dskt{
    display: block;
}

@media(max-width:1400px){
    .main-btn {
        top: 70vh;
    }
}

@media (max-width: 1250px) {

	/*  new header */
	.header-content-container {
		width: 980px;
	}

	/* */

    .text_content_section-cont {
        width: calc(1209px * 0.8);
        height: calc(499px * 0.8);
    }

    .normal-content-layout {
        width: calc(1209px * 0.8);
    }

    .flex-order-01.text_content_section-textBox {
        padding-right: calc(137px * 0.8);
    }

    .create-more {
        font-size: calc(25px * 0.8);
    }
    .create-learn {
        width: calc(207px * 0.8);
        height: calc(61.7px * 0.8);
        font-size: calc(24px * 0.8);
    }
    .create-play {
        width: calc(60px * 0.8);
        height: calc(60px * 0.8);
    }
    .create-play svg {
        width: calc(16px * 0.8);
    }
    .create-mode-container {
        width: calc(1209px * 0.8);
        height: calc(584.28px * 0.8);
    }
    .create-pos {
        font-size: calc(24px *0.8);
    }
    .create-pos p {
        left: calc(25px * 0.8);
        bottom: calc(5px * 0.8);
    }
    .img-tiny p {
        left: calc(25px * 0.8);
        bottom: calc(5px * 0.8);
    }
    .mini-box {
        width: calc(218.67px * 0.8);
        height: calc(218.67px * 0.8);
    }
    .create-pos {
        font-size: calc(24px * 0.8);
    }
    .create-clone {
        top: calc(93px * 0.8);
        width: calc(207px * 0.8);
        height: calc(355px * 0.8);
    }
    .create-learn {
        top: calc(465.48px * 0.8);
        width: calc(207px * 0.8);
        height: calc(62px * 0.8);
    }
    .create-many {
        left: calc(225.11px * 0.8);
        width: calc(366.6px * 0.8);
        height: calc(292px * 0.8);
    }
    .create-fifty {
        top: calc(310px * 0.8);
        left: calc(225.11px * 0.8);
    }
    .create-magic {
        top: calc(310px * 0.8);
        left: calc(461.1px * 0.8);
        width: calc(285.56px * 0.8);
        height: calc(272px * 0.8);
    }
    .create-time {
        left: calc(609.71px * 0.8);
        top: calc(73px * 0.8);
    }
    .create-tiny {
        top: calc(310px * 0.8);
        left: calc(765.23px * 0.8);
    }
    .create-more {
        top: calc(120.67px * 0.8);
        left: calc(847.27px * 0.8);
        width: calc(135px * 0.8);
        height: calc(171px * 0.8);
    }
    .create-double {
        width: calc(207px * 0.8);
        height: calc(355px * 0.8);
        top: calc(93px * 0.8);
        left: calc(1003px * 0.8);
    }
    /* link to all platform */
    .link-container {
        width: 967px;
    }
    .link-left {
        height: 1272px;
    }
    .link-right {
        height: 1272px;
    }
    .right-stay {
        top: calc( 77px + 30vh);
        height: 362px;
    }
    .right-stay p {
        padding-left: 13.62px;
    }
    .right-stay .link-img-cont {
        padding-left: 8.62px;
    }
    .link-img-cont img {
        width: 253px;
        height: 34px;
    }
    .first-vid {
        opacity: 1;
        height: 455px;
        animation-duration: 0.5s;
    }
    .second-vid {
        opacity: 0.3;
        height: 455px;
        animation-duration: 0.5s;
    }
    .third-vid {
        opacity: 0.3;
        height: 362px;
        animation-duration: 0.5s;
    }
    .first-vid>img:first-child {
        top: 241px;
        left: 145px;
        width: 89px;
    }
    .second-vid>img:first-child {
        top: 241px;
        left: 145px;
        width: 89px;
    }
    .third-vid>img:first-child {
        top: 241px;
        left: 145px;
        width: 89px;
    }
    .first-vid>img:last-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 179px;
        height: 362px;
    }
    .second-vid>img:last-child {
        position: absolute;
        top: 0px;
        left: 179px;
        width: 179px;
        height: 362px;
    }
    .third-vid>img:last-child {
        position: absolute;
        top: 0;
        left: 0px;
        width: 179px;
        height: 362px;
    }
    .vid-exmp-1 {
        position: absolute;
        top: 8px;
        left: 9px;
        width: 161px;
    }
    .vid-exmp-2 {
        position: absolute;
        top: 8px;
        left: 188px;
        width: 161px;
    }
    .vid-exmp-3 {
        position: absolute;
        top: 8px;
        left: 9px;
        width: 161px;
    }
    .meet-ic {
        width: 140px !important;
        height: 35px !important;
    }
    /* new auto tracking section */
    .track-vd-cont {
        width: calc(1209px * 0.8);
        height: calc(870px * 0.8);
    }
    .tracking-container .typography-s-p {
        width: calc(1209px * 0.8);
    }
    .auto-img-bx {
        width: calc(326px * 0.8);
        height: calc(190px * 0.8);
        font-size: calc(14px * 0.8);
        line-height: calc(26px * 0.8) !important;
    }
    .auto-img-bx p {
        line-height: 1.3;
    }
    .auto-img-bx p span {
        margin-left: calc(9px * 0.8);
    }
    .auto-vd-bx {
        top: calc(190px * 0.8);
        left: calc(251.5px * 0.8);
        width: calc(706px * 0.8);
        height: calc(674px * 0.8);
    }
    .auto-bt {
        left: calc(213px * 0.8);
    }
    .auto-bt p {
        top: calc(10px * 0.8);
        left: calc(19px * 0.8);
    }
    .auto-bt img:first-child {
        width: calc(13.4px * 0.8);
    }
    .auto-bt img:last-child {
        left: calc(140px * 0.8);
        width: calc(134px * 0.8);
    }
    .auto-ft {
        top: calc(300px * 0.8);
    }
    .auto-ft img:first-child {
        width: calc(16px * 0.8);
    }
    .auto-ft img:last-child {
        left: calc(90px * 0.8);
        width: calc(156.1px * 0.8);
    }
    .pause-pic {
        width: calc(8px * 0.8) !important;
    }
    .auto-ft p {
        top: calc(10px * 0.8);
        left: calc(19px * 0.8);
    }
    .auto-ht {
        top: calc(116px * 0.8);
    }
    .auto-ht img:first-child {
        width: calc(26.5px * 0.8);
    }
    .auto-ht img:last-child {
        left: calc(145px * 0.8);
        width: calc(162px * 0.8);
    }
    .auto-ht p {
        top: calc(10px * 0.8);
        left: calc(19px * 0.8);
    }
    .auto-at {
        top: calc(568px * 0.8);
        right: calc(74px * 0.8);
    }
    .auto-at img:first-child {
        width: calc(25px * 0.8);
    }
    .auto-at img:last-child {
        left: calc(170px * 0.8);
        width: calc(142.5px * 0.8);
    }
    .auto-at p {
        top: calc(10px * 0.8);
        left: calc(19px * 0.8);
    }
    .play-circ {
        width: calc(35px * 0.8);
        height: calc(35px * 0.8);
    }
    .play-circ-pos-bt {
        top: calc(141.4px * 0.8);
        left: calc(15.5px * 0.8);
    }
    .play-circ-pos-ht {
        top: calc(141.4px * 0.8);
        left: calc(15.5px * 0.8);
    }
    .play-circ-pos-ft {
        top: calc(141.4px * 0.8);
        left: calc(15.5px * 0.8);
    }
    .play-circ-pos-at {
        top: calc(141.4px * 0.8);
        left: calc(15.5px * 0.8);
    }
    .play-circ svg {
        margin-left: 2px;
    }
    .main-vid-main {
        top: calc(37px * 0.8);
        left: calc(23px * 0.8);
        width: calc(663px * 0.8);
    }
    .black-bg {
        top: calc(34px * 0.8);
        left: calc(31px * 0.8);
        width: calc(647px * 0.8);
        height: calc(304px * 0.8);
        border-radius: calc(10px * 0.8);
    }
    /* main video */
    .mainvid-container {
        width: 100%;
        height: unset;
    }
    .main-conver-cont {
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 56.389vw;
        z-index: -1;
    }
    .main-img-container {
        position: relative;
        top: unset;
        width: 100%;
        height: 56.389vw;
    }
    .main-img-vid {
        transform: unset;
    }
    .main-btn {
        top: 45vw;
        left: 11.875vw;
    }
    .main-btn img {
        margin-left: 5px;
        width: 10px;
    }
    /*.main-btn div {
        margin-top: 0.5vw;
    }*/
    /* video call container */
    .vdcall-m-container {
        width: calc(1209px * 0.8);
        height: calc(499px * 0.8);
    }
    .vc-right-cont video {
        border-radius: calc(17px * 0.8);
    }
    .vc-left-cont {
        padding-right: calc(137px * 0.8);
    }
    .vc-left-cont .typography-s-p {
        padding-right: calc(73px * 0.8);
    }

    .vc-swap-cont {
        padding-right: calc(137px * 0.8);
    }
    
    .vc-swap-cont {
        padding-left: calc(52px * 0.8);
    }

    /* CHOOSE YOUR POD */
    .anim-compare-txt {
        font-size: calc(25px * 0.8);
    }
    .pod-animation-flex {
        width: calc(1205px * 0.8);
    }
    .pod-anim-margin {
        margin-top: calc(70px *0.8);
        margin-bottom: calc(70px *0.8);
    }
    .anim-circ {
        top: calc(160px * 0.8);
        left: calc(136px * 0.8);
        width: calc(192px * 0.8);
        height: calc(192px * 0.8);
    }

    .pod-animation-paraBox {
        width: calc(192px * 0.8);
    }

    .right-blue {
        margin-bottom: 7px;
        margin-left: 8px;
        width: calc(124px * 0.8);
        height: calc(144px * 0.86);
    }
    .left-red {
        margin-bottom: 7px;
        margin-left: 8px;
        width: calc(124px * 0.8);
        height: calc(144px * 0.8);
    }
    .anim-title {
        width: calc(120px * 0.8);
        height: calc(90px * 0.8);
        margin-bottom: calc(73px * 0.8);
    }
    .pod-margin {
        margin-bottom: calc(40px * 0.8);
    }
    .red-1 {
        width: calc(16px * 0.8);
        height: calc(16px * 0.8);
        top: calc(179px * 0.8);
    }
    .red-2 {
        width: calc(15px * 0.8);
        height: calc(15px * 0.8);
        left: calc(181px * 0.8);
        top: calc(99px * 0.8);
    }
    .red-3 {
        width: calc(10px * 0.8);
        height: calc(10px * 0.8);
        left: calc(345px * 0.8);
        top: calc(57px * 0.8);
    }
    .red-4 {
        width: calc(8px * 0.8);
        height: calc(8px * 0.8);
        left: calc(341px * 0.8);
        top: calc(291px * 0.8);
    }
    .blue-1 {
        width: calc(16px * 0.8);
        height: calc(16px * 0.8);
        top: calc(179px * 0.8);
    }
    .blue-2 {
        width: calc(15px * 0.8);
        height: calc(15px * 0.8);
        right: calc(181px * 0.8);
        top: calc(109px * 0.8);
    }
    .blue-3 {
        width: calc(8px * 0.8);
        height: calc(8px * 0.8);
        right: calc(320px * 0.8);
        top: calc(61px * 0.8);
    }
    .blue-4 {
        width: calc(7px * 0.8);
        height: calc(7px * 0.8);
        right: calc(320px * 0.8);
        top: calc(187px * 0.8);
    }

}

@media (max-width: 1000px) {
	/* new header */

	.header-content-container {
		width: 710px;
	}

	.drop-container {
		width: 750px;
	}
	
	/* */
    .text_content_section-cont {
        width: calc(1209px * 0.6);
        height: calc(499px * 0.6);
    }

    .normal-content-layout {
        width: calc(1209px * 0.6);
    }

    .flex-order-01.text_content_section-textBox {
        padding-right: calc(137px * 0.6);
    }

    .create-more {
        font-size: calc(25px * 0.6);
    }
    .create-learn {
        width: calc(207px * 0.6);
        height: calc(61.7px * 0.6);
        font-size: calc(24px * 0.6);
    }
    .create-play {
        width: calc(60px * 0.6);
        height: calc(60px * 0.6);
    }
    .create-play svg {
        width: calc(16px * 0.6);
    }
    .create-mode-container {
        width: calc(1209px * 0.6);
        height: calc(584.28px * 0.6);
    }
    .create-pos {
        font-size: calc(24px *0.6);
    }
    .create-pos p {
        left: calc(25px * 0.6);
        bottom: calc(5px * 0.6);
    }
    .img-tiny p {
        left: calc(25px * 0.6);
        bottom: calc(5px * 0.6);
    }
    .mini-box {
        width: calc(218.67px * 0.6);
        height: calc(218.67px * 0.6);
    }
    .create-pos {
        font-size: calc(24px * 0.6);
    }
    .create-clone {
        top: calc(93px * 0.6);
        width: calc(207px * 0.6);
        height: calc(355px * 0.6);
    }
    .create-learn {
        top: calc(465.48px * 0.6);
        width: calc(207px * 0.6);
        height: calc(62px * 0.6);
    }
    .create-many {
        left: calc(225.11px * 0.6);
        width: calc(366.6px * 0.6);
        height: calc(292px * 0.6);
    }
    .create-fifty {
        top: calc(310px * 0.6);
        left: calc(225.11px * 0.6);
    }
    .create-magic {
        top: calc(310px * 0.6);
        left: calc(461.1px * 0.6);
        width: calc(285.56px * 0.6);
        height: calc(272px * 0.6);
    }
    .create-time {
        left: calc(609.71px * 0.6);
        top: calc(73px * 0.6);
    }
    .create-tiny {
        top: calc(310px * 0.6);
        left: calc(765.23px * 0.6);
    }
    .create-more {
        top: calc(120.67px * 0.6);
        left: calc(847.27px * 0.6);
        width: calc(135px * 0.6);
        height: calc(171px * 0.6);
    }
    .create-double {
        width: calc(207px * 0.6);
        height: calc(355px * 0.6);
        top: calc(93px * 0.6);
        left: calc(1003px * 0.6);
    }
    /* video call container */
    .vdcall-m-container {
        width: calc(1209px * 0.6);
        height: calc(499px * 0.6);
    }
    .vc-right-cont video {
        border-radius: calc(17px * 0.6);
    }
    .vc-left-cont {
        padding-right: calc(137px * 0.6);
    }
    .vc-left-cont .typography-s-p {
        padding-right: calc(73px * 0.6);
    }

    .vc-swap-cont {
        padding-right: calc(137px * 0.6);
    }
    
    .vc-swap-cont {
        padding-left: calc(52px * 0.6);
    }

    /* CHOOSE YOUR POD */
    .anim-compare-txt {
        font-size: calc(25px * 0.6);
    }
    .pod-animation-flex {
        width: calc(1205px * 0.6);
    }
    .pod-anim-margin {
        margin-top: calc(70px *0.6);
        margin-bottom: calc(70px *0.6);
    }
    .anim-circ {
        top: calc(160px * 0.6);
        left: calc(136px * 0.6);
        width: calc(192px * 0.6);
        height: calc(192px * 0.6);
    }

    .pod-animation-paraBox {
        width: calc(192px * 0.6);
    }

    .right-blue {
        margin-bottom: 7px;
        margin-left: 8px;
        width: calc(124px * 0.6);
        height: calc(144px * 0.6);
    }
    .left-red {
        margin-bottom: 7px;
        margin-left: 8px;
        width: calc(124px * 0.6);
        height: calc(144px * 0.6);
    }
    .anim-title {
        width: calc(120px * 0.85);
        height: calc(90px * 0.85);
        margin-bottom: calc(73px * 0.6);
    }
    .pod-margin {
        margin-bottom: calc(40px * 0.6);
    }
    .red-1 {
        width: calc(16px * 0.6);
        height: calc(16px * 0.6);
        top: calc(179px * 0.6);
    }
    .red-2 {
        width: calc(15px * 0.6);
        height: calc(15px * 0.6);
        left: calc(181px * 0.6);
        top: calc(99px * 0.6);
    }
    .red-3 {
        width: calc(10px * 0.6);
        height: calc(10px * 0.6);
        left: calc(345px * 0.6);
        top: calc(57px * 0.6);
    }
    .red-4 {
        width: calc(8px * 0.6);
        height: calc(8px * 0.6);
        left: calc(341px * 0.6);
        top: calc(291px * 0.6);
    }
    .blue-1 {
        width: calc(16px * 0.6);
        height: calc(16px * 0.6);
        top: calc(179px * 0.6);
    }
    .blue-2 {
        width: calc(15px * 0.6);
        height: calc(15px * 0.6);
        right: calc(181px * 0.6);
        top: calc(109px * 0.6);
    }
    .blue-3 {
        width: calc(8px * 0.6);
        height: calc(8px * 0.6);
        right: calc(320px * 0.6);
        top: calc(61px * 0.6);
    }
    .blue-4 {
        width: calc(7px * 0.6);
        height: calc(7px * 0.6);
        right: calc(320px * 0.6);
        top: calc(187px * 0.6);
    }
    .animation-left {
        left: unset
    }
    .animation-right {
        left: unset
    }
    .animation-black {
        left: unset
    }
    /* link to all platform */
    .link-container {
        width: 726px;
    }
    /* new auto tracking section */
    .track-vd-cont {
        width: calc(1209px * 0.6);
        height: calc(870px * 0.6);
    }
    .tracking-container .typography-s-p {
        width: calc(1209px * 0.6);
    }
    .auto-img-bx {
        width: calc(326px * 0.6);
        height: calc(190px * 0.6);
        font-size: calc(14px * 0.6);
        line-height: calc(26px * 0.6) !important;
    }
    .auto-img-bx p {
        line-height: 1.3;
    }
    .auto-img-bx p span {
        margin-left: calc(9px * 0.6);
    }
    .auto-vd-bx {
        top: calc(190px * 0.6);
        left: calc(251.5px * 0.6);
        width: calc(706px * 0.6);
        height: calc(674px * 0.6);
    }
    .auto-bt {
        left: calc(213px * 0.6);
    }
    .auto-bt p {
        top: calc(10px * 0.6);
        left: calc(19px * 0.6);
    }
    .auto-bt img:first-child {
        width: calc(13.4px * 0.6);
    }
    .auto-bt img:last-child {
        left: calc(140px * 0.6);
        width: calc(134px * 0.6);
    }
    .auto-ft {
        top: calc(300px * 0.6);
    }
    .auto-ft img:first-child {
        width: calc(16px * 0.6);
    }
    .auto-ft img:last-child {
        left: calc(90px * 0.6);
        width: calc(156.1px * 0.6);
    }
    .pause-pic {
        width: calc(8px * 0.6) !important;
    }
    .auto-ft p {
        top: calc(10px * 0.6);
        left: calc(19px * 0.6);
    }
    .auto-ht {
        top: calc(116px * 0.6);
    }
    .auto-ht img:first-child {
        width: calc(26.5px * 0.6);
    }
    .auto-ht img:last-child {
        left: calc(145px * 0.6);
        width: calc(162px * 0.6);
    }
    .auto-ht p {
        top: calc(10px * 0.6);
        left: calc(19px * 0.6);
    }
    .auto-at {
        top: calc(568px * 0.6);
        right: calc(74px * 0.6);
    }
    .auto-at img:first-child {
        width: calc(25px * 0.6);
    }
    .auto-at img:last-child {
        left: calc(170px * 0.6);
        width: calc(142.5px * 0.6);
    }
    .auto-at p {
        top: calc(10px * 0.6);
        left: calc(19px * 0.6);
    }
    .play-circ {
        width: calc(35px * 0.6);
        height: calc(35px * 0.6);
    }
    .play-circ-pos-bt {
        top: calc(141.4px * 0.6);
        left: calc(15.5px * 0.6);
    }
    .play-circ-pos-ht {
        top: calc(141.4px * 0.6);
        left: calc(15.5px * 0.6);
    }
    .play-circ-pos-ft {
        top: calc(141.4px * 0.6);
        left: calc(15.5px * 0.6);
    }
    .play-circ-pos-at {
        top: calc(141.4px * 0.6);
        left: calc(15.5px * 0.6);
    }
    .play-circ svg {
        margin-left: 2px;
        margin-top: 0.7px;
        width: 7px;
    }
    .main-vid-main {
        top: calc(37px * 0.6);
        left: calc(23px * 0.6);
        width: calc(663px * 0.6);
        border-radius: calc(40px * 0.6);
    }
    .black-bg {
        top: calc(34px * 0.6);
        left: calc(31px * 0.6);
        width: calc(647px * 0.6);
        height: calc(304px * 0.6);
        border-radius: calc(10px * 0.6);
    }
}

@media (max-width: 750px) {

    .create-mode-container {
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .create-mode-container::-webkit-scrollbar {
        display: none;
    }
    .creativity-text-center {
        align-items: flex-start;
    }
    .creaive-mobile-width {
        width: 200px;
    }
    .creative-mobile-f {
        margin-left: 15px;
    }
    .creative-mobile-txt {
        padding-right: 9vw;
    }
    .create-container-all {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .create-play {
        position: absolute;
        width: 14vw;
        height: 14vw;
    }
    .create-play svg {
        margin-left: 1vw;
        margin-top: 0.5vw;
    }
    .triangle-left {
        width: 0;
        height: 0;
        border-top: 23px solid transparent;
        border-bottom: 23px solid transparent;
        border-right: 23px solid #201D1D;
        opacity: 0.4;
    }
    .landing-block-creativity {
        /*padding-right: 100px;
       padding-left: 100px;*/
        margin: auto;
    }
    .create-mode-container {
        position: relative;
        width: 1209px;
        height: 117vw;
    }
    .create-mode-container video {
        border-radius: 20px;
    }
    .create-pos p {
        font-size: 4.3vw;
        left: 5.26vw;
        bottom: 2.63vw;
    }
    .mini-box {
        width: 44.25vw;
        height: 44.25vw;
    }
    .create-pos {
        position: absolute;
        font-family: CarosSoftBold;
        font-size: 24px;
        border-radius: 20px;
        opacity: 0;
    }
    .create-clone {
        top: 17.12vw;
        left: 3vw;
        width: 41.15vw;
        height: 70.6vw;
    }
    .create-learn {
        top: 465.48px;
        left: 3vw;
        width: 207px;
        height: 62px;
    }
    .create-many {
        top: 0;
        left: 47.74vw;
        width: 73vw;
        height: 58.1vw;
    }
    .create-fifty {
        top: 61.68vw;
        left: 47.74vw;
    }
    .create-magic {
        top: 61.68vw;
        left: 96vw;
        width: 56.7vw;
        height: 54.1vw;
    }
    .create-time {
        left: 125vw;
        top: 13.5vw;
    }
    .create-tiny {
        top: 61.7vw;
        left: 156.9vw;
    }
    .create-more {
        top: 24.1vw;
        left: 173vw;
        width: 28vw;
        height: 33.4vw;
    }
    .create-double {
        top: 17.12vw;
        left: 205vw;
        width: 44.15vw;
        height: 70.6vw;
        padding-right: 3vw;
    }

	.money-back-img{
		display: none;
	}
    /* Choose Your Pod */
    .choose-mobile-width {
        width: 100%;
    }
    .anim-compare-txt {
        font-size: 6.03vw;
        line-height: 25px;
    }
    .pod-animation-flex {
        width: 100%;
    }
    .pod-anim-margin {
        margin-top: 12vw;
        margin-bottom: 12vw;
    }

    .anim-circ {
        width: 27.5vw;
        height: 27.5vw;
    }

    .pod-animation-paraBox {
        width: 165px;
        margin-left: 20px;
    }

    .right-blue {
        width: 17.39vw;
        height: 19.56vw;
        margin-bottom: 2vw;
        margin-left: 2vw;
    }

    .left-red {
        width: 17.39vw;
        height: 19.56vw;
        margin-bottom: 2vw;
        margin-left: 2vw;
    }

    .left-black{
        width: 17.39vw;
        height: 19.56vw;
        margin-bottom: 2vw;
        margin-left: 2vw;
    }

    .anim-title {
        width: 16.9vw;
        height: 12.38vw;
        margin-bottom: 6vw;
    }

    .pod-margin {
        margin-bottom: calc(40px * 0.85);
    }


    .black-1 {
        width: 3.8vw;
        height: 3.8vw;
        left: 0;
        top: 21vw;
        display: none;
    }
    
    .black-2 {
        position: absolute;
        width: 3.6vw;
        height: 3.6vw;
        left: 1vw;
        top: 50vw;
        display: none;
    }
    
    .black-3 {
        position: absolute;
        width: 2.4vw;
        height: 2.4vw;
        left: 26vw;
        top: 19vw;
        display: none;
    }
    
    .black-4 {
        position: absolute;
        width: 2.2vw;
        height: 2.2vw;
        left: 26vw;
        top: 50vw;
        display: none;
    }

    .red-1 {
        width: 13px;
        height: 13px;
        top: 101px;
        left: 10px;
        display: none;
    }
    .red-2 {
        width: 8px;
        height: 8px;
        left: calc(181px * 0.85);
        top: calc(99px * 0.85);
        display: none;
    }
    .red-3 {
        width: 7px;
        height: 7px;
        left: 153px;
        top: 284px;
        display: none;
    }
    .red-4 {
        width: 6px;
        height: 6px;
        left: 175px;
        top: calc(291px * 0.85);
        display: none;
    }
    .blue-1 {
        width: 13px;
        height: 13px;
        top: 111px;
        right: 18px;
        display: none;
    }
    .blue-2 {
        width: 8px;
        height: 8px;
        right: calc(181px * 0.85);
        top: calc(109px * 0.85);
        display: none;
    }
    .blue-3 {
        width: 7px;
        height: 7px;
        right: 142px;
        top: 287px;
        display: none;
    }
    .blue-4 {
        width: 6px;
        height: 6px;
        right: 123px;
        top: 105px;
        display: none;
    }
    .choose-desk {
        display: none;
    }
    .choose-mob {
        display: inline;
    }
    .img-speed {
        width: 8vw;
    }
    .typography-s-fst {
        font-size: 3.38vw;
    }
    .big-mg {
        margin-bottom: 8.7vw;
    }
    .small-mg {
        margin-bottom: 2.7vw;
    }
    /* link to all platform */
    .link-container {
        flex-direction: column-reverse;
        width: 100%;
    }
    .link-left {
        width: 100%;
        height: 450vh;
        /*border: 1px solid black;*/
    }
    .link-right {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .right-stay {
        top: unset;
        height: 100%;
    }
    .right-stay p {
        padding-left: 0px;
    }
    .right-stay .link-img-cont {
        padding-left: 0px;
    }
    .first-vid {
        opacity: 1;
        height: 100vh;
        animation-duration: 0.5s;
        position: sticky;
        border: 1px solid white;
        top: 0;
    }
    .second-vid {
        opacity: 1;
        height: 100vh;
        animation-duration: 0.5s;
        /*border: 1px solid red;*/
        position: sticky;
        top: 0px;
    }
    .third-vid {
        opacity: 1;
        height: 100vh;
        animation-duration: 0.5s;
        /*border: 1px solid red;*/
        position: sticky;
        top: 0px;
    }
    .first-vid>img:first-child {
        display: none;
    }
    .second-vid>img:first-child {
        display: none;
    }
    .third-vid>img:first-child {
        display: none;
    }
    .first-vid>img:last-child {
        top: calc(73px + 15vh);
        left: calc( (100vw - 30.7vh) / 2);
        width: 30.7vh;
        height: 62.19vh;
    }
    .second-vid>img:last-child {
        top: calc(73px + 15vh);
        left: calc( (100vw - 30.7vh) / 2);
        width: 30.7vh;
        height: 62.19vh;
    }
    .third-vid>img:last-child {
        top: calc(73px + 15vh);
        left: calc( (100vw - 30.7vh) / 2);
        width: 30.7vh;
        height: 62.19vh;
    }
    .vid-exmp-1 {
        width: 27.6vh;
        top: calc(73px + 16vh);
        left: calc( (100vw - 27.7vh) / 2);
        transform: scale( var(--scale-meet-first));
    }
    .m-bg-1 {
        transform: scale( var(--scale-meet-first));
    }
    .m-bg-2 {
        transform: scale( var(--scale-meet-first));
    }
    .vid-exmp-2 {
        width: 27.6vh;
        top: calc(73px + 16vh);
        left: calc( (100vw - 27.7vh) / 2);
        transform: scale( var(--scale-meet-first));
    }
    .vid-exmp-3 {
        width: 27.6vh;
        top: calc(73px + 16vh);
        left: calc( (100vw - 27.7vh) / 2);
    }
    .icon-m {
        width: 28px !important;
        margin-left: 7px;
    }
    .link-img-cont {
        display: none;
    }
    .link-img-cont img {
        margin-right: 2.307vh;
        width: 6.67vh;
        height: 6.67vh;
    }
    .meet-ic {
        width: 43.48vw !important;
        height: 10.77vw !important;
    }
    .meet-mobile-cont {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: calc( 73px + ((13vh - 6.67vh)/2));
    }
    .meet-p {
        width: 44.65vh;
        text-align: right;
        opacity: 0;
        font-size: 4.59vw;
    }
    .meet-mobile img {
        width: 6.67vh;
        height: 6.67vh;
        margin-right: 2.308vh;
        opacity: 0.1;
        margin-top: -1.3vw;
    }
    .meet-mobile img:last-child {
        margin-right: 0;
    }
    /* new auto tracking section */
    .tracking-container {
        width: 100%;
        display: flex;
        position: relative;
        flex-direction: column-reverse;
        overflow: hidden;
    }
    .track-vd-cont {
        position: relative;
        width: 100%;
        height: 150.1vw;
    }
    .tracking-container .typography-s-st {
        text-align: left;
        width: 100%;
    }
    .tracking-container .typography-s-t {
        text-align: left;
        width: 100%;
    }
    .tracking-container .typography-s-p {
        text-align: left;
        width: 100%;
    }
    .auto-img-bx {
        position: absolute;
        width: 54.34vw;
        height: 31.64vw;
        border-radius: 12px;
        font-family: Sofia Pro Soft;
        font-style: normal;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 3.38vw;
        line-height: 4.58vw !important;
    }
    .auto-img-bx p {
        display: flex;
        align-items: end;
        text-align: justify;
        line-height: 1.3;
    }
    .auto-img-bx p span {
        margin-left: 1.21vw;
        z-index: 1;
    }
    .auto-vd-bx {
        position: absolute;
        top: 62.9vw;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .auto-bt {
        top: 0;
        left: -49.52vw;
        background: linear-gradient(110.85deg, #6CBF84 11.38%, #82CEC9 97.25%);
        z-index: 0;
    }
    .auto-bt p {
        position: absolute;
        top: 2.174vw;
        left: 9.04vw;
    }
    .auto-bt img:first-child {
        width: 2.23vw;
    }
    .auto-bt img:last-child {
        position: absolute;
        top: 0;
        left: 29vw;
        width: 22.26vw;
    }
    .auto-ft {
        top: 2.9vw;
        right: -48.52vw;
        left: unset;
        background: linear-gradient(68.46deg, #F3A83D 2.55%, #F16560 94.26%);
        z-index: 0;
    }
    .auto-ft img:first-child {
        width: 2.65vw;
    }
    .auto-ft img:last-child {
        position: absolute;
        top: 0;
        left: 15vw;
        width: 25.8vw;
    }
    .auto-ft p {
        position: absolute;
        top: 2.174vw;
        left: 2.898vw;
    }
    .auto-ht {
        top: 34.4vw;
        left: -48.52vw;
        right: unset;
        background: linear-gradient(250.02deg, #FB7C81 9.35%, #F3C131 85.94%);
        z-index: 0;
    }
    .auto-ht img:first-child {
        width: 4.42vw;
    }
    .auto-ht img:last-child {
        position: absolute;
        top: 0;
        left: 24vw;
        width: 28.02vw;
    }
    .auto-ht p {
        position: absolute;
        top: 2.174vw;
        left: 9.125vw;
    }
    .auto-at {
        top: 37.2vw;
        right: -48.52vw;
        background: linear-gradient(111.01deg, #01A9C3 8.41%, #A3D8B6 91.46%);
        z-index: 0;
    }
    .auto-at img:first-child {
        width: 4.14vw;
    }
    .auto-at img:last-child {
        position: absolute;
        top: 0;
        left: 23vw;
        width: 23.9vw;
    }
    .auto-at p {
        position: absolute;
        top: 2.174vw;
        left: 2.898vw;
    }
    .play-circ {
        position: absolute;
        width: 7.74vw;
        height: 7.74vw;
        background: #201D1D;
        opacity: 0.4;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .play-circ svg {
        margin-left: 0.8vw;
    }
    .play-circ-pos-bt {
        top: 22vw;
        left: 8.5vw;
    }
    .play-circ-pos-ht {
        top: 22vw;
        left: 8.5vw;
    }
    .play-circ-pos-ft {
        top: 22vw;
        left: 2.4vw;
    }
    .play-circ-pos-at {
        top: 20vw;
        left: 2.4vw;
    }
    .del-br {
        display: contents;
    }
    .main-vid-main {
        top: 5vw;
        left: 3vw;
        width: 94.5vw;
    }
    .black-bg {
        top: 5vw;
        left: 4vw;
        width: 92vw;
        height: 43vw;
        border-radius: 3vw;
    }
    .pause-pic {
        width: calc(8px * 0.8) !important;
    }

      .pad-aut-p{
            padding-right: 2vw;
      }

      .pad-smart-t{
            padding-right: 17vw;
      }

      .pad-creat-p{
            padding-right: 3vw;
      }

    /* main video */
    .mainvid-container {
        width: 100%;
        height: unset;
    }
    .main-conver-cont {
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 139.855vw;
        z-index: -1;
    }
    .main-img-container {
        position: relative;
        top: unset;
        width: 100%;
        height: 139.855vw;
    }
    .main-img-container p {
        left: 0;
        top: 14.25vw;
        width: 100%;
        transform: unset;
    }
    .sp-1 {
        display: contents;
    }
    .sp-2 {
        display: none;
    }
    .main-img-vid {
        transform: unset;
    }
    .main-btn {
        top: 113vw;
        left: 33vw;
    }
    .main-btn img {
        margin-left: 1.5vw;
        width: 2.3vw;
    }
    /*.main-btn div {
        margin-top: 0.5vw;
    }*/
    /* video call container */
    .vdcall-m-container {
        flex-direction: column;
        width: 100%;
        height: auto
    }

    .cont-swap{
        flex-direction: column-reverse !important;
    }

    .vc-right-cont {
        width: 100%;
    }
    .vc-right-cont video {
        width: 100%;
        border-radius: 12px;
    }
    .vc-left-cont {
        width: 100%;
    }
    .vc-left-cont .typography-s-p {
        padding-right: 0;
    }

    .vc-swap-cont {
        width: 100%;
    }
    
    .vc-swap-cont {
        padding-left: 0;
    }


	/* Header dropdown list */

	/* .navigation__button{
		display: none !important;
	} */

	.site-header__wrapper{
		height: 77px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0px 0px 9px rgba(114, 114, 114, 0.4);
	}

	.header-content-container{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.header-content-container a img{
		width: 78px;
		height: 36px;
	}

	.header-logo{
		margin-right: 0;
	}

	.site-dropdown{
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
		/*display: flex;*/
		display: none;
		flex:1;
	}

	.drop-container{
		width: 996px;
		height: 100%;
		border: 1px solid gray;
		height: 100%;
	}

	.full-drop-down{
		position: absolute;
		top: 77px;
		left: 0;
		width: 100vw;
		height: 0;
		background: grey;
		cursor: auto;
		visibility: hidden;
		min-height: 0;
		display: flex;
		justify-content: center;
	}

	.site-drop-title{
		cursor: pointer;
		height: 77px;
		display: flex;
		align-items: center;
		padding-right: 31px;
		
	}

	.site-drop-title .typography-h-t{
		height: 100%;
	}

	.site-drop-title .typography-h-t p{
		height: 100%;
		display: flex;
		align-items: center;
		border-bottom: 3px solid transparent;
		padding-top: 3px;
	}

	.site-drop-title .headerHeight-f{
		visibility: visible;
		background: red;
	}
	.site-drop-title .headerHeight-s{
		visibility: visible;
		background: green;
	}
	.site-drop-title .headerHeight-t{
		visibility: visible;
		background: yellow;
	}

	.drop-box-flex{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

	.drop-box-flex .drop-each{
		width: 25%;
		height: 228px;
		border: 1px solid black;
	}


	.drop-box-flex .sp:nth-child(1){
		border-bottom: 1px solid #EBEEEF;
	}
	.drop-box-flex .sp:nth-child(2){
		border-bottom: 1px solid #EBEEEF;
	}
	.drop-box-flex .sp:nth-child(3){
		border-bottom: 1px solid #EBEEEF;
	}
	.drop-box-flex .sp:nth-child(4){
		border-bottom: 1px solid #EBEEEF;
	}



	.drop-box-flex .drop-each .each-cont{
		width: 100%;
		height: 205px;
		border-right: 1px solid #EBEEEF;
	}


	.drop-box-flex .drop-each:nth-child(4n) .each-cont{
		border-right: none;
	}


	.hamburger-s {
		width: 30px;
		height: 30px;
		position: relative;
		display: block;
		/*top: 50%;
		transform: translateY(-50%);
		margin-left: 16px;*/
	}

	.hamburgerTop-h,
	.hamburgerMiddle-h,
	.hamburgerBottom-h {
		position: absolute;
		display: block;
		width: 30px;
		height: 3px;
		background: #616262;
        border-radius: 10px;
	}

	.hamburgerTop-h,
	.hamburgerBottom-h {
		transition: transform 0.4s ease, margin-top 0.3s ease 0.4s;
	}

	.hamburgerTop-h {
		margin-top: 7px;
	}

	.hamburgerMiddle-h {
		transition: opacity 0.2s ease 0.5s;
		margin-top: 15px;
	}

	.hamburgerBottom-h {
		margin-top: 23px;
	}

	/* Animation from close (hamburger) to open (X) */
	.hamburgerTop-h.open,
	.hamburgerBottom-h.open {
		transition: margin-top 0.3s ease, transform 0.4s ease 0.3s;
	}

	.hamburgerTop-h.open {
		transform: rotate(45deg);
		margin-top: 15px;
	}

	.hamburgerMiddle-h.open {
		opacity: 0;
		transition: none;
	}

	.hamburgerBottom-h.open {
		transform: rotate(-45deg);
		margin-top: 15px;
	}




	.text_content_section-cont {
		flex-direction: column !important;
		width: 100%;
		height: auto
	}
	
	.text_content_section-items {
		width: 100%;
	}

	.flex-order-02.text_content_section-textBox {
		padding-left: 0;
	}

	.flex-order-01.text_content_section-contentBox {
		order: 3;
	}
 
    .normal-content-layout {
        width: 100%;
    }
	


    .mobile-drop{
        position: fixed;
        top: 77px;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center; 
        overflow-y: scroll;
        max-height: calc(100vh - 77px);
        height: calc(100vh - 77px);
        width: 100%;
        background: white;
        z-index: 1000;
        visibility: hidden;
    }

    /* burger height */
    .margin-extra{
        margin-bottom: 25vw;
    }
    .burger-each-h{
        height: 14.25vw;
        width: 80vw;
        display: flex;
        align-items: center;

        border-bottom: 1px solid #EBEEEF;
        background: white;
        position: relative;
        color: #616262;
    }

    .burger-each-h img{
        width: 9vw;
        height: auto;
    }

    .level-two{
        padding-left: 10vw;
    }

    .level-three{
        padding-left: 20vw;
    }

    .level-four{
        padding-left: 28vw;
    }

    .mobile-drop li{
        max-height: 14.25vw;
        overflow-y: hidden;
    }

    .ch-1{
        max-height: 200vh !important; 
        transition: max-height 0.5s ease-in;
    }
    .ch-2{
        max-height: 200vh !important; 
        transition: max-height 0.5s ease-in;
    }
    .ch-3{
        max-height: 200vh !important; 
        transition: max-height 0.5s ease-in;
    }
    .ch-4{
        max-height: 200vh !important;
        transition: max-height 0.5s ease-in;
    }

    .ch-all{
        max-height: 200vh !important;
        transition: max-height 0.5s ease-in;
    }

    .f-ch-1{
        max-height: 27.6vw !important; 
        transition: max-height 0.5s ease-in;
    }
    .f-ch-2{
        max-height: 42.75vw !important; 
        transition: max-height 0.5s ease-in;
    }
    .f-ch-3{
        max-height: 35.6vw !important; 
        transition: max-height 0.5s ease-in;
    }
    .f-ch-4{
        max-height: 43.6vw !important;
        transition: max-height 0.5s ease-in;
    }

    .f-ch-5{
        max-height: 51.6vw !important;
        transition: max-height 0.5s ease-in;
    }


    .plus-minus-toggle {
        height: 5px;
        position: absolute;
        width: 5px;
        right: 5px;
   }
    .plus-minus-toggle:before, .plus-minus-toggle:after {
        background: #333232;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        top: 0;
        width: 8px;
        transition: transform 500ms ease;
   }
    .plus-minus-toggle:after {
        transform-origin: center;
   }
    .plus-minus-toggle.collapsed:after {
        transform: rotate(90deg);
   }
    .plus-minus-toggle.collapsed:before {
        transform: rotate(180deg);
   }

   .typography-p-s{
        font-family: Sofia Pro Soft;
        font-style: normal;
        font-weight: 500;
        font-size: 3.86vw;
        line-height: 100%;
        color: #616262;
   }

   .show-mb{
        display: block;
   }
   .show-dskt{
        display: none;
    }
    
    .anim-pr .typography-s-mny{
        font-size: 4.34vw !important;
        margin-left: 1vw;
    }

    .anim-pr .typography-s-dmny{
        font-size: 6vw !important;
    }

    .anim-pr{
        text-align: center;
        width: 16vw;
    }
	
}
