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 {
  --primary-color-light: #03ac13;
  --primary-color: #35b972;
  --primary-color-dark: #004d43;
  --red: #8b0101;
  --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;
  --dark-black:#1c1f2d;
  --default-font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.light-red-bg{ background:#f44 }
.red-bg{ background:red }
.dark-red-bg{ background:var(--red) }
.light-green-bg{ background:var(--light-green) }
.green-bg{ background:var(--green) }
.dark-green-bg{ background:var(--dark-green) }
.light-blue-bg{ background:var(--light-blue) }
.blue-bg{ background:var(--blue) }
.dark-blue-bg{ background:var(--dark-blue) }

.light-red-cl{ color:#f44 }
.red-cl{ color:red }
.dark-red-cl{ color:var(--red) }
.light-green-cl{ color:var(--light-green) }
.green-cl{ color:var(--green) }
.dark-green-cl{ color:var(--dark-green) }
.light-blue-cl{ color:var(--light-blue) }
.blue-cl{ color:var(--blue) }
.dark-blue-cl{ color:var(--dark-blue) }

.btn-load{
position: relative;
overflow: hidden;
}
.btn-load:disabled::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:1;
background:rgba(255,255,255,0.3);
}






.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:#fff;
}
.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 .website-logo.white{display:block}
.website-top-navigation .website-logo.coloured{display:none}

.website-top-navigation.blue-bg .website-logo.white{display:none}
.website-top-navigation.blue-bg .website-logo.coloured{display:block}

.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 !important;
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.blue-bg  .drop-down-toggle-button .bar{background:#444}




.website-top-navigation .website-drop-down-wrapper{
width: 100%;
max-height: calc(100% - 70px);
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: column;
flex-wrap: nowrap;
gap: 0;
transition: 0.5s;
padding: 7px 0 80px;
overflow: auto;
}
.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:'roboto' , sans-serif;
font-weight: 400;
}
.website-top-navigation.show-drop-down .website-drop-down-wrapper .button-wrapper>.button-link .text-wrapper{
  color:#555;
}
.website-top-navigation.blue-bg .website-drop-down-wrapper .button-wrapper>.button-link .text-wrapper{
  color:#555;
}

.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.show-drop-down .website-drop-down-wrapper .button-wrapper>.button-link .toggle-expand-icon{color:#555;}
.website-top-navigation.blue-bg .website-drop-down-wrapper .button-wrapper>.button-link .toggle-expand-icon{color:#555;}

.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;
min-height: 40px;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: row;
flex-wrap: nowrap;
gap: 10px;
color: rgba(255, 255, 255, 0.9);
font-size: 15px;
font-family:'roboto' , sans-serif;
background: transparent;
border: none;
white-space: nowrap;
}
.website-top-navigation.show-drop-down .website-drop-down-wrapper .button-wrapper .content-wrapper>.button-link{color:#444;}

.website-top-navigation .website-drop-down-wrapper .button-wrapper .content-wrapper>.button-link .icon{
width: 40px;
min-width: 40px;
display:flex;
align-items: center;
justify-content: center;
}
.website-top-navigation .website-drop-down-wrapper .button-wrapper .content-wrapper>.button-link .text{
white-space: normal;
}


.website-top-navigation.show-drop-down{
height:100%;
background:#f9f9f9;
}

.website-top-navigation.show-drop-down .website-logo.white{display:none}
.website-top-navigation.show-drop-down .website-logo.coloured{display:block}

.website-top-navigation.show-drop-down  .drop-down-toggle-button .bar{background:#444}

.website-top-navigation.show-drop-down .website-drop-down-wrapper{
border-top:1px solid #e5e5e5;
}

.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: #555;
display: flex;
align-items: center;
justify-content: center;
transition: 0.2s;
cursor: pointer;
padding:0 0 0 3px;
}
.website-top-navigation.blue-bg .button-wrapper #google_translate_element .left-icon{color:#555;}

.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: #555;
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: #f8f8f8;
border-top: 1px solid #d1d1d1;
margin:90px 0 0;
}
.website-footer-loading .icon{
color:#333;
font-size:50px;
}

.website-footer{
background: #f9f9f9;
border-top: 1px solid #e5e5e5;
}
.website-footer .original-website-text{
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-family: 'roboto', sans-serif;
font-size: 14px;
color: #555;
margin: 50px 0 0;
padding: 0 20px;
font-weight: 600;
}
.website-footer .website-logo-wrapper{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin: 20px 0 20px;
}
.website-footer .website-logo-wrapper .website-logo{
width: 200px;
}
.website-footer .info-wrapper{
width:100%;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
flex-wrap:wrap;
gap:30px;
}
.website-footer .info-wrapper .text-content-wrapper{
width:100%;
display:flex;
align-items:center;
justify-content:center;
flex-direction:row;
flex-wrap:wrap;
gap:0;
}
.website-footer .info-wrapper .text-content-wrapper.hide{
display: none;
}
.website-footer .info-wrapper .text-content-wrapper .icon{
width:50px;
display:flex;
align-items:center;
justify-content:center;
font-size:45px;
color:#555;
}
.website-footer .info-wrapper .text-content-wrapper .text-wrapper{
width:100%;
display:flex;
align-items:flex-start;
justify-content:flex-start;
flex-direction:column;
flex-wrap:wrap;
gap:3px;
padding:0;
}
.website-footer .info-wrapper .text-content-wrapper .text-wrapper .title{
color:#212529;
font-family:"Syne" , "roboto" , sans-serif;
font-size:18px;
font-weight:700;
}
.website-footer .info-wrapper .text-content-wrapper .text-wrapper .text{
color:#444;
font-family:"Syne" , "roboto" , sans-serif;
font-size:16px;
font-weight:400;
}
.website-footer .info-wrapper .text-content-wrapper .text-wrapper .text a{
color:#c36;
}

.website-footer .newsletter-form-wrapper{
width: 100%;
height:50px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap:nowrap;
gap: 0px;
padding: 0;
border: 1px solid var(--blue);
border-radius: 8px;
background:transparent;
overflow: hidden;
font-family: 'roboto' , sans-serif;
}
.website-footer .newsletter-form-wrapper .input-field{
width:100%;
height:100%;
border:none;
background:transparent;
color:#444;
font-family: 'roboto' , sans-serif;
font-size:15px;
font-weight: 400;
text-indent:15px;
}
.website-footer .newsletter-form-wrapper .input-field.error{
background:#f99;
}
.website-footer .newsletter-form-wrapper .submit-button{
height: 100%;
padding: 0 15px;
border: none;
background: var(--primary-color);
border: 1px solid var(--primary-color);
color: #fff;
font-family: 'roboto', sans-serif;
font-size: 15px;
font-weight: 400;
border-radius: 0px;
}
.website-footer .copyright-text{
width:100%;
text-align: center;
padding:15px 20px;
color:#444;
font-family:"Syne" , "roboto" , sans-serif;
font-size:15px;
border-top:1px solid #e5e5e5;
margin:0;
}












.website-floating-social-media-loading{
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.2);
  height: 65px;
  width: 65px;
  border-radius: 50%;
  pointer-events: all;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  z-index: 10;
  backdrop-filter: blur(5px);
}
.website-floating-social-media{
  position: fixed;
  bottom: 20px;
  left: 20px;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  gap:0;
  z-index: 10;
}
.website-floating-social-media .row-section{
  padding:0 0 0 7.5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap:0 10px;
  transform:translateX(calc(-100% - 25px));
  transition:0.2s;
}
.website-floating-social-media .row-section.main{
  transform:translateX(0px);
}
.website-floating-social-media .row-section .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap:0;
  border-radius:50%;
  border:none;
  color:#fff;
  font-size:22px;
  height:50px;
  width:50px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  transition:0.2s;
  pointer-events: all;
  margin:0 0 10px;
}

.website-floating-social-media .row-section.main .btn{
  background:var(--primary-color);
  transition:0.6s;
  height:65px;
  width:65px;
  margin:0;
}
.website-floating-social-media .row-section.whatsapp .btn{
  background:#075E54;
}
.website-floating-social-media .row-section.telegram .btn{
  background:var(--light-blue);
}
.website-floating-social-media .row-section.instagram .btn{
  background:linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}
.website-floating-social-media .row-section.tiktok .btn{
  background:#000;
}
.website-floating-social-media .row-section.email .btn{
  background:#EE4D2D;
}

.website-floating-social-media.show .row-section.main .btn{
  transform:rotate(405deg);
}
.website-floating-social-media.show .row-section{
  transform:translateX(0);
}

.website-floating-social-media .row-section.main{
  transition-delay:0s;
  padding:0;
}
.website-floating-social-media .row-section.whatsapp{
  transition-delay:0.5s;
}
.website-floating-social-media .row-section.telegram{
  transition-delay:0.4s;
}
.website-floating-social-media .row-section.instagram{
  transition-delay:0.3s;
}
.website-floating-social-media .row-section.tiktok{
  transition-delay:0.2s;
}
.website-floating-social-media .row-section.email{
  transition-delay:0.1s;
}

.website-floating-social-media.show .row-section~.row-section.main{
  transition-delay:0s;
}
.website-floating-social-media.show .row-section~.row-section.whatsapp{
  transition-delay:0.1s;
}
.website-floating-social-media.show .row-section~.row-section.telegram{
  transition-delay:0.2s;
}
.website-floating-social-media.show .row-section~.row-section.instagram{
  transition-delay:0.3s;
}
.website-floating-social-media.show .row-section~.row-section.tiktok{
  transition-delay:0.4s;
}
.website-floating-social-media.show .row-section~.row-section.email{
  transition-delay:0.5s;
}








.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: 11;
}
.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: calc(100% - 25px);
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;
margin:0;
}
.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%;
line-height:19px;
}
.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: 750) {
  .website-footer .website-logo-wrapper{
    margin: 50px 0 0;
  }
}

@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;
      gap: 15px;
  }
  .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: auto;
      padding: 0;
      background:#005596;
      border-radius: 5px;
      padding: 6px 7px;
      box-shadow:0 0 5px 1px rgba(0,0,0,0.2);        max-height: calc(100vh - 70px);
      overflow: auto;
  }
  /* .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 20px 0 0;
  }
  .website-top-navigation .website-drop-down-wrapper .button-wrapper .content-wrapper>.button-link::before{
      display: none;
  }
  .website-top-navigation .website-drop-down-wrapper .button-wrapper .content-wrapper>.button-link .text{
    white-space: nowrap;
  }

  .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;
  padding: 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;
  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;
    justify-content:space-evenly;
  }
  .website-footer .heading-text .title{
    font-size: 30px;
  }
  .website-footer .heading-text .text{
    font-size: 20px;
  }
  .website-footer .info-wrapper{
    width:300px;
  }
  .website-footer .form-wrapper{
    width:calc(100% - 450px);
    margin:0;
  }
  
}


@media screen and (min-width: 1080px) {
  .website-top-navigation .website-drop-down-wrapper{
    gap:25px;
    padding:0 50px 0 0;
  }
}