@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yellowtail&display=swap');

.back{
	padding: 20px;
	background-image: url('images/bg.png');
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.left img{
    width: 100%;
    max-width: 500px;
}
.right button{
	background-color: black;
	border-radius: 50px;
	padding:  10px 20px;
	color: white;
	border: 1px solid #FFB612;
	float: right;
	margin-top: 1em;
	font-family: 'Dosis', sans-serif;
	font-size: 25px;
	text-decoration: none;
	
}
.right button a{
	text-decoration: none;
	color: white;
}
.main{
	padding: 8%;
}
.main h1{
	font-family: 'Dosis', sans-serif;
	font-size: 40px;
	text-align: center;
	color: white;
	margin-bottom: 1em;
}

.contb p{
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: 400;
}
.main button{
	font-family: 'Dosis', sans-serif;
	background-color: black;
	border-radius: 50px;
	padding:  10px 20px;
	color: lightblue;
	border: 1px solid #FFB612;
	font-size: 25px;
}
.main button a{
	text-decoration: none;
	color: lightblue;
}
footer{
    border-top: 1px solid white;
	background-color: #355E7E;
	padding: 20px 20px 0px;
}
footer p{
	color:  white;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
}
@media screen and (max-width: 1100px){
	.left img{
		margin: auto;
		display: block;
		width: 100%;
		max-width: 500px;
	}
	.right button{
		margin: auto;
		display: block;
		float:  none;
	}
}
.cookie h1, .cookie h2, .cookie h3, .cookie h4, .cookie h5, .cookie h6, .cookie p, .cookie ul li{
	color:  black;
	font-family: 'Dosis', sans-serif;
}
.cookie h1{
	font-size: 30px;
	padding-top: 1em;
	padding-bottom: 1em;
}
.cookie h2{
	font-size: 25px;
	padding-top: 1em;
	padding-bottom: 1em;
}
.heade{
	padding:  20px;
	background-color: #355E7E;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
td a
{
    overflow-wrap: break-word !important;
  word-wrap: break-word !important;

  -ms-word-break: break-all !important;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all !important;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -webkit-hyphens: auto !important;
  hyphens: auto !important;
  text-decoration: none;
}
.cool-link {
    display: inline-block !important;
    color: white !important;
    text-decoration: none !important;
}
.cool-link::after {
    content: '' ;
    display: block !important;
    width: 0 !important;
    height: 2px !important;
    background: white !important;
    transition: width .3s !important;
}
.cool-link:hover::after {
    width: 100% !important;
    transition: width .3s !important;
}