@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Tablesaw - v1.0.4 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */

table.tablesaw {
empty-cells: show;
max-width: 100%;
width: 100%;
}

.tablesaw {
border-collapse: collapse;
width: 100%;
}

/* Structure */

.tablesaw {
padding: 0;
}

.tablesaw th,
.tablesaw td {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
padding-top: .9em;
padding-bottom: .7em;
}



.tablesaw-enhanced .tablesaw-bar .btn {
border: 1px solid #ccc;
background: none;
background-color: #fafafa;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,1);
box-shadow: 0 1px 0 rgba(255,255,255,1);
color: #4a4a4a;
clear: both;
cursor: pointer;
display: block;
font: bold 20px/1 sans-serif;
margin: 0;
padding: .5em .85em .4em .85em;
position: relative;
text-align: center;
text-decoration: none;
text-transform: capitalize;
text-shadow: 0 1px 0 #fff;
width: 100%;
/* Theming */
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 255,255,255,.1 )), color-stop(50%, rgba( 255,255,255,.1 )), color-stop(55%, rgba( 170,170,170,.1 )), to(rgba( 120,120,120,.15 )));
background-image: -webkit-linear-gradient(top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100%);
background-image: linear-gradient( top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100% );
-webkit-appearance: none !important;
-moz-appearance: none !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
border-radius: .25em;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
color: #1c95d4;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */

.tablesaw-enhanced .tablesaw-bar .btn:active {
background-color: #ddd;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 100,100,100,.35 )), to(rgba( 255,255,255,0 )));
background-image: -webkit-linear-gradient(top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70%);
background-image: linear-gradient( top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70% );
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
color: #208de3;
background-color: #fff;
outline: none;
}

.tablesaw-bar .btn:focus {
-webkit-box-shadow: 0 0 .35em #4faeef !important;
box-shadow: 0 0 .35em #4faeef !important;
}

.ie-lte8 .tablesaw-bar .btn:hover,
.ie-lte8 .tablesaw-bar .btn:focus {
color: #208de3;
background-color: #fff;
border-color: #aaa;
outline: none;
}

.tablesaw-bar .btn-select select {
background: none;
border: none;
display: block;
position: absolute;
font-weight: inherit;
left: 0;
top: 0;
margin: 0;
width: 100%;
height: 100%;
z-index: 2;
min-height: 1em;
}

.tablesaw-bar .btn-select select {
opacity: 0;
filter: alpha(opacity=0);
display: inline-block;
color: transparent;
}

.tablesaw-bar .btn select option {
background: #fff;
color: #000;
font-family: sans-serif;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
color: #4d4d4d;
padding-right: 2.5em;
min-width: 7.25em;
text-align: left;
text-indent: 0;
}

.ie-lte8 .tablesaw-bar .btn-select {
min-width: 6.1em;
}

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
display: inline-block;
width: auto;
height: auto;
position: relative;
top: 0;
}

.tablesaw-bar .btn.btn-small {
font-size: 1.0625em;
line-height: 19px;
padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
font-size: .8125em;
padding: .4em .7em .25em .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
text-align: left;
}

.tablesaw-bar .btn-select:after {
background: #e5e5e5;
background: rgba(0,0,0,.1);
-webkit-box-shadow: 0 2px 2px rgba(255,255,255,.25);
box-shadow: 0 2px 2px rgba(255,255,255,.25);
content: " ";
display: block;
position: absolute;
}

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
padding-right: 1.5em;
}

.tablesaw-bar .btn-select:after {
background: none;
background-repeat: no-repeat;
background-position: .25em .45em;
content: "\25bc";
font-size: .55em;
padding-top: 1.2em;
padding-left: 1em;
left: auto;
right: 0;
margin: 0;
top: 0;
bottom: 0;
width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
width: 1.2em;
font-size: .5em;
padding-top: 1em;
padding-right: .5em;
line-height: 1.65;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */

.tablesaw-advance .btn {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-shadow: 0 1px 0 #fff;
border-radius: .25em;
}

.tablesaw-advance .btn.btn-micro {
font-size: .8125em;
padding: .3em .7em .25em .7em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
display: inline-block;
overflow: hidden;
width: 1.8em;
height: 1.8em;
background-position: 50% 50%;
margin-left: .5em;
position: relative;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
content: "\0020";
overflow: hidden;
width: 0;
height: 0;
position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
left: .5em;
top: .65em;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
left: .5em;
top: .65em;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
top: .45em;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
left: .6em;
border-right: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
left: .7em;
border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
opacity: .25;
filter: alpha(opacity=25);
cursor: default;
pointer-events: none;
}

/* Table Toolbar */

.tablesaw-bar {
clear: both;
font-family: sans-serif;
}

.tablesaw-toolbar {
font-size: .875em;
float: left;
}

.tablesaw-toolbar label {
padding: .5em 0;
clear: both;
display: block;
color: #888;
margin-right: .5em;
text-transform: uppercase;
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
margin-top: .5em;
margin-bottom: .5em;
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
margin-left: .4em;
margin-top: 0;
text-transform: uppercase;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
font-family: sans-serif;
font-size: 1em;
padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
padding-top: .9em;
}

.tablesaw-bar .tablesaw-toolbar select {
color: #888;
text-transform: none;
background: transparent;
}

.tablesaw-toolbar ~ table {
clear: both;
}

.tablesaw-toolbar .a11y-sm {
clip: rect(0 0 0 0);
height: 1px;
overflow: hidden;
position: absolute;
width: 1px;
}

@media (min-width: 24em) {
.tablesaw-toolbar .a11y-sm {
clip: none;
height: auto;
width: auto;
position: static;
overflow: visible;
}
}



table.tablesaw tbody th {
font-weight: bold;
}

table.tablesaw thead th,
table.tablesaw thead td {
color: #444;
font-size: .9em;
}

.tablesaw th,
.tablesaw td {
line-height: 1em;
text-align: left;
vertical-align: middle;
}

.tablesaw td,
.tablesaw tbody th {
vertical-align: middle;
font-size: 1.17em;
/* 19px */
}

.tablesaw td .btn,
.tablesaw tbody th .btn {
margin: 0;
}

.tablesaw thead {
border: 1px solid #e5e5e4;
background: #e2dfdc;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2dfdc));
background-image: -webkit-linear-gradient(top, #fff, #e2dfdc);
background-image: linear-gradient(to bottom, #fff, #e2dfdc);
}

.tablesaw thead th {
font-weight: 100;
color: #777;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
text-align: left;
}

.tablesaw thead tr:first-child th {
font-weight: normal;
font-family: sans-serif;
border-right: 1px solid #e4e1de;
}

/* Table rows have a gray bottom stroke by default */

.tablesaw tbody tr {
border-bottom: 1px solid #dfdfdf;
}

.tablesaw caption {
text-align: left;
margin-bottom: 0;
opacity: .5;
filter: alpha(opacity=50);
line-height: 2.4;
}

@media (min-width: 25em) {
.tablesaw caption {
margin-bottom: .6em;
line-height: 1.2;
}
}

/* Stack */

.tablesaw-cell-label-top {
text-transform: uppercase;
font-size: .9em;
font-weight: normal;
}

.tablesaw-cell-label {
font-size: .65em;
text-transform: uppercase;
color: #888;
font-family: sans-serif;
}

@media (min-width: 40em) {
.tablesaw td {
line-height: 2em;
}
}

@media only all {
.tablesaw-swipe .tablesaw-cell-persist {
border-right: 1px solid #e4e1de;
}

.tablesaw-swipe .tablesaw-cell-persist {
-webkit-box-shadow: 3px 0 4px -1px #e4e1de;
box-shadow: 3px 0 4px -1px #e4e1de;
}
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-stack tbody tr {
border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

@media only all {
/* Show the table cells as a block level element */

.tablesaw-stack td,
.tablesaw-stack th {
text-align: left;
display: block;
}

.tablesaw-stack tr {
clear: both;
display: table-row;
}

/* Make the label elements a percentage width */

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
display: block;
padding: 0 .6em 0 0;
width: 30%;
display: inline-block;
}

/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

.tablesaw-stack th .tablesaw-cell-label-top,
.tablesaw-stack td .tablesaw-cell-label-top {
display: block;
padding: .4em 0;
margin: .4em 0;
}

.tablesaw-cell-label {
display: block;
}

/* Avoid double strokes when stacked */

.tablesaw-stack tbody th.group {
margin-top: -1px;
}

/* Avoid double strokes when stacked */

.tablesaw-stack th.group b.tablesaw-cell-label {
display: none !important;
}
}

@media (max-width: 39.9375em) {
.tablesaw-stack thead td,
.tablesaw-stack thead th {
display: none;
}

.tablesaw-stack tbody td,
.tablesaw-stack tbody th {
clear: left;
float: left;
width: 100%;
}

.tablesaw-cell-label {
vertical-align: top;
}

.tablesaw-cell-content {
max-width: 67%;
display: inline-block;
}

.tablesaw-stack td:empty,
.tablesaw-stack th:empty {
display: none;
}
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
.tablesaw-stack tr {
display: table-row;
}

/* Show the table header rows */

.tablesaw-stack td,
.tablesaw-stack th,
.tablesaw-stack thead td,
.tablesaw-stack thead th {
display: table-cell;
margin: 0;
}

/* Hide the labels in each cell */

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
display: none !important;
}
}

.tablesaw-fix-persist {
table-layout: fixed;
}

@media only all {
/* Unchecked manually: Always hide */

.tablesaw-swipe th.tablesaw-cell-hidden,
.tablesaw-swipe td.tablesaw-cell-hidden {
display: none;
}
}

.btn.tablesaw-columntoggle-btn span {
text-indent: -9999px;
display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
position: relative;
/* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
padding: .5em;
}

.tablesaw-columntoggle tbody td {
line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */

.tablesaw-columntoggle-popup {
display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
display: block;
position: absolute;
top: 2em;
right: 0;
background-color: #fff;
padding: .5em .8em;
border: 1px solid #ccc;
-webkit-box-shadow: 0 1px 2px #ccc;
box-shadow: 0 1px 2px #ccc;
border-radius: .2em;
z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
margin: 0;
}

/* Hide all prioritized columns by default */

@media only all {
.tablesaw-columntoggle th.tablesaw-priority-6,
.tablesaw-columntoggle td.tablesaw-priority-6,
.tablesaw-columntoggle th.tablesaw-priority-5,
.tablesaw-columntoggle td.tablesaw-priority-5,
.tablesaw-columntoggle th.tablesaw-priority-4,
.tablesaw-columntoggle td.tablesaw-priority-4,
.tablesaw-columntoggle th.tablesaw-priority-3,
.tablesaw-columntoggle td.tablesaw-priority-3,
.tablesaw-columntoggle th.tablesaw-priority-2,
.tablesaw-columntoggle td.tablesaw-priority-2,
.tablesaw-columntoggle th.tablesaw-priority-1,
.tablesaw-columntoggle td.tablesaw-priority-1 {
display: none;
}
}

.tablesaw-columntoggle-btnwrap .dialog-content {
top: 0 !important;
right: 1em;
left: auto !important;
width: 12em;
max-width: 18em;
margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
outline-style: none;
}

/* Preset breakpoints if "" class added to table */

/* Show priority 1 at 320px (20em x 16px) */

@media (min-width: 20em) {
.tablesaw-columntoggle th.tablesaw-priority-1,
.tablesaw-columntoggle td.tablesaw-priority-1 {
display: table-cell;
}
}

/* Show priority 2 at 480px (30em x 16px) */

@media (min-width: 30em) {
.tablesaw-columntoggle th.tablesaw-priority-2,
.tablesaw-columntoggle td.tablesaw-priority-2 {
display: table-cell;
}
}

/* Show priority 3 at 640px (40em x 16px) */

@media (min-width: 40em) {
.tablesaw-columntoggle th.tablesaw-priority-3,
.tablesaw-columntoggle td.tablesaw-priority-3 {
display: table-cell;
}

.tablesaw-columntoggle tbody td {
line-height: 2;
}
}

/* Show priority 4 at 800px (50em x 16px) */

@media (min-width: 50em) {
.tablesaw-columntoggle th.tablesaw-priority-4,
.tablesaw-columntoggle td.tablesaw-priority-4 {
display: table-cell;
}
}

/* Show priority 5 at 960px (60em x 16px) */

@media (min-width: 60em) {
.tablesaw-columntoggle th.tablesaw-priority-5,
.tablesaw-columntoggle td.tablesaw-priority-5 {
display: table-cell;
}
}

/* Show priority 6 at 1,120px (70em x 16px) */

@media (min-width: 70em) {
.tablesaw-columntoggle th.tablesaw-priority-6,
.tablesaw-columntoggle td.tablesaw-priority-6 {
display: table-cell;
}
}

@media only all {
/* Unchecked manually: Always hide */

.tablesaw-columntoggle th.tablesaw-cell-hidden,
.tablesaw-columntoggle td.tablesaw-cell-hidden {
display: none;
}

/* Checked manually: Always show */

.tablesaw-columntoggle th.tablesaw-cell-visible,
.tablesaw-columntoggle td.tablesaw-cell-visible {
display: table-cell;
}
}

.tablesaw-columntoggle-popup .btn-group > label {
display: block;
padding: .2em 0;
white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
margin-right: .8em;
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
position: relative;
}

.tablesaw-sortable thead tr th {
padding-right: 1.6em;
vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
padding: 0;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
padding-top: .9em;
padding-bottom: .7em;
padding-left: .6em;
padding-right: 1.6em;
}

.tablesaw-sortable .tablesaw-sortable-head button {
min-width: 100%;
color: inherit;
background: transparent;
border: 0;
padding: 0;
text-align: left;
font: inherit;
text-transform: inherit;
position: relative;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
width: 7px;
height: 10px;
content: "\0020";
position: absolute;
right: .5em;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
content: "↑";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
content: "↓";
}

.tablesaw-sortable .not-applicable:after {
content: "--";
display: block;
}

.tablesaw-sortable .not-applicable span {
display: none;
}

.tablesaw-advance {
float: right;
}

.tablesaw-advance.minimap {
margin-right: .4em;
}

.tablesaw-advance-dots {
float: left;
margin: 0;
padding: 0;
list-style: none;
}

.tablesaw-advance-dots li {
display: table-cell;
margin: 0;
padding: .4em .2em;
}

.tablesaw-advance-dots li i {
width: .25em;
height: .25em;
background: #555;
border-radius: 100%;
display: inline-block;
}

.tablesaw-advance-dots-hide {
opacity: .25;
filter: alpha(opacity=25);
cursor: default;
pointer-events: none;
}

/*
* 	Core Owl Carousel CSS File
*	v1.24
*/

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

#owl-demo .item {
background: none !important;
}

/* display none until init */
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
cursor: pointer;
}

.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
cursor: url(/custom/6373/assets/css/grabbing.png) 8 8, move;
}

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

/* CSS3 Transitions */

.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x: 50%;
-webkit-perspective-origin-y: 50%;
-moz-perspective: 1200px;
-moz-perspective-origin-x: 50%;
-moz-perspective-origin-y: 50%;
perspective: 1200px;
}

/* fade */
.owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}

.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
0% {
opacity: 1
}
}

@-moz-keyframes empty {
0% {
opacity: 1
}
}

@keyframes empty {
0% {
opacity: 1
}
}

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

@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

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

@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}

@-moz-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}

@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}

@-webkit-keyframes backSlideOut {
25% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
75% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
}

@-moz-keyframes backSlideOut {
25% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
75% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
}

@keyframes backSlideOut {
25% {
opacity: .5;
transform: translateZ(-500px);
}
75% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
}

@-webkit-keyframes backSlideIn {
0%, 25% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0) translateX(0);
}
}

@-moz-keyframes backSlideIn {
0%, 25% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
100% {
opacity: 1;
-moz-transform: translateZ(0) translateX(0);
}
}

@keyframes backSlideIn {
0%, 25% {
opacity: .5;
transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
transform: translateZ(-500px);
}
100% {
opacity: 1;
transform: translateZ(0) translateX(0);
}
}

@-webkit-keyframes scaleToFade {
to {
opacity: 0;
-webkit-transform: scale(.8);
}
}

@-moz-keyframes scaleToFade {
to {
opacity: 0;
-moz-transform: scale(.8);
}
}

@keyframes scaleToFade {
to {
opacity: 0;
transform: scale(.8);
}
}

@-webkit-keyframes goDown {
from {
-webkit-transform: translateY(-100%);
}
}

@-moz-keyframes goDown {
from {
-moz-transform: translateY(-100%);
}
}

@keyframes goDown {
from {
transform: translateY(-100%);
}
}

@-webkit-keyframes scaleUpFrom {
from {
opacity: 0;
-webkit-transform: scale(1.5);
}
}

@-moz-keyframes scaleUpFrom {
from {
opacity: 0;
-moz-transform: scale(1.5);
}
}

@keyframes scaleUpFrom {
from {
opacity: 0;
transform: scale(1.5);
}
}

@-webkit-keyframes scaleUpTo {
to {
opacity: 0;
-webkit-transform: scale(1.5);
}
}

@-moz-keyframes scaleUpTo {
to {
opacity: 0;
-moz-transform: scale(1.5);
}
}

@keyframes scaleUpTo {
to {
opacity: 0;
transform: scale(1.5);
}
}

@charset "UTF-8";

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content {
margin: auto;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
opacity: 1
}

.blueimp-gallery {
position: fixed;
z-index: 999999;
overflow: hidden;
background: #000;
background: rgba(0, 0, 0, .9);
opacity: 0;
display: none;
direction: ltr;
-ms-touch-action: none
}

.blueimp-gallery-carousel {
position: relative;
z-index: auto;
margin: 1em auto;
padding-bottom: 56.25%;
box-shadow: 0 0 10px #000
}

.blueimp-gallery-display {
display: block;
opacity: 1
}

.blueimp-gallery>.slides {
position: relative;
height: 100%;
overflow: hidden
}

.blueimp-gallery-carousel>.slides {
position: absolute
}

.blueimp-gallery>.slides>.slide {
position: relative;
float: left;
height: 100%;
text-align: center;
-webkit-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
-moz-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
-ms-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
-o-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
transition-timing-function: cubic-bezier(0.645, .045, .355, 1)
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
-webkit-transition: opacity .5s linear;
-moz-transition: opacity .5s linear;
-ms-transition: opacity .5s linear;
-o-transition: opacity .5s linear;
transition: opacity .5s linear
}

.blueimp-gallery>.slides>.slide-loading {
background: url(/custom/6373/assets/css/../img/loading.gif) center no-repeat;
background-size: 64px 64px
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
background: url(/custom/6373/assets/css/../img/error.png) center no-repeat
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
display: none
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
position: absolute;
top: 50%;
left: 15px;
width: 40px;
height: 40px;
margin-top: -23px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: #fff;
text-decoration: none;
text-shadow: 0 0 2px #000;
text-align: center;
background: #222;
background: rgba(0, 0, 0, .5);
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
border: 3px solid #fff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
opacity: .5;
cursor: pointer;
display: none
}

.blueimp-gallery>.next {
left: auto;
right: 15px
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
position: absolute;
top: 15px;
left: 15px;
margin: 0 40px 0 0;
font-size: 20px;
line-height: 30px;
color: #fff;
text-shadow: 0 0 2px #000;
opacity: .8;
display: none
}

.blueimp-gallery>.close {
padding: 15px;
right: 15px;
left: auto;
margin: -15px;
font-size: 30px;
text-decoration: none;
cursor: pointer
}

.blueimp-gallery>.play-pause {
position: absolute;
right: 15px;
bottom: 15px;
width: 15px;
height: 15px;
background: url(/custom/6373/assets/css/../img/play-pause.png) 0 0 no-repeat;
cursor: pointer;
opacity: .5;
display: none
}

.blueimp-gallery-playing>.play-pause {
background-position: -15px 0
}

.blueimp-gallery>.prev:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.close:hover,
.blueimp-gallery>.title:hover,
.blueimp-gallery>.play-pause:hover {
color: #fff;
opacity: 1
}

.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.title,
.blueimp-gallery-controls>.play-pause {
display: block;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0)
}

.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
display: none
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.play-pause {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}

body:last-child .blueimp-gallery>.slides>.slide-error {
background-image: url(/custom/6373/assets/css/../img/error.svg)
}

body:last-child .blueimp-gallery>.play-pause {
width: 20px;
height: 20px;
background-size: 40px 20px;
background-image: url(/custom/6373/assets/css/../img/play-pause.svg)
}

body:last-child .blueimp-gallery-playing>.play-pause {
background-position: -20px 0
}

*+html .blueimp-gallery>.slides>.slide {
min-height: 300px
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
position: relative
}

@charset "UTF-8";

.blueimp-gallery>.indicator {
position: absolute;
top: auto;
right: 15px;
bottom: 15px;
left: 15px;
margin: 0 40px;
padding: 0;
list-style: none;
text-align: center;
line-height: 10px;
display: none
}

.blueimp-gallery>.indicator>li {
display: inline-block;
width: 9px;
height: 9px;
margin: 6px 3px 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
border: 1px solid transparent;
background: #ccc;
background: rgba(255, 255, 255, .25) center no-repeat;
border-radius: 5px;
box-shadow: 0 0 2px #000;
opacity: .5;
cursor: pointer
}

.blueimp-gallery>.indicator>li:hover,
.blueimp-gallery>.indicator>.active {
background-color: #fff;
border-color: #fff;
opacity: 1
}

.blueimp-gallery-controls>.indicator {
display: block;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0)
}

.blueimp-gallery-single>.indicator {
display: none
}

.blueimp-gallery>.indicator {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}

*+html .blueimp-gallery>.indicator>li {
display: inline
}

@charset "UTF-8";

.blueimp-gallery>.slides>.slide>.video-content>img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
-moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.video-content>video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}

.blueimp-gallery>.slides>.slide>.video-content>iframe {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
border: 0
}

.blueimp-gallery>.slides>.slide>.video-playing>iframe {
top: 0
}

.blueimp-gallery>.slides>.slide>.video-content>a {
position: absolute;
top: 50%;
right: 0;
left: 0;
margin: -64px auto 0;
width: 128px;
height: 128px;
background: url(/custom/6373/assets/css/../img/video-play.png) center no-repeat;
opacity: .8;
cursor: pointer
}

.blueimp-gallery>.slides>.slide>.video-content>a:hover {
opacity: 1
}

.blueimp-gallery>.slides>.slide>.video-playing>a,
.blueimp-gallery>.slides>.slide>.video-playing>img {
display: none
}

.blueimp-gallery>.slides>.slide>.video-content>video {
display: none
}

.blueimp-gallery>.slides>.slide>.video-playing>video {
display: block
}

.blueimp-gallery>.slides>.slide>.video-loading>a {
background: url(/custom/6373/assets/css/../img/loading.gif) center no-repeat;
background-size: 64px 64px
}

body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
background-image: url(/custom/6373/assets/css/../img/video-play.svg)
}

*+html .blueimp-gallery>.slides>.slide>.video-content {
height: 100%
}

*+html .blueimp-gallery>.slides>.slide>.video-content>a {
left: 50%;
margin-left: -64px
}

.blueimp-gallery svg {
width: 20px;
height: 20px;
}
.blueimp-gallery svg path{
fill: #FFF;
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.24
*/

.owl-theme .owl-controls {
margin-top: 10px;
text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; /*IE7 life-saver */
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); /*IE7 fix*/
opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
filter: Alpha(Opacity=100); /*IE7 fix*/
opacity: 1;
text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); /*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100); /*IE7 fix*/
opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
min-height: 150px;
background: url(/custom/6373/assets/css/AjaxLoader.gif) no-repeat center center

}
/*!
*  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('/custom/6373/assets/css/../fonts/fontawesome-webfont.eot?v=4.4.0');
src: url('/custom/6373/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/custom/6373/assets/css/../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/custom/6373/assets/css/../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/custom/6373/assets/css/../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/custom/6373/assets/css/../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}

.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}

.fa-2x {
font-size: 2em;
}

.fa-3x {
font-size: 3em;
}

.fa-4x {
font-size: 4em;
}

.fa-5x {
font-size: 5em;
}

.fa-fw {
width: 1.28571429em;
text-align: center;
}

.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}

.fa-ul > li {
position: relative;
}

.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}

.fa-li.fa-lg {
left: -1.85714286em;
}

.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}

.fa-pull-left {
float: left;
}

.fa-pull-right {
float: right;
}

.fa.fa-pull-left {
margin-right: .3em;
}

.fa.fa-pull-right {
margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
float: right;
}

.pull-left {
float: left;
}

.fa.pull-left {
margin-right: .3em;
}

.fa.pull-right {
margin-left: .3em;
}

.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}

.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}

.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}

.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}

.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}

.fa-stack-1x {
line-height: inherit;
}

.fa-stack-2x {
font-size: 2em;
}

.fa-inverse {
color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}

.fa-music:before {
content: "\f001";
}

.fa-search:before {
content: "\f002";
}

.fa-envelope-o:before {
content: "\f003";
}

.fa-heart:before {
content: "\f004";
}

.fa-star:before {
content: "\f005";
}

.fa-star-o:before {
content: "\f006";
}

.fa-user:before {
content: "\f007";
}

.fa-film:before {
content: "\f008";
}

.fa-th-large:before {
content: "\f009";
}

.fa-th:before {
content: "\f00a";
}

.fa-th-list:before {
content: "\f00b";
}

.fa-check:before {
content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}

.fa-search-plus:before {
content: "\f00e";
}

.fa-search-minus:before {
content: "\f010";
}

.fa-power-off:before {
content: "\f011";
}

.fa-signal:before {
content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
content: "\f013";
}

.fa-trash-o:before {
content: "\f014";
}

.fa-home:before {
content: "\f015";
}

.fa-file-o:before {
content: "\f016";
}

.fa-clock-o:before {
content: "\f017";
}

.fa-road:before {
content: "\f018";
}

.fa-download:before {
content: "\f019";
}

.fa-arrow-circle-o-down:before {
content: "\f01a";
}

.fa-arrow-circle-o-up:before {
content: "\f01b";
}

.fa-inbox:before {
content: "\f01c";
}

.fa-play-circle-o:before {
content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}

.fa-refresh:before {
content: "\f021";
}

.fa-list-alt:before {
content: "\f022";
}

.fa-lock:before {
content: "\f023";
}

.fa-flag:before {
content: "\f024";
}

.fa-headphones:before {
content: "\f025";
}

.fa-volume-off:before {
content: "\f026";
}

.fa-volume-down:before {
content: "\f027";
}

.fa-volume-up:before {
content: "\f028";
}

.fa-qrcode:before {
content: "\f029";
}

.fa-barcode:before {
content: "\f02a";
}

.fa-tag:before {
content: "\f02b";
}

.fa-tags:before {
content: "\f02c";
}

.fa-book:before {
content: "\f02d";
}

.fa-bookmark:before {
content: "\f02e";
}

.fa-print:before {
content: "\f02f";
}

.fa-camera:before {
content: "\f030";
}

.fa-font:before {
content: "\f031";
}

.fa-bold:before {
content: "\f032";
}

.fa-italic:before {
content: "\f033";
}

.fa-text-height:before {
content: "\f034";
}

.fa-text-width:before {
content: "\f035";
}

.fa-align-left:before {
content: "\f036";
}

.fa-align-center:before {
content: "\f037";
}

.fa-align-right:before {
content: "\f038";
}

.fa-align-justify:before {
content: "\f039";
}

.fa-list:before {
content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}

.fa-indent:before {
content: "\f03c";
}

.fa-video-camera:before {
content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}

.fa-pencil:before {
content: "\f040";
}

.fa-map-marker:before {
content: "\f041";
}

.fa-adjust:before {
content: "\f042";
}

.fa-tint:before {
content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}

.fa-share-square-o:before {
content: "\f045";
}

.fa-check-square-o:before {
content: "\f046";
}

.fa-arrows:before {
content: "\f047";
}

.fa-step-backward:before {
content: "\f048";
}

.fa-fast-backward:before {
content: "\f049";
}

.fa-backward:before {
content: "\f04a";
}

.fa-play:before {
content: "\f04b";
}

.fa-pause:before {
content: "\f04c";
}

.fa-stop:before {
content: "\f04d";
}

.fa-forward:before {
content: "\f04e";
}

.fa-fast-forward:before {
content: "\f050";
}

.fa-step-forward:before {
content: "\f051";
}

.fa-eject:before {
content: "\f052";
}

.fa-chevron-left:before {
content: "\f053";
}

.fa-chevron-right:before {
content: "\f054";
}

.fa-plus-circle:before {
content: "\f055";
}

.fa-minus-circle:before {
content: "\f056";
}

.fa-times-circle:before {
content: "\f057";
}

.fa-check-circle:before {
content: "\f058";
}

.fa-question-circle:before {
content: "\f059";
}

.fa-info-circle:before {
content: "\f05a";
}

.fa-crosshairs:before {
content: "\f05b";
}

.fa-times-circle-o:before {
content: "\f05c";
}

.fa-check-circle-o:before {
content: "\f05d";
}

.fa-ban:before {
content: "\f05e";
}

.fa-arrow-left:before {
content: "\f060";
}

.fa-arrow-right:before {
content: "\f061";
}

.fa-arrow-up:before {
content: "\f062";
}

.fa-arrow-down:before {
content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}

.fa-expand:before {
content: "\f065";
}

.fa-compress:before {
content: "\f066";
}

.fa-plus:before {
content: "\f067";
}

.fa-minus:before {
content: "\f068";
}

.fa-asterisk:before {
content: "\f069";
}

.fa-exclamation-circle:before {
content: "\f06a";
}

.fa-gift:before {
content: "\f06b";
}

.fa-leaf:before {
content: "\f06c";
}

.fa-fire:before {
content: "\f06d";
}

.fa-eye:before {
content: "\f06e";
}

.fa-eye-slash:before {
content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}

.fa-plane:before {
content: "\f072";
}

.fa-calendar:before {
content: "\f073";
}

.fa-random:before {
content: "\f074";
}

.fa-comment:before {
content: "\f075";
}

.fa-magnet:before {
content: "\f076";
}

.fa-chevron-up:before {
content: "\f077";
}

.fa-chevron-down:before {
content: "\f078";
}

.fa-retweet:before {
content: "\f079";
}

.fa-shopping-cart:before {
content: "\f07a";
}

.fa-folder:before {
content: "\f07b";
}

.fa-folder-open:before {
content: "\f07c";
}

.fa-arrows-v:before {
content: "\f07d";
}

.fa-arrows-h:before {
content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}

.fa-twitter-square:before {
content: "\f081";
}

.fa-facebook-square:before {
content: "\f082";
}

.fa-camera-retro:before {
content: "\f083";
}

.fa-key:before {
content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}

.fa-comments:before {
content: "\f086";
}

.fa-thumbs-o-up:before {
content: "\f087";
}

.fa-thumbs-o-down:before {
content: "\f088";
}

.fa-star-half:before {
content: "\f089";
}

.fa-heart-o:before {
content: "\f08a";
}

.fa-sign-out:before {
content: "\f08b";
}

.fa-linkedin-square:before {
content: "\f08c";
}

.fa-thumb-tack:before {
content: "\f08d";
}

.fa-external-link:before {
content: "\f08e";
}

.fa-sign-in:before {
content: "\f090";
}

.fa-trophy:before {
content: "\f091";
}

.fa-github-square:before {
content: "\f092";
}

.fa-upload:before {
content: "\f093";
}

.fa-lemon-o:before {
content: "\f094";
}

.fa-phone:before {
content: "\f095";
}

.fa-square-o:before {
content: "\f096";
}

.fa-bookmark-o:before {
content: "\f097";
}

.fa-phone-square:before {
content: "\f098";
}

.fa-twitter:before {
content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}

.fa-github:before {
content: "\f09b";
}

.fa-unlock:before {
content: "\f09c";
}

.fa-credit-card:before {
content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}

.fa-hdd-o:before {
content: "\f0a0";
}

.fa-bullhorn:before {
content: "\f0a1";
}

.fa-bell:before {
content: "\f0f3";
}

.fa-certificate:before {
content: "\f0a3";
}

.fa-hand-o-right:before {
content: "\f0a4";
}

.fa-hand-o-left:before {
content: "\f0a5";
}

.fa-hand-o-up:before {
content: "\f0a6";
}

.fa-hand-o-down:before {
content: "\f0a7";
}

.fa-arrow-circle-left:before {
content: "\f0a8";
}

.fa-arrow-circle-right:before {
content: "\f0a9";
}

.fa-arrow-circle-up:before {
content: "\f0aa";
}

.fa-arrow-circle-down:before {
content: "\f0ab";
}

.fa-globe:before {
content: "\f0ac";
}

.fa-wrench:before {
content: "\f0ad";
}

.fa-tasks:before {
content: "\f0ae";
}

.fa-filter:before {
content: "\f0b0";
}

.fa-briefcase:before {
content: "\f0b1";
}

.fa-arrows-alt:before {
content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}

.fa-cloud:before {
content: "\f0c2";
}

.fa-flask:before {
content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}

.fa-paperclip:before {
content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}

.fa-square:before {
content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}

.fa-list-ul:before {
content: "\f0ca";
}

.fa-list-ol:before {
content: "\f0cb";
}

.fa-strikethrough:before {
content: "\f0cc";
}

.fa-underline:before {
content: "\f0cd";
}

.fa-table:before {
content: "\f0ce";
}

.fa-magic:before {
content: "\f0d0";
}

.fa-truck:before {
content: "\f0d1";
}

.fa-pinterest:before {
content: "\f0d2";
}

.fa-pinterest-square:before {
content: "\f0d3";
}

.fa-google-plus-square:before {
content: "\f0d4";
}

.fa-google-plus:before {
content: "\f0d5";
}

.fa-money:before {
content: "\f0d6";
}

.fa-caret-down:before {
content: "\f0d7";
}

.fa-caret-up:before {
content: "\f0d8";
}

.fa-caret-left:before {
content: "\f0d9";
}

.fa-caret-right:before {
content: "\f0da";
}

.fa-columns:before {
content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}

.fa-envelope:before {
content: "\f0e0";
}

.fa-linkedin:before {
content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}

.fa-comment-o:before {
content: "\f0e5";
}

.fa-comments-o:before {
content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}

.fa-sitemap:before {
content: "\f0e8";
}

.fa-umbrella:before {
content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}

.fa-lightbulb-o:before {
content: "\f0eb";
}

.fa-exchange:before {
content: "\f0ec";
}

.fa-cloud-download:before {
content: "\f0ed";
}

.fa-cloud-upload:before {
content: "\f0ee";
}

.fa-user-md:before {
content: "\f0f0";
}

.fa-stethoscope:before {
content: "\f0f1";
}

.fa-suitcase:before {
content: "\f0f2";
}

.fa-bell-o:before {
content: "\f0a2";
}

.fa-coffee:before {
content: "\f0f4";
}

.fa-cutlery:before {
content: "\f0f5";
}

.fa-file-text-o:before {
content: "\f0f6";
}

.fa-building-o:before {
content: "\f0f7";
}

.fa-hospital-o:before {
content: "\f0f8";
}

.fa-ambulance:before {
content: "\f0f9";
}

.fa-medkit:before {
content: "\f0fa";
}

.fa-fighter-jet:before {
content: "\f0fb";
}

.fa-beer:before {
content: "\f0fc";
}

.fa-h-square:before {
content: "\f0fd";
}

.fa-plus-square:before {
content: "\f0fe";
}

.fa-angle-double-left:before {
content: "\f100";
}

.fa-angle-double-right:before {
content: "\f101";
}

.fa-angle-double-up:before {
content: "\f102";
}

.fa-angle-double-down:before {
content: "\f103";
}

.fa-angle-left:before {
content: "\f104";
}

.fa-angle-right:before {
content: "\f105";
}

.fa-angle-up:before {
content: "\f106";
}

.fa-angle-down:before {
content: "\f107";
}

.fa-desktop:before {
content: "\f108";
}

.fa-laptop:before {
content: "\f109";
}

.fa-tablet:before {
content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}

.fa-circle-o:before {
content: "\f10c";
}

.fa-quote-left:before {
content: "\f10d";
}

.fa-quote-right:before {
content: "\f10e";
}

.fa-spinner:before {
content: "\f110";
}

.fa-circle:before {
content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}

.fa-github-alt:before {
content: "\f113";
}

.fa-folder-o:before {
content: "\f114";
}

.fa-folder-open-o:before {
content: "\f115";
}

.fa-smile-o:before {
content: "\f118";
}

.fa-frown-o:before {
content: "\f119";
}

.fa-meh-o:before {
content: "\f11a";
}

.fa-gamepad:before {
content: "\f11b";
}

.fa-keyboard-o:before {
content: "\f11c";
}

.fa-flag-o:before {
content: "\f11d";
}

.fa-flag-checkered:before {
content: "\f11e";
}

.fa-terminal:before {
content: "\f120";
}

.fa-code:before {
content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}

.fa-location-arrow:before {
content: "\f124";
}

.fa-crop:before {
content: "\f125";
}

.fa-code-fork:before {
content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}

.fa-question:before {
content: "\f128";
}

.fa-info:before {
content: "\f129";
}

.fa-exclamation:before {
content: "\f12a";
}

.fa-superscript:before {
content: "\f12b";
}

.fa-subscript:before {
content: "\f12c";
}

.fa-eraser:before {
content: "\f12d";
}

.fa-puzzle-piece:before {
content: "\f12e";
}

.fa-microphone:before {
content: "\f130";
}

.fa-microphone-slash:before {
content: "\f131";
}

.fa-shield:before {
content: "\f132";
}

.fa-calendar-o:before {
content: "\f133";
}

.fa-fire-extinguisher:before {
content: "\f134";
}

.fa-rocket:before {
content: "\f135";
}

.fa-maxcdn:before {
content: "\f136";
}

.fa-chevron-circle-left:before {
content: "\f137";
}

.fa-chevron-circle-right:before {
content: "\f138";
}

.fa-chevron-circle-up:before {
content: "\f139";
}

.fa-chevron-circle-down:before {
content: "\f13a";
}

.fa-html5:before {
content: "\f13b";
}

.fa-css3:before {
content: "\f13c";
}

.fa-anchor:before {
content: "\f13d";
}

.fa-unlock-alt:before {
content: "\f13e";
}

.fa-bullseye:before {
content: "\f140";
}

.fa-ellipsis-h:before {
content: "\f141";
}

.fa-ellipsis-v:before {
content: "\f142";
}

.fa-rss-square:before {
content: "\f143";
}

.fa-play-circle:before {
content: "\f144";
}

.fa-ticket:before {
content: "\f145";
}

.fa-minus-square:before {
content: "\f146";
}

.fa-minus-square-o:before {
content: "\f147";
}

.fa-level-up:before {
content: "\f148";
}

.fa-level-down:before {
content: "\f149";
}

.fa-check-square:before {
content: "\f14a";
}

.fa-pencil-square:before {
content: "\f14b";
}

.fa-external-link-square:before {
content: "\f14c";
}

.fa-share-square:before {
content: "\f14d";
}

.fa-compass:before {
content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
content: "\f153";
}

.fa-gbp:before {
content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}

.fa-won:before,
.fa-krw:before {
content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}

.fa-file:before {
content: "\f15b";
}

.fa-file-text:before {
content: "\f15c";
}

.fa-sort-alpha-asc:before {
content: "\f15d";
}

.fa-sort-alpha-desc:before {
content: "\f15e";
}

.fa-sort-amount-asc:before {
content: "\f160";
}

.fa-sort-amount-desc:before {
content: "\f161";
}

.fa-sort-numeric-asc:before {
content: "\f162";
}

.fa-sort-numeric-desc:before {
content: "\f163";
}

.fa-thumbs-up:before {
content: "\f164";
}

.fa-thumbs-down:before {
content: "\f165";
}

.fa-youtube-square:before {
content: "\f166";
}

.fa-youtube:before {
content: "\f167";
}

.fa-xing:before {
content: "\f168";
}

.fa-xing-square:before {
content: "\f169";
}

.fa-youtube-play:before {
content: "\f16a";
}

.fa-dropbox:before {
content: "\f16b";
}

.fa-stack-overflow:before {
content: "\f16c";
}

.fa-instagram:before {
content: "\f16d";
}

.fa-flickr:before {
content: "\f16e";
}

.fa-adn:before {
content: "\f170";
}

.fa-bitbucket:before {
content: "\f171";
}

.fa-bitbucket-square:before {
content: "\f172";
}

.fa-tumblr:before {
content: "\f173";
}

.fa-tumblr-square:before {
content: "\f174";
}

.fa-long-arrow-down:before {
content: "\f175";
}

.fa-long-arrow-up:before {
content: "\f176";
}

.fa-long-arrow-left:before {
content: "\f177";
}

.fa-long-arrow-right:before {
content: "\f178";
}

.fa-apple:before {
content: "\f179";
}

.fa-windows:before {
content: "\f17a";
}

.fa-android:before {
content: "\f17b";
}

.fa-linux:before {
content: "\f17c";
}

.fa-dribbble:before {
content: "\f17d";
}

.fa-skype:before {
content: "\f17e";
}

.fa-foursquare:before {
content: "\f180";
}

.fa-trello:before {
content: "\f181";
}

.fa-female:before {
content: "\f182";
}

.fa-male:before {
content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}

.fa-sun-o:before {
content: "\f185";
}

.fa-moon-o:before {
content: "\f186";
}

.fa-archive:before {
content: "\f187";
}

.fa-bug:before {
content: "\f188";
}

.fa-vk:before {
content: "\f189";
}

.fa-weibo:before {
content: "\f18a";
}

.fa-renren:before {
content: "\f18b";
}

.fa-pagelines:before {
content: "\f18c";
}

.fa-stack-exchange:before {
content: "\f18d";
}

.fa-arrow-circle-o-right:before {
content: "\f18e";
}

.fa-arrow-circle-o-left:before {
content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}

.fa-dot-circle-o:before {
content: "\f192";
}

.fa-wheelchair:before {
content: "\f193";
}

.fa-vimeo-square:before {
content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}

.fa-plus-square-o:before {
content: "\f196";
}

.fa-space-shuttle:before {
content: "\f197";
}

.fa-slack:before {
content: "\f198";
}

.fa-envelope-square:before {
content: "\f199";
}

.fa-wordpress:before {
content: "\f19a";
}

.fa-openid:before {
content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}

.fa-yahoo:before {
content: "\f19e";
}

.fa-google:before {
content: "\f1a0";
}

.fa-reddit:before {
content: "\f1a1";
}

.fa-reddit-square:before {
content: "\f1a2";
}

.fa-stumbleupon-circle:before {
content: "\f1a3";
}

.fa-stumbleupon:before {
content: "\f1a4";
}

.fa-delicious:before {
content: "\f1a5";
}

.fa-digg:before {
content: "\f1a6";
}

.fa-pied-piper:before {
content: "\f1a7";
}

.fa-pied-piper-alt:before {
content: "\f1a8";
}

.fa-drupal:before {
content: "\f1a9";
}

.fa-joomla:before {
content: "\f1aa";
}

.fa-language:before {
content: "\f1ab";
}

.fa-fax:before {
content: "\f1ac";
}

.fa-building:before {
content: "\f1ad";
}

.fa-child:before {
content: "\f1ae";
}

.fa-paw:before {
content: "\f1b0";
}

.fa-spoon:before {
content: "\f1b1";
}

.fa-cube:before {
content: "\f1b2";
}

.fa-cubes:before {
content: "\f1b3";
}

.fa-behance:before {
content: "\f1b4";
}

.fa-behance-square:before {
content: "\f1b5";
}

.fa-steam:before {
content: "\f1b6";
}

.fa-steam-square:before {
content: "\f1b7";
}

.fa-recycle:before {
content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}

.fa-tree:before {
content: "\f1bb";
}

.fa-spotify:before {
content: "\f1bc";
}

.fa-deviantart:before {
content: "\f1bd";
}

.fa-soundcloud:before {
content: "\f1be";
}

.fa-database:before {
content: "\f1c0";
}

.fa-file-pdf-o:before {
content: "\f1c1";
}

.fa-file-word-o:before {
content: "\f1c2";
}

.fa-file-excel-o:before {
content: "\f1c3";
}

.fa-file-powerpoint-o:before {
content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}

.fa-file-code-o:before {
content: "\f1c9";
}

.fa-vine:before {
content: "\f1ca";
}

.fa-codepen:before {
content: "\f1cb";
}

.fa-jsfiddle:before {
content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}

.fa-circle-o-notch:before {
content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}

.fa-git-square:before {
content: "\f1d2";
}

.fa-git:before {
content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}

.fa-tencent-weibo:before {
content: "\f1d5";
}

.fa-qq:before {
content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}

.fa-history:before {
content: "\f1da";
}

.fa-circle-thin:before {
content: "\f1db";
}

.fa-header:before {
content: "\f1dc";
}

.fa-paragraph:before {
content: "\f1dd";
}

.fa-sliders:before {
content: "\f1de";
}

.fa-share-alt:before {
content: "\f1e0";
}

.fa-share-alt-square:before {
content: "\f1e1";
}

.fa-bomb:before {
content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}

.fa-tty:before {
content: "\f1e4";
}

.fa-binoculars:before {
content: "\f1e5";
}

.fa-plug:before {
content: "\f1e6";
}

.fa-slideshare:before {
content: "\f1e7";
}

.fa-twitch:before {
content: "\f1e8";
}

.fa-yelp:before {
content: "\f1e9";
}

.fa-newspaper-o:before {
content: "\f1ea";
}

.fa-wifi:before {
content: "\f1eb";
}

.fa-calculator:before {
content: "\f1ec";
}

.fa-paypal:before {
content: "\f1ed";
}

.fa-google-wallet:before {
content: "\f1ee";
}

.fa-cc-visa:before {
content: "\f1f0";
}

.fa-cc-mastercard:before {
content: "\f1f1";
}

.fa-cc-discover:before {
content: "\f1f2";
}

.fa-cc-amex:before {
content: "\f1f3";
}

.fa-cc-paypal:before {
content: "\f1f4";
}

.fa-cc-stripe:before {
content: "\f1f5";
}

.fa-bell-slash:before {
content: "\f1f6";
}

.fa-bell-slash-o:before {
content: "\f1f7";
}

.fa-trash:before {
content: "\f1f8";
}

.fa-copyright:before {
content: "\f1f9";
}

.fa-at:before {
content: "\f1fa";
}

.fa-eyedropper:before {
content: "\f1fb";
}

.fa-paint-brush:before {
content: "\f1fc";
}

.fa-birthday-cake:before {
content: "\f1fd";
}

.fa-area-chart:before {
content: "\f1fe";
}

.fa-pie-chart:before {
content: "\f200";
}

.fa-line-chart:before {
content: "\f201";
}

.fa-lastfm:before {
content: "\f202";
}

.fa-lastfm-square:before {
content: "\f203";
}

.fa-toggle-off:before {
content: "\f204";
}

.fa-toggle-on:before {
content: "\f205";
}

.fa-bicycle:before {
content: "\f206";
}

.fa-bus:before {
content: "\f207";
}

.fa-ioxhost:before {
content: "\f208";
}

.fa-angellist:before {
content: "\f209";
}

.fa-cc:before {
content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}

.fa-meanpath:before {
content: "\f20c";
}

.fa-buysellads:before {
content: "\f20d";
}

.fa-connectdevelop:before {
content: "\f20e";
}

.fa-dashcube:before {
content: "\f210";
}

.fa-forumbee:before {
content: "\f211";
}

.fa-leanpub:before {
content: "\f212";
}

.fa-sellsy:before {
content: "\f213";
}

.fa-shirtsinbulk:before {
content: "\f214";
}

.fa-simplybuilt:before {
content: "\f215";
}

.fa-skyatlas:before {
content: "\f216";
}

.fa-cart-plus:before {
content: "\f217";
}

.fa-cart-arrow-down:before {
content: "\f218";
}

.fa-diamond:before {
content: "\f219";
}

.fa-ship:before {
content: "\f21a";
}

.fa-user-secret:before {
content: "\f21b";
}

.fa-motorcycle:before {
content: "\f21c";
}

.fa-street-view:before {
content: "\f21d";
}

.fa-heartbeat:before {
content: "\f21e";
}

.fa-venus:before {
content: "\f221";
}

.fa-mars:before {
content: "\f222";
}

.fa-mercury:before {
content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}

.fa-transgender-alt:before {
content: "\f225";
}

.fa-venus-double:before {
content: "\f226";
}

.fa-mars-double:before {
content: "\f227";
}

.fa-venus-mars:before {
content: "\f228";
}

.fa-mars-stroke:before {
content: "\f229";
}

.fa-mars-stroke-v:before {
content: "\f22a";
}

.fa-mars-stroke-h:before {
content: "\f22b";
}

.fa-neuter:before {
content: "\f22c";
}

.fa-genderless:before {
content: "\f22d";
}

.fa-facebook-official:before {
content: "\f230";
}

.fa-pinterest-p:before {
content: "\f231";
}

.fa-whatsapp:before {
content: "\f232";
}

.fa-server:before {
content: "\f233";
}

.fa-user-plus:before {
content: "\f234";
}

.fa-user-times:before {
content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}

.fa-viacoin:before {
content: "\f237";
}

.fa-train:before {
content: "\f238";
}

.fa-subway:before {
content: "\f239";
}

.fa-medium:before {
content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}

.fa-optin-monster:before {
content: "\f23c";
}

.fa-opencart:before {
content: "\f23d";
}

.fa-expeditedssl:before {
content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}

.fa-mouse-pointer:before {
content: "\f245";
}

.fa-i-cursor:before {
content: "\f246";
}

.fa-object-group:before {
content: "\f247";
}

.fa-object-ungroup:before {
content: "\f248";
}

.fa-sticky-note:before {
content: "\f249";
}

.fa-sticky-note-o:before {
content: "\f24a";
}

.fa-cc-jcb:before {
content: "\f24b";
}

.fa-cc-diners-club:before {
content: "\f24c";
}

.fa-clone:before {
content: "\f24d";
}

.fa-balance-scale:before {
content: "\f24e";
}

.fa-hourglass-o:before {
content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}

.fa-hourglass:before {
content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}

.fa-hand-scissors-o:before {
content: "\f257";
}

.fa-hand-lizard-o:before {
content: "\f258";
}

.fa-hand-spock-o:before {
content: "\f259";
}

.fa-hand-pointer-o:before {
content: "\f25a";
}

.fa-hand-peace-o:before {
content: "\f25b";
}

.fa-trademark:before {
content: "\f25c";
}

.fa-registered:before {
content: "\f25d";
}

.fa-creative-commons:before {
content: "\f25e";
}

.fa-gg:before {
content: "\f260";
}

.fa-gg-circle:before {
content: "\f261";
}

.fa-tripadvisor:before {
content: "\f262";
}

.fa-odnoklassniki:before {
content: "\f263";
}

.fa-odnoklassniki-square:before {
content: "\f264";
}

.fa-get-pocket:before {
content: "\f265";
}

.fa-wikipedia-w:before {
content: "\f266";
}

.fa-safari:before {
content: "\f267";
}

.fa-chrome:before {
content: "\f268";
}

.fa-firefox:before {
content: "\f269";
}

.fa-opera:before {
content: "\f26a";
}

.fa-internet-explorer:before {
content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
content: "\f26c";
}

.fa-contao:before {
content: "\f26d";
}

.fa-500px:before {
content: "\f26e";
}

.fa-amazon:before {
content: "\f270";
}

.fa-calendar-plus-o:before {
content: "\f271";
}

.fa-calendar-minus-o:before {
content: "\f272";
}

.fa-calendar-times-o:before {
content: "\f273";
}

.fa-calendar-check-o:before {
content: "\f274";
}

.fa-industry:before {
content: "\f275";
}

.fa-map-pin:before {
content: "\f276";
}

.fa-map-signs:before {
content: "\f277";
}

.fa-map-o:before {
content: "\f278";
}

.fa-map:before {
content: "\f279";
}

.fa-commenting:before {
content: "\f27a";
}

.fa-commenting-o:before {
content: "\f27b";
}

.fa-houzz:before {
content: "\f27c";
}

.fa-vimeo:before {
content: "\f27d";
}

.fa-black-tie:before {
content: "\f27e";
}

.fa-fonticons:before {
content: "\f280";
}

@charset "UTF-8";
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}

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

@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px)
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px)
}
}

@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px)
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px)
}
}

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

@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1
}
25%, 75% {
opacity: 0
}
}

@keyframes flash {
0%, 50%, 100% {
opacity: 1
}
25%, 75% {
opacity: 0
}
}

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

@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}

@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1)
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
}

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

@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
}

@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px)
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px)
}
}

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

@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg)
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg)
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg)
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
}

@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg)
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg)
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg)
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg)
}
100% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0)
}
}

.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing
}

@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
10%, 20% {
-webkit-transform: scale(.9) rotate(-3deg);
transform: scale(.9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg)
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0)
}
}

@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
10%, 20% {
-webkit-transform: scale(.9) rotate(-3deg);
-ms-transform: scale(.9) rotate(-3deg);
transform: scale(.9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg)
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0)
}
}

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

@-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%)
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg)
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg)
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg)
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg)
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg)
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%)
}
}

@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%)
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg)
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg)
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg)
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg)
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg)
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%)
}
}

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

@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3)
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
70% {
-webkit-transform: scale(.9);
transform: scale(.9)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}

@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3)
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05)
}
70% {
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9)
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
}

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

@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px)
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px)
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}

@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px)
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px)
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px)
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
}

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

@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px)
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px)
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}

@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px)
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px)
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px)
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
}

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

@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px)
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px)
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}

@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px)
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px)
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px)
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
}

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

@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px)
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px)
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}

@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px)
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px)
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px)
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
}

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

@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
25% {
-webkit-transform: scale(.95);
transform: scale(.95)
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3)
}
}

@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
25% {
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95)
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1)
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3)
}
}

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

@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px)
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px)
}
}

@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px)
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px)
}
}

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

@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px)
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px)
}
}

@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px)
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px)
}
}

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

@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px)
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px)
}
}

@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px)
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px)
}
}

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

@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px)
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px)
}
}

@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px)
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px)
}
}

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

@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}

@keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}

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

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

@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
}

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

@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}

@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
}

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

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

@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
}

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

@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
}

@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
}

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

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

@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
}

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

@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
}

@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
}

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

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

@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
}

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

@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}

@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
}

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

@-webkit-keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}

@keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}

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

@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px)
}
}

@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px)
}
}

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

@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px)
}
}

@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px)
}
}

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

@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px)
}
}

@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px)
}
}

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

@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px)
}
}

@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px)
}
}

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

@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px)
}
}

@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px)
}
}

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

@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px)
}
}

@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px)
}
}

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

@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px)
}
}

@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px)
}
}

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

@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px)
}
}

@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px)
}
}

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

@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1)
}
0%, 40% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1)
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95)
}
80%, 100% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1)
}
}

@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1)
}
0%, 40% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1)
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95)
}
80%, 100% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1)
}
}

.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip
}

@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg)
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg)
}
100% {
-webkit-transform: perspective(400px) rotateX(0);
transform: perspective(400px) rotateX(0);
opacity: 1
}
}

@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg)
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg)
}
100% {
-webkit-transform: perspective(400px) rotateX(0);
-ms-transform: perspective(400px) rotateX(0);
transform: perspective(400px) rotateX(0);
opacity: 1
}
}

.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX
}

@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg)
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg)
}
100% {
-webkit-transform: perspective(400px) rotateY(0);
transform: perspective(400px) rotateY(0);
opacity: 1
}
}

@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg)
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg)
}
100% {
-webkit-transform: perspective(400px) rotateY(0);
-ms-transform: perspective(400px) rotateY(0);
transform: perspective(400px) rotateY(0);
opacity: 1
}
}

.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY
}

@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0);
transform: perspective(400px) rotateX(0);
opacity: 1
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0
}
}

@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0);
-ms-transform: perspective(400px) rotateX(0);
transform: perspective(400px) rotateX(0);
opacity: 1
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0
}
}

.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0);
transform: perspective(400px) rotateY(0);
opacity: 1
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0
}
}

@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0);
-ms-transform: perspective(400px) rotateY(0);
transform: perspective(400px) rotateY(0);
opacity: 1
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0
}
}

.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1
}
100% {
-webkit-transform: translateX(0%) skewX(0);
transform: translateX(0%) skewX(0);
opacity: 1
}
}

@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1
}
100% {
-webkit-transform: translateX(0%) skewX(0);
-ms-transform: translateX(0%) skewX(0);
transform: translateX(0%) skewX(0);
opacity: 1
}
}

.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0);
transform: translateX(0%) skewX(0);
opacity: 1
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0
}
}

@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0);
-ms-transform: translateX(0%) skewX(0);
transform: translateX(0%) skewX(0);
opacity: 1
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0
}
}

.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
0% {
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0
}
0%, 100% {
-webkit-transform-origin: center center;
transform-origin: center center
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
}

@keyframes rotateIn {
0% {
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0
}
0%, 100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center
}
100% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
}

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

@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
0%, 100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
}

@keyframes rotateInDownLeft {
0% {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
0%, 100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom
}
100% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
}

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

@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
0%, 100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
}

@keyframes rotateInDownRight {
0% {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
0%, 100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom
}
100% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
}

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

@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
0%, 100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
}

@keyframes rotateInUpLeft {
0% {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
0%, 100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom
}
100% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
}

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

@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
0%, 100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
}

@keyframes rotateInUpRight {
0% {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
0%, 100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom
}
100% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
}

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

@-webkit-keyframes rotateOut {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
0%, 100% {
-webkit-transform-origin: center center;
transform-origin: center center
}
100% {
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0
}
}

@keyframes rotateOut {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
0%, 100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center
}
100% {
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0
}
}

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

@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
0%, 100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom
}
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
}

@keyframes rotateOutDownLeft {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
0%, 100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom
}
100% {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
}

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

@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
0%, 100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom
}
100% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
}

@keyframes rotateOutDownRight {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
0%, 100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom
}
100% {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
}

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

@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
0%, 100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom
}
100% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
}

@keyframes rotateOutUpLeft {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
0%, 100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom
}
100% {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
}

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

@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
0%, 100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom
}
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
}

@keyframes rotateOutUpRight {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1
}
0%, 100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom
}
100% {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
}

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

@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}

@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px)
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
}

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

@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}

@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px)
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
}

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

@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}

@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px)
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
}

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

@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px)
}
}

@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px)
}
}

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

@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px)
}
}

@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px)
}
}

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

@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px)
}
}

@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px)
}
}

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

@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
0%, 20%, 60% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg)
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg)
}
40%, 80% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0
}
}

@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0)
}
0%, 20%, 60% {
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg)
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg)
}
40%, 80% {
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0
}
}

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

@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg)
}
100% {
opacity: 1;
-webkit-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0)
}
}

@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg)
}
100% {
opacity: 1;
-webkit-transform: translateX(0) rotate(0);
-ms-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0)
}
}

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

@-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg)
}
}

@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0) rotate(0);
-ms-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg)
}
}

.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut
}
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
width: auto;
margin-right: 30px;
overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
margin-right: 0;
}

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
margin-right: 30px;
}

.mCustomScrollBox > .mCSB_scrollTools {
width: 16px;
height: 100%;
top: 0;
right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
width: 2px;
height: 100%;
margin: 0 auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
cursor: pointer;
width: 100%;
height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 4px;
height: 100%;
margin: 0 auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
display: block;
position: relative;
height: 20px;
overflow: hidden;
margin: 0 auto;
cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
top: 100%;
margin-top: -40px;
}

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
height: auto;
margin-right: 0;
margin-bottom: 30px;
overflow: hidden;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
margin-bottom: 0;
}

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
margin-right: 0;
margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
width: 100%;
height: 16px;
top: auto;
right: auto;
bottom: 0;
left: 0;
overflow: hidden;
}

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
margin: 0 20px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
width: 100%;
height: 2px;
margin: 7px 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
width: 30px;
height: 100%;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 4px;
margin: 6px auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
display: block;
position: relative;
width: 20px;
height: 100%;
overflow: hidden;
margin: 0 auto;
cursor: pointer;
float: left;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
margin-left: -40px;
float: right;
}

.mCustomScrollBox {
-ms-touch-action: none; /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
opacity: 0.75;
filter: "alpha(opacity=75)";
-ms-filter: "alpha(opacity=75)"; /* old ie */
}

.mCustomScrollBox:hover > .mCSB_scrollTools {
opacity: 1;
filter: "alpha(opacity=100)";
-ms-filter: "alpha(opacity=100)"; /* old ie */
}

.mCSB_scrollTools .mCSB_draggerRail {
background: #000; /* rgba fallback */
background: rgba(0, 0, 0, 0.4);
filter: "alpha(opacity=40)";
-ms-filter: "alpha(opacity=40)"; /* old ie */
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background: #fff; /* rgba fallback */
background: rgba(255, 255, 255, 0.75);
filter: "alpha(opacity=75)";
-ms-filter: "alpha(opacity=75)"; /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background: rgba(255, 255, 255, 0.85);
filter: "alpha(opacity=85)";
-ms-filter: "alpha(opacity=85)"; /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background: rgba(255, 255, 255, 0.9);
filter: "alpha(opacity=90)";
-ms-filter: "alpha(opacity=90)"; /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
background-image: url(/custom/6373/assets/css/mCSB_buttons.png);
background-repeat: no-repeat;
opacity: 0.4;
filter: "alpha(opacity=40)";
-ms-filter: "alpha(opacity=40)"; /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp {
background-position: 0 0;
/*
sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
*/
}

.mCSB_scrollTools .mCSB_buttonDown {
background-position: 0 -20px;
/*
sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
background-position: 0 -40px;
/*
sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
*/
}

.mCSB_scrollTools .mCSB_buttonRight {
background-position: 0 -56px;
/*
sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
opacity: 0.75;
filter: "alpha(opacity=75)";
-ms-filter: "alpha(opacity=75)"; /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
opacity: 0.9;
filter: "alpha(opacity=90)";
-ms-filter: "alpha(opacity=90)"; /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
background: #000; /* rgba fallback */
background: rgba(0, 0, 0, 0.15);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background: #000; /* rgba fallback */
background: rgba(0, 0, 0, 0.75);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background: rgba(0, 0, 0, 0.85);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background: rgba(0, 0, 0, 0.9);
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
background-position: -80px 0;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
background-position: -80px -20px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
background-position: -80px -40px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
background-position: -80px -56px;
}

/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
width: 4px;
background: #fff; /* rgba fallback */
background: rgba(255, 255, 255, 0.1);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 4px;
background: #fff; /* rgba fallback */
background: rgba(255, 255, 255, 0.75);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
width: 100%;
height: 4px;
margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 4px;
margin: 6px auto;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background: rgba(255, 255, 255, 0.85);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background: rgba(255, 255, 255, 0.9);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
background-position: -32px 0;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
background-position: -32px -20px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
background-position: -40px -40px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
background-position: -40px -56px;
}

/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
width: 8px;
background: #000; /* rgba fallback */
background: rgba(0, 0, 0, 0.1);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 8px;
background: #000; /* rgba fallback */
background: rgba(0, 0, 0, 0.75);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
width: 100%;
height: 8px;
margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 8px;
margin: 6px auto;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
background-position: -112px 0;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
background-position: -112px -20px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
background-position: -120px -40px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
background-position: -120px -56px;
}

/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
width: 4px;
background: #fff; /* rgba fallback */
background: rgba(255, 255, 255, 0.1);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 6px;
background: #fff; /* rgba fallback */
background: rgba(255, 255, 255, 0.75);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
width: 100%;
height: 4px;
margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 6px;
margin: 5px auto;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
background-position: -16px 0;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
background-position: -16px -20px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
background-position: -20px -40px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
background-position: -20px -56px;
}

/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
width: 4px;
background: #000; /* rgba fallback */
background: rgba(0, 0, 0, 0.1);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 6px;
background: #000; /* rgba fallback */
background: rgba(0, 0, 0, 0.75);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
width: 100%;
height: 4px;
margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 6px;
margin: 5px auto;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
background-position: -96px 0;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
background-position: -96px -20px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
background-position: -100px -40px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
background-position: -100px -56px;
}

/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
background: #fff; /* rgba fallback */
background: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 2px;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
width: 100%;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 2px;
margin: 7px auto;
}

/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
background: #000; /* rgba fallback */
background: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 2px;
background: #000; /* rgba fallback */
background: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
width: 100%;
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 2px;
margin: 7px auto;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
background-position: -80px 0;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
background-position: -80px -20px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
background-position: -80px -40px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
background-position: -80px -56px;
}
/*
Made By Tanim Ahmed
*/

.alpha10 {
background: rgb(0, 0, 0);
background: transparent \9;
background: rgba(0, 0, 0, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
zoom: 1;
}

.alpha10:nth-child(n) {
filter: none;
}

.alpha20 {
background: rgb(0, 0, 0);
background: transparent \9;
background: rgba(0, 0, 0, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
zoom: 1;
}

.alpha20:nth-child(n) {
filter: none;
}

.alpha30 {
background: rgb(0, 0, 0);
background: transparent \9;
background: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
zoom: 1;
}

.alpha30:nth-child(n) {
filter: none;
}

.alpha40 {
background: rgb(0, 0, 0);
background: transparent \9;
background: rgba(0, 0, 0, 0.4);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
zoom: 1;
}

.alpha40:nth-child(n) {
filter: none;
}

.alpha50 {
background: rgb(0, 0, 0);
background: transparent \9;
background: rgba(0, 0, 0, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
zoom: 1;
}

.alpha50:nth-child(n) {
filter: none;
}

.alpha60 {
background: rgb(0, 0, 0);
background: transparent \9;
background: rgba(0, 0, 0, 0.6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
zoom: 1;
}

.alpha60:nth-child(n) {
filter: none;
}

.alpha70 {
background: rgb(0, 0, 0);
background: transparent \9;
background: rgba(0, 0, 0, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
zoom: 1;
}

.alpha70:nth-child(n) {
filter: none;
}

.alpha80 {
background: rgb(0, 0, 0);
background: transparent \9;
background: rgba(0, 0, 0, 0.8);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
zoom: 1;
}

.alpha80:nth-child(n) {
filter: none;
}

.alpha90 {
background: rgb(0, 0, 0);
background: transparent \9;
background: rgba(0, 0, 0, 0.9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000, endColorstr=#e5000000);
zoom: 1;
}

.alpha90:nth-child(n) {
filter: none;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}


.sp-wrap {
display: none;
line-height: 0;
font-size: 0;
background: #eee;
position: relative;
margin: 0 25px 15px 0;
border: 1px solid #E4E4E4;
float: left;
}

.sp-large {
position: relative;
overflow: hidden;
}

.sp-large a img {
max-width: 100%;
height: auto;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
}

.sp-large a {
display: inline-block;
}

.sp-thumbs {
width: 100%;
text-align: left;
}

.sp-thumbs img {
width: 50px;
height: 50px;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
border: 2px solid #eee;
display: inline-block;
float: right;
margin-right: 5px;
}

.sp-thumbs a.btn-video {
text-align: center;
height:45px;
background:#FFFFFF;
}
.sp-thumbs a.btn-video i.fa {
display: inline-block;
width:60px;
padding-top:6px;
margin:auto;
color:#333;
font-size: 28px;
}

.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current {
border: 2px solid #222;
}

.sp-zoom {
position: absolute;
left: 0;
top: 0;
cursor: zoom;
cursor: -webkit-zoom-out;
cursor: -moz-zoom-out;
display: none;
}

/*** CUSTOM THUMBNAIL || PRODUCT STYLE 3 **/

.productThumb {
border-top: 1px solid #dddddd;
padding-top: 10px;
}

.productThumb .sp-thumbs {
bottom: auto !important;
position: relative;
right: 0 !important;
text-align: left;
width: 100% !important;
z-index: 70;
}

.productThumb .sp-thumbs img {
width: 50px;
height: 50px;
}

.productThumb .sp-thumbs a:link, .productThumb .sp-thumbs a:visited {
border: 2px solid #eee;
display: inline-block;
float: left;
margin-right: 5px;
}

.productThumb .sp-thumbs a:hover, .sp-thumbs a:active, .sp-current, .productThumb .sp-thumbs a {
border: 2px solid #222;
margin-right: 10px !important;
}

.style3 .sp-large {
border: 1px solid #dddddd;
max-width: 100% !important;

}
/* iCheck plugin Square skin
----------------------------------- */
.icheckbox_square,
.iradio_square {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/square.png) no-repeat;
border: none;
cursor: pointer;
}

.icheckbox_square {
background-position: 0 0;
}

.icheckbox_square.hover {
background-position: -24px 0;
}

.icheckbox_square.checked {
background-position: -48px 0;
}

.icheckbox_square.disabled {
background-position: -72px 0;
cursor: default;
}

.icheckbox_square.checked.disabled {
background-position: -96px 0;
}

.iradio_square {
background-position: -120px 0;
}

.iradio_square.hover {
background-position: -144px 0;
}

.iradio_square.checked {
background-position: -168px 0;
}

.iradio_square.disabled {
background-position: -192px 0;
cursor: default;
}

.iradio_square.checked.disabled {
background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
.icheckbox_square,
.iradio_square {
background-image: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/square@2x.png);
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}

/* red */
.icheckbox_square-red,
.iradio_square-red {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/red.png) no-repeat;
border: none;
cursor: pointer;
}

.icheckbox_square-red {
background-position: 0 0;
}

.icheckbox_square-red.hover {
background-position: -24px 0;
}

.icheckbox_square-red.checked {
background-position: -48px 0;
}

.icheckbox_square-red.disabled {
background-position: -72px 0;
cursor: default;
}

.icheckbox_square-red.checked.disabled {
background-position: -96px 0;
}

.iradio_square-red {
background-position: -120px 0;
}

.iradio_square-red.hover {
background-position: -144px 0;
}

.iradio_square-red.checked {
background-position: -168px 0;
}

.iradio_square-red.disabled {
background-position: -192px 0;
cursor: default;
}

.iradio_square-red.checked.disabled {
background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
.icheckbox_square-red,
.iradio_square-red {
background-image: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/red@2x.png);
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}

/* green */
.icheckbox_square-green,
.iradio_square-green {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/green.png) no-repeat;
border: none;
cursor: pointer;
}

.icheckbox_square-green {
background-position: 0 0;
}

.icheckbox_square-green.hover {
background-position: -24px 0;
}

.icheckbox_square-green.checked {
background-position: -48px 0;
}

.icheckbox_square-green.disabled {
background-position: -72px 0;
cursor: default;
}

.icheckbox_square-green.checked.disabled {
background-position: -96px 0;
}

.iradio_square-green {
background-position: -120px 0;
}

.iradio_square-green.hover {
background-position: -144px 0;
}

.iradio_square-green.checked {
background-position: -168px 0;
}

.iradio_square-green.disabled {
background-position: -192px 0;
cursor: default;
}

.iradio_square-green.checked.disabled {
background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
.icheckbox_square-green,
.iradio_square-green {
background-image: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/green@2x.png);
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}

/* blue */
.icheckbox_square-blue,
.iradio_square-blue {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/blue.png) no-repeat;
border: none;
cursor: pointer;
}

.icheckbox_square-blue {
background-position: 0 0;
}

.icheckbox_square-blue.hover {
background-position: -24px 0;
}

.icheckbox_square-blue.checked {
background-position: -48px 0;
}

.icheckbox_square-blue.disabled {
background-position: -72px 0;
cursor: default;
}

.icheckbox_square-blue.checked.disabled {
background-position: -96px 0;
}

.iradio_square-blue {
background-position: -120px 0;
}

.iradio_square-blue.hover {
background-position: -144px 0;
}

.iradio_square-blue.checked {
background-position: -168px 0;
}

.iradio_square-blue.disabled {
background-position: -192px 0;
cursor: default;
}

.iradio_square-blue.checked.disabled {
background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
.icheckbox_square-blue,
.iradio_square-blue {
background-image: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/blue@2x.png);
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}

/* aero */
.icheckbox_square-aero,
.iradio_square-aero {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/aero.png) no-repeat;
border: none;
cursor: pointer;
}

.icheckbox_square-aero {
background-position: 0 0;
}

.icheckbox_square-aero.hover {
background-position: -24px 0;
}

.icheckbox_square-aero.checked {
background-position: -48px 0;
}

.icheckbox_square-aero.disabled {
background-position: -72px 0;
cursor: default;
}

.icheckbox_square-aero.checked.disabled {
background-position: -96px 0;
}

.iradio_square-aero {
background-position: -120px 0;
}

.iradio_square-aero.hover {
background-position: -144px 0;
}

.iradio_square-aero.checked {
background-position: -168px 0;
}

.iradio_square-aero.disabled {
background-position: -192px 0;
cursor: default;
}

.iradio_square-aero.checked.disabled {
background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
.icheckbox_square-aero,
.iradio_square-aero {
background-image: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/aero@2x.png);
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}

/* grey */
.icheckbox_square-grey,
.iradio_square-grey {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/grey.png) no-repeat;
border: none;
cursor: pointer;
}

.icheckbox_square-grey {
background-position: 0 0;
}

.icheckbox_square-grey.hover {
background-position: -24px 0;
}

.icheckbox_square-grey.checked {
background-position: -48px 0;
}

.icheckbox_square-grey.disabled {
background-position: -72px 0;
cursor: default;
}

.icheckbox_square-grey.checked.disabled {
background-position: -96px 0;
}

.iradio_square-grey {
background-position: -120px 0;
}

.iradio_square-grey.hover {
background-position: -144px 0;
}

.iradio_square-grey.checked {
background-position: -168px 0;
}

.iradio_square-grey.disabled {
background-position: -192px 0;
cursor: default;
}

.iradio_square-grey.checked.disabled {
background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
.icheckbox_square-grey,
.iradio_square-grey {
background-image: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/grey@2x.png);
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}

/* orange */
.icheckbox_square-orange,
.iradio_square-orange {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/orange.png) no-repeat;
border: none;
cursor: pointer;
}

.icheckbox_square-orange {
background-position: 0 0;
}

.icheckbox_square-orange.hover {
background-position: -24px 0;
}

.icheckbox_square-orange.checked {
background-position: -48px 0;
}

.icheckbox_square-orange.disabled {
background-position: -72px 0;
cursor: default;
}

.icheckbox_square-orange.checked.disabled {
background-position: -96px 0;
}

.iradio_square-orange {
background-position: -120px 0;
}

.iradio_square-orange.hover {
background-position: -144px 0;
}

.iradio_square-orange.checked {
background-position: -168px 0;
}

.iradio_square-orange.disabled {
background-position: -192px 0;
cursor: default;
}

.iradio_square-orange.checked.disabled {
background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
.icheckbox_square-orange,
.iradio_square-orange {
background-image: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/orange@2x.png);
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}

/* yellow */
.icheckbox_square-yellow,
.iradio_square-yellow {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/yellow.png) no-repeat;
border: none;
cursor: pointer;
}

.icheckbox_square-yellow {
background-position: 0 0;
}

.icheckbox_square-yellow.hover {
background-position: -24px 0;
}

.icheckbox_square-yellow.checked {
background-position: -48px 0;
}

.icheckbox_square-yellow.disabled {
background-position: -72px 0;
cursor: default;
}

.icheckbox_square-yellow.checked.disabled {
background-position: -96px 0;
}

.iradio_square-yellow {
background-position: -120px 0;
}

.iradio_square-yellow.hover {
background-position: -144px 0;
}

.iradio_square-yellow.checked {
background-position: -168px 0;
}

.iradio_square-yellow.disabled {
background-position: -192px 0;
cursor: default;
}

.iradio_square-yellow.checked.disabled {
background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
.icheckbox_square-yellow,
.iradio_square-yellow {
background-image: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/yellow@2x.png);
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}

/* pink */
.icheckbox_square-pink,
.iradio_square-pink {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/pink.png) no-repeat;
border: none;
cursor: pointer;
}

.icheckbox_square-pink {
background-position: 0 0;
}

.icheckbox_square-pink.hover {
background-position: -24px 0;
}

.icheckbox_square-pink.checked {
background-position: -48px 0;
}

.icheckbox_square-pink.disabled {
background-position: -72px 0;
cursor: default;
}

.icheckbox_square-pink.checked.disabled {
background-position: -96px 0;
}

.iradio_square-pink {
background-position: -120px 0;
}

.iradio_square-pink.hover {
background-position: -144px 0;
}

.iradio_square-pink.checked {
background-position: -168px 0;
}

.iradio_square-pink.disabled {
background-position: -192px 0;
cursor: default;
}

.iradio_square-pink.checked.disabled {
background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
.icheckbox_square-pink,
.iradio_square-pink {
background-image: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/pink@2x.png);
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}

/* purple */
.icheckbox_square-purple,
.iradio_square-purple {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/purple.png) no-repeat;
border: none;
cursor: pointer;
}

.icheckbox_square-purple {
background-position: 0 0;
}

.icheckbox_square-purple.hover {
background-position: -24px 0;
}

.icheckbox_square-purple.checked {
background-position: -48px 0;
}

.icheckbox_square-purple.disabled {
background-position: -72px 0;
cursor: default;
}

.icheckbox_square-purple.checked.disabled {
background-position: -96px 0;
}

.iradio_square-purple {
background-position: -120px 0;
}

.iradio_square-purple.hover {
background-position: -144px 0;
}

.iradio_square-purple.checked {
background-position: -168px 0;
}

.iradio_square-purple.disabled {
background-position: -192px 0;
cursor: default;
}

.iradio_square-purple.checked.disabled {
background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
.icheckbox_square-purple,
.iradio_square-purple {
background-image: url(/custom/6373/assets/plugins/icheck-1.x/skins/square/purple@2x.png);
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}
/*!
* Datetimepicker for Bootstrap 3
/! version : 4.0.0-beta
* https://github.com/Eonasdan/bootstrap-datetimepicker/
*/
.bootstrap-datetimepicker-widget.dropdown-menu {
margin: 2px 0;
padding: 4px;
width: 19em;
}
@media (min-width: 768px) {
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
width: 38em;
}
}
@media (min-width: 992px) {
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
width: 38em;
}
}
@media (min-width: 1200px) {
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
width: 38em;
}
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
content: '';
display: inline-block;
position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
top: -7px;
left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
top: -6px;
left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #ccc;
border-top-color: rgba(0, 0, 0, 0.2);
bottom: -7px;
left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid white;
bottom: -6px;
left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
left: auto;
right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
left: auto;
right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
width: 54px;
font-weight: bold;
font-size: 1.2em;
margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .picker-switch {
text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
padding: 0;
margin: 0;
height: auto;
width: auto;
line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
line-height: 2.5;
height: 2.5em;
width: 100%;
}
.bootstrap-datetimepicker-widget table {
width: 100%;
margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
text-align: center;
border-radius: 4px;
}
.bootstrap-datetimepicker-widget th {
height: 20px;
line-height: 20px;
width: 20px;
}
.bootstrap-datetimepicker-widget th.picker-switch {
width: 145px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
background: none;
color: #777777;
cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.prev::after {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
content: "Previous Month";
}
.bootstrap-datetimepicker-widget th.next::after {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
content: "Next Month";
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
background: #eeeeee;
}
.bootstrap-datetimepicker-widget td {
height: 54px;
line-height: 54px;
width: 54px;
}
.bootstrap-datetimepicker-widget td.cw {
font-size: .8em;
height: 20px;
line-height: 20px;
color: #777777;
}
.bootstrap-datetimepicker-widget td.day {
height: 20px;
line-height: 20px;
width: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
background: #eeeeee;
cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
color: #777777;
}
.bootstrap-datetimepicker-widget td.today {
position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-bottom: 7px solid #428bca;
border-top-color: rgba(0, 0, 0, 0.2);
position: absolute;
bottom: 4px;
right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
background-color: #428bca;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
background: none;
color: #777777;
cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
display: inline-block;
width: 54px;
height: 54px;
line-height: 54px;
margin: 2px 1.5px;
cursor: pointer;
border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
background-color: #428bca;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
color: #777777;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
background: none;
color: #777777;
cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
height: 27px;
line-height: 27px;
}
.input-group.date .input-group-addon {
cursor: pointer;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}

::selection {
color: #ffffff;
background: #2f8cfb;
}

:root{
--color: #0F0;
}

::-moz-selection {
color: #ffffff;
background: #2f8cfb;
}

.site-color {
color: #1F4B3F !important;
}

a:hover,
a:focus,
a.link,
.link {
color: #D80307;
}

.search-full,
.search-input {
background: #4bb777;
}

.search-close {
color: #4bb777;
}

.searchInputBox .search-btn {
color: #ffffff;
}

.navbar-tshop{
background: #D80307;
}
.bannerprodutos {
background: #3aa265;
}
.bannerprodutos .bannercomprar {
background: #bfd843 !important;
color: #1c5232 !important;
}
.btn-primary,
.product:hover .add-fav:hover,
.product:hover .add-fav.active {
background-color: #D80307;
color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #66de97;
border-color: #66de97;
color: #ffffff;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-color: #66de97;
border-color: #66de97;
color: #ffffff;
background: #D80307;
}

.navbar-top {
background: #4bb777;
}

.navbar-nav > li > a {
color: #ffffff;
}

.nav > li.active,
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li:hover > a {
background: #27ae60;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.cartMenu:hover > a.dropdown-toggle {
background: #27ae60;
}

.dropdown-menu {
border-top: solid #27ae60;
}

.search-box:hover .form-control {
background: #D80307;
}

.search-box:hover .btn-nobg {
color: #D80307;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #D80307 !important;
background-color: rgba(78, 198, 127, 0.5) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#804ec67f, endColorstr=#804ec67f) !important;
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#804ec67f, endColorstr=#804ec67f) !important;
}

.action-control a:hover,
.action-control a.active {
color: #ffffff;
background: #27ae60;
}

.product:hover,
.featuredImgLook2 .inner:hover {
border: 1px solid #D80307;
}

.subCategoryList .thumbnail:hover {
border: 1px solid #D80307;
}

#pager a.cycle-pager-active {
background-color: #FFF !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b34bb777, endColorstr=#b34bb777) !important;
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b34bb777, endColorstr=#b34bb777) !important;
}

.pager2 a {
border: 1px solid #FFF;
}

.pager2 a.selected {
background: #FFF;
}

.btn-site,
.newsLatterBox .btn {
background: #D80307;
}

.btn-discover:hover,
.btn-site:hover,
.newsLatterBox .btn:hover {
background: #27ae60;
}

.full {
width: 100%;
}

.footer a:hover {
color: #D80307;
}

.modal-header {
background: #1F4B3F;
}

.form-control:focus {
border-color: #D80307;
}

.new-product {
background-color: #D80307 !important;
background-color: rgba(78, 198, 127, 0.95) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f24ec67f, endColorstr=#f24ec67f) !important;
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f24ec67f, endColorstr=#f24ec67f) !important;
}

.nav.tree > li.active,
.nav.tree > li > a:hover,
.nav.tree > li > a:focus,
.nav.tree > li:hover > a {
background: none;
color: #2a2a2a;
}

.nav.tree .open-tree > a,
.nav.tree .open-tree > a:hover,
.nav.tree .open-tree > a:focus {
background: none;
font-weight: bold;
color: #2a2a2a;
}

.panel-default > .panel-heading {
border-top: 4px solid #D80307;
}

.nav-tabs {
border-bottom: 3px solid #bfc9ca;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li:hover > a {
background: #bfc9ca;
}

.socialIcon a:hover {
background: #D80307;
}

.cart-actions button, .cart-actions .btn-cart,
.cart-actions .wishlist {
background: none repeat scroll 0 0 #D80307;
border: 2px solid #27ae60;
}

.cart-actions button:hover, .cart-actions .btn-cart:hover{
background: #ffffff;
color: #2a2a2a;
border: solid 2px #D80307;
}

.sp-thumbs a:hover,
.sp-thumbs a:active,
.sp-current,
sp-current:visited {
border: 2px solid #D80307 !important;
}

.promo-1 {
background: none repeat scroll 0 0 #27ae60;
}

#pager2 span.cycle-pager-active {
background: #EFEFEF !important;
}

#pager2 span {
border: 2px solid #FFF;
}

.orderStep li.active a {
background: #D80307;
}

.orderStep li.active a:after {
border-top-color: #D80307 !important;
}

.orderStep li a {
background: #66de97;
}

/*.bannerprodutos {
background: #4bb777;
}
.bannerprodutos .bannercomprar {
box-shadow: 1px 1px 0px 1px #D80307;
background-color: #3A93D6;
}*/

.sembg{background:#FFF;}
.sembg #sidebarCollapse{
border: 1px solid #D80307;
color: #D80307;
}
.sembg .iconscart .btlogintop{    color: #D80307;}
.sembg .iconscart li .btcart-top .fa {
color: #D80307;
}
.sembg .iconscart .carrinho-header{
background: #D80307;
color: #fff;
}
.sembg .colorWhite, .sembg .colorWhite i, .buscatop i {
color: #D80307 !important;
}

.sembg  .navbar-toggle .icon-bar{    border: solid 2px #D80307;}
.padtop.sembg  {
padding: 0 15px !important;
}
.navbar-top .userMenu > li > a{color: #FFF;}
/*************
Sidebar css
*************/
#sidebar.navbar-top {
background: #FFF;
}
#sidebar .sidebar-header ul.botoestoposide li a{    color: #D80307 !important;}
#sidebar .sidebar-header ul.botoestoposide li a:hover{
background: none;
color: #33a762;
}
#sidebar .footer-nav li a{
border-bottom: 1px solid #00000014 !important;
background: #e4e4e4 !important;
color: #666 !important;
}
#sidebar .list-group-item a{    color: #484848 !important;}
#sidebar strong.tit{color: #D80307 !important;}
#sidebar .btloginsidebar {
border-bottom: 1px solid #cccccc !important;
}
#sidebar .botoestoposide {
border-bottom: 1px solid #e4e4e4 !important;
}
#sidebar .sidebar-header {
box-shadow: -1px 7px 5px -6px rgb(181 181 181 / 55%) !important;
}
#dismiss{border-right: 1px solid #d6d6d6 !important;}
#sidebar .btloginsidebar .menorlink a{    color: #666 !important;}
/*************
Fim Sidebar css
*************/
.navbar-nav.menuprinci > li > a, .navbar-nav.menuprinci > li > a:hover, .botoesnav li a{color: #D80307 !important ;background:none !important ;}
.barrastopo a, .barrastopo span{opacity: 1 !important;}


@media(max-width:768px){
.sembg .navbar-brand{padding-left: 0;padding-top: 14px;}

.sembg .dropdown-menu > li > a{
color: #D80307;
margin: 0;
padding: 7px 0 !important;
font-size: 16px !important;
border-bottom: 1px solid #DDD;
}
}
.overly-mask,
.menu-overly-mask {
background-color: #000;
height: 100%;
left: 0;
opacity: 0;
position: fixed;
top: 0;
transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
visibility: hidden;
width: 100%;
z-index: 15;
}
.overly-mask.is-visible {
cursor: pointer;
opacity: 0.25;
visibility: visible;
}
.menu-overly-mask.is-visible {
cursor: pointer;
opacity: 0.55;
visibility: visible;
}
.cart-sidebar-content,
.menu-sidebar-content {
height: 100%;
width: 100%;
position: relative;
display: block;
}
.menu-sidebar-content {
border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.cart-sidebar {
background-color: #fff;
bottom: 0;
color: #333;
margin: 0;
overflow: auto;
padding: 0;
position: fixed;
right: -300px;
transition: right 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
-webkit-transition: right 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
-moz-transition: right 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
-ms-transition: right 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
-o-transition: right 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
width: 300px;
z-index: 10000;
top: 0;
}
.cart-sidebar .cart-sidebar-header {
background: #3a3a3a;
padding: 15px;
height: 50px;
}
.cart-sidebar .cart-sidebar-header h3 {
color: #fff;
font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: unset;
letter-spacing: 1px;
margin-bottom: 0;
padding-bottom: 0;
text-transform: uppercase;
}
.cart-sidebar .cart-sidebar-header .cart-close-trigger {
position: absolute;
right: 15px;
top: 15px;
font-size: 30px;
color: #ddd;
}
.cart-sidebar .cart-sidebar-header .cart-close-trigger .close {
color: #fff;
float: right;
font-size: 28px;
font-weight: normal;
line-height: 1;
opacity: 1;
text-shadow: none;
}
.cart-sidebar .cart-sidebar-header .cart-close-trigger .close:hover {
color: #fff;
}
.cart-sidebar .cartMenu {
height: 100%;
}
.cart-sidebar .cartMenu .scroll-pane {
height: 90%;
height: calc(100% - 116px - 51px);
}
.cart-sidebar .cartMenu .scroll-pane .mCSB_container {
margin-right: auto;
}
.cart-sidebar .cartMenu table tr td {
padding: 10px 0;
}
.cart-sidebar .cartMenu table tr td.delete {
padding-left: 10px;
padding-right: 10px;
}
.cart-sidebar .cartMenu table tr td.delete button.close {
float: left;
}
.cart-sidebar .cartMenu table tr:last-child {
border-bottom: none;
}

.cart-sidebar .miniCartProduct .td-qtde {
width: 75px;
padding:0 10px;
}

.cart-sidebar .miniCartProduct {
-webkit-transition: all 0.25s linear 0s;
-moz-transition: all 0.25s linear 0s;
-o-transition: all 0.25s linear 0s;
-ms-transition: all 0.25s linear 0s;
transition: all 0.25s linear 0s;
}
.cart-sidebar .miniCartProduct:hover {
background: #f9f9f9;
}
.cart-sidebar .subtotal {
padding-bottom: 0;
padding-right: 5px;
}
.cart-sidebar .cart-panel-footer {
border-top: 1px solid #ddd;
}

.cart-sidebar .cart-panel-footer .btn-addmore {
background:#FFF;
color:#000;
}
.cart-sidebar .cart-panel-footer .col-sm-6 {
padding: 10px 5px;
}
.menu-sidebar {
background-color: #fff;
bottom: 0;
color: #333;
margin: 0;
overflow: auto;
padding: 0;
position: fixed;
left: -300px;
transition: left 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
-webkit-transition: left 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
-moz-transition: left 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
-ms-transition: left 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
-o-transition: left 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
width: 300px;
z-index: 10000;
top: 0;
}
.menu-sidebar .cart-sidebar-content {
height: 100%;
width: 100%;
position: relative;
display: block;
}
.menu-sidebar.is-visible {
left: 0;
}
.cart-sidebar.is-visible {
right: 0;
}
.menu-sidebar-content .inner {
padding: 48px;
}
.menu-sidebar-content .menu-sidebar-header h3 {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 32px;
font-weight: 700;
}
.nav-tree-light {
margin-top: 30px;
}
.nav-tree-light li > a {
text-transform: uppercase;
}
.nav-tree-light li a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
border: medium none;
color: #333;
font-size: 13px;
font-weight: 400;
letter-spacing: 2px;
padding: 16px 0;
text-decoration: none;
}
.nav-tree-light li a:hover {
opacity: .75;
}
.nav-tree-light li ul {
background: none !important;
}
.nav-tree-light li ul a {
font-size: 12px;
padding: 10px 0 10px 15px;
}


.btn {
border: medium none;
border-radius: 3px;
font-size: 14px;
font-weight: normal;
line-height: 1.4;
padding: 8px 20px;
transition: all 0.25s linear 0s;
}

.btn.btn-primary,
.btn.btn-danger,
.btn.btn-default,
.btn.btn-success,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-fb,
.btn.btn-tw {
font-weight: 600;
text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
-o-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
-webkit-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
-ms-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
-o-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
-ms-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
}
.btn.btn-lg {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
font-size: 16px;
line-height: 1.471;
padding: 10px 20px;
}
.btn.btn-md {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
line-height: 1.5;
padding: 6px 14px;
}
.btn.btn-sm {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 11px;
line-height: 1.5;
padding: 4px 8px;
}
.btn.btn-xs {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
line-height: 1.5;
}
.btn-old {
border: medium none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 14px;
font-weight: normal;
line-height: 1.4;
padding: 6px 12px;
transition: all 0.25s linear 0s;
-webkit-transition: all 0.25s linear 0s;
-moz-transition: all 0.25s linear 0s;
-ms-transition: all 0.25s linear 0s;
-o-transition: all 0.25s linear 0s;
}
.btn-old.btn-lg {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
font-size: 16px;
line-height: 1.471;
padding: 10px 20px;
}
.btn-old.btn-md {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
line-height: 1.5;
padding: 12px 14px;
}
.btn-old.btn-sm {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 13px;
line-height: 1.5;
padding: 4px 8px;
}
.btn-old.btn-xs {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
line-height: 1.5;
}
.btn-stroke-dark,
.btn-stroke-light,
.btn-stroke,
.btn-dark,
.search-trigger,
.btn-nobg {
text-shadow: none !important;
box-shadow: none !important;
font-weight: normal;
}
.priceFilterBody .btn {
padding: 8px 12px;
}
.navbar-right .input-group .btn {
box-shadow: none;
}
.btn-flat {
border-radius: 0 !important;
}
.btn-product-flat {
background: #303030;
border-radius: 0;
color: #ffffff;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.5px;
min-width: 130px;
padding: 7px 15px;
}
.btn-product-flat:hover,
.btn-product-flat:focus,
.btn-product-flat:active,
.btn-product-flat.active {
background-color: #fff;
border-color: #fff;
color: #0f0f0f;
}
.btn-thin {
border: 1px solid #bdc3c7;
color: #bdc3c7;
background: none;
text-shadow: none;
}
.btn-default {
background-color: #bdc3c7;
color: #ffffff;
text-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
background-color: #cacfd2;
border-color: #cacfd2;
color: #ffffff;
}
.open .dropdown-toggle.btn-default {
background-color: #cacfd2;
border-color: #cacfd2;
color: #ffffff;
background: #a1a6a9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
background-color: #bdc3c7;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
background-color: #1abc9c;
}
.btn-dark {
background-color: #34495e;
color: #ffffff;
}
.btn-dark:hover,
.btn-dark:focus {
background-color: #2a2a2a;
border-color: #2a2a2a;
color: #ffffff;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
background-color: #2a2a2a;
border-color: #2a2a2a;
color: #ffffff;
background: #2a2a2a;
}
.btn-info {
background-color: #3498db;
color: #ffffff;
}
.btn-info:hover,
.btn-info:focus {
background-color: #5dade2;
border-color: #5dade2;
color: #ffffff;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-color: #5dade2;
border-color: #5dade2;
color: #ffffff;
background: #2c81ba;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info.active {
background-color: #3498db;
}
.btn-danger {
background-color: #e74c3c;
color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #ec7063;
border-color: #ec7063;
color: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-color: #ec7063;
border-color: #ec7063;
color: #ffffff;
background: #c44133;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger.active {
background-color: #e74c3c;
}
.btn-success {
background-color: #2ecc71;
color: #ffffff;
}
.btn-success:hover,
.btn-success:focus {
background-color: #58d68d;
border-color: #58d68d;
color: #ffffff;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-color: #58d68d;
border-color: #58d68d;
color: #ffffff;
background: #27ad60;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success.active {
background-color: #2ecc71;
}
.btn-warning {
background-color: #f1c40f;
color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #f5d313;
border-color: #f5d313;
color: #ffffff;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-color: #f5d313;
border-color: #f5d313;
color: #ffffff;
background: #cda70d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning.active {
background-color: #f1c40f;
}
.btn-inverse {
background-color: #3a3a3a;
color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse:focus {
background-color: #454545;
border-color: #454545;
color: #ffffff;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
border-color: #454545;
color: #ffffff;
background: #303030;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse.active[disabled],
fieldset[disabled] .btn-inverse.active {
background-color: #34495e;
}
.btn-stroke {
background: rgba(0, 0, 0, 0);
font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
letter-spacing: 2px;
padding: 15px 20px;
text-align: center;
border-radius: 0;
min-width: 200px;
text-transform: uppercase;
border: 2px solid #fff;
color: #fff !important;
}
.btn-stroke.lite {
border: 2px solid #ffffff;
color: #ffffff !important;
}
.btn-stroke.lite:hover {
background: #ffffff;
color: #303030 !important;
}
.btn-stroke.dark {
border: 2px solid #303030;
color: #303030 !important;
}
.btn-stroke.dark:hover {
background: #303030;
color: #ffffff !important;
}
.btn-stroke.thin {
border-width: 1px;
font-size: 12px;
padding-left: 40px;
padding-right: 40px;
}
.btn-dark {
background: #303030;
font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
letter-spacing: 2px;
padding: 15px 20px;
text-align: center;
border-radius: 0;
min-width: 200px;
text-transform: uppercase;
border: 2px solid #303030;
color: #fff !important;
}
.btn-dark:hover {
background: #fff;
color: #303030 !important;
border-color: #fff;
}
@media only screen and (max-width: 767px) {
.btn-dark {
letter-spacing: 1px;
padding: 10px 15px;
min-width: 160px;
}
}
.btn-gray {
background: #c8c8c8;
font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
letter-spacing: 2px;
padding: 15px 20px;
text-align: center;
border-radius: 0;
min-width: 200px;
text-transform: uppercase;
border: 2px solid #ccc;
color: #fff !important;
}
.btn-gray:hover {
background: #fff;
color: #303030 !important;
border-color: #fff;
}
@media only screen and (max-width: 767px) {
.btn-gray {
letter-spacing: 1px;
padding: 10px 15px;
min-width: 160px;
}
}
.btn-stroke-dark {
background: rgba(0, 0, 0, 0);
font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
letter-spacing: 2px;
padding: 15px 20px;
text-align: center;
border-radius: 0;
min-width: 200px;
text-transform: uppercase;
border: 2px solid #303030;
color: #303030 !important;
}
.btn-stroke-light {
background: rgba(0, 0, 0, 0);
font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
letter-spacing: 2px;
padding: 15px 20px;
text-align: center;
border-radius: 0;
min-width: 200px;
text-transform: uppercase;
border: 2px solid #ffffff;
color: #ffffff !important;
}
.btn-stroke-dark:hover {
background: #303030;
color: #ffffff !important;
}
.btn-stroke-light:hover {
background: #ffffff;
color: #303030 !important;
}
.btn-site {
padding: 5px 0;
color: #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 18px;
display: block;
text-decoration: none;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
}
.fb_button {
background: #658ad0;
color: #ffffff;
display: block;
text-align: center;
text-decoration: none;
}
.btn-fb {
background: #658ad0;
color: #ffffff;
}
.fb_button:hover,
.btn-fb:hover {
background: #4e6fae;
color: #ffffff;
text-decoration: none;
}
.btn-tw {
background: #1dadeb;
color: #ffffff;
}
.btn-tw:hover {
background: #35c5ff;
color: #ffffff;
text-decoration: none;
}


/*

This less file only for blog pages.

*/
/*
usage
*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
.hide-md {
display: none;
}
}
@media (max-width: 360px) {
.col-xxs-12 {
width: 100%;
}
}
/* Mixin */
/* Implementation */
#div {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
/* Implementation */
#div {
-webkit-border-radius: 20px 20px 0px 0px;
-moz-border-radius: 20px 20px 0px 0px;
border-radius: 20px 20px 0px 0px;
}
/* Implementation */
#div {
-webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
/* Implementation */
.transition-all {
-webkit-transition: all 0.25s linear 0s;
-moz-transition: all 0.25s linear 0s;
-o-transition: all 0.25s linear 0s;
-ms-transition: all 0.25s linear 0s;
transition: all 0.25s linear 0s;
}
/* Implementation */
#div {
-webkit-transform: rotate(5deg) scale(0.5) skew(1deg) translate(0px);
-moz-transform: rotate(5deg) scale(0.5) skew(1deg) translate(0px);
-o-transform: rotate(5deg) scale(0.5) skew(1deg) translate(0px);
-ms-transform: rotate(5deg) scale(0.5) skew(1deg) translate(0px);
transform: rotate(5deg) scale(0.5) skew(1deg) translate(0px);
}
/* gradient Implementation */
#div {
background-color: #663333;
background-image: -webkit-linear-gradient(left, #663333, #333333);
background-image: -moz-linear-gradient(left, #663333, #333333);
background-image: -o-linear-gradient(left, #663333, #333333);
background-image: -ms-linear-gradient(left, #663333, #333333);
background-image: linear-gradient(left, #663333, #333333);
}
/* Implementation */
#div {
background-color: #BADA55;
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
/* Implementation */
#div {
background-color: #ff0000;
background-color: rgba(255, 0, 0, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ff0000, endColorstr=#33ff0000);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ff0000, endColorstr=#33ff0000);
}
/* COMMON CLASS */
.hw100 {
height: 100%;
width: 100%;
}
.w100 {
width: 100%;
}
.h100 {
height: 100%;
}
.no-margin {
margin: 0;
}
.no-padding {
padding: 0;
}
.no-margin-no-padding {
margin: 0;
padding: 0;
}
.relative {
position: relative;
}
.zindex10 {
z-index: 10;
}
.cover {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.wh100 {
width: 100%;
height: 100%;
}
.display-table {
display: table;
}
.display-table-cell {
display: table-cell;
vertical-align: middle;
}
/* STYLE CONTENT  */
.no-margin-bottom {
margin-bottom: 0;
}
.overlay-shade {
z-index: 0;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 2;
}
.background-overly {
height: 100%;
width: 100%;
z-index: 1;
position: absolute;
left: 0;
top: 0;
}
.background-overly-inner {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
}
.relative1 {
position: relative;
z-index: 2;
}
.relative5 {
position: relative;
z-index: 5;
}
.center-col {
float: none !important;
margin-left: auto;
margin-right: auto;
}
.relative {
position: relative;
}
.no-margin-bottom {
margin-bottom: 0;
}
.blog-intro {
height: 350px;
display: block;
clear: both;
position: relative;
border-bottom: 4px solid #D80307;
transition: none;
}
@media only screen and (max-width: 767px) {
.blog-intro {
background-position: 50% 0 !important;
}
}
.subscribe-dropdown {
display: inline-block;
width: auto;
max-width: 200px;
clear: both;
}
.subscribe-dropdown .dropdown-menu {
border-radius: 0;
padding: 5px;
width: 200px;
top: 50px;
font-size: 14px;
color: #303030;
background: #f0f0f2;
}
.subscribe-dropdown .dropdown-menu:after {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #f0f0f2;
border-width: 10px;
margin-left: -10px;
}
.subscribe-dropdown .dropdown-menu li {
padding: 4px 10px;
line-height: 1.75em;
}
.subscribe-dropdown .dropdown-menu li span {
margin-bottom: 0 !important;
}
.subscribe-dropdown .dropdown-menu li > a {
color: #4f4f4f;
font-size: 13px;
letter-spacing: 0.06em;
padding: 0;
background: none;
}
.subscribe-dropdown .dropdown-menu li > a:hover,
.subscribe-dropdown .dropdown-menu li > a:focus {
background: none;
}
.subscribe-dropdown .dropdown-menu li input#subemail {
color: #b9b8b8;
font-size: 13px;
margin-top: 6px;
padding: 4px 0;
text-align: center;
width: 100%;
}
.subscribe-dropdown .dropdown-menu li .btn {
background: #2a2a2a;
border-radius: 0;
color: #fff;
font-size: 13px;
display: block;
letter-spacing: 1px;
margin: 0;
padding: 6px 0;
text-align: center;
text-transform: uppercase;
}
.subscribe-dropdown .dropdown-menu li .btn:hover {
background: #4f4f4f;
}
.btn-more {
background: #2a2a2a;
border-radius: 0;
color: #fff;
font-size: 13px;
letter-spacing: 1px;
margin: 0;
text-align: center;
text-transform: uppercase;
}
.btn-more:hover {
background: #4f4f4f;
color: #fff;
}
.btn-subscribe {
border: 1px solid #fff;
border-radius: 0;
color: #fff;
display: inline-block;
font-size: 13px;
font-weight: 400;
letter-spacing: 0.06em;
padding: 8px 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
width: 200px;
}
.btn-subscribe:hover {
background: #fff;
color: #34495e;
}
.blogIntroContent {
color: #fff;
}
.blogIntroContent p {
font-size: 20px;
opacity: .9;
}
.col-centered {
float: none;
margin: 0 auto;
}
.item-blog-post {
margin: 0 auto 30px;
}
.item-blog-post h2 {
border-bottom: 1px solid #ddd;
clear: both;
font-size: 28.6px;
font-weight: bold;
letter-spacing: 0;
margin: 28px 0;
padding-bottom: 15px;
position: relative;
margin-bottom: 0;
}
.item-blog-post .post-header {
border-top: 1px solid #e6e6e6;
}
.item-blog-post .post-header .post-info {
line-height: 30px;
margin-bottom: 28px;
}
.item-blog-post .post-header .post-info a.userBy {
font-family: Georgia;
font-style: italic;
}
.item-blog-post .post-header .share-gallery a {
color: #fff;
display: inline-block;
float: left;
height: 30px;
line-height: 30px;
max-width: 100px;
min-width: 42px;
text-align: center;
margin-left: 10px;
padding: 0 5px;
}
.item-blog-post .post-header .share-gallery .share-facebook {
background-color: #3b5998;
}
.item-blog-post .post-header .share-gallery .share-twitter {
background-color: #00aced;
}
.item-blog-post .post-header .share-gallery .share-pinterest {
background-color: #c92228;
}
.item-blog-post .post-header .share-gallery .share-email {
background-color: #333;
}
.item-blog-post .post-main-view {
background: #FAFAFA;
}
.item-blog-post .post-main-view .post-lead-image img {
width: 100%;
}
.item-blog-post .post-main-view .post-description {
padding: 18px;
font-size: 16px;
line-height: 1.625;
font-weight: 300;
}
.loadMoreBlog .btn {
border: 1px solid #ededed;
border-radius: 0;
color: #777;
display: block;
letter-spacing: 2px;
margin-bottom: 30px;
padding: 10px 0;
}
.loadMoreBlog .btn:hover {
background: #ededed;
}
.RecommendedBlog .RecommendedTitle {
text-transform: uppercase;
padding: 15px 0;
border-bottom: 1px solid #ddd;
clear: both;
letter-spacing: 0.04em;
margin-bottom: 25px;
}
.RecommendedBlog .blog-rc-item {
margin-bottom: 15px;
}
.RecommendedBlog .blog-rc-item .rcimg {
max-height: 140px;
display: block;
overflow: hidden;
}
.RecommendedBlog .blog-rc-item .rcimg:hover {
opacity: .7;
}
.RecommendedBlog .blog-rc-item .h4 {
display: block;
font-size: 14px;
font-weight: bold;
margin-top: 10px;
line-height: normal;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
.post-header {
margin-bottom: 15px;
}
}


.footable {
border-collapse: separate;
border-spacing: 0;
width: 100%;
border: solid #ccc 1px;

border-radius: 0;
font-size: 14px;

}

.footable.breakpoint > tbody > tr > td.expand {
background: url('/custom/6373/assets/css/img/plus.png') no-repeat 5px center;
padding-left: 40px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
background: url('/custom/6373/assets/css/img/minus.png') no-repeat 5px center;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
background: #EBEDEF;
}

.footable > tbody > tr:hover {
background: #fbf8e9;
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 10px;
text-align: left;
}

.footable > tbody > tr > td.footable-cell-detail {
border-left: none;
}

.footable > thead > tr > th, .footable > thead > tr > td {
background-color: #EBEDED;

-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
border-top: none;
text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.footable > thead > tr:first-child > th.footable-first-column, .footable > thead > tr:first-child > td.footable-first-column {
-moz-border-radius: 0 0;
-webkit-border-radius: 0 0;
border-radius: 0 0;
}

.footable > thead > tr:first-child > th.footable-last-column, .footable > thead > tr:first-child > td.footable-last-column {
-moz-border-radius: 0 0;
-webkit-border-radius: 0 0;
border-radius: 0 0;
}

.footable > thead > tr:first-child > th.footable-first-column.footable-last-column, .footable > thead > tr:first-child > td.footable-first-column.footable-last-column {
-moz-border-radius: 6px 0;
-webkit-border-radius: 6px 0;
border-radius: 6px 0;
}

.footable > tbody > tr:last-child > td.footable-first-column {
-moz-border-radius: 0 0 0 6px;
-webkit-border-radius: 0 0 0 6px;
border-radius: 0 0 0 6px;
}

.footable > tbody > tr:last-child > td.footable-last-column {
-moz-border-radius: 0 0 6px 0;
-webkit-border-radius: 0 0 6px 0;
border-radius: 0 0 6px 0;
}

.footable > tbody > tr:last-child > td.footable-first-column.footable-last-column {
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}

.footable > thead > tr > th.footable-first-column, .footable > thead > tr > td.footable-first-column,
.footable > tbody > tr > td.footable-first-column {
border-left: none;
}

.footable > tbody img {
vertical-align: middle;
}

.footable > tfoot > tr > th, .footable > tfoot > tr > td {
background-color: #dce9f9;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
border-top: 1px solid #ccc;
text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
padding: 10px;
}


.footable > thead > tr > th > span.footable-sort-indicator {
width: 16px;
height: 16px;
display: block;
float: right;
background: url('/custom/6373/assets/css/img/sorting_sprite.png') no-repeat top left;
}

.footable > thead > tr > th.footable-sortable:hover {
cursor: pointer;
}

.footable > thead > tr > th.footable-sortable > span {

}

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator {
background-position: 0 -16px;
}

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator {
background-position: 0 -32px;
}


/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}

.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
display: none;
}

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}

.mfp-ajax-cur {
cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

.mfp-loading.mfp-figure {
display: none;
}

.mfp-hide {
display: none !important;
}

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}

.mfp-preloader a {
color: #CCC;
}

.mfp-preloader a:hover {
color: #FFF;
}

.mfp-s-ready .mfp-preloader {
display: none;
}

.mfp-s-error .mfp-content {
display: none;
}

button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
}

button::-moz-focus-inner {
padding: 0;
border: 0;
}

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100);
}

.mfp-close:active {
top: 1px;
}

.mfp-close-btn-in .mfp-close {
color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}

.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}

.mfp-arrow-left {
left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
top: -40px;
}

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}

/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
line-height: 0;
}

.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}

.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}

.mfp-figure figure {
margin: 0;
}

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}

.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}

.mfp-image-holder .mfp-content {
max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}

.mfp-img-mobile img.mfp-img {
padding: 0;
}

.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}

.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}

.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}

.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}

.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}

@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}

.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}

.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}

.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}

.mfp-ie7 .mfp-img {
padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
padding: 0;
}

.mfp-ie7 .mfp-content {
padding-top: 44px;
}

.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
}

/**
*
* Estilos site Selecao Natural
* Desenvolvimento NSWeb
*
* -Desenvolvedor: Miguel de Oliveira Correia
*
*/
/**
* ADD TAGS BOOTSTRAP 4 in BOOTSTRAP 3
*
* Origin: Eric Murakawa. GitHub: https://github.com/EricMurakawa/cssbootstrap
*
* Implementation and Modifications: Odair Cesar. GitHub: https://github.com/OdairCesar
*
* Modifications:
* - Passing 'sm' tags from 586px to 769px
* - Passing 'md' tags from 769px to 992px
* - Passing 'lg' tags from 992px to 1200px
* - Passing 'xl' tags from 1200px to 1400px
* - Passing 'xxl' tags from 1400px to 1600px
*
* - Adding 'max-width' in 'container' for >1400px and >1600px screens
*/
@media (min-width: 1289px) {
.container {
width: 1289px;
}
}
.container::after, .container::before {
display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}

h1,
.h1 {
font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1400px) {
h1,
.h1 {
font-size: 2.5rem;
}
}
h2,
.h2 {
font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1400px) {
h2,
.h2 {
font-size: 2rem;
}
}
h3,
.h3 {
font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1400px) {
h3,
.h3 {
font-size: 1.75rem;
}
}
h4,
.h4 {
font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1400px) {
h4,
.h4 {
font-size: 1.5rem;
}
}
h5,
.h5 {
font-size: 1.25rem;
}

h6,
.h6 {
font-size: 1rem;
}

.display-1 {
font-size: calc(1.625rem + 4.5vw);
font-weight: 300;
line-height: 1.2;
}

@media (min-width: 1400px) {
.display-1 {
font-size: 5rem;
}
}
.display-2 {
font-size: calc(1.575rem + 3.9vw);
font-weight: 300;
line-height: 1.2;
}

@media (min-width: 1400px) {
.display-2 {
font-size: 4.5rem;
}
}
.display-3, .header__container__left__title {
font-size: calc(1.525rem + 3.3vw);
font-weight: 300;
line-height: 1.2;
}

@media (min-width: 1400px) {
.display-3, .header__container__left__title {
font-size: 4rem;
}
}
.display-4, .conheca__container__card__left__title {
font-size: calc(1.475rem + 2.7vw);
font-weight: 300;
line-height: 1.2;
}

@media (min-width: 1400px) {
.display-4, .conheca__container__card__left__title {
font-size: 3.5rem;
}
}
.display-5 {
font-size: calc(1.425rem + 2.1vw);
font-weight: 300;
line-height: 1.2;
}

@media (min-width: 1400px) {
.display-5 {
font-size: 3rem;
}
}
.display-6 {
font-size: calc(1.375rem + 1.5vw);
font-weight: 300;
line-height: 1.2;
}

@media (min-width: 1400px) {
.display-6 {
font-size: 2.5rem;
}
}
/*=======Card======*/
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}

.card > hr {
margin-right: 0;
margin-left: 0;
}

.card > .list-group {
border-top: inherit;
border-bottom: inherit;
}

.card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}

.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem 1rem;
}

.card-title {
margin-bottom: 0.5rem;
}

.card-subtitle {
margin-top: -0.25rem;
margin-bottom: 0;
}

.card-text:last-child {
margin-bottom: 0;
}

.card-link:hover {
text-decoration: none;
}

.card-link + .card-link {
margin-left: 1rem;
}

.card-header {
padding: 0.5rem 1rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
padding: 0.5rem 1rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
margin-right: -0.5rem;
margin-bottom: -0.5rem;
margin-left: -0.5rem;
border-bottom: 0;
}

.card-header-pills {
margin-right: -0.5rem;
margin-left: -0.5rem;
}

.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
width: 100%;
}

.card-img,
.card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
margin-bottom: 0.75rem;
}

@media (min-width: 769px) {
.card-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group > .card {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0;
}
}
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}

.card > hr {
margin-right: 0;
margin-left: 0;
}

.card > .list-group {
border-top: inherit;
border-bottom: inherit;
}

.card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}

.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem 1rem;
}

.card-title {
margin-bottom: 0.5rem;
}

.card-subtitle {
margin-top: -0.25rem;
margin-bottom: 0;
}

.card-text:last-child {
margin-bottom: 0;
}

.card-link:hover {
text-decoration: none;
}

.card-link + .card-link {
margin-left: 1rem;
}

.card-header {
padding: 0.5rem 1rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
padding: 0.5rem 1rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
margin-right: -0.5rem;
margin-bottom: -0.5rem;
margin-left: -0.5rem;
border-bottom: 0;
}

.card-header-pills {
margin-right: -0.5rem;
margin-left: -0.5rem;
}

.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
width: 100%;
}

.card-img,
.card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
margin-bottom: 0.75rem;
}

@media (min-width: 769px) {
.card-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group > .card {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0;
}
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}

.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.align-baseline {
vertical-align: baseline !important;
}

.align-top {
vertical-align: top !important;
}

.align-middle {
vertical-align: middle !important;
}

.align-bottom {
vertical-align: bottom !important;
}

.align-text-bottom {
vertical-align: text-bottom !important;
}

.align-text-top {
vertical-align: text-top !important;
}

.float-start {
float: left !important;
}

.float-end {
float: right !important;
}

.float-none {
float: none !important;
}

.overflow-auto {
overflow: auto !important;
}

.overflow-hidden {
overflow: hidden !important;
}

.overflow-visible {
overflow: visible !important;
}

.overflow-scroll {
overflow: scroll !important;
}

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

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

.d-block, .menu-topo__faixa p a {
display: block !important;
}

.d-grid {
display: -ms-grid !important;
display: grid !important;
}

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

.d-table-row {
display: table-row !important;
}

.d-table-cell {
display: table-cell !important;
}

.d-flex, .product-detail__container__topo__info__fim__rounded .modal .modal-body a, .product-detail__container__topo__info__fim__rounded .modal .modal-body, .product-detail__container__topo__info__fim__rounded__link, .product-detail__container__topo__info__fim__rounded, .product-detail__container__topo__info__fim__whats, .product-detail__container__topo__info__fim, .product-detail__container__topo__info__topo, .product-detail__container__topo__swiper-mobile__control .prev-image,
.product-detail__container__topo__swiper-mobile__control .next-image, .product-detail__container__topo__swiper__control .prev-image,
.product-detail__container__topo__swiper__control .next-image, .product-detail__container__topo__swiper-mobile__control, .product-detail__container__topo__swiper__control, .product-menu__container__options__left__dropdown__title, .product-menu__container__options__left__option, .product-menu__container__options__left, .product-menu__container__options__dropdown__title, .product-menu__container__options__option, .product-menu__container__options, .listagem-medico__bottom__container__important, .listagem-medico__bottom__container__list__item, .listagem-medico__bottom__container, .listagem-parceiro__bottom__container__list__item__name, .listagem-parceiro__bottom__container__list__item, .listagem-parceiro__bottom__container__list, .listagem-parceiro__bottom__container, .form-agendamento__bottom__container #container_agendamento, .form-agendamento__bottom__container, .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check, .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group, .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom, .form-vermelhinho__bottom__container__form, .form-vermelhinho__bottom__container, .cartao__container__content__alert__text span, .cartao__container__content__alert__text, .cartao__container__content, .cartao__container, .desconto__container__card, .desconto__container, .confira__container__spacing__content, .confira__container__spacing, .toda-familia__container__content, .toda-familia__container, .atendimento__background__container__content__list__item, .atendimento__background__container__content__logos, .atendimento__background__container__content, .atendimento__background__container, .conheca__container__card__left__alert__text span, .conheca__container__card__left__alert__text, .conheca__container__card__left, .conheca__container__card, .conheca__container__top__content__list__item, .conheca__container__top__content__list, .conheca__container__top__content, .rodape__info__container, .rodape__container__top__phones__last, .rodape__container__top__phones__first, .rodape__container__top__phones, .rodape__container__top__menu-topo, .rodape__container__top, .menu-mobile__bottom, .menu-mobile__middle__list__item a, .menu-mobile__middle__list, .menu-mobile__top, .menu-mobile, .menu-topo__container__nav__list, .menu-topo__container, .menu-topo__faixa p, .blog-tags__list, .blog-ultimas__btn, .blog-ultimas__outras, .blog-ultimas__primeira, .blog-form, .menu-lateral__lista li a, .menu-lateral, .form-custom-contato__form__group, .form-custom-contato__form__group-full, .form-custom-contato, .form-custom-associe__form__group, .form-custom-associe__form__group-full, .form-custom-associe, .breadcrumb li a, .breadcrumb li, .breadcrumb, .header__container__left, .header__container, .header, .servico-item__text p a, .servico-item__text, .servico-item, .card-produto, .card-noticia, .card-noticia-expanded, .depoimento-item__user__info, .depoimento-item__user, .depoimento-item__estrelas, .depoimento-item, .blog-item__textos__btn, .blog-item__textos__infos, .blog-item__textos, .blog-item {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}

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

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

.shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}

.position-static {
position: static !important;
}

.position-relative, .listagem-medico__top, .listagem-parceiro__top, .form-agendamento__bottom, .form-vermelhinho__bottom__container__form, .form-vermelhinho__bottom, .conheca__container__card__right {
position: relative !important;
}

.position-absolute, .form-agendamento__bottom__container__image, .form-vermelhinho__bottom__container__image, .conheca__container__card__right__icon {
position: absolute !important;
}

.position-fixed {
position: fixed !important;
}

.position-sticky, .menu-topo .bg-white {
position: -webkit-sticky !important;
position: sticky !important;
}

.top-0 {
top: 0 !important;
}

.top-50 {
top: 50% !important;
}

.top-100 {
top: 100% !important;
}

.bottom-0 {
bottom: 0 !important;
}

.bottom-50 {
bottom: 50% !important;
}

.bottom-100 {
bottom: 100% !important;
}

.start-0 {
left: 0 !important;
}

.start-50 {
left: 50% !important;
}

.start-100 {
left: 100% !important;
}

.end-0 {
right: 0 !important;
}

.end-50 {
right: 50% !important;
}

.end-100 {
right: 100% !important;
}

.translate-middle {
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}

.translate-middle-y {
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}

.border {
border: 1px solid #dee2e6 !important;
}

.border-0 {
border: 0 !important;
}

.border-top {
border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
border-top: 0 !important;
}

.border-end {
border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
border-right: 0 !important;
}

.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
border-bottom: 0 !important;
}

.border-start {
border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
border-left: 0 !important;
}

.border-color-1 {
border-color: #283371 !important;
}

.border-color-2 {
border-color: #e74817 !important;
}

.border-color-3 {
border-color: #2c50a6 !important;
}

.border-color-4 {
border-color: #f0f0f0 !important;
}

.border-color-5 {
border-color: #535561 !important;
}

.border-white {
border-color: #fff !important;
}

.border-1 {
border-width: 1px !important;
}

.border-2 {
border-width: 2px !important;
}

.border-3 {
border-width: 3px !important;
}

.border-4 {
border-width: 4px !important;
}

.border-5 {
border-width: 5px !important;
}

.w-25 {
width: 25% !important;
}

.w-50 {
width: 50% !important;
}

.w-75 {
width: 75% !important;
}

.w-100 {
width: 100% !important;
}

.w-auto {
width: auto !important;
}

.mw-100 {
max-width: 100% !important;
}

.vw-100 {
width: 100vw !important;
}

.min-vw-100 {
min-width: 100vw !important;
}

.h-25 {
height: 25% !important;
}

.h-50 {
height: 50% !important;
}

.h-75 {
height: 75% !important;
}

.h-100 {
height: 100% !important;
}

.h-auto {
height: auto !important;
}

.mh-100 {
max-height: 100% !important;
}

.vh-100 {
height: 100vh !important;
}

.min-vh-100 {
min-height: 100vh !important;
}

.flex-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}

.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}

.flex-column, .product-detail__container__topo__info__fim__rounded .modal .modal-body, .product-detail__container__topo__info__fim, .product-detail__container__topo__info__topo, .listagem-medico__bottom__container__important, .listagem-medico__bottom__container__list__item, .listagem-medico__bottom__container, .listagem-parceiro__bottom__container__list__item, .listagem-parceiro__bottom__container, .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group, .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom, .form-vermelhinho__bottom__container__form, .cartao__container__content__alert__text, .cartao__container__content, .desconto__container__card, .confira__container__spacing__content, .toda-familia__container__content, .atendimento__background__container__content, .conheca__container__card__left__alert__text, .conheca__container__card__left, .conheca__container__top__content__list, .conheca__container__top__content, .rodape__container__top__phones, .rodape__container__top__menu-topo, .menu-mobile__middle__list, .menu-mobile, .blog-ultimas__outras, .blog-ultimas__primeira, .menu-lateral, .form-custom-contato__form__group, .form-custom-contato__form__group-full, .form-custom-contato, .form-custom-associe__form__group, .form-custom-associe__form__group-full, .form-custom-associe, .header__container__left, .servico-item__text, .card-produto, .card-noticia, .card-noticia-expanded, .depoimento-item__user__info, .depoimento-item, .blog-item__textos {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}

.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}

.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}

.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}

.flex-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}

.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}

.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}

.flex-wrap, .listagem-parceiro__bottom__container__list, .rodape__container__top, .menu-mobile__bottom, .blog-tags__list {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}

.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}

.gap-0 {
gap: 0 !important;
}

.gap-1 {
gap: 0.25rem !important;
}

.gap-2 {
gap: 0.5rem !important;
}

.gap-3 {
gap: 1rem !important;
}

.gap-4 {
gap: 1.5rem !important;
}

.gap-5 {
gap: 3rem !important;
}

.justify-content-start, .atendimento__background__container__content__logos {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}

.justify-content-end, .form-vermelhinho__bottom__container, .cartao__container__content__alert__text span, .atendimento__background__container, .conheca__container__card__left__alert__text span {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}

.justify-content-center, .product-detail__container__topo__info__fim__rounded__link, .product-detail__container__topo__info__fim__rounded, .product-detail__container__topo__info__fim__whats, .product-detail__container__topo__swiper-mobile__control .prev-image,
.product-detail__container__topo__swiper-mobile__control .next-image, .product-detail__container__topo__swiper__control .prev-image,
.product-detail__container__topo__swiper__control .next-image, .form-agendamento__bottom__container #container_agendamento, .form-agendamento__bottom__container, .desconto__container, .menu-topo__faixa p, .breadcrumb li a, .breadcrumb li, .header {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}

.justify-content-between, .product-detail__container__topo__swiper-mobile__control, .product-detail__container__topo__swiper__control, .product-menu__container__options, .cartao__container, .toda-familia__container, .rodape__info__container, .rodape__container__top__phones__last, .rodape__container__top__phones__first, .rodape__container__top__menu-topo, .rodape__container__top, .menu-mobile__bottom, .menu-mobile__middle__list__item a, .menu-mobile__top, .menu-topo__container, .blog-item__textos {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}

.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}

.justify-content-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}

.align-items-start, .product-menu__container__options, .cartao__container__content__alert__text span, .conheca__container__card__left__alert__text span {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}

.align-items-end, .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}

.align-items-center, .product-detail__container__topo__info__fim__rounded .modal .modal-body a, .product-detail__container__topo__swiper-mobile__control .prev-image,
.product-detail__container__topo__swiper-mobile__control .next-image, .product-detail__container__topo__swiper__control .prev-image,
.product-detail__container__topo__swiper__control .next-image, .product-detail__container__topo__swiper-mobile__control, .product-detail__container__topo__swiper__control, .product-menu__container__options__left__dropdown__title, .product-menu__container__options__left__option, .product-menu__container__options__left, .product-menu__container__options__dropdown__title, .product-menu__container__options__option, .listagem-medico__bottom__container, .form-agendamento__bottom__container #container_agendamento, .form-agendamento__bottom__container, .form-vermelhinho__bottom__container, .cartao__container, .desconto__container__card, .atendimento__background__container__content__logos, .rodape__info__container, .menu-mobile__middle__list__item a, .menu-mobile__top, .menu-topo__container__nav__list, .menu-topo__container, .menu-topo__faixa p, .blog-ultimas__btn, .menu-lateral__lista li a, .breadcrumb li a, .breadcrumb li, .breadcrumb, .header__container, .header, .servico-item__text p a, .servico-item, .depoimento-item__user, .depoimento-item__estrelas, .blog-item__textos__btn, .blog-item__textos__infos {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}

.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}

.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}

.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}

.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}

.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}

.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}

.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}

.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}

.align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}

.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}

.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}

.align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}

.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}

.align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}

.order-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}

.order-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}

.order-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}

.order-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}

.order-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}

.order-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}

.order-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}

.order-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}

.m-0 {
margin: 0 !important;
}

.m-1 {
margin: 0.25rem !important;
}

.m-2 {
margin: 0.5rem !important;
}

.m-3 {
margin: 1rem !important;
}

.m-4 {
margin: 1.5rem !important;
}

.m-5 {
margin: 3rem !important;
}

.m-auto {
margin: auto !important;
}

.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}

.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}

.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}

.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}

.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}

.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}

.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}

.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}

.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}

.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}

.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}

.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}

.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}

.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}

.mt-0 {
margin-top: 0 !important;
}

.mt-1 {
margin-top: 0.25rem !important;
}

.mt-2 {
margin-top: 0.5rem !important;
}

.mt-3 {
margin-top: 1rem !important;
}

.mt-4 {
margin-top: 1.5rem !important;
}

.mt-5 {
margin-top: 3rem !important;
}

.mt-auto {
margin-top: auto !important;
}

.me-0 {
margin-right: 0 !important;
}

.me-1 {
margin-right: 0.25rem !important;
}

.me-2 {
margin-right: 0.5rem !important;
}

.me-3 {
margin-right: 1rem !important;
}

.me-4 {
margin-right: 1.5rem !important;
}

.me-5 {
margin-right: 3rem !important;
}

.me-auto {
margin-right: auto !important;
}

.mb-0, .conheca__container__top__content__list__item, .conheca__container__top__content__text, .conheca__container__top__content__title, .menu-topo__container__nav__list, .title-default, .login__top__title, .content-detail__top__title, .conheca__container__card__left__title {
margin-bottom: 0 !important;
}

.mb-1 {
margin-bottom: 0.25rem !important;
}

.mb-2 {
margin-bottom: 0.5rem !important;
}

.mb-3 {
margin-bottom: 1rem !important;
}

.mb-4 {
margin-bottom: 1.5rem !important;
}

.mb-5 {
margin-bottom: 3rem !important;
}

.mb-auto {
margin-bottom: auto !important;
}

.ms-0 {
margin-left: 0 !important;
}

.ms-1 {
margin-left: 0.25rem !important;
}

.ms-2 {
margin-left: 0.5rem !important;
}

.ms-3 {
margin-left: 1rem !important;
}

.ms-4 {
margin-left: 1.5rem !important;
}

.ms-5 {
margin-left: 3rem !important;
}

.ms-auto {
margin-left: auto !important;
}

.p-0 {
padding: 0 !important;
}

.p-1 {
padding: 0.25rem !important;
}

.p-2 {
padding: 0.5rem !important;
}

.p-3 {
padding: 1rem !important;
}

.p-4 {
padding: 1.5rem !important;
}

.p-5 {
padding: 3rem !important;
}

.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}

.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}

.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}

.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}

.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}

.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}

.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}

.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}

.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}

.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}

.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}

.pt-0 {
padding-top: 0 !important;
}

.pt-1 {
padding-top: 0.25rem !important;
}

.pt-2 {
padding-top: 0.5rem !important;
}

.pt-3 {
padding-top: 1rem !important;
}

.pt-4 {
padding-top: 1.5rem !important;
}

.pt-5 {
padding-top: 3rem !important;
}

.pe-0 {
padding-right: 0 !important;
}

.pe-1 {
padding-right: 0.25rem !important;
}

.pe-2 {
padding-right: 0.5rem !important;
}

.pe-3 {
padding-right: 1rem !important;
}

.pe-4 {
padding-right: 1.5rem !important;
}

.pe-5 {
padding-right: 3rem !important;
}

.pb-0 {
padding-bottom: 0 !important;
}

.pb-1 {
padding-bottom: 0.25rem !important;
}

.pb-2 {
padding-bottom: 0.5rem !important;
}

.pb-3 {
padding-bottom: 1rem !important;
}

.pb-4 {
padding-bottom: 1.5rem !important;
}

.pb-5 {
padding-bottom: 3rem !important;
}

.ps-0 {
padding-left: 0 !important;
}

.ps-1 {
padding-left: 0.25rem !important;
}

.ps-2 {
padding-left: 0.5rem !important;
}

.ps-3 {
padding-left: 1rem !important;
}

.ps-4 {
padding-left: 1.5rem !important;
}

.ps-5 {
padding-left: 3rem !important;
}

.font-monospace {
font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
font-size: 1.25rem !important;
}

.fs-6 {
font-size: 1rem !important;
}

.fst-italic {
font-style: italic !important;
}

.fst-normal {
font-style: normal !important;
}

.fw-light {
font-weight: 300 !important;
}

.fw-lighter {
font-weight: lighter !important;
}

.fw-normal {
font-weight: 400 !important;
}

.fw-bold {
font-weight: 700 !important;
}

.fw-bolder {
font-weight: bolder !important;
}

.lh-1 {
line-height: 1 !important;
}

.lh-sm {
line-height: 1.25 !important;
}

.lh-base {
line-height: 1.5 !important;
}

.lh-lg {
line-height: 2 !important;
}

.text-start {
text-align: left !important;
}

.text-end {
text-align: right !important;
}

.text-center {
text-align: center !important;
}

.text-decoration-none {
text-decoration: none !important;
}

.text-decoration-underline {
text-decoration: underline !important;
}

.text-decoration-line-through {
text-decoration: line-through !important;
}

.text-lowercase {
text-transform: lowercase !important;
}

.text-uppercase {
text-transform: uppercase !important;
}

.text-capitalize {
text-transform: capitalize !important;
}

.text-wrap {
white-space: normal !important;
}

.text-nowrap {
white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}

/* rtl:end:remove */
.text-color-1 {
color: #283371 !important;
}

.text-color-2 {
color: #e74817 !important;
}

.text-color-3 {
color: #2c50a6 !important;
}

.text-color-4 {
color: #f0f0f0 !important;
}

.text-color-5 {
color: #535561 !important;
}

.text-white {
color: #fff !important;
}

.text-body {
color: #212529 !important;
}

.text-muted {
color: #6c757d !important;
}

.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
color: inherit !important;
}

.bg-color-1 {
background-color: #283371 !important;
}

.bg-color-2 {
background-color: #e74817 !important;
}

.bg-color-3 {
background-color: #2c50a6 !important;
}

.bg-color-4 {
background-color: #f0f0f0 !important;
}

.bg-color-5 {
background-color: #535561 !important;
}

.bg-body {
background-color: #fff !important;
}

.bg-white {
background-color: #fff !important;
}

.bg-transparent {
background-color: transparent !important;
}

.bg-gradient {
background-image: var(--bs-gradient) !important;
}

.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
-ms-user-select: all !important;
user-select: all !important;
}

.user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}

.user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}

.pe-none {
pointer-events: none !important;
}

.pe-auto {
pointer-events: auto !important;
}

.rounded {
border-radius: 0.25rem !important;
}

.rounded-0 {
border-radius: 0 !important;
}

.rounded-1 {
border-radius: 0.2rem !important;
}

.rounded-2 {
border-radius: 0.25rem !important;
}

.rounded-3 {
border-radius: 0.3rem !important;
}

.rounded-circle {
border-radius: 50% !important;
}

.rounded-pill {
border-radius: 50rem !important;
}

.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}

.rounded-end {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
border-bottom-left-radius: 0.25rem !important;
border-top-left-radius: 0.25rem !important;
}

.visible {
visibility: visible !important;
}

.invisible {
visibility: hidden !important;
}

@media (min-width: 769px) {
.float-sm-start {
float: left !important;
}
.float-sm-end {
float: right !important;
}
.float-sm-none {
float: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-sm-0 {
gap: 0 !important;
}
.gap-sm-1 {
gap: 0.25rem !important;
}
.gap-sm-2 {
gap: 0.5rem !important;
}
.gap-sm-3 {
gap: 1rem !important;
}
.gap-sm-4 {
gap: 1.5rem !important;
}
.gap-sm-5 {
gap: 3rem !important;
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-sm-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-sm-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-sm-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.5rem !important;
}
.pt-sm-3 {
padding-top: 1rem !important;
}
.pt-sm-4 {
padding-top: 1.5rem !important;
}
.pt-sm-5 {
padding-top: 3rem !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.5rem !important;
}
.pe-sm-3 {
padding-right: 1rem !important;
}
.pe-sm-4 {
padding-right: 1.5rem !important;
}
.pe-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.pb-sm-3 {
padding-bottom: 1rem !important;
}
.pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.pb-sm-5 {
padding-bottom: 3rem !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !important;
}
.text-sm-start {
text-align: left !important;
}
.text-sm-end {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.float-md-start {
float: left !important;
}
.float-md-end {
float: right !important;
}
.float-md-none {
float: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-md-0 {
gap: 0 !important;
}
.gap-md-1 {
gap: 0.25rem !important;
}
.gap-md-2 {
gap: 0.5rem !important;
}
.gap-md-3 {
gap: 1rem !important;
}
.gap-md-4 {
gap: 1.5rem !important;
}
.gap-md-5 {
gap: 3rem !important;
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-md-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-md-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-md-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-md-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-md-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-md-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-md-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-md-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-md-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.5rem !important;
}
.pt-md-3 {
padding-top: 1rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pt-md-5 {
padding-top: 3rem !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.5rem !important;
}
.pe-md-3 {
padding-right: 1rem !important;
}
.pe-md-4 {
padding-right: 1.5rem !important;
}
.pe-md-5 {
padding-right: 3rem !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.5rem !important;
}
.pb-md-3 {
padding-bottom: 1rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
.pb-md-5 {
padding-bottom: 3rem !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !important;
}
.text-md-start {
text-align: left !important;
}
.text-md-end {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.float-lg-start {
float: left !important;
}
.float-lg-end {
float: right !important;
}
.float-lg-none {
float: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-lg-0 {
gap: 0 !important;
}
.gap-lg-1 {
gap: 0.25rem !important;
}
.gap-lg-2 {
gap: 0.5rem !important;
}
.gap-lg-3 {
gap: 1rem !important;
}
.gap-lg-4 {
gap: 1.5rem !important;
}
.gap-lg-5 {
gap: 3rem !important;
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-lg-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-lg-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-lg-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.5rem !important;
}
.pt-lg-3 {
padding-top: 1rem !important;
}
.pt-lg-4 {
padding-top: 1.5rem !important;
}
.pt-lg-5 {
padding-top: 3rem !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.5rem !important;
}
.pe-lg-3 {
padding-right: 1rem !important;
}
.pe-lg-4 {
padding-right: 1.5rem !important;
}
.pe-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.pb-lg-3 {
padding-bottom: 1rem !important;
}
.pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.pb-lg-5 {
padding-bottom: 3rem !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
.text-lg-start {
text-align: left !important;
}
.text-lg-end {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1400px) {
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
float: left;
}
.col-xl-12 {
width: 100%;
}
.col-xl-11 {
width: 91.66666667%;
}
.col-xl-10 {
width: 83.33333333%;
}
.col-xl-9 {
width: 75%;
}
.col-xl-8 {
width: 66.66666667%;
}
.col-xl-7 {
width: 58.33333333%;
}
.col-xl-6 {
width: 50%;
}
.col-xl-5 {
width: 41.66666667%;
}
.col-xl-4 {
width: 33.33333333%;
}
.col-xl-3 {
width: 25%;
}
.col-xl-2 {
width: 16.66666667%;
}
.col-xl-1 {
width: 8.33333333%;
}
.float-xl-start {
float: left !important;
}
.float-xl-end {
float: right !important;
}
.float-xl-none {
float: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-xl-0 {
gap: 0 !important;
}
.gap-xl-1 {
gap: 0.25rem !important;
}
.gap-xl-2 {
gap: 0.5rem !important;
}
.gap-xl-3 {
gap: 1rem !important;
}
.gap-xl-4 {
gap: 1.5rem !important;
}
.gap-xl-5 {
gap: 3rem !important;
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-xl-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-xl-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-xl-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.5rem !important;
}
.pt-xl-3 {
padding-top: 1rem !important;
}
.pt-xl-4 {
padding-top: 1.5rem !important;
}
.pt-xl-5 {
padding-top: 3rem !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.5rem !important;
}
.pe-xl-3 {
padding-right: 1rem !important;
}
.pe-xl-4 {
padding-right: 1.5rem !important;
}
.pe-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xl-3 {
padding-bottom: 1rem !important;
}
.pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xl-5 {
padding-bottom: 3rem !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
.text-xl-start {
text-align: left !important;
}
.text-xl-end {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1600px) {
.float-xxl-start {
float: left !important;
}
.float-xxl-end {
float: right !important;
}
.float-xxl-none {
float: none !important;
}
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xxl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xxl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xxl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xxl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-xxl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-xxl-0 {
gap: 0 !important;
}
.gap-xxl-1 {
gap: 0.25rem !important;
}
.gap-xxl-2 {
gap: 0.5rem !important;
}
.gap-xxl-3 {
gap: 1rem !important;
}
.gap-xxl-4 {
gap: 1.5rem !important;
}
.gap-xxl-5 {
gap: 3rem !important;
}
.justify-content-xxl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xxl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xxl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xxl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xxl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-xxl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xxl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xxl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xxl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xxl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xxl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xxl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xxl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xxl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xxl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xxl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xxl-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.align-self-xxl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xxl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xxl-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.align-self-xxl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xxl-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.order-xxl-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-xxl-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-xxl-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-xxl-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-xxl-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-xxl-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-xxl-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-xxl-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-xxl-0 {
margin: 0 !important;
}
.m-xxl-1 {
margin: 0.25rem !important;
}
.m-xxl-2 {
margin: 0.5rem !important;
}
.m-xxl-3 {
margin: 1rem !important;
}
.m-xxl-4 {
margin: 1.5rem !important;
}
.m-xxl-5 {
margin: 3rem !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxl-0 {
margin-top: 0 !important;
}
.mt-xxl-1 {
margin-top: 0.25rem !important;
}
.mt-xxl-2 {
margin-top: 0.5rem !important;
}
.mt-xxl-3 {
margin-top: 1rem !important;
}
.mt-xxl-4 {
margin-top: 1.5rem !important;
}
.mt-xxl-5 {
margin-top: 3rem !important;
}
.mt-xxl-auto {
margin-top: auto !important;
}
.me-xxl-0 {
margin-right: 0 !important;
}
.me-xxl-1 {
margin-right: 0.25rem !important;
}
.me-xxl-2 {
margin-right: 0.5rem !important;
}
.me-xxl-3 {
margin-right: 1rem !important;
}
.me-xxl-4 {
margin-right: 1.5rem !important;
}
.me-xxl-5 {
margin-right: 3rem !important;
}
.me-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-0 {
margin-bottom: 0 !important;
}
.mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
margin-bottom: 1rem !important;
}
.mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
margin-bottom: 3rem !important;
}
.mb-xxl-auto {
margin-bottom: auto !important;
}
.ms-xxl-0 {
margin-left: 0 !important;
}
.ms-xxl-1 {
margin-left: 0.25rem !important;
}
.ms-xxl-2 {
margin-left: 0.5rem !important;
}
.ms-xxl-3 {
margin-left: 1rem !important;
}
.ms-xxl-4 {
margin-left: 1.5rem !important;
}
.ms-xxl-5 {
margin-left: 3rem !important;
}
.ms-xxl-auto {
margin-left: auto !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.p-xxl-1 {
padding: 0.25rem !important;
}
.p-xxl-2 {
padding: 0.5rem !important;
}
.p-xxl-3 {
padding: 1rem !important;
}
.p-xxl-4 {
padding: 1.5rem !important;
}
.p-xxl-5 {
padding: 3rem !important;
}
.px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xxl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xxl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xxl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xxl-0 {
padding-top: 0 !important;
}
.pt-xxl-1 {
padding-top: 0.25rem !important;
}
.pt-xxl-2 {
padding-top: 0.5rem !important;
}
.pt-xxl-3 {
padding-top: 1rem !important;
}
.pt-xxl-4 {
padding-top: 1.5rem !important;
}
.pt-xxl-5 {
padding-top: 3rem !important;
}
.pe-xxl-0 {
padding-right: 0 !important;
}
.pe-xxl-1 {
padding-right: 0.25rem !important;
}
.pe-xxl-2 {
padding-right: 0.5rem !important;
}
.pe-xxl-3 {
padding-right: 1rem !important;
}
.pe-xxl-4 {
padding-right: 1.5rem !important;
}
.pe-xxl-5 {
padding-right: 3rem !important;
}
.pb-xxl-0 {
padding-bottom: 0 !important;
}
.pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xxl-3 {
padding-bottom: 1rem !important;
}
.pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xxl-5 {
padding-bottom: 3rem !important;
}
.ps-xxl-0 {
padding-left: 0 !important;
}
.ps-xxl-1 {
padding-left: 0.25rem !important;
}
.ps-xxl-2 {
padding-left: 0.5rem !important;
}
.ps-xxl-3 {
padding-left: 1rem !important;
}
.ps-xxl-4 {
padding-left: 1.5rem !important;
}
.ps-xxl-5 {
padding-left: 3rem !important;
}
.text-xxl-start {
text-align: left !important;
}
.text-xxl-end {
text-align: right !important;
}
.text-xxl-center {
text-align: center !important;
}
}
@media (min-width: 1400px) {
.fs-1 {
font-size: 2.5rem !important;
}
.fs-2 {
font-size: 2rem !important;
}
.fs-3 {
font-size: 1.75rem !important;
}
.fs-4 {
font-size: 1.5rem !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: -ms-grid !important;
display: grid !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}

.breadcrumb {
padding: 0;
}
.breadcrumb__item.active {
color: #fff;
}
.breadcrumb__item {
color: #E9E6E6;
font-weight: 400;
line-height: 147%;
}
.breadcrumb__item::before {
content: " " !important;
width: 30px;
height: 1px;
background-color: #E9E6E6;
margin: 0 22px;
}
@media (max-width: 598px) {
.breadcrumb__item::before {
width: 5px;
}
}
.breadcrumb__item:nth-child(1)::before {
display: none;
}
.breadcrumb__item__link {
color: #E9E6E6;
text-decoration: none !important;
transition: 0.3s all ease;
}
.breadcrumb__item__link span {
margin-left: 7px;
transition: 0.05s all ease;
font-weight: 200;
}

.blog-item {
gap: 30px;
}
@media (max-width: 598px) {
.blog-item {
flex-direction: column;
}
}
.blog-item__link {
flex: 1;
width: 435px;
height: 280px;
}
@media (max-width: 998px) {
.blog-item__link {
width: auto;
}
}
.blog-item__link__image-preview {
width: 100%;
aspect-ratio: 5/4;
object-fit: cover;
object-position: center;
}
.blog-item__textos {
flex: 1;
gap: 15px;
}
.blog-item__textos__infos {
gap: 20px;
}
.blog-item__textos__infos__category__link {
font-weight: 600;
line-height: 157%;
text-transform: uppercase;
text-decoration: none !important;
}
@media (max-width: 998px) {
.blog-item__textos__infos__category__link {
font-size: 0.75rem !important;
}
}
.blog-item__textos__infos__circle {
width: 5px;
height: 5px;
border-radius: 10px;
}
.blog-item__textos__title__link {
margin-bottom: 5px;
font-weight: 700;
line-height: 119%;
text-decoration: none !important;
}
.blog-item__textos__btn {
font-weight: 600;
line-height: 127%;
text-transform: uppercase;
text-decoration: none !important;
gap: 5px;
}
.blog-item__textos__btn svg {
margin-bottom: 2px;
}
.blog-item__textos__btn svg path {
fill: #D80307;
}

.depoimento-item {
gap: 27px;
background: #F8F8F8;
padding: 60px 30px 60px 60px;
}
.depoimento-item__estrelas {
gap: 15px;
}
.depoimento-item__comment {
font-weight: 400;
line-height: 147%;
}
.depoimento-item__user {
gap: 20px;
}
.depoimento-item__user__photo {
width: 80px;
height: 80px;
border-radius: 200px;
overflow: hidden;
}
.depoimento-item__user__info {
gap: 5px;
}
.depoimento-item__user__info__name {
font-weight: 600;
line-height: 127%;
}

.card-noticia-expanded {
width: 330px !important;
gap: 2.5px;
}
.card-noticia-expanded__image {
margin-bottom: 18px;
border-radius: 4px;
}
.card-noticia-expanded__data {
color: #53575A;
}
.card-noticia-expanded__titulo {
margin-bottom: 5px;
font-size: 1.25rem;
}
@media (min-width: 1200px) {
.card-noticia-expanded:hover__titulo {
text-decoration: underline;
color: #5BBB7B;
}
}
.card-noticia-expanded__resumo {
margin-bottom: 0;
}

.card-noticia {
transition: 0.3s all ease;
gap: 2.5px;
width: 300px !important;
}
@media (max-width: 390px) {
.card-noticia {
width: 270px;
}
}
.card-noticia__image {
margin-bottom: 18px;
border-radius: 4px;
width: 100%;
aspect-ratio: 4/3;
object-fit: cover;
background-position: center;
background-size: cover;
background-color: #f6f6f6;
}
.card-noticia__data {
color: #53575A;
}
.card-noticia__titulo {
margin-bottom: 5px;
font-size: 1.25rem;
width: fit-content !important;
position: relative;
}
.card-noticia__titulo::before {
transition: 0.3s all ease;
content: "";
position: absolute;
display: block;
width: 0%;
height: 1px;
background-color: #EF3E56;
opacity: 0;
bottom: -1px;
}
.card-noticia__resumo {
margin-bottom: 0;
}

.card-noticia:hover .card-noticia__titulo {
transition: 0.3s all ease;
color: #EF3E56;
}
.card-noticia:hover .card-noticia__titulo::before {
opacity: 1;
width: 100%;
}

.form {
display: flex;
align-items: center;
gap: 10px;
border-bottom: 1px solid #FFF;
max-width: 210px;
}
.form__submit {
border: none;
background-color: transparent;
}
.form__input {
font-size: 1rem;
background: none;
border: none !important;
margin: 0 !important;
color: #FFF !important;
}
.form__input::placeholder {
color: #FFF;
}

.card-produto {
width: 300px;
min-height: 330px !important;
position: relative;
}
@media (min-width: 1200px) {
.card-produto {
width: 100%;
}
}
@media (max-width: 598px) {
.card-produto {
min-height: fit-content !important;
}
}
.card-produto__image {
margin-bottom: 12.5px;
aspect-ratio: 4/3;
object-fit: cover;
width: 100%;
border-radius: 5px;
}
.card-produto__image.div {
width: 100%;
aspect-ratio: 33/25;
background-color: #f6f6f6;
}
.card-produto__preco {
font-size: 1rem;
font-weight: 500;
margin-bottom: 0;
}
.card-produto__categoria {
color: #53575A;
margin-block: 7.5px 2.5px;
margin-left: 0;
}
.card-produto__resumo {
margin-bottom: 0;
font-size: 15px;
line-height: 20px;
}

.servico-item {
gap: 60px;
width: 100%;
}
@media (max-width: 998px) {
.servico-item {
gap: 20px;
}
}
@media (max-width: 598px) {
.servico-item {
flex-direction: column;
}
}
.servico-item.swiper-slide-prev, .servico-item.swiper-slide-next {
opacity: 0.5;
transform: scale(0.9) !important;
}
.servico-item__image {
height: 100%;
width: auto;
aspect-ratio: 25/22;
object-fit: cover;
object-position: center;
}
@media (max-width: 1200px) {
.servico-item__image {
max-width: 315px;
}
}
@media (max-width: 998px) {
.servico-item__image {
max-width: 315px;
}
}
@media (max-width: 768px) {
.servico-item__image {
max-width: 250px;
}
}
.servico-item__text {
gap: 20px;
max-width: 512px;
}
@media (max-width: 998px) {
.servico-item__text {
max-width: 360px;
}
}
@media (max-width: 768px) {
.servico-item__text {
max-width: 300px;
gap: 0;
justify-content: space-between;
}
}
@media (max-width: 598px) {
.servico-item__text {
max-width: 100%;
}
}
.servico-item__text__title {
font-weight: 700;
line-height: 116%;
}
.servico-item__text__resume {
font-weight: 600;
}
.servico-item__text p {
font-weight: 400;
line-height: 147%;
}
.servico-item__text p a {
gap: 5px;
text-decoration: none !important;
}
.header {
min-height: 364px;
padding-top: 129px;
width: 100%;
overflow: hidden;
}
@media (max-width: 598px) {
.header__container {
padding: 0;
gap: 57px;
}
}
.header__container__left {
gap: 11px;
flex: 1;
max-width: 80%;
}
@media (max-width: 998px) {
.header__container__left {
max-width: 100%;
}
}
.header__container__left__title {
font-weight: 800;
line-height: 103%;
position: relative;
}
@media (max-width: 598px) {
.header__container__left__title {
font-size: 1.875rem !important;
}
}
.header__container__left__title::before {
top: 50%;
height: 1px;
width: 500px;
right: calc(100% + 26px);
content: " ";
display: block;
position: absolute;
}
.header__container__left__subtitle {
font-weight: 400;
line-height: 103%;
}
@media (max-width: 598px) {
.header__container__left__subtitle {
font-size: 1.25rem !important;
}
}
.header__container__image {
flex: 1;
object-fit: contain;
object-position: right bottom;
}

@media (max-width: 1600px) {
.header {
min-height: 300px;
}
}
@media (max-width: 1400px) {
.header {
padding-top: 85px;
min-height: 250px;
}
}
.form-custom-associe {
gap: 24px;
padding: 50px 68px;
border: 1px solid #E9E9E9;
border-radius: 4px;
width: 924px;
}
@media (max-width: 998px) {
.form-custom-associe {
width: 728px;
}
}
@media (max-width: 768px) {
.form-custom-associe {
padding: 35px 48px;
width: 562px;
}
}
@media (max-width: 598px) {
.form-custom-associe {
padding: 20px 30px;
width: 310px;
}
}
@media (max-width: 320ox) {
.form-custom-associe {
width: 250px;
}
}
.form-custom-associe__topo__title {
font-weight: 600;
font-size: 1.25rem;
}
.form-custom-associe__topo__subtitle {
font-weight: 400;
font-size: 0.9375rem;
color: #53575A;
}
.form-custom-associe__form {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}
@media (max-width: 598px) {
.form-custom-associe__form {
display: flex;
flex-direction: column;
}
}
.form-custom-associe__form__group__input, .form-custom-associe__form__group-full__input {
border: 1px solid #E9E9E9;
padding: 14px 15px;
color: #53575A;
border-radius: 4px;
}
.form-custom-associe__form__group__input ::placeholder, .form-custom-associe__form__group-full__input ::placeholder {
color: #53575A;
}
.form-custom-associe__form__group-full {
grid-column: span 2;
}
@media (max-width: 598px) {
.form-custom-associe__form__group-full {
grid-column: span 1;
}
}
.form-custom-associe__form__group-full__input {
resize: none;
}
.form-custom-associe__form__btn {
border: none;
background-color: #FD6904;
color: #FFF;
padding: 16px 0;
width: 100%;
grid-column: span 2;
text-transform: uppercase;
border-radius: 4px;
}
@media (max-width: 598px) {
.form-custom-associe__form__btn {
width: 100%;
padding: 16px 0;
}
}
.form-custom-associe__form__btn:hover {
background-color: #ff6600;
}

.form-custom-contato {
gap: 24px;
padding: 50px 68px;
border: 1px solid #E9E9E9;
border-radius: 4px;
max-width: 924px;
}
@media (max-width: 998px) {
.form-custom-contato {
width: 728px;
}
}
@media (max-width: 768px) {
.form-custom-contato {
padding: 35px 48px;
width: 562px;
}
}
@media (max-width: 598px) {
.form-custom-contato {
padding: 20px 30px;
width: 310px;
}
}
@media (max-width: 320ox) {
.form-custom-contato {
width: 250px;
}
}
.form-custom-contato__topo__title {
font-weight: 600;
font-size: 1.25rem;
margin-bottom: 20px;
}
.form-custom-contato__topo__subtitle {
font-weight: 400;
font-size: 0.9375rem;
color: #53575A;
}
.form-custom-contato__form {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}
@media (max-width: 598px) {
.form-custom-contato__form {
display: flex;
flex-direction: column;
}
}
.form-custom-contato__form__group__input, .form-custom-contato__form__group-full__input {
border: 1px solid #E9E9E9;
padding: 14px 15px;
color: #53575A;
border-radius: 4px;
}
.form-custom-contato__form__group__input ::placeholder, .form-custom-contato__form__group-full__input ::placeholder {
color: #53575A;
}
.form-custom-contato__form__group-full {
grid-column: span 2;
}
@media (max-width: 598px) {
.form-custom-contato__form__group-full {
grid-column: span 1;
}
}
.form-custom-contato__form__group-full__input {
resize: none;
}
.form-custom-contato__form__btn {
border: none;
background-color: #FD6904;
color: #FFF;
padding: 16px 148px;
width: fit-content;
text-transform: uppercase;
border-radius: 4px;
}
@media (max-width: 598px) {
.form-custom-contato__form__btn {
width: 100%;
padding: 16px 0;
}
}
.form-custom-contato__form__btn:hover {
background-color: #ff6600;
}

.menu-lateral {
gap: 40px;
}
@media (max-width: 998px) {
.menu-lateral {
gap: 20px;
}
}
.menu-lateral__lista {
border: 1px solid #c8c8c8;
padding: 43px 30px;
}
@media (max-width: 998px) {
.menu-lateral__lista {
padding: 20px 15px;
}
}
.menu-lateral__lista__item-principal {
color: #707070;
font-family: "Poppins", sans-serif;
font-size: 1.875rem;
font-weight: 700;
}
.menu-lateral__lista li a {
font-weight: 600;
gap: 15px;
color: #707070;
}
.menu-lateral__lista li a svg path {
fill: #707070;
}
.menu-lateral__lista li a:hover {
color: #D80307;
}
.menu-lateral__lista li a:hover svg path {
fill: #D80307;
}
.menu-lateral__lista .list-group-item:first-child {
border-top: 1px solid #ddd;
}
.menu-lateral__lista .list-group-item {
border-inline: none;
border-top: none;
}

.blog-form {
width: 100%;
}
.blog-form__button {
padding: 20px 30px;
background-color: #D80307;
border: transparent;
}
@media (max-width: 1200px) {
.blog-form__button {
padding: 10px 20px;
}
}
.blog-menu__categorias {
border: 1px solid #C8C8C8;
padding: 40px 30px;
}
@media (max-width: 998px) {
.blog-menu__categorias {
padding: 20px 15px;
}
}
.blog-menu__categorias__title {
color: #707070;
font-size: 2rem;
margin-bottom: 17px;
font-weight: 700;
}
@media (max-width: 998px) {
.blog-menu__categorias__title {
margin-bottom: 5px;
}
}
@media (max-width: 1200px) {
.blog-menu__categorias__title {
font-size: 1.575rem;
}
}
@media (max-width: 998px) {
.blog-menu__categorias__title {
font-size: 1.25rem;
}
}
.blog-menu__categorias__item {
list-style: none;
}
.blog-menu__categorias__item__link:last-child {
border: none;
}
.blog-menu__categorias__item__link {
text-transform: uppercase;
display: flex;
align-items: center;
gap: 15px;
padding-block: 17px;
color: #707070;
font-size: 1rem;
font-weight: 600;
border-bottom: 1px solid #C8C8C8;
}
@media (max-width: 998px) {
.blog-menu__categorias__item__link {
padding-block: 5px;
}
}
@media (max-width: 998px) {
.blog-menu__categorias__item__link {
font-size: 12px;
}
.blog-menu__categorias__item__link svg {
width: 12px;
}
}
.blog-menu__categorias__item__link svg path {
fill: #707070;
}
.blog-menu__categorias__item__link:hover {
text-transform: uppercase;
text-decoration: none;
display: flex;
align-items: center;
gap: 15px;
color: #D80307;
}
.blog-menu__categorias__item__link:hover svg path {
fill: #D80307;
}
.blog-ultimas {
border: 1px solid #C8C8C8;
padding: 40px 30px;
}
@media (max-width: 998px) {
.blog-ultimas {
padding: 20px 15px;
}
}
.blog-ultimas__title {
color: #707070;
font-size: 2rem;
margin-bottom: 17px;
font-weight: 700;
}
@media (max-width: 1200px) {
.blog-ultimas__title {
font-size: 1.575rem;
}
}
@media (max-width: 998px) {
.blog-ultimas__title {
font-size: 1.25rem;
}
}
.blog-ultimas__primeira, .blog-ultimas__outras {
padding-block: 15px;
border-bottom: 1px solid #C8C8C8;
}
.blog-ultimas__primeira:last-child, .blog-ultimas__outras:last-child {
border-bottom: none;
}
.blog-ultimas__primeira {
gap: 15px;
}
.blog-ultimas__primeira__img {
width: 100%;
}
.blog-ultimas__primeira__subtitle {
color: #707070;
font-family: "Poppins", sans-serif;
font-weight: 600;
font-size: 1rem;
}
@media (max-width: 998px) {
.blog-ultimas__primeira__subtitle {
font-size: 0.9375rem;
}
}
.blog-ultimas__outras {
gap: 15px;
}
.blog-ultimas__outras__subtitle {
color: #707070;
font-family: "Poppins", sans-serif;
font-weight: 600;
font-size: 1rem;
}
@media (max-width: 998px) {
.blog-ultimas__outras__subtitle {
font-size: 0.9375rem;
}
}
.blog-ultimas__btn {
font-weight: 600;
line-height: 127%;
text-transform: uppercase;
text-decoration: none !important;
gap: 5px;
}
@media (max-width: 998px) {
.blog-ultimas__btn {
font-size: 12px !important;
}
}
.blog-ultimas__btn svg {
margin-bottom: 2px;
}
.blog-ultimas__btn svg path {
fill: #D80307;
}
@media (max-width: 768px) {
.blog-ultimas {
display: none;
}
}
.blog-tags {
border: 1px solid #C8C8C8;
padding: 40px 30px;
}
@media (max-width: 998px) {
.blog-tags {
padding: 20px 15px;
}
}
.blog-tags__title {
color: #707070;
font-size: 2rem;
margin-bottom: 17px;
font-weight: 700;
}
@media (max-width: 1200px) {
.blog-tags__title {
font-size: 1.575rem;
}
}
@media (max-width: 998px) {
.blog-tags__title {
font-size: 1.25rem;
}
}
.blog-tags__list {
gap: 15px;
}
@media (max-width: 998px) {
.blog-tags__list {
gap: 7px;
}
}
.blog-tags__list__item {
font-size: 0.9375rem;
font-weight: 500;
padding: 9px 25px;
border: 1px solid #C8C8C8;
text-transform: uppercase;
}
@media (max-width: 998px) {
.blog-tags__list__item {
font-size: 12px;
padding: 4px 12px;
}
}
.blog-tags__list__item:hover {
text-decoration: none;
}

* {
transition: 0.3s all ease;
}

html {
font-size: 16px;
scroll-behavior: smooth;
}

body {
font-size: 16px;
transition: 0.3s all ease;
color: #707070 !important;
padding-top: 0;
top: 0 !important;
}
body.dhid {
overflow: hidden;
}

.skiptranslate {
display: none !important;
}

a {
transition: 0.3s all ease !important;
text-decoration: none !important;
}

.title-default, .login__top__title, .content-detail__top__title, .conheca__container__card__left__title, .conheca__container__top__content__title {
font-weight: 700;
font-size: 3.5rem;
position: relative;
width: fit-content;
color: #707070 !important;
}
@media print {
.title-default, .login__top__title, .content-detail__top__title, .conheca__container__card__left__title, .conheca__container__top__content__title {
text-align: center !important;
}
}
@media (max-width: 1400px) {
.title-default, .login__top__title, .content-detail__top__title, .conheca__container__card__left__title, .conheca__container__top__content__title {
font-size: 3.125rem;
}
}
@media (max-width: 992px) {
.title-default, .login__top__title, .content-detail__top__title, .conheca__container__card__left__title, .conheca__container__top__content__title {
font-size: 2.25rem;
}
}
@media (max-width: 576px) {
.title-default, .login__top__title, .content-detail__top__title, .conheca__container__card__left__title, .conheca__container__top__content__title {
font-size: 1.875rem;
}
}
.title-default svg, .login__top__title svg, .content-detail__top__title svg, .conheca__container__card__left__title svg, .conheca__container__top__content__title svg {
z-index: 1;
position: absolute;
top: -75px;
}
@media (max-width: 1200px) {
.title-default svg, .login__top__title svg, .content-detail__top__title svg, .conheca__container__card__left__title svg, .conheca__container__top__content__title svg {
top: -50px;
}
}
@media (max-width: 992px) {
.title-default svg, .login__top__title svg, .content-detail__top__title svg, .conheca__container__card__left__title svg, .conheca__container__top__content__title svg {
top: -62.5px;
}
}
@media (max-width: 576px) {
.title-default svg, .login__top__title svg, .content-detail__top__title svg, .conheca__container__card__left__title svg, .conheca__container__top__content__title svg {
display: none;
}
}
.title-default span, .login__top__title span, .content-detail__top__title span, .conheca__container__card__left__title span, .conheca__container__top__content__title span {
color: #D80307;
}
.title-default strong, .login__top__title strong, .content-detail__top__title strong, .conheca__container__card__left__title strong, .conheca__container__top__content__title strong {
text-transform: uppercase;
}

.btn-default, .rodape__container__top__menu-topo__item:last-of-type a, .menu-topo__container__nav__list__item a {
display: block;
padding: 0.5rem 1.25rem;
border: 2px solid #EF3E56;
border-radius: 1.875rem;
color: #707070;
}
.btn-default.btn-full, .rodape__container__top__menu-topo__item:last-of-type a, .menu-topo__container__nav__list__item a.btn-full, .menu-topo__container__nav__list__item:last-of-type a, .btn-default:hover, .menu-topo__container__nav__list__item a:hover {
color: #FFF;
background-color: #EF3E56;
}
.btn-default:hover, .rodape__container__top__menu-topo__item:last-of-type a:hover, .menu-topo__container__nav__list__item a:hover {
transform: scale(1.05);
}
.btn-default.btn-full:hover, .rodape__container__top__menu-topo__item:last-of-type a:hover, .menu-topo__container__nav__list__item a.btn-full:hover, .menu-topo__container__nav__list__item:last-of-type a:hover {
border: 2px solid #EF3E56;
box-shadow: 0 0 10px #707070;
}
@media (max-width: 1400px) {
.btn-default, .rodape__container__top__menu-topo__item:last-of-type a, .menu-topo__container__nav__list__item a {
padding: 0.25rem 0.75rem;
}
}

.btn-yellow {
background-color: #FFC31E;
border-color: #FFC31E !important;
color: #FFF;
font-weight: 600;
}
.btn-yellow:hover {
background-color: #ffcc3f;
border-color: #ffcc3f;
box-shadow: 0 0 10px #707070;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
margin-bottom: 0;
padding-bottom: 0;
}

::-webkit-scrollbar {
background-color: #FFF;
width: 0.5rem;
}

::-webkit-scrollbar-thumb {
transition: 0.3s all ease;
border-radius: 0px;
}

.text-light {
font-weight: 300 !important;
}

/** Font Family */
.font-family-1, body {
font-family: "Poppins", sans-serif;
font-style: normal;
}

.font-family-2, .breadcrumb__item, .depoimento-item__comment, .servico-item__text p {
font-family: "Poppins", sans-serif;
font-style: normal;
}

.bg-gray, .header, ::-webkit-scrollbar-thumb {
background-color: #EFEFEF;
}

.bg-yellow-2, .blog-item__textos__infos__circle {
background-color: #FFC31E;
}

/** COLOR GRAY */
.bg-gray-1 {
background-color: #707070;
}

.bg-branding-1, .header__container__left__title::before, body {
background-color: #FFF;
}

/** COLOR branding */
.color-red-1, .blog-item__textos__infos__category__link:hover, .blog-item__textos__btn, .servico-item__text p a:hover, .blog-ultimas__btn {
color: #D80307;
}

.color-red-2 {
color: #EF3E56;
}

.color-gray-1, .blog-item__textos__infos__category__link, .blog-item__textos__title__link, .depoimento-item__comment, .depoimento-item__user__info__name, .servico-item__text__title, .servico-item__text p a, body {
color: #707070;
}

.color-branding-1, .header__container__left__title, .header__container__left__subtitle {
color: #FFF;
}

/** FONT SIZE DISPLAY */
.display-1 {
font-size: 5.9375rem;
}
@media (max-width: 1400px) {
.display-1 {
font-size: 4.25rem;
}
}
@media (max-width: 1200px) {
.display-1 {
font-size: 3.5rem;
}
}
@media (max-width: 998px) {
.display-1 {
font-size: 3.5rem;
}
}
@media (max-width: 598px) {
.display-1 {
font-size: 3.1rem;
}
}

.display-2 {
font-size: 4.25rem;
}
@media (max-width: 1400px) {
.display-2 {
font-size: 3.5rem;
}
}
@media (max-width: 1200px) {
.display-2 {
font-size: 3.1rem;
}
}
@media (max-width: 998px) {
.display-2 {
font-size: 3.5rem;
}
}
@media (max-width: 598px) {
.display-2 {
font-size: 2.4rem;
}
}

.display-3, .header__container__left__title {
font-size: 3.5rem;
}
@media (max-width: 1400px) {
.display-3, .header__container__left__title {
font-size: 3.1rem;
}
}
@media (max-width: 1200px) {
.display-3, .header__container__left__title {
font-size: 2.4rem;
}
}
@media (max-width: 998px) {
.display-3, .header__container__left__title {
font-size: 3.1rem;
}
}
@media (max-width: 598px) {
.display-3, .header__container__left__title {
font-size: 1.9rem;
}
}

.display-4, .conheca__container__card__left__title {
font-size: 3.125rem;
}
@media (max-width: 1400px) {
.display-4, .conheca__container__card__left__title {
font-size: 2.7rem;
}
}
@media (max-width: 1200px) {
.display-4, .conheca__container__card__left__title {
font-size: 2.1rem;
}
}
@media (max-width: 998px) {
.display-4, .conheca__container__card__left__title {
font-size: 2.7rem;
}
}
@media (max-width: 598px) {
.display-4, .conheca__container__card__left__title {
font-size: 1.6rem;
}
}

h1,
.headline-1 {
font-size: 1.75rem;
}
@media (max-width: 1600px) {
h1,
.headline-1 {
font-size: 2rem;
}
}
@media (max-width: 1400px) {
h1,
.headline-1 {
font-size: 2rem;
}
}
@media (max-width: 1200px) {
h1,
.headline-1 {
font-size: 1.875rem;
}
}
@media (max-width: 998px) {
h1,
.headline-1 {
font-size: 2rem;
}
}
@media (max-width: 598px) {
h1,
.headline-1 {
font-size: 1.575rem;
}
}

h2,
.headline-2,
.header__container__left__subtitle {
font-size: 2rem;
line-height: 120%;
}
@media (max-width: 1600px) {
h2,
.headline-2,
.header__container__left__subtitle {
font-size: 1.875rem;
}
}
@media (max-width: 1400px) {
h2,
.headline-2,
.header__container__left__subtitle {
font-size: 1.875rem;
}
}
@media (max-width: 1200px) {
h2,
.headline-2,
.header__container__left__subtitle {
font-size: 1.575rem;
}
}
@media (max-width: 998px) {
h2,
.headline-2,
.header__container__left__subtitle {
font-size: 1.875rem;
}
}
@media (max-width: 598px) {
h2,
.headline-2,
.header__container__left__subtitle {
font-size: 1.25rem;
}
}

h3,
.headline-3,
.servico-item__text__title {
font-size: 1.875rem;
}
@media (max-width: 1600px) {
h3,
.headline-3,
.servico-item__text__title {
font-size: 1.875rem;
}
}
@media (max-width: 1400px) {
h3,
.headline-3,
.servico-item__text__title {
font-size: 1.575rem;
}
}
@media (max-width: 1200px) {
h3,
.headline-3,
.servico-item__text__title {
font-size: 1.25rem;
}
}
@media (max-width: 998px) {
h3,
.headline-3,
.servico-item__text__title {
font-size: 1.575rem;
}
}
@media (max-width: 598px) {
h3,
.headline-3,
.servico-item__text__title {
font-size: 1.125rem;
}
}

h4,
.headline-4,
.blog-item__textos__title__link {
font-size: 1.575rem;
}
@media (max-width: 1600px) {
h4,
.headline-4,
.blog-item__textos__title__link {
font-size: 1.575rem;
}
}
@media (max-width: 1400px) {
h4,
.headline-4,
.blog-item__textos__title__link {
font-size: 1.125rem;
}
}
@media (max-width: 1200px) {
h4,
.headline-4,
.blog-item__textos__title__link {
font-size: 1.125rem;
}
}
@media (max-width: 998px) {
h4,
.headline-4,
.blog-item__textos__title__link {
font-size: 1.25rem;
}
}
@media (max-width: 598px) {
h4,
.headline-4,
.blog-item__textos__title__link {
font-size: 1rem;
}
}

h5,
.headline-5,
.breadcrumb__item,
.depoimento-item__comment,
.servico-item__text p {
font-size: 1.25rem;
}
@media (max-width: 1600px) {
h5,
.headline-5,
.breadcrumb__item,
.depoimento-item__comment,
.servico-item__text p {
font-size: 1.25rem;
}
}
@media (max-width: 1400px) {
h5,
.headline-5,
.breadcrumb__item,
.depoimento-item__comment,
.servico-item__text p {
font-size: 1.125rem;
}
}
@media (max-width: 1200px) {
h5,
.headline-5,
.breadcrumb__item,
.depoimento-item__comment,
.servico-item__text p {
font-size: 1rem;
}
}
@media (max-width: 998px) {
h5,
.headline-5,
.breadcrumb__item,
.depoimento-item__comment,
.servico-item__text p {
font-size: 1.125rem;
}
}
@media (max-width: 598px) {
h5,
.headline-5,
.breadcrumb__item,
.depoimento-item__comment,
.servico-item__text p {
font-size: 1rem;
}
}

.font-body-1, .depoimento-item__user__info__name {
font-size: 1.125rem;
}
@media (max-width: 1400px) {
.font-body-1, .depoimento-item__user__info__name {
font-size: 1rem;
}
}
@media (max-width: 1200px) {
.font-body-1, .depoimento-item__user__info__name {
font-size: 1rem;
}
}
@media (max-width: 998px) {
.font-body-1, .depoimento-item__user__info__name {
font-size: 1rem;
}
}

.font-body-2, .blog-item__textos__btn, .blog-ultimas__btn {
font-size: 1rem;
}
@media (max-width: 1400px) {
.font-body-2, .blog-item__textos__btn, .blog-ultimas__btn {
font-size: 1rem;
}
}
@media (max-width: 1200px) {
.font-body-2, .blog-item__textos__btn, .blog-ultimas__btn {
font-size: 0.9375rem;
}
}
@media (max-width: 998px) {
.font-body-2, .blog-item__textos__btn, .blog-ultimas__btn {
font-size: 1rem;
}
}

.font-body-3, .blog-item__textos__infos__category__link {
font-size: 0.9375rem;
}

.box-shadow-1 {
box-shadow: 0px 0px 0px 0px rgba(16, 30, 86, 0.1), 0px 1px 1px 0px rgba(16, 30, 86, 0.1), 0px 2px 2px 0px rgba(16, 30, 86, 0.09), 0px 5px 3px 0px rgba(16, 30, 86, 0.05), 0px 9px 4px 0px rgba(16, 30, 86, 0.01), 0px 14px 4px 0px rgba(16, 30, 86, 0);
}

.box-shadow-2 {
box-shadow: 0px 0px 0px 0px rgba(16, 30, 86, 0.09), 0px 2px 4px 0px rgba(16, 30, 86, 0.09), 0px 7px 7px 0px rgba(16, 30, 86, 0.07), 0px 15px 9px 0px rgba(16, 30, 86, 0.04), 0px 27px 11px 0px rgba(16, 30, 86, 0.01), 0px 42px 12px 0px rgba(16, 30, 86, 0);
}

.box-shadow-3 {
box-shadow: 0px 0px 0px 0px rgba(16, 30, 86, 0.07), 0px 4px 8px 0px rgba(16, 30, 86, 0.07), 0px 14px 14px 0px rgba(16, 30, 86, 0.06), 0px 32px 19px 0px rgba(16, 30, 86, 0.04), 0px 57px 23px 0px rgba(16, 30, 86, 0.01), 0px 89px 25px 0px rgba(16, 30, 86, 0);
}

.box-shadow-4 {
box-shadow: 0px 0px 0px 0px rgba(16, 30, 86, 0.08), 0px 6px 13px 0px rgba(16, 30, 86, 0.08), 0px 24px 24px 0px rgba(16, 30, 86, 0.07), 0px 54px 33px 0px rgba(16, 30, 86, 0.04), 0px 97px 39px 0px rgba(16, 30, 86, 0.01), 0px 151px 42px 0px rgba(16, 30, 86, 0);
}

@keyframes rotateAnimate {
0% {
transform: rotateX(0deg) rotateY(0deg);
}
50% {
transform: rotateX(180deg) rotateY(30deg);
}
100% {
transform: rotateX(360deg) rotateY(0deg);
}
}
@keyframes slideBannerAnimate {
0% {
transform: translateY(95px);
}
100% {
transform: translateY(0);
}
}
@media print {
.wp.wp-container.hidden-md.hidden-lg,
.wp.container.visible-md.visible-lg,
.wp.wp-container.hidden-md.hidden-lg a,
.wp.container.visible-md.visible-lg a {
visibility: hidden !important;
display: none !important;
}
}
.menu-topo {
transition: 0.3s all ease;
position: relative;
display: unset;
background-color: #FFF;
z-index: 100000;
left: 0vw;
}
@media print {
.menu-topo {
display: none !important;
}
}
.menu-topo.hide {
left: -100vw;
}
.menu-topo__faixa {
background-color: #EF3E56;
text-align: center;
color: #FFF;
padding: 1.3rem 0;
}
@media (max-width: 1199px) {
.menu-topo__faixa {
padding: 0.75rem 0;
}
}
@media (max-width: 595px) {
.menu-topo__faixa {
padding: 0.5rem 0;
}
}
.menu-topo__faixa p {
gap: 0.5rem;
font-size: 1.875rem;
margin-bottom: 0;
font-weight: 400;
}
@media (max-width: 1399px) {
.menu-topo__faixa p {
font-size: 1.575rem;
}
}
@media (max-width: 991px) {
.menu-topo__faixa p {
font-size: 1.125rem;
}
}
@media (max-width: 767px) {
.menu-topo__faixa p {
flex-direction: column;
}
}
@media (max-width: 595px) {
.menu-topo__faixa p {
margin-top: env(safe-area-inset-top);
}
}
.menu-topo__faixa p a {
border: 4px solid #FFF;
color: #FFF;
font-size: 1.5rem;
padding: 0.2rem 1.5rem;
border-radius: 1.875rem;
font-weight: 600;
}
@media (max-width: 1399px) {
.menu-topo__faixa p a {
font-size: 1.575rem;
}
}
@media (max-width: 991px) {
.menu-topo__faixa p a {
font-size: 1.125rem;
}
}
.menu-topo .bg-white {
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1607843137);
top: 0 !important;
}
.menu-topo__container__logo img {
width: 12rem;
height: auto;
}
@media (max-width: 1400px) {
.menu-topo__container__logo img {
width: 120px;
height: auto;
}
}
@media (max-width: 991px) {
.menu-topo__container__nav {
display: none;
}
}
.menu-topo__container__nav__list {
gap: 1rem;
list-style: none;
padding-left: 0;
}
@media (max-width: 1199px) {
.menu-topo__container__nav__list {
gap: 0.5rem;
}
}
.menu-topo__container__nav__list__item a {
text-decoration: none;
}
.menu-topo__container__btn {
display: none;
}
@media (max-width: 991px) {
.menu-topo__container__btn {
display: block;
}
}
.menu-topo__container__btn svg {
width: 1.5rem;
}

.menu-mobile {
position: fixed;
z-index: 1000;
padding: 1.875rem 1.5625rem;
background-color: #F9F9F9 !important;
top: 0;
right: -50vw;
height: 100vh;
width: 50vw;
overflow-y: auto;
}
@media (max-width: 595px) {
.menu-mobile {
width: 100vw;
right: -100vw;
padding: 0.875rem 0.75rem;
}
}
.menu-mobile.show {
right: 0;
}
.menu-mobile__top, .menu-mobile__middle, .menu-mobile__bottom {
width: 100%;
height: fit-content;
}
@media (max-width: 595px) {
.menu-mobile__top {
margin-top: env(safe-area-inset-top);
}
}
.menu-mobile__top__logo {
max-width: 200px;
}
.menu-mobile__top__close {
padding: 0.625rem;
border-radius: 0.625rem;
height: fit-content;
}
.menu-mobile__top__close:hover svg path {
fill: #EF3E56;
}
.menu-mobile__top__close svg {
width: 1.25rem;
height: auto;
}
.menu-mobile__middle__list {
list-style: none;
padding-left: 0;
}
.menu-mobile__middle__list__item a {
font-size: 1.25rem;
gap: 1rem;
display: block;
padding: 0.625rem 0;
color: #707070;
}
.menu-mobile__middle__list__item a:hover {
transform: scale(1.025);
}
.menu-mobile__bottom {
margin-top: 10rem;
}
.menu-mobile__bottom__phones {
font-size: 1.25rem;
}
.menu-mobile__bottom__phones__bolder {
font-weight: 600;
}

.bg-menu-mobile {
position: fixed;
z-index: 999;
background-color: rgba(0, 0, 0, 0.6) !important;
top: 0;
right: -100vw;
height: 100vh;
width: 100vw;
}
.bg-menu-mobile.show {
right: 0;
}

.rodape {
font-weight: 500;
font-size: 1rem;
box-shadow: inset 0px 5px 50px rgba(0, 0, 0, 0.1607843137);
}
.rodape__container__top {
padding: 3rem 0;
}
@media (max-width: 767px) {
.rodape__container__top {
padding: 1.5rem 0;
}
}
.rodape__container__top__image {
flex: 0 0 40%;
}
@media (max-width: 767px) {
.rodape__container__top__image {
flex: 0 0 100%;
}
}
.rodape__container__top__image img {
width: 100%;
height: auto;
}
.rodape__container__top__menu-topo {
list-style: none;
margin-bottom: 0;
padding-left: 0;
}
.rodape__container__top__menu-topo__item a {
font-size: 1.575rem;
display: block;
font-weight: 400;
color: #707070;
}
@media (max-width: 991px) {
.rodape__container__top__menu-topo__item a {
font-size: 1.25rem;
}
}
.rodape__container__top__menu-topo__item a:hover {
transform: scale(1.025);
color: #D80307;
}
.rodape__container__top__menu-topo__item:last-of-type {
width: fit-content;
}
.rodape__container__top__menu-topo__item:last-of-type a {
padding: 0 1rem;
color: #FFF;
}
@media (max-width: 576px) {
.rodape__container__top__menu-topo {
gap: 1rem;
margin-bottom: 1rem;
}
}
.rodape__container__top__phones {
gap: 1.5rem;
}
.rodape__container__top__phones__last, .rodape__container__top__phones__first {
gap: 1rem;
font-size: 1.575rem;
font-weight: 400;
color: #707070;
}
@media (max-width: 991px) {
.rodape__container__top__phones__last, .rodape__container__top__phones__first {
font-size: 1.25rem;
}
}
@media (max-width: 576px) {
.rodape__container__top__phones__last, .rodape__container__top__phones__first {
flex-direction: row !important;
}
}
.rodape__container__top__phones__last__bolder, .rodape__container__top__phones__first__bolder {
margin-bottom: 0;
font-weight: 600;
}
.rodape__container__top__phones__last__number, .rodape__container__top__phones__first__number {
margin-bottom: 0;
}
@media (max-width: 576px) {
.rodape__container__top__menu-topo, .rodape__container__top__phones {
width: 100%;
align-items: center;
}
}
.rodape__container__bottom {
padding-bottom: 2rem;
margin-bottom: 0;
text-align: justify;
}
.rodape__info {
background-color: #707070;
}
.rodape__info__container {
padding-block: 2rem;
}
@media (max-width: 997px) {
.rodape__info__container {
flex-direction: column;
gap: 1rem;
}
}
.rodape__info__container__paragraph {
color: #FFF;
margin-bottom: 0;
text-align: center;
font-size: 1.125rem;
}
@media (max-width: 595px) {
.rodape__info__container__paragraph {
margin-bottom: env(safe-area-inset-bottom);
}
}
.rodape__info__container__paragraph__image {
width: 75px;
}
@media (max-width: 595px) {
.rodape__info__container__paragraph__image {
width: 150px;
}
}

.banners__container {
padding-block: 2rem;
}
.banners__container__banner {
position: relative;
border-radius: 2.5rem;
z-index: 100;
width: 100%;
height: auto;
}
.banners svg {
margin-top: -7rem;
}
@media (max-width: 1399px) {
.banners svg {
margin-top: -5.5rem;
}
}
@media (max-width: 1199px) {
.banners svg {
margin-top: -4rem;
}
}
@media (max-width: 767px) {
.banners svg {
margin-top: -3rem;
}
}
@media (max-width: 595px) {
.banners svg {
margin-top: -1.5rem;
}
}
.banners svg path {
-webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
}

.conheca {
position: relative;
z-index: 100;
margin-top: -7.5rem;
padding-block: 0 2rem;
}
@media (max-width: 991px) {
.conheca {
margin-top: -5rem;
}
}
@media (max-width: 595px) {
.conheca {
margin-top: 0;
}
}
.conheca__container__top {
background-repeat: no-repeat;
background-position: right;
background-size: contain;
}
@media (max-width: 1399px) {
.conheca__container__top {
background-size: 50%;
background-position: bottom right;
}
}
@media (max-width: 991px) {
.conheca__container__top {
background: none !important;
}
}
.conheca__container__top__content {
gap: 2rem;
}
@media (max-width: 1399px) {
.conheca__container__top__content {
gap: 1rem;
}
}
.conheca__container__top__content__title {
max-width: 20.75rem;
}
@media (max-width: 991px) {
.conheca__container__top__content__title {
max-width: max-content;
}
}
@media (max-width: 595px) {
.conheca__container__top__content__title {
max-width: 100%;
width: 100%;
text-align: center;
}
}
.conheca__container__top__content__title svg {
right: -75px;
}
@media (max-width: 1199px) {
.conheca__container__top__content__title svg {
right: -62.5px;
}
}
.conheca__container__top__content__text {
max-width: 50%;
font-size: 1.575rem;
}
@media (max-width: 991px) {
.conheca__container__top__content__text {
font-size: 1.25rem;
max-width: 100%;
}
}
@media (max-width: 595px) {
.conheca__container__top__content__text {
text-align: center;
}
}
.conheca__container__top__content__list {
padding-left: 0;
list-style: none;
gap: 0.625rem;
}
.conheca__container__top__content__list__item {
font-size: 1.575rem;
align-items: baseline !important;
max-width: 792px;
gap: 0.25rem;
}
@media (max-width: 991px) {
.conheca__container__top__content__list__item {
font-size: 1.125rem;
}
.conheca__container__top__content__list__item span {
width: 100%;
}
}
@media (max-width: 595px) {
.conheca__container__top__content__list__item {
text-align: center;
}
}
.conheca__container__top__content__list__item svg {
width: 1.575rem;
min-width: 1.575rem;
}
@media (max-width: 991px) {
.conheca__container__top__content__list__item svg {
width: 1.25rem;
min-width: 1.25rem;
}
}
.conheca__container__top__content__list__item svg path {
stroke: #D80307;
}
.conheca__container__top__content__btn {
width: fit-content;
font-size: 1.575rem;
font-weight: 400;
margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
.conheca__container__top__content__btn {
align-self: center;
}
}
.conheca__container__card {
padding: 3rem 8.75rem;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3803921569);
border-radius: 2.25rem 0px;
}
@media (max-width: 1399px) {
.conheca__container__card {
padding: 2rem 6.25rem;
}
}
@media (max-width: 595px) {
.conheca__container__card {
padding: 1rem 1.5rem;
}
}
.conheca__container__card__left {
width: 50%;
}
@media (max-width: 1199px) {
.conheca__container__card__left {
width: 100%;
align-items: center;
}
}
@media (max-width: 595px) {
.conheca__container__card__left__title {
text-align: center;
}
}
.conheca__container__card__left__title__icon {
right: -75px;
}
@media (max-width: 1199px) {
.conheca__container__card__left__title__icon {
right: -62.5px;
}
}
.conheca__container__card__left__text {
font-weight: 600;
color: #EF3E56;
font-size: 1.875rem;
}
@media (max-width: 595px) {
.conheca__container__card__left__text {
text-align: center;
}
}
.conheca__container__card__left__alert {
padding: 1.5rem 3.25rem;
width: fit-content;
box-shadow: 0px 0px 10px #D80307;
border: 5px solid #D80307;
border-radius: 45px;
}
@media (max-width: 991px) {
.conheca__container__card__left__alert {
padding: 0.75rem 2.25rem;
font-size: 3.125rem !important;
}
}
.conheca__container__card__left__alert__text {
font-size: 3.125rem;
}
@media (max-width: 991px) {
.conheca__container__card__left__alert__text {
font-size: 2.25rem;
}
}
@media (max-width: 595px) {
.conheca__container__card__left__alert__text {
font-size: 2rem;
}
}
.conheca__container__card__left__alert__text span {
font-weight: 700;
line-height: 4.5rem;
font-size: 4.5rem;
}
.conheca__container__card__left__alert__text span.fs-6 {
line-height: normal !important;
}
.conheca__container__card__left__alert__text span strong {
font-size: 3.125rem;
}
@media (max-width: 991px) {
.conheca__container__card__left__alert__text span strong {
font-size: 2.25rem;
}
}
@media (max-width: 595px) {
.conheca__container__card__left__alert__text span strong {
font-size: 2rem;
}
}
@media (max-width: 991px) {
.conheca__container__card__left__alert__text span {
font-size: 3.125rem;
line-height: 3.125rem;
}
}
@media (max-width: 595px) {
.conheca__container__card__left__alert__text span {
line-height: 2.25rem;
font-size: 2.25rem;
}
}
.conheca__container__card__right {
width: 50%;
}
@media (max-width: 1199px) {
.conheca__container__card__right {
display: none;
}
}
.conheca__container__card__right__doctor {
width: 100%;
}
.conheca__container__card__right__icon {
bottom: 0;
right: -25px;
}

.atendimento {
background-repeat: no-repeat;
background-size: 70%;
background-position: left center;
}
@media (max-width: 1399px) {
.atendimento {
background-size: auto 100%;
}
}
@media (max-width: 1199px) {
.atendimento {
background-position: right center;
}
}
.atendimento__background {
background: linear-gradient(90deg, transparent 30%, #F5F5F5 50%);
}
@media (max-width: 1199px) {
.atendimento__background {
background: rgba(245, 245, 245, 0.71);
background-position: right;
}
}
.atendimento__background__container {
padding-block: 2rem;
}
.atendimento__background__container__content {
width: 45%;
gap: 1rem;
}
@media (max-width: 1199px) {
.atendimento__background__container__content {
width: 100%;
}
}
@media (max-width: 767px) {
.atendimento__background__container__content {
align-items: center;
}
}
.atendimento__background__container__content__logos {
gap: 1.75rem;
}
@media (max-width: 767px) {
.atendimento__background__container__content__logos {
flex-direction: column;
}
}
.atendimento__background__container__content__logos img {
width: 16.25rem;
}
.atendimento__background__container__content__title {
color: #707070;
font-size: 2.25rem;
font-weight: 300;
}
@media (max-width: 991px) {
.atendimento__background__container__content__title {
font-size: 2rem;
}
}
@media (max-width: 767px) {
.atendimento__background__container__content__title {
text-align: center;
}
}
.atendimento__background__container__content__title span {
color: #EF3E56;
font-weight: 700;
text-transform: uppercase;
}
.atendimento__background__container__content__title strong {
font-weight: 700;
}
.atendimento__background__container__content__list {
list-style: none;
padding-left: 0;
}
.atendimento__background__container__content__list__item {
font-size: 1.875rem;
color: #707070;
gap: 0.25rem;
}
@media (max-width: 767px) {
.atendimento__background__container__content__list__item {
align-items: baseline !important;
justify-content: center;
font-size: 1.575rem;
text-align: center;
}
.atendimento__background__container__content__list__item span {
flex-shrink: 1;
max-width: fit-content;
line-break: auto;
}
}
@media (max-width: 767px) {
.atendimento__background__container__content__list__item {
font-size: 1.25rem;
text-align: center;
}
}
.atendimento__background__container__content__list__item svg {
width: 1.875rem;
}
@media (max-width: 991px) {
.atendimento__background__container__content__list__item svg {
width: 1.575rem;
}
}
@media (max-width: 767px) {
.atendimento__background__container__content__list__item svg {
width: 1.25rem;
}
}
.atendimento__background__container__content__list__item svg path {
stroke: #D80307;
}
.atendimento__background__container__content__btn {
width: fit-content;
font-size: 1.875rem;
}
@media (max-width: 991px) {
.atendimento__background__container__content__btn {
font-size: 1.25rem;
text-align: center;
}
}

.toda-familia__container {
padding-block: 1rem;
}
@media (max-width: 991px) {
.toda-familia__container {
flex-direction: column;
}
}
.toda-familia__container__content {
padding-block: 4.125rem;
width: 41%;
}
@media (max-width: 1199px) {
.toda-familia__container__content {
padding-block: 2rem;
order: 2;
width: 50%;
}
}
@media (max-width: 991px) {
.toda-familia__container__content {
width: 100%;
align-items: center;
}
}
.toda-familia__container__content__title {
font-weight: 400;
}
@media (max-width: 991px) {
.toda-familia__container__content__title {
text-align: center;
}
}
.toda-familia__container__content__title svg {
left: -75px;
}
@media (max-width: 1199px) {
.toda-familia__container__content__title svg {
left: -46.5px;
}
}
@media (max-width: 991px) {
.toda-familia__container__content__title svg {
left: -38.25px;
}
}
.toda-familia__container__content__subtitle {
font-size: 2rem;
}
@media (max-width: 991px) {
.toda-familia__container__content__subtitle {
text-align: center;
}
}
.toda-familia__container__content__btn {
width: fit-content;
font-size: 1.875rem;
}
@media (max-width: 991px) {
.toda-familia__container__content__btn {
font-size: 1.25rem;
text-align: center;
}
}
.toda-familia__container__image {
flex: 0 1;
width: 100%;
height: auto;
object-fit: scale-down;
}
@media (max-width: 1199px) {
.toda-familia__container__image {
max-width: 50%;
}
}
@media (max-width: 991px) {
.toda-familia__container__image {
max-width: 100%;
}
}

.confira__container__spacing {
padding-inline: 3rem;
}
@media (max-width: 1399px) {
.confira__container__spacing {
padding-inline: 1.5rem;
flex-direction: column;
}
}
@media (max-width: 595px) {
.confira__container__spacing {
padding-inline: 0;
gap: 0.5rem;
}
}
.confira__container__spacing__image {
width: 100%;
max-width: 40rem;
}
@media (max-width: 1399px) {
.confira__container__spacing__image {
order: 2;
align-self: center;
width: 100%;
}
}
.confira__container__spacing__content {
margin-left: -2.5rem;
max-width: 36.25rem;
align-self: center;
filter: drop-shadow(0rem 0.625rem 1.25rem rgba(0, 0, 0, 0.1607843137));
}
@media (max-width: 1399px) {
.confira__container__spacing__content {
align-items: center;
margin-left: 0rem;
margin-bottom: -3rem;
max-width: max-content;
}
}
@media (max-width: 595px) {
.confira__container__spacing__content {
margin-bottom: 0rem;
gap: 1rem;
}
}
.confira__container__spacing__content__title {
margin-bottom: 0;
padding: 1.5rem 3rem;
background-color: #E8E8E8;
font-size: 3.5rem;
border-radius: 2.8125rem;
color: #EF3E56;
font-weight: 600;
max-width: 100%;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 1399px) {
.confira__container__spacing__content__title {
font-size: 3.125rem;
padding: 1.5rem 2rem;
}
}
@media (max-width: 1199px) {
.confira__container__spacing__content__title {
font-size: 2.25rem;
}
}
@media (max-width: 991px) {
.confira__container__spacing__content__title {
font-size: 2.25rem;
padding: 0.75rem 1.25rem;
width: fit-content;
text-align: center;
}
}
@media (max-width: 595px) {
.confira__container__spacing__content__title {
font-size: 1.575rem;
}
}
.confira__container__spacing__content__btn {
font-size: 2.25rem;
line-height: 2.25rem;
font-weight: 400;
text-align: center;
align-self: flex-end;
margin-right: 1.5rem;
margin-top: -1.5rem;
width: 17.5rem;
}
@media (max-width: 1199px) {
.confira__container__spacing__content__btn {
font-size: 2rem;
}
}
@media (max-width: 991px) {
.confira__container__spacing__content__btn {
font-size: 1.875rem;
margin-top: -0.5rem;
line-height: 1.875rem;
}
}
@media (max-width: 595px) {
.confira__container__spacing__content__btn {
width: fit-content;
align-self: center;
margin-top: 0;
margin-right: 0rem;
font-size: 1.25rem;
line-height: 1.25rem;
}
}

.desconto {
padding: 12rem 0 3rem;
}
@media (max-width: 597px) {
.desconto {
padding: 8rem 0 3rem;
}
}
.desconto__container__card {
width: 90%;
gap: 1.25rem;
position: relative;
background-color: #F0EFEC;
padding: 3rem 8.75rem;
box-shadow: 0rem 0rem 1.875rem rgba(0, 0, 0, 0.3803921569);
border-radius: 2.25rem 0rem;
}
@media (max-width: 1399px) {
.desconto__container__card {
padding: 2rem 3.5rem;
}
}
@media (max-width: 595px) {
.desconto__container__card {
padding: 1rem 1.5rem;
}
}
.desconto__container__card__svg {
position: absolute;
}
.desconto__container__card__svg:first-of-type {
left: -1.5625rem;
top: -3.125rem;
}
.desconto__container__card__svg:last-of-type {
right: -1.5625rem;
bottom: -3.125rem;
}
.desconto__container__card__title {
max-width: 50rem !important;
text-align: center;
}
.desconto__container__card__list {
margin-bottom: 0;
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
@media (max-width: 991px) {
.desconto__container__card__list {
padding-left: 0;
gap: 0.25rem;
list-style: none;
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
}
}
.desconto__container__card__list__item {
font-size: 1.575rem;
}
@media (max-width: 991px) {
.desconto__container__card__list__item {
font-size: 1.25rem;
text-align: center;
}
}
.desconto__container__card__btn {
font-size: 1.575rem;
text-align: center;
width: fit-content;
}

.info-parceiros {
padding: 3rem 0;
}
.info-parceiros__container__swiper {
width: 80%;
}
.info-parceiros__container__swiper__wrapper {
width: 100%;
}
.info-parceiros__container__swiper__wrapper__slide {
background-color: #EF3E56;
border-radius: 8px;
padding: 12px;
}
.info-parceiros__container__swiper__wrapper__slide img {
width: 100%;
max-width: 400px;
border-radius: 20px;
}
.cartao {
padding: 2rem 0;
}
@media (max-width: 991px) {
.cartao__container {
flex-direction: column;
}
}
.cartao__container__content {
gap: 3rem;
}
@media (max-width: 991px) {
.cartao__container__content {
align-items: center;
}
}
@media (max-width: 991px) {
.cartao__container__content__text {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}
.cartao__container__content__text__subtitle {
color: #707070;
font-size: 3.125rem;
font-weight: 600;
}
@media (max-width: 1399px) {
.cartao__container__content__text__subtitle {
font-size: 2.25rem;
}
}
@media (max-width: 991px) {
.cartao__container__content__text__subtitle {
font-size: 1.875rem;
text-align: center;
}
}
@media (max-width: 595px) {
.cartao__container__content__text__subtitle {
font-size: 1.575rem;
}
}
.cartao__container__content__text__title {
font-size: 3.5rem;
color: #FFF;
}
@media (max-width: 1399px) {
.cartao__container__content__text__title {
font-size: 3.125rem;
}
}
@media (max-width: 991px) {
.cartao__container__content__text__title {
font-size: 2.25rem;
}
}
.cartao__container__content__text__title svg {
top: -45px;
}
.cartao__container__content__alert {
padding: 1.5rem 3.25rem;
width: fit-content;
border: 5px solid #D80307;
border-radius: 45px;
}
@media (max-width: 595px) {
.cartao__container__content__alert {
padding: 1rem 2rem;
}
}
.cartao__container__content__alert__text {
font-size: 3.125rem;
color: #707070;
}
@media (max-width: 991px) {
.cartao__container__content__alert__text {
font-size: 2.25rem;
}
}
@media (max-width: 595px) {
.cartao__container__content__alert__text {
font-size: 2rem;
}
}
.cartao__container__content__alert__text span {
font-weight: 700;
line-height: 4.5rem;
font-size: 4.5rem;
}
.cartao__container__content__alert__text span strong {
font-size: 3.125rem;
}
@media (max-width: 991px) {
.cartao__container__content__alert__text span strong {
font-size: 2.25rem;
}
}
@media (max-width: 595px) {
.cartao__container__content__alert__text span strong {
font-size: 2rem;
}
}
@media (max-width: 991px) {
.cartao__container__content__alert__text span {
font-size: 3.125rem;
line-height: 3.125rem;
}
}
@media (max-width: 595px) {
.cartao__container__content__alert__text span {
line-height: 2.25rem;
font-size: 2.25rem;
}
}
.cartao__container__image {
width: 100%;
max-width: 43.75rem;
}
@media (max-width: 1399px) {
.cartao__container__image {
max-width: 30rem;
}
}
@media (max-width: 1199px) {
.cartao__container__image {
max-width: 25rem;
}
}
@media (max-width: 991px) {
.cartao__container__image {
max-width: 100%;
}
}

.content-detail__top {
padding: 2rem 0;
}
@media (max-width: 992px) {
.content-detail__top .listagem-parceiro__top__container {
padding: 1.75rem 0;
}
}
.content-detail__top__title {
color: #FFF;
}
.content-detail__svg {
transform: rotateY(180deg);
position: relative;
z-index: -1;
margin-top: -7rem;
}
@media (max-width: 1400px) {
.content-detail__svg {
margin-top: -5.5rem;
}
}
@media (max-width: 1200px) {
.content-detail__svg {
margin-top: -4rem;
}
}
@media (max-width: 768px) {
.content-detail__svg {
margin-top: -3rem;
}
}
@media (max-width: 598px) {
.content-detail__svg {
margin-top: -1.5rem;
}
}
.content-detail__container__center {
padding: 2rem 0;
}
.content-detail__container__center__image {
width: 100%;
}
.content-detail__container__center p {
font-size: 1.575rem;
text-align: justify;
}
@media (max-width: 596px) {
.content-detail__container__center p {
font-size: 1.25rem;
}
}

.login__top {
padding: 2rem 0;
}
@media (max-width: 992px) {
.login__top .listagem-parceiro__top__container {
padding: 1.75rem 0;
}
}
.login__top__title {
color: #FFF;
}
.login__svg {
transform: rotateY(180deg);
position: relative;
z-index: -1;
margin-top: -7rem;
}
@media (max-width: 1400px) {
.login__svg {
margin-top: -5.5rem;
}
}
@media (max-width: 1200px) {
.login__svg {
margin-top: -4rem;
}
}
@media (max-width: 768px) {
.login__svg {
margin-top: -3rem;
}
}
@media (max-width: 598px) {
.login__svg {
margin-top: -1.5rem;
}
}
.login__container__center {
padding: 2rem 0;
}
.login__container__center__image {
width: 100%;
}
.login__container__center p {
font-size: 1.575rem;
text-align: justify;
}
@media (max-width: 596px) {
.login__container__center p {
font-size: 1.25rem;
}
}

.form-vermelhinho__top__container {
padding-top: 5rem;
}
@media (max-width: 1400px) {
.form-vermelhinho__top__container {
padding-top: 3.5rem;
}
}
@media (max-width: 992px) {
.form-vermelhinho__top__container {
padding-top: 1.75rem;
}
}
@media (max-width: 992px) {
.form-vermelhinho__top__container {
padding-top: 1.75rem;
}
}
.form-vermelhinho__top__container__subtitle {
text-align: end;
}
.form-vermelhinho__top__container__title, .form-vermelhinho__top__container__subtitle {
position: relative;
z-index: 10;
width: 100%;
color: #707070;
}
@media (max-width: 768px) {
.form-vermelhinho__top__container__title, .form-vermelhinho__top__container__subtitle {
text-align: center;
}
}
.form-vermelhinho svg {
margin-top: -6.5rem;
}
.form-vermelhinho svg path {
-webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
}
@media (max-width: 1400px) {
.form-vermelhinho svg {
margin-top: -3.5rem;
}
}
@media (max-width: 768px) {
.form-vermelhinho svg {
margin-top: -1.75rem;
}
}
.form-vermelhinho__bottom {
margin-top: -15rem;
}
@media (max-width: 1400px) {
.form-vermelhinho__bottom {
margin-top: -12.5rem;
}
}
@media (max-width: 992px) {
.form-vermelhinho__bottom {
margin-top: -5rem;
}
}
@media (max-width: 768px) {
.form-vermelhinho__bottom {
margin-top: -3.5rem;
}
}
@media (max-width: 768px) {
.form-vermelhinho__bottom {
margin-top: 1rem;
}
}
.form-vermelhinho__bottom__container {
padding: 5rem 0;
}
@media (max-width: 992px) {
.form-vermelhinho__bottom__container {
padding: 0;
flex-direction: column-reverse;
gap: 2rem;
}
}
.form-vermelhinho__bottom__container__image {
height: 100%;
max-height: 100%;
left: 0;
}
@media (max-width: 1600px) {
.form-vermelhinho__bottom__container__image {
height: auto;
max-width: 50%;
}
}
@media (max-width: 992px) {
.form-vermelhinho__bottom__container__image {
max-width: 100%;
position: static !important;
}
}
.form-vermelhinho__bottom__container__form {
z-index: 10;
gap: 2rem;
background-color: #EF3E56;
padding: 2.25rem 1.125rem;
box-shadow: 0.625rem 1.25rem 1.875rem rgba(112, 112, 112, 0.8117647059);
border-radius: 2.3125rem;
color: #FFF !important;
}
@media (max-width: 1400px) {
.form-vermelhinho__bottom__container__form {
max-width: 450px;
}
}
@media (max-width: 768px) {
.form-vermelhinho__bottom__container__form {
box-shadow: 0.225rem 0.65rem 1.875rem rgba(112, 112, 112, 0.8117647059);
}
}
.form-vermelhinho__bottom__container__form__title {
margin-bottom: 0;
font-size: 2rem;
text-align: center;
font-weight: 600;
}
@media (max-width: 1400px) {
.form-vermelhinho__bottom__container__form__title {
font-size: 1.875rem;
}
}
@media (max-width: 992px) {
.form-vermelhinho__bottom__container__form__title {
font-size: 1.575rem;
}
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom {
gap: 1rem;
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group {
gap: 0.5rem;
font-size: 1.25rem;
}
@media (max-width: 1400px) {
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group {
font-size: 0.875rem;
}
}
@media (max-width: 992px) {
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group {
font-size: 0.9375rem;
}
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check {
gap: 0.5rem;
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check label {
font-size: 1.25rem !important;
}
@media (max-width: 1400px) {
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check label {
font-size: 0.875rem !important;
}
}
@media (max-width: 992px) {
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check label {
font-size: 0.9375rem !important;
}
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check .form-check-input {
margin-top: 0;
}
@media (max-width: 1399px) {
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check .form-check-input {
margin-left: -1rem;
}
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group input {
outline: none;
font-size: 1.25rem;
border: 1px solid #707070;
padding: 0.25rem 0.625rem;
border-radius: 1rem;
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group input[type=text] {
border-radius: 0.25rem;
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__btn {
align-self: center;
width: 80%;
border-radius: 0.5rem;
font-size: 1.575rem !important;
}
@media (max-width: 1400px) {
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__btn {
font-size: 1.25rem !important;
}
}

.form-agendamento__top__container {
padding-top: 5rem;
}
@media (max-width: 1400px) {
.form-agendamento__top__container {
padding-top: 3.5rem;
}
}
@media (max-width: 992px) {
.form-agendamento__top__container {
padding-top: 1.75rem;
}
}
@media (max-width: 992px) {
.form-agendamento__top__container {
padding-top: 1.75rem;
}
}
.form-agendamento__top__container__subtitle {
text-align: end;
}
.form-agendamento__top__container__title, .form-agendamento__top__container__subtitle {
width: 100%;
}
@media (max-width: 768px) {
.form-agendamento__top__container__title, .form-agendamento__top__container__subtitle {
text-align: center;
}
}
.form-agendamento svg {
margin-top: -6.5rem;
transform: rotateY(180deg);
position: relative;
z-index: -1;
}
.form-agendamento svg path {
-webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
}
@media (max-width: 1400px) {
.form-agendamento svg {
margin-top: -3.5rem;
}
}
@media (max-width: 768px) {
.form-agendamento svg {
margin-top: -1.75rem;
}
}
.form-agendamento__bottom {
padding-block: 2rem;
}
.form-agendamento__bottom__container {
padding: 5rem 0;
}
@media (max-width: 992px) {
.form-agendamento__bottom__container {
padding: 0;
flex-direction: column-reverse;
gap: 2rem;
}
}
.form-agendamento__bottom__container__image {
height: 100%;
left: 0;
}
@media (max-width: 1600px) {
.form-agendamento__bottom__container__image {
height: auto;
max-width: 50%;
}
}
@media (max-width: 992px) {
.form-agendamento__bottom__container__image {
max-width: 100%;
position: static !important;
}
}
.form-agendamento__bottom__container #container_agendamento {
width: 100%;
height: 500px;
}

.listagem-parceiro {
padding-bottom: 5rem;
}
@media (max-width: 1400px) {
.listagem-parceiro {
padding-bottom: 3.5rem;
}
}
@media (max-width: 992px) {
.listagem-parceiro {
padding-bottom: 1.75rem;
}
}
@media (max-width: 992px) {
.listagem-parceiro {
padding-bottom: 1.75rem;
}
}
.listagem-parceiro__top {
z-index: 10;
}
.listagem-parceiro__top__container {
padding-top: 5rem;
}
@media print {
.listagem-parceiro__top__container {
padding-block: 2.5rem;
}
}
@media (max-width: 1400px) {
.listagem-parceiro__top__container {
padding-top: 3.5rem;
}
}
@media (max-width: 992px) {
.listagem-parceiro__top__container {
padding-top: 1.75rem;
}
}
@media (max-width: 992px) {
.listagem-parceiro__top__container {
padding-top: 1.75rem;
}
}
.listagem-parceiro__top__container__subtitle {
text-align: end;
}
.listagem-parceiro__top__container__title, .listagem-parceiro__top__container__subtitle {
width: 100%;
color: #FFF;
}
@media (max-width: 768px) {
.listagem-parceiro__top__container__title, .listagem-parceiro__top__container__subtitle {
text-align: center;
}
}
.listagem-parceiro__top__container__print {
color: #6c6c6c;
}
@media print {
.listagem-parceiro__top__container__print {
display: none !important;
}
}
.listagem-parceiro__top__container__print svg {
margin-top: auto !important;
transform: none !important;
width: 16px !important;
fill: #6c6c6c;
}
.listagem-parceiro__top__container__print:hover {
color: #000;
}
.listagem-parceiro__top__container__print:hover svg {
fill: #000;
}
.listagem-parceiro svg {
transform: rotateY(180deg);
margin-top: -6rem;
}
@media print {
.listagem-parceiro svg {
display: none !important;
}
}
.listagem-parceiro svg path {
-webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
}
@media (max-width: 1200px) {
.listagem-parceiro svg {
margin-top: -4rem;
}
}
@media (max-width: 768px) {
.listagem-parceiro svg {
margin-top: -3rem;
}
}
@media (max-width: 596px) {
.listagem-parceiro svg {
margin-top: -1rem;
}
}
.listagem-parceiro__bottom__container {
gap: 2rem;
}
@media print {
.listagem-parceiro__bottom__container {
padding-block: 2.5rem;
}
}
@media (max-width: 768px) {
.listagem-parceiro__bottom__container {
padding-top: 1.5rem;
gap: 1rem;
}
}
.listagem-parceiro__bottom__container__list, .listagem-parceiro__bottom__container__list {
gap: 1.5rem 2.5rem;
margin-bottom: 0;
padding: 0;
list-style: none;
}
@media (max-width: 768px) {
.listagem-parceiro__bottom__container__list, .listagem-parceiro__bottom__container__list {
width: fit-content;
}
}
.listagem-parceiro__bottom__container__list__item, .listagem-parceiro__bottom__container__list__item {
border-radius: 2.25rem 0;
text-wrap: pretty;
flex: 0 1 calc(50% - 1.25rem);
padding: 1rem 2.5rem;
}
.listagem-parceiro__bottom__container__list__item.destaque, .listagem-parceiro__bottom__container__list__item.destaque {
background-color: #EF3E56;
color: #FFF !important;
box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.1607843137);
height: auto;
}
.listagem-parceiro__bottom__container__list__item.destaque span.badge, .listagem-parceiro__bottom__container__list__item.destaque span.badge {
background-color: #FFF;
display: block;
width: fit-content;
color: #EF3E56;
margin-top: 1rem;
padding: 0.25rem 1rem;
border-radius: 0.75rem 0;
}
@media (max-width: 1200px) {
.listagem-parceiro__bottom__container__list__item, .listagem-parceiro__bottom__container__list__item {
border-radius: 2.5rem 0;
padding: 0.5rem 1.25rem;
}
}
@media (max-width: 768px) {
.listagem-parceiro__bottom__container__list__item, .listagem-parceiro__bottom__container__list__item {
flex: 0 1 100%;
width: 100%;
border-radius: 2.5rem 0;
padding: 0.5rem 1.25rem;
text-align: center;
align-items: center;
}
}
.listagem-parceiro__bottom__container__list__item__name, .listagem-parceiro__bottom__container__list__item__name {
gap: 0.5rem;
font-size: 1.575rem;
text-wrap: pretty;
}
@media (max-width: 768px) {
.listagem-parceiro__bottom__container__list__item__name, .listagem-parceiro__bottom__container__list__item__name {
font-size: 1.25rem;
}
}
.listagem-parceiro__bottom__container__list__item__name span, .listagem-parceiro__bottom__container__list__item__name span {
font-weight: 600;
}
.listagem-parceiro__bottom__container__list__item__endereco, .listagem-parceiro__bottom__container__list__item__numero, .listagem-parceiro__bottom__container__list__item__endereco, .listagem-parceiro__bottom__container__list__item__numero {
width: 100%;
display: block;
}
.listagem-parceiro__bottom__container__list__item__endereco a, .listagem-parceiro__bottom__container__list__item__numero a, .listagem-parceiro__bottom__container__list__item__endereco a, .listagem-parceiro__bottom__container__list__item__numero a {
color: #FFF !important;
}

.listagem-medico {
padding-bottom: 5rem;
}
@media (max-width: 1400px) {
.listagem-medico {
padding-bottom: 3.5rem;
}
}
@media (max-width: 992px) {
.listagem-medico {
padding-bottom: 1.75rem;
}
}
@media (max-width: 992px) {
.listagem-medico {
padding-bottom: 1.75rem;
}
}
.listagem-medico__top {
z-index: 10;
}
.listagem-medico__top__container {
padding-top: 5rem;
}
@media print {
.listagem-medico__top__container {
padding-block: 2.5rem;
}
}
@media (max-width: 1400px) {
.listagem-medico__top__container {
padding-top: 3.5rem;
}
}
@media (max-width: 992px) {
.listagem-medico__top__container {
padding-top: 1.75rem;
}
}
@media (max-width: 992px) {
.listagem-medico__top__container {
padding-top: 1.75rem;
}
}
.listagem-medico__top__container__subtitle {
text-align: end;
}
.listagem-medico__top__container__title, .listagem-medico__top__container__subtitle {
width: 100%;
color: #FFF;
}
@media (max-width: 768px) {
.listagem-medico__top__container__title, .listagem-medico__top__container__subtitle {
text-align: center;
}
}
.listagem-medico__top__container__print {
color: #6c6c6c;
}
@media print {
.listagem-medico__top__container__print {
display: none !important;
}
}
.listagem-medico__top__container__print svg {
margin-top: auto !important;
transform: none !important;
width: 16px !important;
fill: #6c6c6c;
}
.listagem-medico__top__container__print:hover {
color: #000;
}
.listagem-medico__top__container__print:hover svg {
fill: #000;
}
.listagem-medico svg {
transform: rotateY(180deg);
margin-top: -6rem;
}
@media print {
.listagem-medico svg {
display: none !important;
}
}
.listagem-medico svg path {
-webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
}
@media (max-width: 1200px) {
.listagem-medico svg {
margin-top: -4rem;
}
}
@media (max-width: 768px) {
.listagem-medico svg {
margin-top: -3rem;
}
}
@media (max-width: 596px) {
.listagem-medico svg {
margin-top: -1rem;
}
}
.listagem-medico__bottom__container {
gap: 2rem;
}
@media print {
.listagem-medico__bottom__container {
padding-block: 2.5rem;
}
}
@media (max-width: 768px) {
.listagem-medico__bottom__container {
padding-top: 1.5rem;
gap: 1rem;
}
}
.listagem-medico__bottom__container__list {
max-width: 87.5%;
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
margin-bottom: 0;
margin-bottom: 0;
padding: 0;
list-style: none;
}
@media (max-width: 768px) {
.listagem-medico__bottom__container__list {
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
max-width: 100%;
width: fit-content;
}
}
.listagem-medico__bottom__container__list__item {
white-space: nowrap;
margin: 24px 36px;
border-radius: 2.25rem 0;
flex: 0 1 calc(50% - 1.25rem);
}
@media (max-width: 596px) {
.listagem-medico__bottom__container__list__item {
flex: 0 1 100%;
max-width: 100%;
text-align: center;
align-items: center;
}
}
.listagem-medico__bottom__container__list__item__category-name {
font-size: 1.575rem;
color: #D80307;
text-wrap: wrap;
font-weight: 700;
}
@media (max-width: 768px) {
.listagem-medico__bottom__container__list__item__category-name {
font-size: 1.25rem;
}
}
.listagem-medico__bottom__container__list__item__name {
gap: 0.5rem;
font-size: 1.25rem;
text-wrap: wrap;
}
@media (max-width: 768px) {
.listagem-medico__bottom__container__list__item__name {
font-size: 0.875rem;
}
}
.listagem-medico__bottom__container__list__item__endereco, .listagem-medico__bottom__container__list__item__numero {
width: 100%;
display: block;
}
.listagem-medico__bottom__container__list__item__endereco a, .listagem-medico__bottom__container__list__item__numero a {
color: #FFF;
}
.listagem-medico__bottom__container__important {
width: 75%;
}
@media (max-width: 768px) {
.listagem-medico__bottom__container__important {
width: 100%;
text-align: center;
}
}
.listagem-medico__bottom__container__important__title {
font-weight: 700;
margin-bottom: 0;
font-size: 2rem;
}
@media (max-width: 768px) {
.listagem-medico__bottom__container__important__title {
font-size: 1.25rem;
}
}
.listagem-medico__bottom__container__important__content p {
margin-bottom: 0;
line-height: 150%;
font-style: italic;
}
@media (max-width: 768px) {
.listagem-medico__bottom__container__important__content p {
font-size: 0.875rem;
}
}

.product-menu {
padding-top: 24px;
}
.product-menu .messageInfo {
font-size: 32px;
font-weight: 500;
}
.product-menu__container__text {
margin-bottom: 24px;
}
.product-menu__container__text__titulo {
font-weight: 700;
font-size: 1.75rem;
margin-bottom: 4px;
}
.product-menu__container__text__qtde {
font-size: 1rem;
font-weight: 400;
}
.product-menu__container__text__qtde.large {
font-weight: 600;
font-size: 24px;
}
.product-menu__container__listagem {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
.product-menu__container__listagem__pager {
grid-column: span 2;
}
.product-menu__container__listagem__pager .bspager {
display: flex;
flex-direction: column-reverse;
align-items: center;
}
.product-menu__container__listagem__pager .bspager div {
width: fit-content;
}
.product-menu__container__listagem__pager .bspager div ul {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
}
.product-menu__container__listagem__pager .bspager div ul li {
border-bottom: none;
}
.product-menu__container__listagem__pager .bspager div ul li.disabled {
padding: 5px 12px;
}
.product-menu__container__listagem__pager .bspager div ul li.disabled > span {
padding: 0;
}
.product-menu__container__listagem__pager .bspager div ul li span {
border-radius: 180px;
border: none;
padding: 0;
}
.product-menu__container__listagem__pager .bspager div ul li > span {
padding: 6px 12px;
}
.product-menu__container__listagem__pager .bspager div ul li a {
border-radius: 180px;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1/1;
height: 100%;
border: none;
padding: 5px 12px !important;
clip-path: circle();
}
@media (max-width: 768px) {
.product-menu__container__listagem__pager .bspager div ul li a {
padding: 4px 9px;
}
}
@media (max-width: 390px) {
.product-menu__container__listagem__pager .bspager div ul li a {
padding: 5px 8px !important;
}
}
.product-menu__container__listagem__pager .bspager div ul li :hover a {
background-color: #F1FCFA;
}
.product-menu__container__listagem__pager .bspager div ul li.active a {
background-color: #FD6904;
border: none;
}
@media (min-width: 998px) {
.product-menu__container__listagem {
grid-template-columns: 1fr 1fr 1fr;
gap: 16px;
}
.product-menu__container__listagem__pager {
grid-column: span 3;
}
}
@media (min-width: 1200px) {
.product-menu__container__listagem {
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 24px;
}
.product-menu__container__listagem__pager {
grid-column: span 4;
width: 100%;
}
}
.product-menu__container__listagem__card {
width: 100%;
}
.product-menu__container__options {
gap: 8px;
margin-bottom: 30px;
}
@media (max-width: 598px) {
.product-menu__container__options {
flex-direction: column;
align-items: center !important;
}
}
.product-menu__container__options__option {
padding: 6px 20px;
gap: 4px;
border: 1px solid #E9E9E9;
border-radius: 4px;
}
.product-menu__container__options__option.active {
background-color: #F1FCFA;
}
.product-menu__container__options__dropdown__title {
padding: 7px 20px;
min-height: 38px;
gap: 4px;
border: 1px solid #E9E9E9;
border-radius: 4px;
}
.product-menu__container__options__dropdown__title::after {
right: 5px;
}
.product-menu__container__options__left {
gap: 8px;
flex-wrap: wrap;
}
@media (max-width: 598px) {
.product-menu__container__options__left {
flex-direction: column;
align-items: center;
}
}
.product-menu__container__options__left__option {
padding: 6px 20px;
gap: 4px;
border: 1px solid #E9E9E9;
border-radius: 4px;
}
.product-menu__container__options__left__option.active {
background-color: #F1FCFA;
}
.product-menu__container__options__left__option svg {
width: 14px;
height: 14px;
}
.product-menu__container__options__left__option:last-of-type.active path {
fill: #E1C03F;
}
.product-menu__container__options__left__dropdown__title {
padding: 7px 20px;
min-height: 38px;
gap: 4px;
border: 1px solid #E9E9E9;
border-radius: 4px;
}
@media (max-width: 998px) {
.product-menu__container__options {
display: none !important;
}
}
.product-detail {
padding: 20px 0;
}
@media (min-width: 998px) {
.product-detail {
padding: 54px 0;
}
}
.product-detail__container__title {
font-size: 1.75rem;
font-weight: 700;
margin-bottom: 48px;
display: none;
}
@media (min-width: 998px) {
.product-detail__container__title {
display: block;
}
}
.product-detail__container__topo {
display: grid;
grid-template-columns: 2fr 1fr;
height: fit-content;
gap: 16px;
}
@media (max-width: 998px) {
.product-detail__container__topo {
grid-template-columns: 1fr;
}
}
.product-detail__container__topo__swiper-mobile, .product-detail__container__topo__swiper {
position: relative;
width: 100%;
}
.product-detail__container__topo__swiper-mobile__swiper-wrapper__swiper-slide img, .product-detail__container__topo__swiper__swiper-wrapper__swiper-slide img {
width: 100%;
border-radius: 4px;
aspect-ratio: 4/3;
object-fit: cover;
}
.product-detail__container__topo__swiper-mobile__control, .product-detail__container__topo__swiper__control {
top: 45%;
padding: 0 16px;
position: absolute;
width: 100%;
z-index: 999999;
}
.product-detail__container__topo__swiper-mobile__control .prev-image,
.product-detail__container__topo__swiper-mobile__control .next-image, .product-detail__container__topo__swiper__control .prev-image,
.product-detail__container__topo__swiper__control .next-image {
padding: 18px;
clip-path: circle();
background-color: #FFF;
}
.product-detail__container__topo__swiper-mobile__control .prev-image.swiper-button-disable,
.product-detail__container__topo__swiper-mobile__control .next-image.swiper-button-disable, .product-detail__container__topo__swiper__control .prev-image.swiper-button-disable,
.product-detail__container__topo__swiper__control .next-image.swiper-button-disable {
pointer-events: none;
}
@media (max-width: 798px) {
.product-detail__container__topo__swiper-mobile__control .prev-image,
.product-detail__container__topo__swiper-mobile__control .next-image, .product-detail__container__topo__swiper__control .prev-image,
.product-detail__container__topo__swiper__control .next-image {
padding: 10px;
}
}
@media (max-width: 798px) {
.product-detail__container__topo__swiper-mobile__control, .product-detail__container__topo__swiper__control {
padding: 0 8px;
}
}
.product-detail__container__topo__swiper-mobile.swiper {
display: none;
}
.product-detail__container__topo__swiper-mobile.swiper img {
border-radius: 0;
}
@media (max-width: 998px) {
.product-detail__container__topo__swiper-mobile.swiper {
display: block;
}
.product-detail__container__topo__swiper.swiper {
display: none;
}
}
@media (min-width: 998px) {
.product-detail__container__topo__info {
border: 1px solid #E9E9E9;
border-radius: 4px;
padding: 15px 18px;
box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
height: fit-content;
}
}
@media (min-width: 1600px) {
.product-detail__container__topo__info {
padding: 30px 36px;
}
}
.product-detail__container__topo__info__topo {
gap: 20px;
padding-block: 16px 8px;
}
@media (min-width: 998px) {
.product-detail__container__topo__info__topo {
padding-top: 0;
}
}
.product-detail__container__topo__info__topo__titulo {
font-size: 1.75rem;
font-weight: 700;
margin-bottom: 0;
}
@media (min-width: 998px) {
.product-detail__container__topo__info__topo__titulo {
display: none;
}
}
.product-detail__container__topo__info__topo__span {
color: #53575A;
font-size: 0.875rem;
font-weight: 500;
}
.product-detail__container__topo__info__meio {
padding-block: 24px;
border-block: 1px solid #E9E9E9;
}
.product-detail__container__topo__info__meio__preco {
font-size: 1.75rem;
font-weight: 700;
margin-bottom: 15px;
}
.product-detail__container__topo__info__meio p {
margin-bottom: 0;
}
.product-detail__container__topo__info__meio__resumo {
display: none;
}
@media (min-width: 998px) {
.product-detail__container__topo__info__meio__resumo {
display: block;
}
}
.product-detail__container__topo__info__meio__content {
display: block;
}
@media (min-width: 998px) {
.product-detail__container__topo__info__meio__content {
display: none;
}
}
.product-detail__container__topo__info__fim {
gap: 30px;
}
@media (min-width: 998px) {
.product-detail__container__topo__info__fim {
padding-top: 30px;
}
}
.product-detail__container__topo__info__fim__whats {
font-weight: 700;
align-items: center;
gap: 10px;
color: #FFF;
border-radius: 4px;
background-color: #2AC55D;
padding-block: 17px;
width: 100%;
border: none;
}
.product-detail__container__topo__info__fim__whats.show, .product-detail__container__topo__info__fim__whats:hover, .product-detail__container__topo__info__fim__whats:focus, .product-detail__container__topo__info__fim__whats:active {
background-color: #129E41;
text-decoration: none;
color: #FFF;
}
.product-detail__container__topo__info__fim__rounded {
gap: 20px;
width: 100%;
}
.product-detail__container__topo__info__fim__rounded__link {
align-items: center;
gap: 10px;
background-color: transparent;
border: none;
}
.product-detail__container__topo__info__fim__rounded__link__icon {
display: flex;
align-items: center;
justify-content: center;
padding: 12px;
background-color: #FFF;
border-radius: 90px;
border: 1px solid #E9E9E9;
overflow: hidden;
box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
}
.product-detail__container__topo__info__fim__rounded__link.red svg path {
fill: #E1C03F;
}
@media (max-width: 768px) {
.product-detail__container__topo__info__fim__rounded__link svg {
width: 15px;
height: 15px;
}
}
.product-detail__container__topo__info__fim__rounded .modal.show {
opacity: 1;
}
.product-detail__container__topo__info__fim__rounded .modal .modal-body {
gap: 8px;
}
.product-detail__container__topo__info__fim__rounded .modal .modal-body a {
gap: 8px;
height: fit-content;
}
.product-detail__container__topo__info__fim__rounded .modal .modal-body a svg {
width: 15px;
height: 15px;
}
.product-detail__container__topo__info__fim__rounded .modal .modal-body a svg path {
fill: #222;
}
.product-detail__container__topo__description {
display: none;
}
@media (min-width: 998px) {
.product-detail__container__topo__description {
display: block;
}
}
.product-detail__container__topo__description__title {
font-size: 1.25rem;
font-weight: 500;
}
.product-detail__container__topo__description__content {
font-size: 1rem;
font-weight: 400;
}
.product-detail__container__outros {
padding-block: 40px;
}
.product-detail__container__outros__titulo {
font-size: 1.75rem;
font-weight: 700;
margin-bottom: 25px;
}/*# sourceMappingURL=cardben.css.map */