div.footer-free-comment {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px;
  background-color: #0b99bd;
  color: #fff;
  font-size: 14px;
  font-weight: 500; }

div.footer-free-logo, div.footer-free-text-ct, div.footer-free-button-ct {
  -webkit-align-self: center;
  align-self: center; }

div.footer-free-text-ct {
  margin-left: 20px;
  line-height: 140%;
  font-family: "Open Sans", sans-serif; }

div.footer-free-text-ct a {
  font-weight: 700;
  color: #ffae00;
  font-family: inherit; }

div.footer-free-text-ct a:hover {
  color: #fff; }

div.footer-free-button-ct {
  margin-left: 20px; }

a.free-website-start-button {
  position: relative;
  display: block;
  font-style: italic;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  font-family: "Barlow Condensed",sans-serif;
  color: #fff;
  background-color: #e50746;
  box-shadow: 3px 3px 0 #ad0736;
  padding: 7px 30px 8px 15px;
  transition: background-color 0.2s ease,transform 0.2s ease; }

a.free-website-start-button::after {
  position: absolute;
  top: 0;
  right: 10px;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  transition: right 0.2s linear;
  background-image: url("/images/btn-arrow-med.png"); }

a.free-website-start-button:hover {
  background-color: #ff1557; }

a.free-website-start-button:hover::after {
  right: 7px; }

@media screen and (max-width: 800px) {
  div.footer-free-comment {
    -webkit-flex-direction: column;
    flex-direction: column; }

  div.footer-free-text-ct, div.footer-free-button-ct {
    margin-left: 0;
    margin-top: 20px;
    text-align: center; } }
iframe {
  display: none; }
