:root {
  --white: white;
  --midnight-blue: #13235b;
  --dark-khaki: #dec46e;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  max-width: 2500px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.slider_wrap {
  filter: saturate(110%) brightness(80%);
  position: relative;
}

.slider_img-1-2, .slider_img-2-2, .slider_img-2-3 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  border: 2px solid var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  padding: 24px 28px;
  font-family: Frosta sans, sans-serif;
  font-size: 19px;
  line-height: 1px;
  transition: all .2s;
  position: absolute;
  top: auto;
  bottom: 26px;
  left: auto;
  right: 26px;
}

.button:hover {
  background-color: var(--white);
  color: #13245b;
}

.top {
  justify-content: space-between;
  padding: 29px 40px 29px 52px;
  display: flex;
}

.top_slogan {
  color: var(--midnight-blue);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frosta sans, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.top_slogan.hu {
  font-size: 30px;
}

.top_left {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  align-items: center;
  display: flex;
}

.top_right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.icon {
  transition: all .2s;
}

.icon:hover {
  filter: brightness(90%);
  transform: translate(0, 2px);
}

.bottom {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 73px 16px 16px;
  display: flex;
}

.bottom_slogan {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frosta sans, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.slider {
  position: relative;
}

.top_slogan-link {
  color: var(--midnight-blue);
  text-decoration: none;
  transition: opacity .2s;
}

.top_slogan-link:hover {
  opacity: .8;
}

.bottom_text-wrap {
  max-width: 960px;
  border-top: 1px solid #d8e0e7;
  padding-top: 24px;
  padding-bottom: 16px;
}

.bottom_logo-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom_text {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Frosta sans, sans-serif;
  line-height: 1.4;
}

.bottom_text.heading {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.bottom_text-link {
  color: #0063e3;
  font-weight: 400;
  text-decoration: none;
}

.bottom_text-link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1920px) {
  .button {
    padding: 36px 42px;
    font-size: 30px;
    bottom: 39px;
    right: 39px;
  }
}

@media screen and (max-width: 991px) {
  .slider_wrap {
    filter: none;
  }

  .button {
    padding: 19px 21px;
    font-size: 14px;
    bottom: 2vw;
    right: 2vw;
  }

  .grid {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .top {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding: 3% 5%;
  }

  .top_slogan {
    font-size: 4vw;
  }

  .top_slogan.hu {
    font-size: 26px;
  }

  .top_left {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .top_logo {
    width: 11vw;
    min-width: 80px;
  }

  .top_right {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .icon {
    width: 5vw;
  }

  .bottom {
    padding: 6% 5% 7%;
  }

  .bottom_slogan {
    font-size: 4vw;
  }

  .bottom_logo {
    width: 11vw;
    min-width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .top {
    padding-left: 3%;
    padding-right: 3%;
  }

  .top_slogan {
    font-size: 24px;
  }

  .top_slogan.hu {
    font-size: 20px;
  }

  .top_logo {
    min-width: 62px;
  }

  .top_right {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    align-items: center;
  }

  .icon {
    width: 5vw;
    min-width: 32px;
  }

  .bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .bottom_slogan {
    font-size: 20px;
  }

  .bottom_logo {
    min-width: 62px;
  }

  .bottom_text.heading {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .top_slogan {
    font-size: 20px;
  }

  .top_slogan.hu {
    font-size: 18px;
  }

  .bottom {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}

#w-node-_0470022d-e766-cd59-a1ca-da6e20998385-06e213c8, #w-node-_54f55ec3-c1c0-67db-37ad-83dbb7bb7991-06e213c8, #w-node-_54ec4531-6533-4116-f9dc-66eee125a2a6-06e213c8, #w-node-c78be498-3f3c-896c-0cb3-3109e30bf9ef-06e213c8, #w-node-b7c8804e-8248-9d7b-f82b-40c2f52ccaab-06e213c8, #w-node-bd9aab65-22e2-0488-3d57-cc96cf80349b-06e213c8, #w-node-bd9aab65-22e2-0488-3d57-cc96cf80349c-06e213c8, #w-node-_3fb9784d-59da-c373-7bca-a2e7f0e88466-06e213c8, #w-node-bc5b7458-ad2b-7a8b-097e-57ed6b5608d0-06e213c8, #w-node-_62a9b61b-47fa-3680-5bce-8b71c20f1a04-06e213c8, #w-node-_62a9b61b-47fa-3680-5bce-8b71c20f1a05-06e213c8, #w-node-_8abcbe7a-435d-8bfa-d6fe-70a4e7b0e331-06e213c8, #w-node-_0470022d-e766-cd59-a1ca-da6e20998385-b67ee2f3, #w-node-_3fb9784d-59da-c373-7bca-a2e7f0e88466-b67ee2f3, #w-node-bc5b7458-ad2b-7a8b-097e-57ed6b5608d0-b67ee2f3, #w-node-fa7fb6a1-1f77-09e7-3a33-4c8aa7810ba3-b67ee2f3, #w-node-ed22ed76-1cd6-c3fc-70ca-23cc319248eb-b67ee2f3, #w-node-c78be498-3f3c-896c-0cb3-3109e30bf9ef-b67ee2f3, #w-node-b7c8804e-8248-9d7b-f82b-40c2f52ccaab-b67ee2f3, #w-node-_54f55ec3-c1c0-67db-37ad-83dbb7bb7991-b67ee2f3, #w-node-_54ec4531-6533-4116-f9dc-66eee125a2a6-b67ee2f3, #w-node-_0470022d-e766-cd59-a1ca-da6e20998385-cbc89066, #w-node-_3fb9784d-59da-c373-7bca-a2e7f0e88466-cbc89066, #w-node-bc5b7458-ad2b-7a8b-097e-57ed6b5608d0-cbc89066, #w-node-fa7fb6a1-1f77-09e7-3a33-4c8aa7810ba3-cbc89066, #w-node-ed22ed76-1cd6-c3fc-70ca-23cc319248eb-cbc89066, #w-node-c78be498-3f3c-896c-0cb3-3109e30bf9ef-cbc89066, #w-node-b7c8804e-8248-9d7b-f82b-40c2f52ccaab-cbc89066, #w-node-_54f55ec3-c1c0-67db-37ad-83dbb7bb7991-cbc89066, #w-node-_54ec4531-6533-4116-f9dc-66eee125a2a6-cbc89066, #w-node-_0470022d-e766-cd59-a1ca-da6e20998385-ae576945, #w-node-_3fb9784d-59da-c373-7bca-a2e7f0e88466-ae576945, #w-node-bc5b7458-ad2b-7a8b-097e-57ed6b5608d0-ae576945, #w-node-fa7fb6a1-1f77-09e7-3a33-4c8aa7810ba3-ae576945, #w-node-ed22ed76-1cd6-c3fc-70ca-23cc319248eb-ae576945, #w-node-c78be498-3f3c-896c-0cb3-3109e30bf9ef-ae576945, #w-node-b7c8804e-8248-9d7b-f82b-40c2f52ccaab-ae576945, #w-node-_54f55ec3-c1c0-67db-37ad-83dbb7bb7991-ae576945, #w-node-_54ec4531-6533-4116-f9dc-66eee125a2a6-ae576945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Frosta sans';
  src: url('../fonts/FRoSTASans-Regular.woff2') format('woff2'), url('../fonts/FRoSTASans-Regular.eot') format('embedded-opentype'), url('../fonts/FRoSTASans-Regular.woff') format('woff'), url('../fonts/FRoSTASans-Regular.ttf') format('truetype'), url('../fonts/FRoSTASans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frosta sans';
  src: url('../fonts/FRoSTASans-Bold.woff2') format('woff2'), url('../fonts/FRoSTASans-Bold.eot') format('embedded-opentype'), url('../fonts/FRoSTASans-Bold.woff') format('woff'), url('../fonts/FRoSTASans-Bold.ttf') format('truetype'), url('../fonts/FRoSTASans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}