img[alt="www.000webhost.com"] {
  display: none;
}
* {
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background:#fff;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding:0;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
button{
	cursor: pointer;
}
select:focus,input:focus,button:focus {
  cursor: pointer;
  outline: none;
}


@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
:root {
  --blue: #005596;
  --dark-blue: #002e63;
  --light-blue: #4c84af;
  --pink: #d80651;
  --light-green: #03ac13;
  --green:#35b972;
  --dark-green: #004d43;
  --transparent-black:rgba(53,58,77,.8);
  --light-black:#262b3c;
  --black:#1c1f2d;
  --default-font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}








.website-top-nav-loading{
width: 100%;
height: 70px;
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(10px);
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap: nowrap;
gap: 0;
z-index:5;
}
.website-top-nav-loading .icon{
color:rgba(255,255,255,0.9);
font-size:20px;
}


.website-top-navigation{
width:100%;
height:70px;
display:flex;
align-items: flex-start;
justify-content:space-between;
align-content:flex-start;
flex-wrap: wrap;
flex-direction: row;
background:transparent;
position:fixed;
top:0;
left:0;
z-index:5;
transition:0.5s;
overflow:hidden;
}
.website-top-navigation.shadow{
box-shadow:0 0 7px 2px rgba(0, 0, 0, 0.2);
background:rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
}
.website-top-navigation.blue-bg{
background:var(--blue);
}
.website-top-navigation .logo-wrapper{
height:70px;
display:flex;
align-items:center;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
gap:0;
padding:0 0 0 20px;
}
.website-top-navigation .logo-wrapper .website-logo{
height:40px;
}
.website-top-navigation .drop-down-toggle-button{
width: 40px;
height: 70px;
margin: 0 20px 0 0;
border: none;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
flex-wrap: wrap;
background: transparent;
gap: 6px;
padding: 0 5px;
}
.website-top-navigation .drop-down-toggle-button .bar{
width:100%;
height:2px;
background:rgba(255,255,255,0.9);
border-radius:5px;
transition:0.5s;
}
.website-top-navigation .drop-down-toggle-button.show .bar.top{
transform: translateY(8px) rotate(-45deg);
}
.website-top-navigation .drop-down-toggle-button.show .bar.middle{
opacity:0;
}
.website-top-navigation .drop-down-toggle-button.show .bar.bottom{
transform: translateY(-8px) rotate(45deg);
}



.website-top-navigation .website-drop-down-wrapper{
width:100%;
max-height:calc(100% - 70px);
overflow: hidden;
display:flex;
align-items: center;
justify-content:center;
flex-direction:column;
flex-wrap:wrap;
gap:0;
transition: 0.5s;
padding:7px 0;
}
.website-top-navigation .website-drop-down-wrapper .button-wrapper{
position:relative;
width:100%;
}
.website-top-navigation .website-drop-down-wrapper .button-wrapper>.button-link{
height:40px;
width:100%;
display:flex;
align-items: center;
justify-content:space-between;
flex-direction: row;
flex-wrap:wrap;
gap:0px;
border:none;
background: transparent;
padding:0;
}
.website-top-navigation .website-drop-down-wrapper .button-wrapper>.button-link .text-wrapper{
display:flex;
align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap:wrap;
gap:0px;
color:rgba(255,255,255,0.8);
font-size:15px;
font-family:sans-serif;
}
.website-top-navigation .website-drop-down-wrapper .button-wrapper>.button-link .text-wrapper .icon{
width:50px;
display:flex;
justify-content: center;
}
.website-top-navigation .website-drop-down-wrapper .button-wrapper>.button-link .toggle-expand-icon{
color:rgba(255,255,255,0.8);
font-size:10px;
width:50px;
transition:0.1s;
}
.website-top-navigation .website-drop-down-wrapper .button-wrapper .content-wrapper{
padding:0 0 0 20px;
width:100%;
display:none;
align-items: center;
justify-content:center;
flex-direction: row;
flex-wrap:wrap;
gap:0;
overflow:hidden;
}
.website-top-navigation .website-drop-down-wrapper .button-wrapper .content-wrapper>.button-link{
padding:0 20px;
height:40px;
width:100%;
display:flex;
align-items: center;
justify-content: flex-start;
flex-direction: row;
flex-wrap:wrap;
gap:0px;
color:rgba(255,255,255,0.9);
font-size:15px;
font-family:sans-serif;
background:transparent;
border:none;
}
.website-top-navigation .website-drop-down-wrapper .button-wrapper .content-wrapper>.button-link::before{
content:"";
width:5px;
height:5px;
border-radius: 50%;
background:rgba(255,255,255,0.9);
}
.website-top-navigation .website-drop-down-wrapper .button-wrapper .content-wrapper>.button-link .icon{
width:40px;
display:flex;
align-items: center;
justify-content: center;
}


.website-top-navigation.show-drop-down{
height:100%;
background:#005596;
}
.website-top-navigation.show-drop-down .website-drop-down-wrapper{
border-top:1px solid rgba(255,255,255,0.2);
}

.website-top-navigation .website-drop-down-wrapper .button-wrapper>.button-link.show-content-wrapper .toggle-expand-icon{
transform:rotate(180deg);
}
.website-top-navigation .website-drop-down-wrapper .button-wrapper>.button-link.show-content-wrapper+.content-wrapper{
display:flex;
}




.website-top-navigation .button-wrapper #google_translate_element{
text-align: center;
color: #eee;
font-family: sans-serif;
display: block;
height: 40px;
width: 100%;
overflow: hidden;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
transition: 0.2s;
position: relative;
cursor: pointer;
}
.website-top-navigation .button-wrapper #google_translate_element .left-icon {
width: 45px;
height: 100%;
font-size: 15px;
color: rgba(255,255,255,0.8);
display: flex;
align-items: center;
justify-content: center;
transition: 0.2s;
cursor: pointer;
padding:0 0 0 3px;
}
.website-top-navigation .button-wrapper #google_translate_element .goog-te-gadget{
height: 100%;
width: calc(100% - 45px);
padding: 0 16px 0 0;
}
.website-top-navigation .button-wrapper #google_translate_element .goog-te-gadget>div{
height:100%;
}
.website-top-navigation .button-wrapper #google_translate_element .goog-te-combo{
height: 100%;
width:100%;
display: block;
font-family:sans-serif;
color: rgba(255,255,255,0.8);
font-size: 15px;
background: transparent;
border: none;
margin:0;
transition:0.2s;
cursor: pointer;
}
.website-top-navigation .button-wrapper #google_translate_element .goog-te-combo::-webkit-scrollbar{
width:2px;
}
.website-top-navigation .button-wrapper #google_translate_element .goog-te-combo::-webkit-scrollbar-track{
background:var(--black);
}
.website-top-navigation .button-wrapper #google_translate_element .goog-te-combo::-webkit-scrollbar-thumb {
background: #555;
border-radius: 5px;
}

.website-top-navigation .button-wrapper #google_translate_element .goog-te-combo option{
background:var(--black);
color:rgba(255,255,255,0.8);
}
.website-top-navigation .button-wrapper #google_translate_element .goog-te-combo:focus{
outline:none;
}

.website-top-navigation .button-wrapper #google_translate_element a{
color:#333;
}
#goog-gt-vt{
display: none;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
display: none;
}








.website-footer-loading{
width:100%;
height:500px;
display:flex;
align-items:center;
justify-content: center;
flex-direction:row;
flex-wrap:nowrap;
gap:0;
background:linear-gradient(48deg, var(--blue), var(--light-blue));
border-top: 1px solid #d1d1d1;
}
.website-footer-loading .icon{
color:#fff;
font-size:50px;
}


.website-footer{
width:100%;
padding:50px 20px 0;
background:linear-gradient(48deg, var(--blue), var(--light-blue));
display:flex;
align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap:wrap;
gap:30px;
}
.website-footer .website-logo-wrapper{
width:100%;
display:flex;
align-items: center;
justify-content: center;
}
.website-footer .website-logo-wrapper .website-logo{
width: 200px;
border: 1px solid rgba(255,255,255,0.1);
padding: 20px;
border-radius: 10px;
background: rgba(0,0,0,0.05);
}
.website-footer .heading{
width: 100%;
color: rgba(255,255,255,0.85);
font-size: 20px;
font-family: system-ui,sans-serif;
font-weight:400;
line-height: 25px;
}
.website-footer .content-wrapper{
display: flex;
justify-content: flex-start;
flex-direction: column;
flex-wrap: wrap;
gap: 10px;
align-items: flex-start;
width: 100%;
}
.website-footer .content-wrapper .title{
width: 100%;
color: rgba(255,255,255,0.85);
font-size: 20px;
font-family: system-ui,sans-serif;
font-weight: 550;
}
.website-footer .content-wrapper .text{
color:rgba(255,255,255,0.8);
font-size:15px;
font-family:system-ui,sans-serif;
}
.website-footer .content-wrapper .text a{
color:inherit;
}
.website-footer .content-wrapper .text:hover{
color:var(--light-green);
}
.website-footer .copyright-text{
width:100%;
padding:25px 0;
color:rgba(255,255,255,0.8);
font-size:14px;
font-family:system-ui,sans-serif;
font-weight:400;
border-top:1px solid rgba(255,255,255,0.2);
text-align:center;
}





.website-copied-modal {
background: var(--dark-green);
height: 60px;
border-radius: 30px 0 0 30px;
border: none;
width: 150px;
position: fixed;
top: 70px;
overflow: hidden;
display: flex;
align-items: center;
color: white;
font-size: 11px;
font-family: "fontawesome";
letter-spacing: 0.4mm;
padding: 0 0 0 30px;
transition: 1s;
right: -150px;
opacity: 0;
z-index: 10;
}
.website-copied-modal .icon {
margin-right: 8px;
font-size: 16px;
}
.website-copied-modal.show {
right: 0;
opacity: 1;
}




.loading-modal {
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
position:fixed;
top:0;
left:0;
z-index:11;
display:none;
align-items:center;
justify-content:center;
}
.loading-modal.show{
display:flex;
}
.loading-modal.hide{
display:none;
}
.loading-modal .loading-wrapper {
width:200px;
height:100px;
position:relative;
}
.loading-modal .loading-wrapper .border-animation{
width:200px;
height:100px;
position:relative;
overflow:hidden;
clip-path:polygon(0 0,
5px 0,
5px calc(100% - 5px),
calc(100% - 5px) calc(100% - 5px),
calc(100% - 5px) 5px,
5px 5px,
5px 0,
100% 0,
100% 100%,
0 100%,
0 0
);
}
.loading-modal .loading-wrapper .border-animation::before{
content:"";
width:250px;
height:70px;
position:absolute;
top:15px;
left:-25px;
background:linear-gradient(to right, red, blue,green,yellow);
background:white;
animation: loading-modal-animation 5s linear 0s infinite normal;
}
.loading-modal .loading-wrapper .logo {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 170px;
border-radius: 5px;
}
@keyframes loading-modal-animation{
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
  

.processing-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.1);
display: none;
justify-content: center;
align-items: center;
overflow: hidden;
z-index: 11;
backdrop-filter: blur(8px);
}
.processing-modal.show{
display:flex;
}
.processing-modal.hide{
display:none;
}
.processing-div {
width: min(500px, 90%);
height: 200px;
background:var(--light-black);
border-radius: 5px;
position: relative;
box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
}
.processing-div .box {
width: 40px;
height: 40px;
background: #63c5d8;
border-radius: 5px;
position: absolute;
left: 0;
right: 0;
top: 55px;
margin: auto;
transition: 0.5s;
z-index: 1;
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
animation: bounce 1s linear 0s infinite normal;
}
.processing-div .shadow {
width: 40px;
height: 7px;
background: radial-gradient(#999, transparent);
border-radius: 50%;
position: absolute;
left: 0;
right: 0;
top: 111px;
margin: auto;
transition: 0.5s;
animation: shadow 1s linear 0s infinite normal;
}
.processing-div .text {
position: absolute;
top: 140px;
left: 0;
width: 100%;
text-align: center;
font-family: "fontawesome";
letter-spacing: 0.3mm;
font-size: 12px;
color: rgba(255,255,255,0.7);
}
.processing-div .text::after {
content: "";
animation: text 4s linear 0s infinite normal;
}

@keyframes bounce {
  0% {
    transform: translatey(0px) rotate(0deg);
    border-radius: 5px;
  }
  50% {
    transform: translatey(20px) rotate(45deg);
    border-bottom-right-radius: 20px;
  }
  100% {
    transform: translatey(0px) rotate(90deg);
    border-radius: 5px;
  }
}
@keyframes shadow {
  0% {width: 40px;}
  50% {width: 70px;}
  100% {width: 40px;}
}
@keyframes text {
  0% {content: "";}
  20% {content: ".";}
  40% {content: "..";}
  60% {content: "...";}
  80% {content: "....";}
  100% {content: "";}
}


.modal {
width:100%;
height:100%;
top:0;
left:0;
position:fixed;
align-items:center;
justify-content:center;
display: none;
z-index:10;
background:rgba(255,255,255,0.2);
backdrop-filter:blur(5px);
}
.modal.show {
display:flex;
}




.confirm-modal {
  width: min(500px, 90%);
  border-radius: 5px;
  overflow: hidden;
  display: block;
  background:var(--light-black);
  padding: 30px 20px 10px 20px;
  box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.confirm-modal .heading-text {
  font-family: "fontawesome";
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5mm;
  font-size: 13px;
  font-weight: 600;
}
.confirm-modal .body-text {
  font-family: sans-serif;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1mm;
  font-size: 15px;
  margin: 10px 0 10px 0;
}
.confirm-modal .confirm-button,.confirm-modal .cancel-button {
  height: 40px;
  padding: 0 15px;
  border-radius: 3px;
  border: none;
  color: white;
  font-family: "fontawesome";
  font-size: 10px;
  letter-spacing: 0.3mm;
  transition: 0.1s;
  float: right;
  background: none;
}
.confirm-modal .cancel-button:hover,.confirm-modal .confirm-button:hover {
  transform: perspective(500px) translateZ(80px);
  -webkit-transform: perspective(500px) translateZ(80px);
  -moz-transform: perspective(500px) translateZ(80px);
  -ms-transform: perspective(500px) translateZ(80px);
  -o-transform: perspective(500px) translateZ(80px);
}
.confirm-modal .cancel-button {
  color: #ff7777;
}
.confirm-modal .confirm-button {
  color: var(--light-green);
}

.display-info-modal {
width: min(500px, 90%);
border-radius: 5px;
overflow: hidden;
display: block;
background:#f8f8f8;
padding: 30px 20px 10px 20px;
border-left: 7px solid var(--light-green);
z-index: 10;
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.display-info-modal .heading-text {
font-family: "fontawesome";
color:#444;
letter-spacing: 0.5mm;
font-size: 13px;
font-weight: 600;
}
.display-info-modal .body-text {
font-family: sans-serif;
color:#555;
letter-spacing: 0.1mm;
font-size: 14px;
margin: 15px 0 10px 0;
line-height: 20px;
}
.display-info-modal .body-text a {
color: var(--light-blue);
}
.display-info-modal .close-button {
height: 40px;
padding: 0 15px;
border-radius: 3px;
border: none;
font-family: "fontawesome";
font-size: 10px;
letter-spacing: 0.3mm;
transition: 0.1s;
float: right;
background: none;
color: var(--light-green);
}
.display-info-modal .close-button:hover {
transform: perspective(500px) translateZ(80px);
}






.website-sticky-notification-wrapper{
display:flex;
align-items:flex-end;
justify-content: flex-start;
flex-direction:column;
gap:5px;
position:fixed;
top:80px;
right:0;
z-index:15;
width:min(calc(100% - 20px) , 250px);
pointer-events: none;
}
.website-sticky-notification-wrapper .notification {
max-width:100%;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 15px 10px;
border-radius: 10px 0 0 10px;
box-shadow: -2px 0 5px 2px rgba(0, 0, 0, 0.2);
transform: translateX(calc(100% + 5px));
transition: 0.2s;
pointer-events: auto;
}
.website-sticky-notification-wrapper .notification.show {
transform: translateX(0px);
}
.website-sticky-notification-wrapper .notification.delete {
display:none;
}
.website-sticky-notification-wrapper .notification .close-button{
background:transparent;
color:#fff;
font-size:15px;
border:none;
}
.website-sticky-notification-wrapper .notification .text{
color:#fff;
font-size:14px;
font-family: sans-serif;
font-weight:400;
width:100%;
}
.website-sticky-notification-wrapper .notification.success{background:var(--green)}
.website-sticky-notification-wrapper .notification.alert{background:#f44}
.website-sticky-notification-wrapper .notification.info{background:var(--blue)}
  
.website-notification-fixed{
width:min(100% , 500px);
padding:15px;
border-radius:5px;
background:#f44;
display: none;
align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
font-family: var(--default-font);
gap:5px;
}
.website-notification-fixed.show{
display:flex;
}
.website-notification-fixed.info {background: #03a9f4;}
.website-notification-fixed.alert {background: #ea4242;}
.website-notification-fixed.success {background:var(--dark-green);}
.website-notification-fixed .title{
color:rgba(255,255,255,0.8);
font-size: 11px;
font-weight:600;
width:100%;
}
.website-notification-fixed .text{
color:rgba(255,255,255,0.9);
font-size: 13px;
font-weight:400;
line-height:14px;
width:100%;
}



.website-notification{
  width: 100%;
  padding: 20px;
  border-radius: 2px;
  display: none;
  margin: auto;
  margin-top: 10px;
  transition: 0.6s;
  opacity: 1;
  box-sizing: border-box;
  color: whitesmoke;
  font-size: 15px;
  font-family: sans-serif;
  letter-spacing: 0.15mm;
}
.website-notification span{
  float: right;
  color: #ea2d2d;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  line-height: 20px;
  margin-left: 15px;
}
.website-notification.info {background: #03a9f4;}
.website-notification.info span {color: #ea2d2d;}
.website-notification.alert {background: #ea4242;}
.website-notification.alert span {color: whitesmoke;}
.website-notification.success {background:var(--dark-green);}
.website-notification.success span {color: whitesmoke;}

@keyframes shake {0% {transform: translate(1px, 1px) rotate(0deg);}10% {transform: translate(-1px, -2px) rotate(-1deg);}20% {transform: translate(-3px, 0px) rotate(1deg);}30% {transform: translate(3px, 2px) rotate(0deg);}40% {transform: translate(1px, -1px) rotate(1deg);}50% {transform: translate(-1px, 2px) rotate(-1deg);}60% {transform: translate(-3px, 1px) rotate(0deg);}70% {transform: translate(3px, 1px) rotate(-1deg);}80% {transform: translate(-1px, -1px) rotate(1deg);}90% {transform: translate(1px, 2px) rotate(0deg);}100% {transform: translate(1px, -2px) rotate(-1deg);}}
  

@media screen and (min-width: 950px) {
  .website-top-navigation{
    height:70px !important;
    overflow:visible;
  }
  .website-top-navigation .drop-down-toggle-button{
      display:none;
  }
  .website-top-navigation .website-drop-down-wrapper{
      width:auto;
      height:70px;
      max-height:70px;
      gap:25px;
      padding:0 50px 0 0;
      flex-direction:row;
      overflow:visible;
  }
  .website-top-navigation .website-drop-down-wrapper .button-wrapper{
      width:auto;
  }
  .website-top-navigation .website-drop-down-wrapper .button-wrapper>.button-link{
      width:auto;
      gap:5px;
  }
  .website-top-navigation .website-drop-down-wrapper .button-wrapper>.button-link .text-wrapper{
      gap:5px
  }
  .website-top-navigation .website-drop-down-wrapper .button-wrapper>.button-link .text-wrapper .icon{
      width:auto;
      font-size: 12px;
  }
  .website-top-navigation .website-drop-down-wrapper .button-wrapper>.button-link .toggle-expand-icon{
      width:auto;
  }
  .website-top-navigation .website-drop-down-wrapper .button-wrapper .content-wrapper{
      position: absolute;
      top: 40px;
      right: 0;
      width: 200px;
      padding: 0;
      overflow: visible;
      background:#005596;
      border-radius: 5px;
      padding: 6px 7px;
      box-shadow:0 0 5px 1px rgba(0,0,0,0.2);
  }
  .website-top-navigation .website-drop-down-wrapper .button-wrapper .content-wrapper:before{
      content: "";
      height: 15px;
      width: 15px;
      border-radius: 2px;
      transform: rotate(45deg);
      background:#005596;
      position: absolute;
      top: -8px;
      right: 35px;
      box-shadow: -2px -2px 2px rgba(0,0,0,0.1);
  }
  .website-top-navigation .website-drop-down-wrapper .button-wrapper .content-wrapper>.button-link{
      padding:0;
  }
  .website-top-navigation .website-drop-down-wrapper .button-wrapper .content-wrapper>.button-link::before{
      display: none;
  }

  .website-top-navigation .button-wrapper #google_translate_element{
  text-align: center;
  color: #eee;
  font-family: sans-serif;
  display: block;
  height:35px;
  width:35px;
  overflow:hidden;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  transition:0.2s;
  position:relative;
  cursor: pointer;
  }
  .website-top-navigation .button-wrapper #google_translate_element .left-icon {
  width:100%;
  height: 100%;
  font-size: 15px;
  color:rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  justify-content:center;
  transition:0.2s;
  cursor: pointer;
  padding: 0;
  }
  .website-top-navigation .button-wrapper #google_translate_element .goog-te-gadget{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  background: red;
  opacity: 0;
  z-index:1;
  }
  .website-top-navigation .button-wrapper #google_translate_element .goog-te-gadget>div{
  height:100%;
  }
  .website-top-navigation .button-wrapper #google_translate_element .goog-te-combo{
  height: 100%;
  width:100%;
  display: block;
  border-radius:5px;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color:white;
  font-size: 15px;
  font-weight:600;
  background: transparent;
  border: none;
  margin:0;
  transition:0.2s;
  cursor: pointer;
  }
  .website-top-navigation .button-wrapper #google_translate_element .goog-te-combo::-webkit-scrollbar{
  width:2px;
  }
  .website-top-navigation .button-wrapper #google_translate_element .goog-te-combo::-webkit-scrollbar-track{
  background:var(--black);
  }
  .website-top-navigation .button-wrapper #google_translate_element .goog-te-combo::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 5px;
  }

  .website-top-navigation .button-wrapper #google_translate_element .goog-te-combo option{
  background:var(--black);
  color:rgba(255,255,255,0.8);
  }
  .website-top-navigation .button-wrapper #google_translate_element .goog-te-combo:focus{
  outline:none;
  }

  .website-top-navigation .button-wrapper #google_translate_element:hover{
  background:rgba(255,255,255,0.9);
  margin:5px 0;
  padding:0 8px;
  border-radius:5px;
  }
  .website-top-navigation .button-wrapper #google_translate_element:hover .left-icon{
  color:#333;
  }
  .website-top-navigation .button-wrapper #google_translate_element:hover .goog-te-combo{
  color:#333;
  }

  .website-footer{
    gap:50px 30px;
    align-items: flex-start;
  }
  .website-footer .heading{
    padding: 0 calc(calc(100% - 600px) / 2);
    text-align: center;
  }
  .website-footer .content-wrapper{
    width: calc(33.3% - 20px);
    align-items: center;
  }
  .website-footer .content-wrapper .title{
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 21px;
  }
}
