@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato/Lato-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato/Lato-Bold.ttf');
    font-weight: 900;
}


@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato/Lato-Black.ttf');
    font-weight: 600;
}

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

:root {
    --base-padding: 15px;
    --base-margin: 15px;
    --base-font-color: rgba(255, 255, 255, 0.911);
    --base-bg-color: #151515;
    --color-white: #FFFAFA;
    --color-black: #000;
    --color-purple: #E46B96;
    font-family: "Lato", "Arial", sans-serif;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

body,
html {
    background-color: var(--base-bg-color);
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato';
    font-weight: 400;

    min-height: 100vh;
    display: table;
    width: 100%;
}

ul.breadcrumb {
    color: var(--color-white);
    list-style: none;
    width: auto;
    display: table;
    margin: 0px auto;
	padding-left: 0px;
}

@media screen and (max-width: 991px) {
	ul.breadcrumb {
		color: var(--color-white);
		list-style: none;
		width: auto;
		display: table;
		margin: 0px auto;
	}
}

ul.breadcrumb li {
	float: left;
	position: relative;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-family: 'Lato';
}

ul.breadcrumb li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

ul.breadcrumb li:before {
	content: '';
	background: url('/images/icons/arrow-right-white.png') no-repeat;
	width: 4px;
	height: 8px;
	background-size: contain;
	position: absolute;
	margin-left: -12px;
	margin-top: 6px;
}

ul.breadcrumb li:first-child:before {
	content: '';
	background: none;
}

.breadcrumb a {
	text-decoration: none;
}

body {
    background: linear-gradient(to right, #6b23b3, #ae338d);
}

/* main container */
.container {
    max-width: 1140px;
    width: 100%;
    padding: 0px var(--base-padding);
    margin: 0px auto;
    position: relative;
    /* outline: 1px solid white; */
}

header {
    height: 130px;
    position: fixed;
	width: 100%;
	z-index: 1000;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.5s ease;
}

header a {
	text-decoration: none;
}

.header__logo-container {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0px;
    left: 15px;
}

.header__logo {
    max-width: 150px;
    height: 180px;
    position: relative;
    float: right;
    top: 0;
	right: 0px;
}

.header__logo img {
	max-width: 100%;
	height: 161px;
	/* float: inline-end; */
}


header.header_downscroll {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

header.header_scroll {
	background-color: #151515;
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 1000;
}

.header__navigation {
    padding-top: 50px;
    color: var(--base-font-color);
	text-align: right;
	padding-bottom: 50px;
}

header.header_scroll .header__navigation {
    padding-top: 45px;
    color: var(--base-font-color);
	text-align: right;
	padding-bottom: 45px;
}

header.header_scroll .header__logo {
    height: 115px;
}

header.header_downscroll .header__logo {
	height: 115px;
}

header.header_scroll .header__logo img {
    height: 115px;
}

header.header_downscroll .header__logo img {
    height: 115px;
}

@media screen and (max-width: 991px) {
	.header__logo {
		padding: 10px 20px 0px 0px;
	}

	.header__logo img {
		width: 70px;
		height: 93px;
		object-fit: cover;
		/* float: inline-end; */
	}
}

.header__navigation {

}

@media screen and (max-width: 991px) {
	.header__navigation a {
		display: none;
	}
	
	header.header_scroll .header__logo {
		height: 67px;
	}
	
	header.header_scroll .header__logo img {
		height: 100%;
		width: 100%;
		object-fit: contain;
	}
	
	header.header_scroll .header__navigation {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.header__navigation-button {
	background: none;
	border: none;
	cursor: pointer;
	background: url('/images/icons/menu.png') no-repeat;
	background-size: 100%;
	height: 21px;
	width: 20px;
	top: 5px;
	position: relative;
	margin: 0px;
	margin-left: 20px;
}

@-moz-document url-prefix() {
	.header__navigation-button {
		top: -5px;
	}
}

.header_scroll .header__navigation a {
	font-size: 16px;
}

.header__navigation a {
	text-decoration: none;
	margin: 0px 20px;
	font-size: 16px;
	line-height: 17px;
	color: var(--base-font-color);
	transition: transform 0.5s ease-in-out, color 0.5s ease-in-out;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.header__navigation a .sidenav-content-submenu-tex {
	transition: top ease 0.5s;
	top: 0;
	position: relative;
}

.header__navigation a:hover .sidenav-content-submenu-tex {
	top: -10px;
}

.header__navigation a::after {
	content: '';
	width: 0px;
	height: 2px;
	display: block;
	background: #fff;
	transition: 1s;
	position: absolute;
	left: 0;
	max-width: 200px;
	bottom: 0px;
}

.header__navigation a:hover::after {
	width: 100%;
}

footer {
    background: linear-gradient(to right, #6F3E9B, #8947B3);
    /*linear-gradient(to right, #f25d8f, #df428c);*/
    /* outline: 1px solid white; */
    padding: 20px 0px;
}

.footer-content {
    color: var(--base-font-color);
    text-align: center;
    display: table;
    wwidth: auto;
    height: 50px;
    margin: 0px auto;
}

    .footer-content ul {
        list-style: none;
        padding: 0px;
    }

        .footer-content li {
            float: left;
            margin: 0px 20px 0px 0px;
            font-family: 'Lato';
            font-weight: 900;
			font-size: 14px;
        }

        @media screen and (max-width: 991px) {
            .footer-content li {
                float: left;
                width: 100%;
                text-align: center;
            }
        }

            .footer-content li a {
                text-decoration: none;
                font-family: 'Lato';
                font-weight: 900;
            }

                .footer-content li a {
                    border-left: 1px solid #fff;
                    border-right: 1px solid #fff;
                    padding: 0px 20px 0px 20px;
                }

footer #cookie-consent-container {
	position: fixed;
	bottom: 0;
	padding: 20px 0px;
	width: 100%;
	background: linear-gradient(to right, #6b23b3, #ae338d);
	color: #fff;
	display: none;
}

footer #cookie-consent-container .container {
	display: flex;
}

footer #cookie-consent-container .cookie-consent-notice {
	width: 60%;
	padding-right: 40px;
}

footer #cookie-consent-container .cookie-consent-notice h4 {
	font-family: Lato;
	font-size: 16px;
	font-weight: 600;
}

footer #cookie-consent-container .cookie-consent-notice p{
	font-family: Lato;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}

footer #cookie-consent-container .cookie-consent-notice p a{
	color: var(--color-purple);
}

footer #cookie-consent-container .cookie-consent-selection {
	text-align: right;
	width: 40%;
	margin: auto;
}

footer #cookie-consent-container button {
	border: none;
	padding: 10px 20px;
	background: none;
	font-size: 1.1em;
}

footer #cookie-consent-container button.cookie-consent-allow {
	background-color: var(--color-purple);
	color: #fff;
}

footer #cookie-consent-container button.cookie-consent-allow:focus,
footer #cookie-consent-container button.cookie-consent-allow:hover {
	background-color: #fff;
	color: var(--color-purple);
	cursor: pointer;
}

footer #cookie-consent-container button.cookie-consent-deny {
	background-color: #fff;
	color: var(--color-purple);
	margin-right: 20px;
}

footer #cookie-consent-container button.cookie-consent-deny:focus,
footer #cookie-consent-container button.cookie-consent-deny:hover {
	background-color: var(--color-purple);
	color: #fff;
	cursor: pointer;
}

footer #cookie-consent-managecookies-container {
	position: fixed;
	bottom: 0;
	padding: 20px 0px;
	width: 100%;
	background: linear-gradient(to right, #6b23b3, #ae338d);
	color: #fff;
	display: none;
}

footer #cookie-consent-managecookies-container .cookie-consent-notice {
	width: 100%;
}

footer #cookie-consent-managecookies-container .cookie-consent-notice h4 {
	font-family: Lato;
	font-size: 16px;
	font-weight: 600;
}

footer #cookie-consent-managecookies-container .cookie-consent-selection {
	text-align: center;
	width: 100%;
	margin: auto;
	gap: 20px;
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	padding-bottom: 20px;
}

footer #cookie-consent-managecookies-container .cookie-consent-selection2 {
	display: flex;
	column-gap: 45px;
}

footer #cookie-consent-managecookies-container button {
	border: none;
	padding: 10px 20px;
	background: none;
	font-size: 1.1em;
}

footer #cookie-consent-managecookies-container button.cookie-consent-allow {
	background-color: var(--color-purple);
	color: #fff;
}

footer #cookie-consent-managecookies-container button.cookie-consent-allow:focus,
footer #cookie-consent-managecookies-container button.cookie-consent-allow:hover {
	background-color: #fff;
	color: var(--color-purple);
	cursor: pointer;
}

footer #cookie-consent-managecookies-container button.cookie-consent-deny {
	background-color: #fff;
	color: var(--color-purple);
}

footer #cookie-consent-managecookies-container button.cookie-consent-deny:focus,
footer #cookie-consent-managecookies-container button.cookie-consent-deny:hover {
	background-color: var(--color-purple);
	color: #fff;
	cursor: pointer;
}

@media screen and (max-width: 991px) {
	footer #cookie-consent-container button.cookie-consent-deny {
		margin-right: 0px;
		width: 100%;
		margin-bottom: 10px;
	}
	
	footer #cookie-consent-container button.cookie-consent-allow {
		margin-right: 0px;
		width: 100%;
	}
}

@media screen and (max-width: 575px) {
	footer #cookie-consent-container .container {
		display: block;
	}
	
	footer #cookie-consent-container .cookie-consent-notice {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 20px;
	}
	
	footer #cookie-consent-container .cookie-consent-selection {
		width: 100%;
		margin: auto;
		display: flex;
		justify-content: center;
	}

	footer #cookie-consent-container button.cookie-consent-deny {
		margin-right: 10px;
		width: auto;
		margin-bottom: 0px;
	}
	
	footer #cookie-consent-container button.cookie-consent-allow {
		margin-right: 0px;
		width: auto;
	}
}

.header__sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: var(--base-bg-color);
    overflow-x: hidden;
    transition: 0.8s;
    padding-top: 10px;
	max-width: 500px;
}

.header__sidenav .sidebar-container {
	width: 100%;
	text-align: right;
}

.header__sidenav .sidebar-container .sidenav-content-logo-btn-set {
	margin-left: 20px;
	padding-left: 0px;
	display: flex;
}

.header__sidenav .sidebar-container .sidenav-content-logo-btn-set .sidernav-logo{
	width: 70px;
	height: 102px;
	display: none;
}

.header__sidenav a {
    padding: 8px 8px 8px 32px;
    /* text-decoration: none; */
    font-size: 24px;
    color: var(--base-font-color);
    display: block;
    transition: transform 0.5s ease-in-out, color 0.5s ease-in-out;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    margin: var(--base-margin);
	position: relative;
	margin-bottom: 0;
}

    @media screen and (max-width: 991px) {
        .header__sidenav {
            padding-top: 10px;
        }
		
        .header__sidenav a {
            margin-left: 15px;
            padding-left: 0px;
			margin-right: 74px;
        }
    }
	
	@media screen and (max-width: 575px) {
		.header__sidenav .sidebar-container .sidenav-content-logo-btn-set .sidernav-logo{
			display: block;
		}
	}

/* .sidenav a:hover {
    color: #f1f1f1;
} */

.header__sidenav .closebtn {
    /* position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px; */
    font-size: 2.5em;
    font-weight: bold;
	width: 100%;
}
	
	@media screen and (max-width: 991px) {
		.header__sidenav .closebtn {
			margin-right: 0px;
			padding-right: 15px;
		}
    }

.sidenav-content {
    /* outline: 1px solid white; */
    margin-right: 60px;
}

    @media screen and (max-width: 991px) {
        .sidenav-content {
            margin-right: 0px;
        }
    }

.header__sidenav .closebtn:hover {
    color: #f25d8f;
    transition: 0.3s;
}

.sub-menu {
    background: var(--base-bg-color);
    display: none;
    /* outline: 1px solid white; */
    top: 0;
}

.sub-menu a {
	padding-left: 80px;
	font-size: 18px;
	margin: 0;
	padding-right: 38px;
	font-weight: 300;
	line-height: 21.6px;
}

    @media screen and (max-width: 991px) {
        .sub-menu a {
            padding-right: 112px;
        }
    }

.rotate{
    transform: rotate(90deg);
}

.header__sidenav a::after {
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    background: hotpink;
    transition: 1s;
	position: absolute;
	right: 0;
	max-width: 200px;
	bottom: 0px;
}

.header__sidenav .media-btn::after {
    content: '';
    width: 0px;
    height: 0px;
}

.header__sidenav .closebtn:hover {
    color: hotpink;
}

.header__sidenav .closebtn::after {
    content: '';
    width: 0px;
    height: 0px;
}

.header__sidenav .sub-menu .media-sub-btn:hover {
    color: hotpink;
}

.header__sidenav .sub-menu .media-sub-btn::after {
    content: '';
    width: 0px;
    height: 0px;
}

/* .un {
    display: inline-block;
}
  
.un::after {
    content: '';
    width: 10px;
    height: 5px;
    display: block;
    background: white;
    transition: 300ms;
} */
  
.header__sidenav a .sidenav-content-submenu-tex{
	transition: top ease 0.5s;
	top: 0;
	position: relative;
} 
.header__sidenav a:hover .sidenav-content-submenu-tex{
    top: -5px;
}  

.header__sidenav a:hover::after {
    width: 100%;
}  

.header__sidenav .sidernav-logo-img-link:hover::after {
    width: 0%;
}

/* Style the Image Used to Trigger the Modal */
#sheda-modal-image {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

/* #sheda-modal-image:hover {opacity: 0.7;} */

/* The Modal (background) */
#sheda-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  /* padding-top: 100px; /* Location of the box */ */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
#sheda-modal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
#sheda-modal #slide {
  height: 100%;
  display: flex;
}

/* Add Animation - Zoom in the Modal */
#sheda-modal .modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
#sheda-modal .close {
  position: fixed;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 1;
}

#sheda-modal .close:hover,
#sheda-modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  #sheda-modal .modal-content {
    width: 100%;
  }
}

.termsfeed-com---palette-light.termsfeed-com---nb {
	padding: 20px 0px;
	width: 100%;
	background: linear-gradient(to right, #6b23b3, #ae338d);
	color: #fff;
	max-width: 100%;
}

.termsfeed-com---nb .cc-nb-main-container {
	max-width: 1140px;
	width: 100%;
	padding: 0px var(--base-padding) !important;
	margin: 0px auto;
	position: relative;
}

.termsfeed-com---nb .cc-nb-title {
	font-family: Lato;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #fff !important;
	margin: 10px 0;
}

.termsfeed-com---palette-light .cc-nb-text {
	font-family: Lato;
	font-size: 14px !important;
	font-weight: 400 !important;
	margin-bottom: 15px !important;
	color: #fff !important;
}

.termsfeed-com---palette-light .cc-nb-changep {
	background-color: #fff !important;
	color: var(--color-purple) !important;
	margin-right: 20px !important;
}

.termsfeed-com---palette-light .cc-nb-okagree {
	background-color: var(--color-purple) !important;
	color: #fff !important;
	margin-right: 20px !important;
}

.termsfeed-com---palette-light .cc-nb-changep:hover {
	background-color: var(--color-purple) !important;
	color: #fff !important;
}

.termsfeed-com---palette-light .cc-nb-okagree:hover {
	background-color: #fff !important;
	color: var(--color-purple) !important;
}

.termsfeed-com---palette-light .cc-cp-foot-save {
	background-color: #fff !important;
	color: var(--color-purple) !important;
}

.termsfeed-com---palette-light .cc-cp-foot-save:hover {
	background-color: var(--color-purple) !important;
	color: #fff !important;
}

.footer-content .footer-content__design-text-link-css {
	border: none; 
	padding: 0;
}

.footer-content .footer-content__design-text-link-css:hover {
	color: #000;
	transition: 1s;
}

@supports (-webkit-touch-callout: none) {
	.header__navigation-button {
		height: 30px;
	}
}