body,
html {
  background: #ffffff;
}
html {
  overflow-y: visible !important;
}
.component.window.com_gdpr.task-user\.getCookiePolicy.j39.mm-hover.no-touch,
#window-mainbody {
  background: #ffffff !important;
}
.t3-wrapper {
  position: relative;
  overflow: hidden;
}
img {
  max-width: 100%;
}
a {
  color: #ccad00;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
a:focus {
  outline: none;
}
a:hover,
a:focus {
  color: #b39700;
}
.logo-image img {
  width: 100%;
}
.btn-primary {
  background: #ffd800 !important;
  border: 0;
  border-radius: 5px;
  color: #465b98;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  padding: 10px 40px;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #8bb6e8 !important;
  color: #ffffff !important;
}