.question,
.answer {
	margin: 0 0 10px 0px;
	min-height: 110px;
	padding: 5px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}
.question {
	background: #f8f8f8;
    font-weight: bold;
}
.question img{
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
}

.answer img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: block;
}

.question img {
  transform: translate(0%, -50%);
}

/* .answer img {
  top: 10px;
  transform: translateX(-50%);
} */

.question p {
    margin: 0 0 10px 0 !important;
	padding-left: 120px !important;
	padding-right: 15px !important;
}

.answer p {
	margin: 0 0 10px 0 !important;
	/* padding-right: 15px !important; */
}

.answer p img {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.question p:last-of-type,
.answer p:last-of-type {
	margin-bottom: 0!important;
}

.question p span,
.answer p span {
	font-weight: 700;
}

.violet {
    color: #0e0097;
}

.excl {
	margin: 0;
	background: #2e4b83;
	color: #fff;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 60px;
	padding-right: 60px;
	min-height: 80px;
	border-radius: 0 100px 100px 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}

.excl p {
	margin: 15px 0 !important;
}

.excl p span.red {
	color: crimson;
}

.excl p a {
	color: #6e9bff;
}

.excl img {
    display: block;
    width: 18px;
	height: 80px;
	left: 22px;
	top: -10px;
	position: absolute;
}

.adva {
    display: table;
    width: auto;
    margin: 25px auto 25px;
  }

@media(max-width: 570px) {
    .adva {
        width: 85%;
    }
}

.adva h2 {
    font-size: 24px;
    font-weight: 700;
}

.adva ul {
    font-size: 20px;
}

.adva ul li {
    position: relative;
    margin-bottom: 12px;
    line-height: 1.3em;
}

.adva ul .checkmark {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -30px;
}

.adva ul li::marker{
    content: none;
}

.adva ul .red {
    padding: 0;
}

.adva ul li {
    padding: 0 !important   ;
}


.accordion  {
    margin: 0px auto 30px;
    max-width: 700px;
  }
  
  .accordion .accordion-item {
    border-bottom: 1px solid #dcdcdc;
    padding-top: 10px !important;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #fff;
  }
  
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 15px 0;
    font-weight: 700;
    color: #19417d;
    border: none;
    background: none;
    outline: none;
    padding:  0 !important;
   
  }
  
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: #000;
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
    color: #19417d;
    border: 1px solid #dcdcdc;
  }
  
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    white-space: break-spaces;
  }
  
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  
  .accordion button[aria-expanded='true'] {
    color: #000;
  }
  
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  
  .accordion .accordion-content p {
    margin: 0 0 20px;
    text-align: left;
    font-size: 18px !important;
  }
  
  .product-image {
    width: 100%;
    max-width: 350px;
  }
  
  @media screen and (max-width: 768px) {
    .product-image {
        max-width: 270px;
    }
  }

  .conditions {
	/* margin: 0 20px; */
	/* padding: 0 20px; */
	margin-bottom: 30px;
	padding-top: 45px;
	background: #faf1f1;
}
.conditions h3 {
	text-align: center;
	margin: 0 50px;
	margin-bottom: 40px;
	color: #e20000 !important;
	position: relative;
    font-size: 20px !important;
    line-height: 1.3em;
}
.conditions h3::after {
	content: '';
	display: block;
	width: 90px;
	height: 2px;
	background: #e20000;
	bottom: -20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.conditions ul {
	list-style-type: none;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 40px;
}
.conditions li {
	padding-left: 30px;
	display: block;
	margin-bottom: 25px;
	position: relative;
}

.conditions li:before {
    content: none;
}

.conditions li img {
    display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0px;
	top: 2px;
}

.conditions ul li .red {
    padding: 0 !important;
}
.conditions li:last-of-type {
	margin-bottom: 0;
}
.conditions li span {
	font-weight: 700;
}

* {
    font-family: "arial", "sans-serif" !important;
    /* line-height: 1.35em !important; */
}

.w-row {
    font-family: "arial", "sans-serif" !important;
    line-height: 1.35em !important;
}


.effects {
	background: linear-gradient(117.36deg, #3262be 2.35%, #21417d 99.66%);
	color: #fff;
	margin-bottom: 30px;
}
.effects__container {
	padding: 5% 15%;
	padding-bottom: 5%;
}

.effects > img {
	position: absolute;
	margin-top: 130px !important;
}

@media screen and (max-width: 768px) {
	.effects__container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.effects ul {
	list-style-type: none;
}
.effects h3 {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
    color: #fff !important;
    font-size: 22px;
    line-height: 1.3em;
}
.effects h3::after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -18px;
}
.effects li {
	font-size: 18px;
	min-height: 35px;
	padding-left: 30px;
	position: relative;
}

.effects li:before {
	content: none;
}

.effects li img {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	left: 0;
	top: 3px;
}

.effects p {
	color: #fff;
}

.effects ul li p {
    color: #fff !important;
    margin: 0 !important;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}

a {
    text-decoration: none !important;
}

.gal1 img {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: -20px;
}

.gal1 ul li {
    list-style: none;
    padding-left: 10px;
}

.gal1 ul li {
    position: relative;
}

.gal2 li {
    position: relative;
    list-style: none;

}

.gal2 li img {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: -30px;
}



/* header */
.header {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
    position: relative;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    background-color: #fff;
    color: #f6303e;
    display: block;
}

.navigation-site {
    width: 100%;
}

.navigation-site__menu {
    height: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    /* padding: 0 80px; */
    align-items: left;
    justify-content: left;
}

.navigation-site__menu {
    list-style: none;
    margin: 0 !important;
}

.brandhead {
    float: left;
    margin-left: 25px;
}

.navigation-site__menu>li>.lnk {
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    position: relative;
    color: #565c5c;
    text-align: center;
}

.navigation-site__menu li {
    margin-right: 40px;
}

.masthead--spacer {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
}

.masthead--box, .masthead--box>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.search-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80px;
    height: 100%;
    min-width: 64px;
    text-decoration: none;
    border: 0;
    font-size: 0;
}

.masthead--box>* {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.live-lnk {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: .875rem;
    line-height: 1.0625rem;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    min-width: 60px;
    width: 80px;
    padding-top: 20px;
    text-align: center;
    background-color: #f6303e;
}

.navigation-button {
    overflow: hidden;
    min-width: 60px;
    width: 80px;
    height: 80px;
    font-size: 34px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    color: #2b3233;
}

.live-lnk, .live-lnk:hover {
    text-decoration: none;
    color: #fff !important;
}

@keyframes blink2 {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.live-lnk:before {
    position: absolute;
    top: calc(50% - 15px);
    animation: blink2 1.5s infinite;
    content: "⬤";
}

.navigation-button>img {
    width: 50%;
    translate: 50% 50%;
}

.lnk {
    color: black !important;
}

.masthead {
    display: flex;
}

.brandhead img {
    display: block;
    width: auto;
}

.brandhead {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.live-lnk span {
    font-size: 14px !important;
}

@media (max-width: 1140px) {
    .header--1 .masthead, .header--2 .masthead, .header--3 .masthead {
        height: 60px;
        margin-bottom: 42px;
    }
    .navigation-site {
        font-size: .875rem;
        line-height: 1.0625rem;
        position: absolute;
        top: 60px;
        height: 42px;
        background-color: #fff;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    }
    .navigation-site__menu>li>.lnk {
        font-size: 1rem;
        line-height: 1.1875rem;
    }

    .navigation-button>img {
        width: 50%;
        translate: 50% 25%;
    }

    .masthead--box {
        float: right;
    }
}

@media (max-width: 630px) {
    .navigation-site__menu {
        padding-left: 10px;
    }

}

@media (max-width: 520px) {
    .masthead--box a {
        width: 50px;
        height: 50px;
    }

    .brandhead {
        float: none;
        margin: 0;
        margin-top: 10px;
    }

    .brandhead img {
        height: 40px !important;
        width: 150px;
    }

    .live-lnk span {
        font-size: 12px !important;
    }
}
